diff --git a/code/__DEFINES/job.dm b/code/__DEFINES/job.dm index e1896e0d02..f469961224 100644 --- a/code/__DEFINES/job.dm +++ b/code/__DEFINES/job.dm @@ -276,42 +276,41 @@ GLOBAL_LIST_INIT(job_command_roles, JOB_COMMAND_ROLES_LIST) #define JOB_FORECON_SMARTGUNNER "Reconnaissance Smartgunner" //-------- UPP --------// -#define JOB_UPP "UPP Private" -#define JOB_UPP_CONSCRIPT "UPP Conscript" -#define JOB_UPP_ENGI "UPP Korporal Sapper" -#define JOB_UPP_MEDIC "UPP Korporal Medic" -#define JOB_UPP_SPECIALIST "UPP Serzhant" -#define JOB_UPP_LEADER "UPP Master Serzhant" -#define JOB_UPP_POLICE "UPP Politsiya" -#define JOB_UPP_SUPPLY "UPP Logistics Technician" -#define JOB_UPP_LT_OFFICER "UPP Leytenant" -#define JOB_UPP_LT_DOKTOR "UPP Leytenant Doktor" -#define JOB_UPP_SRLT_OFFICER "UPP Senior Leytenant" -#define JOB_UPP_KPT_OFFICER "UPP Kapitan" -#define JOB_UPP_MAY_OFFICER "UPP Mayjor" -#define JOB_UPP_LTKOL_OFFICER "UPP Leytenant Kolonel" -#define JOB_UPP_KOL_OFFICER "UPP Kolonel" -#define JOB_UPP_MAY_GENERAL "UPP Mayjor General" -#define JOB_UPP_LT_GENERAL "UPP Leytenant General" -#define JOB_UPP_GENERAL "UPP Army General" - -#define JOB_UPP_COMBAT_SYNTH "UPP Combat Synthetic" -#define JOB_UPP_SUPPORT_SYNTH "UPP Support Synthetic" +#define JOB_UPP "Rifleman" +#define JOB_UPP_ENGI "Sapper" +#define JOB_UPP_MEDIC "Sanitar" +#define JOB_UPP_SPECIALIST "Serzhant" +#define JOB_UPP_LEADER "Master Serzhant" +#define JOB_UPP_POLICE "Politsiya" +#define JOB_UPP_SUPPLY "Logistics Technician" +#define JOB_UPP_LT_OFFICER "Leytenant" +#define JOB_UPP_LT_DOKTOR "Leytenant Doktor" +#define JOB_UPP_SRLT_OFFICER "Senior Leytenant" +#define JOB_UPP_KPT_OFFICER "Kapitan" +#define JOB_UPP_MAY_OFFICER "Mayjor" +#define JOB_UPP_LTKOL_OFFICER "Leytenant Kolonel" +#define JOB_UPP_KOL_OFFICER "Kolonel" +#define JOB_UPP_MAY_GENERAL "Mayjor General" +#define JOB_UPP_LT_GENERAL "Leytenant General" +#define JOB_UPP_GENERAL "General" + +#define JOB_UPP_COMBAT_SYNTH "Combat Synthetic" +#define JOB_UPP_SUPPORT_SYNTH "Support Synthetic" #define UPP_JOB_LIST list(JOB_UPP, JOB_UPP_ENGI, JOB_UPP_MEDIC, JOB_UPP_SPECIALIST, JOB_UPP_LEADER, JOB_UPP_POLICE, JOB_UPP_LT_OFFICER, JOB_UPP_LT_DOKTOR, JOB_UPP_SRLT_OFFICER, JOB_UPP_KPT_OFFICER, JOB_UPP_KOL_OFFICER, JOB_UPP_COMBAT_SYNTH) #define UPP_JOB_GRUNT_LIST list(JOB_UPP, JOB_UPP_ENGI, JOB_UPP_MEDIC, JOB_UPP_SPECIALIST, JOB_UPP_LEADER, JOB_UPP_POLICE, JOB_UPP_CREWMAN) -#define JOB_UPP_COMMANDO "UPP Junior Kommando" -#define JOB_UPP_COMMANDO_MEDIC "UPP 2nd Kommando" -#define JOB_UPP_COMMANDO_LEADER "UPP 1st Kommando" +#define JOB_UPP_COMMANDO "Junior Kommando" +#define JOB_UPP_COMMANDO_MEDIC "2nd Kommando" +#define JOB_UPP_COMMANDO_LEADER "1st Kommando" #define UPP_COMMANDO_JOB_LIST list(JOB_UPP_COMMANDO, JOB_UPP_COMMANDO_MEDIC, JOB_UPP_COMMANDO_LEADER) #define JOB_UPP_REPRESENTATIVE "UPP Representative" -#define JOB_UPP_CREWMAN "UPP Tank Crewman" +#define JOB_UPP_CREWMAN "Tank Crewman" -#define JOB_UPP_COMMISSAR "UPP Political Commissar" +#define JOB_UPP_COMMISSAR "Political Commissar" //-------- CLF --------// #define JOB_CLF "CLF Guerilla" diff --git a/code/__DEFINES/language.dm b/code/__DEFINES/language.dm index e4c4041a3d..a4fd1ef456 100644 --- a/code/__DEFINES/language.dm +++ b/code/__DEFINES/language.dm @@ -20,7 +20,7 @@ #define ALL_SYNTH_LANGUAGES list(LANGUAGE_ENGLISH, LANGUAGE_JAPANESE, LANGUAGE_CHINESE, LANGUAGE_RUSSIAN, LANGUAGE_GERMAN, LANGUAGE_SPANISH, LANGUAGE_YAUTJA, LANGUAGE_XENOMORPH) -#define ALL_SYNTH_LANGUAGES_UPP list(LANGUAGE_RUSSIAN, LANGUAGE_ENGLISH, LANGUAGE_JAPANESE, LANGUAGE_CHINESE, LANGUAGE_GERMAN, LANGUAGE_SPANISH, LANGUAGE_YAUTJA, LANGUAGE_XENOMORPH) +#define ALL_SYNTH_LANGUAGES_UPP list(LANGUAGE_RUSSIAN, LANGUAGE_ENGLISH, LANGUAGE_JAPANESE, LANGUAGE_CHINESE, LANGUAGE_GERMAN, LANGUAGE_SPANISH) //Chinese language sound bitflags diff --git a/code/__DEFINES/mode.dm b/code/__DEFINES/mode.dm index f9e1bbc70b..cc1797a81f 100644 --- a/code/__DEFINES/mode.dm +++ b/code/__DEFINES/mode.dm @@ -289,6 +289,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_HEFA, FACTION_GLADIATOR, FACTION_PIRATE, FACTION_PIZZA, FACTION_SOUTO, FACTION_MARSHAL, FACTION_TWE) #define FACTION_LIST_WY list(FACTION_PMC, FACTION_WY_DEATHSQUAD, FACTION_WY) #define FACTION_LIST_UPP list(FACTION_UPP) +#define FACTION_LIST_UPP_COLONY list(FACTION_COLONIST, FACTION_UPP) #define FACTION_LIST_CLF list(FACTION_CLF) #define FACTION_LIST_TWE list(FACTION_TWE) #define FACTION_LIST_FREELANCER list(FACTION_FREELANCER) diff --git a/code/__DEFINES/paygrade_defs/upp.dm b/code/__DEFINES/paygrade_defs/upp.dm index d753d531b6..d1082448bf 100644 --- a/code/__DEFINES/paygrade_defs/upp.dm +++ b/code/__DEFINES/paygrade_defs/upp.dm @@ -4,16 +4,16 @@ /// UE, #define PAY_SHORT_UEC "UEC" -/// UE1, Private +/// UE1, Ryadovoy #define PAY_SHORT_UE1 "UE1" -/// UE2, Private First Class +/// UE2, Efreitor #define PAY_SHORT_UE2 "UE2" /// UE3, Korporal #define PAY_SHORT_UE3 "UE3" -/// UE4, unior Serzhant +/// UE4, Junior Serzhant #define PAY_SHORT_UE4 "UE4" /// UE5, Serzhant @@ -22,14 +22,17 @@ /// UE6, Master Serzhant #define PAY_SHORT_UE6 "UE6" +/// UE7, Starshina +#define PAY_SHORT_UE7 "UE7" + /// UC1, Junior Kommando -#define PAY_SHORT_UC1 "UC1" +#define PAY_SHORT_UK1 "UK1" /// UC2, 2nd Kommando -#define PAY_SHORT_UC2 "UC2" +#define PAY_SHORT_UK2 "UK2" /// UC3, 1st Kommando -#define PAY_SHORT_UC3 "UC3" +#define PAY_SHORT_UK3 "UK3" /// UO1, Leytenant #define PAY_SHORT_UO1 "UO1" @@ -60,3 +63,6 @@ /// UO9, Army General #define PAY_SHORT_UO9 "UO9" + +/// UC1, Militsiya +#define PAY_SHORT_UC1 "UC1" diff --git a/code/__DEFINES/radio.dm b/code/__DEFINES/radio.dm index 367c35be56..07d75cbceb 100644 --- a/code/__DEFINES/radio.dm +++ b/code/__DEFINES/radio.dm @@ -52,7 +52,7 @@ #define RADIO_CHANNEL_UPP_ENGI "UPP Engi" #define RADIO_CHANNEL_UPP_CCT "UPP CCT" #define RADIO_CHANNEL_UPP_KDO "UPP Kdo" - +#define RADIO_CHANNEL_UPP_GRD "UPP Guard" //WY Comms #define RADIO_CHANNEL_WY "WY" #define RADIO_CHANNEL_PMC_GEN "WY PMC" diff --git a/code/controllers/subsystem/communications.dm b/code/controllers/subsystem/communications.dm index e1b547664f..578c2a0310 100644 --- a/code/controllers/subsystem/communications.dm +++ b/code/controllers/subsystem/communications.dm @@ -93,6 +93,7 @@ Radiochat range: 1441 to 1489 (most devices refuse to be tune to other frequency #define UPP_MED_FREQ 1254 #define UPP_CCT_FREQ 1255 #define UPP_KDO_FREQ 1259 +#define UPP_GRD_FREQ 1256 //CLF Channels (1270-1289) #define CLF_FREQ 1271 @@ -197,6 +198,7 @@ GLOBAL_LIST_INIT(radiochannels, list( RADIO_CHANNEL_UPP_MED = UPP_MED_FREQ, RADIO_CHANNEL_UPP_CCT = UPP_CCT_FREQ, RADIO_CHANNEL_UPP_KDO = UPP_KDO_FREQ, + RADIO_CHANNEL_UPP_GRD = UPP_GRD_FREQ, RADIO_CHANNEL_CLF_GEN = CLF_FREQ, RADIO_CHANNEL_CLF_CMD = CLF_CMD_FREQ, @@ -212,7 +214,7 @@ GLOBAL_LIST_INIT(radiochannels, list( #define ERT_FREQS list(VAI_FREQ, DUT_FREQ, YAUT_FREQ, CMB_FREQ, RMC_FREQ) // UPP Frequencies -#define UPP_FREQS list(UPP_FREQ, UPP_CMD_FREQ, UPP_ENGI_FREQ, UPP_MED_FREQ, UPP_CCT_FREQ, UPP_KDO_FREQ) +#define UPP_FREQS list(UPP_FREQ, UPP_CMD_FREQ, UPP_ENGI_FREQ, UPP_MED_FREQ, UPP_CCT_FREQ, UPP_KDO_FREQ, UPP_GRD_FREQ) // CLF Frequencies #define CLF_FREQS list(CLF_FREQ, CLF_CMD_FREQ, CLF_ENGI_FREQ, CLF_MED_FREQ, CLF_CCT_FREQ) @@ -295,6 +297,7 @@ SUBSYSTEM_DEF(radio) "[UPP_MED_FREQ]" = "opformed", "[UPP_CCT_FREQ]" = "opforcct", "[UPP_KDO_FREQ]" = "opforspe", + "[UPP_GRD_FREQ]" = "opforgrd", "[CLF_FREQ]" = "clfradio", "[CLF_CMD_FREQ]" = "opforcmd", "[CLF_ENGI_FREQ]" = "opforeng", diff --git a/code/datums/emergency_calls/solar_devils.dm b/code/datums/emergency_calls/solar_devils.dm deleted file mode 100644 index 6f3323f3cd..0000000000 --- a/code/datums/emergency_calls/solar_devils.dm +++ /dev/null @@ -1,91 +0,0 @@ -/datum/emergency_call/solar_devils - name = "USCM Solar Devils (Half Squad)" - arrival_message = "This is the Solar Devils of the USCM 2nd Division, responding to your distress beacon. Don't worry, the grown-ups are here to clean up your mess." - objectives = "Assist local Marine forces in dealing with whatever issue they can't handle. Further orders may be forthcoming." - home_base = /datum/lazy_template/ert/uscm_station - probability = 0 - mob_min = 3 - mob_max = 5 - - max_medics = 1 - max_smartgunners = 1 - -/datum/emergency_call/solar_devils/create_member(datum/mind/new_mind, turf/override_spawn_loc) - var/turf/spawn_loc = override_spawn_loc ? override_spawn_loc : get_spawn_point() - - if(!istype(spawn_loc)) - return //Didn't find a useable spawn point. - - var/mob/living/carbon/human/mob = new(spawn_loc) - new_mind.transfer_to(mob, TRUE) - - if(!leader && HAS_FLAG(mob.client.prefs.toggles_ert, PLAY_LEADER) && check_timelock(mob.client, JOB_SQUAD_LEADER, time_required_for_job)) - leader = mob - arm_equipment(mob, /datum/equipment_preset/uscm/tl_pve, TRUE, TRUE) - to_chat(mob, SPAN_ROLE_HEADER("You are the Solar Devils Team Leader!")) - - else if(medics < max_medics && HAS_FLAG(mob.client.prefs.toggles_ert, PLAY_MEDIC) && check_timelock(mob.client, JOB_SQUAD_MEDIC, time_required_for_job)) - medics++ - arm_equipment(mob, /datum/equipment_preset/uscm/medic_pve, TRUE, TRUE) - to_chat(mob, SPAN_ROLE_HEADER("You are the Solar Devils Platoon Corpsman!")) - - else if(smartgunners < max_smartgunners && HAS_FLAG(mob.client.prefs.toggles_ert, PLAY_SMARTGUNNER) && check_timelock(mob.client, JOB_SQUAD_SMARTGUN)) - smartgunners++ - to_chat(mob, SPAN_ROLE_HEADER("You are the Solar Devils Smartgunner!")) - arm_equipment(mob, /datum/equipment_preset/uscm/sg_pve, TRUE, TRUE) - - else - arm_equipment(mob, /datum/equipment_preset/uscm/rifleman_pve, TRUE, TRUE) - to_chat(mob, SPAN_ROLE_HEADER("You are a Solar Devils Rifleman!")) - - to_chat(mob, SPAN_ROLE_BODY("You are a member of the 3rd Battalion 'Solar Devils', part of the USCM's 2nd Division, 1st Regiment. Unlike most of the USS Almayer's troops, you are well-trained and properly-equipped career marines. Semper Fidelis.")) - addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(to_chat), mob, SPAN_BOLD("Objectives: [objectives]")), 1 SECONDS) - -/datum/emergency_call/solar_devils_full - name = "USCM Solar Devils (Full Squad)" - arrival_message = "This is the Solar Devils of the USCM 2nd Division, responding to your distress beacon. Don't worry, the grown-ups are here to clean up your mess." - objectives = "Assist local Marine forces in dealing with whatever issue they can't handle. Further orders may be forthcoming." - home_base = /datum/lazy_template/ert/uscm_station - probability = 0 - mob_min = 3 - mob_max = 10 - - max_engineers = 2 - max_medics = 1 - max_smartgunners = 2 - -/datum/emergency_call/solar_devils_full/create_member(datum/mind/new_mind, turf/override_spawn_loc) - var/turf/spawn_loc = override_spawn_loc ? override_spawn_loc : get_spawn_point() - - if(!istype(spawn_loc)) - return //Didn't find a useable spawn point. - - var/mob/living/carbon/human/mob = new(spawn_loc) - new_mind.transfer_to(mob, TRUE) - - if(!leader && HAS_FLAG(mob.client.prefs.toggles_ert, PLAY_LEADER) && check_timelock(mob.client, JOB_SQUAD_LEADER, time_required_for_job)) - leader = mob - arm_equipment(mob, /datum/equipment_preset/uscm/sl_pve, TRUE, TRUE) - to_chat(mob, SPAN_ROLE_HEADER("You are the Solar Devils Platoon Leader!")) - - else if(engineers < max_engineers && HAS_FLAG(mob.client.prefs.toggles_ert, PLAY_ENGINEER) && check_timelock(mob.client, JOB_SQUAD_LEADER, time_required_for_job)) - engineers++ - arm_equipment(mob, /datum/equipment_preset/uscm/tl_pve, TRUE, TRUE) - to_chat(mob, SPAN_ROLE_HEADER("You are a Solar Devils Team Leader!")) - - else if(medics < max_medics && HAS_FLAG(mob.client.prefs.toggles_ert, PLAY_MEDIC) && check_timelock(mob.client, JOB_SQUAD_MEDIC, time_required_for_job)) - medics++ - arm_equipment(mob, /datum/equipment_preset/uscm/medic_pve, TRUE, TRUE) - to_chat(mob, SPAN_ROLE_HEADER("You are the Solar Devils Platoon Corpsman!")) - - else if(smartgunners < max_smartgunners && HAS_FLAG(mob.client.prefs.toggles_ert, PLAY_SMARTGUNNER) && check_timelock(mob.client, JOB_SQUAD_SMARTGUN)) - smartgunners++ - to_chat(mob, SPAN_ROLE_HEADER("You are a Solar Devils Smartgunner!")) - arm_equipment(mob, /datum/equipment_preset/uscm/sg_pve, TRUE, TRUE) - - else - arm_equipment(mob, /datum/equipment_preset/uscm/rifleman_pve, TRUE, TRUE) - to_chat(mob, SPAN_ROLE_HEADER("You are a Solar Devils Rifleman!")) - - to_chat(mob, SPAN_ROLE_BODY("You are a member of the 3rd Battalion 'Solar Devils', part of the USCM's 2nd Division, 1st Regiment. Unlike most of the USS Almayer's troops, you are well-trained and properly-equipped career marines. Semper Fidelis.")) - addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(to_chat), mob, SPAN_BOLD("Objectives: [objectives]")), 1 SECONDS) diff --git a/code/datums/emergency_calls/upp.dm b/code/datums/emergency_calls/upp.dm deleted file mode 100644 index cb5db1f0e3..0000000000 --- a/code/datums/emergency_calls/upp.dm +++ /dev/null @@ -1,153 +0,0 @@ - - -//UPP Strike Team -/datum/emergency_call/upp - name = "UPP Naval Infantry (Squad)" - mob_max = 9 - probability = 20 - shuttle_id = MOBILE_SHUTTLE_ID_ERT3 - home_base = /datum/lazy_template/ert/upp_station - name_of_spawn = /obj/effect/landmark/ert_spawns/distress_upp - item_spawn = /obj/effect/landmark/ert_spawns/distress_upp/item - //1 leader, 1 engineer, 2 medics, 1 specialist, 5 soldiers - max_medics = 2 - max_engineers = 1 - max_heavies = 1 - max_smartgunners = 0 - var/heavy_pick = TRUE // whether heavy should count as either a minigunner or shotgunner - var/max_synths = 1 - var/synths = 0 - -/datum/emergency_call/upp/New() - . = ..() - hostility = pick(50;FALSE,50;TRUE) - arrival_message = "[MAIN_SHIP_NAME] t*is i* UP* d^sp^*ch`. STr*&e teaM, #*u are cLe*% for a*pr*%^h. Pr*mE a*l wE*p^ns and pR*epr# t% r@nd$r a(tD." - if(hostility) - objectives = "Eliminate the UA Forces to ensure the UPP prescence in this sector is continued. Listen to your superior officers and take over the [MAIN_SHIP_NAME] at all costs." - else - objectives = "Render assistance towards the UA Forces, do not engage UA forces. Listen to your superior officers." - -/datum/emergency_call/upp/print_backstory(mob/living/carbon/human/M) - if(ishuman_strict(M)) - to_chat(M, SPAN_BOLD("You grew up in relatively simple family in [pick(75;"Eurasia", 25;"a famished UPP colony")] with few belongings or luxuries.")) - to_chat(M, SPAN_BOLD("The family you grew up with were [pick(50;"getting by", 25;"impoverished", 25;"starving")] and you were one of [pick(10;"two", 20;"three", 20;"four", 30;"five", 20;"six")] children.")) - to_chat(M, SPAN_BOLD("You come from a long line of [pick(40;"crop-harvesters", 20;"soldiers", 20;"factory workers", 5;"scientists", 15;"engineers")], and quickly enlisted to improve your living conditions.")) - to_chat(M, SPAN_BOLD("Following your enlistment to the UPP military at the age of 17, you were assigned to the 17th 'Smoldering Sons' battalion (six hundred strong) under the command of Colonel Ganbaatar.")) - else - to_chat(M, SPAN_BOLD("You were brought online in a UPP engineering facility, knowing only your engineers for the first few weeks for your pseudo-life.")) - to_chat(M, SPAN_BOLD("You were programmed with all of the medical and combat experience a military fighting force support asset required.")) - to_chat(M, SPAN_BOLD("Throughout your career, your engineers, and later, your UPP compatriots, treated you like [pick(75;"a tool, and only that.", 25;"a person, despite your purpose.")]")) - to_chat(M, SPAN_BOLD("Some weeks after your unit integration, you were assigned to the 17th 'Smoldering Sons' battalion (six hundred strong) under the command of Colonel Ganbaatar.")) - to_chat(M, SPAN_BOLD("You were shipped off with the battalion to one of the UPP's most remote territories, a gas giant designated MV-35 in the Anglo-Japanese Arm, in the Neroid Sector.")) - to_chat(M, SPAN_BOLD("For the past 14 months, you and the rest of the Smoldering Sons have been stationed at MV-35's only facility, the helium refinery, Altai Station.")) - to_chat(M, SPAN_BOLD("As MV-35 and Altai Station are the only UPP-held zones in the Neroid Sector for many lightyears, you have spent most of your military career holed up in crammed quarters in near darkness, waiting for supply shipments and transport escort deployments.")) - to_chat(M, SPAN_BOLD("With the recent arrival of the USCM battalion the 'Falling Falcons' and their flagship, the [MAIN_SHIP_NAME], the UPP has felt threatened in the sector.")) - if(hostility) - to_chat(M, SPAN_BOLD("In an effort to protect the vulnerable MV-35 from the encroaching UA/USCM imperialists, the leadership of your battalion has opted this to be the best opportunity to strike at the Falling Falcons to catch them off guard.")) - else - to_chat(M, SPAN_BOLD("Despite this, the leadership of your battalion questions what may have prompted the distress signal from their rivals. Your squad is to find out why and to render aid to the beleaguered UA forces.")) - to_chat(M, SPAN_WARNING(FONT_SIZE_BIG("Glory to Colonel Ganbaatar."))) - to_chat(M, SPAN_WARNING(FONT_SIZE_BIG("Glory to the Smoldering Sons."))) - to_chat(M, SPAN_WARNING(FONT_SIZE_BIG("Glory to the UPP."))) - -///////////////////UPP/////////////////////////// - -/datum/emergency_call/upp/create_member(datum/mind/M, turf/override_spawn_loc) - var/turf/spawn_loc = override_spawn_loc ? override_spawn_loc : get_spawn_point() - - if(!istype(spawn_loc)) - return //Didn't find a useable spawn point. - - var/mob/living/carbon/human/H = new(spawn_loc) - M.transfer_to(H, TRUE) - - if(!leader && HAS_FLAG(H.client.prefs.toggles_ert, PLAY_LEADER) && check_timelock(H.client, JOB_SQUAD_LEADER, time_required_for_job)) - leader = H - arm_equipment(H, /datum/equipment_preset/upp/leader, TRUE, TRUE) - to_chat(H, SPAN_ROLE_HEADER("You are an Officer of the Union of Progressive People, a powerful socialist state that rivals the United Americas!")) - else if(synths < max_synths && HAS_FLAG(H.client.prefs.toggles_ert, PLAY_SYNTH) && H.client.check_whitelist_status(WHITELIST_SYNTHETIC)) - synths++ - to_chat(H, SPAN_ROLE_HEADER("You are a Combat Synthetic of the Union of Progressive People, a powerful socialist state that rivals the United Americas!")) - arm_equipment(H, /datum/equipment_preset/upp/synth, TRUE, TRUE) - else if(medics < max_medics && HAS_FLAG(H.client.prefs.toggles_ert, PLAY_MEDIC) && check_timelock(H.client, JOB_SQUAD_MEDIC, time_required_for_job)) - medics++ - to_chat(H, SPAN_ROLE_HEADER("You are a Medic of the Union of Progressive People, a powerful socialist state that rivals the United Americas!")) - arm_equipment(H, /datum/equipment_preset/upp/medic, TRUE, TRUE) - else if(engineers < engineers && HAS_FLAG(H.client.prefs.toggles_ert, PLAY_ENGINEER) && check_timelock(H.client, JOB_SQUAD_ENGI, time_required_for_job)) - engineers++ - to_chat(H, SPAN_ROLE_HEADER("You are a Sapper of the Union of Progressive People, a powerful socialist state that rivals the United Americas!")) - arm_equipment(H, /datum/equipment_preset/upp/sapper, TRUE, TRUE) - else if(heavies < max_heavies && ((!heavy_pick && HAS_FLAG(H.client.prefs.toggles_ert, PLAY_HEAVY)) || (heavy_pick && HAS_FLAG(H.client.prefs.toggles_ert, (PLAY_HEAVY|PLAY_SMARTGUNNER)))) && check_timelock(H.client, heavy_pick ? list(JOB_SQUAD_SPECIALIST, JOB_SQUAD_SMARTGUN) : JOB_SQUAD_SPECIALIST, time_required_for_job)) - heavies++ - to_chat(H, SPAN_ROLE_HEADER("You are a Sergeant of the Union of Progressive People, a powerful socialist state that rivals the United Americas!")) - var/equipment_path = /datum/equipment_preset/upp/specialist - if(heavy_pick) - if(HAS_FLAG(H.client.prefs.toggles_ert, PLAY_HEAVY) && HAS_FLAG(H.client.prefs.toggles_ert, PLAY_SMARTGUNNER)) - equipment_path = pick(/datum/equipment_preset/upp/specialist, /datum/equipment_preset/upp/machinegunner) - else if(HAS_FLAG(H.client.prefs.toggles_ert, PLAY_SMARTGUNNER) && !HAS_FLAG(H.client.prefs.toggles_ert, PLAY_HEAVY)) - equipment_path = /datum/equipment_preset/upp/machinegunner - arm_equipment(H, equipment_path, TRUE, TRUE) - else if(smartgunners < max_smartgunners && HAS_FLAG(H.client.prefs.toggles_ert, PLAY_SMARTGUNNER) && check_timelock(H.client, JOB_SQUAD_SMARTGUN, time_required_for_job)) - smartgunners++ - to_chat(H, SPAN_ROLE_HEADER("You are a sergeant of the Union of Progressive People, a powerful socialist state that rivals the United Americas!")) - arm_equipment(H, /datum/equipment_preset/upp/machinegunner, TRUE, TRUE) - else - to_chat(H, SPAN_ROLE_HEADER("You are a soldier of the Union of Progressive People, a powerful socialist state that rivals the United Americas!")) - arm_equipment(H, /datum/equipment_preset/upp/soldier, TRUE, TRUE) - - print_backstory(H) - - addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(to_chat), H, SPAN_BOLD("Objectives: [objectives]")), 1 SECONDS) - - -/datum/emergency_call/upp/hostile //if admins want to specifically call in friendly ones - name = "UPP Naval Infantry (Squad) (Hostile)" - hostility = TRUE - probability = 0 - -/datum/emergency_call/upp/hostile/New() - ..() - arrival_message = "[MAIN_SHIP_NAME] t*is i* UP* d^sp^*ch`. STr*&e teaM, #*u are cLe*% for a*pr*%^h. Pr*mE a*l wE*p^ns and pR*epr# t% r@nd$r a(tD." - objectives = "Eliminate the UA Forces to ensure the UPP presence in this sector is continued. Listen to your superior officers and take over the [MAIN_SHIP_NAME] at all costs." - -/datum/emergency_call/upp/friendly //ditto - name = "UPP Naval Infantry (Squad) (Friendly)" - hostility = FALSE - probability = 0 - -/datum/emergency_call/upp/friendly/New() - ..() - arrival_message = "This is UPP dispatch. USS Almayer, We are responding to your distress call, we will render aid as able, do not fire." - objectives = "Render assistance towards the UA Forces, Listen to your superior officers." - -/datum/emergency_call/upp/platoon - name = "UPP Naval Infantry (Platoon) (Hostile)" - mob_max = 30 - probability = 0 - max_medics = 3 - max_heavies = 1 - max_smartgunners = 1 - max_engineers = 2 - max_synths = 1 - heavy_pick = FALSE - hostility = TRUE - -/datum/emergency_call/upp/platoon/New() - ..() - arrival_message = "[MAIN_SHIP_NAME] t*is i* UP* d^sp^*ch`. STr*&e teaM, #*u are cLe*% for a*pr*%^h. Pr*mE a*l wE*p^ns and pR*epr# t% r@nd$r a(tD." - objectives = "Eliminate the UA Forces to ensure the UPP presence in this sector is continued. Listen to your superior officers and take over the [MAIN_SHIP_NAME] at all costs." - -/datum/emergency_call/upp/platoon/friendly - name = "UPP Naval Infantry (Platoon) (Friendly)" - hostility = FALSE - -/datum/emergency_call/upp/platoon/friendly/New() - ..() - arrival_message = "This is UPP dispatch. USS Almayer, We are responding to your distress call, we will render aid as able, do not fire." - objectives = "Render assistance towards the UA Forces, Listen to your superior officers." - -/obj/effect/landmark/ert_spawns/distress_upp - name = "Distress_UPP" - -/obj/effect/landmark/ert_spawns/distress_upp/item - name = "Distress_UPPItem" diff --git a/code/datums/emergency_calls/upp_commando.dm b/code/datums/emergency_calls/upp_commando.dm deleted file mode 100644 index 53f117c261..0000000000 --- a/code/datums/emergency_calls/upp_commando.dm +++ /dev/null @@ -1,79 +0,0 @@ - -//UPP COMMANDOS -/datum/emergency_call/upp_commando - name = "UPP Commandos (!DEATHSQUAD!)" - mob_max = 6 - probability = 0 - objectives = "Stealthily assault the ship. Use your silenced weapons, tranquilizers, and night vision to get the advantage on the enemy. Take out the power systems, comms and engine. Stick together and keep a low profile." - shuttle_id = MOBILE_SHUTTLE_ID_ERT3 - name_of_spawn = /obj/effect/landmark/ert_spawns/distress_upp - item_spawn = /obj/effect/landmark/ert_spawns/distress_upp/item - hostility = TRUE - -/datum/emergency_call/upp_commando/print_backstory(mob/living/carbon/human/M) - to_chat(M, SPAN_BOLD("You grew up in relativly simple family in [pick(75;"Eurasia", 25;"a famished UPP colony")] with few belongings or luxuries.")) - to_chat(M, SPAN_BOLD("The family you grew up with were [pick(50;"getting by", 25;"impoverished", 25;"starving")] and you were one of [pick(10;"two", 20;"three", 20;"four", 30;"five", 20;"six")] children.")) - to_chat(M, SPAN_BOLD("You come from a long line of [pick(40;"crop-harvesters", 20;"soldiers", 20;"factory workers", 5;"scientists", 15;"engineers")], and quickly enlisted to improve your living conditions.")) - to_chat(M, SPAN_BOLD("Following your enlistment UPP military at the age of 17 you were assigned to the 17th 'Smoldering Sons' battalion (six hundred strong) under the command of Colonel Ganbaatar.")) - to_chat(M, SPAN_BOLD("You were shipped off with the battalion to one of the UPP's most remote territories, a gas giant designated MV-35 in the Anglo-Japanese Arm, in the Neroid Sector.")) - to_chat(M, SPAN_BOLD("For the past 14 months, you and the rest of the Smoldering Sons have been stationed at MV-35's only facility, the helium refinery, Altai Station.")) - to_chat(M, SPAN_BOLD("As MV-35 and Altai Station are the only UPP-held zones in the Neroid Sector for many lightyears, you have spent most of your military career holed up in crammed quarters in near darkness, waiting for supply shipments and transport escort deployments.")) - to_chat(M, SPAN_BOLD("With the recent arrival of the enemy USCM battalion the 'Falling Falcons' and their flagship, the [MAIN_SHIP_NAME], the UPP has felt threatened in the sector.")) - to_chat(M, SPAN_BOLD("In an effort to protect the vunerable MV-35 from the emproaching UA/USCM imperialists, the leadership of your battalion has opted this the best opportunity to strike at the Falling Falcons to catch them off guard.")) - to_chat(M, SPAN_WARNING(FONT_SIZE_BIG("Glory to Colonel Ganbaatar."))) - to_chat(M, SPAN_WARNING(FONT_SIZE_BIG("Glory to the Smoldering Sons."))) - to_chat(M, SPAN_WARNING(FONT_SIZE_BIG("Glory to the UPP."))) - to_chat(M, SPAN_NOTICE(" Use say :3 to speak in your native tongue.")) - to_chat(M, SPAN_NOTICE(" This allows you to speak privately with your fellow UPP allies.")) - to_chat(M, SPAN_NOTICE(" Utilize it with your radio to prevent enemy radio interceptions.")) - -/datum/emergency_call/upp_commando/create_member(datum/mind/M, turf/override_spawn_loc) - var/turf/spawn_loc = override_spawn_loc ? override_spawn_loc : get_spawn_point() - - if(!istype(spawn_loc)) - return //Didn't find a useable spawn point. - - var/mob/living/carbon/human/H = new(spawn_loc) - M.transfer_to(H, TRUE) - - if(!leader && HAS_FLAG(H.client.prefs.toggles_ert, PLAY_LEADER) && check_timelock(H.client, JOB_SQUAD_LEADER, time_required_for_job)) //First one spawned is always the leader. - leader = H - arm_equipment(H, /datum/equipment_preset/upp/commando/leader, TRUE, TRUE) - to_chat(H, SPAN_ROLE_HEADER("You are a Commando Team Leader of the Union of Progressive People, a powerful socialist state that rivals the United Americas!")) - else if(medics < max_medics && HAS_FLAG(H.client.prefs.toggles_ert, PLAY_MEDIC) && check_timelock(H.client, JOB_SQUAD_MEDIC, time_required_for_job)) - medics++ - to_chat(H, SPAN_ROLE_HEADER("You are a Commando Medic of the Union of Progressive People, a powerful socialist state that rivals the United Americas!")) - arm_equipment(H, /datum/equipment_preset/upp/commando/medic, TRUE, TRUE) - else - to_chat(H, SPAN_ROLE_HEADER("You are a Commando of the Union of Progressive People, a powerful socialist state that rivals the United Americas!")) - arm_equipment(H, /datum/equipment_preset/upp/commando, TRUE, TRUE) - print_backstory(H) - - addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(to_chat), H, SPAN_BOLD("Objectives: [objectives]")), 1 SECONDS) - -/datum/emergency_call/upp_commando/low_threat - name = "UPP Commandos" - -/datum/emergency_call/upp_commando/create_member(datum/mind/mind, turf/override_spawn_loc) - var/turf/spawn_loc = override_spawn_loc ? override_spawn_loc : get_spawn_point() - - if(!istype(spawn_loc)) - return //Didn't find a useable spawn point. - - var/mob/living/carbon/human/person = new(spawn_loc) - mind.transfer_to(person, TRUE) - - if(!leader && HAS_FLAG(person.client.prefs.toggles_ert, PLAY_LEADER) && check_timelock(person.client, JOB_SQUAD_LEADER, time_required_for_job)) //First one spawned is always the leader. - leader = person - arm_equipment(person, /datum/equipment_preset/upp/commando/leader/low_threat, TRUE, TRUE) - to_chat(person, SPAN_ROLE_HEADER("You are a Commando Team Leader of the Union of Progressive People, a powerful socialist state that rivals the United Americas!")) - else if(medics < max_medics && HAS_FLAG(person.client.prefs.toggles_ert, PLAY_MEDIC) && check_timelock(person.client, JOB_SQUAD_MEDIC, time_required_for_job)) - medics++ - to_chat(person, SPAN_ROLE_HEADER("You are a Commando Medic of the Union of Progressive People, a powerful socialist state that rivals the United Americas!")) - arm_equipment(person, /datum/equipment_preset/upp/commando/medic/low_threat, TRUE, TRUE) - else - to_chat(person, SPAN_ROLE_HEADER("You are a Commando of the Union of Progressive People, a powerful socialist state that rivals the United Americas!")) - arm_equipment(person, /datum/equipment_preset/upp/commando/low_threat, TRUE, TRUE) - print_backstory(person) - - addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(to_chat), person, SPAN_BOLD("Objectives: [objectives]")), 1 SECONDS) diff --git a/code/datums/paygrades/factions/other/civilian.dm b/code/datums/paygrades/factions/other/civilian.dm index 95213542f3..dafc5613a2 100644 --- a/code/datums/paygrades/factions/other/civilian.dm +++ b/code/datums/paygrades/factions/other/civilian.dm @@ -5,7 +5,7 @@ /datum/paygrade/civilian/civilian paygrade = PAY_SHORT_CIV name = "Civilian" - prefix = "C" + prefix = null /datum/paygrade/civilian/nurse paygrade = PAY_SHORT_CNUR diff --git a/code/datums/paygrades/factions/upp/upp.dm b/code/datums/paygrades/factions/upp/upp.dm index 398a5f834b..20aacbd8b2 100644 --- a/code/datums/paygrades/factions/upp/upp.dm +++ b/code/datums/paygrades/factions/upp/upp.dm @@ -5,16 +5,11 @@ //UPP Enlisted -/datum/paygrade/upp/ue0 - paygrade = PAY_SHORT_UEC - name = "Conscript" - pay_multiplier = 0.05 - prefix = "Cnscr." /datum/paygrade/upp/ue1 paygrade = PAY_SHORT_UE1 - name = "Private" - prefix = "PVT." + name = "Ryadovoy" + prefix = "Ryad." /datum/paygrade/upp/ue2 paygrade = PAY_SHORT_UE2 @@ -47,27 +42,27 @@ pay_multiplier = 0.9 /datum/paygrade/upp/ue7 - paygrade = "UE7" + paygrade = PAY_SHORT_UE7 name = "Starshina" prefix = "Strsh." - pay_multiplier = 1 //here comes the moneyyy + pay_multiplier = 1 //UPP Commandos -/datum/paygrade/upp/uc1 - paygrade = PAY_SHORT_UC1 +/datum/paygrade/upp/uk1 + paygrade = "UK1" name = "Junior Kommando" prefix = "JKdo." pay_multiplier = 1.5 -/datum/paygrade/upp/uc2 - paygrade = PAY_SHORT_UC2 +/datum/paygrade/upp/uk2 + paygrade = "UK2" name = "2nd Kommando" prefix = "2ndKdo." pay_multiplier = 2 officer_grade = GRADE_OFFICER -/datum/paygrade/upp/uc3 - paygrade = PAY_SHORT_UC3 +/datum/paygrade/upp/uk3 + paygrade = "UK3" name = "1st Kommando" prefix = "1stKdo." pay_multiplier = 2.5 @@ -143,3 +138,11 @@ prefix = "Gen." pay_multiplier = 7 officer_grade = GRADE_FLAG + +//UPP Colonists + +/datum/paygrade/upp/militsiya + paygrade = PAY_SHORT_UC1 + name = "Militsioner" + prefix = "Milit." + pay_multiplier = 0.3 diff --git a/code/datums/supply_packs/black_market.dm b/code/datums/supply_packs/black_market.dm index e80a64825e..94aec4f750 100644 --- a/code/datums/supply_packs/black_market.dm +++ b/code/datums/supply_packs/black_market.dm @@ -102,7 +102,7 @@ Non-USCM items, from CLF, UPP, colonies, etc. Mostly combat-related. new /obj/item/clothing/head/helmet/marine/veteran/UPP(src) new /obj/item/clothing/under/marine/veteran/UPP(src) new /obj/item/clothing/suit/storage/marine/faction/UPP(src) - new /obj/item/clothing/shoes/marine/upp/knife(src) + new /obj/item/clothing/shoes/marine/upp(src) new /obj/item/clothing/gloves/marine/veteran(src) new /obj/item/storage/backpack/lightpack/five_slot(src) if(5) //freelancer @@ -151,7 +151,7 @@ Non-USCM items, from CLF, UPP, colonies, etc. Mostly combat-related. new /obj/item/ammo_magazine/smg/mac15(src) new /obj/item/ammo_magazine/smg/mac15(src) if(4) //upp - new /obj/item/weapon/gun/shotgun/type23/riot(src) + new /obj/item/weapon/gun/shotgun/pump/type23(src) new /obj/item/ammo_magazine/handful/shotgun/heavy/beanbag(src) new /obj/item/ammo_magazine/handful/shotgun/heavy/beanbag(src) new /obj/item/ammo_magazine/handful/shotgun/heavy/flechette(src) diff --git a/code/game/gamemodes/colonialmarines/huntergames.dm b/code/game/gamemodes/colonialmarines/huntergames.dm index cb924e14c1..6f0d839dad 100644 --- a/code/game/gamemodes/colonialmarines/huntergames.dm +++ b/code/game/gamemodes/colonialmarines/huntergames.dm @@ -3,7 +3,7 @@ 100; list(/obj/item/weapon/twohanded/yautja/glaive, /obj/item/clothing/mask/gas/yautja/hunter, /obj/item/clothing/suit/armor/yautja/hunter,/obj/item/clothing/shoes/yautja/hunter), \ 50; list(/obj/item/weapon/yautja/combistick, /obj/item/clothing/mask/gas/yautja/hunter, /obj/item/clothing/suit/armor/yautja/hunter/full,/obj/item/clothing/shoes/yautja/hunter), \ 150; list(/obj/item/stack/medical/advanced/ointment, /obj/item/stack/medical/advanced/bruise_pack, /obj/item/storage/belt/medical/lifesaver/full), \ - 50; list(/obj/item/clothing/under/marine/veteran/pmc/commando, /obj/item/clothing/suit/storage/marine/veteran/pmc/commando, /obj/item/clothing/gloves/marine/veteran/pmc/commando, /obj/item/clothing/shoes/veteran/pmc/commando, /obj/item/clothing/head/helmet/marine/veteran/pmc/commando), \ + 50; list(/obj/item/clothing/under/marine/veteran/pmc/commando, /obj/item/clothing/suit/storage/marine/veteran/pmc/commando, /obj/item/clothing/gloves/marine/veteran/pmc/commando, /obj/item/clothing/shoes/marine/rmc, /obj/item/clothing/head/helmet/marine/veteran/pmc/commando), \ 125; list(/obj/item/weapon/yautja/chain, /obj/item/weapon/yautja/knife, /obj/item/weapon/yautja/scythe, /obj/item/hunting_trap, /obj/item/hunting_trap), \ 75; list(/obj/item/weapon/gun/revolver/mateba/general, /obj/item/ammo_magazine/revolver/mateba, /obj/item/ammo_magazine/revolver/mateba, /obj/item/clothing/mask/balaclava/tactical), \ 50; list(/obj/item/weapon/shield/energy, /obj/item/weapon/energy/axe, /obj/item/clothing/under/chainshirt/hunter, /obj/item/clothing/head/helmet/gladiator, /obj/item/clothing/suit/armor/gladiator) \ @@ -258,7 +258,7 @@ H.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine(H), WEAR_FEET) if(2) //Commander! H.equip_to_slot_or_del(new /obj/item/clothing/under/marine/officer/command(H), WEAR_BODY) - H.equip_to_slot_or_del(new /obj/item/clothing/shoes/dress/commander(H), WEAR_FEET) + H.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(H), WEAR_FEET) if(3) //CL H.equip_to_slot_or_del(new /obj/item/clothing/under/liaison_suit(H), WEAR_BODY) H.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(H), WEAR_FEET) diff --git a/code/game/machinery/cloning.dm b/code/game/machinery/cloning.dm index de2522d921..6fdcfd3087 100644 --- a/code/game/machinery/cloning.dm +++ b/code/game/machinery/cloning.dm @@ -3,7 +3,7 @@ /obj/item/disk/data name = "Cloning Data Disk" icon_state = "datadisk0" //Gosh I hope syndies don't mistake them for the nuke disk. - item_state = "card-id" + item_state = "red-id" w_class = SIZE_TINY var/read_only = 0 //Well,it's still a floppy disk diff --git a/code/game/machinery/vending/essential_sets.dm b/code/game/machinery/vending/essential_sets.dm index 711b17eb2c..845d642f54 100644 --- a/code/game/machinery/vending/essential_sets.dm +++ b/code/game/machinery/vending/essential_sets.dm @@ -8,7 +8,7 @@ /obj/item/clothing/gloves/marine/dress, /obj/item/clothing/suit/storage/jacket/marine/dress/blues, /obj/item/clothing/under/marine/dress/blues, - /obj/item/clothing/shoes/dress, + /obj/item/clothing/shoes/laceup, ) /obj/effect/essentials_set/dressblues/nco @@ -17,7 +17,7 @@ /obj/item/clothing/gloves/marine/dress, /obj/item/clothing/suit/storage/jacket/marine/dress/blues/nco, /obj/item/clothing/under/marine/dress/blues/senior, - /obj/item/clothing/shoes/dress, + /obj/item/clothing/shoes/laceup, ) /obj/effect/essentials_set/dressblues/officer @@ -26,7 +26,7 @@ /obj/item/clothing/gloves/marine/dress, /obj/item/clothing/suit/storage/jacket/marine/dress/blues/officer, /obj/item/clothing/under/marine/dress/blues/senior, - /obj/item/clothing/shoes/dress, + /obj/item/clothing/shoes/laceup, ) /obj/effect/essentials_set/dressblues/officer/sword @@ -35,7 +35,7 @@ /obj/item/clothing/gloves/marine/dress, /obj/item/clothing/suit/storage/jacket/marine/dress/blues/officer, /obj/item/clothing/under/marine/dress/blues/senior, - /obj/item/clothing/shoes/dress, + /obj/item/clothing/shoes/laceup, /obj/item/storage/large_holster/ceremonial_sword/full, ) @@ -45,7 +45,7 @@ /obj/item/clothing/gloves/marine/dress, /obj/item/clothing/suit/storage/jacket/marine/dress/blues/officer, /obj/item/clothing/under/marine/dress/blues/general, - /obj/item/clothing/shoes/dress, + /obj/item/clothing/shoes/laceup, ) /obj/effect/essentials_set/dressblues/general/sword @@ -54,7 +54,7 @@ /obj/item/clothing/gloves/marine/dress, /obj/item/clothing/suit/storage/jacket/marine/dress/blues/officer, /obj/item/clothing/under/marine/dress/blues/general, - /obj/item/clothing/shoes/dress, + /obj/item/clothing/shoes/laceup, /obj/item/storage/large_holster/ceremonial_sword/full, ) diff --git a/code/game/machinery/vending/vendor_types/crew/commanding_officer.dm b/code/game/machinery/vending/vendor_types/crew/commanding_officer.dm index dd2fc9c4a5..83d44b2523 100644 --- a/code/game/machinery/vending/vendor_types/crew/commanding_officer.dm +++ b/code/game/machinery/vending/vendor_types/crew/commanding_officer.dm @@ -85,7 +85,7 @@ GLOBAL_LIST_INIT(cm_vending_clothing_commanding_officer, list( list("COMBAT EQUIPMENT (TAKE ALL)", 0, null, null, null), list("Commanding Officer's M3 Armor", 0, /obj/item/clothing/suit/storage/marine/MP/CO, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY), list("Commanding Officer's M10 Helmet", 0, /obj/item/clothing/head/helmet/marine/CO, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_MANDATORY), - list("Commanding Officer's Gloves", 0, /obj/item/clothing/gloves/marine/techofficer/commander, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), + list("Combat Gloves", 0, /obj/item/clothing/gloves/marine, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), list("Marine Combat Boots", 0, /obj/item/clothing/shoes/marine/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), list("ACCESSORIES (CHOOSE 1)", 0, null, null, null), diff --git a/code/game/machinery/vending/vendor_types/crew/corporate_liaison.dm b/code/game/machinery/vending/vendor_types/crew/corporate_liaison.dm index 69261115ec..d34fa9ea46 100644 --- a/code/game/machinery/vending/vendor_types/crew/corporate_liaison.dm +++ b/code/game/machinery/vending/vendor_types/crew/corporate_liaison.dm @@ -62,7 +62,7 @@ GLOBAL_LIST_INIT(cm_vending_clothing_dress_corporate_liaison, list( list("Laceup Shoes, Black", 0, /obj/item/clothing/shoes/laceup, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_RECOMMENDED), list("Laceup Shoes, Brown", 0, /obj/item/clothing/shoes/laceup/brown, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_REGULAR), list("Sneakers, Black", 0, /obj/item/clothing/shoes/black, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_REGULAR), - list("Corporate Boots", 0, /obj/item/clothing/shoes/marine/corporate, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_REGULAR), + list("Corporate Boots", 0, /obj/item/clothing/shoes/marine/civilian, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_REGULAR), list("HATS", 0, null, null, null), list("Black Beret", 0, /obj/item/clothing/head/beret/cm/black/civilian, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), diff --git a/code/game/machinery/vending/vendor_types/crew/synthetic.dm b/code/game/machinery/vending/vendor_types/crew/synthetic.dm index 5d6c0624be..a29a87fad9 100644 --- a/code/game/machinery/vending/vendor_types/crew/synthetic.dm +++ b/code/game/machinery/vending/vendor_types/crew/synthetic.dm @@ -227,7 +227,7 @@ GLOBAL_LIST_INIT(cm_vending_clothing_synth_snowflake, list( list("Shoes, Red", 12, /obj/item/clothing/shoes/red, null, VENDOR_ITEM_REGULAR), list("Shoes, White", 12, /obj/item/clothing/shoes/white, null, VENDOR_ITEM_REGULAR), list("Shoes, Yellow", 12, /obj/item/clothing/shoes/yellow, null, VENDOR_ITEM_REGULAR), - list("Shoes, Seegson", 24, /obj/item/clothing/shoes/dress, null, VENDOR_ITEM_REGULAR), + list("Shoes, Seegson", 24, /obj/item/clothing/shoes/laceup, null, VENDOR_ITEM_REGULAR), list("HEADWEAR", 0, null, null, null), list("Beanie", 12, /obj/item/clothing/head/beanie, null, VENDOR_ITEM_REGULAR), diff --git a/code/game/machinery/vending/vendor_types/requisitions.dm b/code/game/machinery/vending/vendor_types/requisitions.dm index d514e20302..660264a717 100644 --- a/code/game/machinery/vending/vendor_types/requisitions.dm +++ b/code/game/machinery/vending/vendor_types/requisitions.dm @@ -464,7 +464,6 @@ list("BOOTS", -1, null, null), list("Marine Combat Boots", 20, /obj/item/clothing/shoes/marine, VENDOR_ITEM_REGULAR), - list("Marine Brown Combat Boots", 5, /obj/item/clothing/shoes/marine/brown, VENDOR_ITEM_REGULAR), list("Marine Jungle Combat Boots", 5, /obj/item/clothing/shoes/marine/jungle, VENDOR_ITEM_REGULAR), list("BACKPACKS", -1, null, null), @@ -490,9 +489,8 @@ list("M3-L Pattern Light Armor", 10, /obj/item/clothing/suit/storage/marine/light, VENDOR_ITEM_REGULAR), list("GLOVES", -1, null, null), - list("Marine Combat Gloves", 40, /obj/item/clothing/gloves/marine, VENDOR_ITEM_REGULAR), - list("Marine Black Combat Gloves", 40, /obj/item/clothing/gloves/marine/black, VENDOR_ITEM_REGULAR), - list("Marine Brown Combat Gloves", 20, /obj/item/clothing/gloves/marine/brown, VENDOR_ITEM_REGULAR), + list("Combat Gloves", 40, /obj/item/clothing/gloves/marine, VENDOR_ITEM_REGULAR), + list("Brown Combat Gloves", 20, /obj/item/clothing/gloves/marine/brown, VENDOR_ITEM_REGULAR), list("RADIO", -1, null, null), list("Alpha Squad Radio Encryption Key", 5, /obj/item/device/encryptionkey/alpha, VENDOR_ITEM_REGULAR), diff --git a/code/game/machinery/vending/vendor_types/squad_prep/squad_engineer.dm b/code/game/machinery/vending/vendor_types/squad_prep/squad_engineer.dm index 8d5e7b8359..58d7d9f53e 100644 --- a/code/game/machinery/vending/vendor_types/squad_prep/squad_engineer.dm +++ b/code/game/machinery/vending/vendor_types/squad_prep/squad_engineer.dm @@ -182,25 +182,25 @@ GLOBAL_LIST_INIT(cm_vending_clothing_engi, list( /obj/structure/machinery/cm_vending/clothing/engi/alpha squad_tag = SQUAD_MARINE_1 req_access = list(ACCESS_MARINE_ENGPREP, ACCESS_MARINE_ALPHA) - gloves_type = /obj/item/clothing/gloves/marine/insulated + gloves_type = /obj/item/clothing/gloves/marine headset_type = /obj/item/device/radio/headset/almayer/marine/alpha/engi /obj/structure/machinery/cm_vending/clothing/engi/bravo squad_tag = SQUAD_MARINE_2 req_access = list(ACCESS_MARINE_ENGPREP, ACCESS_MARINE_BRAVO) - gloves_type = /obj/item/clothing/gloves/marine/insulated + gloves_type = /obj/item/clothing/gloves/marine headset_type = /obj/item/device/radio/headset/almayer/marine/bravo/engi /obj/structure/machinery/cm_vending/clothing/engi/charlie squad_tag = SQUAD_MARINE_3 req_access = list(ACCESS_MARINE_ENGPREP, ACCESS_MARINE_CHARLIE) - gloves_type = /obj/item/clothing/gloves/marine/insulated + gloves_type = /obj/item/clothing/gloves/marine headset_type = /obj/item/device/radio/headset/almayer/marine/charlie/engi /obj/structure/machinery/cm_vending/clothing/engi/delta squad_tag = SQUAD_MARINE_4 req_access = list(ACCESS_MARINE_ENGPREP, ACCESS_MARINE_DELTA) - gloves_type = /obj/item/clothing/gloves/marine/insulated + gloves_type = /obj/item/clothing/gloves/marine headset_type = /obj/item/device/radio/headset/almayer/marine/delta/engi //------------ESSENTIAL SETS--------------- diff --git a/code/game/machinery/vending/vendor_types/squad_prep/squad_medic.dm b/code/game/machinery/vending/vendor_types/squad_prep/squad_medic.dm index f83c0c1de4..326e4a8b01 100644 --- a/code/game/machinery/vending/vendor_types/squad_prep/squad_medic.dm +++ b/code/game/machinery/vending/vendor_types/squad_prep/squad_medic.dm @@ -129,8 +129,8 @@ GLOBAL_LIST_INIT(cm_vending_clothing_medic, list( list("Essential Medical Set", 0, /obj/effect/essentials_set/medic, MARINE_CAN_BUY_ESSENTIALS, VENDOR_ITEM_MANDATORY), list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Standard Marine Apparel", 0, list(/obj/item/clothing/under/marine/medic, /obj/item/clothing/shoes/marine/knife, /obj/item/clothing/gloves/marine, /obj/item/device/radio/headset/almayer/marine), MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), - list("Combat Sterile Gloves", 0, /obj/item/clothing/gloves/marine/medical, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_REGULAR), + list("Standard Marine Apparel", 0, list(/obj/item/clothing/gloves/marine, /obj/item/clothing/head/helmet/marine/medic), MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), + list("Sterile Gloves", 0, /obj/item/clothing/gloves/latex, MARINE_CAN_BUY_KIT, VENDOR_ITEM_REGULAR), list("MRE", 0, /obj/item/storage/box/MRE, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), list("ARMOR (CHOOSE 1)", 0, null, null, null), @@ -138,10 +138,6 @@ GLOBAL_LIST_INIT(cm_vending_clothing_medic, list( list("Medium Armor", 0, /obj/item/clothing/suit/storage/marine/medium, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_RECOMMENDED), list("Heavy Armor", 0, /obj/item/clothing/suit/storage/marine/heavy, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_REGULAR), - list("HELMET (CHOOSE 1)", 0, null, null, null), - list("M10 Corpsman Helmet", 0, /obj/item/clothing/head/helmet/marine/medic, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - list("M10 White Corpsman Helmet", 0, /obj/item/clothing/head/helmet/marine/medic/white, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - list("BACKPACK (CHOOSE 1)", 0, null, null, null), list("Medical Backpack", 0, /obj/item/storage/backpack/marine/medic, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_REGULAR), list("Medical Satchel", 0, /obj/item/storage/backpack/marine/satchel/medic, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_RECOMMENDED), @@ -152,7 +148,7 @@ GLOBAL_LIST_INIT(cm_vending_clothing_medic, list( list("M276 Lifesaver Bag (Full)", 0, /obj/item/storage/belt/medical/lifesaver/full, MARINE_CAN_BUY_BELT, VENDOR_ITEM_RECOMMENDED), list("M276 Medical Storage Rig (Full)", 0, /obj/item/storage/belt/medical/full, MARINE_CAN_BUY_BELT, VENDOR_ITEM_RECOMMENDED), list("M276 M39 Holster Rig", 0, /obj/item/storage/belt/gun/m39, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - list("M276 General Revolver Holster Rig", 0, /obj/item/storage/belt/gun/m44, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), + list("M276 M44 Holster Rig", 0, /obj/item/storage/belt/gun/m44, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), list("M276 M82F Holster Rig", 0, /obj/item/storage/belt/gun/flaregun, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), list("M276 Shotgun Shell Loading Rig", 0, /obj/item/storage/belt/shotgun, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), list("M276 M40 Grenade Rig", 0, /obj/item/storage/belt/grenade, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), @@ -238,13 +234,13 @@ GLOBAL_LIST_INIT(cm_vending_clothing_upp_medic, list( list("Essential Medical Set", 0, /obj/effect/essentials_set/medic, MARINE_CAN_BUY_ESSENTIALS, VENDOR_ITEM_MANDATORY), list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Standard Apparel", 0, list(/obj/item/clothing/gloves/marine/veteran/upp, /obj/item/clothing/head/helmet/marine/veteran/UPP), MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), - list("Combat Sterile Gloves", 0, /obj/item/clothing/gloves/marine/medical, MARINE_CAN_BUY_KIT, VENDOR_ITEM_REGULAR), + list("Standard Apparel", 0, list(/obj/item/clothing/gloves/marine/brown, /obj/item/clothing/head/helmet/marine/veteran/UPP), MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), + list("Sterile Gloves", 0, /obj/item/clothing/gloves/latex, MARINE_CAN_BUY_KIT, VENDOR_ITEM_REGULAR), list("Ration", 0, /obj/item/reagent_container/food/snacks/upp, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), list("ARMOR (CHOOSE 1)", 0, null, null, null), - list("Support Armor", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/support, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_RECOMMENDED), - list("Personal Armor", 0, /obj/item/clothing/suit/storage/marine/faction/UPP, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_REGULAR), + list("6B72-03 Combat Vest", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/light, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_RECOMMENDED), + list("6B90 Carapace Armor", 0, /obj/item/clothing/suit/storage/marine/faction/UPP, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_REGULAR), list("BACKPACK (CHOOSE 1)", 0, null, null, null), list("Medical Backpack", 0, /obj/item/storage/backpack/marine/medic/upp, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_REGULAR), @@ -301,7 +297,7 @@ GLOBAL_LIST_INIT(cm_vending_clothing_forecon_medic, list( list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), list("Standard Marine Apparel", 0, list(/obj/item/clothing/gloves/marine), MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), - list("Combat Sterile Gloves", 0, /obj/item/clothing/gloves/marine/medical, MARINE_CAN_BUY_KIT, VENDOR_ITEM_REGULAR), + list("Sterile Gloves", 0, /obj/item/clothing/gloves/latex, MARINE_CAN_BUY_KIT, VENDOR_ITEM_REGULAR), list("MRE", 0, /obj/item/storage/box/MRE, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), list("ARMOR (CHOOSE 1)", 0, null, null, null), diff --git a/code/game/machinery/vending/vendor_types/squad_prep/squad_prep.dm b/code/game/machinery/vending/vendor_types/squad_prep/squad_prep.dm index 6e572e7e8b..ceed083b4d 100644 --- a/code/game/machinery/vending/vendor_types/squad_prep/squad_prep.dm +++ b/code/game/machinery/vending/vendor_types/squad_prep/squad_prep.dm @@ -100,11 +100,10 @@ listed_products = list( list("STANDARD EQUIPMENT", -1, null, null, null), list("Marine Combat Boots", floor(scale * 15), /obj/item/clothing/shoes/marine/knife, VENDOR_ITEM_REGULAR), - list("Marine Brown Combat Boots", floor(scale * 15), /obj/item/clothing/shoes/marine/brown, VENDOR_ITEM_REGULAR), list("USCM Uniform", floor(scale * 15), /obj/item/clothing/under/marine, VENDOR_ITEM_REGULAR), list("Marine Combat Gloves", floor(scale * 15), /obj/item/clothing/gloves/marine, VENDOR_ITEM_REGULAR), list("Marine Brown Combat Gloves", floor(scale * 15), /obj/item/clothing/gloves/marine/brown, VENDOR_ITEM_REGULAR), - list("Marine Black Combat Gloves", floor(scale * 15), /obj/item/clothing/gloves/marine/black, VENDOR_ITEM_REGULAR), + list("Marine Black Combat Gloves", floor(scale * 15), /obj/item/clothing/gloves/marine, VENDOR_ITEM_REGULAR), list("Marine Radio Headset", floor(scale * 15), /obj/item/device/radio/headset/almayer, VENDOR_ITEM_REGULAR), list("M10 Pattern Marine Helmet", floor(scale * 15), /obj/item/clothing/head/helmet/marine, VENDOR_ITEM_REGULAR), @@ -199,23 +198,23 @@ list("STANDARD EQUIPMENT", -1, null, null, null), list("Military Combat Boots", round(scale * 15), /obj/item/clothing/shoes/marine/upp, VENDOR_ITEM_REGULAR), list("UPP Uniform", round(scale * 15), /obj/item/clothing/under/marine/veteran/UPP, VENDOR_ITEM_REGULAR), - list("Combat Gloves", round(scale * 15), /obj/item/clothing/gloves/marine/veteran/upp, VENDOR_ITEM_REGULAR), - list("UM4 Pattern Helmet", round(scale * 15), /obj/item/clothing/head/helmet/marine/veteran/UPP, VENDOR_ITEM_REGULAR), + list("Combat Gloves", round(scale * 15), /obj/item/clothing/gloves/marine, VENDOR_ITEM_REGULAR), + list("6b82 Combat Helmet (Green)", round(scale * 15), /obj/item/clothing/head/helmet/marine/veteran/UPP/naval, VENDOR_ITEM_REGULAR), + list("6b82 Combat Helmet (Brown)", round(scale * 15), /obj/item/clothing/head/helmet/marine/veteran/UPP/naval/alt, VENDOR_ITEM_REGULAR), list("Radio Headset", round(scale * 15), /obj/item/device/radio/headset/distress/UPP, VENDOR_ITEM_REGULAR), list("WEBBINGS", -1, null, null), - list("Brown Webbing Vest", round(scale * 1.25), /obj/item/clothing/accessory/storage/black_vest/brown_vest, VENDOR_ITEM_REGULAR), - list("Black Webbing Vest", round(max(1,(scale * 0.5))), /obj/item/clothing/accessory/storage/black_vest, VENDOR_ITEM_REGULAR), + list("Brown Webbing Vest", round(scale * 2), /obj/item/clothing/accessory/storage/black_vest/brown_vest, VENDOR_ITEM_REGULAR), list("Webbing", round(scale * 2), /obj/item/clothing/accessory/storage/webbing, VENDOR_ITEM_REGULAR), - list("Drop Pouch", round(max(1,(scale * 0.5))), /obj/item/clothing/accessory/storage/droppouch, VENDOR_ITEM_REGULAR), + list("Drop Pouch", round(max(1,(scale * 2))), /obj/item/clothing/accessory/storage/droppouch, VENDOR_ITEM_REGULAR), list("Shoulder Holster", round(max(1,(scale * 0.5))), /obj/item/clothing/accessory/storage/holster, VENDOR_ITEM_REGULAR), list("ARMOR", -1, null, null), - list("UM5 Personal Armor", round(scale * 15), /obj/item/clothing/suit/storage/marine/faction/UPP, VENDOR_ITEM_REGULAR), - list("UL6 Personal Light Armor", round(scale * 10), /obj/item/clothing/suit/storage/marine/faction/UPP/support, VENDOR_ITEM_REGULAR), + list("6B90 Pattern Armor", round(scale * 15), /obj/item/clothing/suit/storage/marine/faction/UPP, VENDOR_ITEM_REGULAR), + list("6B91 Pattern Armor", round(scale * 15), /obj/item/clothing/suit/storage/marine/faction/UPP/heavy, VENDOR_ITEM_REGULAR), + list("6B72-03 Pattern Vest", round(scale * 10), /obj/item/clothing/suit/storage/marine/faction/UPP/light, VENDOR_ITEM_REGULAR), list("BACKPACK", -1, null, null, null), - list("Lightweight IMP Backpack", round(scale * 15), /obj/item/storage/backpack/marine, VENDOR_ITEM_REGULAR), list("UPP Satchel", round(scale * 15), /obj/item/storage/backpack/lightpack/upp, VENDOR_ITEM_REGULAR), list("RESTRICTED BACKPACKS", -1, null, null), @@ -237,7 +236,8 @@ list("Shotgun Shell Pouch", round(scale * 15), /obj/item/storage/pouch/shotgun, VENDOR_ITEM_REGULAR), list("Medium General Pouch", round(scale * 15), /obj/item/storage/pouch/general/medium, VENDOR_ITEM_REGULAR), list("Pistol Magazine Pouch", round(scale * 15), /obj/item/storage/pouch/magazine/pistol, VENDOR_ITEM_REGULAR), - list("Pistol Pouch", round(scale * 15), /obj/item/storage/pouch/pistol, VENDOR_ITEM_REGULAR), + list("Pistol Pouch", round(scale * 15), /obj/item/storage/pouch/pistol/alt, VENDOR_ITEM_REGULAR), + list("Type 50 E-Tool Pouch", round(scale * 15), /obj/item/storage/pouch/etool, VENDOR_ITEM_REGULAR), list("RESTRICTED POUCHES", -1, null, null, null), list("Construction Pouch", round(scale * 1.25), /obj/item/storage/pouch/construction, VENDOR_ITEM_REGULAR), @@ -248,16 +248,13 @@ list("Sling Pouch", round(scale * 1.25), /obj/item/storage/pouch/sling, VENDOR_ITEM_REGULAR), list("MASK", -1, null, null, null), - list("PMK-63 Gas Mask", round(scale * 15), /obj/item/clothing/mask/gas/upp, VENDOR_ITEM_REGULAR), - list("PMK-63N Integrated Gas Mask", round(scale * 10), /obj/item/prop/helmetgarb/helmet_gasmask/upp, VENDOR_ITEM_REGULAR), - list("Heat Absorbent Coif", round(scale * 10), /obj/item/clothing/mask/rebreather/scarf/tan, VENDOR_ITEM_REGULAR), - list("Rebreather", round(scale * 10), /obj/item/clothing/mask/rebreather, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR), + list("ShMB/4 Gas Mask", round(scale * 15), /obj/item/clothing/mask/gas/upp, VENDOR_ITEM_REGULAR), list("MISCELLANEOUS", -1, null, null, null), list("Ballistic goggles", round(scale * 10), /obj/item/clothing/glasses/mgoggles, VENDOR_ITEM_REGULAR), list("Prescription ballistic goggles", round(scale * 10), /obj/item/clothing/glasses/mgoggles/prescription, VENDOR_ITEM_REGULAR), list("Firearm Lubricant", round(scale * 15), /obj/item/prop/helmetgarb/gunoil, VENDOR_ITEM_REGULAR), - list("UPP Airborne Reconnaissance Shoulder Patch", round(scale * 15), /obj/item/clothing/accessory/patch/upp/platoon, VENDOR_ITEM_REGULAR), + list("UPP Airborne Reconnaissance Shoulder Patch", round(scale * 15), /obj/item/clothing/accessory/patch/upp/naval, VENDOR_ITEM_REGULAR), list("UPPA Shoulder Patch", round(scale * 15), /obj/item/clothing/accessory/patch/upp, VENDOR_ITEM_REGULAR), list("Bedroll", round(scale * 20), /obj/item/roller/bedroll, VENDOR_ITEM_REGULAR), ) @@ -462,8 +459,8 @@ list("M89-S Signal Flare Pack", round(scale * 1), /obj/item/storage/box/m94/signal, VENDOR_ITEM_REGULAR), list("SIDEARMS", -1, null, null), - list("VP70 Combat Pistol", round(scale * 2), /obj/item/weapon/gun/pistol/vp70, VENDOR_ITEM_REGULAR), - list("M4A3 Service Pistol", round(scale * 2), /obj/item/weapon/gun/pistol/m4a3, VENDOR_ITEM_REGULAR), + list("VP70 Combat Pistol", round(scale * 2), /obj/item/weapon/gun/pistol/vp70/unloaded, VENDOR_ITEM_REGULAR), + list("M4A3 Service Pistol", round(scale * 2), /obj/item/weapon/gun/pistol/m4a3/unloaded, VENDOR_ITEM_REGULAR), list("M82F Flare Gun", round(scale * 1), /obj/item/weapon/gun/flare, VENDOR_ITEM_REGULAR), list("MISCELLANEOUS", -1, null, null), @@ -496,10 +493,10 @@ list("MRE", round(scale * 15), /obj/item/reagent_container/food/snacks/upp, VENDOR_ITEM_REGULAR), list("TOOLS", -1, null, null), - list("Entrenching Tool (ET)", round(scale * 2), /obj/item/tool/shovel/etool/folded, VENDOR_ITEM_REGULAR), - list("Screwdriver", round(scale * 5), /obj/item/tool/screwdriver, VENDOR_ITEM_REGULAR), - list("Wirecutters", round(scale * 5), /obj/item/tool/wirecutters, VENDOR_ITEM_REGULAR), - list("Crowbar", round(scale * 5), /obj/item/tool/crowbar, VENDOR_ITEM_REGULAR), + list("Type 50 Entrenching Tool", round(scale * 2), /obj/item/tool/shovel/etool/upp/folded, VENDOR_ITEM_REGULAR), + list("Screwdriver", round(scale * 5), /obj/item/tool/screwdriver/tactical, VENDOR_ITEM_REGULAR), + list("Wirecutters", round(scale * 5), /obj/item/tool/wirecutters/tactical, VENDOR_ITEM_REGULAR), + list("Crowbar", round(scale * 5), /obj/item/tool/crowbar/tactical, VENDOR_ITEM_REGULAR), list("Wrench", round(scale * 5), /obj/item/tool/wrench, VENDOR_ITEM_REGULAR), list("Multitool", round(scale * 1), /obj/item/device/multitool, VENDOR_ITEM_REGULAR), list("Welding Tool", round(scale * 1), /obj/item/tool/weldingtool, VENDOR_ITEM_REGULAR), @@ -509,28 +506,20 @@ list("Breaching Charge", round(scale * 2), /obj/item/explosive/plastic/breaching_charge, VENDOR_ITEM_REGULAR), list("FLARE AND LIGHT", -1, null, null), - list("Combat Flashlight", round(scale * 5), /obj/item/device/flashlight/combat, VENDOR_ITEM_REGULAR), - list("Box of Flashlight", round(scale * 1), /obj/item/ammo_box/magazine/misc/flashlight, VENDOR_ITEM_REGULAR), list("Box of Flares", round(scale * 1), /obj/item/ammo_box/magazine/misc/flares, VENDOR_ITEM_REGULAR), list("M94 Marking Flare Pack", round(scale * 10), /obj/item/storage/box/m94, VENDOR_ITEM_REGULAR), list("M89-S Signal Flare Pack", round(scale * 1), /obj/item/storage/box/m94/signal, VENDOR_ITEM_REGULAR), list("SIDEARMS", -1, null, null), - list("NP92 Standard Pistol", round(scale * 2), /obj/item/weapon/gun/pistol/np92, VENDOR_ITEM_REGULAR), - list("ZHNK-72 Combat Revolver", round(scale * 2), /obj/item/weapon/gun/revolver/upp, VENDOR_ITEM_REGULAR), - list("Type 73 Service Pistol", round(scale * 2), /obj/item/weapon/gun/pistol/t73, VENDOR_ITEM_REGULAR), + list("NP92 Standard Pistol", round(scale * 2), /obj/item/weapon/gun/pistol/np92/unloaded, VENDOR_ITEM_REGULAR), + list("Type 73 Service Pistol", round(scale * 2), /obj/item/weapon/gun/pistol/t73/unloaded, VENDOR_ITEM_REGULAR), list("M82F Flare Gun", round(scale * 1), /obj/item/weapon/gun/flare, VENDOR_ITEM_REGULAR), - list("SIDEARM AMMUNITION", -1, null, null), - list("NP92 Magazine (9x18mm Makarov)", round(scale * 20), /obj/item/ammo_magazine/pistol/np92, VENDOR_ITEM_REGULAR), - list("ZHNK-72 Speedloader (7.62x38mmR)", round(scale * 20), /obj/item/ammo_magazine/revolver/upp, VENDOR_ITEM_REGULAR), - list("Type 73 Magazine (7.62x25mm Tokarev)", round(scale * 20), /obj/item/ammo_magazine/pistol/t73, VENDOR_ITEM_REGULAR), - list("MISCELLANEOUS", -1, null, null), list("Extinguisher", round(scale * 5), /obj/item/tool/extinguisher, VENDOR_ITEM_REGULAR), list("Fire Extinguisher (Portable)", round(scale * 1), /obj/item/tool/extinguisher/mini, VENDOR_ITEM_REGULAR), list("Roller Bed", round(scale * 2), /obj/item/roller, VENDOR_ITEM_REGULAR), - list("Machete Scabbard (Full)", round(scale * 5), /obj/item/storage/large_holster/machete/full, VENDOR_ITEM_REGULAR), + list("Machete Scabbard (Full)", round(scale * 5), /obj/item/storage/large_holster/machete/arnold/weak, VENDOR_ITEM_REGULAR), list("Binoculars", round(scale * 1), /obj/item/device/binoculars, VENDOR_ITEM_REGULAR), list("Spare PDT/L Battle Buddy Kit", round(scale * 3), /obj/item/storage/box/pdt_kit/advanced, VENDOR_ITEM_REGULAR), list("Rail Flashlight", round(scale * 5), /obj/item/attachable/flashlight, VENDOR_ITEM_REGULAR), @@ -538,13 +527,11 @@ list("CLOTHING", -1, null, null), list("Cap", round(scale * 5), /obj/item/clothing/head/uppcap, VENDOR_ITEM_REGULAR), - list("Cap (tan)", round(scale * 5), /obj/item/clothing/head/uppcap/civi, VENDOR_ITEM_REGULAR), list("Ushanka", round(scale * 5), /obj/item/clothing/head/uppcap/ushanka, VENDOR_ITEM_REGULAR), - list("Ushanka (tan)", round(scale * 5), /obj/item/clothing/head/uppcap/ushanka/civi, VENDOR_ITEM_REGULAR), - list("Beret", round(scale * 5), /obj/item/clothing/head/uppcap/beret, VENDOR_ITEM_REGULAR), list("Balaclava", round(scale * 5), /obj/item/clothing/mask/rebreather/scarf/tan, VENDOR_ITEM_REGULAR), + list("Balaclava", round(scale * 5), /obj/item/clothing/mask/rebreather/scarf, VENDOR_ITEM_REGULAR), list("Scarf", round(scale * 5), /obj/item/clothing/mask/rebreather/scarf/tacticalmask/tan, VENDOR_ITEM_REGULAR), - list("Neck warmer", round(scale * 5), /obj/item/clothing/mask/tornscarf/green, VENDOR_ITEM_REGULAR), + list("Scarf", round(scale * 5), /obj/item/clothing/mask/rebreather/scarf/tacticalmask/black, VENDOR_ITEM_REGULAR), ) /obj/structure/machinery/cm_vending/sorted/cargo_guns/squad/forecon/populate_product_list(scale) diff --git a/code/game/machinery/vending/vendor_types/squad_prep/squad_tl.dm b/code/game/machinery/vending/vendor_types/squad_prep/squad_tl.dm index 0d33850297..fe00a2d284 100644 --- a/code/game/machinery/vending/vendor_types/squad_prep/squad_tl.dm +++ b/code/game/machinery/vending/vendor_types/squad_prep/squad_tl.dm @@ -148,25 +148,25 @@ GLOBAL_LIST_INIT(cm_vending_clothing_tl, list( /obj/structure/machinery/cm_vending/clothing/tl/alpha squad_tag = SQUAD_MARINE_1 req_access = list(ACCESS_MARINE_TL_PREP, ACCESS_MARINE_ALPHA) - gloves_type = /obj/item/clothing/gloves/marine/insulated + gloves_type = /obj/item/clothing/gloves/marine headset_type = /obj/item/device/radio/headset/almayer/marine/alpha/tl /obj/structure/machinery/cm_vending/clothing/tl/bravo squad_tag = SQUAD_MARINE_2 req_access = list(ACCESS_MARINE_TL_PREP, ACCESS_MARINE_BRAVO) - gloves_type = /obj/item/clothing/gloves/marine/insulated + gloves_type = /obj/item/clothing/gloves/marine headset_type = /obj/item/device/radio/headset/almayer/marine/bravo/tl /obj/structure/machinery/cm_vending/clothing/tl/charlie squad_tag = SQUAD_MARINE_3 req_access = list(ACCESS_MARINE_TL_PREP, ACCESS_MARINE_CHARLIE) - gloves_type = /obj/item/clothing/gloves/marine/insulated + gloves_type = /obj/item/clothing/gloves/marine headset_type = /obj/item/device/radio/headset/almayer/marine/charlie/tl /obj/structure/machinery/cm_vending/clothing/tl/delta squad_tag = SQUAD_MARINE_4 req_access = list(ACCESS_MARINE_TL_PREP, ACCESS_MARINE_DELTA) - gloves_type = /obj/item/clothing/gloves/marine/insulated + gloves_type = /obj/item/clothing/gloves/marine headset_type = /obj/item/device/radio/headset/almayer/marine/delta/tl //------------ESSENTIAL SETS--------------- diff --git a/code/game/machinery/vending/vendor_types/wo_vendors.dm b/code/game/machinery/vending/vendor_types/wo_vendors.dm index a064218c2e..df400beb1f 100644 --- a/code/game/machinery/vending/vendor_types/wo_vendors.dm +++ b/code/game/machinery/vending/vendor_types/wo_vendors.dm @@ -10,11 +10,10 @@ listed_products = list( list("STANDARD EQUIPMENT", -1, null, null, null), list("Marine Combat Boots", floor(scale * 10), /obj/item/clothing/shoes/marine, VENDOR_ITEM_REGULAR), - list("Marine Brown Combat Boots", floor(scale * 2), /obj/item/clothing/shoes/marine/brown, VENDOR_ITEM_REGULAR), list("USCM Uniform", floor(scale * 10), /obj/item/clothing/under/marine, VENDOR_ITEM_REGULAR), list("Marine Combat Gloves", floor(scale * 10), /obj/item/clothing/gloves/marine, VENDOR_ITEM_REGULAR), list("Marine Brown Combat Gloves", floor(scale * 2), /obj/item/clothing/gloves/marine/brown, VENDOR_ITEM_REGULAR), - list("Marine Black Combat Gloves", floor(scale * 2), /obj/item/clothing/gloves/marine/black, VENDOR_ITEM_REGULAR), + list("Marine Black Combat Gloves", floor(scale * 2), /obj/item/clothing/gloves/marine, VENDOR_ITEM_REGULAR), list("M10 Pattern Marine Helmet", floor(scale * 10), /obj/item/clothing/head/helmet/marine, VENDOR_ITEM_REGULAR), list("RADIO HEADSETS", -1, null, null), diff --git a/code/game/objects/effects/landmarks/freed_mob_spawner.dm b/code/game/objects/effects/landmarks/freed_mob_spawner.dm index 7841e99df2..d6f22a87a7 100644 --- a/code/game/objects/effects/landmarks/freed_mob_spawner.dm +++ b/code/game/objects/effects/landmarks/freed_mob_spawner.dm @@ -21,12 +21,3 @@ arm_equipment(H, equipment_path, TRUE, count_participant) H.free_for_ghosts() -/obj/effect/landmark/freed_mob_spawner/upp_conscript - name = "UPP Conscript" - equipment_path = /datum/equipment_preset/upp/conscript - count_participant = TRUE - -/obj/effect/landmark/freed_mob_spawner/upp_soldier - name = "UPP Soldier" - equipment_path = /datum/equipment_preset/upp/soldier - count_participant = TRUE diff --git a/code/game/objects/effects/landmarks/survivor_spawner.dm b/code/game/objects/effects/landmarks/survivor_spawner.dm index 4a6e5272ed..6176b8324c 100644 --- a/code/game/objects/effects/landmarks/survivor_spawner.dm +++ b/code/game/objects/effects/landmarks/survivor_spawner.dm @@ -241,48 +241,3 @@ /obj/effect/landmark/survivor_spawner/lv522_forecon_squad_leader equipment = /datum/equipment_preset/survivor/forecon/squad_leader spawn_priority = SPAWN_PRIORITY_HIGH - -/obj/effect/landmark/survivor_spawner/upp/soldier - equipment = /datum/equipment_preset/survivor/upp/soldier - synth_equipment = /datum/equipment_preset/synth/survivor/upp - intro_text = list("

You are a member of a UPP recon force!

",\ - "You ARE aware of the xenomorph threat.",\ - "Your primary objective is to survive. You believe a second dropship crashed somewhere to the south east, which was carrying additional weapons") - story_text = "Your orders were simple, Recon the site, ascertain if there is a biological weapons program in the area, and if so to secure the colony and retrieve a sample. However your team failed to account for an active anti-air battery near the area. Both your craft and your sister ship crashed. Barely having a chance to catch your breath, you found yourself being assailed by vile xenomorphs! You and your team have barely held your ground, at the cost of four of your own, but more are coming and ammo is low. You believe an American rescue force is en route." - spawn_priority = SPAWN_PRIORITY_LOW - -/obj/effect/landmark/survivor_spawner/upp_sapper - equipment = /datum/equipment_preset/survivor/upp/sapper - synth_equipment = /datum/equipment_preset/synth/survivor/upp - intro_text = list("

You are a member of a UPP recon force!

",\ - "You ARE aware of the xenomorph threat.",\ - "Your primary objective is to survive. You believe a second dropship crashed somewhere to the south east, which was carrying additional weapons") - story_text = "Your orders were simple, Recon the site, ascertain if there is a biological weapons program in the area, and if so to secure the colony and retrieve a sample. However your team failed to account for an active anti-air battery near the area. Both your craft and your sister ship crashed. Barely having a chance to catch your breath, you found yourself being assailed by vile xenomorphs! You and your team have barely held your ground, at the cost of four of your own, but more are coming and ammo is low. You believe an American rescue force is en route." - spawn_priority = SPAWN_PRIORITY_MEDIUM - -/obj/effect/landmark/survivor_spawner/upp_medic - equipment = /datum/equipment_preset/survivor/upp/medic - synth_equipment = /datum/equipment_preset/synth/survivor/upp - intro_text = list("

You are a member of a UPP recon force!

",\ - "You ARE aware of the xenomorph threat.",\ - "Your primary objective is to survive. You believe a second dropship crashed somewhere to the south east, which was carrying additional weapons") - story_text = "Your orders were simple, Recon the site, ascertain if there is a biological weapons program in the area, and if so to secure the colony and retrieve a sample. However your team failed to account for an active anti-air battery near the area. Both your craft and your sister ship crashed. Barely having a chance to catch your breath, you found yourself being assailed by vile xenomorphs! You and your team have barely held your ground, at the cost of four of your own, but more are coming and ammo is low. You believe an American rescue force is en route." - spawn_priority = SPAWN_PRIORITY_MEDIUM - -/obj/effect/landmark/survivor_spawner/upp_specialist - equipment = /datum/equipment_preset/survivor/upp/specialist - synth_equipment = /datum/equipment_preset/synth/survivor/upp - intro_text = list("

You are a member of a UPP recon force!

",\ - "You ARE aware of the xenomorph threat.",\ - "Your primary objective is to survive. You believe a second dropship crashed somewhere to the south east, which was carrying additional weapons") - story_text = "Your orders were simple, Recon the site, ascertain if there is a biological weapons program in the area, and if so to secure the colony and retrieve a sample. However your team failed to account for an active anti-air battery near the area. Both your craft and your sister ship crashed. Barely having a chance to catch your breath, you found yourself being assailed by vile xenomorphs! You and your team have barely held your ground, at the cost of four of your own, but more are coming and ammo is low. You believe an American rescue force is en route." - spawn_priority = SPAWN_PRIORITY_HIGH - -/obj/effect/landmark/survivor_spawner/squad_leader - equipment = /datum/equipment_preset/survivor/upp/squad_leader - synth_equipment = /datum/equipment_preset/synth/survivor/upp - intro_text = list("

You are a member of a UPP recon force!

",\ - "You ARE aware of the xenomorph threat.",\ - "Your primary objective is to survive. You believe a second dropship crashed somewhere to the south east, which was carrying additional weapons") - story_text = "Your orders were simple, Recon the site, ascertain if there is a biological weapons program in the area, and if so to secure the colony and retrieve a sample. However your team failed to account for an active anti-air battery near the area. Both your craft and your sister ship crashed. Barely having a chance to catch your breath, you found yourself being assailed by vile xenomorphs! You and your team have barely held your ground, at the cost of four of your own, but more are coming and ammo is low. You believe an American rescue force is en route." - spawn_priority = SPAWN_PRIORITY_VERY_HIGH diff --git a/code/game/objects/items/cards_ids.dm b/code/game/objects/items/cards_ids.dm index 802a5ad750..4ccaba16e0 100644 --- a/code/game/objects/items/cards_ids.dm +++ b/code/game/objects/items/cards_ids.dm @@ -27,7 +27,7 @@ var/function = "storage" var/data = "null" var/special = null - item_state = "card-id" + item_state = "red-id" /obj/item/card/data/verb/label(t as text) set name = "Label Disk" @@ -44,7 +44,7 @@ /obj/item/card/data/clown name = "\proper the coordinates to clown planet" icon_state = "data" - item_state = "card-id" + item_state = "red-id" layer = OBJ_LAYER level = 2 desc = "This card contains coordinates to the fabled Clown Planet. Handle with care." @@ -60,7 +60,7 @@ name = "identification holo-badge" desc = "A slice of encoded compressed fiber glass. Used for identification and access control." icon_state = "id" - item_state = "card-id" + item_state = "red-id" var/list/access var/faction = FACTION_NEUTRAL var/list/faction_group @@ -166,6 +166,7 @@ name = "identification holo-lanyard" desc = "A crude holo-lanyard. As cheap as they come." icon_state = "lanyard" + item_state = "blue-id" /obj/item/card/id/silver name = "identification holo-badge" @@ -361,26 +362,23 @@ ..() - /obj/item/card/id/dogtag name = "dog tag" - desc = "A marine dog tag." + desc = "A dog tag." icon_state = "dogtag" item_state = "dogtag" pinned_on_uniform = FALSE var/dogtag_taken = FALSE card_name = "dog tags" - /obj/item/card/id/dogtag/get_examine_text(mob/user) . = ..() if(ishuman(user)) . += SPAN_NOTICE("It reads \"[registered_name] - [assignment] - [blood_type]\"") - /obj/item/dogtag name = "information dog tag" - desc = "A fallen marine's information dog tag." + desc = "A fallen servicemember's information dog tag." icon_state = "dogtag_taken" icon = 'icons/obj/items/card.dmi' w_class = SIZE_TINY @@ -424,12 +422,12 @@ name = "CORSAT administration code" desc = "A disk of data containing one of the CORSAT administration authentication codes necessary to lift the biohazard lockdown." icon_state = "data" - item_state = "card-id" + item_state = "red-id" unacidable = 1 /obj/item/card/data/prison name = "prison lockdown administration code" desc = "A disk of data containing one of the prison station administration authentication codes necessary to lift the security lockdown." icon_state = "data" - item_state = "card-id" + item_state = "red-id" unacidable = 1 diff --git a/code/game/objects/items/devices/helmet_visors.dm b/code/game/objects/items/devices/helmet_visors.dm index 6987715121..9e942d71ce 100644 --- a/code/game/objects/items/devices/helmet_visors.dm +++ b/code/game/objects/items/devices/helmet_visors.dm @@ -73,6 +73,11 @@ /obj/item/device/helmet_visor/proc/get_helmet_examine_text() return SPAN_NOTICE("\A [name] is flipped down.") +/obj/item/device/helmet_visor/upp + name = "squad optic" + desc = "An insertable visor HUD into a standard UPP helmet." + hud_type = MOB_HUD_FACTION_UPP + /obj/item/device/helmet_visor/medical name = "basic medical optic" icon_state = "med_sight" diff --git a/code/game/objects/items/devices/radio/encryptionkey.dm b/code/game/objects/items/devices/radio/encryptionkey.dm index 160f4beaff..136ee525ae 100644 --- a/code/game/objects/items/devices/radio/encryptionkey.dm +++ b/code/game/objects/items/devices/radio/encryptionkey.dm @@ -300,10 +300,14 @@ //--------------------------------------------------- //UPP Keys /obj/item/device/encryptionkey/upp - name = "\improper UPP Radio Encryption Key" + name = "\improper UPP Naval Infantry Radio Encryption Key" icon_state = "upp_key" channels = list(RADIO_CHANNEL_UPP_GEN = TRUE) +/obj/item/device/encryptionkey/upp/territorial + name = "\improper UPP Territorial Guard Radio Encryption Key" + channels = list(RADIO_CHANNEL_UPP_GRD = TRUE) + /obj/item/device/encryptionkey/upp/engi name = "\improper UPP Engineering Radio Encryption Key" channels = list(RADIO_CHANNEL_UPP_GEN = TRUE, RADIO_CHANNEL_UPP_ENGI = TRUE, RADIO_CHANNEL_UPP_CCT = TRUE) @@ -314,7 +318,7 @@ /obj/item/device/encryptionkey/upp/kdo name = "\improper UPP Kommando Radio Encryption Key" - channels = list(RADIO_CHANNEL_UPP_KDO = TRUE, RADIO_CHANNEL_UPP_GEN = TRUE, RADIO_CHANNEL_UPP_CCT = TRUE) + channels = list(RADIO_CHANNEL_UPP_GEN = TRUE, RADIO_CHANNEL_UPP_KDO = TRUE, RADIO_CHANNEL_UPP_CCT = TRUE) /obj/item/device/encryptionkey/upp/command name = "\improper UPP Command Radio Encryption Key" diff --git a/code/game/objects/items/devices/radio/headset.dm b/code/game/objects/items/devices/radio/headset.dm index 90ff96fbb6..bef6062cc8 100644 --- a/code/game/objects/items/devices/radio/headset.dm +++ b/code/game/objects/items/devices/radio/headset.dm @@ -970,18 +970,21 @@ maximum_keys = 3 initial_keys = list(/obj/item/device/encryptionkey/colony, /obj/item/device/encryptionkey/pmc/command, /obj/item/device/encryptionkey/commando) - - //UPP Headsets /obj/item/device/radio/headset/distress/UPP - name = "UPP headset" - desc = "A special headset used by UPP military. To access the colony channel, use :o." + name = "UPP Naval Infantry headset" + desc = "A special headset used by UPP military." frequency = UPP_FREQ - initial_keys = list(/obj/item/device/encryptionkey/colony) has_hud = TRUE hud_type = MOB_HUD_FACTION_UPP minimap_type = MINIMAP_FLAG_UPP +/obj/item/device/radio/headset/distress/UPP/territorial + name = "UPP Territorial Guard headset" + desc = "A special headset used by the UPP's Territorial Guard. Lacks access to Naval Infantry channels. Also provides local colony comms. To access the colony channel use :o." + frequency = UPP_GRD_FREQ + initial_keys = list(/obj/item/device/encryptionkey/colony) + /obj/item/device/radio/headset/distress/UPP/cct name = "UPP-CCT headset" desc = "A special headset used by UPP military. Channels are as follows: :o - colony, #j - combat controller, #n engineering." @@ -999,8 +1002,8 @@ /obj/item/device/radio/headset/distress/UPP/kdo name = "UPP-Kdo headset" - desc = "A specialist headset used by UPP kommandos. Channels are as follows: :o - colony, #j - combat controller, #u - UPP general, #T - kommandos." - initial_keys = list(/obj/item/device/encryptionkey/upp/kdo, /obj/item/device/encryptionkey/colony) + desc = "A specialist headset used by UPP kommandos. Channels are as follows: #j - combat controller, #u - UPP general, #T - kommandos." + initial_keys = /obj/item/device/encryptionkey/upp/kdo /obj/item/device/radio/headset/distress/UPP/kdo/medic name = "UPP-KdoM headset" diff --git a/code/game/objects/items/disks.dm b/code/game/objects/items/disks.dm index f8f0000adf..b18c248c36 100644 --- a/code/game/objects/items/disks.dm +++ b/code/game/objects/items/disks.dm @@ -2,7 +2,7 @@ name = "disk" icon = 'icons/obj/items/disk.dmi' icon_state = "datadisk0" - item_state = "card-id" + item_state = "red-id" /obj/item/disk/nuclear name = "nuclear authentication disk" diff --git a/code/game/objects/items/explosives/grenades/marines.dm b/code/game/objects/items/explosives/grenades/marines.dm index b39d091dcd..1a6a3567fb 100644 --- a/code/game/objects/items/explosives/grenades/marines.dm +++ b/code/game/objects/items/explosives/grenades/marines.dm @@ -81,6 +81,17 @@ explosion_power = 100 falloff_mode = EXPLOSION_FALLOFF_SHAPE_LINEAR +/obj/item/explosive/grenade/high_explosive/upp + name = "\improper Type 6 grenade" + desc = "The standard issue fragmentation grenade of the UPP military. It explodes 3 seconds after the pin has been pulled." + icon_state = "grenade_upp" + item_state = "grenade_upp" + throw_speed = SPEED_FAST + throw_range = 6 + underslug_launchable = FALSE + explosion_power = 100 + shrapnel_count = 48 + falloff_mode = EXPLOSION_FALLOFF_SHAPE_LINEAR /* //================================================ @@ -118,20 +129,6 @@ shrapnel_count = 48 falloff_mode = EXPLOSION_FALLOFF_SHAPE_LINEAR - - -/obj/item/explosive/grenade/high_explosive/upp - name = "\improper Type 6 shrapnel grenade" - desc = "A fragmentation grenade found within the ranks of the UPP. Designed to explode into shrapnel and rupture the bodies of opponents. It explodes 3 seconds after the pin has been pulled." - icon_state = "grenade_upp" - item_state = "grenade_upp" - throw_speed = SPEED_FAST - throw_range = 6 - underslug_launchable = FALSE - explosion_power = 60 - shrapnel_count = 56 - falloff_mode = EXPLOSION_FALLOFF_SHAPE_LINEAR - /* //================================================ Airburst Grenades diff --git a/code/game/objects/items/props/helmetgarb.dm b/code/game/objects/items/props/helmetgarb.dm index 18bc913014..97d7087127 100644 --- a/code/game/objects/items/props/helmetgarb.dm +++ b/code/game/objects/items/props/helmetgarb.dm @@ -532,11 +532,6 @@ helmet_item.flags_inventory &= ~(BLOCKGASEFFECT) helmet_item.flags_inv_hide &= ~(HIDEFACE) -/obj/item/prop/helmetgarb/helmet_gasmask/upp - name = "\improper PMK-63N integrated gasmask" - desc = "The frontline variant of the PMK-63 produced to be compatible with in service helmets." - icon_state = "helmet_uppgasmask" - /obj/item/prop/helmetgarb/trimmed_wire name = "trimmed barbed wire" desc = "It is a length of barbed wire that's had most of the sharp points filed down so that it is safe to handle." diff --git a/code/game/objects/items/reagent_containers/food/snacks.dm b/code/game/objects/items/reagent_containers/food/snacks.dm index e14c3d882f..95d05a4019 100644 --- a/code/game/objects/items/reagent_containers/food/snacks.dm +++ b/code/game/objects/items/reagent_containers/food/snacks.dm @@ -3253,14 +3253,15 @@ icon_state = "open-hotdog" /obj/item/reagent_container/food/snacks/upp - name = "\improper UPP ration" - desc = "A sealed, freeze-dried, compressed package containing a single item of food. Commonplace in the UPP military, especially those units stationed on far-flung colonies. This one is stamped for consumption by the UPP's 'Smoldering Sons' battalion and was packaged in 2179." + name = "\improper UPP survival ration" + desc = "A small compressed package containing a single portion of food you cannot distinguish. Mass produced as emergency rations they are available in abundance anywhere in the Union and are packed with nutritional additives. They are commonplace in the diets of many citizens of the Union who eat them out of convenience in place of more flavourful nutrient bars, or as nutritional additives to dishes. Despite popular myths in the UA, they are not the standard MRE of the UPPAC, but are utilized in scenarios where the actual MRE supply has been depleted, as one would expect of survival food." icon_state = "upp_ration" bitesize = 4 + package = 1 /obj/item/reagent_container/food/snacks/upp/Initialize() . = ..() - reagents.add_reagent("nutriment", 8) + reagents.add_reagent("nutriment", 14) /obj/item/reagent_container/food/snacks/upp/attack_self(mob/user) ..() @@ -3269,14 +3270,14 @@ playsound(src.loc,'sound/effects/pageturn2.ogg', 15, TRUE) to_chat(user, SPAN_NOTICE("You tear off the ration seal and pull out the contents!")) package = FALSE + name = "survival ration" var/variation = rand(1,2) - desc = "An extremely dried item of food, with little flavoring or coloration. Looks to be prepped for long term storage, but will expire without the packaging. Best to eat it now to avoid waste. At least things are equal." switch(variation) if(1) - name = "rationed fish" + desc = "A compact chunk of freeze-dried meat or fish featuring nutrient additives in the form of a dense powder. Having little flavoring or colouration as a result of its preparation for long term storage, the appeal of this item is purely in its capacity to provide sustenance." icon_state = "upp_1" if(2) - name = "rationed rice" + desc = "A compact ball of dough-like rice or oats featuring nutrient additives in the form of a dense powder. Having little flavoring or colouration as a result of its preparation for long term storage, the appeal of this item is purely in its capacity to provide sustenance." icon_state = "upp_2" diff --git a/code/game/objects/items/storage/backpack.dm b/code/game/objects/items/storage/backpack.dm index 61acabe07a..97820cc745 100644 --- a/code/game/objects/items/storage/backpack.dm +++ b/code/game/objects/items/storage/backpack.dm @@ -586,7 +586,6 @@ GLOBAL_LIST_EMPTY_TYPED(radio_packs, /obj/item/storage/backpack/marine/satchel/r phone_category = PHONE_UPP_SOLDIER /obj/item/storage/backpack/marine/satchel/rto/io - uniform_restricted = list(/obj/item/clothing/under/marine/officer/intel) phone_category = PHONE_IO /obj/item/storage/backpack/marine/smock @@ -681,7 +680,6 @@ GLOBAL_LIST_EMPTY_TYPED(radio_packs, /obj/item/storage/backpack/marine/satchel/r icon_state = "scout_cloak" unacidable = TRUE indestructible = TRUE - uniform_restricted = list(/obj/item/clothing/suit/storage/marine/M3S) //Need to wear Scout armor and helmet to equip this. has_gamemode_skin = FALSE //same sprite for all gamemode. var/camo_active = FALSE var/camo_alpha = 10 @@ -1097,7 +1095,6 @@ GLOBAL_LIST_EMPTY_TYPED(radio_packs, /obj/item/storage/backpack/marine/satchel/r /obj/item/storage/backpack/marine/satchel/scout_cloak/upp name = "\improper V86 Thermal Cloak" desc = "A thermo-optic camouflage cloak commonly used by UPP commando units." - uniform_restricted = list(/obj/item/clothing/suit/storage/marine/faction/UPP/commando) //Need to wear UPP commando armor to equip this. max_storage_space = 21 camo_alpha = 10 diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index 51ac163507..28988adaa8 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -465,8 +465,6 @@ /obj/item/clothing/glasses, /obj/item/ammo_magazine/pistol, /obj/item/ammo_magazine/handful, - /obj/item/reagent_container/food/snacks/donut/normal, - /obj/item/reagent_container/food/snacks/donut/jelly, /obj/item/weapon/baton, /obj/item/weapon/gun/energy/taser, /obj/item/tool/lighter/zippo, @@ -474,7 +472,6 @@ /obj/item/clothing/glasses/hud/security, /obj/item/device/flashlight, /obj/item/device/radio/headset, - /obj/item/weapon, /obj/item/device/clue_scanner, ) @@ -525,11 +522,13 @@ /obj/item/storage/belt/security/MP/UPP/full/fill_preset_inventory() new /obj/item/weapon/gun/energy/taser(src) - new /obj/item/device/flash(src) new /obj/item/weapon/baton(src) new /obj/item/restraint/handcuffs(src) + new /obj/item/restraint/handcuffs(src) new /obj/item/reagent_container/spray/pepper(src) - new /obj/item/ammo_magazine/revolver/upp/shrapnel(src) + new /obj/item/ammo_magazine/pistol/t73(src) + new /obj/item/ammo_magazine/pistol/t73(src) + new /obj/item/ammo_magazine/pistol/t73(src) /obj/item/storage/belt/security/MP/CMB name = "\improper CMB duty belt" @@ -779,12 +778,12 @@ new /obj/item/ammo_magazine/rifle/type71(src) new /obj/item/ammo_magazine/rifle/type71(src) -/obj/item/storage/belt/marine/upp/sapper/fill_preset_inventory() - new /obj/item/ammo_magazine/rifle/type71(src) - new /obj/item/ammo_magazine/rifle/type71(src) - new /obj/item/ammo_magazine/rifle/type71/ap(src) - new /obj/item/ammo_magazine/rifle/type71/ap(src) - new /obj/item/ammo_magazine/rifle/type71/ap(src) +/obj/item/storage/belt/marine/upp/heap/fill_preset_inventory() + new /obj/item/ammo_magazine/rifle/type71/heap(src) + new /obj/item/ammo_magazine/rifle/type71/heap(src) + new /obj/item/ammo_magazine/rifle/type71/heap(src) + new /obj/item/ammo_magazine/rifle/type71/heap(src) + new /obj/item/ammo_magazine/rifle/type71/heap(src) // M56E HMG gunner belt /obj/item/storage/belt/marine/m2c diff --git a/code/game/objects/items/storage/misc.dm b/code/game/objects/items/storage/misc.dm index bbd75aa7c0..d1e80d35cf 100644 --- a/code/game/objects/items/storage/misc.dm +++ b/code/game/objects/items/storage/misc.dm @@ -116,20 +116,30 @@ desc = "A wooden case that fits a pistol and a number of magazines." icon = 'icons/obj/items/storage/kits.dmi' icon_state = "matebacase" - w_class = SIZE_LARGE + w_class = SIZE_MEDIUM max_w_class = SIZE_MEDIUM storage_slots = 7 -/obj/item/storage/box/loadout/upp +/obj/item/storage/box/loadout/T73_loadout name = "Type 73 storing case" desc = "A small case containing a loaded Type 73, and additional magazines." can_hold = list(/obj/item/weapon/gun/pistol/t73, /obj/item/ammo_magazine/pistol/t73) -/obj/item/storage/box/loadout/upp/fill_preset_inventory() +/obj/item/storage/box/loadout/T73_loadout/fill_preset_inventory() handle_item_insertion(new /obj/item/weapon/gun/pistol/t73()) for(var/i = 1 to storage_slots - 1) new /obj/item/ammo_magazine/pistol/t73(src) +/obj/item/storage/box/loadout/ZHNK72_loadout + name = "ZHNK-72 storing case" + desc = "A small case containing a loaded ZHNK-72, and additional speedloaders." + can_hold = list(/obj/item/weapon/gun/revolver/upp, /obj/item/ammo_magazine/revolver/upp) + +/obj/item/storage/box/loadout/ZHNK72_loadout/fill_preset_inventory() + handle_item_insertion(new /obj/item/weapon/gun/revolver/upp()) + for(var/i = 1 to storage_slots - 1) + new /obj/item/ammo_magazine/revolver/upp(src) + /obj/item/storage/box/loadout/M4A3_custom_loadout name = "M4A3 storage case" desc = "A relatively large storage case containing a loaded M4A3 and additional magazines." @@ -220,7 +230,7 @@ for(var/i = 1 to storage_slots - 1) new /obj/item/ammo_magazine/revolver(src) -/obj/item/storage/box/loadout/clf +/obj/item/storage/box/loadout/CLF_loadout name = "Hummingbird storage box" desc = "A slim storage case containing a loaded Hummingbird pistol and additional magazines." w_class = SIZE_SMALL diff --git a/code/game/objects/items/storage/pouch.dm b/code/game/objects/items/storage/pouch.dm index e2398fcbe0..2bc2d22ea6 100644 --- a/code/game/objects/items/storage/pouch.dm +++ b/code/game/objects/items/storage/pouch.dm @@ -298,6 +298,9 @@ underlays -= gun_underlay gun_underlay = null +/obj/item/storage/pouch/pistol/alt + icon_state = "pistol_alt" + ///CO pouch. This pouch can hold only 1 of each type of item: 1 sidearm, 1 pair of binoculars, 1 CO tablet /obj/item/storage/pouch/pistol/command name = "command pouch" @@ -459,7 +462,7 @@ for(var/i = 1 to storage_slots) new /obj/item/ammo_magazine/revolver/mateba/highimpact/ap(src) -/obj/item/storage/pouch/magazine/pistol/pmc_mod88/fill_preset_inventory() +/obj/item/storage/pouch/magazine/pistol/pmc_vp70/fill_preset_inventory() for(var/i = 1 to storage_slots) new /obj/item/ammo_magazine/pistol/vp70(src) @@ -1450,3 +1453,12 @@ /obj/item/storage/pouch/machete/full/fill_preset_inventory() new /obj/item/weapon/sword/machete(src) + +/obj/item/storage/pouch/etool + name = "Type 50 entrenching tool pouch" + desc = "A pouch designed to carry the Type 50 entrenching tool. Sadly, not good for much else." + icon_state = "entrench" + max_w_class = SIZE_SMALL + can_hold = /obj/item/tool/shovel/etool + storage_slots = null + max_storage_space = 2 diff --git a/code/game/objects/items/tools/misc_tools.dm b/code/game/objects/items/tools/misc_tools.dm index b016f0e67b..805f72d4c1 100644 --- a/code/game/objects/items/tools/misc_tools.dm +++ b/code/game/objects/items/tools/misc_tools.dm @@ -58,10 +58,10 @@ if(isturf(A)) to_chat(user, SPAN_WARNING("The label won't stick to that.")) return - if(istype(A, /obj/item/storage/pill_bottle)) + if(istype(A, /obj/item/storage/pill_bottle)) var/obj/item/storage/pill_bottle/target_pill_bottle = A target_pill_bottle.choose_color(user) - + if(!label || !length(label)) remove_label(A, user) return @@ -244,8 +244,7 @@ obj_target.renamedByPlayer = FALSE /obj/item/tool/pen/clicky - desc = "It's a WY brand extra clicky black ink pen." - name = "WY pen" + desc = "It's an extra clicky black ink pen." clicky = TRUE /obj/item/tool/pen/blue @@ -253,8 +252,7 @@ pen_color = "blue" /obj/item/tool/pen/blue/clicky - desc = "It's a WY brand extra clicky blue ink pen." - name = "WY blue pen" + desc = "It's an extra clicky blue ink pen." clicky = TRUE /obj/item/tool/pen/red @@ -262,8 +260,7 @@ pen_color = "red" /obj/item/tool/pen/red/clicky - desc = "It's a WY brand extra clicky red ink pen." - name = "WY red pen" + desc = "It's an extra clicky red ink pen." clicky = TRUE /obj/item/tool/pen/green @@ -271,8 +268,7 @@ pen_color = "green" /obj/item/tool/pen/green/clicky - desc = "It's a WY brand extra clicky green ink pen." - name = "WY green pen" + desc = "It's an extra clicky green ink pen." clicky = TRUE /obj/item/tool/pen/invisible diff --git a/code/game/objects/items/tools/shovel_tools.dm b/code/game/objects/items/tools/shovel_tools.dm index b4aa41c584..28389c4a3a 100644 --- a/code/game/objects/items/tools/shovel_tools.dm +++ b/code/game/objects/items/tools/shovel_tools.dm @@ -202,31 +202,37 @@ throwforce = 3 - - // Entrenching tool. /obj/item/tool/shovel/etool - name = "entrenching tool" - desc = "Used to dig holes and bash heads in. Folds in to fit in small spaces." + name = "USCM M61 entrenching tool" + desc = "A marine's best friend. Dually useful for digging foxholes and bashing in heads. Folds in half for easier storage." icon = 'icons/obj/items/marine-items.dmi' icon_state = "etool" item_state = "etool" force = 30 throwforce = 2 w_class = SIZE_LARGE + hitsound = 'sound/weapons/bladeslice.ogg' dirt_overlay = "etool_overlay" dirt_amt_per_dig = 5 shovelspeed = 50 +/obj/item/tool/shovel/etool/Initialize() + . = ..() + update_icon() + if(folded) + w_class = SIZE_SMALL + force = 5 + hitsound = 'sound/weapons/genhit3.ogg' /obj/item/tool/shovel/etool/update_icon() if(folded) - icon_state = "etool_c" - item_state = "etool_c" + icon_state = "[initial(icon_state)]_c" + item_state = "[initial(item_state)]_c" else - icon_state = "etool" - item_state = "etool" + icon_state = initial(icon_state) + item_state = initial(item_state) ..() @@ -234,15 +240,24 @@ folded = !folded if(folded) w_class = SIZE_SMALL - force = 2 + force = 5 + hitsound = 'sound/weapons/genhit3.ogg' else w_class = SIZE_LARGE force = 30 + hitsound = initial(hitsound) ..() /obj/item/tool/shovel/etool/folded folded = TRUE - w_class = SIZE_SMALL - force = 2 - icon_state = "etool_c" - item_state = "etool_c" + +/obj/item/tool/shovel/etool/upp + name = "Type 50 entrenching tool" + desc = "A serviceman's best friend. Dually useful for digging foxholes and bashing in heads. Folds in half for easier storage." + icon_state = "etoolupp" + item_state = "etoolupp" + dirt_overlay = "etoolupp_overlay" + +/obj/item/tool/shovel/etool/upp/folded + folded = TRUE + diff --git a/code/game/objects/prop.dm b/code/game/objects/prop.dm index d1f60b4cee..16ca7d9cbc 100644 --- a/code/game/objects/prop.dm +++ b/code/game/objects/prop.dm @@ -255,7 +255,7 @@ icon_state = "poster15" throw_speed = SPEED_FAST throw_range = 5 - w_class = SIZE_MEDIUM + w_class = SIZE_TINY attack_verb = list("bashed", "whacked", "educated") pickup_sound = "sound/handling/book_pickup.ogg" drop_sound = "sound/handling/book_pickup.ogg" @@ -367,3 +367,13 @@ desc = "The most ancient of tools." w_class = SIZE_TINY hitsound = 'sound/weapons/genhit3.ogg' + +/obj/item/prop/deviltrap + name = "devil trap" + icon = 'icons/obj/items/misc.dmi' + icon_state = "deviltrap" + item_state = "" + force = 0.5 + throwforce = 0.5 + desc = "An object crafted out of branches, twigs, and twine rope that seem to form a miniature pyramid. It leaves you with an ominous feeling." + w_class = SIZE_LARGE diff --git a/code/game/objects/structures/cargo_container.dm b/code/game/objects/structures/cargo_container.dm index eca331c644..6cabe758ae 100644 --- a/code/game/objects/structures/cargo_container.dm +++ b/code/game/objects/structures/cargo_container.dm @@ -172,6 +172,125 @@ /obj/structure/cargo_container/seegson/right icon_state = "seegson_r" +/obj/structure/cargo_container/canc + name = "CANC Cargo Container" + desc = "A huge industrial shipping container.\nThis one is from the Chinese/Asian–Nation Cooperative, which was absorded into the UPP. Their massive industrial output has ensured that cargo containers bearing their symbols and name won't be disappearing any time soon." +/obj/structure/cargo_container/canc/left + icon_state = "canc_g_l" + +/obj/structure/cargo_container/canc/mid + icon_state = "canc_g_m" + +/obj/structure/cargo_container/canc/right + icon_state = "canc_g_r" + +/obj/structure/cargo_container/canc/tan + name = "CANC Cargo Container" + desc = "A huge industrial shipping container.\nThis one is from the Chinese/Asian–Nation Cooperative, which was absorded into the UPP. Their massive industrial output has ensured that cargo containers bearing their symbols and name won't be disappearing any time soon." + +/obj/structure/cargo_container/canc/tan/left + icon_state = "canc_t_l" + +/obj/structure/cargo_container/canc/tan/mid + icon_state = "canc_t_m" + +/obj/structure/cargo_container/canc/tan/right + icon_state = "canc_t_r" + +/obj/structure/cargo_container/upp + name = "UPP Cargo Container" + desc = "A huge industrial shipping container.\nThis one is from the Union of Progressive Peoples, as indicated by the massive symbol on the side." + +/obj/structure/cargo_container/upp/left + icon_state = "upp_l" + +/obj/structure/cargo_container/upp/mid + icon_state = "upp_m" + +/obj/structure/cargo_container/upp/right + icon_state = "upp_r" + +/obj/structure/cargo_container/upp/tan + name = "UPP Cargo Container" + desc = "A huge industrial shipping container.\nThis one is from the Union of Progressive Peoples, as indicated by the massive symbol on the side." + +/obj/structure/cargo_container/upp/tan/left + icon_state = "upp_t_l" + +/obj/structure/cargo_container/upp/tan/mid + icon_state = "upp_t_m" + +/obj/structure/cargo_container/upp/tan/right + icon_state = "upp_t_r" + +/obj/structure/cargo_container/upp/mk6 + name = "Ministry of Space Security Cargo Container" + desc = "A huge industrial shipping container.\nThis one belongs to the UPP's Ministry of Space Security." + +/obj/structure/cargo_container/upp/mk6/left + icon_state = "mk6_l" + +/obj/structure/cargo_container/upp/mk6/mid + icon_state = "mk6_m" + +/obj/structure/cargo_container/upp/mk6/right + icon_state = "mk6_r" + +/obj/structure/cargo_container/uscm + name = "United States Colonial Marines Cargo Container" + desc = "A huge industrial shipping container.\nThis one belongs to the UA's United States Marine Corps." + +/obj/structure/cargo_container/uscm/sanfran/left + name = "United States Colonial Marines Cargo Container" + + icon_state = "uscm1_l" + +/obj/structure/cargo_container/uscm/sanfran/mid + icon_state = "uscm1_m" + +/obj/structure/cargo_container/uscm/borodino/left + name = "United States Colonial Marines Cargo Container" + + icon_state = "uscm2_l" + +/obj/structure/cargo_container/uscm/borodino/mid + icon_state = "uscm2_m" + +/obj/structure/cargo_container/uscm/tartarus/left + name = "United States Colonial Marines Cargo Container" + + icon_state = "uscm3_l" + +/obj/structure/cargo_container/uscm/tartarus/mid + icon_state = "uscm3_m" + +/obj/structure/cargo_container/uscm/chinook/left + name = "United States Colonial Marines Cargo Container" + + icon_state = "uscm4_l" + +/obj/structure/cargo_container/uscm/chinook/mid + icon_state = "uscm4_m" + +/obj/structure/cargo_container/uscm/crestus/left + name = "United States Colonial Marines Cargo Container" + + icon_state = "uscm5_l" + +/obj/structure/cargo_container/uscm/crestus/mid + icon_state = "uscm5_m" + +/obj/structure/cargo_container/uscm/micor/left + name = "United States Colonial Marines Cargo Container" + + icon_state = "uscm6_l" + +/obj/structure/cargo_container/uscm/mid + icon_state = "uscm_m" + +/obj/structure/cargo_container/uscm/right + icon_state = "uscm_r" + /obj/structure/cargo_container/attack_hand(mob/user as mob) playsound(loc, 'sound/effects/clang.ogg', 25, 1) diff --git a/code/game/objects/structures/crates_lockers/closets/secure/cm_closets.dm b/code/game/objects/structures/crates_lockers/closets/secure/cm_closets.dm index d8b07a074f..50e5daf511 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/cm_closets.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/cm_closets.dm @@ -350,7 +350,7 @@ GLOBAL_LIST_EMPTY(co_secure_boxes) new /obj/item/device/binoculars/range(src) new /obj/item/clothing/suit/armor/bulletproof/badge(src) new /obj/item/clothing/under/marine/officer/bridge(src) - new /obj/item/clothing/shoes/dress(src) + new /obj/item/clothing/shoes/laceup(src) new /obj/item/storage/backpack/marine/satchel(src) /obj/structure/closet/secure_closet/cmdcabinet diff --git a/code/game/objects/structures/landing_signs.dm b/code/game/objects/structures/landing_signs.dm index f92148e344..6de0e80d59 100644 --- a/code/game/objects/structures/landing_signs.dm +++ b/code/game/objects/structures/landing_signs.dm @@ -60,3 +60,9 @@ name = "Chigusa Shipyard Sign" desc = "A large sign that reads 'Chigusa Shipyard - Subsidary of Weyland-Yutani Corporation'. Acid burns checker the sign like buckshot." icon_state = "laz_sign" //TODO make unique icon. + +/obj/structure/lz_sign/Ravdonika + name = "Ravdonika Archaeo Sign" + desc = "A large sign reading 'Ravdonika Archaeo' in Romanized characters." + icon = 'icons/obj/structures/props/landing_signs.dmi' + icon_state = "ravdonika_sign" diff --git a/code/game/objects/structures/stool_bed_chair_nest/bed.dm b/code/game/objects/structures/stool_bed_chair_nest/bed.dm index eb9b5aa5e4..621cf9d852 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/bed.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/bed.dm @@ -433,7 +433,7 @@ GLOBAL_LIST_EMPTY(activated_medevac_stretchers) /obj/item/roller/bedroll name = "folded bedroll" - desc = "A standard issue USCMC bedroll, They've been in service for as long as you can remember. The tag on it states to unfold it before rest, but who needs rules anyway, right?" + desc = "A standard issue bedroll, They've been in service for as long as you can remember. The tag on it states to unfold it before rest, but who needs rules anyway, right?" icon = 'icons/monkey_icos.dmi' icon_state = "bedroll" rollertype = /obj/structure/bed/bedroll diff --git a/code/modules/client/preferences_gear.dm b/code/modules/client/preferences_gear.dm index f7cbb752e5..0cf925dc8f 100644 --- a/code/modules/client/preferences_gear.dm +++ b/code/modules/client/preferences_gear.dm @@ -746,31 +746,31 @@ GLOBAL_LIST_EMPTY(gear_datums_by_name) /datum/gear/weapon/clfpistol display_name = "Hummingbird Pistol" - path = /obj/item/storage/box/loadout/clf + path = /obj/item/storage/box/loadout/CLF_loadout -/datum/gear/weapon/upppistol +/datum/gear/weapon/t73 display_name = "Type 73 Pistol" - path = /obj/item/storage/box/loadout/upp + path = /obj/item/storage/box/loadout/T73_loadout + +/datum/gear/weapon/zhnk72 + display_name = "ZHNK-72 Revolver" + path = /obj/item/storage/box/loadout/ZHNK72_loadout /datum/gear/weapon/m4a3_custom display_name = "Custom M4A3 Pistol" path = /obj/item/storage/box/loadout/M4A3_custom_loadout - allowed_origins = USCM_ORIGINS /datum/gear/weapon/m1911 display_name = "M1911 Pistol" path = /obj/item/storage/box/loadout/M1911_loadout - allowed_origins = USCM_ORIGINS /datum/gear/weapon/m44 display_name = "M44 Revolver" path = /obj/item/storage/box/loadout/M44_loadout - allowed_origins = USCM_ORIGINS /datum/gear/weapon/m44_custom_revolver display_name = "Custom M44 Revolver" path = /obj/item/storage/box/loadout/M44_custom_loadout - allowed_origins = USCM_ORIGINS /datum/gear/weapon/hg45_civilian display_name = "HG 45 'Aguila' Pistol" @@ -779,27 +779,22 @@ GLOBAL_LIST_EMPTY(gear_datums_by_name) /datum/gear/weapon/hg45_marine display_name = "HG 45 'Marina' Pistol" path = /obj/item/storage/box/loadout/HG45_marine_loadout - allowed_origins = USCM_ORIGINS /datum/gear/weapon/hg44 display_name = "HG 44 'Automag' Pistol" - path = /obj/item/storage/box/loadout/HG45_marine_loadout - allowed_origins = USCM_ORIGINS + path = /obj/item/storage/box/loadout/HG44_loadout /datum/gear/weapon/spearhead display_name = "Spearhead Armoury Revolver" path = /obj/item/storage/box/loadout/Spearhead_loadout - allowed_origins = USCM_ORIGINS /datum/gear/weapon/spearhead_custom display_name = "Custom Spearhead Armoury Revolver" path = /obj/item/storage/box/loadout/Spearhead_loadout/custom - allowed_origins = USCM_ORIGINS /datum/gear/weapon/m2100_machete display_name = "M2100 Machete" path = /obj/item/storage/large_holster/machete/arnold/weak - allowed_origins = USCM_ORIGINS /datum/gear/drink category = "Canned drinks" @@ -1124,7 +1119,7 @@ GLOBAL_LIST_EMPTY(gear_datums_by_name) /datum/gear/misc/brown_boots display_name = "brown combat boots" - path = /obj/item/clothing/shoes/marine/brown + path = /obj/item/clothing/shoes/marine/civilian/brown cost = 2 /datum/gear/misc/brown_gloves diff --git a/code/modules/clothing/gloves/marine_gloves.dm b/code/modules/clothing/gloves/marine_gloves.dm index d743303314..f43e91275e 100644 --- a/code/modules/clothing/gloves/marine_gloves.dm +++ b/code/modules/clothing/gloves/marine_gloves.dm @@ -1,9 +1,7 @@ -//marine gloves - /obj/item/clothing/gloves/marine - name = "marine combat gloves" - desc = "Standard USCMC issue combat gloves, reinforced against small sharp objects, and even insulated from electric shock. Very uncomfortable." + name = "combat gloves" + desc = "A pair of black combat gloves. Both insulated from electrical currents and capable of shrugging off shrapnel, the only downside is how sweaty your hands'll be from wearing them all the time." icon_state = "black" item_state = "black" siemens_coefficient = 0 @@ -20,78 +18,13 @@ armor_bomb = CLOTHING_ARMOR_MEDIUMLOW armor_bio = CLOTHING_ARMOR_MEDIUM armor_rad = CLOTHING_ARMOR_NONE - armor_internaldamage = CLOTHING_ARMOR_LOW - var/adopts_squad_color = TRUE - /// The dmi where the grayscale squad overlays are contained - var/squad_overlay_icon = 'icons/mob/humans/onmob/hands_garb.dmi' - -/obj/item/clothing/gloves/marine/get_mob_overlay(mob/living/carbon/human/current_human, slot) - var/image/ret = ..() - if(!adopts_squad_color || !(current_human.assigned_squad && current_human.assigned_squad.equipment_color)) - return ret - var/image/glove_overlay = image(squad_overlay_icon, icon_state = "std-gloves") - glove_overlay.alpha = current_human.assigned_squad.armor_alpha - glove_overlay.color = current_human.assigned_squad.equipment_color - ret.overlays += glove_overlay - return ret - -/obj/item/clothing/gloves/marine/insulated - name = "marine insulated gloves" - desc = "These gloves will protect the wearer from electric shock." - icon_state = "insulated" - item_state = "insulated" - siemens_coefficient = 0 - -/obj/item/clothing/gloves/marine/insulated/black - name = "marine insulated black gloves" - desc = "These marine gloves will protect the wearer from electric shocks and shrapnal. Standard issue for properly-equipped Marines." - icon_state = "black" - item_state = "black" - -/obj/item/clothing/gloves/marine/black - name = "marine black combat gloves" - adopts_squad_color = FALSE + armor_internaldamage = CLOTHING_ARMOR_MEDIUM /obj/item/clothing/gloves/marine/brown - name = "marine brown combat gloves" - desc = "USCMC issue combat gloves, now in brown rather than black, reinforced against small sharp objects, and even insulated from electric shock. Very uncomfortable." + name = "combat gloves" + desc = "A pair of brown combat gloves. Both insulated from electrical currents and capable of shrugging off shrapnel, the only downside is how sweaty your hands'll be from wearing them all the time." icon_state = "brown" item_state = "brown" - adopts_squad_color = FALSE - -/obj/item/clothing/gloves/marine/medical - name = "marine medical combat gloves" - desc = "Special USCMC issue to hospital corpsmen or other field medical workers. Offers protection from shock and cuts while also improving one's grip on medical tools. Unlike the regular gloves, these are relatively comfortable to wear." - icon_state = "latex" - item_state = "lgloves" - adopts_squad_color = FALSE - - -/obj/item/clothing/gloves/marine/officer - name = "officer gloves" - desc = "Shiny and impressive. They look expensive." - icon_state = "black" - item_state = "bgloves" - adopts_squad_color = FALSE - -/obj/item/clothing/gloves/marine/officer/chief - name = "chief officer gloves" - desc = "Blood crusts are attached to its metal studs, which are slightly dented." - -/obj/item/clothing/gloves/marine/techofficer - name = "tech officer gloves" - desc = "Sterile AND insulated! Why is not everyone issued with these?" - icon_state = "yellow" - item_state = "ygloves" - siemens_coefficient = 0 - permeability_coefficient = 0.01 - adopts_squad_color = FALSE - -/obj/item/clothing/gloves/marine/techofficer/commander - name = "commanding officer's gloves" - desc = "You may like these gloves, but THEY think you are unworthy of them." - icon_state = "captain" - item_state = "egloves" /obj/item/clothing/gloves/marine/specialist name = "\improper B18 defensive gauntlets" @@ -119,7 +52,6 @@ armor_internaldamage = CLOTHING_ARMOR_VERYHIGH unacidable = TRUE flags_item = MOB_LOCK_ON_EQUIP|NO_CRYO_STORE - adopts_squad_color = FALSE /obj/item/clothing/gloves/marine/pve_mopp name = "\improper M2 MOPP gloves" @@ -127,37 +59,6 @@ icon_state = "cbrn" item_state = "cbrn" -/obj/item/clothing/gloves/marine/veteran - name = "armored gloves" - desc = "Non-standard para-aramid fiber gloves. They're insulated and heavily armored." - icon_state = "veteran" - item_state = "veteran" - siemens_coefficient = 0 - armor_melee = CLOTHING_ARMOR_HIGH - armor_bullet = CLOTHING_ARMOR_HIGH - armor_laser = CLOTHING_ARMOR_HIGH - armor_energy = CLOTHING_ARMOR_HIGH - armor_bomb = CLOTHING_ARMOR_MEDIUM - armor_rad = CLOTHING_ARMOR_MEDIUM - armor_internaldamage = CLOTHING_ARMOR_HIGH - adopts_squad_color = FALSE - -/obj/item/clothing/gloves/marine/veteran/upp - icon_state = "brown" - item_state = "brown" - -/obj/item/clothing/gloves/marine/veteran/insulated - name = "insulated armored gloves" - desc = "Non-standard para-aramid fiber gloves. These are apparently ESPECIALLY insulated." - icon_state = "insulated" - item_state = "insulated" - -/obj/item/clothing/gloves/marine/veteran/pmc - name = "\improper WY PMC gloves" - icon_state = "pmc" - item_state = "pmc" - desc = "Standard issue venlar protected gloves manufactured for and by Weyland-Yutani for their PMC teams. Features a special polymer that insulates from electric shock." - /obj/item/clothing/gloves/marine/veteran/pmc/commando name = "\improper M5X gauntlets" desc = "A pair of heavily armored gloves made to complete the M5X exoskeleton armor" @@ -178,7 +79,6 @@ desc = "A pair of fashionable white gloves, worn by marines in dress." icon_state = "white" item_state = "marine_white" - adopts_squad_color = FALSE /obj/item/clothing/gloves/marine/veteran/souto name = "\improper Souto Man gloves" @@ -195,7 +95,6 @@ armor_rad = CLOTHING_ARMOR_HARDCORE armor_internaldamage = CLOTHING_ARMOR_HARDCORE unacidable = TRUE - adopts_squad_color = FALSE /obj/item/clothing/gloves/marine/veteran/insulated/van_bandolier name = "custom shooting gloves" @@ -214,15 +113,6 @@ armor_rad = CLOTHING_ARMOR_VERYHIGH armor_internaldamage = CLOTHING_ARMOR_MEDIUM unacidable = TRUE - adopts_squad_color = FALSE - -//=ROYAL MARINES=\\ - -/obj/item/clothing/gloves/marine/veteran/royal_marine - name = "\improper L6 pattern combat gloves" - desc = "Standard issue tactical gloves used by the royal marines." - icon_state = "rmc_gloves" - flags_atom = NO_NAME_OVERRIDE|NO_SNOW_TYPE /obj/item/clothing/gloves/marine/veteran/cbrn name = "\improper M3 MOPP gloves" diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index caa38d8888..401fc79ffb 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -262,6 +262,9 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list( /obj/item/clothing/glasses/eyepatch = "eyepatch", /obj/item/clothing/glasses/regular/hipster = "persc-glasses", + // GASMASK + /obj/item/clothing/mask/gas/upp = HELMET_GARB_RELAY_ICON_STATE, + // WALKMAN AND CASSETTES /obj/item/device/walkman = HELMET_GARB_RELAY_ICON_STATE, /obj/item/device/cassette_tape/pop1 = "cassette_blue", @@ -297,7 +300,6 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list( /obj/item/prop/helmetgarb/helmet_nvg/cosmetic = HELMET_GARB_RELAY_ICON_STATE, /obj/item/prop/helmetgarb/helmet_nvg/marsoc = HELMET_GARB_RELAY_ICON_STATE, /obj/item/prop/helmetgarb/helmet_gasmask = "helmet_gasmask", - /obj/item/prop/helmetgarb/helmet_gasmask/upp = "helmet_uppgasmask", /obj/item/prop/helmetgarb/flair_initech = "flair_initech", /obj/item/prop/helmetgarb/flair_io = "flair_io", /obj/item/prop/helmetgarb/flair_peace ="flair_peace_smiley", @@ -1155,10 +1157,9 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list( min_cold_protection_temperature = ICE_PLANET_MIN_COLD_PROT flags_marine_helmet = HELMET_GARB_OVERLAY|HELMET_DAMAGE_OVERLAY -// UPP Are very powerful against bullets (marines) but middling against melee (xenos) /obj/item/clothing/head/helmet/marine/veteran/UPP - name = "\improper UM4 helmet" - desc = "Using highly skilled manufacturing techniques this UM4 helmet manages to be very resistant to ballistics damage, at the cost of its huge weight causing an extreme stress on the occupant's head that will most likely cause neck problems." + name = "\improper 6B75 helmet" + desc = "Union combat helmet Almaz. Part of protective complex Kuija-M, constructed of a thin alloy shattering plate and para-aramid underlayers. The helmet includes cheek shields for shrapnel or ricochet protection, a low resolution camera system, hearing protection, and an integrated communications system. Ports for connecting infrared visors or night vision systems are also provided." icon_state = "upp_helmet" armor_bullet = CLOTHING_ARMOR_HIGH armor_energy = CLOTHING_ARMOR_MEDIUM @@ -1167,20 +1168,23 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list( armor_rad = CLOTHING_ARMOR_MEDIUMLOW armor_internaldamage = CLOTHING_ARMOR_HIGH min_cold_protection_temperature = ICE_PLANET_MIN_COLD_PROT - clothing_traits = list(TRAIT_EAR_PROTECTION) //the sprites clearly fully cover the ears and most of the head + clothing_traits = list(TRAIT_EAR_PROTECTION) + flags_marine_helmet = HELMET_SQUAD_OVERLAY|HELMET_GARB_OVERLAY|HELMET_DAMAGE_OVERLAY + built_in_visors = list(new /obj/item/device/helmet_visor/upp) + +/obj/item/clothing/head/helmet/marine/veteran/UPP/naval + name = "\improper 6B82 helmet" + desc = "Naval Infantry helmet for multiple environments. Alloy/para-aramid ballistic 'shell' comprised of three seperate plates held together with a complex liner system. Capable of being worn in tandem with an exoatmospheric fighting hood. A tactical datalink and A/V feeds are provided, alongside facilities for an infrared imager complex. Surprisingly comfortable. The fabric utilized for this model is rubbery and colored after the standard paint coating of UPP armor." + icon_state = "upp_helmet_naval" + +/obj/item/clothing/head/helmet/marine/veteran/UPP/naval/alt + desc = "Naval Infantry helmet for multiple environments. Alloy/para-aramid ballistic 'shell' comprised of three seperate plates held together with a complex liner system. Capable of being worn in tandem with an exoatmospheric fighting hood. A tactical datalink and A/V feeds are provided, alongside facilities for an infrared imager complex. Surprisingly comfortable. The fabric utilized for this model is identical to the one used for UPP uniforms." + icon_state = "upp_helmet_naval_alt" -/obj/item/clothing/head/helmet/marine/veteran/UPP/engi - name = "\improper UM4-V helmet" - desc = "This version of the UM4 helmet has a ballistic-glass visor, allowing for the UPP Engineers to safely weld, but by some reports hindering sight in the process." - icon_state = "upp_helmet_engi" - armor_melee = CLOTHING_ARMOR_MEDIUMHIGH - armor_energy = CLOTHING_ARMOR_MEDIUM - armor_bomb = CLOTHING_ARMOR_HIGH - var/protection_on = TRUE /obj/item/clothing/head/helmet/marine/veteran/UPP/heavy - name = "\improper UH7 helmet" - desc = "Like the UM4, this helmet is very resistant to ballistic damage, but both its flaws and benefits have been doubled. The few UPP Zhergeants that have lived past age 30 have all needed to retire from terminal neck problems caused from the stress of wearing this helmet." + name = "\improper 6B79 helmet" + desc = "EVA-capable enclosed helmet of the UPP's Naval Infantry. Despite offering a higher armor rating, this helmet's cumbersome design has kept it from outright replacing the Type 5, instead being utilized mostly by heavy machinegunners." icon_state = "upp_helmet_heavy" armor_melee = CLOTHING_ARMOR_MEDIUMHIGH armor_bullet = CLOTHING_ARMOR_HIGHPLUS @@ -1190,8 +1194,8 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list( armor_internaldamage = CLOTHING_ARMOR_HIGHPLUS /obj/item/clothing/head/uppcap - name = "\improper UL2 UPP cap" - desc = "UPP headgear issued to soldiers when they're not expected to face combat, and may be requested by officers and above." + name = "\improper UL2 cap" + desc = "Standard issue patrol cap of the UPP's military." icon = 'icons/obj/items/clothing/cm_hats.dmi' icon_state = "upp_cap" item_icons = list( @@ -1199,39 +1203,62 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list( ) siemens_coefficient = 2 flags_armor_protection = BODY_FLAG_HEAD - armor_melee = CLOTHING_ARMOR_MEDIUMHIGH - armor_bullet = CLOTHING_ARMOR_MEDIUMHIGH - armor_laser = CLOTHING_ARMOR_LOW - armor_energy = CLOTHING_ARMOR_LOW - armor_bomb = CLOTHING_ARMOR_LOW - armor_bio = CLOTHING_ARMOR_MEDIUM - armor_rad = CLOTHING_ARMOR_LOW - armor_internaldamage = CLOTHING_ARMOR_MEDIUM + armor_melee = CLOTHING_ARMOR_VERYLOW + armor_bullet = CLOTHING_ARMOR_NONE + armor_laser = CLOTHING_ARMOR_NONE + armor_energy = CLOTHING_ARMOR_NONE + armor_bomb = CLOTHING_ARMOR_NONE + armor_bio = CLOTHING_ARMOR_NONE + armor_rad = CLOTHING_ARMOR_NONE + armor_internaldamage = CLOTHING_ARMOR_NONE flags_cold_protection = BODY_FLAG_HEAD min_cold_protection_temperature = ICE_PLANET_MIN_COLD_PROT - flags_inventory = BLOCKSHARPOBJ - flags_inv_hide = HIDEEARS + flags_inventory = null /obj/item/clothing/head/uppcap/civi - name = "\improper UL2 UPP cap" - desc = "UPP civilian headgear. It's of poor quality, and isn't expected to last all that long, however for as long as it's whole, it appears quite stylish." + name = "\improper UL2c cap" icon_state = "upp_cap_civi" +/obj/item/clothing/head/uppcap/boonie + name = "\improper UL5 hat" + desc = "Standard issue soft brimmed hat for Territorial Guard units stationed in areas with extreme heat." + icon = 'icons/obj/items/clothing/cm_hats.dmi' + icon_state = "upp_boonie" + +/obj/item/clothing/head/uppcap/beret/naval + name = "\improper UL4 Naval Infantry beret" + desc = "A black beret worn by the UPP's Naval Infantry. Wear it with pride." + icon = 'icons/obj/items/clothing/cm_hats.dmi' + icon_state = "upp_beret_naval" + /obj/item/clothing/head/uppcap/beret - name = "\improper UL3 UPP beret" + name = "\improper UL3 beret" + desc = "Standard issue beret of the UPP's military." icon_state = "upp_beret" /obj/item/clothing/head/uppcap/peaked - name = "\improper UL3 UPP peaked cap" - desc = "UPP headgear issued to Kapitans and above. It is made of high-quality materials, and has the officers rank in gold placed upon the front of the cap." + name = "\improper UL3 peaked cap" + desc = "Standard issue peaked service cap of the UPP's military." icon_state = "upp_peaked" +/obj/item/clothing/head/uppcap/peaked/police + name = "\improper UL3 PaP peaked cap" + desc = "Standard issue peaked cap of the People's Armed Police." + icon_state = "upp_peaked_police" + +/obj/item/clothing/head/uppcap/peaked/mss + name = "\improper UL3 MSS peaked cap" + desc = "Standard issue peaked cap of the Ministry of Space Security." + icon_state = "upp_peaked_mss" + /obj/item/clothing/head/uppcap/ushanka - name = "\improper UL8 UPP ushanka" + name = "\improper UL2 ushanka" + desc = "Standard issue cold weather hat of the UPP's military." icon_state = "upp_ushanka" item_state = "upp_ushanka" var/tied = FALSE var/original_state = "upp_ushanka" + flags_inv_hide = HIDEEARS /obj/item/clothing/head/uppcap/ushanka/verb/flaps_up() set name = "Tie Up/Down" @@ -1252,13 +1279,12 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list( update_clothing_icon(src) //Update the on-mob icon. - - /obj/item/clothing/head/uppcap/ushanka/civi - name = "\improper UL8c UPP ushanka" + name = "\improper UL2c ushanka" icon_state = "upp_ushanka_civi" item_state = "upp_ushanka_civi" original_state = "upp_ushanka_civi" + flags_inv_hide = HIDEEARS /obj/item/clothing/head/helmet/marine/veteran/van_bandolier name = "pith helmet" @@ -1267,7 +1293,6 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list( item_state = "s_helmet" flags_marine_helmet = NO_FLAGS - //head rag /obj/item/clothing/head/helmet/specrag diff --git a/code/modules/clothing/masks/gasmask.dm b/code/modules/clothing/masks/gasmask.dm index a0a39f136e..fe3faa4529 100644 --- a/code/modules/clothing/masks/gasmask.dm +++ b/code/modules/clothing/masks/gasmask.dm @@ -38,10 +38,36 @@ item_state = "m5_gasmask" /obj/item/clothing/mask/gas/upp - name = "\improper PMK-63 gasmask" - desc = "The Union service mask issued to backline troops not prepared for combat." - icon_state = "upp_gasmask" - item_state = "upp_gasmask" + name = "\improper ShMB/4 gasmask" + desc = "The standard issue gasmask utilized by the UPP Armed Collective and many UPP civilian organizations." + flags_inv_hide = HIDEEARS|HIDEFACE|HIDEALLHAIR + flags_obj = OBJ_NO_HELMET_BAND|OBJ_IS_HELMET_GARB + icon_state = "pfb" + item_state = "pfb" + +/obj/item/clothing/mask/gas/upp/on_enter_storage(obj/item/storage/internal/helmet_internal_inventory) + ..() + if(!istype(helmet_internal_inventory)) + return + var/obj/item/clothing/head/helmet/helmet_item = helmet_internal_inventory.master_object + + if(!istype(helmet_item)) + return + + helmet_item.flags_inventory |= BLOCKGASEFFECT + helmet_item.flags_inv_hide |= HIDEFACE + +/obj/item/clothing/mask/gas/upp/on_exit_storage(obj/item/storage/internal/helmet_internal_inventory) + ..() + if(!istype(helmet_internal_inventory)) + return + var/obj/item/clothing/head/helmet/helmet_item = helmet_internal_inventory.master_object + + if(!istype(helmet_item)) + return + + helmet_item.flags_inventory &= ~(BLOCKGASEFFECT) + helmet_item.flags_inv_hide &= ~(HIDEFACE) /obj/item/clothing/mask/gas/pve_mopp name = "\improper M2 MOPP mask" diff --git a/code/modules/clothing/shoes/marine_shoes.dm b/code/modules/clothing/shoes/marine_shoes.dm index 964a81efc0..957b138877 100644 --- a/code/modules/clothing/shoes/marine_shoes.dm +++ b/code/modules/clothing/shoes/marine_shoes.dm @@ -1,8 +1,8 @@ /obj/item/clothing/shoes/marine - name = "marine combat boots" - desc = "Standard issue combat boots for combat scenarios or combat situations. All combat, all the time." + name = "\improper USCM combat boots" + desc = "A pair of standard issue black United States Colonial Marine combat boots." icon_state = "marine" item_state = "marine" armor_melee = CLOTHING_ARMOR_MEDIUM @@ -18,6 +18,7 @@ min_cold_protection_temperature = SHOE_MIN_COLD_PROT max_heat_protection_temperature = SHOE_MAX_HEAT_PROT siemens_coefficient = 0.7 + var/armor_stage = 0 allowed_items_typecache = list( /obj/item/attachable/bayonet, /obj/item/weapon/throwing_knife, @@ -35,50 +36,35 @@ else icon_state = initial(icon_state) +/obj/item/clothing/shoes/marine/update_icon() + if(stored_item && !armor_stage) + icon_state = "[initial(icon_state)]-1" + else + if(!armor_stage) + icon_state = initial(icon_state) + /obj/item/clothing/shoes/marine/knife spawn_item_type = /obj/item/attachable/bayonet /obj/item/clothing/shoes/marine/jungle icon_state = "marine_jungle" - desc = "Don't go walkin' slow, the devil's on the loose." + desc = "A pair of standard issue United States Colonial Marine jungle boots. Don't go walkin' slow, the devil's on the loose." /obj/item/clothing/shoes/marine/jungle/knife spawn_item_type = /obj/item/attachable/bayonet -/obj/item/clothing/shoes/marine/brown - icon_state = "marine_brown" - desc = "Standard issue combat boots for combat scenarios or combat situations. All combat, all the time. These are brown." - -/obj/item/clothing/shoes/marine/brown/knife - spawn_item_type = /obj/item/attachable/bayonet - -/obj/item/clothing/shoes/marine/monkey - name = "monkey combat boots" - desc = "A sturdy pair of combat boots, the reflection of the polished leather reflects your true self." - icon_state = "monkey_shoes" - item_state = "monkey_shoes" - spawn_item_type = /obj/item/attachable/bayonet - /obj/item/clothing/shoes/marine/upp - name = "military combat boots" - icon_state = "marine_brown" - armor_melee = CLOTHING_ARMOR_MEDIUMLOW - armor_bullet = CLOTHING_ARMOR_HIGHPLUS - armor_bomb = CLOTHING_ARMOR_MEDIUM - armor_internaldamage = CLOTHING_ARMOR_MEDIUMHIGH + name = "\improper UPP combat boots" + desc = "A pair of standard issue black UPP Naval Infantry combat boots." + spawn_item_type = /obj/item/attachable/bayonet/upp -/obj/item/clothing/shoes/marine/upp/knife +/obj/item/clothing/shoes/marine/upp_knife spawn_item_type = /obj/item/attachable/bayonet/upp -/obj/item/clothing/shoes/marine/joe - name = "biohazard boots" - desc = "A pair of somewhat cheaply made biohazard boots. Tomorrow, Together." - armor_bullet = CLOTHING_ARMOR_LOW - armor_energy = CLOTHING_ARMOR_MEDIUMLOW - armor_bio = CLOTHING_ARMOR_MEDIUMHIGH - armor_rad = CLOTHING_ARMOR_MEDIUMHIGH - armor_internaldamage = CLOTHING_ARMOR_MEDIUMLOW - spawn_item_type = /obj/item/attachable/bayonet +/obj/item/clothing/shoes/marine/upp/guard + desc = "A pair of standard issue brown UPP Territorial Guard combat boots." + icon_state = "marine_brown" + spawn_item_type = /obj/item/attachable/bayonet/upp /obj/item/clothing/shoes/marine/pve_mopp name = "\improper M2 MOPP boots" @@ -88,176 +74,49 @@ armor_rad = CLOTHING_ARMOR_GIGAHIGHPLUS armor_bio = CLOTHING_ARMOR_GIGAHIGHPLUS -/obj/item/clothing/shoes/dress - name = "dress shoes" - desc = "Pre-polished fancy dress shoes. You can see your reflection in them." - icon_state = "laceups" - flags_inventory = NOSLIPPING - siemens_coefficient = 0.6 - -/obj/item/clothing/shoes/dress/commander - name = "commanding officer dress shoes" - desc = "Has special soles for better trampling those underneath." - armor_melee = CLOTHING_ARMOR_MEDIUM - armor_bullet = CLOTHING_ARMOR_MEDIUM - armor_laser = CLOTHING_ARMOR_LOW - armor_energy = CLOTHING_ARMOR_LOW - armor_bomb = CLOTHING_ARMOR_MEDIUMLOW - armor_bio = CLOTHING_ARMOR_MEDIUM - armor_rad = CLOTHING_ARMOR_NONE - armor_internaldamage = CLOTHING_ARMOR_MEDIUMLOW +/obj/item/clothing/shoes/marine/rmc + name = "\improper RMC combat boots" + desc = "A pair of standard issue black Royal Marine Commando combat boots." + icon_state = "marine" +/obj/item/clothing/shoes/marine/rmc/New() + ..() + var/obj/item/attachable/bayonet/upp/knife = new(src) + knife.name = "\improper Fairbairn-Sykes fighting knife" + knife.desc = "This isn't for dressing game or performing camp chores. It's for killing men and has done so successfully for a number of centuries. When all else has failed you, this knife will be in your hand, ready to execute its grim task." + stored_item = knife + update_icon() + +/obj/item/clothing/shoes/marine/civilian + name = "rugged boots" + desc = "A pair of black boots not so dissimilar from military combat boots, a likely culprit for their inspiration. They'll get the job done, whether that's hiking, or kicking in teeth." -/obj/item/clothing/shoes/stompers - name = "Reebok Stompers" - desc = "A pair of sneakers designed to elicit a morale boosting response within anyone that witnesses them." - icon_state = "stompers" - flags_inventory = NOSLIPPING +/obj/item/clothing/shoes/marine/civilian/brown + icon_state = "marine_brown" + desc = "A pair of brown boots not so dissimilar from military combat boots, a likely culprit for their inspiration. They'll get the job done, whether that's hiking, or kicking in teeth." -/obj/item/clothing/shoes/veteran/pmc - name = "polished shoes" - desc = "The height of fashion, but these look to be woven with protective fiber." - icon_state = "jackboots" - item_state = "jackboots" - armor_melee = CLOTHING_ARMOR_MEDIUMHIGH - armor_bullet = CLOTHING_ARMOR_MEDIUMHIGH - armor_laser = CLOTHING_ARMOR_LOW - armor_energy = CLOTHING_ARMOR_LOW - armor_bomb = CLOTHING_ARMOR_MEDIUMLOW +/obj/item/clothing/shoes/marine/joe + name = "biohazard boots" + desc = "A pair of utilitarian biohazard boots." + armor_bullet = CLOTHING_ARMOR_LOW + armor_energy = CLOTHING_ARMOR_MEDIUMLOW armor_bio = CLOTHING_ARMOR_MEDIUMHIGH - armor_rad = CLOTHING_ARMOR_NONE + armor_rad = CLOTHING_ARMOR_MEDIUMHIGH armor_internaldamage = CLOTHING_ARMOR_MEDIUMLOW - min_cold_protection_temperature = SHOE_MIN_COLD_PROT - max_heat_protection_temperature = SHOE_MAX_HEAT_PROT - flags_cold_protection = BODY_FLAG_FEET - flags_heat_protection = BODY_FLAG_FEET - flags_inventory = FPRINT|NOSLIPPING - siemens_coefficient = 0.6 - allowed_items_typecache = list( - /obj/item/attachable/bayonet, - /obj/item/weapon/throwing_knife, - /obj/item/weapon/gun/pistol/holdout, - /obj/item/weapon/gun/pistol/clfpistol, - /obj/item/weapon/straight_razor, - ) -/obj/item/clothing/shoes/veteran/pmc/update_icon() - if(stored_item) - icon_state = "[initial(icon_state)]-1" - else - icon_state = initial(icon_state) - -/obj/item/clothing/shoes/veteran/pmc/knife - spawn_item_type = /obj/item/attachable/bayonet - -/obj/item/clothing/shoes/veteran/pmc/commando - name = "\improper PMC commando boots" - desc = "A pair of heavily armored, acid-resistant boots." - permeability_coefficient = 0.01 - armor_bio = CLOTHING_ARMOR_HIGH - siemens_coefficient = 0.2 - unacidable = TRUE - -/obj/item/clothing/shoes/veteran/pmc/commando/knife - spawn_item_type = /obj/item/attachable/bayonet - -/obj/item/clothing/shoes/veteran/pmc/van_bandolier - name = "hiking boots" - desc = "Over stone, over ice, through sun and sand, mud and snow, into raging water and hungry bog, these will never let you down." - spawn_item_type = /obj/item/attachable/bayonet/van_bandolier - -/obj/item/clothing/shoes/veteran/pmc/commando/cbrn +/obj/item/clothing/shoes/marine/mopp name = "\improper M3 MOPP boots" - desc = "M3 MOPP boots have been designed to protect the wearer from contact with any possible infection vectors or hazardous substances that may have contaminated the area of operations. This includes further enhancements in conjunction with the standard durability of M3 boots, reducing the probability of punctures or cuts as well as the effects of radiation." + desc = "M2 MOPP boots excel at keeping viscera or other biological contaminants away from your feet." icon_state = "cbrn" item_state = "cbrn" - armor_rad = CLOTHING_ARMOR_GIGAHIGHPLUS - armor_bio = CLOTHING_ARMOR_GIGAHIGHPLUS - spawn_item_type = /obj/item/attachable/bayonet - -/obj/item/clothing/shoes/marine/corporate - name = "rugged boots" - desc = "These synth-leather boots seem high quality when first worn, but quickly detoriate, especially in the environments the corporate security members these are issued to operate in. Still, better than nothing." - -/obj/item/clothing/shoes/marine/corporate/knife - spawn_item_type = /obj/item/attachable/bayonet - -/obj/item/clothing/shoes/marine/ress - name = "armored sandals" - icon_state = "sandals" - item_state = "sandals" - allowed_items_typecache = null - -/obj/item/clothing/shoes/hiking - name = "hiking shoes" - desc = "These rugged shoes are caked with mud and dirt. Designed for high-altitude hiking expeditions, they're sure to be helpful in any climate or environment." - icon_state = "jackboots" - item_state = "jackboots" - armor_melee = CLOTHING_ARMOR_MEDIUMLOW - armor_bullet = CLOTHING_ARMOR_LOW - armor_laser = CLOTHING_ARMOR_NONE - armor_energy = CLOTHING_ARMOR_NONE - armor_bomb = CLOTHING_ARMOR_LOW - armor_bio = CLOTHING_ARMOR_MEDIUMLOW - armor_rad = CLOTHING_ARMOR_NONE - armor_internaldamage = CLOTHING_ARMOR_MEDIUMLOW min_cold_protection_temperature = SHOE_MIN_COLD_PROT max_heat_protection_temperature = SHOE_MAX_HEAT_PROT flags_cold_protection = BODY_FLAG_FEET flags_heat_protection = BODY_FLAG_FEET - flags_inventory = FPRINT|NOSLIPPING - siemens_coefficient = 0.6 - allowed_items_typecache = list( - /obj/item/attachable/bayonet, - /obj/item/weapon/throwing_knife, - /obj/item/weapon/gun/pistol/holdout, - /obj/item/weapon/gun/pistol/clfpistol, - /obj/item/weapon/straight_razor, - ) - var/weed_slowdown_mult = 0.5 - -/obj/item/clothing/shoes/hiking/equipped(mob/user, slot, silent) - . = ..() - var/mob/living/carbon/human/human_user = user - if(src != human_user.shoes) - return - RegisterSignal(user, COMSIG_MOB_WEED_SLOWDOWN, PROC_REF(handle_weed_slowdown)) - -/obj/item/clothing/shoes/hiking/unequipped(mob/user, slot, silent) - . = ..() - UnregisterSignal(user, COMSIG_MOB_WEED_SLOWDOWN, PROC_REF(handle_weed_slowdown)) - -/obj/item/clothing/shoes/hiking/proc/handle_weed_slowdown(mob/user, list/slowdata) - SIGNAL_HANDLER - slowdata["movement_slowdown"] *= weed_slowdown_mult - -//=ROYAL MARINES=\\ - -/obj/item/clothing/shoes/royal_marine - name = "\improper L10 pattern combat boots" - desc = "Standard issue combat boots for combat scenarios or combat situations. Used by the three world empires royal marines commando units." - icon_state = "marine" - item_state = "marine" - armor_melee = CLOTHING_ARMOR_MEDIUMHIGH - armor_bullet = CLOTHING_ARMOR_MEDIUMHIGH - armor_laser = CLOTHING_ARMOR_LOW - armor_energy = CLOTHING_ARMOR_LOW - armor_bomb = CLOTHING_ARMOR_MEDIUMLOW - armor_bio = CLOTHING_ARMOR_MEDIUMHIGH - armor_rad = CLOTHING_ARMOR_NONE - armor_internaldamage = CLOTHING_ARMOR_MEDIUMLOW - min_cold_protection_temperature = SHOE_MIN_COLD_PROT - max_heat_protection_temperature = SHOE_MAX_HEAT_PROT - flags_cold_protection = BODY_FLAG_FEET - flags_heat_protection = BODY_FLAG_FEET - flags_inventory = FPRINT|NOSLIPPING - siemens_coefficient = 0.6 - allowed_items_typecache = list( - /obj/item/attachable/bayonet, - /obj/item/weapon/throwing_knife, - /obj/item/weapon/gun/pistol/holdout, - /obj/item/weapon/gun/pistol/clfpistol, - ) - flags_atom = NO_NAME_OVERRIDE + armor_rad = CLOTHING_ARMOR_GIGAHIGHPLUS + armor_bio = CLOTHING_ARMOR_GIGAHIGHPLUS -/obj/item/clothing/shoes/royal_marine/knife - spawn_item_type = /obj/item/attachable/bayonet/rmc +/obj/item/clothing/shoes/stompers + name = "Reebok Stompers" + desc = "A pair of sneakers designed to elicit a morale boosting response within anyone that witnesses them." + icon_state = "stompers" + flags_inventory = NOSLIPPING diff --git a/code/modules/clothing/suits/armor.dm b/code/modules/clothing/suits/armor.dm index 03b687e6ce..036db70d47 100644 --- a/code/modules/clothing/suits/armor.dm +++ b/code/modules/clothing/suits/armor.dm @@ -90,7 +90,6 @@ /obj/item/storage/belt/gun/m4a3, /obj/item/storage/belt/gun/m44, ) - uniform_restricted = list(/obj/item/clothing/under/marine/officer/pilot) sprite_sheets = list(SPECIES_MONKEY = 'icons/mob/humans/species/monkeys/onmob/suit_monkey_1.dmi') item_icons = list( WEAR_JACKET = 'icons/mob/humans/onmob/suit_1.dmi' @@ -114,7 +113,6 @@ armor_bio = CLOTHING_ARMOR_LOW armor_rad = CLOTHING_ARMOR_LOW armor_internaldamage = CLOTHING_ARMOR_MEDIUMLOW - uniform_restricted = list(/obj/item/clothing/under/marine/veteran/dutch) /obj/item/clothing/suit/armor/vest/security name = "Wey-Yu security armor" diff --git a/code/modules/clothing/suits/jobs.dm b/code/modules/clothing/suits/jobs.dm index 589fb3b972..3297e17ee0 100644 --- a/code/modules/clothing/suits/jobs.dm +++ b/code/modules/clothing/suits/jobs.dm @@ -477,6 +477,16 @@ desc = "A green windbreaker." icon_state = "windbreaker_green" +/obj/item/clothing/suit/storage/windbreaker/windbreaker_blue + name = "blue windbreaker" + desc = "A blue windbreaker." + icon_state = "windbreaker_blue" + +/obj/item/clothing/suit/storage/windbreaker/windbreaker_yellow + name = "yellow windbreaker" + desc = "A yellow windbreaker." + icon_state = "windbreaker_yellow" + /obj/item/clothing/suit/storage/windbreaker/windbreaker_fr name = "first responder windbreaker" desc = "A brown windbreaker with reflective strips commonly worn by first responders." diff --git a/code/modules/clothing/suits/marine_armor/_marine_armor.dm b/code/modules/clothing/suits/marine_armor/_marine_armor.dm index f336ce1e46..095be24cb9 100644 --- a/code/modules/clothing/suits/marine_armor/_marine_armor.dm +++ b/code/modules/clothing/suits/marine_armor/_marine_armor.dm @@ -93,7 +93,7 @@ var/flags_marine_armor = ARMOR_SQUAD_OVERLAY|ARMOR_LAMP_OVERLAY var/specialty = "M3 pattern marine" //Same thing here. Give them a specialty so that they show up correctly in vendors. speciality does NOTHING if you have NO_NAME_OVERRIDE w_class = SIZE_HUGE - uniform_restricted = list(/obj/item/clothing/under/marine) + uniform_restricted = null sprite_sheets = list(SPECIES_MONKEY = 'icons/mob/humans/species/monkeys/onmob/suit_monkey_1.dmi') time_to_unequip = 20 time_to_equip = 20 @@ -287,7 +287,6 @@ /obj/item/device/motiondetector, /obj/item/device/walkman, ) - uniform_restricted = list(/obj/item/clothing/under/marine/mp) specialty = "M2 pattern MP" item_state_slots = list(WEAR_JACKET = "mp_armor") black_market_value = 20 @@ -296,7 +295,6 @@ name = "\improper M3 pattern warden MP armor" desc = "A well-crafted suit of M3 Pattern Armor typically distributed to Wardens. Useful for letting your men know who is in charge." icon_state = "warden" - uniform_restricted = list(/obj/item/clothing/under/marine/warden) specialty = "M3 pattern warden MP" item_state_slots = list(WEAR_JACKET = "warden") @@ -304,7 +302,6 @@ name = "\improper M3 pattern chief MP armor" desc = "A well-crafted suit of M3 Pattern Armor typically distributed to Chief MPs. Useful for letting your men know who is in charge." icon_state = "warrant_officer" - uniform_restricted = list(/obj/item/clothing/under/marine/officer/warrant) specialty = "M3 pattern chief MP" item_state_slots = list(WEAR_JACKET = "warrant_officer") black_market_value = 30 @@ -315,7 +312,6 @@ icon_state = "general" armor_bullet = CLOTHING_ARMOR_MEDIUMHIGH armor_bio = CLOTHING_ARMOR_MEDIUM - uniform_restricted = list(/obj/item/clothing/under/marine/officer/general) specialty = "M3 pattern general" item_state_slots = list(WEAR_JACKET = "general") w_class = SIZE_MEDIUM @@ -326,7 +322,6 @@ icon_state = "officer" storage_slots = 3 flags_atom = null - uniform_restricted = list(/obj/item/clothing/under/marine/officer, /obj/item/clothing/under/rank/qm_suit, /obj/item/clothing/under/rank/chief_medical_officer, /obj/item/clothing/under/marine/dress) specialty = "M3 pattern officer" item_state_slots = list(WEAR_JACKET = "officer") @@ -341,7 +336,6 @@ storage_slots = 3 flags_atom = NO_SNOW_TYPE flags_inventory = BLOCKSHARPOBJ|SMARTGUN_HARNESS - uniform_restricted = list(/obj/item/clothing/under/marine, /obj/item/clothing/under/rank/qm_suit) specialty = "M3 pattern captain" item_state_slots = list(WEAR_JACKET = "co_officer") valid_accessory_slots = list(ACCESSORY_SLOT_MEDAL, ACCESSORY_SLOT_RANK, ACCESSORY_SLOT_DECOR, ACCESSORY_SLOT_PONCHO) @@ -373,7 +367,6 @@ name = "\improper M3 pattern tanker armor" desc = "Armored vest sometimes worn by USCMC armor crews. More bulky than a flak vest or service jacket, but substantially improved protection should the wearer need to dismount." icon_state = "tanker" - uniform_restricted = list(/obj/item/clothing/under/marine/officer/tanker) specialty = "M3 pattern tanker" storage_slots = 2 @@ -481,7 +474,6 @@ time_to_unequip = 0.5 SECONDS time_to_equip = 1 SECONDS siemens_coefficient = 0.7 - uniform_restricted = null /obj/item/clothing/suit/storage/marine/light/vest/dcc name = "\improper M3-VL pattern flak vest" @@ -509,7 +501,6 @@ slowdown = SLOWDOWN_ARMOR_SUPER_LIGHT time_to_unequip = 0.5 SECONDS time_to_equip = 1 SECONDS - uniform_restricted = null /obj/item/clothing/suit/storage/marine/light/synvest/grey icon_state = "VL_syn" @@ -684,3 +675,24 @@ icon_state = "cc_armor" flags_atom = NO_SNOW_TYPE|NO_NAME_OVERRIDE +//==================PLU Lamp Rig==================\\ + +/obj/item/clothing/suit/storage/marine/veteran/lamp + name = "\improper PLU lamp rig" + icon_state = "lamp_rig" + desc = "A lightweight rig designed to support a shoulder lamp." + blood_overlay_type = "coat" + flags_armor_protection = BODY_FLAG_CHEST + flags_cold_protection = BODY_FLAG_CHEST + min_cold_protection_temperature = null + armor_melee = CLOTHING_ARMOR_NONE + armor_bullet = CLOTHING_ARMOR_NONE + armor_laser = CLOTHING_ARMOR_NONE + armor_energy = CLOTHING_ARMOR_NONE + armor_bomb = CLOTHING_ARMOR_LOW //marginally better against shrapnel. + armor_bio = CLOTHING_ARMOR_NONE + armor_rad = CLOTHING_ARMOR_NONE + armor_internaldamage = CLOTHING_ARMOR_NONE + storage_slots = 1 + time_to_unequip = 10 + time_to_equip = 10 diff --git a/code/modules/clothing/suits/marine_armor/ert.dm b/code/modules/clothing/suits/marine_armor/ert.dm index 8d648df2cc..6423c07856 100644 --- a/code/modules/clothing/suits/marine_armor/ert.dm +++ b/code/modules/clothing/suits/marine_armor/ert.dm @@ -55,7 +55,6 @@ /obj/item/tool/crew_monitor, /obj/item/device/walkman, ) - uniform_restricted = list(/obj/item/clothing/under/marine/veteran/pmc) item_state_slots = list(WEAR_JACKET = "pmc_armor") /obj/item/clothing/suit/storage/marine/veteran/pmc/light @@ -94,7 +93,6 @@ name = "\improper M4 pattern PMC leader armor" desc = "A modification of the standard Armat Systems M3 armor. Designed for high-profile security operators and corporate mercenaries in mind. This particular suit looks like it belongs to a high-ranking officer." icon_state = "officer_armor" - uniform_restricted = list(/obj/item/clothing/under/marine/veteran/pmc/leader) item_state_slots = list(WEAR_JACKET = "officer_armor") /obj/item/clothing/suit/storage/marine/veteran/pmc/sniper @@ -156,7 +154,6 @@ armor_rad = CLOTHING_ARMOR_MEDIUMHIGH armor_internaldamage = CLOTHING_ARMOR_MEDIUMHIGH flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_ARMS|BODY_FLAG_LEGS|BODY_FLAG_FEET - uniform_restricted = list(/obj/item/clothing/under/marine/veteran/pmc/commando) item_state_slots = list(WEAR_JACKET = "commando_armor") unacidable = TRUE @@ -174,7 +171,6 @@ armor_internaldamage = CLOTHING_ARMOR_MEDIUMHIGH flags_inventory = BLOCK_KNOCKDOWN flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_ARMS|BODY_FLAG_LEGS|BODY_FLAG_FEET - uniform_restricted = list(/obj/item/clothing/under/marine/veteran/pmc/commando) item_state_slots = list(WEAR_JACKET = "commando_armor") unacidable = TRUE @@ -192,7 +188,6 @@ armor_rad = CLOTHING_ARMOR_MEDIUM storage_slots = 2 slowdown = SLOWDOWN_ARMOR_VERY_LIGHT - uniform_restricted = list(/obj/item/clothing/under/marine/veteran/bear) /obj/item/clothing/suit/storage/marine/veteran/dutch name = "\improper D2 armored vest" @@ -207,7 +202,6 @@ storage_slots = 2 light_range = 7 slowdown = SLOWDOWN_ARMOR_VERY_LIGHT - uniform_restricted = list(/obj/item/clothing/under/marine/veteran/dutch) /obj/item/clothing/suit/storage/marine/veteran/van_bandolier name = "safari jacket" @@ -220,7 +214,6 @@ slowdown = SLOWDOWN_ARMOR_LIGHT storage_slots = 2 movement_compensation = SLOWDOWN_ARMOR_LIGHT - uniform_restricted = list(/obj/item/clothing/under/marine/veteran/van_bandolier) allowed = list( /obj/item/weapon/gun, /obj/item/tank/emergency_oxygen, @@ -262,72 +255,29 @@ slowdown = SLOWDOWN_ARMOR_MEDIUM movement_compensation = SLOWDOWN_ARMOR_LIGHT - /obj/item/clothing/suit/storage/marine/faction/UPP - name = "\improper UM5 personal armor" - desc = "Standard body armor of the UPP military, the UM5 (Union Medium MK5) is a medium body armor, roughly on par with the M3 pattern body armor in service with the USCM, specialized towards ballistics protection. Unlike the M3, however, the plate has a heavier neckplate. This has earned many UA members to refer to UPP soldiers as 'tin men'." + name = "\improper 6B90 pattern UPP armor" + desc = "Union frontline issue body armor. Part of protective complex Kuija-M, 6B90 is capable of rifle threats with new ultralight alloy plates over the vitals, while ballistic mesh inserts provide torso protection from shrapnel or ricochets. A small transmitter on the lower back supports low resolution video/audio and biotelemetry feeds for the TOC. While designed to be one size fits all, the support system proves difficult to comfortably adjust." icon_state = "upp_armor" - armor_bullet = CLOTHING_ARMOR_HIGH + flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_LEGS + slowdown = SLOWDOWN_ARMOR_MEDIUM + flags_inventory = BLOCKSHARPOBJ + armor_melee = CLOTHING_ARMOR_MEDIUMHIGH + armor_bullet = CLOTHING_ARMOR_MEDIUMHIGH armor_energy = CLOTHING_ARMOR_MEDIUM armor_bio = CLOTHING_ARMOR_MEDIUMLOW - armor_rad = CLOTHING_ARMOR_MEDIUMLOW + armor_rad = CLOTHING_ARMOR_MEDIUMHIGH armor_internaldamage = CLOTHING_ARMOR_HIGH storage_slots = 3 - uniform_restricted = list(/obj/item/clothing/under/marine/veteran/UPP, /obj/item/clothing/under/marine/veteran/UPP/medic, /obj/item/clothing/under/marine/veteran/UPP/engi) - -/obj/item/clothing/suit/storage/marine/faction/UPP/support - name = "\improper UL6 personal armor" - desc = "Standard body armor of the UPP military, the UL6 (Union Light MK6) is a light body armor, slightly weaker than the M3 pattern body armor in service with the USCM, specialized towards ballistics protection. This set of personal armor lacks the iconic neck piece and some of the armor in favor of user mobility." - storage_slots = 4 - icon_state = "upp_armor_support" - slowdown = SLOWDOWN_ARMOR_LIGHT - armor_melee = CLOTHING_ARMOR_MEDIUMLOW - armor_bullet = CLOTHING_ARMOR_MEDIUMLOW - armor_bomb = CLOTHING_ARMOR_MEDIUM - armor_energy = CLOTHING_ARMOR_MEDIUM - armor_bio = CLOTHING_ARMOR_MEDIUMLOW - armor_rad = CLOTHING_ARMOR_MEDIUMHIGH - armor_internaldamage = CLOTHING_ARMOR_LOW - -/obj/item/clothing/suit/storage/marine/faction/UPP/support/synth - name = "\improper UL6 Synthetic personal armor" - desc = "Modified variant of the UL6 personel armor system intended to be useable by Synthetic units. Offers no protection but very little movement impairment." - flags_marine_armor = ARMOR_LAMP_OVERLAY|SYNTH_ALLOWED - armor_melee = CLOTHING_ARMOR_NONE - armor_bullet = CLOTHING_ARMOR_NONE - armor_laser = CLOTHING_ARMOR_NONE - armor_energy = CLOTHING_ARMOR_NONE - armor_bomb = CLOTHING_ARMOR_NONE - armor_bio = CLOTHING_ARMOR_NONE - armor_rad = CLOTHING_ARMOR_NONE - armor_internaldamage = CLOTHING_ARMOR_NONE - slowdown = SLOWDOWN_ARMOR_VERY_LIGHT - time_to_unequip = 0.5 SECONDS - time_to_equip = 1 SECONDS - -/obj/item/clothing/suit/storage/marine/faction/UPP/commando - name = "\improper UM5CU personal armor" - desc = "A modification of the UM5, designed for stealth operations." - icon_state = "upp_armor_commando" - storage_slots = 2 - slowdown = SLOWDOWN_ARMOR_LIGHT + flags_inventory = BLOCKSHARPOBJ /obj/item/clothing/suit/storage/marine/faction/UPP/heavy - name = "\improper UH7 heavy plated armor" - desc = "An extremely heavy-duty set of body armor in service with the UPP military, the UH7 (Union Heavy MK7) is known for having powerful ballistic protection, alongside a noticeable neck guard, fortified in order to allow the wearer to endure the stresses of the bulky helmet." + name = "\improper 6B91 pattern UPP armor" + desc = "Union heavy armor system. Part of protective complex Kuija-M, 6B91 is an add-on kit that extends rifle grade protection along the arms, and AP protection along the chest. Because of drastically higher stamina requirements, the armor proves unpopular with most infantry, and is mostly seen in assault units or internal security forces." icon_state = "upp_armor_heavy" storage_slots = 3 - slowdown = SLOWDOWN_ARMOR_HEAVY - flags_inventory = BLOCKSHARPOBJ|BLOCK_KNOCKDOWN - flags_armor_protection = BODY_FLAG_ALL_BUT_HEAD - 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 + flags_inventory = BLOCKSHARPOBJ + flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_ARMS|BODY_FLAG_LEGS /obj/item/clothing/suit/storage/marine/faction/UPP/heavy/Initialize() . = ..() @@ -336,68 +286,60 @@ /obj/item/ammo_magazine/pkp, ) -/obj/item/clothing/suit/storage/marine/faction/UPP/officer - name = "\improper UL4 officer jacket" - desc = "A lightweight jacket, issued to officers of the UPP's military. Slightly protective from incoming damage, best off with proper armor however." - icon_state = "upp_coat_officer" - slowdown = SLOWDOWN_ARMOR_NONE - flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_ARMS - armor_melee = CLOTHING_ARMOR_LOW //wear actual armor if you go into combat - armor_bullet = CLOTHING_ARMOR_LOW - armor_energy = CLOTHING_ARMOR_LOW - armor_bomb = CLOTHING_ARMOR_LOW - armor_bio = CLOTHING_ARMOR_LOW - armor_rad = CLOTHING_ARMOR_LOW - armor_internaldamage = CLOTHING_ARMOR_LOW - storage_slots = 3 - uniform_restricted = list(/obj/item/clothing/under/marine/veteran/UPP/officer) - -/obj/item/clothing/suit/storage/marine/faction/UPP/kapitan - name = "\improper UL4 senior officer jacket" - desc = "A lightweight jacket, issued to senior officers of the UPP's military. Made of high-quality materials, even going as far as having the ranks and insignia of the Kapitan and their Company emblazoned on the shoulders and front of the jacket. Slightly protective from incoming damage, best off with proper armor however." - icon_state = "upp_coat_kapitan" - slowdown = SLOWDOWN_ARMOR_NONE - armor_melee = CLOTHING_ARMOR_LOW //wear actual armor if you go into combat - armor_bullet = CLOTHING_ARMOR_LOW - armor_energy = CLOTHING_ARMOR_LOW +/obj/item/clothing/suit/storage/marine/faction/UPP/light + name = "\improper 6B72-03 pattern UPP armor" + desc = "Vintage UPP armor system Vadasz. Provides basic ballistic/shrapnel protection for armor crew or rear line forces with wraparound soft armor and ceramic composite chestplate. Lightweight, but lacking protection class and coverage. Still issued to the Territorial Guard and People's Armed Police tactical teams, and utilized by some spetznaz." + icon_state = "upp_armor_light" + flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_LEGS + slowdown = SLOWDOWN_ARMOR_LIGHT + armor_melee = CLOTHING_ARMOR_MEDIUM + armor_bullet = CLOTHING_ARMOR_MEDIUM armor_bomb = CLOTHING_ARMOR_LOW - armor_bio = CLOTHING_ARMOR_LOW + armor_bio = CLOTHING_ARMOR_MEDIUMLOW armor_rad = CLOTHING_ARMOR_LOW - armor_internaldamage = CLOTHING_ARMOR_LOW - flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_ARMS - storage_slots = 4 - uniform_restricted = list(/obj/item/clothing/under/marine/veteran/UPP/officer) + armor_internaldamage = CLOTHING_ARMOR_MEDIUM + time_to_unequip = 10 + time_to_equip = 10 + storage_slots = 2 + flags_inventory = null -/obj/item/clothing/suit/storage/marine/faction/UPP/mp - name = "\improper UL4 camouflaged jacket" - desc = "A lightweight jacket, issued to troops when they're not expected to engage in combat. Some level of shrapnel and low velocity gunfire protection is provided by para-aramid inserts, though not much." - icon_state = "upp_coat_mp" - slowdown = SLOWDOWN_ARMOR_NONE - flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_ARMS - armor_melee = CLOTHING_ARMOR_LOW //wear actual armor if you go into combat - armor_bullet = CLOTHING_ARMOR_LOW - armor_energy = CLOTHING_ARMOR_LOW +/obj/item/clothing/suit/storage/marine/faction/UPP/light/pap + name = "\improper 6B72-03 pattern UPP armor" + desc = "Vintage UPP armor system Vadasz. Provides basic ballistic/shrapnel protection for armor crew or rear line forces with wraparound soft armor and ceramic composite chestplate. Lightweight, but lacking protection class and coverage. Still issued to the Territorial Guard and People's Armed Police tactical teams, and utilized by some spetznaz. This set lacks additional leg guards." + icon_state = "upp_armor_pap" + flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN + +/obj/item/clothing/suit/storage/marine/faction/UPP/jacket + name = "\improper UH4 camouflaged jacket" + icon_state = "upp_coat" + desc = "Military jacket featuring small dispersed para-aramid inserts providing the barest of defensive functionality, and a Personal Light Unit rig." + blood_overlay_type = "coat" + flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_ARMS + min_cold_protection_temperature = ICE_PLANET_MIN_COLD_PROT + slowdown = SLOWDOWN_ARMOR_LIGHT + armor_melee = CLOTHING_ARMOR_VERYLOW + armor_bullet = CLOTHING_ARMOR_VERYLOW + armor_laser = CLOTHING_ARMOR_NONE + armor_energy = CLOTHING_ARMOR_NONE armor_bomb = CLOTHING_ARMOR_LOW - armor_bio = CLOTHING_ARMOR_LOW - armor_rad = CLOTHING_ARMOR_LOW - armor_internaldamage = CLOTHING_ARMOR_LOW - storage_slots = 4 - uniform_restricted = list(/obj/item/clothing/under/marine/veteran/UPP) + armor_bio = CLOTHING_ARMOR_NONE + armor_rad = CLOTHING_ARMOR_NONE + armor_internaldamage = CLOTHING_ARMOR_NONE + storage_slots = 2 valid_accessory_slots = list(ACCESSORY_SLOT_ARMBAND, ACCESSORY_SLOT_DECOR, ACCESSORY_SLOT_MEDAL) restricted_accessory_slots = list(ACCESSORY_SLOT_ARMBAND) + time_to_unequip = 5 + time_to_equip = 5 -/obj/item/clothing/suit/storage/marine/faction/UPP/jacket/ivan - name = "\improper UH4 Camo Jacket" - desc = "An experimental heavily armored variant of the UL4 given to only the most elite units... usually." - slowdown = SLOWDOWN_ARMOR_MEDIUM - flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_LEGS|BODY_FLAG_ARMS|BODY_FLAG_HANDS|BODY_FLAG_FEET - armor_melee = CLOTHING_ARMOR_HIGH - armor_energy = CLOTHING_ARMOR_MEDIUMLOW - armor_bomb = CLOTHING_ARMOR_HIGH - armor_bio = CLOTHING_ARMOR_MEDIUM - armor_rad = CLOTHING_ARMOR_MEDIUM - armor_internaldamage = CLOTHING_ARMOR_HIGH - storage_slots = 2 +/obj/item/clothing/suit/storage/marine/faction/UPP/jacket/mp + name = "\improper UH4-P camouflaged jacket" + desc = "A UPP Military Police jacket featuring small dispersed para-aramid inserts providing the barest of defensive functionality, and a Personal Light Unit rig." + icon_state = "upp_coat_mp" + +/obj/item/clothing/suit/storage/marine/faction/UPP/jacket/pap + name = "\improper PaP uniform jacket" + desc = "A People's Armed Police service jacket featuring small dispersed para-aramid inserts providing the barest of defensive functionality, and a Personal Light Unit rig." + icon_state = "upp_coat_pap" //===========================//FREELANCER\\================================\\ @@ -413,7 +355,6 @@ armor_bullet = CLOTHING_ARMOR_MEDIUMHIGH armor_energy = CLOTHING_ARMOR_MEDIUMLOW storage_slots = 2 - uniform_restricted = list(/obj/item/clothing/under/marine/veteran/freelancer) //this one is for CLF /obj/item/clothing/suit/storage/militia @@ -437,7 +378,6 @@ armor_rad = CLOTHING_ARMOR_MEDIUM armor_internaldamage = CLOTHING_ARMOR_MEDIUM storage_slots = 2 - uniform_restricted = list(/obj/item/clothing/under/colonist) allowed = list( /obj/item/weapon/gun, /obj/item/tank/emergency_oxygen, @@ -588,7 +528,6 @@ /obj/item/device/motiondetector, /obj/item/device/walkman, ) - uniform_restricted = list(/obj/item/clothing/under/marine/veteran/mercenary) item_state_slots = list(WEAR_JACKET = "mercenary_heavy_armor") /obj/item/clothing/suit/storage/marine/veteran/mercenary/heavy @@ -623,7 +562,6 @@ /obj/item/device/motiondetector, /obj/item/device/walkman, ) - uniform_restricted = list(/obj/item/clothing/under/marine/veteran/mercenary) item_state_slots = list(WEAR_JACKET = "mercenary_miner_armor") /obj/item/clothing/suit/storage/marine/veteran/mercenary/support @@ -727,7 +665,6 @@ /obj/item/device/motiondetector, /obj/item/device/walkman, ) - uniform_restricted = list(/obj/item/clothing/under/uaac/tis) //================//UNITED AMERICAS RIOT CONTROL\\=====================\\ //=======================================================================\\ @@ -746,7 +683,6 @@ armor_rad = CLOTHING_ARMOR_MEDIUM armor_internaldamage = CLOTHING_ARMOR_MEDIUMHIGH slowdown = SLOWDOWN_ARMOR_VERY_LIGHT // it's lighter - uniform_restricted = list(/obj/item/clothing/under/marine/ua_riot) flags_atom = NO_SNOW_TYPE /obj/item/clothing/suit/storage/marine/veteran/ua_riot/synth @@ -849,7 +785,6 @@ flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN flags_cold_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN flags_heat_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN - uniform_restricted = list(/obj/item/clothing/under/marine/cbrn) /obj/item/clothing/suit/storage/marine/cbrn/advanced slowdown = SLOWDOWN_ARMOR_LOWHEAVY diff --git a/code/modules/clothing/suits/marine_armor/intel.dm b/code/modules/clothing/suits/marine_armor/intel.dm index 12aa824648..41406be02e 100644 --- a/code/modules/clothing/suits/marine_armor/intel.dm +++ b/code/modules/clothing/suits/marine_armor/intel.dm @@ -1,6 +1,5 @@ /obj/item/clothing/suit/storage/marine/medium/rto/intel name = "\improper XM4 pattern intelligence officer armor" - uniform_restricted = list(/obj/item/clothing/under/marine/officer/intel) specialty = "XM4 pattern intel" desc = "Tougher than steel, quieter than whispers, the XM4 Intel Armor provides capable protection combined with an experimental integrated motion tracker. It took an R&D team a weekend to develop and costs more than the Chinook Station... probably. When worn, uniform accessories such as webbing cannot be attached due to the motion sensors occupying the clips." desc_lore = "ARMAT Perfection. The XM4 Soldier Awareness System mixes M4-style hard armor and a distributed series of motion sensors clipped onto the breastplate. When connected to any HUD optic, it replicates the effects of an M314 Motion Detector unit, increasing user situational awareness. It is currently undergoing field trials by intelligence operatives." diff --git a/code/modules/clothing/suits/marine_armor/smartgunner.dm b/code/modules/clothing/suits/marine_armor/smartgunner.dm index b307602538..fef4811d7b 100644 --- a/code/modules/clothing/suits/marine_armor/smartgunner.dm +++ b/code/modules/clothing/suits/marine_armor/smartgunner.dm @@ -76,22 +76,21 @@ icon_state = "8fancy" /obj/item/clothing/suit/storage/marine/smartgunner/upp - name = "\improper UH7-I heavy plated harness" - desc = "An experimental set of heavy armor with additional harnesses designed to support QYJ-72-I smartmachinegun. Heavy plates along with harnesses make wearing backpacks extremely uncomfortable and borderline impossible." - icon_state = "upp_armor_heavy" + name = "\improper 6B91-2 UPP armor" + desc = "Deep modification of the standard body armor, intended for Union machinegunners. Contains compact fire control computers and an encrypted data processing unit in the lower back, as well as an armored cable to connect to the machine gun. Covers all requirements to operate the weapon, but a common complaint is the bulkiness." + icon_state = "upp_armor_support" storage_slots = 1 - slowdown = SLOWDOWN_ARMOR_HEAVY + slowdown = SLOWDOWN_ARMOR_LOWHEAVY flags_atom = NO_SNOW_TYPE|NO_NAME_OVERRIDE - flags_inventory = BLOCKSHARPOBJ|SMARTGUN_HARNESS|BLOCK_KNOCKDOWN - armor_melee = CLOTHING_ARMOR_MEDIUMHIGH - armor_bullet = CLOTHING_ARMOR_HIGHPLUS + flags_inventory = BLOCKSHARPOBJ|SMARTGUN_HARNESS + flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_LEGS + armor_melee = CLOTHING_ARMOR_HIGH + armor_bullet = CLOTHING_ARMOR_HIGH 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 - uniform_restricted = list(/obj/item/clothing/under/marine/veteran/UPP, /obj/item/clothing/under/marine/veteran/UPP/medic, /obj/item/clothing/under/marine/veteran/UPP/engi) + armor_bio = CLOTHING_ARMOR_MEDIUMHIGH + armor_rad = CLOTHING_ARMOR_MEDIUMHIGH + armor_internaldamage = CLOTHING_ARMOR_HIGH allowed = list( /obj/item/tank/emergency_oxygen, /obj/item/device/flashlight, @@ -111,7 +110,6 @@ /obj/item/ammo_box, ) - /obj/item/clothing/suit/storage/marine/smartgunner/upp/Initialize() . = ..() pockets.bypass_w_limit = list( diff --git a/code/modules/clothing/suits/marine_coat.dm b/code/modules/clothing/suits/marine_coat.dm index 246056b6ac..070a700937 100644 --- a/code/modules/clothing/suits/marine_coat.dm +++ b/code/modules/clothing/suits/marine_coat.dm @@ -31,7 +31,7 @@ /obj/item/storage/belt/gun/m44, /obj/item/storage/belt/gun/mateba, /obj/item/storage/belt/gun/smartpistol, - + /obj/item/storage/belt/gun/type47, /obj/item/device/flashlight, /obj/item/device/healthanalyzer, /obj/item/device/radio, @@ -398,3 +398,20 @@ icon_state = "jacket_grey" item_state = "jacket_grey" has_buttons = FALSE + +//==================UPP==================\\ + +/obj/item/clothing/suit/storage/jacket/marine/upp + name = "\improper UPP service uniform jacket" + desc = "A UPP service uniform jacket featuring small dispersed para-aramid inserts providing the barest of defensive functionality." + icon_state = "upp_coat_service" + +/obj/item/clothing/suit/storage/jacket/marine/upp/mss + name = "\improper MSS uniform jacket" + desc = "A Ministry of Space Security service jacket featuring small dispersed para-aramid inserts providing the barest of defensive functionality." + icon_state = "upp_coat_mss" + +/obj/item/clothing/suit/storage/jacket/marine/upp/coldweather + name = "\improper UL2 coldweather service jacket" + desc = "A standard issue coldweather UPP military service jacket featuring small dispersed para-aramid inserts providing the barest of defensive functionality, and a Personal Light Unit rig." + icon_state = "upp_coat_officer" diff --git a/code/modules/clothing/under/marine_uniform.dm b/code/modules/clothing/under/marine_uniform.dm index 0e8353e546..6c227fd763 100644 --- a/code/modules/clothing/under/marine_uniform.dm +++ b/code/modules/clothing/under/marine_uniform.dm @@ -370,15 +370,8 @@ desc = "The crisp uniform of a Provost Officer." icon_state = "provost" worn_state = "provost" - specialty = "provost" - suit_restricted = list( - /obj/item/clothing/suit/storage/marine/MP, - /obj/item/clothing/suit/armor/riot/marine, - /obj/item/clothing/suit/storage/jacket/marine/provost, - ) - min_cold_protection_temperature = ICE_PLANET_MIN_COLD_PROT /obj/item/clothing/under/marine/mp/provost/senior @@ -474,12 +467,6 @@ worn_state = "pmc_jumpsuit" min_cold_protection_temperature = ICE_PLANET_MIN_COLD_PROT flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE - suit_restricted = list( - /obj/item/clothing/suit/storage/marine/veteran/pmc, - /obj/item/clothing/suit/storage/marine/smartgunner/veteran/pmc, - /obj/item/clothing/suit/armor/vest/security, - /obj/item/clothing/suit/storage/hazardvest, - ) /obj/item/clothing/under/marine/veteran/pmc/leader name = "\improper PMC command fatigues" @@ -520,7 +507,6 @@ worn_state = "bear_jumpsuit" min_cold_protection_temperature = ICE_PLANET_MIN_COLD_PROT has_sensor = UNIFORM_NO_SENSORS - suit_restricted = list(/obj/item/clothing/suit/storage/marine/veteran/bear) item_icons = list( WEAR_BODY = 'icons/mob/humans/onmob/uniform_1.dmi', @@ -528,72 +514,36 @@ /obj/item/clothing/under/marine/veteran/UPP name = "\improper UPP fatigues" - desc = "A set of UPP fatigues, mass produced for the armed-forces of the Union of Progressive Peoples. A rare sight, especially in ICC zones. This particular set sports the dark drab pattern of the UPP 17th battalion, 'Smoldering Sons', operating in the sparse UPP frontier in the Anglo-Japanese arm." + desc = "It's a set of standard-issue UPP Armed Collective combat fatigues featuring venlar armor inserts at critical areas to protect from blades and low caliber ballistics." icon_state = "upp_uniform" worn_state = "upp_uniform" min_cold_protection_temperature = ICE_PLANET_MIN_COLD_PROT has_sensor = UNIFORM_HAS_SENSORS sensor_faction = FACTION_UPP - suit_restricted = list(/obj/item/clothing/suit/storage/marine/faction/UPP, /obj/item/clothing/suit/gimmick/jason, /obj/item/clothing/suit/storage/snow_suit/soviet, /obj/item/clothing/suit/storage/snow_suit/survivor, /obj/item/clothing/suit/storage/webbing, /obj/item/clothing/suit/storage/marine/smartgunner/upp) - flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE + armor_internaldamage = CLOTHING_ARMOR_MEDIUMLOW /obj/item/clothing/under/marine/veteran/UPP/boiler - name = "\improper UPP operations fatigues" - desc = "A set of UPP operations fatigues, mass produced for the armed-forces of the Union of Progressive Peoples. A rare sight, especially in ICC zones. This particular set sports the dark drab pattern of the UPP 17th battalion, 'Smoldering Sons', operating in the sparse UPP frontier in the Anglo-Japanese arm." + name = "\improper UPP operations boilersuit" + desc = "It's a deep green boilersuit common with UPP Armed Collective personnel outside of combat zones but still featuring venlar armor inserts at critical areas to protect from blades and low caliber ballistics." icon_state = "upp_boiler" worn_state = "upp_boiler" flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE|UNIFORM_JACKET_REMOVABLE -/obj/item/clothing/under/marine/veteran/UPP/medic - name = "\improper UPP medic fatigues" - desc = "A set of medic UPP fatigues, mass produced for the armed-forces of the Union of Progressive Peoples. A rare sight, especially in ICC zones. This particular set sports the dark drab pattern of the UPP 17th battalion, 'Smoldering Sons', operating in the sparse UPP frontier in the Anglo-Japanese arm." - icon_state = "upp_uniform_medic" - worn_state = "upp_uniform_medic" - flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE - -/obj/item/clothing/under/marine/veteran/UPP/engi - name = "\improper UPP engineer fatigues" - desc = "A set of Engineer UPP fatigues, mass produced for the armed-forces of the Union of Progressive Peoples. A rare sight, especially in ICC zones. This particular set sports the dark drab pattern of the UPP 17th battalion, 'Smoldering Sons', operating in the sparse UPP frontier in the Anglo-Japanese arm." - icon_state = "upp_uniform_engi" - worn_state = "upp_uniform_engi" - flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE - -/obj/item/clothing/under/marine/veteran/UPP/mp - name = "\improper UPP Military Police fatigues" - desc = "A set of Military Police UPP fatigues, mass produced for the armed-forces of the Union of Progressive Peoples. A rare sight, especially in ICC zones. This particular set sports the dark drab pattern of the UPP 17th battalion, 'Smoldering Sons', operating in the sparse UPP frontier in the Anglo-Japanese arm." - icon_state = "upp_uniform_mp" - worn_state = "upp_uniform_mp" - flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE +/obj/item/clothing/under/marine/veteran/UPP/pap + name = "\improper PaP service uniform" + desc = "A pair of blue-grey slacks coupled with a blue shirt, featuring venlar armor inserts at critical areas to protect from blades and low caliber ballistics." + icon_state = "upp_uniform_pap" + worn_state = "upp_uniform_pap" + has_sensor = UNIFORM_HAS_SENSORS + sensor_faction = FACTION_LIST_UPP_COLONY + flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE|UNIFORM_JACKET_REMOVABLE -/obj/item/clothing/under/marine/veteran/UPP/officer - name = "\improper UPP Officer fatigues" - desc = "A set of Officer UPP fatigues, mass produced for the armed-forces of the Union of Progressive Peoples. A rare sight, especially in ICC zones. This particular set sports the dark drab pattern of the UPP 17th battalion, 'Smoldering Sons', operating in the sparse UPP frontier in the Anglo-Japanese arm." - icon_state = "upp_uniform_officer" - worn_state = "upp_uniform_officer" - -/obj/item/clothing/under/marine/veteran/UPP/civi1 - name = "\improper UPP Civilian-style Orange overalls" - desc = "A set of Civilian-style Orange Overalls with a dark tan undershirt. The material is of a poor quality, however it's better than nothing. Clothing of this style is typically given out to those who work laborious jobs." - icon_state = "upp_uniform_civi1" - worn_state = "upp_uniform_civi1" - -/obj/item/clothing/under/marine/veteran/UPP/civi2 - name = "\improper UPP Civilian-style tan overalls" - desc = "A set of Civilian-style Tan Overalls with a Blue undershirt. The material is of a poor quality, however it's better than nothing. Clothing of this style is typically given to those who work laborious jobs." - icon_state = "upp_uniform_civi2" - worn_state = "upp_uniform_civi2" - -/obj/item/clothing/under/marine/veteran/UPP/civi3 - name = "\improper UPP Civilian-style shirt and pants" - desc = "A set of Civilian-style tan shirt and jeans. The material, while poor, is comfortable enough to be worn during all periods of the day." - icon_state = "upp_uniform_civi3" - worn_state = "upp_uniform_civi3" - -/obj/item/clothing/under/marine/veteran/UPP/civi4 - name = "\improper UPP Civilian-style Vest and pants" - desc = "A set of Civilian-style Brown vest and orange pants. The material is surprisingly decent, something not often worn by the civilians of the UPP for two reasons: They typically can't afford such clothing, and if they can, it paints a target on their back." - icon_state = "upp_uniform_civi4" - worn_state = "upp_uniform_civi4" +/obj/item/clothing/under/marine/veteran/UPP/service + name = "\improper UPP service uniform" + desc = "A pair of brown-green slacks coupled with a green shirt, featuring venlar armor inserts at critical areas to protect from blades and low caliber ballistics." + icon_state = "upp_uniform_service" + worn_state = "upp_uniform_service" + flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE|UNIFORM_JACKET_REMOVABLE //=========================//Freelancer\\================================\\ @@ -745,6 +695,42 @@ worn_state = "workwear_green" flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE|UNIFORM_JACKET_REMOVABLE +/obj/item/clothing/under/colonist/boilersuit + name = "light-blue boilersuit" + desc = "A light-blue boilersuit." + icon_state = "boilersuit_lightblue" + worn_state = "boilersuit_lightblue" + +/obj/item/clothing/under/colonist/boilersuit/darkblue + name = "dark-blue boilersuit" + desc = "A dark-blue boilersuit." + icon_state = "boilersuit_darkblue" + worn_state = "boilersuit_darkblue" + +/obj/item/clothing/under/colonist/boilersuit/khaki + name = "khaki boilersuit" + desc = "A khaki boilersuit." + icon_state = "boilersuit_khaki" + worn_state = "boilersuit_khaki" + +/obj/item/clothing/under/colonist/boilersuit/white + name = "white boilersuit" + desc = "An off-white boilersuit." + icon_state = "boilersuit_white" + worn_state = "boilersuit_white" + +/obj/item/clothing/under/colonist/boilersuit/cyan + name = "cyan boilersuit" + desc = "A cyan boilersuit." + icon_state = "boilersuit_cyan" + worn_state = "boilersuit_cyan" + +/obj/item/clothing/under/colonist/boilersuit/grey + name = "grey boilersuit" + desc = "A grey boilersuit." + icon_state = "boilersuit_steel" + worn_state = "boilersuit_steel" + /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." diff --git a/code/modules/clothing/under/ties.dm b/code/modules/clothing/under/ties.dm index 305627637b..63d6d6207b 100644 --- a/code/modules/clothing/under/ties.dm +++ b/code/modules/clothing/under/ties.dm @@ -429,12 +429,6 @@ name = "UPP Naval Infantry patch" desc = "A fire-resistant shoulder patch, worn by the men and women of the UPP Naval Infantry." icon_state = "navalpatch" - -/obj/item/clothing/accessory/patch/upp/platoon - name = "UPP Naval Infantry patch" - desc = "A fire-resistant shoulder patch, worn by the men and women of the UPP Naval Infantry." - icon_state = "navalpatch" - //misc /obj/item/clothing/accessory/dogtags diff --git a/code/modules/cm_marines/equipment/kit_boxes.dm b/code/modules/cm_marines/equipment/kit_boxes.dm index ec24a11414..ff4de502e4 100644 --- a/code/modules/cm_marines/equipment/kit_boxes.dm +++ b/code/modules/cm_marines/equipment/kit_boxes.dm @@ -417,7 +417,7 @@ /obj/item/storage/box/kit/mini_engineer/fill_preset_inventory() new /obj/item/storage/backpack/marine/engineerpack(src) new /obj/item/pamphlet/skill/engineer(src) - new /obj/item/clothing/gloves/marine/insulated(src) + new /obj/item/clothing/gloves/marine(src) new /obj/item/tool/crowbar(src) new /obj/item/clothing/glasses/welding(src) new /obj/item/storage/pouch/tools/pfc(src) @@ -527,7 +527,7 @@ new /obj/item/storage/pill_bottle/packet/oxycodone(src) new /obj/item/storage/pill_bottle/packet/kelotane(src) new /obj/item/storage/pill_bottle/packet/bicaridine(src) - new /obj/item/weapon/gun/shotgun/combat/guard(src) + new /obj/item/weapon/gun/shotgun/combat(src) new /obj/item/storage/pouch/general/large(src) new /obj/item/ammo_magazine/shotgun/buckshot(src) new /obj/item/ammo_magazine/shotgun/buckshot(src) diff --git a/code/modules/gear_presets/_select_equipment.dm b/code/modules/gear_presets/_select_equipment.dm index 2fc117421c..bd28a45d6b 100644 --- a/code/modules/gear_presets/_select_equipment.dm +++ b/code/modules/gear_presets/_select_equipment.dm @@ -838,7 +838,7 @@ GLOBAL_LIST_INIT(rebel_rifles, list( new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/knife(new_human), WEAR_FEET) if(3) new_human.equip_to_slot_or_del(new /obj/item/clothing/under/suit_jacket/trainee(new_human), WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/dress(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET) if(4) new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist(new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/knife(new_human), WEAR_FEET) @@ -1139,7 +1139,7 @@ GLOBAL_LIST_INIT(rebel_rifles, list( new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar(new_human), WEAR_IN_JACKET) if (5) new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP (new_human), WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/support(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/light(new_human), WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar(new_human), WEAR_IN_JACKET) /datum/equipment_preset/proc/spawn_random_upp_belt(mob/living/carbon/human/new_human) diff --git a/code/modules/gear_presets/agents.dm b/code/modules/gear_presets/agents.dm deleted file mode 100644 index b7c098de6e..0000000000 --- a/code/modules/gear_presets/agents.dm +++ /dev/null @@ -1,136 +0,0 @@ -/datum/equipment_preset/uscm_ship/stowaway - name = "Stowaway" - flags = EQUIPMENT_PRESET_EXTRA - - idtype = /obj/item/card/id/visa - access = list( - ACCESS_ILLEGAL_PIRATE, - ACCESS_MARINE_DROPSHIP, - ACCESS_CIVILIAN_PUBLIC, - ACCESS_CIVILIAN_RESEARCH, - ACCESS_CIVILIAN_ENGINEERING, - ACCESS_CIVILIAN_LOGISTICS, - ACCESS_CIVILIAN_BRIG, - ACCESS_CIVILIAN_MEDBAY, - ACCESS_CIVILIAN_COMMAND, - ACCESS_MARINE_MAINT, - ) - assignment = JOB_STOWAWAY - rank = JOB_STOWAWAY - paygrades = list("???" = JOB_PLAYTIME_TIER_0) - role_comm_title = "???" - skills = /datum/skills/civilian/survivor - - utility_under = list(/obj/item/clothing/under/liaison_suit/outing) - utility_hat = list() - utility_gloves = list() - utility_shoes = list(/obj/item/clothing/shoes/laceup) - utility_extra = list(/obj/item/clothing/under/liaison_suit/suspenders) - - service_under = list(/obj/item/clothing/under/liaison_suit) - service_over = list() - service_hat = list() - service_shoes = list(/obj/item/clothing/shoes/laceup) - - dress_under = list(/obj/item/clothing/under/liaison_suit/formal) - dress_over = list() - dress_hat = list() - dress_gloves = list(/obj/item/clothing/gloves/marine/dress) - dress_shoes = list(/obj/item/clothing/shoes/laceup) - -/datum/equipment_preset/uscm_ship/stowaway/load_gear(mob/living/carbon/human/new_human) - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/almayer(new_human), WEAR_L_EAR) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/stowaway(new_human), WEAR_BODY) - 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/storage/backpack/satchel(new_human), WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/storage/briefcase/stowaway(new_human), WEAR_L_HAND) - -/datum/equipment_preset/upp/representative - name = "UPP Representative" - faction_group = FACTION_LIST_MARINE_UPP - flags = EQUIPMENT_PRESET_EXTRA - - idtype = /obj/item/card/id/silver/cl - access = list( - ACCESS_ILLEGAL_PIRATE, - ACCESS_MARINE_COMMAND, - ACCESS_MARINE_DROPSHIP, - ACCESS_CIVILIAN_PUBLIC, - ACCESS_CIVILIAN_RESEARCH, - ACCESS_CIVILIAN_ENGINEERING, - ACCESS_CIVILIAN_LOGISTICS, - ACCESS_CIVILIAN_BRIG, - ACCESS_CIVILIAN_MEDBAY, - ACCESS_CIVILIAN_COMMAND, - ACCESS_MARINE_MAINT, - ACCESS_UPP_GENERAL, - ACCESS_UPP_FLIGHT, - ACCESS_UPP_LEADERSHIP, - ) - assignment = JOB_UPP_REPRESENTATIVE - rank = JOB_UPP_REPRESENTATIVE - paygrades = list(PAY_SHORT_CREP = JOB_PLAYTIME_TIER_0) - role_comm_title = "UPP Rep." - skills = /datum/skills/civilian/survivor - -/datum/equipment_preset/upp/representative/load_gear(mob/living/carbon/human/new_human) - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/almayer/rep(new_human), WEAR_L_EAR) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP, WEAR_BODY) - 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/storage/backpack/satchel(new_human), WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/gimmick/jason(new_human), WEAR_JACKET) - -/datum/equipment_preset/twe/representative - name = "TWE Representative" - flags = EQUIPMENT_PRESET_EXTRA - faction = FACTION_TWE - faction_group = FACTION_LIST_MARINE_TWE - - idtype = /obj/item/card/id/silver/cl - access = list( - ACCESS_ILLEGAL_PIRATE, - ACCESS_MARINE_COMMAND, - ACCESS_MARINE_DROPSHIP, - ACCESS_CIVILIAN_PUBLIC, - ACCESS_CIVILIAN_RESEARCH, - ACCESS_CIVILIAN_ENGINEERING, - ACCESS_CIVILIAN_LOGISTICS, - ACCESS_CIVILIAN_BRIG, - ACCESS_CIVILIAN_MEDBAY, - ACCESS_CIVILIAN_COMMAND, - ACCESS_MARINE_MAINT, - ACCESS_TWE_GENERAL, - ACCESS_TWE_FLIGHT, - ACCESS_TWE_LEADERSHIP, - ) - assignment = JOB_TWE_REPRESENTATIVE - rank = JOB_TWE_REPRESENTATIVE - paygrades = list(PAY_SHORT_CREP = JOB_PLAYTIME_TIER_0) - role_comm_title = "TWE Rep." - skills = /datum/skills/civilian/survivor - -/datum/equipment_preset/twe/representative/load_name(mob/living/carbon/human/new_human, randomise) - new_human.gender = MALE - var/datum/preferences/A = new() - A.randomize_appearance(new_human) - var/random_name - if(new_human.gender == MALE) - random_name = "[pick(GLOB.first_names_male_dutch)] [pick(GLOB.last_names_clf)]" - new_human.f_style = "Shaved" - - new_human.change_real_name(new_human, random_name) - new_human.age = rand(17,35) - new_human.h_style = "Crewcut" - new_human.r_hair = 0 - new_human.g_hair = 0 - new_human.b_hair = 0 - new_human.r_eyes = 139 - new_human.g_eyes = 62 - new_human.b_eyes = 19 - -/datum/equipment_preset/twe/representative/load_gear(mob/living/carbon/human/new_human) - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/almayer/rep(new_human), WEAR_L_EAR) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/twe_suit(new_human), WEAR_BODY) - 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/storage/backpack/satchel(new_human), WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/latex(new_human), WEAR_HANDS) diff --git a/code/modules/gear_presets/cbrn.dm b/code/modules/gear_presets/cbrn.dm index b2ecf5b403..5f44551e14 100644 --- a/code/modules/gear_presets/cbrn.dm +++ b/code/modules/gear_presets/cbrn.dm @@ -21,7 +21,7 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/cbrn(new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/cbrn(new_human), WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/cbrn(new_human), WEAR_HANDS) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/commando/cbrn(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/mopp(new_human), WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/storage/box/MRE(new_human), WEAR_IN_JACKET) /datum/equipment_preset/uscm/cbrn/standard @@ -206,7 +206,7 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/cbrn/advanced(new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/cbrn/advanced(new_human), WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/cbrn(new_human), WEAR_HANDS) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/commando/cbrn(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/mopp(new_human), WEAR_FEET) 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/storage/pouch/flamertank(new_human), WEAR_L_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/flamertank(new_human), WEAR_R_STORE) diff --git a/code/modules/gear_presets/clf.dm b/code/modules/gear_presets/clf.dm index 7665cd6994..1251b2af71 100644 --- a/code/modules/gear_presets/clf.dm +++ b/code/modules/gear_presets/clf.dm @@ -977,7 +977,7 @@ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smartgun/clf(new_human), WEAR_J_STORE) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/black(new_human), WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/smartgunner/clf/full(new_human), WEAR_WAIST) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp(new_human), WEAR_FEET) 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/firstaid/full(new_human), WEAR_R_STORE) diff --git a/code/modules/gear_presets/cmb.dm b/code/modules/gear_presets/cmb.dm index 34d428e16a..4e7b099e40 100644 --- a/code/modules/gear_presets/cmb.dm +++ b/code/modules/gear_presets/cmb.dm @@ -13,7 +13,7 @@ access = get_access(ACCESS_LIST_UA) /datum/equipment_preset/cmb/load_name(mob/living/carbon/human/new_human, randomise) - new_human.gender = pick(80;MALE,20;FEMALE) + new_human.gender = pick(50;MALE,50;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)) @@ -255,7 +255,7 @@ //belt new_human.equip_to_slot_or_del(new /obj/item/storage/belt/security/MP/CMB/synth, WEAR_WAIST) //holding - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) 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/storage/belt/medical/lifesaver/full, WEAR_L_HAND) //pouches @@ -305,9 +305,9 @@ new_human.equip_to_slot_or_del(new /obj/item/folder/blue, WEAR_IN_JACKET) new_human.equip_to_slot_or_del(new /obj/item/device/flashlight, WEAR_J_STORE) //holding - 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/gloves/marine, WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/clipboard, WEAR_L_HAND) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses, WEAR_EYES) //pouches new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/ert, WEAR_L_STORE) @@ -359,7 +359,7 @@ new_human.equip_to_slot_or_del(new /obj/item/device/flashlight, WEAR_J_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/full, WEAR_WAIST) //holding - 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/gloves/marine, WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/knife, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/sensor, WEAR_EYES) new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/surgical, WEAR_FACE) diff --git a/code/modules/gear_presets/contractor.dm b/code/modules/gear_presets/contractor.dm index 2d8f4dd960..706ba3b5f6 100644 --- a/code/modules/gear_presets/contractor.dm +++ b/code/modules/gear_presets/contractor.dm @@ -80,7 +80,7 @@ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/m4a3/m1911/socom, WEAR_WAIST) 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/head/helmet/marine, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/big, WEAR_EYES) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full, WEAR_L_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack, WEAR_BACK) @@ -131,7 +131,7 @@ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/ap, WEAR_IN_R_STORE) new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/extended, WEAR_IN_BACK) if(8 to 9) // 20% - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/shotgun/combat/covert, WEAR_J_STORE) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/shotgun/combat, WEAR_J_STORE) new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/black_vest, WEAR_ACCESSORY) new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive, WEAR_IN_ACCESSORY) new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive, WEAR_IN_ACCESSORY) @@ -181,7 +181,7 @@ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/m4a3/m1911/socom, WEAR_WAIST) 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/head/helmet/marine, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/big, WEAR_EYES) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full, WEAR_L_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/explosive, WEAR_R_STORE) @@ -241,7 +241,7 @@ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/mar40/carbine/tactical, WEAR_J_STORE) 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/head/helmet/marine, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/big, WEAR_FACE) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/welding/superior, WEAR_EYES) //storage items @@ -287,7 +287,7 @@ new_human.equip_to_slot_or_del(new /obj/item/device/binoculars/range, WEAR_IN_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/head/helmet/marine, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) 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/glasses/sunglasses/big, WEAR_FACE) new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/mar40/carbine/tactical, WEAR_J_STORE) @@ -340,7 +340,7 @@ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/m4a3/m1911/socom, WEAR_WAIST) 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/head/helmet/marine, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/sensor, WEAR_EYES) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/big, WEAR_FACE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/autoinjector/full, WEAR_L_STORE) @@ -435,7 +435,7 @@ //waist new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/full/dutch, WEAR_WAIST) //limbs - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) 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/weapon/twohanded/breacher/synth, WEAR_L_HAND) //póckets @@ -475,7 +475,7 @@ 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/head/helmet/marine/sof, WEAR_HEAD) new_human.equip_to_slot_or_del(new /obj/item/prop/helmetgarb/helmet_nvg/marsoc, WEAR_IN_HELMET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/sechud/tactical, WEAR_EYES) 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/storage/pouch/firstaid/full, WEAR_L_STORE) @@ -527,7 +527,7 @@ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/ap, WEAR_IN_R_STORE) new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/extended, WEAR_IN_BACK) if(8 to 9) // 20% - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/shotgun/combat/covert, WEAR_J_STORE) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/shotgun/combat, WEAR_J_STORE) new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/black_vest, WEAR_ACCESSORY) new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive, WEAR_IN_ACCESSORY) new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive, WEAR_IN_ACCESSORY) @@ -581,7 +581,7 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/sof, WEAR_HEAD) new_human.equip_to_slot_or_del(new /obj/item/prop/helmetgarb/helmet_nvg/marsoc, WEAR_IN_HELMET) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/sechud/tactical, WEAR_EYES) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full, WEAR_L_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/explosive, WEAR_R_STORE) new_human.equip_to_slot_or_del(new /obj/item/explosive/plastic/breaching_charge, WEAR_IN_R_STORE) @@ -627,7 +627,7 @@ 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/head/helmet/marine/sof, WEAR_HEAD) new_human.equip_to_slot_or_del(new /obj/item/prop/helmetgarb/helmet_nvg/marsoc, WEAR_IN_HELMET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/welding/superior, WEAR_EYES) //storage items new_human.equip_to_slot_or_del(new /obj/item/device/motiondetector/hacked/contractor, WEAR_WAIST) @@ -674,7 +674,7 @@ 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/head/helmet/marine/sof, WEAR_HEAD) new_human.equip_to_slot_or_del(new /obj/item/prop/helmetgarb/helmet_nvg/marsoc, WEAR_IN_HELMET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) 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/weapon/gun/rifle/mar40/carbine/tactical, WEAR_J_STORE) //storage items @@ -728,7 +728,7 @@ 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/head/helmet/marine/sof, WEAR_HEAD) new_human.equip_to_slot_or_del(new /obj/item/prop/helmetgarb/helmet_nvg/marsoc, WEAR_IN_HELMET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/sensor, WEAR_EYES) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/autoinjector/full, WEAR_L_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large, WEAR_R_STORE) @@ -825,7 +825,7 @@ //waist new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/full/dutch, WEAR_WAIST) //limbs - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) 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/weapon/twohanded/breacher/synth, WEAR_L_HAND) //póckets diff --git a/code/modules/gear_presets/corpses.dm b/code/modules/gear_presets/corpses.dm index f3e14dcbc5..5bff1b9ef8 100644 --- a/code/modules/gear_presets/corpses.dm +++ b/code/modules/gear_presets/corpses.dm @@ -124,7 +124,7 @@ 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/backpack/satchel/eng(new_human), WEAR_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/marine/insulated(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine(new_human), WEAR_HANDS) 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/device/radio(new_human), WEAR_IN_BACK) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/(new_human), WEAR_JACKET) @@ -612,35 +612,106 @@ //*****************************************************************************************************/ //UPP +/datum/equipment_preset/corpse/upp/load_name(mob/living/carbon/human/new_human, randomise) + new_human.gender = pick(60;MALE,40;FEMALE) + var/datum/preferences/A = new() + A.randomize_appearance(new_human) + var/random_name + var/first_name + var/last_name + //gender checks + if(new_human.gender == MALE) + if(prob(40)) + first_name = "[capitalize(randomly_generate_chinese_word(1))]" + else + first_name = "[pick(GLOB.first_names_male_upp)]" + new_human.f_style = pick("3 O'clock Shadow", "3 O'clock Moustache", "5 O'clock Shadow", "5 O'clock Moustache") + else + if(prob(40)) + first_name = "[capitalize(randomly_generate_chinese_word(1))]" + else + first_name = "[pick(GLOB.first_names_female_upp)]" + //surname + if(prob(35)) + last_name = "[capitalize(randomly_generate_chinese_word(pick(20;1, 80;2)))]" + else + last_name = "[pick(GLOB.last_names_upp)]" + //put them together + random_name = "[first_name] [last_name]" + + new_human.change_real_name(new_human, random_name) + new_human.age = rand(17,35) + var/static/list/colors = list("BLACK" = list(15, 15, 10), "BROWN" = list(48, 38, 18), "BROWN" = list(48, 38, 18),"BLUE" = list(29, 51, 65), "GREEN" = list(40, 61, 39), "STEEL" = list(46, 59, 54)) + var/static/list/hair_colors = list("BLACK" = list(15, 15, 10), "BROWN" = list(48, 38, 18), "AUBURN" = list(77, 48, 36), "BLONDE" = list(95, 76, 44)) + var/hair_color = pick(hair_colors) + new_human.r_hair = hair_colors[hair_color][1] + new_human.g_hair = hair_colors[hair_color][2] + new_human.b_hair = hair_colors[hair_color][3] + new_human.r_facial = hair_colors[hair_color][1] + new_human.g_facial = hair_colors[hair_color][2] + new_human.b_facial = hair_colors[hair_color][3] + var/eye_color = pick(colors) + new_human.r_eyes = colors[eye_color][1] + new_human.g_eyes = colors[eye_color][2] + new_human.b_eyes = colors[eye_color][3] + if(new_human.gender == MALE) + new_human.h_style = pick("Undercut, Top", "Partly Shaved", "CIA", "Mulder", "Medium Fade", "High Fade", "Pixie Cut Left", "Pixie Cut Right", "Coffee House Cut") + new_human.f_style = pick("Shaved", "Shaved", "Shaved", "Shaved", "Shaved", "Shaved", "3 O'clock Shadow", "3 O'clock Shadow", "3 O'clock Shadow", "3 O'clock Moustache", "5 O'clock Shadow", "5 O'clock Moustache", "7 O'clock Shadow", "7 O'clock Moustache",) + else + new_human.h_style = pick("Undercut, Top", "CIA", "Mulder", "Pixie Cut Left", "Pixie Cut Right", "Scully", "Pvt. Redding", "Bun", "Short Bangs") /datum/equipment_preset/corpse/upp - name = "Corpse - Union of Progressive Peoples Soldier" - assignment = JOB_UPP - idtype = /obj/item/card/id/dogtag - paygrades = list(PAY_SHORT_UE2 = JOB_PLAYTIME_TIER_0) - rank = JOB_UPP + name = "Corpse - UPP Squad Rifleman" faction = FACTION_UPP - -/datum/equipment_preset/corpse/upp/New() - . = ..() - access = get_access(ACCESS_LIST_EMERGENCY_RESPONSE) + get_access(ACCESS_LIST_COLONIAL_ALL) + assignment = JOB_SQUAD_MARINE + role_comm_title = "RFN" + rank = JOB_SQUAD_MARINE + paygrades = list(PAY_SHORT_UE1 = JOB_PLAYTIME_TIER_0, PAY_SHORT_UE2 = JOB_PLAYTIME_TIER_1) + skills = /datum/skills/pfc + access = list(ACCESS_UPP_GENERAL) + idtype = /obj/item/card/id/dogtag /datum/equipment_preset/corpse/upp/load_gear(mob/living/carbon/human/new_human) - var/obj/item/clothing/under/marine/veteran/UPP/UPP = new() - new_human.equip_to_slot_or_del(UPP, WEAR_BODY) + //back + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/upp(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/roller/bedroll, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/drinks/flask/canteen, WEAR_IN_BACK) + //face new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP, WEAR_L_EAR) - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP, WEAR_HEAD) + //head + var/maybeberet = rand(1,3) + switch(maybeberet) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP/naval, WEAR_HEAD) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP/naval/alt, WEAR_HEAD) + if(3) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret/naval, WEAR_HEAD) + //uniform + var/obj/item/clothing/under/marine/veteran/UPP/uniform = new() + var/random_uniform = rand(1,2) + switch(random_uniform) + if(1) + uniform.roll_suit_jacket(new_human) + if(2) + uniform.roll_suit_sleeves(new_human) + new_human.equip_to_slot_or_del(uniform, WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) + //jacket new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/device/binoculars, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/upp, WEAR_HANDS) - add_random_survivor_equipment(new_human) - - if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD]) - new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf/tacticalmask/green, WEAR_FACE) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_JACKET) + //limbs + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp_knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine, WEAR_HANDS) + //pockets + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine, WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71, WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid, WEAR_L_STORE) /datum/equipment_preset/corpse/upp/burst - name = "Corpse - Burst Union of Progressive Peoples Soldier" + name = "Corpse - Burst UPP Squad Rifleman" xenovictim = TRUE //*****************************************************************************************************/ @@ -676,7 +747,7 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/pmc, WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/pmc, WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/pmc, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/civilian, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf, WEAR_FACE) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel, WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/device/radio(new_human), WEAR_IN_BACK) @@ -706,7 +777,7 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate, 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/head/helmet/marine/veteran/pmc/corporate, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/civilian, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/five_slot, WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/weapon/baton, WEAR_IN_BACK) @@ -731,7 +802,7 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate/lead, 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/head/helmet/marine/veteran/pmc/corporate/lead, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/civilian, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/five_slot, WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/weapon/baton, WEAR_IN_BACK) @@ -761,7 +832,7 @@ /datum/equipment_preset/corpse/freelancer/load_gear(mob/living/carbon/human/new_human) new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/freelancer, WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/freelancer, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/pmc, WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/dutch, WEAR_L_EAR) new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine, WEAR_WAIST) @@ -838,7 +909,7 @@ 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/storage/belt/marine(new_human), WEAR_WAIST) 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/marine/upp/knife(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp(new_human), WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf(new_human), WEAR_FACE) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine(new_human), WEAR_HANDS) if(prob(25)) diff --git a/code/modules/gear_presets/fun.dm b/code/modules/gear_presets/fun.dm index b099237f6e..e2e72f51e4 100644 --- a/code/modules/gear_presets/fun.dm +++ b/code/modules/gear_presets/fun.dm @@ -279,7 +279,7 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/space/santahat(new_human), WEAR_HEAD) //limbs new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/black(new_human), WEAR_HANDS) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/dress(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET) //waist new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/mateba/general/santa(new_human), WEAR_WAIST) @@ -316,7 +316,7 @@ var/obj/item/clothing/accessory/storage/webbing/W = new() UPP.attach_accessory(new_human, W) new_human.equip_to_slot_or_del(UPP, WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/jacket/ivan, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/jacket, WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/m60, WEAR_J_STORE) //webbing new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/m60, WEAR_IN_ACCESSORY) @@ -328,7 +328,7 @@ //head new_human.equip_to_slot_or_del(new /obj/item/clothing/head/ivanberet, WEAR_HEAD) //limb - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/pmc, WEAR_HANDS) //waist new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/ivan, WEAR_WAIST) @@ -395,7 +395,7 @@ //limbs new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/insulated/van_bandolier(new_human), WEAR_HANDS) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/van_bandolier(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/civilian(new_human), WEAR_FEET) //hands new_human.equip_to_slot_or_del(new /obj/item/storage/box/twobore(new_human), WEAR_L_HAND) @@ -447,7 +447,6 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine(new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine(new_human), WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine(new_human), WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/monkey(new_human), WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/m41a(new_human), WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle(new_human), WEAR_IN_JACKET) new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle(new_human), WEAR_IN_JACKET) @@ -467,7 +466,6 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP(new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP(new_human), WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP(new_human), WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/monkey(new_human), WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/rifleman(new_human), WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71(new_human), WEAR_IN_JACKET) new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71(new_human), WEAR_IN_JACKET) diff --git a/code/modules/gear_presets/other.dm b/code/modules/gear_presets/other.dm index 9b9b89c3aa..61c94877d9 100644 --- a/code/modules/gear_presets/other.dm +++ b/code/modules/gear_presets/other.dm @@ -69,7 +69,7 @@ //generic clothing new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/freelancer, WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/freelancer, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/pmc, WEAR_HANDS) spawn_merc_helmet(new_human) //storage and specific stuff, they all get an ERT medpouch. @@ -149,7 +149,7 @@ new_human.equip_to_slot_or_del(FREELANCER, WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/freelancer, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/pmc, WEAR_HANDS) spawn_merc_helmet(new_human) @@ -216,7 +216,7 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/freelancer, WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/freelancer, WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/freelancer/beret, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran, WEAR_HANDS) if(new_human.disabilities & NEARSIGHTED) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/health/prescription(new_human), WEAR_EYES) @@ -286,7 +286,7 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/mercenary/miner, 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/head/helmet/marine/veteran/mercenary/miner, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) 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/glasses/night/m42_night_goggles, WEAR_EYES) //storage items, belt spawning is handled in the spawn elite weapon proc. @@ -323,7 +323,7 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/mercenary/heavy, 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/head/helmet/marine/veteran/mercenary, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) 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/glasses/night/m42_night_goggles, WEAR_EYES) //storage items @@ -376,7 +376,7 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/mercenary/support, 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/head/helmet/marine/veteran/mercenary/support/engineer, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) 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/glasses/night/m42_night_goggles, WEAR_EYES) //storage items @@ -422,7 +422,7 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/mercenary/support, 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/head/helmet/marine/veteran/mercenary/support, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/pmc, WEAR_FACE) //storage items new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large, WEAR_L_STORE) @@ -462,7 +462,7 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/mercenary, 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/head/helmet/marine/veteran/mercenary, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) 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/glasses/night/medhud, WEAR_EYES) //storage items @@ -751,7 +751,7 @@ /datum/equipment_preset/other/xeno_cultist/load_gear(mob/living/carbon/human/new_human) new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/chaplain/cultist(new_human), WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp(new_human), WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack(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/storage/pouch/survival/full(new_human), WEAR_L_STORE) diff --git a/code/modules/gear_presets/pmc.dm b/code/modules/gear_presets/pmc.dm index 3ce170aa2c..94dd12fb88 100644 --- a/code/modules/gear_presets/pmc.dm +++ b/code/modules/gear_presets/pmc.dm @@ -75,7 +75,7 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/pmc/light, WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/pmc, WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/pmc, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) 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/accessory/storage/black_vest, WEAR_ACCESSORY) @@ -114,7 +114,7 @@ /datum/equipment_preset/pmc/pmc_standard/get_antag_clothing_equipment() return list( list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/veteran/pmc/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), + list("Boots", 0, /obj/item/clothing/shoes/marine/rmc, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/pmc, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/pmc, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), list("Headset", 0, /obj/item/device/radio/headset/distress/pmc/hvh, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), @@ -215,7 +215,7 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null), new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/pmc/light, WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/pmc, WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/pmc, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) 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/glasses/sunglasses/sechud/tactical, WEAR_EYES) @@ -242,7 +242,7 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null), /datum/equipment_preset/pmc/pmc_detainer/get_antag_clothing_equipment() return list( list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/veteran/pmc/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), + list("Boots", 0, /obj/item/clothing/shoes/marine/rmc, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/pmc, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/pmc, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), list("Headset", 0, /obj/item/device/radio/headset/distress/pmc/hvh, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), @@ -341,7 +341,7 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null), new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/pmc, WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/pmc, WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/pmc, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/pmc, WEAR_FACE) if(new_human.disabilities & NEARSIGHTED) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/health/prescription(new_human), WEAR_EYES) @@ -373,7 +373,7 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null), /datum/equipment_preset/pmc/pmc_medic/get_antag_clothing_equipment() return list( list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/veteran/pmc/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), + list("Boots", 0, /obj/item/clothing/shoes/marine/rmc, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/pmc, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/pmc, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), list("Headset", 0, /obj/item/device/radio/headset/distress/pmc/hvh, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), @@ -517,7 +517,7 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null), new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/pmc, WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/pmc, WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/pmc, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) 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/storage/backpack/lightpack, WEAR_BACK) @@ -552,7 +552,7 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null), /datum/equipment_preset/pmc/pmc_med_investigator/get_antag_clothing_equipment() return list( list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/veteran/pmc/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), + list("Boots", 0, /obj/item/clothing/shoes/marine/rmc, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/pmc, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/pmc, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), list("Headset", 0, /obj/item/device/radio/headset/distress/pmc/hvh, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), @@ -702,7 +702,7 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null), new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/pmc/leader, WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/pmc, WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/pmc/leader, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/pmc/leader, WEAR_FACE) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/sensor, WEAR_EYES) @@ -739,7 +739,7 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null), /datum/equipment_preset/pmc/pmc_leader/get_antag_clothing_equipment() return list( list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/veteran/pmc/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), + list("Boots", 0, /obj/item/clothing/shoes/marine/rmc, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/pmc, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/pmc, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), list("Headset", 0, /obj/item/device/radio/headset/distress/pmc/hvh, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), @@ -858,7 +858,7 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null), new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/pmc/leader, WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/pmc, WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/pmc/leader, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/pmc/leader, WEAR_FACE) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/sensor, WEAR_EYES) new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/black_vest, WEAR_ACCESSORY) @@ -882,7 +882,7 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null), /datum/equipment_preset/pmc/pmc_lead_investigator/get_antag_clothing_equipment() return list( list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/veteran/pmc/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), + list("Boots", 0, /obj/item/clothing/shoes/marine/rmc, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/pmc, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/pmc, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), list("Headset", 0, /obj/item/device/radio/headset/distress/pmc/hvh, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), @@ -997,7 +997,7 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null), new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/pmc, WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/pmc/gunner, WEAR_HEAD) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/night/m56_goggles/no_nightvision(new_human), WEAR_EYES) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/pmc/leader, WEAR_FACE) new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/black_vest, WEAR_ACCESSORY) new_human.equip_to_slot_or_del(new /obj/item/stack/medical/bruise_pack, WEAR_IN_ACCESSORY) @@ -1013,7 +1013,7 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null), /datum/equipment_preset/pmc/pmc_gunner/get_antag_clothing_equipment() return list( list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/veteran/pmc/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), + list("Boots", 0, /obj/item/clothing/shoes/marine/rmc, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/pmc, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/pmc, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), list("Headset", 0, /obj/item/device/radio/headset/distress/pmc/hvh, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), @@ -1102,7 +1102,7 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null), new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/pmc, WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/pmc/sniper, WEAR_HEAD) new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/pmc/leader, WEAR_FACE) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/night/m42_night_goggles/m42c, WEAR_EYES) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack, WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/storage/large_holster/m39/full/elite, WEAR_WAIST) @@ -1128,7 +1128,7 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null), /datum/equipment_preset/pmc/pmc_sniper/get_antag_clothing_equipment() return list( list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/veteran/pmc/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), + list("Boots", 0, /obj/item/clothing/shoes/marine/rmc, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/pmc, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/pmc, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), list("Headset", 0, /obj/item/device/radio/headset/distress/pmc/hvh, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), @@ -1216,7 +1216,7 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null), /datum/equipment_preset/pmc/pmc_crewman/load_gear(mob/living/carbon/human/new_human) new_human.equip_to_slot_or_del(new headset_type, WEAR_L_EAR) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/pmc, WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/pmc, WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/pmc, WEAR_HANDS) @@ -1235,7 +1235,7 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null), /datum/equipment_preset/pmc/pmc_crewman/get_antag_clothing_equipment() return list( list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/veteran/pmc/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), + list("Boots", 0, /obj/item/clothing/shoes/marine/rmc, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/pmc, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/pmc, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), list("Headset", 0, /obj/item/device/radio/headset/distress/pmc/hvh, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), @@ -1375,12 +1375,12 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null), new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large/pmc_m39, WEAR_L_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full, WEAR_R_STORE) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) /datum/equipment_preset/pmc/xeno_handler/get_antag_clothing_equipment() return list( list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/veteran/pmc/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), + list("Boots", 0, /obj/item/clothing/shoes/marine/rmc, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/pmc, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/pmc, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), list("Headset", 0, /obj/item/device/radio/headset/distress/pmc/hvh, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), @@ -1501,7 +1501,7 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null), new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/m39/ap, WEAR_IN_JACKET) new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/full/dutch, WEAR_WAIST) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/pmc, WEAR_HANDS) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) if(new_human.disabilities & NEARSIGHTED) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/health/prescription(new_human), WEAR_EYES) @@ -1525,7 +1525,7 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null), /datum/equipment_preset/pmc/doctor/get_antag_clothing_equipment() return list( list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/veteran/pmc/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), + list("Boots", 0, /obj/item/clothing/shoes/marine/rmc, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/pmc, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/pmc, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), list("Headset", 0, /obj/item/device/radio/headset/distress/pmc/hvh, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), @@ -1673,7 +1673,7 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null), new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/pmc/light, WEAR_JACKET) 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/clothing/gloves/marine/veteran/pmc, WEAR_HANDS) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/welding/superior, WEAR_EYES) new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/m39/elite, WEAR_J_STORE) @@ -1696,7 +1696,7 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null), /datum/equipment_preset/pmc/technician/get_antag_clothing_equipment() return list( list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/veteran/pmc/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), + list("Boots", 0, /obj/item/clothing/shoes/marine/rmc, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/pmc, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/pmc, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), list("Headset", 0, /obj/item/device/radio/headset/distress/pmc/hvh, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), @@ -1818,7 +1818,7 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null), new_human.equip_to_slot_or_del(new /obj/item/clothing/under/suit_jacket/director, WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/director, WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/mateba/pmc, WEAR_WAIST) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/lockable, WEAR_BACK) @@ -1895,7 +1895,7 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null), 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/gloves/marine/veteran/pmc, WEAR_HANDS) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/smartpack/white, WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/roller, WEAR_IN_BACK) @@ -1921,7 +1921,7 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null), /datum/equipment_preset/pmc/synth/get_antag_clothing_equipment() return list( list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/veteran/pmc/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), + list("Boots", 0, /obj/item/clothing/shoes/marine/rmc, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/pmc, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/pmc, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), list("Headset", 0, /obj/item/device/radio/headset/distress/pmc/hvh, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), diff --git a/code/modules/gear_presets/royal_marines.dm b/code/modules/gear_presets/royal_marines.dm index 2e218e5292..6eea630889 100644 --- a/code/modules/gear_presets/royal_marines.dm +++ b/code/modules/gear_presets/royal_marines.dm @@ -70,8 +70,8 @@ new_human.equip_to_slot_or_del(new headset_type, WEAR_L_EAR) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/royal_marine, WEAR_HEAD) new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/royal_marine, WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/royal_marine, WEAR_HANDS) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/royal_marine/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine, WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) 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/accessory/patch/royal_marines, WEAR_ACCESSORY) @@ -124,8 +124,8 @@ new_human.equip_to_slot_or_del(new headset_type, WEAR_L_EAR) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/royal_marine, WEAR_HEAD) new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/royal_marine, WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/royal_marine, WEAR_HANDS) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/royal_marine/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine, WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) 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/accessory/patch/royal_marines, WEAR_ACCESSORY) @@ -166,8 +166,8 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/royal_marine/breacher, WEAR_HEAD) new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/royal_marine, WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/royal_marine, WEAR_HANDS) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/royal_marine/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine, WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) 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/accessory/patch/royal_marines, WEAR_ACCESSORY) @@ -210,8 +210,8 @@ new_human.equip_to_slot_or_del(new headset_type, WEAR_L_EAR) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/royal_marine, WEAR_HEAD) new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/royal_marine, WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/royal_marine, WEAR_HANDS) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/royal_marine/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine, WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) new_human.equip_to_slot(new /obj/item/clothing/glasses/night/m56_goggles, WEAR_EYES) new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/royal_marines, WEAR_ACCESSORY) @@ -254,8 +254,8 @@ new_human.equip_to_slot_or_del(new headset_type, WEAR_L_EAR) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/beret/royal_marine/team_leader, WEAR_HEAD) new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/royal_marine/tl, WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/royal_marine, WEAR_HANDS) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/royal_marine/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine, WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) 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/accessory/patch/royal_marines, WEAR_ACCESSORY) @@ -303,8 +303,8 @@ new_human.equip_to_slot_or_del(new headset_type, WEAR_L_EAR) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/beret/royal_marine/team_leader, WEAR_HEAD) new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/royal_marine/lt, WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/royal_marine, WEAR_HANDS) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/royal_marine/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine, WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) 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/accessory/patch/royal_marines, WEAR_ACCESSORY) diff --git a/code/modules/gear_presets/survivors/fiorina_sciannex/riot_in_progress_insert_fiorina_nightmare.dm b/code/modules/gear_presets/survivors/fiorina_sciannex/riot_in_progress_insert_fiorina_nightmare.dm index 22b1ef5853..17f996e8e3 100644 --- a/code/modules/gear_presets/survivors/fiorina_sciannex/riot_in_progress_insert_fiorina_nightmare.dm +++ b/code/modules/gear_presets/survivors/fiorina_sciannex/riot_in_progress_insert_fiorina_nightmare.dm @@ -34,7 +34,7 @@ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/security/MP/CMB/full, WEAR_WAIST) 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/head/CMB, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/civilian, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/sechud, WEAR_EYES) 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/storage/backpack/satchel/sec, WEAR_BACK) @@ -133,7 +133,7 @@ //belt new_human.equip_to_slot_or_del(new /obj/item/storage/belt/security/MP/CMB/synth, WEAR_WAIST) //holding - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/civilian, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran, WEAR_HANDS) //pouches new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/synth/full, WEAR_L_STORE) diff --git a/code/modules/gear_presets/survivors/kutjevo/preset_kutjevo.dm b/code/modules/gear_presets/survivors/kutjevo/preset_kutjevo.dm index 6db2882ddf..1800e131c5 100644 --- a/code/modules/gear_presets/survivors/kutjevo/preset_kutjevo.dm +++ b/code/modules/gear_presets/survivors/kutjevo/preset_kutjevo.dm @@ -33,7 +33,7 @@ add_random_kutjevo_survivor_equipment(new_human) 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/gloves/marine/veteran(new_human), WEAR_HANDS) - 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/clothing/shoes/marine/civilian(new_human), WEAR_FEET) ..() /datum/equipment_preset/survivor/doctor/kutjevo @@ -58,7 +58,7 @@ /datum/equipment_preset/survivor/colonial_marshal/kutjevo/load_gear(mob/living/carbon/human/new_human) add_random_kutjevo_survivor_uniform(new_human) add_random_kutjevo_survivor_equipment(new_human) - 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/clothing/shoes/marine/civilian(new_human), WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/CMB/limited(new_human), WEAR_L_EAR) ..() diff --git a/code/modules/gear_presets/survivors/lv_522/forcon_survivors.dm b/code/modules/gear_presets/survivors/lv_522/forcon_survivors.dm index c27fa21359..edcd602cd1 100644 --- a/code/modules/gear_presets/survivors/lv_522/forcon_survivors.dm +++ b/code/modules/gear_presets/survivors/lv_522/forcon_survivors.dm @@ -13,7 +13,7 @@ ACCESS_CIVILIAN_LOGISTICS, ) - dress_shoes = list(/obj/item/clothing/shoes/dress) + dress_shoes = list(/obj/item/clothing/shoes/laceup) dress_gloves = list(/obj/item/clothing/gloves/marine/dress) dress_under = list(/obj/item/clothing/under/marine/dress/blues/senior) dress_over = list(/obj/item/clothing/suit/storage/jacket/marine/dress/blues/nco) @@ -127,7 +127,7 @@ /datum/equipment_preset/survivor/forecon/tech/load_gear(mob/living/carbon/human/new_human) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/satchel/big(new_human), WEAR_BACK) - 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/gloves/marine(new_human), WEAR_HANDS) 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/glasses/welding(new_human), WEAR_EYES) ..() diff --git a/code/modules/gear_presets/survivors/lv_624/preset_lv.dm b/code/modules/gear_presets/survivors/lv_624/preset_lv.dm index 4620751426..58c756cbd0 100644 --- a/code/modules/gear_presets/survivors/lv_624/preset_lv.dm +++ b/code/modules/gear_presets/survivors/lv_624/preset_lv.dm @@ -21,7 +21,7 @@ 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/storage/backpack/satchel/sec(new_human), WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/CMB(new_human), WEAR_HEAD) - 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/clothing/shoes/marine/civilian(new_human), WEAR_FEET) ..() /datum/equipment_preset/survivor/trucker/lv @@ -86,7 +86,7 @@ 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/suit/armor/vest/security(new_human), WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/pmc(new_human), WEAR_HEAD) - 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/clothing/shoes/marine/civilian(new_human), WEAR_FEET) ..() /datum/equipment_preset/survivor/corporate/lv diff --git a/code/modules/gear_presets/survivors/misc.dm b/code/modules/gear_presets/survivors/misc.dm index e426be794d..76c632b44c 100644 --- a/code/modules/gear_presets/survivors/misc.dm +++ b/code/modules/gear_presets/survivors/misc.dm @@ -189,7 +189,7 @@ Everything below isn't used or out of place. new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate, 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/head/helmet/marine/veteran/pmc/corporate, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/civilian, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/five_slot, WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/weapon/baton, WEAR_IN_BACK) @@ -239,7 +239,7 @@ Everything below isn't used or out of place. new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/freelancer, WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/freelancer, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/pmc, WEAR_HANDS) spawn_merc_helmet(new_human) new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/dutch, WEAR_L_EAR) diff --git a/code/modules/gear_presets/survivors/shivas_snowball/preset_shivas_snowball.dm b/code/modules/gear_presets/survivors/shivas_snowball/preset_shivas_snowball.dm index 2fdcc3322d..c13b209821 100644 --- a/code/modules/gear_presets/survivors/shivas_snowball/preset_shivas_snowball.dm +++ b/code/modules/gear_presets/survivors/shivas_snowball/preset_shivas_snowball.dm @@ -51,7 +51,7 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf(new_human), WEAR_FACE) 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/gloves/marine/veteran(new_human), WEAR_HANDS) - 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/clothing/shoes/marine/civilian(new_human), WEAR_FEET) ..() /datum/equipment_preset/survivor/engineer/shiva diff --git a/code/modules/gear_presets/survivors/solaris/crashlanding-offices_insert_bigred.dm b/code/modules/gear_presets/survivors/solaris/crashlanding-offices_insert_bigred.dm index de117b9a5a..93c0f9b2ac 100644 --- a/code/modules/gear_presets/survivors/solaris/crashlanding-offices_insert_bigred.dm +++ b/code/modules/gear_presets/survivors/solaris/crashlanding-offices_insert_bigred.dm @@ -34,7 +34,7 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/pmc, WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/pmc, WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/pmc, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf, WEAR_FACE) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/five_slot, WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/ert(new_human), WEAR_R_STORE) @@ -116,7 +116,7 @@ new_human.equip_to_slot_or_del(new /obj/item/paper/research_notes/grant, WEAR_IN_BACK) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/manager(new_human), WEAR_JACKET) 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/shoes/dress, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/manager(new_human), WEAR_HEAD) new_human.equip_to_slot_or_del(new /obj/item/reagent_container/glass/beaker/vial/random/good(new_human), WEAR_IN_JACKET) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/ert(new_human), WEAR_R_STORE) @@ -167,7 +167,7 @@ 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/gloves/marine/veteran/pmc, WEAR_HANDS) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/smartpack/white, WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/roller, WEAR_IN_BACK) diff --git a/code/modules/gear_presets/survivors/solaris/preset_solaris.dm b/code/modules/gear_presets/survivors/solaris/preset_solaris.dm index 65cf3e7f01..c5ac3c41e1 100644 --- a/code/modules/gear_presets/survivors/solaris/preset_solaris.dm +++ b/code/modules/gear_presets/survivors/solaris/preset_solaris.dm @@ -19,7 +19,7 @@ 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/head/CMB(new_human), WEAR_HEAD) 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/shoes/veteran/pmc(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/civilian(new_human), WEAR_FEET) ..() /datum/equipment_preset/survivor/engineer/solaris diff --git a/code/modules/gear_presets/survivors/sorokyne_strata/preset_sorokyne_strata.dm b/code/modules/gear_presets/survivors/sorokyne_strata/preset_sorokyne_strata.dm index f285a9635b..8bed16b00b 100644 --- a/code/modules/gear_presets/survivors/sorokyne_strata/preset_sorokyne_strata.dm +++ b/code/modules/gear_presets/survivors/sorokyne_strata/preset_sorokyne_strata.dm @@ -5,7 +5,7 @@ /datum/equipment_preset/survivor/engineer/soro/load_gear(mob/living/carbon/human/new_human) new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP(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/marine/upp/knife(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp(new_human), WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/snow_suit/soviet(new_human), WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/ushanka(new_human), WEAR_HEAD) new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf(new_human), WEAR_FACE) @@ -19,7 +19,7 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/veteran/soviet_uniform_01(new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/snow_suit/soviet(new_human), WEAR_JACKET) 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/shoes/marine/upp/knife(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp(new_human), WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf(new_human), WEAR_FACE) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/ushanka(new_human), WEAR_HEAD) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine(new_human), WEAR_HANDS) diff --git a/code/modules/gear_presets/survivors/survivors.dm b/code/modules/gear_presets/survivors/survivors.dm index b8b624b9b6..45bf51dcb8 100644 --- a/code/modules/gear_presets/survivors/survivors.dm +++ b/code/modules/gear_presets/survivors/survivors.dm @@ -78,7 +78,7 @@ /obj/item/clothing/shoes/laceup, /obj/item/clothing/shoes/laceup/brown, /obj/item/clothing/shoes/black, - /obj/item/clothing/shoes/marine/corporate, + /obj/item/clothing/shoes/marine/civilian, ) dress_hat = list( /obj/item/clothing/head/fedora, @@ -285,7 +285,7 @@ Standart Survivors : /datum/equipment_preset/survivor/scientist, 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/storage/CMB(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/clothing/shoes/marine/civilian(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) add_ice_colony_survivor_equipment(new_human) @@ -512,4 +512,3 @@ Everything bellow is a parent used as a base for one or multiple maps. add_survivor_weapon_security(new_human) add_ice_colony_survivor_equipment(new_human) ..() - diff --git a/code/modules/gear_presets/survivors/trijent/crashlanding_upp_bar_insert_trijent.dm b/code/modules/gear_presets/survivors/trijent/crashlanding_upp_bar_insert_trijent.dm deleted file mode 100644 index 25136c172b..0000000000 --- a/code/modules/gear_presets/survivors/trijent/crashlanding_upp_bar_insert_trijent.dm +++ /dev/null @@ -1,207 +0,0 @@ -// as far as i understand this is only done for one insert -//crashlanding-upp-bar.dmm map. -/datum/equipment_preset/survivor/upp - name = "Survivor - UPP" - paygrades = list(PAY_SHORT_UE1 = JOB_PLAYTIME_TIER_0) - origin_override = ORIGIN_UPP - rank = JOB_SURVIVOR - skills = /datum/skills/military/survivor/upp_private - languages = list(LANGUAGE_RUSSIAN, LANGUAGE_GERMAN, LANGUAGE_CHINESE) - faction = FACTION_UPP - faction_group = list(FACTION_UPP, FACTION_SURVIVOR) - role_comm_title = "173/RECON" - idtype = /obj/item/card/id/dogtag - flags = EQUIPMENT_PRESET_EXTRA - access = list( - ACCESS_CIVILIAN_PUBLIC, - ) - -/datum/equipment_preset/survivor/upp/load_gear(mob/living/carbon/human/new_human) - var/obj/item/clothing/under/marine/veteran/UPP/uniform = new() - var/random_number = rand(1,2) - switch(random_number) - if(1) - uniform.roll_suit_jacket(new_human) - if(2) - uniform.roll_suit_sleeves(new_human) - new_human.equip_to_slot_or_del(uniform, WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp(new_human), WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/airborne, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife(new_human), WEAR_FEET) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/flare(new_human), WEAR_R_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate(new_human), WEAR_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/stack/sheet/metal/med_small_stack(new_human), 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/gloves/marine(new_human), WEAR_HANDS) - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/recon(new_human), WEAR_L_EAR) - -// /obj/effect/landmark/survivor_spawner/upp/soldier -//crashlanding-upp-bar.dmm -/datum/equipment_preset/survivor/upp/soldier - name = "Survivor - UPP Soldier" - paygrades = list(PAY_SHORT_UE1 = JOB_PLAYTIME_TIER_0, PAY_SHORT_UE2 = JOB_PLAYTIME_TIER_1) - assignment = JOB_UPP - rank = JOB_UPP - skills = /datum/skills/military/survivor/upp_private - -/datum/equipment_preset/survivor/upp/soldier/load_gear(mob/living/carbon/human/new_human) - var/obj/item/clothing/under/marine/veteran/UPP/uniform = new() - var/random_number = rand(1,2) - switch(random_number) - if(1) - uniform.roll_suit_jacket(new_human) - if(2) - uniform.roll_suit_sleeves(new_human) - new_human.equip_to_slot_or_del(uniform, WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/five_slot(new_human), WEAR_BACK) - add_upp_weapon(new_human) - spawn_random_upp_headgear(new_human) - spawn_random_upp_armor(new_human) - spawn_random_upp_belt(new_human) - - ..() - -// /obj/effect/landmark/survivor_spawner/upp_sapper -//crashlanding-upp-bar.dmm -/datum/equipment_preset/survivor/upp/sapper - name = "Survivor - UPP Sapper" - paygrades = list(PAY_SHORT_UE3 = JOB_PLAYTIME_TIER_0) - assignment = JOB_UPP_ENGI - rank = JOB_UPP_ENGI - skills = /datum/skills/military/survivor/upp_sapper - -/datum/equipment_preset/survivor/upp/sapper/load_gear(mob/living/carbon/human/new_human) - - var/obj/item/clothing/under/marine/veteran/UPP/engi/uniform = new() - var/R = rand(1,2) - switch(R) - if(1) - uniform.roll_suit_jacket(new_human) - if(2) - uniform.roll_suit_sleeves(new_human) - new_human.equip_to_slot_or_del(uniform, WEAR_BODY) - 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/storage/belt/utility/full(new_human), WEAR_WAIST) - 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/storage/backpack/lightpack/five_slot(new_human), WEAR_BACK) - spawn_random_upp_armor(new_human) - add_upp_weapon(new_human) - spawn_random_upp_headgear(new_human) - - ..() -// /obj/effect/landmark/survivor_spawner/upp_medic -//crashlanding-upp-bar.dmm -/datum/equipment_preset/survivor/upp/medic - name = "Survivor - UPP Medic" - paygrades = list(PAY_SHORT_UE3 = JOB_PLAYTIME_TIER_0) - assignment = JOB_UPP_MEDIC - rank = JOB_UPP_MEDIC - skills = /datum/skills/military/survivor/upp_medic - -/datum/equipment_preset/survivor/upp/medic/load_gear(mob/living/carbon/human/new_human) - var/obj/item/clothing/under/marine/veteran/UPP/medic/uniform = new() - var/random_number = rand(1,2) - switch(random_number) - if(1) - uniform.roll_suit_jacket(new_human) - if(2) - uniform.roll_suit_sleeves(new_human) - new_human.equip_to_slot_or_del(uniform, WEAR_BODY) - new_human.equip_to_slot_or_del(new/obj/item/clothing/glasses/hud/health(new_human), WEAR_EYES) - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/upp/partial(new_human), WEAR_WAIST) - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/medic/upp(new_human), WEAR_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/tool/extinguisher/mini(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/device/healthanalyzer(new_human), WEAR_IN_BACK) - spawn_random_upp_armor(new_human) - add_upp_weapon(new_human) - spawn_random_upp_headgear(new_human) - - ..() -// /obj/effect/landmark/survivor_spawner/upp_specialist -//crashlanding-upp-bar.dmm -/datum/equipment_preset/survivor/upp/specialist - name = "Survivor - UPP Specialist" - assignment = JOB_UPP_SPECIALIST - rank = JOB_UPP_SPECIALIST - paygrades = list(PAY_SHORT_UE4 = JOB_PLAYTIME_TIER_0) - skills = /datum/skills/military/survivor/upp_spec - -/datum/equipment_preset/survivor/upp/specialist/load_gear(mob/living/carbon/human/new_human) - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP/heavy(new_human), WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP (new_human), WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/heavy (new_human), WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar(new_human), WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/flamer(new_human), WEAR_L_HAND) - 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/ammo_magazine/rifle/type71(new_human), WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71(new_human), WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/t73(new_human), WEAR_WAIST) - - ..() -//crashlanding-upp-bar.dmm -// /obj/effect/landmark/survivor_spawner/squad_leader -/datum/equipment_preset/survivor/upp/squad_leader - name = "Survivor - UPP Squad Leader" - paygrades = list(PAY_SHORT_UE5 = JOB_PLAYTIME_TIER_0) - assignment = JOB_UPP_LEADER - rank = JOB_UPP_LEADER - languages = list(LANGUAGE_RUSSIAN, LANGUAGE_ENGLISH, LANGUAGE_GERMAN, LANGUAGE_CHINESE) - role_comm_title = "173/RECON SL" - skills = /datum/skills/military/survivor/upp_sl - -/datum/equipment_preset/survivor/upp/squad_leader/load_gear(mob/living/carbon/human/new_human) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/officer (new_human), WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP (new_human), WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar(new_human), WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret(new_human), WEAR_HEAD) - 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/type47/revolver(new_human), WEAR_WAIST) - add_upp_weapon(new_human) - - ..() - -//it's used on all of the above in their spawner. -/datum/equipment_preset/synth/survivor/upp - name = "Survivor - Synthetic - UPP Synth" - flags = EQUIPMENT_PRESET_EXTRA - languages = ALL_SYNTH_LANGUAGES_UPP - assignment = JOB_UPP_SUPPORT_SYNTH - rank = JOB_UPP_SUPPORT_SYNTH - faction = FACTION_UPP - faction_group = list(FACTION_UPP, FACTION_SURVIVOR) - skills = /datum/skills/colonial_synthetic - paygrades = list(PAY_SHORT_SYN = JOB_PLAYTIME_TIER_0) - idtype = /obj/item/card/id/dogtag - role_comm_title = "173/RECON Syn" - -/datum/equipment_preset/synth/survivor/upp/load_gear(mob/living/carbon/human/new_human) - var/obj/item/clothing/under/marine/veteran/UPP/medic/uniform = new() - var/random_number = rand(1,2) - switch(random_number) - if(1) - uniform.roll_suit_jacket(new_human) - if(2) - uniform.roll_suit_sleeves(new_human) - new_human.equip_to_slot_or_del(uniform, WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/tool/screwdriver, WEAR_R_EAR) - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/recon, WEAR_L_EAR) - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/upp, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/roller, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/multitool, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/radio, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/stack/cable_coil, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/metal/small_stack, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/healthanalyzer, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/webbing, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/device/flashlight, WEAR_J_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/upp/partial, WEAR_WAIST) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/airborne, WEAR_ACCESSORY) - 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/storage/pouch/tools/uppsynth, WEAR_R_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/synth/full, WEAR_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) diff --git a/code/modules/gear_presets/survivors/trijent/preset_trijent.dm b/code/modules/gear_presets/survivors/trijent/preset_trijent.dm index 3c9926de69..4550a98a59 100644 --- a/code/modules/gear_presets/survivors/trijent/preset_trijent.dm +++ b/code/modules/gear_presets/survivors/trijent/preset_trijent.dm @@ -17,7 +17,7 @@ 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/pmc(new_human), WEAR_HEAD) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/armor/vest/security(new_human), WEAR_JACKET) - 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/clothing/shoes/marine/civilian(new_human), WEAR_FEET) ..() /datum/equipment_preset/survivor/colonial_marshal/trijent @@ -30,7 +30,7 @@ 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/CMB(new_human), WEAR_HEAD) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/CMB(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/clothing/shoes/marine/civilian(new_human), WEAR_FEET) ..() /datum/equipment_preset/survivor/doctor/trijent diff --git a/code/modules/gear_presets/synths.dm b/code/modules/gear_presets/synths.dm index c13bea4a2b..be207bea8b 100644 --- a/code/modules/gear_presets/synths.dm +++ b/code/modules/gear_presets/synths.dm @@ -341,7 +341,7 @@ WEAR_WAIST = /obj/item/storage/belt/marine, WEAR_HANDS = /obj/item/clothing/gloves/marine/veteran, WEAR_R_HAND = /obj/item/storage/pouch/flare/full, - WEAR_FEET = /obj/item/clothing/shoes/marine/upp/knife, + WEAR_FEET = /obj/item/clothing/shoes/marine/upp, WEAR_L_HAND = /obj/item/storage/large_holster/katana/full ) @@ -387,7 +387,7 @@ WEAR_IN_BACK = /obj/item/reagent_container/food/drinks/bottle/grenadine, WEAR_JACKET = /obj/item/clothing/suit/storage/wcoat, WEAR_IN_JACKET = /obj/item/reagent_container/food/drinks/bottle/rum, - WEAR_HANDS = /obj/item/clothing/gloves/marine/black, + WEAR_HANDS = /obj/item/clothing/gloves/marine, WEAR_R_HAND = /obj/item/storage/beer_pack, WEAR_R_STORE = /obj/item/storage/pouch/tools/full, WEAR_FEET = /obj/item/clothing/shoes/marine/knife, @@ -495,7 +495,7 @@ WEAR_JACKET = /obj/item/clothing/suit/storage/hazardvest/black, WEAR_IN_JACKET = /obj/item/weapon/telebaton, WEAR_HANDS = /obj/item/clothing/gloves/marine/veteran/pmc, - WEAR_FEET = /obj/item/clothing/shoes/veteran/pmc/knife, + WEAR_FEET = /obj/item/clothing/shoes/marine/civilian, WEAR_L_HAND = /obj/item/storage/large_holster/machete/full ) @@ -517,7 +517,7 @@ WEAR_IN_BACK = /obj/item/device/taperecorder, WEAR_WAIST = /obj/item/storage/belt/utility/full, WEAR_HANDS = /obj/item/clothing/gloves/botanic_leather, - WEAR_FEET = /obj/item/clothing/shoes/dress, + WEAR_FEET = /obj/item/clothing/shoes/laceup, WEAR_R_HAND = /obj/item/clipboard, WEAR_L_HAND = /obj/item/weapon/twohanded/fireaxe ) @@ -541,7 +541,7 @@ WEAR_WAIST = /obj/item/clipboard, WEAR_JACKET = /obj/item/clothing/suit/storage/hazardvest/yellow, WEAR_IN_JACKET = /obj/item/device/taperecorder, - WEAR_FEET = /obj/item/clothing/shoes/dress, + WEAR_FEET = /obj/item/clothing/shoes/laceup, WEAR_R_HAND = /obj/item/device/camera, WEAR_L_HAND = /obj/item/weapon/twohanded/fireaxe ) @@ -605,8 +605,10 @@ return /datum/equipment_preset/synth/working_joe/load_gear(mob/living/carbon/human/new_human) + new_human.undershirt = null + new_human.underwear = null new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/synthetic/joe(new_human), WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/dress(new_human), WEAR_FEET) //don't remove shrap by yourself, go to android maintenance or have ARES call a human handler! + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET) //don't remove shrap by yourself, go to android maintenance or have ARES call a human handler! new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/satchel(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/device/radio/headset/almayer/mt(new_human), WEAR_L_EAR) @@ -683,6 +685,52 @@ /datum/equipment_preset/synth/working_joe/load_name(mob/living/carbon/human/new_human, randomise) new_human.change_real_name(new_human, "Working Joe #[rand(100)][rand(100)]") +/datum/equipment_preset/synth/working_joe/upp + name = "UPP Dzho Automaton" + flags = EQUIPMENT_PRESET_EXTRA + faction = FACTION_UPP + faction_group = list(FACTION_UPP) + assignment = "Dzho Automaton" + +/datum/equipment_preset/synth/working_joe/upp/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) + var/random_overalls= rand(1,3) + switch(random_overalls) + if(1 to 2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/apron/overalls/tan(new_human), WEAR_JACKET) + if(3) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/apron/overalls/red(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/boilersuit/white(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/joe(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/tool/weldingtool/hugetank, WEAR_IN_JACKET) + + 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/etool(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/tool/shovel/etool/upp/folded(new_human), WEAR_IN_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/medium(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/device/lightreplacer(new_human.back), WEAR_IN_R_STORE) + +/datum/equipment_preset/synth/working_joe/upp/load_name(mob/living/carbon/human/new_human, randomise) + new_human.change_real_name(new_human, "Dzho Automaton #[rand(100)][rand(100)]") + +/datum/equipment_preset/synth/working_joe/load_race(mob/living/carbon/human/new_human) + . = ..() + new_human.set_species(joe_type) + new_human.h_style = "Bald" + new_human.f_style = "Shaved" + if(prob(25)) + new_human.grad_style = "None" //No gradients for Working Joes + new_human.h_style = "Shoulder-length Hair" //Added the chance of hair as per Monkeyfist lore accuracy + new_human.r_eyes = 0 + new_human.g_eyes = 0 + new_human.b_eyes = 0 + new_human.r_hair = 100 + new_human.g_hair = 88 + new_human.b_hair = 74 + new_human.r_facial = 255 + new_human.g_facial = 255 + new_human.b_facial = 255 + //*****************************************************************************************************/ /datum/equipment_preset/synth/survivor/cultist_synth diff --git a/code/modules/gear_presets/upp.dm b/code/modules/gear_presets/upp.dm index 0090b52764..cdf08e202d 100644 --- a/code/modules/gear_presets/upp.dm +++ b/code/modules/gear_presets/upp.dm @@ -1,14 +1,10 @@ /datum/equipment_preset/upp name = FACTION_UPP - languages = list(LANGUAGE_RUSSIAN, LANGUAGE_ENGLISH, LANGUAGE_CHINESE) + languages = list(LANGUAGE_RUSSIAN, LANGUAGE_CHINESE) faction = FACTION_UPP idtype = /obj/item/card/id/dogtag origin_override = ORIGIN_UPP -/datum/equipment_preset/upp/New() - . = ..() - access = get_access(ACCESS_LIST_UPP_ALL) //ACCESS_COME_BACK_TO_ME - /datum/equipment_preset/upp/load_name(mob/living/carbon/human/new_human, randomise) new_human.gender = pick(60;MALE,40;FEMALE) var/datum/preferences/A = new() @@ -38,9 +34,8 @@ new_human.change_real_name(new_human, random_name) new_human.age = rand(17,35) - new_human.h_style = pick("Crewcut", "Shaved Head", "Buzzcut", "Undercut", "Side Undercut", "Bun, Topknot") - var/static/list/colors = list("BLACK" = list(15, 15, 25), "BROWN" = list(102, 51, 0), "AUBURN" = list(139, 62, 19)) - var/static/list/hair_colors = colors.Copy() + list("BLONDE" = list(197, 164, 30), "CARROT" = list(174, 69, 42)) + var/static/list/colors = list("BLACK" = list(15, 15, 10), "BROWN" = list(48, 38, 18), "BROWN" = list(48, 38, 18),"BLUE" = list(29, 51, 65), "GREEN" = list(40, 61, 39), "STEEL" = list(46, 59, 54)) + var/static/list/hair_colors = list("BLACK" = list(15, 15, 10), "BROWN" = list(48, 38, 18), "AUBURN" = list(77, 48, 36), "BLONDE" = list(95, 76, 44)) var/hair_color = pick(hair_colors) new_human.r_hair = hair_colors[hair_color][1] new_human.g_hair = hair_colors[hair_color][2] @@ -52,226 +47,225 @@ new_human.r_eyes = colors[eye_color][1] new_human.g_eyes = colors[eye_color][2] new_human.b_eyes = colors[eye_color][3] - idtype = /obj/item/card/id/dogtag + if(new_human.gender == MALE) + new_human.h_style = pick("Undercut, Top", "Partly Shaved", "CIA", "Mulder", "Medium Fade", "High Fade", "Pixie Cut Left", "Pixie Cut Right", "Coffee House Cut") + new_human.f_style = pick("Shaved", "Shaved", "Shaved", "Shaved", "Shaved", "Shaved", "3 O'clock Shadow", "3 O'clock Shadow", "3 O'clock Shadow", "3 O'clock Moustache", "5 O'clock Shadow", "5 O'clock Moustache", "7 O'clock Shadow", "7 O'clock Moustache",) + else + new_human.h_style = pick("Undercut, Top", "CIA", "Mulder", "Pixie Cut Left", "Pixie Cut Right", "Scully", "Pvt. Redding", "Bun", "Short Bangs") //*****************************************************************************************************/ -//=====================// -// Frontline Roles // -//=================// - -/datum/equipment_preset/upp/soldier - name = "UPP Soldier" +/datum/equipment_preset/upp/militia + name = "UPP People's Territorial Guardsman" flags = EQUIPMENT_PRESET_EXTRA - - skills = /datum/skills/upp - assignment = JOB_UPP - rank = JOB_UPP - role_comm_title = "Sol" + assignment = "People's Territorial Guard Rifleman" + role_comm_title = "PTG-RFN" paygrades = list(PAY_SHORT_UE1 = JOB_PLAYTIME_TIER_0, PAY_SHORT_UE2 = JOB_PLAYTIME_TIER_1) + skills = /datum/skills/pfc + access = list(ACCESS_UPP_GENERAL, ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_BRIG, ACCESS_CIVILIAN_COMMAND) -/datum/equipment_preset/upp/soldier/load_gear(mob/living/carbon/human/new_human) - //face - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP, WEAR_L_EAR) - //head - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP, WEAR_HEAD) - //body - var/obj/item/clothing/under/marine/veteran/UPP/UPP = new() - new_human.equip_to_slot_or_del(UPP, WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/device/binoculars, WEAR_IN_JACKET) - //limbs - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/upp, WEAR_HANDS) +/datum/equipment_preset/upp/militia/load_gear(mob/living/carbon/human/new_human) if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD]) - new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf/tacticalmask/green, WEAR_FACE) - - load_upp_soldier(new_human, UPP) - -/datum/equipment_preset/upp/soldier/proc/load_upp_soldier(mob/living/carbon/human/new_human, obj/item/clothing/under/marine/veteran/UPP/UPP) - var/percentage = rand(1, 100) - switch(percentage) - //most UPP are rifleman, most others are breachers, some have both primaries. - if(1 to 66) - load_upp_rifleman(new_human, UPP) - if(67 to 85) - load_upp_breacher(new_human, UPP) - else - load_upp_double(new_human, UPP) - -/datum/equipment_preset/upp/soldier/proc/load_upp_rifleman(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf, WEAR_FACE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/ushanka, WEAR_HEAD) + new_human.undershirt = "Territorial Guard Telnyashka" //back new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/upp, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) //.75 - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) //1.5 - new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher/mini, WEAR_IN_BACK) //2.25 - new_human.equip_to_slot_or_del(new /obj/item/storage/box/m94, WEAR_IN_BACK) //3.25 - new_human.equip_to_slot_or_del(new /obj/item/storage/box/m94, WEAR_IN_BACK) //4.25 - //body - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/rifleman, WEAR_J_STORE) - //waist - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine/upp/full, WEAR_WAIST) - //rpocket - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/explosive, WEAR_R_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive/upp, WEAR_IN_R_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive/upp, WEAR_IN_R_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive/upp, WEAR_IN_R_STORE) - //lpocket - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/ert, WEAR_L_STORE) - -/datum/equipment_preset/upp/soldier/proc/load_upp_breacher(mob/living/carbon/human/new_human) - //back - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/upp, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) //.75 - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) //1.5 - new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher/mini, WEAR_IN_BACK) //2.25 - new_human.equip_to_slot_or_del(new /obj/item/storage/box/m94, WEAR_IN_BACK) //3.25 - new_human.equip_to_slot_or_del(new /obj/item/storage/box/m94, WEAR_IN_BACK) //4.25 + new_human.equip_to_slot_or_del(new /obj/item/roller/bedroll, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/drinks/flask/canteen, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/tool/hatchet, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/fancy/cigar/matchbook/brown, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/brown, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/device/flashlight/flare, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/device/flashlight/flare, WEAR_IN_BACK) + //face + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/territorial, WEAR_L_EAR) + //head + var/random_hat= rand(1,3) + switch(random_hat) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap, WEAR_HEAD) + if(2 to 3) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/boonie, WEAR_HEAD) + //uniform + var/obj/item/clothing/under/marine/veteran/UPP/uniform = new() + var/random_uniform = rand(1,2) + switch(random_uniform) + if(1) + uniform.roll_suit_jacket(new_human) + if(2) + uniform.roll_suit_sleeves(new_human) + new_human.equip_to_slot_or_del(uniform, WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) + var/random_storage = rand(1,2) + switch(random_storage) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/webbing, WEAR_ACCESSORY) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/droppouch, WEAR_ACCESSORY) + + //jacket + var/random_jacket= rand(1,5) + switch(random_jacket) + if(1 to 2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/jacket, WEAR_JACKET) + if(3 to 4) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/lamp, WEAR_JACKET) + if(5) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/light, WEAR_JACKET) + //limbs + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/guard, WEAR_FEET) //waist - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/np92, WEAR_WAIST) - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/shotgun/type23, WEAR_J_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/shotgun/heavybuck, WEAR_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/shotgun/heavybuck, WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/large_holster/machete/arnold/weak, WEAR_WAIST) + //pockets + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate, WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/medium, WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/prop/helmetgarb/compass, WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/tool/shovel/etool/upp/folded, WEAR_IN_R_STORE) + + var/random_gear = rand(1,5) + switch(random_gear) + if(1 to 2) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/carbine, WEAR_J_STORE) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71, WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71, WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71, WEAR_IN_ACCESSORY) + if(3 to 4) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71, WEAR_J_STORE) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71, WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71, WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71, WEAR_IN_ACCESSORY) + if(5) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/shotgun/pump/type23, WEAR_J_STORE) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/heavy/buckshot, WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/heavy/buckshot, WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/heavy/buckshot, WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/heavy/buckshot, WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/heavy/buckshot, WEAR_IN_JACKET) +//*****************************************************************************************************/ +/datum/equipment_preset/upp/rifleman + name = "UPP Squad Rifleman (Equipped)" + flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE + assignment = JOB_SQUAD_MARINE + role_comm_title = "RFN" + rank = JOB_SQUAD_MARINE + paygrades = list(PAY_SHORT_UE1 = JOB_PLAYTIME_TIER_0, PAY_SHORT_UE2 = JOB_PLAYTIME_TIER_1) + skills = /datum/skills/pfc + access = list(ACCESS_UPP_GENERAL) +/datum/equipment_preset/upp/rifleman/load_gear(mob/living/carbon/human/new_human) -/datum/equipment_preset/upp/soldier/proc/load_upp_double(mob/living/carbon/human/new_human, obj/item/clothing/under/marine/veteran/UPP/UPP) + new_human.undershirt = "Naval Infantry Telnyashka" //back - var/rifle = prob(50) ? /obj/item/weapon/gun/rifle/type71/dual : /obj/item/weapon/gun/rifle/type71/carbine/dual - new_human.equip_to_slot_or_del(new rifle, WEAR_BACK) - //body - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/shotgun/type23, WEAR_J_STORE) - //waist - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine/upp/full, WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/upp(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/roller/bedroll, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/drinks/flask/canteen, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/box/packet/high_explosive/upp, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/box/packet/high_explosive/upp, WEAR_IN_BACK) + //face + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP, WEAR_L_EAR) + //head + var/maybeberet = rand(1,3) + switch(maybeberet) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP/naval, WEAR_HEAD) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP/naval/alt, WEAR_HEAD) + if(3) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret/naval, WEAR_HEAD) + //uniform + var/obj/item/clothing/under/marine/veteran/UPP/uniform = new() + var/random_uniform = rand(1,2) + switch(random_uniform) + if(1) + uniform.roll_suit_jacket(new_human) + if(2) + uniform.roll_suit_sleeves(new_human) + new_human.equip_to_slot_or_del(uniform, WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) + //jacket + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71, WEAR_J_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/large_holster/machete/arnold/weak, WEAR_WAIST) + //limbs + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp_knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine, WEAR_HANDS) //pockets - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/shotgun/heavybuck, WEAR_R_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/ert, WEAR_L_STORE) - -/datum/equipment_preset/upp/soldier/get_antag_clothing_equipment() - return list( - list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/marine/upp/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), - list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/UPP, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), - list("UM5 Personal Armor", 0, /obj/item/clothing/suit/storage/marine/faction/UPP, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY), - list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/upp, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), - list("Headset", 0, /obj/item/device/radio/headset/distress/UPP, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), - list("Ration", 0, /obj/item/reagent_container/food/snacks/upp, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - list("Combat Pack", 0, /obj/item/storage/backpack/lightpack/upp, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_MANDATORY), - - list("HELMET", 0, null, null, null), - list("UM4 Helmet", 0, /obj/item/clothing/head/helmet/marine/veteran/UPP, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_MANDATORY), - - list("BELT (CHOOSE 1)", 0, null, null, null), - list("Type 41 Ammo Load Rig", 0, /obj/item/storage/belt/marine/upp, MARINE_CAN_BUY_BELT, VENDOR_ITEM_RECOMMENDED), - list("Type 41 Pistol Holster Rig", 0, /obj/item/storage/belt/gun/m4a3, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - - list("POUCHES (CHOOSE 2)", 0, null, null, null), - list("Bayonet Sheath", 0, /obj/item/storage/pouch/bayonet/upp, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Explosive Pouch", 0, /obj/item/storage/pouch/explosive, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Refillable Injectors)", 0, /obj/item/storage/pouch/firstaid/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Splints, Gauze, Ointment)", 0, /obj/item/storage/pouch/firstaid/full/alternate, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Pill Packets)", 0, /obj/item/storage/pouch/firstaid/full/pills, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Flare Pouch (Full)", 0, /obj/item/storage/pouch/flare/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Large Magazine Pouch", 0, /obj/item/storage/pouch/magazine/large, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medium General Pouch", 0, /obj/item/storage/pouch/general/medium, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Magazine Pouch", 0, /obj/item/storage/pouch/magazine/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Pouch", 0, /obj/item/storage/pouch/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - - list("ATTACHMENT (CHOOSE 1)", 0, null, null, null), - list("Angled Grip", 0, /obj/item/attachable/angledgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 0, /obj/item/attachable/extended_barrel, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Laser Sight", 0, /obj/item/attachable/lasersight/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 0, /obj/item/attachable/reddot/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 0, /obj/item/attachable/reflex/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Suppressor", 0, /obj/item/attachable/suppressor, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 0, /obj/item/attachable/verticalgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - - list("MASK (CHOOSE 1)", 0, null, null, null), - list("Gas Mask", 0, /obj/item/clothing/mask/gas, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR), - list("Heat Absorbent Coif", 0, /obj/item/clothing/mask/rebreather/scarf, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR) - ) - -/datum/equipment_preset/upp/soldier/get_antag_gear_equipment() - return list( - list("ENGINEERING SUPPLIES", 0, null, null, null), - list("Entrenching Tool", 2, /obj/item/tool/shovel/etool, null, VENDOR_ITEM_RECOMMENDED), - list("Sandbags x25", 5, /obj/item/stack/sandbags_empty/half, null, VENDOR_ITEM_RECOMMENDED), - - list("SPECIAL AMMUNITION", 0, null, null, null), - list("Type 71 AP Magazine (5.45x39mm)", 10, /obj/item/ammo_magazine/rifle/type71/ap , null, VENDOR_ITEM_REGULAR), - - list("ATTACHMENTS", 0, null, null, null), - list("Angled Grip", 10, /obj/item/attachable/angledgrip/upp, null, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 10, /obj/item/attachable/extended_barrel, null, VENDOR_ITEM_REGULAR), - list("Laser Sight", 10, /obj/item/attachable/lasersight/upp, null, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 10, /obj/item/attachable/reddot/upp, null, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 10, /obj/item/attachable/reflex/upp, null, VENDOR_ITEM_REGULAR), - list("Suppressor", 10, /obj/item/attachable/suppressor, null, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 10, /obj/item/attachable/verticalgrip/upp, null, VENDOR_ITEM_REGULAR), - - list("EXPLOSIVES", 0, null, null, null), - list("Smoke Grenade", 5, /obj/item/explosive/grenade/smokebomb, null, VENDOR_ITEM_REGULAR), - list("Type 6 Shrapnel Grenade", 15, /obj/item/explosive/grenade/high_explosive/upp, null, VENDOR_ITEM_REGULAR), - list("Type 8 WP Grenade", 20, /obj/item/explosive/grenade/phosphorus/upp, null, VENDOR_ITEM_REGULAR), - - list("UTILITIES", 0, null, null, null), - list("Brown Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest/brown_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Black Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Entrenching Tool", 2, /obj/item/tool/shovel/etool, null, VENDOR_ITEM_REGULAR), - list("Fire Extinguisher (Portable)", 5, /obj/item/tool/extinguisher/mini, null, VENDOR_ITEM_REGULAR), - list("Large General Pouch", 10, /obj/item/storage/pouch/general/large, null, VENDOR_ITEM_REGULAR), - list("Shoulder Holster", 10, /obj/item/clothing/accessory/storage/holster, null, VENDOR_ITEM_REGULAR), - list("Webbing", 10, /obj/item/clothing/accessory/storage/webbing, null, VENDOR_ITEM_REGULAR), - list("Drop Pouch", 10, /obj/item/clothing/accessory/storage/droppouch, null, VENDOR_ITEM_REGULAR), - ) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine, WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71, WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71, WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71, WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate, WEAR_L_STORE) + if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD]) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf, WEAR_FACE) //*****************************************************************************************************/ -/datum/equipment_preset/upp/medic - name = "UPP Medic" - flags = EQUIPMENT_PRESET_EXTRA - - skills = /datum/skills/upp/combat_medic - assignment = JOB_UPP_MEDIC - rank = JOB_UPP_MEDIC - role_comm_title = "Med" +/datum/equipment_preset/upp/sanitar + name = "UPP Squad Sanitar (Equipped)" + flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE + assignment = "Sanitar" + role_comm_title ="SNITR" + rank = JOB_SQUAD_MEDIC_UPP paygrades = list(PAY_SHORT_UE3 = JOB_PLAYTIME_TIER_0) + skills = /datum/skills/combat_medic + access = list(ACCESS_UPP_GENERAL, ACCESS_UPP_MEDICAL, ACCESS_UPP_MEDPREP) -/datum/equipment_preset/upp/medic/load_gear(mob/living/carbon/human/new_human) +/datum/equipment_preset/upp/sanitar/load_gear(mob/living/carbon/human/new_human) + + new_human.undershirt = "Naval Infantry Telnyashka" //back new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/upp, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/defibrillator/compact, WEAR_IN_BACK) //1 - new_human.equip_to_slot_or_del(new /obj/item/storage/firstaid/adv, WEAR_IN_BACK) //2 - new_human.equip_to_slot_or_del(new /obj/item/roller, WEAR_IN_BACK) //2.33 - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) //3 - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) //3.33 + new_human.equip_to_slot_or_del(new /obj/item/storage/firstaid/adv, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/firstaid/adv, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/roller, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/roller/bedroll, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/drinks/flask/canteen, WEAR_IN_BACK) //face new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/medic, WEAR_L_EAR) if(new_human.disabilities & NEARSIGHTED) - new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/health/prescription(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/health/prescription, WEAR_EYES) else - new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/health(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/health, WEAR_EYES) //head - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap, WEAR_HEAD) - //body - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/medic, WEAR_BODY) + var/maybeberet = rand(1,3) + switch(maybeberet) + if(1 to 2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP/naval, WEAR_HEAD) + if(3) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret/naval, WEAR_HEAD) + //uniform + var/obj/item/clothing/under/marine/veteran/UPP/uniform = new() + var/random_uniform = rand(1,2) + switch(random_uniform) + if(1) + uniform.roll_suit_jacket(new_human) + if(2) + uniform.roll_suit_sleeves(new_human) + new_human.equip_to_slot_or_del(uniform, WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/support, WEAR_JACKET) //medic should move fast - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/bizon/upp, WEAR_J_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/light, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/carbine, WEAR_J_STORE) //waist new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/upp/full, WEAR_WAIST) //limbs - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/upp, WEAR_HANDS) - //póckets - var/obj/item/storage/pouch/magazine/large/ppouch = new() - new_human.equip_to_slot_or_del(ppouch, WEAR_R_STORE) - for(var/i = 1 to ppouch.storage_slots) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/bizon, WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine, WEAR_HANDS) + //pockets + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine, WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71, WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71, WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71, WEAR_IN_R_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/medical, WEAR_L_STORE) new_human.equip_to_slot_or_del(new /obj/item/tool/surgery/surgical_line, WEAR_IN_L_STORE) new_human.equip_to_slot_or_del(new /obj/item/tool/surgery/synthgraft, WEAR_IN_L_STORE) @@ -279,3772 +273,1039 @@ new_human.equip_to_slot_or_del(new /obj/item/reagent_container/hypospray/tricordrazine, WEAR_IN_L_STORE) if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD]) - new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf/tacticalmask/green, WEAR_FACE) - -/datum/equipment_preset/upp/medic/get_antag_clothing_equipment() - return list( - list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/marine/upp/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), - list("Medic Fatigues", 0, /obj/item/clothing/under/marine/veteran/UPP/medic, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), - list("UL6 Personal Armor", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/support, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY), - list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/upp, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), - list("Headset", 0, /obj/item/device/radio/headset/distress/UPP/medic, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), - list("Ration", 0, /obj/item/reagent_container/food/snacks/upp, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - list("Combat Pack", 0, /obj/item/storage/backpack/lightpack, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_MANDATORY), - list("HealthMate HUD", 0, /obj/item/clothing/glasses/hud/health, MARINE_CAN_BUY_GLASSES, VENDOR_ITEM_MANDATORY), - - list("HELMET (CHOOSE 1)", 0, null, null, null), - list("Armored Cap", 0, /obj/item/clothing/head/uppcap, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - list("UM4 Helmet", 0, /obj/item/clothing/head/helmet/marine/veteran/UPP, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - - list("BELT", 0, null, null, null), - list("Type 41 Lifesaver Bag", 0, /obj/item/storage/belt/medical/lifesaver/upp/full, MARINE_CAN_BUY_BELT, VENDOR_ITEM_MANDATORY), - - list("POUCHES (CHOOSE 2)", 0, null, null, null), - list("Auto-Injector Pouch", 0, /obj/item/storage/pouch/autoinjector, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("First-Aid Pouch (Refillable Injectors)", 0, /obj/item/storage/pouch/firstaid/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Splints, Gauze, Ointment)", 0, /obj/item/storage/pouch/firstaid/full/alternate, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Pill Packets)", 0, /obj/item/storage/pouch/firstaid/full/pills, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("First Responder Pouch", 0, /obj/item/storage/pouch/first_responder, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Flare Pouch (Full)", 0, /obj/item/storage/pouch/flare/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Large Magazine Pouch", 0, /obj/item/storage/pouch/magazine/large, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medical Pouch (Utilities)", 0, /obj/item/storage/pouch/medical/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medical Pouch (Pills)", 0, /obj/item/storage/pouch/medical/full/pills, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medium General Pouch", 0, /obj/item/storage/pouch/general/medium, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medical Kit Pouch", 0, /obj/item/storage/pouch/medkit, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Magazine Pouch", 0, /obj/item/storage/pouch/magazine/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Pouch", 0, /obj/item/storage/pouch/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - - list("ATTACHMENT (CHOOSE 1)", 0, null, null, null), - list("Angled Grip", 0, /obj/item/attachable/angledgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 0, /obj/item/attachable/extended_barrel, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Laser Sight", 0, /obj/item/attachable/lasersight/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 0, /obj/item/attachable/reddot/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 0, /obj/item/attachable/reflex/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Suppressor", 0, /obj/item/attachable/suppressor, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 0, /obj/item/attachable/verticalgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - - list("MASK (CHOOSE 1)", 0, null, null, null), - list("Gas Mask", 0, /obj/item/clothing/mask/gas, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR), - list("Heat Absorbent Coif", 0, /obj/item/clothing/mask/rebreather/scarf, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR) - ) - -/datum/equipment_preset/upp/medic/get_antag_gear_equipment() - return list( - list("MEDIC SET (MANDATORY)", 0, null, null, null), - list("Essential Medic Set", 0, /obj/effect/essentials_set/medic/upp, MARINE_CAN_BUY_ESSENTIALS, VENDOR_ITEM_MANDATORY), - - list("FIELD SUPPLIES", 0, null, null, null), - list("Burn Kit", 2, /obj/item/stack/medical/advanced/ointment, null, VENDOR_ITEM_RECOMMENDED), - list("Trauma Kit", 2, /obj/item/stack/medical/advanced/bruise_pack, null, VENDOR_ITEM_RECOMMENDED), - list("Medical Splints", 1, /obj/item/stack/medical/splint, null, VENDOR_ITEM_RECOMMENDED), - - list("FIRSTAID KITS", 0, null, null, null), - list("Advanced Firstaid Kit", 12, /obj/item/storage/firstaid/adv, null, VENDOR_ITEM_RECOMMENDED), - list("Firstaid Kit", 5, /obj/item/storage/firstaid/regular/response, null, VENDOR_ITEM_REGULAR), - list("Fire Firstaid Kit", 6, /obj/item/storage/firstaid/fire, null, VENDOR_ITEM_REGULAR), - list("Toxin Firstaid Kit", 6, /obj/item/storage/firstaid/toxin, null, VENDOR_ITEM_REGULAR), - list("Oxygen Firstaid Kit", 6, /obj/item/storage/firstaid/o2, null, VENDOR_ITEM_REGULAR), - list("Radiation Firstaid Kit", 6, /obj/item/storage/firstaid/rad, null, VENDOR_ITEM_REGULAR), - - list("AUTOINJECTORS", 0, null, null, null), - list("Autoinjector (Bicaridine)", 1, /obj/item/reagent_container/hypospray/autoinjector/bicaridine, null, VENDOR_ITEM_REGULAR), - list("Autoinjector (Dexalin+)", 1, /obj/item/reagent_container/hypospray/autoinjector/dexalinp, null, VENDOR_ITEM_REGULAR), - list("Autoinjector (Epinephrine)", 2, /obj/item/reagent_container/hypospray/autoinjector/adrenaline, null, VENDOR_ITEM_REGULAR), - list("Autoinjector (Inaprovaline)", 1, /obj/item/reagent_container/hypospray/autoinjector/inaprovaline, null, VENDOR_ITEM_REGULAR), - list("Autoinjector (Kelotane)", 1, /obj/item/reagent_container/hypospray/autoinjector/kelotane, null, VENDOR_ITEM_REGULAR), - list("Autoinjector (Oxycodone)", 2, /obj/item/reagent_container/hypospray/autoinjector/oxycodone, null, VENDOR_ITEM_REGULAR), - list("Autoinjector (Tramadol)", 1, /obj/item/reagent_container/hypospray/autoinjector/tramadol, null, VENDOR_ITEM_REGULAR), - list("Autoinjector (Tricord)", 1, /obj/item/reagent_container/hypospray/autoinjector/tricord, null, VENDOR_ITEM_REGULAR), - - list("PILL BOTTLES", 0, null, null, null), - list("Pill Bottle (Bicaridine)", 5, /obj/item/storage/pill_bottle/bicaridine, null, VENDOR_ITEM_RECOMMENDED), - list("Pill Bottle (Dexalin)", 5, /obj/item/storage/pill_bottle/dexalin, null, VENDOR_ITEM_REGULAR), - list("Pill Bottle (Dylovene)", 5, /obj/item/storage/pill_bottle/antitox, null, VENDOR_ITEM_REGULAR), - list("Pill Bottle (Inaprovaline)", 5, /obj/item/storage/pill_bottle/inaprovaline, null, VENDOR_ITEM_REGULAR), - list("Pill Bottle (Kelotane)", 5, /obj/item/storage/pill_bottle/kelotane, null, VENDOR_ITEM_RECOMMENDED), - list("Pill Bottle (Peridaxon)", 5, /obj/item/storage/pill_bottle/peridaxon, null, VENDOR_ITEM_REGULAR), - list("Pill Bottle (Tramadol)", 5, /obj/item/storage/pill_bottle/tramadol, null, VENDOR_ITEM_RECOMMENDED), - - list("MEDICAL UTILITIES", 0, null, null, null), - list("Health Analyzer", 4, /obj/item/device/healthanalyzer, null, VENDOR_ITEM_REGULAR), - list("Medical HUD Glasses", 4, /obj/item/clothing/glasses/hud/health, null, VENDOR_ITEM_REGULAR), - list("Roller Bed", 4, /obj/item/roller, null, VENDOR_ITEM_REGULAR), - list("Stasis Bag", 6, /obj/item/bodybag/cryobag, null, VENDOR_ITEM_REGULAR), - - list("SPECIAL AMMUNITION", 0, null, null, null), - list("Type 71 AP Magazine (5.45x39mm)", 10, /obj/item/ammo_magazine/rifle/type71/ap , null, VENDOR_ITEM_REGULAR), - - list("ATTACHMENTS", 0, null, null, null), - list("Angled Grip", 10, /obj/item/attachable/angledgrip/upp, null, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 10, /obj/item/attachable/extended_barrel, null, VENDOR_ITEM_REGULAR), - list("Laser Sight", 10, /obj/item/attachable/lasersight/upp, null, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 10, /obj/item/attachable/reddot/upp, null, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 10, /obj/item/attachable/reflex/upp, null, VENDOR_ITEM_REGULAR), - list("Suppressor", 10, /obj/item/attachable/suppressor, null, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 10, /obj/item/attachable/verticalgrip/upp, null, VENDOR_ITEM_REGULAR), - - list("EXPLOSIVES", 0, null, null, null), - list("Smoke Grenade", 5, /obj/item/explosive/grenade/smokebomb, null, VENDOR_ITEM_REGULAR), - list("Type 6 Shrapnel Grenade", 15, /obj/item/explosive/grenade/high_explosive/upp, null, VENDOR_ITEM_REGULAR), - list("Type 8 WP Grenade", 20, /obj/item/explosive/grenade/phosphorus/upp, null, VENDOR_ITEM_REGULAR), - - list("UTILITIES", 0, null, null, null), - list("Brown Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest/brown_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Black Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Fire Extinguisher (Portable)", 5, /obj/item/tool/extinguisher/mini, null, VENDOR_ITEM_REGULAR), - list("Large General Pouch", 10, /obj/item/storage/pouch/general/large, null, VENDOR_ITEM_REGULAR), - list("Shoulder Holster", 10, /obj/item/clothing/accessory/storage/holster, null, VENDOR_ITEM_REGULAR), - list("Webbing", 10, /obj/item/clothing/accessory/storage/webbing, null, VENDOR_ITEM_REGULAR), - list("Drop Pouch", 10, /obj/item/clothing/accessory/storage/droppouch, null, VENDOR_ITEM_REGULAR), - ) - + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf, WEAR_FACE) //*****************************************************************************************************/ -/datum/equipment_preset/upp/sapper - name = "UPP Sapper" - flags = EQUIPMENT_PRESET_EXTRA - - skills = /datum/skills/upp/combat_engineer - assignment = JOB_UPP_ENGI - rank = JOB_UPP_ENGI - role_comm_title = "Sap" +/datum/equipment_preset/upp/machinegunner + name = "UPP Squad Machinegunner (Equipped)" + flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE + assignment = "Machinegunner" + role_comm_title = "MG" + rank = JOB_SQUAD_SMARTGUN_UPP paygrades = list(PAY_SHORT_UE3 = JOB_PLAYTIME_TIER_0) + skills = /datum/skills/smartgunner + access = list(ACCESS_UPP_GENERAL, ACCESS_UPP_MACHINEGUN) -/datum/equipment_preset/upp/sapper/load_gear(mob/living/carbon/human/new_human) - //Sappers should have lots of gear and whatnot that helps them attack or siege marines - //But that'll need a lot of effort so for now they are just soldiers with a toolbox. - //back - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/engineerpack/upp, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) //.33 - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) //.66 - new_human.equip_to_slot_or_del(new /obj/item/device/motiondetector/hacked, WEAR_IN_BACK) //1.66 - new_human.equip_to_slot_or_del(new /obj/item/defenses/handheld/sentry/upp/light, WEAR_IN_BACK) //2.66 - //face - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/cct, WEAR_L_EAR) - 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/mask/gas, WEAR_FACE) - //head - var/headgear = prob(70) ? /obj/item/clothing/head/helmet/marine/veteran/UPP/engi : /obj/item/clothing/head/uppcap/ushanka - new_human.equip_to_slot_or_del(new headgear, WEAR_HEAD) - //body - var/obj/item/clothing/under/marine/veteran/UPP/engi/UPP = new() - var/obj/item/clothing/accessory/storage/tool_webbing/equipped/W = new() - UPP.attach_accessory(new_human, W) - new_human.equip_to_slot_or_del(UPP, WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/device/binoculars, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/sapper, WEAR_J_STORE) - //waist - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine/upp/sapper(new_human), WEAR_WAIST) - //limb - 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/shoes/marine/upp/knife, WEAR_FEET) - //pockets - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/ert(new_human), WEAR_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/construction/full(new_human), WEAR_R_STORE) - -/datum/equipment_preset/upp/sapper/get_antag_clothing_equipment() - return list( - list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/marine/upp/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), - list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/UPP, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), - list("UM5 Personal Armor", 0, /obj/item/clothing/suit/storage/marine/faction/UPP, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY), - list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/upp, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), - list("Headset", 0, /obj/item/device/radio/headset/distress/UPP/cct, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), - list("Welding Goggles", 0, /obj/item/clothing/glasses/welding, MARINE_CAN_BUY_GLASSES, VENDOR_ITEM_MANDATORY), - list("Ration", 0, /obj/item/reagent_container/food/snacks/upp, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - list("Welderpack", 0, /obj/item/storage/backpack/marine/engineerpack/upp, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_MANDATORY), - - list("HELMET (CHOOSE 1)", 0, null, null, null), - list("Armored Cap", 0, /obj/item/clothing/head/uppcap, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - list("UM4 Helmet", 0, /obj/item/clothing/head/helmet/marine/veteran/UPP, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - - list("BELT (Choose 1)", 0, null, null, null), - list("Type 41 Ammo Load Rig", 0, /obj/item/storage/belt/marine/upp, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - list("Type 41 Pistol Holster Rig", 0, /obj/item/storage/belt/gun/m4a3, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - list("Toolbelt Rig (Full)", 0, /obj/item/storage/belt/utility/full, MARINE_CAN_BUY_BELT, VENDOR_ITEM_RECOMMENDED), - - list("POUCHES (Choose 2)", 0, null, null, null), - list("Construction Pouch", 0, /obj/item/storage/pouch/construction, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("First-Aid Pouch (Refillable Injectors)", 0, /obj/item/storage/pouch/firstaid/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Splints, Gauze, Ointment)", 0, /obj/item/storage/pouch/firstaid/full/alternate, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Pill Packets)", 0, /obj/item/storage/pouch/firstaid/full/pills, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Electronics Pouch (Full)", 0, /obj/item/storage/pouch/electronics/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Explosive Pouch", 0, /obj/item/storage/pouch/explosive, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Flare Pouch (Full)", 0, /obj/item/storage/pouch/flare/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Large Pistol Magazine Pouch", 0, /obj/item/storage/pouch/magazine/pistol/large, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Magazine Pouch", 0, /obj/item/storage/pouch/magazine, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medium General Pouch", 0, /obj/item/storage/pouch/general/medium, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Pouch", 0, /obj/item/storage/pouch/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Tools Pouch (Full)", 0, /obj/item/storage/pouch/tools/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - - list("MASK (CHOOSE 1)", 0, null, null, null), - list("Gas Mask", 0, /obj/item/clothing/mask/gas, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR), - list("Heat Absorbent Coif", 0, /obj/item/clothing/mask/rebreather/scarf, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR) - ) - -/datum/equipment_preset/upp/sapper/get_antag_gear_equipment() - return list( - list("SAPPER SET (MANDATORY)", 0, null, null, null), - list("Essential Sapper Set", 0, /obj/effect/essentials_set/engi, MARINE_CAN_BUY_ESSENTIALS, VENDOR_ITEM_MANDATORY), - - list("HANDHELD DEFENSE (CHOOSE 1)", 0, null, null, null), - list("UPP Planted Flag", 0, /obj/item/defenses/handheld/planted_flag/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_MANDATORY), - list("UPP SDS-R5 Sentry Flamer", 0, /obj/item/defenses/handheld/sentry/flamer/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_MANDATORY), - list("UPPA 32-H sentry gun", 0, /obj/item/defenses/handheld/sentry/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_MANDATORY), - - list("ENGINEERING SUPPLIES", 0, null, null, null), - list("Airlock Circuit Board", 2, /obj/item/circuitboard/airlock, null, VENDOR_ITEM_REGULAR), - list("APC Circuit Board", 2, /obj/item/circuitboard/apc, null, VENDOR_ITEM_REGULAR), - list("Entrenching Tool", 2, /obj/item/tool/shovel/etool, null, VENDOR_ITEM_REGULAR), - list("Fire Extinguisher (Portable)", 5, /obj/item/tool/extinguisher/mini, null, VENDOR_ITEM_REGULAR), - list("High-Capacity Power Cell", 3, /obj/item/cell/high, null, VENDOR_ITEM_REGULAR), - list("Metal x10", 5, /obj/item/stack/sheet/metal/small_stack, null, VENDOR_ITEM_RECOMMENDED), - list("Plasteel x10", 7, /obj/item/stack/sheet/plasteel/small_stack, null, VENDOR_ITEM_RECOMMENDED), - list("Range Finder", 10, /obj/item/device/binoculars/range, null, VENDOR_ITEM_REGULAR), - list("Sandbags x25", 10, /obj/item/stack/sandbags_empty/half, null, VENDOR_ITEM_RECOMMENDED), - - list("SPECIAL AMMUNITION", 0, null, null, null), - list("Type 71 AP Magazine (5.45x39mm)", 10, /obj/item/ammo_magazine/rifle/type71/ap , null, VENDOR_ITEM_REGULAR), - - list("ATTACHMENTS", 0, null, null, null), - list("Angled Grip", 10, /obj/item/attachable/angledgrip/upp, null, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 10, /obj/item/attachable/extended_barrel, null, VENDOR_ITEM_REGULAR), - list("Laser Sight", 10, /obj/item/attachable/lasersight/upp, null, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 10, /obj/item/attachable/reddot/upp, null, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 10, /obj/item/attachable/reflex/upp, null, VENDOR_ITEM_REGULAR), - list("Suppressor", 10, /obj/item/attachable/suppressor, null, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 10, /obj/item/attachable/verticalgrip/upp, null, VENDOR_ITEM_REGULAR), - - list("EXPLOSIVES", 0, null, null, null), - list("Plastic Explosive", 5, /obj/item/explosive/plastic, null, VENDOR_ITEM_REGULAR), - list("Smoke Grenade", 5, /obj/item/explosive/grenade/smokebomb, null, VENDOR_ITEM_REGULAR), - list("Type 6 Shrapnel Grenade", 15, /obj/item/explosive/grenade/high_explosive/upp, null, VENDOR_ITEM_REGULAR), - list("Type 8 WP Grenade", 20, /obj/item/explosive/grenade/phosphorus/upp, null, VENDOR_ITEM_REGULAR), - - list("UTILITIES", 0, null, null, null), - list("Brown Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest/brown_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Black Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Fire Extinguisher (Portable)", 5, /obj/item/tool/extinguisher/mini, null, VENDOR_ITEM_REGULAR), - list("Large General Pouch", 10, /obj/item/storage/pouch/general/large, null, VENDOR_ITEM_REGULAR), - list("Shoulder Holster", 10, /obj/item/clothing/accessory/storage/holster, null, VENDOR_ITEM_REGULAR), - list("Webbing", 10, /obj/item/clothing/accessory/storage/webbing, null, VENDOR_ITEM_REGULAR), - list("Drop Pouch", 10, /obj/item/clothing/accessory/storage/droppouch, null, VENDOR_ITEM_REGULAR), - ) - -//*****************************************************************************************************/ - -/datum/equipment_preset/upp/specialist - name = "UPP Specialist" - flags = EQUIPMENT_PRESET_EXTRA - - skills = /datum/skills/upp/specialist - assignment = JOB_UPP_SPECIALIST - rank = JOB_UPP_SPECIALIST - role_comm_title = "Spc" - paygrades = list(PAY_SHORT_UE5 = JOB_PLAYTIME_TIER_0) +/datum/equipment_preset/upp/machinegunner/load_gear(mob/living/carbon/human/new_human) -/datum/equipment_preset/upp/specialist/load_gear(mob/living/carbon/human/new_human) - //back - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/upp, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher, WEAR_IN_BACK) //1 - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) //1.33 - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) //1.66 + new_human.undershirt = "Naval Infantry Telnyashka" //face new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP, WEAR_L_EAR) //head - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP/heavy, WEAR_HEAD) - //body - var/obj/item/clothing/under/marine/veteran/UPP/UPP = new() - new_human.equip_to_slot_or_del(UPP, WEAR_BODY) + var/maybeberet = rand(1,3) + switch(maybeberet) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP/naval, WEAR_HEAD) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP/naval/alt, WEAR_HEAD) + if(3) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret/naval, WEAR_HEAD) + //uniform + var/obj/item/clothing/under/marine/veteran/UPP/uniform = new() + var/random_uniform = rand(1,2) + switch(random_uniform) + if(1) + uniform.roll_suit_jacket(new_human) + if(2) + uniform.roll_suit_sleeves(new_human) + new_human.equip_to_slot_or_del(uniform, WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/heavy, WEAR_JACKET) + //jacket + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/smartgunner/upp, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/pkp/iff, WEAR_J_STORE) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pkp, WEAR_IN_JACKET) //limbs - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/upp, WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine, WEAR_HANDS) //pockets - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/explosive/C4, WEAR_R_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/ert, WEAR_L_STORE) - - if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD]) - new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf/tacticalmask/green, WEAR_FACE) - - var/obj/item/device/internal_implant/subdermal_armor/implant = new() - implant.on_implanted(new_human) - - //body - var/obj/item/clothing/accessory/storage/black_vest/W = new() - UPP.attach_accessory(new_human, W) - for(var/i in 1 to W.hold.storage_slots) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/heavy/dragonsbreath, WEAR_IN_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/shotgun/type23, WEAR_J_STORE) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/heavy/dragonsbreath, WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate, WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/medium, WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pkp, WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pkp, WEAR_IN_R_STORE) //waist var/uppvetsidearm = prob(50) ? /obj/item/storage/belt/gun/type47/t73 : /obj/item/storage/belt/gun/type47/np92 - new_human.equip_to_slot_or_del(new uppvetsidearm, WEAR_WAIST) - -/datum/equipment_preset/upp/specialist/get_antag_clothing_equipment() - return list( - list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/marine/upp/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), - list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/UPP, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), - list("UH7 Heavy Plated Armor", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/heavy, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY), - list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/upp, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), - list("Headset", 0, /obj/item/device/radio/headset/distress/UPP, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), - list("Ration", 0, /obj/item/reagent_container/food/snacks/upp, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - list("Combat Pack", 0, /obj/item/storage/backpack/lightpack, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_MANDATORY), - - list("HELMET", 0, null, null, null), - list("UM7 Helmet", 0, /obj/item/clothing/head/helmet/marine/veteran/UPP/heavy, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_MANDATORY), - - list("BELT (CHOOSE 1)", 0, null, null, null), - list("Type 41 Ammo Load Rig", 0, /obj/item/storage/belt/marine/upp, MARINE_CAN_BUY_BELT, VENDOR_ITEM_RECOMMENDED), - list("Type 41 Pistol Holster Rig", 0, /obj/item/storage/belt/gun/type47, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - - list("POUCHES (CHOOSE 2)", 0, null, null, null), - list("Bayonet Sheath", 0, /obj/item/storage/pouch/bayonet/upp, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Explosive Pouch", 0, /obj/item/storage/pouch/explosive, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Refillable Injectors)", 0, /obj/item/storage/pouch/firstaid/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Splints, Gauze, Ointment)", 0, /obj/item/storage/pouch/firstaid/full/alternate, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Pill Packets)", 0, /obj/item/storage/pouch/firstaid/full/pills, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Flare Pouch (Full)", 0, /obj/item/storage/pouch/flare/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Large Magazine Pouch", 0, /obj/item/storage/pouch/magazine/large, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medium General Pouch", 0, /obj/item/storage/pouch/general/medium, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Magazine Pouch", 0, /obj/item/storage/pouch/magazine/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Pouch", 0, /obj/item/storage/pouch/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - - list("ATTACHMENT (CHOOSE 1)", 0, null, null, null), - list("Angled Grip", 0, /obj/item/attachable/angledgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 0, /obj/item/attachable/extended_barrel, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Laser Sight", 0, /obj/item/attachable/lasersight/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 0, /obj/item/attachable/reddot/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 0, /obj/item/attachable/reflex/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Suppressor", 0, /obj/item/attachable/suppressor, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 0, /obj/item/attachable/verticalgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - - list("MASK (CHOOSE 1)", 0, null, null, null), - list("Gas Mask", 0, /obj/item/clothing/mask/gas, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR), - list("Heat Absorbent Coif", 0, /obj/item/clothing/mask/rebreather/scarf, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR) - ) - -/datum/equipment_preset/upp/specialist/get_antag_gear_equipment() - return list( - list("HEAVY SET (MANDATORY)", 0, null, null, null), - list("Essential Heavy Set", 0, /obj/effect/essentials_set/upp_heavy, MARINE_CAN_BUY_ESSENTIALS, VENDOR_ITEM_MANDATORY), - - list("SPECIAL AMMUNITION", 0, null, null, null), - list("QYJ-72 Box Magazine(7.62x54mmR)", 15, /obj/item/ammo_magazine/pkp , null, VENDOR_ITEM_RECOMMENDED), - - list("ATTACHMENTS (NONE FIT QYJ-72)", 0, null, null, null), - list("Angled Grip", 10, /obj/item/attachable/angledgrip/upp, null, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 10, /obj/item/attachable/extended_barrel, null, VENDOR_ITEM_REGULAR), - list("Laser Sight", 10, /obj/item/attachable/lasersight/upp, null, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 10, /obj/item/attachable/reddot/upp, null, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 10, /obj/item/attachable/reflex/upp, null, VENDOR_ITEM_REGULAR), - list("Suppressor", 10, /obj/item/attachable/suppressor, null, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 10, /obj/item/attachable/verticalgrip/upp, null, VENDOR_ITEM_REGULAR), - - list("EXPLOSIVES", 0, null, null, null), - list("Plastic Explosive", 5, /obj/item/explosive/plastic, null, VENDOR_ITEM_REGULAR), - list("Smoke Grenade", 5, /obj/item/explosive/grenade/smokebomb, null, VENDOR_ITEM_REGULAR), - list("Type 6 Shrapnel Grenade", 15, /obj/item/explosive/grenade/high_explosive/upp, null, VENDOR_ITEM_REGULAR), - list("Type 8 WP Grenade", 20, /obj/item/explosive/grenade/phosphorus/upp, null, VENDOR_ITEM_REGULAR), - - list("UTILITIES", 0, null, null, null), - list("Brown Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest/brown_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Black Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Fire Extinguisher (Portable)", 5, /obj/item/tool/extinguisher/mini, null, VENDOR_ITEM_REGULAR), - list("Large General Pouch", 10, /obj/item/storage/pouch/general/large, null, VENDOR_ITEM_REGULAR), - list("Shoulder Holster", 10, /obj/item/clothing/accessory/storage/holster, null, VENDOR_ITEM_REGULAR), - list("Webbing", 10, /obj/item/clothing/accessory/storage/webbing, null, VENDOR_ITEM_REGULAR), - list("Drop Pouch", 10, /obj/item/clothing/accessory/storage/droppouch, null, VENDOR_ITEM_REGULAR), - ) + new_human.equip_to_slot_or_del(new uppvetsidearm, WEAR_WAIST) // 50/50 np92 or t73 + if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD]) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf, WEAR_FACE) //*****************************************************************************************************/ +/datum/equipment_preset/upp/squadlead + name = "UPP Squad Sergeant (Equipped)" + flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE + paygrades = list(PAY_SHORT_UE4 = JOB_PLAYTIME_TIER_0, PAY_SHORT_UE5 = JOB_PLAYTIME_TIER_1) + access = list(ACCESS_UPP_GENERAL, ACCESS_UPP_TLPREP) + assignment = JOB_SQUAD_TEAM_LEADER + rank = JOB_SQUAD_TEAM_LEADER + faction_group = list(FACTION_UPP) + faction = FACTION_UPP + role_comm_title = "SQSGT" -/datum/equipment_preset/upp/machinegunner - name = "UPP Machinegunner" - flags = EQUIPMENT_PRESET_EXTRA - - skills = /datum/skills/upp/specialist - assignment = JOB_UPP_SPECIALIST - rank = JOB_UPP_SPECIALIST - role_comm_title = "Spc" - paygrades = list(PAY_SHORT_UE5 = JOB_PLAYTIME_TIER_0) +/datum/equipment_preset/upp/squadlead/load_gear(mob/living/carbon/human/new_human) -/datum/equipment_preset/upp/machinegunner/load_gear(mob/living/carbon/human/new_human) + new_human.undershirt = "Naval Infantry Telnyashka" //back new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/upp, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher, WEAR_IN_BACK) //1 - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) //1.33 - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) //1.66 + new_human.equip_to_slot_or_del(new /obj/item/roller/bedroll, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/drinks/flask/canteen, WEAR_IN_BACK) //face new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP, WEAR_L_EAR) //head - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP/heavy, WEAR_HEAD) - //body - var/obj/item/clothing/under/marine/veteran/UPP/UPP = new() - new_human.equip_to_slot_or_del(UPP, WEAR_BODY) + var/maybeberet = rand(1,3) + switch(maybeberet) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP/naval, WEAR_HEAD) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP/naval/alt, WEAR_HEAD) + if(3) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret/naval, WEAR_HEAD) + //uniform + var/obj/item/clothing/under/marine/veteran/UPP/uniform = new() + var/random_uniform = rand(1,2) + switch(random_uniform) + if(1) + uniform.roll_suit_jacket(new_human) + if(2) + uniform.roll_suit_sleeves(new_human) + new_human.equip_to_slot_or_del(uniform, WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/heavy, WEAR_JACKET) + //jacket + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/flamer, WEAR_J_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine/upp/full, WEAR_WAIST) //limbs - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/upp, WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp_knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine, WEAR_HANDS) //pockets - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/explosive/C4, WEAR_R_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/ert, WEAR_L_STORE) - - if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD]) - new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf/tacticalmask/green, WEAR_FACE) - - var/obj/item/device/internal_implant/subdermal_armor/implant = new() - implant.on_implanted(new_human) - - //body - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/pkp, WEAR_J_STORE) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pkp, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pkp, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pkp, WEAR_IN_JACKET) - //waist - var/uppvetsidearm = prob(50) ? /obj/item/storage/belt/gun/type47/t73 : /obj/item/storage/belt/gun/type47/np92 - new_human.equip_to_slot_or_del(new uppvetsidearm, WEAR_WAIST) // 50/50 np92 or t73 - -/datum/equipment_preset/upp/machinegunner/get_antag_clothing_equipment() - return list( - list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/marine/upp/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), - list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/UPP, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), - list("UH7 Heavy Plated Armor", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/heavy, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY), - list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/upp, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), - list("Headset", 0, /obj/item/device/radio/headset/distress/UPP, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), - list("Ration", 0, /obj/item/reagent_container/food/snacks/upp, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - list("Combat Pack", 0, /obj/item/storage/backpack/lightpack, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_MANDATORY), - - list("HELMET", 0, null, null, null), - list("UM7 Helmet", 0, /obj/item/clothing/head/helmet/marine/veteran/UPP/heavy, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_MANDATORY), - - list("BELT (CHOOSE 1)", 0, null, null, null), - list("Type 41 Ammo Load Rig", 0, /obj/item/storage/belt/marine/upp, MARINE_CAN_BUY_BELT, VENDOR_ITEM_RECOMMENDED), - list("Type 41 Pistol Holster Rig", 0, /obj/item/storage/belt/gun/m4a3, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - - list("POUCHES (CHOOSE 2)", 0, null, null, null), - list("Bayonet Sheath", 0, /obj/item/storage/pouch/bayonet/upp, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Explosive Pouch", 0, /obj/item/storage/pouch/explosive, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Refillable Injectors)", 0, /obj/item/storage/pouch/firstaid/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Splints, Gauze, Ointment)", 0, /obj/item/storage/pouch/firstaid/full/alternate, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Pill Packets)", 0, /obj/item/storage/pouch/firstaid/full/pills, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Flare Pouch (Full)", 0, /obj/item/storage/pouch/flare/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Large Magazine Pouch", 0, /obj/item/storage/pouch/magazine/large, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medium General Pouch", 0, /obj/item/storage/pouch/general/medium, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Magazine Pouch", 0, /obj/item/storage/pouch/magazine/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Pouch", 0, /obj/item/storage/pouch/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - - list("ATTACHMENT (CHOOSE 1)", 0, null, null, null), - list("Angled Grip", 0, /obj/item/attachable/angledgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 0, /obj/item/attachable/extended_barrel, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Laser Sight", 0, /obj/item/attachable/lasersight/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 0, /obj/item/attachable/reddot/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 0, /obj/item/attachable/reflex/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Suppressor", 0, /obj/item/attachable/suppressor, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 0, /obj/item/attachable/verticalgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - - list("MASK (CHOOSE 1)", 0, null, null, null), - list("Gas Mask", 0, /obj/item/clothing/mask/gas, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR), - list("Heat Absorbent Coif", 0, /obj/item/clothing/mask/rebreather/scarf, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR) - ) - -/datum/equipment_preset/upp/machinegunner/get_antag_gear_equipment() - return list( - list("HEAVY SET (MANDATORY)", 0, null, null, null), - list("Essential Heavy Set", 0, /obj/effect/essentials_set/upp_heavy, MARINE_CAN_BUY_ESSENTIALS, VENDOR_ITEM_MANDATORY), - - list("SPECIAL AMMUNITION", 0, null, null, null), - list("QYJ-72 Box Magazine (7.62x54mmR)", 15, /obj/item/ammo_magazine/pkp , null, VENDOR_ITEM_RECOMMENDED), - - list("ATTACHMENTS (NONE FIT QYJ-72)", 0, null, null, null), - list("Angled Grip", 10, /obj/item/attachable/angledgrip/upp, null, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 10, /obj/item/attachable/extended_barrel, null, VENDOR_ITEM_REGULAR), - list("Laser Sight", 10, /obj/item/attachable/lasersight/upp, null, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 10, /obj/item/attachable/reddot/upp, null, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 10, /obj/item/attachable/reflex/upp, null, VENDOR_ITEM_REGULAR), - list("Suppressor", 10, /obj/item/attachable/suppressor, null, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 10, /obj/item/attachable/verticalgrip/upp, null, VENDOR_ITEM_REGULAR), - - list("EXPLOSIVES", 0, null, null, null), - list("Plastic Explosive", 5, /obj/item/explosive/plastic, null, VENDOR_ITEM_REGULAR), - list("Smoke Grenade", 5, /obj/item/explosive/grenade/smokebomb, null, VENDOR_ITEM_REGULAR), - list("Type 6 Shrapnel Grenade", 15, /obj/item/explosive/grenade/high_explosive/upp, null, VENDOR_ITEM_REGULAR), - list("Type 8 WP Grenade", 20, /obj/item/explosive/grenade/phosphorus/upp, null, VENDOR_ITEM_REGULAR), - - list("UTILITIES", 0, null, null, null), - list("Brown Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest/brown_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Black Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Fire Extinguisher (Portable)", 5, /obj/item/tool/extinguisher/mini, null, VENDOR_ITEM_REGULAR), - list("Large General Pouch", 10, /obj/item/storage/pouch/general/large, null, VENDOR_ITEM_REGULAR), - list("Shoulder Holster", 10, /obj/item/clothing/accessory/storage/holster, null, VENDOR_ITEM_REGULAR), - list("Webbing", 10, /obj/item/clothing/accessory/storage/webbing, null, VENDOR_ITEM_REGULAR), - list("Drop Pouch", 10, /obj/item/clothing/accessory/storage/droppouch, null, VENDOR_ITEM_REGULAR), - ) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine, WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71, WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71, WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71, WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate, WEAR_L_STORE) //*****************************************************************************************************/ -/datum/equipment_preset/upp/leader - name = "UPP Squad Leader" - flags = EQUIPMENT_PRESET_EXTRA +/datum/equipment_preset/upp/navallead + name = "UPP Platoon Sergeant (Equipped)" + flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE + assignment = JOB_SQUAD_LEADER + role_comm_title = "PLTSGT" + rank = JOB_SQUAD_LEADER + paygrades = list(PAY_SHORT_UE6 = JOB_PLAYTIME_TIER_0, PAY_SHORT_UE7 = JOB_PLAYTIME_TIER_1) + skills = /datum/skills/SL + languages = list(LANGUAGE_RUSSIAN, LANGUAGE_ENGLISH, LANGUAGE_CHINESE) + access = list(ACCESS_UPP_GENERAL, ACCESS_UPP_ARMORY, ACCESS_UPP_FLIGHT, ACCESS_UPP_SQUAD_ONE, ACCESS_UPP_SQUAD_TWO, ACCESS_UPP_LEADERSHIP, ACCESS_UPP_MEDPREP, ACCESS_UPP_TLPREP) + minimap_icon = "leader" - skills = /datum/skills/upp/SL - assignment = JOB_UPP_LEADER - rank = JOB_UPP_LEADER - role_comm_title = "SL" - paygrades = list(PAY_SHORT_UE6 = JOB_PLAYTIME_TIER_0) +/datum/equipment_preset/upp/navallead/load_gear(mob/living/carbon/human/new_human) -/datum/equipment_preset/upp/leader/load_gear(mob/living/carbon/human/new_human) - var/UPPleadsidearm = rand(1,4) + new_human.undershirt = "Naval Infantry Telnyashka" //back new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/upp, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher/mini, WEAR_IN_BACK) //0.66 - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/phosphorus/upp, WEAR_IN_BACK) //1.33 - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/phosphorus/upp, WEAR_IN_BACK) //2 - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/phosphorus/upp, WEAR_IN_BACK) //2.66 - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) //3.33 - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) //4 - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71/ap, WEAR_IN_BACK) //5 + new_human.equip_to_slot_or_del(new /obj/item/roller/bedroll, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/drinks/flask/canteen, WEAR_IN_BACK) //face - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/command, WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP, WEAR_L_EAR) //head - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret, WEAR_HEAD) - //body - var/obj/item/clothing/under/marine/veteran/UPP/UPP = new() - var/obj/item/clothing/accessory/storage/webbing/W = new() - UPP.attach_accessory(new_human, W) - new_human.equip_to_slot_or_del(UPP, WEAR_BODY) + var/maybeberet = rand(1,3) + switch(maybeberet) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP/naval, WEAR_HEAD) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP/naval/alt, WEAR_HEAD) + if(3) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret/naval, WEAR_HEAD) + //uniform + var/obj/item/clothing/under/marine/veteran/UPP/uniform = new() + var/random_uniform = rand(1,2) + switch(random_uniform) + if(1) + uniform.roll_suit_jacket(new_human) + if(2) + uniform.roll_suit_sleeves(new_human) + new_human.equip_to_slot_or_del(uniform, WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71, WEAR_IN_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71/ap, WEAR_IN_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71/ap, WEAR_IN_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/heavy, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/device/binoculars/range, WEAR_IN_JACKET) + //jacket + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_JACKET) new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/flamer, WEAR_J_STORE) - //waist - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/t73, WEAR_WAIST) - switch(UPPleadsidearm) - if(1 to 2) // 50% - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/t73, WEAR_WAIST) - if(3) //25% - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/np92, WEAR_WAIST) - if(4) //25% - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/revolver, WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/large_holster/machete/arnold/weak, WEAR_WAIST) //limbs - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/upp, WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp_knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine, WEAR_HANDS) //pockets - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/flamertank, WEAR_R_STORE) - new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher, WEAR_IN_R_STORE) - new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher, WEAR_IN_R_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/ert, WEAR_L_STORE) - - if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD]) - new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf/tacticalmask/green, WEAR_FACE) - -/datum/equipment_preset/upp/leader/get_antag_clothing_equipment() - return list( - list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/marine/upp/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), - list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/UPP, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), - list("UH7 Heavy Plated Armor", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/heavy, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY), - list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/upp, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), - list("Headset", 0, /obj/item/device/radio/headset/distress/UPP/command, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), - list("Ration", 0, /obj/item/reagent_container/food/snacks/upp, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - list("Combat Pack", 0, /obj/item/storage/backpack/lightpack/upp, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_MANDATORY), - - list("HELMET (CHOOSE 1)", 0, null, null, null), - list("Armored Beret", 0, /obj/item/clothing/head/uppcap/beret, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - list("UM4 Helmet", 0, /obj/item/clothing/head/helmet/marine/veteran/UPP, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - - list("BELT (CHOOSE 1)", 0, null, null, null), - list("Type 41 Ammo Load Rig", 0, /obj/item/storage/belt/marine/upp, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - list("Type 41 Pistol Holster Rig", 0, /obj/item/storage/belt/gun/m4a3, MARINE_CAN_BUY_BELT, VENDOR_ITEM_RECOMMENDED), - - list("POUCHES (CHOOSE 2)", 0, null, null, null), - list("Auto-Injector Pouch", 0, /obj/item/storage/pouch/autoinjector, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Bayonet Sheath", 0, /obj/item/storage/pouch/bayonet/upp, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Explosive Pouch", 0, /obj/item/storage/pouch/explosive, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Refillable Injectors)", 0, /obj/item/storage/pouch/firstaid/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Splints, Gauze, Ointment)", 0, /obj/item/storage/pouch/firstaid/full/alternate, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Pill Packets)", 0, /obj/item/storage/pouch/firstaid/full/pills, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Flare Pouch (Full)", 0, /obj/item/storage/pouch/flare/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Large Magazine Pouch", 0, /obj/item/storage/pouch/magazine/large, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Medium General Pouch", 0, /obj/item/storage/pouch/general/medium, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medical Kit Pouch", 0, /obj/item/storage/pouch/medkit, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Magazine Pouch", 0, /obj/item/storage/pouch/magazine/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Pouch", 0, /obj/item/storage/pouch/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - - list("ATTACHMENT (CHOOSE 1)", 0, null, null, null), - list("Angled Grip", 0, /obj/item/attachable/angledgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 0, /obj/item/attachable/extended_barrel, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Laser Sight", 0, /obj/item/attachable/lasersight/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 0, /obj/item/attachable/reddot/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 0, /obj/item/attachable/reflex/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Suppressor", 0, /obj/item/attachable/suppressor, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 0, /obj/item/attachable/verticalgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - - list("MASK (CHOOSE 1)", 0, null, null, null), - list("Gas Mask", 0, /obj/item/clothing/mask/gas, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR), - list("Heat Absorbent Coif", 0, /obj/item/clothing/mask/rebreather/scarf, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR) - ) - -/datum/equipment_preset/upp/leader/get_antag_gear_equipment() - return list( - list("SQUAD LEADER SET (MANDATORY)", 0, null, null, null), - list("Essential SL Set", 0, /obj/effect/essentials_set/leader/upp, MARINE_CAN_BUY_ESSENTIALS, VENDOR_ITEM_MANDATORY), - - list("GENERAL SUPPLIES", 0, null, null, null), - list("Whistle", 5, /obj/item/device/whistle, null, VENDOR_ITEM_REGULAR), - - list("ENGINEERING SUPPLIES", 0, null, null, null), - list("Entrenching Tool", 2, /obj/item/tool/shovel/etool, null, VENDOR_ITEM_REGULAR), - list("Insulated Gloves", 3, /obj/item/clothing/gloves/yellow, null, VENDOR_ITEM_REGULAR), - list("Metal x10", 5, /obj/item/stack/sheet/metal/small_stack, null, VENDOR_ITEM_RECOMMENDED), - list("Plasteel x10", 7, /obj/item/stack/sheet/plasteel/small_stack, null, VENDOR_ITEM_RECOMMENDED), - list("Sandbags x25", 10, /obj/item/stack/sandbags_empty/half, null, VENDOR_ITEM_RECOMMENDED), - list("Tools Pouch (Full)", 5, /obj/item/storage/pouch/tools/full, null, VENDOR_ITEM_REGULAR), - list("Welding Goggles", 5, /obj/item/clothing/glasses/welding, null, VENDOR_ITEM_REGULAR), - - list("MEDICAL SUPPLIES", 0, null, null, null), - list("Burn Kit", 2, /obj/item/stack/medical/advanced/ointment, null, VENDOR_ITEM_REGULAR), - list("Trauma Kit", 2, /obj/item/stack/medical/advanced/bruise_pack, null, VENDOR_ITEM_REGULAR), - list("Advanced Firstaid Kit", 12, /obj/item/storage/firstaid/adv, null, VENDOR_ITEM_REGULAR), - list("Medical Splints", 1, /obj/item/stack/medical/splint, null, VENDOR_ITEM_REGULAR), - - list("Injector (Bicaridine)", 1, /obj/item/reagent_container/hypospray/autoinjector/bicaridine, null, VENDOR_ITEM_REGULAR), - list("Injector (Dexalin+)", 1, /obj/item/reagent_container/hypospray/autoinjector/dexalinp, null, VENDOR_ITEM_REGULAR), - list("Injector (Inaprovaline)", 1, /obj/item/reagent_container/hypospray/autoinjector/inaprovaline, null, VENDOR_ITEM_REGULAR), - list("Injector (Kelotane)", 1, /obj/item/reagent_container/hypospray/autoinjector/kelotane, null, VENDOR_ITEM_REGULAR), - list("Injector (Oxycodone)", 2, /obj/item/reagent_container/hypospray/autoinjector/oxycodone, null, VENDOR_ITEM_REGULAR), - list("Injector (Tramadol)", 1, /obj/item/reagent_container/hypospray/autoinjector/tramadol, null, VENDOR_ITEM_REGULAR), - list("Injector (Tricord)", 1, /obj/item/reagent_container/hypospray/autoinjector/tricord, null, VENDOR_ITEM_REGULAR), - - list("Health Analyzer", 4, /obj/item/device/healthanalyzer, null, VENDOR_ITEM_REGULAR), - list("Medical HUD Glasses", 4, /obj/item/clothing/glasses/hud/health, null, VENDOR_ITEM_MANDATORY), - - list("SPECIAL AMMUNITION", 0, null, null, null), - list("Type 71 AP Magazine (5.45x39mm)", 10, /obj/item/ammo_magazine/rifle/type71/ap , null, VENDOR_ITEM_REGULAR), - - list("ATTACHMENTS", 0, null, null, null), - list("Angled Grip", 10, /obj/item/attachable/angledgrip/upp, null, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 10, /obj/item/attachable/extended_barrel, null, VENDOR_ITEM_REGULAR), - list("Laser Sight", 10, /obj/item/attachable/lasersight/upp, null, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 10, /obj/item/attachable/reddot/upp, null, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 10, /obj/item/attachable/reflex/upp, null, VENDOR_ITEM_REGULAR), - list("Suppressor", 10, /obj/item/attachable/suppressor, null, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 10, /obj/item/attachable/verticalgrip/upp, null, VENDOR_ITEM_REGULAR), - - list("EXPLOSIVES", 0, null, null, null), - list("Plastic Explosive", 5, /obj/item/explosive/plastic, null, VENDOR_ITEM_REGULAR), - list("Smoke Grenade", 5, /obj/item/explosive/grenade/smokebomb, null, VENDOR_ITEM_REGULAR), - list("Type 6 Shrapnel Grenade", 15, /obj/item/explosive/grenade/high_explosive/upp, null, VENDOR_ITEM_REGULAR), - list("Type 8 WP Grenade", 20, /obj/item/explosive/grenade/phosphorus/upp, null, VENDOR_ITEM_REGULAR), - - list("UTILITIES", 0, null, null, null), - list("Brown Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest/brown_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Black Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Fire Extinguisher (Portable)", 5, /obj/item/tool/extinguisher/mini, null, VENDOR_ITEM_REGULAR), - list("Large General Pouch", 10, /obj/item/storage/pouch/general/large, null, VENDOR_ITEM_REGULAR), - list("Shoulder Holster", 10, /obj/item/clothing/accessory/storage/holster, null, VENDOR_ITEM_REGULAR), - list("Webbing", 10, /obj/item/clothing/accessory/storage/webbing, null, VENDOR_ITEM_REGULAR), - list("Drop Pouch", 10, /obj/item/clothing/accessory/storage/droppouch, null, VENDOR_ITEM_REGULAR), - ) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine, WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71, WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71, WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71, WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate, WEAR_L_STORE) //*****************************************************************************************************/ -//=====================// -// Support Roles // -//=================// - /datum/equipment_preset/upp/military_police name = "UPP Military Police" flags = EQUIPMENT_PRESET_EXTRA - - skills = /datum/skills/upp/military_police assignment = JOB_UPP_POLICE - rank = JOB_UPP_POLICE role_comm_title = "MP" - paygrades = list(PAY_SHORT_UE6 = JOB_PLAYTIME_TIER_0) + rank = JOB_UPP_POLICE + paygrades = list(PAY_SHORT_UE4 = JOB_PLAYTIME_TIER_0, PAY_SHORT_UE5 = JOB_PLAYTIME_TIER_1) + skills = /datum/skills/upp/military_police + access = list(ACCESS_UPP_GENERAL, ACCESS_UPP_SECURITY, ACCESS_UPP_ARMORY, ACCESS_UPP_FLIGHT, ACCESS_UPP_SQUAD_ONE, ACCESS_UPP_SQUAD_TWO, ACCESS_UPP_LEADERSHIP, ACCESS_UPP_SENIOR_LEAD, ACCESS_UPP_MEDPREP, ACCESS_UPP_TLPREP) /datum/equipment_preset/upp/military_police/load_gear(mob/living/carbon/human/new_human) + + new_human.undershirt = "Naval Infantry Telnyashka" //back - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/upp, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) - //face + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/black, WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP, WEAR_L_EAR) - new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/pmc/upp, WEAR_FACE) - //head - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret, WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret/naval, WEAR_HEAD) //uniform - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/mp, WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP, WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) //jacket - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/mp, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/device/binoculars, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/revolver, WEAR_J_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/light/pap, WEAR_JACKET) //waist new_human.equip_to_slot_or_del(new /obj/item/storage/belt/security/MP/UPP/full, WEAR_WAIST) //limbs - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/upp, WEAR_HANDS) - //pockets - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/autoinjector/full, WEAR_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/medium, WEAR_R_STORE) - new_human.equip_to_slot_or_del(new /obj/item/device/taperecorder, WEAR_IN_R_STORE) - new_human.equip_to_slot_or_del(new /obj/item/stack/medical/bruise_pack, WEAR_IN_R_STORE) - -/datum/equipment_preset/upp/military_police/get_antag_clothing_equipment() - return list( - list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/marine/upp/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), - list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/UPP/mp, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), - list("UL4 camouflaged jacket", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/mp, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY), - list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/upp, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), - list("Headset", 0, /obj/item/device/radio/headset/distress/UPP, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), - list("Ration", 0, /obj/item/reagent_container/food/snacks/upp, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - list("Combat Pack", 0, /obj/item/storage/backpack/lightpack/upp, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_MANDATORY), - - list("HELMET (CHOOSE 1)", 0, null, null, null), - list("Armored Beret", 0, /obj/item/clothing/head/uppcap/beret, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - list("UM4 Helmet", 0, /obj/item/clothing/head/helmet/marine/veteran/UPP, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_RECOMMENDED), - - list("ARMOR (CHOOSE 1)", 0, null, null, null), - list("UL4 camouflaged jacket", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/mp, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_REGULAR), - list("UL6 Personal Armor", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/support, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY), - - list("BELT (CHOOSE 1)", 0, null, null, null), - list("Type 41 Ammo Load Rig", 0, /obj/item/storage/belt/marine/upp, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - list("Type 41 Pistol Holster Rig", 0, /obj/item/storage/belt/gun/m4a3, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - list("Type 43 Military Police Rig", 0, /obj/item/storage/belt/security/MP/UPP/full, MARINE_CAN_BUY_BELT, VENDOR_ITEM_RECOMMENDED), - - list("POUCHES (CHOOSE 2)", 0, null, null, null), - list("Auto-Injector Pouch", 0, /obj/item/storage/pouch/autoinjector, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Bayonet Sheath", 0, /obj/item/storage/pouch/bayonet/upp, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Explosive Pouch", 0, /obj/item/storage/pouch/explosive, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Refillable Injectors)", 0, /obj/item/storage/pouch/firstaid/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Splints, Gauze, Ointment)", 0, /obj/item/storage/pouch/firstaid/full/alternate, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Pill Packets)", 0, /obj/item/storage/pouch/firstaid/full/pills, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Flare Pouch (Full)", 0, /obj/item/storage/pouch/flare/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Large Magazine Pouch", 0, /obj/item/storage/pouch/magazine/large, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Medium General Pouch", 0, /obj/item/storage/pouch/general/medium, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medical Kit Pouch", 0, /obj/item/storage/pouch/medkit, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Magazine Pouch", 0, /obj/item/storage/pouch/magazine/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Pouch", 0, /obj/item/storage/pouch/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - - list("ATTACHMENT (CHOOSE 1)", 0, null, null, null), - list("Angled Grip", 0, /obj/item/attachable/angledgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 0, /obj/item/attachable/extended_barrel, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Laser Sight", 0, /obj/item/attachable/lasersight/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 0, /obj/item/attachable/reddot/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 0, /obj/item/attachable/reflex/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Suppressor", 0, /obj/item/attachable/suppressor, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 0, /obj/item/attachable/verticalgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - - list("MASK (CHOOSE 1)", 0, null, null, null), - list("Gas Mask", 0, /obj/item/clothing/mask/gas/pmc/upp, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR), - list("Heat Absorbent Coif", 0, /obj/item/clothing/mask/rebreather/scarf, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR) - ) - -/datum/equipment_preset/upp/military_police/get_antag_gear_equipment() - return list( - list("SQUAD LEADER SET (MANDATORY)", 0, null, null, null), - list("Essential SL Set", 0, /obj/effect/essentials_set/leader/upp, MARINE_CAN_BUY_ESSENTIALS, VENDOR_ITEM_MANDATORY), - - list("GENERAL SUPPLIES", 0, null, null, null), - list("Whistle", 5, /obj/item/device/whistle, null, VENDOR_ITEM_REGULAR), - - list("ENGINEERING SUPPLIES", 0, null, null, null), - list("Entrenching Tool", 2, /obj/item/tool/shovel/etool, null, VENDOR_ITEM_REGULAR), - list("Insulated Gloves", 3, /obj/item/clothing/gloves/yellow, null, VENDOR_ITEM_REGULAR), - list("Metal x10", 5, /obj/item/stack/sheet/metal/small_stack, null, VENDOR_ITEM_RECOMMENDED), - list("Plasteel x10", 7, /obj/item/stack/sheet/plasteel/small_stack, null, VENDOR_ITEM_RECOMMENDED), - list("Sandbags x25", 10, /obj/item/stack/sandbags_empty/half, null, VENDOR_ITEM_RECOMMENDED), - list("Tools Pouch (Full)", 5, /obj/item/storage/pouch/tools/full, null, VENDOR_ITEM_REGULAR), - list("Welding Goggles", 5, /obj/item/clothing/glasses/welding, null, VENDOR_ITEM_REGULAR), - - list("MEDICAL SUPPLIES", 0, null, null, null), - list("Burn Kit", 2, /obj/item/stack/medical/advanced/ointment, null, VENDOR_ITEM_REGULAR), - list("Trauma Kit", 2, /obj/item/stack/medical/advanced/bruise_pack, null, VENDOR_ITEM_REGULAR), - list("Advanced Firstaid Kit", 12, /obj/item/storage/firstaid/adv, null, VENDOR_ITEM_REGULAR), - list("Medical Splints", 1, /obj/item/stack/medical/splint, null, VENDOR_ITEM_REGULAR), - - list("Injector (Bicaridine)", 1, /obj/item/reagent_container/hypospray/autoinjector/bicaridine, null, VENDOR_ITEM_REGULAR), - list("Injector (Dexalin+)", 1, /obj/item/reagent_container/hypospray/autoinjector/dexalinp, null, VENDOR_ITEM_REGULAR), - list("Injector (Inaprovaline)", 1, /obj/item/reagent_container/hypospray/autoinjector/inaprovaline, null, VENDOR_ITEM_REGULAR), - list("Injector (Kelotane)", 1, /obj/item/reagent_container/hypospray/autoinjector/kelotane, null, VENDOR_ITEM_REGULAR), - list("Injector (Oxycodone)", 2, /obj/item/reagent_container/hypospray/autoinjector/oxycodone, null, VENDOR_ITEM_REGULAR), - list("Injector (Tramadol)", 1, /obj/item/reagent_container/hypospray/autoinjector/tramadol, null, VENDOR_ITEM_REGULAR), - list("Injector (Tricord)", 1, /obj/item/reagent_container/hypospray/autoinjector/tricord, null, VENDOR_ITEM_REGULAR), - - list("Health Analyzer", 4, /obj/item/device/healthanalyzer, null, VENDOR_ITEM_REGULAR), - list("Medical HUD Glasses", 4, /obj/item/clothing/glasses/hud/health, null, VENDOR_ITEM_MANDATORY), - - list("SPECIAL AMMUNITION", 0, null, null, null), - list("Type 71 AP Magazine (5.45x39mm)", 10, /obj/item/ammo_magazine/rifle/type71/ap , null, VENDOR_ITEM_REGULAR), - - list("ATTACHMENTS", 0, null, null, null), - list("Angled Grip", 10, /obj/item/attachable/angledgrip/upp, null, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 10, /obj/item/attachable/extended_barrel, null, VENDOR_ITEM_REGULAR), - list("Laser Sight", 10, /obj/item/attachable/lasersight/upp, null, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 10, /obj/item/attachable/reddot/upp, null, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 10, /obj/item/attachable/reflex/upp, null, VENDOR_ITEM_REGULAR), - list("Suppressor", 10, /obj/item/attachable/suppressor, null, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 10, /obj/item/attachable/verticalgrip/upp, null, VENDOR_ITEM_REGULAR), - - list("EXPLOSIVES", 0, null, null, null), - list("Plastic Explosive", 5, /obj/item/explosive/plastic, null, VENDOR_ITEM_REGULAR), - list("Smoke Grenade", 5, /obj/item/explosive/grenade/smokebomb, null, VENDOR_ITEM_REGULAR), - list("Type 6 Shrapnel Grenade", 15, /obj/item/explosive/grenade/high_explosive/upp, null, VENDOR_ITEM_REGULAR), - list("Type 8 WP Grenade", 20, /obj/item/explosive/grenade/phosphorus/upp, null, VENDOR_ITEM_REGULAR), - - list("UTILITIES", 0, null, null, null), - list("Brown Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest/brown_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Black Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Fire Extinguisher (Portable)", 5, /obj/item/tool/extinguisher/mini, null, VENDOR_ITEM_REGULAR), - list("Large General Pouch", 10, /obj/item/storage/pouch/general/large, null, VENDOR_ITEM_REGULAR), - list("Shoulder Holster", 10, /obj/item/clothing/accessory/storage/holster, null, VENDOR_ITEM_REGULAR), - list("Webbing", 10, /obj/item/clothing/accessory/storage/webbing, null, VENDOR_ITEM_REGULAR), - list("Drop Pouch", 10, /obj/item/clothing/accessory/storage/droppouch, null, VENDOR_ITEM_REGULAR), - ) - -//*****************************************************************************************************/ - - -/datum/equipment_preset/upp/doctor - name = "UPP Doctor" - flags = EQUIPMENT_PRESET_EXTRA - - skills = /datum/skills/upp/combat_medic - assignment = JOB_UPP_LT_DOKTOR - rank = JOB_UPP_LT_DOKTOR - role_comm_title = "Lt. Med." - paygrades = list(PAY_SHORT_UO1 = JOB_PLAYTIME_TIER_0) - -/datum/equipment_preset/upp/doctor/load_gear(mob/living/carbon/human/new_human) - //back - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/upp, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/defibrillator, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/storage/firstaid/adv, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/roller/surgical, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/pistol/np92, WEAR_IN_BACK) //targeting unarmed medical personal is not a war crime in aliens(primarily because, off memory, warcrimes aren't really a thing, although this definately is bad manners), and the playerbase is HRP in this concern!(if you don't get the joke, the players regularly execute unarmed doctors in hvh events. :D) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/np92, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/np92, WEAR_IN_BACK) - //face - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP, WEAR_L_EAR) - if(new_human.disabilities & NEARSIGHTED) - new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/health/prescription(new_human), WEAR_EYES) - else - new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/health(new_human), WEAR_EYES) - //head - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/ushanka, WEAR_HEAD) - //body - var/obj/item/clothing/under/marine/veteran/UPP/medic/UPP = new() - var/obj/item/clothing/accessory/storage/surg_vest/equipped/W = new() - UPP.attach_accessory(new_human, W) - new_human.equip_to_slot_or_del(UPP, WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) - //waist - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/upp/full, WEAR_WAIST) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/hypospray/autoinjector/oxycodone, WEAR_IN_BELT) - //limbs - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/upp, WEAR_HANDS) - //póckets - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large, WEAR_R_STORE) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_R_STORE) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_R_STORE) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_R_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/medical, WEAR_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/tool/surgery/synthgraft, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/device/healthanalyzer, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/hypospray/autoinjector/oxycodone, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/hypospray/tricordrazine, WEAR_IN_L_STORE) - - if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD]) - new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf/tacticalmask/green, WEAR_FACE) - -/datum/equipment_preset/upp/doctor/get_antag_clothing_equipment() - return list( - list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/marine/upp/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), - list("Medic Fatigues", 0, /obj/item/clothing/under/marine/veteran/UPP/medic, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), - list("UL6 Personal Armor", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/support, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY), - list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/upp, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), - list("Headset", 0, /obj/item/device/radio/headset/distress/UPP, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), - list("Ration", 0, /obj/item/reagent_container/food/snacks/upp, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - list("Combat Pack", 0, /obj/item/storage/backpack/lightpack, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_MANDATORY), - list("HealthMate HUD", 0, /obj/item/clothing/glasses/hud/health, MARINE_CAN_BUY_GLASSES, VENDOR_ITEM_MANDATORY), - - list("HELMET (CHOOSE 1)", 0, null, null, null), - list("Ushanka", 0, /obj/item/clothing/head/uppcap/ushanka, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - - list("BELT", 0, null, null, null), - list("Type 41 Lifesaver Bag", 0, /obj/item/storage/belt/medical/lifesaver/upp/full, MARINE_CAN_BUY_BELT, VENDOR_ITEM_MANDATORY), - - list("POUCHES (CHOOSE 2)", 0, null, null, null), - list("Auto-Injector Pouch", 0, /obj/item/storage/pouch/autoinjector, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("First-Aid Pouch (Refillable Injectors)", 0, /obj/item/storage/pouch/firstaid/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Splints, Gauze, Ointment)", 0, /obj/item/storage/pouch/firstaid/full/alternate, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Pill Packets)", 0, /obj/item/storage/pouch/firstaid/full/pills, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("First Responder Pouch", 0, /obj/item/storage/pouch/first_responder, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Flare Pouch (Full)", 0, /obj/item/storage/pouch/flare/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Medical Pouch (Splints)", 0, /obj/item/storage/pouch/medical/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medical Pouch (Pills)", 0, /obj/item/storage/pouch/medical/full/pills, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medium General Pouch", 0, /obj/item/storage/pouch/general/medium, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medical Kit Pouch", 0, /obj/item/storage/pouch/medkit, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - - list("MASK (CHOOSE 1)", 0, null, null, null), - list("Gas Mask", 0, /obj/item/clothing/mask/gas, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR), - list("Heat Absorbent Coif", 0, /obj/item/clothing/mask/rebreather/scarf, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR) - ) - -/datum/equipment_preset/upp/doctor/get_antag_gear_equipment() - return list( - list("MEDIC SET (MANDATORY)", 0, null, null, null), - list("Essential Medic Set", 0, /obj/effect/essentials_set/medic/upp, MARINE_CAN_BUY_ESSENTIALS, VENDOR_ITEM_MANDATORY), - - list("FIELD SUPPLIES", 0, null, null, null), - list("Burn Kit", 2, /obj/item/stack/medical/advanced/ointment, null, VENDOR_ITEM_RECOMMENDED), - list("Trauma Kit", 2, /obj/item/stack/medical/advanced/bruise_pack, null, VENDOR_ITEM_RECOMMENDED), - list("Medical Splints", 1, /obj/item/stack/medical/splint, null, VENDOR_ITEM_RECOMMENDED), - - list("FIRSTAID KITS", 0, null, null, null), - list("Advanced Firstaid Kit", 12, /obj/item/storage/firstaid/adv, null, VENDOR_ITEM_RECOMMENDED), - list("Firstaid Kit", 5, /obj/item/storage/firstaid/regular/response, null, VENDOR_ITEM_REGULAR), - list("Fire Firstaid Kit", 6, /obj/item/storage/firstaid/fire, null, VENDOR_ITEM_REGULAR), - list("Toxin Firstaid Kit", 6, /obj/item/storage/firstaid/toxin, null, VENDOR_ITEM_REGULAR), - list("Oxygen Firstaid Kit", 6, /obj/item/storage/firstaid/o2, null, VENDOR_ITEM_REGULAR), - list("Radiation Firstaid Kit", 6, /obj/item/storage/firstaid/rad, null, VENDOR_ITEM_REGULAR), - - list("AUTOINJECTORS", 0, null, null, null), - list("Autoinjector (Bicaridine)", 1, /obj/item/reagent_container/hypospray/autoinjector/bicaridine, null, VENDOR_ITEM_REGULAR), - list("Autoinjector (Dexalin+)", 1, /obj/item/reagent_container/hypospray/autoinjector/dexalinp, null, VENDOR_ITEM_REGULAR), - list("Autoinjector (Epinephrine)", 2, /obj/item/reagent_container/hypospray/autoinjector/adrenaline, null, VENDOR_ITEM_REGULAR), - list("Autoinjector (Inaprovaline)", 1, /obj/item/reagent_container/hypospray/autoinjector/inaprovaline, null, VENDOR_ITEM_REGULAR), - list("Autoinjector (Kelotane)", 1, /obj/item/reagent_container/hypospray/autoinjector/kelotane, null, VENDOR_ITEM_REGULAR), - list("Autoinjector (Oxycodone)", 2, /obj/item/reagent_container/hypospray/autoinjector/oxycodone, null, VENDOR_ITEM_REGULAR), - list("Autoinjector (Tramadol)", 1, /obj/item/reagent_container/hypospray/autoinjector/tramadol, null, VENDOR_ITEM_REGULAR), - list("Autoinjector (Tricord)", 1, /obj/item/reagent_container/hypospray/autoinjector/tricord, null, VENDOR_ITEM_REGULAR), - - list("PILL BOTTLES", 0, null, null, null), - list("Pill Bottle (Bicaridine)", 5, /obj/item/storage/pill_bottle/bicaridine, null, VENDOR_ITEM_RECOMMENDED), - list("Pill Bottle (Dexalin)", 5, /obj/item/storage/pill_bottle/dexalin, null, VENDOR_ITEM_REGULAR), - list("Pill Bottle (Dylovene)", 5, /obj/item/storage/pill_bottle/antitox, null, VENDOR_ITEM_REGULAR), - list("Pill Bottle (Inaprovaline)", 5, /obj/item/storage/pill_bottle/inaprovaline, null, VENDOR_ITEM_REGULAR), - list("Pill Bottle (Kelotane)", 5, /obj/item/storage/pill_bottle/kelotane, null, VENDOR_ITEM_RECOMMENDED), - list("Pill Bottle (Peridaxon)", 5, /obj/item/storage/pill_bottle/peridaxon, null, VENDOR_ITEM_REGULAR), - list("Pill Bottle (Tramadol)", 5, /obj/item/storage/pill_bottle/tramadol, null, VENDOR_ITEM_RECOMMENDED), - - list("MEDICAL UTILITIES", 0, null, null, null), - list("Health Analyzer", 4, /obj/item/device/healthanalyzer, null, VENDOR_ITEM_REGULAR), - list("Medical HUD Glasses", 4, /obj/item/clothing/glasses/hud/health, null, VENDOR_ITEM_REGULAR), - list("Roller Bed", 4, /obj/item/roller, null, VENDOR_ITEM_REGULAR), - list("Stasis Bag", 6, /obj/item/bodybag/cryobag, null, VENDOR_ITEM_REGULAR), - - list("UTILITIES", 0, null, null, null), - list("Brown Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest/brown_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Black Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Fire Extinguisher (Portable)", 5, /obj/item/tool/extinguisher/mini, null, VENDOR_ITEM_REGULAR), - list("Large General Pouch", 10, /obj/item/storage/pouch/general/large, null, VENDOR_ITEM_REGULAR), - list("Shoulder Holster", 10, /obj/item/clothing/accessory/storage/holster, null, VENDOR_ITEM_REGULAR), - list("Webbing", 10, /obj/item/clothing/accessory/storage/webbing, null, VENDOR_ITEM_REGULAR), - list("Drop Pouch", 10, /obj/item/clothing/accessory/storage/droppouch, null, VENDOR_ITEM_REGULAR), - ) - -//*****************************************************************************************************/ - -/datum/equipment_preset/upp/supply - name = "UPP Logistics Technician" - flags = EQUIPMENT_PRESET_EXTRA - - skills = /datum/skills/upp/logistics_technician - assignment = JOB_UPP_SUPPLY - rank = JOB_UPP_SUPPLY - role_comm_title = "Log." - paygrades = list(PAY_SHORT_UE3 = JOB_PLAYTIME_TIER_0) - -/datum/equipment_preset/upp/supply/load_gear(mob/living/carbon/human/new_human) - //back - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/engineerpack/upp, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/motiondetector/hacked, WEAR_IN_BACK) - //face - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/cct, WEAR_L_EAR) - new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/welding(new_human), WEAR_EYES) - //head - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap(new_human), WEAR_HEAD) - //body - var/obj/item/clothing/under/marine/veteran/UPP/UPP = new() - new_human.equip_to_slot_or_del(UPP, WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) - //waist - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full(new_human), WEAR_WAIST) - //limb - 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/shoes/marine/upp/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp, WEAR_FEET) //pockets - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/ert(new_human), WEAR_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/construction(new_human), WEAR_R_STORE) - -/datum/equipment_preset/upp/supply/get_antag_clothing_equipment() - return list( - list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/marine/upp/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), - list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/UPP, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), - list("UM5 Personal Armor", 0, /obj/item/clothing/suit/storage/marine/faction/UPP, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY), - list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/upp, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), - list("Headset", 0, /obj/item/device/radio/headset/distress/UPP/cct, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), - list("Welding Goggles", 0, /obj/item/clothing/glasses/welding, MARINE_CAN_BUY_GLASSES, VENDOR_ITEM_MANDATORY), - list("Ration", 0, /obj/item/reagent_container/food/snacks/upp, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - list("Welderpack", 0, /obj/item/storage/backpack/marine/engineerpack/upp, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_MANDATORY), - - list("HELMET (CHOOSE 1)", 0, null, null, null), - list("Armored Cap", 0, /obj/item/clothing/head/uppcap, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - list("UM4 Helmet", 0, /obj/item/clothing/head/helmet/marine/veteran/UPP, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - - list("BELT (Choose 1)", 0, null, null, null), - list("Type 41 Ammo Load Rig", 0, /obj/item/storage/belt/marine/upp, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - list("Type 41 Pistol Holster Rig", 0, /obj/item/storage/belt/gun/m4a3, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - list("Toolbelt Rig (Full)", 0, /obj/item/storage/belt/utility/full, MARINE_CAN_BUY_BELT, VENDOR_ITEM_RECOMMENDED), - - list("POUCHES (Choose 2)", 0, null, null, null), - list("Construction Pouch", 0, /obj/item/storage/pouch/construction, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("First-Aid Pouch (Refillable Injectors)", 0, /obj/item/storage/pouch/firstaid/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Splints, Gauze, Ointment)", 0, /obj/item/storage/pouch/firstaid/full/alternate, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Pill Packets)", 0, /obj/item/storage/pouch/firstaid/full/pills, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Electronics Pouch (Full)", 0, /obj/item/storage/pouch/electronics/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Explosive Pouch", 0, /obj/item/storage/pouch/explosive, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Flare Pouch (Full)", 0, /obj/item/storage/pouch/flare/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Large Pistol Magazine Pouch", 0, /obj/item/storage/pouch/magazine/pistol/large, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Magazine Pouch", 0, /obj/item/storage/pouch/magazine, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medium General Pouch", 0, /obj/item/storage/pouch/general/medium, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Pouch", 0, /obj/item/storage/pouch/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Tools Pouch (Full)", 0, /obj/item/storage/pouch/tools/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - - list("MASK (CHOOSE 1)", 0, null, null, null), - list("Gas Mask", 0, /obj/item/clothing/mask/gas, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR), - list("Heat Absorbent Coif", 0, /obj/item/clothing/mask/rebreather/scarf, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR) - ) - + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate, WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/pistol/alt, WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/pistol/t73, WEAR_IN_R_STORE) //*****************************************************************************************************/ - -//====================// -// Field Officers // -//================// - /datum/equipment_preset/upp/officer name = "UPP Lieutenant" flags = EQUIPMENT_PRESET_EXTRA skills = /datum/skills/upp/officer assignment = JOB_UPP_LT_OFFICER + role_comm_title = "LT" rank = JOB_UPP_LT_OFFICER - role_comm_title = "Lt." paygrades = list(PAY_SHORT_UO1 = JOB_PLAYTIME_TIER_0) + access = list(ACCESS_UPP_GENERAL, ACCESS_UPP_SECURITY, ACCESS_UPP_ARMORY, ACCESS_UPP_FLIGHT, ACCESS_UPP_SQUAD_ONE, ACCESS_UPP_SQUAD_TWO, ACCESS_UPP_LEADERSHIP, ACCESS_UPP_SENIOR_LEAD, ACCESS_UPP_MEDPREP, ACCESS_UPP_TLPREP) + idtype = /obj/item/card/id/silver /datum/equipment_preset/upp/officer/load_gear(mob/living/carbon/human/new_human) + + new_human.undershirt = "undershirt" //back - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/upp, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/motiondetector/hacked, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/megaphone, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel, WEAR_BACK) //face new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/command, WEAR_L_EAR) //head - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret, WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/peaked, WEAR_HEAD) //uniform - var/obj/item/clothing/under/marine/veteran/UPP/officer/M = new() - var/obj/item/clothing/accessory/storage/webbing/W = new() - M.attach_accessory(new_human, W) - new_human.equip_to_slot_or_del(M, WEAR_BODY) - for(var/i in 1 to W.hold.storage_slots) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71/ap, WEAR_IN_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) - + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/service, WEAR_BODY) //jacket - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/officer, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/device/binoculars/range, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/stack/medical/bruise_pack, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/flamer/leader, WEAR_J_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/upp, WEAR_JACKET) //waist - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/np92, WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/t73, WEAR_WAIST) //limbs - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/upp, WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup, WEAR_FEET) //pockets - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large, WEAR_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/phosphorus/upp, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive/upp, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive/upp, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/autoinjector/full, WEAR_R_STORE) - - if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD]) - new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf/tacticalmask/green, WEAR_FACE) - -/datum/equipment_preset/upp/officer/get_antag_clothing_equipment() - return list( - list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/marine/upp/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), - list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/UPP/officer, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), - list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/upp, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), - list("Headset", 0, /obj/item/device/radio/headset/distress/UPP/command, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), - list("Ration", 0, /obj/item/reagent_container/food/snacks/upp, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - list("Combat Pack", 0, /obj/item/storage/backpack/lightpack/upp, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_MANDATORY), - - list("HELMET (CHOOSE 1)", 0, null, null, null), - list("Armored Beret", 0, /obj/item/clothing/head/uppcap/beret, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - list("UM4 Helmet", 0, /obj/item/clothing/head/helmet/marine/veteran/UPP, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_RECOMMENDED), - - list("ARMOR (CHOOSE 1)", 0, null, null, null), - list("UL4 officer jacket", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/officer, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_REGULAR), - list("UL6 Personal Armor", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/support, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY), - - list("BELT (CHOOSE 1)", 0, null, null, null), - list("Type 41 Ammo Load Rig", 0, /obj/item/storage/belt/marine/upp, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - list("Type 73 Pistol Holster Rig", 0, /obj/item/storage/belt/gun/type47/t73, MARINE_CAN_BUY_BELT, VENDOR_ITEM_RECOMMENDED), - - list("POUCHES (CHOOSE 2)", 0, null, null, null), - list("Auto-Injector Pouch", 0, /obj/item/storage/pouch/autoinjector, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Bayonet Sheath", 0, /obj/item/storage/pouch/bayonet/upp, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Explosive Pouch", 0, /obj/item/storage/pouch/explosive, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Refillable Injectors)", 0, /obj/item/storage/pouch/firstaid/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Splints, Gauze, Ointment)", 0, /obj/item/storage/pouch/firstaid/full/alternate, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Pill Packets)", 0, /obj/item/storage/pouch/firstaid/full/pills, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Flare Pouch (Full)", 0, /obj/item/storage/pouch/flare/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Large Magazine Pouch", 0, /obj/item/storage/pouch/magazine/large, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Medium General Pouch", 0, /obj/item/storage/pouch/general/medium, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medical Kit Pouch", 0, /obj/item/storage/pouch/medkit, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Magazine Pouch", 0, /obj/item/storage/pouch/magazine/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Pouch", 0, /obj/item/storage/pouch/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - - list("ATTACHMENT (CHOOSE 1)", 0, null, null, null), - list("Angled Grip", 0, /obj/item/attachable/angledgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 0, /obj/item/attachable/extended_barrel, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Laser Sight", 0, /obj/item/attachable/lasersight/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 0, /obj/item/attachable/reddot/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 0, /obj/item/attachable/reflex/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Suppressor", 0, /obj/item/attachable/suppressor, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 0, /obj/item/attachable/verticalgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - - list("MASK (CHOOSE 1)", 0, null, null, null), - list("Gas Mask", 0, /obj/item/clothing/mask/gas/pmc/upp, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR), - list("Heat Absorbent Coif", 0, /obj/item/clothing/mask/rebreather/scarf, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR) - ) - -/datum/equipment_preset/upp/officer/get_antag_gear_equipment() - return list( - list("SQUAD LEADER SET (MANDATORY)", 0, null, null, null), - list("Essential SL Set", 0, /obj/effect/essentials_set/leader/upp, MARINE_CAN_BUY_ESSENTIALS, VENDOR_ITEM_MANDATORY), - - list("GENERAL SUPPLIES", 0, null, null, null), - list("Whistle", 5, /obj/item/device/whistle, null, VENDOR_ITEM_REGULAR), - - list("ENGINEERING SUPPLIES", 0, null, null, null), - list("Entrenching Tool", 2, /obj/item/tool/shovel/etool, null, VENDOR_ITEM_REGULAR), - list("Insulated Gloves", 3, /obj/item/clothing/gloves/yellow, null, VENDOR_ITEM_REGULAR), - list("Metal x10", 5, /obj/item/stack/sheet/metal/small_stack, null, VENDOR_ITEM_RECOMMENDED), - list("Plasteel x10", 7, /obj/item/stack/sheet/plasteel/small_stack, null, VENDOR_ITEM_RECOMMENDED), - list("Sandbags x25", 10, /obj/item/stack/sandbags_empty/half, null, VENDOR_ITEM_RECOMMENDED), - list("Tools Pouch (Full)", 5, /obj/item/storage/pouch/tools/full, null, VENDOR_ITEM_REGULAR), - list("Welding Goggles", 5, /obj/item/clothing/glasses/welding, null, VENDOR_ITEM_REGULAR), - - list("MEDICAL SUPPLIES", 0, null, null, null), - list("Burn Kit", 2, /obj/item/stack/medical/advanced/ointment, null, VENDOR_ITEM_REGULAR), - list("Trauma Kit", 2, /obj/item/stack/medical/advanced/bruise_pack, null, VENDOR_ITEM_REGULAR), - list("Advanced Firstaid Kit", 12, /obj/item/storage/firstaid/adv, null, VENDOR_ITEM_REGULAR), - list("Medical Splints", 1, /obj/item/stack/medical/splint, null, VENDOR_ITEM_REGULAR), - - list("Injector (Bicaridine)", 1, /obj/item/reagent_container/hypospray/autoinjector/bicaridine, null, VENDOR_ITEM_REGULAR), - list("Injector (Dexalin+)", 1, /obj/item/reagent_container/hypospray/autoinjector/dexalinp, null, VENDOR_ITEM_REGULAR), - list("Injector (Inaprovaline)", 1, /obj/item/reagent_container/hypospray/autoinjector/inaprovaline, null, VENDOR_ITEM_REGULAR), - list("Injector (Kelotane)", 1, /obj/item/reagent_container/hypospray/autoinjector/kelotane, null, VENDOR_ITEM_REGULAR), - list("Injector (Oxycodone)", 2, /obj/item/reagent_container/hypospray/autoinjector/oxycodone, null, VENDOR_ITEM_REGULAR), - list("Injector (Tramadol)", 1, /obj/item/reagent_container/hypospray/autoinjector/tramadol, null, VENDOR_ITEM_REGULAR), - list("Injector (Tricord)", 1, /obj/item/reagent_container/hypospray/autoinjector/tricord, null, VENDOR_ITEM_REGULAR), - - list("Health Analyzer", 4, /obj/item/device/healthanalyzer, null, VENDOR_ITEM_REGULAR), - list("Medical HUD Glasses", 4, /obj/item/clothing/glasses/hud/health, null, VENDOR_ITEM_MANDATORY), - - list("ATTACHMENTS", 0, null, null, null), - list("Angled Grip", 10, /obj/item/attachable/angledgrip/upp, null, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 10, /obj/item/attachable/extended_barrel, null, VENDOR_ITEM_REGULAR), - list("Laser Sight", 10, /obj/item/attachable/lasersight/upp, null, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 10, /obj/item/attachable/reddot/upp, null, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 10, /obj/item/attachable/reflex/upp, null, VENDOR_ITEM_REGULAR), - list("Suppressor", 10, /obj/item/attachable/suppressor, null, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 10, /obj/item/attachable/verticalgrip/upp, null, VENDOR_ITEM_REGULAR), - - list("EXPLOSIVES", 0, null, null, null), - list("Plastic Explosive", 5, /obj/item/explosive/plastic, null, VENDOR_ITEM_REGULAR), - list("Smoke Grenade", 5, /obj/item/explosive/grenade/smokebomb, null, VENDOR_ITEM_REGULAR), - list("Type 6 Shrapnel Grenade", 15, /obj/item/explosive/grenade/high_explosive/upp, null, VENDOR_ITEM_REGULAR), - list("Type 8 WP Grenade", 20, /obj/item/explosive/grenade/phosphorus/upp, null, VENDOR_ITEM_REGULAR), - - list("UTILITIES", 0, null, null, null), - list("Brown Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest/brown_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Black Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Fire Extinguisher (Portable)", 5, /obj/item/tool/extinguisher/mini, null, VENDOR_ITEM_REGULAR), - list("Large General Pouch", 10, /obj/item/storage/pouch/general/large, null, VENDOR_ITEM_REGULAR), - list("Shoulder Holster", 10, /obj/item/clothing/accessory/storage/holster, null, VENDOR_ITEM_REGULAR), - list("Webbing", 10, /obj/item/clothing/accessory/storage/webbing, null, VENDOR_ITEM_REGULAR), - list("Drop Pouch", 10, /obj/item/clothing/accessory/storage/droppouch, null, VENDOR_ITEM_REGULAR), - ) - -//*****************************************************************************************************/ + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/medium, WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/notepad, WEAR_IN_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/tool/pen/clicky, WEAR_IN_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate, WEAR_R_STORE) /datum/equipment_preset/upp/officer/senior name = "UPP Senior Lieutenant" assignment = JOB_UPP_SRLT_OFFICER + role_comm_title = "SRLT" rank = JOB_UPP_SRLT_OFFICER - role_comm_title = "Sr-Lt." paygrades = list(PAY_SHORT_UO2 = JOB_PLAYTIME_TIER_0) -/datum/equipment_preset/upp/officer/senior/load_gear(mob/living/carbon/human/new_human) - //back - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/upp, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/motiondetector/hacked, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/megaphone, WEAR_IN_BACK) - //face - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/command, WEAR_L_EAR) - //head - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret, WEAR_HEAD) - //uniform - var/obj/item/clothing/under/marine/veteran/UPP/officer/M = new() - var/obj/item/clothing/accessory/storage/webbing/W = new() - M.attach_accessory(new_human, W) - new_human.equip_to_slot_or_del(M, WEAR_BODY) - for(var/i in 1 to W.hold.storage_slots) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71/ap, WEAR_IN_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) - - //jacket - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/officer, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/device/binoculars/range, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/stack/medical/bruise_pack, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/flamer/leader, WEAR_J_STORE) - //waist - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/t73, WEAR_WAIST) - //limbs - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/upp, WEAR_HANDS) - //pockets - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large, WEAR_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/phosphorus/upp, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive/upp, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive/upp, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/autoinjector/full, WEAR_R_STORE) - - if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD]) - new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf/tacticalmask/green, WEAR_FACE) - -/datum/equipment_preset/upp/officer/senior/get_antag_clothing_equipment() - return list( - list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/marine/upp/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), - list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/UPP/officer, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), - list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/upp, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), - list("Headset", 0, /obj/item/device/radio/headset/distress/UPP/command, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), - list("Ration", 0, /obj/item/reagent_container/food/snacks/upp, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - list("Combat Pack", 0, /obj/item/storage/backpack/lightpack/upp, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_MANDATORY), - - list("HELMET (CHOOSE 1)", 0, null, null, null), - list("Armored Beret", 0, /obj/item/clothing/head/uppcap/beret, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - list("UM4 Helmet", 0, /obj/item/clothing/head/helmet/marine/veteran/UPP, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_RECOMMENDED), - - list("ARMOR (CHOOSE 1)", 0, null, null, null), - list("UL4 officer jacket", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/officer, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_REGULAR), - list("UL6 Personal Armor", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/support, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY), - - list("BELT (CHOOSE 1)", 0, null, null, null), - list("Type 41 Ammo Load Rig", 0, /obj/item/storage/belt/marine/upp, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - list("Type 73 Pistol Holster Rig", 0, /obj/item/storage/belt/gun/type47/t73, MARINE_CAN_BUY_BELT, VENDOR_ITEM_RECOMMENDED), - - list("POUCHES (CHOOSE 2)", 0, null, null, null), - list("Auto-Injector Pouch", 0, /obj/item/storage/pouch/autoinjector, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Bayonet Sheath", 0, /obj/item/storage/pouch/bayonet/upp, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Explosive Pouch", 0, /obj/item/storage/pouch/explosive, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Refillable Injectors)", 0, /obj/item/storage/pouch/firstaid/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Splints, Gauze, Ointment)", 0, /obj/item/storage/pouch/firstaid/full/alternate, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Pill Packets)", 0, /obj/item/storage/pouch/firstaid/full/pills, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Flare Pouch (Full)", 0, /obj/item/storage/pouch/flare/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Large Magazine Pouch", 0, /obj/item/storage/pouch/magazine/large, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Medium General Pouch", 0, /obj/item/storage/pouch/general/medium, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medical Kit Pouch", 0, /obj/item/storage/pouch/medkit, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Magazine Pouch", 0, /obj/item/storage/pouch/magazine/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Pouch", 0, /obj/item/storage/pouch/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - - list("ATTACHMENT (CHOOSE 1)", 0, null, null, null), - list("Angled Grip", 0, /obj/item/attachable/angledgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 0, /obj/item/attachable/extended_barrel, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Laser Sight", 0, /obj/item/attachable/lasersight/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 0, /obj/item/attachable/reddot/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 0, /obj/item/attachable/reflex/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Suppressor", 0, /obj/item/attachable/suppressor, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 0, /obj/item/attachable/verticalgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - - list("MASK (CHOOSE 1)", 0, null, null, null), - list("Gas Mask", 0, /obj/item/clothing/mask/gas/pmc/upp, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR), - list("Heat Absorbent Coif", 0, /obj/item/clothing/mask/rebreather/scarf, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR) - ) - -/datum/equipment_preset/upp/officer/senior/get_antag_gear_equipment() - return list( - list("SQUAD LEADER SET (MANDATORY)", 0, null, null, null), - list("Essential SL Set", 0, /obj/effect/essentials_set/leader/upp, MARINE_CAN_BUY_ESSENTIALS, VENDOR_ITEM_MANDATORY), - - list("GENERAL SUPPLIES", 0, null, null, null), - list("Whistle", 5, /obj/item/device/whistle, null, VENDOR_ITEM_REGULAR), - - list("ENGINEERING SUPPLIES", 0, null, null, null), - list("Entrenching Tool", 2, /obj/item/tool/shovel/etool, null, VENDOR_ITEM_REGULAR), - list("Insulated Gloves", 3, /obj/item/clothing/gloves/yellow, null, VENDOR_ITEM_REGULAR), - list("Metal x10", 5, /obj/item/stack/sheet/metal/small_stack, null, VENDOR_ITEM_RECOMMENDED), - list("Plasteel x10", 7, /obj/item/stack/sheet/plasteel/small_stack, null, VENDOR_ITEM_RECOMMENDED), - list("Sandbags x25", 10, /obj/item/stack/sandbags_empty/half, null, VENDOR_ITEM_RECOMMENDED), - list("Tools Pouch (Full)", 5, /obj/item/storage/pouch/tools/full, null, VENDOR_ITEM_REGULAR), - list("Welding Goggles", 5, /obj/item/clothing/glasses/welding, null, VENDOR_ITEM_REGULAR), - - list("MEDICAL SUPPLIES", 0, null, null, null), - list("Burn Kit", 2, /obj/item/stack/medical/advanced/ointment, null, VENDOR_ITEM_REGULAR), - list("Trauma Kit", 2, /obj/item/stack/medical/advanced/bruise_pack, null, VENDOR_ITEM_REGULAR), - list("Advanced Firstaid Kit", 12, /obj/item/storage/firstaid/adv, null, VENDOR_ITEM_REGULAR), - list("Medical Splints", 1, /obj/item/stack/medical/splint, null, VENDOR_ITEM_REGULAR), - - list("Injector (Bicaridine)", 1, /obj/item/reagent_container/hypospray/autoinjector/bicaridine, null, VENDOR_ITEM_REGULAR), - list("Injector (Dexalin+)", 1, /obj/item/reagent_container/hypospray/autoinjector/dexalinp, null, VENDOR_ITEM_REGULAR), - list("Injector (Inaprovaline)", 1, /obj/item/reagent_container/hypospray/autoinjector/inaprovaline, null, VENDOR_ITEM_REGULAR), - list("Injector (Kelotane)", 1, /obj/item/reagent_container/hypospray/autoinjector/kelotane, null, VENDOR_ITEM_REGULAR), - list("Injector (Oxycodone)", 2, /obj/item/reagent_container/hypospray/autoinjector/oxycodone, null, VENDOR_ITEM_REGULAR), - list("Injector (Tramadol)", 1, /obj/item/reagent_container/hypospray/autoinjector/tramadol, null, VENDOR_ITEM_REGULAR), - list("Injector (Tricord)", 1, /obj/item/reagent_container/hypospray/autoinjector/tricord, null, VENDOR_ITEM_REGULAR), - - list("Health Analyzer", 4, /obj/item/device/healthanalyzer, null, VENDOR_ITEM_REGULAR), - list("Medical HUD Glasses", 4, /obj/item/clothing/glasses/hud/health, null, VENDOR_ITEM_MANDATORY), - - list("ATTACHMENTS", 0, null, null, null), - list("Angled Grip", 10, /obj/item/attachable/angledgrip/upp, null, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 10, /obj/item/attachable/extended_barrel, null, VENDOR_ITEM_REGULAR), - list("Laser Sight", 10, /obj/item/attachable/lasersight/upp, null, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 10, /obj/item/attachable/reddot/upp, null, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 10, /obj/item/attachable/reflex/upp, null, VENDOR_ITEM_REGULAR), - list("Suppressor", 10, /obj/item/attachable/suppressor, null, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 10, /obj/item/attachable/verticalgrip/upp, null, VENDOR_ITEM_REGULAR), - - list("EXPLOSIVES", 0, null, null, null), - list("Plastic Explosive", 5, /obj/item/explosive/plastic, null, VENDOR_ITEM_REGULAR), - list("Smoke Grenade", 5, /obj/item/explosive/grenade/smokebomb, null, VENDOR_ITEM_REGULAR), - list("Type 6 Shrapnel Grenade", 15, /obj/item/explosive/grenade/high_explosive/upp, null, VENDOR_ITEM_REGULAR), - list("Type 8 WP Grenade", 20, /obj/item/explosive/grenade/phosphorus/upp, null, VENDOR_ITEM_REGULAR), - - list("UTILITIES", 0, null, null, null), - list("Brown Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest/brown_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Black Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Fire Extinguisher (Portable)", 5, /obj/item/tool/extinguisher/mini, null, VENDOR_ITEM_REGULAR), - list("Large General Pouch", 10, /obj/item/storage/pouch/general/large, null, VENDOR_ITEM_REGULAR), - list("Shoulder Holster", 10, /obj/item/clothing/accessory/storage/holster, null, VENDOR_ITEM_REGULAR), - list("Webbing", 10, /obj/item/clothing/accessory/storage/webbing, null, VENDOR_ITEM_REGULAR), - list("Drop Pouch", 10, /obj/item/clothing/accessory/storage/droppouch, null, VENDOR_ITEM_REGULAR), - ) - -//*****************************************************************************************************/ - /datum/equipment_preset/upp/officer/kapitan name = "UPP Kapitan" assignment = JOB_UPP_KPT_OFFICER + role_comm_title = "KPT" rank = JOB_UPP_KPT_OFFICER - role_comm_title = "May." paygrades = list(PAY_SHORT_UO3 = JOB_PLAYTIME_TIER_0) skills = /datum/skills/upp/kapitan -/datum/equipment_preset/upp/officer/kapitan/load_gear(mob/living/carbon/human/new_human) - //back - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/upp, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/motiondetector/hacked, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/megaphone, WEAR_IN_BACK) - //face - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/command, WEAR_L_EAR) - //head - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret, WEAR_HEAD) - //uniform - var/obj/item/clothing/under/marine/veteran/UPP/officer/M = new() - var/obj/item/clothing/accessory/storage/webbing/W = new() - M.attach_accessory(new_human, W) - new_human.equip_to_slot_or_del(M, WEAR_BODY) - for(var/i in 1 to W.hold.storage_slots) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71/ap, WEAR_IN_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) - - //jacket - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/kapitan, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/device/binoculars/range, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/stack/medical/bruise_pack, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/flamer/leader, WEAR_J_STORE) - //waist - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/t73, WEAR_WAIST) - //limbs - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran, WEAR_HANDS) - //pockets - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large, WEAR_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/phosphorus/upp, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive/upp, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive/upp, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/autoinjector/full, WEAR_R_STORE) - - if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD]) - new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf/tacticalmask/green, WEAR_FACE) - -/datum/equipment_preset/upp/officer/kapitan/get_antag_clothing_equipment() - return list( - list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/marine/upp/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), - list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/UPP/officer, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), - list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), - list("Headset", 0, /obj/item/device/radio/headset/distress/UPP/command, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), - list("Ration", 0, /obj/item/reagent_container/food/snacks/upp, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - list("Combat Pack", 0, /obj/item/storage/backpack/lightpack/upp, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_MANDATORY), - - list("HELMET (CHOOSE 1)", 0, null, null, null), - list("Beret", 0, /obj/item/clothing/head/uppcap/beret, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - list("UM4 Helmet", 0, /obj/item/clothing/head/helmet/marine/veteran/UPP, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_RECOMMENDED), - - list("ARMOR (CHOOSE 1)", 0, null, null, null), - list("UL4 senior officer jacket", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/kapitan, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_REGULAR), - list("UL6 Personal Armor", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/support, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY), - - list("BELT (CHOOSE 1)", 0, null, null, null), - list("Type 41 Ammo Load Rig", 0, /obj/item/storage/belt/marine/upp, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - list("Type 74 Pistol Holster Rig", 0, /obj/item/storage/belt/gun/type47/t73/leader, MARINE_CAN_BUY_BELT, VENDOR_ITEM_RECOMMENDED), - - list("POUCHES (CHOOSE 2)", 0, null, null, null), - list("Auto-Injector Pouch", 0, /obj/item/storage/pouch/autoinjector, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Bayonet Sheath", 0, /obj/item/storage/pouch/bayonet/upp, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Explosive Pouch", 0, /obj/item/storage/pouch/explosive, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Refillable Injectors)", 0, /obj/item/storage/pouch/firstaid/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Splints, Gauze, Ointment)", 0, /obj/item/storage/pouch/firstaid/full/alternate, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Pill Packets)", 0, /obj/item/storage/pouch/firstaid/full/pills, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Flare Pouch (Full)", 0, /obj/item/storage/pouch/flare/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Large Magazine Pouch", 0, /obj/item/storage/pouch/magazine/large, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Medium General Pouch", 0, /obj/item/storage/pouch/general/medium, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medkit Pouch", 0, /obj/item/storage/pouch/medkit, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Magazine Pouch", 0, /obj/item/storage/pouch/magazine/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Pouch", 0, /obj/item/storage/pouch/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - - list("ATTACHMENT (CHOOSE 1)", 0, null, null, null), - list("Angled Grip", 0, /obj/item/attachable/angledgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 0, /obj/item/attachable/extended_barrel, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Laser Sight", 0, /obj/item/attachable/lasersight/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 0, /obj/item/attachable/reddot/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 0, /obj/item/attachable/reflex/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Suppressor", 0, /obj/item/attachable/suppressor, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 0, /obj/item/attachable/verticalgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - - list("MASK (CHOOSE 1)", 0, null, null, null), - list("Gas Mask", 0, /obj/item/clothing/mask/gas/pmc/upp, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR), - list("Heat Absorbent Coif", 0, /obj/item/clothing/mask/rebreather/scarf, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR) - ) - -/datum/equipment_preset/upp/officer/kapitan/get_antag_gear_equipment() - return list( - list("SQUAD LEADER SET (MANDATORY)", 0, null, null, null), - list("Essential SL Set", 0, /obj/effect/essentials_set/leader/upp, MARINE_CAN_BUY_ESSENTIALS, VENDOR_ITEM_MANDATORY), - - list("GENERAL SUPPLIES", 0, null, null, null), - list("Whistle", 5, /obj/item/device/whistle, null, VENDOR_ITEM_REGULAR), - - list("ENGINEERING SUPPLIES", 0, null, null, null), - list("Entrenching Tool", 2, /obj/item/tool/shovel/etool, null, VENDOR_ITEM_REGULAR), - list("Insulated Gloves", 3, /obj/item/clothing/gloves/yellow, null, VENDOR_ITEM_REGULAR), - list("Metal x10", 5, /obj/item/stack/sheet/metal/small_stack, null, VENDOR_ITEM_RECOMMENDED), - list("Plasteel x10", 7, /obj/item/stack/sheet/plasteel/small_stack, null, VENDOR_ITEM_RECOMMENDED), - list("Sandbags x25", 10, /obj/item/stack/sandbags_empty/half, null, VENDOR_ITEM_RECOMMENDED), - list("Tools Pouch (Full)", 5, /obj/item/storage/pouch/tools/full, null, VENDOR_ITEM_REGULAR), - list("Welding Goggles", 5, /obj/item/clothing/glasses/welding, null, VENDOR_ITEM_REGULAR), - - list("MEDICAL SUPPLIES", 0, null, null, null), - list("Burn Kit", 2, /obj/item/stack/medical/advanced/ointment, null, VENDOR_ITEM_REGULAR), - list("Trauma Kit", 2, /obj/item/stack/medical/advanced/bruise_pack, null, VENDOR_ITEM_REGULAR), - list("Advanced Firstaid Kit", 12, /obj/item/storage/firstaid/adv, null, VENDOR_ITEM_REGULAR), - list("Medical Splints", 1, /obj/item/stack/medical/splint, null, VENDOR_ITEM_REGULAR), - - list("Injector (Bicaridine)", 1, /obj/item/reagent_container/hypospray/autoinjector/bicaridine, null, VENDOR_ITEM_REGULAR), - list("Injector (Dexalin+)", 1, /obj/item/reagent_container/hypospray/autoinjector/dexalinp, null, VENDOR_ITEM_REGULAR), - list("Injector (Inaprovaline)", 1, /obj/item/reagent_container/hypospray/autoinjector/inaprovaline, null, VENDOR_ITEM_REGULAR), - list("Injector (Kelotane)", 1, /obj/item/reagent_container/hypospray/autoinjector/kelotane, null, VENDOR_ITEM_REGULAR), - list("Injector (Oxycodone)", 2, /obj/item/reagent_container/hypospray/autoinjector/oxycodone, null, VENDOR_ITEM_REGULAR), - list("Injector (Tramadol)", 1, /obj/item/reagent_container/hypospray/autoinjector/tramadol, null, VENDOR_ITEM_REGULAR), - list("Injector (Tricord)", 1, /obj/item/reagent_container/hypospray/autoinjector/tricord, null, VENDOR_ITEM_REGULAR), - - list("Health Analyzer", 4, /obj/item/device/healthanalyzer, null, VENDOR_ITEM_REGULAR), - list("Medical HUD Glasses", 4, /obj/item/clothing/glasses/hud/health, null, VENDOR_ITEM_MANDATORY), - - list("ATTACHMENTS", 0, null, null, null), - list("Angled Grip", 10, /obj/item/attachable/angledgrip/upp, null, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 10, /obj/item/attachable/extended_barrel, null, VENDOR_ITEM_REGULAR), - list("Laser Sight", 10, /obj/item/attachable/lasersight/upp, null, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 10, /obj/item/attachable/reddot/upp, null, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 10, /obj/item/attachable/reflex/upp, null, VENDOR_ITEM_REGULAR), - list("Suppressor", 10, /obj/item/attachable/suppressor, null, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 10, /obj/item/attachable/verticalgrip/upp, null, VENDOR_ITEM_REGULAR), - - list("EXPLOSIVES", 0, null, null, null), - list("Plastic Explosive", 5, /obj/item/explosive/plastic, null, VENDOR_ITEM_REGULAR), - list("Smoke Grenade", 5, /obj/item/explosive/grenade/smokebomb, null, VENDOR_ITEM_REGULAR), - list("Type 6 Shrapnel Grenade", 15, /obj/item/explosive/grenade/high_explosive/upp, null, VENDOR_ITEM_REGULAR), - list("Type 8 WP Grenade", 20, /obj/item/explosive/grenade/phosphorus/upp, null, VENDOR_ITEM_REGULAR), - - list("UTILITIES", 0, null, null, null), - list("Brown Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest/brown_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Black Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Fire Extinguisher (Portable)", 5, /obj/item/tool/extinguisher/mini, null, VENDOR_ITEM_REGULAR), - list("Large General Pouch", 10, /obj/item/storage/pouch/general/large, null, VENDOR_ITEM_REGULAR), - list("Shoulder Holster", 10, /obj/item/clothing/accessory/storage/holster, null, VENDOR_ITEM_REGULAR), - list("Webbing", 10, /obj/item/clothing/accessory/storage/webbing, null, VENDOR_ITEM_REGULAR), - list("Drop Pouch", 10, /obj/item/clothing/accessory/storage/droppouch, null, VENDOR_ITEM_REGULAR), - ) - -//*****************************************************************************************************/ - /datum/equipment_preset/upp/officer/major name = "UPP Major" assignment = JOB_UPP_MAY_OFFICER + role_comm_title = "MAY" rank = JOB_UPP_MAY_OFFICER - role_comm_title = "May." paygrades = list(PAY_SHORT_UO4 = JOB_PLAYTIME_TIER_0) skills = /datum/skills/upp/commander -/datum/equipment_preset/upp/officer/major/load_gear(mob/living/carbon/human/new_human) - //back - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/upp, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/motiondetector/hacked, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/megaphone, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/cotablet/upp, WEAR_IN_BACK) +/datum/equipment_preset/upp/officer/lt_kolonel + name = "UPP Leytenant Kolonel" + assignment = JOB_UPP_LTKOL_OFFICER + role_comm_title = "LTKOL" + rank = JOB_UPP_LTKOL_OFFICER + paygrades = list(PAY_SHORT_UO5 = JOB_PLAYTIME_TIER_0) - //face - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/command, WEAR_L_EAR) - //head - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/peaked, WEAR_HEAD) - //uniform - var/obj/item/clothing/under/marine/veteran/UPP/officer/M = new() - var/obj/item/clothing/accessory/storage/webbing/W = new() - M.attach_accessory(new_human, W) - new_human.equip_to_slot_or_del(M, WEAR_BODY) - for(var/i in 1 to W.hold.storage_slots) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71/ap, WEAR_IN_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) - - //jacket - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/kapitan, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/device/binoculars/range, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/stack/medical/bruise_pack, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/flamer/leader, WEAR_J_STORE) - //waist - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/t73/leader, WEAR_WAIST) - //limbs - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/upp, WEAR_HANDS) - //pockets - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large, WEAR_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/phosphorus/upp, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive/upp, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive/upp, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/autoinjector/full, WEAR_R_STORE) - - if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD]) - new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf/tacticalmask/green, WEAR_FACE) - -/datum/equipment_preset/upp/officer/major/get_antag_clothing_equipment() - return list( - list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/marine/upp/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), - list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/UPP/officer, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), - list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/upp, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), - list("Headset", 0, /obj/item/device/radio/headset/distress/UPP/command, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), - list("Ration", 0, /obj/item/reagent_container/food/snacks/upp, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - list("Combat Pack", 0, /obj/item/storage/backpack/lightpack/upp, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_MANDATORY), - - list("HELMET (CHOOSE 1)", 0, null, null, null), - list("Peaked Cap", 0, /obj/item/clothing/head/uppcap/peaked, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - list("UM4 Helmet", 0, /obj/item/clothing/head/helmet/marine/veteran/UPP, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_RECOMMENDED), - - list("ARMOR (CHOOSE 1)", 0, null, null, null), - list("UL4 senior officer jacket", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/kapitan, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_REGULAR), - list("UL6 Personal Armor", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/support, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY), - - list("BELT (CHOOSE 1)", 0, null, null, null), - list("Type 41 Ammo Load Rig", 0, /obj/item/storage/belt/marine/upp, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - list("Type 74 Pistol Holster Rig", 0, /obj/item/storage/belt/gun/type47/t73/leader, MARINE_CAN_BUY_BELT, VENDOR_ITEM_RECOMMENDED), - - list("POUCHES (CHOOSE 2)", 0, null, null, null), - list("Auto-Injector Pouch", 0, /obj/item/storage/pouch/autoinjector, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Bayonet Sheath", 0, /obj/item/storage/pouch/bayonet/upp, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Explosive Pouch", 0, /obj/item/storage/pouch/explosive, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Refillable Injectors)", 0, /obj/item/storage/pouch/firstaid/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Splints, Gauze, Ointment)", 0, /obj/item/storage/pouch/firstaid/full/alternate, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Pill Packets)", 0, /obj/item/storage/pouch/firstaid/full/pills, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Flare Pouch (Full)", 0, /obj/item/storage/pouch/flare/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Large Magazine Pouch", 0, /obj/item/storage/pouch/magazine/large, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Medium General Pouch", 0, /obj/item/storage/pouch/general/medium, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medical Kit Pouch", 0, /obj/item/storage/pouch/medkit, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Magazine Pouch", 0, /obj/item/storage/pouch/magazine/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Pouch", 0, /obj/item/storage/pouch/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - - list("ATTACHMENT (CHOOSE 1)", 0, null, null, null), - list("Angled Grip", 0, /obj/item/attachable/angledgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 0, /obj/item/attachable/extended_barrel, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Laser Sight", 0, /obj/item/attachable/lasersight/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 0, /obj/item/attachable/reddot/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 0, /obj/item/attachable/reflex/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Suppressor", 0, /obj/item/attachable/suppressor, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 0, /obj/item/attachable/verticalgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - - list("MASK (CHOOSE 1)", 0, null, null, null), - list("Gas Mask", 0, /obj/item/clothing/mask/gas/pmc/upp, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR), - list("Heat Absorbent Coif", 0, /obj/item/clothing/mask/rebreather/scarf, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR) - ) - -/datum/equipment_preset/upp/officer/major/get_antag_gear_equipment() - return list( - list("SQUAD LEADER SET (MANDATORY)", 0, null, null, null), - list("Essential SL Set", 0, /obj/effect/essentials_set/leader/upp, MARINE_CAN_BUY_ESSENTIALS, VENDOR_ITEM_MANDATORY), - - list("GENERAL SUPPLIES", 0, null, null, null), - list("Whistle", 5, /obj/item/device/whistle, null, VENDOR_ITEM_REGULAR), - - list("ENGINEERING SUPPLIES", 0, null, null, null), - list("Entrenching Tool", 2, /obj/item/tool/shovel/etool, null, VENDOR_ITEM_REGULAR), - list("Insulated Gloves", 3, /obj/item/clothing/gloves/yellow, null, VENDOR_ITEM_REGULAR), - list("Metal x10", 5, /obj/item/stack/sheet/metal/small_stack, null, VENDOR_ITEM_RECOMMENDED), - list("Plasteel x10", 7, /obj/item/stack/sheet/plasteel/small_stack, null, VENDOR_ITEM_RECOMMENDED), - list("Sandbags x25", 10, /obj/item/stack/sandbags_empty/half, null, VENDOR_ITEM_RECOMMENDED), - list("Tools Pouch (Full)", 5, /obj/item/storage/pouch/tools/full, null, VENDOR_ITEM_REGULAR), - list("Welding Goggles", 5, /obj/item/clothing/glasses/welding, null, VENDOR_ITEM_REGULAR), - - list("MEDICAL SUPPLIES", 0, null, null, null), - list("Burn Kit", 2, /obj/item/stack/medical/advanced/ointment, null, VENDOR_ITEM_REGULAR), - list("Trauma Kit", 2, /obj/item/stack/medical/advanced/bruise_pack, null, VENDOR_ITEM_REGULAR), - list("Advanced Firstaid Kit", 12, /obj/item/storage/firstaid/adv, null, VENDOR_ITEM_REGULAR), - list("Medical Splints", 1, /obj/item/stack/medical/splint, null, VENDOR_ITEM_REGULAR), - - list("Injector (Bicaridine)", 1, /obj/item/reagent_container/hypospray/autoinjector/bicaridine, null, VENDOR_ITEM_REGULAR), - list("Injector (Dexalin+)", 1, /obj/item/reagent_container/hypospray/autoinjector/dexalinp, null, VENDOR_ITEM_REGULAR), - list("Injector (Inaprovaline)", 1, /obj/item/reagent_container/hypospray/autoinjector/inaprovaline, null, VENDOR_ITEM_REGULAR), - list("Injector (Kelotane)", 1, /obj/item/reagent_container/hypospray/autoinjector/kelotane, null, VENDOR_ITEM_REGULAR), - list("Injector (Oxycodone)", 2, /obj/item/reagent_container/hypospray/autoinjector/oxycodone, null, VENDOR_ITEM_REGULAR), - list("Injector (Tramadol)", 1, /obj/item/reagent_container/hypospray/autoinjector/tramadol, null, VENDOR_ITEM_REGULAR), - list("Injector (Tricord)", 1, /obj/item/reagent_container/hypospray/autoinjector/tricord, null, VENDOR_ITEM_REGULAR), - - list("Health Analyzer", 4, /obj/item/device/healthanalyzer, null, VENDOR_ITEM_REGULAR), - list("Medical HUD Glasses", 4, /obj/item/clothing/glasses/hud/health, null, VENDOR_ITEM_MANDATORY), - - list("ATTACHMENTS", 0, null, null, null), - list("Angled Grip", 10, /obj/item/attachable/angledgrip/upp, null, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 10, /obj/item/attachable/extended_barrel, null, VENDOR_ITEM_REGULAR), - list("Laser Sight", 10, /obj/item/attachable/lasersight/upp, null, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 10, /obj/item/attachable/reddot/upp, null, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 10, /obj/item/attachable/reflex/upp, null, VENDOR_ITEM_REGULAR), - list("Suppressor", 10, /obj/item/attachable/suppressor, null, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 10, /obj/item/attachable/verticalgrip/upp, null, VENDOR_ITEM_REGULAR), - - list("EXPLOSIVES", 0, null, null, null), - list("Plastic Explosive", 5, /obj/item/explosive/plastic, null, VENDOR_ITEM_REGULAR), - list("Smoke Grenade", 5, /obj/item/explosive/grenade/smokebomb, null, VENDOR_ITEM_REGULAR), - list("Type 6 Shrapnel Grenade", 15, /obj/item/explosive/grenade/high_explosive/upp, null, VENDOR_ITEM_REGULAR), - list("Type 8 WP Grenade", 20, /obj/item/explosive/grenade/phosphorus/upp, null, VENDOR_ITEM_REGULAR), - - list("UTILITIES", 0, null, null, null), - list("Brown Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest/brown_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Black Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Fire Extinguisher (Portable)", 5, /obj/item/tool/extinguisher/mini, null, VENDOR_ITEM_REGULAR), - list("Large General Pouch", 10, /obj/item/storage/pouch/general/large, null, VENDOR_ITEM_REGULAR), - list("Shoulder Holster", 10, /obj/item/clothing/accessory/storage/holster, null, VENDOR_ITEM_REGULAR), - list("Webbing", 10, /obj/item/clothing/accessory/storage/webbing, null, VENDOR_ITEM_REGULAR), - list("Drop Pouch", 10, /obj/item/clothing/accessory/storage/droppouch, null, VENDOR_ITEM_REGULAR), - ) +/datum/equipment_preset/upp/officer/kolonel + name = "UPP Kolonel" + assignment = JOB_UPP_KOL_OFFICER + role_comm_title = "KOL" + rank = JOB_UPP_KOL_OFFICER + paygrades = list(PAY_SHORT_UO6 = JOB_PLAYTIME_TIER_0) //*****************************************************************************************************/ +/datum/equipment_preset/upp/synth + name = "UPP Support Synthetic" + flags = EQUIPMENT_PRESET_EXTRA + languages = list(ALL_SYNTH_LANGUAGES_UPP) + skills = /datum/skills/synthetic + assignment = "Support Synthetic" + rank = JOB_UPP_SUPPORT_SYNTH + paygrades = list(PAY_SHORT_SYN = JOB_PLAYTIME_TIER_0) + access = list(ACCESS_MARINE_SYNTH, ACCESS_UPP_GENERAL, ACCESS_UPP_SECURITY, ACCESS_UPP_ARMORY, ACCESS_UPP_FLIGHT, ACCESS_UPP_SQUAD_ONE, ACCESS_UPP_SQUAD_TWO, ACCESS_UPP_LEADERSHIP, ACCESS_UPP_SENIOR_LEAD, ACCESS_UPP_MEDPREP, ACCESS_UPP_TLPREP) -/datum/equipment_preset/upp/officer/lt_kolonel - name = "UPP Leytenant Kolonel" - assignment = JOB_UPP_LTKOL_OFFICER - rank = JOB_UPP_LTKOL_OFFICER - role_comm_title = "Lt. Kol." - paygrades = list(PAY_SHORT_UO5 = JOB_PLAYTIME_TIER_0) - skills = /datum/skills/upp/commander +/datum/equipment_preset/upp/synth/load_race(mob/living/carbon/human/new_human) + new_human.set_species(SYNTH_GEN_THREE) -/datum/equipment_preset/upp/officer/lt_kolonel/load_gear(mob/living/carbon/human/new_human) - //back - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/upp, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/motiondetector/hacked, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/megaphone, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/cotablet/upp, WEAR_IN_BACK) +/datum/equipment_preset/upp/synth/load_gear(mob/living/carbon/human/new_human) + new_human.undershirt = "Naval Infantry Telnyashka" //face - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/command, WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP, WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/health, WEAR_EYES) //head - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/peaked, WEAR_HEAD) + var/helmetvariety = rand(1,2) + switch(helmetvariety) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP/naval, WEAR_HEAD) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP/naval/alt, WEAR_HEAD) //uniform - var/obj/item/clothing/under/marine/veteran/UPP/officer/M = new() - var/obj/item/clothing/accessory/storage/webbing/W = new() - M.attach_accessory(new_human, W) - new_human.equip_to_slot_or_del(M, WEAR_BODY) - for(var/i in 1 to W.hold.storage_slots) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71/ap, WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/boilersuit/khaki, WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/surg_vest/drop_black/equipped, WEAR_ACCESSORY) new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) - //jacket - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/kapitan, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/device/binoculars/range, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/stack/medical/bruise_pack, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/flamer/leader, WEAR_J_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/light/pap, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar/tactical, WEAR_IN_JACKET) //waist - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/t73/leader, WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/upp/full, WEAR_WAIST) //limbs - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) - 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/upp, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine, WEAR_HANDS) //pockets - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large, WEAR_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/phosphorus/upp, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive/upp, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive/upp, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/autoinjector/full, WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/medical/full, WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/synth, WEAR_R_STORE) - if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD]) - new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf/tacticalmask/green, WEAR_FACE) - -/datum/equipment_preset/upp/officer/lt_kolonel/get_antag_clothing_equipment() - return list( - list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/marine/upp/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), - list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/UPP/officer, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), - list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), - list("Headset", 0, /obj/item/device/radio/headset/distress/UPP/command, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), - list("Ration", 0, /obj/item/reagent_container/food/snacks/upp, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - list("Combat Pack", 0, /obj/item/storage/backpack/lightpack/upp, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_MANDATORY), - - list("HELMET (CHOOSE 1)", 0, null, null, null), - list("Peaked Cap", 0, /obj/item/clothing/head/uppcap/peaked, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - list("UM4 Helmet", 0, /obj/item/clothing/head/helmet/marine/veteran/UPP, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_RECOMMENDED), - - list("ARMOR (CHOOSE 1)", 0, null, null, null), - list("UL4 senior officer jacket", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/kapitan, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_REGULAR), - list("UL6 Personal Armor", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/support, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY), - - list("BELT (CHOOSE 1)", 0, null, null, null), - list("Type 41 Ammo Load Rig", 0, /obj/item/storage/belt/marine/upp, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - list("Type 74 Pistol Holster Rig", 0, /obj/item/storage/belt/gun/type47/t73/leader, MARINE_CAN_BUY_BELT, VENDOR_ITEM_RECOMMENDED), - - list("POUCHES (CHOOSE 2)", 0, null, null, null), - list("Auto-Injector Pouch", 0, /obj/item/storage/pouch/autoinjector, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Bayonet Sheath", 0, /obj/item/storage/pouch/bayonet/upp, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Explosive Pouch", 0, /obj/item/storage/pouch/explosive, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Refillable Injectors)", 0, /obj/item/storage/pouch/firstaid/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Splints, Gauze, Ointment)", 0, /obj/item/storage/pouch/firstaid/full/alternate, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Pill Packets)", 0, /obj/item/storage/pouch/firstaid/full/pills, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Flare Pouch (Full)", 0, /obj/item/storage/pouch/flare/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Large Magazine Pouch", 0, /obj/item/storage/pouch/magazine/large, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Medium General Pouch", 0, /obj/item/storage/pouch/general/medium, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medkit Pouch", 0, /obj/item/storage/pouch/medkit, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Magazine Pouch", 0, /obj/item/storage/pouch/magazine/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Pouch", 0, /obj/item/storage/pouch/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - - list("ATTACHMENT (CHOOSE 1)", 0, null, null, null), - list("Angled Grip", 0, /obj/item/attachable/angledgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 0, /obj/item/attachable/extended_barrel, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Laser Sight", 0, /obj/item/attachable/lasersight/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 0, /obj/item/attachable/reddot/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 0, /obj/item/attachable/reflex/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Suppressor", 0, /obj/item/attachable/suppressor, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 0, /obj/item/attachable/verticalgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - - list("MASK (CHOOSE 1)", 0, null, null, null), - list("Gas Mask", 0, /obj/item/clothing/mask/gas/pmc/upp, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR), - list("Heat Absorbent Coif", 0, /obj/item/clothing/mask/rebreather/scarf, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR) - ) - -/datum/equipment_preset/upp/officer/lt_kolonel/get_antag_gear_equipment() - return list( - list("SQUAD LEADER SET (MANDATORY)", 0, null, null, null), - list("Essential SL Set", 0, /obj/effect/essentials_set/leader/upp, MARINE_CAN_BUY_ESSENTIALS, VENDOR_ITEM_MANDATORY), - - list("GENERAL SUPPLIES", 0, null, null, null), - list("Whistle", 5, /obj/item/device/whistle, null, VENDOR_ITEM_REGULAR), - - list("ENGINEERING SUPPLIES", 0, null, null, null), - list("Entrenching Tool", 2, /obj/item/tool/shovel/etool, null, VENDOR_ITEM_REGULAR), - list("Insulated Gloves", 3, /obj/item/clothing/gloves/yellow, null, VENDOR_ITEM_REGULAR), - list("Metal x10", 5, /obj/item/stack/sheet/metal/small_stack, null, VENDOR_ITEM_RECOMMENDED), - list("Plasteel x10", 7, /obj/item/stack/sheet/plasteel/small_stack, null, VENDOR_ITEM_RECOMMENDED), - list("Sandbags x25", 10, /obj/item/stack/sandbags_empty/half, null, VENDOR_ITEM_RECOMMENDED), - list("Tools Pouch (Full)", 5, /obj/item/storage/pouch/tools/full, null, VENDOR_ITEM_REGULAR), - list("Welding Goggles", 5, /obj/item/clothing/glasses/welding, null, VENDOR_ITEM_REGULAR), - - list("MEDICAL SUPPLIES", 0, null, null, null), - list("Burn Kit", 2, /obj/item/stack/medical/advanced/ointment, null, VENDOR_ITEM_REGULAR), - list("Trauma Kit", 2, /obj/item/stack/medical/advanced/bruise_pack, null, VENDOR_ITEM_REGULAR), - list("Advanced Firstaid Kit", 12, /obj/item/storage/firstaid/adv, null, VENDOR_ITEM_REGULAR), - list("Medical Splints", 1, /obj/item/stack/medical/splint, null, VENDOR_ITEM_REGULAR), - - list("Injector (Bicaridine)", 1, /obj/item/reagent_container/hypospray/autoinjector/bicaridine, null, VENDOR_ITEM_REGULAR), - list("Injector (Dexalin+)", 1, /obj/item/reagent_container/hypospray/autoinjector/dexalinp, null, VENDOR_ITEM_REGULAR), - list("Injector (Inaprovaline)", 1, /obj/item/reagent_container/hypospray/autoinjector/inaprovaline, null, VENDOR_ITEM_REGULAR), - list("Injector (Kelotane)", 1, /obj/item/reagent_container/hypospray/autoinjector/kelotane, null, VENDOR_ITEM_REGULAR), - list("Injector (Oxycodone)", 2, /obj/item/reagent_container/hypospray/autoinjector/oxycodone, null, VENDOR_ITEM_REGULAR), - list("Injector (Tramadol)", 1, /obj/item/reagent_container/hypospray/autoinjector/tramadol, null, VENDOR_ITEM_REGULAR), - list("Injector (Tricord)", 1, /obj/item/reagent_container/hypospray/autoinjector/tricord, null, VENDOR_ITEM_REGULAR), - - list("Health Analyzer", 4, /obj/item/device/healthanalyzer, null, VENDOR_ITEM_REGULAR), - list("Medical HUD Glasses", 4, /obj/item/clothing/glasses/hud/health, null, VENDOR_ITEM_MANDATORY), - - list("ATTACHMENTS", 0, null, null, null), - list("Angled Grip", 10, /obj/item/attachable/angledgrip/upp, null, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 10, /obj/item/attachable/extended_barrel, null, VENDOR_ITEM_REGULAR), - list("Laser Sight", 10, /obj/item/attachable/lasersight/upp, null, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 10, /obj/item/attachable/reddot/upp, null, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 10, /obj/item/attachable/reflex/upp, null, VENDOR_ITEM_REGULAR), - list("Suppressor", 10, /obj/item/attachable/suppressor, null, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 10, /obj/item/attachable/verticalgrip/upp, null, VENDOR_ITEM_REGULAR), - - list("EXPLOSIVES", 0, null, null, null), - list("Plastic Explosive", 5, /obj/item/explosive/plastic, null, VENDOR_ITEM_REGULAR), - list("Smoke Grenade", 5, /obj/item/explosive/grenade/smokebomb, null, VENDOR_ITEM_REGULAR), - list("Type 6 Shrapnel Grenade", 15, /obj/item/explosive/grenade/high_explosive/upp, null, VENDOR_ITEM_REGULAR), - list("Type 8 WP Grenade", 20, /obj/item/explosive/grenade/phosphorus/upp, null, VENDOR_ITEM_REGULAR), - - list("UTILITIES", 0, null, null, null), - list("Brown Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest/brown_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Black Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Fire Extinguisher (Portable)", 5, /obj/item/tool/extinguisher/mini, null, VENDOR_ITEM_REGULAR), - list("Large General Pouch", 10, /obj/item/storage/pouch/general/large, null, VENDOR_ITEM_REGULAR), - list("Shoulder Holster", 10, /obj/item/clothing/accessory/storage/holster, null, VENDOR_ITEM_REGULAR), - list("Webbing", 10, /obj/item/clothing/accessory/storage/webbing, null, VENDOR_ITEM_REGULAR), - list("Drop Pouch", 10, /obj/item/clothing/accessory/storage/droppouch, null, VENDOR_ITEM_REGULAR), - ) +/datum/equipment_preset/upp/synth/commando + name = "UPP Synthetic Commando" + flags = EQUIPMENT_PRESET_EXTRA + languages = ALL_SYNTH_LANGUAGES_UPP + skills = /datum/skills/synthetic + assignment = "Commando" + rank = JOB_UPP_COMBAT_SYNTH + paygrades = list(PAY_SHORT_SYN = JOB_PLAYTIME_TIER_0) + access = list(ACCESS_UPP_GENERAL, ACCESS_UPP_SECURITY, ACCESS_UPP_ARMORY, ACCESS_UPP_FLIGHT, ACCESS_UPP_SQUAD_ONE, ACCESS_UPP_SQUAD_TWO, ACCESS_UPP_LEADERSHIP, ACCESS_UPP_SENIOR_LEAD, ACCESS_UPP_MEDPREP, ACCESS_UPP_TLPREP) + idtype = /obj/item/card/id/dogtag -//*****************************************************************************************************/ +/datum/equipment_preset/upp/synth/commando/load_name(mob/living/carbon/human/new_human, randomise) + new_human.gender = pick(60;MALE,40;FEMALE) + var/datum/preferences/A = new() + A.randomize_appearance(new_human) -/datum/equipment_preset/upp/officer/kolonel - name = "UPP Kolonel" - assignment = JOB_UPP_KOL_OFFICER - rank = JOB_UPP_KOL_OFFICER - role_comm_title = "Kol." - paygrades = list(PAY_SHORT_UO6 = JOB_PLAYTIME_TIER_0) - skills = /datum/skills/upp/commander + new_human.change_real_name(new_human, "Commando #[rand(250)]") + new_human.age = rand(18,35) + var/static/list/colors = list("BLACK" = list(15, 15, 10), "BROWN" = list(48, 38, 18), "BROWN" = list(48, 38, 18),"BLUE" = list(29, 51, 65), "GREEN" = list(40, 61, 39), "STEEL" = list(46, 59, 54)) + var/static/list/hair_colors = list("BLACK" = list(15, 15, 10), "BROWN" = list(48, 38, 18), "AUBURN" = list(77, 48, 36), "BLONDE" = list(95, 76, 44)) + var/hair_color = pick(hair_colors) + new_human.r_hair = hair_colors[hair_color][1] + new_human.g_hair = hair_colors[hair_color][2] + new_human.b_hair = hair_colors[hair_color][3] + new_human.r_facial = hair_colors[hair_color][1] + new_human.g_facial = hair_colors[hair_color][2] + new_human.b_facial = hair_colors[hair_color][3] + var/eye_color = pick(colors) + new_human.r_eyes = colors[eye_color][1] + new_human.g_eyes = colors[eye_color][2] + new_human.b_eyes = colors[eye_color][3] + if(new_human.gender == MALE) + new_human.h_style = pick("Undercut, Top", "Shaved Head", "Bald") + new_human.f_style = "Shaved" + else + new_human.h_style = pick("Undercut, Top", "Shaved Head", "Bald") + +/datum/equipment_preset/upp/synth/commando/load_gear(mob/living/carbon/human/new_human) -/datum/equipment_preset/upp/officer/kolonel/load_gear(mob/living/carbon/human/new_human) + new_human.undershirt = "Naval Infantry Telnyashka" //back - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/upp, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/motiondetector/hacked, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/megaphone, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/cotablet/upp, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/shotgun/type23, WEAR_BACK) //face - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/command, WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP, WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf, WEAR_FACE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/night/m42_night_goggles/upp, WEAR_EYES) //head - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/peaked, WEAR_HEAD) + var/helmetvariety = rand(1,2) + switch(helmetvariety) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP/naval, WEAR_HEAD) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP/naval/alt, WEAR_HEAD) //uniform - var/obj/item/clothing/under/marine/veteran/UPP/officer/M = new() - var/obj/item/clothing/accessory/storage/webbing/W = new() - M.attach_accessory(new_human, W) - new_human.equip_to_slot_or_del(M, WEAR_BODY) - for(var/i in 1 to W.hold.storage_slots) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71/ap, WEAR_IN_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) - + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP, WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/tool_webbing/equipped, WEAR_ACCESSORY) //jacket - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/kapitan, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/device/binoculars/range, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/stack/medical/bruise_pack, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/flamer/leader, WEAR_J_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/light, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/explosive/plastic/breaching_charge, WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/explosive/plastic/breaching_charge, WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/carbine, WEAR_J_STORE) //waist - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/t73/leader, WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine/upp/full, WEAR_WAIST) //limbs - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/upp, WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine, WEAR_HANDS) //pockets - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large, WEAR_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/phosphorus/upp, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive/upp, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive/upp, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/autoinjector/full, WEAR_R_STORE) - - if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD]) - new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf/tacticalmask/green, WEAR_FACE) - -/datum/equipment_preset/upp/officer/kolonel/get_antag_clothing_equipment() - return list( - list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/marine/upp/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), - list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/UPP/officer, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), - list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/upp, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), - list("Headset", 0, /obj/item/device/radio/headset/distress/UPP/command, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), - list("Ration", 0, /obj/item/reagent_container/food/snacks/upp, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - list("Combat Pack", 0, /obj/item/storage/backpack/lightpack/upp, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_MANDATORY), - - list("HELMET (CHOOSE 1)", 0, null, null, null), - list("Peaked Cap", 0, /obj/item/clothing/head/uppcap/peaked, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - list("UM4 Helmet", 0, /obj/item/clothing/head/helmet/marine/veteran/UPP, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_RECOMMENDED), - - list("ARMOR (CHOOSE 1)", 0, null, null, null), - list("UL4 senior officer jacket", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/kapitan, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_REGULAR), - list("UL6 Personal Armor", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/support, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY), - - list("BELT (CHOOSE 1)", 0, null, null, null), - list("Type 41 Ammo Load Rig", 0, /obj/item/storage/belt/marine/upp, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - list("Type 74 Pistol Holster Rig", 0, /obj/item/storage/belt/gun/type47/t73/leader, MARINE_CAN_BUY_BELT, VENDOR_ITEM_RECOMMENDED), - - list("POUCHES (CHOOSE 2)", 0, null, null, null), - list("Auto-Injector Pouch", 0, /obj/item/storage/pouch/autoinjector, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Bayonet Sheath", 0, /obj/item/storage/pouch/bayonet/upp, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Explosive Pouch", 0, /obj/item/storage/pouch/explosive, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Refillable Injectors)", 0, /obj/item/storage/pouch/firstaid/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Splints, Gauze, Ointment)", 0, /obj/item/storage/pouch/firstaid/full/alternate, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Pill Packets)", 0, /obj/item/storage/pouch/firstaid/full/pills, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Flare Pouch (Full)", 0, /obj/item/storage/pouch/flare/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Large Magazine Pouch", 0, /obj/item/storage/pouch/magazine/large, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Medium General Pouch", 0, /obj/item/storage/pouch/general/medium, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medical Kit Pouch", 0, /obj/item/storage/pouch/medkit, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Magazine Pouch", 0, /obj/item/storage/pouch/magazine/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Pouch", 0, /obj/item/storage/pouch/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - - list("ATTACHMENT (CHOOSE 1)", 0, null, null, null), - list("Angled Grip", 0, /obj/item/attachable/angledgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 0, /obj/item/attachable/extended_barrel, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Laser Sight", 0, /obj/item/attachable/lasersight/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 0, /obj/item/attachable/reddot/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 0, /obj/item/attachable/reflex/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Suppressor", 0, /obj/item/attachable/suppressor, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 0, /obj/item/attachable/verticalgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - - list("MASK (CHOOSE 1)", 0, null, null, null), - list("Gas Mask", 0, /obj/item/clothing/mask/gas/pmc/upp, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR), - list("Heat Absorbent Coif", 0, /obj/item/clothing/mask/rebreather/scarf, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR) - ) - -/datum/equipment_preset/upp/officer/kolonel/get_antag_gear_equipment() - return list( - list("SQUAD LEADER SET (MANDATORY)", 0, null, null, null), - list("Essential SL Set", 0, /obj/effect/essentials_set/leader/upp, MARINE_CAN_BUY_ESSENTIALS, VENDOR_ITEM_MANDATORY), - - list("GENERAL SUPPLIES", 0, null, null, null), - list("Whistle", 5, /obj/item/device/whistle, null, VENDOR_ITEM_REGULAR), - - list("ENGINEERING SUPPLIES", 0, null, null, null), - list("Entrenching Tool", 2, /obj/item/tool/shovel/etool, null, VENDOR_ITEM_REGULAR), - list("Insulated Gloves", 3, /obj/item/clothing/gloves/yellow, null, VENDOR_ITEM_REGULAR), - list("Metal x10", 5, /obj/item/stack/sheet/metal/small_stack, null, VENDOR_ITEM_RECOMMENDED), - list("Plasteel x10", 7, /obj/item/stack/sheet/plasteel/small_stack, null, VENDOR_ITEM_RECOMMENDED), - list("Sandbags x25", 10, /obj/item/stack/sandbags_empty/half, null, VENDOR_ITEM_RECOMMENDED), - list("Tools Pouch (Full)", 5, /obj/item/storage/pouch/tools/full, null, VENDOR_ITEM_REGULAR), - list("Welding Goggles", 5, /obj/item/clothing/glasses/welding, null, VENDOR_ITEM_REGULAR), - - list("MEDICAL SUPPLIES", 0, null, null, null), - list("Burn Kit", 2, /obj/item/stack/medical/advanced/ointment, null, VENDOR_ITEM_REGULAR), - list("Trauma Kit", 2, /obj/item/stack/medical/advanced/bruise_pack, null, VENDOR_ITEM_REGULAR), - list("Advanced Firstaid Kit", 12, /obj/item/storage/firstaid/adv, null, VENDOR_ITEM_REGULAR), - list("Medical Splints", 1, /obj/item/stack/medical/splint, null, VENDOR_ITEM_REGULAR), - - list("Injector (Bicaridine)", 1, /obj/item/reagent_container/hypospray/autoinjector/bicaridine, null, VENDOR_ITEM_REGULAR), - list("Injector (Dexalin+)", 1, /obj/item/reagent_container/hypospray/autoinjector/dexalinp, null, VENDOR_ITEM_REGULAR), - list("Injector (Inaprovaline)", 1, /obj/item/reagent_container/hypospray/autoinjector/inaprovaline, null, VENDOR_ITEM_REGULAR), - list("Injector (Kelotane)", 1, /obj/item/reagent_container/hypospray/autoinjector/kelotane, null, VENDOR_ITEM_REGULAR), - list("Injector (Oxycodone)", 2, /obj/item/reagent_container/hypospray/autoinjector/oxycodone, null, VENDOR_ITEM_REGULAR), - list("Injector (Tramadol)", 1, /obj/item/reagent_container/hypospray/autoinjector/tramadol, null, VENDOR_ITEM_REGULAR), - list("Injector (Tricord)", 1, /obj/item/reagent_container/hypospray/autoinjector/tricord, null, VENDOR_ITEM_REGULAR), - - list("Health Analyzer", 4, /obj/item/device/healthanalyzer, null, VENDOR_ITEM_REGULAR), - list("Medical HUD Glasses", 4, /obj/item/clothing/glasses/hud/health, null, VENDOR_ITEM_MANDATORY), - - list("ATTACHMENTS", 0, null, null, null), - list("Angled Grip", 10, /obj/item/attachable/angledgrip/upp, null, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 10, /obj/item/attachable/extended_barrel, null, VENDOR_ITEM_REGULAR), - list("Laser Sight", 10, /obj/item/attachable/lasersight/upp, null, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 10, /obj/item/attachable/reddot/upp, null, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 10, /obj/item/attachable/reflex/upp, null, VENDOR_ITEM_REGULAR), - list("Suppressor", 10, /obj/item/attachable/suppressor, null, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 10, /obj/item/attachable/verticalgrip/upp, null, VENDOR_ITEM_REGULAR), - - list("EXPLOSIVES", 0, null, null, null), - list("Plastic Explosive", 5, /obj/item/explosive/plastic, null, VENDOR_ITEM_REGULAR), - list("Smoke Grenade", 5, /obj/item/explosive/grenade/smokebomb, null, VENDOR_ITEM_REGULAR), - list("Type 6 Shrapnel Grenade", 15, /obj/item/explosive/grenade/high_explosive/upp, null, VENDOR_ITEM_REGULAR), - list("Type 8 WP Grenade", 20, /obj/item/explosive/grenade/phosphorus/upp, null, VENDOR_ITEM_REGULAR), - - list("UTILITIES", 0, null, null, null), - list("Brown Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest/brown_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Black Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Fire Extinguisher (Portable)", 5, /obj/item/tool/extinguisher/mini, null, VENDOR_ITEM_REGULAR), - list("Large General Pouch", 10, /obj/item/storage/pouch/general/large, null, VENDOR_ITEM_REGULAR), - list("Shoulder Holster", 10, /obj/item/clothing/accessory/storage/holster, null, VENDOR_ITEM_REGULAR), - list("Webbing", 10, /obj/item/clothing/accessory/storage/webbing, null, VENDOR_ITEM_REGULAR), - list("Drop Pouch", 10, /obj/item/clothing/accessory/storage/droppouch, null, VENDOR_ITEM_REGULAR), - ) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/shotgun/heavybuck, WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/explosive/upp, WEAR_R_STORE) //*****************************************************************************************************/ -//===================// -// Flag Officers // -//===============// +/datum/equipment_preset/upp/commando + name = "UPP Reconnaissance Commando" + flags = EQUIPMENT_PRESET_EXTRA + skills = /datum/skills/commando + assignment = "Reconnaissance Commando Frogman" + rank = JOB_UPP_COMMANDO + role_comm_title = "RECON" + paygrades = list(PAY_SHORT_UE7 = JOB_PLAYTIME_TIER_0) + languages = list(LANGUAGE_RUSSIAN, LANGUAGE_ENGLISH, LANGUAGE_TSL, LANGUAGE_SPANISH, LANGUAGE_CHINESE) + access = list(ACCESS_UPP_GENERAL, ACCESS_UPP_SECURITY, ACCESS_UPP_ARMORY, ACCESS_UPP_FLIGHT, ACCESS_UPP_SQUAD_ONE, ACCESS_UPP_SQUAD_TWO, ACCESS_UPP_LEADERSHIP, ACCESS_UPP_SENIOR_LEAD, ACCESS_UPP_MEDPREP, ACCESS_UPP_TLPREP) -/datum/equipment_preset/upp/officer/may_gen - name = "UPP Mayjor General" - assignment = JOB_UPP_KOL_OFFICER - rank = JOB_UPP_KOL_OFFICER - role_comm_title = "May. Gen." - paygrades = list(PAY_SHORT_UO7 = JOB_PLAYTIME_TIER_0) - skills = /datum/skills/upp/commander +/datum/equipment_preset/upp/commando/load_gear(mob/living/carbon/human/new_human) + //TODO: add backpacks and satchels -/datum/equipment_preset/upp/officer/may_gen/load_gear(mob/living/carbon/human/new_human) + new_human.undershirt = "Naval Infantry Telnyashka" //back - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/upp, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/satchel/scout_cloak/upp, WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/explosive/plastic/breaching_charge, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/explosive/plastic/breaching_charge, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/box/packet/high_explosive/upp, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/box/packet/high_explosive/upp, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/restraint/handcuffs/zip, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/restraint/handcuffs/zip, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/restraint/handcuffs/zip, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/motiondetector/hacked, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/megaphone, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/cotablet/upp, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) + //face - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/command, WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/kdo, WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/pmc/upp, WEAR_FACE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/night/m42_night_goggles/upp, WEAR_EYES) //head - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/peaked, WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret/naval, WEAR_HEAD) //uniform - var/obj/item/clothing/under/marine/veteran/UPP/officer/M = new() - var/obj/item/clothing/accessory/storage/webbing/W = new() - M.attach_accessory(new_human, W) - new_human.equip_to_slot_or_del(M, WEAR_BODY) - for(var/i in 1 to W.hold.storage_slots) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71/ap, WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP, WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) + 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/np92/suppressed, WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/np92, WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/np92, WEAR_IN_ACCESSORY) //jacket - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/kapitan, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/device/binoculars/range, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/stack/medical/bruise_pack, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/flamer/leader, WEAR_J_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/light, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar/tactical, WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/carbine/commando, WEAR_J_STORE) //waist - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/t73/leader, WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine/upp/full, WEAR_WAIST) //limbs - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) - 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/upp, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine, WEAR_HANDS) //pockets - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large, WEAR_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/phosphorus/upp, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive/upp, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive/upp, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/autoinjector/full, WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/autoinjector/full, WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate, WEAR_R_STORE) - if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD]) - new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf/tacticalmask/green, WEAR_FACE) - -/datum/equipment_preset/upp/officer/may_gen/get_antag_clothing_equipment() - return list( - list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/marine/upp/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), - list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/UPP/officer, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), - list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), - list("Headset", 0, /obj/item/device/radio/headset/distress/UPP/command, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), - list("Ration", 0, /obj/item/reagent_container/food/snacks/upp, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - list("Combat Pack", 0, /obj/item/storage/backpack/lightpack/upp, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_MANDATORY), - - list("HELMET (CHOOSE 1)", 0, null, null, null), - list("Peaked Cap", 0, /obj/item/clothing/head/uppcap/peaked, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - list("UM4 Helmet", 0, /obj/item/clothing/head/helmet/marine/veteran/UPP, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_RECOMMENDED), - - list("ARMOR (CHOOSE 1)", 0, null, null, null), - list("UL4 senior officer jacket", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/kapitan, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_REGULAR), - list("UL6 Personal Armor", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/support, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY), - - list("BELT (CHOOSE 1)", 0, null, null, null), - list("Type 41 Ammo Load Rig", 0, /obj/item/storage/belt/marine/upp, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - list("Type 74 Pistol Holster Rig", 0, /obj/item/storage/belt/gun/type47/t73/leader, MARINE_CAN_BUY_BELT, VENDOR_ITEM_RECOMMENDED), - - list("POUCHES (CHOOSE 2)", 0, null, null, null), - list("Auto-Injector Pouch", 0, /obj/item/storage/pouch/autoinjector, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Bayonet Sheath", 0, /obj/item/storage/pouch/bayonet/upp, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Explosive Pouch", 0, /obj/item/storage/pouch/explosive, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Refillable Injectors)", 0, /obj/item/storage/pouch/firstaid/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Splints, Gauze, Ointment)", 0, /obj/item/storage/pouch/firstaid/full/alternate, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Pill Packets)", 0, /obj/item/storage/pouch/firstaid/full/pills, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Flare Pouch (Full)", 0, /obj/item/storage/pouch/flare/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Large Magazine Pouch", 0, /obj/item/storage/pouch/magazine/large, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Medium General Pouch", 0, /obj/item/storage/pouch/general/medium, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medkit Pouch", 0, /obj/item/storage/pouch/medkit, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Magazine Pouch", 0, /obj/item/storage/pouch/magazine/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Pouch", 0, /obj/item/storage/pouch/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - - list("ATTACHMENT (CHOOSE 1)", 0, null, null, null), - list("Angled Grip", 0, /obj/item/attachable/angledgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 0, /obj/item/attachable/extended_barrel, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Laser Sight", 0, /obj/item/attachable/lasersight/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 0, /obj/item/attachable/reddot/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 0, /obj/item/attachable/reflex/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Suppressor", 0, /obj/item/attachable/suppressor, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 0, /obj/item/attachable/verticalgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - - list("MASK (CHOOSE 1)", 0, null, null, null), - list("Gas Mask", 0, /obj/item/clothing/mask/gas/pmc/upp, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR), - list("Heat Absorbent Coif", 0, /obj/item/clothing/mask/rebreather/scarf, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR) - ) - -/datum/equipment_preset/upp/officer/may_gen/get_antag_gear_equipment() - return list( - list("SQUAD LEADER SET (MANDATORY)", 0, null, null, null), - list("Essential SL Set", 0, /obj/effect/essentials_set/leader/upp, MARINE_CAN_BUY_ESSENTIALS, VENDOR_ITEM_MANDATORY), - - list("GENERAL SUPPLIES", 0, null, null, null), - list("Whistle", 5, /obj/item/device/whistle, null, VENDOR_ITEM_REGULAR), - - list("ENGINEERING SUPPLIES", 0, null, null, null), - list("Entrenching Tool", 2, /obj/item/tool/shovel/etool, null, VENDOR_ITEM_REGULAR), - list("Insulated Gloves", 3, /obj/item/clothing/gloves/yellow, null, VENDOR_ITEM_REGULAR), - list("Metal x10", 5, /obj/item/stack/sheet/metal/small_stack, null, VENDOR_ITEM_RECOMMENDED), - list("Plasteel x10", 7, /obj/item/stack/sheet/plasteel/small_stack, null, VENDOR_ITEM_RECOMMENDED), - list("Sandbags x25", 10, /obj/item/stack/sandbags_empty/half, null, VENDOR_ITEM_RECOMMENDED), - list("Tools Pouch (Full)", 5, /obj/item/storage/pouch/tools/full, null, VENDOR_ITEM_REGULAR), - list("Welding Goggles", 5, /obj/item/clothing/glasses/welding, null, VENDOR_ITEM_REGULAR), - - list("MEDICAL SUPPLIES", 0, null, null, null), - list("Burn Kit", 2, /obj/item/stack/medical/advanced/ointment, null, VENDOR_ITEM_REGULAR), - list("Trauma Kit", 2, /obj/item/stack/medical/advanced/bruise_pack, null, VENDOR_ITEM_REGULAR), - list("Advanced Firstaid Kit", 12, /obj/item/storage/firstaid/adv, null, VENDOR_ITEM_REGULAR), - list("Medical Splints", 1, /obj/item/stack/medical/splint, null, VENDOR_ITEM_REGULAR), - - list("Injector (Bicaridine)", 1, /obj/item/reagent_container/hypospray/autoinjector/bicaridine, null, VENDOR_ITEM_REGULAR), - list("Injector (Dexalin+)", 1, /obj/item/reagent_container/hypospray/autoinjector/dexalinp, null, VENDOR_ITEM_REGULAR), - list("Injector (Inaprovaline)", 1, /obj/item/reagent_container/hypospray/autoinjector/inaprovaline, null, VENDOR_ITEM_REGULAR), - list("Injector (Kelotane)", 1, /obj/item/reagent_container/hypospray/autoinjector/kelotane, null, VENDOR_ITEM_REGULAR), - list("Injector (Oxycodone)", 2, /obj/item/reagent_container/hypospray/autoinjector/oxycodone, null, VENDOR_ITEM_REGULAR), - list("Injector (Tramadol)", 1, /obj/item/reagent_container/hypospray/autoinjector/tramadol, null, VENDOR_ITEM_REGULAR), - list("Injector (Tricord)", 1, /obj/item/reagent_container/hypospray/autoinjector/tricord, null, VENDOR_ITEM_REGULAR), - - list("Health Analyzer", 4, /obj/item/device/healthanalyzer, null, VENDOR_ITEM_REGULAR), - list("Medical HUD Glasses", 4, /obj/item/clothing/glasses/hud/health, null, VENDOR_ITEM_MANDATORY), - - list("ATTACHMENTS", 0, null, null, null), - list("Angled Grip", 10, /obj/item/attachable/angledgrip/upp, null, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 10, /obj/item/attachable/extended_barrel, null, VENDOR_ITEM_REGULAR), - list("Laser Sight", 10, /obj/item/attachable/lasersight/upp, null, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 10, /obj/item/attachable/reddot/upp, null, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 10, /obj/item/attachable/reflex/upp, null, VENDOR_ITEM_REGULAR), - list("Suppressor", 10, /obj/item/attachable/suppressor, null, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 10, /obj/item/attachable/verticalgrip/upp, null, VENDOR_ITEM_REGULAR), - - list("EXPLOSIVES", 0, null, null, null), - list("Plastic Explosive", 5, /obj/item/explosive/plastic, null, VENDOR_ITEM_REGULAR), - list("Smoke Grenade", 5, /obj/item/explosive/grenade/smokebomb, null, VENDOR_ITEM_REGULAR), - list("Type 6 Shrapnel Grenade", 15, /obj/item/explosive/grenade/high_explosive/upp, null, VENDOR_ITEM_REGULAR), - list("Type 8 WP Grenade", 20, /obj/item/explosive/grenade/phosphorus/upp, null, VENDOR_ITEM_REGULAR), - - list("UTILITIES", 0, null, null, null), - list("Brown Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest/brown_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Black Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Fire Extinguisher (Portable)", 5, /obj/item/tool/extinguisher/mini, null, VENDOR_ITEM_REGULAR), - list("Large General Pouch", 10, /obj/item/storage/pouch/general/large, null, VENDOR_ITEM_REGULAR), - list("Shoulder Holster", 10, /obj/item/clothing/accessory/storage/holster, null, VENDOR_ITEM_REGULAR), - list("Webbing", 10, /obj/item/clothing/accessory/storage/webbing, null, VENDOR_ITEM_REGULAR), - list("Drop Pouch", 10, /obj/item/clothing/accessory/storage/droppouch, null, VENDOR_ITEM_REGULAR), - ) +//*****************************************************************************************************/ + +/datum/equipment_preset/upp/commando/leader + name = "UPP Reconnaissance Commando Leader" + skills = /datum/skills/commando/leader + assignment = "Lead Reconnaissance Commando Frogman" + rank = JOB_UPP_COMMANDO_LEADER + role_comm_title = "RECON-TL" + paygrades = list(PAY_SHORT_UO2 = JOB_PLAYTIME_TIER_0) //*****************************************************************************************************/ -/datum/equipment_preset/upp/officer/ley_gen - name = "UPP Leytenant General" - assignment = JOB_UPP_KOL_OFFICER - rank = JOB_UPP_KOL_OFFICER - role_comm_title = "Lt. Gen." - paygrades = list(PAY_SHORT_UO8 = JOB_PLAYTIME_TIER_0) - skills = /datum/skills/upp/commander +/datum/equipment_preset/upp/tank + name = "UPP Vehicle Crewman" + flags = EQUIPMENT_PRESET_EXTRA + assignment = "Crewman" + role_comm_title = "CRMN" + rank = JOB_UPP_CREWMAN + paygrades = list(PAY_SHORT_UE2 = JOB_PLAYTIME_TIER_0, PAY_SHORT_UE3 = JOB_PLAYTIME_TIER_1) + skills = /datum/skills/tank_crew + access = list(ACCESS_UPP_GENERAL, ACCESS_UPP_ENGINEERING) -/datum/equipment_preset/upp/officer/ley_gen/load_gear(mob/living/carbon/human/new_human) - //back - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/upp, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/motiondetector/hacked, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/megaphone, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/cotablet/upp, WEAR_IN_BACK) +/datum/equipment_preset/upp/tank/load_gear(mob/living/carbon/human/new_human) + + new_human.undershirt = "Naval Infantry Telnyashka" //face - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/command, WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP, WEAR_L_EAR) //head - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/peaked, WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP/naval, WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/welding, WEAR_EYES) //uniform - var/obj/item/clothing/under/marine/veteran/UPP/officer/M = new() - var/obj/item/clothing/accessory/storage/webbing/W = new() - M.attach_accessory(new_human, W) - new_human.equip_to_slot_or_del(M, WEAR_BODY) - for(var/i in 1 to W.hold.storage_slots) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71/ap, WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP, WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) - + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/tool_webbing/equipped, WEAR_R_STORE) //jacket - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/kapitan, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/device/binoculars/range, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/stack/medical/bruise_pack, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/flamer/leader, WEAR_J_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/light/pap, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/revolver, WEAR_J_STORE) //waist - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/t73/leader, WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/tank, WEAR_IN_BELT) //limbs - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) - 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/upp, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/yellow, WEAR_HANDS) //pockets - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large, WEAR_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/phosphorus/upp, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive/upp, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive/upp, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/autoinjector/full, WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate, WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/medium, WEAR_R_STORE) - if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD]) - new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf/tacticalmask/green, WEAR_FACE) - -/datum/equipment_preset/upp/officer/ley_gen/get_antag_clothing_equipment() - return list( - list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/marine/upp/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), - list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/UPP/officer, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), - list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), - list("Headset", 0, /obj/item/device/radio/headset/distress/UPP/command, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), - list("Ration", 0, /obj/item/reagent_container/food/snacks/upp, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - list("Combat Pack", 0, /obj/item/storage/backpack/lightpack/upp, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_MANDATORY), - - list("HELMET (CHOOSE 1)", 0, null, null, null), - list("Peaked Cap", 0, /obj/item/clothing/head/uppcap/peaked, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - list("UM4 Helmet", 0, /obj/item/clothing/head/helmet/marine/veteran/UPP, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_RECOMMENDED), - - list("ARMOR (CHOOSE 1)", 0, null, null, null), - list("UL4 senior officer jacket", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/kapitan, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_REGULAR), - list("UL6 Personal Armor", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/support, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY), - - list("BELT (CHOOSE 1)", 0, null, null, null), - list("Type 41 Ammo Load Rig", 0, /obj/item/storage/belt/marine/upp, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - list("Type 74 Pistol Holster Rig", 0, /obj/item/storage/belt/gun/type47/t73/leader, MARINE_CAN_BUY_BELT, VENDOR_ITEM_RECOMMENDED), - - list("POUCHES (CHOOSE 2)", 0, null, null, null), - list("Auto-Injector Pouch", 0, /obj/item/storage/pouch/autoinjector, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Bayonet Sheath", 0, /obj/item/storage/pouch/bayonet/upp, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Explosive Pouch", 0, /obj/item/storage/pouch/explosive, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Refillable Injectors)", 0, /obj/item/storage/pouch/firstaid/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Splints, Gauze, Ointment)", 0, /obj/item/storage/pouch/firstaid/full/alternate, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Pill Packets)", 0, /obj/item/storage/pouch/firstaid/full/pills, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Flare Pouch (Full)", 0, /obj/item/storage/pouch/flare/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Large Magazine Pouch", 0, /obj/item/storage/pouch/magazine/large, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Medium General Pouch", 0, /obj/item/storage/pouch/general/medium, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medkit Pouch", 0, /obj/item/storage/pouch/medkit, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Magazine Pouch", 0, /obj/item/storage/pouch/magazine/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Pouch", 0, /obj/item/storage/pouch/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - - list("ATTACHMENT (CHOOSE 1)", 0, null, null, null), - list("Angled Grip", 0, /obj/item/attachable/angledgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 0, /obj/item/attachable/extended_barrel, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Laser Sight", 0, /obj/item/attachable/lasersight/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 0, /obj/item/attachable/reddot/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 0, /obj/item/attachable/reflex/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Suppressor", 0, /obj/item/attachable/suppressor, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 0, /obj/item/attachable/verticalgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - - list("MASK (CHOOSE 1)", 0, null, null, null), - list("Gas Mask", 0, /obj/item/clothing/mask/gas/pmc/upp, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR), - list("Heat Absorbent Coif", 0, /obj/item/clothing/mask/rebreather/scarf, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR) - ) - -/datum/equipment_preset/upp/officer/ley_gen/get_antag_gear_equipment() - return list( - list("SQUAD LEADER SET (MANDATORY)", 0, null, null, null), - list("Essential SL Set", 0, /obj/effect/essentials_set/leader/upp, MARINE_CAN_BUY_ESSENTIALS, VENDOR_ITEM_MANDATORY), - - list("GENERAL SUPPLIES", 0, null, null, null), - list("Whistle", 5, /obj/item/device/whistle, null, VENDOR_ITEM_REGULAR), - - list("ENGINEERING SUPPLIES", 0, null, null, null), - list("Entrenching Tool", 2, /obj/item/tool/shovel/etool, null, VENDOR_ITEM_REGULAR), - list("Insulated Gloves", 3, /obj/item/clothing/gloves/yellow, null, VENDOR_ITEM_REGULAR), - list("Metal x10", 5, /obj/item/stack/sheet/metal/small_stack, null, VENDOR_ITEM_RECOMMENDED), - list("Plasteel x10", 7, /obj/item/stack/sheet/plasteel/small_stack, null, VENDOR_ITEM_RECOMMENDED), - list("Sandbags x25", 10, /obj/item/stack/sandbags_empty/half, null, VENDOR_ITEM_RECOMMENDED), - list("Tools Pouch (Full)", 5, /obj/item/storage/pouch/tools/full, null, VENDOR_ITEM_REGULAR), - list("Welding Goggles", 5, /obj/item/clothing/glasses/welding, null, VENDOR_ITEM_REGULAR), - - list("MEDICAL SUPPLIES", 0, null, null, null), - list("Burn Kit", 2, /obj/item/stack/medical/advanced/ointment, null, VENDOR_ITEM_REGULAR), - list("Trauma Kit", 2, /obj/item/stack/medical/advanced/bruise_pack, null, VENDOR_ITEM_REGULAR), - list("Advanced Firstaid Kit", 12, /obj/item/storage/firstaid/adv, null, VENDOR_ITEM_REGULAR), - list("Medical Splints", 1, /obj/item/stack/medical/splint, null, VENDOR_ITEM_REGULAR), - - list("Injector (Bicaridine)", 1, /obj/item/reagent_container/hypospray/autoinjector/bicaridine, null, VENDOR_ITEM_REGULAR), - list("Injector (Dexalin+)", 1, /obj/item/reagent_container/hypospray/autoinjector/dexalinp, null, VENDOR_ITEM_REGULAR), - list("Injector (Inaprovaline)", 1, /obj/item/reagent_container/hypospray/autoinjector/inaprovaline, null, VENDOR_ITEM_REGULAR), - list("Injector (Kelotane)", 1, /obj/item/reagent_container/hypospray/autoinjector/kelotane, null, VENDOR_ITEM_REGULAR), - list("Injector (Oxycodone)", 2, /obj/item/reagent_container/hypospray/autoinjector/oxycodone, null, VENDOR_ITEM_REGULAR), - list("Injector (Tramadol)", 1, /obj/item/reagent_container/hypospray/autoinjector/tramadol, null, VENDOR_ITEM_REGULAR), - list("Injector (Tricord)", 1, /obj/item/reagent_container/hypospray/autoinjector/tricord, null, VENDOR_ITEM_REGULAR), - - list("Health Analyzer", 4, /obj/item/device/healthanalyzer, null, VENDOR_ITEM_REGULAR), - list("Medical HUD Glasses", 4, /obj/item/clothing/glasses/hud/health, null, VENDOR_ITEM_MANDATORY), - - list("ATTACHMENTS", 0, null, null, null), - list("Angled Grip", 10, /obj/item/attachable/angledgrip/upp, null, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 10, /obj/item/attachable/extended_barrel, null, VENDOR_ITEM_REGULAR), - list("Laser Sight", 10, /obj/item/attachable/lasersight/upp, null, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 10, /obj/item/attachable/reddot/upp, null, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 10, /obj/item/attachable/reflex/upp, null, VENDOR_ITEM_REGULAR), - list("Suppressor", 10, /obj/item/attachable/suppressor, null, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 10, /obj/item/attachable/verticalgrip/upp, null, VENDOR_ITEM_REGULAR), - - list("EXPLOSIVES", 0, null, null, null), - list("Plastic Explosive", 5, /obj/item/explosive/plastic, null, VENDOR_ITEM_REGULAR), - list("Smoke Grenade", 5, /obj/item/explosive/grenade/smokebomb, null, VENDOR_ITEM_REGULAR), - list("Type 6 Shrapnel Grenade", 15, /obj/item/explosive/grenade/high_explosive/upp, null, VENDOR_ITEM_REGULAR), - list("Type 8 WP Grenade", 20, /obj/item/explosive/grenade/phosphorus/upp, null, VENDOR_ITEM_REGULAR), - - list("UTILITIES", 0, null, null, null), - list("Brown Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest/brown_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Black Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Fire Extinguisher (Portable)", 5, /obj/item/tool/extinguisher/mini, null, VENDOR_ITEM_REGULAR), - list("Large General Pouch", 10, /obj/item/storage/pouch/general/large, null, VENDOR_ITEM_REGULAR), - list("Shoulder Holster", 10, /obj/item/clothing/accessory/storage/holster, null, VENDOR_ITEM_REGULAR), - list("Webbing", 10, /obj/item/clothing/accessory/storage/webbing, null, VENDOR_ITEM_REGULAR), - list("Drop Pouch", 10, /obj/item/clothing/accessory/storage/droppouch, null, VENDOR_ITEM_REGULAR), - ) +/datum/equipment_preset/upp/pilot + name = "UPP Pilot" + flags = EQUIPMENT_PRESET_EXTRA + assignment = "Pilot" + role_comm_title = "PILOT" + rank = JOB_UPP_CREWMAN + paygrades = list(PAY_SHORT_UE2 = JOB_PLAYTIME_TIER_0, PAY_SHORT_UE3 = JOB_PLAYTIME_TIER_1) + skills = /datum/skills/pilot + access = list(ACCESS_UPP_GENERAL, ACCESS_UPP_ENGINEERING) -//*****************************************************************************************************/ +/datum/equipment_preset/upp/pilot/load_gear(mob/living/carbon/human/new_human) -/datum/equipment_preset/upp/officer/gen - name = "UPP Army General" - assignment = JOB_UPP_KOL_OFFICER - rank = JOB_UPP_KOL_OFFICER - role_comm_title = "Gen." - paygrades = list(PAY_SHORT_UO9 = JOB_PLAYTIME_TIER_0) - skills = /datum/skills/upp/commander - -/datum/equipment_preset/upp/officer/gen/load_gear(mob/living/carbon/human/new_human) - //back - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/upp, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/motiondetector/hacked, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/megaphone, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/cotablet/upp, WEAR_IN_BACK) + new_human.undershirt = "Naval Infantry Telnyashka" //face - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/command, WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP, WEAR_L_EAR) //head - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/peaked, WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP/naval, WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/aviator, WEAR_EYES) //uniform - var/obj/item/clothing/under/marine/veteran/UPP/officer/M = new() - var/obj/item/clothing/accessory/storage/webbing/W = new() - M.attach_accessory(new_human, W) - new_human.equip_to_slot_or_del(M, WEAR_BODY) - for(var/i in 1 to W.hold.storage_slots) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71/ap, WEAR_IN_ACCESSORY) + var/obj/item/clothing/under/marine/veteran/UPP/uniform = new() + var/random_uniform = rand(1,2) + switch(random_uniform) + if(1) + uniform.roll_suit_jacket(new_human) + if(2) + uniform.roll_suit_sleeves(new_human) + new_human.equip_to_slot_or_del(uniform, WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) - //jacket - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/kapitan, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/device/binoculars/range, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/stack/medical/bruise_pack, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/flamer/leader, WEAR_J_STORE) - //waist - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/t73/leader, WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/light/pap, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/revolver, WEAR_J_STORE) //limbs - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran, WEAR_HANDS) - //pockets - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large, WEAR_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/phosphorus/upp, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive/upp, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive/upp, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/autoinjector/full, WEAR_R_STORE) - - if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD]) - new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf/tacticalmask/green, WEAR_FACE) - -/datum/equipment_preset/upp/officer/gen/get_antag_clothing_equipment() - return list( - list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/marine/upp/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), - list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/UPP/officer, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), - list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), - list("Headset", 0, /obj/item/device/radio/headset/distress/UPP/command, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), - list("Ration", 0, /obj/item/reagent_container/food/snacks/upp, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - list("Combat Pack", 0, /obj/item/storage/backpack/lightpack/upp, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_MANDATORY), - - list("HELMET (CHOOSE 1)", 0, null, null, null), - list("Peaked Cap", 0, /obj/item/clothing/head/uppcap/peaked, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - list("UM4 Helmet", 0, /obj/item/clothing/head/helmet/marine/veteran/UPP, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_RECOMMENDED), - - list("ARMOR (CHOOSE 1)", 0, null, null, null), - list("UL4 senior officer jacket", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/kapitan, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_REGULAR), - list("UL6 Personal Armor", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/support, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY), - - list("BELT (CHOOSE 1)", 0, null, null, null), - list("Type 41 Ammo Load Rig", 0, /obj/item/storage/belt/marine/upp, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - list("Type 74 Pistol Holster Rig", 0, /obj/item/storage/belt/gun/type47/t73/leader, MARINE_CAN_BUY_BELT, VENDOR_ITEM_RECOMMENDED), - - list("POUCHES (CHOOSE 2)", 0, null, null, null), - list("Auto-Injector Pouch", 0, /obj/item/storage/pouch/autoinjector, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Bayonet Sheath", 0, /obj/item/storage/pouch/bayonet/upp, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Explosive Pouch", 0, /obj/item/storage/pouch/explosive, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Refillable Injectors)", 0, /obj/item/storage/pouch/firstaid/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Splints, Gauze, Ointment)", 0, /obj/item/storage/pouch/firstaid/full/alternate, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Pill Packets)", 0, /obj/item/storage/pouch/firstaid/full/pills, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Flare Pouch (Full)", 0, /obj/item/storage/pouch/flare/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Large Magazine Pouch", 0, /obj/item/storage/pouch/magazine/large, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Medium General Pouch", 0, /obj/item/storage/pouch/general/medium, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medkit Pouch", 0, /obj/item/storage/pouch/medkit, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Magazine Pouch", 0, /obj/item/storage/pouch/magazine/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Pouch", 0, /obj/item/storage/pouch/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - - list("ATTACHMENT (CHOOSE 1)", 0, null, null, null), - list("Angled Grip", 0, /obj/item/attachable/angledgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 0, /obj/item/attachable/extended_barrel, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Laser Sight", 0, /obj/item/attachable/lasersight/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 0, /obj/item/attachable/reddot/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 0, /obj/item/attachable/reflex/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Suppressor", 0, /obj/item/attachable/suppressor, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 0, /obj/item/attachable/verticalgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - - list("MASK (CHOOSE 1)", 0, null, null, null), - list("Gas Mask", 0, /obj/item/clothing/mask/gas/pmc/upp, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR), - list("Heat Absorbent Coif", 0, /obj/item/clothing/mask/rebreather/scarf, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR) - ) - -/datum/equipment_preset/upp/officer/gen/get_antag_gear_equipment() - return list( - list("SQUAD LEADER SET (MANDATORY)", 0, null, null, null), - list("Essential SL Set", 0, /obj/effect/essentials_set/leader/upp, MARINE_CAN_BUY_ESSENTIALS, VENDOR_ITEM_MANDATORY), - - list("GENERAL SUPPLIES", 0, null, null, null), - list("Whistle", 5, /obj/item/device/whistle, null, VENDOR_ITEM_REGULAR), - - list("ENGINEERING SUPPLIES", 0, null, null, null), - list("Entrenching Tool", 2, /obj/item/tool/shovel/etool, null, VENDOR_ITEM_REGULAR), - list("Insulated Gloves", 3, /obj/item/clothing/gloves/yellow, null, VENDOR_ITEM_REGULAR), - list("Metal x10", 5, /obj/item/stack/sheet/metal/small_stack, null, VENDOR_ITEM_RECOMMENDED), - list("Plasteel x10", 7, /obj/item/stack/sheet/plasteel/small_stack, null, VENDOR_ITEM_RECOMMENDED), - list("Sandbags x25", 10, /obj/item/stack/sandbags_empty/half, null, VENDOR_ITEM_RECOMMENDED), - list("Tools Pouch (Full)", 5, /obj/item/storage/pouch/tools/full, null, VENDOR_ITEM_REGULAR), - list("Welding Goggles", 5, /obj/item/clothing/glasses/welding, null, VENDOR_ITEM_REGULAR), - - list("MEDICAL SUPPLIES", 0, null, null, null), - list("Burn Kit", 2, /obj/item/stack/medical/advanced/ointment, null, VENDOR_ITEM_REGULAR), - list("Trauma Kit", 2, /obj/item/stack/medical/advanced/bruise_pack, null, VENDOR_ITEM_REGULAR), - list("Advanced Firstaid Kit", 12, /obj/item/storage/firstaid/adv, null, VENDOR_ITEM_REGULAR), - list("Medical Splints", 1, /obj/item/stack/medical/splint, null, VENDOR_ITEM_REGULAR), - - list("Injector (Bicaridine)", 1, /obj/item/reagent_container/hypospray/autoinjector/bicaridine, null, VENDOR_ITEM_REGULAR), - list("Injector (Dexalin+)", 1, /obj/item/reagent_container/hypospray/autoinjector/dexalinp, null, VENDOR_ITEM_REGULAR), - list("Injector (Inaprovaline)", 1, /obj/item/reagent_container/hypospray/autoinjector/inaprovaline, null, VENDOR_ITEM_REGULAR), - list("Injector (Kelotane)", 1, /obj/item/reagent_container/hypospray/autoinjector/kelotane, null, VENDOR_ITEM_REGULAR), - list("Injector (Oxycodone)", 2, /obj/item/reagent_container/hypospray/autoinjector/oxycodone, null, VENDOR_ITEM_REGULAR), - list("Injector (Tramadol)", 1, /obj/item/reagent_container/hypospray/autoinjector/tramadol, null, VENDOR_ITEM_REGULAR), - list("Injector (Tricord)", 1, /obj/item/reagent_container/hypospray/autoinjector/tricord, null, VENDOR_ITEM_REGULAR), - - list("Health Analyzer", 4, /obj/item/device/healthanalyzer, null, VENDOR_ITEM_REGULAR), - list("Medical HUD Glasses", 4, /obj/item/clothing/glasses/hud/health, null, VENDOR_ITEM_MANDATORY), - - list("ATTACHMENTS", 0, null, null, null), - list("Angled Grip", 10, /obj/item/attachable/angledgrip/upp, null, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 10, /obj/item/attachable/extended_barrel, null, VENDOR_ITEM_REGULAR), - list("Laser Sight", 10, /obj/item/attachable/lasersight/upp, null, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 10, /obj/item/attachable/reddot/upp, null, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 10, /obj/item/attachable/reflex/upp, null, VENDOR_ITEM_REGULAR), - list("Suppressor", 10, /obj/item/attachable/suppressor, null, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 10, /obj/item/attachable/verticalgrip/upp, null, VENDOR_ITEM_REGULAR), - - list("EXPLOSIVES", 0, null, null, null), - list("Plastic Explosive", 5, /obj/item/explosive/plastic, null, VENDOR_ITEM_REGULAR), - list("Smoke Grenade", 5, /obj/item/explosive/grenade/smokebomb, null, VENDOR_ITEM_REGULAR), - list("Type 6 Shrapnel Grenade", 15, /obj/item/explosive/grenade/high_explosive/upp, null, VENDOR_ITEM_REGULAR), - list("Type 8 WP Grenade", 20, /obj/item/explosive/grenade/phosphorus/upp, null, VENDOR_ITEM_REGULAR), - - list("UTILITIES", 0, null, null, null), - list("Brown Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest/brown_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Black Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Fire Extinguisher (Portable)", 5, /obj/item/tool/extinguisher/mini, null, VENDOR_ITEM_REGULAR), - list("Large General Pouch", 10, /obj/item/storage/pouch/general/large, null, VENDOR_ITEM_REGULAR), - list("Shoulder Holster", 10, /obj/item/clothing/accessory/storage/holster, null, VENDOR_ITEM_REGULAR), - list("Webbing", 10, /obj/item/clothing/accessory/storage/webbing, null, VENDOR_ITEM_REGULAR), - list("Drop Pouch", 10, /obj/item/clothing/accessory/storage/droppouch, null, VENDOR_ITEM_REGULAR), - ) - -//*****************************************************************************************************/ -/datum/equipment_preset/upp/sapper/survivor - name = "UPP Sapper (Survivor)" - -/datum/equipment_preset/upp/sapper/survivor/load_gear(mob/living/carbon/human/new_human) - //back - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/engineerpack/upp, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/pistol/np92, WEAR_IN_BACK) //1 - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/np92, WEAR_IN_BACK) //1.3 - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/np92, WEAR_IN_BACK) //1.6 - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/np92, WEAR_IN_BACK) //2 - new_human.equip_to_slot_or_del(new /obj/item/defenses/handheld/sentry/upp/light, WEAR_IN_BACK) //3 - new_human.equip_to_slot_or_del(new /obj/item/device/motiondetector/hacked, WEAR_IN_BACK) //4 - //face - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/cct, WEAR_L_EAR) - 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/mask/gas, WEAR_FACE) - //head - var/headgear = prob(70) ? /obj/item/clothing/head/helmet/marine/veteran/UPP/engi : /obj/item/clothing/head/uppcap/ushanka - new_human.equip_to_slot_or_del(new headgear, WEAR_HEAD) - //body - var/obj/item/clothing/under/marine/veteran/UPP/engi/UPP = new() - var/obj/item/clothing/accessory/storage/tool_webbing/equipped/W = new() - UPP.attach_accessory(new_human, W) - new_human.equip_to_slot_or_del(UPP, WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/device/binoculars, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/shotgun/type23, WEAR_J_STORE) - //waist - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/shotgun/upp/heavybuck(new_human), WEAR_WAIST) - //limb - 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/shoes/marine/upp/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine, WEAR_HANDS) //pockets - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/ert(new_human), WEAR_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/explosive/C4, WEAR_R_STORE) - + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate, WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/medium, WEAR_R_STORE) //*****************************************************************************************************/ -//===================// -// UPP Synthetics // -//================// - -/datum/equipment_preset/upp/synth - name = "UPP Synthetic" +/datum/equipment_preset/upp/mildoctor + name = "UPP Military Doctor" flags = EQUIPMENT_PRESET_EXTRA + assignment = "Leytenant Doktor" + role_comm_title = "LTDOK" + rank = JOB_UPP_LT_DOKTOR + paygrades = list(PAY_SHORT_UO1 = JOB_PLAYTIME_TIER_0) + skills = /datum/skills/doctor + access = list(ACCESS_UPP_GENERAL, ACCESS_UPP_MEDICAL, ACCESS_UPP_RESEARCH, ACCESS_CLF_LEADERSHIP, ACCESS_UPP_MEDPREP) - languages = ALL_SYNTH_LANGUAGES_UPP - - skills = /datum/skills/synthetic - assignment = JOB_UPP_SUPPORT_SYNTH - rank = JOB_UPP_SUPPORT_SYNTH - paygrades = list(PAY_SHORT_SYN = JOB_PLAYTIME_TIER_0) - idtype = /obj/item/card/id/dogtag - -/datum/equipment_preset/upp/synth/load_name(mob/living/carbon/human/new_human, randomise) - new_human.gender = pick(50;MALE,50;FEMALE) - var/datum/preferences/A = new() - A.randomize_appearance(new_human) - var/random_name - if(prob(10)) - random_name = "[capitalize(randomly_generate_chinese_word(2))]" - else if(new_human.gender == MALE) - random_name = "[pick(GLOB.first_names_male_upp)]" - else - random_name = "[pick(GLOB.first_names_female_upp)]" - - if(new_human.gender == MALE) - new_human.f_style = pick("3 O'clock Shadow", "3 O'clock Moustache", "5 O'clock Shadow", "5 O'clock Moustache") - - - new_human.change_real_name(new_human, random_name) - new_human.h_style = pick("Crewcut", "Shaved Head", "Buzzcut", "Undercut", "Side Undercut") - var/static/list/colors = list("BLACK" = list(15, 15, 25), "BROWN" = list(102, 51, 0), "AUBURN" = list(139, 62, 19)) - var/static/list/hair_colors = colors.Copy() + list("BLONDE" = list(197, 164, 30), "CARROT" = list(174, 69, 42)) - var/hair_color = pick(hair_colors) - new_human.r_hair = hair_colors[hair_color][1] - new_human.g_hair = hair_colors[hair_color][2] - new_human.b_hair = hair_colors[hair_color][3] - new_human.r_facial = hair_colors[hair_color][1] - new_human.g_facial = hair_colors[hair_color][2] - new_human.b_facial = hair_colors[hair_color][3] - var/eye_color = pick(colors) - new_human.r_eyes = colors[eye_color][1] - new_human.g_eyes = colors[eye_color][2] - new_human.b_eyes = colors[eye_color][3] - idtype = /obj/item/card/id/dogtag - -/datum/equipment_preset/upp/synth/load_race(mob/living/carbon/human/new_human) - new_human.set_species(SYNTH_GEN_THREE) - -/datum/equipment_preset/upp/synth/load_skills(mob/living/carbon/human/new_human) - . = ..() - new_human.allow_gun_usage = FALSE - -/datum/equipment_preset/upp/synth/load_gear(mob/living/carbon/human/new_human) +/datum/equipment_preset/upp/mildoctor/load_gear(mob/living/carbon/human/new_human) //back new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/upp, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/defibrillator/compact, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/defibrillator, WEAR_IN_BACK) new_human.equip_to_slot_or_del(new /obj/item/storage/firstaid/adv, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/blood/OMinus, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/blood/OMinus, WEAR_IN_BACK) new_human.equip_to_slot_or_del(new /obj/item/roller/surgical, WEAR_IN_BACK) //face - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/command, WEAR_L_EAR) - new_human.equip_to_slot_or_del(new /obj/item/tool/screwdriver, WEAR_R_EAR) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/medic, WEAR_L_EAR) if(new_human.disabilities & NEARSIGHTED) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/health/prescription(new_human), WEAR_EYES) else new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/health(new_human), WEAR_EYES) //head - var/hat = pick(/obj/item/clothing/head/uppcap, /obj/item/clothing/head/uppcap/beret, /obj/item/clothing/head/uppcap/ushanka) - new_human.equip_to_slot_or_del(new hat, WEAR_HEAD) - //body - var/obj/item/clothing/under/marine/veteran/UPP/medic/UPP = new() - var/obj/item/clothing/accessory/storage/surg_vest/drop_green/upp/webbing = new() - UPP.attach_accessory(new_human, webbing) - new_human.equip_to_slot_or_del(UPP, WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/support/synth, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/weapon/telebaton, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/restraint/handcuffs, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/restraint/handcuffs, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/device/motiondetector/hacked, WEAR_J_STORE) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret/naval, WEAR_HEAD) + //uniform + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP, WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/surg_vest/equipped, WEAR_ACCESSORY) //waist - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/upp/synth, WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/upp/full, WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/hypospray/autoinjector/oxycodone, WEAR_IN_BELT) //limbs - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/upp, WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp, WEAR_FEET) //pockets - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/tactical/upp, WEAR_R_STORE) - + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large, WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_R_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/medical, WEAR_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/tool/surgery/surgical_line, WEAR_IN_L_STORE) new_human.equip_to_slot_or_del(new /obj/item/tool/surgery/synthgraft, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/hypospray/epinephrine, WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/glass/bottle/epinephrine, WEAR_IN_L_STORE) - -/datum/equipment_preset/upp/synth/get_antag_clothing_equipment() - return list( - list("RADIO (TAKE ALL)", 0, null, null, null), - list("Headset", 0, /obj/item/device/radio/headset/distress/UPP/command, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), - - list("WEBBING (CHOOSE 1)", 0, null, null, null), - list("Black Webbing Vest", 0, /obj/item/clothing/accessory/storage/black_vest, MARINE_CAN_BUY_ACCESSORY, VENDOR_ITEM_REGULAR), - list("Brown Webbing Vest", 0, /obj/item/clothing/accessory/storage/black_vest/brown_vest, MARINE_CAN_BUY_ACCESSORY, VENDOR_ITEM_RECOMMENDED), - list("Webbing", 0, /obj/item/clothing/accessory/storage/webbing, MARINE_CAN_BUY_ACCESSORY, VENDOR_ITEM_REGULAR), - list("Surgical Webbing Vest", 0, /obj/item/clothing/accessory/storage/surg_vest, MARINE_CAN_BUY_ACCESSORY, VENDOR_ITEM_REGULAR), - list("Surgical Webbing Vest (Blue)", 0, /obj/item/clothing/accessory/storage/surg_vest/blue, MARINE_CAN_BUY_ACCESSORY, VENDOR_ITEM_REGULAR), - list("Drop Pouch", 0, /obj/item/clothing/accessory/storage/droppouch, MARINE_CAN_BUY_ACCESSORY, VENDOR_ITEM_REGULAR), - - list("SHOES (CHOOSE 1)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/marine/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_REGULAR), - - list("GLOVES (CHOOSE 1)", 0, null, null, null), - list("Insulated Gloves", 0, /obj/item/clothing/gloves/yellow, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_RECOMMENDED), - list("Black Gloves", 0, /obj/item/clothing/gloves/black, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_REGULAR), - list("Latex Gloves", 0, /obj/item/clothing/gloves/latex, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_REGULAR), - - list("BACKPACK (CHOOSE 1)", 0, null, null, null), - list("Smartpack, Blue", 0, /obj/item/storage/backpack/marine/smartpack, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_REGULAR), - list("Smartpack, Green", 0, /obj/item/storage/backpack/marine/smartpack/green, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_REGULAR), - list("Smartpack, Tan", 0, /obj/item/storage/backpack/marine/smartpack/tan, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_REGULAR), - list("Smartpack, White", 0, /obj/item/storage/backpack/marine/smartpack/white, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_REGULAR), - list("Smartpack, Black", 0, /obj/item/storage/backpack/marine/smartpack/black, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_REGULAR), - list("Logistics IMP Backpack", 0, /obj/item/storage/backpack/marine/satchel/big, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_REGULAR), - - list("BELT (CHOOSE 1)", 0, null, null, null), - list("G8-A General Utility Pouch", 0, /obj/item/storage/backpack/general_belt, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - list("M276 Lifesaver Bag", 0, /obj/item/storage/belt/medical/lifesaver/full, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - list("M276 Medical Storage Belt", 0, /obj/item/storage/belt/medical/full, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - list("M276 Toolbelt Rig (Full)", 0, /obj/item/storage/belt/utility/full, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - - list("POUCHES (CHOOSE 2)", 0, null, null, null), - list("Autoinjector Pouch", 0, /obj/item/storage/pouch/autoinjector, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Construction Pouch", 0, /obj/item/storage/pouch/construction, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Electronics Pouch (Full)", 0, /obj/item/storage/pouch/electronics/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Refillable Injectors)", 0, /obj/item/storage/pouch/firstaid/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Splints, Gauze, Ointment)", 0, /obj/item/storage/pouch/firstaid/full/alternate, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Pill Packets)", 0, /obj/item/storage/pouch/firstaid/full/pills, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Flare Pouch (Full)", 0, /obj/item/storage/pouch/flare/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Large General Pouch", 0, /obj/item/storage/pouch/general/large, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Sling Pouch", 0, /obj/item/storage/pouch/sling, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medical Pouch", 0, /obj/item/storage/pouch/medical, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medical Kit Pouch", 0, /obj/item/storage/pouch/medkit, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Tools Pouch (Full)", 0, /obj/item/storage/pouch/tools/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - - list("MASK", 0, null, null, null), - list("Sterile mask", 0, /obj/item/clothing/mask/surgical, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR) - ) - -/datum/equipment_preset/upp/synth/get_antag_gear_equipment() - return list( - list("ENGINEER SUPPLIES", 0, null, null, null), - list("Airlock Circuit Board", 2, /obj/item/circuitboard/airlock, null, VENDOR_ITEM_REGULAR), - list("APC Circuit Board", 2, /obj/item/circuitboard/apc, null, VENDOR_ITEM_REGULAR), - list("Entrenching Tool", 2, /obj/item/tool/shovel/etool, null, VENDOR_ITEM_REGULAR), - list("High-Capacity Power Cell", 3, /obj/item/cell/high, null, VENDOR_ITEM_REGULAR), - list("Light Replacer", 2, /obj/item/device/lightreplacer, null, VENDOR_ITEM_REGULAR), - list("Metal x10", 5, /obj/item/stack/sheet/metal/small_stack, null, VENDOR_ITEM_REGULAR), - list("Multitool", 4, /obj/item/device/multitool, null, VENDOR_ITEM_REGULAR), - list("Plasteel x10", 7, /obj/item/stack/sheet/plasteel/small_stack, null, VENDOR_ITEM_REGULAR), - list("Sandbags x25", 10, /obj/item/stack/sandbags_empty/half, null, VENDOR_ITEM_REGULAR), - list("Industrial Blowtorch", 4, /obj/item/tool/weldingtool/largetank, null, VENDOR_ITEM_RECOMMENDED), - - list("FIRSTAID KITS", 0, null, null, null), - list("Advanced Firstaid Kit", 12, /obj/item/storage/firstaid/adv, null, VENDOR_ITEM_RECOMMENDED), - list("Firstaid Kit", 5, /obj/item/storage/firstaid/regular/response, null, VENDOR_ITEM_REGULAR), - list("Fire Firstaid Kit", 6, /obj/item/storage/firstaid/fire, null, VENDOR_ITEM_REGULAR), - list("Toxin Firstaid Kit", 6, /obj/item/storage/firstaid/toxin, null, VENDOR_ITEM_REGULAR), - list("Oxygen Firstaid Kit", 6, /obj/item/storage/firstaid/o2, null, VENDOR_ITEM_REGULAR), - list("Radiation Firstaid Kit", 6, /obj/item/storage/firstaid/rad, null, VENDOR_ITEM_REGULAR), - - list("MEDICAL SUPPLIES", 0, null, null, null), - list("Burn Kit", 2, /obj/item/stack/medical/advanced/ointment, null, VENDOR_ITEM_REGULAR), - list("Trauma Kit", 2, /obj/item/stack/medical/advanced/bruise_pack, null, VENDOR_ITEM_REGULAR), - list("Medevac Bed", 6, /obj/item/roller/medevac, null, VENDOR_ITEM_REGULAR), - list("Medical Splints", 1, /obj/item/stack/medical/splint, null, VENDOR_ITEM_REGULAR), - list("Roller Bed", 4, /obj/item/roller, null, VENDOR_ITEM_REGULAR), - list("Stasis Bag", 6, /obj/item/bodybag/cryobag, null, VENDOR_ITEM_REGULAR), - - list("Pillbottle (Bicaridine)", 5, /obj/item/storage/pill_bottle/bicaridine, null, VENDOR_ITEM_RECOMMENDED), - list("Pillbottle (Dexalin)", 5, /obj/item/storage/pill_bottle/dexalin, null, VENDOR_ITEM_REGULAR), - list("Pillbottle (Dylovene)", 5, /obj/item/storage/pill_bottle/antitox, null, VENDOR_ITEM_REGULAR), - list("Pillbottle (Inaprovaline)", 5, /obj/item/storage/pill_bottle/inaprovaline, null, VENDOR_ITEM_REGULAR), - list("Pillbottle (Kelotane)", 5, /obj/item/storage/pill_bottle/kelotane, null, VENDOR_ITEM_RECOMMENDED), - list("Pillbottle (Peridaxon)", 5, /obj/item/storage/pill_bottle/peridaxon, null, VENDOR_ITEM_REGULAR), - list("Pillbottle (Tramadol)", 5, /obj/item/storage/pill_bottle/tramadol, null, VENDOR_ITEM_RECOMMENDED), - - list("Injector (Bicaridine)", 1, /obj/item/reagent_container/hypospray/autoinjector/bicaridine, null, VENDOR_ITEM_REGULAR), - list("Injector (Dexalin+)", 1, /obj/item/reagent_container/hypospray/autoinjector/dexalinp, null, VENDOR_ITEM_REGULAR), - list("Injector (Epinephrine)", 2, /obj/item/reagent_container/hypospray/autoinjector/adrenaline, null, VENDOR_ITEM_REGULAR), - list("Injector (Inaprovaline)", 1, /obj/item/reagent_container/hypospray/autoinjector/inaprovaline, null, VENDOR_ITEM_REGULAR), - list("Injector (Kelotane)", 1, /obj/item/reagent_container/hypospray/autoinjector/kelotane, null, VENDOR_ITEM_REGULAR), - list("Injector (Oxycodone)", 2, /obj/item/reagent_container/hypospray/autoinjector/oxycodone, null, VENDOR_ITEM_REGULAR), - list("Injector (Tramadol)", 1, /obj/item/reagent_container/hypospray/autoinjector/tramadol, null, VENDOR_ITEM_REGULAR), - list("Injector (Tricord)", 1, /obj/item/reagent_container/hypospray/autoinjector/tricord, null, VENDOR_ITEM_REGULAR), - - list("Emergency Defibrillator", 4, /obj/item/device/defibrillator, null, VENDOR_ITEM_MANDATORY), - list("Health Analyzer", 4, /obj/item/device/healthanalyzer, null, VENDOR_ITEM_REGULAR), - list("Surgical Line", 4, /obj/item/tool/surgery/surgical_line, null, VENDOR_ITEM_REGULAR), - list("Synth-Graft", 4, /obj/item/tool/surgery/synthgraft, null, VENDOR_ITEM_REGULAR), - - list("OTHER SUPPLIES", 0, null, null, null), - list("Binoculars", 5,/obj/item/device/binoculars, null, VENDOR_ITEM_REGULAR), - list("Rangefinder", 8, /obj/item/device/binoculars/range, null, VENDOR_ITEM_REGULAR), - list("Laser Designator", 12, /obj/item/device/binoculars/range/designator, null, VENDOR_ITEM_RECOMMENDED), - list("Flashlight", 1, /obj/item/device/flashlight, null, VENDOR_ITEM_RECOMMENDED), - list("Fulton Recovery Device", 5, /obj/item/stack/fulton, null, VENDOR_ITEM_REGULAR), - list("Motion Detector", 5, /obj/item/device/motiondetector, null, VENDOR_ITEM_REGULAR), - list("Space Cleaner", 2, /obj/item/reagent_container/spray/cleaner, null, VENDOR_ITEM_REGULAR), - list("Whistle", 5, /obj/item/device/whistle, null, VENDOR_ITEM_REGULAR), - ) - - -/datum/equipment_preset/upp/synth/combat - name = "UPP Combat Synthetic" + new_human.equip_to_slot_or_del(new /obj/item/device/healthanalyzer, WEAR_IN_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/hypospray/autoinjector/oxycodone, WEAR_IN_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/hypospray/tricordrazine, WEAR_IN_L_STORE) + +//CIVILIANS + +/datum/equipment_preset/upp/colonist + name = "UPP Civilian" + flags = EQUIPMENT_PRESET_EXTRA + faction = FACTION_COLONIST + assignment = "Grazhdanin" + paygrades = list(PAY_SHORT_CIV = JOB_PLAYTIME_TIER_0) + skills = /datum/skills/civilian + access = list(ACCESS_CIVILIAN_PUBLIC) + idtype = /obj/item/card/id + +/datum/equipment_preset/upp/colonist/load_gear(mob/living/carbon/human/new_human) + + new_human.undershirt = "undershirt" + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress, WEAR_L_EAR) + var/random_civilian_satchel= rand(1,3) + switch(random_civilian_satchel) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel(new_human), WEAR_BACK) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/black(new_human), WEAR_BACK) + if(3) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/blue(new_human), WEAR_BACK) + + var/random_civilian_uniform= rand(1,9) + switch(random_civilian_uniform) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/boilersuit/khaki(new_human), WEAR_BODY) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/boilersuit/cyan(new_human), WEAR_BODY) + if(3) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/boilersuit/grey(new_human), WEAR_BODY) + if(4) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear/blue(new_human), WEAR_BODY) + if(5) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear/khaki(new_human), WEAR_BODY) + if(6) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear/pink(new_human), WEAR_BODY) + if(7) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear/green(new_human), WEAR_BODY) + if(8) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/liaison_suit/brown(new_human), WEAR_BODY) + if(9) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/liaison_suit/blue(new_human), WEAR_BODY) + + var/random_civilian_jacket= rand(1,12) + switch(random_civilian_jacket) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/corporate/brown(new_human), WEAR_JACKET) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/corporate/blue(new_human), WEAR_JACKET) + if(3) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/corporate(new_human), WEAR_JACKET) + if(4) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/windbreaker/windbreaker_yellow(new_human), WEAR_JACKET) + if(5) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/windbreaker/windbreaker_brown(new_human), WEAR_JACKET) + if(6) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/windbreaker/windbreaker_blue(new_human), WEAR_JACKET) + if(7) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/windbreaker/windbreaker_green(new_human), WEAR_JACKET) + if(8) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/vest(new_human), WEAR_JACKET) + if(9) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/vest/tan(new_human), WEAR_JACKET) + if(10) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/vest/grey(new_human), WEAR_JACKET) + if(11) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/apron/overalls(new_human), WEAR_JACKET) + if(12) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/apron/overalls/tan(new_human), WEAR_JACKET) + var/random_civilian_shoe = rand(1,7) + switch(random_civilian_shoe) + if(1 to 2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup/brown(new_human), WEAR_FEET) + if(3 to 4) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET) + if(5) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/civilian/brown(new_human), WEAR_FEET) + if(6) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/civilian(new_human), WEAR_FEET) + if(7) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/white(new_human), WEAR_FEET) + +/datum/equipment_preset/upp/researcher + name = "UPP Civilian Researcher" flags = EQUIPMENT_PRESET_EXTRA + faction = FACTION_COLONIST + assignment = "Ministry of Education Research Associate" + paygrades = list(PAY_SHORT_CCMO = JOB_PLAYTIME_TIER_0) + skills = /datum/skills/researcher + access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_RESEARCH) + idtype = /obj/item/card/id + +/datum/equipment_preset/upp/researcher/load_gear(mob/living/carbon/human/new_human) + + new_human.undershirt = "undershirt" + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress, WEAR_L_EAR) + var/random_civilian_satchel= rand(1,3) + switch(random_civilian_satchel) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel(new_human), WEAR_BODY) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/black(new_human), WEAR_BODY) + if(3) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/blue(new_human), WEAR_BODY) + + var/random_professional_uniform= rand(1,3) + switch(random_professional_uniform) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/liaison_suit/brown(new_human), WEAR_BODY) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/liaison_suit/blue(new_human), WEAR_BODY) + if(3) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/liaison_suit/black(new_human), WEAR_BODY) + + var/random_tie= rand(1,6) + switch(random_tie) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/black(new_human), WEAR_ACCESSORY) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/blue(new_human), WEAR_ACCESSORY) + if(3) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/green(new_human), WEAR_ACCESSORY) + if(4) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/purple(new_human), WEAR_ACCESSORY) + if(6) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/red(new_human), WEAR_ACCESSORY) + + var/random_archeologist_suit = rand(1,4) + switch(random_archeologist_suit) + if(1 to 2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/labcoat(new_human), WEAR_JACKET) + if(3) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/vest/tan(new_human), WEAR_JACKET) + if(4) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/vest(new_human), WEAR_JACKET) + + var/random_professional_shoe = rand(1,2) + switch(random_professional_shoe) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup/brown(new_human), WEAR_FEET) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET) - assignment = JOB_UPP_COMBAT_SYNTH - rank = JOB_UPP_COMBAT_SYNTH +/datum/equipment_preset/upp/doctor -/datum/equipment_preset/upp/synth/combat/load_skills(mob/living/carbon/human/new_human) - . = ..() - new_human.allow_gun_usage = TRUE + name = "UPP Civilian Doctor" + flags = EQUIPMENT_PRESET_EXTRA + faction = FACTION_COLONIST + assignment = "Ministry of Health Medical Doctor" + paygrades = list(PAY_SHORT_CDOC = JOB_PLAYTIME_TIER_0) + skills = /datum/skills/civilian/survivor/doctor + access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_MEDBAY) + idtype = /obj/item/card/id -/datum/equipment_preset/upp/synth/combat/load_gear(mob/living/carbon/human/new_human) +/datum/equipment_preset/upp/doctor/load_gear(mob/living/carbon/human/new_human) + + new_human.undershirt = "undershirt" + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress, WEAR_L_EAR) + var/random_civilian_satchel= rand(1,3) + switch(random_civilian_satchel) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel(new_human), WEAR_BACK) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/black(new_human), WEAR_BACK) + if(3) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/blue(new_human), WEAR_BACK) + + var/random_professional_uniform= rand(1,3) + switch(random_professional_uniform) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/liaison_suit/brown(new_human), WEAR_BODY) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/liaison_suit/blue(new_human), WEAR_BODY) + if(3) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/liaison_suit/black(new_human), WEAR_BODY) + + var/random_tie= rand(1,6) + switch(random_tie) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/black(new_human), WEAR_ACCESSORY) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/blue(new_human), WEAR_ACCESSORY) + if(3) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/green(new_human), WEAR_ACCESSORY) + if(4) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/purple(new_human), WEAR_ACCESSORY) + if(6) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/red(new_human), WEAR_ACCESSORY) + + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/labcoat(new_human), WEAR_JACKET) + + var/random_professional_shoe = rand(1,2) + switch(random_professional_shoe) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup/brown(new_human), WEAR_FEET) + +/datum/equipment_preset/upp/admin + name = "UPP Civilian Administrator" + flags = EQUIPMENT_PRESET_EXTRA + faction = FACTION_COLONIST + faction_group = FACTION_LIST_UPP_COLONY + assignment = "Administrator" + role_comm_title = "ADMIN" + paygrades = list(PAY_SHORT_CIV = JOB_PLAYTIME_TIER_0) + skills = /datum/skills/civilian + access = list(ACCESS_UPP_GENERAL, ACCESS_UPP_LEADERSHIP, ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_LOGISTICS, ACCESS_CIVILIAN_ENGINEERING, ACCESS_CIVILIAN_BRIG, ACCESS_CIVILIAN_MEDBAY, ACCESS_CIVILIAN_COMMAND) + idtype = /obj/item/card/id + +/datum/equipment_preset/upp/admin/load_gear(mob/living/carbon/human/new_human) + + new_human.undershirt = "undershirt" //back - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/upp, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/tool/surgery/surgical_line, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/tool/surgery/synthgraft, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/defibrillator/compact, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/hypospray/epinephrine, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/glass/bottle/epinephrine, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/blood/OMinus, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/roller/surgical, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/black(new_human), WEAR_BACK) //face - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/command, WEAR_L_EAR) - new_human.equip_to_slot_or_del(new /obj/item/tool/screwdriver, WEAR_R_EAR) - if(new_human.disabilities & NEARSIGHTED) - new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/health/prescription(new_human), WEAR_EYES) - else - new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/health(new_human), WEAR_EYES) - //head - var/hat = pick(/obj/item/clothing/head/uppcap, /obj/item/clothing/head/uppcap/beret, /obj/item/clothing/head/uppcap/ushanka) - new_human.equip_to_slot_or_del(new hat, WEAR_HEAD) - //body - var/obj/item/clothing/under/marine/veteran/UPP/UPP = new() - var/obj/item/clothing/accessory/storage/surg_vest/drop_green/upp/webbing = new() - UPP.attach_accessory(new_human, webbing) - new_human.equip_to_slot_or_del(UPP, WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/support, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/weapon/telebaton, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/bizon, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/bizon, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/bizon/upp, WEAR_J_STORE) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) - //waist - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/upp/synth, WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress, WEAR_L_EAR) + //uniform + 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/clothing/accessory/black(new_human), WEAR_ACCESSORY) //limbs - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) - var/maybegloves = prob(80) ? pick(/obj/item/clothing/gloves/black, /obj/item/clothing/gloves/marine/veteran/upp, /obj/item/clothing/gloves/combat) : null - if(maybegloves) - new_human.equip_to_slot_or_del(new maybegloves, WEAR_HANDS) - - //gun - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/carbine, WEAR_R_HAND) - - //webbing or belt? - if(prob(30)) - var/obj/item/clothing/accessory/storage/webbing/W = new() - UPP.attach_accessory(new_human, W) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71, WEAR_IN_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71, WEAR_IN_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71, WEAR_IN_ACCESSORY) - else if(prob(30)) - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine/upp/scarce, WEAR_WAIST) - //if you fail the rolls you must scavenge the ammo from your fallen brethren - - if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD]) - new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf/tacticalmask/green, WEAR_FACE) - - if(prob(10)) - //sometimes Ivan smiles upon the corps - new_human.set_species("Human Hero") - -/datum/equipment_preset/upp/conscript/get_antag_clothing_equipment() - return list( - list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/marine/upp, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), - list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/UPP, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), - list("Headset", 0, /obj/item/device/radio/headset/distress/UPP, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), - list("Ration", 0, /obj/item/reagent_container/food/snacks/upp, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - - list("HELMET", 0, null, null, null), - list("Armored Cap", 0, /obj/item/clothing/head/uppcap, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_MANDATORY), - list("Armored Ushanka", 0, /obj/item/clothing/head/uppcap/ushanka, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - - list("BELT (CHOOSE 1)", 0, null, null, null), - list("Type 41 Pistol Holster Rig", 0, /obj/item/storage/belt/gun/m4a3, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - - list("POUCHES (CHOOSE 2)", 0, null, null, null), - list("Bayonet Sheath", 0, /obj/item/storage/pouch/bayonet/upp, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Flare Pouch (Full)", 0, /obj/item/storage/pouch/flare/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Pistol Magazine Pouch", 0, /obj/item/storage/pouch/magazine/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - - list("ATTACHMENT (CHOOSE 1)", 0, null, null, null), - list("Laser Sight", 0, /obj/item/attachable/lasersight/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - - list("MASK (CHOOSE 1)", 0, null, null, null), - list("Tactical Bandana", 0, /obj/item/clothing/mask/rebreather/scarf/tacticalmask/green, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR) - ) - -/datum/equipment_preset/upp/conscript/get_antag_gear_equipment() - return list( - list("ENGINEERING SUPPLIES", 0, null, null, null), - list("Entrenching Tool", 2, /obj/item/tool/shovel/etool, null, VENDOR_ITEM_RECOMMENDED), - list("Sandbags x25", 5, /obj/item/stack/sandbags_empty/half, null, VENDOR_ITEM_RECOMMENDED), - - list("EXPLOSIVES", 0, null, null, null), - list("Smoke Grenade", 5, /obj/item/explosive/grenade/smokebomb, null, VENDOR_ITEM_REGULAR), - - list("UTILITIES", 0, null, null, null), - list("Brown Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest/brown_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Black Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Webbing", 10, /obj/item/clothing/accessory/storage/webbing, null, VENDOR_ITEM_REGULAR), - list("Drop Pouch", 10, /obj/item/clothing/accessory/storage/droppouch, null, VENDOR_ITEM_REGULAR) - ) - -//*****************************************************************************************************/ - -//=================// -// UPP SpecFor // -//=============// + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET) -/datum/equipment_preset/upp/commando - name = "UPP Commando (!DEATHSQUAD!)" +/datum/equipment_preset/upp/cargo + name = "UPP Civilian Logistics Worker" flags = EQUIPMENT_PRESET_EXTRA + faction = FACTION_COLONIST + assignment = "Logistical Technician" + paygrades = list(PAY_SHORT_CIV = JOB_PLAYTIME_TIER_0) + skills = /datum/skills/civilian + access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_LOGISTICS) + idtype = /obj/item/card/id - skills = /datum/skills/commando - assignment = JOB_UPP_COMMANDO - rank = JOB_UPP_COMMANDO - role_comm_title = "JKdo" - paygrades = list(PAY_SHORT_UC1 = JOB_PLAYTIME_TIER_0) - idtype = /obj/item/card/id/data - languages = list(LANGUAGE_RUSSIAN, LANGUAGE_ENGLISH, LANGUAGE_TSL, LANGUAGE_SPANISH, LANGUAGE_CHINESE) +/datum/equipment_preset/upp/cargo/load_gear(mob/living/carbon/human/new_human) -/datum/equipment_preset/upp/commando/New() - . = ..() - access = get_access(ACCESS_LIST_GLOBAL) - -/datum/equipment_preset/upp/commando/load_gear(mob/living/carbon/human/new_human) - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/kdo, WEAR_L_EAR) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP, WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/commando, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71/ap, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71/ap, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/np92/suppressed, WEAR_WAIST) - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/satchel/scout_cloak/upp, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/upp, WEAR_HANDS) - new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/pmc/upp, WEAR_FACE) - new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/night/m42_night_goggles/upp, WEAR_EYES) - - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/explosive/plastic, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/explosive/plastic, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/phosphorus/upp, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large, WEAR_R_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full, WEAR_L_STORE) - - new_human.equip_to_slot_or_del(new /obj/item/restraint/handcuffs, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/restraint/handcuffs, WEAR_IN_BACK) - - spawn_weapon(/obj/item/weapon/gun/rifle/type71/carbine/commando, /obj/item/ammo_magazine/rifle/type71, new_human, 0, 8) - -/datum/equipment_preset/upp/commando/get_antag_clothing_equipment() - return list( - list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/marine/upp/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), - list("Fatigues", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/commando, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), - list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/upp, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), - list("Headset", 0, /obj/item/device/radio/headset/distress/UPP/kdo, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), - list("Night Vision Goggles", 0, /obj/item/clothing/glasses/night/m42_night_goggles/upp, MARINE_CAN_BUY_GLASSES, VENDOR_ITEM_MANDATORY), - list("Ration", 0, /obj/item/reagent_container/food/snacks/upp, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - list("UM5CU Personal Armor", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/commando, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY), - list("UPP Cloak", 0, /obj/item/storage/backpack/marine/satchel/scout_cloak/upp, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_MANDATORY), - list("UPP Balaclava", 0, /obj/item/clothing/mask/gas/pmc/upp, MARINE_CAN_BUY_MASK, VENDOR_ITEM_MANDATORY), - - list("HELMET (CHOOSE 1)", 0, null, null, null), - list("Armored Cap", 0, /obj/item/clothing/head/uppcap, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - list("UM4 Helmet", 0, /obj/item/clothing/head/helmet/marine/veteran/UPP, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - - list("BELT (CHOOSE 1)", 0, null, null, null), - list("Type 41 Ammo Load Rig", 0, /obj/item/storage/belt/marine/upp, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - list("NPZ92 Pistol Holster Rig", 0, /obj/item/storage/belt/gun/type47/np92/suppressed, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - - list("POUCHES (CHOOSE 2)", 0, null, null, null), - list("Auto-Injector Pouch", 0, /obj/item/storage/pouch/autoinjector, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Bayonet Sheath", 0, /obj/item/storage/pouch/bayonet/upp, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Explosive Pouch", 0, /obj/item/storage/pouch/explosive, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Refillable Injectors)", 0, /obj/item/storage/pouch/firstaid/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Splints, Gauze, Ointment)", 0, /obj/item/storage/pouch/firstaid/full/alternate, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Pill Packets)", 0, /obj/item/storage/pouch/firstaid/full/pills, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Flare Pouch (Full)", 0, /obj/item/storage/pouch/flare/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Large Magazine Pouch", 0, /obj/item/storage/pouch/magazine/large, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Medium General Pouch", 0, /obj/item/storage/pouch/general/medium, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medical Kit Pouch", 0, /obj/item/storage/pouch/medkit, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Magazine Pouch", 0, /obj/item/storage/pouch/magazine/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Pouch", 0, /obj/item/storage/pouch/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - - list("ATTACHMENT (CHOOSE 1)", 0, null, null, null), - list("Angled Grip", 0, /obj/item/attachable/angledgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 0, /obj/item/attachable/extended_barrel, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Laser Sight", 0, /obj/item/attachable/lasersight/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 0, /obj/item/attachable/reddot/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 0, /obj/item/attachable/reflex/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Suppressor", 0, /obj/item/attachable/suppressor, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 0, /obj/item/attachable/verticalgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - - list("MASK (CHOOSE 1)", 0, null, null, null), - list("Gas Mask", 0, /obj/item/clothing/mask/gas, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR), - list("Heat Absorbent Coif", 0, /obj/item/clothing/mask/rebreather/scarf, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR) - ) - -/datum/equipment_preset/upp/commando/get_antag_gear_equipment() - return list( - list("ENGINEERING SUPPLIES", 0, null, null, null), - list("Entrenching Tool", 2, /obj/item/tool/shovel/etool, null, VENDOR_ITEM_RECOMMENDED), - list("Sandbags x25", 5, /obj/item/stack/sandbags_empty/half, null, VENDOR_ITEM_RECOMMENDED), - - list("ATTACHMENTS", 0, null, null, null), - list("Angled Grip", 10, /obj/item/attachable/angledgrip/upp, null, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 10, /obj/item/attachable/extended_barrel, null, VENDOR_ITEM_REGULAR), - list("Laser Sight", 10, /obj/item/attachable/lasersight/upp, null, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 10, /obj/item/attachable/reddot/upp, null, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 10, /obj/item/attachable/reflex/upp, null, VENDOR_ITEM_REGULAR), - list("Suppressor", 10, /obj/item/attachable/suppressor, null, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 10, /obj/item/attachable/verticalgrip/upp, null, VENDOR_ITEM_REGULAR), - - list("EXPLOSIVES", 0, null, null, null), - list("Smoke Grenade", 5, /obj/item/explosive/grenade/smokebomb, null, VENDOR_ITEM_REGULAR), - list("Type 6 Shrapnel Grenade", 15, /obj/item/explosive/grenade/high_explosive/upp, null, VENDOR_ITEM_REGULAR), - list("Type 8 WP Grenade", 20, /obj/item/explosive/grenade/phosphorus/upp, null, VENDOR_ITEM_REGULAR), - - list("UTILITIES", 0, null, null, null), - list("Brown Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest/brown_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Black Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Entrenching Tool", 2, /obj/item/tool/shovel/etool, null, VENDOR_ITEM_REGULAR), - list("Fire Extinguisher (Portable)", 5, /obj/item/tool/extinguisher/mini, null, VENDOR_ITEM_REGULAR), - list("Large General Pouch", 10, /obj/item/storage/pouch/general/large, null, VENDOR_ITEM_REGULAR), - list("Shoulder Holster", 10, /obj/item/clothing/accessory/storage/holster, null, VENDOR_ITEM_REGULAR), - list("Webbing", 10, /obj/item/clothing/accessory/storage/webbing, null, VENDOR_ITEM_REGULAR), - list("Drop Pouch", 10, /obj/item/clothing/accessory/storage/droppouch, null, VENDOR_ITEM_REGULAR), - ) - -//*****************************************************************************************************/ - -/datum/equipment_preset/upp/commando/medic - name = "UPP Commando Medic (!DEATHSQUAD!)" + new_human.undershirt = "undershirt" + //back + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/upp(new_human), WEAR_BACK) + //face + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress, WEAR_L_EAR) + //uniform + var/random_boilersuit= rand(1,3) + switch(random_boilersuit) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/boilersuit/khaki(new_human), WEAR_BODY) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/boilersuit/cyan(new_human), WEAR_BODY) + if(3) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/boilersuit/grey(new_human), WEAR_BODY) + //jacket + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/utility_vest(new_human), WEAR_JACKET) + //limb + var/random_worker_shoe = rand(1,5) + switch(random_worker_shoe) + if(1 to 2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/civilian(new_human), WEAR_FEET) + if(3 to 4) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/civilian/brown(new_human), WEAR_FEET) + if(5) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/white(new_human), WEAR_FEET) + +/datum/equipment_preset/upp/engineer + name = "UPP Civilian Engineer" flags = EQUIPMENT_PRESET_EXTRA + faction = FACTION_COLONIST + assignment = "Maintenance Technician" + paygrades = list(PAY_SHORT_CIV = JOB_PLAYTIME_TIER_0) + skills = /datum/skills/MT + access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_ENGINEERING) + idtype = /obj/item/card/id - skills = /datum/skills/commando/medic - assignment = JOB_UPP_COMMANDO_MEDIC - rank = JOB_UPP_COMMANDO_MEDIC - role_comm_title = "2ndKdo" - paygrades = list(PAY_SHORT_UC2 = JOB_PLAYTIME_TIER_0) - -/datum/equipment_preset/upp/commando/medic/load_gear(mob/living/carbon/human/new_human) - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/kdo/medic, WEAR_L_EAR) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/medic, WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/commando, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71/ap, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71/ap, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/satchel/scout_cloak/upp, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/upp, WEAR_HANDS) - new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/pmc/upp, WEAR_FACE) - new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/night/m42_night_goggles/upp, WEAR_EYES) +/datum/equipment_preset/upp/engineer/load_gear(mob/living/carbon/human/new_human) - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/upp/full, WEAR_WAIST) - new_human.equip_to_slot_or_del(new /obj/item/device/healthanalyzer, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/tool/surgery/surgical_line, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/tool/surgery/synthgraft, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/defibrillator, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/storage/firstaid/adv, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/roller, WEAR_IN_BACK) - if(new_human.disabilities & NEARSIGHTED) - new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/health/prescription(new_human), WEAR_IN_BACK) - else - new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/health(new_human), WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large, WEAR_R_STORE) + new_human.undershirt = "undershirt" + //back + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/upp(new_human), WEAR_BACK) + //face + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress, WEAR_L_EAR) + //uniform + var/random_boilersuit= rand(1,3) + switch(random_boilersuit) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/boilersuit/khaki(new_human), WEAR_BODY) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/boilersuit/cyan(new_human), WEAR_BODY) + if(3) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/boilersuit/grey(new_human), WEAR_BODY) + //jacket + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/utility_vest(new_human), WEAR_JACKET) + //limbs + var/random_worker_shoe = rand(1,5) + switch(random_worker_shoe) + if(1 to 2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/civilian(new_human), WEAR_FEET) + if(3 to 4) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/civilian/brown(new_human), WEAR_FEET) + if(5) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/white(new_human), WEAR_FEET) + +/datum/equipment_preset/upp/operations + name = "UPP Civilian Operations Technician" + flags = EQUIPMENT_PRESET_EXTRA + faction = FACTION_COLONIST + assignment = "Operations Technician" + paygrades = list(PAY_SHORT_CIV = JOB_PLAYTIME_TIER_0) + skills = /datum/skills/civilian + access = list(ACCESS_UPP_GENERAL, ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_COMMAND) + idtype = /obj/item/card/id - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/explosive/C4, WEAR_L_STORE) - - new_human.equip_to_slot_or_del(new /obj/item/restraint/handcuffs, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/restraint/handcuffs, WEAR_IN_JACKET) - - spawn_weapon(/obj/item/weapon/gun/rifle/type71/carbine/commando, /obj/item/ammo_magazine/rifle/type71, new_human, 0, 5) - -/datum/equipment_preset/upp/commando/medic/get_antag_clothing_equipment() - return list( - list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/marine/upp/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), - list("Fatigues Medic", 0, /obj/item/clothing/under/marine/veteran/UPP/medic, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), - list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/upp, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), - list("Headset", 0, /obj/item/device/radio/headset/distress/UPP/kdo/medic, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), - list("HealthMate HUD", 0, /obj/item/clothing/glasses/hud/health, MARINE_CAN_BUY_GLASSES, VENDOR_ITEM_MANDATORY), - list("Night Vision Goggles", 0, /obj/item/clothing/glasses/night/m42_night_goggles/upp, MARINE_CAN_BUY_GLASSES, VENDOR_ITEM_MANDATORY), - list("Ration", 0, /obj/item/reagent_container/food/snacks/upp, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - list("UM5CU Personal Armor", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/commando, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY), - list("UPP Cloak", 0, /obj/item/storage/backpack/marine/satchel/scout_cloak/upp, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_MANDATORY), - list("UPP Balaclava", 0, /obj/item/clothing/mask/gas/pmc/upp, MARINE_CAN_BUY_MASK, VENDOR_ITEM_MANDATORY), - - list("HELMET (CHOOSE 1)", 0, null, null, null), - list("Armored Cap", 0, /obj/item/clothing/head/uppcap, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - list("UM4 Helmet", 0, /obj/item/clothing/head/helmet/marine/veteran/UPP, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - - list("BELT", 0, null, null, null), - list("Type 41 Lifesaver Bag", 0, /obj/item/storage/belt/medical/lifesaver/upp/full, MARINE_CAN_BUY_BELT, VENDOR_ITEM_MANDATORY), - list("Type 41 Ammo Load Rig", 0, /obj/item/storage/belt/marine/upp, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - - list("POUCHES (CHOOSE 2)", 0, null, null, null), - list("Auto-Injector Pouch", 0, /obj/item/storage/pouch/autoinjector, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("First-Aid Pouch (Refillable Injectors)", 0, /obj/item/storage/pouch/firstaid/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("First-Aid Pouch (Splints, Gauze, Ointment)", 0, /obj/item/storage/pouch/firstaid/full/alternate, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Pill Packets)", 0, /obj/item/storage/pouch/firstaid/full/pills, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("First Responder Pouch", 0, /obj/item/storage/pouch/first_responder, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Flare Pouch (Full)", 0, /obj/item/storage/pouch/flare/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Large Magazine Pouch", 0, /obj/item/storage/pouch/magazine/large, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medical Pouch (Splints)", 0, /obj/item/storage/pouch/medical/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medical Pouch (Pills)", 0, /obj/item/storage/pouch/medical/full/pills, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medium General Pouch", 0, /obj/item/storage/pouch/general/medium, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medical Kit Pouch", 0, /obj/item/storage/pouch/medkit, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Magazine Pouch", 0, /obj/item/storage/pouch/magazine/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Pouch", 0, /obj/item/storage/pouch/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - - list("ATTACHMENT (CHOOSE 1)", 0, null, null, null), - list("Angled Grip", 0, /obj/item/attachable/angledgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 0, /obj/item/attachable/extended_barrel, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Laser Sight", 0, /obj/item/attachable/lasersight/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 0, /obj/item/attachable/reddot/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 0, /obj/item/attachable/reflex/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Suppressor", 0, /obj/item/attachable/suppressor, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 0, /obj/item/attachable/verticalgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - - list("MASK (CHOOSE 1)", 0, null, null, null), - list("Gas Mask", 0, /obj/item/clothing/mask/gas, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR), - list("Heat Absorbent Coif", 0, /obj/item/clothing/mask/rebreather/scarf, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR) - ) - -/datum/equipment_preset/upp/commando/medic/get_antag_gear_equipment() - return list( - list("MEDIC SET (MANDATORY)", 0, null, null, null), - list("Essential Medic Set", 0, /obj/effect/essentials_set/medic/upp, MARINE_CAN_BUY_ESSENTIALS, VENDOR_ITEM_MANDATORY), - - list("FIELD SUPPLIES", 0, null, null, null), - list("Burn Kit", 2, /obj/item/stack/medical/advanced/ointment, null, VENDOR_ITEM_RECOMMENDED), - list("Trauma Kit", 2, /obj/item/stack/medical/advanced/bruise_pack, null, VENDOR_ITEM_RECOMMENDED), - list("Medical Splints", 1, /obj/item/stack/medical/splint, null, VENDOR_ITEM_RECOMMENDED), - - list("FIRSTAID KITS", 0, null, null, null), - list("Advanced Firstaid Kit", 12, /obj/item/storage/firstaid/adv, null, VENDOR_ITEM_RECOMMENDED), - list("Firstaid Kit", 5, /obj/item/storage/firstaid/regular/response, null, VENDOR_ITEM_REGULAR), - list("Fire Firstaid Kit", 6, /obj/item/storage/firstaid/fire, null, VENDOR_ITEM_REGULAR), - list("Toxin Firstaid Kit", 6, /obj/item/storage/firstaid/toxin, null, VENDOR_ITEM_REGULAR), - list("Oxygen Firstaid Kit", 6, /obj/item/storage/firstaid/o2, null, VENDOR_ITEM_REGULAR), - list("Radiation Firstaid Kit", 6, /obj/item/storage/firstaid/rad, null, VENDOR_ITEM_REGULAR), - - list("AUTOINJECTORS", 0, null, null, null), - list("Autoinjector (Bicaridine)", 1, /obj/item/reagent_container/hypospray/autoinjector/bicaridine, null, VENDOR_ITEM_REGULAR), - list("Autoinjector (Dexalin+)", 1, /obj/item/reagent_container/hypospray/autoinjector/dexalinp, null, VENDOR_ITEM_REGULAR), - list("Autoinjector (Epinephrine)", 2, /obj/item/reagent_container/hypospray/autoinjector/adrenaline, null, VENDOR_ITEM_REGULAR), - list("Autoinjector (Inaprovaline)", 1, /obj/item/reagent_container/hypospray/autoinjector/inaprovaline, null, VENDOR_ITEM_REGULAR), - list("Autoinjector (Kelotane)", 1, /obj/item/reagent_container/hypospray/autoinjector/kelotane, null, VENDOR_ITEM_REGULAR), - list("Autoinjector (Oxycodone)", 2, /obj/item/reagent_container/hypospray/autoinjector/oxycodone, null, VENDOR_ITEM_REGULAR), - list("Autoinjector (Tramadol)", 1, /obj/item/reagent_container/hypospray/autoinjector/tramadol, null, VENDOR_ITEM_REGULAR), - list("Autoinjector (Tricord)", 1, /obj/item/reagent_container/hypospray/autoinjector/tricord, null, VENDOR_ITEM_REGULAR), - - list("PILL BOTTLES", 0, null, null, null), - list("Pill Bottle (Bicaridine)", 5, /obj/item/storage/pill_bottle/bicaridine, null, VENDOR_ITEM_RECOMMENDED), - list("Pill Bottle (Dexalin)", 5, /obj/item/storage/pill_bottle/dexalin, null, VENDOR_ITEM_REGULAR), - list("Pill Bottle (Dylovene)", 5, /obj/item/storage/pill_bottle/antitox, null, VENDOR_ITEM_REGULAR), - list("Pill Bottle (Inaprovaline)", 5, /obj/item/storage/pill_bottle/inaprovaline, null, VENDOR_ITEM_REGULAR), - list("Pill Bottle (Kelotane)", 5, /obj/item/storage/pill_bottle/kelotane, null, VENDOR_ITEM_RECOMMENDED), - list("Pill Bottle (Peridaxon)", 5, /obj/item/storage/pill_bottle/peridaxon, null, VENDOR_ITEM_REGULAR), - list("Pill Bottle (Tramadol)", 5, /obj/item/storage/pill_bottle/tramadol, null, VENDOR_ITEM_RECOMMENDED), - - list("MEDICAL UTILITIES", 0, null, null, null), - list("Health Analyzer", 4, /obj/item/device/healthanalyzer, null, VENDOR_ITEM_REGULAR), - list("Medical HUD Glasses", 4, /obj/item/clothing/glasses/hud/health, null, VENDOR_ITEM_REGULAR), - list("Roller Bed", 4, /obj/item/roller, null, VENDOR_ITEM_REGULAR), - list("Stasis Bag", 6, /obj/item/bodybag/cryobag, null, VENDOR_ITEM_REGULAR), - - list("ATTACHMENTS", 0, null, null, null), - list("Angled Grip", 10, /obj/item/attachable/angledgrip/upp, null, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 10, /obj/item/attachable/extended_barrel, null, VENDOR_ITEM_REGULAR), - list("Laser Sight", 10, /obj/item/attachable/lasersight/upp, null, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 10, /obj/item/attachable/reddot/upp, null, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 10, /obj/item/attachable/reflex/upp, null, VENDOR_ITEM_REGULAR), - list("Suppressor", 10, /obj/item/attachable/suppressor, null, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 10, /obj/item/attachable/verticalgrip/upp, null, VENDOR_ITEM_REGULAR), - - list("EXPLOSIVES", 0, null, null, null), - list("Smoke Grenade", 5, /obj/item/explosive/grenade/smokebomb, null, VENDOR_ITEM_REGULAR), - list("Type 6 Shrapnel Grenade", 15, /obj/item/explosive/grenade/high_explosive/upp, null, VENDOR_ITEM_REGULAR), - list("Type 8 WP Grenade", 20, /obj/item/explosive/grenade/phosphorus/upp, null, VENDOR_ITEM_REGULAR), - - list("UTILITIES", 0, null, null, null), - list("Brown Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest/brown_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Black Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Fire Extinguisher (Portable)", 5, /obj/item/tool/extinguisher/mini, null, VENDOR_ITEM_REGULAR), - list("Large General Pouch", 10, /obj/item/storage/pouch/general/large, null, VENDOR_ITEM_REGULAR), - list("Shoulder Holster", 10, /obj/item/clothing/accessory/storage/holster, null, VENDOR_ITEM_REGULAR), - list("Webbing", 10, /obj/item/clothing/accessory/storage/webbing, null, VENDOR_ITEM_REGULAR), - list("Drop Pouch", 10, /obj/item/clothing/accessory/storage/droppouch, null, VENDOR_ITEM_REGULAR), - ) +/datum/equipment_preset/upp/operations/load_gear(mob/living/carbon/human/new_human) -//*****************************************************************************************************/ + new_human.undershirt = "undershirt" + //back + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/black(new_human), WEAR_BACK) + //face + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress, WEAR_L_EAR) + //uniform + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear(new_human), WEAR_BODY) + //limb + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET) -/datum/equipment_preset/upp/commando/leader - name = "UPP Commando Leader (!DEATHSQUAD!)" +/datum/equipment_preset/upp/police + name = "UPP People's Armed Police Officer" flags = EQUIPMENT_PRESET_EXTRA - - skills = /datum/skills/commando/leader - assignment = JOB_UPP_COMMANDO_LEADER - rank = JOB_UPP_COMMANDO_LEADER - role_comm_title = "1stKdo" - paygrades = list(PAY_SHORT_UC3 = JOB_PLAYTIME_TIER_0) + faction = FACTION_COLONIST + faction_group = FACTION_LIST_UPP_COLONY + assignment = "People's Armed Police Militsioner" + role_comm_title = "MILTSY" + paygrades = list(PAY_SHORT_UC1 = JOB_PLAYTIME_TIER_0) + skills = /datum/skills/cmb + access = list(ACCESS_UPP_GENERAL, ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_LOGISTICS, ACCESS_CIVILIAN_ENGINEERING, ACCESS_CIVILIAN_BRIG, ACCESS_CIVILIAN_MEDBAY, ACCESS_CIVILIAN_COMMAND) idtype = /obj/item/card/id/silver -/datum/equipment_preset/upp/commando/leader/load_gear(mob/living/carbon/human/new_human) - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/kdo/command, WEAR_L_EAR) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP, WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/commando, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71/ap, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71/ap, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/satchel/scout_cloak/upp, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/upp, WEAR_HANDS) - new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/pmc/upp, WEAR_FACE) - new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/night/m42_night_goggles/upp, WEAR_EYES) - - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/np92/suppressed, WEAR_WAIST) - - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/phosphorus/upp, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/phosphorus/upp, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/binoculars/range, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large, WEAR_R_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/explosive/C4, WEAR_L_STORE) - - new_human.equip_to_slot_or_del(new /obj/item/restraint/handcuffs, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/restraint/handcuffs, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/storage/box/handcuffs, WEAR_IN_BACK) - - spawn_weapon(/obj/item/weapon/gun/rifle/type71/carbine/commando, /obj/item/ammo_magazine/rifle/type71, new_human, 0, 7) - -/datum/equipment_preset/upp/commando/leader/get_antag_clothing_equipment() - return list( - list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/marine/upp/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), - list("Fatigues", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/commando, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), - list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/upp, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), - list("Headset", 0, /obj/item/device/radio/headset/distress/UPP/kdo/command, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), - list("Night Vision Goggles", 0, /obj/item/clothing/glasses/night/m42_night_goggles/upp, MARINE_CAN_BUY_GLASSES, VENDOR_ITEM_MANDATORY), - list("Ration", 0, /obj/item/reagent_container/food/snacks/upp, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - list("UM5CU Personal Armor", 0, /obj/item/clothing/suit/storage/marine/faction/UPP/commando, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY), - list("UPP Cloak", 0, /obj/item/storage/backpack/marine/satchel/scout_cloak/upp, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_MANDATORY), - list("UPP Balaclava", 0, /obj/item/clothing/mask/gas/pmc/upp, MARINE_CAN_BUY_MASK, VENDOR_ITEM_MANDATORY), - - list("HELMET (CHOOSE 1)", 0, null, null, null), - list("Armored Cap", 0, /obj/item/clothing/head/uppcap, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - list("UM4 Helmet", 0, /obj/item/clothing/head/helmet/marine/veteran/UPP, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - - list("BELT (CHOOSE 1)", 0, null, null, null), - list("Type 41 Ammo Load Rig", 0, /obj/item/storage/belt/marine/upp, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - list("NPZ92 Pistol Holster Rig", 0, /obj/item/storage/belt/gun/type47/np92/suppressed, MARINE_CAN_BUY_BELT, VENDOR_ITEM_RECOMMENDED), - - list("POUCHES (CHOOSE 2)", 0, null, null, null), - list("Auto-Injector Pouch", 0, /obj/item/storage/pouch/autoinjector, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Bayonet Sheath", 0, /obj/item/storage/pouch/bayonet/upp, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Explosive Pouch", 0, /obj/item/storage/pouch/explosive, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Refillable Injectors)", 0, /obj/item/storage/pouch/firstaid/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Splints, Gauze, Ointment)", 0, /obj/item/storage/pouch/firstaid/full/alternate, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Pill Packets)", 0, /obj/item/storage/pouch/firstaid/full/pills, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Flare Pouch (Full)", 0, /obj/item/storage/pouch/flare/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Large Magazine Pouch", 0, /obj/item/storage/pouch/magazine/large, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Medium General Pouch", 0, /obj/item/storage/pouch/general/medium, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Medical Kit Pouch", 0, /obj/item/storage/pouch/medkit, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Magazine Pouch", 0, /obj/item/storage/pouch/magazine/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Pistol Pouch", 0, /obj/item/storage/pouch/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - - list("ATTACHMENT (CHOOSE 1)", 0, null, null, null), - list("Angled Grip", 0, /obj/item/attachable/angledgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 0, /obj/item/attachable/extended_barrel, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Laser Sight", 0, /obj/item/attachable/lasersight/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 0, /obj/item/attachable/reddot/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 0, /obj/item/attachable/reflex/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Suppressor", 0, /obj/item/attachable/suppressor, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 0, /obj/item/attachable/verticalgrip/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - - list("MASK (CHOOSE 1)", 0, null, null, null), - list("Gas Mask", 0, /obj/item/clothing/mask/gas, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR), - list("Heat Absorbent Coif", 0, /obj/item/clothing/mask/rebreather/scarf, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR) - ) - -/datum/equipment_preset/upp/commando/leader/get_antag_gear_equipment() - return list( - list("LEADER SET (MANDATORY)", 0, null, null, null), - list("Essential Leader Set", 0, /obj/effect/essentials_set/leader/upp, MARINE_CAN_BUY_ESSENTIALS, VENDOR_ITEM_MANDATORY), - - list("GENERAL SUPPLIES", 0, null, null, null), - list("Whistle", 5, /obj/item/device/whistle, null, VENDOR_ITEM_REGULAR), - - list("ENGINEERING SUPPLIES", 0, null, null, null), - list("Entrenching Tool", 2, /obj/item/tool/shovel/etool, null, VENDOR_ITEM_REGULAR), - list("Insulated Gloves", 3, /obj/item/clothing/gloves/yellow, null, VENDOR_ITEM_REGULAR), - list("Metal x10", 5, /obj/item/stack/sheet/metal/small_stack, null, VENDOR_ITEM_RECOMMENDED), - list("Plasteel x10", 7, /obj/item/stack/sheet/plasteel/small_stack, null, VENDOR_ITEM_RECOMMENDED), - list("Sandbags x25", 10, /obj/item/stack/sandbags_empty/half, null, VENDOR_ITEM_RECOMMENDED), - list("Tools Pouch (Full)", 5, /obj/item/storage/pouch/tools/full, null, VENDOR_ITEM_REGULAR), - list("Welding Goggles", 5, /obj/item/clothing/glasses/welding, null, VENDOR_ITEM_REGULAR), - - list("MEDICAL SUPPLIES", 0, null, null, null), - list("Burn Kit", 2, /obj/item/stack/medical/advanced/ointment, null, VENDOR_ITEM_REGULAR), - list("Trauma Kit", 2, /obj/item/stack/medical/advanced/bruise_pack, null, VENDOR_ITEM_REGULAR), - list("Advanced Firstaid Kit", 12, /obj/item/storage/firstaid/adv, null, VENDOR_ITEM_REGULAR), - list("Medical Splints", 1, /obj/item/stack/medical/splint, null, VENDOR_ITEM_REGULAR), - - list("Injector (Bicaridine)", 1, /obj/item/reagent_container/hypospray/autoinjector/bicaridine, null, VENDOR_ITEM_REGULAR), - list("Injector (Dexalin+)", 1, /obj/item/reagent_container/hypospray/autoinjector/dexalinp, null, VENDOR_ITEM_REGULAR), - list("Injector (Inaprovaline)", 1, /obj/item/reagent_container/hypospray/autoinjector/inaprovaline, null, VENDOR_ITEM_REGULAR), - list("Injector (Kelotane)", 1, /obj/item/reagent_container/hypospray/autoinjector/kelotane, null, VENDOR_ITEM_REGULAR), - list("Injector (Oxycodone)", 2, /obj/item/reagent_container/hypospray/autoinjector/oxycodone, null, VENDOR_ITEM_REGULAR), - list("Injector (Tramadol)", 1, /obj/item/reagent_container/hypospray/autoinjector/tramadol, null, VENDOR_ITEM_REGULAR), - list("Injector (Tricord)", 1, /obj/item/reagent_container/hypospray/autoinjector/tricord, null, VENDOR_ITEM_REGULAR), - - list("Health Analyzer", 4, /obj/item/device/healthanalyzer, null, VENDOR_ITEM_REGULAR), - list("Medical HUD Glasses", 4, /obj/item/clothing/glasses/hud/health, null, VENDOR_ITEM_MANDATORY), - - list("ATTACHMENTS", 0, null, null, null), - list("Angled Grip", 10, /obj/item/attachable/angledgrip/upp, null, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 10, /obj/item/attachable/extended_barrel, null, VENDOR_ITEM_REGULAR), - list("Laser Sight", 10, /obj/item/attachable/lasersight/upp, null, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 10, /obj/item/attachable/reddot/upp, null, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 10, /obj/item/attachable/reflex/upp, null, VENDOR_ITEM_REGULAR), - list("Suppressor", 10, /obj/item/attachable/suppressor, null, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 10, /obj/item/attachable/verticalgrip/upp, null, VENDOR_ITEM_REGULAR), - - list("EXPLOSIVES", 0, null, null, null), - list("Plastic Explosive", 5, /obj/item/explosive/plastic, null, VENDOR_ITEM_REGULAR), - list("Smoke Grenade", 5, /obj/item/explosive/grenade/smokebomb, null, VENDOR_ITEM_REGULAR), - list("Type 6 Shrapnel Grenade", 15, /obj/item/explosive/grenade/high_explosive/upp, null, VENDOR_ITEM_REGULAR), - list("Type 8 WP Grenade", 20, /obj/item/explosive/grenade/phosphorus/upp, null, VENDOR_ITEM_REGULAR), - - list("UTILITIES", 0, null, null, null), - list("Brown Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest/brown_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Black Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Fire Extinguisher (Portable)", 5, /obj/item/tool/extinguisher/mini, null, VENDOR_ITEM_REGULAR), - list("Large General Pouch", 10, /obj/item/storage/pouch/general/large, null, VENDOR_ITEM_REGULAR), - list("Shoulder Holster", 10, /obj/item/clothing/accessory/storage/holster, null, VENDOR_ITEM_REGULAR), - list("Webbing", 10, /obj/item/clothing/accessory/storage/webbing, null, VENDOR_ITEM_REGULAR), - list("Drop Pouch", 10, /obj/item/clothing/accessory/storage/droppouch, null, VENDOR_ITEM_REGULAR), - ) - -/datum/equipment_preset/upp/commando/low_threat - name = "UPP Commando" - -/datum/equipment_preset/upp/commando/low_threat/load_gear(mob/living/carbon/human/new_human) - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/kdo, WEAR_L_EAR) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP, WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/commando, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71/ap, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71/ap, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/np92/suppressed, WEAR_WAIST) - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/satchel/scout_cloak/upp/weak, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) - 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/mask/gas/pmc/upp, WEAR_FACE) - new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/night/m42_night_goggles/upp, WEAR_EYES) - - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/explosive/plastic, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/explosive/plastic, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/phosphorus/upp, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large, WEAR_R_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full, WEAR_L_STORE) - - new_human.equip_to_slot_or_del(new /obj/item/restraint/handcuffs, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/restraint/handcuffs, WEAR_IN_BACK) - - spawn_weapon(/obj/item/weapon/gun/rifle/type71/carbine/commando, /obj/item/ammo_magazine/rifle/type71, new_human, 0, 8) - -/datum/equipment_preset/upp/commando/medic/low_threat - name = "UPP Commando Medic" - -/datum/equipment_preset/upp/commando/medic/load_gear(mob/living/carbon/human/new_human) - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/kdo/medic, WEAR_L_EAR) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/medic, WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/commando, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71/ap, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71/ap, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/satchel/scout_cloak/upp/weak, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) - 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/mask/gas/pmc/upp, WEAR_FACE) - new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/night/m42_night_goggles/upp, WEAR_EYES) - - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/upp/full, WEAR_WAIST) - new_human.equip_to_slot_or_del(new /obj/item/device/healthanalyzer, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/tool/surgery/surgical_line, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/tool/surgery/synthgraft, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/defibrillator, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/storage/firstaid/adv, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/roller, WEAR_IN_BACK) - if(new_human.disabilities & NEARSIGHTED) - new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/health/prescription(new_human), WEAR_IN_BACK) - else - new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/health(new_human), WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large, WEAR_R_STORE) - - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/explosive/C4, WEAR_L_STORE) - - new_human.equip_to_slot_or_del(new /obj/item/restraint/handcuffs, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/restraint/handcuffs, WEAR_IN_JACKET) - - spawn_weapon(/obj/item/weapon/gun/rifle/type71/carbine/commando, /obj/item/ammo_magazine/rifle/type71, new_human, 0, 5) - -/datum/equipment_preset/upp/commando/leader/low_threat - name = "UPP Commando Leader" +/datum/equipment_preset/upp/police/load_gear(mob/living/carbon/human/new_human) -/datum/equipment_preset/upp/commando/leader/load_gear(mob/living/carbon/human/new_human) - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/kdo/command, WEAR_L_EAR) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP, WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/commando, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71/ap, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71/ap, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/satchel/scout_cloak/upp/weak, WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) - 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/mask/gas/pmc/upp, WEAR_FACE) - new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/night/m42_night_goggles/upp, WEAR_EYES) + new_human.undershirt = "undershirt" + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/peaked/police, WEAR_HEAD) + //back + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/black, WEAR_BACK) + //face + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress, WEAR_L_EAR) + //uniform + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/pap, WEAR_BODY) + //jacket + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/jacket/pap, WEAR_JACKET) + //waist + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/security/MP/UPP/full, WEAR_WAIST) + //limbs + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup, WEAR_FEET) + //pockets + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate, WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/pistol/alt, WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/pistol/t73, WEAR_IN_R_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/np92/suppressed, WEAR_WAIST) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/upp, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/phosphorus/upp, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/phosphorus/upp, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/device/binoculars/range, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large, WEAR_R_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/explosive/C4, WEAR_L_STORE) +/datum/equipment_preset/upp/police/riot + name = "UPP People's Armed Police Officer - Riot" - new_human.equip_to_slot_or_del(new /obj/item/restraint/handcuffs, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/restraint/handcuffs, WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/storage/box/handcuffs, WEAR_IN_BACK) +/datum/equipment_preset/upp/police/riot/load_gear(mob/living/carbon/human/new_human) -//*****************************************************************************************************/ + new_human.undershirt = "undershirt" + //back + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/black, WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/nerve_gas, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/nerve_gas, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/nerve_gas, WEAR_IN_BACK) + //face + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress, WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/upp, WEAR_FACE) + //head + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/peaked/police, WEAR_HEAD) + //uniform + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/pap, WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/black_vest/brown_vest, WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/heavy/beanbag, WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/heavy/beanbag, WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/heavy/beanbag, WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/heavy/beanbag, WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/heavy/beanbag, WEAR_IN_ACCESSORY) + //jacket + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/light/pap, WEAR_JACKET) + //waist + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/security/MP/UPP/full, WEAR_WAIST) + //limbs + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup, WEAR_FEET) + //pockets + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/pistol/alt, WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/pistol/t73, WEAR_IN_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate, WEAR_R_STORE) -//============// -// Other // -//========// + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/shotgun/pump/type23/riot, WEAR_R_HAND) -/datum/equipment_preset/upp/tank - name = "UPP Vehicle Crewman (TANK)" +/datum/equipment_preset/upp/prisoner + name = "UPP Prisoner" flags = EQUIPMENT_PRESET_EXTRA + faction = FACTION_COLONIST + assignment = "Inmate" + paygrades = list(PAY_SHORT_CIV = JOB_PLAYTIME_TIER_0) + skills = /datum/skills/civilian + access = list(null) + idtype = /obj/item/card/id/lanyard - assignment = JOB_UPP_CREWMAN - rank = JOB_UPP_CREWMAN - paygrades = list(PAY_SHORT_UE5 = JOB_PLAYTIME_TIER_0) - role_comm_title = "TANK" - minimum_age = 30 - skills = /datum/skills/tank_crew - -/datum/equipment_preset/upp/tank/load_gear(mob/living/carbon/human/new_human) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP(new_human), WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife(new_human), WEAR_FEET) - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/cct(new_human), WEAR_L_EAR) - 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/storage/belt/gun/type47/revolver(new_human), WEAR_WAIST) - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP(new_human), WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/tool/weldpack(new_human), WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large(new_human), WEAR_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/tank(new_human), WEAR_R_STORE) - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP/engi(new_human), WEAR_HEAD) - - spawn_weapon(/obj/item/weapon/gun/rifle/type71/carbine, /obj/item/ammo_magazine/rifle/type71, new_human, 0, 3) - -/datum/equipment_preset/upp/tank/load_status() - return - -/datum/equipment_preset/upp/tank/get_antag_clothing_equipment() - return list( - list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Gloves", 0, /obj/item/clothing/gloves/marine/veteran/insulated, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), - list("UM5 Personal Armor", 0, /obj/item/clothing/suit/storage/marine/faction/UPP, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY), - list("UM4-V Helmet", 0, /obj/item/clothing/head/helmet/marine/veteran/UPP/engi, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_MANDATORY), - list("Welding Kit", 0, /obj/item/tool/weldpack, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_MANDATORY), - list("MRE", 0, /obj/item/storage/box/MRE, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - - list("PERSONAL SIDEARM (CHOOSE 1)", 0, null, null, null), - list("Type 73 Pistol", 0, /obj/item/weapon/gun/pistol/t73, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_RECOMMENDED), - list("NP92 Pistol", 0, /obj/item/weapon/gun/pistol/np92, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - list("ZHNK-72 Revolver", 0, /obj/item/weapon/gun/revolver/upp, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - - list("BELT (CHOOSE 1)", 0, null, null, null), - list("G8-A General Utility Pouch", 0, /obj/item/storage/backpack/general_belt, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - list("M103 Vehicle-Ammo Rig", 0, /obj/item/storage/belt/tank, MARINE_CAN_BUY_BELT, VENDOR_ITEM_RECOMMENDED), - list("M276 Ammo Load Rig", 0, /obj/item/storage/belt/marine, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - list("M276 General Pistol Holster Rig", 0, /obj/item/storage/belt/gun/m4a3, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - list("M276 Shotgun Shell Loading Rig", 0, /obj/item/storage/belt/shotgun, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - list("M276 Toolbelt Rig (Full)", 0, /obj/item/storage/belt/utility/full, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - - list("POUCHES (CHOOSE 2)", 0, null, null, null), - list("First-Aid Pouch (Full)", 0, /obj/item/storage/pouch/firstaid/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Flare Pouch (Full)", 0, /obj/item/storage/pouch/flare/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Large General Pouch", 0, /obj/item/storage/pouch/general/large, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Sling Pouch", 0, /obj/item/storage/pouch/sling, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Large Pistol Magazine Pouch", 0, /obj/item/storage/pouch/magazine/pistol/large, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Magazine Pouch", 0, /obj/item/storage/pouch/magazine, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Sidearm Pouch", 0, /obj/item/storage/pouch/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Tools Pouch (Full)", 0, /obj/item/storage/pouch/tools/tank, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - - list("ACCESSORIES (CHOOSE 1)", 0, null, null, null), - list("Brown Webbing Vest", 0, /obj/item/clothing/accessory/storage/black_vest/brown_vest, MARINE_CAN_BUY_ACCESSORY, VENDOR_ITEM_RECOMMENDED), - list("Black Webbing Vest", 0, /obj/item/clothing/accessory/storage/black_vest, MARINE_CAN_BUY_ACCESSORY, VENDOR_ITEM_REGULAR), - list("Shoulder Holster", 0, /obj/item/clothing/accessory/storage/holster, MARINE_CAN_BUY_ACCESSORY, VENDOR_ITEM_REGULAR), - list("Webbing", 0, /obj/item/clothing/accessory/storage/webbing, MARINE_CAN_BUY_ACCESSORY, VENDOR_ITEM_REGULAR), - list("Drop Pouch", 0, /obj/item/clothing/accessory/storage/droppouch, MARINE_CAN_BUY_ACCESSORY, VENDOR_ITEM_REGULAR), - - list("WELDING PROTECTION (CHOOSE 1)", 0, null, null, null), - list("Welding Goggles", 0, /obj/item/clothing/glasses/welding, MARINE_CAN_BUY_GLASSES, VENDOR_ITEM_REGULAR), - list("Welding Helmet", 0, /obj/item/clothing/head/welding, MARINE_CAN_BUY_GLASSES, VENDOR_ITEM_REGULAR), - - list("MASK (CHOOSE 1)", 0, null, null, null), - list("Gas Mask", 0, /obj/item/clothing/mask/gas, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR), - list("Heat Absorbent Coif", 0, /obj/item/clothing/mask/rebreather/scarf, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR), - - list("ATTACHMENTS", 0, null, null, null), - list("Angled Grip", 10, /obj/item/attachable/angledgrip/upp, null, VENDOR_ITEM_REGULAR), - list("Extended Barrel", 10, /obj/item/attachable/extended_barrel, null, VENDOR_ITEM_REGULAR), - list("Gyroscopic Stabilizer", 10, /obj/item/attachable/gyro, null, VENDOR_ITEM_REGULAR), - list("Laser Sight", 10, /obj/item/attachable/lasersight/upp, null, VENDOR_ITEM_REGULAR), - list("Masterkey Shotgun", 10, /obj/item/attachable/attached_gun/shotgun, null, VENDOR_ITEM_REGULAR), - list("M37 Wooden Stock", 10, /obj/item/attachable/stock/shotgun, null, VENDOR_ITEM_REGULAR), - list("M39 Stock", 10, /obj/item/attachable/stock/smg, null, VENDOR_ITEM_REGULAR), - list("M41A Solid Stock", 10, /obj/item/attachable/stock/rifle, null, VENDOR_ITEM_REGULAR), - list("Recoil Compensator", 10, /obj/item/attachable/compensator, null, VENDOR_ITEM_REGULAR), - list("Red-Dot Sight", 10, /obj/item/attachable/reddot/upp, null, VENDOR_ITEM_REGULAR), - list("Reflex Sight", 10, /obj/item/attachable/reflex/upp, null, VENDOR_ITEM_REGULAR), - list("Suppressor", 10, /obj/item/attachable/suppressor, null, VENDOR_ITEM_REGULAR), - list("Vertical Grip", 10, /obj/item/attachable/verticalgrip/upp, null, VENDOR_ITEM_REGULAR), - - list("UTILITIES", 0, null, null, null), - list("Fire Extinguisher (Portable)", 5, /obj/item/tool/extinguisher/mini, null, VENDOR_ITEM_REGULAR), - list("Fuel Tank Strap Pouch", 5, /obj/item/storage/pouch/flamertank, null, VENDOR_ITEM_REGULAR), - list("Large Magazine Pouch", 15, /obj/item/storage/pouch/magazine/large, null, VENDOR_ITEM_REGULAR), - list("Motion Detector", 15, /obj/item/device/motiondetector, null, VENDOR_ITEM_REGULAR), - list("Plastic Explosive", 10, /obj/item/explosive/plastic, null, VENDOR_ITEM_REGULAR), - ) - -/datum/equipment_preset/upp/tank/get_antag_gear_equipment() - return list( - list("EXPLOSIVES", 0, null, null, null), - list("Plastic Explosive", 5, /obj/item/explosive/plastic, null, VENDOR_ITEM_REGULAR), - list("Smoke Grenade", 5, /obj/item/explosive/grenade/smokebomb, null, VENDOR_ITEM_REGULAR), - list("Type 6 Shrapnel Grenade", 15, /obj/item/explosive/grenade/high_explosive/upp, null, VENDOR_ITEM_REGULAR), - list("Type 8 WP Grenade", 20, /obj/item/explosive/grenade/phosphorus/upp, null, VENDOR_ITEM_REGULAR), - - list("UTILITIES", 0, null, null, null), - list("Brown Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest/brown_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Black Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Webbing", 10, /obj/item/clothing/accessory/storage/webbing, null, VENDOR_ITEM_REGULAR), - list("Drop Pouch", 10, /obj/item/clothing/accessory/storage/droppouch, null, VENDOR_ITEM_REGULAR) - ) +/datum/equipment_preset/upp/prisoner/load_gear(mob/living/carbon/human/new_human) -//*****************************************************************************************************/ + new_human.undershirt = "undershirt" + //uniform + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/prison_boiler(new_human), WEAR_BODY) + //limb + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/white(new_human), WEAR_FEET) -/datum/equipment_preset/upp/conscript - //meme role - name = "UPP Conscript" - flags = EQUIPMENT_PRESET_EXTRA +/datum/equipment_preset/upp/police/mss + name = "UPP MSS Agent" + assignment = "Ministry of Space Security Operative" + role_comm_title = "MSS-OP" + paygrades = list(PAY_SHORT_UO2 = JOB_PLAYTIME_TIER_0) + skills = /datum/skills/cmb + access = list(ACCESS_UPP_GENERAL, ACCESS_UPP_SECURITY, ACCESS_UPP_ARMORY, ACCESS_UPP_FLIGHT, ACCESS_UPP_SQUAD_ONE, ACCESS_UPP_SQUAD_TWO, ACCESS_UPP_LEADERSHIP, ACCESS_UPP_SENIOR_LEAD, ACCESS_UPP_MEDPREP, ACCESS_UPP_TLPREP, ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_BRIG, ACCESS_CIVILIAN_COMMAND) + idtype = /obj/item/card/id/silver - skills = /datum/skills/upp - assignment = JOB_UPP_CONSCRIPT - rank = JOB_UPP_CONSCRIPT - role_comm_title = "Cons" - paygrades = list(PAY_SHORT_UE1 = JOB_PLAYTIME_TIER_0) +/datum/equipment_preset/upp/police/mss/load_gear(mob/living/carbon/human/new_human) -/datum/equipment_preset/upp/conscript/load_gear(mob/living/carbon/human/new_human) + new_human.undershirt = "undershirt" //back - var/maybebackpack = prob(20) ? pick(/obj/item/storage/backpack/lightpack/upp, /obj/item/storage/backpack/lightpack) : null - if(maybebackpack) - new_human.equip_to_slot_or_del(new maybebackpack, WEAR_BACK) //what in back? + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/black, WEAR_BACK) //face new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP, WEAR_L_EAR) - //head - var/maybehat = prob(66) ? pick(/obj/item/clothing/head/uppcap, /obj/item/clothing/head/uppcap/beret, /obj/item/clothing/head/ushanka, /obj/item/clothing/head/uppcap/ushanka) : null - if(maybehat) - new_human.equip_to_slot_or_del(new maybehat, WEAR_HEAD) - - //body - var/obj/item/clothing/under/marine/veteran/UPP/UPP = new() - new_human.equip_to_slot_or_del(UPP, WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) - - var/maybejacket = prob(50) ? pick(/obj/item/clothing/suit/storage/marine/faction/UPP/jacket, /obj/item/clothing/suit/storage/snow_suit/soviet) : null - if(maybejacket) - new_human.equip_to_slot_or_del(new maybejacket, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/stack/medical/bruise_pack, WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/drinks/bottle/vodka, WEAR_IN_JACKET) - //limit of snowcoat - new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive/upp, WEAR_IN_JACKET) - + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/peaked/mss, WEAR_HEAD) + //uniform + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/service, WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/holster(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/pistol/np92(new_human), WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/np92(new_human), WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/np92(new_human), WEAR_IN_ACCESSORY) + //jacket + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/upp/mss, WEAR_JACKET) //limbs - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/knife, WEAR_FEET) - var/maybegloves = prob(80) ? pick(/obj/item/clothing/gloves/black, /obj/item/clothing/gloves/marine/veteran/upp, /obj/item/clothing/gloves/combat) : null - if(maybegloves) - new_human.equip_to_slot_or_del(new maybegloves, WEAR_HANDS) - - //gun - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/carbine, WEAR_R_HAND) - - //webbing or belt? - if(prob(30)) - var/obj/item/clothing/accessory/storage/webbing/W = new() - UPP.attach_accessory(new_human, W) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71, WEAR_IN_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71, WEAR_IN_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71, WEAR_IN_ACCESSORY) - else if(prob(30)) - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine/upp/scarce, WEAR_WAIST) - //if you fail the rolls you must scavenge the ammo from your fallen brethren - - if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD]) - new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf/tacticalmask/green, WEAR_FACE) - - if(prob(10)) - //sometimes Ivan smiles upon the corps - new_human.set_species("Human Hero") - -/datum/equipment_preset/upp/conscript/get_antag_clothing_equipment() - return list( - list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("Boots", 0, /obj/item/clothing/shoes/marine/upp/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), - list("Fatigues", 0, /obj/item/clothing/under/marine/veteran/UPP, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), - list("Headset", 0, /obj/item/device/radio/headset/distress/UPP, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), - list("Ration", 0, /obj/item/reagent_container/food/snacks/upp, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - - list("HELMET", 0, null, null, null), - list("Armored Cap", 0, /obj/item/clothing/head/uppcap, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_MANDATORY), - list("Armored Ushanka", 0, /obj/item/clothing/head/uppcap/ushanka, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - - list("BELT (CHOOSE 1)", 0, null, null, null), - list("Type 41 Pistol Holster Rig", 0, /obj/item/storage/belt/gun/m4a3, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR), - - list("POUCHES (CHOOSE 2)", 0, null, null, null), - list("Bayonet Sheath", 0, /obj/item/storage/pouch/bayonet/upp, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Flare Pouch (Full)", 0, /obj/item/storage/pouch/flare/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Pistol Magazine Pouch", 0, /obj/item/storage/pouch/magazine/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - - list("ATTACHMENT (CHOOSE 1)", 0, null, null, null), - list("Laser Sight", 0, /obj/item/attachable/lasersight, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_REGULAR), - - list("MASK (CHOOSE 1)", 0, null, null, null), - list("Tactical Bandana", 0, /obj/item/clothing/mask/rebreather/scarf/tacticalmask/green, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR) - ) - -/datum/equipment_preset/upp/conscript/get_antag_gear_equipment() - return list( - list("ENGINEERING SUPPLIES", 0, null, null, null), - list("Entrenching Tool", 2, /obj/item/tool/shovel/etool, null, VENDOR_ITEM_RECOMMENDED), - list("Sandbags x25", 5, /obj/item/stack/sandbags_empty/half, null, VENDOR_ITEM_RECOMMENDED), - - list("EXPLOSIVES", 0, null, null, null), - list("Smoke Grenade", 5, /obj/item/explosive/grenade/smokebomb, null, VENDOR_ITEM_REGULAR), - - list("UTILITIES", 0, null, null, null), - list("Brown Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest/brown_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Black Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Webbing", 10, /obj/item/clothing/accessory/storage/webbing, null, VENDOR_ITEM_REGULAR), - list("Drop Pouch", 10, /obj/item/clothing/accessory/storage/droppouch, null, VENDOR_ITEM_REGULAR) - ) - - -/datum/equipment_preset/upp/commissar - name = "UPP Political Commissar" - flags = EQUIPMENT_PRESET_EXTRA - - assignment = JOB_UPP_COMMISSAR - rank = JOB_UPP_COMMISSAR - paygrades = list(PAY_SHORT_UO4P = JOB_PLAYTIME_TIER_0) - role_comm_title = "Commissar" - minimum_age = 30 - skills = /datum/skills/upp/commissar + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup, WEAR_FEET) + //pockets + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/medium, WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/device/taperecorder, WEAR_IN_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/notepad, WEAR_IN_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/tool/pen/clicky, WEAR_IN_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate, WEAR_R_STORE) -/datum/equipment_preset/upp/commissar/load_gear(mob/living/carbon/human/new_human) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP(new_human), WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) - 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/device/radio/headset/distress/UPP/command(new_human), WEAR_L_EAR) - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/revolver(new_human), WEAR_WAIST) - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/gimmick/jason(new_human), WEAR_JACKET) - 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/head/uppcap/beret(new_human), WEAR_HEAD) - -/datum/equipment_preset/upp/commissar/load_status() - return - -/datum/equipment_preset/upp/commissar/get_antag_clothing_equipment() - return list( - list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), - list("MRE", 0, /obj/item/storage/box/MRE, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - - list("HELMET (CHOOSE 1)", 0, null, null, null), - list("UL2 Cap", 0, /obj/item/clothing/head/uppcap, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - list("UL3 Beret", 0, /obj/item/clothing/head/uppcap/beret, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - list("UL8 Ushanka", 0, /obj/item/clothing/head/uppcap/beret, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - list("UM4 Helmet", 0, /obj/item/clothing/head/helmet/marine/veteran/UPP, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR), - - list("POUCHES (CHOOSE 2)", 0, null, null, null), - list("First-Aid Pouch (Full)", 0, /obj/item/storage/pouch/firstaid/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_RECOMMENDED), - list("Flare Pouch (Full)", 0, /obj/item/storage/pouch/flare/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Large General Pouch", 0, /obj/item/storage/pouch/general/large, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Sling Pouch", 0, /obj/item/storage/pouch/sling, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Large Pistol Magazine Pouch", 0, /obj/item/storage/pouch/magazine/pistol/large, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Magazine Pouch", 0, /obj/item/storage/pouch/magazine, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - list("Sidearm Pouch", 0, /obj/item/storage/pouch/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), - - list("MASK (CHOOSE 1)", 0, null, null, null), - list("Gas Mask", 0, /obj/item/clothing/mask/gas, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR), - list("Heat Absorbent Coif", 0, /obj/item/clothing/mask/rebreather/scarf, MARINE_CAN_BUY_MASK, VENDOR_ITEM_REGULAR), - ) - -/datum/equipment_preset/upp/commissar/get_antag_gear_equipment() - return list( - list("SQUAD LEADER SET (MANDATORY)", 0, null, null, null), - list("Essential SL Set", 0, /obj/effect/essentials_set/leader/upp, MARINE_CAN_BUY_ESSENTIALS, VENDOR_ITEM_MANDATORY), - - list("GENERAL SUPPLIES", 0, null, null, null), - list("Whistle", 5, /obj/item/device/whistle, null, VENDOR_ITEM_REGULAR), - - list("ENGINEERING SUPPLIES", 0, null, null, null), - list("Entrenching Tool", 2, /obj/item/tool/shovel/etool, null, VENDOR_ITEM_REGULAR), - list("Insulated Gloves", 3, /obj/item/clothing/gloves/yellow, null, VENDOR_ITEM_REGULAR), - list("Tools Pouch (Full)", 5, /obj/item/storage/pouch/tools/full, null, VENDOR_ITEM_REGULAR), - list("Welding Goggles", 5, /obj/item/clothing/glasses/welding, null, VENDOR_ITEM_REGULAR), - - list("MEDICAL SUPPLIES", 0, null, null, null), - list("Burn Kit", 2, /obj/item/stack/medical/advanced/ointment, null, VENDOR_ITEM_REGULAR), - list("Trauma Kit", 2, /obj/item/stack/medical/advanced/bruise_pack, null, VENDOR_ITEM_REGULAR), - list("Advanced Firstaid Kit", 12, /obj/item/storage/firstaid/adv, null, VENDOR_ITEM_REGULAR), - list("Medical Splints", 1, /obj/item/stack/medical/splint, null, VENDOR_ITEM_REGULAR), - - list("Injector (Bicaridine)", 1, /obj/item/reagent_container/hypospray/autoinjector/bicaridine, null, VENDOR_ITEM_REGULAR), - list("Injector (Dexalin+)", 1, /obj/item/reagent_container/hypospray/autoinjector/dexalinp, null, VENDOR_ITEM_REGULAR), - list("Injector (Inaprovaline)", 1, /obj/item/reagent_container/hypospray/autoinjector/inaprovaline, null, VENDOR_ITEM_REGULAR), - list("Injector (Kelotane)", 1, /obj/item/reagent_container/hypospray/autoinjector/kelotane, null, VENDOR_ITEM_REGULAR), - list("Injector (Oxycodone)", 2, /obj/item/reagent_container/hypospray/autoinjector/oxycodone, null, VENDOR_ITEM_REGULAR), - list("Injector (Tramadol)", 1, /obj/item/reagent_container/hypospray/autoinjector/tramadol, null, VENDOR_ITEM_REGULAR), - list("Injector (Tricord)", 1, /obj/item/reagent_container/hypospray/autoinjector/tricord, null, VENDOR_ITEM_REGULAR), - - list("Health Analyzer", 4, /obj/item/device/healthanalyzer, null, VENDOR_ITEM_REGULAR), - list("Medical HUD Glasses", 4, /obj/item/clothing/glasses/hud/health, null, VENDOR_ITEM_MANDATORY), - - list("UTILITIES", 0, null, null, null), - list("Brown Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest/brown_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Black Webbing Vest", 10, /obj/item/clothing/accessory/storage/black_vest, null, VENDOR_ITEM_RECOMMENDED), - list("Fire Extinguisher (Portable)", 5, /obj/item/tool/extinguisher/mini, null, VENDOR_ITEM_REGULAR), - list("Large General Pouch", 10, /obj/item/storage/pouch/general/large, null, VENDOR_ITEM_REGULAR), - list("Shoulder Holster", 10, /obj/item/clothing/accessory/storage/holster, null, VENDOR_ITEM_REGULAR), - list("Webbing", 10, /obj/item/clothing/accessory/storage/webbing, null, VENDOR_ITEM_REGULAR), - list("Drop Pouch", 10, /obj/item/clothing/accessory/storage/droppouch, null, VENDOR_ITEM_REGULAR), - ) + //back + //face + //head + //uniform + //jacket + //waist + //limbs + //pockets diff --git a/code/modules/gear_presets/uscm.dm b/code/modules/gear_presets/uscm.dm index 3a4a2bf1d3..90c42f9632 100644 --- a/code/modules/gear_presets/uscm.dm +++ b/code/modules/gear_presets/uscm.dm @@ -14,13 +14,13 @@ service_under = list(/obj/item/clothing/under/marine/officer/bridge) service_over = list(/obj/item/clothing/suit/storage/jacket/marine/service, /obj/item/clothing/suit/storage/jacket/marine/service/mp) service_hat = list(/obj/item/clothing/head/cmcap) - service_shoes = list(/obj/item/clothing/shoes/dress) + service_shoes = list(/obj/item/clothing/shoes/laceup) dress_under = list(/obj/item/clothing/under/marine/dress/blues/senior) dress_over = list(/obj/item/clothing/suit/storage/jacket/marine/dress/blues/nco) dress_hat = list(/obj/item/clothing/head/marine/dress_cover) dress_gloves = list(/obj/item/clothing/gloves/marine/dress) - dress_shoes = list(/obj/item/clothing/shoes/dress) + dress_shoes = list(/obj/item/clothing/shoes/laceup) var/auto_squad_name ///Allows the squad to be set even if spawned on admin z level var/ert_squad = FALSE @@ -118,17 +118,25 @@ name = "UPP Squad Rifleman" paygrades = list(PAY_SHORT_UE2 = JOB_PLAYTIME_TIER_0) access = list(ACCESS_UPP_GENERAL) - languages = list(LANGUAGE_RUSSIAN) + languages = list(LANGUAGE_RUSSIAN, LANGUAGE_CHINESE) faction_group = list(FACTION_UPP) faction = FACTION_UPP +/datum/equipment_preset/uscm/pfc/upp/load_gear(mob/living/carbon/human/new_human) + new_human.undershirt = "Naval Infantry Telnyashka" + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret/naval, WEAR_HEAD) + /datum/equipment_preset/uscm/pfc/upp/lesser_rank name = parent_type::name + " (Lesser Rank)" paygrades = list(PAY_SHORT_UE1 = JOB_PLAYTIME_TIER_0) +/datum/equipment_preset/uscm/pfc/upp/lesser_rank/load_gear(mob/living/carbon/human/new_human) + new_human.undershirt = "Naval Infantry Telnyashka" + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret/naval, WEAR_HEAD) + /datum/equipment_preset/uscm/pfc/forecon name = "FORECON Squad Rifleman" - paygrades = list(PAY_SHORT_ME3 = JOB_PLAYTIME_TIER_0) + paygrades = list(PAY_SHORT_ME3 = JOB_PLAYTIME_TIER_0, PAY_SHORT_ME4 = JOB_PLAYTIME_TIER_1) skills = /datum/skills/pfc/recon /datum/equipment_preset/uscm/pfc/forecon/lesser_rank @@ -162,14 +170,22 @@ assignment = "Machinegunner" paygrades = list(PAY_SHORT_UE4 = JOB_PLAYTIME_TIER_0) role_comm_title = "MG" - languages = list(LANGUAGE_RUSSIAN) + languages = list(LANGUAGE_RUSSIAN, LANGUAGE_CHINESE) faction_group = list(FACTION_UPP) faction = FACTION_UPP +/datum/equipment_preset/uscm/sg/upp/load_gear(mob/living/carbon/human/new_human) + new_human.undershirt = "Naval Infantry Telnyashka" + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret/naval, WEAR_HEAD) + /datum/equipment_preset/uscm/sg/upp/lesser_rank name = parent_type::name + " (Lesser Rank)" paygrades = list(PAY_SHORT_UE3 = JOB_PLAYTIME_TIER_0) +/datum/equipment_preset/uscm/sg/upp/lesser_rank/load_gear(mob/living/carbon/human/new_human) + new_human.undershirt = "Naval Infantry Telnyashka" + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret/naval, WEAR_HEAD) + /datum/equipment_preset/uscm/sg/forecon name = "FORECON Squad Smartgunner" paygrades = list(PAY_SHORT_ME5 = JOB_PLAYTIME_TIER_0) @@ -379,18 +395,26 @@ paygrades = list(PAY_SHORT_ME3 = JOB_PLAYTIME_TIER_0) /datum/equipment_preset/uscm/medic/upp - name = "UPP Sanitar" + name = "UPP Squad Sanitar" paygrades = list(PAY_SHORT_UE4 = JOB_PLAYTIME_TIER_0) access = list(ACCESS_UPP_GENERAL, ACCESS_UPP_MEDPREP, ACCESS_UPP_MEDICAL) assignment = "Sanitar" - languages = list(LANGUAGE_RUSSIAN, LANGUAGE_ENGLISH, LANGUAGE_CHINESE) + languages = list(LANGUAGE_RUSSIAN, LANGUAGE_CHINESE) faction_group = list(FACTION_UPP) faction = FACTION_UPP +/datum/equipment_preset/uscm/medic/upp/load_gear(mob/living/carbon/human/new_human) + new_human.undershirt = "Naval Infantry Telnyashka" + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret/naval, WEAR_HEAD) + /datum/equipment_preset/uscm/medic/upp/lesser_rank name = parent_type::name + " (Lesser Rank)" paygrades = list(PAY_SHORT_UE3 = JOB_PLAYTIME_TIER_0) +/datum/equipment_preset/uscm/medic/upp/lesser_rank/load_gear(mob/living/carbon/human/new_human) + new_human.undershirt = "Naval Infantry Telnyashka" + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret/naval, WEAR_HEAD) + /datum/equipment_preset/uscm/medic/forecon name = "FORECON Squad Corpsman" assignment = "Squad Corpsman" @@ -419,10 +443,14 @@ name = "UPP Squad Sergeant" paygrades = list(PAY_SHORT_UE5 = JOB_PLAYTIME_TIER_0) access = list(ACCESS_UPP_GENERAL, ACCESS_UPP_TLPREP) - languages = list(LANGUAGE_RUSSIAN, LANGUAGE_ENGLISH, LANGUAGE_CHINESE) + languages = list(LANGUAGE_RUSSIAN, LANGUAGE_CHINESE) faction_group = list(FACTION_UPP) faction = FACTION_UPP +/datum/equipment_preset/uscm/tl/upp/load_gear(mob/living/carbon/human/new_human) + new_human.undershirt = "Naval Infantry Telnyashka" + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret/naval, WEAR_HEAD) + /datum/equipment_preset/uscm/tl/forecon name = "FORECON Assistant Squad Leader" assignment = "Assistant Squad Leader" @@ -486,15 +514,23 @@ /datum/equipment_preset/uscm/leader/upp name = "UPP Platoon Sergeant" access = list(ACCESS_UPP_GENERAL, ACCESS_UPP_LEADERSHIP, ACCESS_UPP_FLIGHT) - languages = list(LANGUAGE_RUSSIAN, LANGUAGE_ENGLISH) //ground commander and stuff paygrades = list(PAY_SHORT_UE7 = JOB_PLAYTIME_TIER_0) + languages = list(LANGUAGE_RUSSIAN, LANGUAGE_ENGLISH, LANGUAGE_CHINESE) faction_group = list(FACTION_UPP) faction = FACTION_UPP +/datum/equipment_preset/uscm/leader/upp/load_gear(mob/living/carbon/human/new_human) + new_human.undershirt = "Naval Infantry Telnyashka" + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret/naval, WEAR_HEAD) + /datum/equipment_preset/uscm/leader/upp/lesser_rank name = parent_type::name + " (Lesser Rank)" paygrades = list(PAY_SHORT_UE6 = JOB_PLAYTIME_TIER_0) +/datum/equipment_preset/uscm/leader/upp/lesser_rank/load_gear(mob/living/carbon/human/new_human) + new_human.undershirt = "Naval Infantry Telnyashka" + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret/naval, WEAR_HEAD) + /datum/equipment_preset/uscm/leader/forecon name = "FORECON Squad Leader" assignment = "Squad Leader" @@ -745,7 +781,7 @@ 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/construction/full(new_human), WEAR_R_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full(new_human), WEAR_L_STORE) - 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/gloves/marine(new_human), WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/device/motiondetector, WEAR_R_HAND) new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/knife(new_human), WEAR_FEET) @@ -1194,7 +1230,7 @@ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/satchel/intel/chestrig(new_human), WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/flare/full(new_human), WEAR_R_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full(new_human), WEAR_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/insulated/black(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine(new_human), WEAR_HANDS) 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/storage/toolkit/full(new_human), WEAR_IN_BACK) new_human.equip_to_slot_or_del(new /obj/item/storage/box/packet/high_explosive(new_human), WEAR_IN_BACK) @@ -1261,7 +1297,7 @@ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/m41aMK1(new_human.back), WEAR_IN_L_STORE) new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/m41aMK1/ap(new_human.back), WEAR_IN_L_STORE) new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/m41aMK1/ap(new_human.back), WEAR_IN_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/insulated/black(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine(new_human), WEAR_HANDS) 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/storage/firstaid/regular(new_human), WEAR_IN_BACK) @@ -1315,7 +1351,7 @@ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smartgun(new_human), WEAR_J_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/smartgunner/full(new_human), WEAR_WAIST) 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/gloves/marine/insulated/black(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine(new_human), WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/night/m56_goggles(new_human), WEAR_EYES) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full(new_human), WEAR_L_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate(new_human), WEAR_R_STORE) @@ -1363,7 +1399,7 @@ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/satchel/rto(new_human), WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/flare/full(new_human), WEAR_R_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full(new_human), WEAR_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/insulated/black(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine(new_human), WEAR_HANDS) 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/storage/toolkit/full(new_human), WEAR_IN_BACK) new_human.equip_to_slot_or_del(new /obj/item/storage/box/packet/high_explosive(new_human), WEAR_IN_BACK) @@ -1420,7 +1456,7 @@ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/satchel/intel/chestrig(new_human), WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/flare/full(new_human), WEAR_R_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full(new_human), WEAR_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/insulated/black(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine(new_human), WEAR_HANDS) 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/storage/toolkit/full(new_human), WEAR_IN_BACK) new_human.equip_to_slot_or_del(new /obj/item/storage/firstaid/regular(new_human), WEAR_IN_BACK) diff --git a/code/modules/gear_presets/uscm_dress.dm b/code/modules/gear_presets/uscm_dress.dm index 0185b11816..5402e775dd 100644 --- a/code/modules/gear_presets/uscm_dress.dm +++ b/code/modules/gear_presets/uscm_dress.dm @@ -13,11 +13,11 @@ dress_over = list(/obj/item/clothing/suit/storage/jacket/marine/dress/blues) dress_hat = list(/obj/item/clothing/head/marine/dress_cover) dress_gloves = list(/obj/item/clothing/gloves/marine/dress) - dress_shoes = list(/obj/item/clothing/shoes/dress) + dress_shoes = list(/obj/item/clothing/shoes/laceup) /datum/equipment_preset/uscm_event/dress/load_gear(mob/living/carbon/human/new_human) new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/dress/blues(new_human), WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/dress(new_human), WEAR_FEET) + 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/marine/dress(new_human), WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/almayer(new_human), WEAR_L_EAR) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/marine/dress_cover(new_human), WEAR_HEAD) @@ -89,7 +89,7 @@ dress_over = list(/obj/item/clothing/suit/storage/jacket/marine/dress/blues/officer) dress_hat = list(/obj/item/clothing/head/marine/dress_cover/officer) dress_gloves = list(/obj/item/clothing/gloves/marine/dress) - dress_shoes = list(/obj/item/clothing/shoes/dress) + dress_shoes = list(/obj/item/clothing/shoes/laceup) /datum/equipment_preset/uscm_event/dress/officer/load_gear(mob/living/carbon/human/new_human) new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/dress/blues/senior(new_human), WEAR_BODY) diff --git a/code/modules/gear_presets/uscm_event.dm b/code/modules/gear_presets/uscm_event.dm index 4a8776dc63..08b1a84d33 100644 --- a/code/modules/gear_presets/uscm_event.dm +++ b/code/modules/gear_presets/uscm_event.dm @@ -27,7 +27,7 @@ utility_extra = list(/obj/item/clothing/glasses/sunglasses,/obj/item/clothing/glasses/sunglasses/big,/obj/item/clothing/glasses/sunglasses/aviator,/obj/item/clothing/glasses/mbcg) service_under = list(/obj/item/clothing/under/marine/officer/formal/white, /obj/item/clothing/under/marine/officer/formal/black) - service_shoes = list(/obj/item/clothing/shoes/dress/commander) + service_shoes = list(/obj/item/clothing/shoes/laceup) service_extra = list(/obj/item/clothing/suit/storage/jacket/marine/dress/officer/bomber) service_hat = list(/obj/item/clothing/head/beret/cm, /obj/item/clothing/head/beret/marine/commander/dress, /obj/item/clothing/head/beret/marine/commander/black) @@ -35,7 +35,7 @@ dress_over = list(/obj/item/clothing/suit/storage/jacket/marine/dress/blues/officer) dress_hat = list(/obj/item/clothing/head/marine/dress_cover/officer) dress_extra = list(/obj/item/storage/large_holster/ceremonial_sword/full) - dress_shoes = list(/obj/item/clothing/shoes/dress/commander) + dress_shoes = list(/obj/item/clothing/shoes/laceup) /datum/equipment_preset/uscm_event/colonel/New() . = ..() @@ -46,7 +46,7 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/officer/bridge(new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/service(new_human), WEAR_JACKET) 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/dress/commander(new_human), WEAR_FEET) + 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/head/beret/cm(new_human), WEAR_HEAD) 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/storage/belt/gun/mateba/cmateba/full(new_human), WEAR_L_STORE) @@ -515,4 +515,3 @@ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/pistol/pmc_mateba(new_human), WEAR_R_STORE) /*****************************************************************************************************/ - diff --git a/code/modules/gear_presets/uscm_forecon.dm b/code/modules/gear_presets/uscm_forecon.dm index 3c1db85291..a2f8082a05 100644 --- a/code/modules/gear_presets/uscm_forecon.dm +++ b/code/modules/gear_presets/uscm_forecon.dm @@ -14,7 +14,7 @@ . = ..() access = get_access(ACCESS_LIST_UA) - dress_shoes = list(/obj/item/clothing/shoes/dress) + dress_shoes = list(/obj/item/clothing/shoes/laceup) dress_gloves = list(/obj/item/clothing/gloves/marine/dress) dress_under = list(/obj/item/clothing/under/marine/dress/blues/senior) dress_over = list(/obj/item/clothing/suit/storage/jacket/marine/dress/blues/nco) @@ -141,7 +141,7 @@ uniform.attach_accessory(new_human,pin) uniform.attach_accessory(new_human,patch_forecon) new_human.equip_to_slot_or_del(uniform, WEAR_BODY) - 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/gloves/marine(new_human), WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/satchel/big(new_human), WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/tactical/full(new_human), WEAR_L_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/full/forecon(new_human), WEAR_WAIST) diff --git a/code/modules/gear_presets/uscm_medical.dm b/code/modules/gear_presets/uscm_medical.dm index 9b938b2500..acf2c6a60b 100644 --- a/code/modules/gear_presets/uscm_medical.dm +++ b/code/modules/gear_presets/uscm_medical.dm @@ -12,13 +12,13 @@ service_under = list(/obj/item/clothing/under/marine/officer/bridge) service_over = list(/obj/item/clothing/suit/storage/jacket/marine/service, /obj/item/clothing/suit/storage/jacket/marine/service/mp) service_hat = list(/obj/item/clothing/head/cmcap) - service_shoes = list(/obj/item/clothing/shoes/dress) + service_shoes = list(/obj/item/clothing/shoes/laceup) dress_under = list(/obj/item/clothing/under/marine/dress/blues/senior) dress_over = list(/obj/item/clothing/suit/storage/jacket/marine/dress/blues/officer) dress_hat = list(/obj/item/clothing/head/marine/dress_cover/officer) dress_gloves = list(/obj/item/clothing/gloves/marine/dress) - dress_shoes = list(/obj/item/clothing/shoes/dress) + dress_shoes = list(/obj/item/clothing/shoes/laceup) /datum/equipment_preset/uscm_ship/uscm_medical/cmo name = "USCM Chief Medical Officer (CMO)" @@ -117,7 +117,7 @@ dress_over = list(/obj/item/clothing/suit/storage/jacket/marine/dress/blues/nco) dress_hat = list(/obj/item/clothing/head/marine/dress_cover) dress_gloves = list(/obj/item/clothing/gloves/marine/dress) - dress_shoes = list(/obj/item/clothing/shoes/dress) + dress_shoes = list(/obj/item/clothing/shoes/laceup) /datum/equipment_preset/uscm_ship/uscm_medical/nurse/load_gear(mob/living/carbon/human/new_human) var/back_item = /obj/item/storage/backpack/marine/satchel diff --git a/code/modules/gear_presets/uscm_ship.dm b/code/modules/gear_presets/uscm_ship.dm index c59b26c3c6..6afe5e9dd6 100644 --- a/code/modules/gear_presets/uscm_ship.dm +++ b/code/modules/gear_presets/uscm_ship.dm @@ -40,13 +40,13 @@ service_under = list(/obj/item/clothing/under/marine/officer/bridge) service_over = list(/obj/item/clothing/suit/storage/jacket/marine/service, /obj/item/clothing/suit/storage/jacket/marine/service/mp) service_hat = list(/obj/item/clothing/head/cmcap) - service_shoes = list(/obj/item/clothing/shoes/dress) + service_shoes = list(/obj/item/clothing/shoes/laceup) dress_under = list(/obj/item/clothing/under/marine/dress/blues/senior) dress_over = list(/obj/item/clothing/suit/storage/jacket/marine/dress/blues/officer) dress_hat = list(/obj/item/clothing/head/marine/dress_cover/officer) dress_gloves = list(/obj/item/clothing/gloves/marine/dress) - dress_shoes = list(/obj/item/clothing/shoes/dress) + dress_shoes = list(/obj/item/clothing/shoes/laceup) //*****************************************************************************************************/ @@ -139,7 +139,7 @@ /obj/item/clothing/shoes/laceup, /obj/item/clothing/shoes/laceup/brown, /obj/item/clothing/shoes/black, - /obj/item/clothing/shoes/marine/corporate, + /obj/item/clothing/shoes/marine/civilian, ) dress_hat = list( /obj/item/clothing/head/fedora, @@ -466,14 +466,14 @@ utility_extra = list(/obj/item/clothing/glasses/sunglasses,/obj/item/clothing/glasses/sunglasses/big,/obj/item/clothing/glasses/sunglasses/aviator,/obj/item/clothing/glasses/mbcg) service_under = list(/obj/item/clothing/under/marine/officer/formal/white, /obj/item/clothing/under/marine/officer/formal/black) - service_shoes = list(/obj/item/clothing/shoes/dress/commander) + service_shoes = list(/obj/item/clothing/shoes/laceup) service_extra = list(/obj/item/clothing/suit/storage/jacket/marine/dress/officer/bomber) service_hat = list(/obj/item/clothing/head/beret/cm, /obj/item/clothing/head/beret/marine/commander/dress, /obj/item/clothing/head/beret/marine/commander/black, /obj/item/clothing/head/marine/peaked/service) dress_under = list(/obj/item/clothing/under/marine/dress/blues/senior) dress_over = list(/obj/item/clothing/suit/storage/jacket/marine/dress/blues/officer) dress_hat = list(/obj/item/clothing/head/marine/dress_cover/officer) - dress_shoes = list(/obj/item/clothing/shoes/dress/commander) + dress_shoes = list(/obj/item/clothing/shoes/laceup) dress_extra = list(/obj/item/storage/large_holster/ceremonial_sword/full) /datum/equipment_preset/uscm_ship/commander/New() @@ -509,7 +509,7 @@ new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/almayer/mcom/cdrcom(new_human), WEAR_L_EAR) new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/officer/bridge(new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/service(new_human), WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/dress/commander(new_human), WEAR_FEET) + 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/head/beret/cm(new_human), WEAR_HEAD) new_human.equip_to_slot_or_del(new sidearmpath(new_human), WEAR_WAIST) new_human.equip_to_slot_or_del(new back_item(new_human), WEAR_BACK) @@ -590,7 +590,7 @@ new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/almayer/mcom/cdrcom(new_human), WEAR_L_EAR) new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/officer/bridge(new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/service(new_human), WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/dress(new_human), WEAR_FEET) + 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/head/marine/peaked/service(new_human), WEAR_HEAD) new_human.equip_to_slot_or_del(new back_item(new_human), WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large(new_human), WEAR_L_STORE) @@ -603,7 +603,7 @@ name = "USCM Platoon Commander (PltCo)" flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE - idtype = /obj/item/card/id/dogtag + idtype = /obj/item/card/id/silver assignment = JOB_SO rank = JOB_SO paygrades = list(PAY_SHORT_MO2 = JOB_PLAYTIME_TIER_0) @@ -646,7 +646,6 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/officer/bridge(new_human), WEAR_BODY) 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/storage/belt/gun/m4a3/vp70(new_human), WEAR_WAIST) - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/cmcap/bridge(new_human), WEAR_HEAD) new_human.equip_to_slot_or_del(new back_item(new_human), WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/medium(new_human), WEAR_L_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/medium(new_human), WEAR_R_STORE) @@ -663,16 +662,25 @@ /datum/equipment_preset/uscm_ship/so/upp name = "UPP Platoon Commander (PltCo)" - languages = list(LANGUAGE_RUSSIAN, LANGUAGE_ENGLISH) + idtype = /obj/item/card/id/dogtag + languages = list(LANGUAGE_RUSSIAN, LANGUAGE_CHINESE, LANGUAGE_ENGLISH) paygrades = list(PAY_SHORT_UO2 = JOB_PLAYTIME_TIER_0) faction_group = list(FACTION_UPP) faction = FACTION_UPP access_list = ACCESS_LIST_UPP_PLATOON +/datum/equipment_preset/uscm_ship/so/upp/load_gear(mob/living/carbon/human/new_human) + new_human.undershirt = "Naval Infantry Telnyashka" + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret/naval, WEAR_HEAD) + /datum/equipment_preset/uscm_ship/so/upp/lesser_rank name = parent_type::name + " (Lesser Rank)" paygrades = list(PAY_SHORT_UO1 = JOB_PLAYTIME_TIER_0) +/datum/equipment_preset/uscm_ship/so/upp/lesser_rank/load_gear(mob/living/carbon/human/new_human) + new_human.undershirt = "Naval Infantry Telnyashka" + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret/naval, WEAR_HEAD) + /datum/equipment_preset/uscm_ship/so/upp/equipped name = "UPP Platoon Commander (Equipped)" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE @@ -681,14 +689,17 @@ new_human.nutrition = NUTRITION_NORMAL /datum/equipment_preset/uscm_ship/so/upp/equipped/load_gear(mob/living/carbon/human/new_human) + new_human.undershirt = "Naval Infantry Telnyashka" new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP/command(new_human), WEAR_L_EAR) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/officer(new_human), WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret/naval, WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp/naval, WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp_knife(new_human), WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/np92(new_human), WEAR_WAIST) - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/peaked(new_human), WEAR_HEAD) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/upp(new_human), WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large(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/storage/pouch/general/medium(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/medium(new_human), WEAR_R_STORE) new_human.equip_to_slot_or_del(new /obj/item/device/binoculars/range(new_human), WEAR_L_HAND) /datum/equipment_preset/uscm_ship/so/upp/handle_late_join(mob/living/carbon/human/new_human, late_join) @@ -1011,11 +1022,11 @@ skills = /datum/skills/commander utility_hat = list(/obj/item/clothing/head/beret/cm) - utility_gloves = list(/obj/item/clothing/gloves/marine/techofficer/commander) + utility_gloves = list(/obj/item/clothing/gloves/marine) utility_extra = list(/obj/item/clothing/head/cmcap, /obj/item/clothing/head/beret/cm/tan) service_hat = list(/obj/item/clothing/head/beret/cm) - service_shoes = list(/obj/item/clothing/shoes/dress/commander) + service_shoes = list(/obj/item/clothing/shoes/laceup) dress_extra = list(/obj/item/storage/large_holster/ceremonial_sword/full) diff --git a/code/modules/gear_presets/whiteout.dm b/code/modules/gear_presets/whiteout.dm index f8acbeead4..a2672338ed 100644 --- a/code/modules/gear_presets/whiteout.dm +++ b/code/modules/gear_presets/whiteout.dm @@ -70,7 +70,7 @@ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/flamer/deathsquad, WEAR_WAIST) //limbs new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/pmc/commando, WEAR_HANDS) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/commando/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) //pockets new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large/rifle_heap, WEAR_R_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large/rifle_heap, WEAR_L_STORE) @@ -120,7 +120,7 @@ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/flamer/deathsquad, WEAR_WAIST) //limbs new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/pmc/commando, WEAR_HANDS) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/commando/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) //pockets new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large/smg_heap, WEAR_L_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large/smg_heap, WEAR_R_STORE) @@ -159,7 +159,7 @@ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/smartgunner/whiteout/full, WEAR_WAIST) //limbs new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/pmc/commando, WEAR_HANDS) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/commando/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) //pockets new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large/pmc_sg, WEAR_R_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large/pmc_sg, WEAR_L_STORE) @@ -210,7 +210,7 @@ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/mateba/full, WEAR_WAIST) //limbs new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/pmc/commando, WEAR_HANDS) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/commando/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) //pockets new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large/rifle_heap, WEAR_R_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large/rifle_heap, WEAR_L_STORE) @@ -260,7 +260,7 @@ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/flamer/deathsquad/standard, WEAR_WAIST) //limbs new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/pmc/commando, WEAR_HANDS) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/commando/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) //pockets new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large/pmc_rifle, WEAR_R_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large/pmc_rifle, WEAR_L_STORE) @@ -307,7 +307,7 @@ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/flamer/deathsquad/standard, WEAR_WAIST) //limbs new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/pmc/commando, WEAR_HANDS) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/commando/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) //pockets new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large/pmc_m39, WEAR_L_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large/pmc_m39, WEAR_R_STORE) @@ -341,7 +341,7 @@ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/smartgunner/pmc/full, WEAR_WAIST) //limbs new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/pmc/commando, WEAR_HANDS) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/commando/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) //pockets new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large/pmc_sg, WEAR_R_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large/pmc_sg, WEAR_L_STORE) @@ -389,7 +389,7 @@ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/mateba/full, WEAR_WAIST) //limbs new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/pmc/commando, WEAR_HANDS) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/commando/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/rmc, WEAR_FEET) //pockets new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large/pmc_rifle, WEAR_L_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large/pmc_rifle, WEAR_R_STORE) diff --git a/code/modules/gear_presets/wo.dm b/code/modules/gear_presets/wo.dm index fcefdc03e9..3ad7ad3629 100644 --- a/code/modules/gear_presets/wo.dm +++ b/code/modules/gear_presets/wo.dm @@ -29,14 +29,14 @@ utility_extra = list(/obj/item/clothing/glasses/sunglasses,/obj/item/clothing/glasses/sunglasses/big,/obj/item/clothing/glasses/sunglasses/aviator,/obj/item/clothing/glasses/mbcg) service_under = list(/obj/item/clothing/under/marine/officer/formal/white, /obj/item/clothing/under/marine/officer/formal/black) - service_shoes = list(/obj/item/clothing/shoes/dress/commander) + service_shoes = list(/obj/item/clothing/shoes/laceup) service_extra = list(/obj/item/clothing/suit/storage/jacket/marine/dress/officer/bomber) service_hat = list(/obj/item/clothing/head/beret/cm, /obj/item/clothing/head/beret/marine/commander/dress, /obj/item/clothing/head/beret/marine/commander/black) dress_under = list(/obj/item/clothing/under/marine/dress, /obj/item/clothing/under/marine/officer/formal/servicedress) dress_extra = list(/obj/item/storage/large_holster/ceremonial_sword/full) dress_hat = list(/obj/item/clothing/head/marine/peaked/captain/white, /obj/item/clothing/head/marine/peaked/captain/black) - dress_shoes = list(/obj/item/clothing/shoes/dress/commander) + dress_shoes = list(/obj/item/clothing/shoes/laceup) dress_over = list(/obj/item/clothing/suit/storage/jacket/marine/dress/officer/white, /obj/item/clothing/suit/storage/jacket/marine/dress/officer/black, /obj/item/clothing/suit/storage/jacket/marine/dress/officer/suit) /datum/equipment_preset/wo/commander/New() @@ -80,8 +80,8 @@ //waist new_human.equip_to_slot_or_del(new sidearmpath(new_human), WEAR_WAIST) //limbs - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/techofficer/commander(new_human), WEAR_HANDS) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/dress/commander(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine(new_human), WEAR_HANDS) + 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/device/binoculars/range/designator(new_human), WEAR_L_HAND) //pockets new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large(new_human), WEAR_R_STORE) @@ -204,7 +204,7 @@ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine/m41amk1(new_human), WEAR_WAIST) //limbs 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/gloves/marine/officer(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine(new_human), WEAR_HANDS) //pockets new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/bayonet(new_human), WEAR_R_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/medium(new_human), WEAR_L_STORE) @@ -242,7 +242,7 @@ //waist new_human.equip_to_slot_or_del(new /obj/item/storage/large_holster/m39/full(new_human), WEAR_WAIST) //limbs - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/officer(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine(new_human), WEAR_HANDS) 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/spec_kit(new_human), WEAR_R_HAND) //pockets @@ -273,7 +273,7 @@ new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/almayer/marine/mp_honor(new_human), WEAR_L_EAR) new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/officer/boiler(new_human), WEAR_BODY) 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/gloves/marine/officer(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine(new_human), WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/storage/belt/shotgun/full(new_human), WEAR_WAIST) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/medium/leader(new_human), WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/aviator(new_human), WEAR_EYES) @@ -343,7 +343,7 @@ new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/almayer/mcom(new_human), WEAR_L_EAR) new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/officer/bridge(new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine(new_human), WEAR_FEET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/techofficer(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine(new_human), WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/m44/custom(new_human), WEAR_WAIST) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/cmcap/req(new_human), WEAR_HEAD) new_human.equip_to_slot_or_del(new back_item(new_human), WEAR_BACK) diff --git a/code/modules/gear_presets/wy.dm b/code/modules/gear_presets/wy.dm index 6cfccab000..d4c9bf5013 100644 --- a/code/modules/gear_presets/wy.dm +++ b/code/modules/gear_presets/wy.dm @@ -70,7 +70,7 @@ /obj/item/clothing/shoes/laceup, /obj/item/clothing/shoes/laceup/brown, /obj/item/clothing/shoes/black, - /obj/item/clothing/shoes/marine/corporate, + /obj/item/clothing/shoes/marine/civilian, ) dress_hat = list( /obj/item/clothing/head/fedora, diff --git a/code/modules/gear_presets/wy_goons.dm b/code/modules/gear_presets/wy_goons.dm index fbfe8305ee..4f861e0c11 100644 --- a/code/modules/gear_presets/wy_goons.dm +++ b/code/modules/gear_presets/wy_goons.dm @@ -70,7 +70,7 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate, 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/head/helmet/marine/veteran/pmc/corporate, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/civilian, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack, WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/weapon/baton, WEAR_IN_BACK) @@ -104,7 +104,7 @@ 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/head/helmet/marine/veteran/pmc/corporate, WEAR_HEAD) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/welding, WEAR_EYES) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/civilian, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/engineerpack/ert, WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/weapon/baton, WEAR_IN_BACK) @@ -141,7 +141,7 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate/lead, 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/head/helmet/marine/veteran/pmc/corporate/lead, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/civilian, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack, WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/weapon/baton, WEAR_IN_BACK) @@ -227,7 +227,7 @@ /obj/item/clothing/shoes/laceup, /obj/item/clothing/shoes/laceup/brown, /obj/item/clothing/shoes/black, - /obj/item/clothing/shoes/marine/corporate, + /obj/item/clothing/shoes/marine/civilian, ) dress_hat = list( /obj/item/clothing/head/fedora, @@ -240,7 +240,7 @@ 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/under/liaison_suit/corporate_formal, WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/labcoat, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate/knife, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/civilian, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack, WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/handheld_distress_beacon, WEAR_IN_BACK) diff --git a/code/modules/mob/new_player/preferences_setup.dm b/code/modules/mob/new_player/preferences_setup.dm index 025a4e227d..f0dfdc8925 100644 --- a/code/modules/mob/new_player/preferences_setup.dm +++ b/code/modules/mob/new_player/preferences_setup.dm @@ -263,7 +263,7 @@ var/datum/job/J = GLOB.RoleAuthority.roles_by_name[JOB_CO] return J.gear_preset_whitelist["[JOB_CO][J.get_whitelist_status(owner)]"] if(JOB_SO) - return /datum/equipment_preset/uscm_ship/so/equipped + return /datum/equipment_preset/uscm_ship/so if(JOB_XO) return /datum/equipment_preset/uscm_ship/xo if(JOB_AUXILIARY_OFFICER) diff --git a/code/modules/mob/new_player/sprite_accessories/undershirt.dm b/code/modules/mob/new_player/sprite_accessories/undershirt.dm index 5fb59cf261..ecbec3f7a8 100644 --- a/code/modules/mob/new_player/sprite_accessories/undershirt.dm +++ b/code/modules/mob/new_player/sprite_accessories/undershirt.dm @@ -123,8 +123,27 @@ GLOBAL_LIST_INIT_TYPED(undershirt_restricted, /datum/sprite_accessory/undershirt camo_conforming = TRUE // Restricted + +/datum/sprite_accessory/undershirt/civilian + name = "undershirt" + icon_state = "undershirt" + gender = NEUTER + restricted = TRUE + /datum/sprite_accessory/undershirt/telnyashka - name = "Telnyashka" - icon_state = "telnyashka" + name = "Naval Infantry Telnyashka" + icon_state = "telnyashka_blue" + gender = NEUTER + restricted = TRUE + +/datum/sprite_accessory/undershirt/telnyashka/territorial + name = "Territorial Guard Telnyashka" + icon_state = "telnyashka_green" + gender = NEUTER + restricted = TRUE + +/datum/sprite_accessory/undershirt/telnyashka/interior + name = "Interior Forces Telnyashka" + icon_state = "telnyashka_red" gender = NEUTER restricted = TRUE diff --git a/code/modules/projectiles/ammo_boxes/grenade_packets.dm b/code/modules/projectiles/ammo_boxes/grenade_packets.dm index 91ea15e039..423fc9b00a 100644 --- a/code/modules/projectiles/ammo_boxes/grenade_packets.dm +++ b/code/modules/projectiles/ammo_boxes/grenade_packets.dm @@ -27,6 +27,7 @@ GLOBAL_LIST_INIT(grenade_packets, list( /obj/item/storage/box/packet/high_explosive, + /obj/item/storage/box/packet/high_explosive/upp, /obj/item/storage/box/packet/baton_slug, /obj/item/storage/box/packet/flare, /obj/item/storage/box/packet/hornet, @@ -44,8 +45,17 @@ GLOBAL_LIST_INIT(grenade_packets, list( name = "\improper HEDP grenade packet" desc = "It contains three HEDP high explosive grenades." icon_state = "hedp_packet" + storage_slots = 5 content_type = /obj/item/explosive/grenade/high_explosive +/obj/item/storage/box/packet/high_explosive/upp + name = "\improper Type 6 fragmentation grenade packet" + desc = "It contains three Type 6 fragmentation grenades." + icon = 'icons/obj/items/storage/kits.dmi' + icon_state = "woodbox" + + content_type = /obj/item/explosive/grenade/high_explosive/upp + /obj/item/storage/box/packet/baton_slug name = "\improper HIRR baton slug packet" desc = "It contains three HIRR (High Impact Rubber Rounds) Baton Slugs." diff --git a/code/modules/projectiles/ammo_boxes/magazine_boxes.dm b/code/modules/projectiles/ammo_boxes/magazine_boxes.dm index 881a730bcc..bb21ff2a94 100644 --- a/code/modules/projectiles/ammo_boxes/magazine_boxes.dm +++ b/code/modules/projectiles/ammo_boxes/magazine_boxes.dm @@ -681,6 +681,21 @@ /obj/item/ammo_box/magazine/type73/impact/empty empty = TRUE +//-----------------------NP92 Mag Box----------------------- + +/obj/item/ammo_box/magazine/np92 + name = "\improper magazine box (NP92 x 16)" + icon_state = "base_type73" + flags_equip_slot = SLOT_BACK + overlay_ammo_type = "_type71_reg" + overlay_gun_type = "_np92" + overlay_content = "_type71_reg" + num_of_magazines = 16 + magazine_type = /obj/item/ammo_magazine/pistol/np92 + +/obj/item/ammo_box/magazine/np92/empty + + empty = TRUE //-----------------------AR10 Rifle Mag Box----------------------- diff --git a/code/modules/projectiles/guns/pistols.dm b/code/modules/projectiles/guns/pistols.dm index b0171818a2..2a67ca3a64 100644 --- a/code/modules/projectiles/guns/pistols.dm +++ b/code/modules/projectiles/guns/pistols.dm @@ -86,6 +86,8 @@ /obj/item/weapon/gun/pistol/m4a3/training current_mag = /obj/item/ammo_magazine/pistol/rubber +/obj/item/weapon/gun/pistol/m4a3/unloaded + current_mag = null /obj/item/weapon/gun/pistol/m4a3/custom name = "\improper M4A3 custom pistol" @@ -150,7 +152,8 @@ scatter_unwielded = SCATTER_AMOUNT_TIER_7 damage_mult = BASE_BULLET_DAMAGE_MULT - +/obj/item/weapon/gun/pistol/vp70/unloaded + current_mag = null /obj/item/weapon/gun/pistol/vp70/training current_mag = /obj/item/ammo_magazine/pistol/vp70/rubber @@ -330,6 +333,9 @@ /obj/item/weapon/gun/pistol/np92/suppressed/tranq current_mag = /obj/item/ammo_magazine/pistol/np92/tranq +/obj/item/weapon/gun/pistol/np92/unloaded + current_mag = null + //------------------------------------------------------- //Type 73 pistol //Its a TT @@ -363,8 +369,10 @@ scatter = SCATTER_AMOUNT_TIER_6 burst_scatter_mult = SCATTER_AMOUNT_TIER_6 scatter_unwielded = SCATTER_AMOUNT_TIER_6 - damage_mult = BASE_BULLET_DAMAGE_MULT + BULLET_DAMAGE_MULT_TIER_6 + damage_mult = BASE_BULLET_DAMAGE_MULT +/obj/item/weapon/gun/pistol/t73/unloaded + current_mag = null /obj/item/weapon/gun/pistol/t73/leader name = "\improper Type 74 pistol" @@ -403,7 +411,7 @@ scatter = SCATTER_AMOUNT_TIER_7 burst_scatter_mult = SCATTER_AMOUNT_TIER_6 scatter_unwielded = SCATTER_AMOUNT_TIER_7 - damage_mult = BASE_BULLET_DAMAGE_MULT + BULLET_DAMAGE_MULT_TIER_6 + damage_mult = BASE_BULLET_DAMAGE_MULT //------------------------------------------------------- //KT-42 //Inspired by the .44 Auto Mag pistol diff --git a/code/modules/projectiles/guns/revolvers.dm b/code/modules/projectiles/guns/revolvers.dm index 95d1df04ca..4b1fdb91a7 100644 --- a/code/modules/projectiles/guns/revolvers.dm +++ b/code/modules/projectiles/guns/revolvers.dm @@ -452,8 +452,7 @@ icon_state = "zhnk72" item_state = "zhnk72" - fire_sound = "gun_pkd" //sounds stolen from bladerunner revolvers bc they arent used and sound awesome - fire_rattle = 'sound/weapons/gun_pkd_fire01_rattle.ogg' + fire_sound = 'sound/weapons/gun_kt42.ogg' reload_sound = 'sound/weapons/handling/pkd_speed_load.ogg' cocked_sound = 'sound/weapons/handling/pkd_cock.wav' unload_sound = 'sound/weapons/handling/pkd_open_chamber.ogg' diff --git a/code/modules/projectiles/guns/rifles.dm b/code/modules/projectiles/guns/rifles.dm index 02a99f64d3..8ce73e97fa 100644 --- a/code/modules/projectiles/guns/rifles.dm +++ b/code/modules/projectiles/guns/rifles.dm @@ -1529,7 +1529,7 @@ fire_sound = "gun_silenced" wield_delay = 0 //Ends up being .5 seconds due to scope inherent_traits = list(TRAIT_GUN_SILENCED) - current_mag = /obj/item/ammo_magazine/rifle/type71/ap + current_mag = /obj/item/ammo_magazine/rifle/type71 attachable_allowed = list( /obj/item/attachable/verticalgrip, /obj/item/attachable/verticalgrip/upp, diff --git a/code/modules/projectiles/guns/shotguns.dm b/code/modules/projectiles/guns/shotguns.dm index bb45d7f34a..0dab357e5e 100644 --- a/code/modules/projectiles/guns/shotguns.dm +++ b/code/modules/projectiles/guns/shotguns.dm @@ -286,25 +286,15 @@ can cause issues with ammo types getting mixed up during the burst. . = ..() if(in_chamber) . += "It has a chambered round." +/obj/item/weapon/gun/shotgun/combat/unloaded + current_mag = /obj/item/ammo_magazine/internal/shotgun/combat/unloaded + +/obj/item/weapon/gun/shotgun/combat/slug + current_mag = /obj/item/ammo_magazine/internal/shotgun/combat/slug /obj/item/weapon/gun/shotgun/combat/riot - name = "\improper M120/R tactical shotgun" - icon_state = "mp220" - item_state = "mp220" - desc = "A successor to the Benelli M4 Super 90, the M120 tactical shotgun is in service with the USCM due its easy maneuverability in close quarters, 12 gauge chambering, high firerate and integrated U1 underslung grenade launcher. While not part of the standard doctrine, they are common none the less. This one comes with a blue steel finish to denote its function as a riot shotgun. The internal tube magazine stores 6 shells and the U1 grenade launcher stores three grenades." current_mag = /obj/item/ammo_magazine/internal/shotgun/combat/riot -/obj/item/weapon/gun/shotgun/combat/guard - desc = "The Weyland-Yutani M120 Shotgun, a semi-automatic shotgun with a quick fire rate. Equipped with a red handle to signify its use with Military Police Honor Guards." - icon_state = "mp221" - item_state = "mp221" - starting_attachment_types = list(/obj/item/attachable/magnetic_harness, /obj/item/attachable/bayonet) - current_mag = /obj/item/ammo_magazine/internal/shotgun/combat - -/obj/item/weapon/gun/shotgun/combat/covert - starting_attachment_types = list(/obj/item/attachable/magnetic_harness, /obj/item/attachable/extended_barrel) - current_mag = /obj/item/ammo_magazine/internal/shotgun/combat - //SOF MK210, an earlier developmental variant of the MK211 tactical used by USCM SOF. /obj/item/weapon/gun/shotgun/combat/marsoc name = "\improper XM38 tactical shotgun" @@ -399,18 +389,52 @@ can cause issues with ammo types getting mixed up during the burst. recoil = RECOIL_AMOUNT_TIER_1 recoil_unwielded = RECOIL_AMOUNT_TIER_1 +/obj/item/weapon/gun/shotgun/type23/unloaded + current_mag = /obj/item/ammo_magazine/internal/shotgun/type23/unloaded + +/obj/item/weapon/gun/shotgun/type23/slug + current_mag = /obj/item/ammo_magazine/internal/shotgun/type23/slug /obj/item/weapon/gun/shotgun/type23/riot + current_mag = /obj/item/ammo_magazine/internal/shotgun/type23/riot + +/obj/item/weapon/gun/shotgun/pump/type23 name = "\improper KS-29 riot shotgun" - desc = "A contemporary semi-automatic design based off of the KS-23, a Soviet-era riot shotgun chambered in 6 gauge shells. Like its Naval Infantry sibling, it is downgraded to 8 gauge chambering in order to make it more controllable without much loss to overall firepower and allow for easier storage of large quantities of shells on the individual user. Its internal tube magazine can store 4 shells." + desc = "A contemporary pump-action design based off of the KS-23, a Soviet-era riot shotgun chambered in 6 gauge shells. Like its Naval Infantry sibling, it is downgraded to 8 gauge chambering in order to make it more controllable without much loss to overall firepower and allow for easier storage of large quantities of shells on the individual user. Its internal tube magazine can store 4 shells." icon = 'icons/obj/items/weapons/guns/guns_by_faction/upp.dmi' icon_state = "type23_wood" item_state = "type23_wood" + fire_sound = 'sound/weapons/gun_type23.ogg' + current_mag = /obj/item/ammo_magazine/internal/shotgun/type23 + attachable_allowed = list(/obj/item/attachable/stock/type23/wood) + flags_gun_features = GUN_CAN_POINTBLANK|GUN_INTERNAL_MAG + flags_equip_slot = SLOT_BACK + gauge = "8g" starting_attachment_types = list(/obj/item/attachable/stock/type23/wood) -/obj/item/weapon/gun/shotgun/type23/riot/set_gun_attachment_offsets() +/obj/item/weapon/gun/shotgun/pump/type23/set_gun_attachment_offsets() attachable_offset = list("muzzle_x" = 33, "muzzle_y" = 19,"rail_x" = 13, "rail_y" = 21, "under_x" = 24, "under_y" = 15, "stock_x" = 16, "stock_y" = 15) +/obj/item/weapon/gun/shotgun/pump/type23/set_gun_config_values() + ..() + set_fire_delay(FIRE_DELAY_TIER_8) + accuracy_mult = BASE_ACCURACY_MULT + accuracy_mult_unwielded = BASE_ACCURACY_MULT + scatter = SCATTER_AMOUNT_TIER_4 + scatter_unwielded = SCATTER_AMOUNT_TIER_1 + damage_mult = BASE_BULLET_DAMAGE_MULT + recoil = RECOIL_AMOUNT_TIER_1 + recoil_unwielded = RECOIL_AMOUNT_TIER_1 + +/obj/item/weapon/gun/shotgun/pump/type23/unloaded + current_mag = /obj/item/ammo_magazine/internal/shotgun/type23/unloaded + +/obj/item/weapon/gun/shotgun/pump/type23/slug + current_mag = /obj/item/ammo_magazine/internal/shotgun/type23/slug + +/obj/item/weapon/gun/shotgun/pump/type23/riot + current_mag = /obj/item/ammo_magazine/internal/shotgun/type23/riot + //------------------------------------------------------- //DOUBLE SHOTTY @@ -1108,6 +1132,9 @@ can cause issues with ammo types getting mixed up during the burst. pumped = FALSE return ..() +/obj/item/weapon/gun/shotgun/pump + current_mag = /obj/item/ammo_magazine/internal/shotgun + //------------------------------------------------------- /obj/item/weapon/gun/shotgun/pump/dual_tube diff --git a/code/modules/projectiles/magazines/shotguns.dm b/code/modules/projectiles/magazines/shotguns.dm index 9fe9f0f440..a6262939b6 100644 --- a/code/modules/projectiles/magazines/shotguns.dm +++ b/code/modules/projectiles/magazines/shotguns.dm @@ -95,6 +95,47 @@ GLOBAL_LIST_INIT(shotgun_boxes_12g, list( desc = "A box filled with buckshot spread shotgun shells, USCM special type. 12 Gauge." icon_state = "special" default_ammo = /datum/ammo/bullet/shotgun/buckshot/special + +/obj/item/ammo_magazine/shotgun/buckshot/heavy + name = "box of heavy buckshot shells" + desc = "A box filled with buckshot spread shotgun shells. 8 Gauge." + icon = 'icons/obj/items/weapons/guns/ammo_by_faction/upp.dmi' + icon_state = "heavy_buckshot" + default_ammo = /datum/ammo/bullet/shotgun/heavy/buckshot + transfer_handful_amount = 4 + max_rounds = 24 + caliber = "8g" + +/obj/item/ammo_magazine/shotgun/slug/heavy + name = "box of heavy slug shells" + desc = "A box filled with slug shotgun shells. 8 Gauge." + icon = 'icons/obj/items/weapons/guns/ammo_by_faction/upp.dmi' + icon_state = "heavy_slug" + default_ammo = /datum/ammo/bullet/shotgun/heavy/slug + transfer_handful_amount = 4 + max_rounds = 24 + caliber = "8g" + +/obj/item/ammo_magazine/shotgun/slug/dragonsbreath + name = "box of heavy dragonsbreath shells" + desc = "A box filled with slug shotgun shells. 8 Gauge." + icon = 'icons/obj/items/weapons/guns/ammo_by_faction/upp.dmi' + icon_state = "heavy_dragon" + default_ammo = /datum/ammo/bullet/shotgun/heavy/buckshot/dragonsbreath + transfer_handful_amount = 4 + max_rounds = 24 + caliber = "8g" + +/obj/item/ammo_magazine/shotgun/beanbag/heavy + name = "box of heavy beanbag shells" + desc = "A box filled with beanbag slug shotgun shells. 8 Gauge." + icon = 'icons/obj/items/weapons/guns/ammo_by_faction/upp.dmi' + icon_state = "heavy_beanbag" + default_ammo = /datum/ammo/bullet/shotgun/heavy/beanbag + transfer_handful_amount = 4 + max_rounds = 24 + caliber = "8g" + //------------------------------------------------------- /* @@ -109,34 +150,51 @@ also doesn't really matter. You can only reload them with handfuls. default_ammo = /datum/ammo/bullet/shotgun/buckshot caliber = "12g" max_rounds = 4 - current_rounds = 0 + current_rounds = 4 chamber_closed = 0 +/obj/item/ammo_magazine/internal/shotgun/slug + default_ammo = /datum/ammo/bullet/shotgun/slug + +/obj/item/ammo_magazine/internal/shotgun/riot + default_ammo = /datum/ammo/bullet/shotgun/beanbag + +/obj/item/ammo_magazine/internal/shotgun/unloaded + current_rounds = 0 + /obj/item/ammo_magazine/internal/shotgun/double //For a double barrel. - default_ammo = /datum/ammo/bullet/shotgun/buckshot max_rounds = 2 + current_rounds = 0 chamber_closed = 1 //Starts out with a closed tube. /obj/item/ammo_magazine/internal/shotgun/double/cane default_ammo = /datum/ammo/bullet/revolver/marksman max_rounds = 6 + current_rounds = 6 caliber = ".44" - /obj/item/ammo_magazine/internal/shotgun/double/mou53 default_ammo = /datum/ammo/bullet/shotgun/flechette max_rounds = 3 /obj/item/ammo_magazine/internal/shotgun/double/twobore //Van Bandolier's superheavy double-barreled hunting rifle. caliber = "2 bore" + max_rounds = 2 + current_rounds = 0 default_ammo = /datum/ammo/bullet/shotgun/twobore /obj/item/ammo_magazine/internal/shotgun/combat caliber = "12g" max_rounds = 6 + current_rounds = 6 + +/obj/item/ammo_magazine/internal/shotgun/combat/slug + default_ammo = /datum/ammo/bullet/shotgun/slug /obj/item/ammo_magazine/internal/shotgun/combat/riot default_ammo = /datum/ammo/bullet/shotgun/beanbag - current_rounds = 6 + +/obj/item/ammo_magazine/internal/shotgun/combat/unloaded + current_rounds = 0 /obj/item/ammo_magazine/internal/shotgun/marsoc caliber = "12g" @@ -149,10 +207,30 @@ also doesn't really matter. You can only reload them with handfuls. /obj/item/ammo_magazine/internal/shotgun/type23 caliber = "8g" max_rounds = 4 + current_rounds = 4 + default_ammo = /datum/ammo/bullet/shotgun/heavy/buckshot + +/obj/item/ammo_magazine/internal/shotgun/type23/slug + default_ammo = /datum/ammo/bullet/shotgun/heavy/slug + +/obj/item/ammo_magazine/internal/shotgun/type23/riot + default_ammo = /datum/ammo/bullet/shotgun/heavy/beanbag + +/obj/item/ammo_magazine/internal/shotgun/type23/unloaded + current_rounds = 0 /obj/item/ammo_magazine/internal/shotgun/cmb default_ammo = /datum/ammo/bullet/shotgun/buckshot max_rounds = 4 + current_rounds = 4 + +/obj/item/ammo_magazine/internal/shotgun/cmb/slug + default_ammo = /datum/ammo/bullet/shotgun/slug + +/obj/item/ammo_magazine/internal/shotgun/cmb/riot + default_ammo = /datum/ammo/bullet/shotgun/beanbag +/obj/item/ammo_magazine/internal/shotgun/cmb/riot + current_rounds = 0 /obj/item/ammo_magazine/internal/shotgun/cmb/m3717 max_rounds = 5 diff --git a/colonialmarines.dme b/colonialmarines.dme index 2acf1dec00..5521a62354 100644 --- a/colonialmarines.dme +++ b/colonialmarines.dme @@ -549,12 +549,9 @@ #include "code\datums\emergency_calls\provost.dm" #include "code\datums\emergency_calls\riot.dm" #include "code\datums\emergency_calls\royal_marines.dm" -#include "code\datums\emergency_calls\solar_devils.dm" #include "code\datums\emergency_calls\souto.dm" #include "code\datums\emergency_calls\supplies.dm" #include "code\datums\emergency_calls\tank_crew.dm" -#include "code\datums\emergency_calls\upp.dm" -#include "code\datums\emergency_calls\upp_commando.dm" #include "code\datums\emergency_calls\whiskey_outpost.dm" #include "code\datums\emergency_calls\xeno_cultists.dm" #include "code\datums\emergency_calls\xenos.dm" @@ -1796,7 +1793,6 @@ #include "code\modules\flufftext\Japanese.dm" #include "code\modules\flufftext\TextFilters.dm" #include "code\modules\gear_presets\_select_equipment.dm" -#include "code\modules\gear_presets\agents.dm" #include "code\modules\gear_presets\cbrn.dm" #include "code\modules\gear_presets\clf.dm" #include "code\modules\gear_presets\cmb.dm" @@ -1839,7 +1835,6 @@ #include "code\modules\gear_presets\survivors\solaris\crashlanding-offices_insert_bigred.dm" #include "code\modules\gear_presets\survivors\solaris\preset_solaris.dm" #include "code\modules\gear_presets\survivors\sorokyne_strata\preset_sorokyne_strata.dm" -#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\holidays\halloween\decorators.dm" #include "code\modules\holidays\halloween\pumpkins\patches.dm" diff --git a/icons/mob/humans/onmob/back.dmi b/icons/mob/humans/onmob/back.dmi index 063e379133..833dffbcad 100644 Binary files a/icons/mob/humans/onmob/back.dmi and b/icons/mob/humans/onmob/back.dmi differ diff --git a/icons/mob/humans/onmob/belt.dmi b/icons/mob/humans/onmob/belt.dmi index adf914f6dd..5fc460a51e 100644 Binary files a/icons/mob/humans/onmob/belt.dmi and b/icons/mob/humans/onmob/belt.dmi differ diff --git a/icons/mob/humans/onmob/contained/wy_goons.dmi b/icons/mob/humans/onmob/contained/wy_goons.dmi index 475f1d7dde..26a098a29d 100644 Binary files a/icons/mob/humans/onmob/contained/wy_goons.dmi and b/icons/mob/humans/onmob/contained/wy_goons.dmi differ diff --git a/icons/mob/humans/onmob/head_1.dmi b/icons/mob/humans/onmob/head_1.dmi index cd7acbc920..3aa062cb22 100644 Binary files a/icons/mob/humans/onmob/head_1.dmi and b/icons/mob/humans/onmob/head_1.dmi differ diff --git a/icons/mob/humans/onmob/helmet_garb.dmi b/icons/mob/humans/onmob/helmet_garb.dmi index cd225f4bdb..2fdba5873d 100644 Binary files a/icons/mob/humans/onmob/helmet_garb.dmi and b/icons/mob/humans/onmob/helmet_garb.dmi differ diff --git a/icons/mob/humans/onmob/items_lefthand_0.dmi b/icons/mob/humans/onmob/items_lefthand_0.dmi index dbb54b539b..f88ec3a0f0 100644 Binary files a/icons/mob/humans/onmob/items_lefthand_0.dmi and b/icons/mob/humans/onmob/items_lefthand_0.dmi differ diff --git a/icons/mob/humans/onmob/items_lefthand_1.dmi b/icons/mob/humans/onmob/items_lefthand_1.dmi index 54f2185fe8..e67702c26f 100644 Binary files a/icons/mob/humans/onmob/items_lefthand_1.dmi and b/icons/mob/humans/onmob/items_lefthand_1.dmi differ diff --git a/icons/mob/humans/onmob/items_righthand_0.dmi b/icons/mob/humans/onmob/items_righthand_0.dmi index e95c33131a..660dd5dc11 100644 Binary files a/icons/mob/humans/onmob/items_righthand_0.dmi and b/icons/mob/humans/onmob/items_righthand_0.dmi differ diff --git a/icons/mob/humans/onmob/items_righthand_1.dmi b/icons/mob/humans/onmob/items_righthand_1.dmi index 45f97ccde4..7514f55337 100644 Binary files a/icons/mob/humans/onmob/items_righthand_1.dmi and b/icons/mob/humans/onmob/items_righthand_1.dmi differ diff --git a/icons/mob/humans/onmob/mask.dmi b/icons/mob/humans/onmob/mask.dmi index 82a5885c87..40225a4590 100644 Binary files a/icons/mob/humans/onmob/mask.dmi and b/icons/mob/humans/onmob/mask.dmi differ diff --git a/icons/mob/humans/onmob/suit_0.dmi b/icons/mob/humans/onmob/suit_0.dmi index 5c1cfb6c5e..2c78e21ddf 100644 Binary files a/icons/mob/humans/onmob/suit_0.dmi and b/icons/mob/humans/onmob/suit_0.dmi differ diff --git a/icons/mob/humans/onmob/suit_1.dmi b/icons/mob/humans/onmob/suit_1.dmi index f0267edd30..5902019e19 100644 Binary files a/icons/mob/humans/onmob/suit_1.dmi and b/icons/mob/humans/onmob/suit_1.dmi differ diff --git a/icons/mob/humans/onmob/suit_slot.dmi b/icons/mob/humans/onmob/suit_slot.dmi index 95e45a1c60..a3a5a0cc63 100644 Binary files a/icons/mob/humans/onmob/suit_slot.dmi and b/icons/mob/humans/onmob/suit_slot.dmi differ diff --git a/icons/mob/humans/onmob/ties.dmi b/icons/mob/humans/onmob/ties.dmi index 8833b592ba..37d977ea17 100644 Binary files a/icons/mob/humans/onmob/ties.dmi and b/icons/mob/humans/onmob/ties.dmi differ diff --git a/icons/mob/humans/onmob/uniform_0.dmi b/icons/mob/humans/onmob/uniform_0.dmi index 2fb0af1fc0..9c92ee69a3 100644 Binary files a/icons/mob/humans/onmob/uniform_0.dmi and b/icons/mob/humans/onmob/uniform_0.dmi differ diff --git a/icons/mob/humans/onmob/uniform_1.dmi b/icons/mob/humans/onmob/uniform_1.dmi index 8718840e56..84acb5799b 100644 Binary files a/icons/mob/humans/onmob/uniform_1.dmi and b/icons/mob/humans/onmob/uniform_1.dmi differ diff --git a/icons/mob/humans/undershirt.dmi b/icons/mob/humans/undershirt.dmi index 928dc332e6..62178bf6ea 100644 Binary files a/icons/mob/humans/undershirt.dmi and b/icons/mob/humans/undershirt.dmi differ diff --git a/icons/mob/humans/underwear.dmi b/icons/mob/humans/underwear.dmi index 3276ca12ae..85cc21d855 100644 Binary files a/icons/mob/humans/underwear.dmi and b/icons/mob/humans/underwear.dmi differ diff --git a/icons/mob/mob.dmi b/icons/mob/mob.dmi index f3485de9aa..34c82e7be7 100644 Binary files a/icons/mob/mob.dmi and b/icons/mob/mob.dmi differ diff --git a/icons/obj/items/clothing/cm_hats.dmi b/icons/obj/items/clothing/cm_hats.dmi index 365cbb9c68..237bfb1839 100644 Binary files a/icons/obj/items/clothing/cm_hats.dmi and b/icons/obj/items/clothing/cm_hats.dmi differ diff --git a/icons/obj/items/clothing/cm_suits.dmi b/icons/obj/items/clothing/cm_suits.dmi index c601920ff5..a84f93289c 100644 Binary files a/icons/obj/items/clothing/cm_suits.dmi and b/icons/obj/items/clothing/cm_suits.dmi differ diff --git a/icons/obj/items/clothing/masks.dmi b/icons/obj/items/clothing/masks.dmi index f2a3b4ee6d..42d77c9576 100644 Binary files a/icons/obj/items/clothing/masks.dmi and b/icons/obj/items/clothing/masks.dmi differ diff --git a/icons/obj/items/clothing/pouches.dmi b/icons/obj/items/clothing/pouches.dmi index 4c7ba6d4d8..d1c009b10f 100644 Binary files a/icons/obj/items/clothing/pouches.dmi and b/icons/obj/items/clothing/pouches.dmi differ diff --git a/icons/obj/items/clothing/suits.dmi b/icons/obj/items/clothing/suits.dmi index 919d63c573..b4ac0d5f37 100644 Binary files a/icons/obj/items/clothing/suits.dmi and b/icons/obj/items/clothing/suits.dmi differ diff --git a/icons/obj/items/clothing/ties_overlay.dmi b/icons/obj/items/clothing/ties_overlay.dmi index 66279502f7..6a21bb71b2 100644 Binary files a/icons/obj/items/clothing/ties_overlay.dmi and b/icons/obj/items/clothing/ties_overlay.dmi differ diff --git a/icons/obj/items/clothing/uniforms.dmi b/icons/obj/items/clothing/uniforms.dmi index 66baecb989..0cf3258c0e 100644 Binary files a/icons/obj/items/clothing/uniforms.dmi and b/icons/obj/items/clothing/uniforms.dmi differ diff --git a/icons/obj/items/helmet_garb.dmi b/icons/obj/items/helmet_garb.dmi index 5403ae28b7..e691f10a35 100644 Binary files a/icons/obj/items/helmet_garb.dmi and b/icons/obj/items/helmet_garb.dmi differ diff --git a/icons/obj/items/marine-items.dmi b/icons/obj/items/marine-items.dmi index 6cf420a1f6..bd402e9282 100644 Binary files a/icons/obj/items/marine-items.dmi and b/icons/obj/items/marine-items.dmi differ diff --git a/icons/obj/items/misc.dmi b/icons/obj/items/misc.dmi index 5e1b9cdca4..9eb72df5be 100644 Binary files a/icons/obj/items/misc.dmi and b/icons/obj/items/misc.dmi differ diff --git a/icons/obj/items/storage/kits.dmi b/icons/obj/items/storage/kits.dmi index 804c3df3bb..98d671ffdc 100644 Binary files a/icons/obj/items/storage/kits.dmi and b/icons/obj/items/storage/kits.dmi differ diff --git a/icons/obj/items/weapons/grenade.dmi b/icons/obj/items/weapons/grenade.dmi index 61c9707e43..60825f9dee 100644 Binary files a/icons/obj/items/weapons/grenade.dmi and b/icons/obj/items/weapons/grenade.dmi differ diff --git a/icons/obj/items/weapons/guns/ammo_boxes/boxes_and_lids.dmi b/icons/obj/items/weapons/guns/ammo_boxes/boxes_and_lids.dmi index 1152bf3ed5..8620fa8863 100644 Binary files a/icons/obj/items/weapons/guns/ammo_boxes/boxes_and_lids.dmi and b/icons/obj/items/weapons/guns/ammo_boxes/boxes_and_lids.dmi differ diff --git a/icons/obj/items/weapons/guns/ammo_boxes/text.dmi b/icons/obj/items/weapons/guns/ammo_boxes/text.dmi index 7ddaf1b095..211b29d27e 100644 Binary files a/icons/obj/items/weapons/guns/ammo_boxes/text.dmi and b/icons/obj/items/weapons/guns/ammo_boxes/text.dmi differ diff --git a/icons/obj/items/weapons/guns/ammo_by_faction/upp.dmi b/icons/obj/items/weapons/guns/ammo_by_faction/upp.dmi index 8d9ce103dc..f75fa07b42 100644 Binary files a/icons/obj/items/weapons/guns/ammo_by_faction/upp.dmi and b/icons/obj/items/weapons/guns/ammo_by_faction/upp.dmi differ diff --git a/icons/obj/items/weapons/guns/guns_by_faction/upp.dmi b/icons/obj/items/weapons/guns/guns_by_faction/upp.dmi index 9103c2e56d..26bc14c5b0 100644 Binary files a/icons/obj/items/weapons/guns/guns_by_faction/upp.dmi and b/icons/obj/items/weapons/guns/guns_by_faction/upp.dmi differ diff --git a/icons/obj/items/weapons/guns/guns_by_faction/uscm.dmi b/icons/obj/items/weapons/guns/guns_by_faction/uscm.dmi index dd5c76bcbd..c46ec35e72 100644 Binary files a/icons/obj/items/weapons/guns/guns_by_faction/uscm.dmi and b/icons/obj/items/weapons/guns/guns_by_faction/uscm.dmi differ diff --git a/icons/obj/structures/doors/dropshipupp_side.dmi b/icons/obj/structures/doors/dropshipupp_side.dmi index 5a69ec6dcd..fe631e0a40 100644 Binary files a/icons/obj/structures/doors/dropshipupp_side.dmi and b/icons/obj/structures/doors/dropshipupp_side.dmi differ diff --git a/icons/obj/structures/props/contain.dmi b/icons/obj/structures/props/contain.dmi index afeb9a2cfe..034a9f685b 100644 Binary files a/icons/obj/structures/props/contain.dmi and b/icons/obj/structures/props/contain.dmi differ diff --git a/icons/obj/structures/props/landing_signs.dmi b/icons/obj/structures/props/landing_signs.dmi index 95d538c73a..3d75b05f5d 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/misc.dmi b/icons/obj/structures/props/misc.dmi index ebe231fcbe..2b53441970 100644 Binary files a/icons/obj/structures/props/misc.dmi and b/icons/obj/structures/props/misc.dmi differ diff --git a/maps/map_files/BigRed/BigRed.dmm b/maps/map_files/BigRed/BigRed.dmm index 3be0e0c92f..d779a65952 100644 --- a/maps/map_files/BigRed/BigRed.dmm +++ b/maps/map_files/BigRed/BigRed.dmm @@ -44,6 +44,9 @@ /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/plating, /area/bigredv2/outside/space_port) +"aaX" = ( +/turf/open/mars_cave/mars_cave_19, +/area/bigredv2/outside/n) "abc" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/plating, @@ -441,6 +444,12 @@ /obj/effect/decal/cleanable/dirt, /turf/closed/wall/solaris/reinforced, /area/bigredv2/outside/telecomm) +"aiG" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "containerroom_xenos" + }, +/turf/closed/wall/solaris/reinforced, +/area/bigredv2/outside/nw/ceiling) "aiL" = ( /obj/structure/surface/table, /obj/item/clothing/suit/storage/CMB, @@ -600,6 +609,13 @@ }, /turf/open/floor/plating, /area/bigredv2/outside/general_offices) +"akx" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/camera/autoname, +/turf/open/floor/redcorner/east, +/area/bigredv2/outside/marshal_office) "akL" = ( /turf/closed/wall/solaris/reinforced, /area/bigredv2/outside/general_offices) @@ -1102,10 +1118,6 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating, /area/bigredv2/outside/general_offices) -"arh" = ( -/obj/structure/pipes/standard/manifold/fourway/hidden/green, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/research) "ars" = ( /obj/structure/bed/chair{ dir = 1 @@ -1488,10 +1500,6 @@ /obj/effect/landmark/crap_item, /turf/open/floor, /area/bigredv2/outside/general_offices) -"awB" = ( -/obj/structure/flora/pottedplant, -/turf/open/floor/wood, -/area/bigredv2/outside/office_complex) "awC" = ( /obj/structure/machinery/computer/arcade, /turf/open/floor/carpet, @@ -1745,6 +1753,12 @@ }, /turf/open/floor/plating, /area/bigredv2/outside/engineering) +"azC" = ( +/obj/structure/surface/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/paper/janitor, +/turf/open/floor/whiteyellowfull/east, +/area/bigredv2/outside/office_complex) "azE" = ( /obj/item/shard, /obj/effect/decal/cleanable/blood/xeno, @@ -1937,6 +1951,11 @@ "aBE" = ( /turf/closed/wall/solaris, /area/bigredv2/caves/eta/storage) +"aBP" = ( +/obj/effect/landmark/monkey_spawn, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/whitepurplecorner, +/area/bigredv2/caves/lambda/research) "aBQ" = ( /obj/structure/window/framed/solaris, /turf/open/floor/plating, @@ -2008,6 +2027,10 @@ /obj/effect/landmark/hunter_secondary, /turf/open/mars, /area/bigredv2/outside/c) +"aCS" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) "aCY" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green{ @@ -2167,14 +2190,31 @@ }, /turf/open/floor, /area/bigredv2/outside/hydroponics) +"aGd" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/landmark/crap_item, +/turf/open/floor/white, +/area/bigredv2/outside/office_complex) "aGL" = ( /obj/structure/machinery/biogenerator, /turf/open/floor, /area/bigredv2/outside/hydroponics) -"aGM" = ( +"aGS" = ( /obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/warnwhite/northwest, +/area/bigredv2/outside/virology) +"aHa" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/caves_east) +"aHb" = ( +/obj/structure/closet/radiation, /turf/open/floor/delivery, -/area/bigredv2/outside/c) +/area/bigredv2/outside/engineering) "aHn" = ( /obj/effect/decal/cleanable/blood, /turf/open/mars, @@ -2186,11 +2226,10 @@ }, /turf/open/floor/greengrid, /area/bigredv2/caves/lambda/research) -"aIc" = ( -/obj/structure/surface/table, -/obj/item/device/radio/headset, +"aIh" = ( +/obj/structure/bed/chair/office/light, /turf/open/floor/dark, -/area/bigredv2/outside/telecomm) +/area/bigredv2/outside/engineering) "aIF" = ( /obj/structure/machinery/vending/snack, /turf/open/floor, @@ -2222,33 +2261,24 @@ /obj/effect/landmark/hunter_primary, /turf/open/mars, /area/bigredv2/outside/c) +"aKu" = ( +/obj/structure/machinery/power/apc/power/north{ + name = "Control Center APC" + }, +/turf/open/floor/plating, +/area/bigredv2/outside/admin_building) "aKP" = ( /turf/open/mars, /area/bigredv2/outside/e) -"aKR" = ( -/obj/item/prop/alien/hugger, -/turf/open/floor/wood, -/area/bigredv2/outside/admin_building) "aLc" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib4" }, /turf/open/mars, /area/bigredv2/outside/c) -"aLj" = ( -/turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"aLk" = ( -/obj/structure/bed/chair, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/engineering) -"aLl" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) +"aLm" = ( +/turf/open/floor/chapel/north, +/area/bigredv2/outside/chapel) "aLo" = ( /obj/structure/surface/table, /obj/item/device/radio, @@ -2261,6 +2291,10 @@ "aLI" = ( /turf/open/floor/greengrid, /area/bigredv2/caves/lambda/research) +"aLP" = ( +/obj/structure/bed, +/turf/open/floor/white, +/area/bigredv2/outside/medical) "aMl" = ( /obj/structure/machinery/light{ dir = 8 @@ -2416,9 +2450,6 @@ }, /turf/open/floor, /area/bigredv2/outside/hydroponics) -"aPf" = ( -/turf/open/mars_cave/mars_cave_22, -/area/bigredv2/caves/eta/xenobiology) "aPh" = ( /obj/structure/bed/chair{ dir = 4 @@ -2446,6 +2477,15 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor, /area/bigredv2/outside/general_store) +"aPO" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/caves/mining) +"aPZ" = ( +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/lz2_south_cas) "aQa" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -2542,11 +2582,6 @@ }, /turf/open/floor, /area/bigredv2/outside/hydroponics) -"aRt" = ( -/obj/item/tool/hatchet, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/whitegreenfull, -/area/bigredv2/caves/lambda/xenobiology) "aRD" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /turf/open/floor/plating, @@ -2575,25 +2610,17 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor, /area/bigredv2/outside/general_store) +"aSY" = ( +/obj/structure/surface/table, +/turf/open/floor/darkredcorners2/west, +/area/bigredv2/caves/eta/xenobiology) "aTa" = ( /turf/open/floor/plating, /area/bigredv2/outside/admin_building) -"aTF" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/dark, -/area/bigredv2/outside/engineering) "aTQ" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor, /area/bigredv2/outside/general_store) -"aTX" = ( -/obj/structure/machinery/filtration/console{ - pixel_y = 15 - }, -/turf/open/mars_cave/mars_cave_15, -/area/bigredv2/caves/mining) "aUe" = ( /obj/structure/machinery/light{ dir = 4 @@ -2605,9 +2632,6 @@ /obj/structure/machinery/suit_storage_unit/carbon_unit, /turf/open/floor/plating, /area/bigredv2/outside/admin_building) -"aUB" = ( -/turf/open/floor/darkpurple2, -/area/bigredv2/caves/lambda/research) "aUV" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/bed/chair, @@ -2646,17 +2670,25 @@ /obj/structure/platform_decoration/kutjevo/rock, /turf/open/mars, /area/space) +"aVW" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/cameras/wooden_tv, +/turf/open/floor/wood, +/area/bigredv2/outside/marshal_office) "aVY" = ( /obj/effect/landmark/crap_item, /turf/open/mars, /area/bigredv2/outside/e) -"aWr" = ( -/obj/structure/machinery/light{ - dir = 8 - }, +"aWa" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/storage) +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/hydroponics) +"aWp" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/darkish, +/area/bigredv2/caves/lambda/virology) "aWz" = ( /obj/structure/showcase{ icon_state = "bus" @@ -2667,15 +2699,18 @@ /obj/effect/landmark/hunter_secondary, /turf/open/mars, /area/bigredv2/outside/e) +"aWZ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/floor4, +/area/bigredv2/outside/cargo) "aXd" = ( /obj/structure/machinery/light{ dir = 1 }, /turf/open/floor/plating, /area/bigredv2/outside/cargo) -"aXf" = ( -/turf/open/mars_cave/mars_cave_20, -/area/bigredv2/caves_north) "aXr" = ( /turf/open/floor, /area/bigredv2/outside/office_complex) @@ -2707,14 +2742,6 @@ /obj/structure/machinery/light, /turf/open/floor/plating, /area/bigredv2/outside/cargo) -"aYd" = ( -/obj/structure/machinery/flasher/portable, -/turf/open/floor/vault2/west, -/area/bigredv2/outside/marshal_office) -"aYg" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/white, -/area/bigredv2/outside/admin_building) "aYs" = ( /obj/structure/machinery/vending/cola, /turf/open/floor, @@ -2834,6 +2861,19 @@ "aZC" = ( /turf/open/floor/carpet, /area/bigredv2/outside/admin_building) +"aZD" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/xenobiology) +"aZJ" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/darkblue2/north, +/area/bigredv2/caves/eta/research) "aZM" = ( /obj/effect/landmark/crap_item, /turf/open/floor, @@ -2939,14 +2979,6 @@ /obj/item/paper, /turf/open/floor, /area/bigredv2/outside/office_complex) -"baZ" = ( -/obj/structure/surface/table, -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_15"; - pixel_y = 10 - }, -/turf/open/floor/grimy, -/area/bigredv2/outside/office_complex) "bbb" = ( /obj/effect/decal/cleanable/blood{ dir = 4; @@ -3258,6 +3290,10 @@ }, /turf/open/floor, /area/bigredv2/outside/office_complex) +"bdX" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/white, +/area/bigredv2/outside/admin_building) "bdY" = ( /obj/structure/bed/chair{ dir = 1 @@ -3425,19 +3461,9 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor, /area/bigredv2/outside/cargo) -"bgG" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/white, -/area/bigredv2/outside/medical) "bhi" = ( /turf/closed/wall/solaris/rock, /area/bigredv2/outside/c) -"bhj" = ( -/obj/structure/surface/table, -/obj/item/cell/hyper, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/white, -/area/bigredv2/outside/office_complex) "bhr" = ( /obj/effect/landmark/crap_item, /turf/open/mars, @@ -3449,16 +3475,6 @@ }, /turf/open/floor, /area/bigredv2/outside/cargo) -"bhG" = ( -/obj/structure/prop/invuln/minecart_tracks{ - desc = "A heavy duty power cable for high voltage applications"; - dir = 1; - icon = 'icons/obj/pipes/power_cond_heavy.dmi'; - icon_state = "4-8"; - name = "heavy duty power cable" - }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) "bhO" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 @@ -3471,14 +3487,6 @@ }, /turf/open/mars, /area/bigredv2/outside/c) -"bhW" = ( -/obj/structure/bed/chair{ - dir = 8; - pixel_y = 3 - }, -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/floor, -/area/bigredv2/outside/lambda_cave_cas) "bic" = ( /obj/effect/landmark/yautja_teleport, /turf/open/mars, @@ -3486,10 +3494,6 @@ "bie" = ( /turf/open/floor/plating, /area/bigredv2/outside/space_port_lz2) -"bin" = ( -/obj/effect/decal/cleanable/ash, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) "biq" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green{ @@ -3510,22 +3514,16 @@ }, /turf/open/floor, /area/bigredv2/outside/cargo) -"biu" = ( -/obj/structure/surface/table/woodentable, -/obj/item/tool/lighter/zippo, -/turf/open/floor/wood, -/area/bigredv2/outside/admin_building) -"biG" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"biJ" = ( -/obj/structure/surface/rack, -/obj/item/weapon/twohanded/lungemine{ - pixel_y = 8 +"biB" = ( +/obj/item/trash/cigbutt/cigarbutt{ + pixel_x = 2; + pixel_y = -3 }, -/obj/item/weapon/twohanded/lungemine{ - pixel_y = -7 +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + icon = 'icons/obj/pipes/manifold.dmi'; + icon_state = "map"; + name = "Pipe manifold" }, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) @@ -3568,12 +3566,6 @@ /obj/effect/landmark/crap_item, /turf/open/floor/plating, /area/bigredv2/outside/space_port_lz2) -"bjr" = ( -/obj/structure/surface/rack, -/obj/item/clothing/suit/armor/riot, -/obj/item/clothing/suit/armor/riot, -/turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) "bjA" = ( /turf/open/mars, /area/bigredv2/outside/s) @@ -3601,6 +3593,11 @@ /obj/effect/landmark/crap_item, /turf/open/mars, /area/bigredv2/outside/s) +"bkw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/device/radio/headset, +/turf/open/floor/dark, +/area/bigredv2/outside/filtration_plant) "bkA" = ( /obj/structure/bed/chair/office/dark, /turf/open/floor, @@ -3612,16 +3609,6 @@ }, /turf/open/floor, /area/bigredv2/outside/cargo) -"bkP" = ( -/obj/structure/prop/invuln/minecart_tracks{ - desc = "A pipe."; - dir = 5; - icon = 'icons/obj/pipes/pipes.dmi'; - icon_state = "intact"; - name = "Pipe" - }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) "bkT" = ( /obj/structure/machinery/portable_atmospherics/powered/scrubber/huge/chan, /turf/open/floor/plating, @@ -3629,10 +3616,9 @@ "bkU" = ( /turf/open/floor/plating, /area/bigredv2/outside/filtration_plant) -"bkY" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/caves_research) +"bla" = ( +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/virology) "bld" = ( /obj/structure/surface/table, /obj/effect/spawner/random/tech_supply, @@ -3666,11 +3652,6 @@ }, /turf/open/floor, /area/bigredv2/outside/cargo) -"blk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/tool/lighter/random, -/turf/open/floor/whiteyellowfull/east, -/area/bigredv2/outside/office_complex) "bll" = ( /obj/structure/surface/table, /obj/effect/spawner/random/tool, @@ -3717,20 +3698,6 @@ }, /turf/open/floor/plating, /area/bigredv2/outside/filtration_plant) -"blH" = ( -/obj/structure/machinery/light, -/obj/item/storage/fancy/vials/random, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/lambda/xenobiology) -"blT" = ( -/obj/effect/decal/cleanable/blood, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"bma" = ( -/turf/open/floor/asteroidwarning/northeast, -/area/bigredv2/outside/se) "bme" = ( /turf/open/mars, /area/bigredv2/outside/sw) @@ -3741,18 +3708,15 @@ /turf/open/floor/plating, /area/bigredv2/outside/engineering) "bmw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/dark, -/area/bigredv2/outside/engineering) +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) "bmM" = ( /obj/effect/landmark/hunter_primary, /turf/open/floor/plating, /area/bigredv2/outside/space_port_lz2) "bmO" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/dark, -/area/bigredv2/outside/engineering) +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/filtration_plant) "bmT" = ( /obj/structure/machinery/power/terminal{ dir = 1 @@ -3766,158 +3730,92 @@ }, /turf/open/floor/plating, /area/bigredv2/outside/engineering) -"bmW" = ( -/obj/structure/pipes/vents/scrubber/on{ - dir = 4 +"bnp" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_cave_14, +/area/bigredv2/outside/lz1_north_cas) +"bnG" = ( +/obj/item/storage/toolbox/mechanical, +/obj/item/device/multitool, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 }, -/turf/open/floor/darkpurple2/west, -/area/bigredv2/caves/lambda/research) -"bnI" = ( -/turf/open/mars/mars_dirt_9, -/area/bigredv2/outside/e) -"boi" = ( -/obj/structure/cargo_container/arious/rightmid, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/space_port_lz2) +/obj/structure/surface/rack, +/turf/open/floor/elevatorshaft/north, +/area/bigredv2/caves/lambda/breakroom) +"bnT" = ( +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/eta) +"bnU" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/ne) +"bou" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/eta) "boA" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/bigredv2/outside/filtration_plant) -"boO" = ( -/obj/structure/machinery/door_control{ - desc = "A remote control-switch for opening the engines blast doors."; - id = "rad_door"; - name = "Reactor Radiation Shielding control"; - pixel_x = 30; - req_access_txt = "7" +"boG" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"boK" = ( +/obj/structure/surface/table, +/obj/item/clothing/head/hardhat/orange{ + pixel_y = 10 }, -/turf/open/floor/darkyellow2/northeast, -/area/bigredv2/outside/engineering) -"boP" = ( -/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/filtration_plant) +"boL" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Chapel" + name = "\improper Dormitories" }, /turf/open/floor/delivery, -/area/bigredv2/outside/chapel) -"bpa" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/c) -"bpf" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/obj/item/weapon/twohanded/fireaxe, -/turf/open/floor/dark, +/area/bigredv2/outside/dorms) +"bqs" = ( +/turf/open/floor/darkyellowcorners2/north, /area/bigredv2/outside/filtration_plant) -"bpt" = ( -/turf/open/floor/whitegreen/northwest, -/area/bigredv2/caves/lambda/virology) -"bpw" = ( -/obj/structure/pipes/standard/manifold/hidden/supply, -/turf/open/floor/darkpurple2, -/area/bigredv2/caves/lambda/research) -"bpA" = ( -/obj/structure/machinery/power/apc/no_power/north, -/turf/open/floor/plating, -/area/bigredv2/outside/cargo) -"bpB" = ( -/turf/open/mars_cave/mars_cave_22, -/area/bigredv2/caves_research) -"bpK" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/caves_lambda) -"bpR" = ( -/obj/structure/largecrate/random, +"bqv" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/bot/north, -/area/bigredv2/outside/cargo) -"bpW" = ( -/obj/structure/machinery/optable, -/obj/effect/decal/cleanable/dirt, -/obj/item/organ/heart/prosthetic, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"bqh" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - dir = 1; - name = "\improper Eta Lab Cell" +/obj/item/device/flashlight, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"bqR" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"brl" = ( /turf/open/floor/delivery, -/area/bigredv2/caves/eta/xenobiology) -"bqo" = ( -/turf/open/mars/mars_dirt_9, -/area/bigredv2/outside/sw) -"bqw" = ( -/turf/open/floor/darkblue2/west, /area/bigredv2/outside/admin_building) -"bqW" = ( -/turf/open/mars/mars_dirt_12, -/area/bigredv2/outside/virology) -"bqZ" = ( -/obj/structure/bed/chair, -/turf/open/floor/darkish, -/area/bigredv2/outside/marshal_office) -"brv" = ( -/turf/open/floor/whitegreen/west, -/area/bigredv2/outside/medical) -"brB" = ( -/obj/structure/surface/table/reinforced, -/obj/item/tool/surgery/scalpel/manager, -/turf/open/mars_cave/mars_cave_5, -/area/bigredv2/caves/lambda/xenobiology) "brD" = ( /turf/open/floor/plating, /area/bigredv2/outside/filtration_cave_cas) "brE" = ( /turf/open/floor/greengrid, /area/bigredv2/outside/filtration_cave_cas) -"brN" = ( -/obj/structure/machinery/light, -/obj/structure/surface/table, -/obj/structure/phone_base/colony_net/rotary{ - phone_category = "Solaris Ridge"; - phone_color = "green"; - phone_id = "Virology Lab" - }, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"brQ" = ( -/obj/structure/bed/chair/comfy, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/wood, -/area/bigredv2/outside/marshal_office) -"brV" = ( -/obj/structure/machinery/portable_atmospherics/powered/scrubber, -/turf/open/floor/plating/warnplate/west, -/area/bigredv2/oob) -"brZ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkblue2/southwest, -/area/bigredv2/caves/eta/storage) -"bsg" = ( -/obj/structure/machinery/light{ +"brF" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/engineering) -"bsp" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W-corner" - }, -/obj/item/shard{ - icon_state = "small" +/turf/open/floor/darkgreencorners2/north, +/area/bigredv2/caves/eta/research) +"bsn" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/xenobiology) +/obj/structure/surface/table, +/obj/structure/machinery/light, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/n) "bss" = ( /obj/structure/prop/invuln/minecart_tracks{ desc = "A pipe."; @@ -3927,85 +3825,96 @@ }, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"bst" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "xgib2" - }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"bsv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/turf/open/floor/darkyellow2, -/area/bigredv2/caves/eta/research) -"bsx" = ( -/obj/structure/closet/l3closet/scientist, -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/freezerfloor, -/area/bigredv2/caves/eta/research) "bsH" = ( /obj/effect/landmark/hunter_primary, /turf/open/floor, /area/bigredv2/outside/filtration_cave_cas) -"bsM" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkblue2/west, -/area/bigredv2/caves/eta/storage) -"bsW" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -3; - pixel_y = 11 +"bsO" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = 6 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/research) +"bsZ" = ( +/obj/structure/surface/table, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/mars_cave/mars_cave_17, -/area/bigredv2/caves/mining) +/obj/item/trash/plate, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) "btw" = ( /turf/open/floor/plating, /area/bigredv2/outside/lz2_south_cas) -"btT" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/turf/open/floor/darkyellowcorners2/west, -/area/bigredv2/caves/eta/living) +"btG" = ( +/turf/open/mars/mars_dirt_12, +/area/bigredv2/caves/eta/xenobiology) +"btO" = ( +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_lambda) +"btU" = ( +/turf/open/mars_cave/mars_cave_18, +/area/bigredv2/caves_se) "btV" = ( /obj/structure/surface/table, /turf/open/floor/carpet, /area/bigredv2/outside/admin_building) +"btY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 + }, +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 1; + name = "\improper Operations" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/admin_building) "buh" = ( -/obj/effect/landmark/monkey_spawn, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/whitepurplefull, -/area/bigredv2/caves/lambda/research) -"buk" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/filtration_plant) -"buA" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +/obj/structure/machinery/door_control{ + id = "eta"; + name = "Eta Lockdown"; + pixel_x = 30; + throw_range = 15 }, -/turf/open/floor/darkgreencorners2/north, +/turf/open/floor/darkblue2/east, /area/bigredv2/caves/eta/research) +"bus" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ + pixel_x = -30 + }, +/obj/structure/sign/safety/biohazard{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/structure/machinery/light/built{ + dir = 1 + }, +/obj/effect/landmark/corpsespawner/doctor, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/whitegreen/northwest, +/area/bigredv2/caves/lambda/virology) "buF" = ( -/obj/structure/machinery/door/airlock/almayer/command/colony{ - dir = 1; - name = "\improper Operations Office" +/obj/structure/machinery/deployable/barrier, +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ + name = "\improper Operations" }, /turf/open/floor/delivery, /area/bigredv2/outside/admin_building) -"buN" = ( -/turf/open/floor/whiteblue/southeast, -/area/bigredv2/outside/medical) -"bvh" = ( -/turf/open/mars_cave/mars_cave_16, -/area/bigredv2/caves_sw) +"buV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/podhatchfloor, +/area/bigredv2/outside/engineering) +"bvm" = ( +/turf/open/mars/mars_dirt_13, +/area/bigredv2/outside/s) "bvv" = ( /obj/structure/machinery/light{ dir = 1 @@ -4018,19 +3927,6 @@ }, /turf/open/floor, /area/bigredv2/outside/lz2_south_cas) -"bvJ" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/tool, -/obj/item/stack/sheet/metal{ - amount = 30 - }, -/turf/open/floor/darkyellow2/southeast, -/area/bigredv2/outside/engineering) -"bvN" = ( -/obj/structure/machinery/computer/atmos_alert, -/obj/structure/surface/table, -/turf/open/floor/darkyellow2/northwest, -/area/bigredv2/outside/engineering) "bvP" = ( /turf/open/mars, /area/bigredv2/caves/eta/research) @@ -4041,18 +3937,11 @@ "bvY" = ( /turf/open/floor/plating, /area/bigredv2/outside/eta) -"bwf" = ( +"bwl" = ( +/obj/structure/machinery/computer/station_alert, /obj/structure/surface/table, -/obj/item/tool/hand_labeler, -/turf/open/floor/dark, -/area/bigredv2/outside/telecomm) -"bwk" = ( -/obj/structure/machinery/vending/snack, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/caves/eta/research) -"bwv" = ( -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/s) +/turf/open/floor/white, +/area/bigredv2/outside/admin_building) "bww" = ( /turf/open/floor/plating, /area/bigredv2/caves/eta/storage) @@ -4061,9 +3950,11 @@ /turf/open/floor, /area/bigredv2/outside/office_complex) "bwE" = ( -/obj/item/stack/sheet/wood, -/turf/open/mars_cave/mars_cave_20, -/area/bigredv2/caves_north) +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/dark, +/area/bigredv2/outside/admin_building) "bwK" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor, @@ -4080,6 +3971,11 @@ }, /turf/open/floor, /area/bigredv2/caves/eta/storage) +"bwQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname, +/turf/open/floor/redcorner/east, +/area/bigredv2/outside/office_complex) "bxc" = ( /turf/open/floor, /area/bigredv2/caves/eta/storage) @@ -4184,13 +4080,13 @@ }, /turf/open/floor/plating, /area/bigredv2/caves/eta/research) +"bBm" = ( +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/eta) "bBv" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/plating, /area/bigredv2/caves/eta/storage) -"bBw" = ( -/turf/open/jungle/impenetrable, -/area/bigredv2/caves/eta/xenobiology) "bBN" = ( /obj/structure/closet/firecloset, /turf/open/floor/plating, @@ -4199,10 +4095,6 @@ /obj/structure/closet/toolcloset, /turf/open/floor/plating, /area/bigredv2/caves/eta/storage) -"bCD" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/filtration_plant) "bCE" = ( /obj/item/stack/sheet/xenochitin, /turf/open/mars, @@ -4221,12 +4113,25 @@ }, /turf/open/mars, /area/bigredv2/caves/eta/research) +"bCL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "\improper Eta Lab Relaxation" + }, +/turf/open/floor/delivery, +/area/bigredv2/caves/eta/living) "bDk" = ( /obj/structure/machinery/light{ dir = 8 }, /turf/open/mars, /area/bigredv2/caves/eta/xenobiology) +"bDw" = ( +/obj/structure/machinery/optable, +/turf/open/floor/whiteblue/east, +/area/bigredv2/outside/medical) "bDx" = ( /obj/structure/machinery/light{ dir = 1 @@ -4252,10 +4157,24 @@ /obj/structure/machinery/microwave, /turf/open/floor, /area/bigredv2/caves/eta/living) +"bEb" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/storage) "bEz" = ( /obj/structure/bed/chair/comfy/orange, /turf/open/floor, /area/bigredv2/caves/eta/living) +"bEB" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + dir = 1; + name = "\improper Medical Clinic" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/medical) "bEF" = ( /obj/structure/surface/table, /obj/item/trash/semki, @@ -4280,1483 +4199,1517 @@ /obj/structure/machinery/light, /turf/open/floor, /area/bigredv2/caves/eta/living) -"bEY" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"bFe" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = 6 +"bEZ" = ( +/obj/item/stack/cable_coil/cut, +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/caves/mining) +"bFb" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -8; - pixel_y = 6 +/obj/structure/machinery/camera/autoname{ + dir = 4 }, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/filtration_plant) +"bFj" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/obj/structure/fence, /turf/open/mars_cave/mars_cave_17, -/area/bigredv2/caves/mining) -"bFw" = ( -/turf/closed/wall/solaris/reinforced, -/area/bigredv2/outside/telecomm/warehouse) -"bFL" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"bFQ" = ( +/area/bigredv2/outside/filtration_cave_cas) +"bFl" = ( /obj/structure/bed/chair{ - can_buckle = 0; - dir = 4; - pixel_x = 2; - pixel_y = 6 + dir = 4 }, -/turf/open/mars_cave/mars_cave_9, -/area/bigredv2/caves/mining) -"bFR" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/ne) -"bFS" = ( -/turf/open/floor/whitegreen/north, +/obj/item/trash/kepler, +/turf/open/floor/whitegreenfull, /area/bigredv2/outside/medical) -"bGc" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/turf/open/floor/dark, -/area/bigredv2/outside/chapel) +"bFw" = ( +/turf/closed/wall/solaris/reinforced, +/area/bigredv2/outside/telecomm/warehouse) +"bFZ" = ( +/obj/structure/barricade/handrail/wire, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/c) +"bGe" = ( +/turf/open/mars_cave/mars_cave_15, +/area/bigredv2/outside/lz1_north_cas) +"bGl" = ( +/turf/open/floor/rampbottom/north, +/area/bigredv2/outside/marshal_office) "bGp" = ( /obj/structure/surface/table/reinforced/prison, /obj/effect/spawner/random/tool, /obj/item/tool/hand_labeler, /turf/open/floor, /area/bigred/ground/garage_workshop) -"bGR" = ( +"bGH" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tool, /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/c) -"bHC" = ( -/turf/open/floor/darkgreencorners2/west, -/area/bigredv2/caves/eta/research) -"bHR" = ( -/obj/structure/janitorialcart, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/storage) +"bGW" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/whiteyellowfull/east, -/area/bigredv2/outside/office_complex) -"bHT" = ( -/obj/structure/machinery/autolathe, -/obj/structure/machinery/light{ +/obj/structure/machinery/compressor{ dir = 1 }, -/turf/open/floor/whitepurple/northeast, -/area/bigredv2/caves/lambda/research) -"bHW" = ( -/obj/item/trash/pistachios, -/turf/open/floor/dark, +/turf/open/floor/darkyellow2/west, /area/bigredv2/outside/engineering) -"bId" = ( -/obj/structure/closet/secure_closet/scientist, -/obj/structure/machinery/light/built, -/turf/open/floor/whitepurple/southeast, +"bHf" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/darkpurple2/west, /area/bigredv2/caves/lambda/research) -"bIe" = ( -/obj/structure/machinery/light{ +"bHm" = ( +/obj/structure/bed/chair/office/light{ dir = 8 }, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/engineering) -"bIE" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Marshal Office" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/marshal_office) -"bIK" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/storage) -"bIU" = ( -/obj/structure/prop/invuln/minecart_tracks{ - desc = "A heavy duty power cable for high voltage applications"; - dir = 1; - icon = 'icons/obj/pipes/power_cond_heavy.dmi'; - icon_state = "4-8"; - name = "heavy duty power cable" - }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"bJd" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/dark, -/area/bigredv2/caves/eta/research) -"bJf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/oil, -/obj/item/device/flashlight/lantern, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"bJo" = ( -/obj/structure/platform/kutjevo/rock{ - dir = 8 - }, -/obj/structure/platform/kutjevo/rock{ - dir = 4 +/area/bigredv2/outside/filtration_plant) +"bHB" = ( +/obj/structure/surface/table, +/obj/structure/machinery/light, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/general_offices) +"bIq" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "\improper Eta Lab Server" }, -/obj/structure/platform/kutjevo/rock{ - dir = 1 +/turf/open/floor/darkish, +/area/bigredv2/caves/eta/storage) +"bIv" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 }, -/obj/structure/platform_decoration/kutjevo/rock{ +/turf/open/floor/redcorner/east, +/area/bigredv2/outside/marshal_office) +"bIK" = ( +/obj/structure/bed/chair/comfy/lime{ dir = 8 }, -/obj/structure/platform_decoration/kutjevo/rock{ +/turf/open/floor/carpet, +/area/bigredv2/caves/lambda/breakroom) +"bIL" = ( +/obj/structure/bed/chair{ dir = 4 }, -/turf/open/mars_cave/mars_cave_2, -/area/space) -"bJA" = ( +/turf/open/floor/grimy, +/area/bigredv2/outside/office_complex) +"bIP" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 + dir = 6 }, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/c) -"bJP" = ( -/obj/structure/machinery/door_control{ - id = "Marshal Offices"; - name = "Storm Shutters"; - pixel_x = -32 +/turf/open/floor/whiteyellowfull/east, +/area/bigredv2/outside/office_complex) +"bJw" = ( +/obj/structure/closet/secure_closet/engineering_chief, +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/engineering) +"bJR" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/purple/east, +/area/bigredv2/caves/lambda/research) "bJS" = ( /obj/structure/largecrate/random/barrel/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"bKo" = ( -/obj/structure/machinery/deployable/barrier, -/turf/open/floor/vault2/west, -/area/bigredv2/outside/marshal_office) -"bKR" = ( -/obj/structure/platform{ - dir = 1 +"bJV" = ( +/obj/structure/bed/chair, +/turf/open/floor/whitegreenfull, +/area/bigredv2/outside/medical) +"bJX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/xenobiology) +"bKb" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/carpet, +/area/bigredv2/outside/library) +"bKy" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, /turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/telecomm/n_cave) -"bLe" = ( -/obj/structure/sign/safety/medical{ - pixel_x = -32 +/area/bigredv2/outside/space_port_lz2) +"bKF" = ( +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/c) -"bLt" = ( -/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/filtration_plant) +"bKL" = ( +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/caves/mining) +"bKP" = ( /obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/crap_item, /turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"bMt" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/tool, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/filtration_plant) -"bMF" = ( -/obj/structure/surface/table, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"bMT" = ( +/area/bigredv2/caves/eta/research) +"bLL" = ( /obj/effect/landmark/crap_item, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/ne) -"bMZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/item_pool_spawner/survivor_ammo, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"bND" = ( -/obj/structure/surface/table/woodentable, -/obj/effect/spawner/random/tool, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"bNU" = ( -/obj/structure/surface/table/woodentable, -/obj/item/paper/Court, -/turf/open/floor/cult, -/area/bigredv2/outside/marshal_office) -"bOy" = ( +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_research) +"bLW" = ( +/obj/structure/filingcabinet/medical, +/turf/open/floor/darkred2/north, +/area/bigredv2/caves/eta/research) +"bMh" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"bMD" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor/darkred2/east, +/area/bigredv2/caves/eta/research) +"bMH" = ( +/obj/structure/bed/chair{ + dir = 4 + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/redcorner, +/turf/open/floor/white, /area/bigredv2/outside/marshal_office) -"bOX" = ( -/obj/structure/window/framed/solaris, -/obj/structure/curtain, -/turf/open/floor/plating, +"bMY" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 2; + name = "\improper Medical Clinic Operating Theatre" + }, +/turf/open/floor/delivery, /area/bigredv2/outside/medical) -"bPd" = ( -/obj/structure/machinery/door_control{ - id = "Marshal Offices"; - name = "Storm Shutters"; - pixel_x = -32 +"bNc" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6"; + pixel_y = 12 }, -/turf/open/floor/wood, -/area/bigredv2/outside/marshal_office) -"bPi" = ( +/obj/item/stack/sheet/wood, +/turf/open/mars_cave/mars_cave_13, +/area/bigredv2/caves/mining) +"bOc" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/telecomm/n_cave) -"bPG" = ( +/obj/structure/machinery/power/apc/power/north{ + name = "Interview Room APC" + }, +/turf/open/floor, +/area/bigredv2/outside/office_complex) +"bOg" = ( +/obj/structure/machinery/computer/arcade, +/turf/open/floor/wood, +/area/bigredv2/outside/dorms) +"bOi" = ( +/obj/effect/landmark/crap_item, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/effect/landmark/xeno_spawn, /turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_east) -"bPN" = ( -/obj/structure/sign/safety/airlock{ - pixel_y = 32 - }, -/turf/open/floor/dark, -/area/bigredv2/outside/general_offices) -"bPU" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 1 +/area/bigredv2/caves_lambda) +"bOw" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 4 }, -/obj/structure/window/reinforced{ - dir = 1 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, -/turf/open/floor/darkpurple2/north, -/area/bigredv2/caves/lambda/breakroom) +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/space_port) +"bOU" = ( +/obj/structure/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"bPL" = ( +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/n) +"bPZ" = ( +/turf/open/floor/carpet13_5/west, +/area/bigredv2/outside/bar) "bQe" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor, /area/bigredv2/outside/admin_building) -"bQu" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 1; - name = "\improper Marshal Office Prison" +"bQs" = ( +/obj/effect/landmark/crap_item, +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/caves_se) +"bQx" = ( +/obj/structure/sign/safety/medical{ + pixel_x = 8; + pixel_y = -32 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/marshal_office) +/turf/open/floor/darkpurple2, +/area/bigredv2/caves/lambda/xenobiology) +"bQz" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_3, +/area/bigredv2/caves/mining) +"bQE" = ( +/obj/structure/surface/table, +/obj/item/device/radio/headset, +/turf/open/floor/dark, +/area/bigredv2/outside/telecomm) +"bQK" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/floor/asteroidwarning/north, +/area/bigred/ground/garage_workshop) +"bQL" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, +/turf/open/mars_cave/mars_cave_17, +/area/bigredv2/caves/mining) +"bQR" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_east) +"bQX" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet, +/area/bigredv2/outside/library) "bRd" = ( /obj/structure/cable{ icon_state = "1-4" }, /turf/open/floor/plating, /area/bigredv2/oob) -"bRg" = ( -/turf/open/mars/mars_dirt_8, -/area/bigredv2/outside/c) -"bRo" = ( -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/s) -"bRv" = ( -/obj/structure/machinery/conveyor{ - id = "anomalybelt" - }, -/turf/open/floor/purple/north, -/area/bigredv2/caves/lambda/research) -"bRT" = ( -/turf/open/mars_cave/mars_cave_18, -/area/bigredv2/caves_east) -"bSo" = ( -/obj/effect/decal/cleanable/dirt, +"bRr" = ( +/obj/item/clothing/mask/breath/medical, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"bSc" = ( /obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"bSu" = ( -/obj/structure/inflatable/door, -/turf/open/floor/darkpurplecorners2, -/area/bigredv2/caves/lambda/breakroom) -"bSv" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "etatunnel_open" +/obj/structure/closet/secure_closet/security, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/storage) +"bSe" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 1 }, -/turf/closed/wall/solaris/rock, -/area/bigredv2/caves) -"bSA" = ( -/obj/structure/bookcase/manuals/engineering, -/turf/open/floor/darkyellow2/northeast, -/area/bigredv2/outside/engineering) +/turf/open/mars/mars_dirt_12, +/area/space) "bSB" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/darkpurple2/east, -/area/bigredv2/caves/lambda/breakroom) +/obj/item/tool/pen, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/research) "bSC" = ( -/obj/structure/bed/chair/wood/normal{ - dir = 1 - }, +/obj/effect/landmark/xeno_spawn, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkpurple2/west, +/area/bigredv2/caves/lambda/xenobiology) +"bSO" = ( +/turf/open/mars/mars_dirt_12, +/area/bigredv2/outside/virology) +"bSP" = ( +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/caves_se) +"bSY" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"bSF" = ( -/obj/structure/cargo_container/arious/leftmid, -/turf/open/mars, -/area/bigredv2/outside/space_port_lz2) -"bTb" = ( -/obj/structure/machinery/light{ - dir = 8 +/turf/open/floor/grimy, +/area/bigredv2/outside/marshal_office) +"bTh" = ( +/turf/open/floor/darkpurplecorners2/east, +/area/bigredv2/caves/lambda/research) +"bTj" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/corpsespawner/security/marshal, +/obj/item/weapon/gun/revolver/spearhead, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"bTA" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/item/prop/alien/hugger, +/turf/open/floor/darkred2/west, +/area/bigredv2/outside/admin_building) +"bTE" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "\improper Marshal Office Prison" }, -/turf/open/floor/whitegreen/west, -/area/bigredv2/outside/medical) +/turf/open/floor/delivery, +/area/bigredv2/outside/marshal_office) +"bTH" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/marshal_office) "bTV" = ( /obj/structure/platform_decoration{ dir = 8 }, /turf/open/gm/river, /area/bigredv2/outside/engineering) -"bUR" = ( -/turf/open/mars_cave/mars_cave_8, -/area/bigredv2/caves_virology) -"bUS" = ( -/obj/structure/machinery/light/built{ - dir = 8 - }, -/obj/structure/pipes/vents/scrubber/on{ - dir = 4 +"bTY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/ore{ + pixel_x = -4; + pixel_y = 7 }, -/turf/open/floor/darkpurple2/west, -/area/bigredv2/caves/lambda/xenobiology) -"bUX" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"bUf" = ( +/obj/structure/barricade/wooden{ dir = 1; - name = "\improper Dormitories Toilet" + pixel_y = 7 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/dorms) -"bUY" = ( -/obj/item/reagent_container/glass/bucket/mopbucket, -/turf/open/floor/whiteyellowfull/east, -/area/bigredv2/outside/office_complex) -"bVB" = ( -/obj/structure/machinery/power/turbine, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/engineering) -"bVK" = ( -/obj/structure/machinery/computer/crew{ - density = 0; - pixel_y = 16 - }, -/turf/open/floor/whitegreenfull, -/area/bigredv2/outside/medical) -"bVO" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - name = "\improper Medical Command Complex" +/turf/open/mars_cave/mars_cave_14, +/area/bigredv2/caves/mining) +"bUw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-in" }, -/turf/open/floor/delivery, -/area/bigredv2/outside/admin_building) -"bWe" = ( -/obj/effect/decal/cleanable/blood/gibs/body, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/nw) +/turf/open/floor/whitegreencorner, +/area/bigredv2/caves/lambda/virology) +"bUU" = ( +/obj/structure/surface/rack, +/obj/item/ammo_magazine/shotgun/incendiary, +/obj/item/ammo_magazine/shotgun/incendiary, +/obj/item/ammo_magazine/shotgun/incendiary, +/obj/item/weapon/gun/shotgun/combat, +/obj/structure/machinery/door/window/eastleft, +/turf/open/floor/elevatorshaft/north, +/area/bigredv2/caves/lambda/breakroom) +"bVy" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellow2/southwest, +/area/bigredv2/outside/filtration_plant) +"bVR" = ( +/turf/open/mars_cave/mars_cave_13, +/area/bigredv2/outside/virology) "bWf" = ( /obj/effect/decal/warning_stripes{ icon_state = "N"; pixel_y = 1 }, -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 - }, -/turf/open/floor/darkyellow2/northwest, -/area/bigredv2/outside/engineering) -"bWg" = ( -/obj/structure/machinery/compressor{ - dir = 1 - }, -/turf/open/floor/darkyellow2/east, +/turf/open/floor/darkyellow2/north, /area/bigredv2/outside/engineering) -"bWv" = ( +"bWm" = ( +/turf/open/floor/darkred2/southwest, +/area/bigredv2/outside/admin_building) +"bWq" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/darkyellowcorners2/west, +/area/bigredv2/caves/eta/living) +"bWC" = ( +/obj/item/stack/cable_coil/cut, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"bWG" = ( /obj/structure/surface/table, -/obj/item/restraint/handcuffs, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor, -/area/bigredv2/outside/marshal_office) -"bWz" = ( -/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/storage) +"bWY" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"bWD" = ( -/obj/structure/machinery/light{ +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/virology) -"bWJ" = ( +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/c) +"bWZ" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/wood, -/area/bigredv2/outside/marshal_office) -"bXo" = ( -/obj/structure/sign/safety/medical{ - pixel_x = 8; - pixel_y = -32 - }, -/turf/open/floor/darkpurple2, -/area/bigredv2/caves/lambda/xenobiology) -"bXL" = ( -/obj/structure/bed/chair/comfy/orange{ - dir = 1 +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/engineering) +"bXg" = ( +/obj/structure/largecrate/cow, +/turf/open/floor/bot/north, +/area/bigredv2/outside/cargo) +"bXQ" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" }, -/turf/open/floor/carpet, -/area/bigredv2/caves/lambda/breakroom) +/turf/open/floor/wood, +/area/bigredv2/outside/library) "bYa" = ( /obj/item/reagent_container/spray/cleaner, /turf/open/floor, /area/bigredv2/outside/cargo) -"bYg" = ( -/obj/effect/landmark/xeno_spawn, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars/mars_dirt_10, -/area/bigredv2/caves/eta/xenobiology) -"bYr" = ( -/obj/structure/surface/rack, -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, -/obj/item/ammo_magazine/shotgun/slugs, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"bYA" = ( -/obj/structure/machinery/smartfridge/secure/virology, -/turf/open/floor/whitegreen/northwest, -/area/bigredv2/caves/lambda/virology) -"bYR" = ( -/turf/open/floor/dark, -/area/bigredv2/outside/telecomm) +"bYZ" = ( +/obj/structure/surface/table, +/obj/item/circuitboard/solar_tracker, +/turf/open/floor/darkyellow2/southeast, +/area/bigredv2/outside/filtration_plant) "bZd" = ( -/obj/item/trash/raisins, -/turf/open/floor/dark, -/area/bigredv2/outside/office_complex) -"bZi" = ( -/obj/item/tool/pen, -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/research) +/turf/open/mars_cave/mars_cave_4, +/area/bigredv2/caves_se) +"bZm" = ( +/obj/structure/machinery/chem_dispenser, +/turf/open/floor/whiteyellow/north, +/area/bigredv2/caves/lambda/xenobiology) "bZp" = ( /obj/structure/bed/chair{ dir = 4 }, /turf/open/floor/plating, /area/bigredv2/outside/nw/ceiling) -"cah" = ( -/obj/effect/decal/cleanable/vomit, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"cak" = ( +"bZw" = ( +/obj/structure/surface/table, /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/remains/human, -/obj/effect/landmark/static_comms/net_two{ - broken_on_spawn = 1 +/obj/item/trash/plate, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"bZA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E-corner" }, -/turf/open/floor/podhatchfloor, -/area/bigredv2/outside/engineering) -"caI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/outside/filtration_cave_cas) +"caf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" }, -/turf/open/floor/dark, -/area/bigredv2/outside/office_complex) -"caY" = ( -/obj/structure/toilet{ +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 3; + pixel_y = 15 + }, +/obj/effect/spawner/gibspawner/human, +/turf/open/mars_cave/mars_cave_3, +/area/bigredv2/caves/mining) +"cag" = ( +/obj/structure/machinery/light{ dir = 1 }, -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/dorms) -"cbi" = ( -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/c) -"cbk" = ( -/obj/structure/surface/table, -/obj/item/storage/firstaid/o2, -/turf/open/floor/whitegreencorner, +/turf/open/floor/redcorner/east, +/area/bigredv2/outside/marshal_office) +"car" = ( +/obj/structure/cargo_container/horizontal/blue/top, +/turf/open/mars, +/area/bigredv2/outside/space_port_lz2) +"cas" = ( +/obj/structure/bed/roller, +/turf/open/floor/whitegreen/west, /area/bigredv2/outside/medical) -"cbr" = ( -/obj/structure/closet/wardrobe/atmospherics_yellow, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/filtration_plant) -"cbB" = ( -/obj/structure/surface/rack, -/obj/item/stack/sheet/mineral/diamond, -/obj/item/stack/sheet/plasteel{ - amount = 30; - pixel_x = 4; - pixel_y = 4 +"caA" = ( +/obj/structure/machinery/botany/extractor, +/turf/open/floor/whitegreen/north, +/area/bigredv2/caves/lambda/xenobiology) +"caZ" = ( +/turf/open/floor/delivery, +/area/bigredv2/outside/space_port) +"cbh" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/darkgreencorners2/west, +/area/bigredv2/caves/eta/research) +"cbw" = ( +/obj/structure/machinery/light, /turf/open/floor/dark, -/area/bigredv2/outside/general_offices) -"cbD" = ( -/obj/structure/largecrate/random, -/turf/open/floor/asteroidplating, -/area/bigredv2/outside/space_port_lz2) -"cbE" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/light{ +/area/bigredv2/outside/chapel) +"cbB" = ( +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/n) +"ccq" = ( +/obj/structure/dispenser/oxygen, +/obj/structure/machinery/camera/autoname{ dir = 8 }, -/turf/open/floor/darkred2/west, -/area/bigredv2/outside/admin_building) -"cca" = ( -/turf/open/floor/purplecorner/west, -/area/bigredv2/caves/lambda/research) -"ccs" = ( -/obj/structure/bed, -/obj/item/bedsheet/brown{ - layer = 3.1 +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/filtration_plant) +"ccJ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/wood, -/area/bigredv2/outside/admin_building) -"ccB" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/xenobiology) -"ccR" = ( -/obj/structure/machinery/cm_vending/sorted/medical/blood, /turf/open/floor/white, /area/bigredv2/outside/virology) -"cdk" = ( -/obj/structure/machinery/landinglight/ds1{ - dir = 1 - }, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/space_port) -"cdH" = ( -/obj/effect/decal/cleanable/blood, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"cdT" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +"ccN" = ( +/turf/open/mars_cave/mars_cave_19, +/area/bigredv2/caves/mining) +"cdy" = ( /obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/caves_lambda) -"cdU" = ( -/obj/item/weapon/twohanded/folded_metal_chair, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) +/turf/open/floor/darkred2/west, +/area/bigredv2/caves/eta/research) +"cdQ" = ( +/obj/structure/largecrate/random, +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/xenobiology) +"ceb" = ( +/obj/structure/machinery/chem_master, +/turf/open/floor/darkred2/west, +/area/bigredv2/caves/eta/research) "cec" = ( /obj/structure/bed, /obj/item/toy/plush/farwa, /turf/open/floor/plating, /area/bigredv2/outside/cargo) -"cew" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ - name = "\improper Lambda Lab Break Room" - }, -/turf/open/floor/delivery, -/area/bigredv2/caves/lambda/xenobiology) -"ceF" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/light, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/engineering) -"ceP" = ( -/obj/item/ore{ - pixel_x = 13; - pixel_y = 12 +"cey" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 6 }, -/turf/open/mars_cave/mars_dirt_6, +/turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) -"ceR" = ( -/obj/structure/machinery/vending/snack, -/obj/structure/machinery/light{ - dir = 1 +"ceB" = ( +/obj/structure/closet/secure_closet/chemical, +/turf/open/floor/whitepurplecorner/north, +/area/bigredv2/outside/medical) +"ceQ" = ( +/obj/structure/bed/chair{ + dir = 4 }, -/turf/open/floor/whitegreenfull, +/turf/open/floor/white, /area/bigredv2/outside/medical) -"ceS" = ( -/obj/item/tool/surgery/scalpel/laser/advanced, -/obj/effect/decal/cleanable/blood, -/obj/effect/decal/cleanable/blood/gibs/limb, -/turf/open/floor/whitepurplefull, -/area/bigredv2/caves/lambda/xenobiology) "cff" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 +/obj/item/trash/burger, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"cgX" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/caves_se) +"chm" = ( +/obj/structure/machinery/portable_atmospherics/powered/scrubber/huge/stationary, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/filtration_plant) +"chn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/safety/medical{ + pixel_y = -32 }, -/turf/open/floor/darkgreencorners2/east, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/nw) +"chx" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/microwave, +/obj/structure/machinery/light, +/turf/open/floor/whitegreen/southeast, /area/bigredv2/caves/lambda/virology) -"cfj" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +"chz" = ( +/turf/open/floor/whitepurplecorner, +/area/bigredv2/caves/lambda/research) +"cid" = ( +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_north) +"cif" = ( +/obj/structure/bed/chair{ dir = 4 }, -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper Engineering Complex" +/turf/open/floor/dark, +/area/bigredv2/outside/filtration_plant) +"cil" = ( +/obj/structure/machinery/alarm{ + dir = 4; + pixel_x = -30 }, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/engineering) -"cfz" = ( -/obj/structure/prop/server_equipment/yutani_server{ - density = 0; - pixel_y = 16 +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"ciT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/n) +"cjE" = ( +/turf/open/mars_cave/mars_cave_23, +/area/bigredv2/caves/lambda/research) +"cjP" = ( +/obj/structure/machinery/landinglight/ds2, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/space_port_lz2) +"cjU" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/xeno_spawn, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_east) +"ckt" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -5; + pixel_y = 10 }, -/turf/open/floor/podhatchfloor, -/area/bigredv2/outside/admin_building) -"cfH" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +/obj/structure/barricade/wooden, +/turf/open/mars_cave/mars_cave_13, +/area/bigredv2/caves/mining) +"ckA" = ( +/turf/open/mars/mars_dirt_11, +/area/bigredv2/outside/nw) +"cll" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tool, +/obj/effect/spawner/random/tech_supply, +/turf/open/floor/dark, +/area/bigredv2/outside/space_port) +"clp" = ( +/obj/item/stack/rods, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/outside/space_port) +"clO" = ( +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/s) +"clR" = ( +/obj/effect/landmark/hunter_secondary, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_east) +"cmo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/vending/cola, +/turf/open/floor, +/area/bigredv2/outside/general_offices) +"cms" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor/darkish, +/area/bigredv2/caves/lambda/breakroom) +"cns" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "se-checkpoint" }, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/engineering) -"cfK" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W-corner" +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/closed/wall/solaris/rock, +/area/bigredv2/caves) +"cnI" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6" }, -/obj/structure/bed/chair{ +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/nw) +"cnO" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/space_port) +"coi" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave/mars_cave_23, +/area/bigredv2/caves_east) +"coj" = ( +/turf/open/mars_cave/mars_cave_19, +/area/bigredv2/outside/s) +"coq" = ( +/turf/open/floor/darkblue2/west, +/area/bigredv2/caves/eta/storage) +"coG" = ( +/obj/structure/pipes/vents/pump{ dir = 8 }, /turf/open/floor/dark, +/area/bigredv2/outside/admin_building) +"coY" = ( +/turf/open/floor/darkpurple2/north, /area/bigredv2/caves/lambda/xenobiology) -"cfR" = ( +"cpl" = ( +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/mars_cave/mars_cave_17, +/area/bigredv2/caves_research) +"cpn" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, /obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 + dir = 6 }, -/obj/structure/machinery/portable_atmospherics/hydroponics, +/turf/open/floor/darkblue2/northeast, +/area/bigredv2/caves/eta/research) +"cpv" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/gm/river, +/area/bigredv2/outside/engineering) +"cpZ" = ( +/obj/structure/pipes/vents/scrubber/on{ + dir = 8 + }, +/obj/effect/landmark/monkey_spawn, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkish, +/area/bigredv2/caves/lambda/virology) +"cqa" = ( +/obj/structure/cryofeed/right{ + name = "\improper coolant feed" + }, +/turf/open/floor/bluegrid/bcircuitoff, +/area/bigredv2/outside/filtration_plant) +"cqf" = ( +/obj/structure/pipes/standard/simple/hidden/supply, /turf/open/floor/whitegreenfull, -/area/bigredv2/outside/hydroponics) -"cfT" = ( +/area/bigredv2/caves/lambda/virology) +"cqt" = ( +/obj/effect/decal/cleanable/dirt, /turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) -"cgE" = ( +"cqy" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/filtration_plant) +"cqF" = ( +/obj/structure/machinery/computer/communications{ + dir = 4 + }, +/obj/structure/surface/table, +/turf/open/floor/white, +/area/bigredv2/outside/admin_building) +"crn" = ( /obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/c) +"crp" = ( +/obj/structure/bed/chair{ dir = 4 }, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/engineering) -"chf" = ( -/obj/effect/decal/cleanable/liquid_fuel, -/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/carpet7_3/west, +/area/bigredv2/outside/admin_building) +"crE" = ( +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/caves_virology) +"crM" = ( +/turf/open/floor/darkpurple2, +/area/bigredv2/caves/lambda/xenobiology) +"crT" = ( +/obj/item/frame/table, /turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/engineering) -"chk" = ( -/obj/item/tool/wirecutters, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/c) -"chS" = ( -/turf/open/mars/mars_dirt_6, -/area/bigredv2/outside/space_port_lz2) -"cid" = ( +/area/bigredv2/outside/filtration_plant) +"csa" = ( +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/telecomm/n_cave) +"csq" = ( /obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/bun, -/obj/item/reagent_container/food/snacks/bun, -/obj/item/reagent_container/food/snacks/cheesewedge, -/obj/structure/machinery/camera/autoname, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"ciq" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkred2/northeast, -/area/bigredv2/outside/admin_building) -"ciu" = ( -/obj/item/prop/alien/hugger, -/turf/open/floor/darkred2/east, +/obj/item/clothing/glasses/meson, +/obj/effect/landmark/crap_item, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"csJ" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood, /area/bigredv2/outside/admin_building) -"cjd" = ( +"csL" = ( /obj/effect/decal/cleanable/blood{ - dir = 8; - icon_state = "gib6"; - layer = 4; - pixel_x = 12; - pixel_y = 3 + icon_state = "xgib2" }, -/turf/open/mars_cave/mars_cave_3, +/obj/item/stack/sheet/wood{ + pixel_y = -7 + }, +/turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves/mining) -"cjg" = ( -/obj/structure/surface/table, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/dark, -/area/bigredv2/outside/office_complex) -"cjh" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/powercell, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/engineering) -"cjn" = ( -/obj/structure/bed, -/obj/item/bedsheet/medical, -/turf/open/floor/whitegreen/northeast, -/area/bigredv2/caves/lambda/virology) -"cjw" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/crap_item, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/wood, -/area/bigredv2/caves/eta/living) -"cjE" = ( -/obj/structure/machinery/camera/autoname{ - dir = 4 +"csV" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 4; + health = 25000 }, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/general_store) -"cjZ" = ( -/turf/open/mars_cave/mars_cave_19, -/area/bigredv2/outside/lz2_south_cas) -"ckp" = ( -/obj/structure/pipes/vents/pump/on, +/turf/open/mars_cave/mars_cave_14, +/area/bigredv2/caves_north) +"ctt" = ( +/turf/open/floor/darkblue2/west, +/area/bigredv2/caves/eta/research) +"ctH" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/darkgreencorners2, +/area/bigredv2/caves/eta/research) +"cuf" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"cum" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/space_port_lz2) -"ckQ" = ( -/turf/closed/wall/solaris/rock, -/area/bigredv2/outside/lambda_cave_cas) -"ckT" = ( -/turf/open/floor/asteroidwarning/east, /area/bigredv2/caves_lambda) -"clu" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 +"cuC" = ( +/obj/structure/surface/table, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/engineering) +"cuQ" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_lambda) +"cuY" = ( +/obj/structure/surface/table, +/obj/item/tool/surgery/surgicaldrill, +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"cwn" = ( +/obj/structure/machinery/light{ + dir = 8 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/dorms) -"clQ" = ( +/turf/open/floor/darkyellowcorners2/west, +/area/bigredv2/caves/eta/living) +"cwr" = ( +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves) +"cwz" = ( +/turf/open/space/basic, +/area/space) +"cwM" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/surface/table/woodentable, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"clV" = ( -/obj/structure/machinery/landinglight/ds1/delaythree{ +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"cwO" = ( +/obj/structure/cryofeed, +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/space_port) -"clW" = ( -/obj/structure/machinery/door_control{ - id = "garage"; - name = "Garage Shutters"; - pixel_x = 26; - range = 500 - }, -/turf/open/floor/wood, -/area/bigredv2/outside/marshal_office) -"cmM" = ( -/obj/effect/landmark/crap_item, -/obj/structure/machinery/landinglight/ds1/delaythree{ - dir = 4 +/turf/open/floor/bluegrid/bcircuitoff, +/area/bigredv2/outside/filtration_plant) +"cwW" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "\improper Lambda Lab Chemistry Lab" }, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/space_port) -"cnc" = ( -/obj/effect/landmark/xeno_spawn, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/dark, +/turf/open/floor/delivery, +/area/bigredv2/caves/lambda/xenobiology) +"cxD" = ( +/obj/structure/machinery/seed_extractor, +/turf/open/floor/darkred2/northeast, /area/bigredv2/caves/eta/research) -"cns" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "se-checkpoint" +"cxT" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves_lambda) +"cyv" = ( +/obj/structure/machinery/prop/almayer/computer/PC{ + pixel_x = 3; + pixel_y = 12 }, -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/closed/wall/solaris/rock, -/area/bigredv2/caves) -"cnt" = ( -/obj/structure/platform/kutjevo/rock{ - dir = 8 +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/plating, +/area/bigredv2/caves/mining) +"cyz" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellowcorners2, +/area/bigredv2/caves/eta/living) +"cyC" = ( +/obj/structure/machinery/power/apc/no_power/west{ + name = "Xenbiology Lab APC" }, -/obj/structure/platform/kutjevo/rock, -/obj/structure/platform_decoration/kutjevo/rock{ +/obj/structure/machinery/door_control{ + id = "lambda"; + name = "Lambda Lockdown"; + pixel_y = -25 + }, +/turf/open/floor/whitepurple/southwest, +/area/bigredv2/caves/lambda/xenobiology) +"cyE" = ( +/obj/structure/pipes/vents/pump{ dir = 1 }, -/turf/open/mars/mars_dirt_12, -/area/space) -"cnI" = ( +/turf/open/floor/dark, +/area/bigredv2/caves/eta/xenobiology) +"cyG" = ( +/obj/effect/landmark/crap_item, /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/redcorner/west, -/area/bigredv2/outside/office_complex) -"cnK" = ( +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"cyP" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/device/camera/oldcamera, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"cnW" = ( -/obj/structure/machinery/light{ - dir = 1 +/turf/open/floor/grimy, +/area/bigredv2/outside/dorms) +"czj" = ( +/obj/structure/bed, +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/floor/wood, +/area/bigredv2/caves/eta/living) +"czt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/roller, +/turf/open/floor/whitegreen/north, +/area/bigredv2/outside/medical) +"czW" = ( +/turf/open/floor/podhatchfloor, +/area/bigredv2/caves/eta/storage) +"cAc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair/wood/normal{ + dir = 4 }, +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"cAq" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tool, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/darkyellow2/north, /area/bigredv2/outside/engineering) -"cod" = ( -/turf/open/mars_cave/mars_cave_19, -/area/bigredv2/outside/lz1_north_cas) -"cog" = ( +"cAr" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/caves_lambda) +"cAN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating, +/area/bigredv2/caves/mining) +"cAQ" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"cBf" = ( /obj/effect/decal/cleanable/blood{ - dir = 4; icon_state = "gib6" }, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"coz" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/xenobiology) -"coN" = ( -/obj/structure/prop/invuln/minecart_tracks{ - desc = "A heavy duty power cable for high voltage applications"; - dir = 1; - icon = 'icons/obj/pipes/power_cond_heavy.dmi'; - icon_state = "4-8"; - name = "heavy duty power cable" +/turf/open/floor/wood, +/area/bigredv2/outside/dorms) +"cBq" = ( +/obj/structure/surface/table, +/obj/structure/machinery/computer/pod/old{ + name = "Personal Computer" }, -/turf/open/mars_cave/mars_cave_13, -/area/bigredv2/caves/mining) -"cph" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/turf/open/floor/wood, +/area/bigredv2/caves/eta/living) +"cBr" = ( +/obj/structure/surface/rack, +/turf/open/floor/darkyellow2/northeast, +/area/bigredv2/caves/eta/research) +"cBw" = ( +/obj/structure/surface/table, +/obj/structure/machinery/camera/autoname{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/whitebluefull/northeast, /area/bigredv2/outside/general_store) -"cpi" = ( -/obj/effect/decal/cleanable/blood, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/general_store) -"cpv" = ( -/obj/structure/platform{ - dir = 4 - }, -/turf/open/gm/river, -/area/bigredv2/outside/engineering) -"cpM" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W-corner" - }, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_lambda) -"cpY" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/turf/open/floor/darkish, -/area/bigredv2/caves/eta/storage) -"cqW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/engineering) -"cqY" = ( +"cBT" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Engineering Complex" +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/caves/eta/research) +"cBV" = ( +/turf/open/floor/asteroidwarning/southeast, +/area/bigredv2/outside/space_port_lz2) +"cCe" = ( +/obj/item/tool/warning_cone{ + pixel_y = 17 }, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/engineering) -"crt" = ( -/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/filtration_plant) +"cCi" = ( /obj/effect/landmark/crap_item, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/e) -"crI" = ( -/obj/structure/surface/table, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"crU" = ( -/obj/structure/machinery/computer/area_atmos{ - dir = 1 +/turf/open/mars/mars_dirt_8, +/area/bigredv2/outside/nw) +"cDm" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 6 }, -/obj/structure/surface/table, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/engineering) -"crV" = ( -/obj/structure/barricade/wooden{ - dir = 1; +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -6; + pixel_y = 12 + }, +/obj/item/ore{ + pixel_x = -4; pixel_y = 7 }, -/turf/open/mars_cave/mars_cave_14, +/obj/effect/decal/cleanable/blood{ + dir = 4; + icon_state = "gib6" + }, +/turf/open/mars_cave/mars_dirt_7, /area/bigredv2/caves/mining) -"csa" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/white, -/area/bigredv2/outside/marshal_office) -"csO" = ( -/obj/structure/cargo_container/horizontal/blue/middle, -/turf/open/mars, -/area/bigredv2/outside/space_port_lz2) -"ctk" = ( +"cDB" = ( +/obj/structure/surface/table, /obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor/darkgreencorners2/west, -/area/bigredv2/caves/eta/research) -"ctv" = ( -/obj/structure/prop/almayer/cannon_cable_connector{ - name = "\improper Control Module"; - pixel_y = 13 +/obj/item/storage/firstaid/adv, +/turf/open/floor/whitegreencorner, +/area/bigredv2/outside/medical) +"cDF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/storage) +"cDT" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/mars_cave/mars_dirt_4, +/turf/open/floor/asteroidwarning/southeast, +/area/bigredv2/outside/space_port) +"cEc" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/portable_atmospherics/powered/scrubber/huge/stationary, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"ctG" = ( -/turf/open/floor/darkyellow2, -/area/bigredv2/caves/eta/research) -"ctQ" = ( -/obj/structure/machinery/chem_master, +"cEp" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/whitepurplecorner/east, -/area/bigredv2/outside/medical) -"cua" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_east) -"cuR" = ( -/obj/structure/machinery/power/reactor/colony, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"cvC" = ( -/obj/structure/surface/table/woodentable, -/obj/item/ashtray/glass, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"cvV" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/mars_cave/mars_cave_23, -/area/bigredv2/caves_east) -"cwg" = ( -/obj/structure/surface/table/reinforced, -/obj/item/trash/buritto, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/whitegreenfull, -/area/bigredv2/outside/medical) -"cwi" = ( +/obj/structure/machinery/light{ + dir = 4 + }, /obj/item/device/radio/intercom{ freerange = 1; frequency = 1469; name = "General Listening Channel"; pixel_x = 30 }, -/turf/open/floor/podhatchfloor, -/area/bigredv2/outside/engineering) -"cxe" = ( -/obj/structure/bed/roller, -/turf/open/floor/freezerfloor, -/area/bigredv2/caves/lambda/xenobiology) -"cye" = ( -/obj/structure/machinery/power/port_gen/pacman, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/engineering) -"cyg" = ( -/obj/structure/platform_decoration/shiva{ +/turf/open/floor/whitegreen/east, +/area/bigredv2/outside/medical) +"cEq" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/light, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"cEE" = ( +/obj/effect/glowshroom, +/turf/open/mars_cave/mars_cave_10, +/area/bigredv2/caves_lambda) +"cEK" = ( +/obj/structure/machinery/landinglight/ds1{ dir = 8 }, -/obj/structure/platform_decoration/shiva, -/turf/open/floor/bluegrid/bcircuitoff, -/area/bigredv2/caves/lambda/research) -"cyo" = ( -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/outside/lz1_telecomm_cas) -"cyv" = ( -/obj/structure/machinery/prop/almayer/computer/PC{ - pixel_x = 3; - pixel_y = 12 +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/space_port) +"cFa" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 8; + health = 25000 }, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/plating, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/caves_north) +"cFz" = ( +/turf/open/mars/mars_dirt_12, +/area/bigredv2/outside/se) +"cFT" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/effect/landmark/corpsespawner/colonist/random/burst, +/turf/open/mars_cave/mars_cave_16, /area/bigredv2/caves/mining) -"cyw" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, +"cGf" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/xenobiology) +"cGj" = ( +/obj/structure/window/framed/solaris, +/turf/open/floor/panelscorched, +/area/bigredv2/outside/engineering) +"cGt" = ( +/obj/effect/spawner/random/toolbox, /turf/open/floor/grimy, /area/bigredv2/outside/admin_building) -"cyH" = ( -/turf/open/floor/whitepurplefull, -/area/bigredv2/caves/lambda/research) -"cyS" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"cyZ" = ( +"cGM" = ( +/obj/structure/pipes/standard/simple/hidden/green, /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ dir = 1; - name = "\improper Marshal Office Checkpoint" + name = "\improper Marshal Office Armory" }, /turf/open/floor/delivery, /area/bigredv2/outside/marshal_office) -"czk" = ( -/obj/structure/bed, -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/whitegreen/southeast, -/area/bigredv2/outside/medical) -"czw" = ( +"cGP" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkblue2/west, +/area/bigredv2/caves/eta/storage) +"cGW" = ( +/turf/open/floor/darkredcorners2, +/area/bigredv2/caves/eta/xenobiology) +"cHf" = ( /obj/structure/bed/chair{ - dir = 8 + dir = 1 }, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"czE" = ( +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/engineering) +"cHw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/obj/structure/machinery/light/built{ + dir = 4 + }, +/turf/open/floor/whitegreen/southeast, +/area/bigredv2/caves/lambda/virology) +"cHx" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/floor4, +/obj/structure/largecrate/random/barrel, +/turf/open/floor, /area/bigredv2/outside/cargo) -"cAg" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/carpet, -/area/bigredv2/caves/lambda/breakroom) -"cAj" = ( -/obj/structure/surface/table, -/obj/item/storage/briefcase, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"cAn" = ( -/obj/structure/machinery/light{ +"cHy" = ( +/obj/item/device/flashlight, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor, +/area/bigredv2/outside/cargo) +"cHA" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/darkyellowcorners2, /area/bigredv2/caves/eta/living) -"cAN" = ( +"cIc" = ( +/turf/open/floor/darkpurple2/northwest, +/area/bigredv2/caves/lambda/research) +"cIt" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/plating, -/area/bigredv2/caves/mining) -"cBb" = ( -/obj/effect/decal/cleanable/blood, /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 6 + }, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/storage) +"cIA" = ( +/obj/structure/sign/safety/biohazard{ + pixel_x = 7; + pixel_y = -24 }, /turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/c) -"cBk" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - name = "\improper Access door" +/area/bigredv2/outside/virology) +"cIJ" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/tech_supply, +/obj/effect/spawner/random/tech_supply, +/obj/structure/pipes/vents/pump{ + dir = 4 }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"cBp" = ( +/turf/open/floor/white, +/area/bigredv2/outside/office_complex) +"cIP" = ( +/obj/item/paper/bigred/smuggling, +/turf/open/floor, +/area/bigredv2/outside/cargo) +"cJl" = ( +/turf/open/floor/asteroidwarning/northeast, +/area/bigredv2/outside/e) +"cJw" = ( /obj/structure/surface/table, -/obj/item/device/healthanalyzer, -/obj/structure/pipes/vents/pump, -/obj/item/reagent_container/spray/cleaner, -/obj/structure/phone_base/colony_net{ - phone_category = "Solaris Ridge"; - phone_color = "green"; - phone_id = "Clinic"; - pixel_y = 24 +/obj/effect/spawner/random/toolbox, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/engineering) +"cJC" = ( +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor/asteroidplating, +/area/bigredv2/outside/space_port) +"cJF" = ( +/obj/structure/bed/chair, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"cJQ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, -/turf/open/floor/white, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/nw) +"cKl" = ( +/obj/structure/machinery/light, +/turf/open/floor/whitebluefull/northeast, /area/bigredv2/outside/medical) -"cBu" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/turf/open/floor/freezerfloor, -/area/bigredv2/caves/lambda/xenobiology) -"cBK" = ( -/turf/open/floor/darkred2/southwest, -/area/bigredv2/caves/eta/xenobiology) -"cBQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ +"cKo" = ( +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/darkyellowcorners2/north, +/turf/open/floor/darkyellow2/east, /area/bigredv2/outside/engineering) -"cCv" = ( -/turf/open/mars_cave/mars_cave_17, -/area/bigredv2/outside/s) -"cCI" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"cKH" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/drinks/flask/vacuumflask, +/obj/item/reagent_container/food/drinks/flask, +/obj/structure/machinery/light{ + dir = 8 }, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"cKK" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkred2, -/area/bigredv2/outside/admin_building) -"cCK" = ( -/obj/structure/largecrate/random/barrel/true_random, +/turf/open/floor/wood, +/area/bigredv2/outside/office_complex) +"cKP" = ( +/turf/open/floor/darkyellow2/north, +/area/bigredv2/caves/eta/research) +"cKQ" = ( +/obj/structure/machinery/conveyor{ + dir = 9; + id = "anomalybelt" + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/research) +"cKV" = ( +/obj/effect/landmark/static_comms/net_two, +/turf/open/floor/bcircuit, +/area/bigredv2/outside/telecomm/lz2_cave) +"cKZ" = ( +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/n) -"cCO" = ( -/obj/structure/machinery/door/airlock/almayer/secure/colony{ - dir = 1; - name = "\improper Engine Reactor" +/area/bigred/ground/garage_workshop) +"cLk" = ( +/turf/open/mars_cave/mars_cave_22, +/area/bigredv2/caves_east) +"cLp" = ( +/obj/structure/machinery/power/reactor/colony, +/turf/open/floor/plating, +/area/bigredv2/caves/eta/storage) +"cLr" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 1 }, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/engineering) -"cDg" = ( +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"cLs" = ( /obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ - name = "\improper Medical Clinic" +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 1; + health = 25000 }, +/turf/open/floor/white, +/area/bigredv2/outside/admin_building) +"cLx" = ( +/obj/structure/machinery/computer/WYresearch, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/research) +"cLz" = ( /turf/open/floor/delivery, -/area/bigredv2/outside/medical) -"cDP" = ( -/obj/structure/bed/roller, -/turf/open/floor/whitegreen/southeast, -/area/bigredv2/outside/medical) -"cEZ" = ( -/turf/open/mars/mars_dirt_11, -/area/bigredv2/caves_north) -"cFn" = ( -/obj/structure/surface/table, -/obj/item/storage/box/gloves, -/turf/open/floor/whitegreencorner, -/area/bigredv2/outside/medical) -"cFH" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/plating/warnplate, -/area/bigredv2/caves/lambda/xenobiology) -"cFP" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "SE-out"; - pixel_x = 1; - pixel_y = -1 - }, -/turf/open/floor/red/northwest, +/area/bigredv2/caves/eta/storage) +"cLM" = ( +/turf/open/floor/rampbottom, /area/bigredv2/outside/marshal_office) -"cGd" = ( -/obj/structure/surface/table, +"cLV" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/n) +"cMb" = ( +/obj/structure/machinery/computer/pandemic, +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"cMd" = ( +/turf/open/floor/chapel, +/area/bigredv2/outside/chapel) +"cMK" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/grimy, +/area/bigredv2/outside/office_complex) +"cMO" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/item/trash/tray, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"cGs" = ( -/obj/structure/surface/table, -/obj/item/toy/prize/mauler, /turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"cGV" = ( -/obj/structure/closet/toolcloset, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/filtration_plant) -"cGX" = ( -/obj/structure/largecrate/lisa, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/bot, -/area/bigredv2/caves/eta/storage) -"cHf" = ( -/obj/structure/sign/safety/terminal{ - pixel_y = -32 - }, -/turf/open/floor/white, -/area/bigredv2/outside/admin_building) -"cHi" = ( -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/caves_east) -"cHm" = ( -/obj/structure/surface/table, -/obj/structure/machinery/reagentgrinder, -/turf/open/floor/whitepurplecorner/east, /area/bigredv2/outside/medical) -"cHu" = ( +"cMQ" = ( +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/lz2_south_cas) +"cNm" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/s) +"cNp" = ( /obj/structure/machinery/light{ - dir = 8 + dir = 1 }, -/turf/open/floor/whitepurple/west, -/area/bigredv2/caves/lambda/xenobiology) -"cHy" = ( -/obj/item/device/flashlight, /obj/effect/decal/cleanable/dirt, -/turf/open/floor, -/area/bigredv2/outside/cargo) -"cHD" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 1; - name = "\improper Cargo Bay Storage" +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/cargo) -"cIe" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/telecomm/n_cave) -"cIf" = ( -/obj/structure/surface/table/woodentable, -/obj/item/device/pinpointer, -/turf/open/floor/wood, -/area/bigredv2/outside/admin_building) -"cIy" = ( -/turf/open/floor/delivery, -/area/bigredv2/caves/lambda/virology) -"cIH" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Bar" +/turf/open/floor/redfull/northwest, +/area/bigredv2/caves/eta/research) +"cNw" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/lambda_cave_cas) +"cND" = ( +/obj/structure/machinery/computer/atmos_alert{ + dir = 8 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/bar) -"cIP" = ( -/obj/item/paper/bigred/smuggling, -/turf/open/floor, -/area/bigredv2/outside/cargo) -"cJd" = ( -/obj/effect/landmark/corpsespawner/miner, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"cJe" = ( -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/eta) -"cJj" = ( /obj/structure/surface/table, -/obj/effect/spawner/random/toolbox, -/obj/item/tool/extinguisher, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/west, +/turf/open/floor/darkyellow2/southeast, /area/bigredv2/outside/filtration_plant) -"cJk" = ( +"cNK" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/grimy, +/turf/open/floor/redcorner, +/area/bigredv2/outside/office_complex) +"cNL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/freezerfloor, /area/bigredv2/outside/dorms) -"cJu" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/structure/machinery/computer/cameras/wooden_tv, -/turf/open/floor/wood, -/area/bigredv2/outside/marshal_office) -"cJy" = ( -/obj/structure/bed, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"cKk" = ( +"cNW" = ( +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/filtration_plant) +"cOt" = ( +/obj/structure/sign/poster/clf, +/turf/closed/wall/solaris/reinforced, +/area/bigredv2/caves/mining) +"cOx" = ( +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/plating, +/area/bigredv2/outside/cargo) +"cOS" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/space_port) +"cPq" = ( /obj/structure/window/reinforced/toughened{ dir = 1; icon_state = "fwindow"; pixel_y = 12 }, /obj/structure/machinery/door/window{ - layer = 4 + dir = 8 }, -/turf/open/floor/darkgreen2/northeast, +/obj/effect/landmark/crap_item, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkgreen2/northwest, /area/bigredv2/caves/lambda/virology) -"cKy" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - name = "\improper Cargo Bay Security" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/cargo) -"cKN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/head/welding, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/engineering) -"cLi" = ( -/turf/open/floor/asteroidwarning/northwest, -/area/bigredv2/outside/virology) -"cLj" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - pixel_x = -1; - pixel_y = 1 - }, -/turf/open/floor/red/southeast, -/area/bigredv2/outside/marshal_office) -"cLo" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_cave_14, -/area/bigredv2/outside/n) -"cLw" = ( -/turf/open/floor/asteroidwarning, -/area/bigredv2/caves_north) -"cLY" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = 2; - pixel_y = 17 - }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"cMi" = ( +"cPJ" = ( +/turf/open/mars/mars_dirt_12, +/area/bigredv2/outside/sw) +"cPX" = ( /obj/effect/decal/cleanable/blood, -/turf/open/floor/wood, -/area/bigredv2/caves/eta/living) -"cMn" = ( -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/southeast, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, /area/bigredv2/outside/filtration_plant) -"cMH" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - name = "\improper Eta Lab Maintenance Storage" - }, -/turf/open/floor/delivery, -/area/bigredv2/caves/eta/storage) -"cML" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/darkyellowcorners2/west, -/area/bigredv2/caves/eta/living) -"cNe" = ( -/obj/structure/bed/chair{ - dir = 4 - }, +"cQt" = ( +/obj/structure/machinery/cryo_cell, +/obj/structure/pipes/standard/cap, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"cQE" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/carpet7_3/west, -/area/bigredv2/outside/admin_building) -"cOd" = ( -/obj/structure/closet/crate/freezer, -/turf/open/floor/freezerfloor, -/area/bigredv2/caves/lambda/xenobiology) -"cOn" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/reagentgrinder, -/turf/open/floor/whiteyellow/southeast, -/area/bigredv2/caves/lambda/xenobiology) -"cOq" = ( -/obj/structure/janitorialcart, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkgreencorners2, +/area/bigredv2/caves/eta/storage) +"cQQ" = ( +/obj/structure/surface/table, +/obj/item/trash/kepler, /turf/open/floor/whiteyellowfull/east, /area/bigredv2/outside/office_complex) -"cOt" = ( -/obj/structure/sign/poster/clf, -/turf/closed/wall/solaris/reinforced, -/area/bigredv2/caves/mining) -"cOy" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"cPf" = ( -/obj/structure/surface/table/reinforced, +"cRj" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"cPv" = ( -/obj/structure/prop/invuln/minecart_tracks{ - dir = 1 - }, -/turf/open/mars_cave/mars_cave_9, -/area/bigredv2/caves/mining) -"cPF" = ( -/obj/structure/platform/shiva{ +/obj/structure/machinery/recharge_station, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/dorms) +"cRl" = ( +/obj/structure/machinery/light{ dir = 4 }, -/obj/item/shard{ - icon_state = "medium" - }, -/turf/open/floor/bluegrid/bcircuitoff, -/area/bigredv2/caves/lambda/research) -"cPO" = ( -/obj/structure/machinery/door/poddoor/almayer/closed{ - dir = 4; - id = "lambda-interior"; - name = "Lambda Checkpoint Interior" +/turf/open/floor/darkyellowcorners2, +/area/bigredv2/caves/eta/living) +"cRQ" = ( +/turf/open/mars_cave/mars_cave_17, +/area/bigredv2/outside/lz1_north_cas) +"cSt" = ( +/obj/item/ammo_magazine/pistol/b92fs, +/obj/item/weapon/gun/pistol/b92fs{ + pixel_x = 13; + pixel_y = -7 }, -/turf/open/floor/delivery, -/area/bigredv2/caves_north) -"cPW" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/turf/open/mars_cave/mars_dirt_4, +/turf/open/mars_cave/mars_dirt_6, /area/bigredv2/caves/mining) -"cQY" = ( -/obj/effect/decal/cleanable/blood/oil/streak, -/turf/open/floor/asteroidwarning, -/area/bigred/ground/garage_workshop) -"cRN" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/toolbox, -/turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"cSp" = ( -/turf/open/floor/darkyellowcorners2/west, -/area/bigredv2/caves/eta/living) -"cSs" = ( -/obj/structure/machinery/light{ - dir = 8 +"cSR" = ( +/obj/structure/bookcase{ + icon_state = "book-5" }, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/caves_lambda) -"cSD" = ( -/turf/open/mars_cave/mars_cave_14, -/area/bigredv2/outside/ne) -"cSF" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"cSS" = ( +/obj/structure/machinery/door_control{ + id = "Office Complex 1"; + name = "Storm Shutters"; + pixel_x = -32 }, -/turf/open/floor/dark, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/redcorner/west, +/area/bigredv2/outside/office_complex) +"cSU" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/glass/bottle/toxin, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/virology) +"cSY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/crap_item, +/turf/open/floor/whiteyellowfull/east, +/area/bigredv2/outside/office_complex) +"cTO" = ( +/obj/structure/curtain/open/medical, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"cTP" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/turf/open/floor/wood, /area/bigredv2/outside/admin_building) -"cTg" = ( -/obj/structure/machinery/chem_dispenser, -/turf/open/floor/darkred2/west, -/area/bigredv2/caves/eta/research) -"cTq" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/plating/warnplate/northeast, -/area/bigredv2/caves/lambda/xenobiology) -"cTW" = ( -/turf/open/mars/mars_dirt_12, -/area/bigredv2/outside/sw) -"cUv" = ( -/obj/structure/bed/chair/wood/normal{ - dir = 8 - }, -/turf/open/floor/chapel, -/area/bigredv2/outside/chapel) -"cUE" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/sign/safety/laser{ - pixel_y = 32 +"cTQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/turf/open/floor/purple/north, -/area/bigredv2/caves/lambda/research) -"cUF" = ( -/obj/structure/pipes/vents/pump, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"cUQ" = ( -/obj/structure/machinery/chem_dispenser, -/turf/open/floor/whiteyellow/northwest, -/area/bigredv2/caves/lambda/xenobiology) -"cUU" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 1; - name = "\improper Marshal Office Holding Cell" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/marshal_office) -"cUV" = ( -/obj/structure/barricade/metal{ - dir = 4; - icon_state = "barricade" +/turf/open/floor/darkredcorners2/north, +/area/bigredv2/outside/admin_building) +"cUk" = ( +/obj/structure/machinery/power/port_gen/pacman, +/obj/effect/decal/warning_stripes{ + icon_state = "U-N" }, -/turf/open/floor/whitepurple/southeast, +/turf/open/floor/dark, /area/bigredv2/caves/lambda/research) -"cUZ" = ( -/obj/structure/surface/table, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/item/device/multitool, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +"cUp" = ( +/obj/effect/decal/cleanable/dirt, /turf/open/floor/yellowfull, /area/bigredv2/outside/general_store) +"cUG" = ( +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/space_port_lz2) +"cUK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/crap_item, +/turf/open/floor/whitepurplefull, +/area/bigredv2/outside/medical) +"cUM" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 6 + }, +/turf/open/mars_cave/mars_cave_15, +/area/bigredv2/caves/mining) "cVd" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"cVf" = ( -/turf/open/mars/mars_dirt_13, -/area/bigredv2/outside/nw) +"cVe" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Eta Lab Dormitories" + }, +/turf/open/floor/delivery, +/area/bigredv2/caves/eta/research) "cVh" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/drip, @@ -5765,479 +5718,542 @@ }, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"cVP" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N" - }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/whitegreen, -/area/bigredv2/caves/lambda/virology) +"cVG" = ( +/turf/open/floor/whitepurple/southeast, +/area/bigredv2/caves/lambda/research) +"cVX" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/asteroidwarning/north, +/area/bigred/ground/garage_workshop) "cVY" = ( /turf/open/mars, /area/bigredv2/outside/space_port_lz2) -"cWd" = ( -/obj/item/stack/cable_coil/cut, -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/caves/mining) -"cWQ" = ( -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = 30 +"cWb" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/redcorner, -/area/bigredv2/outside/office_complex) -"cXb" = ( -/obj/effect/decal/cleanable/blood/gibs/xeno/body, -/obj/structure/machinery/door/poddoor/almayer/closed{ - dir = 4; - id = "viro"; - name = "Virology Lockdown" +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "\improper Virology Lab Chemistry" }, /turf/open/floor/delivery, /area/bigredv2/outside/virology) -"cXE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/c) -"cXJ" = ( -/obj/item/stack/rods, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/outside/space_port) -"cXY" = ( -/obj/structure/noticeboard{ - desc = "A board for pinning important items upon."; +"cWc" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ dir = 1; - name = "trophy board"; - pixel_y = 30 - }, -/obj/item/oldresearch/Chitin{ - anchored = 1; - pixel_y = 27 + name = "\improper Lambda Lab Break Room" }, -/turf/open/floor/elevatorshaft/north, +/turf/open/floor/delivery, /area/bigredv2/caves/lambda/breakroom) -"cYc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/grimy, -/area/bigredv2/outside/dorms) -"cYf" = ( -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/virology) -"cYi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +"cWn" = ( +/obj/item/ore{ + pixel_x = 13; + pixel_y = 12 }, -/turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"cYm" = ( -/obj/item/paper/bigred/crazy, -/turf/open/floor/plating/platingdmg3/west, +/turf/open/mars_cave/mars_dirt_6, /area/bigredv2/caves/mining) -"cYF" = ( -/obj/structure/machinery/light{ - dir = 1 +"cWL" = ( +/obj/structure/surface/table, +/obj/structure/phone_base/colony_net/rotary{ + phone_category = "Solaris Ridge"; + phone_color = "blue"; + phone_id = "Space Port" }, -/obj/structure/machinery/firealarm{ +/turf/open/floor/dark, +/area/bigredv2/outside/space_port) +"cWP" = ( +/turf/open/floor/delivery, +/area/bigredv2/outside/library) +"cXe" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/darkyellowcorners2, +/area/bigredv2/caves/eta/living) +"cXg" = ( +/obj/structure/pipes/vents/pump{ dir = 1 }, +/turf/open/floor/grimy, +/area/bigredv2/outside/marshal_office) +"cXu" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + icon = 'icons/obj/pipes/manifold.dmi'; + icon_state = "map"; + name = "Pipe manifold" + }, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"cYR" = ( -/obj/structure/bed/chair{ - dir = 4 +"cXv" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, -/obj/structure/pipes/standard/manifold/hidden/green{ +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"cYf" = ( +/obj/structure/machinery/light/small{ dir = 1 }, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"cYT" = ( -/obj/structure/surface/rack, -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"cZi" = ( +/obj/structure/computer3frame/wallcomp, +/obj/structure/cable{ + icon_state = "11-2" + }, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"cYj" = ( +/obj/item/ore, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"cYp" = ( +/obj/structure/bed, +/turf/open/floor/whitegreen/southwest, +/area/bigredv2/outside/medical) +"cYw" = ( +/turf/open/floor/delivery, +/area/bigred/ground/garage_workshop) +"cYA" = ( +/obj/structure/surface/table, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/virology) +"cYG" = ( +/obj/item/weapon/gun/smg/m39, +/obj/structure/closet/secure_closet/guncabinet/wy, +/turf/open/floor/redfull/northwest, +/area/bigredv2/caves/eta/research) +"cYH" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/virology) -"cZR" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/n) -"daa" = ( -/obj/item/clothing/shoes/galoshes, -/turf/open/floor/whiteyellowfull/east, -/area/bigredv2/outside/office_complex) -"daP" = ( -/obj/effect/glowshroom, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/whitegreen/west, -/area/bigredv2/caves/lambda/xenobiology) -"dbi" = ( -/turf/closed/wall/solaris/reinforced/hull, -/area/bigredv2/outside/telecomm/lz2_cave) -"dbn" = ( -/obj/structure/surface/rack, -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, -/turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"dbu" = ( -/obj/structure/machinery/door_control{ - id = "Office Complex 1"; - name = "Storm Shutters"; - pixel_x = -32 +/area/bigredv2/outside/space_port_lz2) +"cYL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/redcorner/west, -/area/bigredv2/outside/office_complex) -"dbD" = ( -/obj/structure/window, -/obj/structure/surface/table/woodentable, -/obj/item/newspaper, /turf/open/floor/wood, /area/bigredv2/outside/library) -"dbE" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_y = 6 - }, -/turf/open/mars_cave/mars_cave_17, -/area/bigredv2/caves/mining) -"dbH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/tofu{ - pixel_x = -1; - pixel_y = 14 - }, -/obj/item/reagent_container/food/snacks/tofu{ - pixel_y = 6 - }, -/obj/item/reagent_container/food/snacks/tofu, -/obj/structure/cable{ - icon_state = "5-9" +"cZE" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 1; + name = "\improper Machine room" }, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"dbZ" = ( +"dab" = ( /obj/structure/surface/table, -/obj/effect/spawner/random/tool, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/dark, -/area/bigredv2/caves/eta/storage) -"ddf" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/darkyellowcorners2/west, -/area/bigredv2/caves/eta/living) -"ddr" = ( -/obj/structure/prop/invuln/minecart_tracks{ - desc = "An exchange valve"; - dir = 8; - icon = 'icons/obj/pipes/filter.dmi'; - icon_state = "map"; - name = "Automated Valve" - }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"dds" = ( -/obj/structure/prop/invuln/minecart_tracks{ - desc = "Righty tighty, lefty loosey!"; - dir = 1; - icon = 'icons/obj/pipes/valve.dmi'; - icon_state = "map_valve1"; - name = "Pressure Valve" +/area/bigredv2/outside/marshal_office) +"dam" = ( +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"ddH" = ( -/turf/open/mars_cave/mars_cave_5, -/area/bigredv2/caves_east) -"ddK" = ( -/turf/open/mars_cave/mars_cave_17, -/area/bigredv2/outside/lz2_south_cas) -"ddL" = ( -/obj/structure/window/reinforced/toughened, -/obj/structure/machinery/door/window{ - dir = 8 +/obj/structure/machinery/computer3/server, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/filtration_plant) +"dap" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"daq" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, -/turf/open/floor/darkgreen2/southwest, -/area/bigredv2/caves/lambda/virology) -"dee" = ( -/obj/structure/bed/chair/comfy/blue, -/turf/open/floor/wood, -/area/bigredv2/outside/admin_building) -"deQ" = ( +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"dav" = ( +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/filtration_cave_cas) +"day" = ( /obj/structure/surface/table, -/obj/effect/spawner/random/bomb_supply, -/turf/open/floor, -/area/bigredv2/outside/cargo) -"dfg" = ( -/obj/effect/decal/cleanable/blood, -/obj/item/weapon/gun/pistol/m1911, -/obj/item/ammo_magazine/pistol/m1911, -/obj/item/ammo_magazine/pistol/m1911, -/obj/item/ammo_magazine/pistol/m1911, -/obj/structure/machinery/light{ +/obj/structure/pipes/vents/pump{ dir = 8 }, -/obj/item/ammo_magazine/pistol/m1911, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"dfE" = ( -/turf/open/mars_cave/mars_cave_14, -/area/bigredv2/outside/lz2_south_cas) -"dfJ" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/n) -"dfZ" = ( -/obj/structure/closet/firecloset/full, -/turf/open/floor/asteroidwarning/northeast, -/area/bigred/ground/garage_workshop) -"dgh" = ( -/obj/structure/window/reinforced/toughened{ - dir = 8 +/obj/item/tool/pen, +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = 30 }, -/obj/structure/window/reinforced/toughened, -/turf/open/floor/darkgreen2/southwest, -/area/bigredv2/caves/lambda/virology) -"dgu" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/caves_east) -"dgJ" = ( +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/filtration_plant) +"daD" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 }, -/turf/open/floor/whiteyellowfull/east, -/area/bigredv2/outside/office_complex) -"dgM" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -9; - pixel_y = 13 - }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"dha" = ( -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/ne) -"dhl" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/redcorner/east, -/area/bigredv2/outside/marshal_office) -"dhp" = ( -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/s) -"dht" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/s) -"dhD" = ( -/obj/structure/machinery/recharge_station, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/engineering) -"dhZ" = ( -/obj/structure/bed/chair{ - dir = 8; - pixel_y = 3 - }, -/turf/open/mars_cave/mars_cave_13, -/area/bigredv2/caves/mining) -"dil" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/filtration_plant) +"daE" = ( +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/darkish, -/area/bigredv2/caves/lambda/breakroom) -"diw" = ( -/obj/structure/filingcabinet, /turf/open/floor/wood, -/area/bigredv2/outside/marshal_office) -"diA" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E" +/area/bigredv2/outside/dorms) +"daS" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/whitegreen/west, -/area/bigredv2/caves/lambda/virology) -"diR" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 4; - health = 25000 +/obj/item/trash/cheesie, +/turf/open/floor/redcorner, +/area/bigredv2/outside/office_complex) +"daW" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "\improper Operations Armory" }, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_north) -"diU" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/gm/river, -/area/bigredv2/outside/c) -"djc" = ( -/obj/structure/machinery/light{ - dir = 8 +/turf/open/floor/delivery, +/area/bigredv2/outside/admin_building) +"dbb" = ( +/obj/structure/sign/safety/hazard{ + pixel_y = -32 }, -/obj/structure/surface/table, -/obj/effect/spawner/random/toolbox, -/turf/open/floor, -/area/bigredv2/outside/cargo) -"djE" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/door_control{ - id = "lambda-interior"; - name = "Lambda Checkpoint Interior"; - pixel_x = null +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/engineering) +"dbe" = ( +/obj/structure/machinery/light/small/built{ + dir = 4 }, -/turf/open/floor/redfull/northwest, -/area/bigredv2/outside/lambda_cave_cas) -"djQ" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/effect/landmark/xeno_spawn, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/whitegreenfull, +/area/bigredv2/caves/lambda/virology) +"dbi" = ( +/turf/closed/wall/solaris/reinforced/hull, +/area/bigredv2/outside/telecomm/lz2_cave) +"dbn" = ( +/obj/structure/surface/table, +/obj/item/weapon/gun/pistol/holdout, /obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"djS" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"dbG" = ( +/obj/structure/showcase{ + icon = 'icons/obj/structures/machinery/research.dmi'; + icon_state = "d_analyzer_la" }, -/turf/open/floor/darkpurple2/west, -/area/bigredv2/caves/lambda/xenobiology) -"djU" = ( -/turf/open/mars/mars_dirt_13, -/area/bigredv2/outside/c) -"dkl" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidfloor/north, -/area/bigred/ground/garage_workshop) -"dkJ" = ( -/obj/structure/surface/table, -/turf/open/floor/white, -/area/bigredv2/outside/marshal_office) -"dkU" = ( -/obj/structure/machinery/chem_dispenser/soda{ - density = 0; - pixel_y = 32 +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 }, -/obj/structure/machinery/door_control{ - id = "Bar Complex"; - name = "Storm Shutters"; - pixel_x = 32 +/turf/open/floor/darkish, +/area/bigredv2/caves/lambda/breakroom) +"dcb" = ( +/obj/structure/machinery/light{ + dir = 4 }, -/obj/structure/machinery/camera/autoname{ - dir = 8 +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/crap_item, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/engineering) +"dcx" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Cable connector" }, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"dkV" = ( +/obj/structure/cable, +/turf/open/shuttle/escapepod/floor5, +/area/bigredv2/oob) +"dcD" = ( +/obj/structure/bookcase/manuals/engineering, +/turf/open/floor/darkyellow2/northeast, +/area/bigredv2/outside/engineering) +"dcI" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"ddd" = ( +/obj/item/weapon/gun/rifle/m16, +/obj/item/ammo_magazine/rifle/m16, +/obj/item/ammo_magazine/rifle/m16, +/turf/open/mars_cave/mars_cave_3, +/area/bigredv2/caves/mining) +"ddi" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/vending/snack, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/general_store) +"ddj" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/plating/platingdmg2/west, +/area/bigredv2/caves/lambda/xenobiology) +"ddr" = ( +/obj/effect/decal/cleanable/vomit, +/turf/open/floor/darkpurple2/west, +/area/bigredv2/caves/lambda/research) +"ddO" = ( +/obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/vents/pump{ - dir = 1 +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"ddT" = ( +/obj/structure/surface/table/reinforced, +/obj/item/tool/surgery/scalpel/manager, +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/caves/lambda/xenobiology) +"dep" = ( +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/filtration_cave_cas) +"deF" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/dark, -/area/bigredv2/outside/telecomm) -"dkY" = ( +/turf/open/floor/darkgreencorners2, +/area/bigredv2/caves/eta/research) +"deH" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/mars_cave/mars_cave_2, /area/bigredv2/outside/lz1_telecomm_cas) -"dla" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/crap_item, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"dle" = ( -/turf/open/floor/whitegreencorner/east, -/area/bigredv2/caves/lambda/xenobiology) -"dlk" = ( +"dfb" = ( /obj/structure/filingcabinet, -/obj/structure/sign/safety/hvac{ - pixel_x = -32 - }, -/turf/open/floor/dark, -/area/bigredv2/outside/space_port) -"dlq" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W" +/turf/open/floor/darkred2/north, +/area/bigredv2/caves/eta/research) +"dfq" = ( +/obj/structure/machinery/door/airlock/almayer/secure/colony{ + name = "\improper Engine Reactor" }, -/turf/open/floor/plating, -/area/bigredv2/outside/filtration_plant) -"dlQ" = ( -/obj/structure/machinery/light, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/filtration_plant) -"dmh" = ( +/turf/open/floor/delivery, +/area/bigredv2/outside/engineering) +"dft" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkish, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkblue2/east, /area/bigredv2/caves/eta/storage) -"dmq" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/redcorner/west, -/area/bigredv2/outside/office_complex) -"dmw" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W-corner" +"dfy" = ( +/turf/open/mars_cave/mars_cave_22, +/area/bigredv2/caves_research) +"dfE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/tunnel{ + id = "hole2" }, /turf/open/floor/dark, -/area/bigredv2/outside/telecomm) -"dmB" = ( -/obj/item/tool/pickaxe, -/turf/open/mars, -/area/bigredv2/outside/filtration_plant) -"dns" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 1; - name = "\improper Telecommunications" +/area/bigredv2/caves/eta/xenobiology) +"dfF" = ( +/turf/open/floor/dark, +/area/bigredv2/caves/eta/living) +"dfS" = ( +/obj/effect/landmark/monkey_spawn, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/bluegrid/bcircuitoff, +/area/bigredv2/caves/lambda/research) +"dfU" = ( +/obj/structure/pipes/vents/scrubber/on{ + dir = 4 + }, +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/breakroom) +"dfY" = ( +/obj/structure/surface/table, +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/xenobiology) +"dgf" = ( +/obj/structure/machinery/autolathe, +/obj/structure/machinery/light{ + dir = 1 }, +/turf/open/floor/whitepurple/northeast, +/area/bigredv2/caves/lambda/research) +"dgv" = ( +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/caves_north) +"dgB" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/delivery, -/area/bigredv2/outside/telecomm) -"dnv" = ( /obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/bigredv2/outside/general_offices) +"dgC" = ( +/obj/item/device/flashlight/lantern, +/turf/open/mars_cave/mars_cave_13, +/area/bigredv2/caves/mining) +"dgJ" = ( +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/lz2_south_cas) +"dgL" = ( +/obj/structure/curtain/medical, +/turf/open/floor/darkgreen2/northwest, +/area/bigredv2/caves/lambda/virology) +"dgZ" = ( +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/lambda/xenobiology) +"dhc" = ( +/obj/structure/prop/dam/crane/damaged, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"dhF" = ( /obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Marshal Office" +/turf/open/floor/dark, +/area/bigredv2/outside/admin_building) +"dia" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ + name = "Emergency NanoMed"; + pixel_x = 30 }, -/turf/open/floor/delivery, +/turf/open/floor/red/southeast, /area/bigredv2/outside/marshal_office) -"dnQ" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ +"dic" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/ne) -"dom" = ( +/turf/open/floor/darkred2, +/area/bigredv2/outside/admin_building) +"dil" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/bigredv2/outside/marshal_office) +"diQ" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"djb" = ( /obj/structure/surface/table, -/obj/effect/spawner/random/bomb_supply, -/obj/effect/spawner/random/tool, -/obj/structure/pipes/vents/pump{ +/obj/item/tool/surgery/FixOVein, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/medical) +"djc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/obj/effect/decal/cleanable/mucus, +/turf/open/floor/whitegreen/southwest, +/area/bigredv2/caves/lambda/virology) +"djg" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/darkgreencorners2, +/area/bigredv2/caves/eta/storage) +"djs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellow2, +/area/bigredv2/caves/eta/research) +"djt" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/research) +"djD" = ( +/turf/open/mars_cave/mars_cave_11, +/area/bigredv2/caves/lambda/xenobiology) +"djE" = ( +/turf/open/floor/whitegreencorner/west, +/area/bigredv2/outside/medical) +"djJ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "\improper Eta Lab Security Office" + }, +/turf/open/floor/delivery, +/area/bigredv2/caves/eta/storage) +"djX" = ( +/obj/effect/landmark/crap_item, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/research) +"djZ" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/redcorner/east, +/area/bigredv2/outside/marshal_office) +"dkp" = ( +/obj/structure/machinery/light{ dir = 8 }, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/east, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/space_port) +"dkJ" = ( +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_research) +"dlq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/plating, /area/bigredv2/outside/filtration_plant) -"dop" = ( -/turf/open/mars/mars_dirt_3, +"dlB" = ( +/obj/effect/landmark/good_item, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/research) +"dlM" = ( +/obj/effect/spawner/random/toolbox, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/storage) +"dlR" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/dorms) +"dmd" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/darkgreencorners2/west, +/area/bigredv2/caves/eta/research) +"dmg" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/research/colony{ + dir = 1; + name = "\improper Virology Lab Decontamination" + }, +/turf/open/floor/delivery, /area/bigredv2/outside/virology) -"doq" = ( +"dmn" = ( +/obj/structure/machinery/chem_master, +/turf/open/floor/whiteyellow/northeast, +/area/bigredv2/caves/lambda/xenobiology) +"dmp" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/mineral/phoron{ + amount = 25 + }, +/turf/open/floor/dark, +/area/bigredv2/outside/general_offices) +"dmB" = ( +/obj/item/tool/pickaxe, +/turf/open/mars, +/area/bigredv2/outside/filtration_plant) +"dmS" = ( /obj/effect/landmark/nightmare{ - insert_tag = "crashlanding-eva" + insert_tag = "chapel_cult" }, /turf/closed/wall/solaris, -/area/bigredv2/outside/bar) +/area/bigredv2/outside/chapel) +"dmU" = ( +/obj/structure/platform/shiva, +/obj/structure/platform/shiva{ + dir = 1 + }, +/turf/open/floor/bluegrid/bcircuitoff, +/area/bigredv2/caves/lambda/research) +"dnk" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/whitegreenfull, +/area/bigredv2/outside/medical) +"dnS" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 3 + }, +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"dnT" = ( +/obj/structure/bed, +/obj/effect/landmark/corpsespawner/pmc, +/turf/open/floor/wood, +/area/bigredv2/caves/eta/research) "dot" = ( /obj/structure/barricade/wooden{ desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; @@ -6246,105 +6262,113 @@ }, /turf/open/floor, /area/bigredv2/outside/cargo) -"dpq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/prop/alien/hugger, -/turf/open/floor/darkred2/southeast, -/area/bigredv2/outside/admin_building) -"dpI" = ( -/obj/structure/machinery/light{ - dir = 4 +"doJ" = ( +/turf/open/floor/whitegreen/north, +/area/bigredv2/outside/marshal_office) +"doN" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 8 }, -/turf/open/jungle/impenetrable, -/area/bigredv2/caves/eta/research) -"dpV" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_sw) -"dqk" = ( -/obj/item/weapon/twohanded/folded_metal_chair, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"dql" = ( +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/space_port) +"dpf" = ( /obj/effect/decal/cleanable/blood/drip{ - pixel_x = -5; - pixel_y = 10 + pixel_x = 6 }, -/turf/open/mars_cave/mars_cave_5, +/turf/open/mars_cave/mars_cave_15, /area/bigredv2/caves/mining) -"dqz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/asteroidfloor/north, +"dpt" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/delivery, +/area/bigredv2/outside/medical) +"dpy" = ( +/turf/open/mars/mars_dirt_12, /area/bigredv2/outside/nw) -"dqQ" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"drh" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ - dir = 1; - name = "\improper Lambda Lab Technical Lab" +"dpT" = ( +/obj/structure/machinery/light, +/turf/open/floor/darkpurplecorners2/east, +/area/bigredv2/caves/lambda/breakroom) +"dqf" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/floor/delivery, -/area/bigredv2/caves/lambda/research) -"drH" = ( -/obj/effect/landmark/corpsespawner/engineer, -/turf/open/shuttle/escapepod/floor1, -/area/bigredv2/oob) -"drO" = ( -/obj/effect/landmark/static_comms/net_two, -/turf/open/floor/bcircuit, -/area/bigredv2/outside/telecomm/lz2_cave) -"drQ" = ( /obj/structure/machinery/door_control{ - id = "filtration"; - name = "Filtration Lockdown"; - pixel_x = 30; - throw_range = 15 + id = "Medical"; + name = "Storm Shutters"; + pixel_y = 32 }, -/turf/open/floor/darkyellow2/east, +/obj/structure/bed, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"dqn" = ( +/obj/structure/surface/table, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2/west, /area/bigredv2/outside/filtration_plant) -"dsg" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 1 +"dqB" = ( +/turf/open/floor/podhatchfloor, +/area/bigredv2/outside/admin_building) +"dqM" = ( +/obj/structure/platform, +/obj/structure/flora/jungle/planttop1{ + pixel_y = 10 }, -/obj/structure/window/reinforced, -/turf/open/floor/darkpurple2, -/area/bigredv2/caves/lambda/breakroom) -"dsB" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/asteroidfloor/north, +/turf/open/floor/dark, +/area/bigredv2/outside/admin_building) +"drh" = ( +/turf/open/floor/delivery, /area/bigredv2/outside/c) -"dsD" = ( -/obj/structure/filingcabinet, -/turf/open/floor/darkred2/north, -/area/bigredv2/caves/eta/research) -"dsG" = ( -/turf/open/floor/darkgreencorners2, -/area/bigredv2/caves/eta/research) -"dsH" = ( -/obj/structure/surface/rack, -/obj/item/stack/sheet/mineral/plastic, -/obj/item/stack/sheet/mineral/plastic, -/obj/item/stack/sheet/mineral/plastic, -/obj/effect/decal/cleanable/cobweb, +"drs" = ( +/obj/structure/ore_box, +/turf/open/floor/whitepurple, +/area/bigredv2/caves/lambda/research) +"drL" = ( +/obj/effect/landmark/corpsespawner/miner, +/obj/effect/decal/cleanable/blood{ + dir = 8; + icon_state = "gib6"; + layer = 4; + pixel_x = 12; + pixel_y = 3 + }, +/turf/open/mars_cave/mars_cave_3, +/area/bigredv2/caves/mining) +"drR" = ( +/turf/open/floor/redcorner, +/area/bigredv2/outside/lambda_cave_cas) +"drS" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/caves/mining) +"drY" = ( +/obj/effect/decal/cleanable/dirt{ + pixel_x = 17 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"dsj" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/dark, -/area/bigredv2/outside/general_offices) -"dta" = ( +/area/bigredv2/outside/engineering) +"dsS" = ( +/obj/structure/machinery/r_n_d/protolathe, +/turf/open/floor/whitepurple/north, +/area/bigredv2/caves/lambda/research) +"dtD" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/w) -"dtA" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Dormitories Bedroom" +/turf/open/floor/darkred2/east, +/area/bigredv2/outside/admin_building) +"dtF" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/dorms) +/turf/open/floor/whitepurplecorner/east, +/area/bigredv2/outside/medical) "dtY" = ( /obj/structure/closet/secure_closet, /obj/item/explosive/plastic{ @@ -6365,48 +6389,51 @@ }, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"dua" = ( -/turf/open/mars/mars_dirt_14, -/area/bigredv2/outside/eta) +"dun" = ( +/obj/structure/barricade/wooden, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/c) "duo" = ( /obj/effect/landmark/corpsespawner/colonist/burst, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"duF" = ( +"duQ" = ( /obj/structure/bed/chair/office/light{ - dir = 8 + dir = 1 }, /turf/open/floor/wood, -/area/bigredv2/caves/eta/living) -"dvb" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "U-S" - }, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/research) -"dvK" = ( +/area/bigredv2/outside/marshal_office) +"dvj" = ( +/obj/structure/surface/table/woodentable, +/obj/item/device/binoculars, /turf/open/floor/wood, -/area/bigredv2/outside/general_offices) -"dwo" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -5; - pixel_y = 10 - }, -/obj/structure/barricade/wooden, -/turf/open/mars_cave/mars_cave_13, -/area/bigredv2/caves/mining) -"dww" = ( -/turf/open/shuttle/escapepod/floor1, -/area/bigredv2/oob) -"dwH" = ( -/obj/item/ore{ - pixel_x = -1; - pixel_y = -8 +/area/bigredv2/outside/admin_building) +"dvx" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 1 }, -/obj/effect/decal/cleanable/blood/oil/streak{ - pixel_y = 4 +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/space_port) +"dvL" = ( +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/outside/filtration_cave_cas) +"dvO" = ( +/obj/structure/machinery/computer/arcade, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/general_store) +"dvS" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 }, -/turf/open/mars_cave/mars_dirt_7, +/turf/open/floor/darkpurplecorners2, +/area/bigredv2/caves/lambda/xenobiology) +"dwm" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_lambda) +"dwE" = ( +/obj/structure/largecrate/random/case, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) "dwO" = ( /obj/structure/machinery/light/small{ @@ -6418,6 +6445,19 @@ }, /turf/open/floor/plating, /area/bigredv2/caves/mining) +"dwZ" = ( +/obj/structure/closet/crate, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/bigredv2/outside/dorms) +"dxc" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/dark, +/area/bigredv2/outside/office_complex) "dxe" = ( /obj/structure/closet/secure_closet/cargotech{ req_access = null; @@ -6425,53 +6465,18 @@ }, /turf/open/floor, /area/bigredv2/outside/cargo) -"dxC" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/darkred2/east, -/area/bigredv2/outside/admin_building) -"dyc" = ( -/obj/structure/machinery/message_server, -/turf/open/floor/podhatchfloor, -/area/bigredv2/outside/admin_building) -"dyn" = ( -/obj/structure/machinery/computer3/server/rack, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/filtration_plant) -"dyr" = ( -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/wood, -/area/bigredv2/outside/dorms) -"dyu" = ( -/obj/structure/surface/rack, -/obj/effect/landmark/good_item, -/obj/item/stack/sheet/metal/small_stack, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) "dyv" = ( /turf/open/mars, /area/bigredv2/caves/eta/xenobiology) -"dyx" = ( -/obj/structure/surface/table/woodentable, -/obj/structure/pipes/vents/pump{ +"dyG" = ( +/obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"dyJ" = ( -/obj/structure/window/reinforced/toughened{ - icon_state = "fwindow" - }, -/obj/structure/window/reinforced/toughened{ - dir = 8 +/obj/structure/sign/safety/high_rad{ + pixel_x = -32 }, -/turf/open/floor/darkgreen2/southwest, -/area/bigredv2/caves/lambda/virology) +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/engineering) "dyL" = ( /obj/structure/platform, /obj/structure/platform{ @@ -6482,212 +6487,135 @@ }, /turf/open/gm/river, /area/bigredv2/outside/engineering) -"dyS" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - name = "\improper Lambda Lab Xenobiology" - }, -/turf/open/floor/delivery, +"dyM" = ( +/obj/item/device/mass_spectrometer/adv, +/obj/structure/foamed_metal, +/turf/open/floor/whiteyellow, /area/bigredv2/caves/lambda/xenobiology) -"dzb" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_research) -"dzw" = ( -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/engineering) -"dzG" = ( -/obj/structure/machinery/body_scanconsole, -/turf/open/floor/whitegreen/southeast, -/area/bigredv2/outside/medical) -"dzR" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/redcorner/west, -/area/bigredv2/outside/admin_building) -"dzU" = ( -/obj/structure/surface/table, -/obj/item/paper_bin, -/obj/item/tool/pen, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = 30 - }, -/turf/open/floor/darkblue2/east, -/area/bigredv2/outside/admin_building) -"dAa" = ( -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/mars, -/area/bigredv2/outside/space_port_lz2) -"dAj" = ( -/obj/structure/bed/chair{ - dir = 1 - }, +"dyT" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/clothing/suit/storage/lawyer/bluejacket, /turf/open/floor/wood, /area/bigredv2/outside/marshal_office) -"dAx" = ( -/obj/structure/machinery/power/apc/power/south, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/hydroponics) -"dAB" = ( +"dzf" = ( +/turf/open/mars/mars_dirt_9, +/area/bigredv2/outside/e) +"dzJ" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/research) -"dAX" = ( +/turf/open/floor/whiteyellowfull/east, +/area/bigredv2/outside/office_complex) +"dAa" = ( +/obj/effect/landmark/static_comms/net_one, +/turf/open/floor/bcircuit, +/area/bigredv2/outside/marshal_office) +"dAj" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/red/east, -/area/bigredv2/outside/marshal_office) -"dBc" = ( -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/s) +/turf/open/floor/whitegreen/east, +/area/bigredv2/outside/medical) +"dAA" = ( +/turf/open/mars/mars_dirt_3, +/area/bigredv2/outside/nw) "dBi" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 1 - }, -/turf/open/floor/darkpurple2/east, -/area/bigredv2/caves/lambda/research) -"dBj" = ( -/obj/structure/curtain/medical, -/turf/open/floor/darkgreen2/southeast, -/area/bigredv2/caves/lambda/virology) -"dBw" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 1; - name = "\improper Power Substation" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/lz2_south_cas) -"dBB" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - dir = 1; - name = "\improper Eta Lab Canteen" +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + icon = 'icons/obj/pipes/manifold.dmi'; + icon_state = "map"; + name = "Pipe manifold" }, -/turf/open/floor/delivery, -/area/bigredv2/caves/eta/living) -"dBT" = ( -/obj/structure/machinery/camera/autoname{ - dir = 4 +/obj/structure/cable{ + icon_state = "2-9" }, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"dBs" = ( +/turf/open/mars_cave/mars_dirt_5, +/area/bigredv2/outside/n) +"dBI" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor, -/area/bigredv2/outside/dorms) +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/engineering) +"dCg" = ( +/obj/structure/machinery/suit_storage_unit/carbon_unit, +/obj/structure/machinery/camera/autoname, +/turf/open/floor/dark, +/area/bigredv2/outside/general_offices) "dCA" = ( /obj/effect/decal/cleanable/dirt, /obj/item/weapon/twohanded/folded_metal_chair, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"dCD" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Eta Lab Restroom" - }, -/turf/open/floor/delivery, -/area/bigredv2/caves/eta/living) -"dCZ" = ( -/obj/effect/landmark/crap_item, +"dCG" = ( +/obj/structure/bed/chair, +/turf/open/floor/darkish, +/area/bigredv2/outside/marshal_office) +"dCQ" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/lz1_telecomm_cas) -"dDv" = ( -/obj/item/ore{ - pixel_x = -5; - pixel_y = 2 - }, -/turf/open/mars_cave/mars_dirt_6, -/area/bigredv2/caves/mining) -"dDE" = ( +/area/bigredv2/caves_research) +"dDl" = ( +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves_lambda) +"dDO" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 + dir = 5 }, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"dDQ" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/outside/lz2_west_cas) -"dEa" = ( -/obj/structure/surface/table, -/obj/structure/machinery/computer3/laptop/secure_data, -/turf/open/floor/grimy, -/area/bigredv2/outside/office_complex) -"dEd" = ( +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/engineering) +"dDS" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/outside/office_complex) -"dFa" = ( -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/caves_north) -"dFl" = ( -/turf/open/mars/mars_dirt_9, -/area/bigredv2/outside/nw) -"dFE" = ( -/obj/structure/bed/chair/wood/normal{ - dir = 8 - }, -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/chapel/east, -/area/bigredv2/outside/chapel) -"dFJ" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 1 +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/space_port) +"dEg" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/machinery/alarm{ - dir = 8; - pixel_x = 32 +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "\improper Engine Reactor Control" }, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/darkpurple2/east, -/area/bigredv2/caves/lambda/research) -"dFN" = ( -/obj/structure/closet/radiation, /turf/open/floor/almayer/test_floor4, /area/bigredv2/outside/engineering) -"dFZ" = ( -/obj/effect/landmark/hunter_secondary, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_research) -"dGi" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper Marshal Office" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/marshal_office) -"dGj" = ( -/turf/open/mars/mars_dirt_11, -/area/bigredv2/outside/virology) -"dGv" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/poddoor/almayer/closed{ - id = "eta"; - name = "Eta Lockdown" +"dFy" = ( +/obj/structure/machinery/filtration/console{ + pixel_y = 13 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/eta) -"dGN" = ( -/obj/structure/cargo_container/kelland/right, /turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/space_port_lz2) -"dGX" = ( -/obj/structure/machinery/landinglight/ds1, +/area/bigredv2/caves/mining) +"dFU" = ( /turf/open/floor/asteroidwarning, -/area/bigredv2/outside/space_port) -"dHh" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/device/camera, -/turf/open/floor/wood, -/area/bigredv2/outside/marshal_office) -"dHn" = ( +/area/bigredv2/outside/s) +"dGe" = ( +/turf/open/floor/darkyellow2/northeast, +/area/bigredv2/outside/engineering) +"dGi" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/filtration_plant) +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/c) +"dGm" = ( +/turf/open/mars/mars_dirt_3, +/area/bigredv2/outside/sw) +"dGA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"dGI" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/obj/structure/bed/chair/comfy{ + dir = 4 + }, +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"dHo" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/telecomm/n_cave) "dHr" = ( /obj/effect/decal/cleanable/blood{ icon_state = "gib6"; @@ -6695,64 +6623,96 @@ }, /turf/open/mars_cave, /area/bigredv2/caves/mining) -"dHu" = ( -/turf/open/mars_cave/mars_cave_19, -/area/bigredv2/outside/n) -"dHY" = ( -/obj/item/paper/bigred/final, -/turf/open/mars_cave/mars_cave_13, -/area/bigredv2/caves/mining) +"dHJ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkyellowcorners2, +/area/bigredv2/caves/eta/living) +"dHX" = ( +/obj/structure/surface/table/woodentable, +/obj/item/trash/sosjerky, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) "dIb" = ( /turf/open/floor, /area/bigredv2/caves) -"dIA" = ( -/obj/structure/machinery/vending/cola, -/turf/open/floor/darkyellow2/northeast, -/area/bigredv2/outside/engineering) -"dIC" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"dIr" = ( +/obj/item/reagent_container/glass/rag, +/turf/open/floor/whitegreenfull, +/area/bigredv2/outside/medical) +"dIH" = ( +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"dIF" = ( -/obj/structure/bed/chair/office/dark, -/obj/effect/landmark/corpsespawner/engineer, +/obj/structure/machinery/teleport/station, /turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"dIN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/darkgreencorners2, -/area/bigredv2/caves/eta/storage) -"dIV" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/eta/research) +"dIL" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) +"dIQ" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/red/west, +/area/bigredv2/outside/marshal_office) +"dIS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/c) "dJc" = ( /obj/structure/surface/table, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor, /area/bigredv2/outside/dorms) -"dJS" = ( -/turf/open/mars_cave/mars_cave_17, -/area/bigredv2/caves_research) -"dJZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/darkredcorners2, -/area/bigredv2/caves/eta/xenobiology) -"dKn" = ( +"dJd" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/machinery/door/poddoor/almayer/closed{ - dir = 4; - id = "filtration"; - name = "Filtration Lockdown" +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/xenobiology) +"dJC" = ( +/obj/effect/landmark/static_comms/net_one, +/turf/open/floor/podhatchfloor, +/area/bigredv2/outside/telecomm/n_cave) +"dJR" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/filtration_cave_cas) +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/nw) +"dJV" = ( +/turf/open/mars/mars_dirt_12, +/area/bigredv2/outside/s) +"dJW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/dark, +/area/bigredv2/outside/general_offices) +"dKf" = ( +/obj/structure/closet/coffin/woodencrate, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/n) +"dKh" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"dKi" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/caves_sw) "dKo" = ( /obj/item/ore/iron{ pixel_x = 6; @@ -6765,548 +6725,647 @@ /obj/item/ore/iron, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"dKy" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/ne) -"dKA" = ( -/obj/effect/landmark/crap_item, -/obj/structure/pipes/standard/simple/hidden/green{ +"dKt" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 }, -/turf/open/floor/grimy, -/area/bigredv2/outside/admin_building) -"dKQ" = ( -/obj/item/folder/yellow, -/turf/open/floor/darkyellowcorners2/east, -/area/bigredv2/outside/engineering) -"dLv" = ( -/obj/structure/closet/secure_closet/chemical, -/turf/open/floor/whiteyellow/northeast, -/area/bigredv2/caves/lambda/xenobiology) -"dLw" = ( -/obj/item/reagent_container/pill/happy, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"dMy" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/c) -"dMG" = ( -/obj/structure/window/framed/solaris/reinforced, -/turf/open/floor/plating/platingdmg3/west, +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"dKE" = ( +/turf/open/floor/freezerfloor, +/area/bigredv2/caves/eta/research) +"dKG" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/redcorner, +/area/bigredv2/outside/marshal_office) +"dKJ" = ( +/turf/open/mars_cave/mars_dirt_5, /area/bigredv2/caves/mining) -"dNf" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ - name = "\improper Lambda Lab Biology Wing" - }, -/turf/open/floor/delivery, -/area/bigredv2/caves/lambda/breakroom) -"dNs" = ( -/obj/structure/fence, -/turf/open/mars/mars_dirt_12, -/area/bigredv2/outside/se) -"dNL" = ( -/obj/effect/decal/cleanable/blood/drip, +"dKS" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"dOr" = ( -/obj/structure/showcase, -/turf/open/floor/carpet6_2/west, -/area/bigredv2/caves/eta/living) -"dOx" = ( -/obj/structure/machinery/door/poddoor/almayer{ - dir = 4 - }, -/turf/open/floor/plating/warnplate/southeast, -/area/bigredv2/caves/lambda/xenobiology) -"dOB" = ( -/obj/structure/machinery/disposal, -/obj/structure/machinery/light{ - dir = 8 +/area/bigredv2/caves_sw) +"dKY" = ( +/obj/structure/machinery/door_control{ + id = "Engineering"; + name = "Storm Shutters"; + pixel_y = -32 }, -/turf/open/floor/dark, -/area/bigredv2/outside/space_port) -"dPQ" = ( -/obj/structure/machinery/portable_atmospherics/canister/air, -/turf/open/floor/darkyellow2/northeast, +/turf/open/floor/darkyellow2/southeast, /area/bigredv2/outside/engineering) -"dPT" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/surface/rack, -/obj/item/stack/sheet/mineral/silver, -/obj/item/stack/sheet/mineral/silver{ - amount = 20 - }, -/obj/item/stack/sheet/mineral/phoron{ - amount = 25 +"dLa" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 1; + health = 25000 }, -/turf/open/floor/dark, -/area/bigredv2/outside/general_offices) -"dQK" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/eta) -"dQO" = ( -/turf/open/mars/mars_dirt_11, -/area/bigredv2/outside/eta) -"dQV" = ( -/obj/structure/curtain/medical, -/turf/open/floor/whitegreen/southeast, -/area/bigredv2/caves/lambda/virology) -"dRk" = ( -/obj/effect/landmark/crap_item, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/n) +"dLf" = ( +/obj/effect/landmark/monkey_spawn, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/whitegreenfull, +/turf/open/floor/dark, /area/bigredv2/caves/lambda/xenobiology) -"dRH" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -30 - }, -/obj/structure/pipes/vents/pump{ - dir = 4 - }, -/turf/open/floor/darkpurple2/west, -/area/bigredv2/caves/lambda/research) -"dRI" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/mars_cave/mars_cave_18, -/area/bigredv2/caves_lambda) -"dRO" = ( +"dLp" = ( /obj/structure/machinery/light{ dir = 1 }, /obj/structure/machinery/vending/cola, /turf/open/floor/darkred2/north, /area/bigredv2/outside/admin_building) -"dRR" = ( -/obj/structure/machinery/light{ +"dLD" = ( +/turf/open/floor/darkred2, +/area/bigredv2/caves/eta/research) +"dLP" = ( +/obj/structure/bed/chair{ dir = 4 }, -/turf/open/floor/wood, -/area/bigredv2/outside/dorms) -"dRT" = ( -/turf/open/floor/asteroidwarning/southeast, -/area/bigredv2/outside/nw) -"dSe" = ( -/obj/structure/surface/rack, -/obj/item/device/camera_film, -/turf/open/floor/darkyellow2/northwest, -/area/bigredv2/outside/engineering) -"dSg" = ( -/obj/effect/landmark/crap_item, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/bigredv2/caves/mining) -"dSx" = ( -/obj/structure/bed, -/obj/item/bedsheet/medical, -/turf/open/floor/whitegreen/northwest, -/area/bigredv2/caves/lambda/virology) -"dSF" = ( -/obj/structure/airlock_assembly, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"dSP" = ( -/obj/structure/cargo_container/horizontal/blue/bottom, -/turf/open/mars, -/area/bigredv2/outside/space_port_lz2) -"dSQ" = ( -/obj/structure/machinery/light{ +/turf/open/floor, +/area/bigredv2/outside/lambda_cave_cas) +"dLT" = ( +/obj/structure/surface/table, +/obj/structure/pipes/vents/pump{ dir = 1 }, -/obj/structure/machinery/suit_storage_unit/carbon_unit, -/turf/open/floor/dark, -/area/bigredv2/outside/general_offices) -"dSS" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/asteroidwarning/southwest, -/area/bigredv2/outside/virology) -"dSV" = ( -/turf/open/mars_cave/mars_cave_11, -/area/bigredv2/caves_north) -"dTI" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +/obj/item/stock_parts/smes_coil, +/obj/item/stack/sheet/glass{ + amount = 30 }, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/storage) -"dTU" = ( -/obj/structure/machinery/light, -/turf/open/floor/dark, +/turf/open/floor/darkyellow2/west, /area/bigredv2/outside/engineering) -"dUe" = ( -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_research) -"dUl" = ( -/obj/structure/machinery/light/small, +"dMo" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 8; + name = "\improper Abandoned Mining Storage" + }, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"dUN" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/carpet, -/area/bigredv2/caves/lambda/breakroom) -"dVa" = ( -/obj/structure/machinery/light/built{ - dir = 4 - }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 1 +"dMS" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/general_air_control/large_tank_control{ + name = "Oxygen Supply Console" }, -/turf/open/floor/darkpurple2/east, -/area/bigredv2/caves/lambda/research) -"dVe" = ( -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/e) -"dVs" = ( -/turf/open/floor/darkpurple2/west, -/area/bigredv2/caves/lambda/xenobiology) -"dVw" = ( -/obj/item/ore{ - pixel_x = 12; - pixel_y = 13 +/obj/structure/cable{ + icon_state = "11-2" }, -/turf/open/mars_cave/mars_dirt_7, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"dWd" = ( -/obj/structure/cargo_container/arious/right, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/space_port_lz2) -"dWp" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"dMZ" = ( +/obj/structure/machinery/status_display{ + pixel_y = 32 }, -/obj/effect/decal/cleanable/liquid_fuel, /turf/open/floor/dark, +/area/bigredv2/outside/space_port) +"dNc" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/dark, +/area/bigredv2/outside/space_port) +"dNg" = ( +/turf/open/floor/asteroidwarning/northeast, +/area/bigredv2/outside/n) +"dOj" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/darkyellow2/southeast, /area/bigredv2/outside/engineering) -"dWw" = ( -/obj/structure/cable{ - icon_state = "5-6" +"dOF" = ( +/obj/structure/sign/safety/chem_lab{ + pixel_x = 8; + pixel_y = 32 }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"dWO" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkred2, +/turf/open/floor/darkpurple2/north, +/area/bigredv2/caves/lambda/xenobiology) +"dOI" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/darkred2/west, /area/bigredv2/outside/admin_building) -"dWW" = ( -/obj/structure/machinery/light{ +"dOM" = ( +/obj/structure/bed/chair/office/light{ dir = 8 }, -/turf/open/floor/podhatch/northwest, +/turf/open/floor/bluegrid/bcircuitoff, /area/bigredv2/caves/lambda/research) -"dXa" = ( -/turf/open/floor/darkyellow2/southeast, -/area/bigredv2/outside/engineering) -"dXG" = ( -/turf/open/mars_cave/mars_cave_19, -/area/bigredv2/caves_sw) -"dYo" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Dormitories Storage" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/dorms) -"dYr" = ( -/obj/structure/machinery/camera/autoname{ - dir = 1 - }, -/turf/open/floor/whitegreen, -/area/bigredv2/outside/medical) -"dYP" = ( -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/outside/eta) -"dYX" = ( +"dOT" = ( +/obj/structure/machinery/vending/dinnerware, /obj/structure/machinery/light{ dir = 1 }, -/obj/structure/morgue{ - dir = 2 - }, -/turf/open/floor/whiteblue/north, -/area/bigredv2/outside/medical) -"dZs" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/tool, -/obj/effect/spawner/random/technology_scanner, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/southeast, -/area/bigredv2/outside/engineering) -"dZP" = ( -/turf/open/floor/rampbottom, -/area/bigredv2/outside/chapel) -"dZX" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/hydroponics) +"dPe" = ( +/turf/open/mars_cave/mars_cave_15, +/area/bigredv2/caves_lambda) +"dPE" = ( +/obj/structure/bed/chair{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/xenobiology) -"eaj" = ( +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"dQo" = ( +/obj/item/weapon/gun/boltaction, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"dQv" = ( /turf/open/floor/delivery, -/area/bigredv2/outside/c) -"eaE" = ( -/turf/open/mars_cave/mars_cave_20, -/area/bigredv2/outside/n) -"eaG" = ( -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/space_port_lz2) -"eaP" = ( -/obj/structure/barricade/handrail{ +/area/bigredv2/caves/lambda/xenobiology) +"dQT" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ dir = 1; - layer = 3.01; - pixel_y = 9 + name = "\improper Cargo Bay Storage" }, -/turf/open/floor/plating/plating_catwalk, -/area/bigredv2/outside/engineering) -"ebb" = ( -/obj/structure/closet/wardrobe/engineering_yellow, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/filtration_plant) -"ebq" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/s) -"ebN" = ( +/turf/open/floor/delivery, +/area/bigredv2/outside/cargo) +"dRc" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 1; + name = "\improper Dormitories EVA" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/general_offices) +"dRj" = ( /obj/structure/surface/table, -/obj/item/oldresearch/Blood, -/obj/item/oldresearch/Blood, -/obj/item/paper, -/turf/open/floor/darkredcorners2, -/area/bigredv2/caves/eta/xenobiology) -"ecm" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/yellowfull, +/obj/item/toy/prize/mauler, +/turf/open/floor/whitebluefull/northeast, /area/bigredv2/outside/general_store) -"ecp" = ( -/obj/structure/machinery/light{ - dir = 4 +"dRo" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Operations Bedroom" }, -/turf/open/floor/red/southeast, -/area/bigredv2/outside/lambda_cave_cas) -"ecF" = ( -/obj/structure/closet/secure_closet/marshal, -/obj/item/clothing/suit/storage/CMB, -/turf/open/floor/floor4, -/area/bigredv2/outside/marshal_office) -"ecJ" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "xgib1" +/turf/open/floor/delivery, +/area/bigredv2/outside/admin_building) +"dRD" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/eta) +"dRE" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Eta Lab Restroom" }, -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/caves/mining) -"ecQ" = ( -/obj/structure/urinal{ - pixel_y = 32 +/turf/open/floor/delivery, +/area/bigredv2/caves/eta/living) +"dRO" = ( +/obj/structure/machinery/light/small, +/turf/open/mars_cave/mars_cave_20, +/area/bigredv2/caves/mining) +"dRQ" = ( +/obj/effect/landmark/xeno_spawn, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/window/reinforced{ + dir = 8 }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +/turf/open/floor/darkpurple2/west, +/area/bigredv2/caves/lambda/breakroom) +"dSc" = ( +/turf/open/floor/dark, +/area/bigredv2/outside/space_port) +"dSg" = ( +/obj/effect/landmark/crap_item, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/dorms) -"ecZ" = ( +/turf/open/floor/plating, +/area/bigredv2/caves/mining) +"dSZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/darkpurple2, +/area/bigredv2/caves/lambda/research) +"dTt" = ( +/obj/item/stack/rods, /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/hydroponics) -"eda" = ( +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/nw) +"dTI" = ( +/obj/item/weapon/shield/riot, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -8; + pixel_y = 6 + }, +/turf/open/mars_cave/mars_cave_17, +/area/bigredv2/caves/mining) +"dTO" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/dark, +/area/bigredv2/outside/space_port) +"dUc" = ( +/obj/effect/landmark/hunter_secondary, +/turf/open/mars, +/area/bigredv2/outside/space_port_lz2) +"dUJ" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 1; + health = 25000 + }, +/turf/open/floor/white, +/area/bigredv2/outside/admin_building) +"dVn" = ( +/obj/structure/machinery/power/port_gen/pacman, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/engineering) +"dVH" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "\improper Medical Clinic Chemistry" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/medical) +"dVZ" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 5; + pixel_y = 11 + }, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"dWn" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + health = 25000 + }, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/c) +"dWL" = ( +/obj/structure/fence, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_cave_16, +/area/bigredv2/outside/filtration_cave_cas) +"dXe" = ( +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"dXt" = ( +/obj/structure/morgue{ + dir = 1 + }, +/turf/open/floor/whiteblue/southwest, +/area/bigredv2/outside/medical) +"dXv" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/grimy, +/area/bigredv2/outside/dorms) +"dXH" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "\improper Lambda Lab Hydroponics" + }, +/turf/open/floor/delivery, +/area/bigredv2/caves/lambda/xenobiology) +"dXR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/whitegreen, +/area/bigredv2/caves/lambda/virology) +"dYA" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/computer3/server/rack, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/filtration_plant) +"dYV" = ( +/turf/open/mars/mars_dirt_10, +/area/bigredv2/outside/s) +"dZb" = ( /obj/effect/decal/cleanable/dirt, +/obj/item/explosive/grenade/custom/large, +/turf/open/floor/whitepurplefull, +/area/bigredv2/outside/medical) +"dZE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, /obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/dark, +/obj/structure/reagent_dispensers/virusfood{ + pixel_y = 32 + }, +/turf/open/floor/whitegreen/northwest, +/area/bigredv2/caves/lambda/virology) +"dZH" = ( +/obj/structure/largecrate, +/turf/open/floor/asteroidfloor/north, +/area/bigred/ground/garage_workshop) +"dZK" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/wood, +/area/bigredv2/caves/lambda/breakroom) +"dZP" = ( +/obj/structure/machinery/shower{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/freezerfloor, /area/bigredv2/outside/engineering) -"edb" = ( -/obj/structure/machinery/computer/secure_data, -/obj/structure/surface/table, +"eat" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/darkgreencorners2/west, +/area/bigredv2/caves/eta/research) +"eaP" = ( +/obj/structure/barricade/handrail{ + dir = 1; + layer = 3.01; + pixel_y = 9 + }, +/turf/open/floor/plating/plating_catwalk, +/area/bigredv2/outside/engineering) +"eba" = ( +/turf/open/mars_cave/mars_dirt_6, +/area/bigredv2/outside/ne) +"ebe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"edC" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/mars_cave/mars_cave_5, -/area/bigredv2/caves_sw) -"edX" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/bomb_supply, -/turf/open/floor/darkyellow2/north, /area/bigredv2/outside/filtration_plant) -"eeb" = ( +"ebj" = ( /obj/effect/landmark/crap_item, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/caves_lambda) -"eeg" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - dir = 1; - name = "\improper Eta Lab Robotics" - }, /turf/open/floor/dark, /area/bigredv2/caves/eta/storage) -"eeB" = ( +"ebl" = ( +/obj/structure/machinery/light, +/turf/open/floor/bluegrid/bcircuitoff, +/area/bigredv2/caves/lambda/research) +"ebn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/good_item, +/turf/open/floor/redcorner, +/area/bigredv2/outside/marshal_office) +"eca" = ( +/obj/structure/closet/l3closet, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/vault2/west, +/area/bigredv2/outside/general_offices) +"ecw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/red/southeast, +/area/bigredv2/outside/marshal_office) +"ecC" = ( +/obj/structure/machinery/light, +/turf/open/floor/white, +/area/bigredv2/outside/admin_building) +"ecE" = ( +/turf/open/floor/darkblue2/west, +/area/bigredv2/outside/admin_building) +"ecS" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/structure/machinery/door/window, +/obj/structure/window/reinforced, +/turf/open/floor/white, +/area/bigredv2/caves/lambda/xenobiology) +"edD" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 }, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/research) -"eeD" = ( -/obj/item/weapon/gun/smg/m39, -/obj/structure/closet/secure_closet/guncabinet/wy, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/ne) +"edM" = ( +/obj/limb/arm/l_arm, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor, +/area/bigredv2/outside/lambda_cave_cas) +"edO" = ( +/obj/structure/machinery/centrifuge, +/turf/open/floor/whitegreen/north, +/area/bigredv2/caves/lambda/xenobiology) +"edX" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/redfull/northwest, /area/bigredv2/caves/eta/research) -"eeJ" = ( -/obj/structure/machinery/computer/arcade, +"eed" = ( +/turf/open/floor/darkred2/north, +/area/bigredv2/caves/eta/xenobiology) +"eew" = ( +/obj/structure/surface/table, +/obj/item/bodybag, +/obj/item/bodybag, +/obj/item/bodybag, +/turf/open/floor/whitegreen/northeast, +/area/bigredv2/outside/medical) +"eeK" = ( +/obj/effect/landmark/crap_item, /turf/open/floor/white, -/area/bigredv2/outside/marshal_office) -"eeR" = ( -/obj/item/stack/sheet/metal/med_small_stack, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/c) -"eeT" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/paper/courtroom{ - name = "A Crash Course in Legal SOP" +/area/bigredv2/outside/admin_building) +"efa" = ( +/obj/structure/tunnel{ + id = "hole1" }, -/turf/open/floor/wood, -/area/bigredv2/outside/marshal_office) -"eeU" = ( -/obj/structure/largecrate/random/barrel/white, /turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"efd" = ( -/obj/structure/curtain/open/medical, +/area/bigredv2/caves_se) +"efh" = ( +/obj/structure/surface/table, +/obj/item/trash/snack_bowl, +/turf/open/floor/wood, +/area/bigredv2/outside/admin_building) +"efu" = ( +/obj/structure/machinery/computer/communications{ + dir = 8 + }, +/obj/structure/surface/table, +/turf/open/floor/darkblue2/southeast, +/area/bigredv2/outside/admin_building) +"efL" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = 30 + }, +/turf/open/floor/podhatchfloor, +/area/bigredv2/outside/engineering) +"efQ" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 4 + }, +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"efT" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating/warnplate/north, +/area/bigredv2/caves/lambda/xenobiology) +"ega" = ( +/obj/structure/surface/table, +/obj/item/device/healthanalyzer, +/obj/structure/pipes/vents/pump, +/obj/item/reagent_container/spray/cleaner, +/obj/structure/phone_base/colony_net{ + phone_category = "Solaris Ridge"; + phone_color = "green"; + phone_id = "Clinic"; + pixel_y = 24 + }, /turf/open/floor/white, /area/bigredv2/outside/medical) -"efD" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/phone_base/colony_net/rotary{ - phone_category = "Lambda Labs"; - phone_id = "Xenobiology" +"egc" = ( +/obj/item/ore{ + pixel_x = 9; + pixel_y = 13 }, -/turf/open/floor/whitepurple/east, +/turf/open/mars_cave/mars_dirt_6, +/area/bigredv2/caves/mining) +"egd" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/e) +"egs" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/n) +"egx" = ( +/obj/structure/xenoautopsy/tank/larva, +/obj/effect/decal/warning_stripes, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/whitepurple, /area/bigredv2/caves/lambda/xenobiology) -"efT" = ( -/obj/structure/surface/table, -/obj/item/oldresearch/Blood, -/obj/item/oldresearch/Blood, -/obj/item/tool/pen, -/turf/open/floor/darkredcorners2/east, -/area/bigredv2/caves/eta/xenobiology) -"egj" = ( -/obj/structure/lz_sign/solaris_sign, -/turf/open/mars, -/area/bigredv2/outside/space_port_lz2) -"egl" = ( -/turf/open/mars_cave/mars_cave_10, -/area/bigredv2/outside/lz1_telecomm_cas) +"egz" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 6 + }, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) "egS" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"ehn" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/general_offices) -"ehu" = ( -/obj/structure/surface/table, -/obj/item/toy/prize/ripley, -/obj/item/toy/prize/odysseus, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"ehv" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/turf/open/floor/red/west, -/area/bigredv2/outside/marshal_office) -"ehF" = ( -/obj/structure/bed/chair{ +"ehH" = ( +/turf/open/floor/white, +/area/bigredv2/caves/lambda/xenobiology) +"eif" = ( +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/darkred2/east, -/area/bigredv2/caves/eta/xenobiology) -"ehH" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 +/obj/structure/sign/safety/high_rad{ + pixel_x = 32 }, -/turf/open/floor/whitegreencorner, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/engineering) +"eig" = ( +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/ne) +"eiC" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/general_offices) +"eiD" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/crap_item, +/turf/open/floor/white, /area/bigredv2/outside/medical) -"ehQ" = ( -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/caves_lambda) -"ehR" = ( +"eiE" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/e) -"eil" = ( -/obj/structure/fence, /turf/open/floor/asteroidwarning, -/area/bigredv2/outside/filtration_cave_cas) -"eiK" = ( -/turf/open/floor/white, -/area/bigredv2/outside/marshal_office) -"ejh" = ( -/turf/open/mars_cave/mars_cave_23, -/area/bigredv2/outside/filtration_cave_cas) -"ejG" = ( -/turf/open/floor/asteroidwarning/southwest, -/area/bigredv2/outside/se) +/area/bigredv2/outside/ne) +"eiO" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 8 + }, +/turf/open/floor/chapel, +/area/bigredv2/outside/chapel) +"eiY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/darkyellowcorners2, +/area/bigredv2/caves/eta/living) +"ejw" = ( +/turf/open/floor/plating/warnplate/north, +/area/bigredv2/caves/lambda/xenobiology) +"ejx" = ( +/obj/structure/bed/chair/wood/normal, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"ejK" = ( +/turf/open/floor/darkred2, +/area/bigredv2/outside/admin_building) +"ejN" = ( +/turf/open/floor/darkblue2/southeast, +/area/bigredv2/caves/eta/research) "ejP" = ( /turf/closed/wall/solaris, /area/bigredv2/outside/se) -"eks" = ( -/obj/structure/closet/fireaxecabinet{ - pixel_y = 27 - }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"ekz" = ( +"eki" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/window/framed/solaris, +/turf/open/floor/plating/panelscorched, +/area/bigredv2/outside/engineering) +"ekt" = ( +/obj/effect/decal/cleanable/blood/gibs/down, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/c) +"ekE" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tool, +/turf/open/floor/darkgreen2/southeast, +/area/bigredv2/outside/space_port) +"ekI" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/xeno_spawn, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_research) +"elo" = ( +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/darkgreencorners2, +/area/bigredv2/caves/eta/storage) +"elt" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/toolbox, /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/white, -/area/bigredv2/outside/office_complex) -"ekO" = ( -/obj/structure/machinery/light{ +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/engineering) +"elN" = ( +/obj/structure/barricade/handrail{ dir = 8 }, -/obj/structure/prop/invuln/minecart_tracks/bumper{ +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/c) +"elZ" = ( +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/obj/effect/landmark/corpsespawner/russian, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/mars_cave/mars_cave_3, +/area/bigredv2/caves/mining) +"emn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/item/ore/uranium{ - desc = "You feel fuzzy just looking at it.... it's slightly lumanesant" +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/c) +"emI" = ( +/obj/structure/machinery/door_control{ + id = "Medical"; + name = "Storm Shutters"; + pixel_y = -32 }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"eld" = ( -/obj/item/stack/cable_coil/cut, -/turf/open/mars_cave/mars_cave_3, -/area/bigredv2/caves/mining) -"elh" = ( +/turf/open/floor/whitegreen, +/area/bigredv2/outside/medical) +"emO" = ( /obj/structure/machinery/door_control{ id = "Filtration Plant"; name = "Storm Shutters"; @@ -7314,46 +7373,21 @@ }, /turf/open/floor/darkyellow2/west, /area/bigredv2/outside/filtration_plant) -"elo" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 - }, -/turf/open/floor/darkblue2/east, -/area/bigredv2/caves/eta/research) -"elP" = ( -/obj/structure/surface/table/woodentable, -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"elT" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 1; - name = "\improper Lambda Lab Storage" - }, -/turf/open/floor/delivery, -/area/bigredv2/caves/lambda/xenobiology) -"elZ" = ( +"emV" = ( +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/caves_lambda) +"emZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/w) +"ena" = ( +/obj/structure/machinery/light, /obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 + dir = 4 }, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"emb" = ( -/obj/structure/barricade/wooden, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/s) -"emh" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/grimy, -/area/bigredv2/outside/dorms) -"emD" = ( -/turf/open/mars_cave/mars_cave_15, -/area/bigredv2/outside/lz1_north_cas) -"end" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) +/turf/open/floor/redcorner, +/area/bigredv2/outside/office_complex) "ene" = ( /obj/structure/surface/table, /obj/item/reagent_container/food/drinks/cans/souto/diet/blue{ @@ -7363,17 +7397,9 @@ /obj/item/reagent_container/food/snacks/cookie, /turf/open/mars_cave, /area/bigredv2/caves/mining) -"enk" = ( -/obj/item/trash/eat, -/turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"ent" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper Abandoned Mining Storage" - }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) +"enB" = ( +/turf/open/floor/purplecorner/west, +/area/bigredv2/caves/lambda/research) "enD" = ( /obj/item/trash/cigbutt/ucigbutt, /obj/item/trash/cigbutt/cigarbutt{ @@ -7389,115 +7415,162 @@ }, /turf/open/floor/plating, /area/bigredv2/caves/mining) +"enT" = ( +/obj/structure/coatrack{ + pixel_x = -5; + pixel_y = 13 + }, +/obj/item/clothing/shoes/laceup{ + pixel_y = -13 + }, +/obj/item/clothing/under/suit_jacket/trainee{ + pixel_x = -6; + pixel_y = 15 + }, +/turf/open/floor/wood, +/area/bigredv2/outside/admin_building) +"eog" = ( +/obj/effect/landmark/corpsespawner/engineer, +/turf/open/shuttle/escapepod/floor1, +/area/bigredv2/oob) "eoi" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whitepurplecorner/east, -/area/bigredv2/outside/medical) -"eoz" = ( +/turf/open/mars/mars_dirt_13, +/area/bigredv2/outside/e) +"eok" = ( /obj/structure/bed/chair{ dir = 1 }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/white, +/turf/open/floor/whitegreenfull, /area/bigredv2/outside/medical) -"epa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/tool/extinguisher, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/engineering) -"epi" = ( -/obj/structure/surface/table, -/obj/item/device/analyzer/plant_analyzer, +"eow" = ( /obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/whitegreen_v/northeast, -/area/bigredv2/caves/lambda/xenobiology) -"eqo" = ( +/obj/structure/sign/safety/laser{ + pixel_y = 32 + }, +/turf/open/floor/purple/north, +/area/bigredv2/caves/lambda/research) +"eoA" = ( +/obj/effect/landmark/survivor_spawner, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/darkyellow2/southwest, +/area/bigredv2/outside/engineering) +"epc" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/redcorner, +/area/bigredv2/outside/marshal_office) +"epq" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/general_store) +"epv" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/darkyellowcorners2/north, /area/bigredv2/caves/eta/living) -"eqD" = ( -/obj/item/folder/yellow, -/obj/effect/landmark/crap_item, +"epM" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/engineering) +"epO" = ( +/obj/structure/surface/table, +/obj/structure/machinery/computer/med_data/laptop{ + dir = 4 + }, +/turf/open/floor/carpet15_15/west, +/area/bigredv2/outside/admin_building) +"epQ" = ( +/obj/structure/machinery/light, +/turf/open/floor/wood, +/area/bigredv2/outside/admin_building) +"eqf" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/s) +"eqq" = ( +/obj/structure/machinery/power/turbine, /turf/open/floor/darkyellow2/west, /area/bigredv2/outside/engineering) -"eqF" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 1; - name = "\improper Cargo Bay Offices" +"eqN" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/closed/wall/solaris/reinforced, +/area/bigredv2/outside/lambda_cave_cas) +"era" = ( +/obj/structure/surface/table, +/obj/structure/machinery/camera/autoname{ + dir = 1 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/cargo) -"eqI" = ( -/obj/structure/disposalpipe/segment, -/obj/item/frame/rack, -/obj/effect/spawner/random/toolbox, -/obj/structure/machinery/power/terminal{ +/turf/open/floor/white, +/area/bigredv2/outside/marshal_office) +"eri" = ( +/obj/structure/machinery/light{ dir = 1 }, -/obj/structure/pipes/valve/open, +/obj/structure/filingcabinet, +/turf/open/floor/darkred2/north, +/area/bigredv2/caves/eta/research) +"erI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"erl" = ( -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/se) -"erE" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/warnwhite/west, -/area/bigredv2/outside/virology) -"erT" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - name = "\improper Medical Clinic Storage" +"esy" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/medical) -"esj" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +/turf/open/floor/redcorner/east, +/area/bigredv2/outside/office_complex) +"esA" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"etk" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/mineral/diamond, +/obj/item/stack/sheet/plasteel{ + amount = 30; + pixel_x = 4; + pixel_y = 4 }, /turf/open/floor/dark, -/area/bigredv2/outside/admin_building) -"esr" = ( -/obj/effect/landmark/xeno_spawn, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkpurple2/west, -/area/bigredv2/caves/lambda/xenobiology) -"esS" = ( -/obj/structure/surface/table, -/obj/item/tool/screwdriver, -/obj/structure/phone_base/colony_net/rotary{ - phone_category = "Eta Labs"; - phone_color = "yellow"; - phone_id = "Robotics" +/area/bigredv2/outside/general_offices) +"etr" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -8; + pixel_y = 6 }, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/storage) -"esU" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/carpet, -/area/bigredv2/outside/library) -"eth" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 6 + }, +/turf/open/mars_cave/mars_cave_16, +/area/bigredv2/caves/mining) +"eug" = ( +/obj/structure/machinery/door_control{ + id = "safe_room"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = -28; + req_access_txt = "106"; + specialfunctions = 4 + }, +/turf/open/floor/elevatorshaft/north, +/area/bigredv2/caves/lambda/breakroom) +"euo" = ( +/obj/structure/largecrate/supply/supplies, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/podhatchfloor, -/area/bigredv2/outside/engineering) -"etB" = ( -/turf/open/floor/dark, -/area/bigredv2/outside/admin_building) -"etQ" = ( -/obj/structure/machinery/mech_bay_recharge_port, -/turf/open/floor/white, -/area/bigredv2/outside/office_complex) -"etW" = ( -/turf/open/floor/plating/warnplate/southwest, -/area/bigredv2/caves/lambda/xenobiology) +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/n) "eup" = ( /obj/structure/bed/chair, /obj/item/trash/cigbutt, @@ -7506,396 +7579,302 @@ }, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"evG" = ( -/obj/item/stack/sheet/plasteel, -/obj/structure/machinery/camera/autoname{ - dir = 1 +"euy" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 8 }, -/turf/open/floor/dark, -/area/bigredv2/outside/general_offices) -"evW" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkredcorners2, -/area/bigredv2/caves/eta/xenobiology) -"ewk" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/chapel/north, +/area/bigredv2/outside/chapel) +"euS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/filtration_plant) +"evc" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/dark, -/area/bigredv2/outside/admin_building) -"ewD" = ( -/obj/structure/machinery/light, -/turf/open/floor/redcorner, -/area/bigredv2/outside/marshal_office) -"ewI" = ( -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/outside/n) -"ewT" = ( -/turf/open/floor/darkyellow2, +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 1; + name = "\improper Chief Engineer's Office" + }, +/turf/open/floor/almayer/test_floor4, /area/bigredv2/outside/engineering) -"exJ" = ( -/turf/open/floor/purple/north, -/area/bigredv2/caves/lambda/research) -"exP" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/c) -"eyr" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/dark, -/area/bigredv2/outside/admin_building) -"eyz" = ( +"evg" = ( +/obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/s) -"eyI" = ( -/turf/open/floor/grimy, -/area/bigredv2/outside/admin_building) -"eyK" = ( +/turf/open/floor/dark, +/area/bigredv2/caves/eta/living) +"evY" = ( +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/space_port) +"ewi" = ( +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/caves/mining) +"ewm" = ( /obj/structure/surface/table, -/obj/item/clothing/under/lightbrown, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/general_offices) -"eyM" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/engineering) -"ezB" = ( -/obj/item/ore/uranium{ - desc = "You feel fuzzy just looking at it.... it's slightly lumanesant"; - pixel_x = -8; - pixel_y = 9 - }, -/obj/item/ore/uranium{ - desc = "You feel fuzzy just looking at it.... it's slightly lumanesant"; - pixel_x = 4; - pixel_y = 15 +/obj/item/storage/box/gloves, +/turf/open/floor/whitegreencorner, +/area/bigredv2/outside/medical) +"ewp" = ( +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/outside/lz1_telecomm_cas) +"ewG" = ( +/obj/structure/window/reinforced/tinted, +/obj/structure/machinery/shower{ + dir = 8 }, -/obj/item/ore/uranium{ - desc = "You feel fuzzy just looking at it.... it's slightly lumanesant" +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/dorms) +"ewI" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, -/turf/open/mars_cave/mars_cave_14, -/area/bigredv2/caves/mining) -"ezZ" = ( +/turf/open/floor/dark, +/area/bigredv2/outside/filtration_plant) +"ewY" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/grimy, +/area/bigredv2/outside/dorms) +"ewZ" = ( +/obj/structure/closet/crate/miningcar/yellow, /turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves/mining) -"eAr" = ( -/obj/structure/surface/table, -/obj/item/weapon/baton, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/filtration_plant) -"eAH" = ( -/obj/structure/surface/table, -/obj/item/ore/uranium, -/turf/open/floor/bcircuit, -/area/bigredv2/outside/marshal_office) -"eBv" = ( -/obj/item/tool/wrench, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/c) -"eDb" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/research/colony{ - dir = 1; - name = "\improper Virology Lab Decontamination" +"exh" = ( +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/telecomm/n_cave) +"exk" = ( +/obj/structure/curtain/medical, +/turf/open/floor/darkgreen2/northeast, +/area/bigredv2/caves/lambda/virology) +"exy" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/virology) -"eDc" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/hydroponics) -"eDE" = ( -/turf/open/mars_cave/mars_cave_11, -/area/bigredv2/caves_lambda) -"eDN" = ( -/obj/structure/bed, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/virology) -"eDS" = ( -/obj/effect/decal/cleanable/dirt, -/turf/closed/wall/solaris/rock, -/area/bigredv2/caves) -"eDU" = ( +/turf/open/floor/darkgreencorners2/east, +/area/bigredv2/caves/lambda/virology) +"exQ" = ( +/obj/structure/machinery/light/double, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_sw) +"eyr" = ( +/turf/open/mars_cave/mars_cave_15, +/area/bigredv2/outside/n) +"eyu" = ( +/turf/open/mars_cave/mars_dirt_5, +/area/bigredv2/outside/s) +"eyw" = ( /turf/open/mars_cave/mars_dirt_6, -/area/bigredv2/caves_lambda) -"eEd" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/reagent_container/food/drinks/flask/detflask, -/turf/open/floor/wood, -/area/bigredv2/outside/marshal_office) -"eEl" = ( +/area/bigredv2/caves/eta/xenobiology) +"eyS" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "lz1containers_scramble" + }, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/space_port) +"eyX" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 5 }, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"eEy" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave, -/area/bigredv2/outside/lz2_west_cas) -"eEG" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ +/turf/open/floor/darkgreencorners2/west, +/area/bigredv2/caves/eta/research) +"eze" = ( +/obj/structure/machinery/r_n_d/circuit_imprinter, +/turf/open/floor/darkyellow2/southeast, +/area/bigredv2/caves/eta/research) +"ezs" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A heavy duty power cable for high voltage applications"; dir = 1; - name = "\improper Machine room" + icon = 'icons/obj/pipes/power_cond_heavy.dmi'; + icon_state = "4-8"; + name = "heavy duty power cable" + }, +/turf/open/mars_cave/mars_cave_17, +/area/bigredv2/caves/mining) +"ezE" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 13 + }, +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/caves/mining) +"ezF" = ( +/obj/item/tool/pickaxe{ + pixel_x = -18; + pixel_y = 4 }, +/obj/effect/decal/cleanable/blood{ + icon_state = "xgib1" + }, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"ezT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/oil/streak, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"eFf" = ( -/turf/closed/wall/solaris, -/area/bigredv2/outside/space_port_lz2) -"eFk" = ( +"ezY" = ( +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_virology) +"eAa" = ( +/obj/effect/landmark/crap_item, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/purple/east, -/area/bigredv2/caves/lambda/research) -"eFA" = ( +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_east) +"eAi" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 6 }, -/obj/structure/surface/table/woodentable, -/obj/item/storage/bible, -/turf/open/floor/cult, -/area/bigredv2/outside/chapel) -"eFQ" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/eta) -"eFV" = ( -/obj/structure/machinery/optable, -/turf/open/floor/whiteblue/east, +/turf/open/floor/whitegreen/north, /area/bigredv2/outside/medical) -"eGt" = ( -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_lambda) -"eGG" = ( -/obj/structure/machinery/portable_atmospherics/canister/air, -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/engineering) -"eGI" = ( +"eAA" = ( /obj/structure/surface/table, -/obj/structure/machinery/computer/shuttle/dropship/flight/lz2{ - dir = 1 - }, -/turf/open/floor/asteroidwarning, -/area/bigredv2/landing/console2) -"eGO" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/white, -/area/bigredv2/outside/admin_building) -"eGP" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/structure/barricade/handrail{ +/obj/item/weapon/gun/pistol/holdout, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/general_store) +"eAJ" = ( +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/se) +"eAN" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/caves/eta/research) +"eBh" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor, -/area/bigredv2/outside/marshal_office) -"eGX" = ( -/obj/structure/closet/firecloset/full, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/engineering) -"eHT" = ( -/obj/structure/surface/table, -/turf/open/floor/whiteblue/northeast, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/white, /area/bigredv2/outside/medical) -"eIn" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/toolbox, -/obj/effect/spawner/random/tool, -/turf/open/floor/dark, -/area/bigredv2/outside/space_port) -"eIv" = ( -/obj/structure/barricade/handrail{ - dir = 8 - }, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/c) -"eIC" = ( -/obj/effect/spawner/gibspawner/human, -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 1; - name = "\improper Atmospherics Condenser" - }, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/filtration_plant) -"eIS" = ( -/obj/structure/machinery/camera/autoname{ - dir = 4 +"eBD" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 }, -/turf/open/floor/bcircuit, +/turf/open/floor/grimy, /area/bigredv2/outside/marshal_office) -"eIW" = ( -/turf/open/floor/darkred2/west, -/area/bigredv2/caves/eta/research) -"eIX" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor/darkredcorners2/east, -/area/bigredv2/caves/eta/xenobiology) -"eJd" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/dark, -/area/bigredv2/outside/office_complex) -"eJf" = ( -/turf/open/floor/delivery, -/area/bigredv2/outside/nw/ceiling) -"eJg" = ( +"eBG" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/good_item, -/turf/open/floor/grimy, -/area/bigredv2/outside/dorms) -"eJN" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ +/obj/structure/bed/chair{ dir = 4 }, /turf/open/floor/dark, /area/bigredv2/outside/filtration_plant) -"eKj" = ( -/obj/effect/decal/cleanable/dirt, +"eBT" = ( +/obj/structure/bed/chair/office/light, /turf/open/floor/darkyellowcorners2, -/area/bigredv2/caves/eta/living) -"eKl" = ( -/obj/effect/decal/cleanable/mucus, -/obj/structure/surface/table, -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/whitepurplefull, -/area/bigredv2/caves/lambda/xenobiology) -"eKx" = ( +/area/bigredv2/outside/filtration_plant) +"eCb" = ( +/obj/effect/landmark/crap_item, /turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/se) -"eKH" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whitegreen/east, -/area/bigredv2/outside/marshal_office) -"eKO" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/engineering) -"eKR" = ( -/obj/structure/mirror{ - icon_state = "mirror_broke"; - pixel_x = 30 +/area/bigredv2/outside/space_port) +"eCs" = ( +/turf/open/floor/delivery, +/area/bigredv2/caves/eta/living) +"eCx" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/item/tool/soap/deluxe, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/marshal_office) -"eKU" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"eKZ" = ( -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/n) -"eLb" = ( -/obj/structure/machinery/light{ - dir = 8 +/turf/open/floor/whitegreen/west, +/area/bigredv2/outside/medical) +"eCO" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" }, -/turf/open/floor/asteroidwarning/southeast, -/area/bigredv2/caves_east) -"eLc" = ( -/turf/open/floor/asteroidwarning/southeast, -/area/bigredv2/outside/filtration_plant) -"eLh" = ( +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"eCQ" = ( +/obj/structure/machinery/vending/snack, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/whitegreenfull, +/area/bigredv2/outside/medical) +"eDb" = ( +/obj/structure/bed/roller, /obj/effect/decal/cleanable/blood, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/e) -"eLq" = ( -/obj/structure/surface/rack, -/obj/effect/spawner/random/tool, -/obj/effect/spawner/random/tool, -/obj/effect/spawner/random/tool, -/obj/effect/spawner/random/tool, -/obj/effect/spawner/random/tool, -/turf/open/floor, -/area/bigredv2/outside/cargo) -"eLw" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NE-out"; - pixel_x = 1; - pixel_y = 1 +/turf/open/floor/whitegreen/southwest, +/area/bigredv2/outside/medical) +"eDe" = ( +/turf/open/floor/asteroidwarning/southeast, +/area/bigredv2/caves_lambda) +"eDl" = ( +/turf/open/floor/darkgreencorners2/west, +/area/bigredv2/caves/eta/research) +"eDn" = ( +/obj/structure/prop/almayer/computers/sensor_computer1{ + desc = "An old W-Y systems control computer that manages the air enviorment for a large area. Commonly used in mining operations in order to control O2 levels, alert of any dangerous gases and make the heat slightly more bearable."; + name = "W-Y Enviorment Control System Control Panel" }, -/turf/open/floor/darkyellowcorners2/east, -/area/bigredv2/outside/engineering) -"eLV" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - name = "\improper Cargo Bay Quartermaster" +/obj/structure/cable{ + icon_state = "11-2" }, -/turf/open/floor/delivery, -/area/bigredv2/outside/cargo) -"eLY" = ( -/obj/item/ore/coal{ - pixel_x = 9; - pixel_y = 8 +/obj/structure/cable{ + icon_state = "11-10" }, -/obj/item/ore/coal, -/turf/open/mars_cave/mars_dirt_4, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"eMd" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/tech_supply, -/turf/open/floor/white, -/area/bigredv2/outside/office_complex) -"eMx" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 1 +"eDD" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Lambda Lab Break Room" }, -/turf/open/floor/darkpurple2/east, +/turf/open/floor/delivery, /area/bigredv2/caves/lambda/xenobiology) -"eMy" = ( -/obj/structure/machinery/photocopier, -/turf/open/floor/wood, -/area/bigredv2/outside/admin_building) -"eMI" = ( -/obj/item/reagent_container/glass/rag, -/turf/open/floor/whitegreenfull, -/area/bigredv2/outside/medical) -"eMQ" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, +"eDF" = ( +/obj/effect/decal/cleanable/vomit, /turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"eNm" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/turf/open/floor/plating, -/area/bigredv2/outside/bar) -"eNs" = ( -/obj/structure/platform{ - dir = 1 +/area/bigredv2/caves/lambda/breakroom) +"eDG" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/telecomm/n_cave) -"eNw" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 1; - health = 25000 - }, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"eNx" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "lambda-cave-mushroom" - }, +/area/bigredv2/outside/telecomm) +"eDS" = ( +/obj/effect/decal/cleanable/dirt, /turf/closed/wall/solaris/rock, /area/bigredv2/caves) -"eNB" = ( -/turf/open/floor/whitepurplecorner/north, -/area/bigredv2/outside/medical) -"eNG" = ( -/obj/structure/machinery/light, +"eEn" = ( +/turf/open/floor/wood, +/area/bigredv2/outside/office_complex) +"eEv" = ( +/obj/structure/largecrate/guns/merc{ + icon_state = "case_double"; + name = "supply crate" + }, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"eEy" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave, +/area/bigredv2/outside/lz2_west_cas) +"eEH" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellowcorners2, -/area/bigredv2/caves/eta/living) -"eNJ" = ( +/turf/closed/wall/solaris/reinforced, +/area/bigredv2/outside/general_offices) +"eEM" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/mars_cave/mars_cave_15, +/area/bigredv2/caves/mining) +"eEU" = ( +/turf/open/floor/darkredcorners2, +/area/bigredv2/outside/admin_building) +"eFg" = ( +/turf/open/floor/asteroidwarning/southwest, +/area/bigredv2/outside/s) +"eFH" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/hydroponics) +"eFI" = ( /obj/effect/decal/cleanable/blood/drip{ pixel_x = -8; pixel_y = 6 @@ -7905,509 +7884,362 @@ }, /turf/open/mars_cave/mars_dirt_7, /area/bigredv2/caves/mining) -"eNL" = ( -/turf/open/floor/dark, -/area/bigredv2/caves/eta/living) -"eNV" = ( -/turf/open/floor/asteroidwarning/northeast, -/area/bigredv2/outside/filtration_cave_cas) -"eNY" = ( +"eGH" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 }, /turf/open/floor/dark, +/area/bigredv2/caves/eta/living) +"eGW" = ( +/obj/effect/landmark/monkey_spawn, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/research) +"eHt" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/darkyellow2/northwest, /area/bigredv2/caves/eta/research) -"eOh" = ( -/obj/structure/curtain/medical, -/obj/structure/machinery/alarm{ - dir = 1; - pixel_y = -30 +"eHv" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/whitegreen/southwest, -/area/bigredv2/caves/lambda/virology) -"eOO" = ( -/obj/effect/landmark/crap_item, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_sw) -"eOQ" = ( -/obj/item/ammo_magazine/shotgun/beanbag, -/turf/open/mars_cave/mars_cave_17, -/area/bigredv2/caves_research) -"ePc" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Kitchen Storage" +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "\improper Bar Maintenance" }, /turf/open/floor/delivery, -/area/bigredv2/outside/hydroponics) -"ePh" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "E" - }, -/obj/structure/pipes/standard/simple/hidden/supply{ +/area/bigredv2/outside/bar) +"eHM" = ( +/obj/item/paper/bigred/walls, +/obj/structure/machinery/light/small{ dir = 4 }, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"eIe" = ( +/obj/structure/sign/safety/autodoc{ + pixel_x = -32 + }, /turf/open/floor/whitegreen/west, -/area/bigredv2/caves/lambda/virology) -"ePk" = ( -/obj/structure/prop/server_equipment/broken, -/turf/open/floor/greengrid, -/area/bigredv2/caves/lambda/research) -"ePs" = ( -/obj/effect/decal/cleanable/dirt, +/area/bigredv2/outside/medical) +"eIu" = ( +/turf/open/mars/mars_dirt_10, +/area/bigredv2/outside/e) +"eIA" = ( /obj/structure/machinery/light{ dir = 4 }, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = 30 +/obj/structure/surface/rack, +/obj/item/stack/sheet/mineral/silver, +/obj/item/stack/sheet/mineral/silver{ + amount = 20 }, -/turf/open/floor/whitegreen/east, -/area/bigredv2/outside/medical) -"ePt" = ( -/obj/structure/sign/safety/maint{ - pixel_y = 32 +/obj/item/stack/sheet/mineral/phoron{ + amount = 25 }, /turf/open/floor/dark, -/area/bigredv2/caves/lambda/breakroom) -"ePI" = ( -/obj/structure/cargo_container/arious/leftmid, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/space_port_lz2) -"ePJ" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/obj/structure/machinery/portable_atmospherics/hydroponics, -/turf/open/floor/whitegreenfull, -/area/bigredv2/outside/hydroponics) -"ePP" = ( -/turf/open/mars_cave/mars_cave_17, -/area/bigredv2/caves_lambda) -"eQc" = ( -/obj/structure/surface/table, -/obj/structure/pipes/vents/pump, -/obj/item/device/flashlight/lamp, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"eQB" = ( -/obj/structure/cargo_container/horizontal/blue/top, -/turf/open/mars, -/area/bigredv2/outside/space_port_lz2) -"eRa" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "SW-in" - }, -/turf/open/floor/whitegreencorner/west, -/area/bigredv2/caves/lambda/virology) -"eRe" = ( +/area/bigredv2/outside/general_offices) +"eIC" = ( /obj/structure/surface/table, -/obj/item/storage/pill_bottle/tramadol, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/whitegreen/west, -/area/bigredv2/outside/medical) -"eRf" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/telecomm) -"eRh" = ( -/obj/structure/window/framed/solaris/reinforced, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - dir = 4; - id = "Engineering"; - name = "\improper Engineering Shutters" - }, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/engineering) -"eRF" = ( -/obj/item/clothing/glasses/meson, -/obj/structure/pipes/standard/simple/hidden/green{ +/obj/item/trash/semki, +/obj/structure/pipes/vents/pump{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whitegreencorner, -/area/bigredv2/outside/medical) -"eRG" = ( -/obj/structure/surface/table, -/obj/structure/machinery/camera/autoname, -/obj/item/ammo_magazine/shotgun/slugs, -/obj/item/ammo_magazine/shotgun/buckshot, /turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"eSk" = ( -/obj/effect/decal/cleanable/liquid_fuel, -/obj/effect/decal/cleanable/liquid_fuel, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/engineering) -"eSs" = ( -/obj/structure/machinery/light{ - dir = 4 +/area/bigredv2/outside/office_complex) +"eIH" = ( +/obj/structure/barricade/handrail{ + dir = 1; + pixel_y = 2 }, -/turf/open/floor/darkred2/east, -/area/bigredv2/caves/eta/research) -"eSx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/vending/snack, -/turf/open/floor, -/area/bigredv2/outside/general_offices) -"eTg" = ( -/turf/open/mars_cave/mars_cave_16, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/c) +"eIO" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_dirt_7, /area/bigredv2/outside/lz1_north_cas) -"eTN" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 +"eIU" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "xgib4" }, -/turf/open/floor/whitegreen/west, +/turf/open/mars_cave/mars_cave_16, +/area/bigredv2/caves/mining) +"eIX" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/lambda/research) +"eJa" = ( +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/outside/lz2_south_cas) +"eJd" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "cargo_containers" + }, +/turf/closed/wall/solaris, +/area/bigredv2/outside/cargo) +"eKp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-in" + }, +/turf/open/floor/whitegreencorner/west, /area/bigredv2/caves/lambda/virology) -"eTZ" = ( -/turf/open/floor/darkgreen2, -/area/bigredv2/outside/space_port) -"eUs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 8; - pixel_x = 3; - pixel_y = 12 +"eKu" = ( +/obj/item/ammo_magazine/handful/shotgun/custom_color{ + color = "#6666ff"; + desc = "A handful of ulta rare 12 gauge HE/FRAG ammunition to seriously fuck shit up with. Too bad its behind this indestructable window....."; + name = "handful of HE/FRAG shells (12g)"; + pixel_y = 3 }, -/turf/open/floor/plating, +/turf/open/shuttle/escapepod/floor5, +/area/bigredv2/oob) +"eKy" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/turf/open/mars_cave/mars_cave_9, /area/bigredv2/caves/mining) -"eUF" = ( -/obj/structure/machinery/light, -/turf/open/floor/white, -/area/bigredv2/outside/admin_building) -"eUS" = ( -/obj/structure/cable{ - icon_state = "1-6" +"eKM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" }, -/obj/structure/cable{ - icon_state = "1-9" +/obj/structure/sign/safety/biohazard{ + pixel_x = 7; + pixel_y = -32 }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"eVI" = ( -/turf/open/floor/darkish, +/obj/structure/machinery/light/built, +/turf/open/floor/whitegreen/southeast, /area/bigredv2/caves/lambda/virology) -"eVP" = ( -/obj/item/ore, -/turf/open/mars_cave/mars_dirt_6, -/area/bigredv2/caves/mining) -"eVS" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/living) -"eWe" = ( -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/n) -"eWo" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/mars, -/area/bigredv2/outside/filtration_plant) -"eWx" = ( -/turf/open/mars_cave/mars_cave_10, -/area/bigredv2/caves_sw) -"eWD" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/w) -"eWP" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/bomb_supply, +"eLh" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/c) +"eLq" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/tool, +/obj/effect/spawner/random/tool, +/obj/effect/spawner/random/tool, /obj/effect/spawner/random/tool, /obj/effect/spawner/random/tool, -/obj/structure/machinery/light{ - dir = 4 - }, /turf/open/floor, /area/bigredv2/outside/cargo) -"eWQ" = ( -/obj/structure/machinery/computer/area_atmos{ - dir = 1 - }, -/obj/structure/surface/table, -/turf/open/floor/darkyellow2/southeast, -/area/bigredv2/outside/engineering) -"eWV" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/east, +"eLG" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/asteroidplating, /area/bigredv2/outside/space_port_lz2) -"eXz" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/technology_scanner, -/turf/open/floor/darkredcorners2/east, -/area/bigredv2/caves/eta/xenobiology) -"eXF" = ( -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/space_port) -"eXQ" = ( +"eLK" = ( /obj/structure/largecrate/random, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/xenobiology) -"eXS" = ( -/obj/structure/surface/table, -/obj/structure/phone_base/colony_net/rotary{ - phone_category = "Eta Labs"; - phone_id = "Workshop" +/turf/open/floor/bot/north, +/area/bigredv2/outside/cargo) +"eLU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/shard{ + icon_state = "small" }, -/turf/open/floor/darkred2/north, -/area/bigredv2/caves/eta/research) -"eYe" = ( -/obj/item/device/flashlight/lantern, -/turf/open/mars_cave/mars_dirt_6, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"eYo" = ( -/obj/structure/machinery/landinglight/ds2/delaythree{ +"eMt" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ dir = 8 }, /turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/space_port_lz2) -"eYq" = ( -/obj/structure/window/framed/solaris/reinforced, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"eYP" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/w) -"eYY" = ( -/turf/open/mars/mars_dirt_3, -/area/bigredv2/outside/sw) -"eZf" = ( -/obj/structure/closet/l3closet/scientist, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/storage) -"eZh" = ( -/obj/structure/machinery/door_control{ - id = "Marshal Offices"; - name = "Storm Shutters"; - pixel_x = -32 - }, -/turf/open/floor/redcorner, -/area/bigredv2/outside/marshal_office) -"eZt" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/light, -/obj/structure/xenoautopsy/tank/hugger, -/obj/effect/decal/warning_stripes, -/obj/structure/window/reinforced{ - dir = 1 +/area/bigredv2/outside/space_port) +"eMB" = ( +/obj/item/device/flashlight/lantern, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/ne) +"eMD" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -9; + pixel_y = 13 }, -/turf/open/floor/whitepurple/southeast, -/area/bigredv2/caves/lambda/xenobiology) -"eZw" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N" +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -1; + pixel_y = 5 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/prop/invuln/minecart_tracks{ - dir = 1 +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6" }, -/turf/open/floor/plating, -/area/bigredv2/caves/mining) -"eZD" = ( -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/engineering) -"eZJ" = ( -/obj/effect/landmark/crap_item, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/research) -"fal" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/redcorner, -/area/bigredv2/outside/office_complex) -"faM" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/turf/open/mars_cave/mars_dirt_7, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"faO" = ( -/obj/effect/decal/cleanable/vomit, -/turf/open/floor/whitepurplefull, +"eMU" = ( +/obj/structure/machinery/power/reactor/colony, +/turf/open/floor/plating, /area/bigredv2/caves/lambda/xenobiology) -"fbX" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper Cargo Bay Offices" +"eMZ" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "xgib3"; + pixel_x = 17 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/cargo) -"fbY" = ( /obj/effect/decal/cleanable/blood/drip{ + pixel_x = -9; pixel_y = 13 }, -/turf/open/mars_cave/mars_dirt_7, +/turf/open/mars_cave/mars_cave_13, /area/bigredv2/caves/mining) -"fcF" = ( -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/virology) -"fcV" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/chips, -/obj/item/reagent_container/food/snacks/cookie, -/obj/item/reagent_container/food/snacks/microwavable/donkpocket, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"fcW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/landinglight/ds2{ - dir = 8 +"eNq" = ( +/obj/structure/machinery/door_control{ + id = "sci_br"; + name = "Observation Shutters"; + pixel_y = 28 }, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/space_port_lz2) -"fdn" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/general_offices) -"fdu" = ( -/obj/item/tool/warning_cone, -/turf/open/floor/asteroidwarning/northeast, -/area/bigredv2/outside/se) -"fdy" = ( -/turf/open/floor, -/area/bigredv2/caves/eta/living) -"fdF" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - name = "\improper General Store Storage" +/turf/open/floor/darkpurplecorners2, +/area/bigredv2/caves/lambda/breakroom) +"eNr" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/outside/lz1_telecomm_cas) +"eNx" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "lambda-cave-mushroom" }, -/turf/open/floor/delivery, -/area/bigredv2/outside/cargo) -"fdT" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/northwest, -/area/bigredv2/outside/telecomm/n_cave) -"fec" = ( -/turf/open/floor/asteroidwarning/southeast, -/area/bigredv2/outside/c) -"feI" = ( -/obj/structure/girder/reinforced, -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/caves/lambda/research) -"ffg" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"ffk" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/clothing/head/det_hat, -/turf/open/floor/wood, -/area/bigredv2/outside/marshal_office) -"ffB" = ( -/obj/structure/machinery/computer/communications{ - dir = 8 +/turf/closed/wall/solaris/rock, +/area/bigredv2/caves) +"eNH" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_23, +/area/bigredv2/caves_east) +"eNK" = ( +/obj/structure/machinery/light/small{ + dir = 1 }, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"eNW" = ( /obj/structure/surface/table, -/turf/open/floor/darkblue2/southeast, -/area/bigredv2/outside/admin_building) -"ffH" = ( -/obj/item/reagent_container/blood/OMinus, -/turf/open/floor/freezerfloor, -/area/bigredv2/caves/lambda/xenobiology) -"ffI" = ( -/obj/structure/closet/toolcloset, -/turf/open/floor/darkyellow2/northwest, -/area/bigredv2/outside/engineering) -"fgk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/item/frame/table, -/turf/open/floor/dark, +/obj/item/toy/sword, +/obj/item/toy/gun, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"eOh" = ( +/turf/open/mars/mars_dirt_10, /area/bigredv2/outside/filtration_plant) -"fgR" = ( -/turf/open/mars/mars_dirt_11, -/area/bigredv2/outside/ne) -"fgV" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "gib6"; - pixel_y = -15 +"eOl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whitegreenfull, +/area/bigredv2/outside/medical) +"eOn" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Dormitories Toilet" }, -/obj/effect/decal/cleanable/blood, -/obj/item/weapon/gun/pistol/highpower, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"fgW" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "xgib4" +/turf/open/floor/delivery, +/area/bigredv2/outside/dorms) +"eOv" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 1; + name = "\improper Telecommunications" }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/c) -"fha" = ( -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/n) -"fhd" = ( -/obj/structure/curtain/medical, -/turf/open/floor/darkgreen2/northwest, -/area/bigredv2/caves/lambda/virology) -"fhe" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/toolbox, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/engineering) -"fhn" = ( -/obj/structure/bed/chair{ - dir = 8 +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/delivery, +/area/bigredv2/outside/telecomm) +"eOw" = ( +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/outside/filtration_plant) +"eOF" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, -/obj/effect/landmark/corpsespawner/prisoner, /turf/open/floor/white, -/area/bigredv2/outside/marshal_office) -"fho" = ( +/area/bigredv2/outside/admin_building) +"eOX" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/darkgreencorners2/west, +/area/bigredv2/caves/eta/research) +"ePd" = ( +/obj/structure/machinery/chem_master, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/northwest, -/area/bigredv2/outside/w) -"fhW" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 +/turf/open/floor/whitepurplecorner/east, +/area/bigredv2/outside/medical) +"ePk" = ( +/obj/structure/prop/server_equipment/broken, +/turf/open/floor/greengrid, +/area/bigredv2/caves/lambda/research) +"ePq" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/floor/white, +/obj/structure/morgue{ + dir = 2 + }, +/turf/open/floor/whiteblue/north, /area/bigredv2/outside/medical) -"fid" = ( -/obj/effect/landmark/hunter_secondary, -/turf/open/mars_cave/mars_cave_16, -/area/bigredv2/caves_north) -"fii" = ( -/turf/open/floor/plating/platingdmg2/west, -/area/bigredv2/outside/space_port) -"fij" = ( -/obj/structure/filingcabinet/medical, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"fin" = ( +"ePE" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/wood, +/area/bigredv2/outside/marshal_office) +"ePW" = ( +/obj/docking_port/stationary/marine_dropship/lz2{ + name = "LZ2: Engineering Landing Zone" + }, /turf/open/floor/plating, -/area/bigredv2/caves/eta/xenobiology) -"fiG" = ( +/area/bigredv2/outside/space_port_lz2) +"eQB" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/space_port_lz2) +"eQK" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_east) +"eQS" = ( +/obj/structure/machinery/light, +/turf/open/floor/bcircuit, +/area/bigredv2/outside/marshal_office) +"eQV" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 1; + name = "\improper Atmospherics Condenser" + }, +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/filtration_plant) +"eRk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/wetleather, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"eRp" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/darkred2, -/area/bigredv2/outside/admin_building) -"fiU" = ( -/obj/structure/closet/jcloset, -/obj/structure/machinery/camera/autoname{ - dir = 8 +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/virology) +"eRX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" }, -/turf/open/floor/whiteyellowfull/east, -/area/bigredv2/outside/office_complex) -"fjq" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "gib6" +/obj/structure/machinery/light/built{ + dir = 4 }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/dorms) -"fjw" = ( +/turf/open/floor/whitegreen/northeast, +/area/bigredv2/caves/lambda/virology) +"eSn" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/w) +"eSp" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/darkyellowcorners2, +/area/bigredv2/caves/eta/living) +"eSD" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/caves_sw) +"eSR" = ( /obj/effect/decal/cleanable/blood{ base_icon = 'icons/obj/items/weapons/grenade.dmi'; desc = "An expended M55C tear gas grenade that was used for nonlethal riot control. These used to be used on USCM ships until they found out that marines are already used to teargas so the U.S.S Re-education made a better model through 'extensive trials' that works on marines, which is now the M66 used by MPs today. Being now utterly useless to marines and phased out by the M66, M55Cs were spread around the colonies across the UA galaxy like salt to be used on poor colonists instead."; @@ -8415,1143 +8247,1066 @@ icon_state = "grenade_custom"; name = "M55C Teargas grenade" }, -/turf/open/mars_cave/mars_cave_2, +/turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves/mining) -"fjz" = ( +"eSY" = ( +/obj/structure/sign/safety/restrictedarea{ + pixel_x = 8; + pixel_y = -32 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkpurplecorners2/east, +/area/bigredv2/caves/lambda/breakroom) +"eTs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/c) +"eTT" = ( +/turf/open/floor/whitegreen/west, +/area/bigredv2/outside/medical) +"eUa" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, +/obj/effect/landmark/corpsespawner/doctor, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"eUs" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/redcorner, -/area/bigredv2/outside/office_complex) -"fjH" = ( -/turf/open/floor/darkyellowcorners2/west, -/area/bigredv2/outside/engineering) -"fjU" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/caves_sw) -"fjV" = ( -/obj/structure/prop/invuln/minecart_tracks{ - dir = 1 +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_x = 3; + pixel_y = 12 }, -/turf/open/mars_cave/mars_cave_14, +/turf/open/floor/plating, /area/bigredv2/caves/mining) -"fke" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/filtration_cave_cas) -"fkk" = ( -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/dorms) -"fln" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/ne) -"flu" = ( -/obj/structure/machinery/light, +"eUv" = ( +/obj/structure/surface/table, +/obj/item/tool/pen, +/obj/item/paper_bundle, /turf/open/floor/wood, +/area/bigredv2/caves/eta/living) +"eUL" = ( +/obj/structure/machinery/computer/cameras, +/obj/structure/surface/table, +/turf/open/floor/white, /area/bigredv2/outside/admin_building) -"flN" = ( -/obj/structure/dispenser/oxygen, -/turf/open/floor/dark, -/area/bigredv2/outside/general_offices) -"flP" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -8; - pixel_y = 6 - }, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = 6 - }, -/turf/open/mars_cave/mars_cave_16, -/area/bigredv2/caves/mining) -"fma" = ( -/obj/structure/machinery/vending/hydronutrients, +"eVc" = ( +/obj/structure/surface/table, +/obj/structure/machinery/microwave, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/hydroponics) +"eVr" = ( +/obj/structure/surface/table, /obj/structure/machinery/light, -/turf/open/floor/whitegreen/southeast, -/area/bigredv2/caves/lambda/xenobiology) -"fmo" = ( -/obj/structure/machinery/light{ +/obj/effect/spawner/random/technology_scanner, +/obj/item/xenos_claw, +/obj/structure/pipes/vents/pump{ dir = 1 }, -/obj/structure/pipes/standard/simple/hidden/green{ +/turf/open/floor/darkredcorners2/west, +/area/bigredv2/caves/eta/xenobiology) +"eVw" = ( +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/ne) +"eVy" = ( +/obj/structure/closet/toolcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellow2/northeast, +/area/bigredv2/outside/filtration_plant) +"eVF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"eVL" = ( +/obj/structure/bed/chair{ dir = 4 }, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/caves_lambda) -"fmD" = ( -/obj/structure/pipes/vents/pump{ +/obj/structure/barricade/handrail{ dir = 4 }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/hydroponics) -"fmI" = ( -/obj/structure/surface/table, -/obj/item/clothing/head/hardhat/orange{ - pixel_y = 10 - }, -/turf/open/floor/asteroidwarning/north, +/turf/open/floor, +/area/bigredv2/outside/marshal_office) +"eVR" = ( +/turf/open/mars_cave/mars_cave_11, +/area/bigredv2/caves_lambda) +"eWo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/mars, /area/bigredv2/outside/filtration_plant) -"fmK" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - name = "\improper Lambda Lab Surgery" - }, -/turf/open/floor/delivery, -/area/bigredv2/caves/lambda/xenobiology) -"fmU" = ( -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/w) -"fnc" = ( -/obj/structure/machinery/shower{ - dir = 8 - }, -/turf/open/floor/warnwhite/west, -/area/bigredv2/outside/virology) -"fnv" = ( -/obj/structure/machinery/light/small/built{ - dir = 8 +"eWP" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/bomb_supply, +/obj/effect/spawner/random/tool, +/obj/effect/spawner/random/tool, +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/floor/whitegreenfull, -/area/bigredv2/caves/lambda/virology) -"fnC" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +/turf/open/floor, +/area/bigredv2/outside/cargo) +"eXq" = ( +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/darkredcorners2/west, +/area/bigredv2/caves/eta/xenobiology) +"eXx" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 }, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/n) -"fnR" = ( -/obj/structure/machinery/portable_atmospherics/powered/scrubber, -/turf/open/mars_cave/mars_dirt_6, -/area/bigredv2/caves/mining) -"fnV" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/darkpurple2, +/area/bigredv2/caves/lambda/research) +"eXC" = ( +/obj/effect/landmark/crap_item, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_se) +"eXD" = ( +/obj/item/device/flashlight, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/general_store) +"eXJ" = ( /obj/structure/surface/table, -/obj/structure/machinery/computer/pod/old{ - name = "Personal Computer" +/obj/item/trash/kepler, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"eXW" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "lambda"; + name = "Lambda Lockdown" }, -/turf/open/floor/wood, -/area/bigredv2/caves/eta/living) -"fop" = ( +/turf/open/floor/delivery, +/area/bigredv2/caves_north) +"eYt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/fuelcell_recycler/full, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/engineering) +"eYy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/curtain/red, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/engineering) +"eYF" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 + dir = 4 }, -/turf/open/floor/freezerfloor, +/turf/open/floor/dark, +/area/bigredv2/outside/chapel) +"eYN" = ( +/obj/item/tool/pickaxe, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"eZb" = ( +/obj/structure/prop/tower, +/turf/open/floor/asteroidplating, +/area/bigredv2/outside/space_port) +"eZg" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/grimy, /area/bigredv2/outside/dorms) -"for" = ( -/obj/structure/bed/roller, +"eZh" = ( +/obj/structure/machinery/light, /turf/open/floor/white, /area/bigredv2/outside/medical) -"foQ" = ( +"eZn" = ( +/obj/structure/bed/chair, +/turf/open/floor/wood, +/area/bigredv2/outside/marshal_office) +"eZw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/cleanable/dirt, /obj/structure/prop/invuln/minecart_tracks{ - dir = 8 + dir = 1 }, -/turf/open/mars_cave/mars_dirt_4, +/turf/open/floor/plating, /area/bigredv2/caves/mining) -"foR" = ( +"eZz" = ( +/obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/space_port_lz2) -"fpa" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -8; - pixel_y = 6 +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/s) +"eZW" = ( +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/caves_north) +"fap" = ( +/turf/open/floor/dark, +/area/bigredv2/outside/admin_building) +"far" = ( +/obj/effect/decal/cleanable/blood{ + dir = 8; + icon_state = "gib6"; + layer = 4; + pixel_x = 12; + pixel_y = 3 }, -/turf/closed/wall/wood, +/obj/effect/landmark/corpsespawner/miner, +/obj/effect/decal/cleanable/blood, +/turf/open/mars_cave/mars_cave_13, /area/bigredv2/caves/mining) -"fpk" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +"faK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" }, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/nw) -"fpy" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/landmark/corpsespawner/security/marshal, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"faS" = ( +/obj/effect/glowshroom, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_lambda) +"faW" = ( +/obj/item/clothing/under/lightbrown, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/general_offices) +"fbj" = ( +/obj/structure/bookcase{ + icon_state = "book-5" }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/breakroom) -"fpJ" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"fbm" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ dir = 1; - name = "\improper Eta Lab Armory" + name = "\improper Marshal Office" }, /turf/open/floor/delivery, -/area/bigredv2/caves/eta/research) -"fpQ" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/portable_atmospherics/hydroponics, -/turf/open/floor/whitegreenfull, -/area/bigredv2/outside/hydroponics) -"fqi" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/xenoautopsy/tank/broken, -/obj/effect/decal/cleanable/blood/gibs/xeno/body, -/obj/effect/decal/warning_stripes, -/turf/open/floor/whitepurple, -/area/bigredv2/caves/lambda/xenobiology) -"fqn" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/tool, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/engineering) -"fqv" = ( -/turf/open/mars/mars_dirt_3, -/area/bigredv2/outside/n) -"fqF" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/virology) -"fqJ" = ( -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/outside/lz2_south_cas) -"fri" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/area/bigredv2/outside/marshal_office) +"fbw" = ( +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/caves_lambda) +"fbR" = ( +/obj/effect/vehicle_spawner/van/decrepit, +/obj/effect/decal/cleanable/blood/oil, /turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/eta) -"frA" = ( -/obj/effect/landmark/crap_item, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/n) -"frH" = ( -/obj/structure/platform, -/obj/structure/platform{ - dir = 8 - }, -/turf/open/gm/river, +/area/bigred/ground/garage_workshop) +"fbX" = ( +/obj/structure/barricade/handrail{ + dir = 1; + layer = 3.01; + pixel_y = 9 + }, +/turf/open/floor/darkyellow2/northwest, /area/bigredv2/outside/engineering) -"frS" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/darkpurplecorners2, -/area/bigredv2/caves/lambda/breakroom) -"frY" = ( -/obj/structure/surface/table, -/obj/item/device/multitool, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +"fce" = ( +/obj/effect/landmark/crap_item, /turf/open/floor/dark, -/area/bigredv2/outside/office_complex) -"fsf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"fsy" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/redcorner, -/area/bigredv2/outside/office_complex) -"fsQ" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/redcorner/west, +/area/bigredv2/outside/engineering) +"fcx" = ( +/turf/open/floor/asteroidwarning/northwest, +/area/bigredv2/outside/e) +"fcB" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/darkred2/north, /area/bigredv2/outside/admin_building) -"fsV" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/n) -"fte" = ( -/turf/open/floor/redcorner/west, -/area/bigredv2/outside/lambda_cave_cas) -"fty" = ( -/obj/structure/machinery/light{ - dir = 1 +"fdm" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 4; + health = 25000 }, -/turf/open/floor/carpet15_15/west, -/area/bigredv2/outside/bar) -"ftH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, -/obj/structure/surface/table, -/obj/item/ammo_magazine/handful/shotgun/buckshot/incendiary{ - pixel_y = 12 +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/caves_north) +"fdn" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"ftJ" = ( -/obj/structure/closet/l3closet, -/turf/open/floor/vault2/west, -/area/bigredv2/outside/general_offices) -"ftO" = ( -/obj/structure/surface/table, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/dorms) +"fdq" = ( +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/engineering) +"fdy" = ( +/turf/open/floor, +/area/bigredv2/caves/eta/living) +"fdO" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/reagent_container/food/drinks/flask/vacuumflask{ - pixel_x = -7 - }, -/obj/item/storage/fancy/cigarettes/kpack{ - pixel_x = 6 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, -/obj/item/tool/lighter/zippo{ - pixel_x = -1; - pixel_y = 14 +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/c) +"fed" = ( +/obj/structure/machinery/computer/telecomms/server{ + req_one_access_txt = "19;200" }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"ftV" = ( -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"ftZ" = ( -/obj/item/explosive/grenade/slug/baton{ - dir = 1; - pixel_y = -8 - }, -/obj/item/explosive/grenade/baton{ - dir = 4; - pixel_x = 9; - pixel_y = -8 - }, -/obj/structure/cable{ - icon_state = "4-10" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-5" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/outside/telecomm) +"fef" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_20, /area/bigredv2/caves/mining) -"fur" = ( +"feh" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/grimy, -/area/bigredv2/outside/admin_building) -"fvg" = ( -/obj/structure/surface/table/woodentable, -/obj/item/newspaper{ - pixel_x = -7 - }, -/obj/item/prop/magazine/book/theartofwar{ - pixel_x = 11 +/obj/effect/landmark/good_item, +/turf/open/floor/dark, +/area/bigredv2/outside/filtration_plant) +"fez" = ( +/obj/structure/platform/shiva{ + dir = 1 }, -/obj/item/tool/pen{ - pixel_x = -7 +/obj/structure/platform/shiva, +/obj/structure/machinery/light/small/built{ + dir = 8 }, +/turf/open/floor/bluegrid/bcircuitoff, +/area/bigredv2/caves/lambda/research) +"feZ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"ffa" = ( +/obj/structure/machinery/smartfridge/secure/virology, +/turf/open/floor/whitegreen/northwest, +/area/bigredv2/caves/lambda/virology) +"ffb" = ( +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/general_offices) +"ffc" = ( +/turf/open/mars/mars_dirt_8, +/area/bigredv2/outside/ne) +"ffl" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/redcorner/west, +/area/bigredv2/outside/office_complex) +"fft" = ( +/turf/open/floor/asteroidwarning/southeast, +/area/bigredv2/outside/eta) +"ffO" = ( +/obj/structure/safe, /turf/open/floor/wood, -/area/bigredv2/outside/library) -"fvh" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/area/bigredv2/outside/admin_building) +"ffQ" = ( +/obj/structure/surface/table, +/turf/open/floor/wood, +/area/bigredv2/outside/general_offices) +"fgd" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"fgn" = ( +/obj/structure/surface/table, +/obj/item/paper_bin, +/obj/item/tool/pen, +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = 30 + }, +/turf/open/floor/darkblue2/east, +/area/bigredv2/outside/admin_building) +"fgv" = ( +/obj/structure/closet/secure_closet/marshal, +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/whitegreen/west, -/area/bigredv2/outside/medical) -"fvj" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +/obj/item/clothing/suit/storage/CMB, +/turf/open/floor/floor4, +/area/bigredv2/outside/marshal_office) +"fgE" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Private Office" }, -/obj/effect/decal/warning_stripes{ - icon_state = "S"; - pixel_y = -1 +/turf/open/floor/delivery, +/area/bigredv2/outside/office_complex) +"fgI" = ( +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/n) +"fhg" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, /turf/open/floor/dark, -/area/bigredv2/outside/admin_building) -"fvw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"fvQ" = ( +/area/bigredv2/caves/eta/storage) +"fhk" = ( +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/delivery, -/area/bigredv2/outside/general_offices) -"fwd" = ( -/obj/structure/machinery/computer/cameras, -/obj/structure/surface/table, -/turf/open/floor/white, +/area/bigredv2/outside/marshal_office) +"fhx" = ( +/obj/effect/landmark/crap_item, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"fhE" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/dark, +/area/bigredv2/outside/office_complex) +"fhF" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/wood, /area/bigredv2/outside/admin_building) -"fwV" = ( -/obj/structure/surface/table, -/turf/open/floor, -/area/bigredv2/caves) -"fxk" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -3; - pixel_y = 11 +"fhN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/southeast, +/area/bigredv2/outside/nw) +"fin" = ( +/turf/open/floor/plating, +/area/bigredv2/caves/eta/xenobiology) +"fiv" = ( +/obj/structure/machinery/shower{ + dir = 8 }, -/obj/effect/decal/cleanable/blood/drip{ - pixel_y = 13 +/turf/open/floor/freezerfloor, +/area/bigredv2/caves/eta/living) +"fiJ" = ( +/obj/structure/surface/table, +/obj/item/oldresearch/Blood, +/obj/item/oldresearch/Blood, +/obj/item/tool/pen, +/turf/open/floor/darkredcorners2/east, +/area/bigredv2/caves/eta/xenobiology) +"fjL" = ( +/obj/structure/closet/l3closet/virology, +/turf/open/floor/warnwhite/southwest, +/area/bigredv2/caves/lambda/virology) +"fjX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/crap_item, +/turf/open/floor/wood, +/area/bigredv2/outside/office_complex) +"fjZ" = ( +/turf/open/mars/mars_dirt_8, +/area/bigredv2/outside/space_port_lz2) +"fkn" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/light, +/obj/structure/xenoautopsy/tank/hugger, +/obj/effect/decal/warning_stripes, +/obj/structure/window/reinforced{ + dir = 1 }, +/turf/open/floor/whitepurple/southeast, +/area/bigredv2/caves/lambda/xenobiology) +"fko" = ( +/obj/effect/landmark/crap_item, /turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"fxv" = ( +/area/bigredv2/outside/filtration_cave_cas) +"fkJ" = ( /obj/structure/surface/table, -/obj/item/trash/plate, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"fxy" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/caves_lambda) -"fxO" = ( +/turf/open/floor/dark, +/area/bigredv2/outside/marshal_office) +"fkQ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /obj/structure/barricade/wooden{ desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; dir = 4; health = 25000 }, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/c) -"fxP" = ( -/obj/structure/surface/table, -/obj/item/stack/sheet/glass{ - amount = 30 - }, -/turf/open/floor, +/turf/open/floor/delivery, /area/bigredv2/outside/cargo) -"fxY" = ( -/obj/effect/landmark/crap_item, -/turf/open/mars_cave/mars_cave_3, -/area/bigredv2/caves_sw) -"fyg" = ( -/obj/structure/surface/table/reinforced, -/obj/item/book/manual/research_and_development, -/turf/open/floor/whitepurple/east, -/area/bigredv2/caves/lambda/xenobiology) -"fzg" = ( -/obj/structure/bed/chair/comfy{ +"flh" = ( +/obj/structure/machinery/botany, +/turf/open/floor/whitegreen/north, +/area/bigredv2/outside/marshal_office) +"flC" = ( +/obj/structure/toilet{ dir = 8 }, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"fzv" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 8; - health = 25000 - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/cargo) -"fAl" = ( -/obj/effect/spawner/random/tool, -/turf/open/mars_cave/mars_dirt_5, -/area/bigredv2/caves/mining) -"fAF" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/dark, +/turf/open/floor/freezerfloor, /area/bigredv2/caves/eta/living) -"fAK" = ( -/obj/structure/surface/table, -/obj/structure/machinery/light, -/obj/item/toy/prize/ripley, -/obj/item/toy/prize/odysseus, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"fAQ" = ( -/turf/open/mars_cave/mars_cave_14, -/area/bigredv2/caves_sw) -"fAR" = ( -/turf/open/floor/darkpurple2/northwest, -/area/bigredv2/caves/lambda/research) -"fAS" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/ne) -"fBc" = ( -/obj/structure/pipes/standard/tank/phoron, -/turf/open/floor/plating, -/area/bigredv2/caves/mining) -"fBg" = ( +"flL" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/machinery/light{ dir = 4 }, -/obj/structure/surface/table, -/obj/item/paper, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/filtration_plant) -"fBu" = ( +/obj/structure/closet/crate, +/obj/item/weapon/gun/rifle/nsg23/no_lock, +/obj/item/ammo_magazine/rifle/nsg23, +/obj/item/ammo_magazine/rifle/nsg23, +/obj/item/ammo_magazine/rifle/nsg23/ap, +/obj/item/ammo_magazine/rifle/nsg23/ap, +/obj/item/ammo_magazine/rifle/nsg23/extended, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"fmk" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 + dir = 4 }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/s) -"fBy" = ( -/obj/effect/landmark/xeno_spawn, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/research) -"fBO" = ( -/obj/structure/machinery/power/apc/no_power/west{ - name = "Xenbiology Lab APC" +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "\improper Greenhouse Storage" }, -/obj/structure/machinery/door_control{ - id = "lambda"; - name = "Lambda Lockdown"; - pixel_y = -25 +/turf/open/floor/delivery, +/area/bigredv2/outside/library) +"fmD" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 8 }, -/turf/open/floor/whitepurple/southwest, -/area/bigredv2/caves/lambda/xenobiology) -"fCb" = ( -/turf/open/floor, -/area/bigredv2/outside/filtration_cave_cas) -"fCn" = ( -/obj/structure/surface/table/woodentable, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/wood, +/turf/open/floor/carpet15_15/west, /area/bigredv2/outside/bar) -"fCq" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/engineering) -"fCy" = ( -/obj/item/stack/sheet/wood{ - pixel_y = -8 +"fmT" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = 30 }, -/turf/open/mars_cave/mars_cave_15, -/area/bigredv2/caves/mining) -"fCU" = ( +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"fns" = ( +/obj/item/ashtray/bronze{ + pixel_x = -7 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/carpet, +/area/bigredv2/caves/lambda/breakroom) +"fnz" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/turf/open/floor/whitegreen/northwest, +/area/bigredv2/outside/medical) +"fnD" = ( +/obj/effect/decal/cleanable/blood, /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/grimy, -/area/bigredv2/outside/dorms) -"fDA" = ( +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/nw) +"fnL" = ( +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/storage) +"fou" = ( +/obj/structure/closet/secure_closet/CMO, +/turf/open/floor/whitegreenfull, +/area/bigredv2/outside/medical) +"foS" = ( +/obj/effect/landmark/crap_item, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkpurple2/north, +/turf/open/floor/dark, /area/bigredv2/caves/lambda/research) -"fDE" = ( -/obj/structure/machinery/autolathe, -/turf/open/floor/darkred2/west, -/area/bigredv2/caves/eta/research) -"fEa" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Operations Bedroom" +"fpa" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -8; + pixel_y = 6 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/admin_building) -"fEv" = ( -/obj/structure/surface/table/woodentable, -/turf/open/floor/cult, -/area/bigredv2/outside/marshal_office) -"fEI" = ( -/obj/structure/machinery/light{ - dir = 4 +/turf/closed/wall/wood, +/area/bigredv2/caves/mining) +"fpb" = ( +/obj/structure/window, +/obj/structure/window{ + dir = 8 }, +/obj/structure/surface/table/woodentable, +/obj/item/prop/magazine/book/starshiptroopers, +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"fpU" = ( /obj/structure/surface/table, -/turf/open/floor, +/obj/item/reagent_container/food/drinks/coffee, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"fqi" = ( +/turf/open/floor/dark, +/area/bigredv2/outside/general_offices) +"fqs" = ( +/obj/structure/machinery/camera/autoname, +/turf/open/floor/white, /area/bigredv2/outside/office_complex) -"fFf" = ( -/turf/open/jungle/impenetrable, -/area/bigredv2/caves/eta/living) -"fFj" = ( -/obj/item/device/mass_spectrometer/adv, -/obj/structure/foamed_metal, -/turf/open/floor/whiteyellow, -/area/bigredv2/caves/lambda/xenobiology) -"fFx" = ( -/turf/open/mars_cave/mars_cave_22, -/area/bigredv2/caves/eta/research) -"fFK" = ( -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/ne) -"fFS" = ( -/turf/open/floor/purple/southeast, -/area/bigredv2/caves/lambda/research) -"fFZ" = ( +"fqT" = ( /obj/structure/machinery/squeezer, /turf/open/floor/wood, /area/bigredv2/outside/bar) -"fGe" = ( -/turf/open/floor/asteroidwarning/southwest, -/area/bigredv2/outside/telecomm/n_cave) -"fGi" = ( +"fqX" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/good_item, -/turf/open/floor/redcorner, -/area/bigredv2/outside/marshal_office) -"fGM" = ( -/obj/structure/machinery/floodlight/landing/floor, -/turf/open/floor/asteroidplating, -/area/bigredv2/outside/space_port_lz2) -"fGO" = ( -/obj/structure/surface/rack, -/obj/item/stack/sheet/mineral/gold, -/turf/open/floor/dark, -/area/bigredv2/outside/general_offices) -"fHi" = ( -/turf/open/floor/asteroidwarning/southwest, -/area/bigredv2/outside/eta) -"fHn" = ( -/obj/structure/bed/chair{ - buckling_y = 5; - dir = 1; - pixel_y = 5 - }, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"fHt" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/engineering) -"fHy" = ( -/obj/structure/pipes/vents/pump, /turf/open/floor/white, -/area/bigredv2/outside/marshal_office) -"fHC" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/mars_cave/mars_cave_10, -/area/bigredv2/caves/lambda/xenobiology) -"fHL" = ( +/area/bigredv2/outside/office_complex) +"frC" = ( /obj/structure/prop/invuln/minecart_tracks{ desc = "A pipe."; - dir = 1; + dir = 10; icon = 'icons/obj/pipes/pipes.dmi'; icon_state = "intact"; name = "Pipe" }, -/turf/open/mars_cave/mars_cave_13, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"fIe" = ( -/obj/structure/platform/shiva{ - dir = 4 - }, -/turf/open/floor/bluegrid/bcircuitoff, -/area/bigredv2/caves/lambda/research) -"fIz" = ( -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"fIP" = ( -/obj/structure/surface/table, -/obj/item/spacecash/c1, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"fIT" = ( -/obj/structure/machinery/medical_pod/bodyscanner, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whitegreen/southwest, -/area/bigredv2/outside/medical) -"fJb" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 10 +"frH" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 8 }, -/turf/open/floor/darkish, -/area/bigredv2/caves/lambda/virology) -"fJe" = ( +/turf/open/gm/river, +/area/bigredv2/outside/engineering) +"frS" = ( /obj/structure/bed/chair{ dir = 4 }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"fJn" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"fJu" = ( -/obj/structure/machinery/portable_atmospherics/hydroponics, -/turf/open/floor/whitegreen/southeast, -/area/bigredv2/caves/lambda/xenobiology) -"fJW" = ( -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/filtration_plant) -"fKJ" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/research) -"fKL" = ( /obj/effect/decal/cleanable/blood, -/turf/open/floor/freezerfloor, -/area/bigredv2/caves/lambda/xenobiology) -"fKS" = ( +/turf/open/floor/white, +/area/bigredv2/outside/marshal_office) +"fsF" = ( +/turf/open/floor/carpet15_15/west, +/area/bigredv2/outside/admin_building) +"fsQ" = ( /obj/structure/surface/table, -/obj/effect/spawner/random/tech_supply, /obj/effect/spawner/random/tool, -/obj/structure/machinery/door_control{ - id = "tcomms"; - name = "Storm Shutters"; - pixel_x = -32 - }, -/turf/open/floor/dark, -/area/bigredv2/outside/telecomm) -"fLb" = ( -/obj/structure/sign/nosmoking_1{ - pixel_y = 32 - }, -/obj/structure/machinery/light/built{ - dir = 1 - }, -/turf/open/floor/darkish, -/area/bigredv2/caves/lambda/breakroom) -"fLq" = ( -/turf/open/mars/mars_dirt_3, -/area/bigredv2/outside/s) -"fLv" = ( -/turf/open/mars/mars_dirt_12, -/area/bigredv2/outside/se) -"fLF" = ( -/obj/effect/decal/cleanable/liquid_fuel, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/engineering) -"fMa" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/xenobiology) -"fMJ" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/caves_lambda) -"fML" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/surface/table/reinforced/prison, -/obj/effect/landmark/item_pool_spawner/survivor_ammo, -/turf/open/floor/plating, -/area/bigredv2/caves/mining) -"fNf" = ( -/obj/structure/surface/table, -/obj/structure/machinery/faxmachine{ - density = 0; - req_one_access_txt = "200" - }, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/darkblue2/southwest, -/area/bigredv2/outside/admin_building) -"fNK" = ( -/obj/structure/barricade/wooden, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"fNV" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/grimy, -/area/bigredv2/outside/admin_building) -"fOd" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NE-out"; - pixel_x = 1; - pixel_y = 1 - }, -/turf/open/floor/red/southwest, -/area/bigredv2/outside/marshal_office) -"fOs" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/item/prop/alien/hugger, /turf/open/floor/darkred2/west, -/area/bigredv2/outside/admin_building) -"fOF" = ( -/obj/structure/closet/hydrant{ - pixel_y = 32 - }, +/area/bigredv2/caves/eta/research) +"fty" = ( +/obj/effect/landmark/hunter_secondary, /turf/open/floor/redcorner/east, /area/bigredv2/outside/marshal_office) -"fOM" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N" - }, +"ftB" = ( +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/outside/n) +"ftE" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/bigredv2/caves/mining) -"fPh" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 +/turf/open/floor/dark, +/area/bigredv2/outside/general_offices) +"ftP" = ( +/obj/structure/closet/secure_closet, +/turf/open/floor/redfull/northwest, +/area/bigredv2/caves/eta/research) +"ftQ" = ( +/obj/structure/machinery/shower{ + dir = 1 }, -/obj/structure/mirror{ - pixel_x = -28 +/obj/structure/window/reinforced{ + dir = 4; + health = 80 }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/dorms) -"fPm" = ( -/obj/structure/surface/table, -/obj/structure/machinery/light{ +/obj/structure/window/reinforced{ dir = 8 }, -/turf/open/floor/white, -/area/bigredv2/outside/marshal_office) -"fPB" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/bigredv2/outside/admin_building) -"fPK" = ( +/obj/structure/machinery/door/window{ + dir = 1; + opacity = 1 + }, +/turf/open/floor/warnwhite, +/area/bigredv2/caves/lambda/virology) +"ftW" = ( /obj/structure/machinery/light/small{ dir = 4 }, -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/caves/mining) -"fPL" = ( -/turf/open/mars_cave/mars_cave_19, +/turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) -"fQe" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "admin_pmc" +"fub" = ( +/obj/structure/surface/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/syndi_cakes, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/dark, +/area/bigredv2/outside/office_complex) +"fuz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E-corner" }, -/turf/closed/wall/solaris/reinforced, -/area/bigredv2/outside/admin_building) -"fQw" = ( -/obj/structure/machinery/light{ - dir = 4 +/turf/open/mars_cave/mars_cave_16, +/area/bigredv2/caves_north) +"fuC" = ( +/obj/structure/prop/almayer/missile_tube{ + desc = "A detached drill arm of a big old Seegson D-602 Mining Robot. Seems to be jury rigged to run without the main robot assembly."; + name = "\improper Massive mining drill"; + pixel_y = 12 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkgreencorners2, -/area/bigredv2/caves/eta/research) -"fQz" = ( -/turf/open/floor/whitepurple/west, -/area/bigredv2/caves/lambda/research) -"fQI" = ( +/obj/item/ore{ + pixel_x = 13; + pixel_y = 12 + }, +/obj/structure/cable, /turf/open/mars_cave/mars_dirt_6, -/area/bigredv2/caves/eta/xenobiology) -"fRb" = ( -/obj/structure/window/reinforced/toughened{ +/area/bigredv2/caves/mining) +"fuL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/window/reinforced/toughened, -/obj/structure/closet/crate/freezer, -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/turf/open/floor/darkgreen2/southeast, -/area/bigredv2/caves/lambda/virology) -"fRh" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"fRi" = ( -/obj/structure/platform_decoration{ - dir = 8 +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "\improper Medical Clinic Storage" }, -/turf/open/floor/dark, -/area/bigredv2/outside/admin_building) -"fRk" = ( +/turf/open/floor/delivery, +/area/bigredv2/outside/medical) +"fuO" = ( /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/dirt, /turf/open/floor/white, /area/bigredv2/outside/office_complex) -"fRp" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +"fvi" = ( +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/outside/lz1_telecomm_cas) +"fvQ" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -10; + pixel_y = 12 }, -/obj/structure/bed/chair/comfy{ +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"fwf" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"fRz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/monkey_spawn, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/research) -"fRB" = ( -/obj/structure/bed, -/obj/item/bedsheet/rd, -/turf/open/floor/elevatorshaft/north, +/turf/open/floor/darkpurple2/east, /area/bigredv2/caves/lambda/breakroom) -"fRD" = ( -/turf/open/mars_cave/mars_cave_20, -/area/bigredv2/outside/lz1_north_cas) -"fRI" = ( -/turf/open/mars_cave/mars_cave_18, -/area/bigredv2/outside/lambda_cave_cas) -"fSl" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/living) -"fSx" = ( -/obj/structure/morgue{ - dir = 2 - }, -/turf/open/floor/whiteblue/north, -/area/bigredv2/outside/medical) -"fSB" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 +"fwz" = ( +/obj/structure/machinery/shower{ + dir = 8 }, -/turf/open/floor/white, +/obj/structure/window/reinforced, +/turf/open/floor/warnwhite/west, /area/bigredv2/outside/virology) -"fSL" = ( -/obj/structure/machinery/light{ - dir = 4 +"fwA" = ( +/obj/structure/bed/chair{ + dir = 8 }, +/obj/effect/landmark/corpsespawner/prisoner, /turf/open/floor/white, -/area/bigredv2/outside/virology) -"fSR" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/n) -"fTd" = ( -/turf/open/floor/darkgreen2/northwest, +/area/bigredv2/outside/marshal_office) +"fwU" = ( +/obj/structure/machinery/photocopier{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/darkblue2/north, +/area/bigredv2/outside/admin_building) +"fwV" = ( +/obj/structure/surface/table, +/turf/open/floor, +/area/bigredv2/caves) +"fxL" = ( +/turf/open/mars/mars_dirt_11, +/area/bigredv2/outside/se) +"fxM" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/cheesewedge, +/obj/item/reagent_container/food/snacks/chips, +/obj/item/reagent_container/food/snacks/cookie, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"fxQ" = ( +/obj/effect/decal/cleanable/vomit, +/turf/open/floor/darkgreencorners2/north, /area/bigredv2/caves/lambda/virology) -"fTj" = ( +"fzq" = ( +/obj/structure/closet/l3closet/scientist, +/turf/open/floor/darkgreen2/northwest, +/area/bigredv2/caves/eta/xenobiology) +"fzs" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 + dir = 9 }, -/turf/open/floor/redcorner, -/area/bigredv2/outside/office_complex) -"fTw" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"fzL" = ( +/obj/item/shard{ + icon_state = "small" }, -/turf/open/floor/darkgreencorners2/north, -/area/bigredv2/caves/eta/research) -"fTS" = ( +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"fAK" = ( +/obj/item/tool/extinguisher/mini, +/turf/open/floor/whitepurplefull, +/area/bigredv2/caves/lambda/research) +"fAZ" = ( /obj/structure/surface/table/woodentable, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/ashtray/glass, /turf/open/floor/wood, -/area/bigredv2/outside/dorms) -"fTY" = ( -/turf/open/floor/rampbottom/north, -/area/bigredv2/outside/marshal_office) -"fUb" = ( -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/dark, -/area/bigredv2/outside/office_complex) -"fUQ" = ( -/obj/structure/machinery/sensortower{ - pixel_x = -9 - }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/caves_lambda) -"fUS" = ( -/obj/effect/landmark/corpsespawner/security/marshal, -/obj/effect/decal/cleanable/blood, -/obj/item/weapon/classic_baton, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves_research) -"fVh" = ( +/area/bigredv2/outside/bar) +"fBc" = ( +/obj/structure/pipes/standard/tank/phoron, +/turf/open/floor/plating, +/area/bigredv2/caves/mining) +"fBP" = ( +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/engineering) +"fCb" = ( +/turf/open/floor, +/area/bigredv2/outside/filtration_cave_cas) +"fCl" = ( /obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/living) -"fVj" = ( +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"fCm" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/darkgreencorners2/west, +/area/bigredv2/caves/eta/research) +"fCv" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 + dir = 4 }, -/turf/open/floor/whiteyellowfull/east, -/area/bigredv2/outside/office_complex) -"fVD" = ( -/turf/open/mars_cave/mars_cave_5, -/area/bigredv2/outside/n) -"fWp" = ( -/obj/structure/bed, -/turf/open/floor/whitegreen/southwest, -/area/bigredv2/outside/medical) -"fWu" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/eta) -"fWQ" = ( -/obj/structure/surface/table, -/obj/item/device/radio{ - pixel_y = 8 +/area/bigredv2/outside/ne) +"fCw" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 }, -/turf/open/mars_cave/mars_cave_3, +/turf/open/mars_cave/mars_dirt_7, /area/bigredv2/caves/mining) -"fWV" = ( -/obj/item/reagent_container/spray/plantbgone, -/turf/open/floor/whitegreenfull, -/area/bigredv2/caves/lambda/xenobiology) -"fXl" = ( -/obj/effect/landmark/hunter_secondary, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/n) -"fXr" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +"fCQ" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"fDd" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/space_port) +"fDf" = ( +/turf/open/floor/darkgreen2/southwest, +/area/bigredv2/caves/lambda/virology) +"fDi" = ( +/obj/item/clothing/gloves/latex, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"fDj" = ( +/turf/open/floor/dark, +/area/bigredv2/caves/eta/xenobiology) +"fDm" = ( +/obj/structure/machinery/camera/autoname{ dir = 4 }, +/turf/open/floor/bcircuit, +/area/bigredv2/outside/marshal_office) +"fDJ" = ( +/obj/effect/decal/cleanable/dirt, /turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/space_port_lz2) -"fXL" = ( +/area/bigred/ground/garage_workshop) +"fDO" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/obj/structure/machinery/recharge_station, +/turf/open/floor/dark, +/area/bigredv2/outside/space_port) +"fDV" = ( +/obj/structure/showcase, +/turf/open/floor/carpet6_2/west, +/area/bigredv2/caves/eta/living) +"fDW" = ( /turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/se) -"fXM" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/southwest, -/area/bigredv2/outside/nw) -"fXS" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 1; - name = "\improper General Store Maintenance" +/area/bigredv2/outside/lz2_south_cas) +"fEv" = ( +/obj/item/ore/iron{ + pixel_x = 6; + pixel_y = 9 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/cargo) -"fXU" = ( -/obj/item/stack/rods, -/obj/item/stack/rods, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"fEx" = ( +/turf/open/mars_cave/mars_cave_23, +/area/bigredv2/caves_research) +"fEC" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/nw) -"fXX" = ( -/obj/structure/bed/chair/wood/normal, -/turf/open/floor/carpet, -/area/bigredv2/outside/library) -"fYa" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/space_port_lz2) -"fYH" = ( -/turf/closed/wall/solaris/reinforced/hull, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"fZb" = ( -/obj/structure/machinery/light, -/turf/open/floor/redfull/northwest, -/area/bigredv2/caves/eta/research) -"fZv" = ( -/obj/structure/machinery/vending/cola, -/turf/open/floor/darkish, -/area/bigredv2/caves/lambda/breakroom) -"fZB" = ( +"fEI" = ( +/obj/structure/machinery/light{ + dir = 4 + }, /obj/structure/surface/table, -/obj/structure/machinery/faxmachine, -/turf/open/floor/darkred2/east, -/area/bigredv2/caves/eta/research) -"fZF" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/white, +/turf/open/floor, /area/bigredv2/outside/office_complex) -"fZX" = ( -/obj/effect/decal/cleanable/blood, +"fEU" = ( +/obj/effect/landmark/crap_item, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/caves_lambda) +"fFa" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/carpet, +/area/bigredv2/caves/lambda/breakroom) +"fFe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Marshal Office" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/marshal_office) +"fFg" = ( +/turf/open/floor/carpet13_5/west, +/area/bigredv2/outside/admin_building) +"fFi" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 4; + health = 25000 + }, /obj/effect/landmark/corpsespawner/miner, +/obj/effect/landmark/corpsespawner/miner, +/obj/effect/decal/cleanable/blood, +/obj/item/weapon/twohanded/spear{ + pixel_x = 5 + }, +/turf/open/mars_cave/mars_cave_13, +/area/bigredv2/caves/mining) +"fFT" = ( +/obj/structure/prop/invuln/minecart_tracks, /turf/open/mars_cave/mars_dirt_7, /area/bigredv2/caves/mining) -"fZZ" = ( -/obj/structure/surface/table/reinforced, -/obj/item/tool/kitchen/knife, +"fGs" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, /turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"gai" = ( -/turf/open/mars_cave/mars_dirt_5, -/area/bigredv2/outside/s) -"gau" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood{ - layer = 3 +/area/bigredv2/outside/general_store) +"fGF" = ( +/obj/item/ore{ + pixel_x = -1; + pixel_y = -8 }, -/turf/open/floor/freezerfloor, +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/caves/mining) +"fGH" = ( +/obj/structure/sign/safety/electronics{ + pixel_y = 32 + }, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/engineering) +"fGS" = ( +/turf/open/floor/asteroidwarning/southeast, +/area/bigredv2/outside/ne) +"fGU" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/green, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/research) +"fGY" = ( +/obj/structure/closet/crate, +/turf/open/floor/wood, /area/bigredv2/outside/dorms) -"gaU" = ( -/obj/structure/surface/table, -/obj/item/toy/prize/ripley, -/obj/item/toy/prize/mauler, -/obj/structure/machinery/camera/autoname{ - dir = 1 +"fHU" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "\improper Lambda Lab Server Room" }, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"gbl" = ( +/turf/open/floor/delivery, +/area/bigredv2/caves/lambda/research) +"fIb" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/landmark/crap_item, -/turf/open/floor/white, -/area/bigredv2/outside/admin_building) -"gcd" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkgreencorners2/west, +/area/bigredv2/caves/eta/research) +"fIi" = ( +/obj/structure/machinery/light/small{ + dir = 8 }, -/obj/structure/machinery/door/poddoor/almayer/closed{ - dir = 4; - id = "viro"; - name = "Virology Lockdown" +/turf/open/mars_cave/mars_cave_3, +/area/bigredv2/caves/mining) +"fIn" = ( +/turf/open/floor/darkyellow2/north, +/area/bigredv2/caves/lambda/xenobiology) +"fIr" = ( +/obj/structure/window/framed/solaris/reinforced/hull, +/obj/structure/cable, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/oob) +"fIt" = ( +/obj/item/ore{ + pixel_x = 9 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/virology) -"gch" = ( -/obj/item/ore, -/turf/open/mars_cave/mars_dirt_7, +/turf/open/mars_cave/mars_dirt_6, /area/bigredv2/caves/mining) -"gcE" = ( -/turf/open/floor/asteroidwarning, -/area/bigredv2/caves_lambda) -"gcX" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Greenhouse Storage" +"fIM" = ( +/obj/structure/window, +/obj/structure/window{ + dir = 8 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/hydroponics) -"gda" = ( -/turf/open/mars_cave, -/area/bigredv2/outside/lz1_telecomm_cas) -"gdg" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/technology_scanner, -/obj/structure/phone_base/colony_net{ - dir = 4; - phone_category = "Eta Labs"; - phone_id = "Observation"; - pixel_x = -18 +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"fJa" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/mars_cave/mars_dirt_6, +/area/bigredv2/caves/mining) +"fJo" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A heavy duty power cable for high voltage applications"; + dir = 1; + icon = 'icons/obj/pipes/power_cond_heavy.dmi'; + icon_state = "4-8"; + name = "heavy duty power cable" }, -/turf/open/floor/purple/southwest, -/area/bigredv2/caves/lambda/research) -"gdz" = ( -/obj/structure/machinery/light{ - dir = 8 +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"fJt" = ( +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor/asteroidplating, +/area/bigredv2/outside/space_port_lz2) +"fJA" = ( +/obj/structure/platform/shiva{ + dir = 4 }, +/turf/open/floor/bluegrid/bcircuitoff, +/area/bigredv2/caves/lambda/research) +"fJR" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/darkyellowcorners2/east, +/area/bigredv2/outside/engineering) +"fJV" = ( +/turf/open/floor/yellowfull, +/area/bigredv2/outside/general_store) +"fKt" = ( /obj/structure/surface/table, -/obj/item/tool/surgery/retractor, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/caves/eta/research) -"gdN" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars, -/area/bigredv2/caves/eta/xenobiology) -"gdX" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/space_port) -"gdY" = ( -/obj/structure/machinery/alarm{ - dir = 1; - pixel_y = -30 +/obj/effect/spawner/random/tech_supply, +/obj/effect/spawner/random/tool, +/obj/structure/machinery/door_control{ + id = "tcomms"; + name = "Storm Shutters"; + pixel_x = -32 }, /turf/open/floor/dark, -/area/bigredv2/outside/chapel) -"ged" = ( -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/space_port_lz2) -"gel" = ( -/obj/structure/machinery/faxmachine, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor/wood, -/area/bigredv2/caves/lambda/breakroom) -"geM" = ( +/area/bigredv2/outside/telecomm) +"fLg" = ( +/turf/open/floor, +/area/bigredv2/outside/lambda_cave_cas) +"fLx" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/space_port_lz2) -"gfd" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/engineering) +"fLH" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/bomb_supply, +/turf/open/floor, +/area/bigredv2/outside/cargo) +"fLJ" = ( +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/c) +"fLO" = ( +/turf/open/floor/redcorner, +/area/bigredv2/outside/marshal_office) +"fLV" = ( +/obj/effect/decal/cleanable/liquid_fuel, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/warning_stripes{ icon_state = "W"; @@ -9559,365 +9314,365 @@ }, /turf/open/floor/darkyellow2/west, /area/bigredv2/outside/engineering) -"gfo" = ( -/turf/open/floor/asteroidwarning/southeast, -/area/bigredv2/outside/filtration_cave_cas) -"gfN" = ( -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/caves_research) -"gfU" = ( +"fMe" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/bomb_supply, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/filtration_plant) +"fMi" = ( +/obj/effect/decal/cleanable/blood/gibs/up, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/c) +"fMo" = ( +/obj/structure/cargo_container/arious/rightmid, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/space_port_lz2) +"fMq" = ( /obj/effect/landmark/crap_item, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_research) -"ggf" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - dir = 1; - name = "\improper Virology Lab Cell" +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/caves_se) +"fMx" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/drinks/cans/tonic, +/obj/item/reagent_container/food/drinks/cans/waterbottle, +/obj/item/reagent_container/food/drinks/cans/aspen, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"fME" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/wood, +/area/bigredv2/outside/admin_building) +"fMH" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, /turf/open/floor/delivery, -/area/bigredv2/outside/virology) -"ggg" = ( -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/s) -"ggA" = ( -/turf/open/mars_cave/mars_dirt_6, -/area/bigredv2/outside/lz1_north_cas) -"ggD" = ( -/obj/structure/machinery/vending/hydroseeds, -/obj/structure/machinery/light, -/turf/open/floor/whitegreen/southwest, -/area/bigredv2/caves/lambda/xenobiology) -"ggO" = ( -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_se) -"ggX" = ( -/obj/structure/largecrate/random/barrel/green, +/area/bigredv2/outside/dorms) +"fML" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/platingdmg3/west, +/obj/structure/surface/table/reinforced/prison, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/turf/open/floor/plating, /area/bigredv2/caves/mining) -"ghE" = ( -/obj/structure/surface/table/reinforced, -/obj/item/storage/box/wy_mre, -/obj/item/storage/box/donkpockets{ - pixel_x = 6; - pixel_y = 8 +"fMN" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/outside/lz2_west_cas) +"fNi" = ( +/obj/structure/urinal{ + pixel_y = 32 }, -/turf/open/floor/whitegreen, -/area/bigredv2/caves/lambda/virology) -"gic" = ( -/obj/item/storage/toolbox/mechanical, -/obj/item/device/multitool, -/obj/structure/window/reinforced{ - dir = 4; - health = 80 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/surface/rack, -/turf/open/floor/elevatorshaft/north, -/area/bigredv2/caves/lambda/breakroom) -"gid" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/spray/cleaner, -/obj/structure/pipes/vents/pump{ +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/dorms) +"fNm" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/white, +/area/bigredv2/outside/marshal_office) +"fNx" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/item/weapon/gun/pistol/holdout, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/general_store) -"gio" = ( -/turf/open/mars_cave, -/area/bigredv2/outside/filtration_cave_cas) -"giC" = ( -/obj/structure/cargo_container/kelland/right, -/turf/open/mars, -/area/bigredv2/outside/space_port_lz2) -"giQ" = ( -/obj/item/stack/sheet/wood, -/turf/open/mars_cave/mars_cave_9, -/area/bigredv2/caves_north) -"giT" = ( -/obj/structure/fence, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/filtration_plant) -"giU" = ( -/turf/open/floor/darkredcorners2, -/area/bigredv2/outside/admin_building) -"gjv" = ( -/obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/whitegreenfull, /area/bigredv2/outside/medical) -"gjz" = ( +"fNB" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/telecomm/n_cave) -"gjX" = ( -/turf/open/mars_cave/mars_cave_15, -/area/bigredv2/caves/mining) -"gkf" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"gks" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/effect/landmark/xeno_spawn, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_research) -"gkA" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/landmark/crap_item, +/obj/effect/decal/cleanable/dirt, +/obj/item/frame/table, /turf/open/floor/dark, -/area/bigredv2/outside/chapel) -"gkN" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/n) -"gkP" = ( -/obj/structure/bed/chair{ +/area/bigredv2/outside/filtration_plant) +"fNU" = ( +/obj/item/weapon/gun/rifle/m4ra, +/obj/effect/landmark/corpsespawner/ua_riot, +/obj/effect/decal/cleanable/blood{ dir = 8; - pixel_x = 7; - pixel_y = 7 - }, -/turf/open/mars_cave/mars_cave_13, -/area/bigredv2/caves/mining) -"gll" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N" - }, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = 3; - pixel_y = 15 + icon_state = "gib6"; + layer = 4; + pixel_x = 12; + pixel_y = 3 }, -/obj/effect/spawner/gibspawner/human, /turf/open/mars_cave/mars_cave_3, -/area/bigredv2/caves/mining) -"glp" = ( -/obj/structure/pipes/standard/simple/hidden/green, +/area/bigredv2/caves_research) +"fOd" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "lambda-interior"; + name = "Lambda Checkpoint Interior" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/lambda_cave_cas) +"fOl" = ( +/obj/structure/surface/table, /turf/open/floor/dark, -/area/bigredv2/caves/eta/living) -"glu" = ( -/obj/structure/surface/table/woodentable, -/turf/open/floor/cult, -/area/bigredv2/outside/chapel) -"glB" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/closed/wall/solaris/reinforced, -/area/bigredv2/outside/lz2_south_cas) -"glZ" = ( -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/caves_virology) -"gmb" = ( -/obj/structure/bed/chair, -/turf/open/mars_cave/mars_cave_23, -/area/bigredv2/caves/eta/research) -"gmy" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "xgib1" +/area/bigredv2/outside/telecomm) +"fOr" = ( +/obj/structure/foamed_metal, +/turf/open/floor/darkpurple2, +/area/bigredv2/caves/lambda/xenobiology) +"fOv" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/darkgreen2/east, +/area/bigredv2/caves/eta/xenobiology) +"fOK" = ( +/obj/effect/decal/cleanable/mucus, +/obj/structure/surface/table, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/whitepurplefull, +/area/bigredv2/caves/lambda/xenobiology) +"fOM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"gmG" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/n) -"gmX" = ( +/turf/open/floor/plating, +/area/bigredv2/caves/mining) +"fOT" = ( /turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/virology) -"gni" = ( -/obj/structure/pipes/vents/scrubber/on, -/turf/open/floor/darkpurplecorners2/east, -/area/bigredv2/caves/lambda/xenobiology) -"gno" = ( -/obj/structure/sign/safety/medical{ - pixel_x = 32 +/area/bigred/ground/garage_workshop) +"fOU" = ( +/obj/structure/barricade/handrail{ + dir = 8 }, -/obj/structure/pipes/standard/manifold/hidden/supply{ +/obj/item/tank/air, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/filtration_plant) +"fOW" = ( +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/darkpurple2/east, -/area/bigredv2/caves/lambda/xenobiology) -"gnr" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 +/turf/open/floor/dark, +/area/bigredv2/caves/eta/storage) +"fPk" = ( +/obj/structure/prop/dam/crane, +/turf/open/mars_cave/mars_cave_13, +/area/bigredv2/caves/mining) +"fPx" = ( +/obj/structure/surface/table, +/obj/structure/machinery/light{ + dir = 8 }, +/obj/item/tool/surgery/circular_saw, +/turf/open/floor/whitepurplecorner/north, +/area/bigredv2/outside/medical) +"fPB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/bigredv2/outside/admin_building) +"fPE" = ( /obj/effect/landmark/monkey_spawn, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkpurple2/east, -/area/bigredv2/caves/lambda/breakroom) -"gnw" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/white, +/turf/open/floor/darkish, +/area/bigredv2/caves/lambda/virology) +"fPP" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/item/prop/alien/hugger, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/freezerfloor, /area/bigredv2/outside/admin_building) -"gnN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/xeno_spawn, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/research) -"gnT" = ( -/turf/open/floor/darkpurplecorners2/west, -/area/bigredv2/caves/lambda/xenobiology) -"goc" = ( -/obj/structure/surface/table/woodentable, -/obj/item/toy/beach_ball, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/wood, -/area/bigredv2/outside/dorms) -"god" = ( -/obj/structure/window/framed/solaris/reinforced, -/obj/effect/decal/cleanable/dirt, +"fPR" = ( +/obj/item/tool/warning_cone, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/filtration_plant) +"fQa" = ( +/obj/structure/largecrate, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"goj" = ( -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/ne) -"gok" = ( +"fQn" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A heavy duty power cable for high voltage applications"; + dir = 1; + icon = 'icons/obj/pipes/power_cond_heavy.dmi'; + icon_state = "4-8"; + name = "heavy duty power cable" + }, +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/caves/mining) +"fQw" = ( +/obj/structure/foamed_metal, +/obj/structure/machinery/light, +/turf/open/floor/darkpurple2, +/area/bigredv2/caves/lambda/xenobiology) +"fQF" = ( /obj/structure/bed/chair{ - dir = 8; - pixel_y = 3 + dir = 8 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"gop" = ( +/turf/open/floor/dark, +/area/bigredv2/outside/filtration_plant) +"fQJ" = ( +/turf/open/mars_cave/mars_cave_11, +/area/bigredv2/outside/lz2_west_cas) +"fQM" = ( /obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 1; - name = "\improper Engineering Lockers" +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Eta Lab Storage Bay" + }, +/turf/open/floor/delivery, +/area/bigredv2/caves/eta/storage) +"fRa" = ( +/obj/effect/landmark/lv624/xeno_tunnel, +/turf/open/mars, +/area/bigredv2/outside/space_port_lz2) +"fRe" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 }, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/engineering) -"gpg" = ( -/turf/open/mars_cave, -/area/bigredv2/caves_east) -"gpn" = ( -/turf/open/mars_cave/mars_cave_18, -/area/bigredv2/outside/n) -"gpI" = ( /turf/open/floor/carpet, -/area/bigredv2/outside/library) -"gpR" = ( -/turf/open/gm/river, +/area/bigredv2/caves/lambda/breakroom) +"fRN" = ( +/obj/structure/fence, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/n) +"fRZ" = ( +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/nw) +"fSA" = ( +/obj/structure/surface/table, +/obj/item/stack/cable_coil, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/filtration_plant) +"fSW" = ( +/obj/structure/fence, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/filtration_cave_cas) +"fTU" = ( +/obj/structure/fence, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/n) +"fUo" = ( +/obj/structure/surface/rack, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/general_offices) +"fUu" = ( +/turf/open/floor/asteroidwarning/northeast, +/area/bigredv2/outside/lz2_south_cas) +"fUv" = ( +/turf/open/mars_cave/mars_cave_10, +/area/bigredv2/outside/n) +"fUO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor/north, /area/bigredv2/outside/c) -"gqp" = ( -/turf/open/mars_cave/mars_cave_3, -/area/bigredv2/caves_research) -"gqF" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"fVt" = ( +/obj/structure/xenoautopsy/tank/alien, +/obj/effect/decal/warning_stripes, +/obj/structure/window/reinforced{ + dir = 1 }, +/turf/open/floor/whitepurple, +/area/bigredv2/caves/lambda/xenobiology) +"fVC" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkyellowcorners2/north, -/area/bigredv2/caves/eta/living) -"gqQ" = ( -/obj/structure/machinery/door/poddoor/almayer/closed{ - dir = 4; - id = "eta"; - name = "Eta Lockdown" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/lz2_south_cas) -"gqS" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/spawner/random/tool, -/obj/structure/machinery/light, -/turf/open/floor, -/area/bigred/ground/garage_workshop) -"gqX" = ( -/turf/open/mars/mars_dirt_8, -/area/bigredv2/outside/s) -"grb" = ( -/obj/structure/window/reinforced/toughened{ +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ dir = 1; - icon_state = "fwindow"; - pixel_y = 12 - }, -/obj/structure/machinery/door/window{ - dir = 8 - }, -/obj/effect/landmark/crap_item, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkgreen2/northwest, -/area/bigredv2/caves/lambda/virology) -"grh" = ( -/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ - pixel_x = -30 - }, -/obj/structure/sign/safety/biohazard{ - pixel_x = 8; - pixel_y = 32 - }, -/obj/structure/machinery/light/built{ - dir = 1 + name = "\improper Abandoned Mining Storage" }, -/obj/effect/landmark/corpsespawner/doctor, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/whitegreen/northwest, -/area/bigredv2/caves/lambda/virology) -"grq" = ( -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, -/obj/effect/landmark/corpsespawner/russian, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/mars_cave/mars_cave_3, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"grG" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/carpet, -/area/bigredv2/outside/library) -"grP" = ( -/obj/structure/closet/crate, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/wood, -/area/bigredv2/outside/dorms) -"grY" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/obj/structure/prop/server_equipment/yutani_server{ - density = 0; - pixel_y = 16 +"fVF" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, +/turf/open/floor/dark, +/area/bigredv2/outside/marshal_office) +"fVJ" = ( +/obj/structure/window/reinforced, +/turf/open/floor/darkpurple2, +/area/bigredv2/caves/lambda/breakroom) +"fVQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkyellowcorners2, +/area/bigredv2/caves/eta/living) +"fVT" = ( +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/telecomm) +"fWq" = ( +/obj/structure/fence, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/asteroidfloor/north, /area/bigredv2/outside/telecomm/n_cave) -"gtC" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +"fWN" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/turf/open/floor/whitegreenfull, +/area/bigredv2/outside/hydroponics) +"fWP" = ( +/obj/structure/closet/l3closet/scientist, +/turf/open/floor/darkgreen2/northeast, +/area/bigredv2/caves/eta/xenobiology) +"fWS" = ( +/turf/open/mars_cave/mars_cave_13, +/area/bigredv2/outside/ne) +"fXj" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"fXR" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ dir = 5 }, +/turf/open/floor/darkpurple2, +/area/bigredv2/caves/lambda/research) +"fYg" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Office Complex" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/office_complex) +"fYq" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/phone_base/colony_net/rotary{ + phone_category = "Solaris Ridge"; + phone_id = "Clinic Reception" + }, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"fYG" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/carpet, -/area/bigredv2/outside/library) -"gtI" = ( -/obj/structure/machinery/power/apc/power/north{ - name = "Bar APC" +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"fYH" = ( +/turf/closed/wall/solaris/reinforced/hull, +/area/bigredv2/caves/mining) +"fYO" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"gtJ" = ( -/obj/structure/largecrate/supply/supplies, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/n) -"gtL" = ( -/obj/structure/closet/toolcloset, +/turf/open/floor/redcorner/east, +/area/bigredv2/outside/marshal_office) +"fZB" = ( /obj/structure/machinery/light{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/filtration_plant) -"gtU" = ( -/turf/open/floor/delivery, -/area/bigredv2/caves) -"gtX" = ( -/turf/open/mars_cave, -/area/bigredv2/caves_se) -"gtY" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/dorms) +"fZD" = ( /obj/structure/machinery/light{ dir = 1 }, @@ -9925,5947 +9680,5714 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/dark, /area/bigredv2/caves/lambda/breakroom) -"gua" = ( -/obj/effect/landmark/xeno_spawn, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/darkpurple2/west, -/area/bigredv2/caves/lambda/breakroom) -"gum" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/engineering) -"guo" = ( -/turf/open/mars/mars_dirt_6, -/area/bigredv2/outside/w) -"guI" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Dormitories" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/general_offices) -"guJ" = ( -/obj/structure/machinery/light{ +"fZQ" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 }, -/obj/structure/sign/safety/high_rad{ - pixel_x = 32 - }, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/engineering) -"guK" = ( -/obj/item/storage/toolbox/mechanical, -/turf/open/mars_cave/mars_dirt_6, -/area/bigredv2/caves/mining) -"gvw" = ( -/turf/open/mars/mars_dirt_11, -/area/bigredv2/outside/s) -"gvA" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/wood, -/area/bigredv2/outside/general_offices) -"gvD" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - name = "\improper Medical Clinic Power Station" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/medical) -"gwo" = ( -/obj/structure/machinery/photocopier, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = 30 - }, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/engineering) -"gwD" = ( -/turf/open/mars_cave/mars_dirt_6, -/area/bigredv2/outside/sw) -"gwN" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Office Complex Janitor Room" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/office_complex) -"gwS" = ( -/obj/item/reagent_container/pill/happy, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"gxj" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +/turf/open/floor/warnwhite/west, +/area/bigredv2/outside/virology) +"fZR" = ( +/obj/item/reagent_container/spray/plantbgone, +/turf/open/floor/whitegreenfull, +/area/bigredv2/caves/lambda/xenobiology) +"gaF" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 }, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/hydroponics) +"gbc" = ( +/obj/structure/surface/table/reinforced, +/obj/item/tool/kitchen/knife/butcher, /turf/open/floor/yellowfull, /area/bigredv2/outside/hydroponics) -"gxw" = ( -/obj/structure/fence, -/turf/open/mars_cave/mars_cave_13, -/area/bigredv2/outside/virology) -"gxO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/safety/hazard{ - pixel_x = 8; - pixel_y = -32 - }, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/engineering) -"gyj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/research) -"gyn" = ( +"gbi" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 + dir = 4 }, /turf/open/floor/asteroidfloor/north, /area/bigredv2/outside/c) -"gyp" = ( -/obj/structure/machinery/portable_atmospherics/powered/scrubber/huge/stationary, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"gyD" = ( +"gbL" = ( +/turf/closed/wall/solaris, +/area/bigredv2/outside/space_port_lz2) +"gcd" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Engineering Complex" + name = "\improper Chapel" }, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/engineering) -"gzd" = ( -/obj/structure/fence, -/obj/structure/prop/invuln/minecart_tracks{ - desc = "A heavy duty power cable for high voltage applications"; +/turf/open/floor/delivery, +/area/bigredv2/outside/chapel) +"gcl" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ dir = 1; - icon = 'icons/obj/pipes/power_cond_heavy.dmi'; - icon_state = "4-8"; - name = "heavy duty power cable" + name = "\improper Engineering Lockers" }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"gAl" = ( -/obj/structure/surface/table, -/obj/item/tool/pen/blue, -/turf/open/floor/grimy, -/area/bigredv2/outside/office_complex) -"gAy" = ( -/obj/structure/surface/table, +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/engineering) +"gcm" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/item/paper/bigred/crazy, -/turf/open/floor, -/area/bigredv2/outside/marshal_office) -"gAA" = ( -/obj/structure/machinery/light{ +/turf/open/floor/darkyellowcorners2/north, +/area/bigredv2/caves/eta/living) +"gcn" = ( +/obj/item/ore, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/filtration_plant) +"gcA" = ( +/obj/structure/machinery/message_server, +/turf/open/floor/podhatchfloor, +/area/bigredv2/outside/admin_building) +"gda" = ( +/turf/open/mars_cave, +/area/bigredv2/outside/lz1_telecomm_cas) +"gdx" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/cult, -/area/bigredv2/outside/marshal_office) -"gAE" = ( -/obj/structure/sink{ - dir = 1; - pixel_y = -9 - }, -/turf/open/floor, -/area/bigredv2/outside/hydroponics) -"gAL" = ( +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"gdz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/tool/extinguisher, +/turf/open/floor/whitegreencorner, +/area/bigredv2/outside/medical) +"gdB" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/redfull/northwest, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/dark, /area/bigredv2/caves/eta/research) -"gAR" = ( -/obj/effect/decal/cleanable/blood, +"gdN" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars, +/area/bigredv2/caves/eta/xenobiology) +"gdY" = ( +/obj/structure/foamed_metal, +/turf/open/floor/whiteyellow/southwest, +/area/bigredv2/caves/lambda/xenobiology) +"gew" = ( +/turf/open/mars/mars_dirt_10, +/area/bigredv2/outside/virology) +"gey" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/white, +/turf/open/floor/dark, +/area/bigredv2/outside/telecomm) +"gez" = ( +/obj/structure/bed/chair/comfy, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/wood, /area/bigredv2/outside/marshal_office) -"gBh" = ( -/obj/structure/machinery/door/airlock/almayer/medical{ - name = "\improper Medical Clinic Morgue" +"geD" = ( +/turf/open/mars_cave/mars_cave_18, +/area/bigredv2/caves_research) +"geJ" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 4; + pixel_y = 10 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/medical) -"gBm" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 7 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -5 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -3; + pixel_y = 16 + }, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"geQ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/darkyellowcorners2/west, +/area/bigredv2/caves/eta/living) +"geU" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/darkredcorners2/west, +/area/bigredv2/caves/eta/xenobiology) +"gfd" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 }, +/turf/open/floor/darkgreen2/east, +/area/bigredv2/caves/lambda/xenobiology) +"gfn" = ( +/turf/open/mars_cave/mars_cave_23, +/area/bigredv2/caves_east) +"gfo" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/engineering) +"gfC" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/e) +"gfF" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/healthanalyzer, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/white, /area/bigredv2/outside/medical) -"gBy" = ( -/turf/open/floor/chapel/north, -/area/bigredv2/outside/chapel) -"gBH" = ( -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_east) -"gCh" = ( -/obj/structure/surface/rack, -/obj/item/ammo_magazine/shotgun/incendiary, -/obj/item/clothing/accessory/storage/black_vest, -/obj/item/clothing/accessory/storage/black_vest, -/obj/item/clothing/accessory/storage/black_vest, -/turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"gCj" = ( -/obj/structure/machinery/sleep_console, +"gfP" = ( +/obj/structure/machinery/camera/autoname, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"ggy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/white, /area/bigredv2/outside/medical) -"gCr" = ( -/obj/structure/morgue{ - dir = 2 +"ggB" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 1; + name = "\improper Medical Clinic Power Station" }, -/turf/open/floor/whiteblue/northwest, +/turf/open/floor/delivery, /area/bigredv2/outside/medical) -"gCx" = ( -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/lambda_cave_cas) -"gCN" = ( -/obj/structure/machinery/door_control{ - id = "workshop_br_g"; - name = "Workshop Garage Lockdown"; - pixel_x = -28 +"ggK" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/copper{ + pixel_y = 1 }, -/obj/structure/machinery/light{ - dir = 8 +/obj/item/stack/sheet/mineral/osmium{ + pixel_y = 6 }, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/nw) -"gCW" = ( -/obj/structure/xenoautopsy/tank/alien, -/obj/effect/decal/warning_stripes, -/obj/structure/window/reinforced{ - dir = 1 +/obj/item/stack/sheet/mineral/platinum{ + pixel_y = 12 }, -/turf/open/floor/whitepurple/southwest, -/area/bigredv2/caves/lambda/xenobiology) -"gCX" = ( -/obj/structure/pipes/standard/tank/oxygen, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"gCY" = ( -/obj/structure/machinery/botany/extractor, -/turf/open/floor/whitegreen/north, +"ggU" = ( +/turf/open/floor/whitepurple/east, /area/bigredv2/caves/lambda/xenobiology) -"gDl" = ( +"ggZ" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 4; + health = 25000 + }, +/obj/item/weapon/twohanded/spear{ + pixel_x = 5 + }, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"gha" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/space_port) +"ghd" = ( +/obj/effect/landmark/corpsespawner/miner, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"ghl" = ( /obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/northwest, +/turf/open/floor/darkyellow2/west, /area/bigredv2/outside/engineering) -"gDR" = ( -/turf/open/mars_cave/mars_cave_18, -/area/bigredv2/outside/lz2_west_cas) -"gEa" = ( -/turf/open/floor/wood, -/area/bigredv2/caves/eta/research) -"gEc" = ( +"ghJ" = ( +/obj/structure/window/reinforced/toughened{ + dir = 1; + icon_state = "fwindow"; + pixel_y = 12 + }, +/obj/structure/machinery/door/window{ + layer = 4 + }, +/turf/open/floor/darkgreen2/northeast, +/area/bigredv2/caves/lambda/virology) +"ghQ" = ( +/obj/structure/machinery/power/breakerbox/activated, /obj/structure/machinery/light{ - dir = 1 + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, +/turf/open/floor/darkyellow2/northwest, /area/bigredv2/outside/engineering) -"gEf" = ( -/obj/structure/machinery/processor, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/hydroponics) -"gEi" = ( -/obj/item/frame/table, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"gEM" = ( -/obj/structure/bookcase/manuals/research_and_development, -/obj/item/storage/fancy/vials/random, -/turf/open/floor/whitepurple/north, -/area/bigredv2/caves/lambda/xenobiology) -"gEX" = ( -/turf/open/mars/mars_dirt_10, -/area/bigredv2/outside/se) -"gFf" = ( -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves_north) -"gFh" = ( -/obj/structure/surface/rack, -/obj/item/tool/pickaxe/plasmacutter{ - pixel_y = 5 +"gii" = ( +/turf/open/floor/darkish, +/area/bigredv2/caves/lambda/virology) +"gio" = ( +/turf/open/mars_cave, +/area/bigredv2/outside/filtration_cave_cas) +"giv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 }, -/obj/item/tool/pickaxe/plasmacutter{ - pixel_y = -5 +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1 }, -/obj/item/tool/pickaxe/plasmacutter, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"gFo" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ +/obj/structure/machinery/door/airlock/almayer/command/colony{ dir = 1; - name = "\improper Medical Clinic CMO's Office" + name = "\improper Operations" }, /turf/open/floor/delivery, +/area/bigredv2/outside/admin_building) +"giw" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -3; + pixel_y = 11 + }, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"giy" = ( +/obj/structure/machinery/body_scanconsole, +/turf/open/floor/whitegreen/southeast, /area/bigredv2/outside/medical) -"gFw" = ( -/obj/structure/machinery/vending/cola, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/caves/eta/research) -"gFD" = ( -/obj/structure/surface/table, -/obj/item/storage/firstaid/regular, +"giA" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/white, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/xenobiology) +"giJ" = ( +/obj/structure/surface/table, +/obj/item/storage/firstaid/adv, +/turf/open/floor/whitegreencorner, /area/bigredv2/outside/medical) -"gFF" = ( -/obj/structure/platform/shiva{ - dir = 8 +"giP" = ( +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"giW" = ( +/obj/structure/machinery/power/terminal{ + dir = 1 }, -/turf/open/floor/bluegrid/bcircuitoff, -/area/bigredv2/caves/lambda/research) -"gFK" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/c) -"gGd" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "crashlanding-offices" +/obj/structure/pipes/valve/open, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"gjc" = ( +/obj/item/reagent_container/spray/cleaner, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/floor4, +/area/bigredv2/outside/cargo) +"gje" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/c) -"gGo" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - name = "\improper Lambda Lab Hydroponics" +/turf/open/floor/redcorner, +/area/bigredv2/outside/marshal_office) +"gjv" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Dormitories Storage" }, /turf/open/floor/delivery, -/area/bigredv2/caves/lambda/xenobiology) -"gGZ" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/living) -"gHe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/crap_item, -/turf/open/floor/whiteyellowfull/east, -/area/bigredv2/outside/office_complex) -"gHj" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +/area/bigredv2/outside/dorms) +"gkW" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/caves_se) +"glh" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/drinks/cans/thirteenloko, +/obj/item/reagent_container/food/drinks/cans/cola, +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/light{ + dir = 4 }, /turf/open/floor/whitebluefull/northeast, /area/bigredv2/outside/general_store) -"gHS" = ( -/obj/effect/landmark/corpsespawner/ua_riot, -/obj/effect/decal/cleanable/blood/drip{ - pixel_y = 6 - }, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -9; - pixel_y = 18 - }, -/obj/effect/decal/cleanable/blood{ - dir = 8; - icon_state = "gib6"; - layer = 4; - pixel_x = 12; - pixel_y = 3 +"glA" = ( +/obj/structure/surface/table, +/obj/item/book/manual/nuclear, +/turf/open/floor/wood, +/area/bigredv2/caves/eta/living) +"glB" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/closed/wall/solaris/reinforced, +/area/bigredv2/outside/lz2_south_cas) +"glI" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 16 }, -/obj/item/weapon/gun/rifle/m41a/training, -/turf/open/mars_cave/mars_cave_17, -/area/bigredv2/caves/mining) -"gIm" = ( -/obj/effect/decal/cleanable/blood/drip{ +/obj/structure/filingcabinet{ + density = 0; pixel_x = -8; - pixel_y = 6 + pixel_y = 18 }, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"gIs" = ( -/obj/structure/surface/table, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/general_offices) -"gIA" = ( -/turf/open/mars/mars_dirt_11, -/area/bigredv2/outside/c) -"gID" = ( -/obj/structure/foamed_metal, -/turf/open/floor/whiteyellow/southwest, -/area/bigredv2/caves/lambda/xenobiology) -"gIH" = ( -/obj/structure/machinery/power/apc/power/north, -/obj/structure/cable{ - icon_state = "1-2" +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"glO" = ( +/obj/structure/barricade/handrail{ + dir = 4 }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"gIK" = ( +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/filtration_plant) +"glP" = ( +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/ne) +"glV" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/camera/autoname{ +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/engineering) +"glW" = ( +/obj/effect/landmark/lv624/xeno_tunnel, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/c) +"gmp" = ( +/obj/structure/bed/chair{ dir = 1 }, -/turf/open/floor/white, -/area/bigredv2/outside/admin_building) -"gIQ" = ( -/obj/structure/bed/chair{ - dir = 4 +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/engineering) +"gmz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 }, +/turf/open/floor/whiteyellowfull/east, +/area/bigredv2/outside/office_complex) +"gmF" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor, +/area/bigredv2/outside/cargo) +"gmG" = ( +/turf/open/mars/mars_dirt_11, +/area/bigredv2/outside/n) +"gmI" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/wood, +/area/bigredv2/outside/admin_building) +"gmT" = ( +/obj/item/trash/eat, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"gnm" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/crap_item, /turf/open/floor/dark, +/area/bigredv2/caves/eta/living) +"gnK" = ( +/turf/open/mars/mars_dirt_3, +/area/bigredv2/outside/ne) +"gnL" = ( +/obj/item/tool/wirecutters, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/c) +"gnW" = ( +/turf/open/floor/delivery, +/area/bigredv2/caves) +"gox" = ( +/obj/structure/machinery/prop/almayer/computer/PC, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/carpet, +/area/bigredv2/caves/lambda/breakroom) +"goE" = ( +/obj/structure/barricade/wooden, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"goJ" = ( +/turf/open/mars/mars_dirt_11, +/area/bigredv2/outside/virology) +"goM" = ( +/obj/structure/machinery/power/turbine, +/turf/open/floor/darkyellow2/east, /area/bigredv2/outside/engineering) -"gIZ" = ( +"gpg" = ( +/turf/open/mars_cave, +/area/bigredv2/caves_east) +"gpx" = ( +/turf/open/mars_cave/mars_cave_8, +/area/bigredv2/caves_research) +"gpE" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 + dir = 9 }, -/turf/open/floor/asteroidfloor/north, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"gpF" = ( +/obj/structure/cargo_container/horizontal/blue/bottom, +/turf/open/mars, +/area/bigredv2/outside/space_port_lz2) +"gpR" = ( +/turf/open/gm/river, /area/bigredv2/outside/c) -"gJa" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, +"gqo" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/largecrate/random/barrel/white, -/turf/open/floor/plating/platingdmg3/west, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/telecomm/n_cave) +"gqs" = ( +/obj/structure/closet/secure_closet/marshal, +/obj/item/clothing/suit/storage/CMB, +/turf/open/floor/floor4, +/area/bigredv2/outside/marshal_office) +"gqD" = ( +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/turf/open/mars_cave/mars_cave_13, /area/bigredv2/caves/mining) -"gJs" = ( -/obj/structure/barricade/handrail{ - dir = 1; - layer = 3.01; - pixel_y = 9 - }, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/engineering) -"gJt" = ( -/obj/structure/machinery/suit_storage_unit/carbon_unit, -/turf/open/floor/dark, -/area/bigredv2/outside/general_offices) -"gJw" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave, -/area/bigredv2/caves_virology) -"gJD" = ( -/obj/structure/closet/secure_closet/engineering_personal, +"gqI" = ( /obj/structure/machinery/light{ - dir = 8 + dir = 1 }, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/engineering) -"gJI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/whitegreen/north, +/area/bigredv2/outside/medical) +"gqS" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/tool, +/obj/structure/machinery/light, +/turf/open/floor, +/area/bigred/ground/garage_workshop) +"gqU" = ( /obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/engineering) -"gJR" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - dir = 2; - name = "\improper Medical Clinic Operating Theatre" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/medical) -"gJW" = ( -/obj/structure/surface/table, -/turf/open/floor/dark, -/area/bigredv2/outside/office_complex) -"gKC" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 1 }, -/turf/open/floor/delivery, +/turf/open/floor/darkpurple2/east, +/area/bigredv2/caves/lambda/xenobiology) +"gri" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/open/floor/darkish, +/area/bigredv2/caves/eta/storage) +"grl" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = 32 + }, +/obj/structure/machinery/light/built{ + dir = 1 + }, +/turf/open/floor/darkish, /area/bigredv2/caves/lambda/breakroom) -"gKQ" = ( -/turf/open/mars_cave/mars_cave_18, -/area/bigredv2/caves_virology) -"gLg" = ( -/obj/structure/machinery/landinglight/ds1/delayone{ +"grY" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/crap_item, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/darkyellowcorners2/east, +/area/bigredv2/outside/engineering) +"gsb" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/lz2_south_cas) +"gsj" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/space_port) -"gLy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/cable_coil/cut, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"gMz" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/candy, -/obj/item/reagent_container/food/snacks/bun, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"gMJ" = ( -/obj/effect/decal/cleanable/blood/splatter, -/obj/item/ore/diamond, -/obj/effect/landmark/corpsespawner/miner, +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "\improper Atmospherics Condenser Storage" + }, +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/filtration_plant) +"gsK" = ( +/turf/open/floor/almayer/w_y2/north, +/area/bigredv2/outside/admin_building) +"gsS" = ( +/obj/item/weapon/broken_bottle, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"gNc" = ( -/turf/open/mars/mars_dirt_13, -/area/bigredv2/outside/n) -"gNp" = ( +"gtX" = ( +/turf/open/mars_cave, +/area/bigredv2/caves_se) +"gud" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 4; + health = 25000 + }, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_north) +"guo" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/living) +"guI" = ( +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/space_port_lz2) +"guU" = ( +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/space_port_lz2) +"gvw" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/redcorner, +/area/bigredv2/outside/marshal_office) +"gvx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkish, +/area/bigredv2/caves/eta/storage) +"gvJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkyellowcorners2/east, +/area/bigredv2/outside/engineering) +"gwa" = ( /obj/effect/landmark/hunter_primary, /turf/open/floor/asteroidwarning/northwest, /area/bigredv2/outside/c) -"gNH" = ( -/turf/closed/wall/solaris/reinforced, -/area/bigredv2/caves) -"gOd" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +"gwc" = ( +/obj/structure/machinery/shower{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/engineering) +"gwe" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkyellowcorners2/north, +/area/bigredv2/caves/eta/living) +"gwf" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/darkpurple2, +/area/bigredv2/caves/lambda/research) +"gwD" = ( +/turf/open/mars_cave, +/area/bigredv2/outside/n) +"gwQ" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/drinks/flask/detflask, +/turf/open/floor/wood, +/area/bigredv2/outside/marshal_office) +"gwR" = ( +/obj/structure/sign/safety/medical{ + pixel_x = 32 + }, +/obj/structure/pipes/standard/manifold/hidden/supply{ dir = 4 }, -/turf/open/floor/asteroidfloor/north, +/turf/open/floor/darkpurple2/east, +/area/bigredv2/caves/lambda/xenobiology) +"gxq" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/whitepurplefull, +/area/bigredv2/caves/lambda/xenobiology) +"gxx" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/recharger, +/turf/open/floor/redfull/northwest, /area/bigredv2/outside/lambda_cave_cas) -"gOl" = ( -/obj/structure/machinery/alarm{ - dir = 4; - pixel_x = -30 - }, +"gxE" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/whitegreen/west, +/area/bigredv2/outside/medical) +"gxK" = ( +/obj/structure/bookcase/manuals/research_and_development, /turf/open/floor/wood, -/area/bigredv2/outside/library) -"gOm" = ( -/obj/structure/machinery/light{ - dir = 4 +/area/bigredv2/caves/eta/living) +"gxR" = ( +/obj/structure/largecrate/guns, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/bot, +/area/bigredv2/caves/eta/storage) +"gye" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"gyk" = ( +/obj/structure/surface/table/woodentable, +/turf/open/floor/wood, +/area/bigredv2/outside/admin_building) +"gyn" = ( +/turf/open/mars_cave/mars_cave_12, +/area/bigredv2/caves/eta/research) +"gyo" = ( +/turf/open/mars_cave/mars_cave_17, +/area/bigredv2/caves_sw) +"gyy" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Marshal Office" }, -/turf/open/floor/grimy, -/area/bigredv2/outside/office_complex) -"gOo" = ( -/obj/structure/barricade/handrail{ +/turf/open/floor/delivery, +/area/bigredv2/outside/marshal_office) +"gyG" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/delivery, +/area/bigredv2/outside/bar) +"gyP" = ( +/obj/structure/noticeboard{ dir = 1; - layer = 3.01; - pixel_y = 9 + pixel_y = -27 }, -/turf/open/floor/darkyellow2/northeast, -/area/bigredv2/outside/engineering) -"gOO" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/door/poddoor/almayer/closed{ - dir = 4; - id = "lambda-exterior"; - name = "Lambda Checkpoint Exterior" +/turf/open/floor/whiteyellowfull/east, +/area/bigredv2/outside/office_complex) +"gyS" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 8; + health = 25000 }, -/obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/floor/delivery, -/area/bigredv2/outside/lambda_cave_cas) -"gPP" = ( -/obj/structure/machinery/light{ - dir = 4 +/area/bigredv2/outside/cargo) +"gyT" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/xenoautopsy/tank/broken, +/obj/effect/decal/cleanable/blood/gibs/xeno/body, +/obj/effect/decal/warning_stripes, +/turf/open/floor/whitepurple, +/area/bigredv2/caves/lambda/xenobiology) +"gzn" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "eta_carp" }, -/turf/open/floor/plating/warnplate, -/area/bigredv2/outside/space_port) -"gQm" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/dark, -/area/bigredv2/outside/telecomm) -"gQq" = ( -/obj/structure/closet/l3closet/scientist, -/turf/open/floor/darkgreen2/north, +/turf/closed/wall/solaris/reinforced, /area/bigredv2/caves/eta/xenobiology) -"gQy" = ( -/obj/structure/bed/chair{ - dir = 8 +"gzo" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Operations Toilet" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/white, +/turf/open/floor/delivery, +/area/bigredv2/outside/admin_building) +"gzx" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/darkblue2, +/area/bigredv2/outside/admin_building) +"gAy" = ( +/obj/structure/surface/table, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/item/paper/bigred/crazy, +/turf/open/floor, /area/bigredv2/outside/marshal_office) -"gQO" = ( -/obj/structure/machinery/light{ - dir = 1 +"gAE" = ( +/obj/structure/sink{ + dir = 1; + pixel_y = -9 }, -/turf/open/floor/darkgreencorners2/north, +/turf/open/floor, +/area/bigredv2/outside/hydroponics) +"gAL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/dark, /area/bigredv2/caves/eta/research) -"gQR" = ( +"gBb" = ( +/obj/structure/closet/firecloset/full, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/engineering) +"gCt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/e) +"gDh" = ( +/turf/open/floor/darkred2/west, +/area/bigredv2/outside/admin_building) +"gDj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/restraint/adjustable/cable, +/turf/open/floor, +/area/bigredv2/outside/general_store) +"gDC" = ( /obj/structure/bed/chair{ dir = 4 }, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"gRl" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -4; - pixel_y = 20 - }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"gRm" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 - }, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/telecomm/lz2_cave) -"gRw" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/floor/dark, -/area/bigredv2/caves/eta/xenobiology) -"gRJ" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 1 - }, -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/caves/lambda/research) -"gRU" = ( -/obj/structure/machinery/light/built, -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/obj/structure/machinery/power/apc/no_power/west, -/turf/open/floor/darkish, -/area/bigredv2/caves/lambda/breakroom) -"gSe" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W-corner" - }, -/turf/open/floor/whitepurple/west, -/area/bigredv2/caves/lambda/research) -"gSf" = ( -/obj/item/tool/pickaxe{ - pixel_y = 12 - }, -/obj/effect/decal/cleanable/blood/oil/streak, -/turf/open/mars_cave/mars_dirt_5, -/area/bigredv2/caves/mining) -"gSl" = ( -/obj/effect/decal/cleanable/liquid_fuel, -/obj/effect/decal/cleanable/liquid_fuel, -/obj/item/stack/sheet/metal, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/marshal_office) +"gDD" = ( +/obj/structure/closet/secure_closet/medical2, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/medical) +"gDG" = ( +/turf/open/mars_cave/mars_cave_18, +/area/bigredv2/outside/lz2_west_cas) +"gEt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/w) +"gEB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/tool/surgery/hemostat, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/dorms) +"gEO" = ( +/obj/structure/machinery/power/port_gen/pacman, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellow2/west, /area/bigredv2/outside/engineering) -"gSo" = ( -/obj/structure/prop/invuln/minecart_tracks/bumper, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_sw) -"gSp" = ( -/obj/structure/prop/invuln/minecart_tracks{ - desc = "A pipe."; - dir = 4; - icon = 'icons/obj/pipes/pipes.dmi'; - icon_state = "intact"; - name = "Pipe" - }, -/obj/structure/cable{ - icon_state = "2-5" +"gFC" = ( +/turf/open/mars_cave/mars_cave_3, +/area/bigredv2/caves_research) +"gGa" = ( +/obj/structure/surface/table/woodentable, +/obj/item/newspaper{ + pixel_x = -7 }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"gSA" = ( -/obj/structure/machinery/r_n_d/server, -/turf/open/floor/podhatchfloor, -/area/bigredv2/caves/eta/storage) -"gSB" = ( -/obj/structure/sign/safety/restrictedarea{ - pixel_x = 8 +/obj/item/prop/magazine/book/theartofwar{ + pixel_x = 11 }, -/turf/closed/wall/solaris/reinforced, -/area/bigredv2/caves/mining) -"gSJ" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"gTn" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 5 +/obj/item/tool/pen{ + pixel_x = -7 }, -/turf/open/floor/darkpurple2, -/area/bigredv2/caves/lambda/research) -"gTA" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/crap_item, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"gTJ" = ( +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"gGJ" = ( +/turf/open/mars/mars_dirt_12, +/area/bigredv2/outside/w) +"gHm" = ( /obj/structure/machinery/autolathe, -/turf/open/floor/plating, -/area/bigredv2/caves/mining) -"gUn" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"gUx" = ( -/obj/structure/platform_decoration, -/obj/structure/machinery/power/apc/no_power/north, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/telecomm/n_cave) -"gUA" = ( -/turf/open/floor/whitepurplecorner/west, -/area/bigredv2/caves/lambda/xenobiology) -"gUB" = ( -/obj/structure/platform, +/turf/open/floor/darkyellow2/northeast, +/area/bigredv2/outside/engineering) +"gHy" = ( +/obj/structure/machinery/computer/telecomms/traffic, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/telecomm/n_cave) -"gVj" = ( +/area/bigredv2/outside/space_port) +"gHB" = ( +/turf/closed/wall/solaris/rock, +/area/bigredv2/outside/lambda_cave_cas) +"gHO" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"gVX" = ( -/obj/item/prop/alien/hugger, -/turf/open/floor/darkred2, -/area/bigredv2/outside/admin_building) -"gWs" = ( -/obj/structure/bed/stool, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"gWt" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/plating, -/area/bigredv2/outside/medical) -"gWM" = ( -/obj/structure/machinery/shower{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4; - health = 80 +/turf/open/floor/dark, +/area/bigredv2/outside/filtration_plant) +"gHX" = ( +/obj/structure/window/reinforced/toughened{ + icon_state = "fwindow" }, -/obj/structure/window/reinforced{ +/obj/structure/window/reinforced/toughened{ dir = 8 }, -/obj/structure/machinery/door/window{ - dir = 1; - opacity = 1 - }, -/turf/open/floor/warnwhite, +/turf/open/floor/darkgreen2/southwest, /area/bigredv2/caves/lambda/virology) -"gXa" = ( -/obj/structure/surface/table, -/turf/open/floor/darkblue2/northwest, -/area/bigredv2/caves/eta/research) -"gXy" = ( -/obj/structure/machinery/light{ +"gHZ" = ( +/obj/structure/bed/chair/office/light{ dir = 4 }, -/turf/open/floor/podhatchfloor, -/area/bigredv2/outside/admin_building) -"gXz" = ( -/turf/open/floor/whiteblue/northwest, -/area/bigredv2/outside/medical) -"gXI" = ( -/obj/structure/prop/invuln/minecart_tracks{ - desc = "A pipe."; - icon = 'icons/obj/pipes/manifold.dmi'; - icon_state = "map"; - name = "Pipe manifold" +/turf/open/floor/dark, +/area/bigredv2/caves/eta/storage) +"gIi" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"gYe" = ( -/obj/structure/showcase{ - icon_state = "bus" +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/redcorner, +/area/bigredv2/outside/office_complex) +"gIx" = ( +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/floor/darkish, -/area/bigredv2/caves/lambda/breakroom) -"gYi" = ( -/turf/open/floor/carpet15_15/west, -/area/bigredv2/outside/bar) -"gYY" = ( -/turf/open/mars_cave/mars_cave_10, -/area/bigredv2/outside/lz2_south_cas) -"gYZ" = ( -/obj/item/weapon/twohanded/folded_metal_chair{ - pixel_x = 3; - pixel_y = 12 +/turf/open/floor/white, +/area/bigredv2/outside/admin_building) +"gIR" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 }, -/turf/open/mars_cave/mars_cave_15, +/turf/open/floor/dark, +/area/bigredv2/outside/admin_building) +"gJh" = ( +/obj/item/device/flashlight/lantern, +/turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves/mining) -"gZL" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 1; - name = "\improper Marshal Office Prison" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/marshal_office) -"gZT" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"gJl" = ( +/obj/structure/coatrack{ + pixel_x = -8; + pixel_y = 16 }, -/obj/structure/barricade/handrail{ - dir = 4 +/obj/item/clothing/shoes/black{ + pixel_y = -7 }, -/turf/open/floor, -/area/bigredv2/outside/marshal_office) -"gZU" = ( -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor/grimy, -/area/bigredv2/outside/marshal_office) -"hag" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E-corner" +/turf/open/floor/wood, +/area/bigredv2/outside/admin_building) +"gJq" = ( +/obj/structure/machinery/door_control{ + id = "filtration"; + name = "Filtration Lockdown"; + pixel_x = 30; + throw_range = 15 }, -/turf/open/floor/plating, +/turf/open/floor/darkyellow2/east, /area/bigredv2/outside/filtration_plant) -"hay" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/n) -"hba" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/effect/landmark/monkey_spawn, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/plating/warnplate/north, +"gJr" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/freezerfloor, /area/bigredv2/caves/lambda/xenobiology) -"hbf" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/lz2_south_cas) -"hbB" = ( -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/c) -"hbP" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/outside/general_offices) -"hbR" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/turf/open/floor/plating/warnplate/west, -/area/bigredv2/outside/telecomm/warehouse) -"hbU" = ( +"gJw" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave, +/area/bigredv2/caves_virology) +"gJQ" = ( /obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/redcorner/west, +/area/bigredv2/outside/office_complex) +"gJW" = ( +/obj/structure/pipes/vents/pump{ dir = 1 }, +/turf/open/floor/redcorner, +/area/bigredv2/outside/office_complex) +"gKa" = ( +/turf/open/mars_cave/mars_cave_11, +/area/bigredv2/caves_north) +"gKb" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/toolbox, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/engineering) +"gKc" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"gKg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, /area/bigredv2/outside/filtration_plant) -"hca" = ( -/obj/effect/landmark/corpsespawner/miner, -/obj/item/tool/pickaxe, -/obj/effect/decal/cleanable/blood, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"hcr" = ( -/turf/open/floor/asteroidwarning/southwest, -/area/bigredv2/outside/e) -"hcD" = ( +"gKq" = ( +/obj/structure/largecrate, +/turf/open/floor/bot/north, +/area/bigredv2/outside/cargo) +"gKB" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/wood, +/area/bigredv2/outside/dorms) +"gLa" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/mars_cave/mars_cave_9, +/area/bigredv2/caves_north) +"gLd" = ( /obj/structure/surface/table, -/obj/item/clothing/under/brown, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/general_offices) -"hcO" = ( -/turf/open/floor/darkyellow2/west, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellowcorners2/west, /area/bigredv2/outside/filtration_plant) -"hcR" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"gLE" = ( +/obj/structure/closet/secure_closet/detective, +/obj/item/weapon/gun/smg/fp9000, +/obj/structure/machinery/light{ + dir = 1 }, +/turf/open/floor/wood, +/area/bigredv2/outside/marshal_office) +"gLH" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/engineering) +"gLP" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/curtain/red, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/engineering) +"gMa" = ( /turf/open/floor/dark, -/area/bigredv2/outside/chapel) -"hcU" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "gib6"; - pixel_y = -8 +/area/bigredv2/caves/eta/research) +"gMf" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/jungle/impenetrable, +/area/bigredv2/caves/eta/living) +"gMs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"hdf" = ( -/turf/open/floor/whiteblue/northeast, -/area/bigredv2/outside/medical) -"hdi" = ( -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"hdq" = ( -/obj/structure/machinery/light, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/lambda_cave_cas) -"hdF" = ( -/obj/structure/bed/chair/office/dark{ +/area/bigredv2/outside/admin_building) +"gMx" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/nw) +"gMG" = ( +/obj/structure/bed/chair{ dir = 4 }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/dark, -/area/bigredv2/caves/eta/research) -"hdR" = ( -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/caves_se) -"her" = ( -/obj/structure/pipes/standard/simple/hidden/green, +/area/bigredv2/outside/engineering) +"gNo" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/research) -"heT" = ( -/obj/structure/bed/chair{ - dir = 4; - pixel_x = 13; - pixel_y = 10 - }, -/turf/open/mars_cave/mars_cave_16, -/area/bigredv2/caves/mining) -"hff" = ( -/turf/open/mars_cave/mars_cave_15, -/area/bigredv2/caves_lambda) -"hfm" = ( /obj/effect/landmark/crap_item, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/dark, -/area/bigredv2/caves/lambda/research) -"hfw" = ( -/turf/open/floor/podhatch/north, -/area/bigredv2/caves/lambda/research) -"hfA" = ( -/obj/structure/surface/table, -/obj/structure/machinery/light, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/area/bigredv2/outside/marshal_office) +"gNx" = ( +/obj/structure/machinery/landinglight/ds2/delaythree, /turf/open/floor/asteroidwarning, /area/bigredv2/outside/space_port_lz2) -"hgt" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/warnwhite, -/area/bigredv2/outside/office_complex) -"hgw" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/delivery, -/area/bigredv2/outside/nw/ceiling) -"hgG" = ( -/obj/item/grown/log, -/turf/open/floor/whitegreenfull, -/area/bigredv2/caves/lambda/xenobiology) -"hgU" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/mars_cave/mars_cave_10, -/area/bigredv2/caves_se) -"hhf" = ( -/turf/open/floor/wood, -/area/bigredv2/outside/marshal_office) -"hhz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/constructable_frame, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/engineering) -"hhC" = ( -/obj/structure/surface/table, -/obj/item/paper_bin, -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/dark, -/area/bigredv2/outside/general_offices) -"hhQ" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/candy, -/obj/item/reagent_container/food/snacks/bun, -/obj/item/reagent_container/food/snacks/microwavable/donkpocket, -/obj/structure/machinery/light{ - dir = 8 +"gNH" = ( +/turf/closed/wall/solaris/reinforced, +/area/bigredv2/caves) +"gOb" = ( +/turf/open/floor/rampbottom/north, +/area/bigredv2/outside/chapel) +"gOh" = ( +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/w) +"gOm" = ( +/obj/structure/fence, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A heavy duty power cable for high voltage applications"; + dir = 1; + icon = 'icons/obj/pipes/power_cond_heavy.dmi'; + icon_state = "4-8"; + name = "heavy duty power cable" }, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"hik" = ( -/turf/open/floor/almayer/w_y1/north, -/area/bigredv2/outside/admin_building) -"hil" = ( -/obj/structure/prop/dam/crane, -/turf/open/mars_cave/mars_cave_13, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"hiu" = ( -/obj/structure/machinery/vending/coffee, +"gOG" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkred2/north, -/area/bigredv2/outside/admin_building) -"hiP" = ( -/obj/structure/sign/safety/one{ - pixel_x = 16 - }, -/turf/closed/wall/solaris/reinforced, -/area/bigredv2/caves/mining) -"hiX" = ( -/obj/structure/machinery/camera/autoname, +/turf/open/floor/whitegreen, +/area/bigredv2/outside/medical) +"gPm" = ( /obj/effect/decal/warning_stripes{ - icon_state = "SW-out"; - pixel_x = -1; - pixel_y = -1 + icon_state = "NE-in" }, -/turf/open/floor/red/northeast, -/area/bigredv2/outside/marshal_office) -"hjs" = ( -/obj/structure/surface/table/reinforced, -/obj/item/tool/surgery/retractor, -/obj/structure/machinery/light{ - dir = 8 +/turf/open/floor/whitegreencorner/east, +/area/bigredv2/caves/lambda/virology) +"gPW" = ( +/obj/structure/sign/safety/medical{ + pixel_x = -32 }, -/turf/open/floor/freezerfloor, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/c) +"gQw" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/turf/open/floor/whitegreen_v/northeast, /area/bigredv2/caves/lambda/xenobiology) -"hjE" = ( -/obj/effect/decal/cleanable/liquid_fuel, +"gQH" = ( +/turf/open/floor/asteroidwarning/northwest, +/area/bigredv2/outside/c) +"gQN" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 - }, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/engineering) -"hjJ" = ( -/turf/open/floor/darkpurplecorners2/east, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/n) +"gQP" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkpurple2/north, /area/bigredv2/caves/lambda/research) -"hjN" = ( -/obj/structure/sink{ - pixel_x = 1; - pixel_y = 20 - }, -/obj/structure/mirror{ - pixel_y = 29 +"gQS" = ( +/obj/structure/cable{ + icon_state = "1-4" }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/admin_building) -"hkf" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "lz1entrance_v2" +/obj/structure/cable{ + icon_state = "4-10" }, -/turf/open/mars, -/area/bigredv2/outside/nw) -"hkn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"hkv" = ( -/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"gQY" = ( +/obj/structure/window/framed/solaris, +/obj/structure/curtain, /turf/open/floor/plating, -/area/bigredv2/caves/eta/storage) -"hlj" = ( -/obj/item/tool/warning_cone, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/c) -"hlk" = ( -/turf/open/mars/mars_dirt_8, -/area/bigredv2/outside/n) -"hlq" = ( +/area/bigredv2/outside/medical) +"gRw" = ( +/turf/open/mars/mars_dirt_14, +/area/bigredv2/outside/eta) +"gSj" = ( /obj/effect/landmark/crap_item, -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/ne) -"hlz" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, /turf/open/floor/wood, -/area/bigredv2/outside/admin_building) -"hlA" = ( +/area/bigredv2/outside/dorms) +"gSk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door_control{ + id = "Medical"; + name = "Storm Shutters"; + pixel_y = -32 + }, +/obj/structure/machinery/iv_drip, +/turf/open/floor/whitegreen, +/area/bigredv2/outside/medical) +"gSB" = ( +/obj/structure/sign/safety/restrictedarea{ + pixel_x = 8 + }, +/turf/closed/wall/solaris/reinforced, +/area/bigredv2/caves/mining) +"gSK" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/hydroponics) -"hlK" = ( -/obj/structure/prop/almayer/cannon_cables{ - name = "\improper Large Cables"; - pixel_y = 13 +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/lambda_cave_cas) +"gSP" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 9 }, -/turf/open/mars_cave/mars_dirt_4, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/medical) +"gTm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/explosive/grenade/high_explosive/frag{ + desc = "High-Explosive Fragmenting-Antipersonnel. A small, but deceptively strong fragmentation grenade that has been phasing out the M15 fragmentation grenades alongside the M40 HEDP. Capable of being loaded in the M92 Launcher, or thrown by hand. This one seems to have weird insciptions all over it. You can barely make out 'PrAIs3 thE H3f@ G0d'" + }, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"hmq" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_20, +"gTH" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "crashlanding-eva" + }, +/turf/closed/wall/solaris, +/area/bigredv2/outside/bar) +"gTJ" = ( +/obj/structure/machinery/autolathe, +/turf/open/floor/plating, /area/bigredv2/caves/mining) -"hmB" = ( -/obj/structure/surface/table, -/obj/item/circuitboard/firealarm, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/filtration_plant) -"hmC" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"gUk" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper/courtroom{ + name = "A Crash Course in Legal SOP" }, -/turf/open/floor/dark, +/turf/open/floor/wood, +/area/bigredv2/outside/marshal_office) +"gUl" = ( +/obj/effect/landmark/lv624/xeno_tunnel, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/ne) +"gUu" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/crap_item, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/wood, +/area/bigredv2/caves/eta/living) +"gUv" = ( +/obj/structure/surface/table/reinforced, +/obj/item/storage/donut_box, +/turf/open/floor/redfull/northwest, +/area/bigredv2/outside/lambda_cave_cas) +"gUH" = ( +/turf/open/floor/darkyellow2/north, /area/bigredv2/outside/filtration_plant) -"hmJ" = ( -/obj/item/weapon/gun/pistol/holdout, -/turf/open/floor/plating, -/area/bigredv2/outside/cargo) -"hmM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/dark, +"gUO" = ( +/turf/open/floor/darkyellow2/west, /area/bigredv2/outside/filtration_plant) -"hnm" = ( -/obj/effect/landmark/crap_item, -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/caves_research) -"hnu" = ( -/obj/structure/surface/table, +"gUS" = ( +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/floor/darkgreen2/southeast, +/area/bigredv2/caves/lambda/virology) +"gUY" = ( /obj/structure/machinery/light{ - dir = 1 + dir = 4 }, -/turf/open/floor/wood, -/area/bigredv2/outside/dorms) -"hnH" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" +/turf/open/floor/redcorner, +/area/bigredv2/outside/office_complex) +"gVg" = ( +/obj/structure/lz_sign/solaris_sign, +/turf/open/mars, +/area/bigredv2/outside/space_port_lz2) +"gVj" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/lz2_south_cas) -"hnL" = ( -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/lz2_south_cas) -"hnM" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - pixel_y = 1 +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "lambda-exterior"; + name = "Lambda Checkpoint Exterior" }, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/delivery, +/area/bigredv2/outside/lambda_cave_cas) +"gVF" = ( +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/caves/mining) +"gVN" = ( +/turf/open/mars_cave/mars_cave_18, +/area/bigredv2/caves_north) +"gVW" = ( /obj/effect/decal/warning_stripes{ - icon_state = "NE-out"; - pixel_x = 1 + icon_state = "E" }, -/obj/structure/machinery/door/airlock/almayer/command/colony{ - dir = 1; - name = "\improper Operations" +/obj/structure/sign/safety/biohazard{ + pixel_x = 32; + pixel_y = 32 }, -/turf/open/floor/delivery, +/turf/open/floor/darkpurple2/north, +/area/bigredv2/caves/lambda/research) +"gWg" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2/southwest, +/area/bigredv2/outside/engineering) +"gWp" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/white, /area/bigredv2/outside/admin_building) -"hnP" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ +"gXl" = ( +/obj/structure/surface/table, +/obj/item/tool/lighter/random, +/obj/item/tool/lighter/random, +/obj/item/storage/toolbox/mechanical, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/general_store) +"gXy" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A heavy duty power cable for high voltage applications"; dir = 1; - name = "\improper Bar" + icon = 'icons/obj/pipes/power_cond_heavy.dmi'; + icon_state = "4-8"; + name = "heavy duty power cable" }, -/turf/open/floor/delivery, -/area/bigredv2/outside/bar) -"hoc" = ( -/obj/structure/closet/l3closet/virology, -/turf/open/floor/warnwhite/southwest, -/area/bigredv2/caves/lambda/virology) -"hpf" = ( +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/turf/open/mars_cave/mars_cave_19, +/area/bigredv2/caves/mining) +"gXO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ - name = "\improper Operations" +/turf/open/floor/dark, +/area/bigredv2/outside/telecomm) +"gXQ" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, -/turf/open/floor/delivery, +/turf/open/floor/dark, /area/bigredv2/outside/admin_building) -"hpp" = ( -/obj/structure/machinery/blackbox_recorder, -/obj/structure/machinery/light{ - dir = 4 +"gXR" = ( +/obj/item/tool/weedkiller, +/turf/open/floor/whitegreenfull, +/area/bigredv2/caves/lambda/xenobiology) +"gYk" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/turf/open/floor/dark, -/area/bigredv2/outside/space_port) -"hpr" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Dormitories Toilet" +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/telecomm/lz2_cave) +"gYA" = ( +/obj/structure/machinery/computer/station_alert, +/obj/structure/surface/table, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/engineering) +"gYV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"hpv" = ( -/obj/structure/platform{ - dir = 1 +/turf/open/floor/yellowfull, +/area/bigredv2/outside/general_store) +"gZd" = ( +/obj/item/tool/extinguisher, +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"gZk" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/platform{ - dir = 8 +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/s) +"gZo" = ( +/obj/structure/curtain/medical, +/turf/open/floor/whitegreen/southeast, +/area/bigredv2/caves/lambda/virology) +"gZy" = ( +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/virology) +"gZT" = ( +/obj/structure/prop/almayer/cannon_cables{ + name = "\improper Cables" }, -/obj/structure/platform_decoration{ - dir = 5 +/obj/structure/cryofeed/right{ + color = "silver"; + desc = "A bewildering tangle of machinery and pipes."; + name = "\improper coolant feed" }, -/turf/open/gm/river, -/area/bigredv2/outside/engineering) -"hpD" = ( -/obj/structure/closet/crate, -/turf/open/floor/wood, -/area/bigredv2/outside/dorms) -"hpZ" = ( -/obj/structure/machinery/light{ - dir = 1 +/turf/open/shuttle/escapepod/floor5, +/area/bigredv2/oob) +"hag" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E-corner" }, -/obj/structure/sign/prop3{ - pixel_y = 32 +/turf/open/floor/plating, +/area/bigredv2/outside/filtration_plant) +"hat" = ( +/obj/item/stack/sheet/metal/med_small_stack, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/c) +"hau" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/mineral/uranium{ + amount = 50 }, -/turf/open/floor/redcorner/east, -/area/bigredv2/outside/office_complex) -"hqJ" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "vault_v2" +/turf/open/floor/dark, +/area/bigredv2/outside/general_offices) +"haC" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/n) +"haI" = ( +/obj/structure/machinery/filtration/console{ + pixel_y = 15 }, -/turf/closed/wall/solaris/rock, -/area/bigredv2/caves) -"hqO" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars, -/area/bigredv2/caves_north) -"hqV" = ( +/turf/open/mars_cave/mars_cave_15, +/area/bigredv2/caves/mining) +"haK" = ( +/turf/open/floor/wood, +/area/bigredv2/outside/admin_building) +"haN" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/warnwhite/west, -/area/bigredv2/outside/medical) -"hrh" = ( +/turf/open/floor/redcorner/east, +/area/bigredv2/outside/marshal_office) +"hbm" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/weapon/twohanded/folded_metal_chair, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"hri" = ( -/turf/open/floor/whitepurple/northwest, +/turf/open/floor/whitegreencorner/east, +/area/bigredv2/outside/medical) +"hbE" = ( +/turf/open/mars/mars_dirt_13, +/area/bigredv2/outside/se) +"hbG" = ( +/obj/effect/landmark/monkey_spawn, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/plating/warnplate/north, /area/bigredv2/caves/lambda/xenobiology) -"hrt" = ( -/obj/effect/decal/cleanable/blood/gibs/limb, -/turf/open/mars/mars_dirt_12, -/area/bigredv2/outside/c) -"hsu" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 1; - name = "\improper Engineering Lockers" +"hbW" = ( +/turf/open/floor/darkred2/southwest, +/area/bigredv2/caves/eta/xenobiology) +"hcx" = ( +/obj/structure/fence, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/n) +"hcD" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Kitchen" }, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/engineering) -"hsG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/redcorner, -/area/bigredv2/outside/office_complex) -"hsK" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "xgib2"; - pixel_x = -9; - pixel_y = 11 +/turf/open/floor/delivery, +/area/bigredv2/outside/hydroponics) +"hcX" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/whitepurplecorner/north, +/area/bigredv2/caves/lambda/xenobiology) +"hen" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 1 }, -/obj/effect/decal/cleanable/blood{ - icon_state = "xgib1"; - pixel_x = 12; - pixel_y = 16 +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/c) +"hew" = ( +/turf/open/jungle/impenetrable, +/area/bigredv2/caves/eta/research) +"heC" = ( +/obj/structure/barricade/wooden, +/turf/open/mars/mars_dirt_10, +/area/bigredv2/outside/c) +"heS" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4 }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"htb" = ( -/obj/structure/foamed_metal, -/obj/structure/machinery/light, -/turf/open/floor/darkpurple2, +/turf/open/floor/plating/warnplate/southeast, /area/bigredv2/caves/lambda/xenobiology) -"hto" = ( +"hfo" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/ne) -"htL" = ( -/obj/structure/surface/table/woodentable, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"htW" = ( -/obj/structure/surface/table, -/obj/structure/machinery/light{ - dir = 8 +/obj/effect/landmark/crap_item, +/turf/open/floor/dark, +/area/bigredv2/outside/chapel) +"hgh" = ( +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/outside/eta) +"hgl" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 }, -/obj/item/tool/pickaxe/drill, -/turf/open/floor/purple/southwest, +/turf/open/floor/darkpurple2/east, /area/bigredv2/caves/lambda/research) -"huc" = ( -/obj/effect/landmark/xeno_hive_spawn, -/obj/effect/landmark/ert_spawns/groundside_xeno, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_research) -"huh" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Lambda Lab Prison Restroom" - }, -/turf/open/floor/delivery, -/area/bigredv2/caves/lambda/xenobiology) -"huk" = ( -/obj/structure/machinery/light, +"hgD" = ( +/obj/effect/decal/cleanable/dirt, /turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/c) -"huo" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/darkyellow2, -/area/bigredv2/caves/eta/research) -"huP" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/area/bigredv2/outside/n) +"hgY" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 }, -/turf/open/floor/white, +/turf/open/floor/darkpurple2/east, +/area/bigredv2/caves/lambda/research) +"hhf" = ( +/turf/open/floor/whiteblue/north, /area/bigredv2/outside/medical) -"huU" = ( -/obj/structure/machinery/vending/sovietsoda, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/hydroponics) -"huW" = ( -/obj/structure/barricade/handrail, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/filtration_plant) -"hvh" = ( -/obj/structure/bed/chair, -/turf/open/floor/whitegreenfull, +"hhg" = ( +/obj/item/stack/sheet/wood, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/caves_north) +"hhs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whitegreencorner, /area/bigredv2/outside/medical) -"hvr" = ( -/obj/structure/surface/table/reinforced, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"hvs" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/engineering) -"hvQ" = ( -/obj/structure/machinery/light/small{ - dir = 8 +"hhz" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -9; + pixel_y = 13 }, -/turf/open/floor/plating, -/area/bigredv2/caves/lambda/xenobiology) -"hwc" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/wood, -/area/bigredv2/outside/dorms) -"hwH" = ( +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"hhD" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/drinks/flask, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/dark, +/area/bigredv2/outside/office_complex) +"hhQ" = ( /obj/structure/sink{ dir = 4; pixel_x = 11 }, -/obj/structure/mirror{ - pixel_x = 30 +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/virology) +"hid" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/camera/autoname{ + dir = 1 }, /turf/open/floor/white, -/area/bigredv2/caves/lambda/xenobiology) -"hxc" = ( +/area/bigredv2/outside/admin_building) +"hik" = ( +/obj/structure/bed/chair{ + dir = 4 + }, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Kitchen Storage" +/obj/structure/barricade/handrail{ + dir = 4 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/hydroponics) -"hxk" = ( -/obj/structure/fence, +/turf/open/floor, +/area/bigredv2/outside/marshal_office) +"hiC" = ( +/obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/dark, +/area/bigredv2/outside/telecomm) +"hiP" = ( +/obj/structure/sign/safety/one{ + pixel_x = 16 + }, +/turf/closed/wall/solaris/reinforced, +/area/bigredv2/caves/mining) +"hiR" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/darkpurple2, +/area/bigredv2/caves/lambda/research) +"hiT" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/telecomm/n_cave) -"hxm" = ( +/area/bigredv2/outside/e) +"hjp" = ( +/obj/structure/showcase{ + desc = "A stand with a plastic display of some kind of weird machine."; + icon_state = "coinpress0" + }, +/turf/open/floor/carpet10_8/west, +/area/bigredv2/caves/eta/living) +"hjG" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/bigredv2/outside/marshal_office) +"hki" = ( /obj/structure/bookcase/manuals/research_and_development, /obj/item/storage/fancy/vials/random, /turf/open/floor/wood, /area/bigredv2/caves/eta/living) -"hxO" = ( -/obj/structure/machinery/recharge_station, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/storage) -"hya" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +"hkk" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/filtration_plant) +"hkn" = ( /turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"hyc" = ( -/obj/structure/bed/chair/office/light{ +/area/bigredv2/caves_se) +"hkv" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/bigredv2/caves/eta/storage) +"hkw" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "\improper Lambda Lab Anomaly Chamber" + }, +/turf/open/floor/delivery, +/area/bigredv2/caves/lambda/research) +"hkB" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/floor/grimy, +/area/bigredv2/outside/dorms) +"hkI" = ( +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/nw) +"hkL" = ( +/obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/wood, -/area/bigredv2/outside/marshal_office) -"hyf" = ( -/obj/structure/machinery/power/reactor/colony{ - name = "Reactor Turbine" +/turf/open/floor/darkred2/northeast, +/area/bigredv2/caves/eta/xenobiology) +"hla" = ( +/obj/structure/machinery/compressor{ + dir = 1 }, -/turf/open/floor/delivery, +/turf/open/floor/darkyellow2/west, /area/bigredv2/outside/engineering) -"hyG" = ( -/obj/structure/machinery/door_control{ - id = "safe_room"; - name = "Door Bolt Control"; - normaldoorcontrol = 1; - pixel_y = 28; - req_access_txt = "106"; - specialfunctions = 4 - }, -/turf/open/floor/wood, -/area/bigredv2/caves/lambda/breakroom) -"hzy" = ( +"hlc" = ( +/obj/structure/surface/table/reinforced, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"hlP" = ( /obj/structure/surface/table, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor, -/area/bigredv2/outside/cargo) -"hzL" = ( -/obj/effect/landmark/crap_item, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/dark, +/area/bigredv2/outside/office_complex) +"hlT" = ( +/obj/structure/machinery/optable, +/obj/effect/decal/cleanable/dirt, +/obj/item/organ/heart/prosthetic, /turf/open/floor/white, -/area/bigredv2/outside/virology) -"hAj" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave, -/area/bigredv2/caves_research) -"hAn" = ( -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/filtration_plant) -"hAs" = ( -/obj/structure/surface/table, -/obj/structure/machinery/computer/pod/old{ - name = "Register" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/general_store) -"hAy" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/space_port) -"hAQ" = ( -/obj/item/clothing/under/brown, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/general_offices) -"hBw" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +/area/bigredv2/outside/medical) +"hmf" = ( +/obj/structure/surface/table/woodentable, /obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkyellowcorners2, -/area/bigredv2/caves/eta/living) -"hBx" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 8 - }, -/obj/structure/machinery/camera/autoname{ - dir = 8 - }, /turf/open/floor/cult, /area/bigredv2/outside/marshal_office) -"hBD" = ( -/obj/structure/bed/chair, -/turf/open/floor, -/area/bigred/ground/garage_workshop) -"hBG" = ( -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/caves_se) -"hBW" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/delivery, -/area/bigredv2/outside/marshal_office) -"hBX" = ( -/turf/open/mars_cave/mars_cave_19, -/area/bigredv2/outside/s) -"hCt" = ( +"hmp" = ( +/obj/structure/reagent_dispensers/fueltank/gas, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"hmE" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 + dir = 4 }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/telecomm) -"hCz" = ( -/turf/open/floor/redcorner, +/obj/item/stack/sheet/metal, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/engineering) +"hmJ" = ( +/obj/item/weapon/gun/pistol/holdout, +/turf/open/floor/plating, +/area/bigredv2/outside/cargo) +"hmT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/turf/open/floor/darkredcorners2/east, +/area/bigredv2/outside/admin_building) +"hmV" = ( +/obj/structure/machinery/cm_vending/sorted/boozeomat, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"hmX" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tech_supply, +/turf/open/floor/white, /area/bigredv2/outside/office_complex) -"hCJ" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 +"hmY" = ( +/turf/closed/wall/r_wall/unmeltable, +/area/bigredv2/outside/c) +"hnf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"hnt" = ( +/turf/open/floor/darkredcorners2/west, +/area/bigredv2/outside/admin_building) +"hnv" = ( +/obj/structure/machinery/photocopier, +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = 30 }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/xenobiology) -"hDk" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/eta) -"hDD" = ( -/obj/structure/machinery/vending/cigarette/colony, -/turf/open/floor/darkyellow2/north, +/turf/open/floor/darkyellow2/east, /area/bigredv2/outside/engineering) -"hEq" = ( +"hnw" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -3; + pixel_y = 11 + }, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves_research) +"hnC" = ( +/obj/item/explosive/grenade/baton{ + dir = 8 + }, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"hoj" = ( +/obj/structure/closet/secure_closet/medical1, /obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor/darkred2/west, -/area/bigredv2/caves/eta/research) -"hEt" = ( -/obj/structure/tunnel{ - id = "hole5" +/turf/open/floor/whitegreencorner, +/area/bigredv2/outside/medical) +"hoF" = ( +/turf/open/floor/darkpurple2/east, +/area/bigredv2/caves/lambda/breakroom) +"hoH" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "\improper Cargo Bay Quartermaster" }, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_lambda) -"hEC" = ( +/turf/open/floor/delivery, +/area/bigredv2/outside/cargo) +"hoW" = ( /obj/structure/machinery/light, -/turf/open/floor/plating, -/area/bigredv2/outside/lz2_south_cas) -"hEG" = ( -/obj/structure/surface/table/reinforced, -/turf/open/floor/whitepurple/north, -/area/bigredv2/caves/lambda/xenobiology) -"hEN" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/breakroom) -"hFr" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/xenobiology) -"hFu" = ( -/obj/effect/landmark/good_item, -/turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"hFy" = ( -/turf/open/floor/asteroidwarning/northeast, -/area/bigredv2/outside/n) -"hFW" = ( -/obj/structure/machinery/light{ - dir = 1 +/turf/open/floor/redcorner/west, +/area/bigredv2/outside/office_complex) +"hpm" = ( +/turf/open/mars_cave/mars_cave_3, +/area/bigredv2/caves_virology) +"hpn" = ( +/obj/structure/window/reinforced/toughened{ + icon_state = "fwindow" }, -/obj/structure/pipes/standard/simple/hidden/green{ +/obj/structure/window/reinforced/toughened{ dir = 4 }, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/engineering) -"hGi" = ( -/obj/structure/platform_decoration/shiva{ +/obj/structure/machinery/computer/pandemic, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/darkgreen2/southeast, +/area/bigredv2/caves/lambda/virology) +"hpo" = ( +/obj/item/cell/hyper/empty, +/turf/open/floor/darkred2/east, +/area/bigredv2/outside/admin_building) +"hpv" = ( +/obj/structure/platform{ dir = 1 }, -/obj/structure/platform_decoration/shiva{ - dir = 4 +/obj/structure/platform{ + dir = 8 }, -/obj/item/shard{ - icon_state = "medium" +/obj/structure/platform_decoration{ + dir = 5 }, -/obj/item/stack/cable_coil/random, -/turf/open/floor/bluegrid/bcircuitoff, -/area/bigredv2/caves/lambda/research) -"hGv" = ( +/turf/open/gm/river, +/area/bigredv2/outside/engineering) +"hpB" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - name = "\improper Eta Lab Robotics" + dir = 10 }, -/turf/open/floor/delivery, -/area/bigredv2/caves/eta/storage) -"hHb" = ( -/obj/structure/sign/safety/ladder, -/turf/closed/wall/solaris/reinforced/hull, -/area/bigredv2/oob) -"hHn" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/space_port) -"hHo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/dark, -/area/bigredv2/outside/telecomm) -"hHs" = ( -/obj/structure/machinery/light/double, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_sw) -"hHJ" = ( -/turf/open/mars_cave/mars_dirt_5, +/area/bigredv2/outside/admin_building) +"hpZ" = ( +/turf/open/mars_cave/mars_cave_23, /area/bigredv2/caves/mining) -"hHO" = ( -/turf/open/mars_cave/mars_cave_13, -/area/bigredv2/caves_sw) -"hHP" = ( +"hqd" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/filtration_plant) -"hIn" = ( -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/filtration_plant) -"hIu" = ( -/obj/structure/machinery/smartfridge/secure/virology, -/turf/open/floor/whitegreen/northeast, -/area/bigredv2/caves/lambda/virology) -"hIx" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"hIL" = ( -/obj/structure/surface/table/woodentable, -/turf/open/floor/dark, -/area/bigredv2/outside/chapel) -"hJk" = ( -/obj/structure/reagent_dispensers/beerkeg, +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/redcorner, +/area/bigredv2/outside/office_complex) +"hqg" = ( +/obj/effect/landmark/crap_item, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_research) +"hqA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table, +/obj/effect/spawner/random/tool, +/turf/open/floor, +/area/bigredv2/outside/cargo) +"hqL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkred2/north, +/area/bigredv2/outside/admin_building) +"hqO" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars, +/area/bigredv2/caves_north) +"hrg" = ( +/obj/structure/machinery/deployable/barrier, +/turf/open/floor/delivery, +/area/bigredv2/outside/admin_building) +"hrA" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /obj/structure/machinery/light{ dir = 4 }, /turf/open/floor/wood, -/area/bigredv2/outside/bar) -"hJq" = ( +/area/bigredv2/outside/dorms) +"hsa" = ( +/turf/open/mars_cave/mars_cave_19, +/area/bigredv2/outside/ne) +"hsf" = ( +/obj/structure/surface/table, +/obj/effect/decal/cleanable/molten_item, +/turf/open/floor/darkyellow2/southwest, +/area/bigredv2/outside/engineering) +"hsh" = ( /obj/structure/fence, /turf/open/floor/asteroidwarning/east, /area/bigredv2/outside/se) -"hJx" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_lambda) -"hJW" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 4; - health = 25000 +"hsq" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/caves_virology) +"hsQ" = ( +/turf/open/floor/darkpurple2/north, +/area/bigredv2/caves/lambda/research) +"hte" = ( +/obj/structure/bed/chair{ + dir = 4 }, -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/caves/mining) -"hKe" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_lambda) -"hKp" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"hKN" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NE-out"; - pixel_x = 1; - pixel_y = 1 +/obj/structure/machinery/door_control{ + id = "Office Complex 2"; + name = "Storm Shutters"; + pixel_x = -32 }, -/turf/open/floor/plating/warnplate/southwest, -/area/bigredv2/outside/telecomm/warehouse) -"hKY" = ( -/obj/structure/surface/table/woodentable/fancy, /turf/open/floor/wood, /area/bigredv2/outside/marshal_office) -"hLp" = ( -/obj/effect/landmark/corpsespawner/ua_riot, -/turf/open/mars_cave, -/area/bigredv2/caves/mining) -"hLS" = ( -/obj/structure/sign/poster/safety, -/turf/closed/wall/wood, -/area/bigredv2/caves/mining) -"hLW" = ( -/obj/effect/landmark/crap_item, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_research) -"hMi" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/dorms) -"hMK" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "4-10" - }, -/obj/structure/pipes/standard/tank/oxygen, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"hMZ" = ( -/obj/structure/largecrate, -/turf/open/floor/bot/north, -/area/bigredv2/outside/cargo) -"hNr" = ( -/obj/item/storage/belt/grenade, -/obj/structure/closet/crate, -/obj/item/explosive/grenade/high_explosive/frag, -/obj/item/explosive/grenade/high_explosive/frag, -/obj/structure/machinery/light{ - dir = 4 - }, +"htq" = ( +/obj/structure/machinery/portable_atmospherics/powered/scrubber/huge/stationary, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"hNK" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"hOg" = ( -/obj/structure/machinery/computer/cameras, -/turf/open/floor/darkyellow2/west, +"htL" = ( +/turf/open/floor/darkred2/west, /area/bigredv2/caves/eta/research) -"hOv" = ( +"hue" = ( +/obj/structure/morgue{ + dir = 1 + }, +/turf/open/floor/whiteblue, +/area/bigredv2/outside/medical) +"huw" = ( +/obj/effect/decal/cleanable/mucus, +/turf/open/floor/darkish, +/area/bigredv2/caves/lambda/virology) +"huB" = ( +/turf/open/mars_cave/mars_cave_9, +/area/bigredv2/caves_lambda) +"huG" = ( +/turf/open/floor/warnwhite/west, +/area/bigredv2/caves/lambda/xenobiology) +"hvn" = ( +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/space_port) +"hvG" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/delivery, +/area/bigredv2/caves/lambda/research) +"hvI" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/blood/oil, /turf/open/floor/darkyellow2/east, /area/bigredv2/outside/engineering) -"hOy" = ( -/obj/effect/decal/cleanable/blood{ - layer = 3 +"hvK" = ( +/obj/structure/window, +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"hvQ" = ( +/obj/structure/machinery/light/small{ + dir = 8 }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/e) -"hOU" = ( -/obj/effect/landmark/monkey_spawn, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkgreencorners2/east, -/area/bigredv2/caves/lambda/virology) -"hPv" = ( -/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating, -/area/bigredv2/outside/general_store) -"hPy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"hPC" = ( -/obj/structure/machinery/teleport/hub, -/turf/open/floor/podhatch/southeast, -/area/bigredv2/caves/lambda/research) -"hPH" = ( -/obj/effect/decal/cleanable/dirt/greenglow, -/turf/closed/wall/solaris/reinforced, -/area/bigredv2/outside/engineering) -"hPK" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/ne) -"hPQ" = ( -/obj/structure/surface/table, -/obj/item/clothing/mask/cigarette, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/area/bigredv2/caves/lambda/xenobiology) +"hvV" = ( +/obj/structure/machinery/alarm{ + dir = 4; + pixel_x = -30 }, -/turf/open/floor/dark, +/turf/open/floor/redcorner/west, /area/bigredv2/outside/office_complex) -"hQu" = ( -/obj/structure/window/framed/solaris/reinforced/hull, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/oob) -"hQB" = ( +"hvW" = ( +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/darkred2/east, +/area/bigredv2/caves/eta/research) +"hwn" = ( +/obj/item/tool/pickaxe, +/turf/open/mars_cave/mars_dirt_6, +/area/bigredv2/caves/mining) +"hwH" = ( +/turf/open/floor/delivery, +/area/bigredv2/outside/nw/ceiling) +"hwT" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/prop/invuln/minecart_tracks{ - dir = 1 +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/obj/structure/surface/table, +/obj/item/ammo_magazine/handful/shotgun/buckshot/incendiary{ + pixel_y = 12 }, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"hQV" = ( -/turf/open/floor/darkred2/east, -/area/bigredv2/outside/admin_building) -"hRg" = ( -/obj/item/reagent_container/spray/cleaner, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/floor4, -/area/bigredv2/outside/cargo) -"hRj" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/xenoautopsy, -/turf/open/floor/whitepurple/north, -/area/bigredv2/caves/lambda/xenobiology) -"hRr" = ( -/obj/structure/showcase{ - icon_state = "broadcaster_send" +"hwZ" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = 32 }, -/obj/structure/pipes/standard/manifold/hidden/supply{ - dir = 4 +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/machinery/alarm{ + dir = 4; + pixel_x = -30 }, /turf/open/floor/darkish, /area/bigredv2/caves/lambda/breakroom) -"hSa" = ( -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"hSH" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/device/camera_film, -/turf/open/floor/wood, -/area/bigredv2/outside/marshal_office) -"hSL" = ( -/obj/structure/bed/roller, -/turf/open/floor/whitegreen, -/area/bigredv2/outside/medical) -"hSQ" = ( -/turf/open/floor/whitepurple/east, -/area/bigredv2/caves/lambda/xenobiology) -"hTh" = ( -/obj/item/tool/pickaxe/drill, -/turf/open/mars_cave/mars_cave_15, -/area/bigredv2/caves/mining) -"hTw" = ( -/obj/structure/bed, -/turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"hTx" = ( -/obj/structure/bed/stool, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"hxF" = ( +/obj/structure/sign/safety/biohazard{ + pixel_x = 8; + pixel_y = 32 }, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"hTX" = ( -/obj/structure/prop/invuln/minecart_tracks{ - desc = "A heavy duty power cable for high voltage applications"; - dir = 1; - icon = 'icons/obj/pipes/power_cond_heavy.dmi'; - icon_state = "1-2"; - name = "heavy duty power cable" +/obj/structure/machinery/light/small/built{ + dir = 1 }, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"hUn" = ( -/obj/effect/decal/cleanable/blood{ - dir = 8; - icon_state = "gib6"; - layer = 4; - pixel_x = 12; - pixel_y = 3 +/turf/open/floor/whitegreen/north, +/area/bigredv2/caves/lambda/virology) +"hyt" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/filtration_cave_cas) +"hyz" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 }, -/obj/effect/landmark/corpsespawner/miner, -/obj/effect/decal/cleanable/blood, -/turf/open/mars_cave/mars_cave_13, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/engineering) +"hyG" = ( +/obj/effect/spawner/random/tool, +/turf/open/mars_cave/mars_dirt_5, /area/bigredv2/caves/mining) -"hUK" = ( -/turf/open/mars_cave/mars_cave_5, -/area/bigredv2/outside/lz2_west_cas) -"hUQ" = ( -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/se) -"hUS" = ( -/obj/structure/fence, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/telecomm/n_cave) -"hUU" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/darkgreen2/east, +"hyM" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "\improper Lambda Lab Xenobiology" + }, +/turf/open/floor/delivery, +/area/bigredv2/caves/lambda/xenobiology) +"hzn" = ( +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/caves_lambda) +"hzy" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor, +/area/bigredv2/outside/cargo) +"hzL" = ( +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_east) +"hAj" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave, +/area/bigredv2/caves_research) +"hAl" = ( +/obj/structure/surface/table, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/xenobiology) +"hAJ" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/dark, /area/bigredv2/caves/eta/xenobiology) -"hUY" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "xgib4" +"hAQ" = ( +/obj/structure/machinery/constructable_frame{ + icon_state = "box_1" }, -/turf/open/mars_cave/mars_dirt_5, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/engineering) +"hAS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/mucus, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/plating/platingdmg2/west, /area/bigredv2/caves/mining) -"hVK" = ( -/obj/structure/machinery/portable_atmospherics/canister/air, +"hBc" = ( +/obj/structure/surface/table, +/obj/item/clipboard, +/turf/open/floor/warnwhite, +/area/bigredv2/outside/office_complex) +"hBk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whitepurplefull, +/area/bigredv2/outside/medical) +"hBD" = ( +/obj/structure/bed/chair, +/turf/open/floor, +/area/bigred/ground/garage_workshop) +"hBG" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkred2/northwest, +/area/bigredv2/outside/admin_building) +"hBL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/nw) +"hBM" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating/warnplate/northwest, +/area/bigredv2/caves/lambda/xenobiology) +"hBP" = ( +/turf/open/mars_cave/mars_cave_11, +/area/bigredv2/caves_east) +"hCk" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/delivery, +/area/bigredv2/caves/lambda/virology) +"hCH" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/n) +"hCR" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"hVQ" = ( -/obj/effect/landmark/crap_item, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/whitepurplefull, -/area/bigredv2/caves/lambda/research) -"hVU" = ( -/obj/structure/surface/table, -/obj/structure/window, +/area/bigredv2/outside/filtration_plant) +"hDb" = ( +/turf/open/mars/mars_dirt_12, +/area/bigredv2/outside/c) +"hDA" = ( +/obj/structure/surface/table/woodentable, +/obj/structure/window{ + dir = 8 + }, /obj/structure/machinery/computer/emails{ - dir = 8; - pixel_y = 4 + dir = 4 }, /turf/open/floor/wood, /area/bigredv2/outside/library) -"hVZ" = ( -/obj/structure/prop/server_equipment/yutani_server{ - density = 0; - pixel_y = 16 - }, -/turf/open/floor/darkyellow2/northeast, -/area/bigredv2/outside/engineering) -"hWc" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 - }, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/engineering) -"hWw" = ( +"hDD" = ( /obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 1; - name = "\improper Dormitories Tool Storage Maintenance" +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Medical Clinic" }, /turf/open/floor/delivery, -/area/bigredv2/outside/general_offices) -"hWC" = ( -/obj/effect/landmark/monkey_spawn, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/jungle/impenetrable, +/area/bigredv2/outside/medical) +"hDP" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/darkblue2/east, /area/bigredv2/caves/eta/research) -"hWG" = ( -/obj/item/device/flashlight, +"hDQ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/c) +"hEj" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/effect/decal/cleanable/vomit, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"hXa" = ( -/obj/item/trash/cigbutt/cigarbutt{ - pixel_x = 2; - pixel_y = -3 - }, -/obj/structure/prop/invuln/minecart_tracks{ - desc = "A pipe."; - icon = 'icons/obj/pipes/manifold.dmi'; - icon_state = "map"; - name = "Pipe manifold" - }, +"hEC" = ( +/obj/structure/machinery/light, +/turf/open/floor/plating, +/area/bigredv2/outside/lz2_south_cas) +"hEG" = ( +/obj/structure/surface/rack, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"hXg" = ( -/obj/structure/bed/chair, -/obj/structure/machinery/light{ +"hEJ" = ( +/obj/structure/bed/chair/office/dark{ dir = 4 }, -/turf/open/floor/darkish, -/area/bigredv2/outside/medical) -"hXk" = ( -/obj/effect/decal/cleanable/dirt, +/turf/open/floor/redfull/northwest, +/area/bigredv2/outside/marshal_office) +"hEN" = ( +/turf/open/floor/whitepurple/north, +/area/bigredv2/caves/lambda/research) +"hFt" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/ore{ - pixel_x = 13; - pixel_y = 12 - }, -/obj/item/ammo_box/magazine/misc/flares/empty, +/obj/effect/decal/cleanable/blood/oil, +/obj/item/device/flashlight/lantern, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"hXB" = ( -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/caves_sw) -"hXK" = ( -/turf/open/floor/darkblue2/northwest, -/area/bigredv2/caves/eta/storage) -"hYC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/head/welding, +"hFA" = ( +/obj/structure/curtain/medical, +/turf/open/floor/darkgreen2/southeast, +/area/bigredv2/caves/lambda/virology) +"hFD" = ( +/obj/structure/bed, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/whitegreen/southeast, +/area/bigredv2/outside/medical) +"hFO" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/xenobiology) +"hFX" = ( +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/outside/n) +"hGE" = ( +/obj/structure/machinery/washing_machine, +/obj/structure/machinery/washing_machine{ + pixel_y = 13 + }, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/general_offices) +"hGM" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/whitegreen/west, +/area/bigredv2/outside/medical) +"hGV" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/lz1_north_cas) +"hHb" = ( +/obj/structure/sign/safety/ladder, +/turf/closed/wall/solaris/reinforced/hull, +/area/bigredv2/oob) +"hHm" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/caves_east) +"hHr" = ( +/obj/item/trash/chips, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/white, -/area/bigredv2/outside/office_complex) -"hYM" = ( +/area/bigredv2/outside/medical) +"hHv" = ( /obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/good_item, +/turf/open/floor/grimy, +/area/bigredv2/outside/dorms) +"hHw" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/item/stack/sheet/metal, /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/e) -"hYW" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/mars/mars_dirt_10, -/area/bigredv2/outside/c) -"hYX" = ( -/turf/open/floor/whitepurple/east, -/area/bigredv2/caves/lambda/research) -"hZl" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = 3; - pixel_y = 15 - }, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -1; - pixel_y = 5 +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/engineering) +"hHy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door/airlock/almayer/secure/colony{ + name = "\improper Engine Reactor" }, -/turf/open/floor/plating, -/area/bigredv2/caves/mining) -"hZr" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +/turf/open/floor/delivery, +/area/bigredv2/outside/engineering) +"hHJ" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 }, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/e) -"hZv" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +/obj/structure/mirror{ + pixel_x = -28 }, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"hZO" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NW-in" +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/dorms) +"hHV" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/smg/mp27, +/turf/open/floor/redcorner/west, +/area/bigredv2/outside/admin_building) +"hIj" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 }, -/turf/open/floor/whitegreencorner/north, +/turf/open/floor/darkgreen2/north, /area/bigredv2/caves/lambda/virology) -"ian" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/structure/machinery/door_control{ - id = "Cargonia"; - name = "Storm Shutters"; - pixel_x = 32 - }, -/turf/open/floor, -/area/bigredv2/outside/cargo) -"iaw" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - health = 25000 +"hIL" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Dormitories Bedroom" }, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"iaN" = ( -/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/delivery, +/area/bigredv2/outside/dorms) +"hJo" = ( +/obj/structure/surface/table, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, +/obj/item/weapon/gun/pistol/holdout, +/obj/structure/machinery/light, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"iba" = ( -/turf/open/mars_cave/mars_cave_10, +"hJr" = ( +/turf/open/floor/asteroidwarning/west, /area/bigredv2/caves_lambda) -"ibz" = ( -/obj/structure/bed/chair{ - dir = 4 +"hJy" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"hJE" = ( +/obj/structure/closet/l3closet/scientist, +/turf/open/floor/freezerfloor, +/area/bigredv2/caves/eta/research) +"hJT" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/darkred2/north, +/area/bigredv2/caves/eta/xenobiology) +"hKd" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Dormitories Bedroom" }, -/obj/structure/machinery/light{ - dir = 1 +/turf/open/floor/delivery, +/area/bigredv2/outside/dorms) +"hKz" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/nw) +"hKL" = ( +/obj/structure/curtain/medical, +/turf/open/floor/darkgreen2/southwest, +/area/bigredv2/caves/lambda/virology) +"hLf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "U-S" }, -/turf/open/floor/carpet7_3/west, -/area/bigredv2/outside/admin_building) -"ibP" = ( -/turf/open/floor/plating, -/area/bigredv2/caves_research) -"ica" = ( -/obj/structure/barricade/wooden, -/turf/open/mars_cave/mars_cave_16, -/area/bigredv2/caves/mining) -"icz" = ( +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/research) +"hLk" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/camera/autoname, -/turf/open/floor/redcorner/east, -/area/bigredv2/outside/marshal_office) -"idJ" = ( +/turf/open/floor/white, +/area/bigredv2/outside/office_complex) +"hLp" = ( +/obj/effect/landmark/corpsespawner/ua_riot, +/turf/open/mars_cave, +/area/bigredv2/caves/mining) +"hLB" = ( +/obj/item/tool/weldingtool/experimental, +/turf/open/floor/whitepurplefull, +/area/bigredv2/caves/lambda/research) +"hLS" = ( +/obj/structure/sign/poster/safety, +/turf/closed/wall/wood, +/area/bigredv2/caves/mining) +"hLV" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/asteroidwarning/northeast, +/area/bigred/ground/garage_workshop) +"hMc" = ( +/turf/open/mars/mars_dirt_8, +/area/bigredv2/outside/s) +"hMn" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/engineering) +"hMy" = ( +/turf/open/floor/darkred2/southeast, +/area/bigredv2/caves/eta/research) +"hML" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/phone_base/colony_net/rotary{ + phone_category = "Lambda Labs"; + phone_id = "Xenobiology" + }, +/turf/open/floor/whitepurple/east, +/area/bigredv2/caves/lambda/xenobiology) +"hMW" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/purple/southwest, +/area/bigredv2/caves/lambda/research) +"hNe" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/turf/open/floor/darkred2/east, +/area/bigredv2/outside/admin_building) +"hNm" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, +/obj/structure/bed/roller, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"hNK" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkgreencorners2/west, -/area/bigredv2/caves/eta/research) -"iec" = ( +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/caves/mining) +"hNW" = ( +/obj/structure/machinery/teleport/hub, +/turf/open/floor/podhatch/southeast, +/area/bigredv2/caves/lambda/research) +"hOm" = ( +/turf/open/floor/plating/warnplate, +/area/bigredv2/caves/lambda/xenobiology) +"hOD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/s) +"hOG" = ( +/turf/open/floor/asteroidwarning/northwest, +/area/bigredv2/outside/space_port_lz2) +"hOL" = ( +/turf/open/floor/darkpurple2, +/area/bigredv2/caves/lambda/breakroom) +"hOP" = ( +/obj/structure/reagent_dispensers/fueltank/gas, +/turf/open/mars/mars_dirt_14, +/area/bigredv2/outside/c) +"hPa" = ( /obj/structure/machinery/light, -/turf/open/floor/wood, -/area/bigredv2/outside/marshal_office) -"ief" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/redcorner/east, +/turf/open/floor/dark, /area/bigredv2/outside/marshal_office) -"ieh" = ( -/turf/open/mars_cave/mars_cave_14, +"hPq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/handrail, +/turf/open/floor/darkyellow2/southwest, +/area/bigredv2/outside/engineering) +"hPH" = ( +/obj/effect/decal/cleanable/dirt/greenglow, +/turf/closed/wall/solaris/reinforced, +/area/bigredv2/outside/engineering) +"hPK" = ( +/obj/structure/surface/table, +/obj/structure/machinery/reagentgrinder, +/turf/open/floor/white, /area/bigredv2/outside/virology) -"iev" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/computer3frame/wallcomp, -/obj/structure/cable{ - icon_state = "11-2" +"hPY" = ( +/turf/open/mars_cave/mars_cave_10, +/area/bigredv2/caves_sw) +"hQm" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/reagentgrinder, +/turf/open/floor/whiteyellow/southeast, +/area/bigredv2/caves/lambda/xenobiology) +"hQv" = ( +/obj/structure/machinery/washing_machine, +/turf/open/floor/white, +/area/bigredv2/outside/marshal_office) +"hQy" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/pistol/vp70, +/obj/item/weapon/gun/pistol/vp70, +/turf/open/floor/redcorner/west, +/area/bigredv2/outside/admin_building) +"hQF" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkgreen2, +/area/bigredv2/outside/space_port) +"hQG" = ( +/obj/item/tool/warning_cone{ + pixel_y = 20 }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"ieF" = ( -/obj/item/weapon/shield/riot{ - pixel_x = -6 +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/telecomm/n_cave) +"hQU" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/w) +"hQZ" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 }, -/obj/effect/decal/cleanable/blood{ - layer = 3 +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/engineering) +"hRg" = ( +/obj/structure/morgue{ + dir = 2 + }, +/turf/open/floor/whiteblue/northwest, +/area/bigredv2/outside/medical) +"hRk" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor/darkpurple2/east, +/area/bigredv2/caves/lambda/xenobiology) +"hRo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/metal, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"hRt" = ( +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/n) +"hRC" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A heavy duty power cable for high voltage applications"; + dir = 1; + icon = 'icons/obj/pipes/power_cond_heavy.dmi'; + icon_state = "1-4-8"; + name = "heavy duty power cable" }, -/obj/effect/landmark/corpsespawner/ua_riot, /turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_research) -"ieR" = ( -/obj/structure/surface/table/reinforced, -/obj/item/device/camera, -/obj/structure/machinery/light/small, -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/floor/redfull/northwest, -/area/bigredv2/outside/lambda_cave_cas) -"ieT" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; +/area/bigredv2/caves/mining) +"hRL" = ( +/obj/structure/machinery/r_n_d/bioprinter, +/turf/open/floor/darkyellow2/southwest, +/area/bigredv2/caves/eta/research) +"hSn" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/darkpurplecorners2, +/area/bigredv2/caves/lambda/breakroom) +"hSu" = ( +/obj/structure/surface/table, +/turf/open/floor/darkblue2/northwest, +/area/bigredv2/caves/eta/research) +"hSw" = ( +/turf/open/mars_cave/mars_cave_20, +/area/bigredv2/outside/lz1_north_cas) +"hSB" = ( +/obj/structure/surface/table, +/obj/structure/window/reinforced{ dir = 4; - health = 25000 + health = 80 }, -/turf/open/floor/loadingarea/west, -/area/bigredv2/outside/cargo) -"ife" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +/obj/item/handset, +/turf/open/floor/warnwhite/east, +/area/bigredv2/outside/admin_building) +"hTF" = ( +/obj/effect/decal/remains/human, +/turf/open/floor/asteroidwarning, +/area/bigredv2/caves_lambda) +"hTR" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/powercell, +/turf/open/floor/dark, +/area/bigredv2/outside/space_port) +"hTX" = ( +/obj/structure/machinery/blackbox_recorder, +/obj/item/prop/almayer/flight_recorder/colony{ + pixel_x = -6; + pixel_y = 10 }, +/turf/open/floor/podhatchfloor, +/area/bigredv2/outside/admin_building) +"hTY" = ( /turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/nw) -"ifq" = ( -/obj/structure/machinery/door/airlock/almayer/secure/colony{ - dir = 1; - icon_state = "door_locked"; - id = "safe_room"; - name = "\improper Lambda Lab Director's Safe Room" +/area/bigredv2/outside/n) +"hUr" = ( +/obj/structure/machinery/power/reactor/colony{ + name = "Reactor Turbine" }, /turf/open/floor/delivery, -/area/bigredv2/caves/lambda/breakroom) -"ifv" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_11, -/area/bigredv2/caves_lambda) -"ify" = ( -/obj/effect/decal/cleanable/liquid_fuel, -/obj/structure/curtain/red, -/turf/open/floor/freezerfloor, /area/bigredv2/outside/engineering) -"ifW" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +"hVk" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = 30 + }, +/turf/open/floor/whiteyellowfull/east, +/area/bigredv2/outside/office_complex) +"hVB" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/telecomm/n_cave) +"hVD" = ( +/obj/docking_port/stationary/marine_dropship/lz1{ + name = "LZ1: Communications Landing Zone" }, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/medical) -"igq" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/turf/open/mars_cave/mars_cave_11, -/area/bigredv2/caves_lambda) -"igD" = ( -/obj/structure/machinery/power/apc/power/south, /turf/open/floor/plating, -/area/bigredv2/outside/general_offices) -"igF" = ( +/area/bigredv2/outside/space_port) +"hVP" = ( +/obj/structure/machinery/camera/autoname, +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"hWm" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/caves_sw) +"hWo" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Medical Clinic Treatment" + }, /turf/open/floor/delivery, /area/bigredv2/outside/medical) -"igH" = ( -/obj/item/stack/cable_coil/cut{ - pixel_x = 6; - pixel_y = 4 +"hWG" = ( +/obj/structure/pipes/unary/freezer{ + icon_state = "freezer_1" }, -/turf/open/mars_cave/mars_cave_2, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"hWI" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 5; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"ihs" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" +"hWJ" = ( +/obj/structure/phone_base/colony_net{ + dir = 4; + do_not_disturb = 1; + phone_category = "Lambda Labs"; + phone_color = "red"; + phone_id = "Director's Safe Room"; + pixel_x = -18 }, -/turf/open/floor/whitegreencorner/east, -/area/bigredv2/caves/lambda/virology) -"ihX" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 8; - health = 25000 +/turf/open/floor/elevatorshaft/north, +/area/bigredv2/caves/lambda/breakroom) +"hWU" = ( +/obj/item/explosive/grenade/slug/baton{ + dir = 1; + pixel_y = -8 }, -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_cave_5, -/area/bigredv2/caves_north) -"iik" = ( -/obj/effect/landmark/corpsespawner/miner, -/obj/effect/decal/cleanable/blood{ - dir = 8; - icon_state = "gib6"; - layer = 4; - pixel_x = 12; - pixel_y = 3 +/obj/item/explosive/grenade/baton{ + dir = 4; + pixel_x = 9; + pixel_y = -8 }, -/turf/open/mars_cave/mars_cave_3, +/obj/structure/cable{ + icon_state = "4-10" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-5" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"iiS" = ( -/obj/item/tool/pickaxe, -/turf/open/mars_cave/mars_dirt_7, +"hXo" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/xenobiology) +"hXD" = ( +/obj/effect/landmark/survivor_spawner, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/grimy, +/area/bigredv2/outside/marshal_office) +"hXI" = ( +/obj/structure/machinery/reagentgrinder, +/obj/structure/surface/table/woodentable, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"hXN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/device/flashlight/lantern, +/turf/open/floor/plating/platingdmg2/west, /area/bigredv2/caves/mining) -"iiY" = ( -/obj/structure/bed, +"hXY" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, /turf/open/floor/white, /area/bigredv2/outside/medical) -"ija" = ( -/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, -/turf/open/floor/dark, +"hYd" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/darkish, /area/bigredv2/caves/eta/storage) -"ijg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/sheet/metal{ - amount = 30 +"hYs" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/obj/structure/machinery/door_control{ + id = "viro"; + name = "Virology Lockdown"; + pixel_x = -25 }, -/obj/effect/landmark/crap_item, -/turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"iji" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/blood, -/obj/effect/landmark/crap_item, /turf/open/floor/white, -/area/bigredv2/outside/medical) -"ijw" = ( -/obj/effect/decal/cleanable/dirt, +/area/bigredv2/outside/virology) +"hYY" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/mineral/processing_unit, +/obj/structure/machinery/vending/snack, +/turf/open/floor, +/area/bigredv2/outside/general_offices) +"hZe" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A heavy duty power cable for high voltage applications"; + dir = 1; + icon = 'icons/obj/pipes/power_cond_heavy.dmi'; + icon_state = "4-8"; + name = "heavy duty power cable" + }, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"ijR" = ( -/obj/structure/machinery/power/apc/power/north{ - name = "Control Center APC" - }, -/turf/open/floor/plating, -/area/bigredv2/outside/admin_building) -"ijX" = ( -/obj/item/ashtray/bronze{ - pixel_x = -7 - }, -/obj/item/trash/cigbutt, -/obj/item/trash/cigbutt{ - pixel_x = 7; - pixel_y = 7 +"hZl" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 3; + pixel_y = 15 }, -/obj/item/trash/cigbutt{ - pixel_x = -10; - pixel_y = 14 +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -1; + pixel_y = 5 }, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor/carpet, -/area/bigredv2/caves/lambda/breakroom) -"ikP" = ( -/obj/item/device/flashlight/lantern, -/turf/open/mars_cave/mars_cave_13, +/turf/open/floor/plating, /area/bigredv2/caves/mining) -"ikY" = ( -/obj/structure/surface/table, -/obj/effect/decal/cleanable/dirt, -/obj/item/tool/pen, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/engineering) -"ild" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/liquid_fuel, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/engineering) -"ilf" = ( +"hZB" = ( +/turf/open/mars/mars_dirt_10, +/area/bigredv2/outside/n) +"hZQ" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Lambda Lab Anomaly Lab" + }, +/turf/open/floor/delivery, +/area/bigredv2/caves/lambda/research) +"hZR" = ( /obj/effect/landmark/crap_item, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_east) -"ilq" = ( -/obj/structure/closet/secure_closet/injection, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"iae" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/bigredv2/outside/admin_building) +"ian" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/machinery/door_control{ + id = "Cargonia"; + name = "Storm Shutters"; + pixel_x = 32 + }, /turf/open/floor, -/area/bigredv2/outside/marshal_office) -"ils" = ( +/area/bigredv2/outside/cargo) +"iaN" = ( +/obj/structure/largecrate/random/barrel/red, /obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/bigredv2/caves/mining) +"ibe" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, /obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 + dir = 6 }, /turf/open/floor/dark, /area/bigredv2/outside/filtration_plant) -"ilv" = ( +"ibD" = ( /obj/effect/decal/warning_stripes{ - icon_state = "S" + icon_state = "W"; + layer = 2.5; + pixel_x = -1 }, -/obj/structure/prop/invuln/minecart_tracks{ - dir = 1 +/turf/open/floor/plating/warnplate/east, +/area/bigredv2/outside/telecomm/warehouse) +"ibF" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 }, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_sw) -"ima" = ( -/obj/item/shard, +/turf/open/floor/darkpurple2, +/area/bigredv2/caves/lambda/research) +"ibK" = ( +/turf/open/mars_cave/mars_cave_17, +/area/bigredv2/outside/ne) +"ibP" = ( +/turf/open/floor/plating, +/area/bigredv2/caves_research) +"ibT" = ( +/obj/structure/closet/secure_closet/brig, +/turf/open/floor/dark, +/area/bigredv2/outside/marshal_office) +"icc" = ( /obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/bigredv2/outside/space_port) +"icm" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/bomb_supply, +/obj/effect/spawner/random/technology_scanner, +/obj/effect/spawner/random/tool, /turf/open/floor/darkgreen2, /area/bigredv2/outside/space_port) -"imy" = ( -/obj/structure/surface/rack, -/obj/item/stack/sheet/mineral/diamond, +"ico" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/glasses/welding, /turf/open/floor/dark, -/area/bigredv2/outside/general_offices) -"imH" = ( -/obj/item/tool/warning_cone, -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/floor/asteroidwarning/northeast, -/area/bigredv2/outside/filtration_cave_cas) -"imM" = ( -/turf/open/mars_cave/mars_cave_9, -/area/bigredv2/caves/mining) -"ing" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/area/bigredv2/outside/engineering) +"icC" = ( +/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" }, -/turf/open/floor/whiteyellowfull/east, -/area/bigredv2/outside/office_complex) -"inK" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave, -/area/bigredv2/caves_sw) -"inP" = ( -/turf/open/mars/mars_dirt_14, -/area/bigredv2/outside/virology) -"iot" = ( -/obj/structure/machinery/power/breakerbox/activated, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"icO" = ( /obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/darkyellow2/northwest, -/area/bigredv2/outside/engineering) -"ipf" = ( -/obj/item/device/flashlight/lantern{ - pixel_x = -6 + dir = 4 }, -/turf/open/floor/plating, -/area/bigredv2/caves/mining) -"ipp" = ( +/turf/open/floor/red/southeast, +/area/bigredv2/outside/lambda_cave_cas) +"ids" = ( +/obj/structure/bed/chair/wood/normal, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"idH" = ( /turf/open/floor/asteroidwarning/southwest, -/area/bigredv2/outside/nw) -"ipB" = ( -/turf/open/mars_cave/mars_cave_18, -/area/bigredv2/caves_north) -"ipK" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E-corner" - }, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_north) -"ipM" = ( -/obj/structure/phone_base/colony_net{ - dir = 4; - phone_category = "Eta Labs"; - phone_id = "Observation"; - pixel_x = -18 - }, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/xenobiology) -"ipV" = ( -/obj/structure/surface/table, -/turf/open/floor/dark, -/area/bigredv2/outside/telecomm) -"iqB" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"iqD" = ( +/area/bigredv2/outside/space_port_lz2) +"idP" = ( +/obj/effect/decal/cleanable/blood, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/redcorner/east, -/area/bigredv2/outside/marshal_office) -"irc" = ( -/obj/structure/ore_box, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"irN" = ( -/obj/effect/spawner/random/technology_scanner, -/turf/open/floor/plating, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/c) +"ief" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/tool/extinguisher, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/engineering) +"iem" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/obj/structure/medical_supply_link, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/caves/eta/research) +"ieA" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, /area/bigredv2/outside/filtration_plant) -"irS" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "SE-out" - }, -/obj/structure/machinery/light{ - dir = 1 +"ieU" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4 }, -/obj/structure/reagent_dispensers/virusfood{ - pixel_y = 32 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, -/turf/open/floor/whitegreen/northwest, -/area/bigredv2/caves/lambda/virology) -"irY" = ( -/obj/structure/prop/invuln/minecart_tracks{ +/turf/open/floor/dark, +/area/bigredv2/outside/filtration_plant) +"ifc" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ dir = 1 }, -/obj/item/stack/sheet/wood{ - pixel_y = -8 - }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"ish" = ( -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/ne) -"isE" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Office Complex Janitor Room" +/turf/open/floor/darkpurple2/east, +/area/bigredv2/caves/lambda/xenobiology) +"ifZ" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/space_port_lz2) +"igc" = ( +/obj/item/tool/lighter/random, +/obj/structure/pipes/vents/pump{ + dir = 4 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/office_complex) -"isG" = ( -/obj/structure/fence, -/obj/structure/disposalpipe/segment, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"itg" = ( -/obj/structure/bed/chair/office/dark, -/obj/effect/decal/cleanable/blood/gibs/core, -/turf/open/floor/dark, -/area/bigredv2/outside/space_port) -"itp" = ( /obj/structure/surface/table, -/obj/item/tool/extinguisher, /turf/open/floor/dark, -/area/bigredv2/outside/telecomm) -"itz" = ( -/obj/structure/fence, -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_cave_16, -/area/bigredv2/outside/filtration_cave_cas) -"itF" = ( -/obj/structure/sign/safety/distribution_pipes{ - pixel_y = -32 +/area/bigredv2/outside/engineering) +"igg" = ( +/obj/item/ore{ + pixel_x = 9; + pixel_y = 13 }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/c) -"itG" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/nw) -"itI" = ( -/obj/structure/machinery/door_control{ - id = "workshop_br_g"; - name = "Workshop Garage Lockdown"; - pixel_x = 28 +/obj/item/ore{ + pixel_x = -7; + pixel_y = 7 }, -/turf/open/floor/asteroidwarning/northeast, -/area/bigred/ground/garage_workshop) -"itK" = ( -/turf/open/mars_cave/mars_cave_11, -/area/bigredv2/caves_research) -"itL" = ( -/obj/structure/closet/l3closet/general, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"iuv" = ( -/obj/item/stack/cable_coil/cut, -/turf/open/mars_cave/mars_dirt_6, +/turf/open/mars_cave/mars_dirt_5, /area/bigredv2/caves/mining) -"iuV" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/stairs/perspective{ +"igl" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/lz2_south_cas) +"igz" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A heavy duty power cable for high voltage applications"; dir = 1; - icon_state = "p_stair_full" - }, -/turf/open/floor/white, -/area/bigredv2/outside/admin_building) -"ivC" = ( -/turf/open/mars_cave/mars_cave_23, -/area/bigredv2/caves_research) -"iwc" = ( -/obj/structure/machinery/door_control{ - id = "Marshal Offices"; - name = "Storm Shutters"; - pixel_x = -32 - }, -/turf/open/floor/redfull/northwest, -/area/bigredv2/outside/marshal_office) -"iwh" = ( -/obj/item/ore{ - pixel_x = 9 + icon = 'icons/obj/pipes/power_cond_heavy.dmi'; + icon_state = "1-2"; + name = "heavy duty power cable" }, -/turf/open/mars_cave/mars_dirt_6, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"iwr" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/white, -/area/bigredv2/outside/admin_building) -"iwy" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"iwD" = ( -/obj/structure/prop/vehicles/crawler{ - icon_state = "crawler_covered_bed" - }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves_lambda) -"ixe" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 5 - }, -/turf/open/floor/darkgreencorners2/west, -/area/bigredv2/caves/lambda/virology) -"ixx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/good_item, +"igF" = ( +/obj/effect/landmark/monkey_spawn, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/dark, +/turf/open/floor/whitepurplefull, +/area/bigredv2/caves/lambda/xenobiology) +"igW" = ( +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves_sw) +"ihs" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/darkyellowcorners2, /area/bigredv2/caves/eta/living) -"ixz" = ( -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/n) -"ixO" = ( -/turf/open/floor/dark, -/area/bigredv2/outside/general_offices) -"ixS" = ( -/turf/open/mars_cave/mars_cave_23, -/area/bigredv2/caves_lambda) -"ixU" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ - name = "\improper Lambda Lab Relaxation Room" - }, -/turf/open/floor/delivery, -/area/bigredv2/caves/lambda/breakroom) -"ixX" = ( -/turf/open/mars/mars_dirt_8, -/area/bigredv2/outside/ne) -"ixZ" = ( +"ihI" = ( /obj/structure/surface/table, -/obj/item/tool/surgery/surgicaldrill, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"iyw" = ( -/obj/structure/machinery/light, -/turf/open/floor/darkgreencorners2, -/area/bigredv2/caves/eta/storage) -"iyx" = ( -/obj/structure/cargo_container/kelland/left, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/space_port_lz2) -"iyy" = ( -/obj/item/tool/warning_cone, -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/outside/s) -"iyJ" = ( -/obj/effect/decal/cleanable/blood/oil/streak, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/c) -"iyK" = ( -/obj/structure/platform{ - dir = 1 - }, +/obj/item/ammo_magazine/shotgun/slugs, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/dark, -/area/bigredv2/outside/admin_building) -"izJ" = ( -/obj/structure/surface/table, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/item/tank/air, -/turf/open/floor/darkyellow2/northwest, -/area/bigredv2/outside/filtration_plant) -"izU" = ( -/obj/structure/largecrate/random, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/engineering) -"iAd" = ( -/obj/structure/machinery/optable, -/obj/effect/decal/cleanable/blood/gibs/limb, -/obj/effect/decal/cleanable/blood/gibs/limb, -/obj/effect/decal/cleanable/blood/gibs/core, -/turf/open/floor/freezerfloor, -/area/bigredv2/caves/lambda/xenobiology) -"iAf" = ( -/obj/structure/closet/toolcloset, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellow2/northeast, -/area/bigredv2/outside/filtration_plant) -"iAi" = ( -/obj/structure/surface/rack, -/obj/effect/spawner/random/toolbox, -/turf/open/floor/plating, -/area/bigredv2/caves/mining) -"iAn" = ( -/turf/open/floor/whiteyellow/west, -/area/bigredv2/caves/lambda/xenobiology) -"iAr" = ( -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/outside/s) -"iAw" = ( -/obj/effect/landmark/corpsespawner/scientist, -/turf/open/floor/plating, -/area/bigredv2/caves/lambda/xenobiology) -"iAH" = ( -/obj/structure/reagent_dispensers/watertank, +/area/bigredv2/outside/marshal_office) +"ihT" = ( +/turf/open/floor/floor4, +/area/bigredv2/outside/cargo) +"iit" = ( /obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/engineering) -"iAK" = ( /obj/structure/surface/table, -/obj/effect/spawner/random/tool, -/turf/open/floor/darkgreen2/southeast, +/obj/effect/spawner/random/toolbox, +/turf/open/floor, +/area/bigredv2/outside/cargo) +"iiz" = ( +/turf/open/floor/plating/platingdmg2/west, /area/bigredv2/outside/space_port) -"iAL" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ +"iiB" = ( +/obj/structure/platform/shiva{ dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"iAX" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/storage) -"iBa" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - name = "\improper Virology Lab Cell" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/virology) -"iBr" = ( -/obj/structure/bed/chair/wood/normal{ - dir = 1 - }, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = 30 - }, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"iBy" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/darkpurple2/north, -/area/bigredv2/caves/lambda/breakroom) -"iBK" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/obj/item/disk, +/turf/open/floor/bluegrid/bcircuitoff, +/area/bigredv2/caves/lambda/research) +"iiJ" = ( +/obj/structure/bed/chair/office/dark{ dir = 4 }, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/medical) -"iCL" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkredcorners2/north, +/turf/open/floor/darkblue2, /area/bigredv2/outside/admin_building) -"iDp" = ( -/obj/item/tool/pickaxe{ - pixel_y = -3 +"iiO" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 9 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"iEg" = ( +"iiU" = ( /obj/structure/surface/table, -/obj/effect/spawner/random/technology_scanner, -/obj/effect/spawner/random/tool, -/turf/open/floor/dark, -/area/bigredv2/outside/telecomm) -"iFl" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/tool/kitchen/knife, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/general_store) +"ijv" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/w) -"iFn" = ( -/obj/effect/landmark/xeno_spawn, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_east) -"iFr" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NE-out"; - pixel_x = 1; - pixel_y = 1 +/obj/structure/machinery/light{ + dir = 1 }, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/telecomm) +"ijw" = ( +/obj/effect/decal/cleanable/blood/gibs/down, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/dark, -/area/bigredv2/outside/admin_building) -"iFv" = ( -/obj/structure/machinery/shower{ +/area/bigredv2/outside/office_complex) +"ijx" = ( +/obj/structure/machinery/light{ dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/freezerfloor, +/obj/effect/decal/cleanable/ash, +/turf/open/floor/darkyellow2/west, /area/bigredv2/outside/engineering) -"iFH" = ( -/obj/structure/machinery/light{ +"ijA" = ( +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/filtration_cave_cas) +"ijF" = ( +/obj/effect/landmark/xeno_spawn, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars/mars_dirt_10, +/area/bigredv2/caves/eta/xenobiology) +"ijR" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/largecrate/random/barrel/green, -/turf/open/floor/asteroidwarning/east, -/area/bigred/ground/garage_workshop) -"iFT" = ( -/obj/structure/machinery/door/airlock/almayer/command/colony{ - dir = 1; - name = "\improper Operations Meeting Room" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/admin_building) -"iGK" = ( -/turf/open/mars_cave, -/area/bigredv2/caves_sw) -"iGW" = ( -/obj/structure/closet/secure_closet/medical1, -/obj/structure/machinery/light{ - dir = 8 +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/e) +"ike" = ( +/obj/structure/morgue{ + dir = 2 }, -/turf/open/floor/whitegreencorner, +/turf/open/floor/whiteblue/north, /area/bigredv2/outside/medical) -"iHf" = ( -/obj/structure/bed/chair{ - dir = 4 +"ikh" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 }, -/obj/item/trash/kepler, -/turf/open/floor/whitegreenfull, -/area/bigredv2/outside/medical) -"iHH" = ( -/obj/structure/machinery/conveyor{ - dir = 4; - id = "anomalybelt" +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, /turf/open/floor/dark, -/area/bigredv2/caves/lambda/research) -"iHQ" = ( -/obj/structure/toilet{ +/area/bigredv2/outside/engineering) +"ikF" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"ikI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/crap_item, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/research) +"ilq" = ( +/obj/structure/closet/secure_closet/injection, +/turf/open/floor, +/area/bigredv2/outside/marshal_office) +"ilD" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/revolver/spearhead, +/turf/open/floor/vault2/west, +/area/bigredv2/outside/marshal_office) +"ilP" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 }, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"imq" = ( /obj/structure/machinery/light{ - dir = 4 + dir = 8 }, -/turf/open/floor/freezerfloor, +/turf/open/floor/podhatch/northwest, +/area/bigredv2/caves/lambda/research) +"imA" = ( +/obj/structure/machinery/computer/cameras, +/obj/structure/surface/table, +/turf/open/floor/darkblue2/northeast, +/area/bigredv2/caves/eta/research) +"imE" = ( +/obj/structure/closet/l3closet/virology, +/turf/open/floor/white, /area/bigredv2/outside/virology) -"iHR" = ( -/obj/structure/platform, -/obj/structure/flora/jungle/planttop1{ - pixel_y = 10 +"imI" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/eta) +"imK" = ( +/turf/open/mars/mars_dirt_13, +/area/bigredv2/outside/sw) +"inh" = ( +/obj/structure/window/reinforced/toughened{ + dir = 1; + icon_state = "fwindow"; + pixel_y = 12 }, -/turf/open/floor/dark, -/area/bigredv2/outside/admin_building) -"iIb" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - layer = 2.5 +/obj/structure/window/reinforced/toughened{ + dir = 4 }, -/turf/open/floor/darkred2/east, -/area/bigredv2/outside/admin_building) -"iIk" = ( -/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/reinforced, +/obj/structure/phone_base/colony_net/rotary{ + phone_category = "Lambda Labs"; + phone_id = "Virology" + }, +/turf/open/floor/darkgreen2/northeast, +/area/bigredv2/caves/lambda/virology) +"ink" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/outside/general_offices) -"iIr" = ( +/obj/item/restraint/adjustable/cable/cyan, +/turf/open/floor, +/area/bigredv2/outside/general_store) +"inK" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave, +/area/bigredv2/caves_sw) +"inP" = ( +/obj/structure/largecrate/random, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/engineering) +"iop" = ( /obj/structure/bed/chair, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/engineering) +"ioK" = ( +/obj/structure/surface/table, +/obj/item/device/radio{ + pixel_y = 8 + }, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"ioM" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"iIV" = ( -/obj/structure/bookcase/manuals/engineering, -/turf/open/floor/wood, -/area/bigredv2/outside/marshal_office) -"iJR" = ( -/obj/structure/machinery/landinglight/ds1/delayone{ - dir = 1 +/obj/item/stack/sheet/wood{ + amount = 2 }, /turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/space_port) -"iKj" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +/area/bigredv2/outside/nw) +"ipf" = ( +/obj/item/device/flashlight/lantern{ + pixel_x = -6 }, -/turf/open/floor/darkgreencorners2/west, -/area/bigredv2/caves/eta/research) -"iKy" = ( +/turf/open/floor/plating, +/area/bigredv2/caves/mining) +"ips" = ( /obj/structure/machinery/light{ - dir = 8 + dir = 4 }, -/obj/item/prop/alien/hugger, +/obj/structure/window, /turf/open/floor/wood, -/area/bigredv2/outside/admin_building) -"iKH" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Dormitories Tool Storage" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/general_offices) -"iLb" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - dir = 1; - name = "\improper Lambda Lab Cell" - }, -/turf/open/floor/delivery, +/area/bigredv2/outside/library) +"ipK" = ( +/obj/item/tool/hatchet, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/whitegreenfull, /area/bigredv2/caves/lambda/xenobiology) -"iLj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/research) -"iLk" = ( -/obj/structure/barricade/handrail/wire{ - dir = 4 +"ipZ" = ( +/turf/open/mars/mars_dirt_14, +/area/bigredv2/outside/virology) +"iqd" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, -/turf/open/mars_cave/mars_cave_9, -/area/bigredv2/outside/telecomm/lz2_cave) -"iLy" = ( -/turf/open/mars/mars_dirt_12, -/area/bigredv2/outside/e) -"iLV" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/item/stack/cable_coil/cut{ - pixel_x = 6; - pixel_y = 4 +/obj/structure/machinery/portable_atmospherics/hydroponics, +/turf/open/floor/whitegreenfull, +/area/bigredv2/outside/hydroponics) +"iqD" = ( +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/outside/sw) +"iqG" = ( +/obj/structure/prop/almayer/cannon_cables{ + name = "\improper Large Cables"; + pixel_y = 13 }, -/turf/open/floor/plating/platingdmg3/west, +/turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves/mining) -"iMi" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Robotics" +"iqK" = ( +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/medical) +"iqP" = ( +/obj/structure/machinery/light/small{ + dir = 1 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/office_complex) -"iMo" = ( +/turf/open/floor/podhatchfloor, +/area/bigredv2/caves/lambda/research) +"irl" = ( +/obj/item/clothing/suit/storage/hazardvest, +/obj/effect/decal/cleanable/blood, +/obj/item/clothing/head/hardhat, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"irx" = ( +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/outside/n) +"irN" = ( +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor/plating, +/area/bigredv2/outside/filtration_plant) +"ism" = ( /obj/structure/surface/table, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/caves/eta/research) -"iMw" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/item/clothing/head/beret/sec/warden, /turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"iMO" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, +/area/bigredv2/outside/marshal_office) +"isx" = ( +/obj/item/stack/sheet/metal, /turf/open/floor/dark, -/area/bigredv2/caves/eta/living) -"iMR" = ( -/obj/effect/landmark/corpsespawner/security, -/obj/effect/decal/cleanable/blood{ - layer = 3 - }, -/turf/open/floor, -/area/bigredv2/outside/lambda_cave_cas) -"iNH" = ( -/turf/open/floor/darkblue2/north, -/area/bigredv2/outside/admin_building) -"iNS" = ( -/obj/structure/bed/chair/office/dark{ - dir = 1 - }, -/turf/open/floor/whiteyellowfull, -/area/bigredv2/caves/lambda/xenobiology) -"iOu" = ( +/area/bigredv2/outside/engineering) +"isD" = ( +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"isQ" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/delivery, -/area/bigredv2/outside/marshal_office) -"iOB" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/lambda/xenobiology) -"iOQ" = ( -/turf/open/floor/whitegreen/southwest, -/area/bigredv2/outside/medical) -"iOT" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - dir = 1; - name = "\improper Lambda Lab Administration Office" - }, -/turf/open/floor/delivery, -/area/bigredv2/caves/lambda/breakroom) -"iPe" = ( /obj/structure/machinery/light/small{ dir = 1 }, -/turf/open/floor/asteroidwarning/southeast, -/area/bigredv2/caves_lambda) -"iPr" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/closed/wall/solaris/reinforced, -/area/bigredv2/outside/lambda_cave_cas) -"iPy" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/mars_cave/mars_cave_5, -/area/bigredv2/caves_se) -"iPF" = ( -/obj/structure/machinery/light/small, /turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) -"iPM" = ( -/obj/structure/pipes/standard/manifold/hidden/supply{ - dir = 4 - }, -/turf/open/floor/darkpurplecorners2, -/area/bigredv2/caves/lambda/xenobiology) -"iQf" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/open/floor/darkyellow2, -/area/bigredv2/caves/eta/research) -"iQw" = ( -/obj/item/ore, -/turf/open/gm/river, -/area/bigredv2/outside/filtration_plant) -"iQE" = ( +"itc" = ( +/turf/open/floor/darkish, +/area/bigredv2/caves/eta/storage) +"itx" = ( +/obj/structure/machinery/landinglight/ds2/delayone, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/space_port_lz2) +"itG" = ( +/obj/structure/bed/roller, +/turf/open/floor/whitegreen/northwest, +/area/bigredv2/outside/medical) +"iuZ" = ( +/turf/open/floor/redcorner/east, +/area/bigredv2/outside/office_complex) +"ivi" = ( +/turf/open/floor/darkred2/east, +/area/bigredv2/outside/admin_building) +"ivy" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, /turf/open/floor/dark, /area/bigredv2/outside/engineering) -"iQO" = ( -/turf/open/mars_cave/mars_dirt_6, -/area/bigredv2/outside/n) -"iRd" = ( -/obj/structure/prop/almayer/computers/sensor_computer1{ - desc = "An old W-Y systems control computer that manages the air enviorment for a large area. Commonly used in mining operations in order to control O2 levels, alert of any dangerous gases and make the heat slightly more bearable."; - name = "W-Y Enviorment Control System Control Panel" +"ivA" = ( +/obj/structure/surface/rack, +/obj/item/clothing/suit/armor/vest, +/obj/structure/machinery/door/window/eastright, +/obj/structure/window/reinforced, +/turf/open/floor/elevatorshaft/north, +/area/bigredv2/caves/lambda/breakroom) +"ivN" = ( +/obj/effect/landmark/crap_item, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/whitepurplefull, +/area/bigredv2/caves/lambda/research) +"ivP" = ( +/obj/effect/landmark/hunter_secondary, +/turf/open/mars_cave/mars_cave_16, +/area/bigredv2/caves_north) +"ivV" = ( +/obj/structure/sign/safety/biolab{ + pixel_x = 8; + pixel_y = 32 }, -/obj/structure/cable{ - icon_state = "11-2" +/obj/structure/machinery/alarm{ + dir = 4; + pixel_x = -30 }, -/obj/structure/cable{ - icon_state = "11-10" +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/hydroponics) +"ivW" = ( +/obj/structure/machinery/light/small{ + dir = 1 }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"iRe" = ( +/turf/open/mars_cave/mars_cave_17, +/area/bigredv2/caves_research) +"ivY" = ( /obj/structure/surface/rack, -/obj/item/ammo_magazine/shotgun/incendiary, -/obj/item/ammo_magazine/shotgun/incendiary, -/obj/item/ammo_magazine/shotgun/incendiary, -/obj/item/weapon/gun/shotgun/combat, -/obj/structure/machinery/door/window/eastleft, -/turf/open/floor/elevatorshaft/north, -/area/bigredv2/caves/lambda/breakroom) -"iRh" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/turf/open/floor/darkyellow2/southwest, +/area/bigredv2/outside/engineering) +"iwd" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/c) +"iwx" = ( +/turf/open/floor/whitegreen, +/area/bigredv2/caves/lambda/virology) +"ixp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 }, -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - name = "\improper Greenhouse Storage" +/turf/open/floor/red/southwest, +/area/bigredv2/outside/marshal_office) +"ixF" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic/solid{ + name = "\improper Dormitories Restroom" }, /turf/open/floor/delivery, -/area/bigredv2/outside/library) -"iRq" = ( -/obj/item/tool/weedkiller, -/turf/open/floor/whitegreenfull, -/area/bigredv2/caves/lambda/xenobiology) -"iRs" = ( -/obj/effect/decal/cleanable/vomit, -/turf/open/floor/darkgreencorners2/north, -/area/bigredv2/caves/lambda/virology) -"iRu" = ( -/obj/structure/surface/rack, -/obj/item/storage/fancy/vials/random, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/caves/eta/research) -"iRD" = ( -/obj/structure/machinery/computer/arcade, -/turf/open/floor/wood, /area/bigredv2/outside/dorms) -"iRK" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/item/stack/cable_coil/cut, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"iRQ" = ( -/obj/item/ore{ - pixel_x = 9; - pixel_y = 2 +"ixU" = ( +/obj/structure/machinery/light/small{ + dir = 4 }, -/turf/open/mars_cave/mars_dirt_7, +/turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves/mining) -"iSd" = ( -/obj/structure/machinery/alarm{ - dir = 1; - pixel_y = -30 +"ixX" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/research) +"ixZ" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 4 }, -/turf/open/floor/redcorner, -/area/bigredv2/outside/marshal_office) -"iSh" = ( -/turf/open/mars/mars_dirt_3, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/space_port) +"iyh" = ( +/obj/item/weapon/broken_bottle, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"iyv" = ( +/obj/structure/closet/crate/trashcart, +/turf/open/floor/asteroidplating, +/area/bigredv2/outside/space_port_lz2) +"iyH" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/asteroidwarning, /area/bigredv2/outside/nw) -"iSo" = ( -/obj/structure/surface/rack, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/general_offices) -"iSB" = ( -/turf/open/floor/loadingarea, -/area/bigredv2/outside/cargo) -"iSN" = ( +"iyR" = ( /obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 + icon_state = "SE-out" }, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/telecomm/lz2_cave) -"iTk" = ( -/obj/structure/largecrate/random/barrel/true_random, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/whitegreen/northwest, +/area/bigredv2/caves/lambda/virology) +"iyW" = ( +/turf/open/mars_cave/mars_cave_11, +/area/bigredv2/caves_sw) +"izf" = ( +/obj/structure/curtain/medical, +/turf/open/floor/whitegreen/northwest, +/area/bigredv2/caves/lambda/virology) +"izk" = ( +/obj/structure/surface/table, +/obj/item/paper_bin, +/obj/item/tool/pen, +/turf/open/floor/white, +/area/bigredv2/outside/admin_building) +"izm" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave/mars_cave_23, +/area/bigredv2/caves_se) +"izx" = ( +/obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/n) -"iTE" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_10" +/area/bigredv2/outside/virology) +"izA" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "\improper Eta Lab Cell" }, -/turf/open/floor/wood, -/area/bigredv2/outside/office_complex) -"iTQ" = ( -/turf/open/floor/asteroidwarning/northeast, -/area/bigredv2/outside/c) -"iUx" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/research) -"iUU" = ( +/turf/open/floor/delivery, +/area/bigredv2/caves/eta/xenobiology) +"iAi" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/plating, +/area/bigredv2/caves/mining) +"iAj" = ( +/turf/open/mars/mars_dirt_12, +/area/bigredv2/outside/ne) +"iAw" = ( +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/floor/plating, +/area/bigredv2/caves/lambda/xenobiology) +"iAz" = ( /obj/structure/surface/table, /obj/item/device/flashlight, -/obj/item/storage/box/stompers{ - pixel_y = 15 +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"iAP" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "\improper General Store Security" }, -/turf/open/floor/whitebluefull/northeast, +/turf/open/floor/delivery, /area/bigredv2/outside/general_store) -"iVd" = ( -/obj/structure/platform/kutjevo/rock{ - dir = 4 - }, -/obj/structure/platform/kutjevo/rock{ - dir = 1 - }, -/obj/structure/platform_decoration/kutjevo/rock{ +"iBq" = ( +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/outside/se) +"iCp" = ( +/obj/structure/pipes/vents/pump{ dir = 8 }, -/turf/open/mars, -/area/space) -"iVi" = ( -/obj/structure/fence, -/turf/open/mars, -/area/bigredv2/outside/se) -"iVp" = ( -/obj/effect/landmark/static_comms/net_one, -/turf/open/floor/podhatchfloor, -/area/bigredv2/outside/telecomm/n_cave) -"iVL" = ( -/turf/open/floor/darkyellowcorners2/north, -/area/bigredv2/caves/eta/living) -"iVS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, /turf/open/floor/darkyellow2/east, /area/bigredv2/outside/engineering) -"iVW" = ( +"iDb" = ( +/turf/open/floor/cult, +/area/bigredv2/outside/chapel) +"iDg" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/whiteyellowcorner/east, +/area/bigredv2/caves/lambda/xenobiology) +"iDp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/gun/pistol/m4a3, +/obj/item/ammo_magazine/pistol/hp{ + pixel_x = 8; + pixel_y = -7 + }, +/obj/item/ammo_magazine/pistol{ + pixel_y = -4 + }, +/obj/structure/cable{ + icon_state = "9-10" + }, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"iEo" = ( /obj/item/clothing/under/darkred, /obj/structure/surface/rack, /turf/open/floor/freezerfloor, /area/bigredv2/outside/general_offices) -"iWn" = ( +"iEp" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/n) +"iEr" = ( +/obj/structure/surface/table, +/obj/item/device/megaphone, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"iEw" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/white, +/area/bigredv2/outside/admin_building) +"iER" = ( /obj/effect/landmark/crap_item, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/space_port_lz2) -"iWp" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/darkgreencorners2/west, -/area/bigredv2/caves/eta/research) -"iWv" = ( -/obj/structure/machinery/light{ +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/eta) +"iFp" = ( +/obj/structure/machinery/shower{ dir = 8 }, -/turf/open/floor/asteroidwarning/north, -/area/bigred/ground/garage_workshop) -"iXf" = ( -/obj/structure/machinery/iv_drip, -/turf/open/floor/white, +/turf/open/floor/warnwhite/west, /area/bigredv2/outside/virology) -"iXo" = ( -/obj/structure/machinery/power/apc/power/south, -/turf/open/floor/dark, -/area/bigredv2/outside/chapel) -"iXA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/computer/prisoner, -/turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"iXJ" = ( -/obj/structure/machinery/vending/dinnerware, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/hydroponics) -"iXM" = ( -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/e) -"iXW" = ( -/turf/open/floor/delivery, -/area/bigredv2/caves/eta/living) -"iXX" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Dormitories Storage" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/dorms) -"iYb" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 1; - name = "\improper Marshal Office Armory" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/marshal_office) -"iYv" = ( +"iFq" = ( +/turf/open/mars_cave/mars_cave_11, +/area/bigredv2/caves_research) +"iGd" = ( /obj/effect/decal/warning_stripes{ - icon_state = "E-corner" + icon_state = "E"; + pixel_x = 1 }, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/filtration_cave_cas) -"iYE" = ( -/obj/structure/surface/table/reinforced, -/obj/item/trash/plate, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"iYP" = ( -/obj/structure/xenoautopsy/tank/alien, -/obj/effect/decal/warning_stripes, -/obj/structure/window/reinforced{ +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/engineering) +"iGK" = ( +/turf/open/mars_cave, +/area/bigredv2/caves_sw) +"iHt" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/surface/rack, +/obj/item/weapon/gun/smg/mp27, +/turf/open/floor/redcorner/west, +/area/bigredv2/outside/admin_building) +"iIy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/device/flashlight/lantern, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"iIB" = ( +/turf/open/mars_cave/mars_cave_15, +/area/bigredv2/caves_sw) +"iIE" = ( +/obj/structure/prop/invuln/minecart_tracks{ dir = 1 }, -/turf/open/floor/whitepurple, -/area/bigredv2/caves/lambda/xenobiology) -"iYZ" = ( -/turf/open/mars_cave/mars_cave_16, -/area/bigredv2/caves_north) -"iZo" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - layer = 2.5; - pixel_x = -1 - }, -/turf/open/floor/plating/warnplate/east, -/area/bigredv2/outside/telecomm/warehouse) -"iZw" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/mars/mars_dirt_10, +/turf/open/mars_cave/mars_cave_14, +/area/bigredv2/caves/mining) +"iIU" = ( +/obj/structure/machinery/pipedispenser, +/turf/open/floor/darkyellow2/northwest, +/area/bigredv2/outside/filtration_plant) +"iIX" = ( +/turf/open/mars/mars_dirt_3, /area/bigredv2/outside/s) -"iZA" = ( -/obj/structure/surface/rack, -/turf/open/floor, -/area/bigredv2/caves) -"iZJ" = ( -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/xenobiology) -"jaH" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +"iIZ" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/dark, /area/bigredv2/caves/eta/research) -"jaJ" = ( -/obj/structure/closet/secure_closet/marshal, +"iJp" = ( /obj/structure/machinery/light{ dir = 4 }, -/obj/item/clothing/suit/storage/CMB, -/turf/open/floor/floor4, -/area/bigredv2/outside/marshal_office) -"jaL" = ( -/turf/open/floor/wood, -/area/bigredv2/caves/eta/living) -"jaP" = ( -/obj/structure/bed, -/turf/open/floor/wood, -/area/bigredv2/caves/eta/research) -"jaY" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"jbg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/surface/table, +/obj/item/paper, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/filtration_plant) +"iJs" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 1; + name = "\improper Lambda Lab Storage" }, -/turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"jbh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/device/flashlight/flare{ - pixel_y = -7 +/turf/open/floor/delivery, +/area/bigredv2/caves/lambda/xenobiology) +"iJw" = ( +/obj/structure/largecrate/cow, +/turf/open/floor/bot, +/area/bigredv2/caves/eta/storage) +"iJI" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6"; + pixel_y = -8 }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"jbr" = ( -/obj/item/stack/sheet/wood, -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/caves_north) -"jbJ" = ( -/obj/effect/landmark/crap_item, /turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves/mining) -"jci" = ( -/obj/structure/closet/l3closet/virology, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"jco" = ( -/obj/structure/bed, -/obj/effect/landmark/corpsespawner/pmc, -/turf/open/floor/wood, -/area/bigredv2/caves/eta/research) -"jcs" = ( -/obj/item/shard{ - icon_state = "small" - }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"jcN" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -3; - pixel_y = 11 - }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves_research) -"jdU" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +"iJJ" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ + pixel_y = -32 }, -/turf/open/floor/darkblue2, -/area/bigredv2/caves/eta/research) -"jee" = ( +/obj/structure/machinery/light, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkpurple2, +/area/bigredv2/caves/lambda/xenobiology) +"iJN" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/constructable_frame, /turf/open/floor/darkyellow2, -/area/bigredv2/caves/eta/research) -"jey" = ( -/obj/structure/prop/invuln/minecart_tracks, -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/caves/mining) -"jfn" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellow2/west, /area/bigredv2/outside/engineering) -"jfo" = ( -/obj/structure/foamed_metal, -/turf/open/floor/darkpurple2/north, -/area/bigredv2/caves/lambda/xenobiology) -"jgk" = ( -/obj/item/tool/wrench{ - pixel_x = -7; - pixel_y = -14 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 4 - }, -/turf/open/mars_cave/mars_cave_20, -/area/bigredv2/caves/mining) -"jgG" = ( -/obj/structure/machinery/computer/station_alert, -/obj/structure/surface/table, -/turf/open/floor/white, -/area/bigredv2/outside/admin_building) -"jgI" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_y = 9 +"iKb" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/engineering) +"iKm" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A heavy duty power cable for high voltage applications"; + dir = 1; + icon = 'icons/obj/pipes/power_cond_heavy.dmi'; + icon_state = "1-2-4"; + name = "heavy duty power cable" }, -/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/port_gen/pacman/super, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"jhN" = ( -/obj/limb/arm/l_arm, -/obj/effect/decal/cleanable/blood/drip, -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/floor, -/area/bigredv2/outside/lambda_cave_cas) -"jiu" = ( +"iKq" = ( +/obj/structure/machinery/door/airlock/almayer/research/colony{ + dir = 1; + name = "\improper Eta Lab Decontamination" + }, +/turf/open/floor/delivery, +/area/bigredv2/caves/eta/research) +"iKr" = ( /obj/structure/surface/table, -/obj/effect/spawner/random/technology_scanner, -/turf/open/floor/purple/northwest, +/obj/item/device/analyzer, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/engineering) +"iKJ" = ( +/turf/open/floor/carpet5_1/west, +/area/bigredv2/outside/admin_building) +"iKL" = ( +/turf/open/floor/purple/north, /area/bigredv2/caves/lambda/research) -"jiO" = ( -/obj/structure/machinery/landinglight/ds1{ - dir = 4 - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/space_port) -"jiP" = ( -/turf/open/floor/chapel/west, -/area/bigredv2/outside/chapel) -"jiU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/vending/snack, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/general_store) -"jjb" = ( -/obj/item/stack/cable_coil/cut, -/turf/open/mars_cave/mars_cave_17, -/area/bigredv2/caves/mining) -"jjq" = ( -/obj/effect/landmark/monkey_spawn, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/breakroom) -"jjx" = ( -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/caves/mining) -"jjK" = ( +"iKM" = ( +/obj/structure/surface/table/woodentable, +/obj/item/toy/dice/d20, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"iLd" = ( +/obj/structure/curtain/medical, +/turf/open/floor/whitegreen/east, +/area/bigredv2/outside/medical) +"iLf" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/spawner/random/tool, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"iLg" = ( +/obj/effect/decal/cleanable/blood, /obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/research) -"jjO" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/north, -/area/bigred/ground/garage_workshop) -"jjU" = ( -/obj/structure/machinery/computer/med_data{ - density = 0; - pixel_y = 16 - }, /turf/open/floor/white, /area/bigredv2/outside/medical) -"jjW" = ( -/turf/open/mars_cave/mars_dirt_5, -/area/bigredv2/outside/lz1_north_cas) -"jka" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 8; - health = 25000 - }, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"jko" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves_north) -"jkr" = ( -/obj/structure/machinery/power/port_gen/pacman/super, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"jku" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/bigredv2/caves/eta/research) -"jkB" = ( -/obj/structure/fence, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/filtration_cave_cas) -"jkJ" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/redfull/northwest, -/area/bigredv2/outside/marshal_office) -"jkO" = ( -/obj/item/explosive/grenade/high_explosive/frag, -/turf/open/mars_cave, -/area/bigredv2/caves/mining) -"jkR" = ( -/turf/open/floor/darkblue2/northwest, -/area/bigredv2/caves/eta/research) -"jlg" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/reagent_dispensers/fueltank/gas, -/turf/open/floor/plating, -/area/bigredv2/caves/mining) -"jlX" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/bun, +"iMs" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/floor/asteroidwarning, +/area/bigred/ground/garage_workshop) +"iNz" = ( /obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"jlY" = ( -/obj/item/bedsheet/brown, -/obj/item/bedsheet/brown{ - pixel_y = 13 - }, -/obj/structure/bed, -/obj/structure/bed{ - pixel_y = 13 - }, -/turf/open/floor/wood, -/area/bigredv2/outside/dorms) -"jmf" = ( -/obj/structure/showcase{ - desc = "A stand with a plastic display of some kind of weird machine."; - icon_state = "coinpress0" - }, -/turf/open/floor/carpet10_8/west, -/area/bigredv2/caves/eta/living) -"jms" = ( -/obj/structure/pipes/standard/manifold/hidden/supply{ - dir = 4 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/engineering) +"iNO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" }, -/turf/open/floor/whitegreen/north, +/turf/open/floor/whitegreen/southeast, /area/bigredv2/caves/lambda/virology) -"jmt" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/camera/autoname{ - dir = 1 - }, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"jmK" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_y = 6 - }, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"jno" = ( -/obj/effect/landmark/monkey_spawn, +"iNY" = ( +/obj/structure/janitorialcart, +/turf/open/floor/whiteyellowfull/east, +/area/bigredv2/outside/office_complex) +"iOT" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkish, -/area/bigredv2/caves/lambda/virology) -"jnp" = ( -/obj/structure/surface/rack, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_research) +"iPe" = ( /obj/structure/machinery/light{ dir = 1 }, -/obj/item/ammo_magazine/revolver/spearhead, -/turf/open/floor/vault2/west, -/area/bigredv2/outside/marshal_office) -"jny" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/virology) -"jnz" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/darkyellow2, -/area/bigredv2/caves/eta/research) -"jnO" = ( -/obj/structure/surface/table, -/obj/effect/decal/cleanable/molten_item, -/turf/open/floor/darkyellow2/southwest, -/area/bigredv2/outside/engineering) -"jnU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/surface/table/woodentable, +/obj/item/device/camera, +/turf/open/floor/wood, +/area/bigredv2/outside/admin_building) +"iPi" = ( +/turf/open/mars_cave/mars_cave_10, +/area/bigredv2/caves_se) +"iQw" = ( +/obj/item/ore, +/turf/open/gm/river, +/area/bigredv2/outside/filtration_plant) +"iQS" = ( +/obj/structure/filingcabinet, +/obj/structure/sign/safety/hvac{ + pixel_x = -32 }, -/turf/open/floor/white, -/area/bigredv2/outside/office_complex) -"joJ" = ( -/obj/structure/machinery/photocopier, -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/dark, -/area/bigredv2/caves/eta/storage) -"joL" = ( -/obj/structure/machinery/light, -/turf/open/floor/asteroidfloor/north, /area/bigredv2/outside/space_port) -"jpu" = ( -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/caves/lambda/xenobiology) -"jpC" = ( -/turf/closed/wall/solaris, -/area/bigredv2/outside/n) -"jpM" = ( +"iQZ" = ( +/turf/open/floor/bluegrid/bcircuitoff, +/area/bigredv2/caves/lambda/research) +"iRV" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/engineering) +"iRX" = ( +/obj/structure/machinery/faxmachine, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/wood, +/area/bigredv2/caves/lambda/breakroom) +"iSj" = ( /obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/redcorner, -/area/bigredv2/outside/marshal_office) -"jqn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper Abandoned Mining Storage" - }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"jqA" = ( -/obj/structure/xenoautopsy/tank/larva, -/obj/effect/decal/warning_stripes, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/whitepurple, -/area/bigredv2/caves/lambda/xenobiology) -"jqL" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/glass/beaker/sulphuric, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/white, -/area/bigredv2/outside/office_complex) -"jrd" = ( -/obj/structure/surface/table/reinforced, -/obj/item/tool/surgery/hemostat, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/freezerfloor, -/area/bigredv2/caves/lambda/xenobiology) -"jrq" = ( -/turf/open/floor/asteroidwarning/southeast, -/area/bigredv2/outside/se) -"jrF" = ( -/obj/structure/machinery/light/small, -/turf/open/mars_cave/mars_cave_3, -/area/bigredv2/caves/mining) -"jrQ" = ( +/obj/effect/decal/cleanable/blood, /obj/effect/landmark/crap_item, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/n) -"jsd" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "SW-out"; - pixel_y = -1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "SE-out"; - pixel_x = 1 - }, -/obj/structure/machinery/door/airlock/almayer/command/colony{ - dir = 1; - name = "\improper Operations" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/admin_building) -"jso" = ( -/obj/structure/bed/chair{ - can_buckle = 0; - dir = 4; - pixel_x = 2; - pixel_y = 6 - }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"jsr" = ( -/obj/structure/surface/table, -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/effect/spawner/random/powercell, -/obj/effect/spawner/random/powercell, -/obj/item/clothing/head/soft/ferret{ - pixel_x = -4; - pixel_y = 7 - }, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/storage) -"jsY" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whitegreencorner/east, +/turf/open/floor/white, /area/bigredv2/outside/medical) -"jtf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/restraint/adjustable/cable, -/turf/open/floor, -/area/bigredv2/outside/general_store) -"jtg" = ( -/obj/structure/surface/rack, -/obj/item/storage/pouch/shotgun, -/obj/item/storage/toolbox/mechanical, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"jti" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - dir = 1; - name = "\improper Eta Lab Technical Storage" - }, -/turf/open/floor/delivery, -/area/bigredv2/caves/eta/research) -"jts" = ( -/obj/structure/machinery/landinglight/ds1/delaytwo{ +"iSn" = ( +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/space_port) -"jty" = ( -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/e) -"jtN" = ( -/obj/structure/surface/table, -/obj/structure/machinery/light, -/obj/effect/spawner/random/tool, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/engineering) -"jtP" = ( -/obj/structure/surface/table, -/turf/open/floor/warnwhite, -/area/bigredv2/outside/office_complex) -"juf" = ( -/turf/open/mars_cave/mars_cave_12, +/turf/open/mars_cave/mars_cave_11, /area/bigredv2/caves/eta/research) -"jui" = ( -/obj/structure/machinery/power/apc/no_power/west, -/turf/open/floor/whitepurple/west, -/area/bigredv2/caves/lambda/research) -"juk" = ( -/obj/effect/landmark/hunter_secondary, -/turf/open/mars, -/area/bigredv2/outside/space_port_lz2) -"juN" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_y = 13 - }, -/obj/structure/closet/crate/miningcar/yellow, -/turf/open/mars_cave/mars_cave_9, -/area/bigredv2/caves/mining) -"jvE" = ( -/obj/structure/machinery/light{ - dir = 8 - }, +"iSu" = ( +/obj/item/stool, +/turf/open/floor/whitepurplefull, +/area/bigredv2/caves/lambda/xenobiology) +"iSz" = ( +/obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellowcorners2/west, -/area/bigredv2/caves/eta/living) -"jvJ" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/c) +"iSG" = ( +/obj/structure/bed/chair/wood/normal, /turf/open/floor/carpet, /area/bigredv2/outside/library) -"jwa" = ( -/obj/structure/machinery/light/small/built{ - dir = 8 - }, -/turf/open/floor/whitegreen/southwest, -/area/bigredv2/caves/lambda/virology) -"jwK" = ( -/turf/open/mars_cave/mars_cave_23, -/area/bigredv2/caves_virology) -"jwN" = ( -/obj/structure/machinery/door_control{ - id = "safe_room"; - name = "Door Bolt Control"; - normaldoorcontrol = 1; - pixel_y = -28; - req_access_txt = "106"; - specialfunctions = 4 - }, -/turf/open/floor/elevatorshaft/north, -/area/bigredv2/caves/lambda/breakroom) -"jxq" = ( -/obj/structure/machinery/light, -/obj/structure/closet/cabinet, -/obj/structure/pipes/vents/pump{ - dir = 1 - }, -/turf/open/floor/wood, -/area/bigredv2/caves/eta/living) -"jxr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/crap_item, -/turf/open/floor/wood, -/area/bigredv2/outside/office_complex) -"jxs" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/research) -"jxt" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 1; - name = "\improper Cargo Bay Quartermaster" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/cargo) -"jxE" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_se) -"jxJ" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/turf/open/floor/freezerfloor, -/area/bigredv2/caves/eta/living) -"jya" = ( -/obj/structure/closet/firecloset/full, -/turf/open/floor/asteroidwarning/north, -/area/bigred/ground/garage_workshop) -"jyj" = ( -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/telecomm) -"jyt" = ( -/turf/open/floor/podhatchfloor, -/area/bigredv2/outside/engineering) -"jyH" = ( -/obj/effect/decal/cleanable/liquid_fuel, -/obj/effect/decal/cleanable/dirt, +"iSK" = ( +/obj/structure/surface/table, +/obj/item/trash/burger, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/whitegreen/northwest, +/area/bigredv2/outside/medical) +"iSM" = ( +/obj/structure/bed/chair, /turf/open/floor/darkyellow2/west, /area/bigredv2/outside/engineering) -"jyY" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/crap_item, -/turf/open/floor/darkred2/west, -/area/bigredv2/outside/admin_building) -"jzg" = ( -/obj/structure/machinery/centrifuge, -/turf/open/floor/whitegreen/north, -/area/bigredv2/caves/lambda/xenobiology) -"jzu" = ( -/obj/structure/largecrate/random/barrel/yellow, +"iSO" = ( +/obj/structure/machinery/light, +/obj/item/storage/fancy/vials/random, /turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"jzL" = ( -/obj/structure/surface/table, -/obj/structure/machinery/faxmachine{ - density = 0; - req_one_access_txt = "200" - }, -/turf/open/floor/white, -/area/bigredv2/outside/admin_building) -"jzP" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/technology_scanner, -/turf/open/floor/darkred2/east, -/area/bigredv2/caves/eta/research) -"jzZ" = ( -/turf/open/floor/whiteblue, -/area/bigredv2/outside/medical) -"jAa" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ +/area/bigredv2/caves/lambda/xenobiology) +"iTa" = ( +/obj/structure/machinery/light/small/built{ dir = 1 }, -/turf/open/floor/darkpurplecorners2/east, -/area/bigredv2/caves/lambda/research) -"jAr" = ( -/turf/open/mars/mars_dirt_3, -/area/bigredv2/outside/space_port_lz2) -"jAt" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/podhatchfloor, /area/bigredv2/caves/lambda/research) -"jAP" = ( -/turf/open/mars_cave/mars_cave_5, -/area/bigredv2/caves_virology) -"jAS" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/xenobiology) -"jAW" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +"iTq" = ( +/turf/open/mars/mars_dirt_11, +/area/bigredv2/caves_north) +"iTt" = ( +/obj/effect/landmark/crap_item, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/eta) +"iTy" = ( +/turf/open/floor/warnwhite/west, +/area/bigredv2/outside/medical) +"iTJ" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"iUN" = ( +/turf/open/mars_cave/mars_cave_10, +/area/bigredv2/outside/lz2_south_cas) +"iVc" = ( +/obj/structure/curtain/medical, +/turf/open/floor/whitegreen/northeast, +/area/bigredv2/caves/lambda/virology) +"iVd" = ( +/obj/structure/platform/kutjevo/rock{ dir = 4 }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/nw) -"jBa" = ( -/obj/docking_port/stationary/marine_dropship/lz1{ - name = "LZ1: Communications Landing Zone" - }, -/turf/open/floor/plating, -/area/bigredv2/outside/space_port) -"jBT" = ( -/obj/structure/prop/almayer/missile_tube{ - desc = "A detached drill arm of a big old Seegson D-602 Mining Robot. Seems to be jury rigged to run without the main robot assembly."; - name = "\improper Massive mining drill"; - pixel_y = 13 - }, -/turf/open/mars_cave/mars_dirt_5, -/area/bigredv2/caves/mining) -"jDh" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - dir = 1; - name = "\improper Crew Habitation Complex" +/obj/structure/platform/kutjevo/rock{ + dir = 1 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/hydroponics) -"jDm" = ( -/turf/open/floor/darkgreencorners2, -/area/bigredv2/caves/eta/storage) -"jDn" = ( -/obj/structure/machinery/light{ +/obj/structure/platform_decoration/kutjevo/rock{ dir = 8 }, -/obj/effect/decal/cleanable/ash, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/engineering) -"jDp" = ( -/obj/item/tool/warning_cone{ - pixel_x = -6 - }, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/filtration_plant) -"jDy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/structure/cable{ - icon_state = "11-2" - }, -/turf/open/floor/plating, -/area/bigredv2/caves/mining) -"jDF" = ( -/obj/structure/surface/table, -/obj/item/restraint/handcuffs, -/obj/structure/phone_base/colony_net/rotary{ - phone_category = "Solaris Ridge"; - phone_color = "red"; - phone_id = "Marshal Office" - }, -/turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"jEd" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - pixel_x = -1; - pixel_y = 1 - }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/c) -"jEH" = ( +/turf/open/mars, +/area/space) +"iVi" = ( +/obj/structure/fence, +/turf/open/mars, +/area/bigredv2/outside/se) +"iWi" = ( /obj/structure/surface/table, +/obj/item/storage/briefcase, /turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/medical) -"jEU" = ( -/turf/open/floor/darkyellow2/southeast, -/area/bigredv2/outside/filtration_plant) -"jFg" = ( -/obj/structure/bed/chair/office/dark{ - dir = 8 - }, -/turf/open/floor/white, -/area/bigredv2/outside/admin_building) -"jFY" = ( -/obj/structure/machinery/landinglight/ds2/delaythree{ - dir = 4 +/area/bigredv2/outside/general_store) +"iWr" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/drinks/cans/beer{ + pixel_x = -9; + pixel_y = 1 }, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/space_port_lz2) -"jGu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/fuelcell_recycler/full, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/engineering) -"jGx" = ( -/turf/open/floor/asteroidwarning/northeast, -/area/bigredv2/caves_lambda) -"jGz" = ( -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/n) -"jGD" = ( -/obj/structure/machinery/portable_atmospherics/hydroponics, -/obj/structure/machinery/light{ - dir = 4 +/obj/item/reagent_container/food/drinks/cans/beer{ + pixel_x = 9; + pixel_y = 4 }, -/turf/open/floor/whitegreen/east, -/area/bigredv2/caves/lambda/xenobiology) -"jGN" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/caves/mining) -"jGR" = ( -/obj/structure/barricade/metal{ - dir = 4; - icon_state = "barricade" +/obj/item/reagent_container/food/drinks/cans/beer{ + pixel_y = 8 }, -/obj/structure/ore_box, -/turf/open/floor/whitepurple/east, -/area/bigredv2/caves/lambda/research) -"jHt" = ( -/obj/structure/machinery/chem_master, -/obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/whitepurplecorner/east, -/area/bigredv2/outside/medical) -"jHD" = ( -/obj/structure/inflatable/door, -/turf/open/floor/darkpurplecorners2/east, -/area/bigredv2/caves/lambda/breakroom) -"jHK" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/filtration_cave_cas) -"jHV" = ( -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/engineering) -"jHY" = ( -/obj/structure/barricade/wooden, -/obj/structure/barricade/wooden, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/n) -"jIq" = ( -/obj/structure/cable{ - icon_state = "1-6" - }, -/obj/structure/cable{ - icon_state = "6-8" - }, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"jIH" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/space_port) -"jIK" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/c) -"jIO" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"jJb" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/dark, -/area/bigredv2/outside/space_port) -"jJe" = ( -/obj/item/grown/sunflower, -/turf/open/floor/whitegreenfull, +"iWA" = ( +/turf/open/floor/carpet9_4/west, +/area/bigredv2/outside/bar) +"iWC" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/whitepurple/north, /area/bigredv2/caves/lambda/xenobiology) -"jJf" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/darkgreencorners2, -/area/bigredv2/caves/eta/storage) -"jJB" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/mars, -/area/bigredv2/caves/eta/xenobiology) -"jKd" = ( -/obj/effect/spawner/random/bomb_supply, -/turf/open/floor/whitepurplecorner/north, -/area/bigredv2/outside/medical) -"jKg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/glasses/welding, -/turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"jKi" = ( -/obj/structure/surface/rack, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/turf/open/floor/darkyellow2/southwest, -/area/bigredv2/outside/engineering) -"jKE" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/whitegreen/east, -/area/bigredv2/caves/lambda/virology) -"jLd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/hefa_cult_decals/d32, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"jLg" = ( -/obj/effect/landmark/crap_item, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 1 - }, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/research) -"jLu" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/c) -"jLy" = ( -/obj/structure/closet/secure_closet/brig, -/turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"jLV" = ( -/obj/structure/sign/safety/autodoc{ - pixel_x = -32 +"iWJ" = ( +/obj/structure/phone_base/colony_net/rotary{ + phone_category = "Lambda Labs"; + phone_color = "blue"; + phone_id = "Director" }, -/turf/open/floor/whitegreen/west, -/area/bigredv2/outside/medical) -"jLZ" = ( -/obj/structure/machinery/light, -/turf/open/floor/darkpurplecorners2/east, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/carpet, /area/bigredv2/caves/lambda/breakroom) -"jMl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -3; - pixel_y = 11 - }, -/obj/item/reagent_container/food/snacks/tofu{ - pixel_y = 11 - }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"jMp" = ( -/obj/effect/landmark/good_item, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/research) -"jML" = ( -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/engineering) -"jMP" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whitegreenfull, -/area/bigredv2/outside/medical) -"jMX" = ( -/turf/open/floor/rampbottom/north, -/area/bigredv2/outside/chapel) -"jNi" = ( -/obj/effect/decal/cleanable/dirt, +"iXf" = ( +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/caves_virology) +"iYc" = ( +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/caves_north) +"iYf" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/eta) +"iYq" = ( /turf/open/floor/darkyellowcorners2, /area/bigredv2/caves/eta/living) -"jNL" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkgreencorners2, -/area/bigredv2/caves/eta/storage) -"jNQ" = ( -/obj/structure/surface/table, -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/storage) -"jNU" = ( -/obj/structure/machinery/filtration/console{ - pixel_y = 13 - }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"jOa" = ( -/turf/open/mars_cave/mars_cave_16, -/area/bigredv2/outside/ne) -"jOd" = ( -/obj/structure/bed/chair, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/engineering) -"jOj" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"jOM" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/darkyellowcorners2, -/area/bigredv2/caves/eta/living) -"jOX" = ( -/obj/structure/closet/fireaxecabinet{ - pixel_y = 27 - }, -/obj/structure/closet/toolcloset, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"jPm" = ( -/obj/structure/bed/chair/office/dark{ +"iYP" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ dir = 1; - pixel_y = 20 - }, -/turf/open/floor/plating, -/area/bigredv2/caves/mining) -"jPx" = ( -/turf/open/mars/mars_dirt_10, -/area/bigredv2/outside/virology) -"jPz" = ( -/turf/open/floor/purple/northeast, -/area/bigredv2/caves/lambda/research) -"jPU" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/tool, -/turf/open/floor/wood, -/area/bigredv2/caves/eta/living) -"jPX" = ( -/obj/item/ore/diamond{ - pixel_x = 8; - pixel_y = -11 - }, -/obj/item/storage/firstaid/fire, -/turf/open/floor/plating, -/area/bigredv2/caves/mining) -"jQk" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/floor/asteroidwarning/southeast, -/area/bigredv2/outside/filtration_cave_cas) -"jQu" = ( -/turf/open/floor/asteroidwarning/southwest, -/area/bigredv2/outside/c) -"jQA" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/general_offices) -"jQF" = ( -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/caves/eta/xenobiology) -"jQJ" = ( -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/caves_virology) -"jQY" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/tool, -/obj/structure/pipes/vents/pump, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/storage) -"jRv" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/whitepurplefull, -/area/bigredv2/caves/lambda/xenobiology) -"jRE" = ( -/obj/structure/surface/table/woodentable, -/obj/item/newspaper, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"jRS" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/asteroidwarning/southeast, -/area/bigredv2/outside/space_port) -"jSG" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "prison_breakout" - }, -/turf/closed/wall/solaris/reinforced, -/area/bigredv2/outside/marshal_office) -"jSS" = ( -/obj/item/tool/warning_cone, -/turf/open/floor/asteroidwarning/southeast, -/area/bigredv2/outside/se) -"jTq" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellow2/southeast, -/area/bigredv2/outside/filtration_plant) -"jTr" = ( -/obj/item/tool/pickaxe, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"jTs" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - name = "\improper Lambda Lab Director's Office" + name = "\improper Lambda Checkpoint" }, /turf/open/floor/delivery, -/area/bigredv2/caves/lambda/breakroom) -"jTC" = ( +/area/bigredv2/outside/lambda_cave_cas) +"iYV" = ( /obj/effect/decal/warning_stripes{ - icon_state = "NE-out" - }, -/obj/effect/decal/cleanable/mucus, -/turf/open/floor/whitegreen/southwest, -/area/bigredv2/caves/lambda/virology) -"jTO" = ( -/obj/structure/machinery/door/poddoor/almayer/closed{ - dir = 4; - id = "filtration"; - name = "Filtration Lockdown" + icon_state = "S" }, -/turf/open/floor/delivery, -/area/bigredv2/outside/filtration_cave_cas) -"jUc" = ( -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor, -/area/bigredv2/outside/hydroponics) -"jUe" = ( -/obj/structure/machinery/light/double{ +/obj/structure/prop/invuln/minecart_tracks{ dir = 1 }, -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/outside/lz2_south_cas) -"jUn" = ( -/obj/effect/landmark/crap_item, -/turf/open/mars/mars_dirt_3, -/area/bigredv2/outside/nw) -"jUv" = ( -/obj/structure/fence, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/n) -"jUD" = ( -/turf/open/mars/mars_dirt_12, -/area/bigredv2/outside/nw) -"jUX" = ( -/obj/structure/surface/rack, -/obj/item/clothing/head/hardhat/dblue{ - pixel_x = -3; - pixel_y = 16 - }, -/obj/item/clothing/head/hardhat/dblue{ - pixel_x = 4; - pixel_y = 10 - }, -/obj/item/clothing/head/hardhat/dblue{ - pixel_x = 7 - }, /turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"jUY" = ( -/turf/open/mars_cave, -/area/bigredv2/caves/mining) -"jUZ" = ( -/turf/open/floor/darkgreen2/southeast, -/area/bigredv2/caves/eta/xenobiology) -"jVg" = ( -/obj/structure/bed, -/obj/item/bedsheet/medical, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/whitegreen/southeast, -/area/bigredv2/caves/lambda/virology) -"jVK" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 1; - health = 25000 - }, -/turf/open/floor/white, -/area/bigredv2/outside/admin_building) -"jVT" = ( -/turf/open/mars_cave/mars_cave_11, +/area/bigredv2/caves_sw) +"iZx" = ( +/obj/structure/surface/table/reinforced, +/obj/item/book/manual/research_and_development, +/turf/open/floor/whitepurple/east, /area/bigredv2/caves/lambda/xenobiology) -"jWp" = ( -/obj/structure/machinery/camera/autoname{ +"iZA" = ( +/obj/structure/surface/rack, +/turf/open/floor, +/area/bigredv2/caves) +"iZE" = ( +/obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/virology) -"jWt" = ( -/obj/structure/machinery/computer/WYresearch, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/research) -"jWy" = ( -/obj/structure/surface/table/woodentable, -/obj/item/trash/cheesie, -/obj/item/trash/pistachios, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"jWO" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = 3; - pixel_y = 15 - }, -/obj/effect/spawner/gibspawner/xeno, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"jXg" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/lz2_west_cas) -"jXn" = ( -/obj/structure/bed/chair{ - dir = 1 - }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/darkred2/west, +/area/bigredv2/outside/admin_building) +"iZH" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"jXq" = ( -/obj/structure/bed/roller, -/turf/open/floor/whitegreen/northwest, -/area/bigredv2/outside/medical) -"jXr" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -5; - pixel_y = 10 +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/space_port_lz2) +"iZJ" = ( +/turf/open/floor/asteroidwarning, +/area/bigred/ground/garage_workshop) +"iZO" = ( +/obj/structure/machinery/pipedispenser, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/filtration_plant) +"jac" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 }, -/turf/open/mars_cave/mars_cave_16, +/obj/structure/barricade/wooden, +/turf/open/mars_cave/mars_dirt_7, /area/bigredv2/caves/mining) -"jYb" = ( +"jam" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/c) -"jYe" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/mars_cave/mars_cave_17, -/area/bigredv2/caves_research) -"jZd" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 4; - health = 25000 - }, -/turf/open/mars_cave/mars_cave_14, -/area/bigredv2/caves_north) -"jZe" = ( -/obj/structure/machinery/light{ - dir = 1 - }, +/turf/open/floor/whitegreencorner, +/area/bigredv2/outside/medical) +"jaI" = ( +/turf/open/floor/darkyellow2/southeast, +/area/bigredv2/outside/filtration_plant) +"jaJ" = ( +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/outside/lz1_telecomm_cas) +"jaN" = ( +/obj/structure/machinery/light, /turf/open/floor/asteroidfloor/north, /area/bigredv2/outside/space_port) -"jZf" = ( -/obj/effect/glowshroom, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_lambda) -"jZo" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/mars_cave/mars_cave_11, -/area/bigredv2/caves/eta/research) -"jZr" = ( -/obj/structure/sign/double/barsign{ - pixel_y = 32 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"jbk" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -5; + pixel_y = 10 }, +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/caves/mining) +"jbm" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_se) +"jbM" = ( +/turf/open/mars_cave/mars_cave_8, +/area/bigredv2/caves_virology) +"jbT" = ( +/obj/structure/machinery/light, /turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/c) -"jZu" = ( +/area/bigredv2/outside/lambda_cave_cas) +"jcp" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 + dir = 6 }, /turf/open/floor/dark, /area/bigredv2/outside/office_complex) -"jZE" = ( -/obj/item/tool/warning_cone{ - pixel_y = 17 - }, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/filtration_plant) -"jZO" = ( -/turf/open/mars_cave/mars_cave_14, +"jcv" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves_north) -"jZT" = ( +"jcy" = ( +/obj/structure/machinery/light, +/obj/structure/sign/safety/rad_haz{ + pixel_y = -32 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/darkpurple2, +/area/bigredv2/caves/lambda/research) +"jdr" = ( /obj/structure/surface/table, -/obj/structure/machinery/computer/pod/old{ - name = "Register" +/obj/item/tool/pickaxe/plasmacutter, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"jdB" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkgreencorners2, +/area/bigredv2/caves/eta/research) +"jdN" = ( +/turf/open/mars_cave/mars_dirt_5, +/area/bigredv2/caves/eta/xenobiology) +"jed" = ( +/obj/structure/machinery/camera/autoname, +/turf/open/floor/white, +/area/bigredv2/outside/marshal_office) +"jeC" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, +/turf/open/floor/dark, +/area/bigredv2/outside/admin_building) +"jeG" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/c) +"jeI" = ( +/obj/structure/disposalpipe/junction, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"jeT" = ( /obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/general_store) -"jZY" = ( +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/engineering) +"jeX" = ( +/obj/structure/bed/chair{ + dir = 8 + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkblue2/east, -/area/bigredv2/caves/eta/storage) -"kam" = ( -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/telecomm/n_cave) -"kas" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"jfb" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ dir = 1; - name = "\improper Lambda Lab Chemistry Lab" + name = "\improper Cargo Bay" }, /turf/open/floor/delivery, +/area/bigredv2/outside/cargo) +"jfq" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/turf/open/floor/white, /area/bigredv2/caves/lambda/xenobiology) -"kaY" = ( -/obj/structure/bed/chair/wood/normal, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"kbM" = ( -/obj/structure/machinery/light{ - dir = 8 +"jfz" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkyellowcorners2/west, +/area/bigredv2/caves/eta/living) +"jfG" = ( +/obj/item/tool/wet_sign, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"jfL" = ( +/obj/structure/cable{ + icon_state = "5-6" }, -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/caves/eta/xenobiology) -"kcb" = ( -/obj/structure/closet/toolcloset, -/obj/structure/machinery/light, -/turf/open/floor, -/area/bigred/ground/garage_workshop) -"kcx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/weapon/broken_bottle, -/turf/open/floor/plating, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"kda" = ( -/obj/effect/decal/cleanable/vomit, -/turf/open/floor/dark, +"jfW" = ( +/obj/structure/noticeboard{ + desc = "A board for pinning important items upon."; + dir = 1; + name = "trophy board"; + pixel_y = 30 + }, +/obj/item/oldresearch/Chitin{ + anchored = 1; + pixel_y = 27 + }, +/turf/open/floor/elevatorshaft/north, /area/bigredv2/caves/lambda/breakroom) -"kdu" = ( -/obj/effect/landmark/corpsespawner/scientist, +"jfX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/space_port_lz2) +"jfZ" = ( +/obj/structure/closet/radiation, +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/engineering) +"jgq" = ( +/obj/item/tool/pickaxe, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -11; + pixel_y = 10 + }, +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/caves/mining) +"jhD" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/general_offices) +"jhG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/xeno_spawn, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/dark, -/area/bigredv2/caves/lambda/xenobiology) -"keg" = ( -/turf/closed/wall/solaris/reinforced, -/area/bigredv2/outside/lz2_south_cas) -"ker" = ( -/obj/structure/machinery/light{ - dir = 4 +/area/bigredv2/caves/eta/research) +"jhK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/machinery/light/double{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood{ + dir = 8; + icon_state = "gib6"; + layer = 4; + pixel_x = 14; + pixel_y = 3 }, /turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/e) -"key" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/mars_cave, /area/bigredv2/caves/mining) -"keF" = ( -/obj/structure/closet/secure_closet/CMO, -/turf/open/floor/whitegreenfull, -/area/bigredv2/outside/medical) -"keH" = ( -/obj/item/device/healthanalyzer, -/turf/open/floor/whitegreencorner, -/area/bigredv2/outside/medical) -"keN" = ( -/obj/effect/vehicle_spawner/van/decrepit, -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/asteroidfloor/north, -/area/bigred/ground/garage_workshop) -"keO" = ( -/obj/structure/machinery/power/apc/power/north{ - name = "Virology APC" +"jhN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/glass, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"jie" = ( +/obj/structure/machinery/light{ + dir = 4 }, +/turf/open/floor/whitegreen/east, +/area/bigredv2/outside/marshal_office) +"jii" = ( +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/se) +"jiA" = ( +/obj/structure/machinery/mech_bay_recharge_port, /turf/open/floor/white, -/area/bigredv2/outside/virology) -"keX" = ( -/obj/effect/spawner/random/toolbox, -/obj/structure/platform_decoration, -/turf/open/floor/dark, -/area/bigredv2/outside/admin_building) -"keY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/handrail{ - dir = 8 +/area/bigredv2/outside/office_complex) +"jiN" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "xgib4" }, -/turf/open/floor/asteroidwarning/west, +/turf/open/mars_cave/mars_dirt_4, /area/bigredv2/outside/c) -"kfk" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/mars_cave, -/area/bigredv2/caves_lambda) -"kfz" = ( -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"kfL" = ( -/obj/structure/surface/table/reinforced, -/turf/open/floor/whitepurple/east, -/area/bigredv2/caves/lambda/xenobiology) -"kfR" = ( -/obj/effect/landmark/hunter_secondary, +"jjT" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/warnwhite/west, +/area/bigredv2/outside/medical) +"jkh" = ( +/obj/structure/sign/safety/medical{ + pixel_x = 32 + }, /turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/virology) -"kgI" = ( -/obj/vehicle/train/cargo/trolley, -/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/c) +"jkI" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/good_item, +/obj/item/stack/sheet/metal/small_stack, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"kgN" = ( -/obj/structure/platform{ +"jkO" = ( +/obj/item/explosive/grenade/high_explosive/frag, +/turf/open/mars_cave, +/area/bigredv2/caves/mining) +"jkV" = ( +/obj/structure/surface/table, +/turf/open/floor/warnwhite, +/area/bigredv2/outside/office_complex) +"jlg" = ( +/obj/structure/machinery/light/small{ dir = 1 }, -/obj/structure/platform{ - dir = 8 - }, -/turf/open/gm/river, -/area/bigredv2/outside/engineering) -"kgY" = ( +/obj/structure/reagent_dispensers/fueltank/gas, +/turf/open/floor/plating, +/area/bigredv2/caves/mining) +"jln" = ( +/turf/open/mars_cave/mars_cave_19, +/area/bigredv2/caves_sw) +"jlq" = ( /obj/structure/surface/table, -/turf/open/floor/white, -/area/bigredv2/outside/admin_building) -"khM" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/delivery, -/area/bigredv2/outside/admin_building) -"khO" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/darkyellow2/southwest, -/area/bigredv2/outside/engineering) -"khS" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_cave_4, -/area/bigredv2/caves_virology) -"kiA" = ( +/obj/item/reagent_container/spray/cleaner, /obj/structure/pipes/vents/pump{ - dir = 8 + dir = 4 }, -/turf/open/floor/whitegreen/east, -/area/bigredv2/outside/medical) -"kiN" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - name = "\improper Lambda Lab Server Room" +/obj/item/weapon/gun/pistol/holdout, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/general_store) +"jlv" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "tcomms_open" }, -/turf/open/floor/delivery, +/turf/closed/wall/solaris/rock, +/area/bigredv2/caves) +"jlD" = ( +/turf/open/mars_cave/mars_cave_10, +/area/bigredv2/caves_north) +"jlL" = ( +/obj/structure/surface/table, +/obj/item/toy/prize/mauler, +/obj/item/toy/prize/odysseus, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"jlN" = ( +/obj/structure/platform/shiva{ + dir = 1 + }, +/obj/structure/platform/shiva, +/obj/structure/machinery/light/small/built{ + dir = 4 + }, +/turf/open/floor/bluegrid/bcircuitoff, /area/bigredv2/caves/lambda/research) -"kiO" = ( -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/outside/space_port_lz2) -"kiT" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +"jlZ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, -/turf/open/floor/plating, -/area/bigredv2/outside/filtration_plant) -"kjj" = ( -/obj/structure/machinery/status_display{ - pixel_y = 32 +/turf/open/floor/carpet, +/area/bigredv2/outside/library) +"jmN" = ( +/obj/structure/machinery/vending/sovietsoda{ + icon_state = "sovietsoda-broken"; + stat = 1 }, -/turf/open/floor/dark, -/area/bigredv2/outside/space_port) -"kjk" = ( +/turf/open/floor/darkish, +/area/bigredv2/caves/lambda/breakroom) +"jmP" = ( +/turf/open/mars/mars_dirt_8, +/area/bigredv2/outside/nw) +"jmQ" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"jmT" = ( /obj/structure/surface/table, -/obj/effect/spawner/random/technology_scanner, -/obj/effect/spawner/random/tool, -/turf/open/floor/darkgreen2, -/area/bigredv2/outside/space_port) -"kjp" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NE-out" +/obj/item/reagent_container/food/drinks/flask/vacuumflask, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"jnG" = ( +/obj/structure/closet/l3closet/general, +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"jnK" = ( +/turf/open/mars_cave/mars_cave_23, +/area/bigredv2/caves_virology) +"jnP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 8 }, -/obj/structure/machinery/light{ +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/space_port) +"jnT" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ dir = 8 }, -/obj/structure/machinery/alarm{ +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/space_port) +"joq" = ( +/turf/open/mars_cave/mars_cave_9, +/area/bigredv2/caves_north) +"joz" = ( +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/xenobiology) +"jpp" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ dir = 1; - pixel_y = -30 - }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/whitegreen/southwest, -/area/bigredv2/caves/lambda/virology) -"kjP" = ( -/obj/structure/largecrate/random/barrel/white, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"kjW" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Kitchen" + name = "\improper Operations Office" }, /turf/open/floor/delivery, -/area/bigredv2/outside/hydroponics) -"kkc" = ( +/area/bigredv2/outside/admin_building) +"jpy" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"jpB" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkgreencorners2, -/area/bigredv2/caves/eta/research) -"kku" = ( -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/telecomm/n_cave) -"kkx" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/glass/bottle/toxin, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/virology) -"kkS" = ( -/obj/structure/machinery/light{ +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"jpI" = ( +/obj/structure/bed/chair{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/engineering) -"kla" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "gib6" +/turf/open/floor/white, +/area/bigredv2/outside/marshal_office) +"jpO" = ( +/obj/structure/surface/rack, +/obj/item/tool/pickaxe/plasmacutter{ + pixel_y = 5 }, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"klc" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" +/obj/item/tool/pickaxe/plasmacutter{ + pixel_y = -5 }, -/obj/effect/decal/cleanable/dirt, +/obj/item/tool/pickaxe/plasmacutter, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"kle" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - name = "\improper General Store" +"jqu" = ( +/obj/effect/landmark/xeno_hive_spawn, +/obj/effect/landmark/ert_spawns/groundside_xeno, +/obj/effect/landmark/queen_spawn, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_se) +"jqC" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/ne) +"jqQ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, /turf/open/floor/delivery, -/area/bigredv2/outside/general_store) -"klq" = ( -/obj/structure/xenoautopsy/tank/hugger, -/turf/open/floor/darkredcorners2/west, -/area/bigredv2/caves/eta/xenobiology) -"klF" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/telecomm/n_cave) -"klH" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/eta) -"kmA" = ( -/obj/structure/cargo_container/kelland/left, -/turf/open/mars, -/area/bigredv2/outside/space_port_lz2) -"kmK" = ( -/obj/structure/bed/chair/office/light{ - dir = 4 +/area/bigredv2/outside/hydroponics) +"jre" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 }, -/turf/open/floor/dark, +/turf/open/floor/wood, +/area/bigredv2/outside/admin_building) +"jrf" = ( +/obj/item/paper/bigred/witness, +/turf/open/mars_cave/mars_cave_17, +/area/bigredv2/outside/lz2_south_cas) +"jrr" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/almayer/test_floor4, /area/bigredv2/outside/engineering) -"kna" = ( -/turf/open/floor/whiteblue/southwest, -/area/bigredv2/outside/medical) -"kni" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Cargo Offices" +"jrL" = ( +/obj/structure/machinery/botany, +/turf/open/floor/white, +/area/bigredv2/outside/marshal_office) +"jsx" = ( +/turf/open/mars/mars_dirt_9, +/area/bigredv2/outside/sw) +"jti" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/candy, +/obj/item/reagent_container/food/snacks/bun, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"jtk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hefa_cult_decals/d96, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"jtA" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/corpsespawner/miner, +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/caves/mining) +"jtE" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "\improper Eta Lab Canteen" }, /turf/open/floor/delivery, -/area/bigredv2/outside/cargo) -"knm" = ( +/area/bigredv2/caves/eta/living) +"jtU" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/space_port_lz2) +"jub" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/wood, +/turf/open/floor/redfull/northwest, /area/bigredv2/caves/eta/research) -"knz" = ( -/obj/structure/machinery/autolathe, -/turf/open/floor/white, -/area/bigredv2/outside/office_complex) -"knK" = ( -/obj/structure/machinery/light{ - dir = 8 +"juu" = ( +/obj/structure/filingcabinet/medical, +/turf/open/floor/wood, +/area/bigredv2/outside/admin_building) +"juS" = ( +/obj/structure/surface/table, +/obj/structure/machinery/camera/autoname, +/obj/item/ammo_magazine/shotgun/slugs, +/obj/item/ammo_magazine/shotgun/buckshot, +/turf/open/floor/dark, +/area/bigredv2/outside/marshal_office) +"jvj" = ( +/obj/item/paper/bigred/final, +/turf/open/mars_cave/mars_cave_13, +/area/bigredv2/caves/mining) +"jwe" = ( +/obj/structure/sign/safety/galley{ + pixel_x = 32 }, -/obj/structure/bed/roller, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"kom" = ( -/obj/item/device/flashlight, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/general_store) -"koo" = ( -/obj/structure/cable{ - icon_state = "5-8" +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/redcorner, +/area/bigredv2/outside/office_complex) +"jwH" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/drinks/cans/beer{ + pixel_x = 9; + pixel_y = 11 }, -/obj/structure/cable{ - icon_state = "5-6" +/turf/open/mars_cave/mars_cave_16, +/area/bigredv2/caves/mining) +"jwK" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 9 }, -/turf/open/floor/plating/platingdmg3/west, +/turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) -"koq" = ( -/obj/structure/machinery/light/built, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 +"jxO" = ( +/turf/open/mars_cave/mars_cave_9, +/area/bigredv2/caves_research) +"jxX" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/caves_lambda) +"jym" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/green, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"jyn" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 8 }, -/turf/open/floor/darkpurple2, -/area/bigredv2/caves/lambda/research) -"kos" = ( -/obj/structure/window/reinforced{ - dir = 4 +/obj/structure/platform/kutjevo/rock, +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 1 }, -/turf/open/floor/darkpurple2/east, -/area/bigredv2/caves/lambda/breakroom) -"koN" = ( -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/w) -"koQ" = ( -/obj/structure/machinery/light{ +/turf/open/mars/mars_dirt_12, +/area/space) +"jyA" = ( +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/outside/s) +"jyQ" = ( +/obj/structure/machinery/camera/autoname{ dir = 4 }, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/xenobiology) -"koW" = ( -/obj/structure/window/framed/solaris/reinforced, -/turf/open/floor/plating, -/area/bigredv2/outside/lambda_cave_cas) -"koZ" = ( -/obj/structure/bed/chair{ - dir = 1 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"jzw" = ( +/obj/structure/bed/roller, +/turf/open/floor/whitegreen, +/area/bigredv2/outside/medical) +"jzC" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/crap_item, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"jzE" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, -/turf/open/floor/darkyellow2/west, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/medical) +"jzY" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2/northwest, +/area/bigredv2/outside/engineering) +"jAm" = ( +/obj/structure/prop/server_equipment/broken, +/turf/open/floor/podhatch/southwest, +/area/bigredv2/caves/lambda/research) +"jBg" = ( +/turf/open/floor/purplecorner, +/area/bigredv2/caves/lambda/research) +"jBE" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Atmospherics Condenser" + }, +/turf/open/floor/almayer/test_floor4, /area/bigredv2/outside/engineering) -"kpn" = ( +"jBO" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkpurple2/west, +/area/bigredv2/caves/lambda/research) +"jCb" = ( +/turf/open/mars_cave/mars_cave_10, +/area/bigredv2/caves_virology) +"jCo" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 + dir = 4 }, -/turf/open/floor/carpet, -/area/bigredv2/outside/library) -"kpp" = ( -/turf/open/floor/redcorner/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkred2, /area/bigredv2/outside/admin_building) -"kpy" = ( +"jCE" = ( +/turf/open/floor/darkredcorners2/west, +/area/bigredv2/caves/eta/research) +"jCJ" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/mars_cave/mars_cave_7, /area/bigredv2/caves_sw) -"kpB" = ( -/turf/open/floor/asteroidwarning/southeast, -/area/bigredv2/outside/ne) -"kpK" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/caves/eta/research) -"kpW" = ( -/turf/open/floor/darkred2/northeast, -/area/bigredv2/outside/admin_building) -"kqU" = ( -/obj/structure/tunnel{ - id = "hole3" +"jCK" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/vents/scrubber/on{ + dir = 1 }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"krJ" = ( -/obj/item/clothing/suit/storage/labcoat/science, -/turf/open/floor/whitepurplefull, -/area/bigredv2/caves/lambda/research) -"krU" = ( -/obj/structure/surface/table, -/obj/structure/machinery/light{ - dir = 8 +/turf/open/floor/darkgreen2/north, +/area/bigredv2/caves/lambda/virology) +"jCS" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("interrogation") }, -/obj/item/storage/firstaid/adv, -/turf/open/floor/whitegreencorner, -/area/bigredv2/outside/medical) -"krW" = ( +/turf/open/floor/podhatchfloor, +/area/bigredv2/outside/admin_building) +"jCX" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "\improper Marshal Office Checkpoint" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/marshal_office) +"jDq" = ( +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/engineering) +"jDy" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/writing, -/turf/open/floor/plating, -/area/bigredv2/caves/mining) -"ksj" = ( /obj/effect/decal/warning_stripes{ - icon_state = "SW-out" + icon_state = "S" }, -/obj/structure/machinery/light/built{ - dir = 4 +/obj/structure/cable{ + icon_state = "11-2" }, -/turf/open/floor/whitegreen/northeast, -/area/bigredv2/caves/lambda/virology) -"ksv" = ( -/obj/structure/machinery/cm_vending/sorted/medical/no_access, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"ksQ" = ( -/obj/structure/surface/rack, -/obj/effect/spawner/random/tech_supply, +/turf/open/floor/plating, +/area/bigredv2/caves/mining) +"jDL" = ( +/turf/open/mars/mars_dirt_9, +/area/bigredv2/outside/nw) +"jDT" = ( +/obj/structure/machinery/robotic_fabricator, /turf/open/floor/white, /area/bigredv2/outside/office_complex) -"ktd" = ( -/turf/open/floor/almayer/w_y0/north, -/area/bigredv2/outside/admin_building) -"kte" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/machinery/portable_atmospherics/powered/scrubber/huge/stationary, +"jEe" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/north, +/area/bigred/ground/garage_workshop) +"jEm" = ( +/obj/structure/largecrate/random/barrel/white, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"ktB" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/pipes/standard/simple/hidden/green, +"jEy" = ( +/obj/effect/landmark/crap_item, /turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/nw) -"ktD" = ( -/obj/structure/pipes/standard/manifold/hidden/supply{ - dir = 4 - }, -/turf/open/floor/darkpurple2/east, -/area/bigredv2/caves/lambda/research) -"ktI" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"kun" = ( -/obj/structure/machinery/door/airlock/almayer/maint{ - dir = 1 +/area/bigredv2/outside/filtration_cave_cas) +"jEH" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "lambda-interior"; + name = "Lambda Checkpoint Interior" }, /turf/open/floor/delivery, -/area/bigredv2/outside/admin_building) -"kur" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 4; - health = 25000 +/area/bigredv2/caves_north) +"jEN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/landinglight/ds2/delaytwo, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/space_port_lz2) +"jER" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"jFq" = ( +/obj/structure/bed/chair{ + dir = 1 }, -/obj/effect/landmark/corpsespawner/miner, -/obj/effect/landmark/corpsespawner/miner, -/obj/effect/decal/cleanable/blood, -/obj/item/weapon/twohanded/spear{ - pixel_x = 5 +/turf/open/floor/darkyellow2, +/area/bigredv2/caves/eta/research) +"jFx" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/mars_cave/mars_cave_13, -/area/bigredv2/caves/mining) -"kuu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/trash/cigbutt, -/turf/open/floor/plating, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/caves_lambda) +"jFD" = ( +/obj/structure/machinery/light/small, +/turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves/mining) -"kux" = ( +"jFH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W-corner" + }, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_lambda) +"jFL" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/vending/cola, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/general_store) -"kuU" = ( -/obj/structure/platform_decoration{ +/obj/effect/decal/cleanable/flour, +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/gm/river, -/area/bigredv2/outside/engineering) -"kvs" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/engineering) -"kvx" = ( -/obj/structure/prop/dam/crane/damaged, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/hydroponics) +"jGy" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"jGB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/shard{ + icon_state = "small" + }, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"kvT" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"jGF" = ( +/obj/item/tool/wrench{ + pixel_x = -7; + pixel_y = -14 }, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/engineering) -"kwa" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "gib6" +/obj/item/storage/toolbox/mechanical{ + pixel_x = 4 }, -/turf/open/mars_cave/mars_cave_9, -/area/bigredv2/caves_research) -"kwc" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/door/window/brigdoor/westright, -/turf/open/floor/vault2/west, +/turf/open/mars_cave/mars_cave_20, +/area/bigredv2/caves/mining) +"jGH" = ( +/obj/structure/surface/table, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/turf/open/floor/dark, /area/bigredv2/outside/marshal_office) -"kwO" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/darkredcorners2/west, +"jGJ" = ( +/turf/open/mars/mars_dirt_8, +/area/bigredv2/outside/e) +"jHi" = ( +/turf/open/mars_cave/mars_cave_7, /area/bigredv2/caves/eta/xenobiology) -"kxd" = ( -/turf/open/mars_cave/mars_cave_2, +"jHj" = ( +/turf/open/mars_cave/mars_cave_16, /area/bigredv2/caves_sw) -"kxe" = ( -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/filtration_cave_cas) -"kxn" = ( -/obj/effect/landmark/monkey_spawn, +"jHl" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/bluegrid/damaged4, -/area/bigredv2/caves/lambda/research) -"kxz" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 1 - }, -/turf/open/floor/darkpurple2/east, -/area/bigredv2/caves/lambda/research) -"kxB" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ - name = "\improper Lambda Lab Anomaly Lab" - }, -/turf/open/floor/delivery, +/turf/open/floor/podhatchfloor, /area/bigredv2/caves/lambda/research) -"kxP" = ( -/obj/structure/surface/table, -/obj/item/tool/pen, -/turf/open/floor/darkblue2, -/area/bigredv2/outside/admin_building) -"kxS" = ( -/obj/structure/machinery/camera/autoname, +"jHw" = ( +/obj/effect/landmark/xeno_hive_spawn, +/obj/effect/landmark/ert_spawns/groundside_xeno, /turf/open/floor/white, -/area/bigredv2/outside/office_complex) -"kyb" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S"; - pixel_y = -1 - }, +/area/bigredv2/outside/virology) +"jHz" = ( +/obj/structure/machinery/power/port_gen/pacman/super, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"jHC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, /turf/open/floor/dark, -/area/bigredv2/outside/admin_building) -"kyd" = ( -/obj/structure/tunnel{ - id = "hole4" - }, -/turf/open/floor/whitepurplefull, -/area/bigredv2/caves/lambda/xenobiology) -"kyx" = ( +/area/bigredv2/caves/eta/research) +"jHH" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"jHJ" = ( +/turf/open/mars_cave/mars_cave_18, +/area/bigredv2/outside/lz1_telecomm_cas) +"jHT" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Office Complex Storage" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/office_complex) -"kyB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate/trashcart, -/turf/open/floor/bot/north, -/area/bigredv2/outside/cargo) -"kzA" = ( -/obj/structure/phone_base/colony_net{ - phone_category = "Solaris Ridge"; - phone_color = "green"; - phone_id = "Clinic Labs"; - pixel_y = 24 - }, -/turf/open/floor/whitepurplecorner/north, -/area/bigredv2/outside/medical) -"kzS" = ( -/turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"kAb" = ( -/obj/structure/machinery/door/airlock/almayer/command/colony{ - name = "\improper Operations" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/admin_building) -"kAe" = ( -/obj/structure/platform/shiva{ - dir = 1 - }, -/obj/structure/platform/shiva, -/obj/structure/machinery/light/small/built{ - dir = 8 - }, -/turf/open/floor/bluegrid/bcircuitoff, -/area/bigredv2/caves/lambda/research) -"kAf" = ( -/obj/structure/sign/safety/medical{ - pixel_x = 32 - }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/c) -"kAr" = ( -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/outside/se) -"kAu" = ( -/obj/structure/machinery/landinglight/ds2/delaytwo, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/space_port_lz2) -"kAH" = ( -/turf/open/mars/mars_dirt_3, -/area/bigredv2/outside/c) -"kAM" = ( +/turf/open/floor/yellowfull, +/area/bigredv2/outside/general_store) +"jIo" = ( /obj/structure/surface/table, -/obj/structure/machinery/light/small{ - dir = 4 +/obj/item/tool/screwdriver, +/obj/structure/phone_base/colony_net/rotary{ + phone_category = "Eta Labs"; + phone_color = "yellow"; + phone_id = "Robotics" }, /turf/open/floor/dark, -/area/bigredv2/caves/lambda/xenobiology) -"kAO" = ( -/turf/open/mars_cave/mars_cave_3, -/area/bigredv2/caves_sw) -"kAW" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/drinks/cans/beer{ - pixel_x = -9; - pixel_y = 1 - }, -/obj/item/reagent_container/food/drinks/cans/beer{ - pixel_x = 9; - pixel_y = 4 - }, -/obj/item/reagent_container/food/drinks/cans/beer{ - pixel_y = 8 +/area/bigredv2/caves/eta/storage) +"jIw" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "\improper Eta Lab Robotics" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"kBe" = ( -/obj/structure/surface/table, /turf/open/floor/dark, -/area/bigredv2/caves/lambda/xenobiology) -"kBn" = ( -/turf/closed/wall/solaris, -/area/bigredv2/caves) -"kBo" = ( -/obj/item/ore/gold, -/obj/structure/machinery/light{ - dir = 8 +/area/bigredv2/caves/eta/storage) +"jIM" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/ne) +"jJn" = ( +/obj/structure/machinery/power/apc/power/north{ + name = "Virology APC" }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"kBD" = ( +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"jJo" = ( +/obj/item/tool/warning_cone, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/filtration_cave_cas) +"jJB" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/explosive/grenade/high_explosive/frag{ - desc = "High-Explosive Fragmenting-Antipersonnel. A small, but deceptively strong fragmentation grenade that has been phasing out the M15 fragmentation grenades alongside the M40 HEDP. Capable of being loaded in the M92 Launcher, or thrown by hand. This one seems to have weird insciptions all over it. You can barely make out 'PrAIs3 thE H3f@ G0d'" - }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"kBE" = ( -/obj/structure/largecrate/supply/supplies/water, -/turf/open/floor/plating, -/area/bigredv2/caves/mining) -"kBM" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/darkyellowcorners2/east, -/area/bigredv2/outside/engineering) -"kBZ" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 1 +/turf/open/mars, +/area/bigredv2/caves/eta/xenobiology) +"jJL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, -/turf/open/floor/delivery, -/area/bigredv2/caves/lambda/xenobiology) -"kCm" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_cave_9, +/turf/open/floor/asteroidwarning, /area/bigredv2/outside/n) -"kCq" = ( -/turf/open/mars_cave/mars_cave_23, -/area/bigredv2/caves/mining) -"kCJ" = ( -/obj/structure/machinery/light, -/turf/open/floor/dark, -/area/bigredv2/outside/chapel) -"kCL" = ( -/obj/structure/machinery/door_control{ - id = "General Store"; - name = "Storm Shutters"; - pixel_x = 32 - }, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/general_store) -"kCQ" = ( -/obj/structure/bed, -/obj/item/prop/alien/hugger, -/obj/item/bedsheet/brown{ - layer = 3.1 +"jKk" = ( +/turf/open/mars_cave/mars_cave_8, +/area/bigredv2/caves_lambda) +"jKm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/turf/open/floor/wood, -/area/bigredv2/outside/admin_building) -"kCR" = ( -/obj/effect/landmark/crap_item, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/telecomm/lz2_cave) +"jKB" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/caves_se) +"jKG" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"kCU" = ( -/turf/open/mars_cave/mars_cave_12, -/area/bigredv2/caves_research) -"kCY" = ( +/turf/open/floor/bot/north, +/area/bigredv2/outside/cargo) +"jKT" = ( +/obj/structure/largecrate/supply, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/n) +"jLg" = ( +/obj/structure/machinery/camera/autoname, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_x = -1; + pixel_y = -1 + }, +/turf/open/floor/red/northeast, +/area/bigredv2/outside/marshal_office) +"jLE" = ( +/obj/effect/landmark/hunter_secondary, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/caves_lambda) +"jLM" = ( /obj/structure/bed/chair/wood/normal{ dir = 4 }, /turf/open/floor/wood, /area/bigredv2/outside/bar) -"kDh" = ( -/turf/open/floor/darkpurple2/north, -/area/bigredv2/caves/lambda/research) -"kDx" = ( -/obj/structure/machinery/vending/cigarette/colony, -/turf/open/floor/carpet, -/area/bigredv2/caves/lambda/breakroom) -"kDA" = ( -/obj/structure/machinery/shower{ - dir = 8 +"jLN" = ( +/obj/structure/toilet{ + dir = 1 }, +/obj/effect/landmark/lv624/xeno_tunnel, /turf/open/floor/freezerfloor, -/area/bigredv2/caves/eta/living) -"kDE" = ( -/obj/structure/surface/table, -/obj/item/paper_bin, -/obj/item/disk/nuclear, -/turf/open/floor/darkblue2/west, -/area/bigredv2/caves/eta/research) -"kDQ" = ( -/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/dorms) +"jMf" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves_lambda) -"kDT" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "gib6" - }, +"jMn" = ( +/obj/item/device/flashlight/lantern, +/turf/open/mars_cave/mars_dirt_5, +/area/bigredv2/caves/mining) +"jMC" = ( +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/ne) +"jNm" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ - name = "\improper Medical Clinic" + name = "\improper Lambda Lab Virology Quarantine" }, /turf/open/floor/delivery, -/area/bigredv2/outside/medical) -"kDV" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = 6; - pixel_y = 10 +/area/bigredv2/caves/lambda/virology) +"jNP" = ( +/obj/item/folder/yellow, +/obj/effect/landmark/crap_item, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/engineering) +"jOO" = ( +/obj/structure/showcase{ + icon_state = "mechfab1" }, -/turf/open/mars_cave/mars_dirt_7, +/turf/open/floor/carpet5_1/west, +/area/bigredv2/caves/eta/living) +"jOV" = ( +/obj/structure/machinery/light, +/obj/structure/closet/cabinet, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/wood, +/area/bigredv2/caves/eta/living) +"jPm" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1; + pixel_y = 20 + }, +/turf/open/floor/plating, /area/bigredv2/caves/mining) -"kDW" = ( -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/space_port_lz2) -"kDZ" = ( -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/outside/lz2_south_cas) -"kEb" = ( -/obj/structure/machinery/landinglight/ds1{ - dir = 4 +"jPs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/engineering) +"jPt" = ( +/turf/open/floor/wood, +/area/bigredv2/outside/general_offices) +"jPU" = ( +/obj/structure/surface/table/woodentable, +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"jPX" = ( +/obj/item/ore/diamond{ + pixel_x = 8; + pixel_y = -11 }, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/space_port) -"kEj" = ( +/obj/item/storage/firstaid/fire, +/turf/open/floor/plating, +/area/bigredv2/caves/mining) +"jPY" = ( +/turf/open/floor/loadingarea, +/area/bigredv2/outside/cargo) +"jQh" = ( /obj/structure/surface/table, -/obj/item/storage/box/snappops, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"kEp" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/redcorner/west, -/area/bigredv2/outside/marshal_office) -"kEB" = ( -/obj/item/ammo_magazine/smg/bizon{ - pixel_x = 5; - pixel_y = -5 - }, -/obj/item/weapon/gun/smg/bizon{ - pixel_x = 1; - pixel_y = 11 - }, -/obj/item/ammo_magazine/smg/bizon{ - pixel_x = 11; - pixel_y = -3 +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 32 }, -/obj/item/ammo_magazine/smg/bizon, -/obj/structure/machinery/light/small{ +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/filtration_plant) +"jQM" = ( +/turf/open/floor/darkgreencorners2/east, +/area/bigredv2/caves/eta/storage) +"jQV" = ( +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/caves_sw) +"jRs" = ( +/obj/structure/surface/rack, +/obj/item/device/analyzer, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/engineering) +"jTb" = ( +/obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"kEF" = ( -/obj/structure/machinery/light{ +/turf/open/floor/white, +/area/bigredv2/outside/marshal_office) +"jTA" = ( +/turf/open/floor/darkish, +/area/bigredv2/caves/lambda/breakroom) +"jTI" = ( +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/e) +"jTT" = ( +/turf/open/mars/mars_dirt_13, +/area/bigredv2/outside/c) +"jUc" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor, +/area/bigredv2/outside/hydroponics) +"jUd" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/power/apc/power/north, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Engineering Complex" + }, +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/engineering) +"jUf" = ( +/obj/structure/filingcabinet, +/turf/open/floor/darkred2/northwest, +/area/bigredv2/caves/eta/research) +"jUC" = ( +/obj/structure/machinery/door_control{ + id = "garage"; + name = "Garage Shutters"; + pixel_x = 26; + range = 500 + }, /turf/open/floor/wood, -/area/bigredv2/outside/library) -"kEI" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 +/area/bigredv2/outside/marshal_office) +"jUQ" = ( +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/plating, +/area/bigredv2/outside/general_offices) +"jUS" = ( +/obj/structure/machinery/computer/telecomms/monitor{ + req_one_access_txt = "19;200" + }, +/obj/structure/phone_base/colony_net{ + dir = 4; + phone_category = "Solaris Ridge"; + phone_color = "yellow"; + phone_id = "Communications"; + pixel_x = -18 }, /turf/open/floor/dark, -/area/bigredv2/caves/eta/xenobiology) -"kFi" = ( -/obj/item/tool/wet_sign, -/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/outside/telecomm) +"jUY" = ( +/turf/open/mars_cave, /area/bigredv2/caves/mining) -"kFu" = ( -/obj/structure/machinery/light/double, -/turf/open/mars_cave/mars_cave_5, -/area/bigredv2/outside/lz2_south_cas) -"kFK" = ( -/obj/structure/platform/kutjevo/rock, -/obj/structure/platform/kutjevo/rock{ - dir = 8 - }, -/turf/open/mars_cave/mars_dirt_4, -/area/space) -"kFU" = ( -/obj/structure/closet/boxinggloves, +"jVa" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"kGi" = ( -/turf/open/mars_cave/mars_cave_13, -/area/bigredv2/outside/virology) -"kGk" = ( -/obj/structure/surface/table, +/turf/open/floor/darkgreencorners2, +/area/bigredv2/caves/eta/research) +"jVi" = ( /turf/open/floor/wood, -/area/bigredv2/outside/dorms) -"kGt" = ( -/turf/open/mars_cave/mars_dirt_6, -/area/bigredv2/outside/virology) -"kGL" = ( -/obj/effect/landmark/corpsespawner/miner, -/obj/effect/decal/cleanable/blood{ - icon_state = "gib6" +/area/bigredv2/outside/marshal_office) +"jVR" = ( +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/eta) +"jWB" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 }, -/obj/item/weapon/gun/rifle/mar40/lmg, -/obj/item/ammo_magazine/rifle/mar40/lmg, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"kIk" = ( -/obj/structure/machinery/prop/almayer/computer/PC, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor/carpet, +/turf/open/floor/darkpurple2/north, /area/bigredv2/caves/lambda/breakroom) -"kIn" = ( -/obj/structure/bed/chair/wood/normal{ - dir = 4 +"jWG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"kIx" = ( -/obj/structure/barricade/handrail{ - dir = 4 +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_sw) +"jYf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, -/turf/open/floor/asteroidwarning/east, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/nw) +"jYg" = ( +/obj/structure/surface/table, +/obj/item/tool/lighter/random, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2/west, /area/bigredv2/outside/filtration_plant) -"kID" = ( -/obj/structure/surface/rack, -/turf/open/floor/dark, +"jZd" = ( +/turf/open/mars/mars_dirt_9, +/area/bigredv2/outside/se) +"jZi" = ( +/turf/open/mars_cave/mars_dirt_6, +/area/bigredv2/outside/lz1_north_cas) +"jZA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/crap_item, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/telecomm) +"jZC" = ( +/obj/structure/window/framed/solaris/reinforced, +/turf/open/floor/plating, +/area/bigredv2/outside/lambda_cave_cas) +"jZO" = ( +/obj/effect/landmark/hunter_secondary, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/n) +"kac" = ( +/obj/structure/pipes/standard/manifold/visible, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/medical) +"kag" = ( +/obj/structure/surface/table, +/obj/item/clothing/under/lightbrown, +/turf/open/floor/freezerfloor, /area/bigredv2/outside/general_offices) -"kJt" = ( -/obj/structure/machinery/camera/autoname, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +"kah" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 7 }, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"kJu" = ( -/obj/structure/surface/table/woodentable, -/obj/item/toy/dice/d20, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"kJv" = ( +/obj/item/weapon/twohanded/spear{ + pixel_x = -4; + pixel_y = 3 + }, +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/caves/mining) +"kaJ" = ( /obj/structure/surface/table, +/obj/item/restraint/handcuffs, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/wood, -/area/bigredv2/outside/dorms) -"kJz" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -1; - pixel_y = 5 +/turf/open/floor, +/area/bigredv2/outside/marshal_office) +"kaK" = ( +/obj/effect/landmark/lv624/xeno_tunnel, +/turf/open/mars/mars_dirt_6, +/area/bigredv2/outside/w) +"kba" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"kJE" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/engineering) -"kJO" = ( -/turf/open/floor/darkred2/southeast, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/ne) +"kbb" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, +/turf/open/mars_cave/mars_cave_3, +/area/bigredv2/caves/mining) +"kbt" = ( +/obj/structure/closet/secure_closet/scientist, +/obj/structure/machinery/light/built, +/turf/open/floor/whitepurple/southeast, +/area/bigredv2/caves/lambda/research) +"kbC" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/darkredcorners2/north, /area/bigredv2/outside/admin_building) -"kJU" = ( +"kbY" = ( +/obj/structure/surface/table, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"kcb" = ( +/obj/structure/closet/toolcloset, /obj/structure/machinery/light, +/turf/open/floor, +/area/bigred/ground/garage_workshop) +"kcx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/broken_bottle, +/turf/open/floor/plating, +/area/bigredv2/caves/mining) +"kcM" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 + dir = 4 + }, +/turf/open/floor/dark, +/area/bigredv2/outside/office_complex) +"kcU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/s) +"kcY" = ( +/obj/structure/xenoautopsy/tank/hugger, +/turf/open/floor/darkredcorners2/west, +/area/bigredv2/caves/eta/xenobiology) +"kdb" = ( +/obj/structure/closet/toolcloset, +/obj/structure/machinery/light{ + dir = 1 }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/filtration_plant) +"kde" = ( +/obj/structure/surface/table/woodentable, /turf/open/floor/wood, -/area/bigredv2/caves/eta/research) -"kKd" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -1; +/area/bigredv2/outside/bar) +"kds" = ( +/obj/structure/surface/rack, +/obj/item/storage/bag/ore{ pixel_y = 5 }, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = 3; - pixel_y = 15 - }, -/obj/effect/spawner/gibspawner/human, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"kKe" = ( -/obj/item/paper/bigred/them, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"kKi" = ( -/turf/open/mars_cave/mars_cave_14, +"kdL" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "\improper Eta Lab Cell" + }, +/turf/open/floor/delivery, +/area/bigredv2/caves/eta/research) +"kdU" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/toolbox, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/white, +/area/bigredv2/outside/office_complex) +"keg" = ( +/turf/closed/wall/solaris/reinforced, +/area/bigredv2/outside/lz2_south_cas) +"keq" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/caves/eta/research) +"key" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/mars_cave, /area/bigredv2/caves/mining) -"kKt" = ( -/obj/structure/surface/table/woodentable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/cult, -/area/bigredv2/outside/marshal_office) -"kKx" = ( +"keQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W-corner" + }, +/obj/item/clipboard, +/turf/open/floor/whitepurple/west, +/area/bigredv2/caves/lambda/research) +"keT" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/ash, -/turf/open/floor/plating, -/area/bigredv2/caves/mining) -"kKz" = ( -/obj/structure/prop/invuln/minecart_tracks{ - desc = "A heavy duty power cable for high voltage applications"; - dir = 1; - icon = 'icons/obj/pipes/power_cond_heavy.dmi'; - icon_state = "4-8"; - name = "heavy duty power cable" +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/grimy, +/area/bigredv2/outside/dorms) +"kfc" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/obj/structure/machinery/alarm{ + dir = 8; + pixel_x = 32 }, -/turf/open/mars_cave/mars_dirt_5, -/area/bigredv2/caves/mining) -"kKG" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/mars_cave/mars_cave_5, -/area/bigredv2/caves/eta/research) -"kKW" = ( -/obj/effect/landmark/crap_item, -/turf/open/mars_cave/mars_cave_16, -/area/bigredv2/outside/n) -"kKY" = ( -/obj/structure/machinery/light_construct{ +/turf/open/floor/darkpurple2/east, +/area/bigredv2/caves/lambda/research) +"kfe" = ( +/turf/open/mars_cave/mars_cave_17, +/area/bigredv2/caves_lambda) +"kfk" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave, +/area/bigredv2/caves_lambda) +"kfu" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"kfA" = ( +/obj/structure/bed, +/turf/open/floor/wood, +/area/bigredv2/caves/eta/living) +"kfI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ dir = 4 }, -/turf/open/floor/darkyellow2/east, +/turf/open/floor/darkyellowcorners2/north, /area/bigredv2/outside/engineering) -"kLi" = ( -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/w) -"kLI" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +"kfL" = ( +/turf/open/floor/asteroidwarning/northeast, +/area/bigredv2/outside/c) +"kgN" = ( +/obj/structure/platform{ + dir = 1 }, -/turf/open/floor/redcorner/east, -/area/bigredv2/outside/office_complex) -"kMX" = ( -/turf/open/mars_cave/mars_cave_18, -/area/bigredv2/outside/lz1_telecomm_cas) -"kMY" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkish, -/area/bigredv2/caves/lambda/virology) -"kNj" = ( -/obj/structure/machinery/landinglight/ds2/delaythree, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/space_port_lz2) -"kNm" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellowcorners2, -/area/bigredv2/caves/eta/living) -"kNJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/hunter_primary, -/turf/open/floor/dark, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/gm/river, /area/bigredv2/outside/engineering) -"kNW" = ( -/turf/open/floor/delivery, -/area/bigredv2/caves/eta/storage) -"kNX" = ( -/turf/open/mars/mars_dirt_13, -/area/bigredv2/outside/filtration_plant) -"kNZ" = ( -/turf/open/mars_cave/mars_dirt_6, -/area/bigredv2/caves_north) -"kOj" = ( -/obj/structure/surface/rack, -/obj/item/stack/sheet/copper{ - pixel_y = 1 +"kgO" = ( +/obj/effect/landmark/corpsespawner/ua_riot, +/obj/item/weapon/baton/loaded, +/obj/item/weapon/twohanded/spear{ + pixel_x = -16; + pixel_y = -9 }, -/obj/item/stack/sheet/mineral/osmium{ - pixel_y = 6 +/obj/effect/decal/cleanable/blood{ + layer = 3 }, -/obj/item/stack/sheet/mineral/platinum{ +/obj/effect/decal/cleanable/blood{ + dir = 8; + icon_state = "gib6"; + layer = 4; + pixel_x = 12; + pixel_y = 3 + }, +/turf/open/mars_cave/mars_cave_15, +/area/bigredv2/caves/mining) +"khk" = ( +/obj/structure/prop/almayer/cannon_cables{ + name = "\improper Large Cables"; pixel_y = 12 }, -/turf/open/floor/plating/platingdmg3/west, +/turf/open/mars_cave/mars_cave_17, /area/bigredv2/caves/mining) -"kOm" = ( +"khM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/dark, +/area/bigredv2/outside/admin_building) +"kia" = ( +/obj/structure/machinery/light, /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 9 }, -/turf/open/floor/darkyellowcorners2/north, -/area/bigredv2/caves/eta/living) -"kOz" = ( +/turf/open/floor/wood, +/area/bigredv2/caves/eta/research) +"kig" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/item/tool/warning_cone, -/obj/structure/barricade/handrail/wire{ +/obj/structure/machinery/camera/autoname{ dir = 1 }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/s) -"kOI" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/turf/open/floor, +/area/bigredv2/outside/dorms) +"kio" = ( +/obj/structure/machinery/light/small{ dir = 4 }, -/turf/open/floor/redcorner/east, -/area/bigredv2/outside/office_complex) -"kOK" = ( -/obj/structure/closet/l3closet/virology, -/turf/open/floor/plating, -/area/bigredv2/outside/virology) -"kOR" = ( -/obj/structure/machinery/shower{ - dir = 8 +/turf/open/mars_cave/mars_cave_3, +/area/bigredv2/caves/mining) +"kiF" = ( +/obj/structure/filingcabinet/security, +/turf/open/floor/wood, +/area/bigredv2/outside/marshal_office) +"kiP" = ( +/obj/structure/surface/table, +/obj/structure/machinery/camera/autoname, +/obj/effect/decal/cleanable/blood, +/obj/item/alien_embryo, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/general_store) +"kiT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, +/turf/open/floor/plating, +/area/bigredv2/outside/filtration_plant) +"kiY" = ( +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/outside/lz2_south_cas) +"kjf" = ( /obj/structure/machinery/light{ - dir = 8 + dir = 1 }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/engineering) -"kOS" = ( -/obj/structure/foamed_metal, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/xenobiology) -"kOT" = ( -/obj/structure/bed/chair/wood/normal{ - dir = 8 +/obj/structure/machinery/firealarm{ + dir = 1 }, -/turf/open/floor/chapel/north, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"kjh" = ( +/turf/open/floor/rampbottom, /area/bigredv2/outside/chapel) -"kOU" = ( -/turf/open/mars/mars_dirt_12, -/area/bigredv2/outside/n) -"kOY" = ( -/turf/open/floor/dark, -/area/bigredv2/outside/space_port) -"kPj" = ( -/turf/open/mars/mars_dirt_8, +"kjs" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo, +/turf/open/floor/asteroidwarning, /area/bigredv2/outside/space_port_lz2) -"kPl" = ( +"kjY" = ( +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/virology) +"kkd" = ( +/obj/effect/landmark/crap_item, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/lz1_telecomm_cas) +"kkp" = ( +/turf/open/mars_cave/mars_cave_14, +/area/bigredv2/outside/ne) +"kkt" = ( /obj/structure/surface/table, -/obj/item/storage/box/bodybags, -/turf/open/floor/whitepurplecorner/east, -/area/bigredv2/outside/medical) -"kPq" = ( -/obj/structure/machinery/alarm{ - dir = 1; - pixel_y = -30 +/obj/item/paper, +/turf/open/floor/white, +/area/bigredv2/outside/admin_building) +"kll" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/research) +"kln" = ( +/obj/effect/landmark/corpsespawner/ua_riot, +/obj/item/weapon/gun/rifle/m41a/training, +/obj/effect/spawner/gibspawner/human, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"klx" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 }, /turf/open/floor/dark, -/area/bigredv2/caves/lambda/breakroom) -"kPF" = ( -/obj/structure/window/reinforced/toughened{ - icon_state = "fwindow" +/area/bigredv2/outside/chapel) +"kmd" = ( +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/dorms) +"kmh" = ( +/obj/structure/machinery/gibber, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/hydroponics) +"kmq" = ( +/turf/open/floor/bcircuit, +/area/bigredv2/outside/marshal_office) +"kmW" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/filtration_plant) +"knw" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_y = 3 }, -/obj/structure/window/reinforced/toughened{ +/turf/open/mars_cave/mars_dirt_6, +/area/bigredv2/caves/mining) +"knF" = ( +/turf/open/floor/asteroidwarning/east, +/area/bigred/ground/garage_workshop) +"knH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/space_port_lz2) +"koh" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/computer/pandemic, -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/darkgreen2/southeast, -/area/bigredv2/caves/lambda/virology) -"kPJ" = ( -/obj/item/stack/cable_coil/cut, -/turf/open/mars_cave/mars_cave_13, -/area/bigredv2/caves/mining) -"kPY" = ( -/turf/open/floor/cult, -/area/bigredv2/outside/chapel) -"kQc" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/mars_cave, -/area/bigredv2/caves_east) -"kQo" = ( +/turf/open/floor/delivery, +/area/bigredv2/outside/bar) +"kon" = ( +/obj/structure/surface/table/reinforced, +/obj/item/trash/waffles, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"koD" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 + dir = 9 }, -/turf/open/floor/darkred2/northwest, -/area/bigredv2/outside/admin_building) -"kQv" = ( -/obj/structure/machinery/power/reactor/colony, -/turf/open/floor/plating, -/area/bigredv2/caves/lambda/xenobiology) -"kQJ" = ( -/obj/structure/surface/table, -/obj/item/ammo_magazine/shotgun/buckshot, -/obj/structure/machinery/light{ - dir = 1 +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/s) +"koF" = ( +/obj/structure/fence, +/obj/structure/disposalpipe/segment, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"kpG" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 8 }, -/turf/open/floor/wood, -/area/bigredv2/outside/dorms) -"kQV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light{ - dir = 1 +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/chapel, +/area/bigredv2/outside/chapel) +"kqr" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_dirt_6, +/area/bigredv2/outside/lz1_north_cas) +"kqu" = ( +/obj/structure/surface/table, +/obj/item/stack/sheet/glass{ + amount = 30 }, /turf/open/floor, -/area/bigredv2/outside/general_offices) -"kQY" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 1; - name = "\improper Dormitories EVA" +/area/bigredv2/outside/cargo) +"kqA" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"kqL" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tool, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/engineering) +"kqZ" = ( +/obj/structure/platform_decoration/shiva{ + dir = 8 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/general_offices) -"kRy" = ( -/obj/structure/machinery/light/small/built{ - dir = 1 +/obj/structure/platform_decoration/shiva, +/obj/item/shard{ + icon_state = "medium" }, -/turf/open/floor/podhatchfloor, +/turf/open/floor/bluegrid/bcircuitoff, /area/bigredv2/caves/lambda/research) -"kRK" = ( -/obj/structure/window/framed/solaris/reinforced, -/turf/open/floor/plating, -/area/bigredv2/outside/admin_building) -"kRL" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/bomb_supply, -/obj/effect/spawner/random/technology_scanner, -/obj/effect/spawner/random/tool, -/turf/open/floor/darkgreen2, -/area/bigredv2/outside/space_port) -"kRR" = ( -/obj/structure/pipes/standard/manifold/fourway/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/living) -"kRW" = ( -/obj/structure/fence, -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/filtration_cave_cas) -"kRX" = ( -/obj/structure/largecrate/cow, -/turf/open/floor/bot, -/area/bigredv2/caves/eta/storage) -"kSn" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +"kra" = ( +/obj/structure/closet, +/obj/item/explosive/grenade/high_explosive/frag, +/obj/item/ore{ + pixel_x = -4; + pixel_y = 7 }, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"kSp" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/obj/item/reagent_container/food/snacks/microwavable/packaged_burger, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"krf" = ( +/turf/open/floor/whitepurplecorner/north, +/area/bigredv2/outside/medical) +"krv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/gm/river, +/area/bigredv2/outside/c) +"krU" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 8 }, -/obj/structure/reagent_dispensers/fueltank, -/obj/structure/machinery/light{ - dir = 4 +/turf/open/floor/chapel/east, +/area/bigredv2/outside/chapel) +"krV" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6" }, -/turf/open/floor/darkyellow2/southeast, -/area/bigredv2/outside/engineering) -"kSs" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 1; - name = "\improper Marshal Office Evidence Room" +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Medical Clinic" }, /turf/open/floor/delivery, -/area/bigredv2/outside/marshal_office) -"kSB" = ( +/area/bigredv2/outside/medical) +"krW" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/blood/writing, +/turf/open/floor/plating, +/area/bigredv2/caves/mining) +"kss" = ( +/turf/open/floor/darkyellow2, +/area/bigredv2/caves/eta/research) +"ksK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/computer/prisoner, /turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"kSK" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/bomb_supply, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/filtration_plant) -"kTa" = ( -/obj/structure/barricade/wooden{ - dir = 1; - pixel_y = 7 - }, -/turf/open/mars_cave/mars_cave_23, +/area/bigredv2/outside/marshal_office) +"ksT" = ( +/obj/structure/barricade/wooden, +/turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves/mining) -"kTs" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor, -/area/bigredv2/outside/filtration_cave_cas) -"kTA" = ( -/obj/item/stool, -/turf/open/floor/whitepurplefull, -/area/bigredv2/caves/lambda/xenobiology) -"kTB" = ( -/obj/structure/pipes/standard/manifold/hidden/green, +"ksU" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/handrail, /turf/open/floor/darkyellow2, -/area/bigredv2/outside/filtration_plant) -"kTN" = ( -/turf/open/mars_cave/mars_cave_5, -/area/bigredv2/outside/lz2_south_cas) -"kUe" = ( -/obj/structure/computer3frame/wallcomp, -/obj/structure/cable{ - icon_state = "11-2" - }, +/area/bigredv2/outside/engineering) +"ksX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/paper/bigred/witness, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"kUM" = ( -/obj/item/ore{ - pixel_x = -1; - pixel_y = -8 - }, -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/caves/mining) -"kUV" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" +"ktm" = ( +/obj/structure/surface/table, +/obj/structure/machinery/prop/almayer/computer/PC{ + pixel_x = 3; + pixel_y = 12 }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/whitegreencorner/north, -/area/bigredv2/caves/lambda/virology) -"kUX" = ( -/obj/structure/girder/displaced, /turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/outside/space_port) -"kVu" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = 6 - }, -/turf/open/mars_cave/mars_cave_9, /area/bigredv2/caves/mining) -"kVR" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E-corner" +"ktn" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 }, /turf/open/mars_cave/mars_cave_7, -/area/bigredv2/outside/filtration_cave_cas) -"kVV" = ( -/turf/open/floor/asteroidwarning/southeast, -/area/bigredv2/outside/space_port_lz2) -"kWd" = ( -/turf/open/floor/bcircuit, -/area/bigredv2/outside/telecomm/warehouse) -"kWi" = ( -/obj/structure/machinery/light, -/turf/open/floor/darkred2, -/area/bigredv2/caves/eta/research) -"kWF" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/area/bigredv2/caves/lambda/research) +"kty" = ( +/turf/open/mars_cave/mars_cave_9, +/area/bigredv2/outside/ne) +"ktR" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/e) +"kun" = ( +/obj/structure/surface/table/holotable/wood, +/obj/structure/phone_base/colony_net/rotary{ + phone_category = "Lambda Labs"; + phone_color = "blue"; + phone_id = "Administration" }, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/n) -"kWL" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +/obj/item/clothing/mask/cigarette{ + pixel_x = 5; + pixel_y = 6 }, -/turf/open/floor/wood, -/area/bigredv2/caves/eta/research) -"kWP" = ( +/turf/open/floor/carpet, +/area/bigredv2/caves/lambda/breakroom) +"kuu" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/n) -"kXv" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_cave_17, -/area/bigredv2/outside/lz1_north_cas) -"kXy" = ( -/obj/structure/largecrate/random/barrel/red, -/turf/open/mars_cave/mars_cave_19, +/obj/item/trash/cigbutt, +/turf/open/floor/plating, /area/bigredv2/caves/mining) -"kYa" = ( -/obj/structure/platform_decoration/shiva{ - dir = 1 +"kuv" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 }, -/obj/structure/platform_decoration/shiva{ - dir = 4 +/turf/open/floor/dark, +/area/bigredv2/caves/eta/living) +"kuz" = ( +/obj/item/clothing/mask/gas, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/filtration_plant) +"kuC" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/engineering) +"kuE" = ( +/obj/structure/sign/double/barsign{ + pixel_y = 32 }, -/turf/open/floor/bluegrid/bcircuitoff, -/area/bigredv2/caves/lambda/research) -"kYs" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/light, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"kZa" = ( -/turf/open/floor/asteroidwarning/northeast, -/area/bigredv2/outside/e) -"kZG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/bible/hefa, -/turf/open/floor/plating, -/area/bigredv2/caves/mining) -"kZO" = ( -/obj/structure/bookcase{ - icon_state = "book-5" +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/c) +"kuU" = ( +/obj/structure/platform_decoration{ + dir = 4 }, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"kZQ" = ( -/turf/open/mars_cave/mars_dirt_6, -/area/bigredv2/outside/lz2_south_cas) -"lah" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W-corner" +/turf/open/gm/river, +/area/bigredv2/outside/engineering) +"kwf" = ( +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/hydroponics) +"kwk" = ( +/obj/structure/machinery/seed_extractor, +/turf/open/floor/whitegreen, +/area/bigredv2/caves/lambda/xenobiology) +"kwl" = ( +/turf/open/floor/asteroidwarning, +/area/bigredv2/caves_north) +"kwv" = ( +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/space_port_lz2) +"kwZ" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 8; + health = 25000 }, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/filtration_cave_cas) -"lam" = ( -/obj/item/tool/weldpack, -/obj/item/frame/rack, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"las" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkyellowcorners2, -/area/bigredv2/caves/eta/living) -"laC" = ( -/obj/item/stack/sheet/wood, /obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_cave_7, +/turf/open/mars_cave/mars_cave_13, /area/bigredv2/caves_north) -"laJ" = ( -/obj/structure/machinery/cm_vending/sorted/boozeomat, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"laS" = ( -/obj/structure/pipes/vents/pump{ +"kxb" = ( +/obj/item/tool/warning_cone, +/turf/open/floor/asteroidwarning/southeast, +/area/bigredv2/outside/se) +"kxD" = ( +/obj/structure/surface/table, +/obj/structure/machinery/computer3/laptop/secure_data, +/turf/open/floor/grimy, +/area/bigredv2/outside/office_complex) +"kyo" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/drinks/cans/beer{ + pixel_x = 18; + pixel_y = 11 + }, +/obj/item/storage/fancy/cigarettes/wypacket{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/explosive/grenade/incendiary/molotov{ + pixel_x = 10; + pixel_y = 2 + }, +/turf/open/mars_cave/mars_cave_15, +/area/bigredv2/caves/mining) +"kyp" = ( +/obj/structure/surface/table, +/obj/structure/machinery/computer/pod/old{ + name = "Register" + }, +/obj/structure/machinery/light{ dir = 1 }, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/general_store) +"kyq" = ( +/obj/structure/surface/table, +/obj/item/storage/briefcase, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"kyu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet, +/area/bigredv2/outside/library) +"kyN" = ( +/turf/open/mars/mars_dirt_3, +/area/bigredv2/outside/se) +"kyV" = ( +/turf/open/mars/mars_dirt_11, +/area/bigredv2/outside/space_port_lz2) +"kzb" = ( +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/caves_north) +"kzj" = ( +/obj/structure/dispenser/oxygen, /turf/open/floor/dark, /area/bigredv2/outside/general_offices) -"lbz" = ( -/obj/structure/machinery/door/airlock/almayer/command/colony{ - name = "\improper Operations" +"kzl" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/blood{ + layer = 3 }, -/obj/structure/pipes/standard/simple/hidden/green{ +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"kzu" = ( +/obj/structure/closet/secure_closet/medical1, +/obj/structure/machinery/camera/autoname{ dir = 4 }, +/turf/open/floor/whitegreencorner, +/area/bigredv2/outside/medical) +"kzK" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/nw) +"kzU" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"kzX" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "\improper Marshal Office Prison" + }, /turf/open/floor/delivery, -/area/bigredv2/outside/admin_building) -"lbX" = ( +/area/bigredv2/outside/marshal_office) +"kAd" = ( /obj/structure/surface/table, -/obj/item/stack/cable_coil, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/west, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor/darkyellow2, /area/bigredv2/outside/filtration_plant) -"lbZ" = ( -/obj/item/frame/rack, -/obj/effect/decal/cleanable/dirt, -/obj/item/tool/pickaxe{ - pixel_y = -7 - }, -/obj/item/tool/pickaxe{ - pixel_y = -3 - }, -/obj/item/tool/pickaxe, -/obj/structure/machinery/light/small{ - dir = 8 +"kAf" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/whitepurplecorner/east, +/area/bigredv2/outside/medical) +"kAr" = ( +/obj/structure/bookcase/manuals/engineering, +/turf/open/floor/wood, +/area/bigredv2/outside/marshal_office) +"kAT" = ( +/obj/structure/machinery/power/apc/power/north, +/obj/structure/cable{ + icon_state = "1-2" }, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"kAU" = ( +/obj/structure/window, +/obj/structure/surface/table/woodentable, +/obj/item/newspaper, +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"kBn" = ( +/turf/closed/wall/solaris, +/area/bigredv2/caves) +"kBC" = ( +/turf/open/mars/mars_dirt_11, +/area/bigredv2/outside/c) +"kBD" = ( +/obj/effect/decal/cleanable/blood/gibs/xeno/limb, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/c) +"kBE" = ( +/obj/structure/largecrate/supply/supplies/water, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"lca" = ( -/obj/structure/machinery/landinglight/ds1/delaythree, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/space_port) -"lcl" = ( -/obj/structure/sign/safety/electronics{ - pixel_y = 32 +"kCh" = ( +/obj/item/ore{ + pixel_x = -5; + pixel_y = 2 }, -/turf/open/floor/darkyellow2/north, +/turf/open/mars_cave/mars_dirt_6, +/area/bigredv2/caves/mining) +"kCv" = ( +/obj/structure/surface/table, +/obj/item/storage/pill_bottle/spaceacillin, +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"kCy" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/open/floor/almayer/test_floor4, /area/bigredv2/outside/engineering) -"lcu" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/clothing/mask/cigarette, -/obj/item/clothing/mask/cigarette{ - pixel_x = 5; - pixel_y = 6 +"kDU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/northeast, +/area/bigredv2/outside/nw) +"kDW" = ( +/turf/open/mars_cave/mars_cave_13, +/area/bigredv2/caves/mining) +"kEg" = ( +/obj/structure/machinery/optable, +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/cleanable/blood/gibs/core, +/turf/open/floor/freezerfloor, +/area/bigredv2/caves/lambda/xenobiology) +"kEt" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras/wooden_tv{ + dir = 8 }, -/obj/item/ashtray/bronze{ - pixel_x = -7 +/turf/open/floor/redfull/northwest, +/area/bigredv2/outside/lambda_cave_cas) +"kEv" = ( +/obj/structure/machinery/light/built{ + dir = 4 }, -/turf/open/floor, -/area/bigred/ground/garage_workshop) -"lcy" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 }, -/turf/open/floor/whitegreen/north, -/area/bigredv2/outside/medical) -"lcB" = ( -/obj/structure/machinery/cm_vending/sorted/medical/no_access, -/turf/open/floor/whitegreen/east, -/area/bigredv2/outside/medical) -"lcP" = ( +/turf/open/floor/darkpurple2/east, +/area/bigredv2/caves/lambda/research) +"kEw" = ( +/obj/structure/machinery/vending/coffee{ + icon_state = "coffee-broken"; + stat = 1 + }, +/turf/open/floor/darkyellow2/southwest, +/area/bigredv2/outside/engineering) +"kEU" = ( /obj/structure/sink{ dir = 8; pixel_x = -12; pixel_y = 2 }, -/obj/structure/mirror{ - pixel_x = -28 - }, /turf/open/floor/freezerfloor, -/area/bigredv2/outside/dorms) -"ldc" = ( -/obj/structure/largecrate/mule, -/turf/open/floor/bot, -/area/bigredv2/caves/eta/storage) -"ldV" = ( -/obj/structure/surface/table, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/obj/item/storage/box/beakers, -/turf/open/floor/whitepurplecorner/north, -/area/bigredv2/outside/medical) -"leD" = ( -/obj/effect/decal/cleanable/mucus, -/turf/open/floor/darkgreencorners2, -/area/bigredv2/caves/lambda/virology) -"leT" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "SW-out" +/area/bigredv2/caves/eta/living) +"kEX" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "\improper Eta Lab Armory" }, +/turf/open/floor/delivery, +/area/bigredv2/caves/eta/research) +"kFv" = ( +/obj/structure/bed/chair, /obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/whitegreen/northeast, -/area/bigredv2/caves/lambda/virology) -"lfk" = ( -/turf/open/mars_cave/mars_cave_5, -/area/bigredv2/caves_lambda) -"lfG" = ( +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/engineering) +"kFZ" = ( +/obj/structure/bed/chair{ + dir = 4 + }, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/telecomm) -"lgq" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "gib6" +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"kGb" = ( +/obj/item/ore/uranium{ + desc = "You feel fuzzy just looking at it.... it's slightly lumanesant"; + pixel_x = -8; + pixel_y = 9 }, -/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ - name = "\improper Medical Clinic" +/obj/item/ore/uranium{ + desc = "You feel fuzzy just looking at it.... it's slightly lumanesant"; + pixel_x = 4; + pixel_y = 15 }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/delivery, -/area/bigredv2/outside/medical) -"lgr" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E" +/obj/item/ore/uranium{ + desc = "You feel fuzzy just looking at it.... it's slightly lumanesant" }, -/obj/structure/sign/safety/biohazard{ - pixel_x = 32; +/turf/open/mars_cave/mars_cave_14, +/area/bigredv2/caves/mining) +"kGr" = ( +/obj/structure/machinery/chem_dispenser/soda{ + density = 0; pixel_y = 32 }, -/turf/open/floor/darkpurple2/north, -/area/bigredv2/caves/lambda/research) -"lgB" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "SE-out" +/obj/structure/machinery/door_control{ + id = "Bar Complex"; + name = "Storm Shutters"; + pixel_x = 32 }, -/obj/structure/machinery/light{ +/obj/structure/machinery/camera/autoname{ dir = 8 }, -/obj/structure/machinery/access_button/airlock_interior{ - master_tag = "viro_controller"; - pixel_y = 28 +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"kGD" = ( +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/c) +"kHa" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A heavy duty power cable for high voltage applications"; + dir = 1; + icon = 'icons/obj/pipes/power_cond_heavy.dmi'; + icon_state = "4-8"; + name = "heavy duty power cable" }, -/turf/open/floor/whitegreen/northwest, -/area/bigredv2/caves/lambda/virology) -"lgD" = ( -/obj/structure/pipes/vents/scrubber/on{ - dir = 8 +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 }, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/breakroom) -"lgZ" = ( -/obj/effect/spawner/random/toolbox, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/storage) -"lhg" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellow2/southwest, -/area/bigredv2/outside/filtration_plant) -"lhk" = ( -/obj/effect/decal/cleanable/dirt, +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/caves/mining) +"kHf" = ( /obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/crap_item, +/turf/open/floor, +/area/bigredv2/outside/hydroponics) +"kHj" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/grimy, -/area/bigredv2/outside/dorms) -"lhU" = ( -/obj/structure/surface/table, -/obj/item/paper, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/white, -/area/bigredv2/outside/admin_building) -"lic" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/c) -"lin" = ( -/obj/structure/filingcabinet, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"lip" = ( -/obj/structure/machinery/cm_vending/sorted/tech/tool_storage, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/storage) -"liL" = ( -/obj/item/tool/warning_cone{ - pixel_x = -13; - pixel_y = 11 +/area/bigredv2/outside/virology) +"kHG" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/candy, +/obj/item/reagent_container/food/snacks/bun, +/obj/item/reagent_container/food/snacks/microwavable/donkpocket, +/obj/structure/machinery/light{ + dir = 8 }, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"kIx" = ( /turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/filtration_plant) -"liR" = ( +/area/bigred/ground/garage_workshop) +"kIy" = ( /obj/item/ore{ - pixel_x = 9; - pixel_y = 13 + pixel_x = -1 }, /turf/open/mars_cave/mars_dirt_6, /area/bigredv2/caves/mining) -"ljj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ - dir = 4 +"kID" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 }, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"ljo" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/caves_lambda) +"kIF" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "eta"; + name = "Eta Lockdown" }, /turf/open/floor/delivery, -/area/bigredv2/outside/dorms) -"ljv" = ( -/obj/structure/pipes/standard/manifold/fourway/hidden/supply, -/turf/open/floor/darkgreencorners2, -/area/bigredv2/caves/lambda/virology) -"ljC" = ( -/obj/effect/landmark/crap_item, -/turf/open/mars_cave/mars_dirt_5, -/area/bigredv2/caves/mining) -"ljR" = ( -/obj/structure/machinery/light, +/area/bigredv2/outside/lz2_south_cas) +"kIR" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/whitepurple/east, +/area/bigredv2/caves/lambda/xenobiology) +"kIU" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/whitegreen/north, +/area/bigredv2/outside/medical) +"kIY" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 6 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/redcorner, -/area/bigredv2/outside/office_complex) -"ljV" = ( -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_north) -"lkg" = ( -/obj/structure/closet/secure_closet/chemical, -/turf/open/floor/whitepurplecorner/north, -/area/bigredv2/outside/medical) -"lkn" = ( -/obj/structure/closet/l3closet/scientist, -/turf/open/floor/darkgreen2/northwest, -/area/bigredv2/caves/eta/xenobiology) -"lkz" = ( +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/virology) +"kJi" = ( /obj/structure/surface/table, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/engineering) -"lkO" = ( -/turf/open/floor/darkredcorners2/west, -/area/bigredv2/caves/eta/research) -"llh" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/pipes/vents/scrubber/on{ - dir = 1 +/obj/item/tool/surgery/scalpel/manager, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/medical) +"kJU" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ + dir = 1; + name = "\improper Operations" }, -/turf/open/floor/darkgreen2/north, -/area/bigredv2/caves/lambda/virology) -"llk" = ( -/mob/living/simple_animal/hostile/retaliate/clown{ - desc = "Always returning. Always watching."; - health = 10000; - move_to_delay = 2; - name = "Gonzo the Magnificent"; - rapid = 1 +/turf/open/floor/dark, +/area/bigredv2/outside/admin_building) +"kKn" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/turf/open/floor/darkish, +/area/bigredv2/caves/eta/storage) +"kKx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/ash, +/turf/open/floor/plating, +/area/bigredv2/caves/mining) +"kKH" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/c) +"kKI" = ( +/turf/open/mars/mars_dirt_12, +/area/bigredv2/outside/e) +"kKO" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_y = 3 }, -/obj/structure/platform_decoration/kutjevo/rock{ +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"kKY" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" + }, +/obj/structure/cable{ + icon_state = "2-5" + }, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"kLz" = ( +/obj/structure/window/reinforced{ dir = 8 }, -/obj/structure/platform_decoration/kutjevo/rock{ - dir = 4 +/turf/open/floor/darkpurple2/west, +/area/bigredv2/caves/lambda/breakroom) +"kLR" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"kMe" = ( +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/mars_cave/mars_cave_2, -/area/space) -"llo" = ( -/obj/effect/landmark/survivor_spawner, -/obj/structure/platform_decoration{ +/obj/structure/surface/table, +/obj/item/storage/box/m94, +/obj/structure/pipes/vents/pump{ dir = 1 }, +/turf/open/floor/whiteyellowfull/east, +/area/bigredv2/outside/office_complex) +"kMf" = ( +/turf/open/floor/darkblue2/northeast, +/area/bigredv2/caves/eta/storage) +"kMA" = ( +/obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/dark, -/area/bigredv2/outside/admin_building) -"llM" = ( -/obj/structure/showcase{ - icon = 'icons/obj/structures/machinery/research.dmi'; - icon_state = "d_analyzer_la" +/area/bigredv2/outside/chapel) +"kMK" = ( +/turf/open/mars_cave/mars_cave_17, +/area/bigredv2/outside/n) +"kNC" = ( +/obj/item/tool/warning_cone{ + pixel_x = 16; + pixel_y = 14 }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 1 +/turf/open/mars, +/area/bigredv2/outside/n) +"kNJ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/darkish, -/area/bigredv2/caves/lambda/breakroom) -"lmg" = ( -/obj/structure/bed/chair/office/light{ +/turf/open/floor/darkblue2, +/area/bigredv2/caves/eta/research) +"kOq" = ( +/turf/open/floor/whiteblue/northeast, +/area/bigredv2/outside/medical) +"kOu" = ( +/obj/structure/pipes/vents/scrubber/on, +/obj/effect/landmark/crap_item, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkpurple2/north, +/area/bigredv2/caves/lambda/research) +"kOx" = ( +/obj/structure/surface/table, +/turf/open/floor/darkyellow2/southeast, +/area/bigredv2/outside/engineering) +"kOK" = ( +/obj/structure/closet/l3closet/virology, +/turf/open/floor/plating, +/area/bigredv2/outside/virology) +"kOP" = ( +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/outside/lz2_south_cas) +"kOY" = ( +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/caves_lambda) +"kPd" = ( +/turf/open/floor/whitegreenfull, +/area/bigredv2/caves/lambda/xenobiology) +"kPe" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "\improper Marshal Office Evidence Room" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/marshal_office) +"kPy" = ( +/obj/structure/machinery/light{ dir = 4 }, +/obj/structure/machinery/computer/aifixer, +/obj/structure/surface/table, +/turf/open/floor/darkblue2/east, +/area/bigredv2/caves/eta/research) +"kPZ" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/carpet, +/area/bigredv2/caves/lambda/breakroom) +"kQc" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave, +/area/bigredv2/caves_east) +"kQD" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/open/mars_cave/mars_cave_15, +/area/bigredv2/caves/mining) +"kQT" = ( +/turf/open/floor/carpet15_15/west, +/area/bigredv2/outside/bar) +"kQX" = ( +/obj/structure/sign/safety/airlock{ + pixel_y = 32 + }, +/turf/open/floor/dark, +/area/bigredv2/outside/general_offices) +"kRi" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"kRv" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 4; + health = 25000 + }, +/obj/effect/landmark/corpsespawner/miner, +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6" + }, +/obj/item/weapon/twohanded/spear{ + pixel_x = 5 + }, +/turf/open/mars_cave/mars_cave_13, +/area/bigredv2/caves/mining) +"kRK" = ( +/obj/structure/window/framed/solaris/reinforced, +/turf/open/floor/plating, +/area/bigredv2/outside/admin_building) +"kRU" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/white, +/area/bigredv2/caves/lambda/xenobiology) +"kSD" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whitepurplecorner/east, +/area/bigredv2/outside/medical) +"kTc" = ( +/turf/open/floor/grimy, +/area/bigredv2/outside/office_complex) +"kTf" = ( +/obj/structure/surface/table/woodentable, +/obj/item/trash/cheesie, +/obj/item/trash/pistachios, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"kTp" = ( +/obj/structure/machinery/lapvend, +/turf/open/floor/white, +/area/bigredv2/outside/admin_building) +"kTs" = ( +/obj/effect/decal/cleanable/blood, /turf/open/floor, -/area/bigredv2/outside/lz2_south_cas) -"lmk" = ( -/obj/structure/surface/table, -/obj/item/device/flashlight, +/area/bigredv2/outside/filtration_cave_cas) +"kTE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, /turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"lmp" = ( -/obj/effect/decal/cleanable/blood/gibs/up, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/c) -"lmr" = ( +/area/bigredv2/outside/lz2_south_cas) +"kTM" = ( /obj/structure/surface/table, -/obj/effect/spawner/random/tool, -/turf/open/floor/darkred2/east, -/area/bigredv2/caves/eta/research) -"lmG" = ( -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/outside/space_port) -"lmJ" = ( -/obj/structure/surface/rack, -/obj/effect/spawner/random/technology_scanner, -/turf/open/floor/whitepurple, -/area/bigredv2/caves/lambda/research) -"lmR" = ( +/obj/item/storage/box/bodybags, +/turf/open/floor/whitepurplecorner/east, +/area/bigredv2/outside/medical) +"kTT" = ( +/obj/effect/landmark/hunter_secondary, +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/outside/n) +"kTY" = ( +/turf/open/mars_cave/mars_cave_18, +/area/bigredv2/outside/lz2_south_cas) +"kUk" = ( /obj/effect/landmark/corpsespawner/ua_riot, /obj/effect/decal/cleanable/blood{ dir = 8; @@ -15874,2322 +15396,2327 @@ pixel_x = 12; pixel_y = 3 }, -/obj/effect/decal/cleanable/blood{ - layer = 3 - }, -/obj/item/weapon/baton/loaded, /turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"lnd" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/filtration_plant) -"lnv" = ( -/turf/open/mars_cave/mars_cave_17, -/area/bigredv2/caves_north) -"lnD" = ( -/obj/structure/prop/invuln/minecart_tracks{ - dir = 1 - }, -/obj/structure/barricade/wooden, -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/caves/mining) -"lnR" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/c) -"loe" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/filtration_plant) -"lon" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_y = 9 - }, +/area/bigredv2/caves_research) +"kUK" = ( +/obj/item/clothing/head/helmet/marine/veteran/ua_riot, /turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) -"loU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/sheet/wetleather, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"lpl" = ( -/obj/structure/machinery/computer3/server/rack, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/filtration_plant) -"lpA" = ( -/obj/structure/surface/table, -/obj/item/clipboard, -/turf/open/floor/warnwhite, -/area/bigredv2/outside/office_complex) -"lpB" = ( -/turf/open/floor/darkgreen2, -/area/bigredv2/caves/lambda/virology) -"lpQ" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/turf/open/mars_cave/mars_cave_23, -/area/bigredv2/caves_lambda) -"lpR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/portable_atmospherics/hydroponics, -/turf/open/floor/whitegreenfull, -/area/bigredv2/outside/hydroponics) -"lpY" = ( -/obj/structure/machinery/light{ - dir = 1 +"kUM" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/darkpurple2/north, -/area/bigredv2/caves/lambda/xenobiology) -"lqa" = ( -/obj/structure/surface/table, -/obj/item/tool/lighter/random, /obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/west, +/turf/open/floor/dark, /area/bigredv2/outside/filtration_plant) -"lqt" = ( -/obj/structure/sign/safety/medical{ - pixel_x = 32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/head/surgery/blue, -/turf/open/floor/whitegreen/east, -/area/bigredv2/outside/medical) -"lqG" = ( -/obj/item/weapon/twohanded/folded_metal_chair, -/turf/open/mars_cave/mars_cave_3, -/area/bigredv2/caves/mining) -"lqI" = ( -/turf/open/floor/bluegrid/damaged5, -/area/bigredv2/caves/lambda/research) -"lqM" = ( +"kUP" = ( /obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/metal{ + amount = 30 + }, /obj/effect/landmark/crap_item, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/telecomm) -"lqS" = ( +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"kUY" = ( +/obj/item/tool/pickaxe, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/filtration_plant) +"kVg" = ( /obj/structure/surface/table, -/obj/item/clothing/ears/earmuffs, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/space_port_lz2) -"lrb" = ( -/obj/structure/filingcabinet, -/turf/open/floor/plating, -/area/bigredv2/caves/mining) -"lrc" = ( +/obj/item/reagent_container/food/drinks/coffee, /obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"kVn" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/wood, +/area/bigredv2/caves/lambda/breakroom) +"kVF" = ( +/turf/open/floor/asteroidwarning/northeast, +/area/bigredv2/outside/telecomm/n_cave) +"kVI" = ( +/obj/structure/surface/table, +/obj/item/oldresearch/Blood, +/obj/item/oldresearch/Blood, +/obj/item/paper, +/turf/open/floor/darkredcorners2, +/area/bigredv2/caves/eta/xenobiology) +"kVP" = ( +/obj/structure/ore_box, +/turf/open/mars_cave/mars_cave_19, +/area/bigredv2/caves/mining) +"kWs" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Marshal Office" + dir = 1; + name = "\improper Spaceport" }, /turf/open/floor/delivery, -/area/bigredv2/outside/marshal_office) -"lrp" = ( -/obj/effect/landmark/corpsespawner/security/marshal, -/obj/effect/decal/cleanable/blood/oil, -/obj/item/weapon/gun/launcher/grenade/m81/m79{ - pixel_x = -3; - pixel_y = -9 +/area/bigredv2/outside/space_port) +"kWC" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 1; + name = "\improper Engineering SMES" }, -/obj/structure/cable{ - icon_state = "1-5" +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/engineering) +"kWP" = ( +/obj/item/ammo_magazine/smg/bizon{ + pixel_x = 5; + pixel_y = -5 }, -/obj/item/clothing/head/helmet/marine/veteran/ua_riot, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"lrB" = ( -/obj/structure/machinery/light{ +/obj/item/weapon/gun/smg/bizon{ + pixel_x = 1; + pixel_y = 11 + }, +/obj/item/ammo_magazine/smg/bizon{ + pixel_x = 11; + pixel_y = -3 + }, +/obj/item/ammo_magazine/smg/bizon, +/obj/structure/machinery/light/small{ dir = 8 }, -/turf/open/floor/darkish, -/area/bigredv2/caves/eta/storage) -"lrE" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"kXr" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"kXE" = ( +/obj/effect/decal/cleanable/blood{ + dir = 4; + icon_state = "gib6" }, /turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/nw) -"lse" = ( -/obj/structure/machinery/landinglight/ds2/delaythree{ +/area/bigredv2/outside/lambda_cave_cas) +"kXW" = ( +/obj/structure/machinery/botany/editor, +/obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/space_port_lz2) -"lsf" = ( -/obj/structure/prop/invuln/minecart_tracks{ - dir = 1 +/turf/open/floor/whitegreen_v/northwest, +/area/bigredv2/caves/lambda/xenobiology) +"kYz" = ( +/obj/effect/decal/cleanable/blood{ + dir = 4; + icon_state = "gib6" }, -/turf/open/mars_cave/mars_cave_19, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/c) +"kYJ" = ( +/obj/vehicle/train/cargo/trolley, +/turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) -"lsL" = ( -/turf/open/mars/mars_dirt_12, -/area/bigredv2/caves/eta/xenobiology) -"lsM" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/space_port) -"ltw" = ( -/obj/structure/window, -/obj/structure/window{ +"kYR" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_se) +"kYV" = ( +/turf/open/floor/darkredcorners2/east, +/area/bigredv2/outside/admin_building) +"kZa" = ( +/obj/item/reagent_container/food/snacks/sausage, +/obj/structure/platform_decoration/kutjevo/rock{ dir = 8 }, -/obj/structure/surface/table/woodentable, -/obj/item/prop/magazine/book/starshiptroopers, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"ltF" = ( -/obj/structure/platform_decoration{ +/turf/open/mars_cave/mars_dirt_4, +/area/space) +"kZf" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/pipes/vents/pump{ dir = 4 }, /turf/open/floor/dark, -/area/bigredv2/outside/admin_building) -"ltG" = ( +/area/bigredv2/outside/office_complex) +"kZA" = ( +/turf/open/mars_cave/mars_cave_10, +/area/bigredv2/outside/lz2_west_cas) +"kZG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/bible/hefa, +/turf/open/floor/plating, +/area/bigredv2/caves/mining) +"kZP" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/darkgreencorners2/west, -/area/bigredv2/caves/eta/research) -"ltQ" = ( +/turf/open/floor/dark, +/area/bigredv2/caves/eta/xenobiology) +"lag" = ( /obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellowcorners2, +/area/bigredv2/outside/engineering) +"laT" = ( +/obj/structure/machinery/camera/autoname, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"laW" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkgreencorners2, -/area/bigredv2/caves/eta/storage) -"lve" = ( -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/outside/filtration_cave_cas) -"lvy" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ + name = "\improper Operations Office" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/admin_building) +"lbB" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/mars, -/area/bigredv2/outside/se) -"lvL" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = 5; - pixel_y = 11 +/obj/structure/machinery/camera/autoname{ + dir = 1 }, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"lvM" = ( -/obj/effect/decal/cleanable/flour, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/hydroponics) -"lwn" = ( -/obj/structure/machinery/portable_atmospherics/hydroponics, -/obj/item/grown/log, -/turf/open/floor/whitegreenfull, -/area/bigredv2/caves/lambda/xenobiology) -"lwC" = ( -/obj/structure/filingcabinet, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/storage) -"lwG" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N" +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"lbC" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 4 }, -/obj/effect/decal/cleanable/blood{ - icon_state = "gib6"; - pixel_y = -8 +/obj/structure/platform/kutjevo/rock{ + dir = 1 }, -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/caves/mining) -"lwL" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - dir = 1; - name = "\improper Eta Lab Server" +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 8 }, -/turf/open/floor/delivery, -/area/bigredv2/caves/eta/storage) -"lwY" = ( -/turf/open/floor/darkish, +/turf/open/mars_cave/mars_dirt_4, +/area/space) +"lbG" = ( +/turf/open/floor/whitegreencorner, /area/bigredv2/outside/medical) -"lxi" = ( -/obj/structure/machinery/light{ - dir = 4 +"lbL" = ( +/turf/open/mars/mars_dirt_13, +/area/bigredv2/outside/w) +"lbN" = ( +/obj/structure/machinery/computer/cameras, +/obj/structure/surface/table, +/turf/open/floor/bcircuit, +/area/bigredv2/outside/marshal_office) +"lbQ" = ( +/obj/item/folder/yellow, +/obj/effect/landmark/crap_item, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"lbZ" = ( +/obj/item/frame/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/tool/pickaxe{ + pixel_y = -7 }, -/obj/effect/spawner/random/toolbox, -/turf/open/floor/darkred2/east, -/area/bigredv2/outside/admin_building) -"lxl" = ( -/turf/open/floor/darkyellow2/west, -/area/bigredv2/caves/eta/research) -"lxE" = ( -/obj/structure/bed/chair{ - dir = 8; - pixel_y = 3 +/obj/item/tool/pickaxe{ + pixel_y = -3 }, -/turf/open/mars_cave/mars_cave_2, +/obj/item/tool/pickaxe, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, /area/bigredv2/caves/mining) -"lxM" = ( -/obj/effect/landmark/yautja_teleport, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/lz2_south_cas) -"lxX" = ( -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/lz2_south_cas) -"lyd" = ( -/turf/open/mars/mars_dirt_9, -/area/bigredv2/outside/n) -"lyi" = ( -/obj/item/weapon/gun/rifle/m4ra, -/obj/effect/landmark/corpsespawner/ua_riot, -/obj/effect/decal/cleanable/blood{ - dir = 8; - icon_state = "gib6"; - layer = 4; - pixel_x = 12; - pixel_y = 3 +"lcd" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/gibs/down, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/research) +"lcp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/turf/open/mars_cave/mars_cave_3, -/area/bigredv2/caves_research) -"lyj" = ( -/obj/structure/machinery/landinglight/ds1{ - dir = 8 +/turf/open/floor/red/west, +/area/bigredv2/outside/marshal_office) +"lcq" = ( +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/eta) +"lcu" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/clothing/mask/cigarette, +/obj/item/clothing/mask/cigarette{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/ashtray/bronze{ + pixel_x = -7 + }, +/turf/open/floor, +/area/bigred/ground/garage_workshop) +"lcY" = ( +/obj/structure/machinery/vending/coffee{ + icon_state = "coffee-broken"; + stat = 1 }, +/turf/open/floor/darkish, +/area/bigredv2/caves/lambda/breakroom) +"ldC" = ( +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/caves_se) +"lee" = ( /turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/space_port) -"lyk" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/whitegreen/north, -/area/bigredv2/outside/medical) -"lyn" = ( -/obj/structure/surface/rack, -/obj/item/storage/bag/ore{ - pixel_y = 5 +/area/bigredv2/outside/lz2_south_cas) +"lex" = ( +/turf/open/mars/mars_dirt_11, +/area/bigredv2/outside/s) +"leD" = ( +/obj/structure/machinery/portable_atmospherics/canister/air, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/engineering) +"leV" = ( +/obj/item/stack/sheet/glass, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"leW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"lyz" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whitegreen, -/area/bigredv2/outside/medical) -"lyB" = ( -/obj/structure/barricade/metal{ +/obj/structure/machinery/portable_atmospherics/hydroponics, +/turf/open/floor/whitegreenfull, +/area/bigredv2/outside/hydroponics) +"lfS" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; dir = 4; - icon_state = "barricade" + health = 25000 }, -/turf/open/floor/whitepurple/northeast, -/area/bigredv2/caves/lambda/research) -"lyG" = ( -/turf/open/floor/bot/north, +/turf/open/floor/loadingarea/west, /area/bigredv2/outside/cargo) -"lzz" = ( -/obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whitepurplecorner/east, -/area/bigredv2/outside/medical) -"lzH" = ( -/turf/open/mars/mars_dirt_10, +"lgs" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = 30 + }, +/turf/open/floor/red/northeast, +/area/bigredv2/outside/marshal_office) +"lgw" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/engineering) +"lgx" = ( +/obj/item/prop/helmetgarb/gunoil, +/turf/open/mars_cave/mars_dirt_4, /area/bigredv2/outside/c) -"lzI" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/closed/wall/solaris/reinforced, -/area/bigredv2/caves) -"lzM" = ( -/turf/open/mars_cave/mars_cave_16, -/area/bigredv2/outside/lz2_south_cas) -"lzN" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +"lgG" = ( +/obj/item/ore, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/filtration_cave_cas) +"lgU" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Cable connector" + }, +/turf/open/shuttle/escapepod/floor5, +/area/bigredv2/oob) +"lhm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/research) +"lho" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/darkred2/east, +/area/bigredv2/caves/eta/research) +"lhD" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/engineering) -"lzU" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/east, +/turf/open/floor/asteroidfloor/north, /area/bigredv2/outside/nw) -"lBa" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/open/floor/darkish, -/area/bigredv2/caves/lambda/breakroom) -"lBc" = ( -/turf/closed/wall/solaris/reinforced, -/area/bigredv2/outside/c) -"lBe" = ( -/obj/structure/sign/poster/safety, -/turf/closed/wall/solaris/reinforced, +"lhS" = ( +/turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves/mining) -"lBN" = ( -/obj/structure/fence, -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/outside/virology) -"lBO" = ( -/obj/structure/machinery/light, +"lhW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/folder/black, +/turf/open/floor/white, +/area/bigredv2/outside/office_complex) +"ljp" = ( /obj/structure/surface/table/woodentable, -/obj/structure/window{ +/obj/structure/pipes/vents/pump{ dir = 8 }, -/obj/structure/machinery/door_control{ - id = "Library"; - name = "Storm Shutters" +/turf/open/floor/cult, +/area/bigredv2/outside/marshal_office) +"ljA" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 }, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"lBR" = ( -/obj/structure/machinery/seed_extractor, -/turf/open/floor/whitegreen, -/area/bigredv2/caves/lambda/xenobiology) -"lCc" = ( -/obj/structure/machinery/gibber, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/hydroponics) -"lCQ" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 1; - name = "\improper Marshal Office" +/turf/open/floor/white, +/area/bigredv2/outside/admin_building) +"ljC" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/podhatch/northeast, +/area/bigredv2/caves/lambda/research) +"ljE" = ( +/obj/structure/platform/shiva{ + dir = 8 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/marshal_office) -"lCR" = ( +/turf/open/floor/bluegrid/bcircuitoff, +/area/bigredv2/caves/lambda/research) +"ljZ" = ( /obj/structure/surface/table, -/obj/item/reagent_container/food/drinks/flask/vacuumflask{ - pixel_x = 9; - pixel_y = 17 - }, -/obj/item/device/radio{ - pixel_x = -5; - pixel_y = 10 +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/wood, +/area/bigredv2/outside/dorms) +"lkf" = ( +/obj/structure/surface/table, +/obj/item/storage/fancy/vials/random, +/turf/open/floor/darkblue2/north, +/area/bigredv2/caves/eta/research) +"lko" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 8 }, -/obj/item/clothing/mask/cigarette/weed{ - pixel_y = -3 +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/space_port) +"lkv" = ( +/obj/structure/platform_decoration{ + dir = 8 }, -/obj/item/clothing/mask/cigarette/weed, -/turf/open/mars_cave, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/telecomm/n_cave) +"lkB" = ( +/obj/effect/decal/cleanable/vomit, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/medical) +"lli" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/bigredv2/outside/filtration_plant) +"llC" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/mars_cave/mars_cave_13, /area/bigredv2/caves/mining) -"lDN" = ( -/turf/open/floor/darkgreen2/northeast, -/area/bigredv2/caves/lambda/virology) -"lDV" = ( -/obj/effect/decal/cleanable/blood/gibs/body, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/c) -"lEn" = ( -/obj/structure/machinery/light{ - dir = 8 +"llL" = ( +/turf/open/floor/carpet11_12/west, +/area/bigredv2/outside/bar) +"llV" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/medical) +"lmg" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 }, -/turf/open/floor/red/west, -/area/bigredv2/outside/marshal_office) -"lEr" = ( +/turf/open/floor, +/area/bigredv2/outside/lz2_south_cas) +"lmP" = ( +/turf/open/mars_cave/mars_cave_10, +/area/bigredv2/caves/lambda/research) +"lnB" = ( +/obj/structure/machinery/power/apc/power/south, /turf/open/floor/dark, /area/bigredv2/outside/chapel) -"lEO" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -5; - pixel_y = 10 - }, +"lnD" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/white, +/area/bigredv2/caves/lambda/xenobiology) +"lnH" = ( +/obj/structure/closet/boxinggloves, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"lFb" = ( +"lnJ" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/mars_cave/mars_cave_9, +/area/bigredv2/caves/mining) +"loa" = ( +/obj/structure/machinery/light{ + dir = 4 + }, /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/storage) -"lFe" = ( +/turf/open/floor/darkyellowcorners2, +/area/bigredv2/caves/eta/living) +"lob" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 + dir = 9 }, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"lFq" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/colony{ +/turf/open/floor/plating/platingdmg2/west, +/area/bigredv2/outside/space_port) +"loo" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ dir = 1; - name = "\improper Atmospherics Condenser" + name = "\improper General Store" }, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/filtration_plant) -"lFt" = ( -/obj/structure/window/reinforced/tinted, -/obj/structure/machinery/shower{ - dir = 8 +/turf/open/floor/delivery, +/area/bigredv2/outside/general_store) +"lov" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/s) +"loB" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Bar Backroom" }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/dorms) -"lFU" = ( -/obj/structure/bookcase/manuals/research_and_development, -/turf/open/floor/wood, -/area/bigredv2/caves/eta/living) -"lFV" = ( -/obj/structure/machinery/pipedispenser, -/turf/open/floor/darkyellow2/northwest, -/area/bigredv2/outside/filtration_plant) -"lGa" = ( +/turf/open/floor/delivery, +/area/bigredv2/outside/bar) +"loK" = ( /obj/structure/surface/table, -/obj/item/tool/pen, -/obj/structure/machinery/light{ +/obj/structure/machinery/computer/shuttle/dropship/flight/lz1{ dir = 4 }, -/obj/item/tool/hand_labeler, -/turf/open/floor/whitepurplecorner/east, -/area/bigredv2/outside/medical) -"lGf" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_cave_9, -/area/bigredv2/outside/ne) -"lGk" = ( -/obj/structure/machinery/light/small{ +/turf/open/floor/dark, +/area/bigredv2/landing/console) +"loQ" = ( +/turf/open/mars_cave/mars_cave_15, +/area/bigredv2/outside/lz2_south_cas) +"loW" = ( +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/mars_cave/mars_cave_3, -/area/bigredv2/caves/mining) -"lGE" = ( -/obj/structure/barricade/wooden, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"lGZ" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NE-out" - }, -/obj/structure/sign/safety/biohazard{ - pixel_x = 8; - pixel_y = -32 - }, -/obj/structure/machinery/light, -/obj/structure/machinery/door_control{ - id = "viro_q"; - layer = 4; - name = "Qurantine Lockdown"; - normaldoorcontrol = 1; - pixel_x = -25; - req_access_txt = "7"; - specialfunctions = 4 - }, -/turf/open/floor/whitegreen/southwest, -/area/bigredv2/caves/lambda/virology) -"lHB" = ( -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/n) -"lIb" = ( -/obj/structure/machinery/power/apc/power/north, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/engineering) -"lIw" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/drinks/coffee, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"lIG" = ( -/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkish, +/area/bigredv2/caves/eta/storage) +"lpq" = ( /obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/telecomm) -"lIL" = ( -/obj/structure/sign/safety/fire_haz, -/turf/closed/wall/wood, -/area/bigredv2/caves/mining) -"lJI" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/n) -"lJP" = ( -/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/engineering) +"lpr" = ( /obj/structure/barricade/wooden{ desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; dir = 4; health = 25000 }, -/turf/open/floor/loadingarea/west, +/turf/open/floor/delivery, /area/bigredv2/outside/cargo) -"lLI" = ( -/obj/structure/closet/crate/miningcar/yellow, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"lLM" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ - dir = 1; - name = "\improper Operations" +"lpw" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 }, -/turf/open/floor/dark, +/turf/open/floor/white, /area/bigredv2/outside/admin_building) -"lLV" = ( -/obj/structure/surface/table, -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/obj/item/tool/pen, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = 30 - }, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/filtration_plant) -"lLZ" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/ashtray/bronze, -/turf/open/floor/wood, -/area/bigredv2/outside/marshal_office) -"lMx" = ( -/turf/open/mars_cave/mars_cave_23, -/area/bigredv2/caves_sw) -"lMF" = ( -/obj/structure/machinery/power/reactor/colony, -/turf/open/floor/plating, -/area/bigredv2/caves/eta/storage) -"lNR" = ( -/obj/structure/machinery/computer/general_air_control{ - dir = 8; - pixel_y = 6 - }, -/obj/structure/surface/table, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/filtration_plant) -"lNT" = ( -/obj/effect/decal/cleanable/vomit, -/turf/open/floor/darkpurple2/west, -/area/bigredv2/caves/lambda/research) -"lOn" = ( -/turf/open/mars/mars_dirt_12, -/area/bigredv2/outside/s) -"lOt" = ( -/obj/item/ore, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/filtration_cave_cas) -"lOv" = ( -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/caves_sw) -"lPj" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/microwave, -/obj/structure/machinery/light, -/turf/open/floor/whitegreen/southeast, -/area/bigredv2/caves/lambda/virology) -"lPv" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/whitegreen/north, -/area/bigredv2/outside/medical) -"lPV" = ( +"lpx" = ( /obj/structure/surface/table/woodentable, -/obj/structure/window{ - dir = 8 - }, -/obj/structure/machinery/computer/emails{ - dir = 4 - }, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"lQd" = ( -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/nw) -"lQk" = ( -/obj/item/ore/iron{ - pixel_x = 6; - pixel_y = 9 +/obj/item/device/radio/headset, +/turf/open/floor/cult, +/area/bigredv2/outside/chapel) +"lpL" = ( +/obj/structure/barricade/metal{ + dir = 4; + icon_state = "barricade" }, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"lQC" = ( -/turf/open/floor/asteroidwarning/southwest, -/area/bigredv2/outside/lz2_south_cas) -"lQQ" = ( +/turf/open/floor/whitepurple/southeast, +/area/bigredv2/caves/lambda/research) +"lpM" = ( +/obj/effect/landmark/xeno_spawn, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkpurple2, +/area/bigredv2/caves/lambda/research) +"lpU" = ( +/obj/structure/xenoautopsy/tank/broken, +/turf/open/floor/darkredcorners2/west, +/area/bigredv2/caves/eta/xenobiology) +"lpW" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tool, +/obj/effect/spawner/random/technology_scanner, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2/southeast, +/area/bigredv2/outside/engineering) +"lqa" = ( +/turf/open/floor/grimy, +/area/bigredv2/outside/admin_building) +"lqT" = ( /obj/structure/surface/table, -/obj/item/reagent_container/food/drinks/cans/tonic, /obj/item/reagent_container/food/drinks/cans/waterbottle, -/obj/item/reagent_container/food/drinks/cans/aspen, +/obj/item/reagent_container/food/drinks/cans/cola, /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/whitebluefull/northeast, /area/bigredv2/outside/general_store) -"lQY" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ - dir = 1; - name = "\improper Lambda Lab Surgery" - }, +"lra" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/c) +"lrb" = ( +/obj/structure/filingcabinet, +/turf/open/floor/plating, +/area/bigredv2/caves/mining) +"lrv" = ( /turf/open/floor/delivery, -/area/bigredv2/caves/lambda/xenobiology) -"lRf" = ( -/obj/effect/spawner/random/tool, -/turf/open/shuttle/escapepod/floor5, -/area/bigredv2/oob) -"lRG" = ( +/area/bigredv2/outside/marshal_office) +"lsf" = ( /obj/structure/bed/chair{ - dir = 1 - }, -/turf/open/floor/whitegreenfull, -/area/bigredv2/outside/medical) -"lRI" = ( -/obj/structure/machinery/camera/autoname{ dir = 4 }, -/turf/open/floor/wood, -/area/bigredv2/outside/office_complex) -"lRL" = ( -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/filtration_plant) -"lSo" = ( -/obj/structure/barricade/wooden, -/turf/open/mars/mars_dirt_10, -/area/bigredv2/outside/c) -"lSp" = ( -/obj/item/shard, -/turf/open/floor/delivery, +/turf/open/floor/dark, /area/bigredv2/outside/marshal_office) -"lSu" = ( -/turf/open/mars_cave/mars_cave_10, -/area/bigredv2/caves/eta/research) -"lSO" = ( -/turf/open/mars_cave/mars_cave_10, -/area/bigredv2/outside/lz2_west_cas) -"lSQ" = ( -/turf/open/jungle/impenetrable, -/area/bigredv2/caves/eta/research) -"lTk" = ( -/turf/open/mars_cave/mars_cave_20, -/area/bigredv2/caves_lambda) -"lTp" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/caves_se) -"lTt" = ( -/obj/structure/prop/invuln/minecart_tracks{ - dir = 1 +"lso" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/drinks/flask/vacuumflask, +/obj/item/reagent_container/food/drinks/flask, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"lsX" = ( +/obj/structure/machinery/light/small{ + dir = 4 }, -/turf/open/mars_cave/mars_cave_20, +/turf/open/mars_cave/mars_cave_15, /area/bigredv2/caves/mining) -"lTB" = ( -/obj/effect/decal/cleanable/blood/gibs/body, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"lTR" = ( -/turf/open/floor/whitegreen/west, -/area/bigredv2/caves/lambda/xenobiology) -"lTU" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"lUa" = ( -/obj/structure/surface/table/woodentable, -/obj/item/reagent_container/spray/cleaner, -/turf/open/floor/wood, +"ltm" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/nw) +"luf" = ( +/obj/structure/surface/table, +/obj/item/tool/pen, +/turf/open/floor/darkblue2, /area/bigredv2/outside/admin_building) -"lUi" = ( -/obj/structure/closet/l3closet/scientist, -/turf/open/floor/darkgreen2/northeast, -/area/bigredv2/caves/eta/xenobiology) -"lUj" = ( -/obj/structure/machinery/suit_storage_unit/carbon_unit, -/obj/structure/machinery/camera/autoname, -/turf/open/floor/dark, -/area/bigredv2/outside/general_offices) -"lUr" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/ne) -"lUv" = ( -/obj/structure/barricade/handrail, +"lul" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/portable_atmospherics/hydroponics, +/turf/open/floor/whitegreenfull, +/area/bigredv2/outside/hydroponics) +"lvc" = ( +/obj/effect/decal/cleanable/blood/gibs/body, /turf/open/floor/asteroidwarning, /area/bigredv2/outside/c) -"lUO" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/caves/eta/research) -"lUV" = ( -/obj/structure/pipes/standard/simple/hidden/green, +"lvi" = ( /obj/effect/decal/cleanable/blood{ - layer = 3 - }, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"lVi" = ( -/obj/structure/largecrate/random/barrel/white, -/turf/open/floor/asteroidwarning/northeast, -/area/bigred/ground/garage_workshop) -"lVk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/ore/uranium{ - desc = "You feel fuzzy just looking at it.... it's slightly lumanesant"; - pixel_x = -7; - pixel_y = 4 + dir = 8; + icon_state = "gib6"; + layer = 4; + pixel_x = 12; + pixel_y = 3 }, -/turf/open/floor/plating/platingdmg2/west, +/turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) -"lWc" = ( -/obj/structure/bed, -/turf/open/floor/whitegreen/east, -/area/bigredv2/outside/medical) -"lWe" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/candy, -/obj/item/reagent_container/food/snacks/candy, -/obj/item/reagent_container/food/snacks/candy, -/obj/item/reagent_container/food/snacks/candy, -/obj/item/reagent_container/food/snacks/candy, -/obj/item/reagent_container/food/snacks/microwavable/donkpocket, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"lWo" = ( -/obj/structure/machinery/power/port_gen/pacman, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/engineering) -"lWF" = ( -/obj/structure/bed/chair/office/light{ +"lvk" = ( +/obj/structure/machinery/light{ dir = 8 }, +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/caves/eta/xenobiology) +"lvs" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/turf/open/floor/whitegreenfull, +/area/bigredv2/caves/lambda/xenobiology) +"lvy" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/mars, +/area/bigredv2/outside/se) +"lvO" = ( +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/breakroom) +"lvR" = ( +/obj/structure/surface/table, +/obj/item/folder/black, +/turf/open/floor/dark, +/area/bigredv2/outside/telecomm) +"lvZ" = ( +/turf/open/mars_cave/mars_dirt_6, +/area/bigredv2/caves_research) +"lwn" = ( +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/outside/ne) +"lwM" = ( +/obj/structure/barricade/wooden, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"lxa" = ( +/turf/open/floor/darkyellow2/southwest, +/area/bigredv2/outside/engineering) +"lxi" = ( +/obj/effect/decal/cleanable/blood/gibs/up, +/turf/open/floor/dark, +/area/bigredv2/outside/space_port) +"lxZ" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"lXn" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/area/bigredv2/caves/eta/research) +"lyJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ dir = 4 }, -/turf/open/floor/white, -/area/bigredv2/outside/admin_building) -"lXq" = ( -/obj/structure/window/reinforced/toughened, -/obj/structure/machinery/door/window{ - layer = 4 +/turf/open/floor, +/area/bigredv2/outside/cargo) +"lyQ" = ( +/obj/structure/platform_decoration{ + dir = 4 }, -/turf/open/floor/darkgreen2/southeast, -/area/bigredv2/caves/lambda/virology) -"lXE" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/tool, -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/dark, -/area/bigredv2/caves/eta/storage) -"lXJ" = ( -/obj/structure/ore_box, -/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/outside/admin_building) +"lzw" = ( +/obj/item/tool/pickaxe, +/turf/open/mars_cave/mars_dirt_7, /area/bigredv2/caves/mining) -"lYj" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/door_control{ - id = "lambda-exterior"; - name = "Lambda Checkpoint Exterior"; - pixel_x = null - }, -/turf/open/floor/redfull/northwest, -/area/bigredv2/outside/lambda_cave_cas) -"lYK" = ( -/turf/open/floor/asteroidwarning/northeast, -/area/bigredv2/outside/ne) -"lYR" = ( -/obj/structure/machinery/portable_atmospherics/powered/scrubber/huge/stationary, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/filtration_plant) -"lYZ" = ( -/obj/structure/bed/chair/office/dark{ - dir = 8 - }, -/turf/open/floor, +"lzI" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/closed/wall/solaris/reinforced, +/area/bigredv2/caves) +"lzW" = ( +/obj/item/ore, +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/caves/mining) +"lAm" = ( +/turf/open/floor/darkred2/east, +/area/bigredv2/caves/eta/xenobiology) +"lAq" = ( +/turf/open/floor/darkred2/northeast, +/area/bigredv2/outside/admin_building) +"lAA" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/floor/asteroidfloor/north, /area/bigred/ground/garage_workshop) -"lZt" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/plating/warnplate/northwest, -/area/bigredv2/caves/lambda/xenobiology) -"lZu" = ( -/obj/structure/prop/almayer/cannon_cable_connector{ - name = "\improper Control Module"; - pixel_y = 15 - }, +"lAP" = ( +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/outside/lz2_south_cas) +"lAW" = ( /obj/item/stack/cable_coil/cut, -/turf/open/mars_cave/mars_cave_2, +/turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves/mining) -"lZZ" = ( -/obj/effect/landmark/crap_item, -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/engineering) -"mag" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/tool, -/turf/open/floor/darkred2/west, -/area/bigredv2/caves/eta/research) -"maF" = ( -/obj/item/frame/rack, -/obj/effect/landmark/good_item, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, +"lBa" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/portable_atmospherics/hydroponics, +/turf/open/floor/whitegreenfull, +/area/bigredv2/outside/hydroponics) +"lBc" = ( +/turf/closed/wall/solaris/reinforced, +/area/bigredv2/outside/c) +"lBe" = ( +/obj/structure/sign/poster/safety, +/turf/closed/wall/solaris/reinforced, /area/bigredv2/caves/mining) -"maG" = ( -/turf/open/floor/elevatorshaft/north, -/area/bigredv2/caves/lambda/breakroom) -"maX" = ( -/turf/open/floor/whitegreen, -/area/bigredv2/outside/medical) -"mcr" = ( +"lBj" = ( +/obj/effect/landmark/xeno_spawn, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/bed/chair/comfy/black{ - dir = 8 +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_se) +"lBA" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "\improper Lambda Lab Director's Office" }, -/turf/open/floor/wood, +/turf/open/floor/delivery, /area/bigredv2/caves/lambda/breakroom) -"mcF" = ( -/obj/structure/machinery/light{ - dir = 8 - }, +"lBW" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"mdp" = ( -/obj/structure/bed/chair{ - dir = 8; - pixel_y = 3 +/turf/open/floor/asteroidwarning/southeast, +/area/bigredv2/outside/telecomm/n_cave) +"lCp" = ( +/obj/item/folder/yellow, +/turf/open/floor/dark, +/area/bigredv2/outside/telecomm) +"lCx" = ( +/obj/effect/landmark/monkey_spawn, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkgreencorners2/east, +/area/bigredv2/caves/lambda/virology) +"lCF" = ( +/turf/open/floor/darkish, +/area/bigredv2/outside/medical) +"lCN" = ( +/obj/structure/lamarr, +/turf/open/floor/darkblue2/east, +/area/bigredv2/caves/eta/research) +"lCO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkblue2/east, +/area/bigredv2/caves/eta/storage) +"lCR" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/drinks/flask/vacuumflask{ + pixel_x = 9; + pixel_y = 17 }, -/turf/open/mars_cave/mars_dirt_6, -/area/bigredv2/caves/mining) -"mdv" = ( -/turf/open/mars/mars_dirt_8, -/area/bigredv2/caves_north) -"mdw" = ( -/obj/structure/prop/invuln/minecart_tracks{ - desc = "A heavy duty power cable for high voltage applications"; - dir = 1; - icon = 'icons/obj/pipes/power_cond_heavy.dmi'; - icon_state = "4-8"; - name = "heavy duty power cable" +/obj/item/device/radio{ + pixel_x = -5; + pixel_y = 10 }, -/obj/structure/bed/chair{ - dir = 1 +/obj/item/clothing/mask/cigarette/weed{ + pixel_y = -3 }, -/turf/open/mars_cave/mars_cave_17, +/obj/item/clothing/mask/cigarette/weed, +/turf/open/mars_cave, /area/bigredv2/caves/mining) -"meH" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/darkblue2, -/area/bigredv2/outside/admin_building) -"meL" = ( +"lDz" = ( +/obj/item/reagent_container/pill/happy, /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 9 }, -/turf/open/floor/darkblue2, -/area/bigredv2/caves/eta/research) -"meO" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"lDV" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 13 }, -/obj/effect/decal/cleanable/blood/oil/streak, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/s) -"meT" = ( -/turf/open/mars, -/area/bigredv2/outside/eta) -"meX" = ( -/obj/structure/machinery/light, -/obj/structure/window{ +/obj/structure/closet/crate/miningcar/yellow, +/turf/open/mars_cave/mars_cave_9, +/area/bigredv2/caves/mining) +"lEm" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/surface/table/woodentable, -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_10"; - pixel_y = 11 - }, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"mfe" = ( -/obj/structure/machinery/door/poddoor/almayer/closed{ - dir = 4; - id = "lambda-exterior"; - name = "Lambda Checkpoint Exterior" +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "\improper Eta Lab Xenobiology Lab" }, -/obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/floor/delivery, -/area/bigredv2/outside/lambda_cave_cas) -"mfk" = ( +/area/bigredv2/caves/eta/xenobiology) +"lEx" = ( +/obj/structure/closet/wardrobe/atmospherics_yellow, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/filtration_plant) +"lEB" = ( +/turf/open/floor/darkredcorners2/north, +/area/bigredv2/outside/admin_building) +"lEE" = ( /obj/structure/surface/table/woodentable, +/obj/item/ashtray/glass, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/wood, +/area/bigredv2/outside/bar) +"lFM" = ( +/turf/open/floor/asteroidwarning/northwest, +/area/bigredv2/outside/nw) +"lFO" = ( +/turf/open/floor/asteroidwarning/northeast, +/area/bigredv2/outside/se) +"lFR" = ( +/turf/open/floor/darkgreencorners2/west, +/area/bigredv2/caves/lambda/virology) +"lGx" = ( +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/filtration_plant) +"lHg" = ( +/turf/open/floor/darkred2/north, /area/bigredv2/outside/admin_building) -"mgm" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/carpet, -/area/bigredv2/outside/library) -"mgx" = ( -/turf/open/floor/darkpurplecorners2, -/area/bigredv2/caves/lambda/research) -"mhB" = ( -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/lz2_south_cas) -"mhD" = ( -/turf/open/floor/asteroidwarning/southwest, -/area/bigredv2/outside/space_port_lz2) -"mhG" = ( -/obj/structure/sign/safety/bulkhead_door{ - pixel_x = -3 +"lHV" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8 }, -/obj/structure/sign/safety/airlock{ - pixel_x = 11 +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/virology) +"lHX" = ( +/obj/structure/window/reinforced/toughened{ + dir = 1; + icon_state = "fwindow"; + pixel_y = 12 }, -/turf/closed/wall/solaris/reinforced/hull, -/area/bigredv2/caves/mining) -"mio" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed/roller, -/turf/open/floor/whitegreen/north, -/area/bigredv2/outside/medical) -"miB" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +/obj/structure/window/reinforced/toughened{ + dir = 8 }, +/obj/structure/surface/table/reinforced, +/turf/open/floor/darkgreen2/northwest, +/area/bigredv2/caves/lambda/virology) +"lIi" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/carpet15_15/west, +/area/bigredv2/outside/bar) +"lIl" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/virology) +"lIm" = ( +/obj/structure/machinery/autolathe, +/turf/open/floor/white, +/area/bigredv2/outside/office_complex) +"lIu" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"miY" = ( +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/w) +"lIH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/crap_item, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkgreencorners2/west, +/area/bigredv2/caves/eta/research) +"lIL" = ( +/obj/structure/sign/safety/fire_haz, +/turf/closed/wall/wood, +/area/bigredv2/caves/mining) +"lIO" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/whitepurplecorner/east, -/area/bigredv2/outside/medical) -"mjc" = ( -/obj/structure/surface/table, -/turf/open/floor, -/area/bigredv2/outside/hydroponics) -"mjh" = ( -/obj/structure/bookcase/manuals/medical, -/turf/open/floor/wood, -/area/bigredv2/caves/eta/living) -"mji" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor{ - name = "\improper Engineering Workshop" - }, -/turf/open/floor, -/area/bigred/ground/garage_workshop) -"mjK" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/outside/lz1_telecomm_cas) -"mjS" = ( -/obj/structure/machinery/door_control{ - id = "Dormitories"; - name = "Storm Shutters"; - pixel_y = -32 +/turf/open/floor/white, +/area/bigredv2/outside/marshal_office) +"lIS" = ( +/turf/open/mars/mars_dirt_13, +/area/bigredv2/outside/eta) +"lJh" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 }, -/obj/structure/machinery/camera/autoname{ - dir = 1 +/turf/open/floor/darkyellowcorners2/west, +/area/bigredv2/caves/eta/living) +"lJn" = ( +/obj/effect/decal/cleanable/blood{ + layer = 3 }, -/turf/open/floor/wood, -/area/bigredv2/outside/dorms) -"mkl" = ( +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/nw) +"lJx" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 + dir = 4 }, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/white, /area/bigredv2/outside/medical) -"mkx" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, -/turf/open/floor/whitegreenfull, -/area/bigredv2/outside/medical) -"mkz" = ( -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/se) -"mkX" = ( -/obj/structure/machinery/door/poddoor/almayer{ +"lJG" = ( +/obj/structure/sink{ dir = 4; - id = "workshop_br_g"; - name = "\improper Workshop Garage" + pixel_x = 11 }, -/turf/open/floor/delivery, -/area/bigred/ground/garage_workshop) -"mlk" = ( +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_x = 30 + }, +/obj/effect/landmark/corpsespawner/scientist, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/white, +/area/bigredv2/caves/lambda/xenobiology) +"lJY" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/cult, +/area/bigredv2/outside/marshal_office) +"lKg" = ( +/turf/open/floor/grimy, +/area/bigredv2/outside/dorms) +"lKs" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves_lambda) -"mln" = ( +"lKu" = ( /obj/structure/surface/table, -/obj/item/storage/box/masks, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/medical) -"mls" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_18, -/area/bigredv2/caves/lambda/xenobiology) -"mlK" = ( -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/space_port_lz2) -"mlP" = ( +/obj/effect/spawner/random/technology_scanner, +/obj/effect/spawner/random/tool, +/turf/open/floor/darkgreen2, +/area/bigredv2/outside/space_port) +"lLw" = ( /obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ dir = 1; - name = "\improper Marshal Office Prison" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/marshal_office) -"mmc" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W-corner" + name = "\improper Engineering Lockers" }, -/obj/item/clipboard, -/turf/open/floor/whitepurple/west, +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/engineering) +"lLM" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/dark, +/area/bigredv2/outside/general_offices) +"lLT" = ( +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/telecomm/n_cave) +"lLW" = ( +/obj/structure/machinery/teleport/station, +/turf/open/floor/podhatch, /area/bigredv2/caves/lambda/research) -"mmu" = ( +"lMn" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 + dir = 4 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/living) -"mmJ" = ( -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/caves_research) -"mmY" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ - name = "\improper Lambda Lab Virology Quarantine" +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"lMS" = ( +/obj/item/device/flashlight, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"lNm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" }, -/turf/open/floor/delivery, +/turf/open/floor/whitegreen/northeast, /area/bigredv2/caves/lambda/virology) -"mng" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/structure/machinery/recharger, -/turf/open/floor/wood, -/area/bigredv2/outside/marshal_office) -"mnn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/curtain/red, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/engineering) -"mnu" = ( -/obj/structure/machinery/cm_vending/sorted/medical/no_access, -/turf/open/floor/whitegreen/north, -/area/bigredv2/outside/medical) -"mnw" = ( -/obj/item/prop/helmetgarb/gunoil, +"lNo" = ( /turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/c) -"mnK" = ( -/obj/structure/machinery/computer/area_atmos/area, -/obj/structure/surface/table, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/filtration_plant) -"mnV" = ( -/turf/open/mars_cave/mars_cave_19, /area/bigredv2/caves_north) -"moc" = ( +"lNH" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, /obj/structure/machinery/light{ - dir = 8 + dir = 4 }, -/turf/open/floor/darkyellow2/northwest, -/area/bigredv2/outside/engineering) -"mog" = ( -/obj/structure/powerloader_wreckage/ft, -/turf/open/floor/dark, +/turf/open/floor/whitegreen/east, +/area/bigredv2/caves/lambda/xenobiology) +"lNI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkblue2/southwest, /area/bigredv2/caves/eta/storage) -"moW" = ( -/obj/item/stack/sheet/metal, +"lNU" = ( +/obj/structure/machinery/light/built, +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/darkish, +/area/bigredv2/caves/lambda/breakroom) +"lOh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning, +/area/bigred/ground/garage_workshop) +"lOA" = ( +/obj/structure/filingcabinet, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"lOW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/space_port_lz2) +"lPz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, /turf/open/floor/dark, /area/bigredv2/outside/engineering) -"mpb" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/engineering) -"mpe" = ( -/obj/item/alien_embryo, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"mpt" = ( +"lPC" = ( +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/dark, +/area/bigredv2/outside/space_port) +"lPR" = ( +/obj/structure/tunnel{ + id = "hole5" + }, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_lambda) +"lPT" = ( /obj/effect/landmark/crap_item, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/nw) -"mpx" = ( -/obj/structure/surface/table, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/engineering) -"mpO" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/ne) +"lQe" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window{ + dir = 2 }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/s) -"mpR" = ( -/turf/open/floor/podhatchfloor, -/area/bigredv2/outside/admin_building) -"mpV" = ( +/obj/structure/foamed_metal, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "chem_lock"; + name = "\improper Chemistry Lockdown" + }, +/turf/open/floor/whiteyellowfull, +/area/bigredv2/caves/lambda/xenobiology) +"lQo" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Marshal Office" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/marshal_office) +"lQx" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkgreencorners2/east, +/area/bigredv2/caves/eta/storage) +"lQO" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 10 }, -/obj/structure/machinery/door/airlock/almayer/command/colony{ - name = "\improper Operations Meeting Room" +/turf/open/floor/carpet, +/area/bigredv2/outside/library) +"lQT" = ( +/obj/structure/surface/table, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/white, +/area/bigredv2/outside/marshal_office) +"lRg" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/toolbox, +/obj/structure/machinery/door_control{ + id = "Spaceport"; + name = "Storm Shutters"; + pixel_x = 32 }, -/turf/open/floor/delivery, +/obj/item/tool/pen, +/turf/open/floor/dark, +/area/bigredv2/outside/space_port) +"lRh" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/grimy, /area/bigredv2/outside/admin_building) -"mqa" = ( -/obj/structure/machinery/light/small{ - dir = 4 +"lRk" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A heavy duty power cable for high voltage applications"; + dir = 1; + icon = 'icons/obj/pipes/power_cond_heavy.dmi'; + icon_state = "4-8"; + name = "heavy duty power cable" }, /turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) -"mqH" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 9; - pixel_y = -3 - }, +"lRo" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/redcorner, +/area/bigredv2/outside/office_complex) +"lRp" = ( +/turf/open/shuttle/escapepod/floor1, +/area/bigredv2/oob) +"lSl" = ( +/turf/open/mars_cave/mars_cave_8, +/area/bigredv2/outside/lambda_cave_cas) +"lSA" = ( +/turf/open/floor/redcorner/west, +/area/bigredv2/outside/marshal_office) +"lSE" = ( +/obj/structure/machinery/autolathe, +/turf/open/floor/darkred2/west, +/area/bigredv2/caves/eta/research) +"lTo" = ( +/obj/structure/surface/table/reinforced, /turf/open/floor/white, /area/bigredv2/outside/medical) -"mqK" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 - }, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/breakroom) -"mqM" = ( -/obj/item/tool/pickaxe, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -11; - pixel_y = 10 - }, -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/caves/mining) -"mqP" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +"lTu" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/plating/warnplate/northeast, +/area/bigredv2/caves/lambda/xenobiology) +"lTA" = ( +/obj/structure/barricade/handrail/wire{ dir = 4 }, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/research) -"mqU" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - layer = 2.5 - }, +/turf/open/floor/delivery, +/area/bigredv2/outside/c) +"lTH" = ( +/turf/open/mars_cave/mars_cave_14, +/area/bigredv2/outside/lz1_north_cas) +"lTJ" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_sw) +"lTS" = ( /obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 + icon_state = "S"; + pixel_y = -1 }, -/turf/open/floor/dark, +/turf/open/floor/darkredcorners2/east, /area/bigredv2/outside/admin_building) -"mre" = ( +"lUj" = ( +/turf/open/floor/asteroidwarning/southeast, +/area/bigredv2/outside/n) +"lUL" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/dark, -/area/bigredv2/caves/eta/storage) -"mrr" = ( -/obj/structure/machinery/light{ +/area/bigredv2/outside/chapel) +"lUV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"lVi" = ( +/turf/open/floor/whitegreenfull, +/area/bigredv2/caves/lambda/virology) +"lVk" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "\improper Marshal Office Courtroom" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/marshal_office) +"lVl" = ( +/obj/structure/barricade/handrail, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/filtration_plant) +"lVy" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/lambda_cave_cas) +"lVV" = ( +/obj/item/grown/sunflower, +/turf/open/floor/whitegreenfull, +/area/bigredv2/caves/lambda/xenobiology) +"lVY" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 1; + name = "\improper Dormitories Tool Storage Maintenance" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/general_offices) +"lWq" = ( +/obj/structure/surface/table, +/obj/item/clothing/ears/earmuffs, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/space_port_lz2) +"lWr" = ( +/obj/structure/closet/boxinggloves, +/turf/open/floor/wood, +/area/bigredv2/outside/dorms) +"lWx" = ( +/obj/item/stack/sheet/wood{ + pixel_y = -8 + }, +/turf/open/mars_cave/mars_cave_15, +/area/bigredv2/caves/mining) +"lWB" = ( +/obj/effect/landmark/crap_item, +/obj/effect/landmark/queen_spawn, /turf/open/floor/dark, -/area/bigredv2/outside/telecomm) -"mrt" = ( -/turf/open/mars/mars_dirt_10, +/area/bigredv2/caves/eta/xenobiology) +"lWJ" = ( +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/oob) +"lXd" = ( +/turf/open/floor/whitegreen/southwest, +/area/bigredv2/outside/medical) +"lYe" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/asteroidfloor/north, +/area/bigred/ground/garage_workshop) +"lYp" = ( +/turf/open/floor/asteroidwarning/northwest, /area/bigredv2/outside/s) -"mry" = ( -/obj/structure/pipes/vents/pump{ +"lYw" = ( +/obj/structure/surface/table, +/obj/item/toy/prize/ripley, +/obj/item/toy/prize/mauler, +/obj/structure/machinery/camera/autoname{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/redfull/northwest, -/area/bigredv2/caves/eta/research) -"mrL" = ( -/turf/open/mars_cave/mars_cave_5, -/area/bigredv2/caves/eta/research) -"msh" = ( -/obj/effect/landmark/corpsespawner/ua_riot, -/obj/item/weapon/gun/rifle/m41a/training, -/obj/effect/spawner/gibspawner/human, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"msl" = ( -/turf/open/floor/darkblue2/west, -/area/bigredv2/caves/eta/storage) -"msB" = ( -/turf/open/floor/carpet13_5/west, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"lYG" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/darkred2, /area/bigredv2/outside/admin_building) -"msD" = ( -/turf/open/mars_cave/mars_cave_10, -/area/bigredv2/outside/n) -"msJ" = ( -/obj/structure/largecrate/random, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/engineering) -"mtn" = ( -/obj/structure/girder, +"lYV" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"mtL" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"lYZ" = ( /obj/structure/bed/chair/office/dark{ - dir = 4; - pixel_x = 7; - pixel_y = 10 + dir = 8 + }, +/turf/open/floor, +/area/bigred/ground/garage_workshop) +"lZg" = ( +/obj/effect/landmark/hunter_secondary, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_sw) +"lZx" = ( +/turf/open/mars_cave/mars_cave_16, +/area/bigredv2/outside/s) +"lZK" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, +/turf/open/floor/redcorner/east, +/area/bigredv2/outside/office_complex) +"maC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkredcorners2, +/area/bigredv2/caves/eta/xenobiology) +"maF" = ( +/obj/item/frame/rack, +/obj/effect/landmark/good_item, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"mtZ" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, +"maN" = ( +/obj/structure/surface/table/reinforced, +/obj/item/trash/buritto, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/whitegreenfull, +/area/bigredv2/outside/medical) +"maQ" = ( +/obj/effect/landmark/lv624/xeno_tunnel, /turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/s) -"muy" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/machinery/teleport/station, +/area/bigredv2/outside/ne) +"mbm" = ( +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/dark, -/area/bigredv2/caves/eta/research) -"muF" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 1 +/area/bigredv2/outside/filtration_plant) +"mbK" = ( +/obj/structure/machinery/computer/cameras, +/turf/open/floor/darkredcorners2/east, +/area/bigredv2/caves/eta/xenobiology) +"mbZ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, -/turf/open/floor/darkish, -/area/bigredv2/caves/lambda/breakroom) -"muP" = ( -/turf/closed/wall/wood, -/area/bigredv2/caves_research) -"mvi" = ( -/turf/open/floor/asteroidwarning/northwest, -/area/bigredv2/outside/filtration_cave_cas) -"mvk" = ( -/obj/structure/largecrate, +/turf/open/floor/darkgreencorners2/north, +/area/bigredv2/caves/eta/research) +"mcd" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/obj/item/grown/log, +/turf/open/floor/whitegreenfull, +/area/bigredv2/caves/lambda/xenobiology) +"mck" = ( +/obj/structure/largecrate/supply, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"mvE" = ( -/obj/structure/closet/wardrobe/chaplain_black, -/turf/open/floor/cult, -/area/bigredv2/outside/chapel) -"mwy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/handrail{ - dir = 8 +"mcq" = ( +/obj/effect/spawner/random/toolbox, +/turf/open/shuttle/escapepod/floor5, +/area/bigredv2/oob) +"mcu" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/filtration_plant) -"mwD" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +/turf/open/floor/grimy, +/area/bigredv2/outside/admin_building) +"mdp" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8 }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/telecomm/lz2_cave) -"mwY" = ( -/obj/item/folder/yellow, -/obj/structure/pipes/standard/manifold/hidden/green{ +/turf/open/floor/whiteblue/southeast, +/area/bigredv2/outside/medical) +"mdI" = ( +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/plating, +/area/bigredv2/outside/general_store) +"mdW" = ( +/obj/structure/pipes/vents/pump{ dir = 8 }, -/turf/open/floor/darkyellowcorners2/east, -/area/bigredv2/outside/engineering) -"mxg" = ( +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"mdY" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "\improper Marshal Office Holding Cell" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/marshal_office) +"mec" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/general_store) +"met" = ( +/turf/open/mars/mars_dirt_10, +/area/bigredv2/outside/c) +"mey" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"meH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/n) +"meI" = ( /obj/structure/surface/table, -/obj/effect/spawner/random/toolbox, +/obj/structure/window, +/obj/structure/machinery/computer/emails{ + dir = 8; + pixel_y = 4 + }, +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"meT" = ( +/turf/open/mars, +/area/bigredv2/outside/eta) +"meY" = ( +/obj/structure/surface/table, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/item/bodybag/cryobag, +/obj/item/storage/box/gloves, +/obj/item/reagent_container/spray/cleaner, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/engineering) -"mxu" = ( -/turf/open/mars_cave/mars_cave_11, -/area/bigredv2/caves_sw) -"mxA" = ( -/obj/structure/fence, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/virology) -"mxC" = ( +/turf/open/floor/whitegreen/northeast, +/area/bigredv2/outside/medical) +"mfd" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/bigredv2/outside/marshal_office) +"mfk" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, /obj/effect/landmark/monkey_spawn, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/plating/warnplate/north, /area/bigredv2/caves/lambda/xenobiology) -"mxV" = ( -/obj/structure/machinery/door_control{ - id = "Medical"; - name = "Storm Shutters"; - pixel_y = -32 - }, -/turf/open/floor/whitegreen, -/area/bigredv2/outside/medical) -"mxY" = ( -/obj/structure/largecrate/random/barrel/red, -/turf/open/mars_cave/mars_cave_13, -/area/bigredv2/caves/mining) -"myd" = ( -/turf/open/floor/redcorner/west, -/area/bigredv2/outside/office_complex) -"myz" = ( -/turf/open/floor/bluegrid/bcircuitoff, -/area/bigredv2/caves/lambda/research) -"myC" = ( -/turf/open/mars_cave/mars_dirt_6, -/area/bigredv2/outside/ne) -"myG" = ( -/obj/structure/fence, +"mfl" = ( +/obj/effect/landmark/hunter_secondary, /turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/n) -"myP" = ( -/obj/effect/decal/cleanable/blood/drip{ +/area/bigredv2/outside/c) +"mfv" = ( +/turf/open/mars_cave/mars_cave_15, +/area/bigredv2/caves_north) +"mgk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/tofu{ pixel_x = -1; - pixel_y = 5 + pixel_y = 14 }, -/turf/open/mars_cave/mars_dirt_4, +/obj/item/reagent_container/food/snacks/tofu{ + pixel_y = 6 + }, +/obj/item/reagent_container/food/snacks/tofu, +/obj/structure/cable{ + icon_state = "5-9" + }, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"mzl" = ( -/turf/open/floor/darkpurple2/west, -/area/bigredv2/caves/lambda/breakroom) -"mzt" = ( -/obj/structure/surface/table, -/obj/item/paper_bin, -/obj/item/tool/pen, -/turf/open/floor/white, -/area/bigredv2/outside/admin_building) -"mzG" = ( -/obj/effect/landmark/survivor_spawner, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/grimy, -/area/bigredv2/outside/marshal_office) -"mzS" = ( -/obj/effect/decal/cleanable/dirt, +"mgp" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/lambda_cave_cas) -"mzV" = ( -/turf/open/mars, -/area/bigredv2/outside/filtration_plant) -"mAe" = ( -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/outside/n) -"mAl" = ( +/area/bigredv2/outside/nw) +"mgy" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/mineral/gold/small_stack, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"mgM" = ( /obj/structure/surface/table/reinforced, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"mAv" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/technology_scanner, -/turf/open/floor/dark, -/area/bigredv2/outside/telecomm) -"mAO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/item/tool/kitchen/knife, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"mhG" = ( +/obj/structure/sign/safety/bulkhead_door{ + pixel_x = -3 }, -/turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"mAR" = ( -/obj/structure/pipes/standard/manifold/fourway/hidden/green, -/turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"mAT" = ( -/turf/open/mars_cave/mars_cave_3, -/area/bigredv2/caves/mining) -"mBo" = ( -/obj/item/weapon/twohanded/folded_metal_chair{ - pixel_x = -7; - pixel_y = 9 +/obj/structure/sign/safety/airlock{ + pixel_x = 11 }, -/turf/open/floor/plating, +/turf/closed/wall/solaris/reinforced/hull, /area/bigredv2/caves/mining) -"mBz" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/carpet15_15/west, -/area/bigredv2/outside/bar) -"mBC" = ( -/obj/structure/machinery/iv_drip, -/turf/open/floor/freezerfloor, -/area/bigredv2/caves/lambda/xenobiology) -"mBI" = ( -/obj/structure/closet/secure_closet/engineering_electrical, +"mil" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/caves_lambda) +"miY" = ( +/turf/open/mars/mars_dirt_12, +/area/bigredv2/outside/n) +"mjc" = ( +/obj/structure/surface/table, +/turf/open/floor, +/area/bigredv2/outside/hydroponics) +"mji" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor{ + name = "\improper Engineering Workshop" + }, /turf/open/floor, /area/bigred/ground/garage_workshop) -"mBM" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "SE-out" +"mjy" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 }, -/obj/structure/machinery/power/apc/no_power/north, -/turf/open/floor/whitegreen/northwest, +/turf/open/floor/darkgreencorners2/west, /area/bigredv2/caves/lambda/virology) -"mCF" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/tool, -/turf/open/floor/dark, -/area/bigredv2/outside/space_port) -"mCX" = ( -/obj/effect/decal/cleanable/dirt{ - pixel_x = 17 +"mjQ" = ( +/obj/structure/platform/kutjevo/rock, +/obj/structure/platform/kutjevo/rock{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"mDk" = ( -/obj/structure/dispenser/oxygen, -/turf/open/floor/plating, -/area/bigredv2/outside/filtration_plant) -"mDD" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/drinks/cans/waterbottle, -/obj/item/reagent_container/food/drinks/cans/cola, -/obj/item/reagent_container/food/drinks/cans/beer, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"mDG" = ( -/obj/structure/machinery/deployable/barrier, -/turf/open/floor/delivery, -/area/bigredv2/outside/admin_building) -"mDM" = ( +/turf/open/mars_cave/mars_dirt_4, +/area/space) +"mjR" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/jungle/impenetrable, +/area/bigredv2/caves/eta/xenobiology) +"mka" = ( +/obj/structure/reagent_dispensers/beerkeg, /obj/structure/machinery/light{ - dir = 1 + dir = 4 }, -/obj/structure/machinery/biogenerator, -/turf/open/floor/darkred2/north, -/area/bigredv2/caves/eta/research) -"mDS" = ( -/obj/item/tool/weldingtool/experimental, -/turf/open/floor/whitepurplefull, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"mkb" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/toolbox, +/obj/item/tool/extinguisher, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/filtration_plant) +"mkw" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Lambda Lab" + }, +/turf/open/floor/delivery, /area/bigredv2/caves/lambda/research) -"mEF" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/redcorner/west, -/area/bigredv2/outside/office_complex) -"mFn" = ( -/obj/structure/machinery/conveyor{ - id = "anomalybelt" +"mkE" = ( +/obj/structure/machinery/power/apc/power/north{ + name = "Dormitories APC" }, -/obj/structure/window/reinforced{ +/turf/open/floor, +/area/bigredv2/outside/dorms) +"mkF" = ( +/obj/structure/cargo_container/arious/leftmid, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/space_port_lz2) +"mkI" = ( +/obj/structure/window/reinforced/toughened{ dir = 8 }, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/research) -"mFv" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 +/obj/structure/window/reinforced/toughened{ + dir = 1; + icon_state = "fwindow"; + pixel_y = 12 }, -/turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"mFQ" = ( -/turf/open/floor/darkred2/southwest, -/area/bigredv2/caves/eta/research) -"mGm" = ( -/turf/open/floor/darkpurple2/northeast, -/area/bigredv2/caves/lambda/research) -"mGn" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/turf/open/floor/darkgreen2/northwest, +/area/bigredv2/caves/lambda/virology) +"mkQ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, /turf/open/floor/dark, -/area/bigredv2/outside/general_offices) -"mGI" = ( -/obj/structure/machinery/light/small, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves_research) -"mGM" = ( -/obj/effect/landmark/monkey_spawn, +/area/bigredv2/caves/lambda/breakroom) +"mlp" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/jungle/impenetrable, +/turf/open/floor/darkpurple2/east, +/area/bigredv2/caves/lambda/xenobiology) +"mlt" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/darkyellow2/northwest, +/area/bigredv2/outside/engineering) +"mlH" = ( +/obj/structure/surface/table, +/obj/item/toy/prize/ripley, +/obj/item/toy/prize/odysseus, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"mmq" = ( +/obj/structure/target, +/turf/open/floor/darkred2/north, /area/bigredv2/caves/eta/xenobiology) -"mGY" = ( -/obj/effect/landmark/hunter_secondary, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/lz1_telecomm_cas) -"mHm" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -9; - pixel_y = 18 +"mns" = ( +/obj/structure/surface/rack, +/obj/item/tool/pickaxe{ + pixel_y = -7 }, -/turf/open/mars_cave/mars_cave_14, +/obj/item/tool/pickaxe{ + pixel_y = -3 + }, +/obj/item/tool/pickaxe, +/obj/item/tool/pickaxe{ + pixel_y = 4 + }, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"mHv" = ( -/turf/open/mars_cave/mars_cave_19, -/area/bigredv2/outside/filtration_plant) -"mHK" = ( +"mnx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "lambda-exterior"; + name = "Lambda Checkpoint Exterior" + }, +/obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/floor/delivery, -/area/bigredv2/outside/library) -"mIe" = ( -/obj/structure/machinery/power/port_gen/pacman, -/obj/effect/decal/warning_stripes{ - icon_state = "U-N" +/area/bigredv2/outside/lambda_cave_cas) +"mny" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "crashlanding-offices" }, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/research) -"mIu" = ( +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/c) +"mnG" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "\improper Lambda Lab Surgery" + }, +/turf/open/floor/delivery, +/area/bigredv2/caves/lambda/xenobiology) +"mnX" = ( +/obj/structure/surface/table, /obj/structure/machinery/light{ dir = 4 }, -/obj/effect/landmark/item_pool_spawner/survivor_ammo, -/turf/open/floor/plating, +/obj/item/device/defibrillator, +/turf/open/floor/whitegreenfull, +/area/bigredv2/outside/medical) +"moj" = ( +/turf/open/floor/delivery, +/area/bigredv2/caves/lambda/research) +"moJ" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "xgib1" + }, +/obj/item/stack/sheet/wood{ + pixel_y = -8 + }, +/turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves/mining) -"mIx" = ( +"moK" = ( +/obj/structure/machinery/door_control{ + id = "Marshal Offices"; + name = "Storm Shutters"; + pixel_x = -32 + }, +/turf/open/floor/redfull/northwest, +/area/bigredv2/outside/marshal_office) +"moM" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ + pixel_x = 30 + }, +/obj/structure/sign/safety/biohazard{ + pixel_x = 7; + pixel_y = 32 + }, +/obj/effect/decal/cleanable/vomit, +/obj/structure/machinery/light/built{ + dir = 1 + }, +/turf/open/floor/whitegreen/northeast, +/area/bigredv2/caves/lambda/virology) +"mpc" = ( /obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/engineering) -"mJe" = ( -/turf/open/floor/redcorner/east, -/area/bigredv2/outside/office_complex) -"mJh" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/n) -"mJj" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/e) -"mKi" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_cave_5, -/area/bigredv2/caves_sw) -"mKw" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 +/obj/structure/surface/table/woodentable, +/obj/item/prop/magazine/book/bladerunner{ + pixel_y = 3 }, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/engineering) -"mKG" = ( +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"mpe" = ( +/turf/open/mars_cave/mars_cave_16, +/area/bigredv2/caves_research) +"mpi" = ( +/obj/structure/surface/table, +/obj/item/ore/uranium, +/turf/open/floor/bcircuit, +/area/bigredv2/outside/marshal_office) +"mpr" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/warnwhite, +/area/bigredv2/outside/office_complex) +"mpP" = ( /obj/structure/machinery/light, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/virology) -"mKM" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_y = 6 +/turf/open/floor/whitegreenfull, +/area/bigredv2/outside/medical) +"mpZ" = ( +/obj/structure/closet/hydrant{ + pixel_x = 32 }, -/turf/closed/wall/solaris/rock, -/area/bigredv2/caves) -"mKR" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 +/turf/open/floor/whitepurple/northeast, +/area/bigredv2/caves/lambda/research) +"mqw" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/engineering) +"mqA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 }, /turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"mLM" = ( -/obj/structure/machinery/computer/operating, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"mLN" = ( -/obj/effect/landmark/crap_item, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/breakroom) -"mLT" = ( +/area/bigredv2/outside/admin_building) +"mqM" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/green, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/space_port_lz2) -"mMi" = ( -/obj/structure/closet/firecloset, /turf/open/floor/dark, -/area/bigredv2/outside/space_port) -"mMW" = ( -/obj/structure/pipes/standard/manifold/visible, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/medical) -"mMZ" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - name = "\improper Eta Lab Server" +/area/bigredv2/caves/eta/living) +"mrk" = ( +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/e) +"mry" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, -/turf/open/floor/darkish, -/area/bigredv2/caves/eta/storage) -"mNh" = ( -/turf/open/mars/mars_dirt_13, -/area/bigredv2/outside/w) -"mNj" = ( +/turf/open/floor/plating, +/area/bigredv2/outside/bar) +"mrX" = ( /obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/southwest, -/area/bigredv2/outside/engineering) -"mNq" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 +/obj/item/paper_bin, +/obj/item/disk/nuclear, +/turf/open/floor/darkblue2/west, +/area/bigredv2/caves/eta/research) +"msa" = ( +/obj/structure/surface/table, +/obj/item/clothing/head/collectable/tophat/super, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"msl" = ( +/obj/structure/surface/table, +/obj/structure/machinery/recharger, +/turf/open/floor/whitegreencorner, +/area/bigredv2/outside/medical) +"msO" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkred2, +/area/bigredv2/caves/eta/research) +"mtj" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "\improper Medical Clinic Power Station" }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +/turf/open/floor/delivery, +/area/bigredv2/outside/medical) +"mtm" = ( +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/floor/darkblue2/northeast, +/turf/open/floor/darkred2/southeast, /area/bigredv2/caves/eta/research) -"mNL" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - name = "\improper Engine Reactor Control" +"mtA" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A heavy duty power cable for high voltage applications"; + dir = 1; + icon = 'icons/obj/pipes/power_cond_heavy.dmi'; + icon_state = "4-8"; + name = "heavy duty power cable" }, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/engineering) -"mOf" = ( -/obj/structure/sink{ +/turf/open/mars_cave/mars_dirt_5, +/area/bigredv2/caves/mining) +"mtL" = ( +/obj/structure/bed/chair/office/dark{ dir = 4; - pixel_x = 11 - }, -/obj/structure/mirror{ - icon_state = "mirror_broke"; - pixel_x = 30 + pixel_x = 7; + pixel_y = 10 }, -/obj/effect/landmark/corpsespawner/scientist, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/white, -/area/bigredv2/caves/lambda/xenobiology) -"mOn" = ( -/obj/structure/filingcabinet/medical, -/turf/open/floor/wood, -/area/bigredv2/outside/admin_building) -"mOq" = ( +/turf/open/floor/plating, +/area/bigredv2/caves/mining) +"mtX" = ( /obj/effect/decal/cleanable/blood, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/c) -"mOv" = ( -/obj/structure/machinery/door/poddoor/almayer/closed{ - id = "eta"; - name = "Eta Lockdown" +/obj/item/shard, +/turf/open/floor/freezerfloor, +/area/bigredv2/caves/lambda/xenobiology) +"muf" = ( +/obj/structure/fence, +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/outside/virology) +"muk" = ( +/obj/item/ore{ + pixel_x = -1; + pixel_y = -8 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/eta) -"mOK" = ( -/obj/item/stack/sheet/glass, -/turf/open/floor/dark, +/obj/effect/decal/cleanable/blood/oil/streak{ + pixel_y = 4 + }, +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/caves/mining) +"mum" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/suit/radiation, +/turf/open/floor/darkyellowcorners2/west, /area/bigredv2/outside/engineering) -"mPP" = ( -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/filtration_cave_cas) -"mPR" = ( -/obj/structure/pipes/vents/pump{ +"mux" = ( +/obj/structure/machinery/light{ dir = 8 }, +/turf/open/floor/darkpurple2/west, +/area/bigredv2/caves/lambda/xenobiology) +"muE" = ( +/turf/open/floor/darkred2/north, +/area/bigredv2/caves/eta/research) +"muP" = ( +/turf/closed/wall/wood, +/area/bigredv2/caves_research) +"mvg" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/n) +"mvA" = ( +/turf/open/floor/carpet, +/area/bigredv2/outside/library) +"mvL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/open/floor/whitegreenfull, /area/bigredv2/outside/medical) -"mPY" = ( +"mwn" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/recharge_station, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/dorms) +"mww" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +/turf/open/floor/floor4, +/area/bigredv2/outside/cargo) +"mwP" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "xgib3" + }, +/turf/open/mars_cave/mars_cave_16, +/area/bigredv2/caves/mining) +"mxk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" }, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/research) -"mQi" = ( -/turf/open/floor/wood, -/area/bigredv2/outside/admin_building) -"mQn" = ( -/turf/open/floor/darkgreencorners2, -/area/bigredv2/caves/lambda/virology) -"mQs" = ( /obj/effect/decal/cleanable/blood{ - layer = 3; - pixel_x = 24 + icon_state = "gib6"; + pixel_y = -8 }, -/obj/item/trash/chips, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/whitegreenfull, -/area/bigredv2/outside/medical) -"mRg" = ( +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/caves/mining) +"mxs" = ( +/obj/effect/landmark/xeno_hive_spawn, +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_research) +"mxE" = ( +/obj/structure/machinery/processor, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/hydroponics) +"myu" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - name = "\improper Virology Lab Chemistry" +/turf/open/floor/bot/north, +/area/bigredv2/outside/cargo) +"myQ" = ( +/obj/structure/machinery/washing_machine, +/obj/item/clothing/under/brown, +/obj/structure/machinery/washing_machine{ + pixel_y = 13 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/virology) -"mRD" = ( +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/general_offices) +"mzg" = ( +/turf/open/floor/darkred2/southwest, +/area/bigredv2/caves/eta/research) +"mzs" = ( /obj/structure/surface/table, -/obj/structure/machinery/computer/atmos_alert, -/turf/open/floor, -/area/bigredv2/caves) -"mRP" = ( -/obj/structure/machinery/light{ - dir = 8 +/turf/open/floor/dark, +/area/bigredv2/caves/eta/storage) +"mzE" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "lambda-exterior"; + name = "Lambda Checkpoint Exterior"; + pixel_x = null }, -/turf/open/floor/darkpurple2/west, -/area/bigredv2/caves/lambda/xenobiology) -"mRY" = ( -/obj/structure/machinery/light{ - dir = 8 +/turf/open/floor/redfull/northwest, +/area/bigredv2/outside/lambda_cave_cas) +"mzI" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"mzV" = ( +/turf/open/mars, +/area/bigredv2/outside/filtration_plant) +"mAB" = ( +/obj/effect/decal/cleanable/blood{ + base_icon = 'icons/obj/items/weapons/grenade.dmi'; + desc = "An expended M55C tear gas grenade that was used for nonlethal riot control. These used to be used on USCM ships until they found out that marines are already used to teargas so the U.S.S Re-education made a better model through 'extensive trials' that works on marines, which is now the M66 used by MPs today. Being now utterly useless to marines and phased out by the M66, M55Cs were spread around the colonies across the UA galaxy like salt to be used on poor colonists instead."; + icon = 'icons/obj/items/weapons/grenade.dmi'; + icon_state = "grenade_custom"; + name = "M55C Teargas grenade" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkgreencorners2/west, -/area/bigredv2/caves/eta/research) -"mSt" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/darkyellowcorners2/west, -/area/bigredv2/caves/eta/living) -"mSu" = ( -/turf/open/floor/whitegreen/north, +/turf/open/mars_cave/mars_cave_3, +/area/bigredv2/caves/mining) +"mAV" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "\improper Marshal Head Office" + }, +/turf/open/floor/delivery, /area/bigredv2/outside/marshal_office) -"mSw" = ( -/obj/structure/phone_base/colony_net/rotary{ - phone_category = "Lambda Labs"; - phone_color = "blue"; - phone_id = "Director" +"mBb" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -3; + pixel_y = 11 }, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor/carpet, -/area/bigredv2/caves/lambda/breakroom) -"mSz" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/space_port_lz2) -"mTl" = ( -/turf/open/floor/darkpurple2, -/area/bigredv2/caves/lambda/xenobiology) -"mTs" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/engineering) -"mUp" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "SE-in" +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 13 }, -/turf/open/floor/whitegreencorner, -/area/bigredv2/caves/lambda/virology) -"mVj" = ( -/obj/item/device/flashlight/lantern, -/turf/open/mars_cave/mars_dirt_4, +/turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) -"mVC" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +"mBh" = ( +/obj/structure/machinery/computer/telecomms/traffic{ + req_one_access_txt = "19;200" + }, /turf/open/floor/dark, -/area/bigredv2/caves/eta/living) -"mVH" = ( -/obj/structure/bed/chair{ - dir = 4 +/area/bigredv2/outside/telecomm) +"mBo" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -7; + pixel_y = 9 }, -/turf/open/floor, -/area/bigredv2/outside/lambda_cave_cas) -"mVT" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/mars_cave/mars_cave_9, -/area/bigredv2/caves_north) -"mWj" = ( -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/filtration_cave_cas) -"mWk" = ( -/obj/structure/platform{ - dir = 4 +/turf/open/floor/plating, +/area/bigredv2/caves/mining) +"mBx" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/door_control{ + id = "Kitchen"; + name = "Storm Shutters"; + pixel_x = 32 }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/telecomm/n_cave) -"mWy" = ( -/obj/structure/machinery/light{ - dir = 1 +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"mBI" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/open/floor, +/area/bigred/ground/garage_workshop) +"mCL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, -/turf/open/floor/darkgreencorners2/east, -/area/bigredv2/caves/eta/storage) -"mWD" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/technology_scanner, -/obj/structure/pipes/vents/pump{ - dir = 8 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/living) +"mCT" = ( +/turf/open/mars_cave/mars_cave_13, +/area/bigredv2/outside/lz2_south_cas) +"mCU" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "\improper Eta Lab Technical Storage" }, -/turf/open/floor/darkred2/east, +/turf/open/floor/delivery, /area/bigredv2/caves/eta/research) -"mWI" = ( +"mCX" = ( +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_sw) +"mDd" = ( +/obj/structure/fence, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/virology) +"mDk" = ( +/obj/structure/dispenser/oxygen, +/turf/open/floor/plating, +/area/bigredv2/outside/filtration_plant) +"mDG" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor/whitepurple, +/area/bigredv2/caves/lambda/research) +"mDR" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 + dir = 9 }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkblue2, +/area/bigredv2/caves/eta/research) +"mDW" = ( +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/dark, /area/bigredv2/caves/eta/research) -"mWQ" = ( +"mEf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/survivor_spawner, /obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/obj/structure/machinery/camera/autoname{ - dir = 4 - }, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/filtration_plant) -"mWZ" = ( -/obj/structure/surface/table, -/obj/structure/phone_base/colony_net/rotary{ - phone_category = "Solaris Ridge"; - phone_color = "blue"; - phone_id = "Space Port" + dir = 10 }, /turf/open/floor/dark, -/area/bigredv2/outside/space_port) -"mXa" = ( +/area/bigredv2/outside/filtration_plant) +"mED" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_17"; - pixel_x = 7; - pixel_y = 14 - }, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"mXb" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ +/obj/effect/decal/cleanable/blood, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"mFp" = ( +/turf/open/mars_cave/mars_dirt_6, +/area/bigredv2/outside/n) +"mFC" = ( +/obj/structure/machinery/vending/hydroseeds, +/obj/structure/machinery/light, +/turf/open/floor/whitegreen/southwest, +/area/bigredv2/caves/lambda/xenobiology) +"mFE" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ dir = 1 }, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/s) -"mYv" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/space_port_lz2) +"mFG" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ dir = 4 }, +/turf/open/floor/whitegreen/north, +/area/bigredv2/caves/lambda/virology) +"mFW" = ( +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/s) +"mGG" = ( +/obj/structure/machinery/door_control{ + id = "Operations"; + name = "Storm Shutters"; + pixel_y = -32 + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/bot/north, -/area/bigredv2/outside/cargo) -"mYw" = ( -/obj/structure/surface/table, -/obj/item/storage/fancy/vials/random, -/turf/open/floor/darkblue2/north, -/area/bigredv2/caves/eta/research) -"mZq" = ( +/turf/open/floor/darkred2, +/area/bigredv2/outside/admin_building) +"mGM" = ( /obj/structure/surface/table, -/obj/structure/machinery/light, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/general_offices) -"mZQ" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/asteroidwarning/northwest, -/area/bigredv2/outside/virology) -"mZS" = ( -/obj/structure/prop/invuln/minecart_tracks{ - desc = "A pipe."; - dir = 1; - icon = 'icons/obj/pipes/pipes.dmi'; - icon_state = "intact"; - name = "Pipe" - }, +/obj/effect/spawner/random/technology_scanner, +/obj/effect/spawner/random/tool, +/turf/open/floor/dark, +/area/bigredv2/outside/telecomm) +"mGV" = ( +/obj/effect/landmark/crap_item, /turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"nac" = ( -/turf/open/floor/darkred2/east, -/area/bigredv2/caves/eta/research) -"naf" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 8; - name = "\improper Abandoned Mining Storage" - }, +/area/bigredv2/caves_east) +"mHk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/mineral/processing_unit, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"nat" = ( -/obj/structure/bed/chair/office/light{ - dir = 4 +"mHG" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_virology) +"mHO" = ( +/obj/structure/platform_decoration{ + dir = 1 }, -/turf/open/floor/whitepurplecorner/east, -/area/bigredv2/outside/medical) -"naG" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 4; - health = 25000 +/obj/structure/prop/server_equipment/yutani_server{ + density = 0; + pixel_y = 16 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/cargo) -"naR" = ( -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/dark, -/area/bigredv2/outside/general_offices) -"naT" = ( -/obj/structure/machinery/power/apc/no_power/west, -/turf/open/floor/dark, -/area/bigredv2/outside/space_port) -"naU" = ( -/obj/structure/surface/table, -/obj/item/toy/dice, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/general_store) -"nbl" = ( -/obj/structure/prop/invuln/minecart_tracks{ - dir = 8 +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/telecomm/n_cave) +"mIh" = ( +/obj/structure/machinery/light/small{ + dir = 1 }, -/turf/open/mars_cave/mars_dirt_7, +/obj/structure/cable, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/general_air_control/large_tank_control, +/obj/structure/cable{ + icon_state = "11-2" + }, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"nbB" = ( -/obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, +"mIm" = ( +/obj/structure/sign/poster{ + pixel_y = 32 + }, /turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"nbQ" = ( -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/c) -"nbX" = ( -/obj/effect/decal/cleanable/blood/gibs/xeno/core, -/obj/item/shard, -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/whitepurplefull, -/area/bigredv2/caves/lambda/xenobiology) -"nbZ" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ +/area/bigredv2/caves/lambda/breakroom) +"mIu" = ( +/obj/structure/machinery/light{ dir = 4 }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/white, -/area/bigredv2/caves/lambda/virology) -"ncf" = ( -/turf/open/mars_cave/mars_dirt_6, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/turf/open/floor/plating, /area/bigredv2/caves/mining) -"ncw" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/s) -"ncM" = ( -/obj/structure/machinery/power/port_gen/pacman/super, +"mIw" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tool, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/filtration_plant) +"mIN" = ( +/obj/item/device/flashlight/on{ + pixel_x = 8 + }, +/turf/open/shuttle/escapepod/floor1, +/area/bigredv2/oob) +"mJl" = ( /turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) -"ncY" = ( -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/nw) -"ndk" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ +"mJq" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/asteroidwarning/northeast, +/area/bigredv2/caves_lambda) +"mJJ" = ( +/obj/structure/bed/chair/office/dark{ dir = 4 }, -/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ - dir = 1; - name = "\improper Lambda Lab Virology Wing" - }, -/turf/open/floor/delivery, -/area/bigredv2/caves/lambda/virology) -"ndz" = ( -/obj/structure/fence, -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_cave_17, -/area/bigredv2/outside/filtration_cave_cas) -"neZ" = ( -/obj/structure/morgue{ - dir = 1 - }, -/turf/open/floor/whiteblue/southwest, -/area/bigredv2/outside/medical) -"nfn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/device/flashlight/lantern, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"nfp" = ( -/obj/structure/machinery/iv_drip, -/turf/open/floor/whitegreen/west, -/area/bigredv2/outside/medical) -"nfr" = ( -/obj/structure/window/framed/solaris, -/turf/open/floor/plating/panelscorched, -/area/bigredv2/outside/engineering) -"nfz" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/whitepurplecorner/north, -/area/bigredv2/caves/lambda/xenobiology) -"ngf" = ( +/turf/open/floor/dark, +/area/bigredv2/outside/admin_building) +"mKM" = ( /obj/effect/decal/cleanable/blood/drip{ pixel_y = 6 }, -/turf/open/mars_cave/mars_cave_15, -/area/bigredv2/caves/mining) -"ngq" = ( -/obj/item/device/flashlight/lantern, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"ngK" = ( -/obj/structure/barricade/handrail, -/obj/structure/barricade/handrail{ - dir = 1; - layer = 3.01; - pixel_y = 9 +/turf/closed/wall/solaris/rock, +/area/bigredv2/caves) +"mKX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 }, -/turf/open/floor/plating/plating_catwalk, +/turf/open/floor/darkyellow2/west, /area/bigredv2/outside/engineering) -"ngP" = ( -/obj/structure/machinery/door/poddoor/almayer/closed{ - dir = 4; - id = "lambda"; - name = "Lambda Lockdown" +"mLg" = ( +/obj/structure/surface/table/woodentable, +/obj/item/newspaper, +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"mLh" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 }, -/turf/open/floor/delivery, -/area/bigredv2/caves_north) -"nhf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/general_store) -"nhi" = ( -/turf/open/floor/whitepurplecorner, -/area/bigredv2/caves/lambda/research) -"nhl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/folder/black, -/turf/open/floor/white, -/area/bigredv2/outside/office_complex) -"nhA" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/darkpurple2/north, -/area/bigredv2/caves/lambda/research) -"nhO" = ( -/obj/structure/surface/table, -/obj/effect/decal/cleanable/dirt, -/obj/item/trash/plate, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"nhP" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/asteroidwarning/west, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/breakroom) +"mLv" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/mars_cave/mars_dirt_4, /area/bigredv2/outside/c) -"nhR" = ( -/turf/open/floor/darkpurple2/east, -/area/bigredv2/caves/lambda/research) -"nix" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - dir = 1; - name = "\improper General Store" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/general_store) -"niO" = ( -/turf/open/floor/plating/warnplate, -/area/bigredv2/caves/lambda/xenobiology) -"nje" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 +"mLw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-in" }, -/obj/effect/landmark/crap_item, -/turf/open/floor/redcorner/west, -/area/bigredv2/outside/office_complex) -"njh" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/mars_cave/mars_cave_11, -/area/bigredv2/caves/lambda/xenobiology) -"njF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whitegreencorner/north, +/area/bigredv2/caves/lambda/virology) +"mMm" = ( +/obj/structure/closet/secure_closet/medical1, +/turf/open/floor/whitegreencorner, +/area/bigredv2/outside/medical) +"mMw" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/dark, +/area/bigredv2/outside/telecomm) +"mMU" = ( +/turf/open/floor/asteroidwarning/southwest, +/area/bigredv2/outside/telecomm/n_cave) +"mMW" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/virology) +"mNc" = ( +/turf/open/mars/mars_dirt_9, +/area/bigredv2/outside/n) +"mNg" = ( +/obj/structure/surface/table, +/obj/item/stack/cable_coil, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2/southwest, /area/bigredv2/outside/filtration_plant) -"njG" = ( -/obj/structure/machinery/landinglight/ds2/delaytwo{ - dir = 8 +"mNt" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/outside/lz1_telecomm_cas) +"mNu" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/space_port_lz2) -"njT" = ( +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/caves_lambda) +"mNE" = ( /obj/structure/surface/table, -/obj/item/reagent_container/food/drinks/cans/beer{ - pixel_x = 18; - pixel_y = 11 - }, -/obj/item/storage/fancy/cigarettes/wypacket{ - pixel_x = -5; - pixel_y = 4 - }, -/obj/item/explosive/grenade/incendiary/molotov{ - pixel_x = 10; - pixel_y = 2 +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 }, -/turf/open/mars_cave/mars_cave_15, -/area/bigredv2/caves/mining) -"nkb" = ( +/obj/item/storage/box/beakers, +/turf/open/floor/whitepurplecorner/north, +/area/bigredv2/outside/medical) +"mNG" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/landinglight/ds2/delaytwo, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/space_port_lz2) -"nkd" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/item/clothing/head/welding, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/engineering) +"mOG" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellowcorners2, -/area/bigredv2/caves/eta/living) -"nky" = ( -/obj/structure/machinery/vending/coffee, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor, +/turf/open/floor/darkblue2/north, /area/bigredv2/outside/admin_building) -"nkJ" = ( -/obj/structure/machinery/landinglight/ds1/delayone, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/space_port) -"nkK" = ( -/obj/structure/machinery/light{ +"mPn" = ( +/obj/structure/bed/chair/comfy{ dir = 8 }, -/obj/structure/closet/secure_closet/security, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/storage) -"nkV" = ( -/obj/effect/landmark/monkey_spawn, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/whitepurplecorner, -/area/bigredv2/caves/lambda/research) -"nlF" = ( -/obj/structure/surface/table, -/obj/structure/machinery/computer/pod/old{ - name = "Register" +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"mPp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/device/flashlight/flare{ + pixel_y = -7 }, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/general_store) -"nlW" = ( -/obj/structure/platform/kutjevo/rock, -/obj/structure/platform/kutjevo/rock{ - dir = 4 +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"mPx" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 }, -/obj/structure/platform_decoration/kutjevo/rock, -/turf/open/mars, -/area/space) -"nma" = ( +/turf/open/mars_cave/mars_cave_19, +/area/bigredv2/caves/mining) +"mQf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "4-10" + }, +/obj/structure/pipes/standard/tank/oxygen, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"mQo" = ( +/obj/structure/machinery/light, +/turf/open/floor/redcorner, +/area/bigredv2/outside/marshal_office) +"mQv" = ( +/turf/open/floor/redcorner/east, +/area/bigredv2/outside/marshal_office) +"mQM" = ( /obj/structure/pipes/standard/simple/hidden/supply{ - dir = 1 + dir = 4 }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/effect/landmark/corpsespawner/pmc, -/turf/open/floor/darkpurple2, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/darkpurple2/east, /area/bigredv2/caves/lambda/breakroom) -"nme" = ( +"mQS" = ( /obj/structure/surface/table, -/obj/effect/decal/cleanable/ash, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/engineering) -"nmo" = ( -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/n) -"nmI" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/obj/structure/machinery/camera/autoname{ - dir = 1 +/obj/item/paper_bin, +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 }, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/filtration_plant) -"nmO" = ( -/turf/open/mars_cave/mars_cave_15, -/area/bigredv2/outside/n) -"nmU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/largecrate/random/barrel, -/turf/open/floor, -/area/bigredv2/outside/cargo) -"nnh" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/technology_scanner, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/dark, +/area/bigredv2/outside/general_offices) +"mQX" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/darkyellowcorners2, +/area/bigredv2/caves/eta/living) +"mRh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkgreencorners2, /area/bigredv2/caves/eta/storage) -"nnq" = ( -/turf/open/mars_cave/mars_cave_15, -/area/bigredv2/outside/ne) -"nnG" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "lz1containers_scramble" - }, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/space_port) -"nol" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "lz1cave_flank" +"mRv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/filtration_plant) +"mRx" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Cargo Bay Offices" }, -/turf/closed/wall/solaris/reinforced, -/area/bigredv2/outside/space_port) -"nop" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" +/turf/open/floor/delivery, +/area/bigredv2/outside/cargo) +"mRD" = ( +/obj/structure/surface/table, +/obj/structure/machinery/computer/atmos_alert, +/turf/open/floor, +/area/bigredv2/caves) +"mSb" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/item/stack/cable_coil/cut, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"mSh" = ( +/obj/structure/surface/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_container/food/drinks/flask/vacuumflask{ + pixel_x = -7 }, -/turf/open/floor/dark, -/area/bigredv2/outside/admin_building) -"noM" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper Dormitories Bedroom" +/obj/item/storage/fancy/cigarettes/kpack{ + pixel_x = 6 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/dorms) -"noN" = ( -/turf/open/floor/darkgreencorners2/east, -/area/bigredv2/caves/eta/storage) -"npl" = ( -/obj/structure/ore_box, -/turf/open/mars_cave/mars_cave_19, +/obj/item/tool/lighter/zippo{ + pixel_x = -1; + pixel_y = 14 + }, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"npL" = ( -/obj/structure/surface/table/holotable/wood, -/obj/item/paper_bin, -/obj/item/tool/pen/clicky, -/turf/open/floor/carpet, -/area/bigredv2/caves/lambda/breakroom) -"nqa" = ( -/obj/structure/pipes/vents/scrubber/on, -/obj/effect/landmark/crap_item, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkpurple2/north, -/area/bigredv2/caves/lambda/research) -"nqg" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/white, +"mSB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkred2/north, /area/bigredv2/outside/admin_building) -"nqi" = ( -/obj/effect/landmark/crap_item, -/obj/effect/landmark/queen_spawn, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/xenobiology) -"nqr" = ( -/obj/structure/prop/invuln/minecart_tracks{ - dir = 8 +"mSH" = ( +/obj/structure/machinery/alarm{ + dir = 4; + pixel_x = -30 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/bigredv2/caves/mining) -"nqu" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic/solid{ - name = "\improper Dormitories Restroom" +/turf/open/floor/dark, +/area/bigredv2/outside/telecomm) +"mSL" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Office Complex" }, /turf/open/floor/delivery, -/area/bigredv2/outside/dorms) -"nqB" = ( -/turf/open/floor/wood, /area/bigredv2/outside/office_complex) -"nqR" = ( -/obj/structure/machinery/washing_machine, -/obj/item/clothing/under/brown, -/obj/structure/machinery/washing_machine{ - pixel_y = 13 - }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/general_offices) -"nrp" = ( +"mTk" = ( +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/n) +"mTo" = ( +/obj/structure/surface/table, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/fire, /obj/effect/decal/cleanable/dirt, /turf/open/floor/whitegreencorner, /area/bigredv2/outside/medical) -"nrI" = ( -/obj/item/stack/sheet/metal, -/obj/effect/decal/cleanable/blood{ - layer = 3; - pixel_x = 24 +"mTZ" = ( +/turf/open/floor/bcircuit, +/area/bigredv2/outside/telecomm/lz2_cave) +"mUY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/filtration_plant) +"mUZ" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whitepurplecorner/east, +/area/bigredv2/outside/medical) +"mVM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, +/turf/open/floor/red, +/area/bigredv2/outside/marshal_office) +"mVS" = ( +/turf/open/floor/darkpurplecorners2/east, +/area/bigredv2/caves/lambda/breakroom) +"mWw" = ( +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/filtration_plant) +"mWI" = ( +/obj/structure/filingcabinet, /turf/open/floor/wood, -/area/bigredv2/outside/dorms) -"nrT" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/white, -/area/bigredv2/outside/admin_building) -"nsd" = ( -/obj/structure/surface/table/reinforced, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"nsm" = ( -/obj/effect/decal/cleanable/blood{ +/area/bigredv2/outside/marshal_office) +"mXk" = ( +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/caves_east) +"mXn" = ( +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/filtration_plant) +"mXs" = ( +/obj/structure/barricade/metal{ dir = 4; - icon_state = "gib6" + icon_state = "barricade" }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/lambda_cave_cas) -"nsT" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "xgib2" +/obj/structure/ore_box, +/turf/open/floor/whitepurple/east, +/area/bigredv2/caves/lambda/research) +"mXV" = ( +/obj/structure/bookcase/manuals/medical, +/turf/open/floor/wood, +/area/bigredv2/caves/eta/living) +"mYD" = ( +/obj/structure/sign/safety/maint{ + pixel_y = 32 }, -/obj/item/stack/sheet/wood{ - pixel_y = -7 +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/breakroom) +"mYJ" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Bar" }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"nsZ" = ( +/turf/open/floor/delivery, +/area/bigredv2/outside/bar) +"mYU" = ( /obj/effect/decal/cleanable/blood{ dir = 8; icon_state = "gib6"; @@ -18197,227 +17724,371 @@ pixel_x = 12; pixel_y = 3 }, -/turf/open/mars_cave/mars_cave_14, +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/corpsespawner/miner, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"ntP" = ( -/obj/item/stack/sheet/wood{ - amount = 2 +"mZN" = ( +/obj/structure/machinery/access_button/airlock_exterior{ + master_tag = "viro_controller"; + pixel_y = -28 }, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"ntU" = ( -/obj/structure/window, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"nuu" = ( -/obj/structure/machinery/fuelcell_recycler, -/turf/open/floor/plating, -/area/bigredv2/caves/eta/storage) -"nuG" = ( -/obj/structure/bed/chair/office/light{ +/obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +/turf/open/floor/darkpurple2, +/area/bigredv2/caves/lambda/research) +"nag" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/whitegreen/north, +/area/bigredv2/outside/medical) +"nau" = ( +/turf/open/floor/asteroidwarning/northwest, +/area/bigredv2/outside/filtration_cave_cas) +"naA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"nuS" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 +/turf/open/floor/whitegreencorner/east, +/area/bigredv2/caves/lambda/virology) +"nbG" = ( +/turf/open/mars/mars_dirt_14, +/area/bigredv2/outside/s) +"nch" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Robotics" }, -/turf/open/floor/darkpurple2/north, +/turf/open/floor/delivery, +/area/bigredv2/outside/office_complex) +"ncl" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown{ + layer = 3.1 + }, +/turf/open/floor/wood, +/area/bigredv2/outside/admin_building) +"ncn" = ( +/obj/structure/bed, +/obj/item/clothing/glasses/regular/hipster, +/turf/open/floor/whitegreen/west, +/area/bigredv2/outside/medical) +"ncQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/se) +"nda" = ( +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/caves_research) +"ndb" = ( +/obj/structure/cargo_container/arious/rightmid, +/turf/open/floor/plating/warnplate, +/area/bigredv2/outside/space_port) +"ndr" = ( +/obj/item/ore{ + pixel_x = 9; + pixel_y = -4 + }, +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/caves/mining) +"ndA" = ( +/turf/open/mars_cave/mars_cave_18, +/area/bigredv2/caves_virology) +"neE" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/wood, +/area/bigredv2/outside/admin_building) +"neR" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/general_offices) +"nge" = ( +/obj/effect/landmark/static_comms/net_two, +/turf/open/floor/podhatchfloor, +/area/bigredv2/outside/admin_building) +"ngu" = ( +/obj/structure/window/framed/solaris/reinforced, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"ngx" = ( +/obj/item/device/radio/intercom{ + dir = 1; + frequency = 150; + name = "Safe-Room intercom"; + pixel_y = -30 + }, +/turf/open/floor/elevatorshaft/north, /area/bigredv2/caves/lambda/breakroom) -"nuW" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"ngK" = ( +/obj/structure/barricade/handrail, +/obj/structure/barricade/handrail{ + dir = 1; + layer = 3.01; + pixel_y = 9 }, +/turf/open/floor/plating/plating_catwalk, +/area/bigredv2/outside/engineering) +"nht" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/whitegreen, +/area/bigredv2/caves/lambda/virology) +"nhA" = ( +/obj/effect/landmark/crap_item, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/n) +"nhC" = ( +/obj/structure/surface/table, /obj/effect/decal/cleanable/dirt, +/obj/item/clothing/glasses/welding, /turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"nvm" = ( -/obj/structure/machinery/light, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +/area/bigredv2/outside/engineering) +"nhQ" = ( +/turf/open/mars_cave/mars_cave_9, +/area/bigredv2/caves_sw) +"nie" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/engineering) +"njc" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellowcorners2, -/area/bigredv2/caves/eta/living) -"nvL" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/delivery, -/area/bigredv2/outside/dorms) -"nwb" = ( -/turf/open/mars_cave/mars_cave_13, -/area/bigredv2/outside/ne) -"nwr" = ( -/obj/structure/surface/table, -/obj/structure/machinery/computer/shuttle/dropship/flight/lz1{ - dir = 4 - }, /turf/open/floor/dark, -/area/bigredv2/landing/console) -"nwN" = ( +/area/bigredv2/outside/engineering) +"njj" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 5 }, -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - name = "\improper Medical Clinic Operating Theatre" +/turf/open/floor/dark, +/area/bigredv2/outside/filtration_plant) +"njR" = ( +/obj/effect/decal/cleanable/blood/gibs/xeno/body, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "viro"; + name = "Virology Lockdown" }, /turf/open/floor/delivery, -/area/bigredv2/outside/medical) -"nwR" = ( -/obj/item/ammo_magazine/pistol/b92fs, -/obj/item/weapon/gun/pistol/b92fs{ - pixel_x = 13; - pixel_y = -7 - }, -/turf/open/mars_cave/mars_dirt_6, -/area/bigredv2/caves/mining) -"nxq" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/door_control{ - id = "Dormitories"; - name = "Storm Shutters"; - pixel_y = -32 - }, +/area/bigredv2/outside/virology) +"nky" = ( +/obj/structure/machinery/vending/coffee, +/obj/effect/decal/cleanable/dirt, /turf/open/floor, -/area/bigredv2/outside/dorms) -"nxR" = ( -/obj/item/frame/table, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/filtration_plant) -"nxU" = ( -/obj/structure/bed/chair/comfy/blue{ - dir = 8 - }, -/turf/open/floor/carpet15_15/west, /area/bigredv2/outside/admin_building) -"nxZ" = ( -/obj/structure/machinery/camera/autoname{ - dir = 4 +"nkF" = ( +/obj/structure/machinery/door/airlock/almayer/secure/colony{ + name = "\improper Engineering Secure Storage" }, -/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/engineering) +"nkM" = ( +/obj/structure/machinery/cm_vending/sorted/medical/blood, +/turf/open/floor/whitegreen/northeast, +/area/bigredv2/outside/medical) +"nll" = ( +/turf/open/floor/darkblue2/southeast, +/area/bigredv2/caves/eta/storage) +"nls" = ( +/obj/effect/landmark/survivor_spawner, /turf/open/floor/wood, -/area/bigredv2/outside/library) -"nyk" = ( -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/c) -"nyI" = ( -/obj/item/stack/sheet/metal, -/obj/item/stack/rods, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/nw) -"nyK" = ( -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/telecomm/n_cave) -"nzh" = ( -/obj/structure/machinery/computer/telecomms/traffic, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/bar) +"nlF" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/delivery, /area/bigredv2/outside/space_port) -"nzq" = ( -/turf/open/floor/whiteyellowfull/east, -/area/bigredv2/outside/office_complex) -"nzr" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - layer = 2.5; - pixel_x = -1 +"nlR" = ( +/turf/open/mars_cave/mars_cave_11, +/area/bigredv2/caves_virology) +"nlW" = ( +/obj/structure/platform/kutjevo/rock, +/obj/structure/platform/kutjevo/rock{ + dir = 4 }, -/turf/open/floor/red/east, -/area/bigredv2/outside/marshal_office) -"nzx" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Marshal Office Brig" +/obj/structure/platform_decoration/kutjevo/rock, +/turf/open/mars, +/area/space) +"nlY" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "\improper Marshal Office Prison" }, /turf/open/floor/delivery, /area/bigredv2/outside/marshal_office) -"nzB" = ( -/turf/open/floor/darkblue2/east, -/area/bigredv2/caves/eta/storage) -"nzJ" = ( -/obj/item/stack/cable_coil/cut, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"nzY" = ( -/obj/structure/closet/secure_closet/medical2, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/medical) -"nAa" = ( -/turf/open/floor/darkredcorners2/west, -/area/bigredv2/outside/admin_building) -"nAc" = ( -/turf/open/floor/freezerfloor, +"nmb" = ( +/turf/open/mars_cave/mars_cave_19, +/area/bigredv2/outside/filtration_plant) +"nmg" = ( +/obj/structure/machinery/computer/arcade, +/turf/open/floor/white, /area/bigredv2/outside/marshal_office) -"nAA" = ( +"nmo" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 10 }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/space_port) -"nAP" = ( +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"nmu" = ( /obj/structure/machinery/light{ dir = 4 }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 1 +/turf/open/floor/plating, +/area/bigredv2/outside/medical) +"nmT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/prop/alien/hugger, +/turf/open/floor/darkred2/southeast, +/area/bigredv2/outside/admin_building) +"nne" = ( +/obj/structure/surface/table, +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/floor/darkpurple2/east, -/area/bigredv2/caves/lambda/xenobiology) -"nAZ" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 8; - health = 25000 +/obj/structure/pipes/vents/pump, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/medical) +"nnm" = ( +/obj/structure/showcase{ + icon_state = "broadcaster_send" }, -/obj/structure/barricade/wooden, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/n) -"nBi" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/obj/structure/pipes/standard/manifold/hidden/supply{ dir = 4 }, -/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ +/turf/open/floor/darkish, +/area/bigredv2/caves/lambda/breakroom) +"nnu" = ( +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/lz2_south_cas) +"nnB" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"nnY" = ( +/turf/open/mars/mars_dirt_3, +/area/bigredv2/outside/e) +"nop" = ( +/obj/structure/surface/rack, +/obj/item/clothing/suit/armor/riot, +/obj/item/clothing/suit/armor/riot, +/turf/open/floor/dark, +/area/bigredv2/outside/marshal_office) +"noz" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/darkred2/east, +/area/bigredv2/outside/admin_building) +"noZ" = ( +/turf/open/mars_cave/mars_cave_22, +/area/bigredv2/caves/eta/xenobiology) +"npg" = ( +/obj/item/clothing/head/helmet/marine/veteran/ua_riot, +/turf/open/mars_cave/mars_cave_3, +/area/bigredv2/caves/mining) +"npJ" = ( +/obj/structure/surface/table, +/obj/item/bodybag, +/obj/item/bodybag, +/obj/item/bodybag, +/turf/open/floor/whitegreen/north, +/area/bigredv2/outside/medical) +"npW" = ( +/obj/structure/closet/secure_closet/medical1, +/obj/item/storage/fancy/vials/random, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"nqa" = ( +/obj/item/explosive/grenade/incendiary/molotov{ + pixel_x = -10; + pixel_y = 2 + }, +/obj/item/explosive/grenade/incendiary/molotov{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/explosive/grenade/incendiary/molotov, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"nqd" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/powercell, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/engineering) +"nqk" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ dir = 1; - name = "\improper Medical Clinic" + name = "\improper Crew Habitation Complex" }, /turf/open/floor/delivery, -/area/bigredv2/outside/medical) -"nBm" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Dormitories" +/area/bigredv2/outside/hydroponics) +"nqr" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/dorms) -"nBq" = ( -/obj/structure/surface/table/woodentable, -/obj/item/paper_bin/wy{ - pixel_x = 7; - pixel_y = 8 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/bigredv2/caves/mining) +"nqs" = ( +/turf/open/mars/mars_dirt_10, +/area/bigredv2/outside/se) +"nqH" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 1 }, -/obj/item/paper_bin/wy{ - pixel_x = -4; - pixel_y = 8 +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = 30 + }, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"nrN" = ( +/obj/effect/landmark/corpsespawner/security, +/obj/effect/decal/cleanable/blood{ + layer = 3 + }, +/turf/open/floor, +/area/bigredv2/outside/lambda_cave_cas) +"nrX" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkredcorners2, +/area/bigredv2/caves/eta/xenobiology) +"nsd" = ( +/turf/open/floor/darkgreencorners2, +/area/bigredv2/caves/eta/research) +"nsw" = ( +/obj/structure/machinery/light{ + dir = 1 }, +/obj/structure/closet/cabinet, +/obj/item/disk/nuclear, +/obj/item/weapon/gun/pistol/vp70, +/obj/structure/pipes/vents/pump/on, /turf/open/floor/wood, -/area/bigredv2/outside/library) -"nBx" = ( -/obj/structure/window/reinforced/toughened{ - dir = 4 - }, -/obj/structure/window/reinforced/toughened{ - dir = 1; - icon_state = "fwindow"; - pixel_y = 12 +/area/bigredv2/caves/eta/living) +"nth" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whitepurplecorner/east, +/area/bigredv2/outside/medical) +"ntx" = ( +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/caves_sw) +"nuh" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/engineering) +"nuq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 8 }, -/obj/structure/machinery/disease2/diseaseanalyser, -/turf/open/floor/darkgreen2/northeast, -/area/bigredv2/caves/lambda/virology) -"nBU" = ( +/turf/open/floor/whitegreen/east, +/area/bigredv2/outside/medical) +"nut" = ( /obj/effect/decal/cleanable/blood, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -18425,310 +18096,431 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/white, /area/bigredv2/outside/medical) -"nCz" = ( -/obj/structure/cable{ - icon_state = "4-8" +"nuC" = ( +/obj/structure/machinery/light{ + dir = 4 }, -/obj/structure/cable{ - icon_state = "1-2" +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/w) +"nuI" = ( +/obj/effect/landmark/hunter_secondary, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_lambda) +"nuO" = ( +/obj/structure/surface/table, +/obj/structure/machinery/faxmachine, +/turf/open/floor/darkred2/east, +/area/bigredv2/caves/eta/research) +"nuQ" = ( +/obj/structure/window/framed/solaris/reinforced, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Engineering"; + name = "\improper Engineering Shutters" + }, +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/engineering) +"nvd" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"nvi" = ( +/obj/item/reagent_container/spray/pepper, +/turf/open/floor/whitepurplefull, +/area/bigredv2/caves/lambda/xenobiology) +"nvB" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, +/turf/open/floor/darkyellow2, +/area/bigredv2/caves/eta/research) +"nvX" = ( /obj/structure/cable{ - icon_state = "1-5" + icon_state = "5-8" }, /obj/structure/cable{ - icon_state = "1-8" + icon_state = "5-6" }, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"nCA" = ( -/obj/item/weapon/twohanded/folded_metal_chair, -/turf/open/mars_cave/mars_cave_15, -/area/bigredv2/caves/mining) -"nCO" = ( -/obj/structure/surface/table/woodentable, -/obj/item/paper, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +"nwg" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellowcorners2, +/area/bigredv2/caves/eta/living) +"nwA" = ( +/obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/engineering) +"nwV" = ( +/turf/open/floor/asteroidplating, +/area/bigredv2/outside/space_port_lz2) +"nxi" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_3, +/area/bigredv2/caves_sw) +"nxu" = ( +/obj/structure/machinery/deployable/barrier, +/turf/open/floor/vault2/west, +/area/bigredv2/outside/marshal_office) +"nxU" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_sw) +"nyb" = ( +/obj/structure/surface/table, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/medical) +"nyd" = ( +/turf/open/mars/mars_dirt_14, +/area/bigredv2/outside/c) +"nyi" = ( +/obj/structure/platform, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/telecomm/n_cave) +"nyp" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"nyK" = ( +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/wood, /area/bigredv2/outside/library) -"nCS" = ( -/obj/effect/decal/cleanable/dirt, +"nyL" = ( +/turf/open/mars/mars_dirt_3, +/area/bigredv2/outside/space_port_lz2) +"nzc" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 + dir = 9 }, -/turf/open/floor/yellowfull, +/turf/open/floor/dark, +/area/bigredv2/outside/office_complex) +"nzp" = ( +/obj/structure/surface/table, +/turf/open/floor/darkblue2/southeast, +/area/bigredv2/outside/admin_building) +"nzB" = ( +/obj/structure/machinery/computer3/server/rack, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/filtration_plant) +"nzG" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/research) +"nzJ" = ( +/obj/structure/machinery/light, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"nAB" = ( +/obj/structure/machinery/door_control{ + id = "Marshal Offices"; + name = "Storm Shutters"; + pixel_x = -32 + }, +/turf/open/floor/wood, +/area/bigredv2/outside/marshal_office) +"nBa" = ( +/obj/structure/surface/table, +/obj/structure/pipes/vents/pump, +/obj/item/device/flashlight/lamp, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"nBh" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"nBL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/darkgreencorners2, +/area/bigredv2/caves/eta/research) +"nCi" = ( +/obj/structure/surface/table, +/obj/item/storage/box/snappops, +/obj/item/storage/box/snappops, +/turf/open/floor/whitebluefull/northeast, /area/bigredv2/outside/general_store) +"nCj" = ( +/obj/structure/sign/safety/galley{ + pixel_x = -32 + }, +/obj/item/stack/sheet/metal{ + amount = 30 + }, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"nCB" = ( +/obj/structure/machinery/computer/atmos_alert, +/obj/structure/surface/table, +/turf/open/floor/darkyellow2/northwest, +/area/bigredv2/outside/engineering) +"nCJ" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/caves_lambda) +"nCO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/e) +"nCP" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tool, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/engineering) +"nCS" = ( +/turf/open/floor/whitepurple/west, +/area/bigredv2/caves/lambda/research) "nCT" = ( /obj/structure/sign/poster/ad, /turf/closed/wall/solaris/reinforced, /area/bigredv2/caves/mining) +"nCW" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 9; + pixel_y = -3 + }, +/turf/open/floor/white, +/area/bigredv2/outside/medical) "nCX" = ( /obj/structure/closet/crate/miningcar/yellow{ layer = 3 }, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"nDr" = ( -/obj/structure/machinery/landinglight/ds2/delayone{ +"nDt" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/darkpurple2/east, +/area/bigredv2/caves/lambda/breakroom) +"nDD" = ( +/obj/item/trash/pistachios, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"nDR" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 }, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/space_port_lz2) -"nDC" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_lambda) -"nDK" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/dark, -/area/bigredv2/caves/eta/living) -"nDM" = ( +/area/bigredv2/outside/engineering) +"nDS" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ +/turf/open/floor/redcorner/east, +/area/bigredv2/outside/marshal_office) +"nEk" = ( +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/c) -"nDT" = ( -/obj/structure/surface/table/reinforced, -/obj/item/oldresearch/Resin, -/turf/open/floor/whitepurple/east, -/area/bigredv2/caves/lambda/xenobiology) -"nDU" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whitepurplecorner/east, -/area/bigredv2/outside/medical) -"nEe" = ( -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/caves_north) -"nEu" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/cameras/wooden_tv{ - dir = 4 +/turf/open/floor/grimy, +/area/bigredv2/outside/office_complex) +"nEm" = ( +/obj/effect/landmark/static_comms/net_one, +/turf/open/floor/bcircuit, +/area/bigredv2/outside/telecomm/warehouse) +"nEA" = ( +/obj/structure/machinery/door_control{ + id = "General Store"; + name = "Storm Shutters"; + pixel_x = 32 }, -/turf/open/floor/redfull/northwest, -/area/bigredv2/outside/lambda_cave_cas) -"nEw" = ( -/obj/structure/bed/chair/comfy{ +/turf/open/floor/yellowfull, +/area/bigredv2/outside/general_store) +"nFr" = ( +/obj/structure/machinery/light{ dir = 4 }, -/obj/structure/window, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"nFb" = ( -/obj/structure/filingcabinet/filingcabinet, -/turf/open/floor/wood, -/area/bigredv2/caves/lambda/breakroom) -"nFe" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/darkred2/west, -/area/bigredv2/outside/admin_building) -"nFs" = ( -/obj/effect/landmark/crap_item, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_5, -/area/bigredv2/caves_se) -"nFt" = ( -/obj/effect/decal/cleanable/blood{ - dir = 8; - icon_state = "gib6"; - layer = 4; - pixel_x = 12; - pixel_y = 3 - }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves_research) -"nFw" = ( -/obj/structure/machinery/medical_pod/sleeper, /turf/open/floor/white, -/area/bigredv2/outside/medical) -"nFL" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 1; - name = "\improper Medical Clinic Power Station" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/medical) -"nFT" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 1; - name = "\improper Marshal Head Office" - }, -/turf/open/floor/delivery, +/area/bigredv2/outside/office_complex) +"nFF" = ( +/obj/structure/surface/table, +/turf/open/floor/redfull/northwest, /area/bigredv2/outside/marshal_office) +"nFT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/storage) "nFV" = ( /obj/structure/platform{ dir = 8 }, /turf/open/gm/river, /area/bigredv2/outside/engineering) -"nGd" = ( -/turf/open/mars_cave/mars_cave_9, -/area/bigredv2/outside/lz1_north_cas) -"nGf" = ( -/obj/structure/bed/chair/comfy/black, -/turf/open/floor/wood, -/area/bigredv2/caves/lambda/breakroom) -"nGv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/trash/burger, -/turf/open/floor/plating/platingdmg3/west, +"nGy" = ( +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/c) +"nGH" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -8; + pixel_y = 6 + }, +/turf/open/mars_cave/mars_cave_17, /area/bigredv2/caves/mining) -"nGw" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/e) -"nGU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/crap_item, -/turf/open/floor, -/area/bigredv2/outside/hydroponics) -"nHe" = ( -/obj/structure/surface/table, -/obj/item/tool/surgery/FixOVein, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/medical) -"nHn" = ( -/turf/open/floor/darkblue2/west, -/area/bigredv2/caves/eta/research) -"nHT" = ( -/obj/structure/machinery/vending/snack{ - icon_state = "snack-broken"; - stat = 1 +"nHp" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/floor/darkyellow2/northwest, +/turf/open/floor/darkgreencorners2/east, +/area/bigredv2/caves/eta/storage) +"nIm" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/c) +"nIv" = ( +/obj/structure/machinery/suit_storage_unit/carbon_unit, +/obj/effect/decal/cleanable/cobweb2, +/turf/open/floor/dark, +/area/bigredv2/outside/general_offices) +"nIK" = ( +/turf/open/floor/warnwhite, +/area/bigredv2/outside/office_complex) +"nIZ" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/darkyellow2/north, /area/bigredv2/outside/engineering) -"nHY" = ( +"nJb" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/whitegreen/east, -/area/bigredv2/outside/medical) -"nIn" = ( -/turf/open/mars_cave/mars_cave_23, -/area/bigredv2/caves_east) -"nIz" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/darkyellow2/north, +/obj/structure/barricade/handrail, +/turf/open/floor/darkyellow2/southeast, /area/bigredv2/outside/engineering) -"nIV" = ( -/obj/structure/window_frame/solaris, -/turf/open/floor/plating, -/area/bigredv2/outside/marshal_office) -"nJB" = ( -/obj/item/device/multitool, -/turf/open/floor/whitepurplefull, -/area/bigredv2/caves/lambda/research) -"nJI" = ( -/obj/structure/prop/invuln/minecart_tracks{ - desc = "Righty tighty, lefty loosey!"; - dir = 1; - icon = 'icons/obj/pipes/valve.dmi'; - icon_state = "map_valve1"; - name = "Pressure Valve" - }, -/obj/structure/cable{ - icon_state = "1-9" +"nJq" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 }, -/obj/structure/cable{ - icon_state = "1-4" +/turf/open/floor/whitegreen/west, +/area/bigredv2/caves/lambda/virology) +"nJy" = ( +/obj/structure/bed/chair/office/dark, +/turf/open/floor/dark, +/area/bigredv2/outside/telecomm) +"nJF" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Lambda Lab Break Room" }, -/obj/structure/cable{ - icon_state = "4-5" +/turf/open/floor/delivery, +/area/bigredv2/caves/lambda/breakroom) +"nJH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W-corner" }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"nJN" = ( -/obj/item/tool/extinguisher, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"nJY" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/s) -"nKd" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "gib6" +/obj/item/shard{ + icon_state = "small" }, -/turf/open/floor/wood, -/area/bigredv2/outside/dorms) -"nKB" = ( -/obj/structure/machinery/r_n_d/protolathe, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/caves/eta/research) -"nKK" = ( -/obj/structure/pipes/standard/manifold/hidden/supply, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/breakroom) -"nKR" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/caves_lambda) -"nLc" = ( -/obj/effect/landmark/corpsespawner/miner, -/obj/effect/decal/cleanable/blood{ - dir = 8; - icon_state = "gib6"; - layer = 4; - pixel_x = 12; - pixel_y = 3 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/mars_cave/mars_dirt_4, +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/xenobiology) +"nJZ" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/xenoautopsy, +/turf/open/floor/whitepurple/north, +/area/bigredv2/caves/lambda/xenobiology) +"nKc" = ( +/obj/item/device/flashlight/lantern, +/turf/open/mars_cave/mars_dirt_7, /area/bigredv2/caves/mining) -"nLu" = ( -/obj/structure/coatrack{ - pixel_x = -8; - pixel_y = 16 +"nKi" = ( +/obj/structure/machinery/conveyor_switch{ + id = "anomalybelt" }, -/obj/item/clothing/shoes/black{ - pixel_y = -7 +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/purple/north, +/area/bigredv2/caves/lambda/research) +"nKl" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 4 }, +/obj/item/tool/extinguisher, /turf/open/floor/wood, +/area/bigredv2/outside/bar) +"nKH" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/white, +/area/bigredv2/outside/marshal_office) +"nKR" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/dark, /area/bigredv2/outside/admin_building) -"nLR" = ( -/turf/open/floor/delivery, -/area/bigredv2/outside/chapel) -"nLW" = ( -/obj/structure/bed/chair, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"nMm" = ( -/obj/structure/surface/table/reinforced, -/obj/item/pizzabox/vegetable, -/turf/open/floor/redfull/northwest, -/area/bigredv2/outside/lambda_cave_cas) -"nMr" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"nLr" = ( +/obj/structure/bed, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"nLH" = ( +/obj/structure/machinery/door_control{ + id = "workshop_br_g"; + name = "Workshop Garage Lockdown"; + pixel_x = -28 }, -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor/darkgreencorners2/west, -/area/bigredv2/caves/eta/research) -"nMy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ +/obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor/whitegreen/east, -/area/bigredv2/outside/medical) -"nME" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/crap_item, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/research) -"nMJ" = ( -/obj/item/tool/extinguisher/mini, -/turf/open/floor/whitepurplefull, -/area/bigredv2/caves/lambda/research) -"nMN" = ( -/obj/item/weapon/gun/pistol/b92fs{ - pixel_x = 13; - pixel_y = -7 +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/nw) +"nLP" = ( +/turf/open/mars_cave/mars_dirt_6, +/area/bigredv2/outside/virology) +"nMi" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "\improper Telecommunications" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/telecomm) +"nMm" = ( +/obj/structure/closet/jcloset, +/obj/item/clothing/head/beret/jan, +/obj/item/clothing/head/beret/jan, +/obj/item/clothing/head/beret/jan, +/obj/item/clothing/head/beret/jan, +/obj/item/clothing/head/beret/jan, +/obj/item/clothing/head/beret/jan, +/obj/item/clothing/head/beret/jan, +/turf/open/floor/whiteyellowfull/east, +/area/bigredv2/outside/office_complex) +"nMA" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/cult, +/area/bigredv2/outside/marshal_office) +"nMG" = ( +/turf/open/mars_cave/mars_cave_19, +/area/bigredv2/outside/lz1_north_cas) +"nMK" = ( +/obj/structure/machinery/portable_atmospherics/powered/scrubber/huge/stationary{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/c) "nMQ" = ( /obj/structure/window/framed/solaris, /obj/structure/machinery/door/poddoor/almayer{ @@ -18737,308 +18529,278 @@ }, /turf/open/floor/plating, /area/bigredv2/outside/engineering) -"nMY" = ( -/obj/effect/landmark/hunter_primary, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/eta) -"nNd" = ( -/obj/item/spacecash/c1, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"nNw" = ( -/obj/structure/machinery/light/small, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"nNO" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_23, -/area/bigredv2/caves_east) -"nNR" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +"nMX" = ( +/obj/structure/bed/chair{ dir = 4 }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/virology) -"nNS" = ( -/obj/structure/surface/table, -/obj/item/tank/anesthetic, -/obj/item/storage/pill_bottle/spaceacillin, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"nNT" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S"; - pixel_y = -1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - layer = 2.5 - }, -/obj/item/prop/alien/hugger, -/turf/open/floor/dark, -/area/bigredv2/outside/admin_building) -"nNZ" = ( /obj/structure/machinery/light{ dir = 8 }, /turf/open/floor/darkish, /area/bigredv2/caves/lambda/breakroom) -"nOf" = ( -/obj/structure/prop/invuln/minecart_tracks{ - desc = "A heavy duty power cable for high voltage applications"; - dir = 1; - icon = 'icons/obj/pipes/power_cond_heavy.dmi'; - icon_state = "1-4-8"; - name = "heavy duty power cable" +"nNl" = ( +/obj/structure/machinery/portable_atmospherics/canister/air, +/obj/structure/machinery/light{ + dir = 8 }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/engineering) +"nNp" = ( +/turf/open/floor/darkgreen2/northeast, +/area/bigredv2/caves/lambda/virology) +"nNv" = ( /turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/n) +"nNC" = ( +/obj/effect/decal/cleanable/ash, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"nOq" = ( -/obj/structure/machinery/light, -/turf/open/floor/darkish, -/area/bigredv2/caves/lambda/breakroom) -"nOA" = ( -/obj/structure/cargo_container/arious/right, -/turf/open/floor/plating/warnplate, -/area/bigredv2/outside/space_port) -"nOB" = ( -/obj/effect/landmark/static_comms/net_one, -/turf/open/floor/bcircuit, -/area/bigredv2/outside/telecomm/warehouse) -"nOR" = ( +"nND" = ( /obj/structure/surface/table, -/obj/item/storage/firstaid/fire, -/obj/item/storage/firstaid/fire, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whitegreencorner, -/area/bigredv2/outside/medical) -"nOU" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/almayer/research/colony{ - name = "\improper Virology Lab Decontamination" +/obj/effect/spawner/random/technology_scanner, +/obj/structure/pipes/vents/pump{ + dir = 8 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/virology) -"nPy" = ( +/turf/open/floor/darkred2/east, +/area/bigredv2/caves/eta/research) +"nNG" = ( +/obj/effect/landmark/corpsespawner/miner, +/obj/item/tool/pickaxe, +/obj/effect/decal/cleanable/blood, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"nNV" = ( +/obj/item/stack/sheet/wood, +/turf/open/mars_cave/mars_cave_9, +/area/bigredv2/caves_north) +"nOb" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/handrail, -/turf/open/floor/darkyellow2/southwest, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/dark, /area/bigredv2/outside/engineering) -"nPB" = ( -/turf/open/mars_cave/mars_cave_11, +"nPv" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"nPz" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_cave_7, /area/bigredv2/caves_virology) -"nQx" = ( -/obj/structure/machinery/power/apc/power/north{ - name = "Dormitories APC" +"nPA" = ( +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"nQy" = ( -/obj/effect/landmark/crap_item, +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/asteroidwarning/east, +/area/bigred/ground/garage_workshop) +"nPE" = ( +/obj/structure/bed/chair/comfy/orange{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/bigredv2/caves/lambda/breakroom) +"nPR" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_18, -/area/bigredv2/caves_lambda) +/turf/open/floor/darkyellowcorners2, +/area/bigredv2/caves/eta/living) "nQD" = ( -/obj/effect/landmark/crap_item, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/filtration_cave_cas) -"nQF" = ( -/obj/effect/decal/cleanable/blood/gibs/xeno/down, -/turf/open/mars/mars_dirt_3, -/area/bigredv2/outside/n) -"nQR" = ( -/turf/open/mars_cave/mars_cave_19, -/area/bigredv2/outside/ne) -"nQT" = ( -/turf/open/floor/delivery, -/area/bigred/ground/garage_workshop) -"nQV" = ( -/obj/structure/machinery/computer/station_alert, -/obj/structure/surface/table, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/engineering) -"nRm" = ( +/obj/item/stack/cable_coil/cut, +/turf/open/mars_cave/mars_cave_3, +/area/bigredv2/caves/mining) +"nQG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/filtration_plant) +"nQS" = ( /obj/structure/surface/table, -/obj/item/clothing/head/collectable/tophat/super, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"nRw" = ( +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/whitegreen/north, +/area/bigredv2/outside/medical) +"nRi" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/bar) -"nRR" = ( -/obj/structure/machinery/conveyor{ - dir = 9; - id = "anomalybelt" +/obj/item/clothing/under/darkred, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/general_offices) +"nRu" = ( +/obj/effect/landmark/crap_item, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/lz2_south_cas) +"nRE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/mars/mars_dirt_10, +/area/bigredv2/outside/s) +"nRQ" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "\improper Eta Lab Maintenance Storage" }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/research) -"nRU" = ( /turf/open/floor/delivery, -/area/bigredv2/outside/cargo) -"nSQ" = ( -/obj/structure/stairs/perspective{ - dir = 6; - icon_state = "p_stair_full" +/area/bigredv2/caves/eta/storage) +"nRW" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/darkred2/north, -/area/bigredv2/outside/admin_building) -"nSR" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/caves_sw) -"nTd" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/outside/admin_building) -"nTe" = ( -/turf/open/floor/warnwhite/west, -/area/bigredv2/outside/medical) -"nTk" = ( -/obj/structure/machinery/computer3/server, -/turf/open/floor/podhatchfloor, -/area/bigredv2/outside/admin_building) -"nTp" = ( -/turf/open/floor/plating/warnplate/north, -/area/bigredv2/caves/lambda/xenobiology) -"nTx" = ( -/obj/structure/surface/table, -/turf/open/floor/darkred2/west, -/area/bigredv2/caves/eta/research) -"nUA" = ( -/obj/structure/surface/table, -/obj/item/storage/fancy/cigarettes/kpack{ - pixel_x = 6 +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/engineering) +"nRY" = ( +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/virology) +"nSd" = ( +/obj/structure/machinery/light{ + dir = 8 }, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/nw) +"nSm" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/wood, +/area/bigredv2/caves/lambda/breakroom) +"nSW" = ( +/obj/structure/machinery/computer/secure_data, +/obj/structure/surface/table, +/turf/open/floor/dark, +/area/bigredv2/outside/marshal_office) +"nSX" = ( +/obj/item/ammo_magazine/rifle/mar40/lmg, /turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) -"nUL" = ( -/obj/structure/bed/chair{ +"nTp" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/c) +"nTM" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/obj/structure/platform/kutjevo/rock{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/white, -/area/bigredv2/outside/marshal_office) -"nUN" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/bigredv2/outside/office_complex) -"nVc" = ( -/obj/structure/pipes/vents/pump{ +/obj/structure/platform/kutjevo/rock{ dir = 1 }, -/turf/open/floor/redcorner, -/area/bigredv2/outside/office_complex) -"nVe" = ( -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/caves_east) -"nVk" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - name = "\improper Eta Lab Cell" +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 8 }, -/turf/open/floor/delivery, -/area/bigredv2/caves/eta/research) -"nVz" = ( -/turf/open/floor/white, -/area/bigredv2/outside/admin_building) -"nWc" = ( -/obj/item/device/radio/headset, -/turf/open/floor/dark, -/area/bigredv2/outside/telecomm) -"nWl" = ( -/obj/structure/bed/chair{ +/obj/structure/platform_decoration/kutjevo/rock{ dir = 4 }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/turf/open/mars_cave/mars_cave_2, +/area/space) +"nUh" = ( +/obj/effect/decal/cleanable/blood{ + base_icon = 'icons/obj/items/weapons/grenade.dmi'; + desc = "An expended M55C tear gas grenade that was used for nonlethal riot control. These used to be used on USCM ships until they found out that marines are already used to teargas so the U.S.S Re-education made a better model through 'extensive trials' that works on marines, which is now the M66 used by MPs today. Being now utterly useless to marines and phased out by the M66, M55Cs were spread around the colonies across the UA galaxy like salt to be used on poor colonists instead."; + icon = 'icons/obj/items/weapons/grenade.dmi'; + icon_state = "grenade_custom"; + name = "M55C Teargas grenade" + }, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"nUj" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"nUk" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/darkredcorners2/east, +/area/bigredv2/caves/eta/xenobiology) +"nUp" = ( +/obj/structure/machinery/conveyor{ + id = "anomalybelt" + }, +/obj/structure/window/reinforced{ + dir = 8 }, +/obj/structure/plasticflaps, /turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"nWs" = ( -/turf/open/mars_cave/mars_cave_6, /area/bigredv2/caves/lambda/research) -"nWw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/space_port_lz2) -"nWx" = ( -/obj/structure/machinery/landinglight/ds1/delaytwo{ - dir = 4 - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/space_port) -"nWz" = ( -/obj/structure/pipes/standard/simple/hidden/green, +"nUs" = ( +/obj/effect/spawner/random/toolbox, +/turf/open/floor/darkish, +/area/bigredv2/caves/lambda/virology) +"nVG" = ( +/turf/open/floor/purple/southeast, +/area/bigredv2/caves/lambda/research) +"nVO" = ( /obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ dir = 1; - name = "\improper Medical Clinic" + id_tag = "mbayexit"; + name = "Medbay Reception"; + req_one_access_txt = "2;8;19" }, -/turf/open/floor/delivery, -/area/bigredv2/outside/medical) -"nWZ" = ( -/obj/structure/bed/chair, -/turf/open/floor/darkish, +/turf/open/floor/white, /area/bigredv2/outside/medical) -"nXb" = ( -/turf/open/floor/darkgreen2/southwest, -/area/bigredv2/caves/eta/xenobiology) -"nXv" = ( -/turf/open/mars_cave/mars_cave_23, -/area/bigredv2/outside/lz1_telecomm_cas) -"nYx" = ( -/obj/structure/barricade/handrail/wire, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/c) -"nYD" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/general_air_control/large_tank_control{ - name = "Oxygen Supply Console" +"nWh" = ( +/obj/structure/stairs/perspective{ + dir = 6; + icon_state = "p_stair_full" }, -/obj/structure/cable{ - icon_state = "11-2" +/turf/open/floor/darkred2/north, +/area/bigredv2/outside/admin_building) +"nWk" = ( +/obj/structure/machinery/light/small{ + dir = 1 }, -/turf/open/floor/plating/platingdmg3/west, +/turf/open/mars_cave/mars_cave_3, /area/bigredv2/caves/mining) +"nWW" = ( +/obj/structure/surface/table, +/obj/effect/decal/cleanable/ash, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/engineering) +"nWX" = ( +/obj/structure/surface/table/woodentable, +/obj/item/toy/beach_ball, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/wood, +/area/bigredv2/outside/dorms) +"nXb" = ( +/turf/open/floor/asteroidwarning/northwest, +/area/bigredv2/outside/virology) +"nXo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/remains/human, +/obj/effect/landmark/static_comms/net_two{ + broken_on_spawn = 1 + }, +/turf/open/floor/podhatchfloor, +/area/bigredv2/outside/engineering) +"nXQ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/caves_lambda) +"nYf" = ( +/turf/open/floor/darkblue2/southwest, +/area/bigredv2/caves/eta/storage) +"nYE" = ( +/obj/effect/landmark/crap_item, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/c) "nYV" = ( /obj/item/tool/warning_cone, /turf/open/mars, /area/bigredv2/outside/s) -"nZj" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"nZy" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor{ - dir = 1; - name = "\improper Engineering Workshop" - }, -/turf/open/floor/delivery, -/area/bigred/ground/garage_workshop) -"nZC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/device/flashlight/lantern, -/turf/open/floor/plating/platingdmg2/west, -/area/bigredv2/caves/mining) -"nZE" = ( -/turf/open/floor/darkblue2/southeast, +"nZa" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave/mars_cave_5, /area/bigredv2/caves/eta/research) +"nZo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W-corner" + }, +/turf/open/floor/dark, +/area/bigredv2/outside/telecomm) "nZK" = ( /obj/item/ore/diamond, /obj/item/stack/sheet/mineral/diamond{ @@ -19048,797 +18810,813 @@ /obj/structure/largecrate/random/case/double, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"nZU" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out" - }, -/obj/structure/machinery/light/built{ - dir = 4 - }, -/turf/open/floor/whitegreen/southeast, -/area/bigredv2/caves/lambda/virology) -"nZZ" = ( -/turf/open/floor/darkred2, -/area/bigredv2/outside/admin_building) -"oag" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/landinglight/ds2/delayone, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/space_port_lz2) -"oaj" = ( -/obj/effect/landmark/monkey_spawn, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/whitepurplefull, -/area/bigredv2/caves/lambda/xenobiology) -"oau" = ( -/obj/structure/coatrack{ - pixel_x = -5; - pixel_y = 13 - }, -/obj/item/clothing/shoes/dress{ - pixel_y = -13 - }, -/obj/item/clothing/under/suit_jacket/trainee{ - pixel_x = -6; - pixel_y = 15 - }, +"nZO" = ( +/obj/structure/surface/table, /turf/open/floor/wood, -/area/bigredv2/outside/admin_building) -"oaF" = ( -/obj/structure/machinery/portable_atmospherics/canister/air, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellow2/northwest, -/area/bigredv2/outside/engineering) -"oaL" = ( -/obj/item/weapon/broken_bottle, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) +/area/bigredv2/outside/dorms) +"oab" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "prison_breakout" + }, +/turf/closed/wall/solaris/reinforced, +/area/bigredv2/outside/marshal_office) +"oaI" = ( +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/caves_east) "oaX" = ( -/turf/open/floor/white, -/area/bigredv2/outside/office_complex) +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/research) "obf" = ( /obj/effect/landmark/nightmare{ insert_tag = "lambda-graveyard" }, /turf/closed/wall/solaris/reinforced, /area/bigredv2/outside/se) -"obl" = ( -/obj/structure/pipes/standard/simple/hidden/green, +"obt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-5" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"obA" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/grimy, +/area/bigredv2/outside/dorms) +"obJ" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, +/obj/item/bananapeel, +/turf/open/floor/darkyellow2/east, /area/bigredv2/outside/engineering) -"obu" = ( -/obj/structure/machinery/light{ - dir = 4 +"obO" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 }, -/obj/structure/machinery/computer/aifixer, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/dorms) +"obV" = ( +/obj/structure/closet/secure_closet/RD, +/turf/open/floor/elevatorshaft/north, +/area/bigredv2/caves/lambda/breakroom) +"oca" = ( /obj/structure/surface/table, -/turf/open/floor/darkblue2/east, -/area/bigredv2/caves/eta/research) -"obH" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/c) -"obR" = ( -/obj/structure/machinery/door_control{ - id = "sci_br"; - name = "Observation Shutters"; - pixel_y = 28 + dir = 4 }, -/turf/open/floor/darkpurplecorners2, -/area/bigredv2/caves/lambda/breakroom) -"obX" = ( -/obj/structure/surface/table, -/obj/item/tool/lighter/random, +/obj/item/tool/surgery/surgicaldrill, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/engineering) -"ocd" = ( -/obj/item/device/flashlight/lantern, -/turf/open/mars_cave/mars_dirt_5, -/area/bigredv2/caves/mining) -"ocg" = ( -/obj/structure/machinery/light, -/turf/open/floor/dark, -/area/bigredv2/outside/general_offices) +/turf/open/floor/yellowfull, +/area/bigredv2/outside/general_store) +"oci" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/sw) "ocp" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/bigredv2/caves/eta/research) -"oda" = ( -/obj/item/explosive/grenade/custom/antiweed, -/turf/open/floor/whitegreenfull, +"odo" = ( +/obj/effect/decal/cleanable/mucus, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/turf/open/floor/darkpurple2/east, /area/bigredv2/caves/lambda/xenobiology) -"ods" = ( -/obj/structure/surface/table, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/storage) +"odp" = ( +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/caves_east) "odw" = ( /obj/structure/bed, /turf/open/floor/plating, /area/bigredv2/outside/cargo) -"odI" = ( -/obj/effect/landmark/hunter_secondary, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/caves_lambda) -"odX" = ( -/turf/open/mars/mars_dirt_11, -/area/bigredv2/outside/nw) -"oeF" = ( -/obj/structure/machinery/power/apc/power/north, -/turf/open/floor, -/area/bigredv2/outside/cargo) -"ofk" = ( -/turf/open/floor/darkgreen2/west, -/area/bigredv2/caves/eta/xenobiology) +"oep" = ( +/obj/item/tool/extinguisher, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/engineering) +"oeB" = ( +/obj/structure/largecrate/guns, +/turf/open/floor/bot, +/area/bigredv2/caves/eta/storage) +"oeC" = ( +/obj/structure/closet/secure_closet/marshal, +/turf/open/floor/dark, +/area/bigredv2/outside/marshal_office) +"oeD" = ( +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/s) +"oeI" = ( +/turf/open/floor/whitepurplecorner/east, +/area/bigredv2/caves/lambda/research) +"oeJ" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "\improper Lambda Lab Administration Office" + }, +/turf/open/floor/delivery, +/area/bigredv2/caves/lambda/breakroom) +"ofb" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/carpet15_15/west, +/area/bigredv2/outside/bar) "ofn" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/wall/solaris, /area/bigredv2/outside/filtration_plant) -"ofK" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/w) -"ofP" = ( -/turf/open/mars_cave/mars_cave_11, -/area/bigredv2/caves_se) -"ofW" = ( -/obj/structure/pipes/standard/simple/visible{ - dir = 9 +"ofJ" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 1 }, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/medical) +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/space_port_lz2) +"ofQ" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/closet/cabinet, +/obj/item/clothing/accessory/armband, +/obj/structure/pipes/vents/pump/on, +/turf/open/floor/wood, +/area/bigredv2/caves/eta/living) "ofX" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/closed/wall/solaris/reinforced, /area/bigredv2/outside/s) -"ogv" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -1; - pixel_y = 5 +"ofZ" = ( +/turf/open/floor/freezerfloor, +/area/bigredv2/caves/lambda/xenobiology) +"ogP" = ( +/obj/structure/bed/chair, +/turf/open/floor/grimy, +/area/bigredv2/outside/marshal_office) +"ohi" = ( +/obj/effect/decal/cleanable/blood{ + dir = 4; + icon_state = "gib6" }, -/turf/open/mars_cave/mars_cave_13, -/area/bigredv2/caves/mining) -"ogT" = ( -/obj/structure/surface/table, -/obj/item/toy/sword, /turf/open/floor/whitebluefull/northeast, /area/bigredv2/outside/general_store) -"ogY" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/technology_scanner, -/turf/open/floor/darkblue2/southwest, -/area/bigredv2/caves/eta/research) -"ohc" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - dir = 1; - name = "\improper Recreation" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/dorms) -"oho" = ( -/obj/structure/toilet{ - pixel_y = 8 - }, -/obj/effect/decal/cleanable/vomit, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) "ohw" = ( -/obj/effect/landmark/crap_item, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/lz2_west_cas) -"ohF" = ( -/obj/structure/closet/wardrobe/virology_white, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"ohR" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 +/obj/structure/bed/chair/office/light{ + dir = 8 }, -/turf/open/floor/grimy, -/area/bigredv2/outside/marshal_office) +/turf/open/floor/wood, +/area/bigredv2/caves/eta/living) +"ohF" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_cave_18, +/area/bigredv2/caves_virology) +"ohU" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/open/floor/whitegreen/southwest, +/area/bigredv2/caves/lambda/virology) "ohY" = ( /obj/structure/cargo_container/hd/left/alt, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"oij" = ( +"oid" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/e) -"oio" = ( -/obj/effect/decal/cleanable/blood/oil/streak, -/turf/open/floor/asteroidfloor/north, -/area/bigred/ground/garage_workshop) -"oiE" = ( -/obj/structure/machinery/landinglight/ds2{ +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"oii" = ( +/obj/structure/bookcase/manuals/research_and_development, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/whitepurple/northwest, +/area/bigredv2/caves/lambda/xenobiology) +"oik" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 8 + }, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"oil" = ( +/turf/open/floor/darkgreencorners2, +/area/bigredv2/caves/lambda/virology) +"oit" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table/woodentable, +/obj/structure/window{ + dir = 8 + }, +/obj/structure/machinery/door_control{ + id = "Library"; + name = "Storm Shutters" + }, +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"oiz" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "xgib1" + }, +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/caves/mining) +"oiD" = ( +/turf/open/mars_cave/mars_cave_10, +/area/bigredv2/caves/eta/research) +"oiR" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 }, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/space_port_lz2) -"oiQ" = ( /turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"oiT" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/eta) +/area/bigredv2/caves/eta/research) "ojb" = ( -/turf/open/mars_cave/mars_dirt_5, -/area/bigredv2/outside/filtration_plant) -"ojg" = ( -/obj/structure/closet/secure_closet, -/turf/open/floor/redfull/northwest, +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/rack, +/obj/item/tool/pickaxe/drill{ + pixel_y = 8 + }, +/obj/item/tool/pickaxe/drill{ + pixel_y = -8 + }, +/obj/item/tool/pickaxe/drill, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"ojp" = ( +/obj/structure/machinery/r_n_d/protolathe, +/turf/open/floor/darkyellow2/west, /area/bigredv2/caves/eta/research) -"ojH" = ( -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/outside/filtration_plant) -"ojK" = ( -/obj/structure/barricade/handrail{ - dir = 1; - pixel_y = 2 +"ojA" = ( +/turf/open/floor/whitegreencorner/east, +/area/bigredv2/caves/lambda/xenobiology) +"ojU" = ( +/obj/item/device/analyzer, +/turf/open/floor/white, +/area/bigredv2/outside/office_complex) +"ojX" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_lambda) +"oko" = ( +/obj/structure/machinery/door_control{ + id = "Marshal Offices"; + name = "Storm Shutters"; + pixel_x = -32 }, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/filtration_plant) -"okd" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ +/turf/open/floor/redcorner, +/area/bigredv2/outside/marshal_office) +"okA" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/whitepurple/northeast, +/area/bigredv2/caves/lambda/xenobiology) +"okH" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/open/floor/whitegreencorner, +/area/bigredv2/outside/medical) +"okI" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/carpet13_5/west, +/area/bigredv2/outside/bar) +"okK" = ( +/obj/item/stack/cable_coil/cut, +/turf/open/mars_cave/mars_cave_16, +/area/bigredv2/caves/mining) +"olk" = ( +/obj/structure/bed/chair/office/dark{ dir = 4 }, -/turf/open/floor/warnwhite/west, -/area/bigredv2/outside/virology) -"okP" = ( -/turf/open/floor/whitepurple/southeast, -/area/bigredv2/caves/lambda/research) -"olc" = ( -/obj/structure/platform_decoration/kutjevo/rock{ +/turf/open/floor/dark, +/area/bigredv2/caves/eta/research) +"ols" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/general_store) +"olv" = ( +/obj/structure/machinery/camera/autoname{ dir = 1 }, -/turf/open/mars/mars_dirt_12, -/area/space) -"olj" = ( -/obj/structure/xenoautopsy/tank/broken, -/turf/open/floor/darkredcorners2/west, -/area/bigredv2/caves/eta/xenobiology) -"olI" = ( -/turf/open/floor/darkyellowcorners2/north, -/area/bigredv2/outside/filtration_plant) -"olO" = ( -/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/general_store) +"olW" = ( /obj/effect/landmark/crap_item, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"olZ" = ( -/obj/structure/prop/invuln/minecart_tracks{ - desc = "A heavy duty power cable for high voltage applications"; - dir = 1; - icon = 'icons/obj/pipes/power_cond_heavy.dmi'; - icon_state = "1-2-4"; - name = "heavy duty power cable" +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/s) +"olY" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Control Module"; + pixel_y = 13 }, -/obj/structure/machinery/power/port_gen/pacman/super, -/turf/open/floor/plating/platingdmg3/west, +/turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves/mining) -"omc" = ( -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/eta) -"ome" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Private Office" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/office_complex) "omC" = ( /obj/structure/barricade/handrail, /turf/open/floor/plating/plating_catwalk, /area/bigredv2/outside/engineering) -"omP" = ( -/obj/effect/landmark/corpsespawner/scientist, -/turf/open/floor/darkgreen2/southeast, -/area/bigredv2/caves/lambda/virology) -"omS" = ( -/obj/structure/prop/tower, -/turf/open/floor/asteroidplating, +"onb" = ( +/obj/structure/machinery/landinglight/ds1/delaythree, +/turf/open/floor/asteroidwarning, /area/bigredv2/outside/space_port) -"onv" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - dir = 1; - id_tag = "mbayexit"; - name = "Medbay Reception"; - req_one_access_txt = "2;8;19" +"onx" = ( +/obj/structure/pipes/vents/pump/on, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/general_offices) +"onz" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tool, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/space_port_lz2) +"onO" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/white, -/area/bigredv2/outside/medical) +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/e) "onR" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/broken, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"onW" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/asteroidfloor/north, -/area/bigred/ground/garage_workshop) -"ool" = ( -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/c) -"ooO" = ( -/obj/structure/machinery/landinglight/ds1/delaytwo{ - dir = 8 - }, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/space_port) -"ooY" = ( +"onT" = ( +/obj/structure/largecrate/random/barrel/green, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/door_control{ - id = "Medical"; - name = "Storm Shutters"; - pixel_y = -32 - }, -/obj/structure/machinery/iv_drip, -/turf/open/floor/whitegreen, -/area/bigredv2/outside/medical) -"opg" = ( -/obj/structure/prop/invuln/minecart_tracks{ - desc = "A heavy duty power cable for high voltage applications"; - dir = 1; - icon = 'icons/obj/pipes/power_cond_heavy.dmi'; - icon_state = "1-2"; - name = "heavy duty power cable" - }, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"opj" = ( -/obj/item/tool/pickaxe, -/turf/open/mars_cave/mars_dirt_6, -/area/bigredv2/caves/mining) -"opm" = ( +"onZ" = ( +/obj/structure/surface/table, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - name = "\improper Eta Lab Director's Office" - }, -/turf/open/floor/delivery, -/area/bigredv2/caves/eta/research) -"opJ" = ( -/obj/effect/decal/cleanable/blood/gibs/up, -/turf/open/floor/dark, -/area/bigredv2/outside/space_port) -"opU" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 1; - name = "\improper Marshal Office" +/obj/item/device/healthanalyzer, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/general_store) +"ooA" = ( +/obj/structure/surface/table, +/obj/item/clothing/glasses/science, +/turf/open/floor/whitepurple/north, +/area/bigredv2/caves/lambda/research) +"opg" = ( +/turf/open/floor/podhatch/north, +/area/bigredv2/caves/lambda/research) +"opn" = ( +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/lz2_west_cas) +"opq" = ( +/obj/structure/machinery/light, +/turf/open/floor/bot/north, +/area/bigredv2/outside/cargo) +"opC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/e) +"oqs" = ( +/turf/open/floor/asteroidwarning/southeast, +/area/bigredv2/outside/filtration_cave_cas) +"oqC" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/item/ore/diamond, +/obj/effect/landmark/corpsespawner/miner, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"oqG" = ( +/turf/open/mars_cave/mars_cave_14, +/area/bigredv2/caves_sw) +"oqI" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/delivery, -/area/bigredv2/outside/marshal_office) -"oqn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkblue2/east, -/area/bigredv2/caves/eta/storage) -"oqX" = ( +/turf/open/floor/darkyellowcorners2/west, +/area/bigredv2/outside/engineering) +"oro" = ( /obj/structure/surface/table, +/obj/item/tool/lighter/random, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/dark, +/turf/open/floor/darkyellow2, /area/bigredv2/outside/engineering) -"oqZ" = ( -/turf/open/floor/darkred2/southeast, -/area/bigredv2/caves/eta/xenobiology) -"ork" = ( -/obj/structure/machinery/light{ - dir = 4 +"ors" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = 30 }, -/obj/structure/largecrate, -/turf/open/floor/asteroidfloor/north, -/area/bigred/ground/garage_workshop) -"orH" = ( -/obj/structure/surface/table, /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 9 }, -/obj/item/trash/plate, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"orN" = ( -/obj/structure/sign/safety/galley{ - pixel_x = -32 +/turf/open/floor/white, +/area/bigredv2/outside/admin_building) +"orx" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/engineering) +"orP" = ( +/obj/structure/machinery/camera/autoname, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/engineering) +"orX" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/n) +"orY" = ( +/obj/structure/prop/almayer/missile_tube{ + desc = "A detached drill arm of a big old Seegson D-602 Mining Robot. Seems to be jury rigged to run without the main robot assembly."; + name = "\improper Massive mining drill"; + pixel_y = 13 }, -/obj/item/stack/sheet/metal{ - amount = 30 +/turf/open/mars_cave/mars_dirt_5, +/area/bigredv2/caves/mining) +"osf" = ( +/obj/structure/machinery/light{ + dir = 1 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/dark, /area/bigredv2/outside/engineering) -"orZ" = ( -/obj/structure/machinery/alarm{ - dir = 4; - pixel_x = -30 +"osk" = ( +/obj/structure/machinery/power/apc/no_power/south, +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/darkyellowcorners2/west, -/area/bigredv2/caves/eta/living) -"osa" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/filtration_cave_cas) -"osf" = ( -/obj/structure/reagent_dispensers/virusfood{ - pixel_x = -32 +/turf/open/floor/greengrid, +/area/bigredv2/outside/telecomm) +"osY" = ( +/obj/structure/bed/chair{ + dir = 1 }, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"osm" = ( -/obj/structure/surface/table, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/virology) -"osS" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 1; - name = "\improper Bar Maintenance" +/turf/open/floor/darkish, +/area/bigredv2/caves/lambda/breakroom) +"otQ" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 3; + pixel_y = 15 + }, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"otS" = ( +/obj/structure/bed/chair, +/turf/open/mars_cave/mars_cave_23, +/area/bigredv2/caves/eta/research) +"oun" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/bar) -"otf" = ( -/obj/structure/machinery/light, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"otn" = ( -/turf/open/mars_cave/mars_cave_20, -/area/bigredv2/caves_research) -"otB" = ( -/obj/item/tool/pickaxe/drill, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_lambda) -"otF" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/c) -"otG" = ( +/turf/open/floor/redfull/northwest, +/area/bigredv2/caves/eta/research) +"ouA" = ( +/obj/structure/fence, +/turf/open/mars/mars_dirt_12, +/area/bigredv2/outside/se) +"ouG" = ( /obj/structure/surface/table, -/obj/item/folder/yellow, -/turf/open/floor/dark, -/area/bigredv2/outside/telecomm) -"ouo" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "SW-out"; - pixel_y = -1 +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"ouZ" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = 30 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkred2/northeast, -/area/bigredv2/outside/admin_building) -"our" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/general_offices) +"ova" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/wood, +/area/bigredv2/outside/office_complex) +"ovo" = ( +/obj/structure/pipes/vents/scrubber/on{ + dir = 8 + }, +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/breakroom) +"ovx" = ( +/obj/structure/machinery/light, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/n) +"ovL" = ( +/mob/living/simple_animal/hostile/retaliate/clown{ + desc = "Always returning. Always watching."; + health = 10000; + move_to_delay = 2; + name = "Gonzo the Magnificent"; + rapid = 1 }, -/obj/structure/machinery/camera/autoname{ +/obj/structure/platform_decoration/kutjevo/rock{ dir = 8 }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/virology) -"ouF" = ( -/obj/structure/machinery/portable_atmospherics/canister/air, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/engineering) -"ouL" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = 6 - }, -/turf/open/mars_cave/mars_cave_15, -/area/bigredv2/caves/mining) -"ouY" = ( -/turf/open/mars_cave/mars_cave_9, -/area/bigredv2/caves_lambda) -"ovG" = ( -/turf/open/mars/mars_dirt_9, -/area/bigredv2/outside/s) -"owy" = ( -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves_sw) -"owN" = ( -/obj/structure/bed/chair{ +/obj/structure/platform_decoration/kutjevo/rock{ dir = 4 }, +/turf/open/mars_cave/mars_cave_2, +/area/space) +"ovV" = ( +/obj/structure/machinery/alarm{ + dir = 1; + pixel_y = -30 + }, /turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"oxa" = ( +/area/bigredv2/caves/lambda/breakroom) +"owa" = ( +/turf/open/floor/whitegreen/east, +/area/bigredv2/outside/medical) +"owK" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/vending/cigarette/colony, -/turf/open/floor, -/area/bigredv2/outside/general_offices) -"oxe" = ( -/turf/open/floor/carpet15_15/west, -/area/bigredv2/outside/admin_building) +/obj/structure/closet/crate/trashcart, +/turf/open/floor/bot/north, +/area/bigredv2/outside/cargo) +"oxc" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/whitegreen/north, +/area/bigredv2/outside/medical) "oxk" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor, /area/bigred/ground/garage_workshop) -"oxR" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/plating/warnplate/southwest, -/area/bigredv2/caves/lambda/xenobiology) -"oxV" = ( -/turf/open/mars_cave/mars_cave_10, -/area/bigredv2/caves_north) -"oyn" = ( -/obj/structure/machinery/biogenerator, -/turf/open/floor/whitegreen, -/area/bigredv2/caves/lambda/xenobiology) -"oyq" = ( -/obj/structure/pipes/standard/simple/hidden/green, +"oxo" = ( +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/red/north, +/area/bigredv2/outside/lambda_cave_cas) +"oxA" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/engineering) -"oys" = ( -/obj/structure/machinery/light, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/medical) -"oyA" = ( -/obj/structure/machinery/landinglight/ds1/delaytwo{ - dir = 1 - }, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/space_port) -"oyM" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - name = "\improper Lambda Checkpoint" +/obj/structure/surface/rack, +/obj/item/stack/sheet/mineral/uranium{ + amount = 50 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/lambda_cave_cas) -"oyX" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "xgib1" +/turf/open/floor/dark, +/area/bigredv2/outside/general_offices) +"oxP" = ( +/turf/open/floor/darkpurple2/west, +/area/bigredv2/caves/lambda/xenobiology) +"oxS" = ( +/obj/structure/machinery/mecha_part_fabricator, +/turf/open/floor/white, +/area/bigredv2/outside/office_complex) +"oxY" = ( +/obj/structure/largecrate/random, +/turf/open/floor/asteroidplating, +/area/bigredv2/outside/space_port_lz2) +"oyq" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -5; + pixel_y = 10 }, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"oze" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/mars_cave/mars_cave_11, -/area/bigredv2/caves_se) -"ozu" = ( -/obj/item/device/analyzer, -/turf/open/floor/white, -/area/bigredv2/outside/office_complex) +"oyr" = ( +/turf/open/floor/whitepurplecorner/west, +/area/bigredv2/caves/lambda/xenobiology) +"oyz" = ( +/obj/structure/reagent_dispensers/fueltank/gas, +/turf/open/mars_cave/mars_cave_15, +/area/bigredv2/caves/mining) +"ozh" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/north, +/area/bigred/ground/garage_workshop) +"ozm" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/grimy, +/area/bigredv2/outside/dorms) "ozv" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/floor/plating, /area/bigredv2/caves_virology) +"ozH" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 1; + name = "\improper Lambda Lab Maintenance" + }, +/turf/open/floor/delivery, +/area/bigredv2/caves/lambda/xenobiology) +"ozK" = ( +/obj/item/ammo_magazine/shotgun/beanbag, +/turf/open/mars_cave/mars_cave_17, +/area/bigredv2/caves_research) "ozR" = ( -/obj/structure/disposalpipe/junction, -/turf/open/mars_cave/mars_cave_2, +/turf/open/floor/asteroidwarning, +/area/bigredv2/caves_lambda) +"oAd" = ( +/turf/open/mars_cave/mars_cave_17, /area/bigredv2/caves/mining) -"oAh" = ( -/obj/structure/machinery/portable_atmospherics/hydroponics, -/turf/open/floor/whitegreen, -/area/bigredv2/caves/lambda/xenobiology) -"oAj" = ( -/obj/structure/machinery/computer/med_data, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"oAk" = ( -/obj/structure/machinery/light, -/turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"oAw" = ( -/obj/structure/largecrate/supply, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/n) -"oAL" = ( -/obj/structure/machinery/light{ +"oAp" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/surface/table/woodentable, -/obj/item/prop/magazine/book/bladerunner{ - pixel_y = 3 - }, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"oAS" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/drinks/flask/vacuumflask, -/obj/item/reagent_container/food/drinks/flask, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"oAT" = ( -/obj/item/device/taperecorder, -/turf/open/floor/white, -/area/bigredv2/outside/office_complex) -"oAX" = ( +/turf/open/floor/darkish, +/area/bigredv2/caves/lambda/breakroom) +"oAv" = ( +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/outside/filtration_cave_cas) +"oAz" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/virology) -"oBt" = ( +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_lambda) +"oAS" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_se) +"oBd" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning, -/area/bigred/ground/garage_workshop) -"oBw" = ( -/obj/structure/machinery/landinglight/ds1/delaythree{ +/obj/structure/machinery/light_construct{ dir = 8 }, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/space_port) -"oBx" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/c) -"oBD" = ( -/obj/structure/surface/table/reinforced, -/obj/effect/decal/cleanable/dirt, -/obj/item/trash/waffles, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"oBP" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - name = "\improper Dormitories EVA" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/general_offices) -"oBS" = ( -/obj/effect/decal/cleanable/blood/gibs/down, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/dark, -/area/bigredv2/outside/office_complex) -"oBW" = ( -/obj/structure/surface/table, -/obj/item/device/megaphone, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"oCi" = ( -/obj/structure/surface/table, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/engineering) +"oBG" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/clothing/glasses/welding, +/obj/effect/landmark/hunter_primary, /turf/open/floor/dark, /area/bigredv2/outside/engineering) -"oCE" = ( -/turf/open/floor/podhatchfloor, -/area/bigredv2/caves/lambda/research) -"oDe" = ( -/turf/open/floor/whiteyellow, -/area/bigredv2/caves/lambda/xenobiology) -"oDJ" = ( -/obj/effect/decal/cleanable/dirt, +"oBX" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/turf/open/floor/dark, +/area/bigredv2/outside/admin_building) +"oCb" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/filtration_plant) -"oDP" = ( -/obj/structure/machinery/chem_master, -/turf/open/floor/darkred2/west, -/area/bigredv2/caves/eta/research) -"oDY" = ( -/obj/structure/bed/chair/wood/normal{ - dir = 8 +/obj/structure/machinery/vending/cola, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/general_store) +"oDr" = ( +/obj/structure/machinery/power/apc/power/north{ + name = "Bar APC" }, -/turf/open/floor/chapel/west, -/area/bigredv2/outside/chapel) -"oEf" = ( /turf/open/floor/wood, /area/bigredv2/outside/bar) -"oEQ" = ( -/obj/structure/platform/kutjevo/rock, -/obj/structure/platform/kutjevo/rock{ - dir = 8 +"oDv" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 }, -/obj/structure/platform_decoration/kutjevo/rock{ +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"oDy" = ( +/turf/open/floor/white, +/area/bigredv2/outside/admin_building) +"oEg" = ( +/obj/effect/landmark/hunter_secondary, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/space_port_lz2) +"oEx" = ( +/obj/structure/machinery/alarm{ + dir = 1; + pixel_y = -30 + }, +/turf/open/floor/dark, +/area/bigredv2/outside/chapel) +"oEF" = ( +/turf/open/mars/mars_dirt_6, +/area/bigredv2/outside/w) +"oEO" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"oEU" = ( +/obj/structure/surface/table, +/obj/structure/machinery/cell_charger, +/obj/structure/machinery/light{ dir = 1 }, -/turf/open/mars_cave/mars_cave_2, -/area/space) -"oFi" = ( -/obj/structure/surface/rack, -/obj/item/reagent_container/food/drinks/bottle/goldschlager, +/obj/item/cell/hyper, +/turf/open/floor/whitepurple/northwest, +/area/bigredv2/caves/lambda/research) +"oFd" = ( +/obj/structure/inflatable/door, +/turf/open/floor/darkpurplecorners2/east, +/area/bigredv2/caves/lambda/breakroom) +"oFl" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"oFD" = ( -/obj/structure/largecrate/random/case, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"oFE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/device/radio/headset, -/turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"oFM" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/e) -"oFQ" = ( -/obj/effect/landmark/corpsespawner/miner, -/obj/effect/decal/cleanable/blood, -/turf/open/mars_cave/mars_dirt_4, +"oFm" = ( +/obj/item/device/flashlight/lantern, +/turf/open/mars_cave/mars_dirt_6, /area/bigredv2/caves/mining) -"oGh" = ( -/obj/structure/lamarr, -/turf/open/floor/darkblue2/east, -/area/bigredv2/caves/eta/research) -"oGQ" = ( -/turf/open/floor/asteroidwarning/southeast, -/area/bigred/ground/garage_workshop) -"oHj" = ( -/obj/structure/machinery/light{ +"oFp" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "eta"; + name = "Eta Lockdown" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/eta) +"oFr" = ( +/obj/structure/sign/safety/biohazard{ + pixel_x = 32; + pixel_y = -32 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/general_store) -"oHB" = ( -/obj/structure/prop/server_equipment/broken, -/turf/open/floor/podhatch/southwest, +/turf/open/floor/darkpurple2, /area/bigredv2/caves/lambda/research) -"oHJ" = ( -/obj/structure/curtain/medical, -/turf/open/floor/whitegreen/east, -/area/bigredv2/outside/medical) -"oHY" = ( -/obj/structure/closet/firecloset/full, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/darkyellow2, +"oFL" = ( +/turf/open/floor/darkyellowcorners2/west, +/area/bigredv2/caves/eta/living) +"oFN" = ( +/obj/effect/decal/cleanable/blood/gibs/xeno/down, +/turf/open/mars/mars_dirt_3, +/area/bigredv2/outside/n) +"oFT" = ( +/turf/open/floor/darkyellowcorners2/north, +/area/bigredv2/caves/eta/living) +"oFX" = ( +/obj/structure/machinery/door/poddoor/almayer/closed, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"oGR" = ( +/obj/structure/machinery/portable_atmospherics/canister/air, +/turf/open/floor/darkyellow2/east, /area/bigredv2/outside/engineering) -"oIj" = ( -/obj/structure/machinery/power/turbine, -/turf/open/floor/darkyellow2/west, +"oHf" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/almayer/test_floor4, /area/bigredv2/outside/engineering) -"oIo" = ( -/obj/item/clothing/head/helmet/marine/veteran/ua_riot, -/turf/open/mars_cave/mars_cave_3, -/area/bigredv2/caves/mining) -"oIr" = ( -/turf/open/mars_cave/mars_cave_16, -/area/bigredv2/outside/n) -"oIu" = ( -/obj/structure/machinery/landinglight/ds2/delaytwo{ - dir = 1 - }, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/space_port_lz2) -"oIJ" = ( -/turf/open/mars_cave/mars_cave_9, -/area/bigredv2/caves_research) -"oIX" = ( -/obj/structure/sign/safety/restrictedarea{ - pixel_x = 8; - pixel_y = -32 +"oHn" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/filtration_plant) +"oHr" = ( +/turf/open/floor/darkgreen2/southeast, +/area/bigredv2/caves/eta/xenobiology) +"oHE" = ( +/obj/structure/barricade/handrail{ + dir = 1; + layer = 3.01; + pixel_y = 9 }, +/turf/open/floor/darkyellow2/northeast, +/area/bigredv2/outside/engineering) +"oHG" = ( +/obj/effect/landmark/hunter_primary, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkpurplecorners2/east, -/area/bigredv2/caves/lambda/breakroom) -"oJq" = ( -/obj/effect/decal/cleanable/blood, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/eta) +"oHI" = ( /obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hefa_cult_decals/d32, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"oHN" = ( +/obj/structure/surface/table/woodentable, +/turf/open/floor/cult, +/area/bigredv2/outside/chapel) +"oIk" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 5 }, -/obj/effect/landmark/crap_item, -/turf/open/floor/white, -/area/bigredv2/outside/office_complex) -"oKm" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkred2/north, -/area/bigredv2/outside/admin_building) -"oKI" = ( -/turf/open/floor/dark, -/area/bigredv2/outside/office_complex) -"oKK" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/filtration_plant) +"oIs" = ( +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/blood{ + layer = 3; + pixel_x = 24 + }, +/turf/open/floor/wood, +/area/bigredv2/outside/dorms) +"oIu" = ( +/turf/open/mars_cave/mars_cave_14, +/area/bigredv2/outside/virology) +"oIA" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 1; + name = "\improper Cargo Bay Quartermaster" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/cargo) +"oIE" = ( /obj/effect/decal/cleanable/blood/drip{ pixel_x = -3; pixel_y = 11 @@ -19849,379 +19627,514 @@ }, /turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) -"oKY" = ( -/obj/effect/landmark/xeno_spawn, +"oIQ" = ( +/turf/open/mars_cave/mars_cave_14, +/area/bigredv2/outside/lz2_south_cas) +"oIR" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/mars, +/area/bigredv2/outside/space_port_lz2) +"oIT" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/dark, +/area/bigredv2/outside/admin_building) +"oIY" = ( +/obj/structure/surface/table/woodentable{ + flipped = 1 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"oJb" = ( +/obj/effect/landmark/monkey_spawn, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_2, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/virology) +"oJi" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/eastleft, +/obj/item/weapon/shield/riot, +/turf/open/floor/vault2/west, +/area/bigredv2/outside/marshal_office) +"oJj" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave/mars_cave_18, /area/bigredv2/caves_se) -"oLd" = ( -/obj/structure/filingcabinet/medical{ - density = 0; - pixel_x = -8; - pixel_y = 16 - }, -/obj/structure/filingcabinet/medical{ +"oJv" = ( +/obj/structure/surface/table, +/obj/structure/machinery/faxmachine{ density = 0; - pixel_x = 7; - pixel_y = 16 + req_one_access_txt = "200" }, /turf/open/floor/wood, /area/bigredv2/outside/admin_building) -"oLg" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/obj/structure/machinery/door/poddoor/almayer/closed{ - id = "eta"; - name = "Eta Lockdown" +"oKb" = ( +/obj/structure/xenoautopsy/tank/alien, +/obj/effect/decal/warning_stripes, +/obj/structure/window/reinforced{ + dir = 1 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/lz2_south_cas) -"oLj" = ( +/turf/open/floor/whitepurple/southwest, +/area/bigredv2/caves/lambda/xenobiology) +"oKH" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/light, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/engineering) +"oKN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/filtration_plant) +"oKU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/obj/structure/sign/safety/biohazard{ + pixel_x = 8; + pixel_y = -32 + }, +/obj/structure/machinery/light, +/obj/structure/machinery/door_control{ + id = "viro_q"; + layer = 4; + name = "Qurantine Lockdown"; + normaldoorcontrol = 1; + pixel_x = -25; + req_access_txt = "7"; + specialfunctions = 4 + }, +/turf/open/floor/whitegreen/southwest, +/area/bigredv2/caves/lambda/virology) +"oLp" = ( +/turf/open/floor/darkgreen2/west, +/area/bigredv2/caves/eta/xenobiology) +"oLD" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/space_port_lz2) +"oMy" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tech_supply, +/turf/open/floor/darkyellow2/northwest, +/area/bigredv2/caves/eta/research) +"oMU" = ( +/obj/structure/sign/safety/terminal{ + pixel_y = -32 + }, +/turf/open/floor/white, +/area/bigredv2/outside/admin_building) +"oMZ" = ( /obj/effect/decal/cleanable/blood/drip{ - pixel_x = -9; - pixel_y = 18 + pixel_x = 6 }, -/turf/open/mars_cave/mars_cave_16, +/turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) -"oLs" = ( -/obj/structure/bed/chair{ - dir = 1 +"oNc" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "lz1north_mining" }, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/engineering) -"oMN" = ( +/turf/closed/wall/solaris/reinforced, +/area/bigredv2/outside/space_port) +"oNd" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/ne) -"oMZ" = ( -/obj/structure/surface/table/woodentable, -/obj/structure/pipes/vents/pump, -/obj/item/trash/cheesie, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"oNb" = ( -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/e) +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/white, +/area/bigredv2/outside/office_complex) +"oNg" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4 + }, +/turf/open/floor/plating/warnplate/northeast, +/area/bigredv2/caves/lambda/xenobiology) +"oNq" = ( +/obj/structure/machinery/vending/sovietsoda{ + icon_state = "sovietsoda-broken"; + stat = 1 + }, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) "oNv" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/window/framed/solaris, /turf/open/floor/plating, /area/bigredv2/outside/engineering) -"oNy" = ( -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +"oNF" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"oND" = ( -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/telecomm) -"oNK" = ( -/obj/effect/landmark/xeno_hive_spawn, -/obj/effect/landmark/ert_spawns/groundside_xeno, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_lambda) -"oNV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/handrail, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/engineering) -"oOm" = ( -/obj/structure/machinery/reagentgrinder, +/area/bigredv2/caves/eta/research) +"oNR" = ( +/turf/open/floor/delivery, +/area/bigredv2/caves/lambda/breakroom) +"oNU" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 5 + }, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"oOd" = ( +/turf/open/mars/mars_dirt_13, +/area/bigredv2/caves_north) +"oOe" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/northwest, +/area/bigredv2/outside/virology) +"oOE" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /obj/structure/surface/table/woodentable, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"oOG" = ( +/obj/item/storage/bible, +/turf/open/floor/cult, +/area/bigredv2/outside/chapel) +"oOK" = ( +/obj/effect/landmark/monkey_spawn, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/breakroom) +"oOU" = ( +/obj/item/device/taperecorder, +/turf/open/floor/white, +/area/bigredv2/outside/office_complex) +"oPx" = ( /obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/turf/open/floor/darkish, +/area/bigredv2/caves/lambda/breakroom) +"oPB" = ( +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/bluegrid/damaged3, -/area/bigredv2/caves/lambda/research) -"oOZ" = ( -/obj/structure/surface/table, -/obj/item/bodybag, -/obj/item/bodybag, -/obj/item/bodybag, -/turf/open/floor/whitegreen/north, -/area/bigredv2/outside/medical) +/turf/open/floor/plating/warnplate, +/area/bigredv2/outside/space_port) "oPN" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/se) -"oPR" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/darkgreencorners2, -/area/bigredv2/caves/eta/research) +/turf/open/mars_cave/mars_cave_3, +/area/bigredv2/caves/mining) "oPS" = ( -/obj/structure/machinery/shower{ - dir = 8 - }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/engineering) -"oPT" = ( -/obj/structure/machinery/vending/cigarette/colony, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/floor/dark, -/area/bigredv2/outside/space_port) -"oQi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/compressor{ - dir = 1 - }, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/engineering) -"oQo" = ( -/obj/effect/decal/cleanable/blood{ +/area/bigredv2/caves/eta/xenobiology) +"oPT" = ( +/turf/open/mars/mars_dirt_11, +/area/bigredv2/outside/ne) +"oPZ" = ( +/obj/structure/surface/table, +/obj/item/tool/kitchen/knife, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/general_store) +"oQa" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/c) +"oQh" = ( +/obj/structure/surface/table, +/obj/item/alienjar, +/turf/open/floor/darkredcorners2/east, +/area/bigredv2/caves/eta/xenobiology) +"oQj" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; dir = 8; - icon_state = "gib6"; - layer = 4; - pixel_x = 12; - pixel_y = 3 + health = 25000 }, -/turf/open/mars_cave/mars_cave_16, -/area/bigredv2/caves/mining) -"oQs" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_north) +"oRh" = ( /obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/filtration_plant) -"oRc" = ( -/obj/item/weapon/twohanded/folded_metal_chair{ - pixel_x = -10; - pixel_y = 12 + dir = 1 }, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/plating/platingdmg3/west, +/turf/open/floor/wood, +/area/bigredv2/outside/admin_building) +"oRj" = ( +/turf/open/mars_cave/mars_cave_15, /area/bigredv2/caves/mining) "oRm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/crap_item, +/obj/effect/landmark/xeno_spawn, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/dark, -/area/bigredv2/caves/eta/research) -"oRA" = ( -/turf/open/floor/asteroidwarning/southeast, -/area/bigredv2/outside/lz2_south_cas) -"oRT" = ( +/area/bigredv2/caves/lambda/research) +"oRC" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 + dir = 4 + }, +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Bar Backroom" }, +/turf/open/floor/delivery, +/area/bigredv2/outside/bar) +"oSm" = ( +/obj/item/trash/raisins, /turf/open/floor/dark, /area/bigredv2/outside/office_complex) -"oSh" = ( -/obj/structure/largecrate/cow, -/turf/open/floor/bot/north, -/area/bigredv2/outside/cargo) -"oSl" = ( -/obj/structure/machinery/botany, -/turf/open/floor/whitegreen/north, -/area/bigredv2/outside/marshal_office) -"oSp" = ( -/turf/open/floor/asteroidwarning/northwest, -/area/bigredv2/outside/n) -"oSM" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/c) -"oSR" = ( -/obj/structure/machinery/light/small{ - dir = 1 +"oTc" = ( +/obj/structure/window/framed/solaris/reinforced, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/safety/hvac{ + pixel_x = -32 }, -/turf/open/mars_cave/mars_dirt_4, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"oSU" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves_lambda) -"oTk" = ( +"oTQ" = ( +/obj/structure/fence, /obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/n) -"oTC" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/darkpurple2/north, -/area/bigredv2/caves/lambda/research) -"oTR" = ( -/obj/structure/prop/dam/truck/damaged, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/s) -"oTU" = ( +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/filtration_cave_cas) +"oUf" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/darkyellowcorners2, -/area/bigredv2/caves/eta/living) -"oUi" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/whitegreen/north, -/area/bigredv2/outside/medical) -"oUZ" = ( -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/caves_north) -"oVG" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +/obj/structure/machinery/portable_atmospherics/hydroponics, +/turf/open/floor/whitegreenfull, +/area/bigredv2/outside/hydroponics) +"oUu" = ( /turf/open/floor/asteroidfloor/north, -/area/bigredv2/caves_lambda) -"oVJ" = ( -/obj/structure/machinery/photocopier, -/turf/open/floor/darkred2/north, -/area/bigredv2/caves/eta/research) -"oVP" = ( -/obj/structure/closet/jcloset, -/obj/item/clothing/head/beret/jan, -/obj/item/clothing/head/beret/jan, -/obj/item/clothing/head/beret/jan, -/obj/item/clothing/head/beret/jan, -/obj/item/clothing/head/beret/jan, -/obj/item/clothing/head/beret/jan, -/obj/item/clothing/head/beret/jan, +/area/bigredv2/outside/nw) +"oUY" = ( +/obj/structure/janitorialcart, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/whiteyellowfull/east, /area/bigredv2/outside/office_complex) -"oWk" = ( -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/virology) -"oWo" = ( -/obj/structure/surface/rack, -/obj/item/clothing/head/hardhat/dblue{ - pixel_x = 4; - pixel_y = 10 - }, -/obj/item/clothing/head/hardhat/dblue{ - pixel_x = 7 +"oVu" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/camera, +/obj/structure/machinery/light/small, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/redfull/northwest, +/area/bigredv2/outside/lambda_cave_cas) +"oVw" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, -/obj/item/clothing/head/hardhat/dblue{ - pixel_x = -5 +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/space_port) +"oVC" = ( +/obj/structure/machinery/light{ + dir = 4 }, -/obj/item/clothing/head/hardhat/dblue{ - pixel_x = -3; - pixel_y = 16 +/turf/open/floor/darkred2/east, +/area/bigredv2/outside/admin_building) +"oVF" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4 }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"oWQ" = ( -/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/bigredv2/outside/office_complex) +"oVR" = ( +/obj/structure/dispenser/oxygen, +/turf/open/floor/darkyellow2/northeast, +/area/bigredv2/outside/filtration_plant) +"oWy" = ( /obj/structure/machinery/alarm{ - dir = 1; - pixel_y = -30 + dir = 4; + pixel_x = -30 }, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/engineering) -"oYi" = ( -/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/darkyellowcorners2/west, +/area/bigredv2/caves/eta/living) +"oWI" = ( +/obj/structure/surface/table, +/obj/item/weapon/baton, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/filtration_plant) +"oWS" = ( +/turf/open/mars_cave/mars_cave_20, +/area/bigredv2/caves_north) +"oWW" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/e) -"oYm" = ( -/obj/structure/surface/table, -/obj/structure/machinery/light{ - dir = 4 +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/hydroponics) +"oXf" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Greenhouse Storage" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/hydroponics) +"oXC" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/obj/effect/landmark/crap_item, +/turf/open/floor/redcorner/west, +/area/bigredv2/outside/office_complex) +"oXE" = ( +/obj/structure/sign/safety/terminal{ + pixel_y = 32 + }, +/obj/effect/landmark/good_item, +/obj/structure/stairs/perspective{ + dir = 10; + icon_state = "p_stair_full" }, -/obj/item/device/defibrillator, -/turf/open/floor/whitegreenfull, -/area/bigredv2/outside/medical) -"oYF" = ( -/obj/structure/bed, -/obj/item/clothing/glasses/regular/hipster, -/turf/open/floor/whitegreen/west, -/area/bigredv2/outside/medical) -"oYI" = ( -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"oZb" = ( /turf/open/floor/darkred2/north, /area/bigredv2/outside/admin_building) -"oZd" = ( -/obj/structure/machinery/door/poddoor/almayer/closed{ - dir = 4; - id = "viro"; - name = "Virology Lockdown" +"oXF" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/darkyellowcorners2/north, +/area/bigredv2/caves/eta/living) +"oYC" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Private Office" }, /turf/open/floor/delivery, -/area/bigredv2/outside/virology) -"oZl" = ( -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, -/turf/open/shuttle/escapepod/floor5, -/area/bigredv2/oob) -"oZo" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/jungle/impenetrable, -/area/bigredv2/caves/eta/living) -"oZt" = ( +/area/bigredv2/outside/office_complex) +"oYE" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/turf/open/floor/whitegreen/east, +/area/bigredv2/caves/lambda/xenobiology) +"oYS" = ( +/obj/effect/landmark/crap_item, +/turf/open/mars_cave/mars_cave_3, +/area/bigredv2/caves_sw) +"oZd" = ( /obj/structure/surface/table, -/obj/structure/machinery/prop/almayer/computer/PC{ - pixel_x = 3; - pixel_y = 12 +/obj/structure/bedsheetbin, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"oZx" = ( -/obj/structure/machinery/light{ - dir = 8 +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/general_offices) +"oZp" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "xgib3" }, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/nw) -"oZF" = ( -/obj/structure/bed/chair{ +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/caves/mining) +"oZC" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/door_control{ - id = "Office Complex 2"; - name = "Storm Shutters"; - pixel_x = -32 +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/c) +"oZJ" = ( +/obj/structure/machinery/vending/snack{ + icon_state = "snack-broken"; + stat = 1 }, -/turf/open/floor/wood, -/area/bigredv2/outside/marshal_office) +/turf/open/floor/darkyellow2/northwest, +/area/bigredv2/outside/engineering) +"oZL" = ( +/obj/structure/bed/roller, +/turf/open/floor/freezerfloor, +/area/bigredv2/caves/lambda/xenobiology) "oZQ" = ( /turf/closed/wall/r_wall/unmeltable, /area/bigredv2/outside/filtration_plant) -"oZX" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"oZR" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/caves_sw) +"oZV" = ( +/obj/structure/surface/table/woodentable, +/obj/item/tool/lighter/zippo, +/turf/open/floor/wood, +/area/bigredv2/outside/admin_building) +"oZY" = ( +/obj/structure/bed/chair{ + dir = 4; + pixel_x = 13; + pixel_y = 10 }, +/turf/open/mars_cave/mars_cave_16, +/area/bigredv2/caves/mining) +"pad" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/engineering) +"paj" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/research) +"pam" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/mineral/diamond, +/turf/open/floor/dark, +/area/bigredv2/outside/general_offices) +"pan" = ( +/obj/structure/pipes/standard/simple/hidden/green, /obj/structure/machinery/door/airlock/almayer/maint/colony{ - name = "\improper Dormitories EVA Maintenance" + dir = 1; + name = "\improper General Store Maintenance" }, /turf/open/floor/delivery, -/area/bigredv2/outside/general_offices) -"paC" = ( -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/nw) -"pbg" = ( -/obj/structure/surface/table, -/obj/item/device/flashlight/lamp, -/obj/structure/window/reinforced{ - dir = 4; - health = 80 +/area/bigredv2/outside/general_store) +"par" = ( +/obj/structure/prop/vehicles/crawler{ + icon_state = "crawler_covered_bed" }, -/turf/open/floor/warnwhite/east, -/area/bigredv2/outside/admin_building) -"pbj" = ( +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves_lambda) +"paF" = ( /obj/structure/bed/chair/wood/normal{ - dir = 4 + dir = 8 }, -/obj/item/tool/extinguisher, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/chapel/east, +/area/bigredv2/outside/chapel) +"paI" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/space_port) +"paO" = ( +/obj/structure/disposalpipe/segment, +/obj/item/frame/rack, +/obj/effect/spawner/random/toolbox, +/obj/structure/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/pipes/valve/open, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"paR" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2/southeast, +/area/bigredv2/outside/filtration_plant) +"paY" = ( +/obj/effect/spawner/random/tool, +/turf/open/shuttle/escapepod/floor5, +/area/bigredv2/oob) "pbr" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/closed/wall/solaris, /area/bigredv2/outside/filtration_cave_cas) -"pbv" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/southeast, -/area/bigredv2/outside/telecomm/n_cave) "pbz" = ( -/obj/structure/machinery/computer/cameras, -/obj/structure/surface/table, -/turf/open/floor/darkblue2/northeast, -/area/bigredv2/caves/eta/research) +/turf/open/mars_cave/mars_cave_16, +/area/bigredv2/caves_lambda) +"pbF" = ( +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/caves_virology) +"pbM" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/space_port) "pbX" = ( /obj/effect/spawner/random/tool, /obj/effect/decal/cleanable/dirt, @@ -20241,760 +20154,600 @@ pixel_y = -2 }, /turf/closed/wall/solaris/reinforced/hull, -/area/bigredv2/caves/mining) -"pck" = ( -/obj/effect/decal/cleanable/blood/gibs/body, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"pcq" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "xgib3"; - pixel_x = 17 - }, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -9; - pixel_y = 13 - }, -/turf/open/mars_cave/mars_cave_13, -/area/bigredv2/caves/mining) -"pcB" = ( -/obj/structure/surface/table, -/turf/open/floor/wood, -/area/bigredv2/caves/eta/living) +/area/bigredv2/caves/mining) "pcF" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/closed/wall/solaris/rock, /area/bigredv2/caves) -"pcR" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"pcZ" = ( -/obj/structure/cargo_container/arious/right, -/turf/open/mars, -/area/bigredv2/outside/space_port_lz2) -"pdz" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/tool, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/engineering) -"pdS" = ( +"pcL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/c) +"pdg" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "filtration"; + name = "Filtration Lockdown" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/filtration_cave_cas) +"pdr" = ( /obj/structure/machinery/light, -/turf/open/floor/redcorner/west, -/area/bigredv2/outside/office_complex) -"peg" = ( -/obj/effect/landmark/xeno_spawn, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkpurple2, -/area/bigredv2/caves/lambda/research) +/turf/open/floor/darkred2, +/area/bigredv2/caves/eta/research) +"pdD" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/s) +"pel" = ( +/turf/open/mars_cave/mars_cave_13, +/area/bigredv2/outside/lz1_north_cas) "per" = ( /obj/structure/window_frame/solaris, /turf/open/floor/plating, /area/bigredv2/outside/dorms) -"peV" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/drinks/coffee, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"pfu" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "chapel_cult" - }, -/turf/closed/wall/solaris, -/area/bigredv2/outside/chapel) -"pfw" = ( -/obj/structure/machinery/portable_atmospherics/hydroponics, -/turf/open/floor/whitegreen/east, -/area/bigredv2/caves/lambda/xenobiology) -"pfI" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "gib6" - }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/c) -"pfL" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "eta_carp" - }, -/turf/closed/wall/solaris/reinforced, -/area/bigredv2/caves/eta/xenobiology) -"pfO" = ( -/obj/effect/decal/cleanable/blood{ - layer = 3 - }, +"peO" = ( +/obj/structure/machinery/camera/autoname, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"peT" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/clothing/head/det_hat, /turf/open/floor/wood, -/area/bigredv2/outside/bar) -"pfU" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" +/area/bigredv2/outside/marshal_office) +"peX" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave/mars_cave_18, +/area/bigredv2/caves_lambda) +"pfq" = ( +/obj/structure/machinery/door_control{ + id = "Kitchen Greenhouse"; + name = "Storm Shutters"; + pixel_x = 32 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/prop/invuln/minecart_tracks{ - dir = 1 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 }, -/turf/open/floor/plating/platingdmg3/west, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/hydroponics) +"pfx" = ( +/obj/structure/ore_box, +/turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves/mining) -"pgc" = ( -/obj/item/clothing/glasses/welding, -/turf/open/floor/purplecorner/west, -/area/bigredv2/caves/lambda/research) -"pge" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/chips, -/obj/item/reagent_container/food/snacks/cookie, -/obj/item/reagent_container/food/snacks/donut, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"pgp" = ( -/obj/structure/machinery/camera/autoname{ +"pfC" = ( +/turf/open/mars_cave/mars_cave_15, +/area/bigredv2/caves_research) +"pfJ" = ( +/turf/open/mars/mars_dirt_11, +/area/bigredv2/outside/e) +"pfO" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave/mars_cave_10, +/area/bigredv2/caves_se) +"pgf" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/space_port) +"pgE" = ( +/obj/structure/foamed_metal, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/caves/lambda/xenobiology) +"pgQ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/n) +"pgR" = ( +/obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/wood, +/turf/open/floor/dark, /area/bigredv2/outside/marshal_office) -"pgr" = ( -/obj/structure/bed/chair/office/light, -/obj/effect/decal/cleanable/dirt, +"phb" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/space_port) +"phB" = ( +/obj/structure/powerloader_wreckage/ft, /turf/open/floor/dark, +/area/bigredv2/caves/eta/storage) +"phE" = ( +/obj/structure/closet/secure_closet/atmos_personal, +/turf/open/floor/almayer/test_floor4, /area/bigredv2/outside/filtration_plant) -"pgv" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/tool, -/obj/structure/machinery/camera/autoname{ - dir = 1 +"phG" = ( +/obj/item/tool/pickaxe{ + pixel_y = -7 }, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/engineering) -"pgx" = ( -/turf/open/floor/asteroidwarning/northwest, -/area/bigredv2/outside/s) -"pgB" = ( -/obj/structure/sign/safety/biohazard{ - pixel_x = 32; - pixel_y = -32 +/obj/item/tool/pickaxe{ + pixel_y = 4 }, -/obj/effect/decal/warning_stripes{ - icon_state = "E" +/obj/item/tool/pickaxe{ + pixel_y = -3 }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 +/obj/item/tool/pickaxe, +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/darkpurple2, -/area/bigredv2/caves/lambda/research) -"pgR" = ( /obj/structure/surface/rack, -/obj/item/stack/sheet/mineral/gold/small_stack, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"pgS" = ( -/obj/structure/surface/table, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/xenobiology) -"phe" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/effect/landmark/corpsespawner/miner, -/obj/item/weapon/gun/rifle/m16{ - pixel_x = 10 - }, -/obj/item/ammo_magazine/rifle/m16, -/obj/item/ammo_magazine/rifle/m16, -/obj/effect/decal/cleanable/blood, +"pil" = ( +/turf/open/floor/darkyellowcorners2/west, +/area/bigredv2/outside/engineering) +"pio" = ( +/obj/effect/landmark/monkey_spawn, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/whitepurplefull, +/area/bigredv2/caves/lambda/research) +"piG" = ( +/obj/effect/landmark/lv624/xeno_tunnel, /turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"phf" = ( -/turf/open/floor/darkred2/southeast, -/area/bigredv2/caves/eta/research) -"phj" = ( -/turf/open/floor/asteroidwarning/southeast, -/area/bigredv2/caves_lambda) -"pho" = ( -/obj/structure/machinery/light, -/turf/open/floor/whitegreen/southeast, -/area/bigredv2/outside/medical) -"phI" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 4; - health = 25000 - }, -/obj/item/weapon/twohanded/spear{ - pixel_x = 5 +/area/bigredv2/outside/filtration_plant) +"pjv" = ( +/obj/structure/closet/crate, +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/mars_cave/mars_cave_3, -/area/bigredv2/caves/mining) -"piq" = ( -/obj/structure/closet/secure_closet/security/science, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/storage) -"piv" = ( -/obj/effect/landmark/crap_item, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"piw" = ( -/turf/open/mars_cave/mars_cave_16, -/area/bigredv2/caves_lambda) -"pji" = ( -/obj/structure/bed/roller, -/turf/open/floor/whitegreen/west, -/area/bigredv2/outside/medical) -"pjp" = ( -/obj/structure/machinery/door/poddoor/almayer/closed, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"pjr" = ( -/obj/structure/machinery/photocopier, /turf/open/floor/wood, -/area/bigredv2/caves/lambda/breakroom) -"pjA" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"pjH" = ( -/obj/structure/surface/table/reinforced, -/obj/item/restraint/handcuffs, -/turf/open/floor/redfull/northwest, -/area/bigredv2/outside/lambda_cave_cas) -"pjQ" = ( -/obj/structure/closet/secure_closet/marshal, -/turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"pjX" = ( -/obj/structure/machinery/portable_atmospherics/powered/scrubber/huge/stationary, -/obj/structure/cable{ - icon_state = "11-6" +/area/bigredv2/outside/dorms) +"pjB" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"pkf" = ( +"pjC" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 6 }, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, /area/bigredv2/outside/library) -"pkG" = ( -/obj/structure/machinery/landinglight/ds1/delaythree{ - dir = 4 +"pjN" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, +/turf/open/floor/white, +/area/bigredv2/outside/admin_building) +"pjV" = ( +/turf/open/mars_cave/mars_dirt_6, +/area/bigredv2/caves/mining) +"pkP" = ( +/turf/open/mars/mars_dirt_8, +/area/bigredv2/outside/se) +"pkR" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 + dir = 4 }, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/space_port) -"plf" = ( -/turf/open/mars/mars_dirt_14, -/area/bigredv2/outside/space_port_lz2) -"plp" = ( -/turf/open/floor/wood, -/area/bigredv2/outside/dorms) -"plq" = ( -/obj/structure/pipes/standard/manifold/fourway/hidden/supply, -/turf/open/floor/darkpurple2/north, -/area/bigredv2/caves/lambda/breakroom) -"ply" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/whiteyellowfull/east, -/area/bigredv2/outside/office_complex) -"plG" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/grimy, -/area/bigredv2/outside/dorms) -"pmh" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "\improper Lambda Checkpoint" }, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/caves/eta/research) -"pmq" = ( -/obj/structure/machinery/light, -/turf/open/floor/darkgreen2, -/area/bigredv2/caves/eta/xenobiology) -"pmv" = ( +/turf/open/floor/delivery, +/area/bigredv2/outside/lambda_cave_cas) +"plb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/device/camera/oldcamera, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"plL" = ( +/obj/structure/pipes/vents/scrubber/on, +/turf/open/floor/darkpurplecorners2/east, +/area/bigredv2/caves/lambda/xenobiology) +"pma" = ( +/turf/open/floor/darkbluecorners2, +/area/bigredv2/outside/admin_building) +"pmz" = ( /obj/structure/surface/table, -/obj/item/tool/kitchen/knife, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/general_store) -"pmJ" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper Marshal Office Prison Toilet" +/obj/effect/spawner/random/tool, +/obj/structure/machinery/camera/autoname{ + dir = 1 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/marshal_office) +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/engineering) "pmS" = ( /turf/open/mars, /area/bigredv2/caves_north) -"pmX" = ( -/obj/effect/landmark/crap_item, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/eta) -"pnt" = ( -/obj/structure/machinery/portable_atmospherics/powered/scrubber/huge/stationary{ - density = 0; - pixel_y = 16 +"pmU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/handrail{ + dir = 8 }, -/turf/open/floor/asteroidwarning/north, +/turf/open/floor/asteroidwarning/west, /area/bigredv2/outside/c) -"pnG" = ( -/turf/open/floor/delivery, -/area/bigredv2/outside/telecomm/lz2_cave) -"pnH" = ( -/obj/item/clothing/mask/gas, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/filtration_plant) -"pob" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellow2/northwest, -/area/bigredv2/outside/filtration_plant) -"pol" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whitegreen/north, +"pnc" = ( +/turf/open/floor/whiteblue, /area/bigredv2/outside/medical) -"poq" = ( +"pnr" = ( /obj/structure/surface/table, -/obj/item/tool/pickaxe/plasmacutter, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"poR" = ( -/turf/open/floor/whitegreenfull, -/area/bigredv2/caves/lambda/virology) -"poT" = ( -/obj/structure/largecrate/supply, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/n) -"ppp" = ( -/obj/structure/sign/safety/hazard, -/turf/closed/wall/solaris/rock, -/area/bigredv2/caves) -"ppA" = ( -/turf/open/mars_cave/mars_cave_23, -/area/bigredv2/caves/lambda/research) -"ppO" = ( -/obj/structure/bed/chair/wood/normal{ - dir = 8 - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/chapel, -/area/bigredv2/outside/chapel) -"ppR" = ( -/obj/structure/bed/chair/wood/normal{ - dir = 8 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/chapel/east, -/area/bigredv2/outside/chapel) -"pqa" = ( -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/caves_east) -"pqM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/dark, +/obj/item/device/multitool, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/general_store) +"pnt" = ( +/turf/open/floor/darkgreencorners2, /area/bigredv2/caves/eta/storage) -"pqP" = ( -/obj/structure/surface/table, -/turf/open/floor/grimy, -/area/bigredv2/outside/office_complex) -"prj" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W" +"pnu" = ( +/obj/structure/platform/shiva{ + dir = 4 }, -/obj/effect/decal/cleanable/mucus, -/turf/open/floor/whitegreen/east, -/area/bigredv2/caves/lambda/virology) -"prm" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/bluegrid/bcircuitoff, +/area/bigredv2/caves/lambda/research) +"pnE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/filtration_plant) +"pnF" = ( /obj/structure/surface/table, -/obj/item/reagent_container/food/drinks/flask, -/obj/item/reagent_container/food/drinks/cans/waterbottle, -/obj/item/reagent_container/food/drinks/cans/beer, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"prz" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 1; - name = "\improper Lambda Lab Maintenance" +/obj/effect/spawner/random/tool, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"pnS" = ( +/obj/effect/landmark/monkey_spawn, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/jungle/impenetrable, +/area/bigredv2/caves/eta/xenobiology) +"pog" = ( +/obj/structure/machinery/light, +/turf/open/floor/wood, +/area/bigredv2/outside/marshal_office) +"ppe" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/floor/delivery, -/area/bigredv2/caves/lambda/xenobiology) -"prD" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 4; - health = 25000 +/obj/structure/sign/prop3{ + pixel_y = 32 }, -/obj/item/weapon/twohanded/spear{ - pixel_x = 5 +/turf/open/floor/redcorner/east, +/area/bigredv2/outside/office_complex) +"ppm" = ( +/obj/structure/bed, +/obj/structure/pipes/vents/pump, +/turf/open/floor/wood, +/area/bigredv2/caves/eta/research) +"ppp" = ( +/obj/structure/sign/safety/hazard, +/turf/closed/wall/solaris/rock, +/area/bigredv2/caves) +"ppz" = ( +/obj/structure/cable{ + icon_state = "11-2" }, -/turf/open/mars_cave/mars_cave_14, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"prG" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper Private Office" +"ppM" = ( +/obj/structure/machinery/light/small{ + dir = 1 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/office_complex) -"prY" = ( +/turf/open/floor/asteroidwarning/southeast, +/area/bigredv2/caves_lambda) +"ppW" = ( +/turf/open/floor/darkyellow2/northwest, +/area/bigredv2/outside/engineering) +"pqa" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/nw) +"pqp" = ( /obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ - name = "\improper Medical Clinic Treatment" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/medical) -"psD" = ( -/turf/open/mars_cave/mars_cave_10, -/area/bigredv2/caves_east) -"psF" = ( -/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" +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = 30 }, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"psN" = ( -/obj/structure/machinery/vending/snack, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/engineering) -"ptr" = ( -/obj/structure/reagent_dispensers/fueltank/gas, +/turf/open/floor/redcorner, +/area/bigredv2/outside/office_complex) +"pqE" = ( +/obj/structure/largecrate/random, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"ptv" = ( +"pqI" = ( +/obj/item/robot_parts/robot_component/diagnosis_unit{ + pixel_y = 15 + }, +/turf/open/mars_cave/mars_dirt_5, +/area/bigredv2/caves/mining) +"pqX" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/recharger, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/redfull/northwest, +/area/bigredv2/outside/lambda_cave_cas) +"pry" = ( +/obj/structure/surface/table, +/obj/item/folder/black_random, +/turf/open/floor/dark, +/area/bigredv2/outside/telecomm) +"prz" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 + dir = 4 + }, +/turf/open/floor/dark, +/area/bigredv2/outside/filtration_plant) +"psU" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/turf/open/mars_cave/mars_cave_11, +/area/bigredv2/caves_lambda) +"psZ" = ( +/turf/open/mars_cave/mars_dirt_6, +/area/bigredv2/outside/s) +"ptg" = ( +/obj/structure/machinery/door_control{ + id = "Office Complex 1"; + name = "Storm Shutters"; + pixel_x = -32 }, -/turf/open/floor/wood, -/area/bigredv2/outside/admin_building) -"ptC" = ( -/obj/item/tool/extinguisher, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/engineering) +/turf/open/floor/redcorner/west, +/area/bigredv2/outside/office_complex) "ptL" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor, /area/bigredv2/caves/eta/living) -"pud" = ( -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/eta) -"puk" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Bar Backroom" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/bar) -"puv" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkred2/west, -/area/bigredv2/outside/admin_building) -"puO" = ( -/obj/structure/machinery/light, -/turf/open/floor/bot/north, -/area/bigredv2/outside/cargo) -"pvh" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 1 - }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkpurple2/east, -/area/bigredv2/caves/lambda/xenobiology) -"pvo" = ( +"ptM" = ( +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/telecomm) +"puZ" = ( +/obj/structure/machinery/computer/operating, +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"pvb" = ( /obj/structure/surface/table, -/obj/item/reagent_container/food/drinks/flask/vacuumflask, -/obj/item/reagent_container/food/drinks/flask, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"pvu" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whitepurplefull, -/area/bigredv2/outside/medical) -"pvD" = ( -/obj/structure/platform{ +/obj/structure/pipes/vents/pump{ dir = 8 }, /turf/open/floor/dark, -/area/bigredv2/outside/admin_building) -"pvU" = ( -/turf/open/floor/darkyellow2/northwest, -/area/bigredv2/outside/engineering) -"pvW" = ( -/obj/structure/surface/table/woodentable, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"pwC" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Office Complex" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/office_complex) -"pwE" = ( -/obj/structure/bed/chair{ - dir = 1 +/area/bigredv2/caves/eta/storage) +"pwB" = ( +/obj/structure/machinery/alarm{ + dir = 4; + pixel_x = -30 }, /turf/open/floor/yellowfull, /area/bigredv2/outside/hydroponics) -"pxb" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/outside/lz1_telecomm_cas) -"pxk" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_5, -/area/bigredv2/caves_east) -"pxl" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/northeast, -/area/bigredv2/outside/nw) -"pxs" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 +"pwK" = ( +/turf/open/floor/whitegreencorner, +/area/bigredv2/caves/lambda/xenobiology) +"pwX" = ( +/obj/structure/closet/jcloset, +/obj/structure/machinery/camera/autoname{ + dir = 8 }, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"pxR" = ( -/turf/open/floor/chapel/east, -/area/bigredv2/outside/chapel) -"pyE" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/turf/open/floor/whiteyellowfull/east, +/area/bigredv2/outside/office_complex) +"pxj" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ dir = 4 }, -/turf/open/floor/darkgreencorners2, -/area/bigredv2/caves/eta/research) -"pyS" = ( -/obj/structure/surface/table, -/obj/structure/pipes/vents/pump{ - dir = 8 +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/space_port_lz2) +"pxG" = ( +/obj/structure/machinery/landinglight/ds2{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/glasses/meson, -/obj/effect/landmark/crap_item, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/space_port_lz2) +"pxP" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/space_port_lz2) +"pyb" = ( +/obj/structure/machinery/light, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"pyX" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/warnwhite/northwest, -/area/bigredv2/outside/virology) -"pzl" = ( -/obj/structure/barricade/handrail{ +/area/bigredv2/caves/lambda/xenobiology) +"pyu" = ( +/obj/structure/machinery/light{ dir = 8 }, -/obj/item/tank/air, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/filtration_plant) -"pzw" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/toolbox, -/turf/open/floor/purple/southwest, -/area/bigredv2/caves/lambda/research) -"pzJ" = ( -/obj/structure/curtain/medical, -/turf/open/floor/whitegreen/west, -/area/bigredv2/outside/medical) -"pzK" = ( -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/outside/filtration_cave_cas) -"pAb" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/mars_cave/mars_cave_10, -/area/bigredv2/caves/eta/research) -"pAs" = ( -/obj/structure/prop/dam/truck/mining{ - desc = "A crawler, imported from the Alpha Centauri colonies."; - dir = 1; - icon_state = "crawler_crate_alt"; - name = "crawler" +/turf/open/floor/darkyellowcorners2/west, +/area/bigredv2/caves/eta/living) +"pyv" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Engineering Complex" }, -/turf/open/mars/mars_dirt_3, -/area/bigredv2/outside/s) -"pAE" = ( -/turf/open/mars_cave/mars_cave_10, +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/engineering) +"pyR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/tool/lighter/random, +/turf/open/floor/whiteyellowfull/east, +/area/bigredv2/outside/office_complex) +"pyY" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_cave_18, +/area/bigredv2/outside/lz2_west_cas) +"pzo" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves_se) -"pAJ" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"pAQ" = ( -/turf/open/mars_cave/mars_dirt_5, -/area/bigredv2/outside/virology) -"pBh" = ( -/obj/structure/prop/invuln/minecart_tracks{ +"pzq" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/outside/filtration_cave_cas) +"pzM" = ( +/turf/open/floor/asteroidwarning/southwest, +/area/bigredv2/outside/c) +"pAI" = ( +/turf/open/floor/whitepurple/northwest, +/area/bigredv2/caves/lambda/xenobiology) +"pBC" = ( +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/c) +"pBK" = ( +/obj/effect/decal/cleanable/mucus, +/turf/open/floor/darkgreencorners2, +/area/bigredv2/caves/lambda/virology) +"pCa" = ( +/obj/structure/machinery/camera/autoname{ dir = 1 }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"pBm" = ( -/obj/item/paper/bigred/walls, -/obj/structure/machinery/light/small{ +/turf/open/floor/whitegreen, +/area/bigredv2/outside/medical) +"pCt" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"pBJ" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + dir = 1; + name = "\improper Lambda Lab Virology Wing" }, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/medical) -"pCf" = ( +/turf/open/floor/delivery, +/area/bigredv2/caves/lambda/virology) +"pCy" = ( /obj/structure/surface/table, -/turf/open/floor/darkblue2/southeast, -/area/bigredv2/outside/admin_building) -"pCE" = ( -/turf/open/mars_cave/mars_cave_11, -/area/bigredv2/outside/lz1_telecomm_cas) -"pDk" = ( -/turf/open/mars_cave/mars_cave_5, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/space_port_lz2) +"pCX" = ( +/turf/open/mars_cave/mars_cave_23, +/area/bigredv2/caves_se) +"pDY" = ( +/obj/structure/machinery/light, +/turf/open/floor/dark, +/area/bigredv2/outside/general_offices) +"pEM" = ( +/obj/structure/largecrate/random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/engineering) +"pEU" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/turf/open/floor/whitegreen, +/area/bigredv2/caves/lambda/xenobiology) +"pEW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/storage) +"pFd" = ( +/turf/open/mars_cave/mars_dirt_6, /area/bigredv2/caves_sw) -"pDn" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/darkyellowcorners2, -/area/bigredv2/caves/eta/living) -"pDv" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/hydroponics) -"pDy" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/tech_supply, -/turf/open/floor/darkyellow2/northwest, -/area/bigredv2/caves/eta/research) -"pDG" = ( -/turf/open/mars/mars_dirt_14, -/area/bigredv2/outside/w) -"pDN" = ( +"pFk" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 + dir = 4 }, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/n) -"pEo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/tool/extinguisher, -/turf/open/floor/whitegreencorner, -/area/bigredv2/outside/medical) -"pEw" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/virology) +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "\improper Dormitories EVA" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/general_offices) "pFl" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/wall/solaris/reinforced, /area/bigredv2/outside/engineering) -"pFn" = ( +"pFu" = ( +/obj/structure/surface/table/woodentable, +/obj/item/paper/Court, +/turf/open/floor/cult, +/area/bigredv2/outside/marshal_office) +"pFF" = ( +/obj/effect/landmark/crap_item, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/n) +"pFI" = ( +/obj/structure/machinery/r_n_d/organic_analyzer, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/caves/eta/research) +"pFN" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/landinglight/ds2/delaythree, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/space_port_lz2) -"pFq" = ( -/obj/item/prop/alien/hugger, -/turf/open/floor/darkblue2, -/area/bigredv2/outside/admin_building) -"pFy" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/darkred2/north, -/area/bigredv2/caves/eta/xenobiology) -"pFO" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/s) -"pGp" = ( -/obj/effect/decal/cleanable/blood/gibs/body, +/turf/open/floor/whitegreen/west, +/area/bigredv2/outside/medical) +"pGc" = ( +/obj/structure/bed/chair/wood/normal, +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"pGe" = ( +/turf/open/floor/redcorner, +/area/bigredv2/outside/office_complex) +"pGl" = ( +/obj/structure/surface/table, +/obj/item/device/flashlight, +/obj/item/storage/box/stompers{ + pixel_y = 15 + }, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"pGq" = ( /turf/open/floor/white, -/area/bigredv2/caves/lambda/xenobiology) -"pGL" = ( -/obj/structure/curtain/medical, -/turf/open/floor/darkgreen2/southwest, -/area/bigredv2/caves/lambda/virology) -"pHf" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/w) -"pHi" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" +/area/bigredv2/outside/office_complex) +"pGz" = ( +/obj/structure/surface/table/woodentable, +/obj/item/device/radio, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/wood, +/area/bigredv2/outside/dorms) +"pHk" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/dark, +/turf/open/floor/white, /area/bigredv2/outside/admin_building) -"pHA" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, +"pHz" = ( /turf/open/mars_cave/mars_cave_18, -/area/bigredv2/caves_virology) -"pIa" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_se) -"pIc" = ( -/obj/effect/landmark/monkey_spawn, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/bluegrid/bcircuitoff, -/area/bigredv2/caves/lambda/research) -"pIg" = ( -/obj/structure/machinery/power/port_gen/pacman, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/engineering) -"pIm" = ( -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/c) -"pIs" = ( -/obj/item/ore{ - pixel_x = -7; - pixel_y = 7 +/area/bigredv2/outside/n) +"pIA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W-corner" }, -/turf/open/mars_cave/mars_dirt_5, -/area/bigredv2/caves/mining) -"pIu" = ( -/obj/structure/machinery/door/airlock/almayer/secure/colony{ - name = "\improper Engineering Secure Storage" +/turf/open/floor/whitepurple/west, +/area/bigredv2/caves/lambda/research) +"pIE" = ( +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/telecomm/n_cave) +"pIQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/engineering) -"pID" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/door/airlock/almayer/secure/colony{ - name = "\improper Engine Reactor" - }, -/turf/open/floor/delivery, +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"pIT" = ( +/obj/structure/janitorialcart, +/turf/open/floor/darkyellow2/southwest, /area/bigredv2/outside/engineering) -"pIF" = ( -/obj/structure/closet/boxinggloves, -/turf/open/floor/wood, -/area/bigredv2/outside/dorms) -"pIV" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 +"pJk" = ( +/obj/structure/machinery/door_control{ + id = "Marshal Offices"; + name = "Storm Shutters"; + pixel_x = -32 }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/hydroponics) -"pIZ" = ( -/turf/open/mars_cave/mars_cave_16, -/area/bigredv2/outside/s) +/turf/open/floor/dark, +/area/bigredv2/outside/marshal_office) "pJx" = ( /obj/structure/barricade/handrail{ dir = 1; @@ -21004,123 +20757,212 @@ /obj/structure/barricade/handrail, /turf/open/floor/plating/plating_catwalk, /area/bigredv2/outside/engineering) -"pKg" = ( +"pJz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/dark, +/area/bigredv2/outside/admin_building) +"pKi" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"pKO" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/paper/bigred/witness, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_x = 7; + pixel_y = 14 + }, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"pLl" = ( +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/outside/n) +"pLs" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 6 + }, +/turf/open/mars_cave/mars_cave_17, +/area/bigredv2/caves/mining) +"pLA" = ( +/obj/structure/machinery/vending/sovietsoda, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/hydroponics) +"pLB" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A heavy duty power cable for high voltage applications"; + dir = 1; + icon = 'icons/obj/pipes/power_cond_heavy.dmi'; + icon_state = "1-2"; + name = "heavy duty power cable" + }, +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/caves/mining) +"pLG" = ( +/turf/open/floor/podhatchfloor, +/area/bigredv2/caves/lambda/research) +"pLO" = ( +/turf/open/mars/mars_dirt_13, +/area/bigredv2/outside/nw) +"pMj" = ( +/obj/structure/surface/table/reinforced, +/obj/item/tool/surgery/retractor, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/freezerfloor, +/area/bigredv2/caves/lambda/xenobiology) +"pMq" = ( +/turf/open/floor/almayer/w_y0/north, +/area/bigredv2/outside/admin_building) +"pMr" = ( +/obj/item/explosive/grenade/custom/antiweed, +/turf/open/floor/whitegreenfull, +/area/bigredv2/caves/lambda/xenobiology) +"pMG" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/whitegreencorner/north, +/area/bigredv2/outside/medical) +"pNd" = ( +/obj/structure/fence, +/turf/open/mars_cave/mars_cave_13, +/area/bigredv2/outside/virology) +"pNg" = ( +/turf/open/mars_cave/mars_cave_16, +/area/bigredv2/outside/ne) +"pNy" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/caves_sw) +"pND" = ( +/obj/structure/surface/table, +/obj/item/spacecash/c100, +/obj/item/ammo_magazine/shotgun/buckshot{ + pixel_y = 12 + }, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"pKk" = ( -/turf/open/floor/asteroidplating, -/area/bigredv2/outside/space_port_lz2) -"pKm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/darkyellow2/east, +"pNE" = ( +/obj/structure/bed/chair/office/dark, +/obj/effect/decal/cleanable/blood/gibs/core, +/turf/open/floor/dark, +/area/bigredv2/outside/space_port) +"pNO" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor/darkyellow2/northeast, /area/bigredv2/outside/engineering) -"pKS" = ( -/obj/structure/surface/table, -/obj/item/tool/lighter/zippo, -/obj/item/tool/lighter/zippo, -/turf/open/floor/darkyellow2/east, +"pNQ" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/darkgreencorners2/west, +/area/bigredv2/caves/eta/research) +"pOh" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 4; + health = 25000 + }, +/obj/item/weapon/twohanded/spear{ + pixel_x = 5 + }, +/turf/open/mars_cave/mars_cave_14, +/area/bigredv2/caves/mining) +"pOj" = ( +/obj/effect/landmark/monkey_spawn, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/jungle/impenetrable, +/area/bigredv2/caves/eta/research) +"pOn" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/freezerfloor, +/area/bigredv2/caves/eta/living) +"pOM" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/machinery/shower{ + dir = 8 + }, +/turf/open/floor/freezerfloor, /area/bigredv2/outside/engineering) -"pLw" = ( -/obj/structure/machinery/light, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/n) -"pLE" = ( -/obj/structure/machinery/landinglight/ds1/delayone{ - dir = 4 +"pOT" = ( +/obj/structure/closet/crate/freezer, +/turf/open/floor/freezerfloor, +/area/bigredv2/caves/lambda/xenobiology) +"pOV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" }, +/turf/open/floor/whitegreen/west, +/area/bigredv2/caves/lambda/virology) +"pPi" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/space_port) -"pLF" = ( -/obj/structure/surface/table, -/obj/item/tool/pen, -/obj/item/paper_bundle, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/wood, -/area/bigredv2/caves/eta/living) -"pLQ" = ( -/obj/structure/machinery/r_n_d/organic_analyzer, -/turf/open/floor/darkyellow2/east, /area/bigredv2/caves/eta/research) -"pMG" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 - }, -/turf/open/floor/darkpurple2, -/area/bigredv2/caves/lambda/research) -"pMI" = ( -/obj/structure/bed/chair{ - dir = 4; - pixel_x = 13; - pixel_y = 10 +"pPx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 1 }, +/obj/structure/largecrate/supply/supplies/mre, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"pML" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/delivery, -/area/bigredv2/outside/space_port) -"pNq" = ( -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/lambda_cave_cas) -"pNx" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/s) -"pNz" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/dark, -/area/bigredv2/outside/admin_building) -"pNL" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 1 - }, -/turf/open/mars_cave/mars_cave_4, -/area/bigredv2/caves/lambda/research) -"pOR" = ( -/turf/open/mars/mars_dirt_5, -/area/bigredv2/outside/w) -"pPi" = ( -/obj/structure/machinery/botany, -/turf/open/floor/white, -/area/bigredv2/outside/marshal_office) -"pPw" = ( -/obj/structure/sign/safety/galley{ - pixel_x = 32 +"pPD" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = 30 }, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/redcorner, /area/bigredv2/outside/office_complex) -"pPE" = ( -/obj/structure/surface/table, -/obj/item/tool/surgery/cautery, -/obj/item/reagent_container/spray/cleaner, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/medical) -"pPO" = ( -/obj/structure/machinery/power/apc/no_power/south, -/obj/structure/machinery/light{ - dir = 8 +"pPH" = ( +/obj/effect/landmark/hunter_secondary, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_research) +"pPI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E-corner" }, -/turf/open/floor/greengrid, -/area/bigredv2/outside/telecomm) +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_north) +"pPO" = ( +/obj/structure/surface/table, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/dark, +/area/bigredv2/outside/office_complex) +"pPS" = ( +/turf/open/mars_cave/mars_cave_17, +/area/bigredv2/caves_north) "pQb" = ( -/turf/open/mars/mars_dirt_8, -/area/bigredv2/outside/se) -"pQe" = ( /obj/effect/decal/cleanable/blood{ - icon_state = "xgib3" + icon_state = "gib6"; + pixel_y = -15 }, -/turf/open/mars_cave/mars_cave_16, +/obj/effect/decal/cleanable/blood, +/obj/item/weapon/gun/pistol/highpower, +/turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves/mining) -"pQD" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/filtration_plant) +"pQB" = ( +/obj/structure/closet/wardrobe/virology_white, +/turf/open/floor/white, +/area/bigredv2/outside/virology) "pQE" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable{ @@ -21132,318 +20974,349 @@ /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/mars_cave, /area/bigredv2/outside/lz1_telecomm_cas) -"pQT" = ( -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/w) -"pQY" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/machinery/computer3/server/rack, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/filtration_plant) -"pRj" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"pRm" = ( -/obj/structure/machinery/bioprinter{ - stored_metal = 1000 - }, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/medical) -"pRI" = ( -/obj/structure/pipes/standard/simple/visible{ +"pRc" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 5 }, -/turf/open/floor/white, -/area/bigredv2/outside/medical) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/living) +"pRD" = ( +/obj/effect/decal/cleanable/flour, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/hydroponics) "pRP" = ( /turf/closed/wall/solaris/reinforced, /area/bigredv2/outside/telecomm/n_cave) -"pSd" = ( -/obj/structure/surface/table, -/obj/item/storage/firstaid/adv, -/turf/open/floor/whitegreencorner, -/area/bigredv2/outside/medical) -"pSn" = ( -/obj/item/tool/warning_cone, -/turf/open/floor/warnwhite/west, -/area/bigredv2/caves/lambda/xenobiology) -"pSw" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/csandwich, -/obj/item/toy/deck/uno{ - pixel_y = 18 +"pRQ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"pSb" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Lambda Lab Prison Restroom" }, -/turf/open/mars_cave/mars_cave_15, -/area/bigredv2/caves/mining) -"pSM" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/redcorner, -/area/bigredv2/outside/office_complex) +/turf/open/floor/delivery, +/area/bigredv2/caves/lambda/xenobiology) +"pSI" = ( +/turf/open/mars/mars_dirt_8, +/area/bigredv2/outside/c) +"pSK" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/darkred2/north, +/area/bigredv2/caves/eta/research) "pSO" = ( -/obj/structure/machinery/light, -/turf/open/floor/darkyellowcorners2, -/area/bigredv2/caves/eta/living) -"pSQ" = ( +/obj/structure/bed/chair{ + dir = 8 + }, /obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/darkyellowcorners2, -/area/bigredv2/caves/eta/living) -"pSU" = ( +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"pSR" = ( +/obj/structure/closet/athletic_mixed, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood, +/area/bigredv2/outside/dorms) +"pTi" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/turf/open/floor/whitegreen/east, +/area/bigredv2/outside/medical) +"pTw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/living) -"pTJ" = ( -/obj/effect/landmark/crap_item, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/eta) -"pUa" = ( -/obj/effect/landmark/xeno_spawn, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_research) +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"pTy" = ( +/obj/structure/fence, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/n) "pUi" = ( /obj/item/weapon/broken_bottle, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"pUq" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/wood, -/area/bigredv2/outside/dorms) -"pUF" = ( -/obj/structure/machinery/camera/autoname, -/turf/open/floor/white, -/area/bigredv2/outside/marshal_office) -"pUQ" = ( -/obj/structure/machinery/light{ - dir = 8 - }, +"pUA" = ( +/turf/open/floor/asteroidwarning/northeast, +/area/bigredv2/outside/virology) +"pUI" = ( +/obj/effect/decal/cleanable/blood, /turf/open/floor/wood, -/area/bigredv2/outside/bar) -"pVg" = ( -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/e) -"pVq" = ( -/obj/structure/machinery/light, -/obj/structure/surface/table/woodentable, -/obj/item/storage/fancy/cigarettes/wypacket{ - pixel_x = -5; - pixel_y = 4 - }, -/obj/item/tool/lighter/zippo, -/turf/open/floor/carpet, -/area/bigredv2/caves/lambda/breakroom) +/area/bigredv2/caves/eta/living) +"pUT" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/mars, +/area/bigredv2/outside/space_port_lz2) "pVC" = ( -/obj/structure/machinery/door_control{ - id = "Engineering"; - name = "Storm Shutters"; - pixel_y = -32 - }, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/engineering) -"pWb" = ( -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = 30 +/obj/structure/machinery/power/apc/no_power/north, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5; + pixel_x = -1 }, -/turf/open/floor/red/northeast, -/area/bigredv2/outside/marshal_office) -"pWn" = ( -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/eta) -"pWr" = ( -/obj/structure/closet/athletic_mixed, -/obj/structure/machinery/light{ - dir = 8 +/turf/open/floor/plating/warnplate/east, +/area/bigredv2/outside/telecomm/warehouse) +"pVS" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "\improper Lambda Lab Cell" }, +/turf/open/floor/delivery, +/area/bigredv2/caves/lambda/xenobiology) +"pVV" = ( +/obj/structure/bed/stool, /turf/open/floor/wood, /area/bigredv2/outside/dorms) -"pWt" = ( -/obj/structure/platform/shiva{ - dir = 1 - }, -/turf/open/floor/bluegrid/bcircuitoff, +"pVX" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/darkpurple2/north, /area/bigredv2/caves/lambda/research) -"pWB" = ( -/turf/open/mars_cave/mars_cave_16, -/area/bigredv2/caves_research) -"pWI" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/plating/platingdmg2/west, -/area/bigredv2/caves/lambda/xenobiology) -"pWX" = ( -/obj/structure/surface/table, +"pWk" = ( +/obj/effect/landmark/crap_item, +/turf/open/mars/mars_dirt_3, +/area/bigredv2/outside/nw) +"pWL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1; + pixel_y = -1 + }, /obj/effect/decal/cleanable/dirt, -/obj/item/trash/syndi_cakes, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/dark, -/area/bigredv2/outside/office_complex) -"pXk" = ( -/obj/effect/glowshroom, -/turf/open/mars_cave/mars_cave_5, -/area/bigredv2/caves_lambda) -"pXP" = ( -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/eta) -"pXS" = ( -/obj/effect/decal/cleanable/vomit, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/medical) -"pYv" = ( -/obj/structure/machinery/camera/autoname{ +/turf/open/floor/darkred2/west, +/area/bigredv2/outside/admin_building) +"pWY" = ( +/turf/open/floor/asteroidwarning/southeast, +/area/bigredv2/outside/c) +"pXe" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -4; + pixel_y = 20 + }, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"pXF" = ( +/obj/structure/prop/invuln/minecart_tracks{ dir = 1 }, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/n) -"pYC" = ( -/obj/effect/landmark/xeno_hive_spawn, -/obj/effect/landmark/ert_spawns/groundside_xeno, -/obj/effect/landmark/queen_spawn, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_se) -"pZk" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 +/obj/item/stack/sheet/wood{ + pixel_y = -8 }, -/turf/open/floor/cult, -/area/bigredv2/outside/chapel) -"pZy" = ( -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/caves_north) -"pZT" = ( +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"pXP" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/open/floor/freezerfloor, +/area/bigredv2/caves/lambda/xenobiology) +"pYl" = ( +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/lz1_north_cas) +"pYv" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/landmark/good_item, -/turf/open/floor/darkred2/north, -/area/bigredv2/outside/admin_building) -"qaa" = ( -/obj/structure/reagent_dispensers/fueltank, +/obj/effect/landmark/hunter_secondary, +/turf/open/floor/darkyellowcorners2/north, +/area/bigredv2/outside/engineering) +"pYB" = ( +/obj/structure/closet/l3closet/scientist, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/freezerfloor, +/area/bigredv2/caves/eta/research) +"pYJ" = ( +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/shuttle/escapepod/floor5, +/area/bigredv2/oob) +"pYU" = ( +/obj/structure/machinery/power/port_gen/pacman, /turf/open/floor/darkyellow2/east, /area/bigredv2/outside/engineering) -"qae" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/safety/medical{ - pixel_y = -32 +"pYW" = ( +/turf/open/floor/darkblue2/northwest, +/area/bigredv2/caves/eta/storage) +"pZf" = ( +/obj/structure/machinery/shower{ + dir = 8 }, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/nw) -"qaz" = ( -/obj/structure/surface/table, -/obj/structure/bedsheetbin, +/obj/structure/window/reinforced/tinted, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/dorms) +"pZq" = ( /obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/dark, +/area/bigredv2/outside/admin_building) +"qac" = ( +/obj/effect/decal/cleanable/blood{ + dir = 8; + icon_state = "gib6"; + layer = 4; + pixel_x = 12; + pixel_y = 3 + }, +/turf/open/mars_cave/mars_cave_16, +/area/bigredv2/caves/mining) +"qau" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"qaz" = ( +/turf/open/mars_cave/mars_cave_23, +/area/bigredv2/caves_lambda) +"qaI" = ( +/obj/structure/machinery/light/small{ dir = 4 }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/general_offices) +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A heavy duty power cable for high voltage applications"; + dir = 1; + icon = 'icons/obj/pipes/power_cond_heavy.dmi'; + icon_state = "4-8"; + name = "heavy duty power cable" + }, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"qaQ" = ( +/obj/structure/computer3frame/wallcomp, +/obj/structure/cable{ + icon_state = "11-2" + }, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) "qaR" = ( /obj/vehicle/powerloader/ft, /turf/open/floor/plating, /area/bigredv2/outside/nw/ceiling) -"qbk" = ( -/turf/open/floor, -/area/bigredv2/outside/lambda_cave_cas) -"qbv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/tool/surgery/hemostat, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/dorms) -"qbw" = ( -/obj/structure/machinery/light{ - dir = 4 +"qbX" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, -/turf/open/floor/darkish, -/area/bigredv2/caves/eta/storage) -"qbL" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/bot/north, -/area/bigredv2/outside/cargo) -"qco" = ( -/turf/open/floor/bcircuit, -/area/bigredv2/outside/marshal_office) -"qcu" = ( -/obj/effect/landmark/hunter_secondary, +/turf/open/floor/darkyellow2/southwest, +/area/bigredv2/outside/engineering) +"qcv" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 8; + health = 25000 + }, +/turf/open/mars_cave/mars_cave_15, +/area/bigredv2/caves_north) +"qcW" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/crap_item, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_east) -"qcE" = ( -/obj/structure/bed, -/obj/item/bedsheet/purple, /turf/open/floor/dark, -/area/bigredv2/caves/lambda/xenobiology) -"qdp" = ( -/obj/structure/platform_decoration/shiva{ - dir = 8 +/area/bigredv2/caves/eta/research) +"qdn" = ( +/turf/open/floor/elevatorshaft/north, +/area/bigredv2/caves/lambda/breakroom) +"qdw" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor/darkredcorners2/east, +/area/bigredv2/caves/eta/xenobiology) +"qdO" = ( +/obj/effect/landmark/lv624/xeno_tunnel, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/n) +"qea" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/ore{ + pixel_x = 13; + pixel_y = 12 }, -/obj/structure/platform_decoration/shiva, -/obj/item/shard{ - icon_state = "medium" +/obj/item/ammo_box/magazine/misc/flares/empty, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"qet" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "\improper Machine room" }, -/turf/open/floor/bluegrid/bcircuitoff, -/area/bigredv2/caves/lambda/research) -"qdt" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/se) -"qdv" = ( +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"qev" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"qeD" = ( +/obj/structure/cargo_container/horizontal/blue/middle, +/turf/open/mars, +/area/bigredv2/outside/space_port_lz2) +"qeY" = ( +/obj/structure/machinery/chem_dispenser, +/turf/open/floor/whiteyellow/northwest, +/area/bigredv2/caves/lambda/xenobiology) +"qfa" = ( /obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"qdF" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/c) -"qdV" = ( -/obj/structure/machinery/robotic_fabricator, -/turf/open/floor/white, -/area/bigredv2/outside/office_complex) -"qeS" = ( -/turf/open/floor/darkpurple2/west, -/area/bigredv2/caves/lambda/research) -"qfn" = ( -/obj/structure/bed/chair, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"qfG" = ( -/obj/structure/bed/chair, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/whitepurplecorner/east, -/area/bigredv2/outside/medical) -"qgm" = ( -/obj/item/clothing/mask/breath/medical, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"qgw" = ( -/obj/structure/machinery/landinglight/ds1/delayone{ - dir = 8 +/turf/open/floor/darkpurple2/north, +/area/bigredv2/caves/lambda/xenobiology) +"qfo" = ( +/obj/structure/machinery/light/small{ + dir = 1 }, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/space_port) -"qgK" = ( -/obj/structure/closet/hydrant{ - pixel_x = 32 +/turf/open/floor/asteroidwarning/southwest, +/area/bigredv2/caves_lambda) +"qfz" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/research) +"qgh" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/southright, +/turf/open/floor/vault2/west, +/area/bigredv2/outside/marshal_office) +"qgq" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -9; + pixel_y = 18 + }, +/turf/open/mars_cave/mars_cave_14, +/area/bigredv2/caves/mining) +"qgr" = ( +/obj/structure/surface/rack, +/obj/item/storage/pouch/shotgun, +/obj/item/storage/toolbox/mechanical, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"qgz" = ( +/obj/structure/surface/table, +/obj/item/clothing/head/hardhat, +/obj/item/clothing/head/hardhat{ + pixel_x = 7; + pixel_y = 12 }, -/turf/open/floor/whitepurple/northeast, -/area/bigredv2/caves/lambda/research) -"qgW" = ( -/obj/structure/largecrate, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/filtration_plant) +"qgC" = ( +/obj/structure/bed/chair/wood/normal, /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 5 }, -/turf/open/floor/bot/north, -/area/bigredv2/outside/cargo) -"qhe" = ( -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/filtration_plant) +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"qgV" = ( +/obj/structure/closet/secure_closet/chemical, +/turf/open/floor/whiteyellow/northeast, +/area/bigredv2/caves/lambda/xenobiology) +"qha" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Engineering Complex" + }, +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/engineering) "qhk" = ( /obj/effect/decal/cleanable/blood/drip{ pixel_x = 9; @@ -21455,70 +21328,44 @@ }, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"qhB" = ( -/obj/item/stack/cable_coil/cut, -/turf/open/mars_cave/mars_cave_16, -/area/bigredv2/caves/mining) -"qhG" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/turf/open/floor/wood, -/area/bigredv2/outside/admin_building) -"qhK" = ( -/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, +"qid" = ( +/turf/open/mars_cave/mars_cave_20, +/area/bigredv2/outside/lz2_south_cas) +"qie" = ( +/obj/structure/largecrate, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/storage) -"qhO" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "gib6"; - pixel_y = 12 +/turf/open/floor/bot/north, +/area/bigredv2/outside/cargo) +"qih" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 1; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" }, -/obj/item/stack/sheet/wood, -/turf/open/mars_cave/mars_cave_13, +/turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) -"qhS" = ( -/obj/structure/sign/safety/biolab{ - pixel_x = 8; - pixel_y = 32 - }, -/obj/structure/machinery/alarm{ - dir = 4; - pixel_x = -30 - }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/hydroponics) -"qhT" = ( -/obj/structure/machinery/landinglight/ds1/delaythree{ - dir = 4 - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/space_port) -"qhY" = ( +"qix" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"qiu" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/whiteyellowfull/east, +/area/bigredv2/outside/office_complex) +"qiD" = ( +/obj/structure/bed/stool, +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"qiE" = ( +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/se) +"qjo" = ( /obj/structure/machinery/light{ dir = 4 }, -/obj/structure/window, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"qiG" = ( -/obj/structure/surface/table, -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/dark, -/area/bigredv2/outside/general_offices) -"qjg" = ( -/obj/structure/machinery/mill, -/turf/open/floor/whitegreen/north, -/area/bigredv2/caves/lambda/xenobiology) +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/virology) "qjA" = ( /obj/structure/machinery/light/small{ dir = 4 @@ -21528,21 +21375,31 @@ /turf/open/floor/plating, /area/bigredv2/caves/mining) "qjB" = ( -/obj/structure/foamed_metal, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/caves/lambda/xenobiology) -"qjM" = ( -/obj/structure/machinery/light{ +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/w) +"qjD" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A heavy duty power cable for high voltage applications"; + dir = 1; + icon = 'icons/obj/pipes/power_cond_heavy.dmi'; + icon_state = "4-8"; + name = "heavy duty power cable" + }, +/obj/structure/bed/chair{ dir = 1 }, -/obj/structure/machinery/door_control{ - id = "Medical"; - name = "Storm Shutters"; - pixel_y = 32 +/turf/open/mars_cave/mars_cave_17, +/area/bigredv2/caves/mining) +"qjH" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/bed, -/turf/open/floor/white, -/area/bigredv2/outside/medical) +/obj/item/tool/warning_cone, +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/s) "qjO" = ( /obj/structure/prop/almayer/computers/mapping_computer{ desc = "A strange-looking collection of coordinate inputs, relay shunts, and wiring. Designed to operate an experimental teleporter."; @@ -21550,241 +21407,250 @@ }, /turf/open/floor/greengrid, /area/space) -"qjP" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/bun, -/obj/item/reagent_container/food/snacks/bun, -/obj/item/reagent_container/food/snacks/cheesewedge, -/obj/item/reagent_container/food/snacks/donut, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"qjU" = ( -/turf/open/floor/almayer/w_y2/north, -/area/bigredv2/outside/admin_building) -"qjX" = ( -/obj/structure/barricade/handrail/wire{ - dir = 4 +"qjQ" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/dark, +/area/bigredv2/outside/telecomm) +"qkc" = ( +/obj/structure/machinery/computer/cameras{ + dir = 1 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/c) -"qkp" = ( /obj/structure/surface/table, -/obj/item/clothing/glasses/science, -/turf/open/floor/whitepurple/north, -/area/bigredv2/caves/lambda/research) -"qkO" = ( -/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/darkgreen2, +/area/bigredv2/outside/space_port) +"qkH" = ( +/obj/effect/decal/cleanable/dirt, /turf/open/floor/freezerfloor, /area/bigredv2/outside/hydroponics) +"qkZ" = ( +/obj/item/ore{ + pixel_x = 12; + pixel_y = 13 + }, +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/caves/mining) +"qlg" = ( +/turf/closed/wall/solaris/reinforced, +/area/bigredv2/outside/lambda_cave_cas) "qlo" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/cheesewedge, -/obj/item/reagent_container/food/snacks/chips, -/obj/item/reagent_container/food/snacks/cookie, -/turf/open/floor/whitebluefull/northeast, +/obj/structure/machinery/iv_drip, +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"qlJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/computer/arcade, +/turf/open/floor/yellowfull, /area/bigredv2/outside/general_store) "qlK" = ( /obj/structure/surface/rack, /obj/effect/spawner/random/toolbox, /turf/open/floor, /area/bigred/ground/garage_workshop) -"qlY" = ( -/obj/structure/machinery/compressor{ - dir = 1 +"qlR" = ( +/obj/structure/machinery/door/airlock/almayer/secure/colony{ + dir = 1; + name = "\improper Engine Reactor" }, -/turf/open/floor/darkyellow2/west, +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/engineering) +"qlV" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellow2/east, /area/bigredv2/outside/engineering) -"qmd" = ( +"qmb" = ( /obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/candy, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"qmj" = ( -/turf/open/floor/podhatchfloor, -/area/bigredv2/caves/eta/storage) +/obj/structure/machinery/reagentgrinder, +/turf/open/floor/whitepurplecorner/east, +/area/bigredv2/outside/medical) "qmm" = ( /obj/structure/cargo_container/hd/right/alt, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"qmz" = ( +"qmx" = ( +/obj/structure/machinery/computer3/server, +/turf/open/floor/podhatchfloor, +/area/bigredv2/outside/admin_building) +"qmL" = ( +/obj/structure/surface/table, +/obj/item/ore/diamond, +/obj/item/ore/uranium, +/turf/open/floor/bcircuit, +/area/bigredv2/outside/marshal_office) +"qns" = ( +/obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"qnu" = ( +/turf/open/floor/whitegreen/west, +/area/bigredv2/caves/lambda/xenobiology) +"qnx" = ( +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/c) +"qny" = ( /obj/structure/surface/table, -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/item/stack/sheet/glass{ - amount = 30 +/obj/item/restraint/handcuffs, +/obj/structure/phone_base/colony_net/rotary{ + phone_category = "Solaris Ridge"; + phone_color = "red"; + phone_id = "Marshal Office" }, -/turf/open/floor, -/area/bigredv2/outside/cargo) -"qmA" = ( -/obj/structure/surface/table, -/obj/item/ammo_magazine/shotgun/slugs, -/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/dark, /area/bigredv2/outside/marshal_office) -"qmC" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/item/prop/alien/hugger, -/turf/open/floor/darkred2/north, -/area/bigredv2/outside/admin_building) -"qnk" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - name = "\improper Lambda Lab Maintenance Storage" - }, -/turf/open/floor/delivery, -/area/bigredv2/caves/lambda/xenobiology) -"qnl" = ( -/obj/structure/surface/table, -/obj/item/bodybag, -/obj/item/bodybag, -/obj/item/bodybag, -/turf/open/floor/whitegreen/northeast, -/area/bigredv2/outside/medical) -"qnp" = ( -/turf/open/mars/mars_dirt_14, -/area/bigredv2/outside/e) -"qod" = ( -/obj/effect/decal/cleanable/blood{ - base_icon = 'icons/obj/items/weapons/grenade.dmi'; - desc = "An expended M55C tear gas grenade that was used for nonlethal riot control. These used to be used on USCM ships until they found out that marines are already used to teargas so the U.S.S Re-education made a better model through 'extensive trials' that works on marines, which is now the M66 used by MPs today. Being now utterly useless to marines and phased out by the M66, M55Cs were spread around the colonies across the UA galaxy like salt to be used on poor colonists instead."; - icon = 'icons/obj/items/weapons/grenade.dmi'; - icon_state = "grenade_custom"; - name = "M55C Teargas grenade" +"qok" = ( +/obj/item/stack/cable_coil/cut{ + pixel_x = 6; + pixel_y = 4 }, -/turf/open/mars_cave/mars_cave_13, +/turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) -"qof" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/nw) -"qoV" = ( +"qop" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/hefa_cult_decals/d96, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) +/obj/effect/landmark/good_item, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/living) "qpa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/darkgreencorners2, -/area/bigredv2/caves/eta/research) -"qph" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/s) -"qpq" = ( -/obj/structure/surface/table, -/obj/item/storage/briefcase, -/obj/structure/machinery/light{ - dir = 4 +/obj/structure/inflatable/door, +/turf/open/floor/darkpurplecorners2, +/area/bigredv2/caves/lambda/breakroom) +"qpi" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6" }, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"qpx" = ( -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/nw) -"qpy" = ( -/obj/structure/dispenser/oxygen, -/obj/structure/machinery/camera/autoname{ - dir = 8 +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Medical Clinic" }, -/turf/open/floor/darkyellow2/east, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/delivery, +/area/bigredv2/outside/medical) +"qpj" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/floor/asteroidfloor/north, /area/bigredv2/outside/filtration_plant) -"qpQ" = ( -/obj/structure/machinery/camera/autoname, +"qpq" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/recharger, /turf/open/floor/wood, -/area/bigredv2/outside/library) -"qqe" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/powercell, -/turf/open/floor/purple/west, -/area/bigredv2/caves/lambda/research) -"qqf" = ( -/obj/structure/machinery/door_control{ - id = "Chapel"; - name = "Storm Shutters"; - pixel_x = -32 - }, -/turf/open/floor/cult, -/area/bigredv2/outside/chapel) -"qqo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +/area/bigredv2/outside/marshal_office) +"qpG" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/mars/mars_dirt_12, +/area/bigredv2/outside/c) +"qpH" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/flashlight/lamp{ + pixel_y = 15 }, -/turf/open/floor/white, -/area/bigredv2/outside/office_complex) +/obj/item/paper/bigred/lambda, +/turf/open/floor/elevatorshaft/north, +/area/bigredv2/caves/lambda/breakroom) +"qqu" = ( +/turf/open/floor/asteroidwarning/southeast, +/area/bigredv2/outside/lz2_south_cas) +"qqE" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tech_supply, +/obj/structure/pipes/vents/pump, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/caves/eta/research) "qqH" = ( -/obj/structure/machinery/computer/atmos_alert{ +/turf/open/floor/warnwhite/north, +/area/bigredv2/outside/virology) +"qqJ" = ( +/obj/structure/machinery/light/built{ dir = 8 }, -/obj/structure/surface/table, -/turf/open/floor/darkyellow2/southeast, -/area/bigredv2/outside/filtration_plant) -"qqN" = ( -/obj/structure/machinery/landinglight/ds2{ - dir = 8 +/obj/structure/pipes/vents/scrubber/on{ + dir = 4 }, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/space_port_lz2) -"qro" = ( +/turf/open/floor/darkpurple2/west, +/area/bigredv2/caves/lambda/xenobiology) +"qqT" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "\improper Virology Lab Cell" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/virology) +"qrN" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/open/floor/white, +/area/bigredv2/caves/lambda/xenobiology) +"qrT" = ( /obj/structure/pipes/standard/simple/hidden/green, -/obj/item/stack/sheet/plasteel, -/turf/open/floor/dark, -/area/bigredv2/outside/general_offices) +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Cargo Offices" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/cargo) "qrZ" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/firstaid/fire, /turf/open/floor, /area/bigred/ground/garage_workshop) +"qsc" = ( +/turf/open/mars_cave/mars_dirt_6, +/area/bigredv2/outside/sw) "qsE" = ( /turf/closed/wall/solaris/reinforced, /area/bigred/ground/garage_workshop) -"qsP" = ( -/obj/structure/bookcase/manuals/research_and_development, -/obj/structure/machinery/light{ - dir = 1 +"qsI" = ( +/obj/structure/machinery/conveyor{ + dir = 4; + id = "anomalybelt" }, -/turf/open/floor/whitepurple/northwest, -/area/bigredv2/caves/lambda/xenobiology) -"qth" = ( -/obj/effect/decal/cleanable/blood/gibs/limb, -/turf/open/floor/grimy, -/area/bigredv2/outside/dorms) -"qtj" = ( +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/research) +"qsP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/filtration_cave_cas) +"qtd" = ( /obj/effect/landmark/crap_item, -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/caves_se) -"qto" = ( -/obj/structure/machinery/light/small/built{ - dir = 4 - }, -/turf/open/floor/whitegreen/southeast, -/area/bigredv2/caves/lambda/virology) +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/white, +/area/bigredv2/outside/medical) "qtv" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +/obj/item/ore{ + pixel_x = -7; + pixel_y = 7 }, -/turf/open/floor/dark, +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/caves/mining) +"qtA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/darkgreencorners2, /area/bigredv2/caves/eta/storage) -"qtC" = ( -/turf/open/mars_cave/mars_cave_20, -/area/bigredv2/outside/lz2_south_cas) -"qtJ" = ( -/turf/open/floor/plating/platingdmg2/west, -/area/bigredv2/caves/lambda/research) -"qtV" = ( -/obj/item/stack/cable_coil/cut, -/turf/open/floor/plating/warnplate/west, -/area/bigredv2/oob) -"qub" = ( -/obj/structure/surface/table, -/obj/effect/decal/cleanable/ash, -/turf/open/floor/dark, -/area/bigredv2/outside/engineering) +"qua" = ( +/obj/structure/machinery/landinglight/ds2{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/space_port_lz2) +"que" = ( +/obj/structure/machinery/power/port_gen/pacman/super, +/turf/open/mars_cave/mars_cave_16, +/area/bigredv2/caves/mining) +"qul" = ( +/turf/open/mars/mars_dirt_9, +/area/bigredv2/outside/c) +"qun" = ( +/obj/item/ore, +/turf/open/mars_cave/mars_dirt_6, +/area/bigredv2/caves/mining) "qux" = ( /obj/effect/decal/cleanable/blood/drip{ pixel_x = 6 @@ -21792,667 +21658,687 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"quz" = ( +"quy" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/open/floor/darkpurple2, +/area/bigredv2/caves/lambda/breakroom) +"quA" = ( +/turf/open/floor/whitegreen, +/area/bigredv2/outside/medical) +"quG" = ( +/obj/structure/surface/table/reinforced, +/obj/item/restraint/handcuffs, +/turf/open/floor/redfull/northwest, +/area/bigredv2/outside/lambda_cave_cas) +"quL" = ( +/obj/effect/landmark/crap_item, +/turf/open/mars_cave/mars_dirt_6, +/area/bigredv2/caves_north) +"quN" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/darkyellow2/east, +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "eta"; + name = "Eta Lockdown" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/eta) +"quP" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "\improper Engineering Workshop" + }, +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/engineering) +"quX" = ( +/obj/structure/machinery/door_control{ + desc = "A remote control-switch for opening the engines blast doors."; + id = "rad_door"; + name = "Reactor Radiation Shielding control"; + pixel_x = 30; + req_access_txt = "7" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/darkyellow2/northeast, /area/bigredv2/outside/engineering) -"quA" = ( -/turf/open/floor/darkredcorners2/north, -/area/bigredv2/outside/admin_building) -"quE" = ( -/obj/structure/reagent_dispensers/fueltank/gas, -/turf/open/mars/mars_dirt_14, -/area/bigredv2/outside/c) -"quJ" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/tech_supply, -/obj/effect/spawner/random/tech_supply, -/turf/open/floor/white, -/area/bigredv2/outside/office_complex) "qvb" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Office Complex" +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/xenobiology) +"qvd" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "\improper Marshal Office" }, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/delivery, -/area/bigredv2/outside/office_complex) -"qvn" = ( -/turf/open/mars_cave/mars_dirt_6, -/area/bigredv2/outside/s) -"qvT" = ( -/obj/structure/surface/table/woodentable, -/obj/item/ashtray/glass, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"qwj" = ( -/obj/structure/machinery/computer/atmos_alert{ - dir = 4 +/area/bigredv2/outside/marshal_office) +"qve" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, -/obj/structure/surface/table, -/turf/open/floor/white, +/turf/open/floor/wood, /area/bigredv2/outside/admin_building) -"qwB" = ( -/obj/structure/machinery/camera/autoname{ - dir = 1 - }, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/general_store) -"qwK" = ( -/turf/open/mars_cave/mars_cave_15, -/area/bigredv2/caves_sw) -"qyb" = ( -/turf/closed/wall/mineral/uranium, -/area/bigredv2/outside/engineering) -"qyp" = ( -/obj/structure/bed/chair{ +"qvl" = ( +/obj/structure/pipes/vents/pump{ dir = 4 }, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/white, -/area/bigredv2/outside/marshal_office) -"qyr" = ( +/turf/open/floor/cult, +/area/bigredv2/outside/chapel) +"qvL" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/e) -"qyU" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "medbay-v3" - }, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/c) -"qyX" = ( -/obj/structure/closet/l3closet/scientist, -/turf/open/floor/freezerfloor, -/area/bigredv2/caves/eta/research) -"qzg" = ( -/turf/open/mars/mars_dirt_8, -/area/bigredv2/outside/e) -"qzo" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/turf/open/floor/dark, -/area/bigredv2/outside/admin_building) -"qzF" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/toolbox, /turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/space_port_lz2) -"qzL" = ( +/area/bigredv2/caves_lambda) +"qvN" = ( /obj/structure/surface/table, -/obj/item/tool/pickaxe/plasmacutter, -/turf/open/floor/darkred2/west, -/area/bigredv2/caves/eta/research) -"qAe" = ( -/obj/structure/phone_base/colony_net{ - dir = 4; - do_not_disturb = 1; - phone_category = "Lambda Labs"; - phone_color = "red"; - phone_id = "Director's Safe Room"; - pixel_x = -18 - }, -/turf/open/floor/elevatorshaft/north, -/area/bigredv2/caves/lambda/breakroom) -"qAu" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/dark, -/area/bigredv2/outside/general_offices) -"qAC" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +/obj/effect/spawner/random/bomb_supply, +/obj/effect/spawner/random/bomb_supply, +/turf/open/floor/whitepurplecorner/north, +/area/bigredv2/outside/medical) +"qvO" = ( +/obj/structure/lz_sign/solaris_sign, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/nw) +"qwi" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Marshal Office Brig" }, -/obj/effect/landmark/nightmare{ - insert_tag = "dorms_party" +/turf/open/floor/delivery, +/area/bigredv2/outside/marshal_office) +"qwl" = ( +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/virology) +"qwt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"qAT" = ( -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, -/turf/open/mars_cave/mars_cave_17, -/area/bigredv2/caves_research) -"qBf" = ( -/turf/open/mars_cave/mars_cave_8, -/area/bigredv2/caves_research) -"qBu" = ( /obj/effect/decal/warning_stripes{ - icon_state = "S"; - pixel_y = -1 + icon_state = "W"; + pixel_x = -1 }, -/turf/open/floor/red/north, -/area/bigredv2/outside/marshal_office) -"qBM" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/tool, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/northeast, -/area/bigredv2/outside/filtration_plant) -"qBP" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/nw) -"qBW" = ( -/obj/structure/platform/kutjevo/rock{ +/turf/open/floor/darkyellow2/northwest, +/area/bigredv2/outside/engineering) +"qwD" = ( +/obj/structure/machinery/light/small/built{ dir = 4 }, -/obj/structure/platform/kutjevo/rock{ - dir = 1 - }, -/obj/structure/platform_decoration/kutjevo/rock{ - dir = 8 +/turf/open/floor/whitegreen/southeast, +/area/bigredv2/caves/lambda/virology) +"qwN" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/bed/chair/comfy{ + dir = 4 }, -/turf/open/mars_cave/mars_dirt_4, -/area/space) -"qCb" = ( +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"qwX" = ( /obj/structure/surface/table, -/obj/item/stack/cable_coil, +/obj/item/reagent_container/glass/beaker/sulphuric, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/southwest, -/area/bigredv2/outside/filtration_plant) -"qCH" = ( -/obj/structure/surface/table/woodentable, -/obj/item/device/radio/headset, -/turf/open/floor/cult, -/area/bigredv2/outside/chapel) -"qCP" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" +/turf/open/floor/white, +/area/bigredv2/outside/office_complex) +"qxe" = ( +/obj/structure/machinery/alarm{ + dir = 1; + pixel_y = -30 }, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_sw) -"qCW" = ( -/obj/structure/surface/table, -/obj/structure/machinery/computer/emails{ - dir = 8; - pixel_y = 4 +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"qxi" = ( +/mob/living/simple_animal/corgi/puppy{ + desc = "It's a corgi puppy. MISTER WIGGLES!! HE IS THE GREATEST!"; + name = "\improper Mister Wiggles" }, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"qDb" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/jungle/impenetrable, +/turf/open/floor/elevatorshaft/north, +/area/bigredv2/caves/lambda/breakroom) +"qxC" = ( +/obj/structure/machinery/light, +/turf/open/floor/darkgreen2, /area/bigredv2/caves/eta/xenobiology) -"qDi" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/dark, -/area/bigredv2/outside/chapel) -"qDk" = ( -/obj/structure/bed/chair{ - dir = 4 +"qxI" = ( +/obj/structure/showcase{ + icon_state = "bus" }, -/turf/open/floor/dark, +/turf/open/floor/carpet9_4/west, +/area/bigredv2/caves/eta/living) +"qyb" = ( +/turf/closed/wall/mineral/uranium, /area/bigredv2/outside/engineering) -"qDL" = ( -/obj/structure/surface/table, -/obj/structure/machinery/reagentgrinder, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"qDX" = ( -/obj/structure/largecrate/random, +"qyf" = ( +/obj/structure/window/framed/solaris/reinforced/hull, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/oob) +"qyl" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/n) +"qyE" = ( +/obj/effect/landmark/crap_item, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"qEt" = ( -/obj/structure/bed/chair{ - dir = 4 +"qyL" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/darkgreencorners2/north, +/area/bigredv2/caves/eta/research) +"qyM" = ( +/obj/effect/landmark/crap_item, +/turf/open/mars_cave/mars_cave_19, +/area/bigredv2/outside/n) +"qyR" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/caves_lambda) +"qyW" = ( +/obj/structure/surface/table, +/obj/item/tool/pickaxe/plasmacutter, +/turf/open/floor/darkred2/west, +/area/bigredv2/caves/eta/research) +"qze" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -3; + pixel_y = 7 }, -/turf/open/floor/wood, -/area/bigredv2/outside/marshal_office) -"qEv" = ( -/obj/item/ore, -/turf/open/mars_cave/mars_dirt_4, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"qEB" = ( -/turf/open/floor/darkred2/east, -/area/bigredv2/caves/eta/xenobiology) -"qEW" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "reactor_meltdown" - }, -/turf/closed/wall/solaris/rock, -/area/bigredv2/caves) -"qFa" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellowcorners2, -/area/bigredv2/outside/engineering) -"qFy" = ( -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/caves_lambda) -"qFP" = ( -/obj/structure/platform{ +"qzo" = ( +/obj/structure/surface/table, +/obj/structure/machinery/light{ dir = 4 }, /turf/open/floor/dark, -/area/bigredv2/outside/admin_building) -"qFU" = ( +/area/bigredv2/outside/telecomm) +"qzr" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/whitegreen/southeast, +/area/bigredv2/caves/lambda/virology) +"qzu" = ( +/obj/structure/surface/table, +/turf/open/floor/wood, +/area/bigredv2/caves/eta/living) +"qzE" = ( +/obj/structure/machinery/light, /turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/c) +"qzM" = ( +/turf/open/floor/chapel/east, +/area/bigredv2/outside/chapel) +"qAq" = ( +/turf/open/mars_cave/mars_dirt_6, /area/bigredv2/caves_lambda) -"qGJ" = ( +"qAH" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 + dir = 6 }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/nw) -"qGK" = ( -/turf/open/mars_cave/mars_dirt_5, -/area/bigredv2/caves_north) -"qGM" = ( /turf/open/floor/wood, -/area/bigredv2/outside/library) -"qGN" = ( +/area/bigredv2/caves/eta/research) +"qAL" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, /obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/crap_item, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/dark, -/area/bigredv2/caves/eta/storage) -"qGP" = ( +/area/bigredv2/outside/filtration_plant) +"qBl" = ( /obj/effect/landmark/corpsespawner/miner, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/caves/mining) -"qHr" = ( -/turf/open/mars_cave/mars_cave_5, -/area/bigredv2/caves/mining) -"qHC" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6" }, -/turf/open/floor/darkredcorners2, -/area/bigredv2/outside/admin_building) -"qHI" = ( -/turf/open/mars_cave/mars_cave_17, +/obj/item/weapon/gun/rifle/mar40/lmg, +/obj/item/ammo_magazine/rifle/mar40/lmg, +/turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) -"qHZ" = ( +"qBx" = ( +/turf/open/floor/whiteblue/southeast, +/area/bigredv2/outside/medical) +"qBH" = ( +/turf/open/floor/asteroidwarning/southwest, +/area/bigredv2/outside/nw) +"qBM" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"qCb" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/caves/eta/research) +"qCo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"qCs" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 1; + name = "\improper Power Substation" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/lz2_south_cas) +"qCH" = ( /obj/structure/surface/table, /obj/effect/spawner/random/tool, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor, -/area/bigredv2/outside/cargo) -"qId" = ( -/obj/effect/landmark/crap_item, +/turf/open/floor/dark, +/area/bigredv2/outside/space_port) +"qCM" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/camera, +/turf/open/floor/wood, +/area/bigredv2/outside/marshal_office) +"qCO" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_lambda) -"qIe" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/tech_supply, -/obj/structure/pipes/vents/pump, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/caves/eta/research) -"qIR" = ( -/obj/structure/ore_box, +/area/bigredv2/outside/ne) +"qDp" = ( +/obj/effect/decal/cleanable/blood{ + layer = 3 + }, /turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) -"qIW" = ( -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/sw) -"qJb" = ( -/obj/structure/surface/table/woodentable, -/obj/item/device/binoculars, -/turf/open/floor/wood, -/area/bigredv2/outside/admin_building) -"qJf" = ( -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/outside/sw) -"qJm" = ( -/obj/item/weapon/twohanded/folded_metal_chair, -/obj/effect/landmark/corpsespawner/colonist/random/burst, -/turf/open/mars_cave/mars_cave_16, -/area/bigredv2/caves/mining) -"qJz" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ +"qDB" = ( +/obj/structure/prop/dam/truck/mining{ + desc = "A crawler, imported from the Alpha Centauri colonies."; dir = 1; - name = "\improper Spaceport" + icon_state = "crawler_crate_alt"; + name = "crawler" }, -/turf/open/floor/delivery, -/area/bigredv2/outside/space_port) -"qJL" = ( -/obj/effect/glowshroom, -/turf/open/floor/whitegreenfull, -/area/bigredv2/caves/lambda/xenobiology) -"qKn" = ( -/obj/structure/machinery/computer/arcade, -/turf/open/floor/yellowfull, +/turf/open/mars/mars_dirt_3, +/area/bigredv2/outside/s) +"qDO" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/drinks/cans/waterbottle, +/obj/item/reagent_container/food/drinks/cans/cola, +/obj/item/reagent_container/food/drinks/cans/beer, +/turf/open/floor/whitebluefull/northeast, /area/bigredv2/outside/general_store) -"qKS" = ( -/obj/effect/decal/cleanable/dirt, +"qEb" = ( +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/caves_lambda) +"qEh" = ( +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/w) +"qEv" = ( +/obj/structure/machinery/biogenerator, +/turf/open/floor/whitegreen, +/area/bigredv2/caves/lambda/xenobiology) +"qEF" = ( +/turf/open/mars_cave/mars_dirt_5, +/area/bigredv2/caves_north) +"qEL" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/ore{ - pixel_x = -4; - pixel_y = 7 +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/filtration_plant) +"qFE" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "filtration"; + name = "Filtration Lockdown" }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"qKX" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/turf/open/floor/delivery, +/area/bigredv2/outside/filtration_cave_cas) +"qFR" = ( +/obj/structure/machinery/light{ dir = 4 }, -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - name = "\improper Eta Lab Xenobiology Lab" +/turf/open/floor/asteroidwarning/southwest, +/area/bigredv2/outside/virology) +"qGK" = ( +/turf/open/mars/mars_dirt_14, +/area/bigredv2/outside/se) +"qGU" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 1; + name = "\improper Atmospherics Condenser" + }, +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/filtration_plant) +"qHp" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/bigredv2/caves/lambda/breakroom) +"qHv" = ( +/obj/structure/surface/table, +/obj/item/tank/anesthetic, +/obj/item/storage/pill_bottle/spaceacillin, +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"qHO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" }, -/turf/open/floor/delivery, -/area/bigredv2/caves/eta/xenobiology) -"qLx" = ( -/turf/open/mars_cave/mars_cave_5, -/area/bigredv2/outside/filtration_cave_cas) -"qLD" = ( -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"qLP" = ( -/obj/structure/machinery/vending/cigarette/colony, -/turf/open/mars_cave/mars_dirt_6, -/area/bigredv2/caves/mining) -"qLR" = ( -/obj/effect/decal/cleanable/dirt, /obj/structure/machinery/light{ dir = 1 }, -/obj/structure/largecrate/supply/supplies/mre, +/turf/open/floor/whitegreen/northeast, +/area/bigredv2/caves/lambda/virology) +"qHR" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Abandoned Mining Storage" + }, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"qMc" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/structure/prop/invuln/minecart_tracks{ - desc = "A heavy duty power cable for high voltage applications"; +"qHZ" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tool, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor, +/area/bigredv2/outside/cargo) +"qIb" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ dir = 1; - icon = 'icons/obj/pipes/power_cond_heavy.dmi'; - icon_state = "4-8"; - name = "heavy duty power cable" + name = "\improper Eta Lab Server" }, +/turf/open/floor/delivery, +/area/bigredv2/caves/eta/storage) +"qIA" = ( +/obj/structure/bed/chair, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"qIH" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"qMi" = ( +/area/bigredv2/outside/n) +"qIS" = ( +/obj/structure/surface/table, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/white, +/area/bigredv2/outside/marshal_office) +"qJa" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/podhatchfloor, +/area/bigredv2/outside/admin_building) +"qJp" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_cave_4, +/area/bigredv2/caves_virology) +"qJu" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/no_power/west, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/filtration_plant) -"qMk" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/turf/open/floor/white, +/area/bigredv2/outside/marshal_office) +"qJC" = ( +/obj/structure/bed/chair{ dir = 4 }, -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/darkyellowcorners2, -/area/bigredv2/caves/eta/living) -"qMn" = ( -/obj/effect/landmark/crap_item, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"qMo" = ( -/turf/open/floor/darkyellow2/east, +/obj/effect/landmark/crap_item, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"qJY" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/darkblue2/southwest, /area/bigredv2/caves/eta/research) -"qMr" = ( -/obj/item/stack/sheet/wood, +"qKp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/storage) +"qLj" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/redcorner/west, +/area/bigredv2/outside/admin_building) +"qLs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W-corner" + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/xenobiology) +"qLA" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 8; + health = 25000 + }, /turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves_north) -"qMw" = ( -/obj/effect/glowshroom, -/turf/open/mars_cave/mars_cave_7, +"qLF" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"qLJ" = ( +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/se) +"qLT" = ( +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/filtration_cave_cas) +"qMa" = ( +/turf/open/mars_cave/mars_cave_3, +/area/bigredv2/caves_sw) +"qMi" = ( +/turf/open/mars_cave/mars_cave_20, /area/bigredv2/caves_lambda) -"qMY" = ( -/turf/open/floor/purplecorner, -/area/bigredv2/caves/lambda/research) -"qNc" = ( -/obj/structure/closet/l3closet/security, -/turf/open/floor/vault2/west, -/area/bigredv2/outside/marshal_office) +"qMH" = ( +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/outside/space_port_lz2) +"qNp" = ( +/turf/open/mars_cave/mars_dirt_6, +/area/bigredv2/caves_north) +"qNL" = ( +/obj/structure/window/framed/solaris/reinforced, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) "qNP" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/open/floor, /area/bigred/ground/garage_workshop) -"qNS" = ( -/obj/structure/machinery/light, -/turf/open/floor/whitegreenfull, -/area/bigredv2/outside/medical) -"qNZ" = ( -/turf/open/floor/floor4, -/area/bigredv2/outside/cargo) -"qOq" = ( -/obj/structure/machinery/computer/general_air_control, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/filtration_plant) -"qOQ" = ( -/obj/item/ammo_magazine/handful/shotgun/custom_color{ - color = "#6666ff"; - desc = "A handful of ulta rare 12 gauge HE/FRAG ammunition to seriously fuck shit up with. Too bad its behind this indestructable window....."; - name = "handful of HE/FRAG shells (12g)"; - pixel_y = 3 - }, -/turf/open/shuttle/escapepod/floor5, -/area/bigredv2/oob) -"qOT" = ( +"qOi" = ( /obj/structure/surface/table, -/obj/item/circuitboard/solar_tracker, -/turf/open/floor/darkyellow2/southeast, -/area/bigredv2/outside/filtration_plant) +/obj/effect/spawner/random/toolbox, +/obj/effect/spawner/random/tool, +/turf/open/floor/dark, +/area/bigredv2/outside/space_port) +"qOL" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/dark, +/area/bigredv2/outside/space_port) "qOW" = ( -/obj/structure/sign/safety/autodoc{ - pixel_x = 32 +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/whitegreen/northeast, -/area/bigredv2/outside/medical) -"qPg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/surface/rack, -/obj/item/stack/cable_coil/random, -/obj/effect/spawner/random/powercell{ - pixel_x = 6; - pixel_y = 10 +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"qPa" = ( +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/caves/eta/research) +"qPp" = ( +/obj/structure/machinery/light{ + dir = 8 }, -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, -/obj/effect/spawner/random/attachment, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/filtration_plant) "qPq" = ( +/turf/open/mars_cave/mars_cave_23, +/area/bigredv2/outside/filtration_cave_cas) +"qPR" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/weapon/gun/pistol/m4a3, -/obj/item/ammo_magazine/pistol/hp{ - pixel_x = 8; - pixel_y = -7 - }, -/obj/item/ammo_magazine/pistol{ - pixel_y = -4 - }, -/obj/structure/cable{ - icon_state = "9-10" - }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"qPz" = ( -/turf/open/floor/redcorner, -/area/bigredv2/outside/lambda_cave_cas) -"qPG" = ( -/obj/structure/machinery/door_control{ - id = "Engineering"; - name = "Storm Shutters"; - pixel_y = -32 - }, -/turf/open/floor/darkyellow2/southeast, -/area/bigredv2/outside/engineering) +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/virology) "qPT" = ( /turf/closed/wall/solaris/reinforced, /area/bigredv2/outside/eta) -"qPV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light_construct{ - dir = 8 - }, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/engineering) -"qQz" = ( -/obj/effect/decal/cleanable/blood/splatter, +"qQd" = ( +/obj/structure/bed/chair/office/light, /turf/open/floor/white, -/area/bigredv2/caves/lambda/xenobiology) -"qQD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/explosive/grenade/custom/large, -/turf/open/floor/whitepurplefull, /area/bigredv2/outside/medical) -"qQO" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_sw) -"qQS" = ( -/obj/structure/machinery/vending/sovietsoda{ - icon_state = "sovietsoda-broken"; - stat = 1 - }, -/turf/open/floor/darkyellow2/northwest, -/area/bigredv2/outside/filtration_plant) -"qQV" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 6 - }, -/turf/open/floor/whitegreen/north, -/area/bigredv2/caves/lambda/virology) -"qRz" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/wood, -/area/bigredv2/outside/admin_building) -"qRA" = ( +"qQf" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/floor/dark, +/area/bigredv2/outside/marshal_office) +"qQi" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_18, +/area/bigredv2/caves/lambda/xenobiology) +"qQl" = ( +/turf/open/mars/mars_dirt_5, +/area/bigredv2/outside/w) +"qQx" = ( +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/w) +"qQy" = ( +/turf/open/floor/darkblue2/northwest, +/area/bigredv2/caves/eta/research) +"qQA" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/delivery, -/area/bigredv2/caves/eta/research) -"qRX" = ( -/obj/structure/sign/nosmoking_1{ - pixel_y = 32 +/obj/effect/decal/cleanable/dirt, +/obj/item/device/lightreplacer, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/engineering) +"qRw" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, +/turf/open/floor/redcorner/east, +/area/bigredv2/outside/office_complex) +"qRC" = ( /obj/structure/machinery/light{ - dir = 1 + dir = 8 }, -/obj/structure/machinery/alarm{ +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/caves_lambda) +"qRQ" = ( +/obj/structure/surface/table, +/obj/structure/machinery/light, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/space_port_lz2) +"qSa" = ( +/obj/effect/landmark/corpsespawner/miner, +/obj/effect/decal/cleanable/blood{ dir = 4; - pixel_x = -30 + icon_state = "gib6" }, -/turf/open/floor/darkish, -/area/bigredv2/caves/lambda/breakroom) -"qRZ" = ( -/obj/structure/machinery/power/apc/power/north, -/turf/open/floor/darkyellowcorners2/north, -/area/bigredv2/caves/eta/living) +/obj/item/weapon/baseballbat, +/turf/open/mars_cave/mars_cave_3, +/area/bigredv2/caves/mining) +"qSb" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/engineering) "qSj" = ( /obj/structure/cargo_container/hd/mid/alt, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"qSk" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = 30 - }, -/turf/open/floor/redcorner, -/area/bigredv2/outside/office_complex) "qSl" = ( -/obj/structure/cryofeed, -/obj/structure/machinery/light{ - dir = 4 +/turf/open/floor/delivery, +/area/bigredv2/outside/general_offices) +"qSq" = ( +/obj/effect/landmark/corpsespawner/miner, +/obj/effect/decal/cleanable/blood, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"qSx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 8 }, -/turf/open/floor/bluegrid/bcircuitoff, -/area/bigredv2/outside/filtration_plant) +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/space_port_lz2) +"qSP" = ( +/obj/structure/prop/invuln/minecart_tracks/bumper, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_sw) "qSZ" = ( -/obj/structure/bed/chair/office/dark{ - dir = 1 - }, -/turf/open/floor/white, +/obj/structure/machinery/light, +/turf/open/floor/darkish, +/area/bigredv2/caves/lambda/breakroom) +"qTQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkred2/west, /area/bigredv2/outside/admin_building) -"qTv" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/pipes/vents/pump{ - dir = 4 - }, -/turf/open/floor/dark, -/area/bigredv2/outside/office_complex) -"qTB" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/drinks/cans/waterbottle{ - pixel_y = 17 +"qUi" = ( +/turf/open/mars_cave/mars_cave_14, +/area/bigredv2/outside/n) +"qUl" = ( +/turf/open/floor/darkpurplecorners2/east, +/area/bigredv2/caves/lambda/xenobiology) +"qUy" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "xgib1" }, -/obj/item/reagent_container/food/snacks/jellysandwich/cherry, -/turf/open/mars_cave/mars_cave_3, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"qTL" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/device/lightreplacer, +"qUO" = ( +/obj/structure/pipes/vents/pump, /turf/open/floor/darkyellow2/north, /area/bigredv2/outside/engineering) -"qUu" = ( -/obj/structure/noticeboard{ - dir = 1; - pixel_y = -27 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whiteyellowfull/east, -/area/bigredv2/outside/office_complex) -"qUH" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkred2/north, -/area/bigredv2/outside/admin_building) -"qUR" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/darkredcorners2/west, -/area/bigredv2/caves/eta/xenobiology) "qVi" = ( /obj/structure/window/framed/solaris/reinforced, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"qVx" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/toolbox, -/obj/effect/spawner/random/tool, -/obj/structure/machinery/camera/autoname{ - dir = 8 +"qVk" = ( +/turf/open/floor/asteroidwarning/southeast, +/area/bigred/ground/garage_workshop) +"qVE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/ore/uranium{ + desc = "You feel fuzzy just looking at it.... it's slightly lumanesant"; + pixel_x = -7; + pixel_y = 4 }, -/turf/open/floor/dark, -/area/bigredv2/outside/space_port) -"qVG" = ( -/obj/item/tool/pickaxe/drill, -/turf/open/mars_cave/mars_cave_20, +/turf/open/floor/plating/platingdmg2/west, /area/bigredv2/caves/mining) -"qVP" = ( -/turf/open/mars_cave/mars_cave_4, -/area/bigredv2/caves_se) -"qWk" = ( -/obj/effect/decal/cleanable/blood{ - layer = 3 +"qWr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/w) +"qWx" = ( +/obj/structure/machinery/computer/med_data{ + density = 0; + pixel_y = 16 }, /turf/open/floor/white, -/area/bigredv2/outside/virology) -"qWo" = ( -/obj/structure/surface/table, -/obj/item/storage/box/snappops, -/obj/structure/pipes/vents/pump{ - dir = 4 - }, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"qWA" = ( -/obj/structure/pipes/vents/pump{ +/area/bigredv2/outside/medical) +"qWO" = ( +/obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/caves_lambda) -"qWH" = ( -/turf/open/floor/darkred2/north, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/darkredcorners2/west, /area/bigredv2/caves/eta/xenobiology) +"qWP" = ( +/obj/structure/bed, +/obj/item/bedsheet/rd, +/turf/open/floor/elevatorshaft/north, +/area/bigredv2/caves/lambda/breakroom) "qWV" = ( /obj/structure/platform, /obj/structure/platform{ @@ -22463,212 +22349,224 @@ }, /turf/open/gm/river, /area/bigredv2/outside/engineering) -"qXt" = ( -/obj/structure/machinery/camera/autoname, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"qYd" = ( -/obj/structure/prop/invuln/minecart_tracks{ - dir = 8 +"qXu" = ( +/obj/effect/decal/cleanable/blood{ + layer = 3 + }, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"qXM" = ( +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/filtration_cave_cas) +"qYt" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/item/stack/cable_coil/cut{ + pixel_x = 6; + pixel_y = 4 }, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"qYi" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "SE-out"; - pixel_x = 1; - pixel_y = -1 +"qYC" = ( +/obj/structure/machinery/light{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkred2/west, -/area/bigredv2/outside/admin_building) -"qYj" = ( -/obj/structure/barricade/handrail{ +/turf/open/floor/yellowfull, +/area/bigredv2/outside/general_store) +"qYR" = ( +/turf/open/mars/mars_dirt_14, +/area/bigredv2/outside/e) +"qYX" = ( +/obj/structure/surface/table, +/obj/item/tool/pen, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/item/tool/hand_labeler, +/turf/open/floor/whitepurplecorner/east, +/area/bigredv2/outside/medical) +"qZb" = ( +/obj/structure/window/reinforced/toughened{ + dir = 4 + }, +/obj/structure/window/reinforced/toughened{ dir = 1; - layer = 3.01; - pixel_y = 9 + icon_state = "fwindow"; + pixel_y = 12 }, -/turf/open/floor/darkyellow2/northwest, -/area/bigredv2/outside/engineering) -"qYF" = ( -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/ne) -"qZc" = ( +/obj/structure/machinery/disease2/diseaseanalyser, +/turf/open/floor/darkgreen2/northeast, +/area/bigredv2/caves/lambda/virology) +"qZp" = ( /obj/structure/surface/table, -/obj/item/trash/kepler, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"qZh" = ( -/obj/structure/machinery/light{ +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_y = 17 + }, +/obj/item/reagent_container/food/snacks/jellysandwich/cherry, +/turf/open/mars_cave/mars_cave_3, +/area/bigredv2/caves/mining) +"qZA" = ( +/obj/structure/surface/table, +/obj/item/storage/fancy/vials/random, +/turf/open/floor/whitepurplecorner/north, +/area/bigredv2/outside/medical) +"qZI" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/darkred2/southeast, -/area/bigredv2/caves/eta/research) -"qZj" = ( +/turf/open/floor/dark, +/area/bigredv2/outside/general_offices) +"qZX" = ( +/obj/structure/machinery/light/small, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"rav" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"qZK" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/bed/chair/comfy{ +/obj/item/trash/hotdog, +/turf/open/floor/white, +/area/bigredv2/outside/office_complex) +"raW" = ( +/obj/structure/surface/table, +/obj/structure/machinery/reagentgrinder, +/turf/open/floor/darkred2/east, +/area/bigredv2/caves/eta/research) +"rbZ" = ( +/obj/item/tool/warning_cone, +/turf/open/floor/asteroidwarning/northeast, +/area/bigredv2/outside/se) +"rch" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"qZN" = ( -/turf/open/mars_cave/mars_cave_17, -/area/bigredv2/outside/filtration_plant) -"raW" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/n) -"raX" = ( -/obj/item/tool/warning_cone{ - pixel_y = 20 +/turf/open/floor/dark, +/area/bigredv2/caves/eta/xenobiology) +"rcr" = ( +/obj/structure/platform_decoration/shiva{ + dir = 8 }, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/telecomm/n_cave) -"rbS" = ( +/obj/structure/platform_decoration/shiva, +/turf/open/floor/bluegrid/bcircuitoff, +/area/bigredv2/caves/lambda/research) +"rcw" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"rcd" = ( -/obj/structure/window, -/obj/structure/window{ - dir = 8 +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/darkredcorners2, +/area/bigredv2/caves/eta/xenobiology) +"rcy" = ( +/obj/structure/closet/wardrobe/engineering_yellow, +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/filtration_plant) +"rcG" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 }, /turf/open/floor/wood, -/area/bigredv2/outside/library) -"rcy" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/telecomm) -"rcB" = ( -/obj/structure/surface/rack, -/obj/item/clothing/suit/armor/vest, -/obj/structure/machinery/door/window/eastright, -/obj/structure/window/reinforced, -/turf/open/floor/elevatorshaft/north, -/area/bigredv2/caves/lambda/breakroom) -"rcI" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/redfull/northwest, -/area/bigredv2/caves/eta/research) +/area/bigredv2/caves/eta/living) +"rcQ" = ( +/obj/structure/machinery/light/double, +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/outside/lz2_south_cas) "rcY" = ( -/obj/item/ore{ - pixel_x = 13; - pixel_y = 12 - }, -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/caves/mining) -"rcZ" = ( -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/n) -"rdk" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/whitegreenfull, -/area/bigredv2/outside/medical) -"rdm" = ( /obj/structure/bed/chair{ - dir = 4 + dir = 8 }, -/turf/open/floor/grimy, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"rdt" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tool, +/obj/effect/spawner/random/tool, +/turf/open/floor/darkyellow2/southwest, +/area/bigredv2/outside/filtration_plant) +"rdK" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/tech_supply, +/obj/effect/spawner/random/tech_supply, +/turf/open/floor/white, /area/bigredv2/outside/office_complex) -"rdL" = ( -/obj/item/weapon/gun/boltaction, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"rdN" = ( -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_virology) "rdR" = ( /turf/open/floor, /area/bigredv2/outside/lz2_south_cas) -"rdY" = ( -/turf/open/floor/asteroidwarning/southwest, -/area/bigredv2/outside/filtration_cave_cas) -"reB" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_3, -/area/bigredv2/caves/mining) -"reX" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/darkred2/northwest, -/area/bigredv2/caves/eta/xenobiology) -"rfd" = ( -/turf/open/floor/purple, -/area/bigredv2/caves/lambda/research) -"rfB" = ( -/obj/structure/cargo_container/arious/leftmid, -/turf/open/floor/plating/warnplate, -/area/bigredv2/outside/space_port) -"rfY" = ( -/obj/structure/machinery/shower{ - dir = 4 - }, -/turf/open/floor/freezerfloor, -/area/bigredv2/caves/eta/research) -"rgi" = ( -/turf/open/floor/delivery, -/area/bigredv2/caves/lambda/breakroom) -"rgl" = ( +"rdW" = ( +/obj/structure/surface/table, +/turf/open/floor/white, +/area/bigredv2/outside/marshal_office) +"rea" = ( +/turf/open/floor/darkred2/southeast, +/area/bigredv2/outside/admin_building) +"reb" = ( /obj/effect/decal/cleanable/blood{ - icon_state = "gib6" + base_icon = 'icons/obj/items/weapons/grenade.dmi'; + desc = "An expended M55C tear gas grenade that was used for nonlethal riot control. These used to be used on USCM ships until they found out that marines are already used to teargas so the U.S.S Re-education made a better model through 'extensive trials' that works on marines, which is now the M66 used by MPs today. Being now utterly useless to marines and phased out by the M66, M55Cs were spread around the colonies across the UA galaxy like salt to be used on poor colonists instead."; + icon = 'icons/obj/items/weapons/grenade.dmi'; + icon_state = "grenade_custom"; + name = "M55C Teargas grenade" }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/c) -"rgx" = ( -/obj/structure/closet/firecloset/full, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"rgK" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/redcorner/east, -/area/bigredv2/outside/marshal_office) -"rhh" = ( -/obj/item/tool/pickaxe{ - pixel_y = -7 +/turf/open/mars_cave/mars_cave_13, +/area/bigredv2/caves/mining) +"reh" = ( +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/caves_research) +"req" = ( +/obj/structure/machinery/light{ + dir = 8 }, -/obj/item/tool/pickaxe{ - pixel_y = 4 +/turf/open/floor/loadingarea, +/area/bigredv2/outside/cargo) +"rew" = ( +/obj/structure/machinery/medical_pod/bodyscanner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whitegreen/southwest, +/area/bigredv2/outside/medical) +"reM" = ( +/obj/structure/bed/chair{ + dir = 4 }, -/obj/item/tool/pickaxe{ - pixel_y = -3 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/item/tool/pickaxe, +/turf/open/floor/carpet7_3/west, +/area/bigredv2/outside/admin_building) +"rfs" = ( +/obj/item/device/flashlight/lantern, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"rfE" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/redcorner/east, +/area/bigredv2/outside/office_complex) +"rgI" = ( /obj/structure/machinery/light{ dir = 8 }, -/obj/structure/surface/rack, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"rhj" = ( -/obj/structure/machinery/cm_vending/sorted/medical/no_access, -/turf/open/floor/white, -/area/bigredv2/outside/medical) +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/storage) +"rgJ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/research) "rhl" = ( -/obj/effect/decal/cleanable/liquid_fuel, /obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/crap_item, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/darkyellowcorners2/east, -/area/bigredv2/outside/engineering) -"rhG" = ( -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/outside/lz1_north_cas) -"rhO" = ( -/obj/structure/pipes/vents/pump{ +/turf/open/floor/whitegreen/north, +/area/bigredv2/outside/medical) +"rhD" = ( +/obj/structure/phone_base/colony_net{ + phone_category = "Solaris Ridge"; + phone_color = "green"; + phone_id = "Clinic Labs"; + pixel_y = 24 + }, +/turf/open/floor/whitepurplecorner/north, +/area/bigredv2/outside/medical) +"rhK" = ( +/obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/darkgreen2/north, -/area/bigredv2/caves/lambda/virology) +/turf/open/floor/wood, +/area/bigredv2/outside/bar) "rhW" = ( /obj/structure/filingcabinet, /obj/structure/machinery/light{ @@ -22677,324 +22575,362 @@ /turf/open/floor, /area/bigredv2/outside/cargo) "rid" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/darkred2/west, -/area/bigredv2/outside/admin_building) -"riy" = ( -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/lz2_south_cas) -"riJ" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/white, -/area/bigredv2/outside/office_complex) -"riY" = ( -/obj/structure/bed/chair{ - dir = 4 +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + dir = 1; + name = "\improper Lambda Lab Technical Lab" }, -/turf/open/floor/whitegreenfull, -/area/bigredv2/outside/medical) -"rjb" = ( -/obj/effect/decal/cleanable/dirt, +/turf/open/floor/delivery, +/area/bigredv2/caves/lambda/research) +"ris" = ( /obj/structure/surface/rack, -/obj/item/stack/sheet/mineral/uranium{ - amount = 50 - }, +/obj/item/stack/sheet/mineral/plastic, +/obj/item/stack/sheet/mineral/plastic, +/obj/item/stack/sheet/mineral/plastic, +/obj/effect/decal/cleanable/cobweb, /turf/open/floor/dark, /area/bigredv2/outside/general_offices) -"rji" = ( -/obj/structure/bed/chair{ - buckling_y = 5; - dir = 1; - pixel_y = 5 - }, -/turf/open/mars_cave/mars_cave_16, -/area/bigredv2/caves/mining) -"rjl" = ( -/turf/open/floor/asteroidwarning/northeast, -/area/bigredv2/outside/nw) +"rjn" = ( +/obj/structure/pipes/vents/pump/on, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/space_port_lz2) "rjw" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor, /area/bigredv2/outside/filtration_cave_cas) +"rjx" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/white, +/area/bigredv2/outside/medical) "rjF" = ( /obj/structure/sign/safety/bathunisex{ pixel_x = 19 }, /turf/closed/wall/solaris/reinforced, /area/bigredv2/caves/mining) -"rkz" = ( -/turf/open/floor/whiteblue/north, -/area/bigredv2/outside/medical) -"rkE" = ( -/obj/structure/surface/rack, -/obj/item/weapon/gun/pistol/vp70, -/obj/item/weapon/gun/pistol/vp70, -/turf/open/floor/redcorner/west, -/area/bigredv2/outside/admin_building) -"rkP" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/whitegreencorner/north, -/area/bigredv2/outside/medical) -"rkQ" = ( -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"rkV" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkyellowcorners2, -/area/bigredv2/caves/eta/living) -"rlg" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/redfull/northwest, -/area/bigredv2/outside/marshal_office) -"rlv" = ( -/obj/structure/surface/table, -/obj/structure/phone_base/colony_net/rotary{ - phone_category = "Eta Labs"; - phone_color = "red"; - phone_id = "Security" - }, +"rjH" = ( +/obj/item/stack/sheet/wood, +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/caves_north) +"rjU" = ( +/obj/structure/machinery/computer/cameras, /turf/open/floor/dark, /area/bigredv2/caves/eta/storage) -"rlK" = ( -/obj/structure/safe, -/turf/open/floor/wood, -/area/bigredv2/outside/admin_building) -"rmc" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/closet/cabinet, -/obj/item/clothing/accessory/armband, -/obj/structure/pipes/vents/pump/on, +"rkk" = ( +/turf/open/mars_cave/mars_dirt_5, +/area/bigredv2/outside/virology) +"rlf" = ( +/obj/structure/bed/chair/comfy/black, /turf/open/floor/wood, -/area/bigredv2/caves/eta/living) +/area/bigredv2/caves/lambda/breakroom) +"rlI" = ( +/obj/effect/landmark/crap_item, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/ne) +"rmj" = ( +/obj/structure/surface/rack, +/obj/item/device/camera_film, +/turf/open/floor/darkyellow2/northwest, +/area/bigredv2/outside/engineering) "rml" = ( /obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, /turf/open/floor, /area/bigred/ground/garage_workshop) -"rmn" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"rmT" = ( -/obj/item/ore{ - pixel_x = 9; - pixel_y = -4 +"rmv" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor/darkred2/west, +/area/bigredv2/caves/eta/research) +"rmE" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/caves/mining) +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "\improper Medical Clinic Operating Theatre" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/medical) "rnc" = ( /turf/open/mars_cave, /area/bigredv2/caves_research) "rng" = ( -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/lz1_north_cas) +/obj/structure/filingcabinet, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/engineering) "rni" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/turf/open/floor/grimy, -/area/bigredv2/outside/dorms) -"rnI" = ( -/obj/structure/machinery/computer/cameras, +/obj/structure/closet/secure_closet/security/science, /turf/open/floor/dark, /area/bigredv2/caves/eta/storage) -"rnM" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +"rnN" = ( +/obj/structure/cable{ + icon_state = "1-6" }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/hydroponics) -"rpy" = ( -/obj/structure/machinery/door/airlock/almayer/secure/colony{ - dir = 1; - name = "\improper Engine Reactor" +/obj/structure/cable{ + icon_state = "6-8" + }, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"rnY" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/mars/mars_dirt_10, +/area/bigredv2/outside/c) +"ron" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_y = 3 + }, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor, +/area/bigredv2/outside/lambda_cave_cas) +"roL" = ( +/turf/open/mars_cave/mars_cave_18, +/area/bigredv2/caves_lambda) +"roO" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "\improper General Store" }, /turf/open/floor/delivery, -/area/bigredv2/outside/engineering) -"rpN" = ( +/area/bigredv2/outside/general_store) +"roU" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -1; + pixel_y = 5 + }, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"rpb" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/living) +"rpf" = ( +/obj/structure/machinery/computer/cameras{ + dir = 8 + }, /obj/structure/surface/table, -/obj/item/folder/black_random, +/turf/open/floor/darkblue2/northeast, +/area/bigredv2/outside/admin_building) +"rpE" = ( +/obj/structure/surface/table, +/obj/item/folder/yellow, /turf/open/floor/dark, /area/bigredv2/outside/telecomm) -"rqu" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_se) -"rqN" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_cave_16, -/area/bigredv2/outside/ne) -"rqQ" = ( -/obj/structure/machinery/photocopier, -/turf/open/floor/white, -/area/bigredv2/outside/office_complex) -"rqX" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/w) -"rrm" = ( -/turf/open/floor/darkgreencorners2/north, -/area/bigredv2/caves/eta/research) -"rrr" = ( +"rpH" = ( /obj/structure/surface/table, -/obj/structure/window/reinforced{ - dir = 4; - health = 80 - }, -/obj/structure/phone_base/colony_net/rotary{ - phone_category = "Solaris Ridge"; - phone_color = "blue"; - phone_id = "Administration" +/obj/structure/machinery/light/small{ + dir = 8 }, -/turf/open/floor/warnwhite/east, -/area/bigredv2/outside/admin_building) -"rrt" = ( +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/xenobiology) +"rpY" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/bun, /obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/space_port_lz2) -"rrL" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/toolbox, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"rqy" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/engineering) -"rst" = ( -/obj/structure/prop/invuln/minecart_tracks{ - desc = "A pipe."; - dir = 10; - icon = 'icons/obj/pipes/pipes.dmi'; - icon_state = "intact"; - name = "Pipe" +/turf/open/floor/bot/north, +/area/bigredv2/outside/cargo) +"rqG" = ( +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/se) +"rqN" = ( +/turf/open/floor/darkredcorners2, +/area/bigredv2/caves/eta/research) +"rqR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkgreencorners2/west, +/area/bigredv2/caves/eta/research) +"rqS" = ( +/obj/item/tool/pickaxe{ + pixel_y = 12 }, -/turf/open/floor/plating/platingdmg3/west, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/mars_cave/mars_dirt_5, /area/bigredv2/caves/mining) -"rsM" = ( +"rro" = ( +/obj/effect/decal/cleanable/vomit, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"rrQ" = ( /obj/structure/surface/table, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"rsR" = ( -/obj/structure/platform/kutjevo/rock{ - dir = 1 +/turf/open/floor/dark, +/area/bigredv2/outside/office_complex) +"rrR" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/open/floor/whitegreen/northeast, +/area/bigredv2/caves/lambda/virology) +"rrU" = ( +/obj/structure/surface/table, +/obj/structure/machinery/computer/pod/old{ + name = "Register" }, -/turf/open/mars/mars_dirt_9, -/area/space) -"rtm" = ( -/obj/effect/landmark/hunter_secondary, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/c) -"rtM" = ( +/turf/open/floor/yellowfull, +/area/bigredv2/outside/general_store) +"rsg" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/crap_item, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkgreencorners2/west, -/area/bigredv2/caves/eta/research) -"rvs" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/outside/space_port) -"rvw" = ( -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/virology) -"rvN" = ( -/obj/structure/machinery/portable_atmospherics/hydroponics, -/turf/open/floor/whitegreenfull, -/area/bigredv2/outside/hydroponics) -"rwu" = ( -/turf/open/mars/mars_dirt_13, -/area/bigredv2/outside/space_port_lz2) -"rwA" = ( -/obj/structure/filingcabinet/security, -/turf/open/floor/wood, -/area/bigredv2/outside/marshal_office) -"rxD" = ( -/obj/structure/prop/almayer/cannon_cable_connector{ - name = "\improper Cable connector" +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 }, -/turf/open/shuttle/escapepod/floor5, -/area/bigredv2/oob) -"rxF" = ( -/obj/structure/machinery/portable_atmospherics/hydroponics, -/turf/open/floor/whitegreen_v/northeast, -/area/bigredv2/caves/lambda/xenobiology) -"rxG" = ( -/obj/structure/bed/chair/wood/normal{ +/turf/open/floor/dark, +/area/bigredv2/caves/eta/storage) +"rsQ" = ( +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/caves/lambda/research) +"rto" = ( +/obj/structure/machinery/light{ dir = 8 }, -/obj/effect/landmark/crap_item, -/turf/open/floor/chapel/north, -/area/bigredv2/outside/chapel) -"rxL" = ( -/obj/structure/ore_box, -/turf/open/floor/whitepurple, -/area/bigredv2/caves/lambda/research) -"rxR" = ( +/turf/open/floor/wood, +/area/bigredv2/outside/general_offices) +"rtr" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 + dir = 4 }, -/turf/open/floor/plating/platingdmg2/west, -/area/bigredv2/outside/space_port) -"rxV" = ( -/obj/structure/girder, +/turf/open/floor/delivery, +/area/bigredv2/caves/eta/research) +"rtZ" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/asteroidwarning/southeast, +/area/bigredv2/outside/filtration_cave_cas) +"rua" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/twohanded/fireaxe, +/turf/open/floor/dark, +/area/bigredv2/outside/filtration_plant) +"rud" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/structure/bed/chair, +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_box/magazine/misc/flares, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"ryj" = ( -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/whitegreenfull, +"ruj" = ( +/obj/structure/machinery/shower{ + dir = 4 + }, +/turf/open/floor/freezerfloor, +/area/bigredv2/caves/eta/research) +"ruC" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "reactor_meltdown" + }, +/turf/closed/wall/solaris/rock, +/area/bigredv2/caves) +"ruF" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkish, /area/bigredv2/caves/lambda/virology) -"ryn" = ( -/obj/structure/machinery/door_control{ - id = "Operations"; - name = "Storm Shutters"; - pixel_y = -32 +"rvf" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkred2, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"rvO" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "admin_pmc" + }, +/turf/closed/wall/solaris/reinforced, /area/bigredv2/outside/admin_building) -"ryD" = ( -/obj/structure/machinery/shower{ - dir = 8 +"rvQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood{ + layer = 3 }, -/obj/structure/window/reinforced, -/turf/open/floor/warnwhite/west, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/dorms) +"rvU" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/powercell, +/turf/open/floor/purple/west, +/area/bigredv2/caves/lambda/research) +"rwq" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -5; + pixel_y = 10 + }, +/turf/open/mars_cave/mars_cave_16, +/area/bigredv2/caves/mining) +"rxf" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "\improper Medical Clinic CMO's Office" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/medical) +"rxY" = ( +/turf/open/floor/darkgreencorners2/north, +/area/bigredv2/caves/eta/research) +"ryi" = ( +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/caves_sw) +"ryj" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_10, +/area/bigredv2/caves_sw) +"ryy" = ( +/obj/structure/filingcabinet/medical, +/turf/open/floor/white, /area/bigredv2/outside/virology) "ryW" = ( -/obj/structure/machinery/landinglight/ds2/delayone{ - dir = 4 +/obj/structure/platform_decoration, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/telecomm/n_cave) +"rzl" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "\improper Marshal Office Prison" }, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/space_port_lz2) -"rzb" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ +/turf/open/floor/delivery, +/area/bigredv2/outside/marshal_office) +"rzm" = ( +/obj/structure/machinery/cm_vending/sorted/medical/blood, +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"rzo" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "Righty tighty, lefty loosey!"; dir = 1; - name = "\improper Engineering SMES" + icon = 'icons/obj/pipes/valve.dmi'; + icon_state = "map_valve1"; + name = "Pressure Valve" }, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/engineering) -"rzn" = ( -/turf/open/mars/mars_dirt_12, -/area/bigredv2/outside/ne) -"rzJ" = ( -/obj/item/tool/warning_cone{ - pixel_x = 5; - pixel_y = 13 +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"rzp" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 }, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/filtration_plant) +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/caves/mining) +"rzt" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/turf/open/floor/whitegreen/southeast, +/area/bigredv2/caves/lambda/xenobiology) +"rzC" = ( +/obj/effect/spawner/random/bomb_supply, +/turf/open/floor/whitepurplecorner/north, +/area/bigredv2/outside/medical) +"rzE" = ( +/turf/open/mars_cave/mars_cave_13, +/area/bigredv2/caves_north) "rzO" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/reagent_dispensers/water_cooler/stacks{ @@ -23003,197 +22939,231 @@ }, /turf/open/floor/plating, /area/bigredv2/outside/filtration_plant) -"rzP" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/drinks/flask, -/obj/structure/machinery/camera/autoname{ - dir = 4 - }, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/dark, -/area/bigredv2/outside/office_complex) "rzT" = ( /obj/structure/sign/nosmoking_1, /turf/closed/wall/solaris/reinforced, /area/bigredv2/caves/mining) -"rzW" = ( -/obj/structure/machinery/light{ +"rAL" = ( +/turf/closed/wall/solaris/reinforced, +/area/bigredv2/outside/w) +"rAU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/engineering) +"rAY" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/space_port) -"rBc" = ( -/obj/structure/reagent_dispensers/beerkeg, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/engineering) +"rBf" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 4; + health = 25000 + }, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"rBy" = ( +/obj/structure/machinery/smartfridge/secure/virology, +/turf/open/floor/whitegreen/northeast, +/area/bigredv2/caves/lambda/virology) +"rBz" = ( /turf/open/floor/wood, /area/bigredv2/outside/bar) -"rBE" = ( -/obj/structure/machinery/camera/autoname{ - dir = 4 - }, -/obj/structure/machinery/door_control{ - id = "viro"; - name = "Virology Lockdown"; - pixel_x = -25 - }, +"rBF" = ( +/obj/item/frame/table, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/white, /area/bigredv2/outside/virology) -"rBH" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"rCb" = ( +/obj/structure/machinery/light{ + dir = 8 }, -/obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"rCe" = ( -/obj/structure/machinery/door/poddoor/almayer/closed{ - dir = 4; - id = "lambda-interior"; - name = "Lambda Checkpoint Interior" +/turf/open/floor/darkgreencorners2/west, +/area/bigredv2/caves/eta/research) +"rCH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/hydroponics) +"rDi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/turf/open/floor/delivery, -/area/bigredv2/outside/lambda_cave_cas) -"rCq" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 }, -/obj/structure/machinery/recharge_station, -/turf/open/floor/dark, -/area/bigredv2/outside/space_port) -"rCR" = ( -/obj/structure/cargo_container/arious/rightmid, -/turf/open/mars, -/area/bigredv2/outside/space_port_lz2) -"rEj" = ( -/obj/item/tool/warning_cone, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/se) -"rEv" = ( -/obj/effect/landmark/crap_item, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/c) -"rET" = ( +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"rDk" = ( /obj/structure/surface/table, +/obj/item/storage/pill_bottle/tramadol, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/filtration_plant) -"rEY" = ( -/obj/structure/dispenser/oxygen, -/turf/open/floor/darkyellow2/northeast, -/area/bigredv2/outside/filtration_plant) -"rFi" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E-corner" - }, -/turf/open/mars_cave/mars_cave_16, -/area/bigredv2/caves_north) -"rFv" = ( +/turf/open/floor/whitegreen/west, +/area/bigredv2/outside/medical) +"rDv" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/asteroidwarning/southeast, +/area/bigredv2/outside/c) +"rDw" = ( +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/lambda_cave_cas) +"rDB" = ( /obj/structure/machinery/light{ - dir = 4 + dir = 1 }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/marshal_office) -"rFw" = ( -/turf/open/floor/darkyellow2/north, -/area/bigredv2/caves/eta/research) -"rFN" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" +/turf/open/floor/darkred2/northwest, +/area/bigredv2/caves/eta/xenobiology) +"rDR" = ( +/obj/structure/surface/table, +/obj/structure/phone_base/colony_net/rotary{ + phone_category = "Eta Labs"; + phone_id = "Workshop" }, +/turf/open/floor/darkred2/north, +/area/bigredv2/caves/eta/research) +"rEd" = ( +/obj/item/tool/warning_cone, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/asteroidwarning/northeast, +/area/bigredv2/outside/filtration_cave_cas) +"rED" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/tool/extinguisher, +/turf/open/floor/asteroidwarning/north, +/area/bigred/ground/garage_workshop) +"rFg" = ( +/obj/item/reagent_container/pill/happy, /turf/open/floor/white, -/area/bigredv2/outside/admin_building) -"rFX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"rGa" = ( -/obj/structure/coatrack{ - pixel_x = 12 +/area/bigredv2/outside/medical) +"rFl" = ( +/obj/structure/surface/rack, +/obj/structure/machinery/light{ + dir = 1 }, -/obj/item/clothing/shoes/jackboots, -/obj/item/clothing/suit/storage/windbreaker/windbreaker_gray{ - pixel_x = 11; - pixel_y = 4 +/obj/item/ammo_magazine/revolver/spearhead, +/turf/open/floor/vault2/west, +/area/bigredv2/outside/marshal_office) +"rFs" = ( +/obj/effect/landmark/hunter_secondary, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/virology) +"rFG" = ( +/obj/structure/window/reinforced/toughened, +/obj/structure/machinery/door/window{ + dir = 8 }, -/turf/open/floor/wood, -/area/bigredv2/outside/admin_building) -"rGi" = ( -/obj/structure/closet/secure_closet/RD, -/turf/open/floor/elevatorshaft/north, -/area/bigredv2/caves/lambda/breakroom) -"rGv" = ( -/turf/open/floor/asteroidwarning/southwest, -/area/bigredv2/outside/s) -"rHh" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/darkgreen2/southwest, +/area/bigredv2/caves/lambda/virology) +"rGV" = ( +/obj/structure/machinery/chem_master, /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/drip, -/obj/effect/decal/cleanable/blood/gibs/down, +/turf/open/floor/whitepurplecorner/east, +/area/bigredv2/outside/medical) +"rGX" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/dark, -/area/bigredv2/caves/eta/research) -"rHm" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/drinks/flask/vacuumflask, -/obj/item/reagent_container/food/drinks/cans/aspen, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"rHy" = ( -/obj/item/reagent_container/spray/pepper, -/turf/open/floor/whitepurplefull, -/area/bigredv2/caves/lambda/xenobiology) +/area/bigredv2/outside/filtration_plant) +"rHx" = ( +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/n) "rHA" = ( /obj/effect/decal/cleanable/dirt, /turf/open/gm/river, /area/bigredv2/outside/filtration_plant) -"rHB" = ( -/obj/item/folder/yellow, -/turf/open/floor/dark, -/area/bigredv2/outside/telecomm) -"rHM" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - name = "\improper Telecommunications" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/telecomm) -"rHY" = ( +"rHC" = ( +/obj/structure/bed/chair, /obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/whitepurplecorner/east, +/area/bigredv2/outside/medical) +"rHT" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"rHW" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkyellowcorners2/west, -/area/bigredv2/caves/eta/living) -"rIc" = ( -/obj/structure/machinery/landinglight/ds2{ - dir = 1 - }, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/space_port_lz2) -"rIj" = ( -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/oob) +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_sw) +"rIk" = ( +/obj/effect/landmark/xeno_spawn, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_research) "rIl" = ( /turf/closed/wall/solaris/reinforced/hull, /area/bigredv2/oob) -"rIQ" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Library" +"rIn" = ( +/obj/item/tool/warning_cone, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/se) +"rIu" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tool, +/obj/structure/pipes/vents/pump{ + dir = 4 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/library) -"rIW" = ( -/turf/open/mars_cave/mars_cave_10, -/area/bigredv2/caves_research) +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/filtration_plant) +"rIv" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/engineering) +"rIH" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/machinery/r_n_d/destructive_analyzer, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/caves/eta/research) +"rJd" = ( +/turf/open/floor/asteroidwarning/southwest, +/area/bigredv2/outside/filtration_cave_cas) +"rJe" = ( +/obj/item/clothing/under/brown, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/general_offices) +"rJj" = ( +/obj/structure/surface/table, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/caves/eta/research) +"rJE" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/c) "rJU" = ( -/obj/structure/machinery/light/small, -/turf/open/mars_cave/mars_cave_20, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/landmark/corpsespawner/miner, +/obj/item/weapon/gun/rifle/m16{ + pixel_x = 10 + }, +/obj/item/ammo_magazine/rifle/m16, +/obj/item/ammo_magazine/rifle/m16, +/obj/effect/decal/cleanable/blood, +/turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves/mining) -"rKj" = ( +"rJV" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 + dir = 4 }, -/turf/open/floor/white, -/area/bigredv2/outside/virology) +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "\improper Cargo Bay Security" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/cargo) "rKs" = ( /obj/item/stack/medical/splint{ pixel_x = 4; @@ -23206,148 +23176,139 @@ }, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"rKu" = ( -/obj/structure/bed/chair/office/light{ +"rKH" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/wood, -/area/bigredv2/caves/eta/living) -"rKB" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whitepurplecorner/north, -/area/bigredv2/outside/medical) -"rKW" = ( -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/filtration_cave_cas) -"rLk" = ( -/obj/item/tool/warning_cone{ - pixel_y = 19 +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "\improper Dormitories EVA Maintenance" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/general_offices) +"rLe" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/redfull/northwest, +/area/bigredv2/outside/marshal_office) +"rLq" = ( +/obj/effect/landmark/crap_item, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/filtration_plant) -"rLC" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkblue2/southeast, -/area/bigredv2/caves/eta/storage) -"rLD" = ( -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves) -"rLN" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/powercell, -/turf/open/floor/dark, -/area/bigredv2/outside/space_port) -"rLQ" = ( -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/dark, -/area/bigredv2/caves/eta/xenobiology) +/area/bigredv2/caves/lambda/research) +"rLw" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/s) +"rLF" = ( +/obj/effect/landmark/crap_item, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/nw) +"rLG" = ( +/turf/open/floor/podhatchfloor, +/area/bigredv2/outside/engineering) "rMa" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/cargo) -"rMb" = ( -/obj/structure/surface/table, -/obj/structure/xenoautopsy, -/turf/open/floor/darkredcorners2/east, -/area/bigredv2/caves/eta/xenobiology) +/obj/structure/machinery/suit_storage_unit/carbon_unit, +/turf/open/floor/dark, +/area/bigredv2/outside/general_offices) +"rMm" = ( +/obj/structure/closet/secure_closet/bar, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) "rMG" = ( /obj/structure/machinery/cm_vending/sorted/tech/comp_storage, /turf/open/floor, /area/bigred/ground/garage_workshop) -"rML" = ( -/obj/structure/machinery/computer/cameras, -/turf/open/floor/darkredcorners2/east, -/area/bigredv2/caves/eta/xenobiology) "rNc" = ( /obj/effect/decal/cleanable/dirt, /obj/item/weapon/harpoon, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"rNd" = ( -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/medical) -"rNj" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Engineering Complex" +"rNi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/crap_item, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/storage) +"rNt" = ( +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/w) +"rNE" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 10 }, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/engineering) -"rNm" = ( -/obj/structure/machinery/floodlight, -/turf/open/mars_cave/mars_dirt_6, +/turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves/mining) -"rNr" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NE-out"; - pixel_x = 1; - pixel_y = 1 +"rNO" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -1; + pixel_y = 5 }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/c) -"rNE" = ( -/obj/effect/decal/cleanable/blood{ +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"rNZ" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/darkredcorners2, +/area/bigredv2/caves/eta/xenobiology) +"rOd" = ( +/turf/open/mars_cave/mars_cave_13, +/area/bigredv2/outside/n) +"rOj" = ( +/turf/open/floor/delivery, +/area/bigredv2/outside/cargo) +"rOk" = ( +/turf/open/floor/asteroidwarning/southeast, +/area/bigredv2/outside/se) +"rOo" = ( +/obj/structure/surface/table, +/obj/item/device/flashlight/lamp, +/obj/structure/window/reinforced{ dir = 4; - icon_state = "gib6" + health = 80 }, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/c) -"rOe" = ( -/obj/structure/bed/chair{ - dir = 4 +/turf/open/floor/warnwhite/east, +/area/bigredv2/outside/admin_building) +"rOs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1; + pixel_y = -1 }, -/obj/structure/machinery/light{ - dir = 8 +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 1; + name = "\improper Engine Reactor Control" }, -/turf/open/floor/darkish, -/area/bigredv2/caves/lambda/breakroom) -"rOf" = ( -/obj/structure/machinery/computer/pandemic, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"rOp" = ( -/obj/structure/machinery/portable_atmospherics/canister/air, -/turf/open/floor/darkyellow2/east, +/turf/open/floor/almayer/test_floor4, /area/bigredv2/outside/engineering) -"rOD" = ( +"rOx" = ( +/obj/structure/bed, +/turf/open/floor/whitegreen/east, +/area/bigredv2/outside/medical) +"rPo" = ( /obj/structure/surface/table, +/obj/item/toy/sword, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"rQi" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/machinery/light{ - dir = 4 + dir = 8 }, -/obj/item/bodybag/cryobag, -/obj/item/storage/box/gloves, -/obj/item/reagent_container/spray/cleaner, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/whitegreen/northeast, -/area/bigredv2/outside/medical) -"rPd" = ( +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"rQo" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/engineering) -"rPv" = ( -/turf/open/floor/grimy, -/area/bigredv2/outside/office_complex) -"rPy" = ( -/obj/structure/bed/chair, -/turf/open/floor/grimy, -/area/bigredv2/outside/marshal_office) -"rQb" = ( -/obj/structure/bed/chair/office/light{ - dir = 4 - }, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/storage) -"rQd" = ( -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/filtration_plant) -"rQe" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_5, -/area/bigredv2/caves_se) +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/e) "rQs" = ( /obj/structure/bed/sofa/south{ desc = "An old rusty ladder"; @@ -23357,117 +23318,86 @@ }, /turf/open/floor/plating, /area/bigredv2/oob) -"rQN" = ( -/obj/item/robot_parts/robot_component/diagnosis_unit{ - pixel_y = 15 - }, -/turf/open/mars_cave/mars_dirt_5, -/area/bigredv2/caves/mining) -"rQO" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/darkblue2/north, -/area/bigredv2/outside/admin_building) -"rRp" = ( -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/se) -"rRU" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ - dir = 2; - name = "\improper Operations" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/admin_building) -"rRX" = ( -/turf/open/floor/darkgreencorners2/west, -/area/bigredv2/caves/lambda/virology) -"rSq" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"rSt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ - dir = 8 - }, -/obj/structure/machinery/alarm{ - dir = 8; - pixel_x = 32 +"rQC" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, -/turf/open/floor/whitegreen/east, -/area/bigredv2/outside/medical) -"rSA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, +/turf/open/floor/darkblue2/west, /area/bigredv2/caves/eta/research) -"rSC" = ( -/obj/effect/decal/cleanable/blood/oil/streak, -/turf/open/mars_cave/mars_cave_17, -/area/bigredv2/caves/mining) -"rSF" = ( -/obj/structure/prop/almayer/cannon_cables{ - name = "\improper Cables" +"rQI" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "viro_open" }, -/obj/structure/cryofeed{ - color = "silver"; - desc = "A bewildering tangle of machinery and pipes."; - name = "coolant feed" +/turf/closed/wall/solaris/rock, +/area/bigredv2/caves) +"rQJ" = ( +/turf/open/floor/purple, +/area/bigredv2/caves/lambda/research) +"rQP" = ( +/obj/structure/machinery/portable_atmospherics/powered/scrubber/huge/stationary, +/obj/structure/cable{ + icon_state = "11-6" }, -/turf/open/shuttle/escapepod/floor1, -/area/bigredv2/oob) -"rSK" = ( -/obj/item/ore{ - pixel_x = -1; +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"rQR" = ( +/obj/item/stack/sheet/wood{ pixel_y = -8 }, -/obj/effect/decal/cleanable/blood/oil, -/turf/open/mars_cave/mars_dirt_6, +/turf/open/mars_cave/mars_cave_16, /area/bigredv2/caves/mining) -"rSO" = ( -/obj/structure/machinery/light{ - dir = 1 - }, +"rRi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/telecomm/n_cave) +"rSb" = ( +/obj/item/tool/wrench, /turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/lambda_cave_cas) -"rTh" = ( -/obj/item/device/flashlight/on{ - pixel_x = 8 - }, -/turf/open/shuttle/escapepod/floor1, -/area/bigredv2/oob) -"rTi" = ( -/turf/open/floor/asteroidwarning, -/area/bigred/ground/garage_workshop) -"rTr" = ( -/obj/structure/tunnel{ - id = "hole1" +/area/bigredv2/outside/c) +"rSl" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 }, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_se) -"rTB" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/turf/open/mars_cave/mars_cave_20, +/area/bigredv2/caves/mining) +"rSx" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/weapon/gun/pistol/m1911, +/obj/item/ammo_magazine/pistol/m1911, +/obj/item/ammo_magazine/pistol/m1911, +/obj/item/ammo_magazine/pistol/m1911, +/obj/structure/machinery/light{ + dir = 8 }, +/obj/item/ammo_magazine/pistol/m1911, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"rTh" = ( +/obj/structure/closet/secure_closet/scientist, +/obj/structure/machinery/light, +/turf/open/floor/whitepurple/southwest, +/area/bigredv2/caves/lambda/research) +"rTx" = ( /obj/effect/landmark/good_item, -/turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkred2/west, +/area/bigredv2/outside/admin_building) "rTJ" = ( -/obj/structure/prop/invuln/minecart_tracks{ - desc = "A heavy duty power cable for high voltage applications"; - dir = 1; - icon = 'icons/obj/pipes/power_cond_heavy.dmi'; - icon_state = "4-8"; - name = "heavy duty power cable" +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/hydroponics) +"rTO" = ( +/obj/structure/machinery/door_control{ + id = "Chapel"; + name = "Storm Shutters"; + pixel_x = -32 }, -/turf/open/mars_cave/mars_cave_20, -/area/bigredv2/caves/mining) -"rUk" = ( -/turf/open/floor/dark, -/area/bigredv2/caves/eta/storage) +/turf/open/floor/cult, +/area/bigredv2/outside/chapel) +"rUi" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/open/floor/white, +/area/bigredv2/caves/lambda/xenobiology) "rUn" = ( /obj/effect/decal/warning_stripes{ icon_state = "N" @@ -23478,161 +23408,147 @@ }, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"rVq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/crap_item, -/turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"rVz" = ( -/obj/structure/sign/safety/hazard{ - pixel_y = -32 - }, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/engineering) -"rWn" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/nw) -"rWq" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/phone_base/colony_net/rotary{ - phone_category = "Solaris Ridge"; - phone_id = "Clinic Reception" - }, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"rWr" = ( -/obj/item/tool/warning_cone{ - pixel_x = 16; - pixel_y = 14 +"rUs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E-corner" }, -/turf/open/mars, -/area/bigredv2/outside/n) -"rWD" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/caves_se) -"rWV" = ( -/obj/structure/closet/crate/trashcart, -/turf/open/floor/asteroidplating, -/area/bigredv2/outside/space_port_lz2) -"rXc" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "containerroom_xenos" +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/filtration_cave_cas) +"rUx" = ( +/obj/structure/fence, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/filtration_cave_cas) +"rVd" = ( +/obj/structure/closet/toolcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/filtration_plant) +"rVB" = ( +/obj/structure/closet/l3closet/security, +/obj/structure/machinery/light{ + dir = 1 }, -/turf/closed/wall/solaris/reinforced, -/area/bigredv2/outside/nw/ceiling) -"rXD" = ( -/obj/structure/surface/table, -/turf/open/floor/darkyellow2/southeast, -/area/bigredv2/outside/engineering) -"rXJ" = ( -/obj/structure/surface/table, +/turf/open/floor/vault2/west, +/area/bigredv2/outside/marshal_office) +"rVC" = ( /obj/structure/machinery/camera/autoname{ dir = 1 }, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"rXP" = ( -/obj/structure/machinery/cryo_cell, -/obj/structure/pipes/standard/cap, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"rYb" = ( -/obj/structure/fence, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"rYf" = ( -/obj/structure/closet/firecloset/full, -/turf/open/floor/asteroidplating, +/turf/open/floor/asteroidwarning, /area/bigredv2/outside/space_port_lz2) -"rYq" = ( -/obj/structure/surface/table, -/obj/structure/pipes/standard/simple/hidden/green{ +"rWo" = ( +/turf/open/mars/mars_dirt_3, +/area/bigredv2/outside/n) +"rXc" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/delivery, +/area/bigredv2/outside/nw/ceiling) +"rXT" = ( +/obj/structure/barricade/wooden, +/obj/structure/barricade/wooden, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/n) +"rYe" = ( +/obj/effect/landmark/crap_item, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_18, +/area/bigredv2/caves_lambda) +"rYn" = ( +/obj/structure/machinery/light{ dir = 4 }, -/obj/item/device/healthanalyzer, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/general_store) -"rYv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/bananapeel, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/engineering) -"rYG" = ( -/turf/open/mars_cave/mars_cave_18, -/area/bigredv2/caves_se) -"rZj" = ( +/obj/structure/phone_base/colony_net{ + phone_category = "Lambda Labs"; + phone_id = "Surgery"; + pixel_y = 24 + }, +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/xenobiology) +"rYq" = ( +/obj/structure/barricade/wooden, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/s) +"rYE" = ( +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/ne) +"rYV" = ( +/obj/structure/machinery/cm_vending/sorted/boozeomat, /obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/redcorner, -/area/bigredv2/outside/office_complex) +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"rYY" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "\improper Medical Clinic Storage" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/medical) "rZl" = ( -/obj/structure/cargo_container/arious/rightmid, -/turf/open/floor/plating/warnplate, -/area/bigredv2/outside/space_port) -"rZu" = ( -/obj/structure/machinery/computer/communications{ - dir = 4 +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/obj/structure/surface/table, -/turf/open/floor/white, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/dark, /area/bigredv2/outside/admin_building) -"rZy" = ( +"rZr" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/darkyellowcorners2, -/area/bigredv2/caves/eta/living) -"sak" = ( -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = 30 - }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/general_offices) -"saq" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/drinks/flask, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"sar" = ( -/obj/structure/machinery/door_control{ - id = "Kitchen Greenhouse"; - name = "Storm Shutters"; - pixel_x = 32 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +/turf/open/floor/whiteyellowfull/east, +/area/bigredv2/outside/office_complex) +"rZK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/filtration_plant) +"rZT" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/hydroponics) -"saJ" = ( +/turf/open/mars_cave/mars_cave_13, +/area/bigredv2/caves/mining) +"sae" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/dark, +/area/bigredv2/outside/filtration_plant) +"sau" = ( +/obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkred2/west, +/area/bigredv2/outside/admin_building) +"saw" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/sign/safety/hazard{ + pixel_x = 8; + pixel_y = -32 + }, /turf/open/floor/darkyellow2, -/area/bigredv2/outside/filtration_plant) -"saR" = ( -/obj/structure/closet/crate/miningcar, -/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, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"sbl" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/area/bigredv2/outside/engineering) +"saB" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ + name = "\improper Operations" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/white, +/turf/open/floor/delivery, +/area/bigredv2/outside/admin_building) +"saM" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/darkredcorners2/west, +/area/bigredv2/outside/admin_building) +"sbd" = ( +/turf/open/floor/darkgreen2, +/area/bigredv2/outside/space_port) +"sbm" = ( +/turf/open/floor/whitegreen/north, /area/bigredv2/outside/medical) "sbA" = ( /obj/item/frame/rack, @@ -23644,487 +23560,576 @@ }, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"sbU" = ( -/turf/open/floor/delivery, -/area/bigredv2/outside/space_port) -"scd" = ( -/obj/structure/machinery/light{ +"sbH" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tool, +/obj/item/stack/sheet/metal{ + amount = 30 + }, +/turf/open/floor/darkyellow2/southeast, +/area/bigredv2/outside/engineering) +"sbS" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/purple/southeast, -/area/bigredv2/caves/lambda/research) -"scu" = ( -/obj/effect/decal/cleanable/blood{ - dir = 4; - icon_state = "gib6" +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "\improper Engineering Workshop" }, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/w) -"scv" = ( -/turf/open/floor/delivery, -/area/bigredv2/outside/hydroponics) -"scH" = ( -/turf/open/mars_cave/mars_cave_9, -/area/bigredv2/caves_sw) -"sdg" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/grimy, -/area/bigredv2/outside/marshal_office) -"sdn" = ( -/obj/item/device/reagent_scanner, -/turf/open/floor/whitepurplecorner/north, -/area/bigredv2/outside/medical) -"sdC" = ( -/obj/structure/machinery/light/small{ +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/engineering) +"sbY" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/caves_lambda) +"scr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ dir = 1 }, -/turf/open/mars_cave/mars_cave_2, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/s) +"scI" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/engineering) +"scS" = ( +/turf/open/mars_cave/mars_cave_15, +/area/bigredv2/outside/ne) +"sdP" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/plating, /area/bigredv2/caves/mining) -"sdG" = ( -/turf/open/mars_cave/mars_cave_7, +"sea" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/bot/north, +/area/bigredv2/outside/cargo) +"sem" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/general_store) +"seJ" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 4; + pixel_y = 10 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -3; + pixel_y = 16 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 7 + }, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"sdH" = ( -/obj/structure/barricade/wooden{ +"seK" = ( +/obj/structure/machinery/door/poddoor/almayer/closed, +/obj/structure/cable, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"seL" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ dir = 1; - pixel_y = 7 + name = "\improper Recreation" }, -/obj/item/weapon/twohanded/spear{ - pixel_x = -4; - pixel_y = 3 +/turf/open/floor/delivery, +/area/bigredv2/outside/dorms) +"seN" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -1; + pixel_y = 5 }, /turf/open/mars_cave/mars_dirt_7, /area/bigredv2/caves/mining) -"sdP" = ( -/obj/structure/largecrate/random/barrel/white, -/turf/open/floor/plating, -/area/bigredv2/caves/mining) -"sdY" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Atmospherics Condenser" +"seU" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/engineering) -"seD" = ( +/turf/open/floor/darkred2/northwest, +/area/bigredv2/outside/admin_building) +"seW" = ( /obj/structure/surface/table, -/obj/item/bodybag/cryobag, -/obj/item/bodybag/cryobag, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/whitegreen/north, -/area/bigredv2/outside/medical) -"seI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/manifold/hidden/green{ +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/space_port_lz2) +"sff" = ( +/obj/structure/machinery/chem_dispenser, +/turf/open/floor/darkred2/west, +/area/bigredv2/caves/eta/research) +"sfE" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/bun, +/obj/item/reagent_container/food/snacks/bun, +/obj/item/reagent_container/food/snacks/cheesewedge, +/obj/item/reagent_container/food/snacks/donut, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"sfO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/prop/invuln/minecart_tracks{ dir = 1 }, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/storage) -"sft" = ( -/obj/structure/surface/table, -/turf/open/floor/redfull/northwest, -/area/bigredv2/outside/marshal_office) -"sfG" = ( -/turf/open/mars/mars_dirt_14, -/area/bigredv2/outside/c) -"sfK" = ( -/obj/structure/target, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"sfX" = ( +/obj/structure/machinery/vending/coffee, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/darkred2/north, -/area/bigredv2/caves/eta/xenobiology) -"sga" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Operations Toilet" +/area/bigredv2/outside/admin_building) +"sgn" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 1; + name = "\improper Cargo Bay Offices" }, /turf/open/floor/delivery, -/area/bigredv2/outside/admin_building) -"sgf" = ( -/turf/open/floor/asteroidfloor/north, -/area/bigred/ground/garage_workshop) -"sgq" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"sgG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/oil/streak, +/area/bigredv2/outside/cargo) +"sgs" = ( +/obj/structure/bed/chair{ + dir = 4; + pixel_x = 13; + pixel_y = 10 + }, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"sgK" = ( -/obj/effect/decal/cleanable/liquid_fuel, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/engineering) -"shu" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/tool, -/turf/open/floor/darkgreen2/southwest, -/area/bigredv2/outside/space_port) -"shv" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"shA" = ( -/obj/structure/pipes/standard/simple/hidden/green, +"sgU" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"shK" = ( -/obj/structure/surface/table, -/obj/item/device/analyzer, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/engineering) -"shU" = ( -/obj/structure/closet/l3closet/scientist, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +/turf/open/floor/asteroidwarning/northwest, +/area/bigredv2/outside/w) +"shf" = ( +/obj/effect/decal/cleanable/blood{ + dir = 8; + icon_state = "gib6"; + layer = 4; + pixel_x = 12; + pixel_y = 3 }, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/storage) -"sij" = ( -/obj/structure/curtain/medical, -/turf/open/floor/whitegreen/northwest, -/area/bigredv2/caves/lambda/virology) -"sji" = ( -/obj/structure/cable{ - icon_state = "11-2" +/turf/open/mars_cave/mars_cave_14, +/area/bigredv2/caves/mining) +"shp" = ( +/turf/open/floor/delivery, +/area/bigredv2/outside/chapel) +"shD" = ( +/obj/structure/cargo_container/arious/right, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/space_port_lz2) +"shN" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 }, -/turf/open/floor/plating/platingdmg3/west, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/caves/eta/research) +"sib" = ( +/turf/open/mars_cave/mars_cave_13, +/area/bigredv2/caves_sw) +"siy" = ( +/obj/effect/landmark/corpsespawner/miner, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/mars_cave/mars_cave_6, /area/bigredv2/caves/mining) -"sjo" = ( -/turf/open/floor/asteroidwarning/northwest, -/area/bigredv2/outside/c) -"sjw" = ( +"siA" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 1 + }, +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"siN" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "\improper General Store Storage" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/cargo) +"sjd" = ( +/obj/structure/machinery/floodlight, /turf/open/mars_cave/mars_dirt_6, -/area/bigredv2/caves_sw) -"sjE" = ( -/obj/effect/landmark/monkey_spawn, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/xenobiology) +/area/bigredv2/caves/mining) +"sjD" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/redcorner/west, +/area/bigredv2/outside/admin_building) +"sjH" = ( +/obj/structure/closet/l3closet/scientist, +/turf/open/floor/darkgreen2/north, +/area/bigredv2/caves/eta/xenobiology) +"sjN" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/e) "sjU" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" }, /turf/open/floor/plating, /area/bigredv2/outside/filtration_plant) -"skh" = ( +"sjW" = ( /turf/open/floor/dark, -/area/bigredv2/caves/eta/xenobiology) +/area/bigredv2/outside/telecomm) "ski" = ( /turf/open/mars_cave, /area/bigredv2/outside/lz2_west_cas) -"skw" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 +"skA" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/eta) +"slb" = ( +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/telecomm/n_cave) +"slk" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "\improper Eta Lab Research Office" + }, +/turf/open/floor/delivery, +/area/bigredv2/caves/eta/living) +"slG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_y = -1 }, -/turf/open/floor/dark, -/area/bigredv2/outside/general_offices) -"skF" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/darkred2/north, -/area/bigredv2/outside/admin_building) -"skZ" = ( -/obj/item/clothing/suit/storage/hazardvest, -/obj/effect/decal/cleanable/blood, -/obj/item/clothing/head/hardhat, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"slu" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/clothing/suit/radiation, -/turf/open/floor/darkyellowcorners2/west, -/area/bigredv2/outside/engineering) -"slN" = ( +/turf/open/floor/darkred2/northeast, +/area/bigredv2/outside/admin_building) +"slR" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/caves_lambda) +"slT" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/restraint/adjustable/cable/cyan, -/turf/open/floor, -/area/bigredv2/outside/general_store) -"slP" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkred2/northwest, -/area/bigredv2/outside/admin_building) -"slY" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/turf/open/floor/dark, +/area/bigredv2/outside/marshal_office) +"slV" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/mars_cave/mars_cave_3, +/area/bigredv2/caves/mining) +"smc" = ( +/obj/structure/machinery/r_n_d/server, +/turf/open/floor/podhatchfloor, +/area/bigredv2/caves/eta/storage) +"smd" = ( +/obj/structure/curtain/medical, +/turf/open/floor/whitegreen/west, +/area/bigredv2/outside/medical) +"smg" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 4; + health = 25000 }, -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - name = "\improper Engineering Workshop" +/obj/item/weapon/twohanded/spear{ + pixel_x = 5 }, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/engineering) -"slZ" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/technology_scanner, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/engineering) +/turf/open/mars_cave/mars_cave_3, +/area/bigredv2/caves/mining) "smh" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/floor/plating, /area/bigredv2/caves_north) -"smu" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_se) -"smA" = ( -/obj/structure/machinery/light, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"smp" = ( +/obj/effect/landmark/corpsespawner/ua_riot, +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 6 }, -/turf/open/floor/white, -/area/bigredv2/outside/admin_building) -"smQ" = ( -/obj/structure/bed/chair/office/dark{ - dir = 8 +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -9; + pixel_y = 18 }, -/turf/open/floor/dark, -/area/bigredv2/outside/telecomm) -"smW" = ( -/obj/structure/surface/table, -/obj/structure/machinery/light{ - dir = 4 +/obj/effect/decal/cleanable/blood{ + dir = 8; + icon_state = "gib6"; + layer = 4; + pixel_x = 12; + pixel_y = 3 }, -/obj/structure/pipes/vents/pump, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/medical) -"snb" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/nw) +/obj/item/weapon/gun/rifle/m41a/training, +/turf/open/mars_cave/mars_cave_17, +/area/bigredv2/caves/mining) +"snO" = ( +/obj/structure/machinery/light/small, +/turf/open/mars_cave/mars_cave_3, +/area/bigredv2/caves/mining) +"snR" = ( +/turf/open/mars_cave/mars_cave_10, +/area/bigredv2/outside/lz1_telecomm_cas) "soi" = ( /obj/structure/filingcabinet, /turf/open/floor, /area/bigredv2/outside/cargo) -"sok" = ( -/obj/structure/machinery/landinglight/ds1/delaytwo, +"soo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/nw) +"sop" = ( +/obj/effect/decal/cleanable/dirt, /turf/open/floor/asteroidwarning, -/area/bigredv2/outside/space_port) -"soC" = ( +/area/bigredv2/outside/s) +"soA" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"soQ" = ( -/obj/structure/surface/rack, -/obj/item/device/analyzer, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/engineering) -"spd" = ( -/turf/open/floor/asteroidwarning/northeast, -/area/bigredv2/outside/lz2_south_cas) -"sph" = ( -/obj/structure/bed/chair/wood/normal{ - dir = 1 +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "\improper Eta Lab Director's Office" }, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"spx" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/drinks/cans/waterbottle, -/obj/item/reagent_container/food/drinks/cans/cola, +/turf/open/floor/delivery, +/area/bigredv2/caves/eta/research) +"soK" = ( +/turf/open/mars_cave/mars_cave_19, +/area/bigredv2/outside/lz2_south_cas) +"soR" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"sqw" = ( -/obj/structure/closet/coffin/woodencrate, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/n) -"sqK" = ( -/obj/item/tool/crowbar/red, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"sqL" = ( -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/virology) -"srl" = ( -/obj/item/clothing/accessory/storage/holster/armpit, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/wood, -/area/bigredv2/outside/marshal_office) -"srt" = ( +/area/bigredv2/caves/eta/living) +"soX" = ( +/turf/open/mars_cave/mars_cave_16, +/area/bigredv2/caves_north) +"spd" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "\improper Virology Lab Cell" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/virology) +"spr" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/turf/open/floor/whitegreen/north, +/area/bigredv2/outside/medical) +"spG" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "medbay-v3" + }, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/c) +"spI" = ( +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"spX" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ dir = 1; - name = "\improper Lambda Lab Prisoner Room" + name = "\improper Medical Clinic Treatment" }, /turf/open/floor/delivery, -/area/bigredv2/caves/lambda/xenobiology) -"srS" = ( -/turf/open/mars/mars_dirt_13, -/area/bigredv2/caves_north) -"srU" = ( -/obj/structure/machinery/power/apc/no_power/north, -/turf/open/floor/red/north, +/area/bigredv2/outside/medical) +"sqa" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "\improper Engine Reactor Control" + }, +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/engineering) +"sqe" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6" + }, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/c) +"sqs" = ( +/turf/open/floor/podhatchfloor, +/area/bigredv2/outside/telecomm/n_cave) +"srb" = ( +/obj/structure/bed/chair/comfy/blue{ + dir = 8 + }, +/turf/open/floor/carpet15_15/west, +/area/bigredv2/outside/admin_building) +"srs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/asteroidfloor/north, /area/bigredv2/outside/lambda_cave_cas) +"sru" = ( +/obj/structure/sink{ + pixel_y = 32 + }, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/marshal_office) +"srI" = ( +/obj/structure/surface/table/woodentable, +/obj/item/paper, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/bigredv2/outside/library) "ssp" = ( -/turf/open/floor/darkredcorners2/east, -/area/bigredv2/outside/admin_building) +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/white, +/area/bigredv2/outside/marshal_office) "ssE" = ( /obj/structure/window/framed/solaris, /turf/open/floor/plating, /area/bigredv2/caves) -"ssS" = ( +"ssF" = ( /obj/structure/surface/table, +/obj/structure/machinery/computer/emails{ + dir = 8; + pixel_y = 4 + }, /turf/open/floor/wood, -/area/bigredv2/outside/general_offices) -"ssW" = ( -/obj/structure/surface/table, -/obj/item/folder/black_random, +/area/bigredv2/outside/library) +"ssQ" = ( +/obj/effect/landmark/crap_item, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"stl" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/dark, +/area/bigredv2/outside/admin_building) +"stq" = ( +/turf/open/floor/darkblue2/northwest, +/area/bigredv2/outside/admin_building) +"stR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellow2/northwest, +/area/bigredv2/outside/filtration_plant) +"sud" = ( +/turf/open/floor/asteroidwarning/northeast, +/area/bigredv2/outside/ne) +"suQ" = ( /obj/item/device/flashlight/lamp{ - pixel_y = 15 + pixel_x = 5; + pixel_y = 13 }, +/obj/item/ashtray/plastic, +/obj/structure/surface/table/reinforced/prison, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"stl" = ( -/obj/effect/decal/cleanable/blood{ - dir = 8; - icon_state = "gib6"; - layer = 4; - pixel_x = 12; - pixel_y = 3 - }, -/obj/effect/decal/cleanable/blood, -/obj/effect/landmark/corpsespawner/miner, +"suT" = ( +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/hydroponics) +"suY" = ( /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"sts" = ( -/obj/structure/surface/table, -/obj/item/tool/surgery/scalpel/manager, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/medical) -"suL" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_lambda) -"suN" = ( -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/outside/lz2_west_cas) -"svh" = ( -/obj/structure/prop/invuln/minecart_tracks{ - desc = "A pipe."; - dir = 4; - icon = 'icons/obj/pipes/pipes.dmi'; - icon_state = "intact"; - name = "Pipe" +"svl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/plating/warnplate/southwest, +/area/bigredv2/outside/telecomm/warehouse) +"svr" = ( +/obj/item/storage/belt/grenade, +/obj/structure/closet/crate, +/obj/item/explosive/grenade/high_explosive/frag, +/obj/item/explosive/grenade/high_explosive/frag, +/obj/structure/machinery/light{ + dir = 4 }, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"swn" = ( -/obj/structure/barricade/wooden, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"swt" = ( +"svt" = ( +/obj/structure/largecrate/random, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/outside/space_port) -"swx" = ( -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/lz2_south_cas) -"swy" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/asteroidwarning/northeast, -/area/bigredv2/caves_lambda) -"swZ" = ( -/turf/open/mars_cave/mars_cave_16, -/area/bigredv2/caves/mining) -"sxo" = ( +/turf/open/floor/bot/north, +/area/bigredv2/outside/cargo) +"svX" = ( +/obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/crap_item, -/turf/open/floor/whitepurplefull, -/area/bigredv2/outside/medical) -"sxI" = ( -/obj/effect/landmark/corpsespawner/ua_riot, -/obj/effect/decal/cleanable/blood{ - dir = 8; - icon_state = "gib6"; - layer = 4; - pixel_x = 12; - pixel_y = 3 +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/engineering) +"svZ" = ( +/obj/structure/bed/chair{ + buckling_y = 5; + dir = 1; + pixel_y = 5 }, +/turf/open/mars_cave/mars_cave_16, +/area/bigredv2/caves/mining) +"swd" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves_research) -"sxK" = ( -/obj/structure/machinery/computer/cameras{ +/area/bigredv2/caves/mining) +"swi" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ dir = 1 }, -/obj/structure/surface/table, -/turf/open/floor/darkgreen2, -/area/bigredv2/outside/space_port) -"sxQ" = ( -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/w) -"sxZ" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/darkyellow2/southeast, -/area/bigredv2/outside/engineering) -"sya" = ( -/obj/structure/closet/l3closet, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/vault2/west, -/area/bigredv2/outside/general_offices) -"syl" = ( -/obj/structure/filingcabinet{ - density = 0; - pixel_x = 8; - pixel_y = 16 - }, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -8; - pixel_y = 18 +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/corpsespawner/pmc, +/turf/open/floor/darkpurple2, +/area/bigredv2/caves/lambda/breakroom) +"sxk" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = -9; + pixel_y = 13 }, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"syA" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/e) -"syE" = ( +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"syg" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, /turf/open/floor/dark, +/area/bigredv2/outside/general_offices) +"syq" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tool, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2/northeast, /area/bigredv2/outside/filtration_plant) -"syH" = ( -/obj/item/weapon/twohanded/folded_metal_chair, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) "syL" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"syY" = ( -/turf/open/floor/whitepurplecorner/east, -/area/bigredv2/caves/lambda/research) -"syZ" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/obj/structure/fence, -/turf/open/mars_cave/mars_cave_17, -/area/bigredv2/outside/filtration_cave_cas) -"szs" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 6; + pixel_y = 10 }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/c) -"szO" = ( -/obj/structure/surface/table, -/obj/item/storage/firstaid/toxin, +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/caves/mining) +"syN" = ( +/turf/open/mars_cave/mars_cave_23, +/area/bigredv2/caves_sw) +"syX" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/white, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/w) +"szs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkblue2/west, +/area/bigredv2/caves/eta/storage) +"szK" = ( +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/w) +"szY" = ( +/obj/structure/bed/chair, +/obj/structure/sign/nosmoking_2{ + pixel_x = -28 + }, +/turf/open/floor/darkish, /area/bigredv2/outside/medical) -"szP" = ( -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/research) -"sAe" = ( +"sAD" = ( +/obj/structure/surface/table, +/obj/item/clothing/under/brown, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/general_offices) +"sAN" = ( +/obj/structure/machinery/atm{ + name = "Weyland-Yutani Automatic Teller Machine"; + pixel_y = 30 + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/nw) +/turf/open/floor/darkred2/north, +/area/bigredv2/outside/admin_building) +"sAO" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_sw) "sAS" = ( /obj/item/toy/prize/fireripley{ pixel_y = 19 @@ -24132,703 +24137,711 @@ /obj/structure/surface/table/reinforced/prison, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"sBg" = ( -/obj/effect/landmark/item_pool_spawner/survivor_ammo, -/turf/open/floor/plating/platingdmg3/west, +"sBk" = ( +/obj/effect/landmark/crap_item, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/lz2_west_cas) +"sBT" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"sBU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/bigredv2/outside/office_complex) +"sBV" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ + dir = 2; + name = "\improper Operations" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/admin_building) +"sCu" = ( +/turf/open/mars_cave/mars_cave_16, +/area/bigredv2/outside/lz2_south_cas) +"sCv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whitegreen/east, +/area/bigredv2/outside/medical) +"sCz" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/obj/structure/machinery/alarm{ + dir = 4; + pixel_x = -30 + }, +/turf/open/floor/darkpurplecorners2/west, +/area/bigredv2/caves/lambda/xenobiology) +"sCH" = ( +/turf/open/mars/mars_dirt_13, +/area/bigredv2/outside/n) +"sCW" = ( +/obj/structure/surface/table/reinforced, +/obj/item/storage/box/wy_mre, +/obj/item/storage/box/donkpockets{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/whitegreen, +/area/bigredv2/caves/lambda/virology) +"sDe" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A heavy duty power cable for high voltage applications"; + dir = 1; + icon = 'icons/obj/pipes/power_cond_heavy.dmi'; + icon_state = "1-2"; + name = "heavy duty power cable" + }, +/turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) -"sBi" = ( -/obj/structure/closet/secure_closet/engineering_electrical, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/engineering) -"sBw" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkgreencorners2/east, +"sDJ" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tool, +/obj/structure/pipes/vents/pump, +/turf/open/floor/dark, /area/bigredv2/caves/eta/storage) -"sBB" = ( -/obj/structure/machinery/light{ - dir = 8 +"sDK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -3; + pixel_y = 11 }, -/obj/structure/machinery/recharge_station, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/dorms) -"sBF" = ( -/obj/structure/filingcabinet{ - density = 0; - pixel_x = 8; - pixel_y = 3 +/obj/item/reagent_container/food/snacks/tofu{ + pixel_y = 11 }, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"sCe" = ( -/obj/structure/machinery/alarm{ - dir = 4; - pixel_x = -30 +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"sDU" = ( +/obj/effect/glowshroom, +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/caves_lambda) +"sDV" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "etatunnel_open" }, -/turf/open/floor/dark, -/area/bigredv2/outside/telecomm) -"sCm" = ( +/turf/closed/wall/solaris/rock, +/area/bigredv2/caves) +"sEa" = ( +/obj/structure/machinery/light, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/whitegreen/west, -/area/bigredv2/outside/medical) -"sDd" = ( +/turf/open/floor/white, +/area/bigredv2/outside/office_complex) +"sEE" = ( +/obj/structure/bed/chair, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"sEF" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/door/poddoor/almayer/closed{ - dir = 4; - id = "lambda-interior"; - name = "Lambda Checkpoint Interior" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/lambda_cave_cas) -"sEn" = ( -/turf/open/mars_cave/mars_dirt_5, -/area/bigredv2/outside/n) -"sEv" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper Eta Lab Dormitories" - }, -/turf/open/floor/delivery, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/dark, /area/bigredv2/caves/eta/research) -"sFm" = ( +"sEX" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/stack/sheet/plasteel/medium_stack, +/turf/open/floor/redcorner, +/area/bigredv2/outside/marshal_office) +"sFj" = ( +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/outside/lz2_west_cas) +"sFm" = ( +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/caves_research) +"sFB" = ( +/obj/structure/cable{ + icon_state = "1-6" + }, +/obj/structure/cable{ + icon_state = "1-9" + }, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"sFs" = ( -/obj/structure/closet/secure_closet/atmos_personal, -/turf/open/floor/almayer/test_floor4, +"sFE" = ( +/turf/open/floor/darkgreen2/southwest, +/area/bigredv2/caves/eta/xenobiology) +"sFK" = ( +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage, +/obj/structure/phone_base/colony_net{ + phone_category = "Solaris Ridge"; + phone_color = "yellow"; + phone_id = "Filtration"; + pixel_y = 24 + }, +/turf/open/floor/darkyellow2/north, /area/bigredv2/outside/filtration_plant) -"sFw" = ( -/obj/structure/machinery/r_n_d/protolathe, -/turf/open/floor/whitepurple/north, -/area/bigredv2/caves/lambda/research) -"sFB" = ( -/turf/open/floor/delivery, -/area/bigredv2/outside/admin_building) -"sFD" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"sGa" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6" }, -/turf/open/floor/whitegreencorner, -/area/bigredv2/outside/medical) -"sFJ" = ( -/obj/effect/landmark/crap_item, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/eta) -"sFM" = ( -/obj/structure/machinery/autolathe, -/turf/open/floor/darkyellow2/northeast, -/area/bigredv2/outside/engineering) -"sFT" = ( -/obj/structure/largecrate/supply, +/turf/open/mars_cave/mars_cave_9, +/area/bigredv2/caves_research) +"sGb" = ( +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor, +/area/bigred/ground/garage_workshop) +"sGZ" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/food/drinks/bottle/goldschlager, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"sGw" = ( -/turf/open/floor/whitegreencorner, -/area/bigredv2/caves/lambda/xenobiology) -"sGH" = ( -/obj/effect/spawner/random/attachment, +"sHd" = ( +/obj/structure/closet/l3closet/virology, +/turf/open/floor/warnwhite/southeast, +/area/bigredv2/caves/lambda/virology) +"sHg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/dark, +/area/bigredv2/outside/filtration_plant) +"sHn" = ( /obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"sGR" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/microwave, -/obj/structure/machinery/light, -/turf/open/floor/whitegreen/southwest, -/area/bigredv2/caves/lambda/virology) -"sGU" = ( -/obj/structure/largecrate/guns/merc{ - icon_state = "case_double"; - name = "supply crate" +/turf/open/jungle/impenetrable, +/area/bigredv2/caves/eta/research) +"sHq" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"sHd" = ( -/turf/open/mars_cave/mars_cave_20, -/area/bigredv2/outside/ne) -"sHu" = ( -/obj/item/reagent_container/food/snacks/sausage, -/obj/structure/platform_decoration/kutjevo/rock{ - dir = 8 +/turf/open/floor/dark, +/area/bigredv2/outside/filtration_plant) +"sHJ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, -/turf/open/mars_cave/mars_dirt_4, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"sHQ" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/turf/open/mars/mars_dirt_9, /area/space) -"sHA" = ( -/obj/structure/closet/wardrobe/medic_white, -/turf/open/floor/whitegreencorner, -/area/bigredv2/outside/medical) -"sHY" = ( -/obj/structure/surface/rack, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) "sIh" = ( /obj/effect/landmark/nightmare{ insert_tag = "lambda-cave-extratunnel" }, /turf/closed/wall/solaris/rock, /area/bigredv2/caves) -"sIm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ +"sIu" = ( +/turf/open/mars_cave/mars_cave_17, +/area/bigredv2/outside/lz2_south_cas) +"sID" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/engineering) +"sIF" = ( +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/e) -"sIx" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"sJi" = ( +/obj/structure/showcase, +/obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whitegreen/east, -/area/bigredv2/outside/medical) -"sIE" = ( -/obj/effect/decal/cleanable/mucus, /turf/open/floor/darkish, -/area/bigredv2/caves/lambda/virology) -"sIN" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/bot/north, -/area/bigredv2/outside/cargo) -"sIS" = ( -/turf/open/mars_cave/mars_cave_18, -/area/bigredv2/caves_sw) -"sJQ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/hydroponics) -"sJR" = ( -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/mars/mars_dirt_6, -/area/bigredv2/outside/w) -"sJS" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 4; - health = 25000 - }, -/obj/item/weapon/twohanded/spear{ - pixel_x = 5 +/area/bigredv2/caves/lambda/breakroom) +"sJk" = ( +/obj/structure/bed/chair/comfy/blue, +/turf/open/floor/wood, +/area/bigredv2/outside/admin_building) +"sJn" = ( +/obj/effect/decal/cleanable/blood{ + layer = 3 }, /turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/e) +"sJw" = ( +/turf/open/mars_cave/mars_cave_9, +/area/bigredv2/outside/n) +"sJy" = ( +/obj/structure/largecrate/lisa, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/bot, +/area/bigredv2/caves/eta/storage) +"sJA" = ( +/obj/effect/landmark/crap_item, +/obj/effect/landmark/queen_spawn, +/turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) -"sKk" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/machinery/computer3/server, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/filtration_plant) -"sKo" = ( -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/delivery, -/area/bigredv2/caves/lambda/virology) -"sKr" = ( -/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ - pixel_y = -32 +"sJK" = ( +/turf/open/mars_cave/mars_cave_10, +/area/bigredv2/caves_research) +"sKj" = ( +/obj/structure/coatrack{ + pixel_x = 12 }, -/obj/structure/machinery/light, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkpurple2, -/area/bigredv2/caves/lambda/xenobiology) -"sKz" = ( -/obj/structure/surface/table, -/obj/item/tool/weedkiller/D24, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"sLh" = ( -/obj/item/weapon/gun/rifle/m16, -/obj/item/ammo_magazine/rifle/m16, -/obj/item/ammo_magazine/rifle/m16, -/turf/open/mars_cave/mars_cave_3, -/area/bigredv2/caves/mining) -"sLn" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/suit/storage/windbreaker/windbreaker_gray{ + pixel_x = 11; + pixel_y = 4 }, -/turf/open/floor/dark, +/turf/open/floor/wood, /area/bigredv2/outside/admin_building) +"sKn" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_cave_16, +/area/bigredv2/outside/ne) +"sKF" = ( +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/grimy, +/area/bigredv2/outside/marshal_office) +"sKJ" = ( +/obj/structure/surface/table/reinforced, +/obj/item/tool/kitchen/rollingpin, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"sKW" = ( +/turf/open/floor/delivery, +/area/bigredv2/outside/telecomm/lz2_cave) +"sLb" = ( +/obj/item/device/reagent_scanner, +/turf/open/floor/whitepurplecorner/north, +/area/bigredv2/outside/medical) +"sLE" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/filtration_cave_cas) +"sLJ" = ( +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves_research) "sLS" = ( /obj/structure/machinery/suit_storage_unit/carbon_unit, /turf/open/floor/plating, /area/bigredv2/outside/admin_building) -"sMC" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 - }, -/turf/open/floor/grimy, -/area/bigredv2/outside/marshal_office) -"sMF" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 +"sMd" = ( +/obj/structure/curtain/medical, +/obj/structure/machinery/alarm{ + dir = 1; + pixel_y = -30 }, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/darkpurple2, -/area/bigredv2/caves/lambda/research) -"sMI" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/wood, -/area/bigredv2/caves/eta/living) -"sNe" = ( -/turf/open/mars_cave/mars_cave_9, -/area/bigredv2/outside/lz2_south_cas) -"sNL" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 +/turf/open/floor/whitegreen/southwest, +/area/bigredv2/caves/lambda/virology) +"sMi" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"sNS" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/grimy, -/area/bigredv2/outside/dorms) -"sNV" = ( -/obj/structure/machinery/light, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/xenobiology) -"sNW" = ( -/obj/effect/decal/cleanable/blood{ - base_icon = 'icons/obj/items/weapons/grenade.dmi'; - desc = "An expended M55C tear gas grenade that was used for nonlethal riot control. These used to be used on USCM ships until they found out that marines are already used to teargas so the U.S.S Re-education made a better model through 'extensive trials' that works on marines, which is now the M66 used by MPs today. Being now utterly useless to marines and phased out by the M66, M55Cs were spread around the colonies across the UA galaxy like salt to be used on poor colonists instead."; - icon = 'icons/obj/items/weapons/grenade.dmi'; - icon_state = "grenade_custom"; - name = "M55C Teargas grenade" +/turf/open/floor/darkred2/north, +/area/bigredv2/outside/admin_building) +"sMj" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/drinks/cans/thirteenloko, +/obj/item/reagent_container/food/drinks/cans/cola, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"sMC" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "\improper Access door" }, /turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves/mining) -"sOa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/recharge_station, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/dorms) -"sOo" = ( +"sNe" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/eta) +"sNg" = ( +/obj/structure/surface/table, +/obj/item/device/radio, +/turf/open/floor/bcircuit, +/area/bigredv2/outside/marshal_office) +"sNi" = ( +/obj/effect/decal/cleanable/vomit, +/turf/open/floor/darkpurplecorners2/east, +/area/bigredv2/caves/lambda/breakroom) +"sNm" = ( +/turf/open/mars_cave/mars_cave_18, +/area/bigredv2/outside/lambda_cave_cas) +"sNo" = ( +/obj/structure/pipes/standard/simple/hidden/green, /obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/darkred2/west, +/area/bigredv2/outside/admin_building) +"sNs" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, -/turf/open/floor/darkish, +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + dir = 1; + name = "\improper Lambda Lab Administration Wing" + }, +/turf/open/floor/delivery, /area/bigredv2/caves/lambda/breakroom) -"sOC" = ( -/obj/structure/machinery/alarm{ - dir = 4; - pixel_x = -30 +"sNJ" = ( +/obj/structure/machinery/landinglight/ds1, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/space_port) +"sNU" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -8; + pixel_y = 6 }, -/turf/open/floor/redcorner/west, -/area/bigredv2/outside/office_complex) -"sOS" = ( -/obj/structure/surface/rack, -/obj/item/weapon/gun/smg/mp27, -/turf/open/floor/redcorner/west, -/area/bigredv2/outside/admin_building) -"sOV" = ( -/turf/open/mars_cave/mars_dirt_6, -/area/bigredv2/caves_research) -"sPb" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_se) -"sPf" = ( -/obj/structure/bed, -/obj/structure/pipes/vents/pump, -/turf/open/floor/wood, -/area/bigredv2/caves/eta/research) -"sPm" = ( -/obj/structure/surface/table, -/obj/effect/decal/cleanable/dirt, -/obj/item/paper/janitor, -/turf/open/floor/whiteyellowfull/east, -/area/bigredv2/outside/office_complex) -"sPp" = ( +/area/bigredv2/caves/mining) +"sOb" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/whitegreen, +/area/bigredv2/outside/medical) +"sOc" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "vault_v2" + }, +/turf/closed/wall/solaris/rock, +/area/bigredv2/caves) +"sOu" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/darkred2/west, +/area/bigredv2/outside/admin_building) +"sOz" = ( +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/marshal_office) +"sOG" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 8; + health = 25000 + }, +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"sOO" = ( /obj/structure/surface/table/woodentable, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/trash/raisins, /turf/open/floor/wood, -/area/bigredv2/outside/library) -"sPw" = ( -/turf/open/mars/mars_dirt_10, -/area/bigredv2/outside/e) -"sPF" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/technology_scanner, -/turf/open/floor/darkred2/west, -/area/bigredv2/caves/eta/research) -"sPL" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/carpet13_5/west, /area/bigredv2/outside/bar) -"sPW" = ( -/obj/effect/spawner/random/toolbox, +"sOX" = ( +/obj/structure/surface/table, /turf/open/floor/grimy, -/area/bigredv2/outside/admin_building) -"sQm" = ( -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/space_port) -"sQB" = ( +/area/bigredv2/outside/office_complex) +"sPe" = ( /obj/structure/barricade/wooden{ desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; dir = 8; health = 25000 }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves_north) -"sQF" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/darkyellowcorners2/north, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"sPu" = ( +/turf/open/mars_cave/mars_dirt_5, +/area/bigredv2/outside/filtration_plant) +"sPA" = ( +/obj/item/folder/yellow, +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/darkyellowcorners2/east, /area/bigredv2/outside/engineering) -"sQK" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out" +"sPN" = ( +/obj/structure/surface/table, +/turf/open/floor/whiteblue/northeast, +/area/bigredv2/outside/medical) +"sQa" = ( +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/filtration_plant) +"sQr" = ( +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/caves/lambda/xenobiology) +"sQy" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/whitegreen/southeast, -/area/bigredv2/caves/lambda/virology) -"sQQ" = ( -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/hydroponics) -"sRg" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "SW-out" +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/medical) +"sQz" = ( +/obj/structure/surface/table, +/obj/item/clothing/mask/cigarette, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/whitegreen/northeast, -/area/bigredv2/caves/lambda/virology) -"sRl" = ( -/obj/structure/prop/almayer/cannon_cable_connector{ - name = "\improper Cable connector" +/turf/open/floor/dark, +/area/bigredv2/outside/office_complex) +"sRj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/redcorner/west, +/area/bigredv2/outside/office_complex) +"sRs" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 1; + name = "\improper General Store Maintenance" }, -/obj/structure/prop/almayer/missile_tube{ - color = "grey"; - desc = "An linear accelerator used in experimental genetic treatments. It hums ominously."; - icon_state = "missiletubesouth"; - name = "\improper massive vent"; - pixel_x = -15 +/turf/open/floor/delivery, +/area/bigredv2/outside/cargo) +"sRQ" = ( +/turf/open/floor/darkred2/west, +/area/bigredv2/caves/eta/xenobiology) +"sRS" = ( +/obj/structure/filingcabinet/medical{ + density = 0; + pixel_x = -8; + pixel_y = 16 + }, +/obj/structure/filingcabinet/medical{ + density = 0; + pixel_x = 7; + pixel_y = 16 + }, +/turf/open/floor/wood, +/area/bigredv2/outside/admin_building) +"sSB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/woodentable, +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"sSI" = ( +/obj/structure/machinery/medical_pod/bodyscanner, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"sSY" = ( +/obj/structure/bed/chair, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"sTd" = ( +/turf/open/floor/darkpurplecorners2, +/area/bigredv2/caves/lambda/research) +"sTn" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tech_supply, +/obj/item/handset, +/turf/open/floor/darkblue2/north, +/area/bigredv2/caves/eta/research) +"sTy" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/asteroidwarning/northeast, +/area/bigred/ground/garage_workshop) +"sTY" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 8 }, -/turf/open/shuttle/escapepod/floor1, -/area/bigredv2/oob) -"sRq" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/chapel/east, +/area/bigredv2/outside/chapel) +"sTZ" = ( +/obj/structure/window/reinforced{ + dir = 1 }, +/turf/open/floor/darkpurple2/north, +/area/bigredv2/caves/lambda/breakroom) +"sUb" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, /turf/open/floor/dark, /area/bigredv2/caves/eta/storage) -"sRC" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +"sUf" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/wood, +/area/bigredv2/outside/dorms) +"sUq" = ( +/obj/structure/closet/wardrobe/chaplain_black, +/turf/open/floor/cult, +/area/bigredv2/outside/chapel) +"sUS" = ( +/obj/structure/machinery/light_construct{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/xenobiology) -"sRM" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/darkpurple2/north, -/area/bigredv2/caves/lambda/research) -"sRS" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "xgib3" +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/engineering) +"sVl" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "\improper Atmospherics Condenser Storage" }, +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/filtration_plant) +"sVs" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_cave_9, +/area/bigredv2/outside/ne) +"sVt" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/obj/structure/fence, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/filtration_cave_cas) +"sVz" = ( /turf/open/mars_cave/mars_dirt_7, /area/bigredv2/caves/mining) -"sRW" = ( +"sVT" = ( +/obj/item/ore/gold, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"sWI" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 + dir = 4 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkred2/northwest, -/area/bigredv2/outside/admin_building) -"sSm" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/virology) -"sSA" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 1; - name = "\improper General Store Maintenance" +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/hydroponics) +"sWM" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 6 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/cargo) -"sSD" = ( -/obj/structure/platform/kutjevo/rock{ - dir = 8 +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -8; + pixel_y = 6 }, +/turf/open/mars_cave/mars_cave_17, +/area/bigredv2/caves/mining) +"sWP" = ( +/obj/structure/platform/kutjevo/rock, /obj/structure/platform/kutjevo/rock{ - dir = 1 + dir = 8 }, /obj/structure/platform_decoration/kutjevo/rock{ - dir = 4 + dir = 1 }, /turf/open/mars_cave/mars_cave_2, /area/space) -"sTc" = ( -/obj/structure/pipes/vents/pump{ +"sWR" = ( +/turf/open/mars_cave/mars_cave_9, +/area/bigredv2/caves/mining) +"sWX" = ( +/obj/structure/surface/table/holotable/wood, +/obj/item/paper_bin, +/obj/item/tool/pen/clicky, +/turf/open/floor/carpet, +/area/bigredv2/caves/lambda/breakroom) +"sXj" = ( +/obj/effect/landmark/survivor_spawner, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ dir = 4 }, /obj/structure/machinery/alarm{ dir = 4; pixel_x = -30 }, -/turf/open/floor/darkpurplecorners2/west, -/area/bigredv2/caves/lambda/xenobiology) -"sTe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/vending/cola, -/turf/open/floor, -/area/bigredv2/outside/general_offices) -"sTx" = ( -/obj/structure/bed/chair{ - dir = 8 - }, +/turf/open/floor/darkyellow2/northwest, +/area/bigredv2/outside/filtration_plant) +"sXt" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"sTF" = ( -/obj/item/tool/warning_cone, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/filtration_cave_cas) -"sTU" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whiteyellowfull/east, -/area/bigredv2/outside/office_complex) -"sTV" = ( -/turf/open/floor/darkbluecorners2, -/area/bigredv2/outside/admin_building) -"sUi" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, -/turf/open/mars_cave/mars_cave_17, -/area/bigredv2/caves/mining) -"sUN" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/surface/table/woodentable, -/obj/item/device/camera, -/turf/open/floor/wood, +/obj/effect/landmark/good_item, +/turf/open/floor/darkred2/north, /area/bigredv2/outside/admin_building) -"sVa" = ( -/obj/structure/machinery/computer/telecomms/server{ - req_one_access_txt = "19;200" - }, -/turf/open/floor/dark, -/area/bigredv2/outside/telecomm) -"sVh" = ( -/turf/open/floor/whitegreen/east, -/area/bigredv2/outside/medical) -"sVv" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, -/turf/open/floor/bluegrid/bcircuitoff, -/area/bigredv2/caves/lambda/research) -"sVZ" = ( -/obj/item/ore{ - pixel_x = -4; - pixel_y = 7 - }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"sWc" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/whitegreen/east, -/area/bigredv2/outside/marshal_office) -"sWf" = ( -/obj/structure/surface/table, -/obj/item/device/radio, -/turf/open/floor/bcircuit, +"sXH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/redcorner/west, /area/bigredv2/outside/marshal_office) -"sWk" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/lz2_south_cas) -"sWG" = ( -/obj/structure/morgue{ - dir = 1 +"sXM" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 }, -/turf/open/floor/whiteblue, +/turf/open/floor/whitegreenfull, /area/bigredv2/outside/medical) -"sWH" = ( -/turf/open/floor/dark, -/area/bigredv2/caves/eta/research) -"sWX" = ( -/obj/structure/machinery/camera/autoname{ - dir = 1; - network = list("interrogation") - }, -/turf/open/floor/podhatchfloor, -/area/bigredv2/outside/admin_building) -"sWZ" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/whiteyellowcorner/east, -/area/bigredv2/caves/lambda/xenobiology) -"sXI" = ( -/obj/structure/surface/rack, -/obj/item/stack/sheet/mineral/phoron{ - amount = 25 - }, -/turf/open/floor/dark, -/area/bigredv2/outside/general_offices) -"sXR" = ( -/obj/structure/machinery/computer/telecomms/traffic{ - req_one_access_txt = "19;200" - }, -/turf/open/floor/dark, -/area/bigredv2/outside/telecomm) +"sXQ" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/microwave, +/obj/structure/machinery/light, +/turf/open/floor/whitegreen/southwest, +/area/bigredv2/caves/lambda/virology) "sYb" = ( -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/lz2_south_cas) -"sYm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 8; - health = 25000 - }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/w) -"sYo" = ( -/obj/structure/platform/shiva, -/obj/structure/platform/shiva{ - dir = 1 +/obj/structure/surface/table, +/obj/item/trash/plate, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/bluegrid/bcircuitoff, -/area/bigredv2/caves/lambda/research) -"sYu" = ( -/obj/structure/machinery/vending/security, -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/floor/red, -/area/bigredv2/outside/lambda_cave_cas) -"sYI" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 1; - name = "\improper Atmospherics Condenser" +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"sYv" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 }, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/filtration_plant) -"sZa" = ( -/obj/structure/window/framed/solaris/reinforced, +/turf/open/floor/whitegreenfull, +/area/bigredv2/outside/medical) +"sYw" = ( +/obj/structure/pipes/standard/tank/oxygen, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"sYO" = ( +/obj/effect/decal/hefa_cult_decals/d32, /obj/effect/decal/cleanable/dirt, -/obj/structure/sign/safety/hvac{ - pixel_x = -32 - }, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"sZU" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/darkyellowcorners2/west, -/area/bigredv2/outside/engineering) -"taj" = ( -/turf/open/floor/darkyellowcorners2/east, -/area/bigredv2/outside/engineering) -"taq" = ( +"sYW" = ( +/obj/structure/largecrate/mule, +/turf/open/floor/bot, +/area/bigredv2/caves/eta/storage) +"sZE" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/power/north{ - name = "Interview Room APC" - }, -/turf/open/floor, -/area/bigredv2/outside/office_complex) -"tas" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 1 - }, -/turf/open/floor/darkgreen2/east, +/turf/open/floor/darkred2, +/area/bigredv2/outside/admin_building) +"sZG" = ( +/turf/open/floor/freezerfloor, +/area/bigredv2/caves/eta/living) +"tag" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/freezerfloor, /area/bigredv2/caves/lambda/xenobiology) -"taX" = ( -/obj/structure/bed/chair/comfy/lime{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/bigredv2/caves/lambda/breakroom) -"tbb" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkgreencorners2/west, -/area/bigredv2/caves/eta/research) -"tbj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/crap_item, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkblue2/west, -/area/bigredv2/caves/eta/storage) -"tbz" = ( +"tas" = ( +/turf/open/floor/darkpurple2/west, +/area/bigredv2/caves/lambda/research) +"tay" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/ne) -"tbA" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/research) +/turf/open/floor/darkyellowcorners2, +/area/bigredv2/caves/eta/living) +"taC" = ( +/turf/open/floor/darkish, +/area/bigredv2/outside/marshal_office) +"taD" = ( +/turf/open/floor/plating/warnplate/southwest, +/area/bigredv2/caves/lambda/xenobiology) +"taM" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/filtration_plant) +"tbG" = ( +/obj/structure/machinery/mill, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/engineering) "tcb" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/pizzabox/meat, /turf/open/floor, /area/bigred/ground/garage_workshop) -"tce" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/sheet/wood{ - amount = 2 - }, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/nw) -"tcl" = ( -/obj/structure/bed, -/obj/effect/landmark/corpsespawner/scientist, -/turf/open/floor/wood, -/area/bigredv2/caves/eta/living) -"tcs" = ( -/turf/open/floor/darkpurplecorners2/east, -/area/bigredv2/caves/lambda/xenobiology) -"tcJ" = ( -/obj/structure/machinery/camera/autoname{ - dir = 8 - }, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"tcX" = ( +"tcr" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/e) -"tdd" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_sw) -"tdK" = ( -/obj/item/stack/cable_coil/cut{ - pixel_x = -3; - pixel_y = -5 - }, -/obj/item/stack/cable_coil/cut{ - pixel_x = 9; - pixel_y = -8 + dir = 4 }, -/obj/item/stack/cable_coil/cut{ - pixel_x = 6; - pixel_y = 4 +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Dormitories Storage" }, -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/caves/mining) -"tdM" = ( +/turf/open/floor/delivery, +/area/bigredv2/outside/dorms) +"tdt" = ( +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/lambda_cave_cas) +"tdT" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/c) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/space_port_lz2) +"tdX" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/chips, +/obj/item/reagent_container/food/snacks/cookie, +/obj/item/reagent_container/food/snacks/donut, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) "tdZ" = ( /obj/item/tool/pickaxe/drill, /obj/structure/machinery/light{ @@ -24840,221 +24853,159 @@ }, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"ted" = ( -/obj/item/ore, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/filtration_plant) -"tee" = ( -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = 30 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/white, -/area/bigredv2/outside/admin_building) -"teo" = ( -/obj/structure/machinery/light{ - dir = 1 +"teg" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "Righty tighty, lefty loosey!"; + dir = 1; + icon = 'icons/obj/pipes/valve.dmi'; + icon_state = "map_valve1"; + name = "Pressure Valve" }, -/turf/open/floor/wood, -/area/bigredv2/outside/admin_building) -"tew" = ( -/obj/structure/machinery/light{ - dir = 8 +/obj/structure/cable{ + icon_state = "1-9" }, -/obj/structure/sign/safety/high_rad{ - pixel_x = -32 +/obj/structure/cable{ + icon_state = "1-4" }, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/engineering) -"tez" = ( -/turf/open/mars_cave/mars_cave_17, -/area/bigredv2/caves_sw) -"teH" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper Kitchen" +/obj/structure/cable{ + icon_state = "4-5" }, -/turf/open/floor/delivery, -/area/bigredv2/outside/hydroponics) -"teJ" = ( +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"tel" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 5 }, -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - name = "\improper Marshal Office Armory" +/obj/effect/landmark/nightmare{ + insert_tag = "dorms_party" }, -/turf/open/floor/delivery, -/area/bigredv2/outside/marshal_office) -"teT" = ( -/obj/structure/machinery/constructable_frame{ - icon_state = "box_1" +/turf/open/floor, +/area/bigredv2/outside/dorms) +"tex" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 2; + pixel_y = 17 }, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/engineering) +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"teB" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/whitepurple, +/area/bigredv2/caves/lambda/research) +"tfh" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/c) "tfn" = ( -/turf/open/mars_cave/mars_cave_18, -/area/bigredv2/outside/lz2_south_cas) +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/nw) "tft" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/mars_cave, /area/bigredv2/outside/lz2_west_cas) -"tfv" = ( -/turf/open/mars_cave/mars_cave_8, -/area/bigredv2/caves_lambda) -"tfy" = ( -/obj/structure/bed, -/turf/open/floor/wood, -/area/bigredv2/caves/eta/living) "tfz" = ( /obj/effect/decal/cleanable/ash, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"tfE" = ( -/obj/structure/machinery/computer3/server, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/filtration_plant) -"tgo" = ( -/obj/structure/closet/secure_closet/detective, -/obj/item/weapon/gun/smg/fp9000, -/obj/structure/machinery/light{ - dir = 1 +"tgj" = ( +/obj/structure/sign/safety/autodoc{ + pixel_x = 32 }, -/turf/open/floor/wood, -/area/bigredv2/outside/marshal_office) +/turf/open/floor/whitegreen/northeast, +/area/bigredv2/outside/medical) "tgN" = ( -/turf/open/floor/darkyellow2/north, -/area/bigredv2/caves/lambda/xenobiology) -"tgX" = ( -/obj/structure/surface/table/reinforced, -/obj/item/tool/kitchen/rollingpin, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"thf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ - dir = 1 - }, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"thg" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 1; - health = 25000 - }, -/turf/open/floor/white, -/area/bigredv2/outside/admin_building) -"thp" = ( -/obj/structure/surface/table/woodentable, -/obj/item/trash/raisins, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"thV" = ( -/obj/structure/bed, -/obj/item/bedsheet/medical, -/turf/open/floor/whitegreen/southwest, -/area/bigredv2/caves/lambda/virology) -"tim" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_10" - }, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"tis" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/hydroponics) -"tiy" = ( -/obj/structure/showcase, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 - }, -/turf/open/floor/darkish, -/area/bigredv2/caves/lambda/breakroom) -"tiM" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "gib6" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/nw) -"tjG" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/southeast, -/area/bigredv2/outside/nw) -"tjJ" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 8; - health = 25000 - }, -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_north) -"tjT" = ( +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/telecomm) +"tgW" = ( /obj/structure/surface/table, -/obj/item/clothing/head/hardhat, -/obj/item/clothing/head/hardhat{ - pixel_x = 7; - pixel_y = 12 - }, -/turf/open/floor/asteroidwarning/north, +/obj/effect/spawner/random/bomb_supply, +/turf/open/floor/darkyellow2/north, /area/bigredv2/outside/filtration_plant) -"tjU" = ( -/obj/item/tool/lighter/random, -/obj/structure/pipes/vents/pump{ - dir = 4 - }, +"tht" = ( /obj/structure/surface/table, +/obj/effect/spawner/random/technology_scanner, /turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"tjV" = ( -/obj/structure/bed/chair/office/light, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"tkr" = ( -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/outside/lz2_west_cas) -"tkz" = ( -/obj/item/ore{ - pixel_x = -7; - pixel_y = 7 +/area/bigredv2/outside/telecomm) +"thL" = ( +/obj/structure/surface/table, +/obj/structure/machinery/computer/cameras/wooden_tv{ + dir = 8 }, -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/caves/mining) -"tkD" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood, +/area/bigredv2/outside/admin_building) +"tia" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/c) +"tjh" = ( +/obj/structure/surface/table, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, +/obj/item/trash/tray, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"tjm" = ( +/obj/structure/surface/table, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/general_offices) +"tjL" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/redcorner/east, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/research) +"tjR" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"tkm" = ( +/obj/item/stack/sheet/wood, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves_north) +"tkt" = ( +/obj/structure/machinery/flasher/portable, +/turf/open/floor/vault2/west, /area/bigredv2/outside/marshal_office) -"tlf" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +"tkw" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave/mars_cave_10, +/area/bigredv2/caves/eta/research) +"tky" = ( +/obj/structure/platform{ + dir = 8 }, -/turf/open/floor/loadingarea/north, -/area/bigredv2/caves/eta/storage) -"tlz" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 +/turf/open/floor/dark, +/area/bigredv2/outside/admin_building) +"tkO" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/colony{ + dir = 1; + name = "\improper Atmospherics Condenser" }, -/turf/open/floor/darkpurple2, -/area/bigredv2/caves/lambda/xenobiology) -"tlH" = ( -/obj/structure/sign/poster{ - pixel_y = 32 +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/filtration_plant) +"tkR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/c) +"tls" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/wood, +/area/bigredv2/outside/dorms) +"tlM" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 }, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/breakroom) +/obj/structure/window, +/turf/open/floor/wood, +/area/bigredv2/outside/library) "tlP" = ( /obj/structure/machinery/cm_vending/sorted/tech/tool_storage, /obj/structure/machinery/light{ @@ -25062,211 +25013,110 @@ }, /turf/open/floor, /area/bigred/ground/garage_workshop) -"tlS" = ( -/obj/structure/bed/chair/wood/normal, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"tlT" = ( -/obj/structure/bed/chair, -/obj/structure/machinery/light{ - dir = 1 +"tlZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 }, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/engineering) -"tmh" = ( -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/filtration_cave_cas) -"tmG" = ( -/turf/open/floor/darkgreen2/southwest, +/turf/open/floor/whitegreen/north, /area/bigredv2/caves/lambda/virology) -"tni" = ( -/turf/open/mars/mars_dirt_11, -/area/bigredv2/outside/n) -"tnm" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 +"tml" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + dir = 1; + name = "\improper Lambda Lab Surgery" }, +/turf/open/floor/delivery, +/area/bigredv2/caves/lambda/xenobiology) +"tmz" = ( +/turf/open/mars_cave/mars_cave_10, +/area/bigredv2/caves_lambda) +"tna" = ( +/turf/open/mars_cave/mars_cave_11, +/area/bigredv2/outside/lz1_telecomm_cas) +"tot" = ( +/obj/structure/bed, /turf/open/floor/wood, -/area/bigredv2/outside/bar) -"tnn" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/general_store) -"tnr" = ( -/obj/structure/closet/secure_closet/engineering_welding, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/engineering) -"tob" = ( -/turf/open/floor/chapel, -/area/bigredv2/outside/chapel) -"toi" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_sw) -"tol" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, -/turf/open/floor/grimy, -/area/bigredv2/outside/office_complex) -"tox" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/item/shard{ - icon_state = "small" +/area/bigredv2/caves/eta/research) +"tow" = ( +/obj/effect/decal/cleanable/blood{ + dir = 4; + icon_state = "gib6" }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/w) "toA" = ( /obj/effect/decal/cleanable/dirt, /obj/item/prop/alien/hugger, /turf/open/floor, /area/bigredv2/outside/admin_building) -"toK" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -8; - pixel_y = 6 - }, -/turf/open/mars_cave/mars_cave_17, -/area/bigredv2/caves/mining) -"toM" = ( -/turf/open/mars_cave/mars_cave_9, -/area/bigredv2/outside/ne) "toZ" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"tpl" = ( -/obj/structure/window/reinforced/toughened{ - dir = 1; - icon_state = "fwindow"; - pixel_y = 12 - }, -/obj/structure/window/reinforced/toughened{ - dir = 4 - }, -/obj/structure/surface/table/reinforced, -/obj/structure/phone_base/colony_net/rotary{ - phone_category = "Lambda Labs"; - phone_id = "Virology" - }, -/turf/open/floor/darkgreen2/northeast, -/area/bigredv2/caves/lambda/virology) -"tpn" = ( /obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/e) +"tpa" = ( +/obj/structure/surface/table/reinforced, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/white, +/obj/item/trash/waffles, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"tpb" = ( +/obj/structure/surface/table/woodentable, +/turf/open/floor/cult, /area/bigredv2/outside/marshal_office) -"tpr" = ( -/obj/structure/closet/secure_closet/scientist, -/obj/structure/machinery/light, -/turf/open/floor/whitepurple/southwest, -/area/bigredv2/caves/lambda/research) -"tps" = ( -/obj/structure/surface/table, +"tpk" = ( /obj/structure/machinery/camera/autoname{ dir = 1 }, -/turf/open/floor/white, +/turf/open/floor/wood, /area/bigredv2/outside/marshal_office) -"tpt" = ( -/obj/effect/landmark/crap_item, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +"tpo" = ( +/obj/structure/cargo_container/arious/leftmid, +/turf/open/mars, +/area/bigredv2/outside/space_port_lz2) +"tpC" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/open/floor/dark, -/area/bigredv2/caves/lambda/xenobiology) -"tpL" = ( -/turf/open/mars_cave/mars_cave_5, -/area/bigredv2/outside/lz1_telecomm_cas) -"tpW" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ +/area/bigredv2/outside/engineering) +"tqC" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/whitegreen/east, -/area/bigredv2/caves/lambda/virology) -"tqc" = ( -/turf/open/mars_cave/mars_cave_11, -/area/bigredv2/outside/lz2_west_cas) -"tqD" = ( -/obj/structure/surface/table, -/obj/structure/window/reinforced{ - dir = 4; - health = 80 +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"tqO" = ( +/obj/structure/platform{ + dir = 1 }, -/obj/item/handset, -/turf/open/floor/warnwhite/east, -/area/bigredv2/outside/admin_building) -"tqG" = ( -/obj/structure/closet, -/obj/item/explosive/grenade/high_explosive/frag, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/telecomm/n_cave) +"tqT" = ( +/obj/item/ore, /obj/item/ore{ - pixel_x = -4; - pixel_y = 7 + pixel_x = 13; + pixel_y = 12 }, -/obj/item/ammo_magazine/shotgun/buckshot, -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, -/obj/item/reagent_container/food/snacks/microwavable/packaged_burger, -/turf/open/floor/plating/platingdmg3/west, +/turf/open/mars_cave/mars_dirt_6, /area/bigredv2/caves/mining) -"tqH" = ( -/turf/open/mars_cave, -/area/bigredv2/outside/n) -"tqM" = ( +"trL" = ( /turf/open/mars/mars_dirt_13, -/area/bigredv2/outside/sw) -"tqY" = ( -/obj/structure/platform/shiva{ - dir = 1 - }, -/obj/structure/platform/shiva, -/obj/structure/machinery/light/small/built{ - dir = 4 - }, -/turf/open/floor/bluegrid/bcircuitoff, -/area/bigredv2/caves/lambda/research) -"tro" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_lambda) -"trU" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/mars_cave/mars_cave_5, -/area/bigredv2/outside/lz2_south_cas) -"tsa" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/pipes/standard/manifold/hidden/supply{ - dir = 4 - }, -/turf/open/floor/darkpurple2/east, -/area/bigredv2/caves/lambda/xenobiology) +/area/bigredv2/outside/filtration_plant) +"trP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/telecomm/n_cave) "tsj" = ( -/obj/structure/machinery/door/airlock/almayer/research/colony{ - dir = 1; - name = "\improper Eta Lab Decontamination" - }, -/turf/open/floor/delivery, -/area/bigredv2/caves/eta/research) +/obj/item/spacecash/c1, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) "tsw" = ( /obj/structure/closet/secure_closet/security, /turf/open/floor, /area/bigredv2/outside/cargo) -"tsx" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/turf/open/floor/darkyellowcorners2/west, -/area/bigredv2/outside/engineering) "tsy" = ( /obj/effect/decal/cleanable/dirt{ pixel_x = 8 @@ -25291,341 +25141,400 @@ }, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"tsC" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4 +"ttm" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/outside/space_port) +"ttn" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/breakroom) +"ttB" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "xgib2"; + pixel_x = -9; + pixel_y = 11 }, -/obj/structure/phone_base/colony_net{ - phone_category = "Solaris Ridge"; - phone_color = "blue"; - phone_id = "Operations"; - pixel_y = 24 +/obj/effect/decal/cleanable/blood{ + icon_state = "xgib1"; + pixel_x = 12; + pixel_y = 16 }, -/obj/item/prop/alien/hugger, -/turf/open/floor/darkblue2/north, -/area/bigredv2/outside/admin_building) -"tsL" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_east) -"ttc" = ( -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/outside/lz1_telecomm_cas) -"ttB" = ( -/obj/item/ammo_magazine/rifle/mar40/lmg, -/turf/open/mars_cave/mars_cave_2, +/turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves/mining) "ttL" = ( -/obj/structure/machinery/computer/cameras, -/obj/structure/surface/table, -/turf/open/floor/bcircuit, -/area/bigredv2/outside/marshal_office) -"ttR" = ( -/obj/effect/decal/cleanable/blood/gibs/down, +/turf/open/floor/plating/warnplate/northwest, +/area/bigredv2/caves/lambda/xenobiology) +"ttN" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/darkgreencorners2/west, +/area/bigredv2/caves/lambda/virology) +"tue" = ( /turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/c) +/area/bigredv2/outside/space_port_lz2) +"tuf" = ( +/obj/structure/surface/table, +/obj/item/folder/black_random, +/obj/item/device/flashlight/lamp{ + pixel_y = 15 + }, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"tuw" = ( +/obj/structure/fence, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_cave_17, +/area/bigredv2/outside/filtration_cave_cas) "tuN" = ( /obj/structure/machinery/light/small, /turf/open/mars_cave, /area/bigredv2/caves/mining) -"tuO" = ( -/obj/item/paper/bigred/witness, -/turf/open/mars_cave/mars_cave_17, -/area/bigredv2/outside/lz2_south_cas) -"tuT" = ( -/obj/structure/surface/rack, -/obj/item/stack/sheet/mineral/uranium{ - amount = 50 +"tuS" = ( +/obj/structure/tunnel{ + id = "hole3" }, -/turf/open/floor/dark, -/area/bigredv2/outside/general_offices) -"tvB" = ( +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"tvq" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_cave_14, +/area/bigredv2/outside/n) +"tvO" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/machinery/landinglight/ds2/delayone, /turf/open/floor/asteroidwarning, /area/bigredv2/outside/space_port_lz2) -"tvI" = ( -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/outside/lz2_south_cas) -"tvM" = ( -/obj/effect/landmark/crap_item, -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/caves_virology) -"tvO" = ( -/obj/item/tool/pickaxe, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/filtration_plant) -"tvY" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +"tvS" = ( +/obj/effect/decal/cleanable/dirt, /turf/open/floor/asteroidwarning/north, -/area/bigred/ground/garage_workshop) -"twh" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 1; - name = "\improper Atmospherics Condenser" +/area/bigredv2/outside/nw) +"tvV" = ( +/obj/structure/machinery/shower{ + dir = 8 }, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/filtration_plant) -"twq" = ( +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/engineering) +"tvY" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/c) -"txg" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/turf/open/mars_cave/mars_cave_3, -/area/bigredv2/caves/mining) -"txw" = ( -/obj/effect/decal/cleanable/blood{ - dir = 8; - icon_state = "gib6"; - layer = 4; - pixel_x = 12; - pixel_y = 3 - }, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"txz" = ( -/obj/structure/closet/hydrant{ - pixel_y = 32 +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Kitchen Storage" }, -/obj/structure/bed/chair, -/obj/effect/decal/cleanable/dirt, -/obj/item/ammo_box/magazine/misc/flares, +/turf/open/floor/delivery, +/area/bigredv2/outside/hydroponics) +"twc" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/drinks/flask, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"twh" = ( +/obj/structure/largecrate/supply/supplies/flares, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"txL" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 4; - health = 25000 +"tws" = ( +/obj/structure/bed/chair{ + dir = 8 }, -/turf/open/mars_cave/mars_cave_19, -/area/bigredv2/caves_north) -"txS" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/light{ +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"twz" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 }, -/turf/open/floor/whitepurple/northeast, -/area/bigredv2/caves/lambda/xenobiology) -"tyk" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidfloor/north, +/turf/open/floor/dark, /area/bigredv2/outside/filtration_plant) -"tyM" = ( +"twG" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/darkish, +/area/bigredv2/caves/lambda/breakroom) +"twH" = ( /obj/effect/decal/cleanable/dirt, +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"twJ" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/white, /area/bigredv2/outside/medical) -"tzc" = ( -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/filtration_plant) -"tzi" = ( -/obj/structure/closet/secure_closet/engineering_chief, -/obj/structure/machinery/light{ - dir = 1 +"twY" = ( +/obj/structure/machinery/light, +/turf/open/floor/darkyellowcorners2, +/area/bigredv2/caves/eta/living) +"txg" = ( +/turf/open/floor/dark, +/area/bigredv2/caves/eta/storage) +"txK" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Library" }, -/turf/open/floor/darkyellow2/north, +/turf/open/floor/delivery, +/area/bigredv2/outside/library) +"tyb" = ( +/turf/open/floor/dark, +/area/bigredv2/outside/marshal_office) +"tyG" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/white, +/area/bigredv2/outside/admin_building) +"tzR" = ( +/obj/structure/machinery/portable_atmospherics/powered/scrubber, +/turf/open/floor/plating/warnplate/west, +/area/bigredv2/oob) +"tAl" = ( +/obj/structure/machinery/light, +/turf/open/floor/dark, /area/bigredv2/outside/engineering) -"tzt" = ( -/obj/effect/decal/cleanable/blood/gibs/xeno/limb, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/c) -"tzS" = ( -/obj/structure/machinery/vending/coffee{ - icon_state = "coffee-broken"; - stat = 1 - }, -/turf/open/floor/darkish, -/area/bigredv2/caves/lambda/breakroom) -"tAP" = ( -/obj/structure/closet/crate, -/obj/structure/machinery/light{ - dir = 4 - }, +"tAn" = ( +/obj/structure/surface/table/woodentable, +/obj/item/reagent_container/spray/cleaner, /turf/open/floor/wood, -/area/bigredv2/outside/dorms) +/area/bigredv2/outside/admin_building) +"tAs" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/bomb_supply, +/obj/effect/spawner/random/tool, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/filtration_plant) +"tAu" = ( +/obj/item/clothing/glasses/welding, +/turf/open/floor/purplecorner/west, +/area/bigredv2/caves/lambda/research) +"tAU" = ( +/turf/open/floor/purple/northeast, +/area/bigredv2/caves/lambda/research) +"tAZ" = ( +/obj/structure/closet/l3closet/security, +/turf/open/floor/vault2/west, +/area/bigredv2/outside/marshal_office) "tBf" = ( /obj/structure/largecrate/random/barrel, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"tBw" = ( -/turf/open/floor/darkredcorners2, +"tBg" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/jungle/impenetrable, /area/bigredv2/caves/eta/xenobiology) +"tBl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/engineering) +"tBz" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave/mars_cave_11, +/area/bigredv2/caves_se) +"tBB" = ( +/turf/open/mars/mars_dirt_10, +/area/bigredv2/outside/eta) +"tBJ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/turf/open/floor/darkpurplecorners2/east, +/area/bigredv2/caves/lambda/research) "tBN" = ( /obj/structure/closet/secure_closet/engineering_personal, /turf/open/floor, /area/bigred/ground/garage_workshop) +"tBV" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/engineering) +"tBW" = ( +/obj/structure/machinery/light/small/built{ + dir = 8 + }, +/turf/open/floor/whitegreen/southwest, +/area/bigredv2/caves/lambda/virology) +"tCf" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Dormitories" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/dorms) "tCh" = ( /obj/structure/machinery/door/poddoor/almayer/closed, /obj/structure/prop/invuln/minecart_tracks, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"tCn" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/technology_scanner, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/filtration_plant) -"tCr" = ( +"tCj" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - pixel_x = -1; - pixel_y = 1 - }, -/turf/open/floor/darkyellowcorners2/north, -/area/bigredv2/outside/engineering) -"tCA" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N" - }, -/obj/effect/decal/cleanable/blood/splatter, -/obj/effect/landmark/corpsespawner/security/marshal, -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, /turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"tCL" = ( -/turf/open/floor/podhatchfloor, -/area/bigredv2/outside/telecomm/n_cave) -"tDa" = ( -/obj/structure/prop/invuln/minecart_tracks{ - desc = "A pipe."; - icon = 'icons/obj/pipes/manifold.dmi'; - icon_state = "map"; - name = "Pipe manifold" - }, -/obj/structure/cable{ - icon_state = "2-9" - }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) +/area/bigredv2/outside/nw) +"tCk" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/living) +"tCN" = ( +/obj/structure/bed/roller, +/turf/open/floor/white, +/area/bigredv2/outside/medical) "tDk" = ( /obj/structure/machinery/light/double{ dir = 1 }, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"tDD" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/darkredcorners2/west, -/area/bigredv2/outside/admin_building) -"tDR" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/darkgreencorners2/west, -/area/bigredv2/caves/eta/research) -"tDU" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +"tDo" = ( +/obj/structure/machinery/conveyor{ + id = "anomalybelt" + }, +/obj/structure/window/reinforced{ + dir = 8 }, /turf/open/floor/dark, -/area/bigredv2/outside/general_offices) -"tEi" = ( -/obj/structure/machinery/r_n_d/bioprinter, -/turf/open/floor/darkyellow2/southwest, -/area/bigredv2/caves/eta/research) -"tEl" = ( +/area/bigredv2/caves/lambda/research) +"tDq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/outside/lz2_south_cas) +"tDt" = ( +/obj/structure/surface/table, /obj/structure/machinery/light{ - dir = 4 + dir = 8 }, -/obj/structure/machinery/r_n_d/destructive_analyzer, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/caves/eta/research) +/obj/item/tool/pickaxe/drill, +/turf/open/floor/purple/southwest, +/area/bigredv2/caves/lambda/research) +"tEj" = ( +/turf/open/floor/redcorner/west, +/area/bigredv2/outside/office_complex) +"tEy" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/lambda/xenobiology) +"tEC" = ( +/turf/open/mars/mars_dirt_10, +/area/bigredv2/outside/nw) "tEP" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "viro_open" - }, -/turf/closed/wall/solaris/rock, -/area/bigredv2/caves) -"tEY" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/darkgreencorners2/west, -/area/bigredv2/caves/lambda/virology) -"tEZ" = ( -/obj/structure/machinery/vending/cigarette/colony, -/turf/open/floor, -/area/bigredv2/outside/cargo) -"tFf" = ( -/obj/structure/closet/secure_closet/RD, -/turf/open/floor/darkblue2/north, -/area/bigredv2/caves/eta/research) -"tFq" = ( -/obj/item/tool/wet_sign, +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/xenobiology) +"tET" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"tFs" = ( -/obj/structure/closet/crate/secure, -/turf/open/floor/darkredcorners2, -/area/bigredv2/caves/eta/xenobiology) -"tGo" = ( -/obj/item/tool/pickaxe{ - pixel_x = -18; - pixel_y = 4 - }, -/obj/effect/decal/cleanable/blood{ - icon_state = "xgib1" +/obj/item/frame/table, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/redcorner, +/area/bigredv2/outside/marshal_office) +"tFe" = ( +/obj/structure/machinery/alarm{ + dir = 1; + pixel_y = -30 }, -/turf/open/mars_cave/mars_dirt_4, +/turf/open/floor/redcorner, +/area/bigredv2/outside/marshal_office) +"tFt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"tGs" = ( -/obj/structure/surface/table, -/obj/item/book/manual/nuclear, -/turf/open/floor/wood, -/area/bigredv2/caves/eta/living) -"tGA" = ( -/obj/item/stack/sheet/wood{ - pixel_y = -8 +"tFy" = ( +/obj/structure/closet/hydrant{ + pixel_y = -32 }, -/turf/open/mars_cave/mars_cave_16, -/area/bigredv2/caves/mining) -"tGQ" = ( -/obj/structure/curtain/red, -/obj/item/prop/alien/hugger, -/turf/open/floor/wood, -/area/bigredv2/outside/admin_building) -"tHB" = ( -/turf/open/space/basic, -/area/space) -"tHO" = ( -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/telecomm/n_cave) -"tHR" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4 +/turf/open/floor/darkpurple2, +/area/bigredv2/caves/lambda/xenobiology) +"tFB" = ( +/obj/structure/platform/shiva{ + dir = 1 }, -/turf/open/floor/darkblue2/north, -/area/bigredv2/caves/eta/research) -"tHW" = ( -/obj/item/ore, -/obj/item/ore{ - pixel_x = 13; - pixel_y = 12 +/turf/open/floor/bluegrid/bcircuitoff, +/area/bigredv2/caves/lambda/research) +"tGd" = ( +/turf/open/floor/white, +/area/bigredv2/outside/marshal_office) +"tGi" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave/mars_cave_10, +/area/bigredv2/caves/lambda/xenobiology) +"tGl" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Lambda Lab Biology Wing" }, -/turf/open/mars_cave/mars_dirt_6, -/area/bigredv2/caves/mining) -"tIl" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/turf/open/floor/delivery, +/area/bigredv2/caves/lambda/breakroom) +"tGr" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/candy, +/obj/item/reagent_container/food/snacks/candy, +/obj/item/reagent_container/food/snacks/candy, +/obj/item/reagent_container/food/snacks/chips, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"tGB" = ( +/turf/open/floor/plating/platingdmg2/west, +/area/bigredv2/caves/lambda/research) +"tGI" = ( +/turf/open/floor/whitegreenfull, +/area/bigredv2/outside/medical) +"tHK" = ( +/obj/item/tool/warning_cone{ + pixel_x = -6 + }, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/filtration_plant) +"tHM" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 1; + name = "\improper Bar Maintenance" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/bar) +"tIf" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table, +/obj/structure/phone_base/colony_net/rotary{ + phone_category = "Solaris Ridge"; + phone_color = "green"; + phone_id = "Virology Lab" }, -/obj/effect/landmark/corpsespawner/doctor, /turf/open/floor/white, -/area/bigredv2/outside/medical) +/area/bigredv2/outside/virology) +"tIo" = ( +/obj/structure/machinery/vending/hydronutrients, +/obj/structure/machinery/light, +/turf/open/floor/whitegreen/southeast, +/area/bigredv2/caves/lambda/xenobiology) "tIr" = ( /obj/structure/surface/table, /obj/effect/decal/cleanable/blood/gibs/limb, /turf/open/floor/plating, /area/bigredv2/caves/eta/research) -"tIu" = ( -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/filtration_plant) +"tIw" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/chips, +/obj/item/reagent_container/food/snacks/donut, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"tIz" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/white, +/area/bigredv2/outside/medical) "tIA" = ( /obj/structure/surface/rack, /obj/effect/spawner/random/toolbox, @@ -25634,273 +25543,314 @@ }, /turf/open/floor, /area/bigred/ground/garage_workshop) -"tIQ" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 1; - name = "\improper General Store Security" +"tJp" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/general_store) -"tJt" = ( -/obj/structure/machinery/seed_extractor, -/turf/open/floor/darkred2/northeast, -/area/bigredv2/caves/eta/research) -"tJy" = ( -/obj/structure/bed/chair{ - dir = 8 +/turf/open/floor/bluegrid/damaged3, +/area/bigredv2/caves/lambda/research) +"tJS" = ( +/obj/structure/platform_decoration/shiva{ + dir = 1 }, -/turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"tJA" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/xenobiology) -"tKc" = ( -/obj/structure/machinery/light/small{ - dir = 8 +/obj/structure/platform_decoration/shiva{ + dir = 4 + }, +/turf/open/floor/bluegrid/bcircuitoff, +/area/bigredv2/caves/lambda/research) +"tKg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W-corner" }, /turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"tKL" = ( -/turf/open/floor/red, -/area/bigredv2/outside/lambda_cave_cas) -"tLe" = ( -/obj/structure/surface/table, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/filtration_plant) -"tLw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/sheet/glass, -/turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"tLD" = ( -/obj/structure/surface/table, -/obj/structure/machinery/light, -/obj/effect/spawner/random/technology_scanner, -/obj/item/xenos_claw, -/obj/structure/pipes/vents/pump{ +/area/bigredv2/outside/filtration_cave_cas) +"tKn" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ dir = 1 }, -/turf/open/floor/darkredcorners2/west, -/area/bigredv2/caves/eta/xenobiology) -"tLM" = ( -/obj/structure/machinery/cm_vending/sorted/boozeomat, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/space_port) +"tKG" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"tKK" = ( +/obj/item/tool/surgery/scalpel/laser/advanced, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/floor/whitepurplefull, +/area/bigredv2/caves/lambda/xenobiology) +"tKW" = ( +/turf/open/floor/darkpurplecorners2/north, +/area/bigredv2/caves/lambda/research) +"tLq" = ( +/turf/open/floor/darkyellow2/west, +/area/bigredv2/caves/eta/research) +"tLP" = ( /obj/structure/machinery/light{ dir = 4 }, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/wood, -/area/bigredv2/outside/bar) -"tMs" = ( -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/nw) -"tMG" = ( -/obj/structure/closet/secure_closet/medical1, -/turf/open/floor/whitegreencorner, -/area/bigredv2/outside/medical) -"tNa" = ( -/obj/structure/showcase{ - icon_state = "bus" - }, -/turf/open/floor/carpet9_4/west, -/area/bigredv2/caves/eta/living) -"tNg" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/freezerfloor, -/area/bigredv2/caves/eta/living) -"tNp" = ( +/area/bigredv2/outside/library) +"tLW" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - name = "\improper Bar Maintenance" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/bar) -"tNE" = ( -/turf/open/mars_cave/mars_cave_14, -/area/bigredv2/outside/lz1_north_cas) -"tNG" = ( -/obj/structure/prop/invuln/minecart_tracks{ - desc = "A heavy duty power cable for high voltage applications"; - dir = 1; - icon = 'icons/obj/pipes/power_cond_heavy.dmi'; - icon_state = "4-8"; - name = "heavy duty power cable" +/turf/open/floor/wood, +/area/bigredv2/outside/admin_building) +"tLX" = ( +/obj/structure/machinery/computer/area_atmos{ + dir = 1 }, -/obj/item/trash/cigbutt{ - pixel_x = 7 +/obj/structure/surface/table, +/turf/open/floor/darkyellow2/southeast, +/area/bigredv2/outside/engineering) +"tMh" = ( +/turf/open/floor/whitepurplefull, +/area/bigredv2/caves/lambda/research) +"tMr" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/mars_cave/mars_cave_19, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/s) +"tNi" = ( +/obj/effect/decal/remains/xeno, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"tNJ" = ( -/obj/structure/machinery/light{ - dir = 1 +"tNk" = ( +/obj/structure/machinery/light, +/turf/open/floor/whitegreen/southeast, +/area/bigredv2/outside/medical) +"tNE" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 }, /turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"tOp" = ( -/obj/structure/machinery/teleport/station, -/turf/open/floor/podhatch, -/area/bigredv2/caves/lambda/research) -"tOq" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/c) -"tOD" = ( -/obj/structure/surface/table/woodentable, -/obj/structure/pipes/vents/pump{ - dir = 8 +/area/bigredv2/caves/eta/storage) +"tNX" = ( +/obj/item/clothing/glasses/meson, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/cult, -/area/bigredv2/outside/marshal_office) -"tOG" = ( -/obj/structure/machinery/power/apc/no_power/north, -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - layer = 2.5; - pixel_x = -1 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whitegreencorner, +/area/bigredv2/outside/medical) +"tNY" = ( +/obj/structure/barricade/wooden, +/turf/open/mars_cave/mars_cave_16, +/area/bigredv2/caves/mining) +"tOe" = ( +/obj/structure/disposalpipe/broken{ + dir = 4 }, -/turf/open/floor/plating/warnplate/east, -/area/bigredv2/outside/telecomm/warehouse) -"tOL" = ( -/obj/effect/decal/cleanable/blood, -/obj/effect/landmark/corpsespawner/security/marshal, -/obj/item/weapon/gun/revolver/spearhead, /turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) +"tOI" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor{ + dir = 1; + name = "\improper Engineering Workshop" + }, +/turf/open/floor/delivery, +/area/bigred/ground/garage_workshop) +"tOK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/crap_item, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/dark, +/area/bigredv2/outside/filtration_plant) "tOY" = ( /obj/structure/platform{ dir = 1 }, /turf/open/gm/river, /area/bigredv2/outside/engineering) -"tPj" = ( -/obj/item/trash/chips, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"tPs" = ( +"tPf" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 6 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/marshal_office) -"tPL" = ( -/turf/open/mars/mars_dirt_3, -/area/bigredv2/outside/e) -"tQJ" = ( -/turf/open/mars_cave/mars_dirt_5, -/area/bigredv2/caves/eta/xenobiology) -"tQO" = ( -/obj/structure/closet/firecloset/full, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/filtration_plant) -"tQQ" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/delivery, -/area/bigredv2/outside/medical) -"tRE" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"tPv" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/darkgreencorners2/west, +/area/bigredv2/caves/eta/research) +"tPO" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"tQf" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 1; + health = 25000 + }, +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 8; + health = 25000 + }, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/n) +"tQr" = ( +/turf/open/floor/whiteyellow, +/area/bigredv2/caves/lambda/xenobiology) +"tQs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, /turf/open/floor/dark, -/area/bigredv2/outside/admin_building) -"tRK" = ( -/obj/item/paper_bin, -/obj/item/tool/pen, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor/wood, -/area/bigredv2/caves/lambda/breakroom) -"tRW" = ( -/obj/structure/surface/table, -/obj/item/weapon/gun/pistol/holdout, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/general_store) -"tSx" = ( -/obj/item/explosive/grenade/baton, -/turf/open/mars_cave/mars_cave_3, -/area/bigredv2/caves_research) -"tSF" = ( +/area/bigredv2/caves/eta/research) +"tQE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/telecomm/n_cave) +"tQF" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/c) +"tQW" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/space_port) +"tRf" = ( +/obj/structure/platform_decoration/shiva{ + dir = 1 + }, +/obj/structure/platform_decoration/shiva{ + dir = 4 + }, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/item/stack/cable_coil/random, +/turf/open/floor/bluegrid/bcircuitoff, +/area/bigredv2/caves/lambda/research) +"tRg" = ( /obj/structure/surface/table, -/obj/item/storage/box/snappops, -/obj/item/storage/box/snappops, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"tSG" = ( -/obj/structure/machinery/shower{ +/obj/structure/pipes/vents/pump{ dir = 8 }, -/obj/structure/window/reinforced/tinted, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/dorms) -"tSX" = ( -/obj/structure/fence, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/n) -"tTe" = ( -/obj/structure/lz_sign/solaris_sign, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/nw) -"tUO" = ( -/obj/effect/decal/cleanable/dirt, -/turf/closed/wall/solaris/reinforced, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/dark, /area/bigredv2/outside/general_offices) -"tUP" = ( +"tRD" = ( +/obj/structure/surface/table, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/phone_base/colony_net/rotary{ + phone_category = "Solaris Ridge"; + phone_color = "blue"; + phone_id = "Administration" + }, +/turf/open/floor/warnwhite/east, +/area/bigredv2/outside/admin_building) +"tRR" = ( +/obj/effect/glowshroom, +/turf/open/floor/whitegreenfull, +/area/bigredv2/caves/lambda/xenobiology) +"tSs" = ( +/obj/structure/machinery/vending/sovietsoda{ + icon_state = "sovietsoda-broken"; + stat = 1 + }, +/turf/open/floor/darkyellow2/northwest, +/area/bigredv2/outside/filtration_plant) +"tSy" = ( +/obj/item/grown/log, +/turf/open/floor/whitegreenfull, +/area/bigredv2/caves/lambda/xenobiology) +"tUm" = ( /obj/structure/surface/table, +/obj/structure/machinery/light, /obj/effect/spawner/random/tool, -/obj/effect/spawner/random/toolbox, /turf/open/floor/darkyellow2, -/area/bigredv2/outside/filtration_plant) -"tVa" = ( -/obj/structure/machinery/chem_dispenser, -/turf/open/floor/whitepurplecorner/east, -/area/bigredv2/outside/medical) +/area/bigredv2/outside/engineering) +"tUy" = ( +/obj/structure/window/reinforced/toughened{ + dir = 4 + }, +/obj/structure/window/reinforced/toughened, +/obj/structure/closet/crate/freezer, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/darkgreen2/southeast, +/area/bigredv2/caves/lambda/virology) +"tUB" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Greenhouse Storage" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/hydroponics) +"tUK" = ( +/turf/open/floor/delivery, +/area/bigredv2/outside/filtration_cave_cas) +"tUX" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Dormitories Bedroom" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/general_offices) +"tVj" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Office Complex Storage" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/office_complex) "tVn" = ( /obj/item/tool/lighter/zippo, /turf/open/floor, /area/bigred/ground/garage_workshop) "tVo" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/tool, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/filtration_plant) -"tVs" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +/obj/structure/toilet{ + dir = 1 }, -/turf/open/floor/red, -/area/bigredv2/outside/marshal_office) -"tVu" = ( -/obj/structure/bed/chair, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"tVK" = ( -/obj/structure/machinery/medical_pod/bodyscanner, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"tVR" = ( -/obj/effect/decal/cleanable/blood{ - base_icon = 'icons/obj/items/weapons/grenade.dmi'; - desc = "An expended M55C tear gas grenade that was used for nonlethal riot control. These used to be used on USCM ships until they found out that marines are already used to teargas so the U.S.S Re-education made a better model through 'extensive trials' that works on marines, which is now the M66 used by MPs today. Being now utterly useless to marines and phased out by the M66, M55Cs were spread around the colonies across the UA galaxy like salt to be used on poor colonists instead."; - icon = 'icons/obj/items/weapons/grenade.dmi'; - icon_state = "grenade_custom"; - name = "M55C Teargas grenade" +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/dorms) +"tVr" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 8 }, -/turf/open/mars_cave/mars_cave_3, -/area/bigredv2/caves/mining) +/turf/open/floor/chapel/north, +/area/bigredv2/outside/chapel) +"tVD" = ( +/obj/structure/largecrate/supply, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/n) +"tVG" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/turf/open/floor/darkpurple2/east, +/area/bigredv2/caves/lambda/research) +"tVS" = ( +/obj/effect/decal/remains/human, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/lambda_cave_cas) +"tVW" = ( +/turf/open/floor/whiteblue/northwest, +/area/bigredv2/outside/medical) +"tWe" = ( +/turf/open/mars/mars_dirt_3, +/area/bigredv2/outside/c) "tWf" = ( /obj/structure/surface/table/reinforced/prison, /obj/effect/decal/cleanable/blood/oil/streak, @@ -25909,579 +25859,555 @@ }, /turf/open/floor, /area/bigred/ground/garage_workshop) -"tWm" = ( -/obj/structure/platform_decoration/shiva{ - dir = 8 +"tWl" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/drinks/flask/vacuumflask, +/obj/item/reagent_container/food/drinks/cans/aspen, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"tWt" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/candy, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"tWD" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 }, -/obj/structure/platform_decoration/shiva, -/obj/item/stack/cable_coil, -/turf/open/floor/bluegrid/bcircuitoff, -/area/bigredv2/caves/lambda/research) -"tXc" = ( +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"tWF" = ( +/turf/open/floor/dark, +/area/bigredv2/outside/chapel) +"tXa" = ( +/obj/structure/surface/table, +/obj/structure/machinery/computer/shuttle/dropship/flight/lz2{ + dir = 1 + }, +/turf/open/floor/asteroidwarning, +/area/bigredv2/landing/console2) +"tXd" = ( +/obj/structure/surface/table, +/obj/structure/phone_base/colony_net/rotary{ + phone_category = "Eta Labs"; + phone_color = "Blue"; + phone_id = "Director" + }, +/turf/open/floor/darkblue2/southeast, +/area/bigredv2/caves/eta/research) +"tXe" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/engineering) +"tXk" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/c) -"tXs" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_10, -/area/bigredv2/caves_sw) -"tXv" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4 - }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/dark, -/area/bigredv2/outside/space_port) -"tXw" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/turf/open/floor/plating, -/area/bigredv2/outside/bar) -"tXx" = ( +/area/bigredv2/outside/filtration_plant) +"tXq" = ( /obj/structure/surface/table, -/obj/structure/machinery/cell_charger, -/obj/structure/machinery/light{ +/obj/structure/machinery/camera/autoname{ dir = 1 }, -/obj/item/cell/hyper, -/turf/open/floor/whitepurple/northwest, -/area/bigredv2/caves/lambda/research) -"tXy" = ( -/obj/structure/pipes/unary/freezer{ - icon_state = "freezer_1" +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"tXI" = ( +/obj/structure/machinery/computer/crew{ + density = 0; + pixel_y = 16 }, -/turf/open/floor/white, +/turf/open/floor/whitegreenfull, /area/bigredv2/outside/medical) -"tXH" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"tXO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 }, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"tYg" = ( -/obj/item/trash/popcorn, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/virology) -"tYh" = ( -/obj/structure/window/framed/solaris, -/turf/open/floor/panelscorched, -/area/bigredv2/outside/engineering) -"tYC" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +/turf/open/floor/dark, +/area/bigredv2/outside/admin_building) +"tYo" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Bar" }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"tYJ" = ( -/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/delivery, +/area/bigredv2/outside/bar) +"tYu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/red/north, +/area/bigredv2/outside/marshal_office) +"tZe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/yellowfull, /area/bigredv2/outside/hydroponics) -"tZC" = ( -/obj/structure/bed/chair/wood/normal{ - dir = 8 +"tZg" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, -/turf/open/floor/carpet15_15/west, -/area/bigredv2/outside/bar) -"tZG" = ( -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves_research) -"tZX" = ( -/turf/open/mars/mars_dirt_9, -/area/bigredv2/outside/se) -"uah" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - dir = 1; - name = "\improper Marshal Office Prison" +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/telecomm) +"tZk" = ( +/obj/structure/pipes/vents/scrubber/on{ + dir = 4 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/marshal_office) -"uaG" = ( -/turf/open/gm/river, -/area/bigredv2/outside/engineering) -"ubG" = ( -/obj/structure/bed/stool, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"ubN" = ( +/turf/open/floor/darkpurple2/west, +/area/bigredv2/caves/lambda/research) +"tZm" = ( +/obj/effect/glowshroom, /obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor/darkpurplecorners2/west, +/turf/open/floor/whitegreen/west, /area/bigredv2/caves/lambda/xenobiology) -"ucb" = ( -/obj/structure/machinery/light, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"uce" = ( -/obj/structure/fence, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/n) -"uct" = ( +"tZA" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidfloor/north, +/turf/open/floor/asteroidwarning/northwest, /area/bigredv2/outside/telecomm/n_cave) +"tZI" = ( +/turf/open/floor/darkblue2/east, +/area/bigredv2/caves/eta/storage) +"uaG" = ( +/turf/open/gm/river, +/area/bigredv2/outside/engineering) +"uaX" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/darkred2/west, +/area/bigredv2/caves/eta/xenobiology) +"ubZ" = ( +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/filtration_plant) +"ucl" = ( +/obj/item/weapon/shield/riot, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves_research) +"ucu" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/darkish, +/area/bigredv2/caves/lambda/breakroom) +"ucA" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_sw) "ucH" = ( /turf/open/mars_cave, /area/bigredv2/caves_virology) -"ucM" = ( +"uda" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/living) -"ucO" = ( -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/lambda/xenobiology) -"ucR" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - name = "\improper Machine room" - }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"udQ" = ( -/obj/structure/surface/table, -/obj/item/stock_parts/smes_coil, -/turf/open/floor/wood, -/area/bigredv2/caves/eta/living) -"udZ" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/redcorner, -/area/bigredv2/outside/marshal_office) -"ueh" = ( -/obj/structure/bed/chair/office/light, +/turf/open/floor/darkyellow2, +/area/bigredv2/caves/eta/research) +"udn" = ( +/obj/structure/foamed_metal, /turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"ues" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/engineering) -"ueI" = ( -/obj/structure/sign/safety/chem_lab{ - pixel_x = 8; - pixel_y = 32 - }, -/turf/open/floor/darkpurple2/north, /area/bigredv2/caves/lambda/xenobiology) -"ufs" = ( +"udq" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/door_control{ - id = "Operations"; - name = "Storm Shutters"; - pixel_y = -32 - }, -/obj/effect/landmark/good_item, -/turf/open/floor/darkred2, -/area/bigredv2/outside/admin_building) -"ufH" = ( -/obj/structure/bed/chair/wood/normal, -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"ufJ" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkred2/west, -/area/bigredv2/outside/admin_building) -"ufW" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/door/window/brigdoor/southright, -/turf/open/floor/vault2/west, -/area/bigredv2/outside/marshal_office) -"ugG" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 1; - name = "\improper Engineering Tool Storage" +/obj/structure/machinery/door/airlock/almayer/research/colony{ + name = "\improper Virology Lab Decontamination" }, -/turf/open/floor/almayer/test_floor4, +/turf/open/floor/delivery, +/area/bigredv2/outside/virology) +"udF" = ( +/turf/open/floor/darkyellow2/southeast, /area/bigredv2/outside/engineering) -"ugL" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +"udZ" = ( +/obj/item/tool/pickaxe/drill, +/turf/open/mars_cave/mars_cave_20, +/area/bigredv2/caves/mining) +"ueN" = ( +/obj/item/reagent_container/glass/bucket/mopbucket, +/turf/open/floor/whiteyellowfull/east, +/area/bigredv2/outside/office_complex) +"ueO" = ( +/turf/open/mars_cave/mars_cave_17, +/area/bigredv2/outside/filtration_plant) +"ufa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/remains/human, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"ufE" = ( +/obj/structure/airlock_assembly, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"ufF" = ( +/obj/item/stack/sheet/wood, +/turf/open/mars_cave/mars_cave_20, +/area/bigredv2/caves_north) +"ufH" = ( +/obj/structure/barricade/handrail{ dir = 4 }, -/turf/open/floor/asteroidfloor/north, +/turf/open/floor/asteroidwarning/east, /area/bigredv2/outside/c) -"uhf" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +"ufM" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Dormitories Tool Storage" }, -/turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"uhB" = ( -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/eta) -"uhW" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/obj/structure/fence, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/filtration_cave_cas) -"uhZ" = ( +/turf/open/floor/delivery, +/area/bigredv2/outside/general_offices) +"ufT" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/nw) -"uiw" = ( -/turf/open/mars_cave/mars_cave_4, -/area/bigredv2/caves_lambda) -"uiN" = ( +/area/bigredv2/outside/ne) +"ugg" = ( +/turf/open/floor/asteroidwarning/southeast, +/area/bigredv2/outside/filtration_plant) +"ugl" = ( /obj/structure/surface/table, -/obj/effect/spawner/random/tech_supply, -/obj/item/handset, -/turf/open/floor/darkblue2/north, -/area/bigredv2/caves/eta/research) -"uiX" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - pixel_y = 1 +/obj/item/device/radio{ + pixel_y = 8 }, -/turf/open/floor/darkredcorners2/east, -/area/bigredv2/outside/admin_building) -"ujm" = ( -/obj/effect/landmark/monkey_spawn, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/research) -"ukA" = ( -/obj/structure/surface/table, -/obj/effect/decal/cleanable/dirt, -/obj/item/weapon/gun/pistol/holdout, -/obj/structure/machinery/light, -/turf/open/floor/plating/platingdmg3/west, +/turf/open/mars_cave/mars_cave_3, /area/bigredv2/caves/mining) -"ukE" = ( -/obj/structure/closet/toolcloset, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/engineering) -"ukS" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkred2/west, -/area/bigredv2/outside/admin_building) -"ukV" = ( -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/c) -"ulb" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/caves_lambda) -"ull" = ( +"ugB" = ( /turf/open/mars/mars_dirt_13, -/area/bigredv2/outside/eta) -"ulu" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/xenobiology) -"ulC" = ( -/obj/structure/toilet{ - dir = 1 - }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/dorms) -"ulH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/device/flashlight/on, -/turf/open/floor/plating, -/area/bigredv2/caves/mining) -"ulN" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/turf/open/floor/grimy, -/area/bigredv2/outside/dorms) -"umj" = ( -/obj/structure/toilet{ - dir = 4 - }, -/obj/structure/machinery/door/window, -/obj/structure/window/reinforced, -/turf/open/floor/white, -/area/bigredv2/caves/lambda/xenobiology) -"umk" = ( -/obj/item/ore{ - pixel_x = -1 - }, -/turf/open/mars_cave/mars_dirt_6, -/area/bigredv2/caves/mining) -"umo" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, +/area/bigredv2/outside/space_port_lz2) +"ugN" = ( +/turf/open/floor/whiteblue/southwest, +/area/bigredv2/outside/medical) +"uhh" = ( +/obj/item/tool/pickaxe/drill, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_virology) -"ump" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/white, -/area/bigredv2/outside/marshal_office) -"umu" = ( +/area/bigredv2/caves_lambda) +"uhk" = ( /obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor/asteroidplating, +/area/bigredv2/outside/space_port) +"uiJ" = ( +/obj/structure/surface/table, +/obj/item/clothing/mask/cigarette/cigar, /turf/open/floor/wood, -/area/bigredv2/outside/bar) -"umA" = ( -/obj/structure/closet/secure_closet/medical1, -/obj/item/storage/fancy/vials/random, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"umV" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/redcorner, -/area/bigredv2/outside/office_complex) -"unf" = ( -/obj/structure/bed/chair/office/light{ +/area/bigredv2/outside/admin_building) +"uje" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/nw) +"uji" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"unk" = ( -/turf/open/floor/darkpurple2/north, -/area/bigredv2/caves/lambda/xenobiology) -"uny" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/landinglight/ds1/delayone{ +/turf/open/floor/darkyellow2, +/area/bigredv2/caves/eta/research) +"ujv" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Control Module"; + pixel_y = 15 + }, +/obj/item/stack/cable_coil/cut, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"ujF" = ( +/obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/space_port) -"unG" = ( -/obj/structure/machinery/light, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/white, -/area/bigredv2/outside/office_complex) -"unH" = ( +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"ujJ" = ( +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/outside/lz2_west_cas) +"ujX" = ( +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/e) +"ukb" = ( +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/filtration_plant) +"ukc" = ( +/turf/open/mars/mars_dirt_10, +/area/bigredv2/caves/eta/xenobiology) +"uke" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/red/east, +/area/bigredv2/outside/marshal_office) +"ukt" = ( +/obj/effect/decal/cleanable/vomit, +/turf/open/floor/whitepurplefull, +/area/bigredv2/caves/lambda/xenobiology) +"ukF" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/caves_se) +"ukG" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/engineering) +"ukQ" = ( +/obj/effect/decal/cleanable/dirt, /turf/open/floor/dark, -/area/bigredv2/outside/admin_building) -"unW" = ( +/area/bigredv2/caves/eta/xenobiology) +"ula" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whitepurplecorner/north, +/area/bigredv2/outside/medical) +"ulF" = ( +/turf/open/floor/darkyellowcorners2, +/area/bigredv2/outside/engineering) +"ulH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/device/flashlight/on, +/turf/open/floor/plating, +/area/bigredv2/caves/mining) +"ulO" = ( +/obj/structure/machinery/portable_atmospherics/canister/air, +/turf/open/floor/darkyellow2/northeast, +/area/bigredv2/outside/engineering) +"ulZ" = ( +/turf/open/floor/asteroidwarning/northeast, +/area/bigredv2/outside/s) +"uml" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + dir = 1 + }, /turf/open/floor/delivery, -/area/bigredv2/caves/lambda/research) -"unX" = ( -/obj/structure/curtain/medical, -/turf/open/floor/darkgreen2/northeast, -/area/bigredv2/caves/lambda/virology) -"uoi" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 +/area/bigredv2/outside/admin_building) +"umo" = ( +/turf/open/mars_cave/mars_dirt_5, +/area/bigredv2/outside/eta) +"ums" = ( +/obj/structure/xenoautopsy/tank, +/turf/open/floor/darkredcorners2/west, +/area/bigredv2/caves/eta/xenobiology) +"umI" = ( +/obj/structure/bed/roller, +/turf/open/floor/whitegreen/southeast, +/area/bigredv2/outside/medical) +"umP" = ( +/obj/structure/machinery/computer/area_atmos{ + dir = 1 }, -/turf/open/floor, -/area/bigredv2/outside/cargo) -"uor" = ( -/obj/structure/machinery/door_control{ - id = "eta"; - name = "Eta Lockdown"; - pixel_x = 30; - throw_range = 15 +/obj/structure/surface/table, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/engineering) +"umR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 }, -/turf/open/floor/darkblue2/east, -/area/bigredv2/caves/eta/research) -"uou" = ( -/turf/open/mars_cave/mars_cave_17, -/area/bigredv2/outside/ne) +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/telecomm/lz2_cave) +"uos" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/grimy, +/area/bigredv2/outside/dorms) "uoH" = ( -/obj/effect/landmark/monkey_spawn, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/plating/warnplate/north, -/area/bigredv2/caves/lambda/xenobiology) -"uoJ" = ( -/obj/item/device/flashlight/lantern, -/turf/open/mars_cave/mars_dirt_7, +/obj/structure/window/framed/solaris/reinforced, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) "uoP" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/device/flashlight/lamp{ - pixel_y = 15 - }, -/obj/item/paper/bigred/lambda, -/turf/open/floor/elevatorshaft/north, -/area/bigredv2/caves/lambda/breakroom) -"uoU" = ( -/turf/open/floor/white, -/area/bigredv2/outside/virology) +/turf/open/floor/darkpurple2/northeast, +/area/bigredv2/caves/lambda/research) "upa" = ( -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/caves_lambda) -"upc" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/nw) -"upi" = ( -/obj/structure/reagent_dispensers/fueltank/gas, -/turf/open/mars_cave/mars_cave_15, -/area/bigredv2/caves/mining) -"upz" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/floor/red, -/area/bigredv2/outside/lambda_cave_cas) +/obj/structure/surface/table, +/obj/item/tool/hand_labeler, +/turf/open/floor/dark, +/area/bigredv2/outside/telecomm) "upE" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor, /area/bigred/ground/garage_workshop) -"upK" = ( -/obj/effect/landmark/hunter_secondary, +"upG" = ( +/obj/effect/landmark/crap_item, /turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves_sw) +"upI" = ( +/obj/item/device/radio/headset, +/turf/open/floor/dark, +/area/bigredv2/outside/telecomm) +"upQ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/living) +"uqc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/filtration_plant) "uqq" = ( -/obj/structure/surface/table, -/obj/structure/machinery/computer/cameras/wooden_tv{ - dir = 8 - }, -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/wood, -/area/bigredv2/outside/admin_building) -"uqr" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/mars_cave/mars_dirt_6, +/area/bigredv2/caves/mining) +"uqH" = ( +/obj/structure/closet/l3closet, +/turf/open/floor/vault2/west, +/area/bigredv2/outside/general_offices) +"uqS" = ( +/obj/effect/landmark/monkey_spawn, /turf/open/floor/freezerfloor, +/area/bigredv2/outside/virology) +"ura" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/lz2_south_cas) +"urh" = ( +/obj/structure/machinery/chem_dispenser, +/turf/open/floor/whitepurplecorner/east, +/area/bigredv2/outside/medical) +"urq" = ( +/obj/item/stack/sheet/plasteel, +/obj/structure/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/dark, +/area/bigredv2/outside/general_offices) +"urF" = ( +/obj/structure/machinery/light, +/turf/open/floor/dark, /area/bigredv2/caves/lambda/xenobiology) -"uqs" = ( +"urP" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/c) +"ust" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -3; + pixel_y = 7 + }, /obj/effect/decal/cleanable/dirt, -/obj/item/frame/table, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/redcorner, -/area/bigredv2/outside/marshal_office) -"uqD" = ( +/turf/open/floor/plating, +/area/bigredv2/caves/mining) +"usA" = ( +/obj/structure/bed/chair, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/alarm{ +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"usD" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ dir = 4; - pixel_x = -30 + id = "viro"; + name = "Virology Lockdown" }, -/turf/open/floor/dark, -/area/bigredv2/outside/general_offices) -"uqK" = ( -/obj/structure/machinery/light{ +/turf/open/floor/delivery, +/area/bigredv2/outside/virology) +"usU" = ( +/obj/effect/landmark/hunter_secondary, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/lz1_telecomm_cas) +"utv" = ( +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/lz1_telecomm_cas) +"utz" = ( +/turf/open/mars_cave/mars_cave_12, +/area/bigredv2/caves_research) +"utF" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ dir = 4 }, -/obj/structure/phone_base/colony_net{ - phone_category = "Lambda Labs"; - phone_id = "Surgery"; - pixel_y = 24 - }, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/xenobiology) -"uqM" = ( -/turf/open/mars_cave/mars_cave_5, -/area/bigredv2/caves_se) -"urg" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/space_port) +"utG" = ( +/obj/structure/machinery/landinglight/ds1/delayone, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/space_port) +"utQ" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic/solid{ dir = 1; - name = "\improper Dormitories" + name = "\improper Dormitories Restroom" }, /turf/open/floor/delivery, /area/bigredv2/outside/dorms) -"urp" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/engineering) -"urA" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/general_store) -"urK" = ( -/turf/open/floor/redcorner/east, -/area/bigredv2/outside/marshal_office) -"urY" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ +"utY" = ( +/obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"usp" = ( +/turf/open/floor/red/north, +/area/bigredv2/outside/lambda_cave_cas) +"uub" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 8; - health = 25000 + dir = 10 }, /turf/open/floor/white, -/area/bigredv2/outside/virology) -"usq" = ( -/obj/structure/machinery/cm_vending/sorted/medical/blood, -/turf/open/floor/whitegreen/northeast, -/area/bigredv2/outside/medical) -"ust" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -3; - pixel_y = 7 - }, +/area/bigredv2/outside/office_complex) +"uuj" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/bigredv2/caves/mining) -"usO" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/tool, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/space_port_lz2) -"usR" = ( -/obj/structure/surface/table, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/machinery/landinglight/ds2{ + dir = 8 }, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"utb" = ( -/obj/structure/machinery/landinglight/ds2, -/turf/open/floor/asteroidwarning, +/turf/open/floor/asteroidwarning/west, /area/bigredv2/outside/space_port_lz2) -"utd" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/darkpurple2/west, -/area/bigredv2/caves/lambda/research) -"utY" = ( -/obj/structure/pipes/standard/simple/hidden/green, +"uuT" = ( +/obj/structure/bed, /turf/open/floor/wood, +/area/bigredv2/outside/general_offices) +"uvh" = ( +/turf/open/jungle/impenetrable, /area/bigredv2/caves/eta/living) -"uuR" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/caves_lambda) -"uuS" = ( +"uvi" = ( /obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ +/obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 1; - name = "\improper Chief Engineer's Office" + name = "\improper General Store Maintenance" }, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/engineering) -"uvp" = ( -/obj/structure/janitorialcart, -/turf/open/floor/darkyellow2/southwest, -/area/bigredv2/outside/engineering) -"uvD" = ( -/obj/structure/machinery/camera/autoname, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/engineering) -"uww" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/tool, -/obj/effect/spawner/random/technology_scanner, -/turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"uwA" = ( -/turf/open/floor/darkyellowcorners2, +/turf/open/floor/delivery, +/area/bigredv2/outside/cargo) +"uvW" = ( +/obj/structure/machinery/light, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/filtration_plant) +"uwh" = ( +/turf/open/floor/delivery, +/area/bigredv2/outside/medical) +"uwl" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/darkyellow2/east, /area/bigredv2/outside/engineering) +"uwm" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 4 + }, +/turf/open/mars_cave/mars_cave_2, +/area/space) +"uwr" = ( +/obj/item/clothing/accessory/storage/holster/armpit, +/turf/open/floor/wood, +/area/bigredv2/outside/marshal_office) +"uwt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/nw) +"uwD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/filtration_plant) "uxl" = ( /obj/structure/window/framed/solaris, /obj/effect/decal/cleanable/molten_item, @@ -26491,134 +26417,165 @@ }, /turf/open/floor/plating, /area/bigredv2/outside/engineering) -"uxu" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/sw) +"uxr" = ( +/obj/effect/decal/cleanable/blood/gibs/xeno/core, +/obj/item/shard, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/whitepurplefull, +/area/bigredv2/caves/lambda/xenobiology) "uxx" = ( /obj/structure/machinery/door/poddoor/almayer/closed, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"uxA" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/clothing/suit/storage/lawyer/bluejacket, -/turf/open/floor/wood, -/area/bigredv2/outside/marshal_office) -"uxF" = ( +"uxO" = ( /obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/candy, -/obj/item/reagent_container/food/snacks/candy, -/obj/item/reagent_container/food/snacks/candy, -/obj/item/reagent_container/food/snacks/chips, +/obj/item/reagent_container/food/drinks/cans/waterbottle, +/obj/item/reagent_container/food/drinks/cans/aspen, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/whitebluefull/northeast, /area/bigredv2/outside/general_store) +"uyd" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/telecomm) "uyf" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-10" - }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"uyO" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkred2/north, -/area/bigredv2/outside/admin_building) -"uzY" = ( -/obj/structure/surface/table, -/obj/structure/phone_base/colony_net/rotary{ - phone_category = "Eta Labs"; - phone_color = "Blue"; - phone_id = "Director" +/turf/open/floor/darkyellowcorners2/north, +/area/bigredv2/caves/eta/living) +"uyl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/turf/open/floor/darkblue2/southeast, -/area/bigredv2/caves/eta/research) -"uAc" = ( -/turf/open/mars/mars_dirt_14, -/area/bigredv2/outside/se) -"uAv" = ( -/obj/structure/machinery/botany/editor, -/obj/structure/machinery/light{ +/turf/open/floor/plating/warnplate/west, +/area/bigredv2/outside/telecomm/warehouse) +"uyA" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/whitegreenfull, +/area/bigredv2/outside/medical) +"uyF" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/lz2_west_cas) +"uyG" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 }, -/turf/open/floor/whitegreen_v/northwest, -/area/bigredv2/caves/lambda/xenobiology) -"uAO" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 4; - health = 25000 +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/e) +"uyT" = ( +/obj/structure/platform_decoration{ + dir = 4 }, -/obj/effect/landmark/corpsespawner/miner, -/obj/effect/decal/cleanable/blood{ - icon_state = "gib6" +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/telecomm/n_cave) +"uyU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/platingdmg2/west, +/area/bigredv2/caves/mining) +"uzp" = ( +/turf/open/mars_cave/mars_cave_14, +/area/bigredv2/caves/mining) +"uzw" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "\improper Medical Clinic" }, -/obj/item/weapon/twohanded/spear{ - pixel_x = 5 +/turf/open/floor/delivery, +/area/bigredv2/outside/medical) +"uzC" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating/warnplate, +/area/bigredv2/caves/lambda/xenobiology) +"uzI" = ( +/obj/structure/machinery/computer3/server/rack, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/filtration_plant) +"uzL" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "xgib1" }, -/turf/open/mars_cave/mars_cave_13, +/turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves/mining) -"uAX" = ( -/turf/open/floor/freezerfloor, -/area/bigredv2/caves/eta/research) -"uAZ" = ( -/obj/effect/landmark/xeno_hive_spawn, -/obj/effect/landmark/ert_spawns/groundside_xeno, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"uBk" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N" +"uBe" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkred2/northeast, +/area/bigredv2/outside/admin_building) +"uBo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/moneybag, +/turf/open/floor/plating, +/area/bigredv2/caves/mining) +"uBz" = ( +/turf/open/mars/mars_dirt_14, +/area/bigredv2/outside/nw) +"uBC" = ( +/obj/structure/bed, +/obj/item/bedsheet/purple, +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/xenobiology) +"uBG" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/engineering) +"uBL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/machinery/light/double{ - dir = 1 +/turf/open/floor/delivery, +/area/bigredv2/outside/nw/ceiling) +"uBO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/space_port_lz2) +"uBZ" = ( +/turf/open/mars_cave/mars_dirt_5, +/area/bigredv2/outside/lz1_north_cas) +"uCr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/crap_item, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"uCB" = ( +/obj/structure/barricade/handrail{ + dir = 1; + pixel_y = 2 }, -/obj/effect/decal/cleanable/blood{ - dir = 8; - icon_state = "gib6"; - layer = 4; - pixel_x = 14; - pixel_y = 3 +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/filtration_plant) +"uCJ" = ( +/obj/structure/tunnel{ + id = "hole4" }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"uBo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/moneybag, -/turf/open/floor/plating, -/area/bigredv2/caves/mining) -"uBr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/xenobiology) -"uCz" = ( -/obj/structure/machinery/photocopier, -/turf/open/floor/white, -/area/bigredv2/outside/admin_building) -"uCS" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_se) -"uDa" = ( +/turf/open/floor/whitepurplefull, +/area/bigredv2/caves/lambda/xenobiology) +"uCK" = ( +/obj/structure/surface/table, /obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/darkred2/northeast, -/area/bigredv2/caves/eta/xenobiology) -"uDd" = ( -/obj/structure/machinery/power/apc/no_power/north, -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 +/turf/open/floor/wood, +/area/bigredv2/outside/dorms) +"uCL" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/nw) +"uCO" = ( +/obj/structure/bed/chair, +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/telecomm/lz2_cave) +/turf/open/floor/darkish, +/area/bigredv2/outside/medical) +"uDm" = ( +/obj/structure/girder/displaced, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/outside/space_port) "uDn" = ( /obj/structure/sign/safety/west, /obj/structure/sign/safety/hazard{ @@ -26626,42 +26583,35 @@ }, /turf/closed/wall/wood, /area/bigredv2/caves/mining) -"uDS" = ( -/turf/open/floor/asteroidwarning/southeast, -/area/bigredv2/outside/eta) -"uEq" = ( -/turf/open/floor/asteroidwarning/southwest, -/area/bigredv2/outside/w) -"uEA" = ( -/obj/effect/spawner/random/toolbox, -/turf/open/floor/darkish, -/area/bigredv2/caves/lambda/virology) -"uEK" = ( -/obj/effect/landmark/static_comms/net_two, -/turf/open/floor/podhatchfloor, -/area/bigredv2/outside/admin_building) -"uES" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/darkpurple2, -/area/bigredv2/caves/lambda/research) -"uEY" = ( -/obj/structure/bed/chair/wood/normal{ - dir = 8 - }, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"uFa" = ( -/obj/structure/machinery/light{ - dir = 8 - }, +"uDM" = ( /obj/structure/surface/table, -/obj/item/storage/box/m94, +/turf/open/floor/whitegreencorner, +/area/bigredv2/outside/medical) +"uDX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/c) +"uEz" = ( +/obj/effect/landmark/crap_item, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/xenobiology) +"uEO" = ( +/obj/structure/surface/table, +/obj/item/storage/firstaid/regular, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"uEZ" = ( /obj/structure/pipes/vents/pump{ - dir = 1 + dir = 8 }, -/turf/open/floor/whiteyellowfull/east, -/area/bigredv2/outside/office_complex) +/turf/open/floor, +/area/bigredv2/outside/cargo) +"uFg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/engineering) "uFi" = ( /obj/item/paper/bigred/finance{ pixel_x = -9 @@ -26672,794 +26622,772 @@ /obj/structure/machinery/mill, /turf/open/floor, /area/bigred/ground/garage_workshop) -"uFq" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/filtration_cave_cas) -"uFB" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/redcorner/east, -/area/bigredv2/outside/marshal_office) -"uFE" = ( -/obj/structure/pipes/vents/pump, -/obj/structure/surface/rack, -/obj/item/weapon/gun/smg/mp27, -/turf/open/floor/redcorner/west, -/area/bigredv2/outside/admin_building) -"uGb" = ( -/obj/effect/glowshroom, -/turf/open/mars_cave/mars_cave_10, -/area/bigredv2/caves_lambda) -"uGd" = ( -/obj/effect/landmark/item_pool_spawner/survivor_ammo, -/turf/open/mars_cave/mars_cave_13, +"uGe" = ( +/obj/structure/closet/fireaxecabinet{ + pixel_y = 27 + }, +/obj/structure/closet/toolcloset, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"uGw" = ( -/obj/structure/barricade/handrail{ - dir = 1; - pixel_y = 2 +"uGf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/c) -"uGU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +/obj/effect/decal/cleanable/mucus, +/turf/open/floor/whitegreen/east, +/area/bigredv2/caves/lambda/virology) +"uGs" = ( +/obj/structure/machinery/light, +/turf/open/floor/redfull/northwest, +/area/bigredv2/caves/eta/research) +"uGy" = ( +/obj/structure/cargo_container/arious/right, +/turf/open/mars, +/area/bigredv2/outside/space_port_lz2) +"uGC" = ( +/turf/open/floor/wood, +/area/bigredv2/caves/eta/research) +"uGV" = ( +/obj/effect/landmark/crap_item, +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/engineering) +"uGX" = ( +/obj/structure/surface/table, +/obj/structure/machinery/faxmachine{ + density = 0; + req_one_access_txt = "200" }, -/turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"uHi" = ( +/turf/open/floor/white, +/area/bigredv2/outside/admin_building) +"uHd" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/redcorner/west, -/area/bigredv2/outside/office_complex) -"uHx" = ( -/obj/effect/decal/cleanable/vomit, -/turf/open/floor/darkpurplecorners2/east, -/area/bigredv2/caves/lambda/breakroom) -"uHD" = ( -/obj/structure/machinery/body_scanconsole, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whitegreen, -/area/bigredv2/outside/medical) -"uHL" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/e) +"uHg" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/floor4, -/area/bigredv2/outside/cargo) -"uHN" = ( -/obj/structure/machinery/vending/sovietsoda{ - icon_state = "sovietsoda-broken"; - stat = 1 - }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"uHQ" = ( -/turf/closed/wall/solaris/reinforced, -/area/bigredv2/caves/mining) -"uHS" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/darkgreencorners2/west, +/area/bigredv2/caves/eta/research) +"uHA" = ( /obj/structure/surface/table, -/obj/effect/spawner/random/tool, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/engineering) -"uIl" = ( -/obj/structure/machinery/vending/coffee{ - icon_state = "coffee-broken"; - stat = 1 - }, -/turf/open/floor/darkyellow2/southwest, -/area/bigredv2/outside/engineering) -"uIn" = ( -/obj/structure/closet/secure_closet/bar, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"uIr" = ( +/turf/open/floor/dark, +/area/bigredv2/outside/general_offices) +"uHC" = ( /obj/structure/surface/table/woodentable, -/obj/item/device/radio, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/wood, +/area/bigredv2/outside/library) +"uHQ" = ( +/turf/closed/wall/solaris/reinforced, +/area/bigredv2/caves/mining) +"uIj" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6" + }, +/turf/open/floor/freezerfloor, /area/bigredv2/outside/dorms) -"uJe" = ( -/obj/structure/machinery/light{ - dir = 8 +"uIk" = ( +/obj/structure/sign/safety/medical{ + pixel_x = 32 }, -/turf/open/floor/loadingarea, -/area/bigredv2/outside/cargo) -"uJp" = ( -/obj/item/clothing/head/welding, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"uJz" = ( -/turf/open/mars/mars_dirt_3, -/area/bigredv2/outside/ne) -"uJA" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkred2/east, -/area/bigredv2/outside/admin_building) -"uJX" = ( +/obj/item/clothing/head/surgery/blue, +/turf/open/floor/whitegreen/east, +/area/bigredv2/outside/medical) +"uIr" = ( +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/virology) +"uIt" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/landinglight/ds2/delaythree{ - dir = 8 - }, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/space_port_lz2) -"uKl" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/recharger, -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/floor/redfull/northwest, -/area/bigredv2/outside/lambda_cave_cas) -"uKB" = ( -/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ - pixel_x = 30 - }, -/obj/structure/sign/safety/biohazard{ - pixel_x = 7; - pixel_y = 32 - }, -/obj/effect/decal/cleanable/vomit, -/obj/structure/machinery/light/built{ - dir = 1 +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/se) +"uIx" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, -/turf/open/floor/whitegreen/northeast, -/area/bigredv2/caves/lambda/virology) -"uKD" = ( -/turf/open/floor/yellowfull, -/area/bigredv2/outside/general_store) -"uKL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/device/flashlight, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/nw) +"uIz" = ( +/obj/structure/ore_box, /turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) -"uLt" = ( -/obj/structure/closet/l3closet/security, -/obj/structure/machinery/light{ - dir = 1 +"uII" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/bun, +/obj/item/reagent_container/food/snacks/bun, +/obj/item/reagent_container/food/snacks/cheesewedge, +/obj/structure/machinery/camera/autoname, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"uIM" = ( +/obj/effect/glowshroom, +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/caves_lambda) +"uIU" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Marshal Office Prison Toilet" }, -/turf/open/floor/vault2/west, +/turf/open/floor/delivery, /area/bigredv2/outside/marshal_office) -"uLM" = ( +"uJg" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/turf/open/mars_cave/mars_cave_9, +/area/bigredv2/outside/telecomm/lz2_cave) +"uJE" = ( /obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 1; - name = "\improper Operations Armory" +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/redcorner, +/area/bigredv2/outside/office_complex) +"uJL" = ( +/obj/structure/window/reinforced/toughened, +/obj/structure/machinery/door/window{ + layer = 4 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/admin_building) -"uLP" = ( -/obj/structure/machinery/light{ +/turf/open/floor/darkgreen2/southeast, +/area/bigredv2/caves/lambda/virology) +"uJN" = ( +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"uKg" = ( +/obj/structure/surface/table, +/obj/structure/machinery/light, +/obj/item/toy/prize/ripley, +/obj/item/toy/prize/odysseus, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"uKT" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/space_port) -"uMi" = ( -/turf/open/floor/asteroidwarning/northwest, -/area/bigredv2/outside/nw) -"uMp" = ( -/obj/structure/machinery/light{ - dir = 1 +/turf/open/floor/dark, +/area/bigredv2/outside/marshal_office) +"uKY" = ( +/obj/structure/prop/server_equipment/yutani_server{ + density = 0; + pixel_y = 16 }, -/obj/structure/closet/crate/freezer/rations, -/turf/open/floor/elevatorshaft/north, -/area/bigredv2/caves/lambda/breakroom) -"uMu" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/tool, -/obj/structure/pipes/vents/pump{ +/turf/open/floor/darkyellow2/northeast, +/area/bigredv2/outside/engineering) +"uLc" = ( +/obj/structure/bed/chair/wood/normal, +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/filtration_plant) -"uMD" = ( -/turf/open/floor/warnwhite, -/area/bigredv2/outside/office_complex) -"uMH" = ( -/obj/structure/machinery/door_control{ - id = "Office Complex 1"; - name = "Storm Shutters"; - pixel_x = -32 +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"uLB" = ( +/obj/structure/machinery/alarm{ + dir = 4; + pixel_x = -30 }, -/turf/open/floor/redcorner/west, -/area/bigredv2/outside/office_complex) -"uNd" = ( -/obj/structure/machinery/light{ +/turf/open/floor/carpet15_15/west, +/area/bigredv2/outside/bar) +"uLT" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "lambda-exterior"; + name = "Lambda Checkpoint Exterior" + }, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/delivery, +/area/bigredv2/outside/lambda_cave_cas) +"uLV" = ( +/obj/structure/bed/chair{ dir = 4 }, +/turf/open/floor/darkred2/east, +/area/bigredv2/caves/eta/xenobiology) +"uMn" = ( +/obj/structure/bed/chair, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"uMp" = ( /obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/crap_item, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/engineering) -"uNy" = ( -/obj/structure/barricade/handrail{ +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whitegreenfull, +/area/bigredv2/outside/medical) +"uMG" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, +/obj/item/prop/alien/hugger, +/turf/open/floor/darkred2/north, +/area/bigredv2/outside/admin_building) +"uNb" = ( +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/c) -"uNz" = ( -/obj/structure/pipes/vents/scrubber/on{ +/area/bigredv2/outside/s) +"uNn" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_11, +/area/bigredv2/caves_lambda) +"uNs" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/southeast, +/area/bigredv2/caves_east) +"uND" = ( +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/breakroom) +/obj/structure/largecrate, +/turf/open/floor/asteroidfloor/north, +/area/bigred/ground/garage_workshop) "uNE" = ( -/obj/structure/machinery/cm_vending/sorted/tech/tool_storage, -/obj/structure/phone_base/colony_net{ - phone_category = "Solaris Ridge"; - phone_color = "yellow"; - phone_id = "Filtration"; - pixel_y = 24 - }, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/filtration_plant) -"uNL" = ( -/turf/open/floor/white, -/area/bigredv2/caves/lambda/xenobiology) -"uNV" = ( -/obj/structure/pipes/standard/tank/oxygen, +/obj/effect/landmark/survivor_spawner, /turf/open/floor/white, -/area/bigredv2/outside/medical) -"uOd" = ( -/turf/open/floor/carpet5_1/west, /area/bigredv2/outside/admin_building) -"uOP" = ( -/obj/structure/machinery/power/apc/power/north, -/turf/open/floor/plating, -/area/bigredv2/outside/medical) -"uOV" = ( -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/lz1_telecomm_cas) -"uPi" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "xgib4" - }, -/turf/open/mars_cave/mars_cave_16, +"uNK" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"uPD" = ( -/obj/structure/surface/rack, -/obj/effect/spawner/random/toolbox, -/turf/open/floor/whitepurple, -/area/bigredv2/caves/lambda/research) -"uPU" = ( -/obj/structure/prop/invuln/minecart_tracks{ - desc = "A heavy duty power cable for high voltage applications"; +"uOt" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/darkredcorners2, +/area/bigredv2/outside/admin_building) +"uPc" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/hydroponics) +"uPi" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/eta) +"uPn" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"uPS" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; dir = 1; - icon = 'icons/obj/pipes/power_cond_heavy.dmi'; - icon_state = "4-8"; - name = "heavy duty power cable" + health = 25000 }, -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/caves/mining) -"uQb" = ( -/turf/open/mars/mars_dirt_11, -/area/bigredv2/outside/se) -"uQp" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_dirt_6, -/area/bigredv2/outside/lz1_north_cas) -"uQL" = ( -/turf/open/floor/dark, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"uPV" = ( +/turf/open/floor/darkpurple2/west, /area/bigredv2/caves/lambda/breakroom) -"uQM" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - dir = 1; - name = "\improper Medical Clinic Chemistry" +"uQm" = ( +/obj/structure/bed/stool, +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/xenobiology) +"uQs" = ( +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/e) +"uQP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkblue2/southeast, +/area/bigredv2/caves/eta/storage) +"uRm" = ( +/obj/item/stack/cable_coil/cut{ + pixel_x = -3; + pixel_y = -5 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/medical) -"uQO" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_research) +/obj/item/stack/cable_coil/cut{ + pixel_x = 9; + pixel_y = -8 + }, +/obj/item/stack/cable_coil/cut{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/caves/mining) "uRE" = ( /obj/effect/landmark/nightmare{ insert_tag = "medbay-passage" }, /turf/closed/wall/solaris/reinforced, /area/bigredv2/outside/admin_building) -"uRG" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/almayer/command/colony{ - name = "\improper Operations Office" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/admin_building) -"uRP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/research) -"uRS" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - pixel_x = -1; - pixel_y = 1 - }, -/turf/open/floor/plating/warnplate/southeast, -/area/bigredv2/outside/telecomm/warehouse) -"uRT" = ( -/obj/structure/machinery/light/small{ - dir = 1 +"uRV" = ( +/obj/item/ore{ + pixel_x = -4; + pixel_y = 7 }, -/turf/open/mars_cave/mars_cave_3, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) "uSy" = ( -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = 30 - }, -/turf/open/floor/whiteyellowfull/east, -/area/bigredv2/outside/office_complex) -"uST" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "SE-out"; - pixel_x = 1; - pixel_y = -1 +/obj/structure/extinguisher_cabinet{ + pixel_x = -30 }, -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 1; - name = "\improper Engine Reactor Control" +/obj/structure/pipes/vents/pump{ + dir = 4 }, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/engineering) -"uSV" = ( +/turf/open/floor/darkpurple2/west, +/area/bigredv2/caves/lambda/research) +"uSz" = ( /obj/structure/surface/table, -/obj/item/tool/lighter/random, -/obj/item/tool/lighter/random, -/obj/item/storage/toolbox/mechanical, +/obj/item/toy/dice, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/yellowfull, /area/bigredv2/outside/general_store) -"uTi" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"uSB" = ( +/obj/structure/machinery/landinglight/ds2{ + dir = 8 }, -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - name = "\improper Engine Reactor Control" +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/space_port_lz2) +"uSJ" = ( +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/ne) +"uSX" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/engineering) -"uTO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/trash/hotdog, /turf/open/floor/white, -/area/bigredv2/outside/office_complex) -"uTP" = ( -/turf/open/floor/darkred2/west, /area/bigredv2/outside/admin_building) +"uTd" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/engineering) +"uTv" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/red, +/area/bigredv2/outside/lambda_cave_cas) +"uTV" = ( +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/lz1_north_cas) "uUa" = ( -/obj/structure/prop/invuln/minecart_tracks{ - dir = 1 - }, -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/caves/mining) -"uUd" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/technology_scanner, -/turf/open/floor/asteroidfloor/north, +/obj/structure/closet/crate/secure, +/turf/open/floor/darkredcorners2, +/area/bigredv2/caves/eta/xenobiology) +"uUh" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/xenobiology) +"uUs" = ( +/turf/open/mars/mars_dirt_14, /area/bigredv2/outside/space_port_lz2) -"uUk" = ( -/obj/structure/machinery/landinglight/ds2/delaytwo{ +"uUD" = ( +/obj/item/frame/table, +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"uUK" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "workshop_br_g"; + name = "\improper Workshop Garage" + }, +/turf/open/floor/delivery, +/area/bigred/ground/garage_workshop) +"uUT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/space_port_lz2) -"uUu" = ( -/turf/open/floor/darkish, -/area/bigredv2/caves/eta/storage) +/turf/open/floor/whitegreen/west, +/area/bigredv2/caves/lambda/virology) "uUV" = ( /obj/structure/prop/server_equipment/yutani_server/broken, /turf/open/floor/greengrid, /area/bigredv2/caves/lambda/research) -"uVc" = ( -/obj/effect/landmark/hunter_primary, +"uVb" = ( +/turf/open/floor/chapel/west, +/area/bigredv2/outside/chapel) +"uVl" = ( +/obj/structure/surface/table/woodentable, /turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"uVg" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/area/bigredv2/outside/chapel) +"uVm" = ( +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/outside/lz2_west_cas) +"uWe" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 7 }, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/e) -"uVB" = ( -/turf/open/mars_cave/mars_cave_8, -/area/bigredv2/outside/lambda_cave_cas) -"uVR" = ( -/obj/structure/surface/rack, -/obj/effect/spawner/random/tech_supply, -/obj/effect/spawner/random/tech_supply, -/turf/open/floor/white, -/area/bigredv2/outside/office_complex) -"uVV" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/toolbox, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/white, +/turf/open/mars_cave/mars_cave_23, +/area/bigredv2/caves/mining) +"uWt" = ( +/obj/item/tool/warning_cone, +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/outside/s) +"uWH" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/wood, /area/bigredv2/outside/office_complex) -"uWi" = ( +"uWL" = ( +/obj/effect/decal/cleanable/blood{ + dir = 8; + icon_state = "gib6"; + layer = 4; + pixel_x = 12; + pixel_y = 3 + }, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves_research) +"uWR" = ( /obj/structure/surface/table, -/obj/item/alienjar, -/turf/open/floor/darkredcorners2/east, -/area/bigredv2/caves/eta/xenobiology) -"uWj" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/ne) -"uWq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed/chair{ +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor/purple/northwest, +/area/bigredv2/caves/lambda/research) +"uXa" = ( +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/eta) +"uXs" = ( +/obj/effect/landmark/crap_item, +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"uWu" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper Greenhouse Storage" +/turf/open/floor/grimy, +/area/bigredv2/outside/admin_building) +"uXt" = ( +/obj/structure/bed/chair{ + dir = 1 }, -/turf/open/floor/delivery, +/turf/open/floor/yellowfull, /area/bigredv2/outside/hydroponics) -"uWv" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/c) -"uWK" = ( -/turf/open/floor/darkgreencorners2/north, -/area/bigredv2/caves/lambda/virology) -"uXo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -3; - pixel_y = 7 +"uXG" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tool, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/storage) +"uXP" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"uXr" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 8; - health = 25000 +/turf/open/floor/grimy, +/area/bigredv2/outside/dorms) +"uXY" = ( +/obj/structure/prop/server_equipment/yutani_server{ + density = 0; + pixel_y = 16 }, -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_cave_13, -/area/bigredv2/caves_north) -"uXF" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/lambda/research) +/turf/open/floor/podhatchfloor, +/area/bigredv2/outside/admin_building) +"uYj" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/engineering) "uYr" = ( +/obj/structure/platform_decoration/shiva{ + dir = 8 + }, +/obj/structure/platform_decoration/shiva, +/obj/item/stack/cable_coil, +/turf/open/floor/bluegrid/bcircuitoff, +/area/bigredv2/caves/lambda/research) +"uYM" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/dark, +/area/bigredv2/outside/general_offices) +"uYP" = ( +/obj/structure/machinery/door_control{ + id = "workshop_br_g"; + name = "Workshop Garage Lockdown"; + pixel_x = 28 + }, +/turf/open/floor/asteroidwarning/northeast, +/area/bigred/ground/garage_workshop) +"uZg" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ + name = "\improper Operations" + }, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - name = "\improper Marshal Office Courtroom" +/turf/open/floor/delivery, +/area/bigredv2/outside/admin_building) +"uZI" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ + name = "\improper Operations" }, /turf/open/floor/delivery, -/area/bigredv2/outside/marshal_office) -"uYy" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/area/bigredv2/outside/admin_building) +"uZZ" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/mars_cave/mars_cave_19, +/area/bigredv2/caves/mining) +"vaa" = ( +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"uZd" = ( -/obj/structure/machinery/washing_machine, -/obj/structure/machinery/washing_machine{ - pixel_y = 13 - }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/darkredcorners2, +/area/bigredv2/caves/eta/xenobiology) +"vaq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/filtration_plant) +"vaM" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor, +/area/bigredv2/outside/cargo) +"vbq" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/freezerfloor, -/area/bigredv2/outside/general_offices) -"uZm" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/delivery, -/area/bigredv2/caves/lambda/research) -"uZw" = ( -/obj/structure/machinery/floodlight/landing/floor, -/turf/open/floor/asteroidplating, -/area/bigredv2/outside/space_port) -"uZJ" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 +/area/bigredv2/caves/eta/research) +"vbF" = ( +/obj/item/paper/bigred/them, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"vcd" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"uZQ" = ( -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/lz2_west_cas) -"uZW" = ( /obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/redcorner/east, -/area/bigredv2/outside/office_complex) -"vbt" = ( +/turf/open/floor/whitegreen/north, +/area/bigredv2/outside/medical) +"vcg" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/wood, +/area/bigredv2/caves/eta/living) +"vcE" = ( +/obj/structure/machinery/blackbox_recorder, /obj/structure/machinery/light{ - dir = 1 + dir = 4 }, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"vbB" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/tool, -/obj/effect/spawner/random/tech_supply, /turf/open/floor/dark, /area/bigredv2/outside/space_port) -"vbJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/tool/hatchet, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/dorms) -"vcT" = ( -/obj/effect/landmark/crap_item, -/turf/open/mars_cave/mars_cave_2, +"vcF" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6" + }, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/c) +"vcM" = ( +/turf/open/floor/asteroidwarning/southwest, /area/bigredv2/outside/lz2_south_cas) -"vdb" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"vcP" = ( +/obj/structure/surface/table, +/obj/item/spacecash/c1000, +/obj/item/spacecash/c1000, +/turf/open/floor/wood, +/area/bigredv2/caves/eta/living) +"vcS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/landinglight/ds2/delaythree, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/space_port_lz2) +"vda" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 }, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/caves/eta/research) -"vdm" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NE-in" +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/hydroponics) +"vdn" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/caves_research) +"vdq" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "lz1entrance_v2" }, -/turf/open/floor/whitegreencorner/east, -/area/bigredv2/caves/lambda/virology) -"vdr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/window/framed/solaris, -/turf/open/floor/plating/panelscorched, -/area/bigredv2/outside/engineering) -"vdI" = ( -/obj/structure/machinery/pipedispenser, -/turf/open/floor/darkyellow2/north, +/turf/open/mars, +/area/bigredv2/outside/nw) +"vdH" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/darkyellow2, /area/bigredv2/outside/filtration_plant) -"vdJ" = ( -/turf/open/floor/asteroidwarning/northeast, -/area/bigredv2/outside/telecomm/n_cave) -"vdV" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/bigredv2/caves/lambda/breakroom) -"veb" = ( -/turf/open/floor/darkyellowcorners2/north, -/area/bigredv2/outside/engineering) +"vdU" = ( +/turf/open/floor/asteroidwarning/southwest, +/area/bigredv2/outside/eta) +"vdZ" = ( +/obj/effect/landmark/corpsespawner/scientist, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/xenobiology) "vec" = ( /obj/structure/pipes/standard/tank, /turf/open/floor/plating, /area/bigredv2/caves/mining) +"vej" = ( +/obj/item/folder/yellow, +/turf/open/floor/darkyellowcorners2/east, +/area/bigredv2/outside/engineering) "vex" = ( /turf/closed/wall/wood, /area/bigredv2/outside/lz2_south_cas) -"veB" = ( -/obj/structure/surface/table, -/obj/item/storage/firstaid/rad, -/turf/open/floor/whitegreencorner, -/area/bigredv2/outside/medical) -"veU" = ( -/obj/structure/prop/invuln/minecart_tracks{ - desc = "A heavy duty power cable for high voltage applications"; +"vez" = ( +/obj/structure/machinery/door/airlock/almayer/secure/colony{ dir = 1; - icon = 'icons/obj/pipes/power_cond_heavy.dmi'; - icon_state = "4-8"; - name = "heavy duty power cable" + icon_state = "door_locked"; + id = "safe_room"; + name = "\improper Lambda Lab Director's Safe Room" + }, +/turf/open/floor/delivery, +/area/bigredv2/caves/lambda/breakroom) +"veI" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_y = 3 }, /turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) -"vfm" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/door/poddoor/almayer/closed{ - dir = 4; - id = "lambda-exterior"; - name = "Lambda Checkpoint Exterior" +"veN" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "xgib2" }, -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/floor/delivery, -/area/bigredv2/outside/lambda_cave_cas) -"vgc" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/podhatch/northeast, -/area/bigredv2/caves/lambda/research) -"vge" = ( +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"veU" = ( +/obj/structure/machinery/telecomms/server, +/turf/open/floor/podhatchfloor, +/area/bigredv2/caves/eta/storage) +"veW" = ( /obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 1; - name = "\improper General Store Maintenance" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/general_store) -"vgA" = ( +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/c) +"vfe" = ( +/turf/open/floor/almayer/w_y1/north, +/area/bigredv2/outside/admin_building) +"vfs" = ( +/obj/structure/machinery/sleep_console, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"vfM" = ( +/obj/item/storage/toolbox/mechanical, +/turf/open/mars_cave/mars_dirt_6, +/area/bigredv2/caves/mining) +"vfN" = ( +/obj/item/tool/crowbar/red, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"vgi" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"vgv" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/surface/table, -/obj/item/trash/kepler, -/turf/open/floor/whiteyellowfull/east, -/area/bigredv2/outside/office_complex) -"vgH" = ( -/obj/structure/machinery/vending/sovietsoda{ - icon_state = "sovietsoda-broken"; - stat = 1 +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/floor/darkish, -/area/bigredv2/caves/lambda/breakroom) -"vhC" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "tcomms_open" +/obj/item/stack/sheet/glass{ + amount = 30 }, -/turf/closed/wall/solaris/rock, -/area/bigredv2/caves) +/turf/open/floor, +/area/bigredv2/outside/cargo) +"vhh" = ( +/turf/open/mars/mars_dirt_8, +/area/bigredv2/outside/n) +"vhx" = ( +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/wood, +/area/bigredv2/outside/marshal_office) "vhD" = ( -/obj/structure/machinery/light, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5; + pixel_x = -1 + }, +/turf/open/floor/red/east, +/area/bigredv2/outside/marshal_office) +"vid" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 + dir = 4 }, -/turf/open/floor/darkblue2/southwest, -/area/bigredv2/caves/eta/research) -"vhK" = ( -/obj/item/frame/table, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"vhW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/sheet/metal, -/turf/open/floor/dark, +/turf/open/floor/darkyellow2/north, /area/bigredv2/outside/engineering) -"vii" = ( +"vik" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/mars_cave/mars_cave_13, -/area/bigredv2/caves/mining) -"vit" = ( -/turf/open/floor/asteroidwarning/northwest, -/area/bigredv2/outside/e) -"viD" = ( -/obj/structure/machinery/iv_drip, -/turf/open/floor/whitegreen, -/area/bigredv2/outside/medical) -"viT" = ( -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/ne) -"vjf" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/outside/general_offices) -"vjj" = ( +/area/bigredv2/caves_north) +"vir" = ( /obj/structure/surface/table, -/obj/item/spacecash/c1000, -/obj/item/spacecash/c1000, +/obj/effect/spawner/random/tool, /turf/open/floor/wood, /area/bigredv2/caves/eta/living) -"vjr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/crap_item, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"vjN" = ( -/obj/effect/landmark/survivor_spawner, +"viP" = ( +/obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ - dir = 4 - }, -/obj/structure/machinery/alarm{ - dir = 4; - pixel_x = -30 +/turf/open/floor/darkyellowcorners2, +/area/bigredv2/caves/eta/living) +"viR" = ( +/turf/open/floor/whiteyellow/west, +/area/bigredv2/caves/lambda/xenobiology) +"viT" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Office Complex Janitor Room" }, -/turf/open/floor/darkyellow2/northwest, -/area/bigredv2/outside/filtration_plant) -"vjZ" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +/turf/open/floor/delivery, +/area/bigredv2/outside/office_complex) +"vjp" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Lambda Lab Relaxation Room" }, -/turf/open/floor/darkredcorners2/north, -/area/bigredv2/outside/admin_building) -"vkc" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ +/turf/open/floor/delivery, +/area/bigredv2/caves/lambda/breakroom) +"vjA" = ( +/turf/open/floor/darkred2/southeast, +/area/bigredv2/caves/eta/xenobiology) +"vjX" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ dir = 1 }, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) +/turf/open/floor/delivery, +/area/bigredv2/caves/lambda/breakroom) +"vkh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/virology) "vko" = ( /obj/structure/platform, /turf/open/gm/river, /area/bigredv2/outside/engineering) -"vkz" = ( -/obj/structure/pipes/vents/pump{ +"vlb" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/bed/chair/comfy{ - dir = 4 +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"vlf" = ( +/obj/structure/platform_decoration{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"vlx" = ( -/turf/open/floor/darkpurple2/east, -/area/bigredv2/caves/lambda/breakroom) -"vlD" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/white, -/area/bigredv2/outside/marshal_office) +/turf/open/floor/dark, +/area/bigredv2/outside/admin_building) "vlE" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N" - }, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = 3; - pixel_y = 15 - }, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -1; - pixel_y = 5 - }, -/turf/open/mars_cave/mars_cave_16, -/area/bigredv2/caves/mining) -"vlT" = ( -/obj/structure/surface/rack, -/obj/item/clothing/head/hardhat/dblue{ - pixel_x = 4; - pixel_y = 10 - }, -/obj/item/clothing/head/hardhat/dblue{ - pixel_x = -3; - pixel_y = 16 - }, -/obj/item/clothing/head/hardhat/dblue{ - pixel_x = 7 - }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"vme" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/wood, -/area/bigredv2/outside/admin_building) -"vmq" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/cameras/wooden_tv{ - dir = 8 + dir = 4 }, -/turf/open/floor/redfull/northwest, -/area/bigredv2/outside/lambda_cave_cas) -"vmE" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/nw) +/turf/open/floor/loadingarea/north, +/area/bigredv2/caves/eta/storage) +"vlN" = ( +/turf/open/mars_cave/mars_cave_17, +/area/bigredv2/outside/s) "vmL" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/landmark/crap_item, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"vmQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ - dir = 1 - }, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/s) -"vmR" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 4; - health = 25000 - }, -/obj/item/weapon/twohanded/spear{ - pixel_x = 5 - }, -/obj/effect/decal/cleanable/blood, -/obj/effect/landmark/corpsespawner/miner, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) "vmV" = ( /obj/item/trash/cigbutt/ucigbutt{ pixel_x = -12; @@ -27478,167 +27406,180 @@ }, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"vmX" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_cave_14, -/area/bigredv2/outside/lz1_north_cas) -"vmY" = ( -/turf/open/floor/plating/warnplate/northwest, -/area/bigredv2/caves/lambda/xenobiology) -"vnl" = ( -/obj/item/explosive/grenade/baton{ - dir = 8 +"vnc" = ( +/obj/structure/machinery/door_control{ + id = "Dormitories"; + name = "Storm Shutters"; + pixel_y = -32 }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"vnp" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ +/obj/structure/machinery/camera/autoname{ dir = 1 }, -/turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"vnP" = ( -/obj/structure/prop/almayer/missile_tube{ - desc = "A detached drill arm of a big old Seegson D-602 Mining Robot. Seems to be jury rigged to run without the main robot assembly."; - name = "\improper Massive mining drill"; - pixel_y = 12 - }, -/obj/item/ore{ - pixel_x = 13; - pixel_y = 12 +/turf/open/floor/wood, +/area/bigredv2/outside/dorms) +"vnL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/head/welding, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/cable, -/turf/open/mars_cave/mars_dirt_6, -/area/bigredv2/caves/mining) -"vop" = ( -/obj/effect/landmark/monkey_spawn, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/virology) -"voX" = ( +/turf/open/floor/white, +/area/bigredv2/outside/office_complex) +"vnQ" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"vnW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/nw) +"voP" = ( /obj/structure/surface/table, -/obj/item/trash/burger, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/whitegreen/northwest, -/area/bigredv2/outside/medical) -"vpd" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 +/obj/effect/spawner/random/technology_scanner, +/obj/structure/phone_base/colony_net{ + dir = 4; + phone_category = "Eta Labs"; + phone_id = "Observation"; + pixel_x = -18 }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/e) -"vps" = ( -/obj/structure/machinery/chem_dispenser, -/turf/open/floor/whiteyellow/north, -/area/bigredv2/caves/lambda/xenobiology) -"vqb" = ( -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/engineering) -"vqn" = ( -/obj/item/clothing/under/lightbrown, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/general_offices) -"vqr" = ( +/turf/open/floor/purple/southwest, +/area/bigredv2/caves/lambda/research) +"vpa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/paper/bigred/union, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"vpq" = ( /obj/structure/machinery/light{ dir = 1 }, /turf/open/floor/darkyellow2/north, /area/bigredv2/outside/filtration_plant) -"vqD" = ( -/obj/structure/surface/table, -/obj/structure/machinery/recharger, -/turf/open/floor/whitegreencorner, -/area/bigredv2/outside/medical) -"vqW" = ( -/turf/open/floor/asteroidwarning/northwest, -/area/bigredv2/outside/space_port_lz2) -"vrk" = ( -/turf/open/mars_cave/mars_cave_13, -/area/bigredv2/outside/lz2_south_cas) -"vrl" = ( -/obj/structure/largecrate/random/barrel, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"vrp" = ( +"vpL" = ( +/turf/open/mars/mars_dirt_8, +/area/bigredv2/caves_north) +"vqI" = ( +/turf/open/mars/mars_dirt_9, +/area/bigredv2/outside/s) +"vqQ" = ( /obj/structure/surface/table, -/obj/structure/machinery/camera/autoname, -/obj/effect/decal/cleanable/blood, -/obj/item/alien_embryo, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/general_store) -"vrC" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/almayer/test_floor4, +/obj/effect/spawner/random/powercell, +/obj/effect/spawner/random/powercell, +/obj/item/clothing/head/soft/ferret{ + pixel_x = -4; + pixel_y = 7 + }, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/storage) +"vrh" = ( +/obj/item/tool/warning_cone{ + pixel_y = 19 + }, +/turf/open/floor/asteroidfloor/north, /area/bigredv2/outside/filtration_plant) -"vrI" = ( -/obj/structure/fence, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/n) -"vrO" = ( -/turf/open/mars/mars_dirt_10, -/area/bigredv2/outside/eta) -"vsj" = ( -/turf/open/floor/darkyellow2, +"vsk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellow2/southeast, /area/bigredv2/outside/filtration_plant) -"vsL" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +"vsl" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ dir = 4 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/nw/ceiling) -"vsQ" = ( -/obj/item/weapon/broken_bottle, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/space_port) +"vtf" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/darkyellow2/northwest, +/area/bigredv2/outside/engineering) +"vtv" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"vtu" = ( -/turf/open/floor/darkish, -/area/bigredv2/caves/lambda/breakroom) -"vtz" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/dark, +/area/bigredv2/outside/filtration_plant) +"vtB" = ( +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/sw) +"vtI" = ( /obj/structure/surface/table, -/obj/item/bodybag/cryobag, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/whitegreen/north, -/area/bigredv2/outside/medical) -"vtC" = ( -/obj/structure/largecrate/guns, -/turf/open/floor/bot, -/area/bigredv2/caves/eta/storage) -"vtN" = ( -/turf/open/floor/darkred2, -/area/bigredv2/caves/eta/research) -"vtY" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/outside/lz1_north_cas) -"vuE" = ( +/obj/item/device/analyzer/plant_analyzer, /obj/structure/machinery/light{ - dir = 4 + dir = 1 + }, +/turf/open/floor/whitegreen_v/northeast, +/area/bigredv2/caves/lambda/xenobiology) +"vtM" = ( +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/filtration_plant) +"vtN" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"vtS" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + health = 25000 }, +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"vtX" = ( +/obj/structure/surface/table, +/obj/item/tool/lighter/zippo, +/obj/item/tool/lighter/zippo, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/engineering) +"vuo" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkredcorners2, -/area/bigredv2/caves/eta/xenobiology) -"vuJ" = ( -/turf/open/floor/darkpurplecorners2/north, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/ne) +"vuD" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Cable connector" + }, +/obj/structure/prop/almayer/missile_tube{ + color = "grey"; + desc = "An linear accelerator used in experimental genetic treatments. It hums ominously."; + icon_state = "missiletubesouth"; + name = "\improper massive vent"; + pixel_x = -15 + }, +/turf/open/shuttle/escapepod/floor1, +/area/bigredv2/oob) +"vuI" = ( +/turf/open/floor/darkgreencorners2/east, +/area/bigredv2/caves/lambda/virology) +"vuK" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkyellowcorners2, +/area/bigredv2/caves/eta/living) +"vuO" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/darkpurple2/north, /area/bigredv2/caves/lambda/research) -"vvf" = ( -/turf/open/floor/rampbottom, -/area/bigredv2/outside/marshal_office) +"vuZ" = ( +/obj/structure/machinery/door_control{ + id = "Engineering"; + name = "Storm Shutters"; + pixel_y = -32 + }, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/engineering) "vvj" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/bigredv2/caves/eta/xenobiology) -"vvw" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/research) "vvL" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/prop/invuln/minecart_tracks{ @@ -27650,1200 +27591,1226 @@ }, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"vwp" = ( -/obj/structure/surface/table, -/turf/open/floor/darkredcorners2/west, -/area/bigredv2/caves/eta/xenobiology) -"vwq" = ( -/obj/effect/decal/hefa_cult_decals/d32, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"vws" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname, -/turf/open/floor/redcorner/east, -/area/bigredv2/outside/office_complex) +"vvQ" = ( +/turf/open/mars_cave/mars_dirt_6, +/area/bigredv2/outside/lz2_south_cas) +"vvW" = ( +/obj/structure/surface/rack, +/obj/item/storage/fancy/vials/random, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/caves/eta/research) "vwt" = ( /obj/structure/machinery/portable_atmospherics/powered/scrubber/huge/stationary, /obj/effect/decal/warning_stripes, /turf/open/floor/plating, /area/bigredv2/outside/filtration_plant) "vwu" = ( -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/ne) -"vwx" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tool, +/turf/open/floor/darkgreen2/southwest, +/area/bigredv2/outside/space_port) +"vww" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave/mars_cave_11, +/area/bigredv2/caves/lambda/xenobiology) +"vwF" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/caves_lambda) -"vwB" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_y = 6 + dir = 5 }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) "vwM" = ( -/obj/structure/machinery/photocopier{ - density = 0; - pixel_y = 16 - }, -/turf/open/floor/darkblue2/north, -/area/bigredv2/outside/admin_building) -"vwQ" = ( -/obj/structure/machinery/power/port_gen/pacman/super, -/turf/open/mars_cave/mars_cave_16, -/area/bigredv2/caves/mining) -"vwZ" = ( -/obj/structure/window/reinforced/toughened{ +/turf/open/mars_cave/mars_cave_22, +/area/bigredv2/caves/eta/research) +"vwT" = ( +/obj/structure/machinery/light{ dir = 8 }, -/obj/structure/window/reinforced/toughened{ - dir = 1; - icon_state = "fwindow"; - pixel_y = 12 +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/ne) +"vwV" = ( +/obj/structure/bed/chair{ + dir = 4 }, -/turf/open/floor/darkgreen2/northwest, -/area/bigredv2/caves/lambda/virology) -"vxu" = ( -/obj/structure/surface/table, -/obj/item/trash/snack_bowl, /turf/open/floor/wood, -/area/bigredv2/outside/admin_building) -"vxz" = ( -/obj/structure/machinery/lapvend, -/turf/open/floor/white, -/area/bigredv2/outside/admin_building) -"vxQ" = ( -/obj/item/tool/pickaxe/gold, -/turf/open/floor/plating, +/area/bigredv2/outside/marshal_office) +"vwW" = ( +/obj/item/paper/bigred/crazy, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"vxR" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/asteroidwarning/southwest, -/area/bigredv2/caves_lambda) -"vxY" = ( -/obj/structure/prop/almayer/cannon_cables{ - name = "\improper Cables" - }, -/obj/structure/cryofeed/right{ - color = "silver"; - desc = "A bewildering tangle of machinery and pipes."; - name = "\improper coolant feed" - }, -/turf/open/shuttle/escapepod/floor5, -/area/bigredv2/oob) -"vyf" = ( -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/telecomm/n_cave) -"vyq" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/darkpurplecorners2, -/area/bigredv2/caves/lambda/breakroom) -"vyt" = ( -/obj/structure/closet/secure_closet/medical1, -/obj/structure/machinery/camera/autoname{ - dir = 4 - }, -/turf/open/floor/whitegreencorner, -/area/bigredv2/outside/medical) -"vyA" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"vyO" = ( -/obj/effect/decal/cleanable/blood{ - layer = 3 - }, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/nw) -"vyV" = ( -/obj/structure/largecrate/random/barrel/red, -/turf/open/floor/plating, -/area/bigredv2/caves/lambda/xenobiology) -"vzR" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor/darkgreencorners2/west, -/area/bigredv2/caves/eta/research) -"vAa" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - name = "\improper Engineering Workshop" - }, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/engineering) -"vAs" = ( -/obj/structure/window/framed/solaris/reinforced/tinted, -/turf/open/floor/plating, -/area/bigredv2/caves/lambda/xenobiology) -"vAu" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out" - }, -/obj/structure/sign/safety/biohazard{ - pixel_x = 7; - pixel_y = -32 - }, -/obj/structure/machinery/light/built, -/turf/open/floor/whitegreen/southeast, -/area/bigredv2/caves/lambda/virology) -"vAx" = ( -/turf/open/mars_cave/mars_cave_18, -/area/bigredv2/caves_lambda) -"vAF" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -9; - pixel_y = 13 - }, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -1; - pixel_y = 5 - }, +"vwZ" = ( /obj/effect/decal/cleanable/blood{ - icon_state = "gib6" + icon_state = "xgib4" }, -/turf/open/floor/plating/platingdmg3/west, +/turf/open/mars_cave/mars_dirt_5, /area/bigredv2/caves/mining) -"vAQ" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"vBi" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellowcorners2/west, -/area/bigredv2/caves/eta/living) -"vBA" = ( -/obj/structure/surface/table, -/obj/item/tool/surgery/bonesetter, +"vxl" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/medical) -"vBM" = ( -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/filtration_plant) -"vBU" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - name = "\improper Atmospherics Condenser Storage" - }, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/filtration_plant) -"vBX" = ( -/obj/structure/prop/almayer/cannon_cable_connector{ - name = "\improper Cable connector" - }, -/obj/structure/cable, -/turf/open/shuttle/escapepod/floor5, -/area/bigredv2/oob) -"vCz" = ( -/obj/structure/sink{ - pixel_y = 32 +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/e) +"vxz" = ( +/obj/effect/landmark/corpsespawner/miner, +/obj/effect/decal/cleanable/blood{ + dir = 8; + icon_state = "gib6"; + layer = 4; + pixel_x = 12; + pixel_y = 3 }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/marshal_office) -"vCJ" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/tool, -/obj/effect/spawner/random/tool, -/turf/open/floor/darkyellow2/southwest, -/area/bigredv2/outside/filtration_plant) -"vDc" = ( -/turf/open/floor/delivery, -/area/bigredv2/outside/marshal_office) -"vDd" = ( -/obj/item/stack/sheet/glass, -/turf/open/floor/darkyellow2, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"vxL" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 1; + name = "\improper Engineering Break Room" + }, +/turf/open/floor/almayer/test_floor4, /area/bigredv2/outside/engineering) -"vDn" = ( +"vxQ" = ( +/obj/item/tool/pickaxe/gold, +/turf/open/floor/plating, +/area/bigredv2/caves/mining) +"vyB" = ( /obj/structure/machinery/light{ - dir = 4 + dir = 1 + }, +/obj/structure/closet/crate/freezer/rations, +/turf/open/floor/elevatorshaft/north, +/area/bigredv2/caves/lambda/breakroom) +"vyH" = ( +/obj/structure/bed/chair{ + dir = 8 }, /obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/darkredcorners2, -/area/bigredv2/caves/eta/xenobiology) -"vDA" = ( -/obj/structure/machinery/cm_vending/sorted/medical/no_access, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/caves/eta/research) -"vDC" = ( +/turf/open/floor/white, +/area/bigredv2/outside/marshal_office) +"vyL" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 + dir = 4 }, -/turf/open/floor/darkblue2/west, -/area/bigredv2/caves/eta/research) -"vDI" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/dorms) +"vyS" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 6 }, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/general_store) -"vEb" = ( +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"vyV" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/plating, +/area/bigredv2/caves/lambda/xenobiology) +"vzg" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "\improper Medical Command Complex" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/admin_building) +"vzH" = ( /obj/structure/surface/table, -/obj/item/reagent_container/food/drinks/cans/beer{ - pixel_x = 9; - pixel_y = 11 +/obj/item/storage/firstaid/rad, +/turf/open/floor/whitegreencorner, +/area/bigredv2/outside/medical) +"vzO" = ( +/obj/effect/landmark/good_item, +/turf/open/floor/dark, +/area/bigredv2/outside/filtration_plant) +"vAf" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 4; + health = 25000 }, -/turf/open/mars_cave/mars_cave_16, +/turf/open/mars_cave/mars_cave_19, +/area/bigredv2/caves_north) +"vAs" = ( +/obj/structure/window/framed/solaris/reinforced/tinted, +/turf/open/floor/plating, +/area/bigredv2/caves/lambda/xenobiology) +"vAI" = ( +/turf/open/floor/darkyellowcorners2/east, +/area/bigredv2/outside/engineering) +"vAZ" = ( +/obj/structure/largecrate/random/barrel/red, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"vEg" = ( -/obj/structure/machinery/light{ - dir = 1 - }, +"vBl" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_cave_9, +/area/bigredv2/outside/n) +"vBs" = ( +/obj/item/stack/sheet/metal, +/obj/item/stack/rods, /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/nw) +"vBv" = ( +/obj/structure/surface/table, +/obj/structure/phone_base/colony_net/rotary{ + phone_category = "Eta Labs"; + phone_color = "red"; + phone_id = "Security" }, -/turf/open/floor/redfull/northwest, -/area/bigredv2/caves/eta/research) -"vEr" = ( -/obj/structure/window/reinforced{ - dir = 8 +/turf/open/floor/dark, +/area/bigredv2/caves/eta/storage) +"vBF" = ( +/obj/item/stack/sheet/wood{ + amount = 2 }, -/turf/open/floor/darkpurple2/west, -/area/bigredv2/caves/lambda/breakroom) -"vEv" = ( -/obj/structure/sign/safety/biohazard{ - pixel_x = 7; - pixel_y = -24 +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"vBK" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table/woodentable, +/obj/item/storage/fancy/cigarettes/wypacket{ + pixel_x = -5; + pixel_y = 4 }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/virology) -"vEL" = ( -/obj/item/tank/air, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/filtration_cave_cas) -"vEM" = ( -/obj/effect/spawner/random/toolbox, -/turf/open/shuttle/escapepod/floor5, -/area/bigredv2/oob) -"vEO" = ( -/turf/open/floor/warnwhite/west, -/area/bigredv2/caves/lambda/xenobiology) -"vEQ" = ( -/obj/effect/landmark/hunter_secondary, -/turf/open/floor/redcorner/east, -/area/bigredv2/outside/marshal_office) -"vFe" = ( -/turf/open/floor/whitegreenfull, -/area/bigredv2/caves/lambda/xenobiology) -"vFh" = ( -/obj/structure/surface/table/woodentable{ - flipped = 1 +/obj/item/tool/lighter/zippo, +/turf/open/floor/carpet, +/area/bigredv2/caves/lambda/breakroom) +"vBN" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 4; + health = 25000 }, -/obj/effect/decal/cleanable/blood, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/c) +"vCq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/plasteel/medium_stack, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"vCv" = ( +/obj/structure/bed/stool, /turf/open/floor/wood, /area/bigredv2/outside/bar) -"vFq" = ( -/mob/living/simple_animal/corgi/puppy{ - desc = "It's a corgi puppy. MISTER WIGGLES!! HE IS THE GREATEST!"; - name = "\improper Mister Wiggles" +"vCT" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/redcorner, +/area/bigredv2/outside/office_complex) +"vDO" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1 }, -/turf/open/floor/elevatorshaft/north, -/area/bigredv2/caves/lambda/breakroom) -"vFz" = ( +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/n) +"vDU" = ( +/obj/structure/machinery/light, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/darkgreencorners2/west, -/area/bigredv2/caves/eta/research) -"vFO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellowcorners2, +/area/bigredv2/caves/eta/living) +"vEj" = ( /turf/open/mars/mars_dirt_10, -/area/bigredv2/outside/n) -"vGv" = ( -/turf/open/floor/darkpurplecorners2/east, -/area/bigredv2/caves/lambda/breakroom) -"vGx" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/toolbox, -/obj/structure/machinery/door_control{ - id = "Spaceport"; - name = "Storm Shutters"; +/area/bigredv2/outside/space_port_lz2) +"vEr" = ( +/obj/structure/sign/safety/galley{ pixel_x = 32 }, -/obj/item/tool/pen, -/turf/open/floor/dark, -/area/bigredv2/outside/space_port) -"vGG" = ( +/turf/open/floor/whitegreen/southeast, +/area/bigredv2/outside/medical) +"vFf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, /obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/handrail, -/turf/open/floor/darkyellow2/southeast, -/area/bigredv2/outside/engineering) -"vGJ" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 +/turf/open/floor/plating/platingdmg2/west, +/area/bigredv2/caves/mining) +"vFn" = ( +/obj/item/clothing/suit/storage/labcoat/science, +/turf/open/floor/whitepurplefull, +/area/bigredv2/caves/lambda/research) +"vFG" = ( +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/s) +"vGa" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "lz1cave_flank" }, -/turf/open/floor/redcorner, -/area/bigredv2/outside/marshal_office) +/turf/closed/wall/solaris/reinforced, +/area/bigredv2/outside/space_port) +"vGb" = ( +/turf/open/floor/asteroidwarning/northeast, +/area/bigredv2/caves_lambda) +"vGq" = ( +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/e) +"vGK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/southwest, +/area/bigredv2/outside/nw) "vGN" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/wood, -/area/bigredv2/caves/eta/living) -"vHb" = ( -/obj/structure/filingcabinet, -/turf/open/floor/darkred2/northwest, +/obj/effect/landmark/nightmare{ + insert_tag = "viro-rock_open" + }, +/turf/closed/wall/solaris/reinforced, +/area/bigredv2/outside/virology) +"vGW" = ( +/turf/open/floor/darkred2/east, /area/bigredv2/caves/eta/research) -"vHj" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/mars_cave/mars_cave_23, -/area/bigredv2/caves_se) +"vHq" = ( +/obj/structure/bed/stool, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) "vHw" = ( /turf/closed/wall/wood, /area/bigredv2/caves/mining) -"vHT" = ( -/turf/open/floor/carpet9_4/west, -/area/bigredv2/outside/bar) -"vHV" = ( -/obj/structure/machinery/door/poddoor/almayer{ - dir = 4 +"vHF" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 }, -/turf/open/floor/plating/warnplate/northeast, -/area/bigredv2/caves/lambda/xenobiology) -"vIc" = ( -/obj/structure/surface/table, -/obj/structure/machinery/light{ - dir = 8 +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 }, -/obj/item/tool/surgery/circular_saw, -/turf/open/floor/whitepurplecorner/north, +/obj/structure/mirror{ + pixel_x = -28 + }, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/dorms) +"vHH" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/white, /area/bigredv2/outside/medical) -"vIi" = ( +"vIj" = ( +/obj/effect/decal/cleanable/mucus, +/obj/structure/machinery/door_control{ + id = "sci_br"; + name = "Observation Shutters"; + pixel_y = 28 + }, +/turf/open/floor/darkpurplecorners2, +/area/bigredv2/caves/lambda/breakroom) +"vIm" = ( +/obj/structure/bookcase/manuals/research_and_development, +/obj/item/storage/fancy/vials/random, +/turf/open/floor/whitepurple/north, +/area/bigredv2/caves/lambda/xenobiology) +"vIn" = ( +/turf/open/floor/darkgreencorners2/north, +/area/bigredv2/caves/lambda/virology) +"vIs" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/crap_item, +/turf/open/floor/darkred2/northwest, +/area/bigredv2/outside/admin_building) +"vIx" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, /turf/open/floor/dark, -/area/bigredv2/caves/eta/research) -"vIu" = ( -/obj/structure/platform{ +/area/bigredv2/outside/space_port) +"vIH" = ( +/obj/structure/curtain/red, +/obj/item/prop/alien/hugger, +/turf/open/floor/wood, +/area/bigredv2/outside/admin_building) +"vIT" = ( +/obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/telecomm/n_cave) -"vIx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/paper/bigred/union, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"vJE" = ( -/turf/open/mars_cave/mars_cave_10, -/area/bigredv2/caves/lambda/research) -"vJO" = ( -/obj/structure/machinery/light, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/warnwhite/west, +/turf/open/floor/white, /area/bigredv2/outside/virology) -"vJV" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/xenobiology) -"vKj" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/delivery, -/area/bigredv2/outside/bar) -"vKq" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = 6 +"vJr" = ( +/obj/effect/landmark/corpsespawner/security/marshal, +/obj/effect/decal/cleanable/blood/oil, +/obj/item/weapon/gun/launcher/grenade/m81/m79{ + pixel_x = -3; + pixel_y = -9 }, -/turf/open/mars_cave/mars_dirt_4, +/obj/structure/cable{ + icon_state = "1-5" + }, +/obj/item/clothing/head/helmet/marine/veteran/ua_riot, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"vKr" = ( -/obj/structure/disposalpipe/broken{ +"vJE" = ( +/obj/structure/bed, +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"vKI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/crap_item, -/turf/open/floor/white, +/turf/open/floor/whitegreen/east, /area/bigredv2/outside/medical) -"vKM" = ( -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = 30 +"vKm" = ( +/obj/item/tool/pickaxe{ + pixel_y = -3 }, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"vKN" = ( -/turf/open/floor/darkblue2/northeast, -/area/bigredv2/caves/eta/storage) +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"vKG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/plating/warnplate, +/area/bigredv2/outside/telecomm/warehouse) +"vKK" = ( +/obj/structure/cargo_container/arious/rightmid, +/turf/open/mars, +/area/bigredv2/outside/space_port_lz2) "vKY" = ( -/obj/structure/machinery/light, -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/engineering) -"vLb" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/white, -/area/bigredv2/outside/medical) +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/eta) "vLd" = ( /turf/open/floor, /area/bigred/ground/garage_workshop) -"vLt" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/item/clothing/under/darkred, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/general_offices) -"vLv" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/grimy, -/area/bigredv2/outside/dorms) -"vLD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/flour, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/hydroponics) -"vLE" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 1; - name = "\improper Engineering Break Room" - }, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/engineering) -"vLI" = ( -/obj/structure/surface/rack, -/turf/open/floor/darkyellow2/northeast, -/area/bigredv2/caves/eta/research) -"vLU" = ( -/obj/structure/pipes/standard/simple/hidden/green, +"vLf" = ( +/obj/structure/surface/table, +/obj/item/bodybag/cryobag, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/whitegreen/north, +/area/bigredv2/outside/medical) +"vLk" = ( +/obj/effect/landmark/crap_item, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/white, /area/bigredv2/outside/virology) -"vMh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/surface/rack, -/obj/item/tool/pickaxe/drill{ - pixel_y = 8 +"vLl" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 4; + health = 25000 }, -/obj/item/tool/pickaxe/drill{ - pixel_y = -8 +/obj/item/weapon/twohanded/spear{ + pixel_x = 5 }, -/obj/item/tool/pickaxe/drill, -/turf/open/floor/plating/platingdmg3/west, +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/corpsespawner/miner, +/turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves/mining) -"vMQ" = ( -/obj/structure/machinery/power/terminal{ - dir = 1 +"vLV" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/n) +"vMD" = ( +/obj/effect/spawner/gibspawner/human, +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 1; + name = "\improper Atmospherics Condenser" }, -/obj/structure/pipes/valve/open, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"vNt" = ( -/turf/open/floor/warnwhite/north, -/area/bigredv2/outside/virology) -"vNC" = ( -/obj/structure/bed/chair, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"vNN" = ( -/obj/structure/machinery/light{ - dir = 4 +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/filtration_plant) +"vMP" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 }, -/turf/open/jungle/impenetrable, -/area/bigredv2/caves/eta/xenobiology) -"vNZ" = ( -/turf/open/mars_cave/mars_cave_20, +/turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves/mining) -"vOi" = ( -/obj/structure/surface/table/reinforced, -/obj/item/tool/kitchen/knife/butcher, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"vOW" = ( +"vMZ" = ( +/obj/structure/surface/table/woodentable, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"vNA" = ( +/obj/item/clothing/head/welding, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"vNH" = ( +/obj/structure/bed/chair/wood/normal, /obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"vNK" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/nw) -"vOZ" = ( -/obj/structure/machinery/door/airlock/almayer/secure/colony{ - name = "\improper Engine Reactor" + dir = 10 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/engineering) -"vPm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/firecloset, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"vPy" = ( -/obj/structure/machinery/suit_storage_unit/carbon_unit, -/obj/effect/decal/cleanable/cobweb2, /turf/open/floor/dark, -/area/bigredv2/outside/general_offices) -"vPF" = ( -/obj/structure/toilet{ - dir = 8 - }, -/turf/open/floor/freezerfloor, +/area/bigredv2/caves/eta/research) +"vOk" = ( +/obj/structure/surface/table, +/obj/item/stock_parts/smes_coil, +/turf/open/floor/wood, /area/bigredv2/caves/eta/living) -"vPK" = ( -/obj/structure/curtain/medical, -/turf/open/floor/whitegreen/northeast, -/area/bigredv2/caves/lambda/virology) -"vPM" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +"vOr" = ( +/obj/structure/bed/chair{ dir = 4 }, -/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/filtration_plant) +"vOA" = ( +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/c) +"vOC" = ( +/obj/effect/landmark/crap_item, +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/caves_virology) +"vOG" = ( +/obj/structure/closet/secure_closet/RD, +/turf/open/floor/darkblue2/north, +/area/bigredv2/caves/eta/research) +"vOJ" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/mars_cave/mars_cave_13, +/area/bigredv2/caves/mining) +"vOT" = ( +/obj/structure/bed/chair{ + buckling_y = 5; dir = 1; - name = "\improper Medical Clinic Treatment" + pixel_y = 5 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/medical) -"vPN" = ( -/obj/item/clothing/head/helmet/marine/veteran/ua_riot, /turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) -"vPW" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/filingcabinet, -/turf/open/floor/darkred2/north, -/area/bigredv2/caves/eta/research) -"vPY" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - name = "\improper Dormitories Lavatory" +"vOY" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"vPf" = ( +/obj/structure/closet/fireaxecabinet{ + pixel_y = 27 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/general_offices) +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"vPt" = ( +/turf/open/floor/bot/north, +/area/bigredv2/outside/cargo) +"vPw" = ( +/turf/closed/wall/solaris/reinforced, +/area/bigredv2/caves_north) +"vPF" = ( +/obj/structure/window/framed/solaris, +/turf/open/floor/plating/panelscorched, +/area/bigredv2/outside/engineering) +"vPX" = ( +/obj/structure/surface/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/tool/pen, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/engineering) "vQd" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/item/stack/sheet/metal, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/engineering) -"vQg" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/cable, -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/general_air_control/large_tank_control, -/obj/structure/cable{ - icon_state = "11-2" - }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"vQE" = ( -/obj/effect/landmark/crap_item, -/turf/open/mars_cave/mars_cave_19, -/area/bigredv2/outside/n) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/c) +"vQz" = ( +/obj/structure/machinery/vending/security, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/red, +/area/bigredv2/outside/lambda_cave_cas) +"vQJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whitegreen/east, +/area/bigredv2/outside/marshal_office) "vRd" = ( -/obj/structure/surface/table/reinforced, -/obj/item/device/healthanalyzer, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"vRo" = ( -/obj/effect/decal/cleanable/liquid_fuel, -/obj/structure/machinery/shower{ - dir = 8 - }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/engineering) +/obj/item/stack/cable_coil/cut, +/turf/open/floor/plating/warnplate/west, +/area/bigredv2/oob) +"vRp" = ( +/obj/item/explosive/grenade/baton, +/turf/open/mars_cave/mars_cave_3, +/area/bigredv2/caves_research) "vRs" = ( /obj/structure/sign/safety/high_voltage, /turf/closed/wall/solaris/reinforced, /area/bigredv2/caves/mining) -"vRE" = ( -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/filtration_plant) -"vRI" = ( -/obj/item/folder/yellow, -/obj/effect/landmark/crap_item, -/turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"vRL" = ( +"vRG" = ( +/obj/structure/pipes/vents/pump, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/landinglight/ds1/delaytwo{ - dir = 8 - }, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/space_port) -"vRO" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/darkgreencorners2/west, -/area/bigredv2/caves/eta/research) -"vRP" = ( -/turf/open/mars_cave/mars_cave_17, -/area/bigredv2/outside/lz1_north_cas) -"vSa" = ( -/obj/structure/machinery/light, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"vSb" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/drinks/cans/waterbottle, -/obj/item/reagent_container/food/drinks/cans/aspen, +/turf/open/floor/dark, +/area/bigredv2/outside/filtration_plant) +"vRM" = ( +/obj/effect/decal/cleanable/blood{ + dir = 8; + icon_state = "gib6"; + layer = 4; + pixel_x = 12; + pixel_y = 3 + }, +/turf/open/mars_cave/mars_cave_3, +/area/bigredv2/caves/mining) +"vSP" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/c) +"vTf" = ( +/obj/effect/decal/cleanable/blood{ + layer = 3; + pixel_x = 24 + }, +/obj/item/trash/chips, /obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/whitegreenfull, +/area/bigredv2/outside/medical) +"vTk" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 8; + health = 25000 + }, +/obj/structure/barricade/wooden, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/n) +"vTm" = ( +/turf/open/floor/asteroidwarning/northeast, +/area/bigredv2/outside/filtration_cave_cas) +"vUf" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/candy, +/obj/item/reagent_container/food/snacks/candy, +/obj/item/reagent_container/food/snacks/candy, +/obj/item/reagent_container/food/snacks/candy, +/obj/item/reagent_container/food/snacks/candy, +/obj/item/reagent_container/food/snacks/microwavable/donkpocket, /turf/open/floor/whitebluefull/northeast, /area/bigredv2/outside/general_store) -"vSB" = ( -/turf/open/mars/mars_dirt_13, -/area/bigredv2/outside/s) -"vTo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ +"vUO" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, +/obj/structure/machinery/door_control{ + id = "Dormitories"; + name = "Storm Shutters"; + pixel_y = -32 + }, /turf/open/floor, -/area/bigredv2/outside/cargo) -"vTs" = ( +/area/bigredv2/outside/dorms) +"vUP" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/whitepurple/west, +/area/bigredv2/caves/lambda/xenobiology) +"vVd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/darkyellowcorners2/north, +/area/bigredv2/outside/engineering) +"vVw" = ( /obj/effect/landmark/crap_item, -/turf/open/mars/mars_dirt_8, -/area/bigredv2/outside/nw) -"vTI" = ( -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves_lambda) -"vTR" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_7, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_virology) +"vVG" = ( +/obj/structure/cargo_container/arious/right, +/turf/open/floor/plating/warnplate, +/area/bigredv2/outside/space_port) +"vVO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/e) +"vVZ" = ( +/turf/closed/wall/solaris, /area/bigredv2/outside/filtration_cave_cas) -"vTS" = ( -/turf/open/floor/asteroidwarning/northeast, -/area/bigredv2/outside/s) -"vTT" = ( +"vWb" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_sw) -"vUe" = ( -/obj/structure/bed/chair{ +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/caves_lambda) +"vWq" = ( +/obj/structure/machinery/light{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/filtration_plant) -"vUj" = ( -/obj/item/cell/hyper/empty, -/turf/open/floor/darkred2/east, -/area/bigredv2/outside/admin_building) -"vUl" = ( -/obj/structure/surface/table, -/obj/structure/pipes/vents/pump{ +/obj/effect/landmark/monkey_spawn, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/jungle/impenetrable, +/area/bigredv2/caves/eta/xenobiology) +"vWu" = ( +/obj/effect/landmark/survivor_spawner, +/obj/structure/platform_decoration{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/item/stock_parts/smes_coil, -/obj/item/stack/sheet/glass{ - amount = 30 - }, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/engineering) -"vUp" = ( -/obj/structure/bed/chair, /turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"vUq" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/caves_sw) -"vVp" = ( -/obj/structure/machinery/power/apc/power/south, -/turf/open/floor/darkgreencorners2, -/area/bigredv2/caves/eta/storage) -"vVK" = ( +/area/bigredv2/outside/admin_building) +"vWA" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/supply, +/turf/open/floor/darkpurple2/north, +/area/bigredv2/caves/lambda/breakroom) +"vWD" = ( +/obj/structure/barricade/metal{ + dir = 4; + icon_state = "barricade" + }, +/turf/open/floor/whitepurple/northeast, +/area/bigredv2/caves/lambda/research) +"vWT" = ( +/obj/structure/machinery/portable_atmospherics/powered/scrubber, +/turf/open/mars_cave/mars_dirt_6, +/area/bigredv2/caves/mining) +"vXo" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/redcorner/east, +/area/bigredv2/outside/marshal_office) +"vXJ" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/chips, +/obj/item/reagent_container/food/snacks/cookie, +/obj/item/reagent_container/food/snacks/microwavable/donkpocket, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"vXT" = ( +/obj/structure/surface/table/reinforced, +/obj/item/oldresearch/Resin, +/turf/open/floor/whitepurple/east, +/area/bigredv2/caves/lambda/xenobiology) +"vYf" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/light{ - dir = 1 +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 4; + health = 25000 }, -/turf/open/floor/whitegreen/north, -/area/bigredv2/outside/medical) -"vVQ" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_cave_13, -/area/bigredv2/caves_north) -"vVV" = ( +/turf/open/floor/loadingarea/west, +/area/bigredv2/outside/cargo) +"vYg" = ( /obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/whitegreen/north, -/area/bigredv2/outside/medical) -"vVZ" = ( -/turf/closed/wall/solaris, -/area/bigredv2/outside/filtration_cave_cas) -"vWg" = ( -/turf/open/mars/mars_dirt_13, -/area/bigredv2/outside/e) -"vWm" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkpurple2/west, -/area/bigredv2/caves/lambda/research) -"vWs" = ( -/turf/open/mars/mars_dirt_14, -/area/bigredv2/outside/nw) -"vXi" = ( -/obj/structure/bed/chair/office/dark, -/turf/open/floor/dark, -/area/bigredv2/outside/telecomm) +/turf/open/floor/elevatorshaft/north, +/area/bigredv2/caves/lambda/breakroom) "vYC" = ( -/turf/open/mars/mars_dirt_12, -/area/bigredv2/outside/w) -"vYQ" = ( -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/ne) -"vYU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/remains/human, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"vZf" = ( -/obj/structure/largecrate/random/barrel/red, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/platingdmg3/west, +/obj/item/stack/cable_coil/cut, +/turf/open/mars_cave/mars_dirt_6, /area/bigredv2/caves/mining) -"vZE" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/red/north, -/area/bigredv2/outside/lambda_cave_cas) -"wap" = ( -/obj/structure/bed, -/obj/structure/machinery/light{ - dir = 4 +"vZa" = ( +/obj/item/ore{ + pixel_x = -1; + pixel_y = -8 }, -/turf/open/floor/whitegreen/east, -/area/bigredv2/outside/medical) -"wat" = ( -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/s) -"waD" = ( -/obj/structure/machinery/chem_master, -/turf/open/floor/whiteyellow/northeast, -/area/bigredv2/caves/lambda/xenobiology) -"wbl" = ( -/turf/closed/wall/solaris/reinforced, -/area/bigredv2/outside/w) -"wbu" = ( -/turf/open/mars_cave/mars_cave_13, -/area/bigredv2/outside/n) -"wbx" = ( -/obj/structure/prop/invuln/minecart_tracks{ - desc = "Righty tighty, lefty loosey!"; - dir = 1; - icon = 'icons/obj/pipes/valve.dmi'; - icon_state = "map_valve1"; - name = "Pressure Valve" +/obj/effect/decal/cleanable/blood/oil, +/turf/open/mars_cave/mars_dirt_6, +/area/bigredv2/caves/mining) +"vZb" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/csandwich, +/obj/item/toy/deck/uno{ + pixel_y = 18 }, -/turf/open/floor/plating, +/turf/open/mars_cave/mars_cave_15, /area/bigredv2/caves/mining) -"wce" = ( -/obj/effect/decal/cleanable/blood{ - layer = 3 +"vZk" = ( +/obj/structure/surface/table, +/obj/item/storage/fancy/cigarettes/kpack{ + pixel_x = 6 }, /turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) -"wcw" = ( -/turf/open/gm/river, -/area/bigredv2/outside/filtration_plant) -"wcx" = ( -/obj/structure/machinery/light, -/turf/open/floor/bluegrid/bcircuitoff, -/area/bigredv2/caves/lambda/research) -"wcN" = ( -/turf/open/mars_cave/mars_cave_3, -/area/bigredv2/caves_virology) -"wdt" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; +"vZu" = ( +/turf/open/floor/whitegreen/northeast, +/area/bigredv2/caves/lambda/virology) +"vZx" = ( +/turf/open/floor/wood, +/area/bigredv2/outside/dorms) +"vZB" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; dir = 1; - health = 25000 - }, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/n) -"wdv" = ( -/turf/open/mars/mars_dirt_9, -/area/bigredv2/outside/c) -"wdE" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/darkred2/west, -/area/bigredv2/outside/admin_building) -"wdG" = ( -/obj/structure/cryofeed, -/turf/open/floor/bluegrid/bcircuitoff, -/area/bigredv2/outside/filtration_plant) -"wdU" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe" }, -/turf/open/floor/redcorner, -/area/bigredv2/outside/office_complex) -"wej" = ( -/obj/effect/decal/remains/human, -/turf/open/floor/asteroidwarning, -/area/bigredv2/caves_lambda) -"weu" = ( +/turf/open/mars_cave/mars_cave_13, +/area/bigredv2/caves/mining) +"vZC" = ( /obj/structure/surface/table, -/obj/effect/decal/cleanable/blood, -/obj/item/tool/kitchen/knife, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/yellowfull, -/area/bigredv2/outside/general_store) -"weO" = ( -/obj/structure/closet/secure_closet/medical_wall{ - pixel_y = -5 +/area/bigredv2/outside/hydroponics) +"wai" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + dir = 1; + name = "\improper Lambda Lab Prisoner Room" }, -/turf/closed/wall/solaris/reinforced, +/turf/open/floor/delivery, +/area/bigredv2/caves/lambda/xenobiology) +"wal" = ( +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/caves_lambda) +"waA" = ( +/obj/structure/bed, +/turf/open/floor/white, +/area/bigredv2/outside/marshal_office) +"waH" = ( +/obj/structure/machinery/power/port_gen/pacman/super, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"wfd" = ( +"waM" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/obj/item/ammo_magazine/shotgun/slugs, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/bigredv2/outside/marshal_office) +"wbf" = ( /obj/effect/decal/cleanable/dirt, -/turf/closed/wall/solaris/reinforced, -/area/bigredv2/caves/mining) -"wfr" = ( -/turf/open/floor/whitepurplefull, -/area/bigredv2/caves/lambda/xenobiology) -"wfA" = ( -/turf/open/floor/darkblue2/northwest, -/area/bigredv2/outside/admin_building) -"wfI" = ( -/obj/structure/bed/roller, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/whitegreen/southwest, -/area/bigredv2/outside/medical) -"wgj" = ( /obj/structure/machinery/camera/autoname{ dir = 8 }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/marshal_office) -"wgk" = ( -/turf/closed/wall/r_wall/unmeltable, -/area/bigredv2/outside/c) -"wgp" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/obj/structure/pipes/standard/manifold/hidden/supply, -/turf/open/floor/darkpurple2, -/area/bigredv2/caves/lambda/research) -"wgD" = ( -/obj/effect/decal/cleanable/blood, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/freezerfloor, -/area/bigredv2/caves/eta/research) -"wgR" = ( -/obj/structure/surface/table, -/obj/structure/machinery/computer/med_data/laptop{ - dir = 4 +/obj/structure/machinery/alarm{ + dir = 8; + pixel_x = 32 }, -/turf/open/floor/carpet15_15/west, -/area/bigredv2/outside/admin_building) -"whc" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"whe" = ( -/obj/structure/surface/rack, -/obj/item/ammo_magazine/revolver/spearhead, -/turf/open/floor/vault2/west, -/area/bigredv2/outside/marshal_office) -"whv" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/asteroidwarning/southeast, -/area/bigredv2/outside/c) -"whA" = ( -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/outside/n) -"whH" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ - name = "\improper Operations" +/turf/open/floor/whitegreen/east, +/area/bigredv2/outside/medical) +"wbx" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "Righty tighty, lefty loosey!"; + dir = 1; + icon = 'icons/obj/pipes/valve.dmi'; + icon_state = "map_valve1"; + name = "Pressure Valve" }, -/turf/open/floor/delivery, -/area/bigredv2/outside/admin_building) -"whI" = ( -/turf/open/mars_cave/mars_cave_15, -/area/bigredv2/outside/lz2_south_cas) -"whQ" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/drinks/flask/vacuumflask, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"whS" = ( +/turf/open/floor/plating, +/area/bigredv2/caves/mining) +"wbB" = ( +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/caves_north) +"wbI" = ( +/obj/structure/machinery/power/reactor/colony, +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"wbO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, /obj/structure/barricade/wooden{ desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; dir = 8; health = 25000 }, -/turf/open/mars_cave/mars_cave_15, -/area/bigredv2/caves_north) -"wia" = ( -/obj/structure/machinery/vending/snack{ - icon_state = "snack-broken"; - stat = 1 - }, -/turf/open/floor/darkish, -/area/bigredv2/caves/lambda/breakroom) -"wih" = ( -/obj/structure/machinery/light/small{ - dir = 1 +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/w) +"wcd" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/c) +"wce" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/burger, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"wcp" = ( +/obj/item/ore{ + pixel_x = -7; + pixel_y = 7 }, -/turf/open/floor/podhatchfloor, -/area/bigredv2/caves/lambda/research) -"wiq" = ( -/obj/structure/machinery/conveyor_switch{ - id = "anomalybelt" +/turf/open/mars_cave/mars_dirt_6, +/area/bigredv2/caves/mining) +"wcq" = ( +/turf/open/floor/delivery, +/area/bigredv2/outside/hydroponics) +"wcw" = ( +/turf/open/gm/river, +/area/bigredv2/outside/filtration_plant) +"wcD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, +/turf/open/floor/dark, +/area/bigredv2/outside/admin_building) +"wcX" = ( /obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/purple/north, -/area/bigredv2/caves/lambda/research) -"wiL" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N" +/turf/open/floor/darkgreencorners2/north, +/area/bigredv2/caves/eta/research) +"wdf" = ( +/turf/open/floor/darkgreen2/northwest, +/area/bigredv2/caves/lambda/virology) +"wdo" = ( +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/outside/filtration_cave_cas) +"wdp" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 4 }, -/obj/structure/prop/invuln/minecart_tracks{ +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/space_port) +"wdI" = ( +/obj/structure/machinery/light{ dir = 1 }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"wiR" = ( -/obj/structure/machinery/light{ +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/e) -"wjc" = ( -/obj/structure/prop/almayer/cannon_cables{ - name = "\improper Cables" - }, -/obj/structure/cryofeed{ - color = "silver"; - desc = "A bewildering tangle of machinery and pipes."; - name = "coolant feed" - }, -/obj/structure/machinery/portable_atmospherics/powered/scrubber{ - desc = "A big air filter."; - icon = 'icons/obj/structures/props/almayer_props64.dmi'; - icon_state = "fuel_enhancer"; - layer = 5; - name = "Air filter"; - pixel_x = -3; - pixel_y = 1 +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/engineering) +"wdV" = ( +/turf/open/floor/asteroidwarning/southwest, +/area/bigredv2/outside/w) +"wej" = ( +/obj/structure/machinery/light/built, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 }, -/obj/structure/machinery/portable_atmospherics/powered/scrubber{ - desc = "Critical part of an HVAC system. Compresses refridgerant to send off to air cooling coils."; - icon = 'icons/obj/structures/props/almayer_props64.dmi'; - icon_state = "cooling_system"; - layer = 4; - name = "\improper Air Condenser"; - pixel_x = -5; - pixel_y = 25 +/turf/open/floor/darkpurple2, +/area/bigredv2/caves/lambda/research) +"weO" = ( +/obj/structure/closet/secure_closet/medical_wall{ + pixel_y = -5 }, -/turf/open/shuttle/escapepod/floor1, -/area/bigredv2/oob) -"wjj" = ( -/obj/structure/machinery/portable_atmospherics/hydroponics, -/turf/open/floor/whitegreenfull, -/area/bigredv2/caves/lambda/xenobiology) -"wjn" = ( -/obj/structure/machinery/light/small{ +/turf/closed/wall/solaris/reinforced, +/area/bigredv2/caves/mining) +"weX" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/mars_cave/mars_dirt_4, +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "\improper Dormitories Lavatory" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/general_offices) +"wfd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/solaris/reinforced, /area/bigredv2/caves/mining) -"wjy" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 4; - health = 25000 +"wfp" = ( +/obj/structure/surface/table, +/obj/item/tool/extinguisher, +/turf/open/floor/dark, +/area/bigredv2/outside/telecomm) +"wft" = ( +/obj/item/paper_bin, +/obj/item/tool/pen, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/wood, +/area/bigredv2/caves/lambda/breakroom) +"wfu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/w) +"wfv" = ( +/obj/structure/machinery/compressor{ + dir = 1 + }, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/engineering) +"wfD" = ( +/turf/open/mars_cave/mars_cave_18, +/area/bigredv2/caves_sw) +"wfO" = ( +/obj/effect/landmark/xeno_spawn, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_east) +"wfP" = ( +/obj/structure/machinery/sensortower{ + pixel_x = -9 }, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/caves_lambda) +"wfT" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/white, +/area/bigredv2/outside/office_complex) +"wga" = ( +/obj/effect/landmark/corpsespawner/security/marshal, +/obj/effect/decal/cleanable/blood, +/obj/item/weapon/classic_baton, /turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves_research) +"wgn" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Dormitories Toilet" + }, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"wld" = ( +"wgo" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/open/floor/whitegreen/northwest, +/area/bigredv2/caves/lambda/virology) +"wgp" = ( +/obj/structure/machinery/fuelcell_recycler, +/turf/open/floor/plating, +/area/bigredv2/caves/eta/storage) +"wgv" = ( +/obj/structure/surface/table, +/obj/item/storage/box/snappops, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"wgz" = ( +/turf/open/mars_cave/mars_cave_20, +/area/bigredv2/outside/ne) +"wgD" = ( /obj/structure/machinery/light{ - dir = 1 + dir = 8 }, -/turf/open/floor/darkyellow2/northwest, +/obj/structure/surface/table, +/obj/item/tool/surgery/retractor, +/turf/open/floor/darkyellow2/west, /area/bigredv2/caves/eta/research) -"wln" = ( +"wha" = ( +/obj/structure/largecrate/random/barrel/true_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/n) +"whj" = ( +/turf/open/mars_cave/mars_cave_16, +/area/bigredv2/outside/n) +"whl" = ( +/obj/structure/fence, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"whA" = ( /obj/effect/landmark/crap_item, +/turf/open/floor/wood, +/area/bigredv2/caves/eta/living) +"wid" = ( +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/s) +"wih" = ( +/obj/structure/fence, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/n) +"wis" = ( +/obj/structure/machinery/photocopier, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/dark, /area/bigredv2/caves/eta/storage) -"wlo" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - pixel_y = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "SW-out"; - pixel_y = -1 +"wiJ" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/westright, +/turf/open/floor/vault2/west, +/area/bigredv2/outside/marshal_office) +"wjd" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/dark, +/area/bigredv2/outside/marshal_office) +"wjE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 +/turf/open/floor/grimy, +/area/bigredv2/outside/dorms) +"wjM" = ( +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/floor/dark, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/darkred2/east, /area/bigredv2/outside/admin_building) -"wly" = ( +"wjN" = ( +/turf/open/floor/darkpurple2, +/area/bigredv2/caves/lambda/research) +"wkc" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/dark, +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "\improper Marshal Office Armory" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/marshal_office) +"wki" = ( +/obj/structure/surface/table/reinforced, +/obj/item/tool/surgery/hemostat, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/freezerfloor, +/area/bigredv2/caves/lambda/xenobiology) +"wkw" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -3; + pixel_y = 11 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 6 + }, +/turf/open/mars_cave/mars_cave_17, +/area/bigredv2/caves/mining) +"wkA" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/loadingarea/north, /area/bigredv2/caves/eta/storage) -"wlK" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_se) -"wlU" = ( -/obj/effect/decal/cleanable/dirt, +"wkB" = ( +/obj/structure/machinery/bioprinter{ + stored_metal = 1000 + }, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/medical) +"wkN" = ( +/turf/open/floor/dark, +/area/bigredv2/outside/office_complex) +"wkY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, /turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/c) +/area/bigredv2/outside/telecomm/lz2_cave) +"wlf" = ( +/obj/item/weapon/gun/pistol/b92fs{ + pixel_x = 13; + pixel_y = -7 + }, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"wly" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -9; + pixel_y = 18 + }, +/turf/open/mars_cave/mars_cave_16, +/area/bigredv2/caves/mining) "wlX" = ( -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/nw) -"wma" = ( -/turf/open/floor/whitegreen, -/area/bigredv2/caves/lambda/virology) -"wmi" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "filtration_restored" +/obj/structure/surface/rack, +/obj/effect/spawner/random/tech_supply, +/turf/open/floor/white, +/area/bigredv2/outside/office_complex) +"wmc" = ( +/obj/structure/surface/rack, +/obj/item/weapon/twohanded/lungemine{ + pixel_y = 8 }, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/s) -"wmq" = ( -/obj/structure/largecrate/random/barrel/red, -/turf/open/floor/asteroidfloor/north, -/area/bigred/ground/garage_workshop) -"wmu" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/mars_cave/mars_dirt_6, +/obj/item/weapon/twohanded/lungemine{ + pixel_y = -7 + }, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"wmE" = ( -/obj/structure/surface/table/holotable/wood, -/obj/structure/phone_base/colony_net/rotary{ - phone_category = "Lambda Labs"; - phone_color = "blue"; - phone_id = "Administration" +"wmd" = ( +/obj/structure/surface/table, +/obj/effect/decal/cleanable/ash, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"wmg" = ( +/obj/structure/surface/table, +/obj/item/ashtray/bronze, +/obj/structure/pipes/vents/pump{ + dir = 8 }, -/obj/item/clothing/mask/cigarette{ - pixel_x = 5; - pixel_y = 6 +/turf/open/floor/carpet15_15/west, +/area/bigredv2/outside/admin_building) +"wmm" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/delivery, +/area/bigredv2/outside/marshal_office) +"wmu" = ( +/obj/structure/sign/safety/distribution_pipes{ + pixel_y = -32 }, -/turf/open/floor/carpet, -/area/bigredv2/caves/lambda/breakroom) -"wnj" = ( -/turf/open/mars/mars_dirt_3, -/area/bigredv2/outside/se) -"wny" = ( +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/c) +"wmz" = ( /obj/structure/surface/table, +/obj/structure/xenoautopsy, +/turf/open/floor/darkredcorners2/east, +/area/bigredv2/caves/eta/xenobiology) +"wmF" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/delivery, +/area/bigredv2/outside/dorms) +"wnn" = ( +/turf/open/mars_cave/mars_cave_14, +/area/bigredv2/caves_north) +"wno" = ( +/obj/item/tool/warning_cone, +/turf/open/floor/warnwhite/west, +/area/bigredv2/caves/lambda/xenobiology) +"wnI" = ( +/turf/open/mars_cave/mars_cave_16, +/area/bigredv2/caves/mining) +"wnQ" = ( +/turf/open/mars/mars_dirt_11, +/area/bigredv2/outside/eta) +"wnU" = ( /obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/dark, -/area/bigredv2/outside/telecomm) -"woj" = ( -/obj/structure/bed/chair, -/turf/open/floor/wood, -/area/bigredv2/outside/marshal_office) -"wop" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/chips, -/obj/item/reagent_container/food/snacks/donut, -/obj/structure/pipes/vents/pump{ - dir = 1 +/turf/open/floor/purple/southeast, +/area/bigredv2/caves/lambda/research) +"wnY" = ( +/turf/open/jungle/impenetrable, +/area/bigredv2/caves/eta/xenobiology) +"woq" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 1; + name = "\improper Engineering Tool Storage" }, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"woC" = ( -/obj/structure/bed/chair{ +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/engineering) +"woF" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"woI" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - name = "\improper Medical Clinic Storage" +/obj/structure/machinery/door/airlock/almayer/command/colony{ + name = "\improper Operations Meeting Room" }, /turf/open/floor/delivery, -/area/bigredv2/outside/medical) -"woP" = ( -/obj/structure/machinery/r_n_d/circuit_imprinter, -/turf/open/floor/darkyellow2/southeast, -/area/bigredv2/caves/eta/research) -"wpu" = ( -/obj/structure/closet/secure_closet/engineering_electrical, -/turf/open/floor/darkish, -/area/bigredv2/caves/eta/storage) +/area/bigredv2/outside/admin_building) +"woY" = ( +/obj/structure/reagent_dispensers/virusfood{ + pixel_x = -32 + }, +/turf/open/floor/white, +/area/bigredv2/outside/virology) "wpA" = ( -/obj/structure/surface/table, -/obj/structure/machinery/camera/autoname{ +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"wpE" = ( -/obj/item/trash/burger, +/turf/open/floor/delivery, +/area/bigredv2/outside/cargo) +"wpJ" = ( +/turf/open/mars_cave/mars_cave_6, +/area/bigredv2/caves_east) +"wqb" = ( +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"wpG" = ( -/obj/structure/machinery/mecha_part_fabricator, -/turf/open/floor/white, -/area/bigredv2/outside/office_complex) -"wpO" = ( -/obj/structure/platform_decoration{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/telecomm/n_cave) -"wqf" = ( -/obj/structure/machinery/power/apc/no_power/north, -/turf/open/floor, -/area/bigred/ground/garage_workshop) -"wqC" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S"; - pixel_y = -1 - }, -/turf/open/floor/darkredcorners2/east, -/area/bigredv2/outside/admin_building) -"wqL" = ( +"wqt" = ( /obj/structure/surface/table, -/obj/item/ammo_magazine/shotgun/buckshot, -/obj/item/clothing/head/beret/sec/warden, -/turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"wqN" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/w) +/obj/effect/spawner/random/tool, +/turf/open/floor/darkred2/east, +/area/bigredv2/caves/eta/research) +"wra" = ( +/obj/item/tool/warning_cone, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/c) +"wrd" = ( +/turf/open/floor/wood, +/area/bigredv2/caves/eta/living) +"wro" = ( +/obj/effect/landmark/crap_item, +/turf/open/mars_cave/mars_cave_16, +/area/bigredv2/outside/n) "wrS" = ( /obj/structure/prop/invuln/minecart_tracks{ dir = 8 @@ -28851,119 +28818,178 @@ /obj/structure/plasticflaps, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"wrW" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/caves_lambda) -"wte" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/drinks/cans/thirteenloko, -/obj/item/reagent_container/food/drinks/cans/cola, +"wsb" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"wth" = ( -/turf/open/floor/delivery, -/area/bigredv2/caves/lambda/xenobiology) +/obj/item/stack/sheet/plasteel, +/turf/open/floor/dark, +/area/bigredv2/outside/general_offices) +"wsL" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/marshal_office) +"wsS" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tool, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/filtration_plant) +"wsT" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 2; + pixel_y = 17 + }, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) "wtj" = ( /turf/open/floor/plating, /area/bigredv2/caves/mining) -"wtr" = ( +"wtm" = ( +/turf/open/mars_cave/mars_cave_20, +/area/bigredv2/caves/mining) +"wts" = ( +/obj/structure/machinery/light, /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 9 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/hydroponics) -"wty" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_cave_18, -/area/bigredv2/outside/lz2_west_cas) -"wtK" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -1; - pixel_y = 5 +/turf/open/floor/warnwhite/west, +/area/bigredv2/outside/virology) +"wtu" = ( +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/caves_se) +"wtz" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/c) +"wtH" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tool, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/filtration_plant) +"wtL" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/supply, +/turf/open/floor/darkgreencorners2, +/area/bigredv2/caves/lambda/virology) +"wtN" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "lambda-interior"; + name = "Lambda Checkpoint Interior"; + pixel_x = null }, -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/caves/mining) -"wtP" = ( -/turf/open/mars/mars_dirt_11, -/area/bigredv2/outside/space_port_lz2) +/turf/open/floor/redfull/northwest, +/area/bigredv2/outside/lambda_cave_cas) "wtS" = ( -/obj/effect/landmark/static_comms/net_one, -/turf/open/floor/bcircuit, -/area/bigredv2/outside/marshal_office) -"wtW" = ( -/turf/open/floor/darkred2/southwest, -/area/bigredv2/outside/admin_building) -"wul" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper Cargo Bay" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/cargo) -"wuA" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 +/turf/open/mars_cave/mars_cave_23, +/area/bigredv2/outside/lz1_telecomm_cas) +"wue" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, -/turf/open/floor/dark, -/area/bigredv2/outside/admin_building) -"wuL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/gloves/latex, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"wvj" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic/solid{ - dir = 1; - name = "\improper Dormitories Restroom" +/turf/open/floor/darkyellowcorners2/west, +/area/bigredv2/outside/engineering) +"wui" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "\improper Eta Lab Cell" }, /turf/open/floor/delivery, -/area/bigredv2/outside/dorms) -"wvs" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = 6 +/area/bigredv2/caves/eta/xenobiology) +"wur" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "An exchange valve"; + dir = 8; + icon = 'icons/obj/pipes/filter.dmi'; + icon_state = "map"; + name = "Automated Valve" }, -/turf/open/mars_cave/mars_cave_2, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"wvJ" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/lz1_north_cas) -"wwx" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/whitegreenfull, -/area/bigredv2/outside/medical) -"wxC" = ( +"wuv" = ( /obj/effect/landmark/crap_item, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_east) -"wxN" = ( -/obj/structure/machinery/camera/autoname{ +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/eta) +"wuK" = ( +/obj/structure/machinery/body_scanconsole, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whitegreen, +/area/bigredv2/outside/medical) +"wvt" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/dark, +/area/bigredv2/outside/filtration_plant) +"wvv" = ( +/turf/open/floor/bcircuit, +/area/bigredv2/outside/telecomm/warehouse) +"wwA" = ( +/obj/structure/machinery/light/small/built{ dir = 8 }, -/turf/open/floor/whiteblue/southeast, +/turf/open/floor/whitegreenfull, +/area/bigredv2/caves/lambda/virology) +"wwB" = ( +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/filtration_cave_cas) +"wwN" = ( +/turf/open/floor/asteroidwarning/southwest, +/area/bigredv2/outside/e) +"wwV" = ( +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/eta) +"wwW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/filtration_plant) +"wxa" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/bigredv2/outside/marshal_office) +"wxg" = ( +/obj/structure/machinery/suit_storage_unit/carbon_unit, +/turf/open/floor/dark, +/area/bigredv2/outside/general_offices) +"wxl" = ( +/obj/structure/surface/table, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_15"; + pixel_y = 10 + }, +/turf/open/floor/grimy, +/area/bigredv2/outside/office_complex) +"wxG" = ( +/obj/structure/surface/table, +/obj/item/storage/firstaid/o2, +/turf/open/floor/whitegreencorner, /area/bigredv2/outside/medical) -"wyh" = ( -/obj/structure/bed/chair/wood/normal, +"wxJ" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 + dir = 9 }, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"wyC" = ( -/turf/open/floor/whitegreenfull, -/area/bigredv2/outside/medical) -"wyJ" = ( -/obj/structure/surface/table, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/space_port_lz2) -"wyN" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/darkyellow2/southeast, +/area/bigredv2/outside/engineering) +"wxR" = ( +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/outside/space_port) +"wym" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_y = 3 + }, +/turf/open/mars_cave/mars_cave_13, +/area/bigredv2/caves/mining) +"wyq" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_se) +"wyZ" = ( /obj/structure/prop/invuln/minecart_tracks{ desc = "A heavy duty power cable for high voltage applications"; dir = 1; @@ -28971,455 +28997,525 @@ icon_state = "4-8"; name = "heavy duty power cable" }, -/turf/open/mars_cave/mars_cave_17, +/turf/open/mars_cave/mars_cave_20, /area/bigredv2/caves/mining) -"wyP" = ( +"wzn" = ( +/obj/item/tank/air, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/filtration_cave_cas) +"wzw" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/e) +"wzB" = ( +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/nw) +"wzF" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/mars_cave/mars_cave_17, +/area/bigredv2/outside/lz1_north_cas) +"wzK" = ( +/obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/engineering) -"wyZ" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/toolbox, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/filtration_plant) -"wzm" = ( -/obj/structure/machinery/telecomms/server, -/turf/open/floor/podhatchfloor, -/area/bigredv2/caves/eta/storage) -"wzu" = ( -/turf/open/floor/redcorner/west, -/area/bigredv2/outside/marshal_office) -"wzN" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/mars_cave/mars_cave_11, -/area/bigredv2/caves_lambda) -"wzP" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/e) -"wAe" = ( -/obj/structure/prop/invuln/minecart_tracks{ +/turf/open/floor/white, +/area/bigredv2/outside/office_complex) +"wzW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/engineering) +"wAh" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ dir = 1 }, -/turf/open/mars_cave/mars_cave_13, +/turf/open/mars_cave/mars_cave_4, +/area/bigredv2/caves/lambda/research) +"wAl" = ( +/obj/structure/closet/crate/miningcar, +/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, +/turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"wAt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/computer/arcade, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/general_store) -"wAv" = ( -/obj/structure/surface/table, -/obj/structure/machinery/faxmachine{ - density = 0; - req_one_access_txt = "200" +"wAW" = ( +/obj/item/device/multitool, +/turf/open/floor/whitepurplefull, +/area/bigredv2/caves/lambda/research) +"wBo" = ( +/turf/open/floor/asteroidwarning/southeast, +/area/bigredv2/outside/nw) +"wBA" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/space_port) +"wBK" = ( +/obj/structure/prop/almayer/cannon_cables{ + name = "\improper Cables" }, -/turf/open/floor/wood, -/area/bigredv2/outside/admin_building) -"wAy" = ( -/obj/item/device/radio/intercom{ - dir = 1; - frequency = 150; - name = "Safe-Room intercom"; - pixel_y = -30 +/obj/structure/cryofeed{ + color = "silver"; + desc = "A bewildering tangle of machinery and pipes."; + name = "coolant feed" }, -/turf/open/floor/elevatorshaft/north, -/area/bigredv2/caves/lambda/breakroom) -"wAI" = ( -/turf/open/floor/grimy, -/area/bigredv2/outside/marshal_office) -"wAM" = ( +/turf/open/shuttle/escapepod/floor1, +/area/bigredv2/oob) +"wBO" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 5 }, -/obj/structure/barricade/handrail/wire{ - dir = 1 +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/n) +"wCw" = ( +/obj/item/ore{ + pixel_x = 9; + pixel_y = 2 }, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/s) -"wAN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed/chair/wood/normal{ - dir = 4 +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/caves/mining) +"wCE" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/carpet, +/area/bigredv2/caves/lambda/breakroom) +"wDn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" }, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"wAO" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/darkgreencorners2/north, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/whitegreen, +/area/bigredv2/caves/lambda/virology) +"wDp" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor/darkyellow2/west, /area/bigredv2/caves/eta/research) -"wAT" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 1; - name = "\improper Eta Lab Security Office" +"wDB" = ( +/turf/open/mars_cave/mars_cave_17, +/area/bigredv2/caves_research) +"wEq" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ + name = "\improper Operations" }, /turf/open/floor/delivery, -/area/bigredv2/caves/eta/storage) -"wBs" = ( -/obj/structure/fence, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/filtration_cave_cas) -"wBy" = ( -/obj/structure/bed/chair{ - can_buckle = 0; - dir = 4; - pixel_x = 2; - pixel_y = 6 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"wBL" = ( +/area/bigredv2/outside/admin_building) +"wED" = ( +/turf/open/floor/whiteyellowfull/east, +/area/bigredv2/outside/office_complex) +"wEL" = ( /obj/structure/surface/table, -/obj/item/toy/sword, -/obj/item/toy/gun, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"wBN" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/floor/dark, -/area/bigredv2/outside/office_complex) -"wCv" = ( +/obj/item/tank/air, +/turf/open/floor/darkyellow2/northwest, +/area/bigredv2/outside/filtration_plant) +"wEP" = ( +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/nw) +"wEQ" = ( +/turf/open/mars/mars_dirt_14, +/area/bigredv2/outside/w) +"wFc" = ( /obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/engineering) -"wCw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/largecrate, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"wCE" = ( -/turf/open/mars_cave/mars_cave_9, -/area/bigredv2/outside/n) -"wCZ" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/c) -"wDf" = ( -/obj/structure/machinery/camera/autoname{ +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + name = "\improper Eta Lab" + }, +/turf/open/floor/delivery, +/area/bigredv2/caves/eta/living) +"wFr" = ( +/obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/redcorner, -/area/bigredv2/outside/marshal_office) -"wDk" = ( -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/space_port_lz2) -"wEs" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/recharger, -/turf/open/floor/redfull/northwest, -/area/bigredv2/outside/lambda_cave_cas) -"wEB" = ( -/obj/structure/surface/table, +/obj/structure/largecrate/supply/supplies/water, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"wFC" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/white, -/area/bigredv2/outside/marshal_office) -"wFd" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/loadingarea/north, -/area/bigredv2/caves/eta/storage) -"wFp" = ( -/obj/structure/barricade/wooden, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/redcorner/west, +/area/bigredv2/outside/office_complex) +"wFF" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/ne) +"wFN" = ( +/obj/structure/machinery/light/small, /turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/c) -"wFV" = ( -/obj/structure/filingcabinet, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/engineering) -"wGa" = ( -/turf/open/mars_cave/mars_cave_15, /area/bigredv2/caves_research) +"wGc" = ( +/obj/structure/machinery/door/airlock/almayer/medical{ + name = "\improper Medical Clinic Morgue" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/medical) "wGr" = ( /obj/structure/closet/firecloset/full, /turf/open/mars, /area/bigredv2/outside/c) -"wGu" = ( -/turf/open/floor/plating/warnplate, -/area/bigredv2/outside/space_port) -"wGI" = ( -/obj/structure/machinery/light, -/obj/structure/sign/safety/rad_haz{ - pixel_y = -32 +"wGs" = ( +/turf/open/floor/darkred2, +/area/bigredv2/caves/eta/xenobiology) +"wGy" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/toolbox, +/obj/effect/spawner/random/tool, +/obj/structure/machinery/camera/autoname{ + dir = 8 }, -/obj/structure/pipes/standard/simple/hidden/supply{ +/turf/open/floor/dark, +/area/bigredv2/outside/space_port) +"wGC" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/darkpurple2, -/area/bigredv2/caves/lambda/research) -"wHc" = ( -/obj/structure/closet/radiation, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "viro"; + name = "Virology Lockdown" + }, /turf/open/floor/delivery, +/area/bigredv2/outside/virology) +"wGT" = ( +/obj/effect/landmark/crap_item, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/space_port_lz2) +"wGY" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/virology) +"wHE" = ( +/obj/structure/machinery/computer/general_air_control, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/filtration_plant) +"wHH" = ( +/obj/effect/spawner/random/toolbox, +/obj/structure/platform_decoration, +/turf/open/floor/dark, +/area/bigredv2/outside/admin_building) +"wHP" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/space_port) +"wIh" = ( +/obj/item/stack/sheet/glass, +/turf/open/floor/darkyellow2, /area/bigredv2/outside/engineering) -"wHB" = ( -/turf/open/floor/grimy, -/area/bigredv2/outside/dorms) -"wIj" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/ne) -"wIl" = ( -/obj/effect/landmark/hunter_secondary, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_lambda) +"wIi" = ( +/obj/structure/surface/rack, +/obj/item/ammo_magazine/shotgun/incendiary, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/turf/open/floor/dark, +/area/bigredv2/outside/marshal_office) +"wIx" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/wood, +/area/bigredv2/outside/marshal_office) +"wIy" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet, +/area/bigredv2/outside/library) +"wIG" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/mineral/gold, +/turf/open/floor/dark, +/area/bigredv2/outside/general_offices) "wIS" = ( -/turf/open/floor/darkred2/north, -/area/bigredv2/caves/eta/research) +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/turf/open/floor/delivery, +/area/bigredv2/caves/lambda/xenobiology) "wJd" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"wJV" = ( -/obj/structure/machinery/light, -/turf/open/floor/bcircuit, -/area/bigredv2/outside/marshal_office) -"wKD" = ( -/turf/open/mars_cave/mars_cave_23, -/area/bigredv2/caves_se) -"wKJ" = ( -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/filtration_cave_cas) -"wKW" = ( -/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ - name = "Emergency NanoMed"; - pixel_x = 30 +"wJq" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"wJA" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/red/southeast, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "lambda-interior"; + name = "Lambda Checkpoint Interior" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/lambda_cave_cas) +"wJH" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating/warnplate/southwest, +/area/bigredv2/caves/lambda/xenobiology) +"wJW" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/freezerfloor, /area/bigredv2/outside/marshal_office) +"wJX" = ( +/turf/open/mars_cave/mars_cave_10, +/area/bigredv2/caves_east) +"wKw" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/machinery/biogenerator, +/turf/open/floor/darkred2/north, +/area/bigredv2/caves/eta/research) +"wKD" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/plating, +/area/bigredv2/outside/medical) +"wKM" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor/darkblue2/southwest, +/area/bigredv2/caves/eta/research) "wLt" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkyellowcorners2/north, -/area/bigredv2/caves/eta/living) -"wLG" = ( -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/general_offices) -"wLK" = ( -/obj/structure/prop/invuln/minecart_tracks{ - desc = "A heavy duty power cable for high voltage applications"; +/obj/effect/landmark/crap_item, +/turf/open/mars_cave/mars_dirt_5, +/area/bigredv2/caves/mining) +"wLS" = ( +/obj/structure/machinery/door/airlock/almayer/secure/colony{ dir = 1; - icon = 'icons/obj/pipes/power_cond_heavy.dmi'; - icon_state = "4-8"; - name = "heavy duty power cable" + name = "\improper Engine Reactor" }, -/obj/structure/prop/invuln/minecart_tracks{ - dir = 1 +/turf/open/floor/delivery, +/area/bigredv2/outside/engineering) +"wLZ" = ( +/obj/structure/closet/l3closet/scientist, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/caves/mining) -"wLX" = ( -/obj/structure/machinery/light{ - dir = 1 +/turf/open/floor/dark, +/area/bigredv2/caves/eta/storage) +"wMj" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/xenobiology) +"wMm" = ( +/obj/structure/surface/table, +/obj/item/tool/surgery/cautery, +/obj/item/reagent_container/spray/cleaner, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/medical) +"wMo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/engineering) +"wMq" = ( +/obj/structure/bed, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/virology) +"wMs" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/carpet, +/area/bigredv2/outside/library) +"wMz" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 6 }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/turf/open/mars_cave/mars_cave_9, +/area/bigredv2/caves/mining) +"wMN" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/dorms) -"wMC" = ( -/obj/structure/surface/table, -/obj/item/clothing/mask/cigarette/cigar, -/turf/open/floor/wood, -/area/bigredv2/outside/admin_building) -"wMP" = ( -/obj/structure/bed/stool, -/turf/open/floor/wood, -/area/bigredv2/outside/dorms) +/turf/open/floor/darkpurple2, +/area/bigredv2/caves/lambda/xenobiology) "wMQ" = ( /obj/structure/largecrate/random/secure, /turf/open/floor, /area/bigred/ground/garage_workshop) -"wNA" = ( +"wMU" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/darkpurple2/north, +/area/bigredv2/caves/lambda/research) +"wMV" = ( +/turf/open/mars/mars_dirt_8, +/area/bigredv2/outside/sw) +"wMW" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/ammo_magazine/pistol/m1911, -/turf/open/floor/plating, -/area/bigredv2/caves/mining) -"wNH" = ( /obj/structure/machinery/alarm{ dir = 4; pixel_x = -30 }, -/turf/open/floor/carpet15_15/west, -/area/bigredv2/outside/bar) -"wNX" = ( +/turf/open/floor/dark, +/area/bigredv2/outside/general_offices) +"wNk" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"wNn" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 8; + health = 25000 + }, +/turf/open/floor/loadingarea/east, +/area/bigredv2/outside/cargo) +"wNq" = ( /obj/structure/surface/table, -/obj/item/toy/prize/mauler, -/obj/item/toy/prize/odysseus, +/obj/item/storage/box/masks, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"wOn" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/drinks/cans/thirteenloko, -/obj/item/reagent_container/food/drinks/cans/cola, -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/light{ - dir = 4 +/area/bigredv2/outside/medical) +"wNA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_magazine/pistol/m1911, +/turf/open/floor/plating, +/area/bigredv2/caves/mining) +"wNP" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 }, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"wOF" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/mars_cave/mars_cave_18, -/area/bigredv2/caves_se) -"wOK" = ( -/obj/structure/bed/chair/office/light, -/turf/open/floor/darkyellowcorners2, -/area/bigredv2/outside/filtration_plant) -"wOZ" = ( -/obj/structure/machinery/camera/autoname{ - dir = 4 +/turf/open/floor/plating, +/area/bigredv2/outside/bar) +"wNV" = ( +/turf/open/mars_cave/mars_cave_20, +/area/bigredv2/caves_research) +"wOt" = ( +/obj/structure/bed, +/obj/item/prop/alien/hugger, +/obj/item/bedsheet/brown{ + layer = 3.1 }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +/turf/open/floor/wood, +/area/bigredv2/outside/admin_building) +"wOu" = ( +/obj/structure/surface/table/woodentable, +/obj/item/device/pinpointer, +/turf/open/floor/wood, +/area/bigredv2/outside/admin_building) +"wOA" = ( +/obj/item/clothing/shoes/galoshes, +/turf/open/floor/whiteyellowfull/east, +/area/bigredv2/outside/office_complex) +"wOC" = ( +/obj/structure/showcase{ + icon_state = "bus" + }, +/turf/open/floor/darkish, +/area/bigredv2/caves/lambda/breakroom) +"wOT" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1 }, /turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"wPi" = ( -/obj/item/stack/cable_coil/cut, +/area/bigredv2/outside/marshal_office) +"wOZ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/redcorner/west, +/area/bigredv2/outside/office_complex) +"wPj" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/dark, +/area/bigredv2/caves/lambda/breakroom) +"wPp" = ( +/obj/structure/cargo_container/arious/leftmid, +/turf/open/floor/plating/warnplate, +/area/bigredv2/outside/space_port) +"wPD" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves/mining) -"wPm" = ( -/obj/effect/landmark/survivor_spawner, -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 - }, -/turf/open/floor/darkyellow2/southwest, -/area/bigredv2/outside/engineering) -"wPs" = ( -/turf/open/floor/whitegreen/northeast, -/area/bigredv2/caves/lambda/virology) -"wPw" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - dir = 1; - name = "\improper Lambda Lab Anomaly Chamber" +"wPP" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "\improper Lambda Lab Maintenance Storage" }, /turf/open/floor/delivery, -/area/bigredv2/caves/lambda/research) -"wPK" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkblue2/west, -/area/bigredv2/caves/eta/storage) -"wPQ" = ( -/obj/effect/landmark/crap_item, -/obj/effect/landmark/queen_spawn, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"wQg" = ( -/turf/open/mars/mars_dirt_11, +/area/bigredv2/caves/lambda/xenobiology) +"wPU" = ( +/turf/open/floor/asteroidwarning/west, /area/bigredv2/outside/e) -"wQk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/darkyellow2, -/area/bigredv2/outside/filtration_plant) -"wQv" = ( -/obj/structure/largecrate/random/barrel, -/turf/open/mars_cave/mars_cave_13, -/area/bigredv2/caves/mining) -"wQw" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/bed/roller, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"wQx" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_y = 6 - }, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -6; - pixel_y = 12 - }, -/obj/item/ore{ - pixel_x = -4; - pixel_y = 7 - }, +"wPX" = ( +/obj/structure/machinery/light, +/turf/open/floor/darkgreencorners2, +/area/bigredv2/caves/eta/storage) +"wQD" = ( +/turf/open/mars_cave/mars_cave_20, +/area/bigredv2/outside/n) +"wQG" = ( /obj/effect/decal/cleanable/blood{ - dir = 4; icon_state = "gib6" }, -/turf/open/mars_cave/mars_dirt_7, -/area/bigredv2/caves/mining) -"wQz" = ( -/turf/open/floor/darkgreencorners2/east, -/area/bigredv2/caves/lambda/virology) -"wQA" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/darkyellowcorners2, -/area/bigredv2/caves/eta/living) -"wQU" = ( -/obj/structure/bed/stool, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/xenobiology) -"wQX" = ( -/obj/structure/foamed_metal, -/turf/open/floor/darkpurple2, -/area/bigredv2/caves/lambda/xenobiology) +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"wQV" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/red/southwest, +/area/bigredv2/outside/lambda_cave_cas) "wQZ" = ( /obj/structure/filingcabinet, /turf/open/floor/wood, /area/bigredv2/caves/lambda/breakroom) "wRh" = ( -/turf/open/floor/whitepurple/north, -/area/bigredv2/caves/lambda/research) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/n) "wRi" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"wRq" = ( -/turf/open/floor/carpet13_5/west, -/area/bigredv2/outside/bar) -"wRw" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - name = "\improper Eta Lab Cell" - }, -/turf/open/floor/delivery, -/area/bigredv2/caves/eta/xenobiology) -"wRA" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/caves_lambda) -"wRD" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/n) -"wRE" = ( -/obj/structure/sign/safety/biohazard{ - pixel_x = 8; - pixel_y = 32 - }, -/obj/structure/machinery/light/small/built{ - dir = 1 + dir = 5 }, -/turf/open/floor/whitegreen/north, -/area/bigredv2/caves/lambda/virology) -"wRT" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/wood, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/e) +"wRp" = ( +/turf/open/floor/delivery, /area/bigredv2/outside/dorms) -"wRZ" = ( -/turf/open/floor/darkyellowcorners2, +"wRx" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/living) +"wRK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellowcorners2/west, /area/bigredv2/caves/eta/living) +"wRX" = ( +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/engineering) +"wSf" = ( +/obj/structure/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellow2/northwest, +/area/bigredv2/outside/engineering) "wSj" = ( /obj/structure/sign/safety/life_support, /obj/structure/sign/safety/maint{ @@ -29427,660 +29523,658 @@ }, /turf/closed/wall/solaris/reinforced/hull, /area/bigredv2/oob) -"wSs" = ( -/obj/structure/bookcase{ - icon_state = "book-5" - }, +"wSC" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"wSN" = ( -/obj/structure/pipes/standard/manifold/hidden/green, +/obj/effect/landmark/crap_item, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkblue2/west, +/area/bigredv2/caves/eta/storage) +"wSE" = ( +/obj/structure/surface/table, /turf/open/floor/white, -/area/bigredv2/outside/medical) -"wTd" = ( -/obj/structure/machinery/camera/autoname, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"wTg" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ - name = "\improper Lambda Lab" - }, -/turf/open/floor/delivery, -/area/bigredv2/caves/lambda/research) -"wTi" = ( -/obj/structure/surface/table/woodentable, -/obj/item/trash/sosjerky, -/turf/open/floor/wood, -/area/bigredv2/outside/bar) -"wTj" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/door/window/brigdoor/eastleft, -/obj/item/weapon/shield/riot, -/turf/open/floor/vault2/west, -/area/bigredv2/outside/marshal_office) -"wTo" = ( +/area/bigredv2/outside/admin_building) +"wSZ" = ( /obj/structure/machinery/light{ dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/redcorner/west, -/area/bigredv2/outside/office_complex) -"wTz" = ( -/turf/open/floor/delivery, -/area/bigredv2/outside/dorms) -"wTJ" = ( -/obj/structure/sign/safety/galley{ - pixel_x = 32 - }, -/turf/open/floor/whitegreen/southeast, -/area/bigredv2/outside/medical) -"wUg" = ( -/obj/item/device/flashlight/lantern, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/ne) -"wUj" = ( -/obj/structure/bed/chair/wood/normal{ - dir = 1 +/obj/structure/prop/invuln/minecart_tracks/bumper{ + dir = 4 }, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"wUq" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"wUu" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +/obj/item/ore/uranium{ + desc = "You feel fuzzy just looking at it.... it's slightly lumanesant" }, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"wTn" = ( +/obj/structure/bed, +/turf/open/floor/dark, +/area/bigredv2/outside/marshal_office) +"wTA" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/living) +"wTL" = ( +/obj/item/tool/pickaxe/drill, +/turf/open/mars_cave/mars_cave_15, +/area/bigredv2/caves/mining) +"wUp" = ( /obj/structure/surface/table, -/obj/structure/machinery/light, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/n) -"wUL" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "lz1north_mining" +/obj/structure/machinery/computer/pod/old{ + name = "Register" }, -/turf/closed/wall/solaris/reinforced, -/area/bigredv2/outside/space_port) -"wUS" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/white, -/area/bigredv2/caves/lambda/xenobiology) -"wUZ" = ( -/turf/closed/wall/solaris/reinforced, -/area/bigredv2/outside/lambda_cave_cas) -"wVs" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/general_store) +"wUK" = ( /turf/open/floor/wood, /area/bigredv2/outside/library) -"wVO" = ( -/obj/structure/surface/table, -/obj/item/spacecash/c100, -/obj/item/ammo_magazine/shotgun/buckshot{ - pixel_y = 12 +"wUL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/alarm{ + dir = 1; + pixel_y = -30 + }, +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/engineering) +"wVg" = ( +/obj/structure/fence, +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/filtration_cave_cas) +"wVo" = ( +/obj/item/bedsheet/brown, +/obj/item/bedsheet/brown{ + pixel_y = 13 + }, +/obj/structure/bed, +/obj/structure/bed{ + pixel_y = 13 + }, +/turf/open/floor/wood, +/area/bigredv2/outside/dorms) +"wWi" = ( +/obj/structure/sink{ + pixel_x = 1; + pixel_y = 20 + }, +/obj/structure/mirror{ + pixel_y = 29 }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"wVS" = ( /turf/open/floor/freezerfloor, -/area/bigredv2/caves/eta/living) -"wVV" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "cargo_containers" +/area/bigredv2/outside/admin_building) +"wWQ" = ( +/obj/structure/machinery/light/small{ + dir = 1 }, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves/mining) +"wWR" = ( /turf/closed/wall/solaris, -/area/bigredv2/outside/cargo) -"wVZ" = ( +/area/bigredv2/outside/n) +"wWS" = ( +/obj/structure/fence, /turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/space_port_lz2) -"wWq" = ( -/turf/open/floor/asteroidwarning/east, -/area/bigred/ground/garage_workshop) -"wWr" = ( -/obj/structure/window/framed/solaris/reinforced/hull, -/obj/structure/cable, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/oob) -"wWs" = ( -/obj/structure/machinery/vending/cigarette/colony, -/turf/open/floor/darkish, -/area/bigredv2/caves/lambda/breakroom) -"wWE" = ( -/obj/structure/machinery/light{ - dir = 1 +/area/bigredv2/outside/filtration_plant) +"wWV" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 }, -/turf/open/floor/elevatorshaft/north, -/area/bigredv2/caves/lambda/breakroom) -"wWG" = ( -/obj/structure/bed/chair/wood/normal{ - dir = 8 +/turf/open/floor/darkpurple2/west, +/area/bigredv2/caves/lambda/xenobiology) +"wXf" = ( +/obj/effect/landmark/crap_item, +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 4 }, -/turf/open/floor/chapel/east, -/area/bigredv2/outside/chapel) -"wXb" = ( -/turf/open/mars/mars_dirt_10, -/area/bigredv2/outside/nw) +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/space_port) "wXz" = ( /turf/open/floor/plating, /area/bigredv2/caves/eta/research) -"wXE" = ( +"wXB" = ( +/obj/structure/bed/chair/office/dark, +/obj/effect/landmark/corpsespawner/engineer, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"wXC" = ( /obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/eta) +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Dormitories" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/general_offices) +"wXJ" = ( +/obj/item/ore{ + pixel_x = -7; + pixel_y = 7 + }, +/turf/open/mars_cave/mars_dirt_5, +/area/bigredv2/caves/mining) "wXT" = ( /obj/structure/closet/crate/internals, /turf/open/floor/plating, /area/bigredv2/caves/lambda/xenobiology) "wXV" = ( -/obj/structure/bed/chair, -/obj/structure/sign/nosmoking_2{ - pixel_x = -28 +/obj/structure/prop/almayer/cannon_cables{ + name = "\improper Cables" }, -/turf/open/floor/darkish, -/area/bigredv2/outside/medical) -"wXZ" = ( -/obj/structure/machinery/vending/cigarette/colony, -/turf/open/floor/darkyellow2/southwest, -/area/bigredv2/caves/eta/research) -"wYt" = ( -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/caves_research) -"wZp" = ( -/obj/structure/prop/invuln/minecart_tracks{ - desc = "A heavy duty power cable for high voltage applications"; - dir = 1; - icon = 'icons/obj/pipes/power_cond_heavy.dmi'; - icon_state = "1-2"; - name = "heavy duty power cable" +/obj/structure/cryofeed{ + color = "silver"; + desc = "A bewildering tangle of machinery and pipes."; + name = "coolant feed" }, -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/caves/mining) -"wZF" = ( -/obj/structure/bed/chair{ +/obj/structure/machinery/portable_atmospherics/powered/scrubber{ + desc = "A big air filter."; + icon = 'icons/obj/structures/props/almayer_props64.dmi'; + icon_state = "fuel_enhancer"; + layer = 5; + name = "Air filter"; + pixel_x = -3; + pixel_y = 1 + }, +/obj/structure/machinery/portable_atmospherics/powered/scrubber{ + desc = "Critical part of an HVAC system. Compresses refridgerant to send off to air cooling coils."; + icon = 'icons/obj/structures/props/almayer_props64.dmi'; + icon_state = "cooling_system"; + layer = 4; + name = "\improper Air Condenser"; + pixel_x = -5; + pixel_y = 25 + }, +/turf/open/shuttle/escapepod/floor1, +/area/bigredv2/oob) +"wYc" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "\improper Lambda Checkpoint" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/lambda_cave_cas) +"wYd" = ( +/turf/open/mars_cave/mars_cave_16, +/area/bigredv2/outside/lz1_north_cas) +"wYF" = ( +/turf/open/floor/darkgreen2, +/area/bigredv2/caves/lambda/virology) +"wYI" = ( +/obj/structure/machinery/conveyor{ + id = "anomalybelt" + }, +/turf/open/floor/purple/north, +/area/bigredv2/caves/lambda/research) +"wYP" = ( +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/white, -/area/bigredv2/outside/marshal_office) -"wZL" = ( -/turf/open/mars/mars_dirt_12, -/area/bigredv2/outside/c) -"wZU" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +/turf/open/floor/dark, +/area/bigredv2/outside/telecomm) +"wYR" = ( +/obj/structure/machinery/computer/general_air_control{ + dir = 8; + pixel_y = 6 + }, +/obj/structure/surface/table, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/filtration_plant) +"wYV" = ( +/obj/structure/machinery/computer/cameras, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/caves/eta/research) +"wYX" = ( +/turf/open/floor/asteroidwarning/southwest, +/area/bigredv2/outside/se) +"wZg" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/storage) +"wZH" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 }, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/virology) -"wZV" = ( -/turf/open/floor/darkyellow2/southwest, -/area/bigredv2/outside/engineering) +/turf/open/floor/wood, +/area/bigredv2/outside/bar) "xaj" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "\improper Marshal Office Equipment" }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/nw) +/turf/open/floor/delivery, +/area/bigredv2/outside/marshal_office) +"xaq" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/drinks/flask, +/obj/item/reagent_container/food/drinks/cans/waterbottle, +/obj/item/reagent_container/food/drinks/cans/beer, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) "xaH" = ( /turf/closed/wall/wood, /area/bigredv2/caves_sw) -"xbf" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/platingdmg2/west, -/area/bigredv2/caves/mining) -"xbm" = ( -/turf/open/floor/asteroidwarning/northeast, +"xaU" = ( +/obj/item/device/healthanalyzer, +/turf/open/floor/whitegreencorner, +/area/bigredv2/outside/medical) +"xbk" = ( +/obj/structure/machinery/computer/med_data, +/turf/open/floor/white, /area/bigredv2/outside/virology) -"xbt" = ( -/obj/structure/bed/chair/wood/normal, -/turf/open/floor/wood, -/area/bigredv2/outside/library) -"xbv" = ( -/obj/structure/machinery/computer/telecomms/monitor{ - req_one_access_txt = "19;200" - }, -/obj/structure/phone_base/colony_net{ - dir = 4; - phone_category = "Solaris Ridge"; - phone_color = "yellow"; - phone_id = "Communications"; - pixel_x = -18 - }, -/turf/open/floor/dark, -/area/bigredv2/outside/telecomm) -"xbT" = ( -/obj/structure/machinery/light/small{ +"xcc" = ( +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/mars_cave/mars_cave_15, -/area/bigredv2/caves/mining) -"xcd" = ( -/obj/structure/surface/rack, -/obj/item/tool/pickaxe{ - pixel_y = -7 +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/e) +"xcS" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/ashtray/bronze, +/turf/open/floor/wood, +/area/bigredv2/outside/marshal_office) +"xcT" = ( +/obj/structure/cryofeed, +/turf/open/floor/bluegrid/bcircuitoff, +/area/bigredv2/outside/filtration_plant) +"xcW" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 }, -/obj/item/tool/pickaxe{ - pixel_y = -3 +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"xdm" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/item/tool/pickaxe, -/obj/item/tool/pickaxe{ - pixel_y = 4 +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Kitchen Storage" }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"xcp" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/bot/north, -/area/bigredv2/outside/cargo) -"xcx" = ( -/obj/structure/surface/table, -/obj/structure/machinery/reagentgrinder, -/turf/open/floor/darkred2/east, -/area/bigredv2/caves/eta/research) -"xcT" = ( -/obj/structure/largecrate/guns, +/turf/open/floor/delivery, +/area/bigredv2/outside/hydroponics) +"xdB" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/bot, -/area/bigredv2/caves/eta/storage) -"xdb" = ( -/turf/open/mars_cave/mars_dirt_5, -/area/bigredv2/outside/eta) -"xdi" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/closet/cabinet, -/obj/item/disk/nuclear, -/obj/item/weapon/gun/pistol/vp70, -/obj/structure/pipes/vents/pump/on, -/turf/open/floor/wood, -/area/bigredv2/caves/eta/living) -"xdl" = ( -/obj/structure/window/reinforced, -/turf/open/floor/darkpurple2, -/area/bigredv2/caves/lambda/breakroom) -"xds" = ( -/obj/structure/machinery/light/small{ - dir = 8 +/obj/item/clothing/gloves/latex, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"xdK" = ( +/turf/open/floor/grimy, +/area/bigredv2/outside/marshal_office) +"xed" = ( +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/whitepurple/west, +/area/bigredv2/caves/lambda/research) +"xev" = ( +/obj/item/ore/coal{ + pixel_x = 9; + pixel_y = 8 }, +/obj/item/ore/coal, /turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves/mining) -"xdt" = ( -/obj/effect/decal/cleanable/blood, -/obj/item/shard, -/turf/open/floor/freezerfloor, +"xeA" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_se) +"xeW" = ( +/obj/structure/surface/table, +/obj/item/circuitboard/firealarm, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/filtration_plant) +"xfk" = ( +/turf/open/floor/darkpurplecorners2/west, /area/bigredv2/caves/lambda/xenobiology) -"xdR" = ( -/obj/effect/landmark/crap_item, +"xfK" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/white, -/area/bigredv2/outside/medical) -"xdX" = ( -/obj/effect/landmark/corpsespawner/ua_riot, -/obj/item/weapon/baton/loaded, -/obj/item/weapon/twohanded/spear{ - pixel_x = -16; - pixel_y = -9 +/area/bigredv2/outside/admin_building) +"xgv" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A heavy duty power cable for high voltage applications"; + dir = 1; + icon = 'icons/obj/pipes/power_cond_heavy.dmi'; + icon_state = "4-8"; + name = "heavy duty power cable" }, +/turf/open/mars_cave/mars_cave_13, +/area/bigredv2/caves/mining) +"xgQ" = ( /obj/effect/decal/cleanable/blood{ layer = 3 }, -/obj/effect/decal/cleanable/blood{ - dir = 8; - icon_state = "gib6"; - layer = 4; - pixel_x = 12; - pixel_y = 3 - }, -/turf/open/mars_cave/mars_cave_15, -/area/bigredv2/caves/mining) -"xed" = ( -/obj/structure/machinery/landinglight/ds2/delayone{ - dir = 8 +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"xhN" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -3; + pixel_y = 16 }, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/space_port_lz2) -"xei" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/xenobiology) -"xem" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/dark, -/area/bigredv2/outside/chapel) -"xeX" = ( -/obj/structure/surface/table, -/obj/item/ashtray/bronze, -/obj/structure/pipes/vents/pump{ - dir = 8 +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 4; + pixel_y = 10 }, -/turf/open/floor/carpet15_15/west, -/area/bigredv2/outside/admin_building) -"xfn" = ( -/turf/open/mars_cave/mars_cave_10, -/area/bigredv2/caves_virology) -"xfo" = ( -/obj/structure/machinery/light, -/obj/structure/machinery/portable_atmospherics/hydroponics, -/turf/open/floor/whitegreenfull, -/area/bigredv2/outside/hydroponics) -"xfw" = ( -/obj/effect/landmark/corpsespawner/miner, -/obj/effect/decal/cleanable/blood{ - dir = 4; - icon_state = "gib6" +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 7 }, -/obj/item/weapon/baseballbat, -/turf/open/mars_cave/mars_cave_3, +/turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) -"xfy" = ( -/obj/structure/showcase{ - icon_state = "mechfab1" +"xhW" = ( +/turf/open/mars_cave/mars_cave_19, +/area/bigredv2/caves_north) +"xit" = ( +/turf/open/floor/asteroidwarning/northeast, +/area/bigredv2/outside/nw) +"xiu" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_se) +"xiD" = ( +/turf/open/floor/darkpurple2/east, +/area/bigredv2/caves/lambda/research) +"xiP" = ( +/obj/effect/landmark/hunter_secondary, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/queen_spawn, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_lambda) +"xje" = ( +/obj/structure/surface/table, +/obj/item/tool/weedkiller/D24, +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"xjl" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/carpet5_1/west, -/area/bigredv2/caves/eta/living) -"xfG" = ( -/obj/structure/filingcabinet/medical, -/turf/open/floor/darkred2/north, +/turf/open/floor/darkyellow2/west, /area/bigredv2/caves/eta/research) -"xfM" = ( -/obj/structure/machinery/light, -/obj/structure/machinery/door_control{ - id = "Kitchen"; - name = "Storm Shutters"; - pixel_x = 32 - }, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"xfP" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/platingdmg2/west, -/area/bigredv2/caves/mining) -"xfU" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - dir = 1; - name = "\improper Eta Lab Research Office" - }, -/turf/open/floor/delivery, -/area/bigredv2/caves/eta/living) -"xgl" = ( +"xjm" = ( /obj/structure/surface/table, -/obj/item/folder/black, -/turf/open/floor/dark, -/area/bigredv2/outside/telecomm) -"xgq" = ( -/turf/open/mars/mars_dirt_14, -/area/bigredv2/outside/s) -"xhn" = ( -/obj/structure/machinery/light{ - dir = 4 +/obj/item/cell/hyper, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/white, +/area/bigredv2/outside/office_complex) +"xjH" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 8 }, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/space_port_lz2) +"xjI" = ( +/turf/open/floor/redcorner/west, +/area/bigredv2/outside/lambda_cave_cas) +"xkb" = ( /obj/effect/landmark/monkey_spawn, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/jungle/impenetrable, -/area/bigredv2/caves/eta/xenobiology) -"xhS" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 4; - health = 25000 - }, -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/caves_north) -"xia" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/bluegrid/damaged4, +/area/bigredv2/caves/lambda/research) +"xkr" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/item/trash/cheesie, -/turf/open/floor/redcorner, -/area/bigredv2/outside/office_complex) -"xii" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - health = 25000 - }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/c) -"xis" = ( -/obj/structure/bed/chair{ - dir = 1 +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "\improper Eta Lab Robotics" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/outside/engineering) -"xjh" = ( +/turf/open/floor/delivery, +/area/bigredv2/caves/eta/storage) +"xkT" = ( /obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 + icon_state = "S" }, -/turf/open/floor/plating/warnplate, -/area/bigredv2/outside/telecomm/warehouse) -"xjk" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/whitegreencorner/north, +/area/bigredv2/caves/lambda/virology) +"xlf" = ( +/turf/open/mars_cave/mars_cave_4, +/area/bigredv2/caves_lambda) +"xlk" = ( +/obj/structure/machinery/camera/autoname{ dir = 4 }, -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - name = "\improper Lambda Checkpoint" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/lambda_cave_cas) -"xjv" = ( -/turf/open/mars/mars_dirt_13, -/area/bigredv2/outside/se) -"xjV" = ( -/obj/structure/bed, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/bigredv2/outside/general_offices) -"xjW" = ( +/area/bigredv2/outside/library) +"xlz" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, +/obj/effect/landmark/crap_item, /turf/open/floor/white, -/area/bigredv2/outside/office_complex) -"xkb" = ( -/turf/open/floor/redcorner, -/area/bigredv2/outside/marshal_office) -"xkn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/outside/admin_building) +"xlI" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/mars_cave/mars_cave_17, /area/bigredv2/caves/mining) -"xkF" = ( -/turf/open/floor/asteroidwarning/southeast, -/area/bigredv2/outside/n) -"xkK" = ( -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/lz1_north_cas) -"xlg" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"xlr" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - name = "\improper Eta Lab Relaxation" +"xlO" = ( +/obj/structure/barricade/handrail{ + dir = 1; + layer = 3.01; + pixel_y = 9 }, -/turf/open/floor/delivery, -/area/bigredv2/caves/eta/living) -"xmo" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 +/turf/open/floor/darkyellow2/north, +/area/bigredv2/outside/engineering) +"xlT" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -1; + pixel_y = 5 }, -/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ - dir = 1; - name = "\improper Lambda Lab Administration Wing" +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 3; + pixel_y = 15 }, -/turf/open/floor/delivery, -/area/bigredv2/caves/lambda/breakroom) -"xnL" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/door/window{ - dir = 2 +/obj/effect/spawner/gibspawner/human, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/caves/mining) +"xmj" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 1 }, -/obj/structure/foamed_metal, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - id = "chem_lock"; - name = "\improper Chemistry Lockdown" +/turf/open/floor/asteroidwarning/north, +/area/bigredv2/outside/space_port_lz2) +"xmv" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 }, /turf/open/floor/whiteyellowfull, /area/bigredv2/caves/lambda/xenobiology) -"xnW" = ( -/obj/structure/surface/table, -/obj/item/storage/fancy/vials/random, -/turf/open/floor/whitepurplecorner/north, -/area/bigredv2/outside/medical) -"xog" = ( -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/outside/ne) -"xoi" = ( -/turf/open/floor/asteroidwarning/north, -/area/bigred/ground/garage_workshop) -"xpp" = ( +"xmC" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/shard{ - icon_state = "small" +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/plating/platingdmg3/west, +/turf/open/floor/dark, +/area/bigredv2/outside/filtration_plant) +"xmY" = ( +/obj/structure/surface/table, +/obj/item/storage/box/snappops, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"xnB" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -1; + pixel_y = 5 + }, +/turf/open/mars_cave/mars_cave_13, /area/bigredv2/caves/mining) -"xpC" = ( +"xoq" = ( +/obj/structure/surface/table, +/obj/item/storage/firstaid/toxin, /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/filtration_plant) +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"xoK" = ( +/obj/effect/landmark/xeno_hive_spawn, +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/mars_cave/mars_cave_2, +/area/bigredv2/caves_lambda) +"xoT" = ( +/obj/structure/window/reinforced/toughened{ + dir = 8 + }, +/obj/structure/window/reinforced/toughened, +/turf/open/floor/darkgreen2/southwest, +/area/bigredv2/caves/lambda/virology) +"xpj" = ( +/obj/structure/closet/wardrobe/medic_white, +/turf/open/floor/whitegreencorner, +/area/bigredv2/outside/medical) "xpG" = ( /obj/structure/sign/safety/hazard, /turf/closed/wall/solaris, /area/bigredv2/outside/filtration_plant) -"xpZ" = ( -/turf/open/mars_cave/mars_cave_17, -/area/bigredv2/outside/n) -"xqh" = ( -/obj/structure/largecrate/supply/supplies/flares, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"xqw" = ( -/obj/structure/machinery/alarm{ - dir = 4; - pixel_x = -30 +"xpI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"xpP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"xqy" = ( -/obj/structure/surface/table/reinforced, -/obj/item/storage/donut_box, -/turf/open/floor/redfull/northwest, -/area/bigredv2/outside/lambda_cave_cas) -"xqG" = ( -/obj/structure/urinal{ - pixel_y = 32 +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/whitegreen/east, +/area/bigredv2/caves/lambda/virology) +"xpV" = ( +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/outside/lz1_north_cas) +"xqa" = ( +/obj/structure/surface/table, +/obj/structure/machinery/faxmachine{ + density = 0; + req_one_access_txt = "200" }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/dorms) -"xqM" = ( -/obj/structure/machinery/landinglight/ds1/delaythree{ - dir = 1 +/turf/open/floor/darkblue2/southwest, +/area/bigredv2/outside/admin_building) +"xqd" = ( +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/space_port) -"xqS" = ( -/turf/closed/wall/solaris/reinforced, -/area/bigredv2/caves_north) -"xrj" = ( -/turf/open/floor/darkpurple2, -/area/bigredv2/caves/lambda/breakroom) +/obj/structure/bed/roller, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"xqp" = ( +/obj/structure/pipes/standard/tank/oxygen, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"xqw" = ( +/turf/open/floor/asteroidwarning/northwest, +/area/bigredv2/outside/n) +"xqL" = ( +/obj/structure/filingcabinet, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/storage) +"xqU" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/delivery, +/area/bigredv2/outside/c) +"xrk" = ( +/obj/structure/machinery/computer/area_atmos/area, +/obj/structure/surface/table, +/turf/open/floor/darkyellow2/east, +/area/bigredv2/outside/filtration_plant) "xrp" = ( /obj/structure/largecrate/guns/merc{ name = "\improper dodgy crate" }, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"xrz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/general_store) -"xrH" = ( -/obj/structure/bed/chair{ - dir = 8; - pixel_x = -9; - pixel_y = 13 - }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"xsj" = ( -/turf/open/mars/mars_dirt_10, +"xrx" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/camera_film, +/turf/open/floor/wood, +/area/bigredv2/outside/marshal_office) +"xrz" = ( +/turf/open/floor/whitepurple/east, +/area/bigredv2/caves/lambda/research) +"xrG" = ( +/turf/open/mars/mars_dirt_6, /area/bigredv2/outside/space_port_lz2) -"xsA" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"xsI" = ( +"xrY" = ( /obj/structure/surface/table, -/obj/item/weapon/gun/pistol/holdout, -/obj/structure/machinery/light{ - dir = 8 +/obj/item/tool/pen/blue, +/turf/open/floor/grimy, +/area/bigredv2/outside/office_complex) +"xsb" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/crap_item, +/turf/open/floor/darkred2/west, +/area/bigredv2/outside/admin_building) +"xsm" = ( +/obj/structure/machinery/mill, +/turf/open/floor/whitegreen/north, +/area/bigredv2/caves/lambda/xenobiology) +"xsI" = ( +/obj/item/tool/weldpack, +/obj/item/frame/rack, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"xsM" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 }, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"xti" = ( -/turf/open/mars_cave/mars_cave_22, -/area/bigredv2/caves_east) +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"xto" = ( +/obj/structure/machinery/medical_pod/sleeper, +/turf/open/floor/white, +/area/bigredv2/outside/medical) "xtp" = ( -/obj/structure/urinal{ - pixel_y = 32 +/obj/structure/bed, +/turf/open/floor/whitegreen/west, +/area/bigredv2/outside/medical) +"xtz" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/warnwhite/west, +/area/bigredv2/outside/virology) +"xtC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Engineering Complex" }, -/turf/open/floor/white, -/area/bigredv2/caves/lambda/xenobiology) -"xtW" = ( +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/engineering) +"xtD" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/turf/open/floor/wood, +/area/bigredv2/caves/eta/research) +"xtK" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Office Complex Janitor Room" }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/c) +/turf/open/floor/delivery, +/area/bigredv2/outside/office_complex) "xue" = ( -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/w) -"xun" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Kitchen" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/hydroponics) +"xug" = ( /obj/effect/landmark/crap_item, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_se) -"xuB" = ( -/obj/effect/landmark/hunter_secondary, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/effect/landmark/queen_spawn, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_lambda) -"xuC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/survivor_spawner, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, /turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"xuN" = ( -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellowcorners2/west, -/area/bigredv2/outside/filtration_plant) +/area/bigredv2/caves/lambda/breakroom) +"xul" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/e) +"xuv" = ( +/turf/open/floor/redcorner/west, +/area/bigredv2/outside/admin_building) +"xuO" = ( +/obj/structure/girder, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) "xuP" = ( /obj/item/trash/cigbutt/cigarbutt{ pixel_x = 16; @@ -30095,409 +30189,384 @@ }, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"xuW" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +"xvq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/rack, +/obj/item/stack/cable_coil/random, +/obj/effect/spawner/random/powercell{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/obj/effect/spawner/random/attachment, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"xvK" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/xenobiology) -"xuX" = ( -/obj/structure/closet/l3closet/virology, -/turf/open/floor/warnwhite/southeast, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/white, /area/bigredv2/caves/lambda/virology) -"xuY" = ( -/obj/structure/surface/table/reinforced, -/obj/item/trash/waffles, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/hydroponics) -"xvj" = ( -/obj/effect/decal/remains/human, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/lambda_cave_cas) -"xvl" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N" +"xvN" = ( +/obj/structure/surface/table, +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/floor/whitegreen, -/area/bigredv2/caves/lambda/virology) -"xvo" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/mars_cave/mars_cave_5, -/area/bigredv2/caves_virology) -"xvr" = ( -/obj/structure/bed/chair/comfy, -/turf/open/floor/carpet, -/area/bigredv2/caves/lambda/breakroom) -"xvU" = ( +/turf/open/floor/wood, +/area/bigredv2/outside/dorms) +"xwb" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 5 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whitegreenfull, -/area/bigredv2/outside/medical) -"xwf" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/nw) +/turf/open/floor/grimy, +/area/bigredv2/outside/admin_building) "xwi" = ( -/obj/structure/bed/chair{ - dir = 8 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, /obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"xwq" = ( +/obj/structure/machinery/computer/atmos_alert{ + dir = 4 + }, +/obj/structure/surface/table, +/turf/open/floor/white, +/area/bigredv2/outside/admin_building) +"xwB" = ( +/obj/structure/surface/rack, /turf/open/floor/dark, -/area/bigredv2/outside/filtration_plant) -"xwn" = ( -/turf/open/floor/delivery, -/area/bigredv2/outside/office_complex) -"xwI" = ( -/obj/structure/prop/invuln/minecart_tracks{ - dir = 10 +/area/bigredv2/outside/general_offices) +"xwQ" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 4; + health = 25000 }, -/turf/open/mars_cave/mars_dirt_4, +/turf/open/mars_cave/mars_dirt_7, /area/bigredv2/caves/mining) -"xxq" = ( -/obj/item/stack/rods, +"xxd" = ( +/obj/item/weapon/twohanded/folded_metal_chair, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/nw) -"xxz" = ( -/obj/structure/toilet{ - dir = 8 +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"xxm" = ( +/obj/effect/landmark/corpsespawner/ua_riot, +/obj/effect/decal/cleanable/blood{ + dir = 8; + icon_state = "gib6"; + layer = 4; + pixel_x = 12; + pixel_y = 3 }, -/obj/item/prop/alien/hugger, -/obj/structure/machinery/light{ - dir = 4 +/obj/effect/decal/cleanable/blood{ + layer = 3 }, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/admin_building) -"xxO" = ( -/obj/effect/landmark/hunter_secondary, +/obj/item/weapon/baton/loaded, /turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/space_port_lz2) -"xxS" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellow2, +/area/bigredv2/caves/mining) +"xxx" = ( +/obj/structure/machinery/computer3/server, +/turf/open/floor/darkyellow2/east, /area/bigredv2/outside/filtration_plant) +"xxI" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/mars_cave/mars_cave_13, +/area/bigredv2/caves/mining) "xxZ" = ( -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/caves_sw) -"xyV" = ( -/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/storage) +"xyO" = ( +/obj/structure/ore_box, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"xyP" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/medical) -"xzM" = ( -/turf/open/mars_cave/mars_cave_9, -/area/bigredv2/caves_north) -"xzO" = ( -/obj/structure/machinery/alarm{ - dir = 1; - pixel_y = -30 - }, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"xzS" = ( -/obj/item/device/flashlight/lamp{ - pixel_x = 5; - pixel_y = 13 +/turf/open/floor/dark, +/area/bigredv2/outside/filtration_plant) +"xyQ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/item/ashtray/plastic, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/plating/platingdmg3/west, +/turf/open/floor/redcorner, +/area/bigredv2/outside/office_complex) +"xyS" = ( +/obj/structure/surface/table, +/obj/item/spacecash/c1, +/turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves/mining) -"xAa" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "xgib1" - }, -/obj/item/stack/sheet/wood{ - pixel_y = -8 +"xzb" = ( +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/space_port_lz2) +"xAe" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 }, +/turf/open/floor/whitegreen/east, +/area/bigredv2/outside/medical) +"xAw" = ( +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/lz2_south_cas) +"xAU" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves/mining) -"xAd" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 8; - health = 25000 +/area/bigredv2/outside/lz1_north_cas) +"xBf" = ( +/obj/effect/landmark/xeno_spawn, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/research) +"xBG" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 }, -/turf/open/floor/loadingarea/east, -/area/bigredv2/outside/cargo) -"xAl" = ( -/obj/item/ore{ - pixel_x = -7; - pixel_y = 7 +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/mars_cave/mars_dirt_6, -/area/bigredv2/caves/mining) -"xAA" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper Bar Backroom" +/obj/structure/bed/chair/comfy{ + dir = 4 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/bar) -"xAK" = ( -/obj/effect/landmark/crap_item, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_virology) -"xAN" = ( -/obj/structure/window/reinforced/toughened{ - dir = 1; - icon_state = "fwindow"; - pixel_y = 12 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"xBO" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/darkyellowcorners2/north, +/area/bigredv2/outside/engineering) +"xBR" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, -/obj/structure/window/reinforced/toughened{ +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"xCb" = ( +/obj/structure/bed/chair, +/turf/open/floor/darkish, +/area/bigredv2/outside/medical) +"xCi" = ( +/obj/structure/phone_base/colony_net{ + dir = 4; + phone_category = "Eta Labs"; + phone_id = "Observation"; + pixel_x = -18 + }, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/xenobiology) +"xCu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/obj/structure/machinery/light{ dir = 8 }, -/obj/structure/surface/table/reinforced, -/turf/open/floor/darkgreen2/northwest, +/obj/structure/machinery/access_button/airlock_interior{ + master_tag = "viro_controller"; + pixel_y = 28 + }, +/turf/open/floor/whitegreen/northwest, /area/bigredv2/caves/lambda/virology) -"xAZ" = ( -/turf/open/floor/darkredcorners2, -/area/bigredv2/caves/eta/research) -"xBq" = ( -/obj/structure/cryofeed/right{ - name = "\improper coolant feed" +"xCC" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 4 }, -/turf/open/floor/bluegrid/bcircuitoff, -/area/bigredv2/outside/filtration_plant) -"xBB" = ( -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/e) -"xCo" = ( -/obj/structure/barricade/wooden, /turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/n) -"xCz" = ( -/obj/structure/closet/hydrant{ - pixel_y = -32 +/area/bigredv2/outside/space_port) +"xCK" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/white, +/area/bigredv2/outside/admin_building) +"xCV" = ( +/obj/structure/surface/table/woodentable, +/obj/item/paper_bin/wy{ + pixel_x = 7; + pixel_y = 8 }, -/turf/open/floor/darkpurple2, -/area/bigredv2/caves/lambda/xenobiology) -"xCA" = ( -/obj/item/tool/warning_cone, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/filtration_plant) -"xCL" = ( -/turf/open/mars_cave/mars_cave_14, -/area/bigredv2/outside/n) -"xCQ" = ( -/obj/structure/platform/shiva{ - dir = 8 +/obj/item/paper_bin/wy{ + pixel_x = -4; + pixel_y = 8 }, -/obj/item/disk, -/turf/open/floor/bluegrid/bcircuitoff, -/area/bigredv2/caves/lambda/research) -"xCX" = ( -/turf/open/mars_cave/mars_cave_18, -/area/bigredv2/caves_research) -"xDp" = ( -/obj/structure/bed/chair/wood/normal, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, /area/bigredv2/outside/library) -"xDr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/mucus, -/obj/structure/largecrate/random/barrel/yellow, -/turf/open/floor/plating/platingdmg2/west, -/area/bigredv2/caves/mining) -"xDB" = ( -/obj/structure/surface/table, -/obj/item/ore/diamond, -/obj/item/ore/uranium, -/turf/open/floor/bcircuit, +"xDb" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/dark, +/area/bigredv2/outside/space_port) +"xDh" = ( +/obj/structure/surface/table/reinforced, +/obj/item/pizzabox/vegetable, +/turf/open/floor/redfull/northwest, +/area/bigredv2/outside/lambda_cave_cas) +"xDi" = ( +/obj/item/trash/popcorn, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/virology) +"xDw" = ( +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/se) +"xEd" = ( +/obj/structure/surface/table/reinforced, +/obj/item/trash/plate, +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) +"xEf" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/c) +"xEk" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "\improper Marshal Office" + }, +/turf/open/floor/delivery, /area/bigredv2/outside/marshal_office) -"xDF" = ( +"xEx" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 + dir = 10 }, -/turf/open/floor/whitebluefull/northeast, +/turf/open/floor/yellowfull, /area/bigredv2/outside/general_store) -"xDW" = ( -/obj/structure/surface/table, +"xEQ" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/sign/safety/distribution_pipes{ - pixel_x = 32 - }, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/darkyellow2/east, -/area/bigredv2/outside/filtration_plant) -"xEa" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 1 - }, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/research) -"xEg" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/cheesewedge, -/obj/item/reagent_container/food/snacks/chips, -/obj/item/reagent_container/food/snacks/microwavable/donkpocket, -/obj/item/reagent_container/food/snacks/donut, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"xEr" = ( -/turf/open/floor/darkblue2/southeast, -/area/bigredv2/caves/eta/storage) -"xEO" = ( -/obj/structure/machinery/camera/autoname{ +/obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/dark, -/area/bigredv2/outside/marshal_office) -"xFe" = ( -/obj/structure/machinery/deployable/barrier, -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ - name = "\improper Operations" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/admin_building) -"xFD" = ( -/obj/structure/machinery/computer/cameras{ - dir = 8 - }, -/obj/structure/surface/table, -/turf/open/floor/darkblue2/northeast, -/area/bigredv2/outside/admin_building) -"xFL" = ( -/obj/effect/decal/cleanable/mucus, -/obj/structure/machinery/door_control{ - id = "sci_br"; - name = "Observation Shutters"; - pixel_y = 28 - }, +/turf/open/floor, +/area/bigredv2/outside/general_offices) +"xFj" = ( +/turf/open/floor/darkyellow2, +/area/bigredv2/outside/engineering) +"xFv" = ( +/obj/structure/barricade/wooden, /turf/open/floor/darkpurplecorners2, /area/bigredv2/caves/lambda/breakroom) -"xFZ" = ( -/turf/open/mars_cave, -/area/bigredv2/caves_lambda) -"xGi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light{ - dir = 4 +"xFV" = ( +/obj/item/weapon/shield/riot{ + pixel_x = -6 }, -/obj/structure/closet/crate, -/obj/item/weapon/gun/rifle/nsg23/no_lock, -/obj/item/ammo_magazine/rifle/nsg23, -/obj/item/ammo_magazine/rifle/nsg23, -/obj/item/ammo_magazine/rifle/nsg23/ap, -/obj/item/ammo_magazine/rifle/nsg23/ap, -/obj/item/ammo_magazine/rifle/nsg23/extended, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"xGm" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ - name = "\improper Lambda Lab Break Room" +/obj/effect/decal/cleanable/blood{ + layer = 3 }, -/turf/open/floor/delivery, -/area/bigredv2/caves/lambda/breakroom) -"xGO" = ( -/turf/open/mars_cave/mars_cave_5, +/obj/effect/landmark/corpsespawner/ua_riot, +/turf/open/mars_cave/mars_cave_2, /area/bigredv2/caves_research) -"xGS" = ( -/obj/structure/largecrate/random, -/turf/open/floor/bot/north, -/area/bigredv2/outside/cargo) -"xHc" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/asteroidwarning/west, -/area/bigredv2/outside/w) -"xHm" = ( +"xFY" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 5 + }, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"xFZ" = ( +/turf/open/mars_cave, +/area/bigredv2/caves_lambda) +"xGu" = ( +/obj/effect/landmark/crap_item, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/whitegreenfull, +/area/bigredv2/caves/lambda/xenobiology) +"xHf" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 }, /obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkred2/west, +/area/bigredv2/outside/admin_building) +"xHm" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/darkpurple2/north, +/area/bigredv2/caves/lambda/breakroom) +"xHD" = ( +/obj/structure/surface/table, +/obj/item/device/multitool, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/dark, +/area/bigredv2/outside/office_complex) +"xHM" = ( +/turf/open/floor/delivery, +/area/bigredv2/caves/lambda/virology) +"xHU" = ( +/obj/structure/barricade/handrail, +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/c) +"xIb" = ( +/obj/structure/surface/table, +/turf/open/floor/darkred2/west, /area/bigredv2/caves/eta/research) -"xHH" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 1; - name = "\improper Lambda Checkpoint" +"xIf" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras/wooden_tv{ + dir = 4 }, -/turf/open/floor/delivery, +/turf/open/floor/redfull/northwest, /area/bigredv2/outside/lambda_cave_cas) -"xHI" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/bigredv2/outside/telecomm) -"xHJ" = ( -/turf/open/mars_cave/mars_cave_5, -/area/bigredv2/caves_north) -"xHP" = ( -/turf/open/floor/darkyellow2/northeast, -/area/bigredv2/outside/engineering) -"xHS" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/obj/item/tool/extinguisher, -/turf/open/floor/asteroidwarning/north, -/area/bigred/ground/garage_workshop) -"xIp" = ( -/obj/structure/xenoautopsy/tank, -/turf/open/floor/darkredcorners2/west, -/area/bigredv2/caves/eta/xenobiology) -"xIC" = ( -/obj/docking_port/stationary/marine_dropship/lz2{ - name = "LZ2: Engineering Landing Zone" +"xIj" = ( +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/floor/plating, -/area/bigredv2/outside/space_port_lz2) -"xIG" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/white, -/area/bigredv2/outside/admin_building) -"xIN" = ( -/obj/effect/decal/cleanable/blood/gibs/limb, -/turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/outside/e) +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/marshal_office) "xIP" = ( /obj/structure/surface/table, /turf/open/floor, /area/bigredv2/outside/lz2_south_cas) -"xJC" = ( -/obj/item/ore, -/turf/open/mars, -/area/bigredv2/outside/filtration_plant) -"xJK" = ( -/obj/structure/pipes/vents/scrubber/on{ - dir = 8 +"xIQ" = ( +/turf/open/floor/darkblue2/north, +/area/bigredv2/outside/admin_building) +"xJl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" }, -/obj/effect/landmark/monkey_spawn, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkish, -/area/bigredv2/caves/lambda/virology) -"xJO" = ( /obj/effect/decal/cleanable/blood/drip{ - pixel_x = -3; - pixel_y = 11 + pixel_x = 3; + pixel_y = 15 }, -/turf/open/mars_cave/mars_dirt_4, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -1; + pixel_y = 5 + }, +/turf/open/mars_cave/mars_cave_16, /area/bigredv2/caves/mining) +"xJw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/telecomm/n_cave) +"xJC" = ( +/obj/item/ore, +/turf/open/mars, +/area/bigredv2/outside/filtration_plant) +"xJU" = ( +/obj/structure/surface/rack, +/obj/item/ammo_magazine/revolver/spearhead, +/turf/open/floor/vault2/west, +/area/bigredv2/outside/marshal_office) "xKb" = ( /obj/structure/prop/server_equipment/yutani_server, /turf/open/floor/greengrid, /area/bigredv2/caves/lambda/research) -"xKq" = ( -/obj/item/weapon/shield/riot, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -8; - pixel_y = 6 - }, -/turf/open/mars_cave/mars_cave_17, -/area/bigredv2/caves/mining) -"xKr" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/wood, -/area/bigredv2/outside/admin_building) +"xKm" = ( +/turf/open/floor/plating/warnplate, +/area/bigredv2/outside/space_port) "xKG" = ( /obj/structure/bed/sofa/south/grey/right{ pixel_y = 6 @@ -30505,97 +30574,106 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor, /area/bigredv2/outside/admin_building) -"xKI" = ( -/obj/structure/prop/almayer/cannon_cables{ - name = "\improper Large Cables"; - pixel_y = 12 - }, +"xKJ" = ( +/obj/item/stack/cable_coil/cut, /turf/open/mars_cave/mars_cave_17, /area/bigredv2/caves/mining) -"xKV" = ( +"xLb" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 8 + }, +/turf/open/floor/chapel/west, +/area/bigredv2/outside/chapel) +"xLG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 }, /turf/open/floor/dark, /area/bigredv2/outside/filtration_plant) -"xKX" = ( -/obj/effect/decal/cleanable/blood/oil, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/telecomm/lz2_cave) -"xLi" = ( -/turf/open/mars_cave/mars_cave_11, -/area/bigredv2/caves_east) -"xLD" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/red/southwest, -/area/bigredv2/outside/lambda_cave_cas) -"xMf" = ( +"xLN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/cable_coil/cut, +/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/caves/mining) +"xLU" = ( +/obj/item/alien_embryo, +/turf/open/floor/white, +/area/bigredv2/outside/medical) +"xLV" = ( /obj/structure/bed/chair{ - dir = 8 + dir = 4 }, -/turf/open/floor/darkred2/west, -/area/bigredv2/caves/eta/xenobiology) -"xMl" = ( -/obj/structure/prop/invuln/minecart_tracks{ +/obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 }, -/obj/structure/closet/crate/miningcar/yellow{ - layer = 3 - }, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves_sw) -"xMo" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ - name = "\improper Eta Lab" - }, -/turf/open/floor/delivery, -/area/bigredv2/caves/eta/living) +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) "xMr" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/wall/solaris/reinforced/hull, /area/bigredv2/caves/mining) -"xMw" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 1; - name = "\improper Marshal Office Equipment" +"xME" = ( +/turf/open/floor/red, +/area/bigredv2/outside/lambda_cave_cas) +"xMN" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/mars_cave/mars_dirt_4, +/area/bigredv2/outside/space_port_lz2) +"xMR" = ( +/obj/structure/closet/l3closet/scientist, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/marshal_office) -"xMD" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/asteroidwarning/east, -/area/bigredv2/outside/n) -"xMY" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_6, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/storage) +"xNn" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/mars_cave/mars_cave_11, /area/bigredv2/caves_lambda) +"xNq" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) "xNw" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/dorms) -"xNK" = ( -/obj/structure/machinery/door/poddoor/almayer/closed, -/obj/structure/cable, -/turf/open/floor/plating/platingdmg3/west, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves/mining) -"xNY" = ( -/turf/open/floor/whitegreencorner/west, -/area/bigredv2/outside/medical) -"xOk" = ( -/turf/open/mars_cave/mars_cave_13, -/area/bigredv2/outside/lz1_north_cas) -"xOr" = ( -/obj/effect/landmark/good_item, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkred2/west, -/area/bigredv2/outside/admin_building) +"xNx" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/dark, +/area/bigredv2/outside/filtration_plant) +"xNZ" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/space_port_lz2) +"xOj" = ( +/obj/structure/machinery/door_control{ + id = "safe_room"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 28; + req_access_txt = "106"; + specialfunctions = 4 + }, +/turf/open/floor/wood, +/area/bigredv2/caves/lambda/breakroom) +"xOp" = ( +/turf/open/floor/whitegreen/northwest, +/area/bigredv2/caves/lambda/virology) +"xOs" = ( +/turf/open/floor/dark, +/area/bigredv2/outside/filtration_plant) "xON" = ( /obj/structure/platform{ dir = 1 @@ -30608,137 +30686,93 @@ }, /turf/open/gm/river, /area/bigredv2/outside/engineering) -"xOR" = ( -/obj/structure/bed, -/turf/open/floor/whitegreen/west, -/area/bigredv2/outside/medical) -"xOX" = ( +"xOQ" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 10 }, -/obj/effect/landmark/hunter_secondary, -/turf/open/floor/darkyellowcorners2/north, -/area/bigredv2/outside/engineering) -"xPf" = ( -/obj/structure/surface/table, -/obj/effect/spawner/random/bomb_supply, -/obj/effect/spawner/random/bomb_supply, -/turf/open/floor/whitepurplecorner/north, -/area/bigredv2/outside/medical) -"xPZ" = ( -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/lz2_south_cas) -"xQa" = ( +/turf/open/floor/redcorner, +/area/bigredv2/outside/office_complex) +"xPw" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/west, +/area/bigredv2/outside/space_port_lz2) +"xPS" = ( +/obj/item/tool/wet_sign, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/lambda_cave_cas) +/turf/open/floor/yellowfull, +/area/bigredv2/outside/hydroponics) "xQb" = ( /obj/structure/pipes/vents/pump/on, /obj/effect/decal/cleanable/dirt, /turf/open/floor, /area/bigredv2/outside/cargo) -"xQe" = ( -/turf/open/mars_cave/mars_cave_6, -/area/bigredv2/caves/mining) -"xQB" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/engineering) -"xQD" = ( -/obj/effect/decal/cleanable/mucus, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 1 - }, -/turf/open/floor/darkpurple2/east, -/area/bigredv2/caves/lambda/xenobiology) -"xQP" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/darkredcorners2, -/area/bigredv2/caves/eta/xenobiology) -"xQS" = ( -/obj/item/prop/alien/hugger, -/turf/open/floor/white, -/area/bigredv2/outside/admin_building) -"xRj" = ( -/turf/open/mars_cave/mars_cave_13, -/area/bigredv2/caves_north) -"xRw" = ( +"xQY" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/surface/table, -/obj/effect/spawner/random/tool, +/obj/structure/machinery/vending/cigarette/colony, /turf/open/floor, -/area/bigredv2/outside/cargo) -"xSp" = ( -/obj/structure/machinery/mill, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/outside/engineering) -"xSN" = ( -/turf/open/floor/darkblue2/southwest, -/area/bigredv2/caves/eta/storage) -"xSQ" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/darkred2, -/area/bigredv2/caves/eta/research) -"xSX" = ( -/turf/open/floor/darkred2, -/area/bigredv2/caves/eta/xenobiology) -"xTh" = ( -/obj/item/weapon/shield/riot, +/area/bigredv2/outside/general_offices) +"xSm" = ( +/obj/item/reagent_container/blood/OMinus, +/turf/open/floor/freezerfloor, +/area/bigredv2/caves/lambda/xenobiology) +"xSx" = ( +/obj/structure/prop/dam/truck/damaged, /turf/open/mars_cave/mars_dirt_4, -/area/bigredv2/caves_research) -"xTv" = ( -/turf/open/floor/darkish, -/area/bigredv2/outside/marshal_office) -"xTx" = ( -/obj/item/explosive/grenade/incendiary/molotov{ - pixel_x = -10; - pixel_y = 2 - }, -/obj/item/explosive/grenade/incendiary/molotov{ - pixel_x = 8; - pixel_y = 7 +/area/bigredv2/outside/s) +"xTj" = ( +/obj/item/ore{ + pixel_x = 13; + pixel_y = 12 }, -/obj/item/explosive/grenade/incendiary/molotov, -/turf/open/floor/plating/platingdmg3/west, +/turf/open/mars_cave/mars_dirt_7, /area/bigredv2/caves/mining) -"xTD" = ( -/turf/open/floor/bcircuit, -/area/bigredv2/outside/telecomm/lz2_cave) -"xTJ" = ( -/turf/open/floor/whitegreencorner, -/area/bigredv2/outside/medical) +"xTm" = ( +/turf/open/mars/mars_dirt_3, +/area/bigredv2/outside/virology) +"xTt" = ( +/turf/open/floor/darkyellowcorners2/north, +/area/bigredv2/outside/engineering) "xTM" = ( /obj/structure/closet/medical_wall, /turf/closed/wall/solaris/reinforced, /area/bigredv2/caves/mining) -"xTO" = ( -/obj/structure/machinery/power/apc/power/south, -/turf/open/floor/darkredcorners2/west, -/area/bigredv2/caves/eta/xenobiology) -"xTS" = ( -/obj/structure/machinery/cm_vending/sorted/medical/no_access, -/turf/open/floor/whitegreen/northwest, -/area/bigredv2/outside/medical) -"xUF" = ( -/turf/open/floor/carpet11_12/west, -/area/bigredv2/outside/bar) -"xVg" = ( -/obj/structure/pipes/vents/pump/on, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/general_offices) -"xVw" = ( -/obj/structure/machinery/atm{ - name = "Weyland-Yutani Automatic Teller Machine"; - pixel_y = 30 - }, +"xTZ" = ( +/obj/structure/girder/reinforced, +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/caves/lambda/research) +"xUd" = ( +/obj/item/stack/rods, +/obj/item/stack/rods, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/darkred2/north, -/area/bigredv2/outside/admin_building) -"xWo" = ( -/obj/structure/machinery/washing_machine, -/turf/open/floor/white, -/area/bigredv2/outside/marshal_office) +/turf/open/floor/asteroidwarning, +/area/bigredv2/outside/nw) +"xUm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/plating/warnplate/southeast, +/area/bigredv2/outside/telecomm/warehouse) +"xVx" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/dark, +/area/bigredv2/outside/engineering) +"xVR" = ( +/obj/structure/machinery/light, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/virology) +"xWp" = ( +/obj/structure/machinery/vending/snack{ + icon_state = "snack-broken"; + stat = 1 + }, +/turf/open/floor/darkish, +/area/bigredv2/caves/lambda/breakroom) "xWr" = ( /obj/item/ore/uranium{ desc = "You feel fuzzy just looking at it.... it's slightly lumanesant"; @@ -30755,342 +30789,308 @@ }, /turf/open/floor/plating, /area/bigredv2/caves/mining) -"xWG" = ( -/obj/structure/surface/table, -/obj/item/storage/pill_bottle/spaceacillin, -/turf/open/floor/white, -/area/bigredv2/outside/virology) -"xWJ" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper Dormitories Bedroom" - }, -/turf/open/floor/delivery, -/area/bigredv2/outside/general_offices) -"xXY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = 2; - pixel_y = 17 - }, -/turf/open/floor/plating/platingdmg3/west, -/area/bigredv2/caves/mining) -"xYw" = ( -/turf/open/mars/mars_dirt_10, -/area/bigredv2/caves/eta/xenobiology) -"xYz" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - name = "\improper Atmospherics Condenser Storage" - }, -/turf/open/floor/almayer/test_floor4, -/area/bigredv2/outside/filtration_plant) -"xYQ" = ( -/obj/structure/machinery/light, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/xenobiology) -"xZy" = ( -/obj/structure/platform_decoration{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/asteroidfloor/north, -/area/bigredv2/outside/telecomm/n_cave) -"xZI" = ( -/obj/item/ore{ - pixel_x = 9; - pixel_y = 13 - }, -/obj/item/ore{ - pixel_x = -7; - pixel_y = 7 - }, -/turf/open/mars_cave/mars_dirt_5, -/area/bigredv2/caves/mining) -"xZJ" = ( -/obj/structure/machinery/blackbox_recorder, -/obj/item/prop/almayer/flight_recorder/colony{ - pixel_x = -6; - pixel_y = 10 - }, -/turf/open/floor/podhatchfloor, -/area/bigredv2/outside/admin_building) -"xZV" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ - name = "\improper Eta Lab Storage Bay" - }, -/turf/open/floor/delivery, -/area/bigredv2/caves/eta/storage) -"yab" = ( -/obj/structure/machinery/conveyor{ - id = "anomalybelt" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/plasticflaps, -/turf/open/floor/dark, -/area/bigredv2/caves/lambda/research) -"yaB" = ( -/obj/structure/bed, -/turf/open/floor/white, -/area/bigredv2/outside/marshal_office) -"yaC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/tunnel{ - id = "hole2" - }, -/turf/open/floor/dark, -/area/bigredv2/caves/eta/xenobiology) -"yaD" = ( -/obj/structure/surface/table, -/obj/structure/machinery/microwave, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/hydroponics) -"yba" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/carpet, -/area/bigredv2/outside/library) -"ybg" = ( -/turf/open/mars/mars_dirt_8, -/area/bigredv2/outside/nw) -"ybi" = ( -/turf/open/mars/mars_dirt_10, -/area/bigredv2/outside/filtration_plant) -"ybM" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/redcorner/east, -/area/bigredv2/outside/office_complex) -"ycn" = ( -/obj/structure/sign/safety/terminal{ - pixel_y = 32 - }, -/obj/effect/landmark/good_item, -/obj/structure/stairs/perspective{ - dir = 10; - icon_state = "p_stair_full" - }, -/turf/open/floor/darkred2/north, -/area/bigredv2/outside/admin_building) -"ycp" = ( -/obj/structure/surface/table, -/obj/item/trash/semki, +"xWY" = ( /obj/structure/pipes/vents/pump{ - dir = 4 + dir = 1 }, /turf/open/floor/dark, -/area/bigredv2/outside/office_complex) -"ycy" = ( +/area/bigredv2/outside/general_offices) +"xXn" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"xXt" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, /obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/turf/open/mars_cave/mars_cave_5, +/turf/open/mars_cave/mars_cave_23, /area/bigredv2/caves_lambda) -"ycL" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 1; - health = 25000 +"xXv" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/cheesewedge, +/obj/item/reagent_container/food/snacks/chips, +/obj/item/reagent_container/food/snacks/microwavable/donkpocket, +/obj/item/reagent_container/food/snacks/donut, +/turf/open/floor/whitebluefull/northeast, +/area/bigredv2/outside/general_store) +"xXF" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/caves_lambda) +"xXV" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/darkyellow2/southwest, +/area/bigredv2/caves/eta/research) +"xYi" = ( +/obj/structure/machinery/power/apc/no_power/north, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 }, -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 8; - health = 25000 +/turf/open/floor/asteroidwarning/east, +/area/bigredv2/outside/telecomm/lz2_cave) +"xYo" = ( +/turf/open/floor/bluegrid/damaged5, +/area/bigredv2/caves/lambda/research) +"xYC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" }, -/turf/open/floor/asteroidwarning/north, -/area/bigredv2/outside/n) -"ydl" = ( -/obj/structure/surface/table, -/obj/item/device/radio{ - pixel_y = 8 +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/mars_cave/mars_cave_2, -/area/bigredv2/caves/mining) -"ydm" = ( -/turf/open/mars_cave/mars_cave_15, -/area/bigredv2/caves_north) -"yex" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ +/obj/structure/machinery/alarm{ dir = 1; - name = "\improper Lambda Lab Break Room" + pixel_y = -30 }, -/turf/open/floor/delivery, -/area/bigredv2/caves/lambda/breakroom) -"yeO" = ( -/obj/structure/surface/rack, -/obj/effect/spawner/random/tech_supply, -/obj/effect/spawner/random/tech_supply, -/obj/structure/pipes/vents/pump{ +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/whitegreen/southwest, +/area/bigredv2/caves/lambda/virology) +"xZd" = ( +/obj/structure/foamed_metal, +/turf/open/floor/darkpurple2/north, +/area/bigredv2/caves/lambda/xenobiology) +"xZp" = ( +/turf/open/mars_cave/mars_cave_9, +/area/bigredv2/outside/lz2_south_cas) +"xZA" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/white, +/obj/structure/machinery/door_control{ + id = "Operations"; + name = "Storm Shutters"; + pixel_y = -32 + }, +/obj/effect/landmark/good_item, +/turf/open/floor/darkred2, +/area/bigredv2/outside/admin_building) +"xZN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/red/northwest, +/area/bigredv2/outside/marshal_office) +"yaT" = ( +/turf/open/floor/delivery, /area/bigredv2/outside/office_complex) -"yeR" = ( -/obj/structure/toilet{ +"yba" = ( +/obj/structure/surface/table/woodentable, +/obj/structure/pipes/vents/pump, +/obj/item/trash/cheesie, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/wood, +/area/bigredv2/outside/bar) +"ybf" = ( +/turf/open/mars_cave/mars_cave_5, +/area/bigredv2/caves_sw) +"ybi" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/telecomm/n_cave) +"yce" = ( +/obj/structure/bed/chair/office/dark{ dir = 4 }, -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/freezerfloor, -/area/bigredv2/outside/marshal_office) -"yeS" = ( -/obj/item/clothing/gloves/latex, -/turf/open/floor/white, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/research) +"ycr" = ( +/obj/structure/surface/table, +/obj/item/tool/surgery/bonesetter, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whitebluefull/northeast, /area/bigredv2/outside/medical) -"yeU" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 8; - health = 25000 +"ycB" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/whitebluefull/northeast, -/area/bigredv2/outside/general_store) -"yeX" = ( -/obj/structure/surface/table, -/turf/open/floor/whitegreencorner, +/turf/open/floor/white, /area/bigredv2/outside/medical) -"yeY" = ( -/obj/structure/surface/rack, -/obj/item/weapon/gun/revolver/spearhead, -/turf/open/floor/vault2/west, -/area/bigredv2/outside/marshal_office) -"yfq" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "viro-rock_open" +"ydj" = ( +/turf/open/floor/darkyellow2/east, +/area/bigredv2/caves/eta/research) +"ydk" = ( +/obj/structure/machinery/light/double{ + dir = 1 }, -/turf/closed/wall/solaris/reinforced, -/area/bigredv2/outside/virology) -"yfB" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/mars_cave/mars_cave_7, -/area/bigredv2/caves_virology) -"ygg" = ( -/obj/structure/machinery/access_button/airlock_exterior{ - master_tag = "viro_controller"; - pixel_y = -28 +/area/bigredv2/outside/lz2_south_cas) +"ydy" = ( +/turf/open/mars_cave/mars_cave_9, +/area/bigredv2/outside/lz1_north_cas) +"ydR" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 1; + name = "\improper Operations Meeting Room" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/admin_building) +"ydT" = ( +/obj/structure/machinery/light{ + dir = 8 }, +/turf/open/floor/darkpurplecorners2/west, +/area/bigredv2/caves/lambda/xenobiology) +"yep" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, -/turf/open/floor/darkpurple2, -/area/bigredv2/caves/lambda/research) -"ygD" = ( -/obj/structure/machinery/camera/autoname{ - dir = 1 +/turf/open/floor/whitegreen/east, +/area/bigredv2/caves/lambda/virology) +"yer" = ( +/turf/open/floor/whitepurplefull, +/area/bigredv2/caves/lambda/xenobiology) +"yeA" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/asteroidwarning, -/area/bigredv2/outside/space_port_lz2) -"yhH" = ( -/obj/structure/machinery/light/small{ - dir = 8 +/turf/open/floor/almayer/test_floor4, +/area/bigredv2/outside/filtration_plant) +"yeS" = ( +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_x = 30 }, -/turf/open/mars_cave/mars_cave_3, -/area/bigredv2/caves/mining) -"yhR" = ( -/turf/open/floor/delivery, -/area/bigredv2/outside/filtration_cave_cas) -"yhS" = ( -/obj/structure/surface/table/reinforced, -/turf/open/floor/whitegreen, -/area/bigredv2/caves/lambda/virology) -"yhX" = ( -/turf/open/floor/darkred2/west, -/area/bigredv2/caves/eta/xenobiology) -"yib" = ( -/obj/structure/largecrate, -/turf/open/floor/asteroidfloor/north, -/area/bigred/ground/garage_workshop) -"yim" = ( -/obj/structure/machinery/cm_vending/sorted/medical/no_access, -/obj/structure/medical_supply_link, -/turf/open/floor/darkyellow2/north, -/area/bigredv2/caves/eta/research) -"yio" = ( -/obj/structure/machinery/power/apc/power/east, -/turf/open/floor/darkred2/east, -/area/bigredv2/caves/eta/research) -"yip" = ( -/obj/effect/landmark/crap_item, -/turf/open/mars_cave/mars_dirt_6, -/area/bigredv2/caves_north) -"yiP" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/mars_cave/mars_cave_3, -/area/bigredv2/caves_sw) -"yjI" = ( +/obj/item/tool/soap/deluxe, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/marshal_office) +"yfa" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /obj/structure/barricade/wooden{ desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 4; + dir = 8; health = 25000 }, -/turf/open/floor/delivery, -/area/bigredv2/outside/cargo) -"ykk" = ( +/turf/open/floor/white, +/area/bigredv2/outside/virology) +"ygs" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellow2/west, +/area/bigredv2/outside/engineering) +"ygO" = ( +/obj/structure/fence, +/turf/open/floor/asteroidfloor/north, +/area/bigredv2/outside/telecomm/n_cave) +"yhx" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 + dir = 4 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/white, -/area/bigredv2/outside/medical) -"ykz" = ( -/obj/structure/machinery/light/small/built{ +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, +/turf/open/floor/dark, +/area/bigredv2/caves/eta/xenobiology) +"yhF" = ( +/obj/structure/window_frame/solaris, +/turf/open/floor/plating, +/area/bigredv2/outside/marshal_office) +"yhI" = ( +/obj/structure/bed/chair/office/dark{ dir = 4 }, -/obj/structure/pipes/standard/simple/hidden/supply, -/obj/effect/landmark/xeno_spawn, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/whitegreenfull, -/area/bigredv2/caves/lambda/virology) -"ykG" = ( -/turf/open/mars/mars_dirt_8, -/area/bigredv2/outside/sw) -"ykL" = ( -/obj/effect/decal/cleanable/liquid_fuel, -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 +/obj/structure/phone_base/colony_net{ + phone_category = "Solaris Ridge"; + phone_color = "blue"; + phone_id = "Operations"; + pixel_y = 24 }, -/turf/open/floor/darkyellow2/west, -/area/bigredv2/outside/engineering) -"ykQ" = ( -/obj/effect/landmark/hunter_secondary, -/turf/open/mars_cave/mars_cave_7, -/area/bigredv2/outside/n) -"ykR" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/darkblue2/north, +/area/bigredv2/outside/admin_building) +"yhK" = ( +/obj/structure/machinery/light, +/obj/structure/window{ + dir = 4 + }, +/obj/structure/surface/table/woodentable, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10"; + pixel_y = 11 + }, +/turf/open/floor/wood, +/area/bigredv2/outside/library) +"yhL" = ( +/obj/structure/bed/chair/comfy, +/turf/open/floor/carpet, +/area/bigredv2/caves/lambda/breakroom) +"yhT" = ( +/obj/structure/bed/chair/office/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/bigredv2/outside/filtration_plant) +"yhZ" = ( +/obj/effect/spawner/random/attachment, /obj/structure/machinery/light{ - dir = 1 + dir = 4 }, -/obj/structure/largecrate/supply/supplies/water, /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) -"ylj" = ( -/obj/structure/surface/table, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/item/tool/surgery/surgicaldrill, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/yellowfull, -/area/bigredv2/outside/general_store) -"ylm" = ( +"yiy" = ( +/obj/item/stack/cable_coil/cut, +/turf/open/mars_cave/mars_cave_13, +/area/bigredv2/caves/mining) +"yiL" = ( /obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/floodlight/landing/floor, -/turf/open/floor/asteroidplating, -/area/bigredv2/outside/space_port) -"yly" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/delivery, +/area/bigredv2/outside/admin_building) +"yiM" = ( +/obj/item/shard, +/turf/open/floor/delivery, +/area/bigredv2/outside/marshal_office) +"yje" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/tool/hatchet, +/turf/open/floor/freezerfloor, +/area/bigredv2/outside/dorms) +"yjv" = ( /obj/structure/blocker/forcefield/multitile_vehicles, +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "eta"; + name = "Eta Lockdown" + }, +/turf/open/floor/delivery, +/area/bigredv2/outside/lz2_south_cas) +"yjT" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "filtration_restored" + }, /turf/open/mars_cave/mars_cave_2, -/area/bigredv2/outside/lz1_north_cas) -"yme" = ( -/obj/effect/decal/remains/xeno, -/turf/open/floor/plating/platingdmg3/west, +/area/bigredv2/outside/s) +"ylb" = ( +/obj/structure/surface/table, +/obj/effect/spawner/random/tech_supply, +/obj/effect/spawner/random/tech_supply, +/turf/open/floor/white, +/area/bigredv2/outside/office_complex) +"ylm" = ( +/turf/open/mars_cave/mars_cave_18, +/area/bigredv2/caves_east) +"ylo" = ( +/turf/open/mars_cave/mars_cave_11, +/area/bigredv2/caves_se) +"ylp" = ( +/obj/effect/landmark/crap_item, +/turf/open/mars_cave/mars_cave_7, +/area/bigredv2/caves_research) +"ylY" = ( +/turf/open/mars_cave/mars_dirt_7, +/area/bigredv2/caves_research) +"ymc" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves/mining) (1,1,1) = {" @@ -31749,8 +31749,8 @@ aaa aab aao aao -sSD -oEQ +uwm +sWP aao aao aao @@ -31813,10 +31813,10 @@ aao aao aao aao -xfn -jQJ -jQJ -jwK +jCb +iXf +iXf +jnK aao aao aao @@ -31831,14 +31831,14 @@ aao aao aao aao -xfn -jQJ -jQJ -jQJ -jQJ -jQJ -jQJ -jwK +jCb +iXf +iXf +iXf +iXf +iXf +iXf +jnK aao aao aao @@ -31965,10 +31965,10 @@ aaa aaa aab aao -bJo -llk +nTM +ovL qjO -kFK +mjQ aao aao aao @@ -31988,19 +31988,19 @@ aao aao aao acA -oND -oND -oND -oND -oND -oND -oND -oND -oND -oND -oND -oND -oND +ptM +ptM +ptM +ptM +ptM +ptM +ptM +ptM +ptM +ptM +ptM +ptM +ptM acA aao aao @@ -32029,12 +32029,12 @@ aao aao aao aao -egl -uOV -rdN -rdN -rdN -jwK +snR +utv +ezY +ezY +ezY +jnK aao aao aao @@ -32047,18 +32047,18 @@ aao aao aao aao -xfn -rdN -rdN -rdN -rdN -xAK -rdN -rdN -rdN -rdN -rdN -rdN +jCb +ezY +ezY +ezY +ezY +vVw +ezY +ezY +ezY +ezY +ezY +ezY aao aao aao @@ -32183,10 +32183,10 @@ aaa aab aao aao -qBW -sHu -olc -cnt +lbC +kZa +bSe +jyn aao aao aao @@ -32205,19 +32205,19 @@ aao aao aao acA -oND -oND -oND -oND -oND -oND -oND -oND -oND -oND -oND -oND -oND +ptM +ptM +ptM +ptM +ptM +ptM +ptM +ptM +ptM +ptM +ptM +ptM +ptM acA aao aao @@ -32245,14 +32245,14 @@ aao aao aao aao -egl -uOV -uOV -rdN -xAK -rdN -rdN -jwK +snR +utv +utv +ezY +vVw +ezY +ezY +jnK aao aao aao @@ -32261,39 +32261,39 @@ aao aao aao aao -bUR +jbM aao -xfn -rdN -rdN -rdN -rdN -rdN -rdN +jCb +ezY +ezY +ezY +ezY +ezY +ezY ucH -rdN -rdN -rdN -rdN -rdN -rdN +ezY +ezY +ezY +ezY +ezY +ezY aao aao -bUR +jbM aao -xfn -jwK +jCb +jnK aao -xfn -hXB -hXB -hXB -hXB -hXB -hXB -hXB -hXB -lMx +jCb +jQV +jQV +jQV +jQV +jQV +jQV +jQV +jQV +syN aao aao aao @@ -32401,7 +32401,7 @@ aab aao aao aao -rsR +sHQ aVQ nlW aao @@ -32422,8 +32422,8 @@ aao aao aao acA -oND -oND +ptM +ptM acQ acQ acQ @@ -32433,8 +32433,8 @@ acQ acQ acQ acQ -lIG -oND +ijv +ptM ahN aao aao @@ -32462,56 +32462,56 @@ aao aao aao aao -ttc -uOV -uOV -rdN -rdN -rdN -rdN -rdN -rdN -rdN -rdN -rdN -rdN -aao -aao -xfn -rdN -jQJ -rdN -rdN -rdN -rdN -rdN -rdN -nPB -rdN -rdN -rdN -rdN -rdN -rdN -rdN -aao -aao -glZ -jQJ -rdN -rdN -jQJ -rdN -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -lMx +jaJ +utv +utv +ezY +ezY +ezY +ezY +ezY +ezY +ezY +ezY +ezY +ezY +aao +aao +jCb +ezY +iXf +ezY +ezY +ezY +ezY +ezY +ezY +nlR +ezY +ezY +ezY +ezY +ezY +ezY +ezY +aao +aao +crE +iXf +ezY +ezY +iXf +ezY +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +syN aao aao aao @@ -32639,19 +32639,19 @@ aao aao aao acA -oND -oND +ptM +ptM acQ -xgl -mAv -iEg -xbv -sVa -sXR -fKS +lvR +tht +mGM +jUS +fed +mBh +fKt acQ -oND -oND +ptM +ptM aiv aao aao @@ -32675,31 +32675,31 @@ aao aao aao aao -uOV -uOV -uOV -egl -uOV -uOV -uOV -rdN -rdN -rdN -jAP -rdN -rdN -rdN -rdN -rdN -rdN -rdN +utv +utv +utv +snR +utv +utv +utv +ezY +ezY +ezY +pbF +ezY +ezY +ezY +ezY +ezY +ezY +ezY aao -glZ -rdN -rdN -rdN +crE +ezY +ezY +ezY ucH -rdN +ezY aao aao aao @@ -32708,34 +32708,34 @@ aao aao aao aao -rdN -rdN -rdN -jQJ -tvM -rdN -rdN -rdN -rdN -rdN -rdN -eOO -kxd -kxd -upK -kxd -kxd -eOO -kxd -kxd -kxd -hXB -hXB -hXB -hXB -hXB -hXB -lMx +ezY +ezY +ezY +iXf +vOC +ezY +ezY +ezY +ezY +ezY +ezY +upG +mCX +mCX +lZg +mCX +mCX +upG +mCX +mCX +mCX +jQV +jQV +jQV +jQV +jQV +jQV +syN aao aao aao @@ -32811,8 +32811,8 @@ aao aao aao aao -ncf -ncf +pjV +pjV aao aao aao @@ -32856,19 +32856,19 @@ aao aao aao acA -oND -oND +ptM +ptM acQ -bYR -bYR -bYR -nWc -smQ -bYR -ipV +sjW +sjW +sjW +upI +qjQ +sjW +fOl afv -eRf -eRf +tgN +tgN acA aao aao @@ -32887,34 +32887,34 @@ aao aao aao aao -uOV -uOV -uOV -uOV -uOV -uOV -uOV -uOV -ttc -uOV -uOV -uOV -rdN -rdN -rdN -jAP -rdN -rdN -rdN -rdN -rdN -rdN -rdN -rdN -rdN -rdN -rdN -jAP +utv +utv +utv +utv +utv +utv +utv +utv +jaJ +utv +utv +utv +ezY +ezY +ezY +pbF +ezY +ezY +ezY +ezY +ezY +ezY +ezY +ezY +ezY +ezY +ezY +pbF aao aao aao @@ -32925,14 +32925,14 @@ aao aao aao aao -rdN -rdN -rdN -rdN -rdN -rdN -rdN -rdN +ezY +ezY +ezY +ezY +ezY +ezY +ezY +ezY ucH ucH ucH @@ -32940,22 +32940,22 @@ iGK iGK iGK iGK -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -hXB -hXB -lMx +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +jQV +jQV +syN aao aao aao @@ -32986,12 +32986,12 @@ aao aao aao aao -eWx -hXB -hXB -hXB -hXB -lMx +hPY +jQV +jQV +jQV +jQV +syN aao aao aao @@ -33027,9 +33027,9 @@ aao aao aao aao -ezZ -qEv -kqU +lhS +cYj +tuS aao aao aao @@ -33073,19 +33073,19 @@ aao aao aao acA -oND -oND +ptM +ptM acQ aWz acZ -bYR -bYR -bYR -rHB -bYR +sjW +sjW +sjW +lCp +sjW afv -eRf -eRf +tgN +tgN acA aao aao @@ -33097,41 +33097,41 @@ aao aao aao aao -vhC +jlv aao aao -uOV -uOV -uOV -uOV -uOV -uOV -uOV -uOV -uOV -uOV -dCZ -uOV -ttc -uOV -uOV -uOV -rdN -rdN -rdN -jAP -rdN -rdN -rdN -rdN -rdN -rdN -rdN -rdN -rdN -rdN -rdN -jAP +utv +utv +utv +utv +utv +utv +utv +utv +utv +utv +kkd +utv +jaJ +utv +utv +utv +ezY +ezY +ezY +pbF +ezY +ezY +ezY +ezY +ezY +ezY +ezY +ezY +ezY +ezY +ezY +pbF aao aao aao @@ -33141,15 +33141,15 @@ aao aao aao aao -jQJ -jQJ -jQJ -rdN -rdN -rdN -rdN -rdN -nPB +iXf +iXf +iXf +ezY +ezY +ezY +ezY +ezY +nlR aao aao aao @@ -33157,22 +33157,22 @@ aao aao aao aao -sIS +wfD iGK iGK iGK iGK iGK iGK -kxd -kxd -kxd -kxd -eOO -kxd -kxd -kxd -pDk +mCX +mCX +mCX +mCX +upG +mCX +mCX +mCX +ybf aao aao aao @@ -33190,26 +33190,26 @@ aao aao aao aao -kxd -kxd -kxd -kxd -kxd +mCX +mCX +mCX +mCX +mCX aao aao aao aao aao aao -eWx -hXB -kAO -kAO -kAO -kAO -kAO -kAO -lMx +hPY +jQV +qMa +qMa +qMa +qMa +qMa +qMa +syN aao aao aao @@ -33234,20 +33234,20 @@ aao aao aao aao -eVP -dDv -tHW +qun +kCh +tqT aao aao aao aao aao aao -ezZ -iiS -ezZ -rcY -jjx +lhS +lzw +lhS +xTj +sVz aao aao aao @@ -33290,19 +33290,19 @@ aao aao aao acA -oND -oND +ptM +ptM acQ aWz biQ -bYR -bYR -bYR -mrr -vXi +sjW +sjW +sjW +wYP +nJy afv -oND -oND +ptM +ptM acA acA acA @@ -33310,62 +33310,62 @@ acA acA ahN acA -mjK -cyo -uOV -uOV -uOV -uOV -uOV -uOV -uOV -uOV -uOV -uOV +eNr +fvi +utv +utv +utv +utv +utv +utv +utv +utv +utv +utv gda gda gda -uOV -uOV -uOV -cyo -uOV -uOV -mGY -uOV -rdN -rdN -rdN -jAP -rdN -rdN -rdN -rdN -rdN -rdN -rdN -rdN -rdN -xAK -rdN -rdN -jQJ -jQJ -jQJ -jQJ -aao -aao -aao -aao -rdN -rdN +utv +utv +utv +fvi +utv +utv +usU +utv +ezY +ezY +ezY +pbF +ezY +ezY +ezY +ezY +ezY +ezY +ezY +ezY +ezY +vVw +ezY +ezY +iXf +iXf +iXf +iXf +aao +aao +aao +aao +ezY +ezY ucH ucH -rdN -rdN -rdN -rdN -jAP +ezY +ezY +ezY +ezY +pbF aao aao aao @@ -33381,20 +33381,20 @@ aao aao aao aao -sIS +wfD iGK iGK iGK iGK -kxd -kxd -kxd -uZQ -uZQ -uZQ -uZQ -uZQ -uZQ +mCX +mCX +mCX +opn +opn +opn +opn +opn +opn aao aao aao @@ -33405,28 +33405,28 @@ aao aao aao aao -kxd -kxd -kxd -toi -kxd -kxd -kxd -kxd -kxd +mCX +mCX +mCX +rHW +mCX +mCX +mCX +mCX +mCX aao aao aao -eWx -kxd -kxd -yiP -kAO -kAO -kAO -kAO -kAO -pDk +hPY +mCX +mCX +nxi +qMa +qMa +qMa +qMa +qMa +ybf aao aao aao @@ -33444,28 +33444,28 @@ aao aao aao aao -qIR -cfT -cfT -cfT -cfT -gjX -ncf -ezZ -iiS -mqM -dVw +uIz +mJl +mJl +mJl +mJl +oRj +pjV +lhS +lzw +jgq +qkZ vHw vHw aao aao aao -ezZ -mVj -jjx -ezZ -ezZ -ezZ +lhS +gJh +sVz +lhS +lhS +lhS vHw vHw aao @@ -33507,82 +33507,82 @@ aao aao aao acA -oND -oND +ptM +ptM acQ acQ acQ acQ -rHM +nMi acQ acQ acQ acQ -oND -oND -oND -eRf -eRf -eRf -eRf -jyj +ptM +ptM +ptM +tgN +tgN +tgN +tgN +fVT akl -pxb -uOV -uOV -cyo -nXv -uOV -uOV -uOV -uOV -uOV -uOV -cyo -uOV -uOV -cyo -uOV -uOV -uOV -uOV -uOV -uOV -uOV -uOV -rdN -rdN -rdN -jAP +mNt +utv +utv +fvi +wtS +utv +utv +utv +utv +utv +utv +fvi +utv +utv +fvi +utv +utv +utv +utv +utv +utv +utv +utv +ezY +ezY +ezY +pbF aao aao aao aao aao aao -rdN -glZ -rdN -rdN -rdN -rdN -rdN -rdN -rdN -rdN -rdN -rdN -rdN -rdN -rdN -nPB -rdN -rdN -rdN -rdN -rdN -rdN -jAP +ezY +crE +ezY +ezY +ezY +ezY +ezY +ezY +ezY +ezY +ezY +ezY +ezY +ezY +ezY +nlR +ezY +ezY +ezY +ezY +ezY +ezY +pbF aao aao aao @@ -33603,47 +33603,47 @@ aao aao aao aao -sIS +wfD ski -uZQ -uZQ -uZQ -tkr -tkr -tkr -uZQ -uZQ -uZQ -uZQ -uZQ +opn +opn +opn +uVm +uVm +uVm +opn +opn +opn +opn +opn aao aao aao aao aao -kxd -kxd -kxd -kxd -kxd -kxd -vTT -vTT -kxd -kxd -toi -tdd -kxd -kxd -kxd -kxd -kAO -kAO -kAO -fxY -kAO -kAO -kAO +mCX +mCX +mCX +mCX +mCX +mCX +sAO +sAO +mCX +mCX +rHW +ucA +mCX +mCX +mCX +mCX +qMa +qMa +qMa +oYS +qMa +qMa +qMa aao aao aao @@ -33660,30 +33660,30 @@ aao aao aao aao -cfT -cfT -cfT -cfT -lvL -dNL -gIm -juN -kDV -wQx -fZX -jjx -jjx -qHI -gjX -cPW -ezZ -fPL -swZ -swZ -swZ -swZ -swZ -qhB +mJl +mJl +mJl +mJl +dVZ +jpy +sNU +lDV +syL +cDm +jtA +sVz +sVz +oAd +oRj +wPD +lhS +ccN +wnI +wnI +wnI +wnI +wnI +okK vHw aao aao @@ -33724,82 +33724,82 @@ aao aao aao acA -oND -oND +ptM +ptM acQ -bwf -otG -rpN -dmw -sCe -bYR -pPO +upa +rpE +pry +nZo +mSH +sjW +osk acQ -oND -oND -eRf -lqM -oND -eRf -eRf -jyj +ptM +ptM +tgN +jZA +ptM +tgN +tgN +fVT acA -pxb -uOV -uOV -uOV -tpL -uOV -uOV -uOV -uOV -uOV -cyo -uOV -uOV -uOV -uOV -uOV -uOV -uOV -uOV -uOV -uOV -uOV -uOV -rdN -rdN -rdN -jAP -aao -aao -aao -aao -aao -aao -aao -glZ -rdN -rdN -rdN -rdN -rdN -rdN -rdN -rdN -xAK -rdN -rdN +mNt +utv +utv +utv +ewp +utv +utv +utv +utv +utv +fvi +utv +utv +utv +utv +utv +utv +utv +utv +utv +utv +utv +utv +ezY +ezY +ezY +pbF +aao +aao +aao +aao +aao +aao +aao +crE +ezY +ezY +ezY +ezY +ezY +ezY +ezY +ezY +vVw +ezY +ezY ucH -rdN -rdN -rdN +ezY +ezY +ezY aao aao -glZ -rdN -rdN -nPB +crE +ezY +ezY +nlR aao aao aao @@ -33821,47 +33821,47 @@ aao aao aao aao -uZQ -uZQ -uZQ -uZQ -uZQ -uZQ -uZQ -uZQ -uZQ -tkr -tkr -uZQ -uZQ -kxd -kxd -kxd -kxd -kxd -kxd -vTT -vTT -kxd -kxd -vTT -vTT -kxd -kxd -kxd -tdd -kxd -kxd -kxd -kxd -kAO -kAO -kAO -kAO -kAO -kAO -kAO -kAO +opn +opn +opn +opn +opn +opn +opn +opn +opn +uVm +uVm +opn +opn +mCX +mCX +mCX +mCX +mCX +mCX +sAO +sAO +mCX +mCX +sAO +sAO +mCX +mCX +mCX +ucA +mCX +mCX +mCX +mCX +qMa +qMa +qMa +qMa +qMa +qMa +qMa +qMa aao aao aao @@ -33876,32 +33876,32 @@ aao aao aao aao -ezZ -qHI -cfT -cfT -cfT -cfT -cfT -nzJ -cfT -swZ -swZ -jXr -oLj -swZ -mAT -gjX -cPW -ezZ -hmq -cfT -cfT -cfT -cfT -mAT -eld -cfT +lhS +oAd +mJl +mJl +mJl +mJl +mJl +bWC +mJl +wnI +wnI +rwq +wly +wnI +oPN +oRj +wPD +lhS +fef +mJl +mJl +mJl +mJl +oPN +nQD +mJl aao aao aao @@ -33941,81 +33941,81 @@ aae aae aae acA -oND -oND +ptM +ptM acQ -ipV -xHI -xHI -xHI -bYR -bYR +fOl +gey +gey +gey +sjW +sjW acZ afv -eRf -eRf -oND -oND -oND -oND -oND -jyj +tgN +tgN +ptM +ptM +ptM +ptM +ptM +fVT acA -pxb -uOV -uOV -uOV -uOV -cyo -cyo -uOV -cyo -cyo -uOV -uOV -uOV -uOV -uOV -uOV -uOV -uOV -uOV -uOV -uOV +mNt +utv +utv +utv +utv +fvi +fvi +utv +fvi +fvi +utv +utv +utv +utv +utv +utv +utv +utv +utv +utv +utv gda gda -wcN -rdN -rdN -xAK -jwK +hpm +ezY +ezY +vVw +jnK aao aao aao aao aao aao -glZ +crE ucH ucH ucH -rdN -rdN +ezY +ezY ucH ucH ucH ucH ucH -jAP +pbF aao -glZ -rdN +crE +ezY aao aao aao -gKQ +ndA ucH -nPB +nlR aao aao aao @@ -34035,51 +34035,51 @@ aao aao aao aao -uZQ -uZQ -uZQ -uZQ -uZQ -uZQ -uZQ -uZQ -uZQ +opn +opn +opn +opn +opn +opn +opn +opn +opn ski eEy ski -uZQ -uZQ -uZQ -jXg -kxd -hXB -vTT -vTT -kxd -toi -vTT -vTT -kxd -kxd -kxd -kxd -kxd -kxd -kxd -tdd -vUq -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kAO -kAO -kAO -kAO -kxd +opn +opn +opn +uyF +mCX +jQV +sAO +sAO +mCX +rHW +sAO +sAO +mCX +mCX +mCX +mCX +mCX +mCX +mCX +ucA +hWm +mCX +mCX +mCX +mCX +mCX +mCX +mCX +qMa +qMa +qMa +qMa +mCX aao aao aao @@ -34092,34 +34092,34 @@ vHw aao aao aao -ezZ -ezZ -vNZ -cfT -dNL -cfT -cfT -cfT -iRK -mAT -mAT -txg -txg -mAT -mAT -mAT -gjX -cPW -ezZ -ezZ -qHI -cfT -cfT -cfT -mAT -mAT -cfT -cfT +lhS +lhS +wtm +mJl +jpy +mJl +mJl +mJl +mSb +oPN +oPN +kbb +kbb +oPN +oPN +oPN +oRj +wPD +lhS +lhS +oAd +mJl +mJl +mJl +oPN +oPN +mJl +mJl aao aao aao @@ -34144,68 +34144,68 @@ aao aao aao aae -uLP -sQm -sQm -sQm -sQm -uLP -sQm -sQm -sQm -sQm -sQm -sQm -uLP -sQm -oND -hCt -dns -gQm -hHo -hHo -dkV -bYR -bYR +dkp +hvn +hvn +hvn +hvn +dkp +hvn +hvn +hvn +hvn +hvn +hvn +dkp +hvn +ptM +tZg +eOv +mMw +gXO +gXO +hiC +sjW +sjW afL afv -oND -oND -oND -oND -oND -eRf -rcy -jyj +ptM +ptM +ptM +ptM +ptM +tgN +uyd +fVT acA -pxb -uOV -uOV -uOV -uOV -uOV -uOV -dCZ -uOV -uOV -uOV -uOV -aao -aao -uOV -uOV -cyo -cyo -ttc +mNt +utv +utv +utv +utv +utv +utv +kkd +utv +utv +utv +utv +aao +aao +utv +utv +fvi +fvi +jaJ gda -pCE +tna aao aao -glZ +crE gJw gJw -umo -xvo +mHG +hsq aao aao aao @@ -34215,9 +34215,9 @@ aao aao aao aao -glZ -glZ -nPB +crE +crE +nlR aao aao aao @@ -34225,8 +34225,8 @@ aao aao aao aao -glZ -jAP +crE +pbF aao aao aao @@ -34251,54 +34251,54 @@ aao aao aao aao -uZQ -uZQ -tkr -tkr -uZQ -uZQ -uZQ -uZQ -uZQ -uZQ -uZQ -uZQ -uZQ -suN -uZQ -uZQ -uZQ -kxd -kxd -edC -vTT -kxd -kxd -kxd -kxd -kxd -kxd -toi -kxd -kxd +opn +opn +uVm +uVm +opn +opn +opn +opn +opn +opn +opn +opn +opn +sFj +opn +opn +opn +mCX +mCX +dKi +sAO +mCX +mCX +mCX +mCX +mCX +mCX +rHW +mCX +mCX aao aao aao -xxZ -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kAO -kxd -kAO -kAO -kTa -cfT +ryi +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +qMa +mCX +qMa +qMa +uWe +mJl vHw vHw vHw @@ -34307,37 +34307,37 @@ vHw vHw vHw vHw -mAT -gjX -ezZ -ezZ -ezZ -vNZ -cfT -cfT -cfT -cfT -cfT -gjX -qHI -txg -txg -mAT -mAT -reB -gjX -cyS -ezZ -ezZ -qHI -cfT -cfT -cfT -cfT -cfT -hya -cfT -cfT +oPN +oRj +lhS +lhS +lhS +wtm +mJl +mJl +mJl +mJl +mJl +oRj +oAd +kbb +kbb +oPN +oPN +bQz +oRj +esA +lhS +lhS +oAd +mJl +mJl +mJl +mJl +mJl +jER +mJl +mJl vHw aao aao @@ -34361,42 +34361,42 @@ aao aao aao aae -sQm -omS -nzh -sQm -sQm -sQm -sQm -sQm -sQm -sQm -sQm -sQm -sQm -sQm -sQm -lfG +hvn +eZb +gHy +hvn +hvn +hvn +hvn +hvn +hvn +hvn +hvn +hvn +hvn +hvn +hvn +eDG acQ -bYR -bYR -bYR -xHI -bYR -bYR +sjW +sjW +sjW +gey +sjW +sjW acZ afv -oND -eRf -eRf -oND -oND -eRf -oND -jyj +ptM +tgN +tgN +ptM +ptM +tgN +ptM +fVT acA aao -uOV +utv gda gda gda @@ -34404,37 +34404,37 @@ gda gda gda gda -uOV -uOV +utv +utv aao aao aao aao -ttc -uOV -uOV +jaJ +utv +utv gda aao aao aao aao -nPB +nlR aao -mxA -lBN -gxw -gxw +mDd +muf +pNd +pNd aao aao aao aao -tEP +rQI aao aao aao -glZ -glZ -rdN +crE +crE +ezY aao aao aao @@ -34442,8 +34442,8 @@ aao aao aao aao -gKQ -jAP +ndA +pbF aao aao aao @@ -34467,30 +34467,30 @@ aao aao aao aao -uZQ -uZQ -suN -ohw -uZQ -uZQ -uZQ -uZQ -uZQ -tqc -uZQ -uZQ -uZQ -uZQ -suN -uZQ -ohw -kxd -kxd -kxd -kxd -kxd -hXB -lMx +opn +opn +sFj +sBk +opn +opn +opn +opn +opn +fQJ +opn +opn +opn +opn +sFj +opn +sBk +mCX +mCX +mCX +mCX +mCX +jQV +syN aao aao aao @@ -34501,60 +34501,60 @@ aao aao aao aao -xxZ -kxd -kxd -kxd -kxd -kxd +ryi +mCX +mCX +mCX +mCX +mCX xaH xaH -kxd -kAO -kAO -kAO -kAO -qHr -cfT -cfT -tKc -cfT -cfT -nzJ -mAT -yhH -mAT -mAT -mAT -imM -ezZ -jjx -ezZ -qHI -cfT -cfT -cfT -cfT -cfT -mAT -vii -vii -vii -vii -vii -kKi -cyS -ezZ -ezZ -qHI -cfT -cfT -cfT -cfT -cfT -cfT -cfT -cfT +mCX +qMa +qMa +qMa +qMa +bKL +mJl +mJl +cAQ +mJl +mJl +bWC +oPN +fIi +oPN +oPN +oPN +sWR +lhS +sVz +lhS +oAd +mJl +mJl +mJl +mJl +mJl +oPN +kDW +kDW +kDW +kDW +kDW +uzp +esA +lhS +lhS +oAd +mJl +mJl +mJl +mJl +mJl +mJl +mJl +mJl vHw aao aao @@ -34578,58 +34578,58 @@ aao aao aao aae -sQm -sQm -sQm -jIH -sQm -sQm -sQm -sQm -sQm -sQm -sQm -sQm -gdX -sQm -sQm -nAA +hvn +hvn +hvn +fDd +hvn +hvn +hvn +hvn +hvn +hvn +hvn +hvn +eCb +hvn +hvn +gha acQ -rpN -wny -itp -aIc -bYR -bYR +pry +qzo +wfp +bQE +sjW +sjW afL acQ -oND -eRf -eRf -oND -oND -eRf -oND -jyj +ptM +tgN +tgN +ptM +ptM +tgN +ptM +fVT akl aao aao pQM -dkY -dkY +deH +deH pQM -dkY -dkY -dkY +deH +deH +deH aao aao aao aao aao aao -kMX +jHJ gda -tpL +ewp aao aao aao @@ -34637,10 +34637,10 @@ aao aao aao aao -kGi -ieh -kGt -pAQ +bVR +oIu +nLP +rkk aao aao aao @@ -34649,9 +34649,9 @@ aao aao aao aao -yfB -pHA -khS +nPz +ohF +qJp aao aao aao @@ -34660,7 +34660,7 @@ aao aao aao ozv -umo +mHG aao aao aao @@ -34680,34 +34680,34 @@ aao aao aao aao -uZQ -uZQ -uZQ -uZQ -uZQ -tkr -uZQ -uZQ -uZQ +opn +opn +opn +opn +opn +uVm +opn +opn +opn ski ski ski -tqc +fQJ aao aao aao aao aao -gDR +gDG ski ski -kxd -vTT -vTT -kxd -kxd -kxd -pDk +mCX +sAO +sAO +mCX +mCX +mCX +ybf aao aao aao @@ -34718,61 +34718,61 @@ aao aao aao aao -xxZ -kxd -kxd -kxd -kxd -kxd +ryi +mCX +mCX +mCX +mCX +mCX xaH xaH -kxd -kAO -kAO -kAO -kAO -cfT -msh -cfT -fjw -cfT -cfT -cfT -mAT -mAT -mAT -mAT -mAT -gjX -myP -ezZ -ezZ -qHI -aao -aao -aao -aao -cfT -gjX -wjn -ezZ -ezZ -jjx -ezZ -fPK -cyS -ezZ -ezZ -qHI -cfT -cfT -cfT -wPQ -cfT -cfT -cfT -gUn -gUn +mCX +qMa +qMa +qMa +qMa +mJl +kln +mJl +nUh +mJl +mJl +mJl +oPN +oPN +oPN +oPN +oPN +oRj +roU +lhS +lhS +oAd +aao +aao +aao +aao +mJl +oRj +ixU +lhS +lhS +sVz +lhS +aPO +esA +lhS +lhS +oAd +mJl +mJl +mJl +sJA +mJl +mJl +mJl +vtN +vtN aao aao aao @@ -34795,22 +34795,22 @@ aae aae aae aae -sQm -sQm -sQm -sQm -sQm -sQm -sQm -sQm -rzW -sQm -sQm -sQm -sQm -sQm -sQm -nAA +hvn +hvn +hvn +hvn +hvn +hvn +hvn +hvn +wHP +hvn +hvn +hvn +hvn +hvn +hvn +gha acQ acQ acQ @@ -34854,14 +34854,14 @@ aao aao aao aao -pAQ -kGt -pAQ -sqL -bqW -bqW -sqL -sqL +rkk +nLP +rkk +gZy +bSO +bSO +gZy +gZy aoD aoD aoD @@ -34896,16 +34896,16 @@ aao aao aao aao -lSO -uZQ -uZQ -uZQ -uZQ -uZQ -uZQ -uZQ -uZQ -hUK +kZA +opn +opn +opn +opn +opn +opn +opn +opn +ujJ aao aao aao @@ -34918,15 +34918,15 @@ aao aao aao aao -xxZ -vTT -vTT -kxd -toi -kxd -kxd -hXB -lMx +ryi +sAO +sAO +mCX +rHW +mCX +mCX +jQV +syN aao aao aao @@ -34935,35 +34935,35 @@ aao aao aao aao -sIS -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kAO -kAO -kAO -kAO -cfT -vii -vii -vii -vii -kJz -nzJ -grq -mAT -mAT -mAT -mAT -mAT -imM -wjn -ezZ +wfD +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +qMa +qMa +qMa +qMa +mJl +kDW +kDW +kDW +kDW +rNO +bWC +elZ +oPN +oPN +oPN +oPN +oPN +sWR +ixU +lhS aao aao aao @@ -34972,24 +34972,24 @@ uHQ uHQ uHQ uHQ -dMG -qLD -jqn -dMG +ngu +suY +fVC +ngu uHQ uHQ uHQ -kXy -eeU -cfT -hya -sdG -cfT -vii -vii -cfT -gUn -gUn +uZZ +dIL +mJl +jER +gVF +mJl +kDW +kDW +mJl +vtN +vtN aao aao aao @@ -35009,34 +35009,34 @@ aao aao aao aae -sQm -sQm -sQm -sQm -sQm -sQm -sQm -sQm -sQm -sQm -joL +hvn +hvn +hvn +hvn +hvn +hvn +hvn +hvn +hvn +hvn +jaN aae -jZe -sQm -sQm -sQm -sQm -sQm -nAA -uLP -sQm -sQm -sQm -sQm -sQm -sQm -sQm -sQm +pbM +hvn +hvn +hvn +hvn +hvn +gha +dkp +hvn +hvn +hvn +hvn +hvn +hvn +hvn +hvn aae aao aao @@ -35071,29 +35071,29 @@ aao aao aao aao -pAQ -pAQ -sqL -dop +rkk +rkk +gZy +xTm aFv aFv -jPx -cLi +gew +nXb aoD -rgx -uoU +jmQ +giP aoD -fij +ryy aRE -iaw +vtS arT -sKz -rBE -pxs -osf -oAj +xje +hYs +sBT +woY +xbk aoD -ohF +pQB aRE aoD aao @@ -35113,16 +35113,16 @@ aao aao aao aao -wty +pyY tft -dDQ -dDQ -dDQ +fMN +fMN +fMN tft tft ski ski -tqc +fQJ aao aao aao @@ -35135,15 +35135,15 @@ aao aao aao aao -sIS +wfD iGK iGK -kxd -kxd -kxd -kxd -kxd -pDk +mCX +mCX +mCX +mCX +mCX +ybf aao aao aao @@ -35153,32 +35153,32 @@ aao aao aao aao -xxZ -kAO -kAO -kAO -kAO -kAO -kAO -kAO -kAO -kAO -kAO -kAO -crV -lLI -kUM -iRQ -gch -vNZ -cfT +ryi +qMa +qMa +qMa +qMa +qMa +qMa +qMa +qMa +qMa +qMa +qMa +bUf +ewZ +fGF +wCw +lzW +wtm +mJl key jUY jUY jUY dHr hLp -vKr +tOe vHw aao aao @@ -35186,27 +35186,27 @@ aao aao aao uHQ -oho -kEB +hEj +kWP uHQ -qLR -loU -ffg -qLD -ftO -ukA +pPx +eRk +jpB +suY +mSh +hJo uHQ -mxY -wQv -vii -vii -jaY -gjX -ezZ -ezZ -vNZ -gUn -gUn +llC +xxI +kDW +kDW +hJy +oRj +lhS +lhS +wtm +vtN +vtN aao aao aao @@ -35226,34 +35226,34 @@ aao aao aao aae -sQm -sQm -sQm -sQm -sQm -sQm -sQm -gdX -sQm -sQm -sQm -uLP -sQm -sQm -sQm -sQm -sQm -sQm -nAA -sQm -sQm -sQm -sQm -sQm -sQm -sQm -sQm -sQm +hvn +hvn +hvn +hvn +hvn +hvn +hvn +eCb +hvn +hvn +hvn +dkp +hvn +hvn +hvn +hvn +hvn +hvn +gha +hvn +hvn +hvn +hvn +hvn +hvn +hvn +hvn +hvn aae aao aao @@ -35265,7 +35265,7 @@ vLd qsE qsE qsE -wqf +sGb upE hBD lcu @@ -35288,30 +35288,30 @@ aao aao aao aao -sqL -pAQ -sqL -sqL -dGj -dGj -sqL -cZi +gZy +rkk +gZy +gZy +goJ +goJ +gZy +qPR aoD -itL -uoU +jnG +giP aoD aQz -rmn -iaw +pRQ +vtS arT -mLM -uoU -fSB -uoU -brN +puZ +giP +fXj +giP +tIf aoD -jci -fSB +imE +fXj aoD aao aao @@ -35355,12 +35355,12 @@ aao aao aao aao -sIS -kxd -kxd -kxd -toi -pDk +wfD +mCX +mCX +mCX +rHW +ybf aao aao aao @@ -35370,60 +35370,60 @@ aao aao aao aao -xxZ -kAO -kAO -kAO -kAO -kAO -kAO -kAO -kAO -kAO -kAO -yiP -sdH -jjx -opj -iwh -tkz -jjx -qHI +ryi +qMa +qMa +qMa +qMa +qMa +qMa +qMa +qMa +qMa +qMa +nxi +kah +sVz +hwn +fIt +qtv +sVz +oAd wtj -fsf +hnf krW kuu onR egS -ozR -isG -kte -eqI +jeI +koF +cEc +paO uHQ uHQ uHQ uHQ rjF -hpr +wgn lBe -mvk -ffg -kCR -qLD -vZf -ggX +fQa +jpB +qyE +suY +vAZ +onT uHQ aao aao -ncf -ncf -qHI -gjX -ezZ -ezZ -ezZ -sUi -gUn +pjV +pjV +oAd +oRj +lhS +lhS +lhS +bQL +vtN aao aao aao @@ -35443,34 +35443,34 @@ aao aao aao aae -uZw -sQm -sQm -sQm -sQm -sQm -sQm -sQm -sQm -sQm -sQm -sQm -sQm -uZw -sQm -sQm -sQm -sQm -nAA -sQm -sQm -sQm -sQm -sQm -sQm -sQm -sQm -sQm +cJC +hvn +hvn +hvn +hvn +hvn +hvn +hvn +hvn +hvn +hvn +hvn +hvn +cJC +hvn +hvn +hvn +hvn +gha +hvn +hvn +hvn +hvn +hvn +hvn +hvn +hvn +hvn aae aao qsE @@ -35505,30 +35505,30 @@ aao aao aao aao -sqL -sqL -cLi -wZU -fqF -fqF -fqF -pEw -eDb -vLU -lUV -eDb -gEi -kSn +gZy +gZy +nXb +kIY +lIl +lIl +lIl +izx +dmg +jHH +kzl +dmg +rBF +cXv aSv arT -xWG -gWs -tYC -kSn -uoU +kCv +qiD +xBR +cXv +giP aoD kOK -hNK +kHj aoD aao aao @@ -35539,11 +35539,11 @@ aao aao aao ayf -dAa +fRa cVY ayf cVY -bSF +tpo ayf cVY cVY @@ -35573,11 +35573,11 @@ aao aao aao aao -xxZ -kxd -upK -kxd -pDk +ryi +mCX +lZg +mCX +ybf aao aao aao @@ -35587,61 +35587,61 @@ aao aao aao aao -xxZ -kAO -kAO -kAO -kAO -kAO -kAO -kAO -fxY -kAO +ryi +qMa +qMa +qMa +qMa +qMa +qMa +qMa +oYS +qMa iGK -mxu +iyW vHw vHw -ncf -ncf -eYe -fPL -igH +pjV +pjV +oFm +ccN +qok wtj -nfn -nGv +iIy +wce vmL -ffg -nfn -cfT -rYb -lam -dUl +jpB +iIy +mJl +whl +xsI +cuf uHQ -poq -wVO -rhh -pMI -sqK +jdr +pND +phG +sgs +vfN xTM -mvk -wBy -hrh -qLD -jzu -ffg +fQa +pjB +twH +suY +uNK +jpB uHQ -ncf -ncf -opj -jjx -qHI -gjX -ezZ -jjx -ezZ -qHI -cfT -cfT +pjV +pjV +hwn +sVz +oAd +oRj +lhS +sVz +lhS +oAd +mJl +mJl aao aao aao @@ -35660,34 +35660,34 @@ aao aao aao aae -sQm -sQm -cmM -kEb -gLg -jts -clV -kEb -gLg -jts -clV -kEb -gLg -jts -clV -kEb -gLg -jts -pkG -jiO -pLE -nWx -qhT -hAy -ylm -hAy -hAy -lsM +hvn +hvn +wXf +xCC +cOS +pgf +utF +xCC +cOS +pgf +utF +xCC +cOS +pgf +utF +xCC +cOS +pgf +bOw +wdp +vsl +phb +ixZ +wBA +uhk +wBA +wBA +oVw aae aao qsE @@ -35722,30 +35722,30 @@ aao aao aao aoD -bqW -sqL -gmX -nNR -cYf -cYf -cYf -vEv +bSO +gZy +kjY +eRp +uIr +uIr +uIr +cIA aoD -uoU -uoU +giP +giP aoD -vhK -dIC -iaw +uUD +ccJ +vtS arT -nNS -qDL -rOf -dIC -uoU +qHv +hPK +cMb +ccJ +giP aoD -jci -dIC +imE +ccJ aoD aao aao @@ -35760,10 +35760,10 @@ cVY cVY cVY cVY -rCR -eQB -csO -dSP +vKK +car +qeD +gpF cVY cVY bjN @@ -35790,11 +35790,11 @@ aao aao aao aao -xxZ -kxd -kxd -kxd -pDk +ryi +mCX +mCX +mCX +ybf aao aao aao @@ -35804,16 +35804,16 @@ aao aao aao aao -nSR -tdd -tdd -yiP -kAO -kAO -kAO -kAO -hHO -hHO +eSD +ucA +ucA +nxi +qMa +qMa +qMa +qMa +sib +sib aao aao aao @@ -35824,41 +35824,41 @@ aao aao wtj tfz -ffg -ffg -ffg -qoV -jLd -cfT -rYb -gyp -vMQ +jpB +jpB +jpB +jtk +oHI +mJl +whl +htq +giW uHQ -oZt -xrH -vIx -vYU -sBg +ktm +sxk +vpa +ufa +isD uHQ -txz -kAW -ffg -sBg -vZf -vZf +rud +iWr +jpB +isD +vAZ +vAZ uHQ aao -umk -liR -ceP -qHI -cfT -bFQ -jso -ezZ -qHI -hya -cfT +kIy +egc +cWn +oAd +mJl +lnJ +vMP +lhS +oAd +jER +mJl aao aao aao @@ -35877,8 +35877,8 @@ aao aao aao aae -sQm -sok +hvn +cnO aah aaF aah @@ -35900,11 +35900,11 @@ aah aah aaF aah -cdk -sQm -sQm -sQm -nAA +tQW +hvn +hvn +hvn +gha aae aao qsE @@ -35940,29 +35940,29 @@ aao aoD aoD aFv -jPx -gmX -nNR -cYf -kfR -cYf -sSm +gew +kjY +eRp +uIr +rFs +uIr +vkh aoD -ryD -fnc +fwz +iFp aoD -keO -dIC -iaw +jJn +ccJ +vtS apG arT arT apG -mRg +cWb apG aoD aoD -nOU +udq aoD aao aao @@ -35977,7 +35977,7 @@ ayf cVY cVY cVY -pcZ +uGy cVY cVY cVY @@ -36007,30 +36007,30 @@ aao aao aao aao -sIS +wfD iGK iGK -kxd -kxd -lMx +mCX +mCX +syN aao aao aao aao aao -eWx -hXB -hXB -kxd -kxd -tdd -kAO -kAO -kAO -kAO -fAQ -owy -owy +hPY +jQV +jQV +mCX +mCX +ucA +qMa +qMa +qMa +qMa +oqG +igW +igW aao aao aao @@ -36038,44 +36038,44 @@ aao aao aao aao -lXJ -iLV +xyO +qYt qux -xXY -ffg -kBD -ffg -pKg -cfT -rYb -olZ -opg +tex +jpB +gTm +jpB +ksX +mJl +whl +iKm +igz uHQ -ssW -cYm -ftH -oRc -nNd +tuf +vwW +hwT +fvQ +tsj nCT -ykR -gok -ffg -wpE -ffg -kFU +wFr +kKO +jpB +cff +jpB +lnH uHQ aao aao -jjx -ncf -qHI -nLW -nUA -vEb -rji -cfT -cfT -cfT +sVz +pjV +oAd +uMn +vZk +jwH +svZ +mJl +mJl +mJl aao aao aao @@ -36094,8 +36094,8 @@ aao aao aao aae -sQm -nkJ +hvn +utG aah aah aah @@ -36117,11 +36117,11 @@ aah aah aah aah -iJR -sQm -sQm -sQm -nAA +paI +hvn +hvn +hvn +gha aae aao qsE @@ -36157,29 +36157,29 @@ aao aeI aoD aFv -jPx -gmX -nNR -cYf -cYf -cYf -mKG +gew +kjY +eRp +uIr +uIr +uIr +xVR aoD aoD aoD aoD -rmn -dIC -qWk -jka -jka -jka -jka -usp -uoU -pxs -uoU -dIC +pRQ +ccJ +xgQ +sOG +sOG +sOG +sOG +yfa +giP +sBT +giP +ccJ aoD aao aao @@ -36190,16 +36190,16 @@ aao aao aao ayf -kmA +oIR cVY cVY -juk +dUc cVY cVY cVY cVY -rwu -wtP +ugB +kyV cVY cVY cVY @@ -36227,26 +36227,26 @@ aao aao aao aao -xxZ -toi -pDk +ryi +rHW +ybf aao aao aao aao aao -sIS -kxd -kxd -toi -kxd -tdd -kAO -kAO -kAO -qwK -owy -lOv +wfD +mCX +mCX +rHW +mCX +ucA +qMa +qMa +qMa +iIB +igW +ntx uHQ uHQ uHQ @@ -36256,43 +36256,43 @@ uHQ uHQ gSB dwO -jgI -qLD -xfP +iiO +suY +uyU wNA cVd -ffg -jLd -cfT -rYb -bhG -sji +jpB +oHI +mJl +whl +hZe +ppz uHQ -lin -sGH -uXo -yme -oFD -mtn -qDX -ffg -rFX -xTx -qDX -ffg +lOA +yhZ +qze +tNi +dwE +kLR +pqE +jpB +tFt +nqa +pqE +jpB uHQ aao aao -qLP -ncf -qHI -dqk -oBW -ydl -fHn -cfT -cfT -cfT +fJa +pjV +oAd +tjR +iEr +ioK +vOT +mJl +mJl +mJl aao aao aao @@ -36311,8 +36311,8 @@ aao aao aao aae -sQm -dGX +hvn +sNJ aah aah aah @@ -36334,17 +36334,17 @@ aah aah acx aah -oyA -sQm -sQm -sQm -nAA +dvx +hvn +hvn +hvn +gha aae aao qsE qsE -nQT -nZy +cYw +tOI qsE qsE qsE @@ -36374,29 +36374,29 @@ aeI aeI aoD aFv -jPx -gmX -nNR -cYf -fcF -fcF -cYf +gew +kjY +eRp +uIr +qwl +qwl +uIr aoD -ksv -uoU -uoU -uoU -dIC -uoU -uoU -hzL -uoU -uoU -dIC -uoU -rmn -uoU -dIC +tKG +giP +giP +giP +ccJ +giP +giP +vLk +giP +giP +ccJ +giP +pRQ +giP +ccJ aoD aoD aoD @@ -36407,33 +36407,33 @@ aao aao aao ayf -giC +pUT cVY cVY -rwu -kPj +ugB +fjZ cVY -rwu -wtP -eaG -eaG -wtP -wtP -wtP -wtP +ugB +kyV +xzb +xzb +kyV +kyV +kyV +kyV ayf ayf -fGM +fJt ayf ayf -kiO -eaG -jAr +qMH +xzb +nyL cVY cVY -xsj -eaG -jAr +vEj +xzb +nyL cVY cVY cVY @@ -36444,72 +36444,72 @@ aao aao aao aao -xxZ -kxd -kxd -hXB -kxd +ryi +mCX +mCX +jQV +mCX aao aao aao -kxd -kpy -vTT -kxd -kxd -mxu +mCX +jCJ +sAO +mCX +mCX +iyW aao -kAO -kAO -qwK -owy -lOv +qMa +qMa +iIB +igW +ntx uHQ sAS tdZ kBE gTJ nZK -dfg +rSx qVi wtj qhk cVd -nZC -xfP +hXN +uyU kZG -ffg -bJf -cfT -rYb -gzd -dUl +jpB +hFt +mJl +whl +gOm +cuf uHQ uHQ uHQ -eYq -ffg -eYq +qNL +jpB +qNL wfd -gFh -qPg -ffg -cJd -vrl -jkr +jpO +xvq +jpB +ghd +kzU +waH uHQ aao aao aao -swZ -cfT -nLW -fIP -lmk -fHn -cfT -cfT -cfT +wnI +mJl +uMn +xyS +iAz +vOT +mJl +mJl +mJl aao aao aao @@ -36528,8 +36528,8 @@ aao aao aao aae -sQm -lca +hvn +onb aah aah aah @@ -36551,25 +36551,25 @@ aah aah aah aah -xqM -sQm -sQm -sQm -nAA +tKn +hvn +hvn +hvn +gha aae aao qsE -tvY -xoi -sgf -iWv -sgf -sgf -keN -rTi +bQK +fOT +kIx +ozh +kIx +kIx +fbR +iZJ qsE -nQT -nZy +cYw +tOI qsE qsE qsE @@ -36590,33 +36590,33 @@ aeI aeI aoD aoD -dGj -sqL -gmX -nNR -rvw -sqL -sqL -gmX +goJ +gZy +kjY +eRp +bla +gZy +gZy +kjY aoD -ccR -uoU -uoU -uoU -rKj -pjA -pjA -pjA -pjA -pyX -okd -erE -erE -erE -vJO +rzm +giP +giP +giP +daq +fCl +fCl +fCl +fCl +aGS +fZQ +xtz +xtz +xtz +wts aoD -cuR -cuR +wbI +wbI aoD aoD aoD @@ -36627,106 +36627,106 @@ ayf ayf cVY cVY -eaG -vqW -ged -ged -ged -ged -ged -ged -ged -ged -ged -ged -ged -wVZ -ged -ged -ged -ged -ged -ged -ged -ged -ged -ged -ged -ged -mhD -eaG +xzb +hOG +tue +tue +tue +tue +tue +tue +tue +tue +tue +tue +tue +kwv +tue +tue +tue +tue +tue +tue +tue +tue +tue +tue +tue +tue +idH +xzb ayf ayf aao aao aao aao -xxZ -eOO -kxd -kxd -kxd -kxd +ryi +upG +mCX +mCX +mCX +mCX aao -kxd -kxd -kpy -vTT -kxd -pDk +mCX +mCX +jCJ +sAO +mCX +ybf aao aao aao aao aao -scH -lOv +nhQ +ntx uHQ cyv jPm uFi wtj jPX -gMJ +oqC qVi wtj pbZ wtj -wCw -cnK -xfP -xfP -ffg -cfT -cfT -veU -cfT -cfT -cfT -dMG -qLD -cdU -jbh -kBo -ffg -ffg -mCX -qLD -sGU -xGi +erI +plb +uyU +uyU +jpB +mJl +mJl +lRk +mJl +mJl +mJl +ngu +suY +xxd +mPp +sVT +jpB +jpB +drY +suY +eEv +flL uHQ aao -cfT -cfT -cfT -cfT -cfT -lxE -lxE -cfT -cfT -cfT -cfT +mJl +mJl +mJl +mJl +mJl +veI +veI +mJl +mJl +mJl +mJl aao aao aao @@ -36745,8 +36745,8 @@ aao aao aao aae -sQm -sok +hvn +cnO aah aah aah @@ -36768,25 +36768,25 @@ aah aah aah aah -cdk -sQm -sQm -sQm -nAA +tQW +hvn +hvn +hvn +gha aae aao qsE -xHS -xoi -sgf -xoi -sgf -sgf -oio -cQY -onW -dkl -oBt +rED +fOT +kIx +fOT +kIx +kIx +lAA +iMs +cKZ +fDJ +lOh qsE aao aao @@ -36807,90 +36807,90 @@ aeI aeI aeI aoD -sqL -sqL -gmX -nNR -rvw -sqL -bqW -xbm +gZy +gZy +kjY +eRp +bla +gZy +bSO +pUA aoD -ixZ -uoU -uoU -tcJ -fSL -iXf -uoU -uoU -uAZ -vNt -uoU -uoU -qWk -uoU -uoU -uoU -uoU -rmn -uoU -rSq -uoU +cuY +giP +giP +nBh +mey +qlo +giP +giP +jHw +qqH +giP +giP +xgQ +giP +giP +giP +giP +pRQ +giP +vIT +giP aoD aao aao ayf cVY cVY -rwu -eaG -wDk -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -kDW -eaG -eaG +ugB +xzb +cUG +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +guU +xzb +xzb ayf aao aao aao aao -xxZ -kxd -kxd -kxd -toi -hXB -kxd -kxd -tXs -kxd -kxd -kxd -mxu +ryi +mCX +mCX +mCX +rHW +jQV +mCX +mCX +ryj +mCX +mCX +mCX +iyW aao aao aao @@ -36899,51 +36899,51 @@ aao aao aao uHQ -xzS +suQ vxQ mtL pUi uBo -vAF +eMD hZl ust -lEO -bin -xQe -tdK -wZp -wZp -wZp -hTX -hTX -nOf -gjX -qHI -cfT -dMG -tox -hXk -vMh -jtg -pgR -oFi -kCR +oyq +nNC +ewi +uRm +pLB +pLB +pLB +sDe +sDe +hRC +oRj +oAd +mJl +ngu +eLU +qea +ojb +qgr +mgy +sGZ +qyE uHQ uHQ uHQ uHQ -iqB -cfT -cfT -cfT -cfT -cfT -cfT -mAT -mAT -cfT -cfT -cfT +cqt +mJl +mJl +mJl +mJl +mJl +mJl +oPN +oPN +mJl +mJl +mJl aao aao aao @@ -36962,8 +36962,8 @@ aao aao aao aae -sQm -nkJ +hvn +utG aah aah aah @@ -36974,7 +36974,7 @@ aah aah aah aah -jBa +hVD aah aah aah @@ -36985,25 +36985,25 @@ aah aah aah aah -iJR -sQm -sQm -sQm -nAA +paI +hvn +hvn +hvn +gha aae aao qsE -jya -xoi -sgf -jjO -sgf -sgf -sgf -cQY -dkl -dkl -rTi +cVX +fOT +kIx +jEe +kIx +kIx +kIx +iMs +fDJ +fDJ +iZJ qsE aao aao @@ -37024,14 +37024,14 @@ aeI aeI aeI aoD -sqL -sqL -gmX -nNR -tYg -dop +gZy +gZy +kjY +eRp +xDi +xTm aFv -inP +ipZ aoD apG apG @@ -37039,74 +37039,74 @@ apG apG apG apG -nJN -uoU -uoU -vNt -uoU -uoU -uoU -uoU -uoU -uoU -uoU -uoU -uoU -uoU -uoU +gZd +giP +giP +qqH +giP +giP +giP +giP +giP +giP +giP +giP +giP +giP +giP aoD aao aao ayf cVY cVY -xsj -eaG -wDk -fGM -jFY -oiE -ryW -uUk -jFY -oiE -ryW -uUk -jFY -oiE -ryW -uUk -jFY -oiE -ryW -uUk -jFY -oiE -ryW -uUk -jFY -fGM -wVZ -kDW -iyx -eaG +vEj +xzb +cUG +fJt +xNZ +pxG +pxj +pxP +xNZ +pxG +pxj +pxP +xNZ +pxG +pxj +pxP +xNZ +pxG +pxj +pxP +xNZ +pxG +pxj +pxP +xNZ +fJt +kwv +guU +xMN +xzb ayf aao aao aao aao -sIS +wfD iGK -kxd -kxd -kxd -kxd -kxd -hXB -kxd -kxd -kxd -kxd +mCX +mCX +mCX +mCX +mCX +jQV +mCX +mCX +mCX +mCX aao aao aao @@ -37116,51 +37116,51 @@ aao aao aao weO -qLD +suY wtj rKs wJd -vwq -qLD +sYO +suY qVi eup enD tsy -mZS -mZS -fHL -vii -fHL -vii -vii -coN -vii -vii -cfT -naf -qKS -sgG -sFm -hWG -sFT -ffg -rbS +qih +qih +vZB +kDW +vZB +kDW +kDW +xgv +kDW +kDW +mJl +dMo +bTY +ezT +vCq +lMS +mck +jpB +eVF uHQ -kjP -qLD -dMG -uKL -cfT -cfT -cfT -cfT -cfT -cfT -sdG -sdG -cfT -cfT -cfT +jEm +suY +ngu +bqv +mJl +mJl +mJl +mJl +mJl +mJl +gVF +gVF +mJl +mJl +mJl aao aao aao @@ -37179,8 +37179,8 @@ aao aao aao aae -sQm -dGX +hvn +sNJ aah aah aah @@ -37202,25 +37202,25 @@ aah aah aah aah -oyA -sQm -sQm -sQm -nAA +dvx +hvn +hvn +hvn +gha aae aao qsE -dfZ -xoi -sgf -xoi -dkl -dkl -sgf -oBt -wWq -wWq -oGQ +sTy +fOT +kIx +fOT +fDJ +fDJ +kIx +lOh +knF +knF +qVk qsE aao aao @@ -37241,46 +37241,46 @@ aeI aeI aoD aoD -sqL -sqL -gmX -nNR -rvw -dop +gZy +gZy +kjY +eRp +bla +xTm aFv aFv aoD -oWk -oWk -oWk -oWk -vop +nRY +nRY +nRY +nRY +oJb arT -uoU -uoU -rmn -vNt -uoU -uoU -uoU -uoU -uoU -uoU -hzL -uoU -uoU -uoU -uoU +giP +giP +pRQ +qqH +giP +giP +giP +giP +giP +giP +vLk +giP +giP +giP +giP aoD aao aao ayf ayf cVY -xsj -eaG -wDk -kAu +vEj +xzb +cUG +kjs bie bje bie @@ -37302,11 +37302,11 @@ bie bie bje bie -rIc -wVZ -kDW -dGN -eaG +qua +kwv +guU +jtU +xzb ayf aao aao @@ -37314,16 +37314,16 @@ aao aao aao aao -sIS +wfD iGK -kxd -kxd -kxd -kxd -eOO -pDk -kxd -kxd +mCX +mCX +mCX +mCX +upG +ybf +mCX +mCX aao aao aao @@ -37343,41 +37343,41 @@ uHQ jlg vvL xuP -cfT -kKi -ezZ -ezZ -ezZ -ezZ -ezZ -bIU -ezZ -ezZ -qHI -qLD -ffg -xpp -kOj -qLD -lyn -dyu -kFi -ijw -qLD -kKe -dMG -xkn -cfT -cfT -sdG -mqa -cfT -cfT -mAT -mAT -cfT -cfT -cfT +mJl +uzp +lhS +lhS +lhS +lhS +lhS +fJo +lhS +lhS +oAd +suY +jpB +jGB +ggK +suY +kds +jkI +jfG +mHk +suY +vbF +ngu +isQ +mJl +mJl +gVF +ftW +mJl +mJl +oPN +oPN +mJl +mJl +mJl aao aao aao @@ -37396,8 +37396,8 @@ aao aao aao aae -sQm -lca +hvn +onb aah aah aah @@ -37419,24 +37419,24 @@ aah aah aah aah -xqM -sQm -sQm -sQm -nAA +tKn +hvn +hvn +hvn +gha aae aao qsE qsE -lVi -iFH -xoi -sgf -dkl -dkl -rTi -yib -wmq +hLV +nPA +fOT +kIx +fDJ +fDJ +iZJ +dZH +lYe qsE qsE aao @@ -37458,46 +37458,46 @@ aeI aeI aeI aoD -sqL -sqL -gmX -nNR -rvw -dop +gZy +gZy +kjY +eRp +bla +xTm aFv aFv aoD -oWk -vop -jny -oWk -oWk +nRY +oJb +uqS +nRY +nRY arT -uoU -uoU -uoU +giP +giP +giP aoD asl -iBa +qqT aoD asl -iBa +qqT aoD asl -iBa +qqT aoD asl -iBa +qqT aoD aao aao ayf -egj +gVg cVY -xsj -eaG -wDk -tvB +vEj +xzb +cUG +itx bie bie bie @@ -37519,11 +37519,11 @@ bie bie bie bie -nDr -wVZ -kDW -eaG -eaG +mFE +kwv +guU +xzb +xzb ayf aao aao @@ -37533,14 +37533,14 @@ aao aao aao aao -xxZ -kxd -kxd -kxd -kxd -kxd -kxd -toi +ryi +mCX +mCX +mCX +mCX +mCX +mCX +rHW aao aao aao @@ -37550,51 +37550,51 @@ aao aao aao uHQ -tqG +kra wtj wtj mBo wtj xrp rzT -ptr +hmp vmV bss -gjX -ezZ -ezZ -jjx -jjx -hHJ -ezZ -bIU -jjx -ncf -qHI -dMG -ffg -ffg -qLD -qLD -qLD -qLD -qLD -rxV -qLD -qLD -dSF -iqB -hya -cfT -mAT +oRj +lhS +lhS +sVz +sVz +dKJ +lhS +fJo +sVz +pjV +oAd +ngu +jpB +jpB +suY +suY +suY +suY +suY +xuO +suY +suY +ufE +cqt +jER +mJl +oPN vHw vHw -sdC -mAT -reB -cfT -cfT -cfT +wWQ +oPN +bQz +mJl +mJl +mJl aao aao aao @@ -37613,8 +37613,8 @@ aao aao aao aae -sQm -sok +hvn +cnO aah aah aah @@ -37636,23 +37636,23 @@ aah aah aah aah -cdk -sQm -sQm -sQm -nAA +tQW +hvn +hvn +hvn +gha aae aao aao qsE qsE qsE -xoi -sgf -oio -sgf -oBt -ork +fOT +kIx +lAA +kIx +lOh +uND qsE qsE aao @@ -37662,8 +37662,8 @@ aeI aeI aeI aeI -cVf -ybg +pLO +jmP aeI aeI aeI @@ -37675,46 +37675,46 @@ aeI aeI aeI aoD -sqL -sqL -gmX -nNR -rvw -dop +gZy +gZy +kjY +eRp +bla +xTm aFv aFv aoD -oWk -oWk -oWk -oWk -oWk -ggf -uoU -uoU -uoU +nRY +nRY +nRY +nRY +nRY +spd +giP +giP +giP asl -kkx -oWk +cSU +nRY asl -osm -oWk +cYA +nRY asl -osm -oWk +cYA +nRY asl -osm -oWk +cYA +nRY aoD aao aao ayf cVY cVY -xsj -eaG -wDk -utb +vEj +xzb +cUG +cjP bie bie bie @@ -37736,11 +37736,11 @@ bie bie bie bie -oIu -wVZ -kDW -eaG -eaG +xmj +kwv +guU +xzb +xzb ayf aao aao @@ -37750,14 +37750,14 @@ aao aao aao aao -xxZ -kxd -toi -kxd -kxd -vTT -vTT -pDk +ryi +mCX +rHW +mCX +mCX +sAO +sAO +ybf aao aao aao @@ -37771,47 +37771,47 @@ lrb mIu fML eUs -qLD -hNr +suY +svr lIL fBc -dds -hXa -gjX -ezZ -ezZ -jjx -hHJ -ezZ -ezZ -bIU -ezZ -ezZ -qHI -dMG -sGU -eks -biJ -oWo -qLD -xcd -ffg -qLD -oaL -qLD -dMG -iqB -cfT -cfT -jrF +rzo +biB +oRj +lhS +lhS +sVz +dKJ +lhS +lhS +fJo +lhS +lhS +oAd +ngu +eEv +vPf +wmc +geJ +suY +mns +jpB +suY +gsS +suY +ngu +cqt +mJl +mJl +snO vHw vHw -cfT -mAT -mAT -cfT -cfT -cfT +mJl +oPN +oPN +mJl +mJl +mJl aao aao aao @@ -37830,8 +37830,8 @@ aao aao aao aae -sQm -nkJ +hvn +utG aah aah aah @@ -37853,22 +37853,22 @@ aah aah aah aah -iJR -sQm -sQm -sQm -nAA +paI +hvn +hvn +hvn +gha aae aao aao aao aao qsE -itI -sgf -sgf -oio -rTi +uYP +kIx +kIx +lAA +iZJ qsE qsE aao @@ -37878,60 +37878,60 @@ aeI aeI aeI atQ -cVf -qpx -qpx -odX -vTs +pLO +fRZ +fRZ +ckA +cCi aeI aeI aeI -cVf -odX -ybg +pLO +ckA +jmP aeI aeI aoD -sqL -mZQ -cYf -nNR -cYf -dSS -dop +gZy +oOe +uIr +eRp +uIr +qFR +xTm aFv aoD -oWk -oWk -oWk -vop -jny +nRY +nRY +nRY +oJb +uqS arT -uoU -uoU -uoU +giP +giP +giP asl -eDN -oAX +wMq +mMW asl -eDN -oAX +wMq +mMW asl -eDN -oAX +wMq +mMW asl -eDN -oAX +wMq +mMW aoD aao aao ayf ayf cVY -plf -eaG -wDk -kNj +uUs +xzb +cUG +gNx bie bie bie @@ -37953,11 +37953,11 @@ bie bie bie bie -lse -wVZ -kDW -eaG -eaG +ofJ +kwv +guU +xzb +xzb ayf aao aao @@ -37967,14 +37967,14 @@ aao aao aao aao -xxZ -kxd -kxd +ryi +mCX +mCX iGK -kxd -vTT -vTT -kxd +mCX +sAO +sAO +mCX aao aao aao @@ -37992,42 +37992,42 @@ uHQ uHQ vHw fBc -dds -ddr -gjX -wjn -ezZ -jjx -hHJ -ezZ -jjx -uPU -jjx -ezZ -rJU +rzo +wur +oRj +ixU +lhS +sVz +dKJ +lhS +sVz +fQn +sVz +lhS +dRO cOt -uHN -ffg -stl -qLD -ffg -ffg -gLy -qLD -kvx -pBm -dMG -iqB -cfT -cfT -cfT -gjX -xds -vNZ -vii -cfT -cfT -cfT +oNq +jpB +mYU +suY +jpB +jpB +xLN +suY +dhc +eHM +ngu +cqt +mJl +mJl +mJl +oRj +xNw +wtm +kDW +mJl +mJl +mJl aao aao aao @@ -38047,8 +38047,8 @@ aao aao aao aae -sQm -dGX +hvn +sNJ aah aaF aah @@ -38070,11 +38070,11 @@ aah aah aaF aah -oyA -sQm -sQm -sQm -nAA +dvx +hvn +hvn +hvn +gha aae aao aao @@ -38082,63 +38082,63 @@ aao aao qsE qsE -mkX -mkX -mkX -mkX +uUK +uUK +uUK +uUK qsE aao aao aeI aeI aeI -cVf -odX -odX -qpx -qpx -qpx -qpx -qpx -odX -odX -odX -qpx -qpx -qpx -odX -odX +pLO +ckA +ckA +fRZ +fRZ +fRZ +fRZ +fRZ +ckA +ckA +ckA +fRZ +fRZ +fRZ +ckA +ckA aoD -sqL +gZy aoD -oZd -gcd -cXb +usD +wGC +njR aoD -dop +xTm aFv aoD -jny -jWp -bWD -oWk -oWk +uqS +lHV +qjo +nRY +nRY arT -uoU -uoU -uoU +giP +giP +giP asl -our -iHQ +hhQ +wGY asl -our -iHQ +hhQ +wGY asl -our -iHQ +hhQ +wGY asl -our -iHQ +hhQ +wGY aoD aao aao @@ -38146,9 +38146,9 @@ ayf cVY cVY cVY -xsj -wDk -kAu +vEj +cUG +kjs bie bie bie @@ -38170,11 +38170,11 @@ bie bie bie bie -rIc -wVZ -kDW -eaG -eaG +qua +kwv +guU +xzb +xzb ayf aao aao @@ -38184,15 +38184,15 @@ aao aao aao aao -xxZ -kxd -pDk +ryi +mCX +ybf aao -sIS -kxd -kxd -kxd -kxd +wfD +mCX +mCX +mCX +mCX aao aao aao @@ -38211,39 +38211,39 @@ vHw vec wbx bss -upi +oyz vHw -irc -jjx -ocd -jjx -ezZ -kKz -ljC -ncf -ezZ +pfx +sVz +jMn +sVz +lhS +mtA +wLt +pjV +lhS uHQ -jOX +uGe rNc -rdL -qLD -sVZ -vrl -qLD -qLD -qLD +dQo +suY +uRV +kzU +suY +suY +suY uHQ uHQ wfd uHQ -cfT -cfT -gjX -ezZ -ezZ -ezZ -vNZ -cfT +mJl +mJl +oRj +lhS +lhS +lhS +wtm +mJl aao aao aao @@ -38264,73 +38264,73 @@ aao aao aao aae -sQm -sQm -oBw -ooO -qgw -lyj -oBw -vRL -uny -lyj -oBw -ooO -qgw -lyj -oBw -ooO -qgw -lyj -oBw -ooO -qgw -lyj -oBw -sQm -uZw -sQm -sQm -nAA +hvn +hvn +eMt +jnT +doN +cEK +eMt +jnP +lko +cEK +eMt +jnT +doN +cEK +eMt +jnT +doN +cEK +eMt +jnT +doN +cEK +eMt +hvn +cJC +hvn +hvn +gha aae aao aao aeI aeI aeI -gCN -paC -paC -uhZ -paC -oZx -hkf +nLH +oUu +oUu +hBL +oUu +nSd +vdq aeI aeI aeI -uMi -tMs -qBP -qBP -qBP -tMs -qBP -qBP -tMs -tMs -tMs -tMs -tMs -qBP -tMs -qBP -fXM +lFM +tfn +soo +soo +soo +tfn +soo +soo +tfn +tfn +tfn +tfn +tfn +soo +tfn +soo +vGK aoD aoD aoD -cYf -nNR -cYf +uIr +eRp +uIr aoD aoD aoD @@ -38342,7 +38342,7 @@ aoD aoD aoD aoD -yfq +vGN aoD aoD aoD @@ -38362,10 +38362,10 @@ ayf ayf cVY cVY -rwu -eaG -wDk -oag +ugB +xzb +cUG +tvO bie bie bie @@ -38376,7 +38376,7 @@ bie bie bie bie -xIC +ePW bie bie bie @@ -38387,11 +38387,11 @@ bie bie bie bie -nDr -wVZ -kDW -eaG -eaG +mFE +kwv +guU +xzb +xzb ayf aao aao @@ -38401,16 +38401,16 @@ aao aao aao aao -xxZ -kxd -pDk +ryi +mCX +ybf aao aao -sIS -kxd -kxd -kxd -kxd +wfD +mCX +mCX +mCX +mCX aao aao aao @@ -38430,37 +38430,37 @@ aao aao aao aao -dDv -gSf -rQN -jNU -ezZ -kKz -hHJ -jjx -jjx +kCh +rqS +pqI +dFy +lhS +mtA +dKJ +sVz +sVz uHQ wtj ohY -qLD -sGU -qLD -kjP -qLD -qLD -qLD -ekO +suY +eEv +suY +jEm +suY +suY +suY +wSZ ipf sdP uHQ -cfT -xQe -xQe -swZ -imM -ezZ -ezZ -qHI +mJl +ewi +ewi +wnI +sWR +lhS +lhS +oAd aao aao aao @@ -38481,75 +38481,75 @@ aao aao aao aae -uZw -eXF -eXF -eXF -eXF -eXF -eXF -eXF -eXF -eXF -eXF -eXF -eXF -uZw -eXF -hHn -eXF -hHn -hHn -eXF -eXF -nnG -eXF -eXF -eXF -eXF -eXF -jRS +cJC +evY +evY +evY +evY +evY +evY +evY +evY +evY +evY +evY +evY +cJC +evY +dDS +evY +dDS +dDS +evY +evY +eyS +evY +evY +evY +evY +evY +cDT aae -ncY +hkI aeI aeI aeI aeI -rjl -paC -uhZ -paC -paC -dRT +xit +oUu +hBL +oUu +oUu +wBo aeI aeI aeI aeI -lQd -paC -uhZ -lzU -lzU -lzU -wlX -uhZ -paC -xaj -itG -itG -itG -itG -itG -itG -vOW -fXM -qpx +wEP +oUu +hBL +hKz +hKz +hKz +wzB +hBL +oUu +lhD +uje +uje +uje +uje +uje +uje +jYf +vGK +fRZ aoD -oZd -gcd -oZd +usD +wGC +usD aoD -iSh +dAA aoD aEu aEu @@ -38569,20 +38569,20 @@ aoD aEu aEu aoD -kLi -kLi +qEh +qEh aoD -kLi -kLi -wbl -kLi -eaG -wtP -wtP -eaG -eaG -wDk -utb +qEh +qEh +rAL +qEh +xzb +kyV +kyV +xzb +xzb +cUG +cjP bie bie bie @@ -38604,11 +38604,11 @@ bie bie bie bie -oIu -wVZ -kDW -eaG -eaG +xmj +kwv +guU +xzb +xzb ayf aao aao @@ -38618,18 +38618,18 @@ aao aao aao aao -xxZ -kxd -mxu +ryi +mCX +iyW aao aao aao -xxZ -kxd -toi -kxd -kxd -kxd +ryi +mCX +rHW +mCX +mCX +mCX aao aao aao @@ -38646,37 +38646,37 @@ aao aao aao aao -pIs -xZI -jBT -hlK -ctv -ezZ -tNG -heT -qJm -imM +wXJ +igg +orY +iqG +olY +lhS +gXy +oZY +cFT +sWR uHQ wtj qSj -qLD +suY uHQ -cYF -oyX -jcs -hSa -qLD -qYd +kjf +qUy +fzL +wqb +suY +dKh dKo -qLD +suY uHQ -vii -vii -vii -vii -gjX -ezZ -ezZ +kDW +kDW +kDW +kDW +oRj +lhS +lhS aao aao aao @@ -38711,7 +38711,7 @@ abk aah abu aaH -rfB +wPp aah aah aah @@ -38727,79 +38727,79 @@ aah aah aeG aae -ncY +hkI aeI aeI aeI aeI aeI -lQd -paC -paC -ncY +wEP +oUu +oUu +hkI aeI aeI aeI aeI -cVf -lQd -paC -ncY -qpx -snb -qpx -qpx -lQd -paC -jAW -paC -paC -paC -paC -paC -paC -jAW -qof -qpx -rjl -paC -jAW -paC -dRT -iSh +pLO +wEP +oUu +hkI +fRZ +tCj +fRZ +fRZ +wEP +oUu +mgp +oUu +oUu +oUu +oUu +oUu +oUu +mgp +vnW +fRZ +xit +oUu +mgp +oUu +wBo +dAA aEu aEu aEu aEu aEu -pOR -guo -guo +qQl +oEF +oEF aEu aEu aEu aEu aEu aEu -kLi +qEh aEu aEu aEu aEu -kLi -kLi -kLi -kLi -wqN -wqN -wqN -eaG -eaG -eaG -eaG -eaG -wDk -pFn +qEh +qEh +qEh +qEh +lIu +lIu +lIu +xzb +xzb +xzb +xzb +xzb +cUG +vcS bie bie bie @@ -38821,11 +38821,11 @@ bie bie bie bie -lse -wVZ -kDW -eaG -eaG +ofJ +kwv +guU +xzb +xzb ayf aao aao @@ -38835,20 +38835,20 @@ aao aao aao aao -sIS -mxu +wfD +iyW aao aao aao aao -xxZ -kxd -kxd -kxd -kxd -kxd -kxd -lMx +ryi +mCX +mCX +mCX +mCX +mCX +mCX +syN aao aao aao @@ -38864,36 +38864,36 @@ aao aao aao aao -xAl -rSK -fAl -jjx -ezZ -wyN +wcp +vZa +hyG +sVz +lhS +ezs lCR -njT -gYZ +kyo +kQD uHQ wtj qmm -iDp +vKm lBe -qLD -qLD -rxV -hSa -ffg +suY +suY +xuO +wqb +jpB nqr -ffg +jpB xWr uHQ vHw -swZ -swZ -swZ -gjX -ezZ -jjx +wnI +wnI +wnI +oRj +lhS +sVz aao aao aao @@ -38928,7 +38928,7 @@ abl aah abv aaI -rZl +ndb aah aah aah @@ -38944,79 +38944,79 @@ aah aah aeG aae -ncY +hkI aeI aeI aeI aeI aeI -lQd -uhZ -uhZ -ncY +wEP +hBL +hBL +hkI aeI aeI aeI aeI -wXb -lQd -uhZ -qof -snb -uMi -tMs -tMs -paC -paC -jAW -paC -paC -paC -paC -paC -paC -dqz -vmE -qpx -qpx -lQd -jAW -ncY -qpx -dFl +tEC +wEP +hBL +vnW +tCj +lFM +tfn +tfn +oUu +oUu +mgp +oUu +oUu +oUu +oUu +oUu +oUu +uwt +iyH +fRZ +fRZ +wEP +mgp +hkI +fRZ +jDL aeI aEu aEu aEu aEu -sJR +kaK aEu -pOR -guo +qQl +oEF aEu -fho -sxQ -sxQ -sxQ -sxQ -sxQ -eWD -sxQ -sxQ -sxQ -eWD -sxQ -sxQ -eWD -sxQ -sxQ -foR -foR -ged -ged -ged -wVZ -nkb +sgU +szK +szK +szK +szK +szK +emZ +szK +szK +szK +emZ +szK +szK +emZ +szK +szK +knH +knH +tue +tue +tue +kwv +jEN bie bie bie @@ -39038,11 +39038,11 @@ bie bie bie bjo -rIc -wVZ -kDW -eaG -eaG +qua +kwv +guU +xzb +xzb ayf aao aao @@ -39058,14 +39058,14 @@ aao aao aao aao -xxZ -kxd -eOO -kxd -kxd -kxd -kxd -pDk +ryi +mCX +upG +mCX +mCX +mCX +mCX +ybf aao aao aao @@ -39083,34 +39083,34 @@ aao aao aao aao -imM -ezZ -ezZ -mdw +sWR +lhS +lhS +qjD ene -pSw -hTh +vZb +wTL uHQ uHQ uHQ uHQ uHQ -qLD -ent +suY +qHR uHQ -dMG -dMG +ngu +ngu wrS -cBk +sMC uHQ uHQ uHQ -vii -vii -vii -kKi -jGN -ezZ +kDW +kDW +kDW +uzp +hNK +lhS aao aao aao @@ -39145,7 +39145,7 @@ abm aah abw aaJ -nOA +vVG aah aah aah @@ -39161,45 +39161,45 @@ aah aah aeG aae -ncY -ybg +hkI +jmP aeI aeI aeI aeI -lQd -uhZ -paC -ncY +wEP +hBL +oUu +hkI aeI aeI aeI aeI -wXb -sAe -paC -qof -qpx -lQd +tEC +tvS +oUu +vnW +fRZ +wEP anp anp anp -eJf -vsL -eJf +hwH +uBL +hwH anp anp anp -rXc -paC -jAW -qof -qpx -qpx -lQd -jAW -ncY -iSh +aiG +oUu +mgp +vnW +fRZ +fRZ +wEP +mgp +hkI +dAA aeI aeI aeI @@ -39209,31 +39209,31 @@ aEu aEu aEu aEu -pOR -pOR -pQT -xue -iFl -koN -koN -iFl -koN -koN -iFl -scu -koN -xue -pHf -xue -xue -xue -mlK -eWV -mlK -mlK -mlK -wVZ -tvB +qQl +qQl +qjB +gOh +wfu +rNt +rNt +wfu +rNt +rNt +wfu +tow +rNt +gOh +qWr +gOh +gOh +gOh +guI +uBO +guI +guI +guI +kwv +itx bie bie bie @@ -39255,11 +39255,11 @@ bie bie bie bie -nDr -wVZ -kDW -eaG -eaG +mFE +kwv +guU +xzb +xzb ayf aao aao @@ -39275,58 +39275,58 @@ aao aao aao aao -xxZ -kxd -kxd -kxd -kxd -kxd -kxd -kxd -xxZ +ryi +mCX +mCX +mCX +mCX +mCX +mCX +mCX +ryi aao aao xMr -bMZ +cwM lbZ maF sbA pcf -ogv -dHY -vii -pcq -uGd -hUn -qhO -dwo -kKi -ezZ -hHJ -rTJ -dhZ -gkP -kKi -xds -ezZ -ezZ -ezZ -ezZ -qHI -cfT -tKc -gjX -ezZ -foQ -jjx +xnB +jvj +kDW +eMZ +gqD +far +bNc +ckt +uzp +lhS +dKJ +wyZ +wym +vOJ +uzp +xNw +lhS +lhS +lhS +lhS +oAd +mJl +cAQ +oRj +lhS +ymc +sVz nCX uHQ uHQ -ezZ -ezZ -ezZ -ezZ -ezZ +lhS +lhS +lhS +lhS +lhS aao aao aao @@ -39362,7 +39362,7 @@ aah aah aah aah -wGu +xKm aah aah aah @@ -39378,26 +39378,26 @@ aah aah aeG aae -ncY -qpx -ybg +hkI +fRZ +jmP aeI aeI aeI -lQd -paC -paC -qof +wEP +oUu +oUu +vnW aeI aeI aeI aeI -wXb -lQd -paC -qof -iSh -lQd +tEC +wEP +oUu +vnW +dAA +wEP anp avT bZp @@ -39408,15 +39408,15 @@ azn avT avT anp -paC -jAW -ncY -qpx -qpx -lQd -jAW -ncY -iSh +oUu +mgp +hkI +fRZ +fRZ +wEP +mgp +hkI +dAA aeI aeI aEu @@ -39425,32 +39425,32 @@ aEu aEu aEu aEu -kLi -kLi -kLi -eYP -fmU -kLi -kLi -kLi -vYC -vYC -vYC -vYC -vYC -kLi -pQT -xue -xue -xue -ofK -mSz -eaG -eaG -eaG -eaG -wDk -utb +qEh +qEh +qEh +gEt +qQx +qEh +qEh +qEh +gGJ +gGJ +gGJ +gGJ +gGJ +qEh +qjB +gOh +gOh +gOh +eSn +jfX +xzb +xzb +xzb +xzb +cUG +cjP bie bje bie @@ -39472,11 +39472,11 @@ bie bie bje bie -oIu -wVZ -kDW -eaG -ePI +xmj +kwv +guU +xzb +mkF ayf aao aao @@ -39492,58 +39492,58 @@ aao aao aao aao -sIS +wfD iGK iGK -kxd -kxd -toi -kxd -kxd -xxZ -kxd -hHs +mCX +mCX +rHW +mCX +mCX +ryi +mCX +exQ fYH -vPm +oFl dCA cAN -klc +pTw mhG -uBk -nLc -kKd -hUY -hsK -tGo -xAa -nsT -ezZ -fgV -hcU -bIU -wtK -vKq -ezZ -jjx -mVj -ezZ -ezZ -ezZ -qHI -cfT -cfT -gjX -hHJ -nbl -eLY +jhK +vxz +xlT +vwZ +ttB +ezF +moJ +csL +lhS +pQb +iJI +fJo +seN +vyS +lhS +sVz +gJh +lhS +lhS +lhS +oAd +mJl +mJl +oRj +dKJ +fCw +xev nCX uHQ uHQ -cPW -cyS -cPW -dIV -cyS +wPD +esA +wPD +swd +esA aao aao aao @@ -39564,11 +39564,11 @@ aao aao aao aao -uQp +kqr aae aae aae -wUL +oNc aah aah aaU @@ -39579,7 +39579,7 @@ aah aah aah aah -wGu +xKm aah aah aah @@ -39595,48 +39595,48 @@ aah aah aeG aae -ncY -qpx -qpx -ybg +hkI +fRZ +fRZ +jmP ahi aeI -lQd -paC -paC -ncY +wEP +oUu +oUu +hkI aeI aeI aeI aeI -wXb -lQd -paC -ncY -iSh -lQd +tEC +wEP +oUu +hkI +dAA +wEP bFw -hbR -hbR -hKN +uyl +uyl +svl axZ avT azo aAq aAZ anp -paC -jAW -paC -tMs -tMs -bWe -jAW -ncY -iSh +oUu +mgp +oUu +tfn +tfn +pqa +mgp +hkI +dAA aeI -uMi -qBP +lFM +soo aEu aEu aEu @@ -39644,56 +39644,56 @@ aEu aEu aEu aEu -sxQ -pHf -xue -sxQ -sxQ -sxQ -sxQ -sxQ -sxQ -uEq +szK +qWr +gOh +szK +szK +szK +szK +szK +szK +wdV aYF -pDG -pQT -xue -pHf -xue -dta -mSz -eaG -iWn -eaG -eaG -wDk -fGM -eYo -njG -xed -fcW -uJX -njG -xed -qqN -eYo -njG -xed -qqN -eYo -njG -xed -qqN -eYo -njG -xed -qqN -eYo -fGM -wVZ -kDW -eaG -boi +wEQ +qjB +gOh +qWr +gOh +syX +jfX +xzb +wGT +xzb +xzb +cUG +fJt +oLD +xjH +xPw +uuj +qSx +xjH +xPw +uSB +oLD +xjH +xPw +uSB +oLD +xjH +xPw +uSB +oLD +xjH +xPw +uSB +oLD +fJt +kwv +guU +xzb +fMo ayf aao aao @@ -39712,55 +39712,55 @@ aao aao aao aao -xxZ -kxd -kxd -kxd -kxd -kxd -kxd -qCP +ryi +mCX +mCX +mCX +mCX +mCX +mCX +jWG uxx fOM ulH -xDr -klc +hAS +pTw uxx -tCA -nwR -bst -gmy -jWO -sRS -lGE -lGE -ecJ -ezZ -ezZ -kKz -ezZ -sNW -cLY -dgM -ezZ -jjx -ezZ -ezZ -qHI -cfT -cfT -gjX -ezZ -nbl -jjx -dUl +faK +cSt +veN +uzL +otQ +oZp +ksT +ksT +oiz +lhS +lhS +mtA +lhS +eSR +wsT +hhz +lhS +sVz +lhS +lhS +oAd +mJl +mJl +oRj +lhS +fCw +sVz +cuf uHQ uHQ -fPL -swZ -swZ -swZ -swZ +ccN +wnI +wnI +wnI +wnI aao aao aao @@ -39780,11 +39780,11 @@ aao aao aao aao -xkK -wvJ -wvJ -kXv -yly +pYl +xAU +xAU +wzF +hGV aae aah aah @@ -39796,7 +39796,7 @@ aah abD aah aah -wGu +xKm aah aah aah @@ -39811,48 +39811,48 @@ aah aah aah aeG -sbU -paC -tMs -tMs -tMs -tMs -tMs -paC -paC -paC -paC -tMs -tMs -tMs -qBP -qBP -paC -paC -qof -iSh -lQd +caZ +oUu +tfn +tfn +tfn +tfn +tfn +oUu +oUu +oUu +oUu +tfn +tfn +tfn +soo +soo +oUu +oUu +vnW +dAA +wEP bFw -kWd -nOB -xjh +wvv +nEm +vKG axZ avT avT avT avT anp -paC -fpk -upc -upc -upc -ktB -ife -dRT -iSh +oUu +uIx +kzK +kzK +kzK +fnD +gMx +wBo +dAA aeI -lQd +wEP aoH aoH aoH @@ -39862,55 +39862,55 @@ aoH aoH aoH asj -kle -kle +roO +roO asj aoH aoH asK -fdF +siN asK -fmU +qQx aYF aYF -pQT -xue -pHf -xue -dta -mSz -eaG -eaG -eaG -eaG -wDk -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -kDW -eaG -dWd +qjB +gOh +qWr +gOh +syX +jfX +xzb +xzb +xzb +xzb +cUG +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +guU +xzb +shD ayf aao aao @@ -39929,56 +39929,56 @@ aao aao aao aao -xxZ -kxd -kxd -kxd -kxd -gSo -xMl -ilv +ryi +mCX +mCX +mCX +mCX +qSP +nxU +iYV tCh eZw cVh -hQB -pfU +fEC +rDi tCh -wiL -pBh -pBh -pBh -pBh -uUa -lnD -irY -pBh -pBh -uUa -wLK -pBh -pBh -pBh -lsf -pBh -pBh -pBh -cPv -lTt -wAe -wAe -fjV -jey -xwI -ezZ +sfO +tWD +tWD +tWD +tWD +rzp +jac +pXF +tWD +tWD +rzp +kHa +tWD +tWD +tWD +mPx +tWD +tWD +tWD +eKy +rSl +rZT +rZT +iIE +fFT +rNE +lhS nCX uHQ aao -mAT -mAT -mAT -mAT -mAT -mAT +oPN +oPN +oPN +oPN +oPN +oPN aao aao aao @@ -39996,12 +39996,12 @@ aab aao aao aao -rhG -xkK -jjW -xkK -vRP -yly +xpV +pYl +uBZ +pYl +cRQ +hGV aaq aah aah @@ -40013,7 +40013,7 @@ aah aah aah aah -wGu +xKm aah aah aah @@ -40028,105 +40028,105 @@ aah aah aah agr -pML -itG -itG -itG -itG -qGJ -paC -paC -paC -paC -paC -paC -uhZ -paC -uhZ -uhZ -paC -uhZ -ncY -iSh -lQd +nlF +uje +uje +uje +uje +dJR +oUu +oUu +oUu +oUu +oUu +oUu +hBL +oUu +hBL +hBL +oUu +hBL +hkI +dAA +wEP bFw -kWd -kWd -xjh +wvv +wvv +vKG axZ avT avT avT avT anp -ncY -jUD -jUD -jUD -qpx -qpx -qpx -qpx -dFl +hkI +dpy +dpy +dpy +fRZ +fRZ +fRZ +fRZ +jDL aeI -sAe +tvS apt -eNw -yeU -xsA -yeU -yeU -ljj -xsA -kfz -yeU -yeU -ehu -wNX +uPS +sPe +qCo +sPe +sPe +oid +qCo +bmw +sPe +sPe +mlH +jlL aoH aXH aXH asK -fmU +qQx aYF aYF -pQT -xue -pHf -xue -dta -eaG -aao -aao -eaG -eaG -wDk -qzF -geM -geM -mlK -mlK -mlK -wVZ -wVZ -wVZ -mlK -mlK -wVZ -mlK -mlK -mlK -mlK -mlK -mlK -wVZ -wVZ -wVZ -mlK -mlK -mlK -kVV -eaG +qjB +gOh +qWr +gOh +syX +xzb +aao +aao +xzb +xzb +cUG +ifZ +iZH +iZH +guI +guI +guI +kwv +kwv +kwv +guI +guI +kwv +guI +guI +guI +guI +guI +guI +kwv +kwv +kwv +guI +guI +guI +cBV +xzb ayf ayf aao @@ -40146,56 +40146,56 @@ aao aao aao aao -sIS +wfD iGK iGK -kxd -kxd -kxd -kxd -qCP +mCX +mCX +mCX +mCX +jWG uxx -xbf -lVk +vFf +qVE kKx -gJa +pIQ uxx -vlE -oQo -uPi -pQe -swZ -swZ -tGA -ica -imM -ezZ -ezZ -bIU -ezZ -ezZ -ncf -fPL -swZ -swZ -swZ -imM -ezZ -ezZ -ezZ -wjn -jjx -ezZ -fPL -qLD +xJl +qac +eIU +mwP +wnI +wnI +rQR +tNY +sWR +lhS +lhS +fJo +lhS +lhS +pjV +ccN +wnI +wnI +wnI +sWR +lhS +lhS +lhS +ixU +sVz +lhS +ccN +suY uHQ aao aao -mAT -mAT -reB -mAT -mAT +oPN +oPN +bQz +oPN +oPN aao aao aao @@ -40212,13 +40212,13 @@ aaa aab aao aao -xkK -xkK -xkK -xkK -xkK -vRP -yly +pYl +pYl +pYl +pYl +pYl +cRQ +hGV aae aah aah @@ -40230,7 +40230,7 @@ aah adL aah aah -wGu +xKm aah acx aah @@ -40245,50 +40245,50 @@ acx aah aah aeG -sbU -paC -wlX -wlX -paC -jAW -paC -wlX -wlX -wlX -wlX -wlX -wlX -wlX -wlX -wlX -wlX -lzU -tjG -iSh -lQd +caZ +oUu +wzB +wzB +oUu +mgp +oUu +wzB +wzB +wzB +wzB +wzB +wzB +wzB +wzB +wzB +wzB +hKz +fhN +dAA +wEP bFw -tOG -iZo -uRS +pVC +ibD +xUm aya avT azo aAq aAZ anp -ncY +hkI aeI aeI ahi -vWs -jUD -dFl +uBz +dpy +jDL aeI aeI aeI -sAe +tvS apt -eNw +uPS aNo aOB aOB @@ -40299,51 +40299,51 @@ aNo aOB aOB aNo -fAK +uKg aoH aXH aXH asK -fmU +qQx aYF aYF -rqX -xue -xue -xue -dta -eaG -eaG -aao -aao -eaG -wDk -qzF -wVZ -kDW -cbD -rYf -pKk -wDk -wVZ -ygD +hQU +gOh +gOh +gOh +syX +xzb +xzb +aao +aao +xzb +cUG +ifZ +kwv +guU +oxY +eLG +nwV +cUG +kwv +rVC ayf ayf -fGM +fJt ayf ayf -kiO -eaG -eaG -eaG -wDk -wVZ -kDW -eaG -kiO -eaG -eaG -eaG +qMH +xzb +xzb +xzb +cUG +kwv +guU +xzb +qMH +xzb +xzb +xzb aao aao aao @@ -40366,54 +40366,54 @@ aao aao aao aao -kDZ -xPZ -sWk -fqJ -hnH +lAP +aPZ +gsb +eJa +kTE uxx fOM kcx pbX -klc +pTw uxx -lwG -qGP -dql +mxk +siy +jbk vHw vHw uHQ uHQ -dMG -dMG -ucR +ngu +ngu +qet vRs -bIU -jjx -ezZ -hHJ -qHI +fJo +sVz +lhS +dKJ +oAd aao aao -vii -vii -jjx -ezZ -npl +kDW +kDW +sVz +lhS +kVP uHQ -sHY -xqh -qLD -saR +hEG +twh +suY +wAl uHQ aao aao -cfT -vii -vii -cfT -cfT -cfT +mJl +kDW +kDW +mJl +mJl +mJl aao aao aao @@ -40429,17 +40429,17 @@ aaa aab aao aao -ggA -xkK -xkK -cod -eTg -rng -yly +jZi +pYl +pYl +nMG +wYd +uTV +hGV aae aaw -sbU -qJz +caZ +kWs aaw aaw abx @@ -40447,7 +40447,7 @@ abx aaw aaw aah -wGu +xKm aah aah aah @@ -40463,26 +40463,26 @@ aah aah aeG aae -tTe -qpx -qpx -lQd -jAW -ncY -qpx -qpx -qpx -qpx -qpx -qpx -qpx -qpx -qpx -qpx -qpx -qpx -qpx -lQd +qvO +fRZ +fRZ +wEP +mgp +hkI +fRZ +fRZ +fRZ +fRZ +fRZ +fRZ +fRZ +fRZ +fRZ +fRZ +fRZ +fRZ +fRZ +wEP anp avT avT @@ -40493,7 +40493,7 @@ avT avT avT anp -ncY +hkI aeI aeI aeI @@ -40503,65 +40503,65 @@ aeI aeI aeI aeI -sAe +tvS apt -eNw +uPS aOw -wop -fcV -qlo -xEg -jlX -qjP +tIw +vXJ +fxM +xXv +rpY +sfE aNo -kfz -slN -cGs +bmw +ink +dRj aoH aXH aXH asK -fmU +qQx bbb aYF -pQT -xue -xue -xue -dta -eaG -eaG -xxO -eaG -eaG -wDk -wVZ -wVZ -wVZ -ged -ged -ged -wVZ -wVZ -eGI +qjB +gOh +gOh +gOh +syX +xzb +xzb +oEg +xzb +xzb +cUG +kwv +kwv +kwv +tue +tue +tue +kwv +kwv +tXa ayf ayf ayf ayf ayf -eaG -eaG -kiO -eaG -wDk -wVZ -kDW -eaG -eaG -eaG -eaG -eaG -kiO +xzb +xzb +qMH +xzb +cUG +kwv +guU +xzb +xzb +xzb +xzb +xzb +qMH aao aao aao @@ -40583,39 +40583,39 @@ aao aao aao aao -kDZ -xPZ -xPZ -xPZ -trU -pjp +lAP +aPZ +aPZ +aPZ +tDq +oFX rUn dSg pQE jDy -xNK -gll -sLh +seK +caf +ddd vHw vHw vHw uHQ -pjX -gCX -dds -bkP +rQP +xqp +rzo +hWI qVi -bIU -ezZ -jjx -ezZ -qHI +fJo +lhS +sVz +lhS +oAd vHw vHw -swZ -swZ -ezZ -ezZ +wnI +wnI +lhS +lhS aao uHQ uHQ @@ -40625,12 +40625,12 @@ uHQ uHQ aao aao -kKi -ezZ -ezZ -qHI -mAT -mAT +uzp +lhS +lhS +oAd +oPN +oPN aao aao aao @@ -40647,24 +40647,24 @@ aab aao aao aao -xkK -cod -rng -rng -rng -vmX +pYl +nMG +uTV +uTV +uTV +bnp aae -dlk -kOY -swt -naT -dOB -nwr -mWZ -shu +iQS +dSc +icc +lPC +xDb +loK +cWL +vwu aaw aca -wGu +xKm aah aah aah @@ -40680,26 +40680,26 @@ aah aah aeG aae -ncY -qpx -qpx -lQd -jAW -ncY -qpx -qpx -qpx -qpx -qpx -qpx -qpx -qpx -mpt -qpx -qpx -qpx -qpx -lQd +hkI +fRZ +fRZ +wEP +mgp +hkI +fRZ +fRZ +fRZ +fRZ +fRZ +fRZ +fRZ +fRZ +rLF +fRZ +fRZ +fRZ +fRZ +wEP anp avU avT @@ -40710,7 +40710,7 @@ avT avT aBa anp -ncY +hkI aeI aeI aeI @@ -40720,66 +40720,66 @@ aeI aeI aeI aeI -sAe +tvS apt -eNw +uPS aOx -pge +tdX aoH aoH aoH aoH -cid +uII aNo -kfz +bmw aOB -gaU +lYw aoH aXH aXH asK -fmU +qQx aYF -mNh -pQT -xue -xue -xue -fmU -eaG -eaG -eaG -eaG -eaG -wDk -wVZ -wVZ -geM -mlK -mlK -mlK -wVZ -wVZ -hfA +lbL +qjB +gOh +gOh +gOh +qQx +xzb +xzb +xzb +xzb +xzb +cUG +kwv +kwv +iZH +guI +guI +guI +kwv +kwv +qRQ ayf aFc aFc aFc ayf -eRh -eRh +nuQ +nuQ axX -eaG -wDk -wVZ -kDW -eaG -eaG -eaG -eaG -eaG -eaG -chS +xzb +cUG +kwv +guU +xzb +xzb +xzb +xzb +xzb +xzb +xrG lzI aao aao @@ -40800,11 +40800,11 @@ aao aao aao aao -kDZ -xPZ -xPZ -xPZ -kFu +lAP +aPZ +aPZ +aPZ +rcQ uHQ tBf qjA @@ -40812,26 +40812,26 @@ bJS iaN uHQ tDk -vlT +seJ gNH aao aao uHQ -iev -eUS -qLD -svh +cYf +sFB +suY +eCO qVi -qMc -ezZ -ezZ -ezZ -vNZ -vii -vii -vii -kKi -fPL +qaI +lhS +lhS +lhS +wtm +kDW +kDW +kDW +uzp +ccN aao aao aao @@ -40841,13 +40841,13 @@ aao aao aao aao -kKi -ezZ -cPW -cPW -qHI -mAT -mAT +uzp +lhS +wPD +wPD +oAd +oPN +oPN aao aao aao @@ -40864,24 +40864,24 @@ aab aao aao aao -eTg -rng -rng -rng -tNE -wvJ +wYd +uTV +uTV +uTV +lTH +xAU aae -oPT -kOY -kOY -kOY -kOY -kOY -itg -kRL +dTO +dSc +dSc +dSc +dSc +dSc +pNE +icm abR aah -wGu +xKm aah aah acB @@ -40895,29 +40895,29 @@ aah aeF afg afg -rxR +lob aae -ncY -jUD -qpx -lQd -jAW -paC -tMs -tMs -tMs -tMs -tMs -tMs -tMs -tMs -tMs -tMs -tMs -tMs -tMs -paC -eJf +hkI +dpy +fRZ +wEP +mgp +oUu +tfn +tfn +tfn +tfn +tfn +tfn +tfn +tfn +tfn +tfn +tfn +tfn +tfn +oUu +hwH avT avT avT @@ -40927,7 +40927,7 @@ avT avT avT anp -ncY +hkI aeI aeI aeI @@ -40937,71 +40937,71 @@ aeI aeI aeI aeI -tiM +cnI aoH -ntP +vBF aOy -bMF -qmd -lWe -uxF -hhQ -gMz +ouG +tWt +vUf +tGr +kHG +jti aNo -xDF +tPf aQM aPG -vge +pan aYG aXH asK -fmU -mNh -kLi -pQT -xue -xue -xue -fmU -eaG -eaG -eaG -eaG -eaG -mLT -ckp -fYa -kDW -pKk -rWV -cbD -wDk -wVZ -wyJ -eFf +qQx +lbL +qEh +qjB +gOh +gOh +gOh +qQx +xzb +xzb +xzb +xzb +xzb +cYH +rjn +lOW +guU +nwV +iyv +oxY +cUG +kwv +pCy +gbL aFc aFc -eYY +dGm azb -pvU -wZV +ppW +lxa azb -ged -wVZ -wVZ -wVZ -ged -ged -ged -ged -ged -ged -ged -oLg -riy -riy -riy -lQC +tue +kwv +kwv +kwv +tue +tue +tue +tue +tue +tue +tue +yjv +lee +lee +lee +vcM keg keg keg @@ -41017,11 +41017,11 @@ aao aao aao aao -tfn -xPZ -xPZ -xPZ -kTN +kTY +aPZ +aPZ +aPZ +kiY uHQ uHQ uHQ @@ -41034,20 +41034,20 @@ aao aao aao uHQ -gyp -gCX -nJI -gXI +htq +xqp +teg +cXu uHQ vHw vHw -imM -ezZ -ezZ -ezZ -fPL -swZ -swZ +sWR +lhS +lhS +lhS +ccN +wnI +wnI aao aao aao @@ -41058,13 +41058,13 @@ aao aao aao aao -ezZ -ezZ -faM -cPW -vNZ -mAT -mAT +lhS +lhS +drS +wPD +wtm +oPN +oPN aao aao aao @@ -41081,24 +41081,24 @@ aab aao aao aao -xOk -xOk -rng -emD -xkK -uQp +pel +pel +uTV +bGe +pYl +kqr aae -kjj -swt -swt -kOY -swt -kOY -kOY -kjk +dMZ +icc +icc +dSc +icc +dSc +dSc +lKu abR aah -wGu +xKm aah aah aah @@ -41111,30 +41111,30 @@ aah aah aeG afh -lmG -fii -rvs -xxq +wxR +iiz +ttm +dTt ahX -wXb -lQd -jAW -paC -paC -paC -paC -paC -paC -paC -paC -paC -paC -paC -paC -paC -paC -paC -eJf +tEC +wEP +mgp +oUu +oUu +oUu +oUu +oUu +oUu +oUu +oUu +oUu +oUu +oUu +oUu +oUu +oUu +oUu +hwH avT avT avT @@ -41144,7 +41144,7 @@ avT avT avT anp -ncY +hkI aeI aeI aeI @@ -41154,9 +41154,9 @@ aeI aeI aeI aeI -lQd +wEP aoH -kfz +bmw aOx aNo aNo @@ -41167,58 +41167,58 @@ aUV aVK aOy aNo -ogT +rPo aoH aYH aXH asK -xue -sxQ -xHc -pHf -pHf -pHf -pHf -xue -rrt -ged -ged -ged -ged -nWw -geM -fXr -geM -ged -ged -ged -wVZ -wVZ -usO -eFf +gOh +szK +nuC +qWr +qWr +qWr +qWr +gOh +eQB +tue +tue +tue +tue +tdT +iZH +bKy +iZH +tue +tue +tue +kwv +kwv +onz +gbL aFc aFc -eYY +dGm azb -jML -oiQ -vLE -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -wVZ -oLg -hnL -hnL -hnL -sYb +fBP +uJN +vxL +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +kwv +yjv +nnu +nnu +nnu +cMQ keg xIP bvF @@ -41228,17 +41228,17 @@ bvS bvS bvS keg -lxX +fDW aao aao aao aao aao vex -jUe -vcT -xPZ -kFu +ydk +nRu +aPZ +rcQ vex aao aao @@ -41248,23 +41248,23 @@ aao aao aao aao -bSv +sDV aao uHQ -kUe -uyf -koo -gSp +qaQ +gQS +nvX +kKY uHQ vHw hLS -gjX -ezZ -jjx -ezZ -qHI -cfT -cfT +oRj +lhS +sVz +lhS +oAd +mJl +mJl aao aao aao @@ -41275,13 +41275,13 @@ aao aao aao aao -imM -ezZ -ezZ -jjx -ezZ -qHI -mAT +sWR +lhS +lhS +sVz +lhS +oAd +oPN aao aao aao @@ -41299,23 +41299,23 @@ aao aao aao aao -xkK -vRP -emD -xkK -vtY +pYl +cRQ +bGe +pYl +eIO aae -rCq -swt -swt -opJ -swt -swt -kOY -sxK +fDO +icc +icc +lxi +icc +icc +dSc +qkc aaw aah -wGu +xKm acn aah aah @@ -41328,30 +41328,30 @@ aah aah aeH aah -lmG -cXJ -fii -qof +wxR +clp +iiz +vnW ahX -wXb -lQd -lrE -itG -upc -upc -upc -upc -upc -upc -upc -upc -upc -upc -upc -upc -upc -itG -hgw +tEC +wEP +cJQ +uje +kzK +kzK +kzK +kzK +kzK +kzK +kzK +kzK +kzK +kzK +kzK +kzK +kzK +uje +rXc avV avV avV @@ -41361,7 +41361,7 @@ avT avT avT anp -ncY +hkI aeI aeI aeI @@ -41371,9 +41371,9 @@ aeI aeI aeI aeI -lQd +wEP aoH -qdv +xXn aOx aOB aOB @@ -41381,61 +41381,61 @@ aRM aOB aOB aUW -jtf -cph -ogT -wBL +gDj +lMn +rPo +eNW aoH aYI aXH asK -xue -xue +gOh +gOh asK -pHf -xue -xue -sYm -xue +qWr +gOh +gOh +wbO +gOh asK -wVZ -wVZ -wVZ +kwv +kwv +kwv asK -wVZ -wVZ -fXr -geM -uUd -uUd -eFf -wVZ -wVZ -lqS -eFf +kwv +kwv +bKy +iZH +seW +seW +gbL +kwv +kwv +lWq +gbL aFc aFc -eYY +dGm azb -jML -ewT +fBP +xFj azb -mlK -mlK -mlK -mlK -mlK -mlK -mlK -mlK -mlK -mlK -mlK -oLg -hnL -hnL -hnL -sYb +guI +guI +guI +guI +guI +guI +guI +guI +guI +guI +guI +yjv +nnu +nnu +nnu +cMQ keg rdR rdR @@ -41445,17 +41445,17 @@ btw btw btw keg -lxX +fDW aao aao aao aao aao aao -kDZ -xPZ -xPZ -kTN +lAP +aPZ +aPZ +kiY aao aao aao @@ -41468,19 +41468,19 @@ aao aao aao lBe -gyp -hMK -dds -tDa +htq +mQf +rzo +dBi uHQ aao -tKc -gjX -ezZ -ezZ -ezZ -qHI -cfT +cAQ +oRj +lhS +lhS +lhS +oAd +mJl aao aao aao @@ -41492,12 +41492,12 @@ aao aao aao aao -mAT -imM -ezZ -gkf -fPL -mAT +oPN +sWR +lhS +ikF +ccN +oPN aao aao aao @@ -41515,24 +41515,24 @@ aab aao aao aao -xkK -xkK -vRP -emD -jjW +pYl +pYl +cRQ +bGe +uBZ aao aae -mMi -kOY -kOY -kOY -jJb -kOY -kOY -ima +dNc +dSc +dSc +dSc +qOL +dSc +dSc +hQF abS aah -wGu +xKm aco aah aah @@ -41546,28 +41546,28 @@ aah aah aah aah -kUX -fii -nyI +uDm +iiz +vBs aeI -wXb -lQd -paC -ncY -qpx -qpx -jUD -jUD -qpx -qpx -qpx -qpx -jUD -jUD -qpx -qpx -qpx -lQd +tEC +wEP +oUu +hkI +fRZ +fRZ +dpy +dpy +fRZ +fRZ +fRZ +fRZ +dpy +dpy +fRZ +fRZ +fRZ +wEP anp avT avT @@ -41578,7 +41578,7 @@ avT avT avT anp -ncY +hkI aeI aeI aeI @@ -41588,18 +41588,18 @@ aeI aeI aeI aeI -lQd +wEP aoH -kfz +bmw aOz -spx -wOn -wte -lQQ -vSb -peV +lqT +glh +sMj +fMx +uxO +kVg aQM -gHj +xNq aoH aoH aoH @@ -41609,11 +41609,11 @@ asK atw atU asK -xAd -xAd -xAd -xAd -xAd +wNn +wNn +wNn +wNn +wNn asK atw atw @@ -41621,21 +41621,21 @@ atw asK asK asK -rMa -wul +wpA +jfb asK asK asK asK -eLV +hoH asK -wVV +eJd aFc -qJf -bqo +iqD +jsx azb -jML -ewT +fBP +xFj axX azB axX @@ -41645,34 +41645,34 @@ azB azB axX axX -qIW -cTW -cTW +vtB +cPJ +cPJ glB -mhB -hnL -hnL -hnL -dBw +dgJ +nnu +nnu +nnu +qCs rdR rdR -dBw +qCs btw btw btw hEC keg -lxX +fDW aao aao aao aao aao -xPZ -kDZ -xPZ -xPZ -kTN +aPZ +lAP +aPZ +aPZ +kiY aao aao aao @@ -41685,18 +41685,18 @@ aao aao aao uHQ -gIH -jIq -dWw -rst +kAT +rnN +jfL +frC hiP -jUX -cfT -cfT -swZ -swZ -swZ -cfT +xhN +mJl +mJl +wnI +wnI +wnI +mJl aao aao aao @@ -41707,14 +41707,14 @@ aao aao aao aao -ezZ -ezZ -qHI -mAT -swZ -swZ -mAT -mAT +lhS +lhS +oAd +oPN +wnI +wnI +oPN +oPN aao aao aao @@ -41732,24 +41732,24 @@ aab aao aao aao -xkK -cod -rng -rng -eTg +pYl +nMG +uTV +uTV +wYd aao aae -mMi -kOY -kOY -tXv -kOY -kOY -swt -eTZ +dNc +dSc +dSc +vIx +dSc +dSc +icc +sbd abT aah -wGu +xKm aah aah aah @@ -41763,28 +41763,28 @@ aah aah aah aah -lmG -cXJ -ncY +wxR +clp +hkI ahX -wXb -lQd -paC -ncY -qpx -dFl +tEC +wEP +oUu +hkI +fRZ +jDL aeI aeI -vWs -jUD -jUD -dFl +uBz +dpy +dpy +jDL aeI aeI -vWs -jUD -jUD -lQd +uBz +dpy +dpy +wEP anp avU avT @@ -41795,7 +41795,7 @@ avT avT aBa anp -ncY +hkI aeI aeI aeI @@ -41805,71 +41805,71 @@ aeI aeI aeI aeI -lQd +wEP aoH -qXt +gfP aOy -mDD +qDO aoH aoH aoH aoH -lIw +fpU aNo -kfz +bmw aoH aXH aXH aYJ aZm -fXS +uvi bay aZu asK -fzv -nRU -nRU -fzv -nRU +gyS +rOj +rOj +gyS +rOj asK aZu aZu aZu asK -fxP +kqu beT baz aZu bbM -djc +iit asK aZw aZu bld asK -qJf -bqo +iqD +jsx bme azb -jML -fjH -jHV -wZV +fBP +pil +jDq +lxa azb -nHT -aLk -eZD -koZ -uIl +oZJ +iSM +pad +cHf +kEw axX -eYY +dGm bme aao glB -mhB -hnL -hnL -sYb +dgJ +nnu +nnu +cMQ keg bvv lmg @@ -41879,17 +41879,17 @@ btw btw btw keg -lxX -lxX +fDW +fDW aao aao aao aao -xPZ -xPZ -xPZ -xPZ -xPZ +aPZ +aPZ +aPZ +aPZ +aPZ aao aao aao @@ -41902,17 +41902,17 @@ aao aao aao uHQ -nYD -uyf -dbH -qPq -sZa -cfT -vii -cfT -vii -cfT -iPF +dMS +gQS +mgk +iDp +oTc +mJl +kDW +mJl +kDW +mJl +qZX vHw aao aao @@ -41923,15 +41923,15 @@ aao aao aao aao -ezZ -fPL -swZ -mAT -mAT -mAT -mAT -mAT -mAT +lhS +ccN +wnI +oPN +oPN +oPN +oPN +oPN +oPN aao aao aao @@ -41949,24 +41949,24 @@ aab aao aao aao -xkK -vRP -rng -rng -rng +pYl +cRQ +uTV +uTV +uTV aao aae -mCF -eIn -qVx -vGx -hpp -rLN -vbB -iAK +qCH +qOi +wGy +lRg +vcE +hTR +cll +ekE abR aah -wGu +xKm aah aah aah @@ -41979,16 +41979,16 @@ aah aah aah aah -fii +iiz afh -fii -fXU +iiz +xUd aeI -wXb -lQd -paC -ncY -iSh +tEC +wEP +oUu +hkI +dAA aeI aeI aeI @@ -42001,7 +42001,7 @@ aeI aeI aeI aeI -lQd +wEP anp avT avT @@ -42012,7 +42012,7 @@ avT avT avT anp -ncY +hkI aeI aeI aeI @@ -42022,18 +42022,18 @@ aeI aeI aeI aeI -lQd +wEP apt -eNw +uPS aOy -prm -oAS -saq -pvo -whQ -rHm +xaq +cKH +twc +lso +jmT +tWl aNo -kfz +bmw aoH aXH aXH @@ -42042,51 +42042,51 @@ aXH asK baz aZu -vTo +lyJ aZu aZu aZu aZu aZu -uJe -xGS -bpR -qbL +req +eLK +svt +sea atA -deQ -qNZ -uHL -qNZ -qNZ +fLH +ihT +aWZ +ihT +ihT aZu asK aZu bkA hzy axL -eYY +dGm bme bme azb -jML -oiQ -oiQ -ewT +fBP +uJN +uJN +xFj azb -jML -oiQ -oiQ -oiQ -ewT +fBP +uJN +uJN +uJN +xFj azb bme bme aao glB -gqQ -gqQ -gqQ -gqQ +kIF +kIF +kIF +kIF keg xIP xIP @@ -42096,16 +42096,16 @@ bvS bvS bvS keg -lxX -cjZ +fDW +soK aao aao -gYY -fqJ -xPZ -xPZ -xPZ -xPZ +iUN +eJa +aPZ +aPZ +aPZ +aPZ aao aao aao @@ -42119,17 +42119,17 @@ aao aao aao uHQ -vQg -ftZ -hrh -jMl -eEG -ngf -eNJ -qHI -swZ -cfT -cfT +mIh +hWU +twH +sDK +cZE +cUM +eFI +oAd +wnI +mJl +mJl vHw aao aao @@ -42138,17 +42138,17 @@ aao aao aao aao -mAT -mAT -swZ -mAT -mAT -mAT -mAT -mAT -mAT -mAT -mAT +oPN +oPN +wnI +oPN +oPN +oPN +oPN +oPN +oPN +oPN +oPN aao aao aao @@ -42166,11 +42166,11 @@ aab aao aao aao -xkK -fRD -rng -rng -rng +pYl +hSw +uTV +uTV +uTV aao aae aae @@ -42183,7 +42183,7 @@ aae aae aae aah -gPP +oPB aah aah aah @@ -42197,15 +42197,15 @@ aah aah aah aah -lmG +wxR ahh -qof +vnW aeI -wXb -lQd -paC -ncY -iSh +tEC +wEP +oUu +hkI +dAA aeI aeI aeI @@ -42218,7 +42218,7 @@ aeI aeI aeI aeI -lQd +wEP anp qaR avT @@ -42229,7 +42229,7 @@ azo aAq aAZ anp -ncY +hkI aeI aeI aeI @@ -42239,9 +42239,9 @@ aeI aeI aeI aeI -lQd +wEP apt -eNw +uPS aOy aNo aNo @@ -42250,7 +42250,7 @@ aNo aNo aNo aOC -kfz +bmw aoH aXH aXH @@ -42271,39 +42271,39 @@ aZO aZu atA bkn -qNZ +ihT bfB bgD -hRg +gjc bbe -jxt +oIA bbe bbe aLo axL -eYY +dGm bme bme azb -jML -oiQ -oiQ -oiQ -vLE -oiQ -oiQ -iwy -vUp -vKY +fBP +uJN +uJN +uJN +vxL +uJN +uJN +ivy +cJF +tXe axX bme -tqM +imK aao glB -spd -swx -swx -oRA +fUu +xAw +xAw +qqu keg keg keg @@ -42313,17 +42313,17 @@ keg keg keg keg -lzM -xPZ -xPZ -xPZ -xPZ -xPZ -xPZ -xPZ -xPZ -xPZ -xPZ +sCu +aPZ +aPZ +aPZ +aPZ +aPZ +aPZ +aPZ +aPZ +aPZ +aPZ aao aao aao @@ -42336,36 +42336,36 @@ aao aao aao uHQ -iRd -nCz -lrp -gRl -god -cfT -flP -cfT -fjw -cfT -cfT -nzJ -cfT +eDn +obt +vJr +pXe +uoH +mJl +etr +mJl +nUh +mJl +mJl +bWC +mJl aao aao aao aao aao -qTB -fWQ -mAT -mAT -mAT -lGk -mAT -mAT -mAT -mAT -mAT -mAT +qZp +ugl +oPN +oPN +oPN +kio +oPN +oPN +oPN +oPN +oPN +oPN aao aao aao @@ -42383,11 +42383,11 @@ aab aao aao aao -jjW -xkK -fRD -rng -rng +uBZ +pYl +hSw +uTV +uTV aao aao aao @@ -42405,7 +42405,7 @@ aae aae aae aae -nol +vGa aae aae aaq @@ -42416,14 +42416,14 @@ aae aae aae aae -tjG +fhN aeI -wXb -sAe -paC -qof -qpx -ybg +tEC +tvS +oUu +vnW +fRZ +jmP aeI aeI aeI @@ -42435,7 +42435,7 @@ aeI aeI aeI aeI -lQd +wEP anp avT avT @@ -42446,7 +42446,7 @@ avT avT avT anp -ncY +hkI aeI aeI aeI @@ -42456,9 +42456,9 @@ aeI aeI aeI aeI -tce +ioM apu -kfz +bmw aOy aPC aNo @@ -42467,7 +42467,7 @@ aNo aTQ aRM aNo -xzO +qxe aoH aXH aXH @@ -42482,66 +42482,66 @@ aZu bdK aZM aZu -iSB -sIN -xcp -lyG +jPY +myu +jKG +vPt asK aZu -qNZ -uHL -qNZ -czE -nmU +ihT +aWZ +ihT +mww +cHx atA soi aZO blg axL -eYY +dGm bme bme azb -jML -oiQ -oiQ -ewT +fBP +uJN +uJN +xFj azb -jML -oiQ -iwy -vUp -lZZ +fBP +uJN +ivy +cJF +uGV azb -tqM -qIW +imK +vtB aao -lxX -tvI -lxX -hbf -lxX -qtC -xPZ -xPZ -xPZ -xPZ -xPZ -xPZ -xPZ -xPZ -xPZ -xPZ -vrk -vrk -vrk -xPZ -xPZ -xPZ -xPZ -xPZ -xPZ -xPZ +fDW +kOP +fDW +ura +fDW +qid +aPZ +aPZ +aPZ +aPZ +aPZ +aPZ +aPZ +aPZ +aPZ +aPZ +mCT +mCT +mCT +aPZ +aPZ +aPZ +aPZ +aPZ +aPZ +aPZ aao aao aao @@ -42554,34 +42554,34 @@ aao rIl rIl rIl -wWr -hQu -hQu +fIr +qyf +qyf wSj -cfT -cfT -lon -vii -vii -hca -cfT -cfT -cfT +mJl +mJl +jwK +kDW +kDW +nNG +mJl +mJl +mJl aao aao aao -ncf -mdp -qVG -mAT -mAT -jrF +pjV +knw +udZ +oPN +oPN +snO vHw -uRT -mAT -mAT -vii -hil +nWk +oPN +oPN +kDW +fPk aao aao aao @@ -42600,11 +42600,11 @@ aab aao aao aao -ggA -xkK -xkK -vRP -rng +jZi +pYl +pYl +cRQ +uTV aao aao aao @@ -42635,12 +42635,12 @@ aao aao aeI aeI -wXb -lQd -uhZ -qof -qpx -iSh +tEC +wEP +hBL +vnW +fRZ +dAA aeI aeI aeI @@ -42652,18 +42652,18 @@ aeI aeI aeI aeI -lQd +wEP anp anp alX -igF -nBi +uwh +bEB alX anp anp anp anp -ncY +hkI aeI aeI ahi @@ -42673,18 +42673,18 @@ aeI aeI aeI aeI -rWn +ltm apu -ntP +vBF aOy -cAj -nRm -cAj -nRm -qpq -iUU +iWi +msa +iWi +msa +kyq +pGl aNo -kfz +bmw aoH aXH aXH @@ -42703,62 +42703,62 @@ aZu bfB bbe bbe -jxt +oIA bbe bhE bbR biK -xRw -qmz +hqA +vgv atA soi aZu aZu axL -eYY +dGm bme bme azb -xHP -iVS -iVS -dXa +dGe +wRX +wRX +udF azb -xHP -oiQ -iVS -oiQ -qPG +dGe +uJN +wRX +uJN +dKY axX -qIW -qIW -aao -lxX -lxX -lxX -lxX -lxX -lxX -ddK -xPZ -xPZ -vrk -xPZ -xPZ -xPZ -xPZ -xPZ -dfE -lxX -lxX -lxX -qtC -xPZ -xPZ -xPZ -xPZ -xPZ -xPZ +vtB +vtB +aao +fDW +fDW +fDW +fDW +fDW +fDW +sIu +aPZ +aPZ +mCT +aPZ +aPZ +aPZ +aPZ +aPZ +oIQ +fDW +fDW +fDW +qid +aPZ +aPZ +aPZ +aPZ +aPZ +aPZ aao aao aao @@ -42769,36 +42769,36 @@ aao aao aao rIl -oZl -qOQ -vBX -vxY -vxY +pYJ +eKu +dcx +gZT +gZT rIl aao -cfT -ouL -ezZ -ezZ -vNZ -cfT -kgI -cfT +mJl +dpf +lhS +lhS +wtm +mJl +kYJ +mJl aao aao aao -fnR -cWd -wPi -qHI -mAT -mAT -yhH -mAT -mAT -gjX -jjx -ezZ +vWT +bEZ +lAW +oAd +oPN +oPN +fIi +oPN +oPN +oRj +sVz +lhS aao aao aao @@ -42817,11 +42817,11 @@ aab aao aao aao -xkK -xkK -xkK -vRP -rng +pYl +pYl +pYl +cRQ +uTV aao aao aao @@ -42852,12 +42852,12 @@ aao aao aeI aeI -wXb -lQd -uhZ -qof -qpx -iSh +tEC +wEP +hBL +vnW +fRZ +dAA aeI aeI aeI @@ -42869,18 +42869,18 @@ aeI aeI aeI aeI -lQd -paC -paC +wEP +oUu +oUu alu -oYI -tXH +dXe +tqC alu -paC -paC -paC -paC -ncY +oUu +oUu +oUu +oUu +hkI aeI aeI aeI @@ -42890,18 +42890,18 @@ aeI aeI aeI aeI -lQd +wEP apt -eNw +uPS aOy -rXJ +tXq aoH aoH aoH aoH -cAj +iWi aNo -thf +lbB aoH aXH aXH @@ -42916,15 +42916,15 @@ aZO bdL aZu aZu -iSB -qgW -kyB -puO +jPY +qie +owK +opq asK asK asK -rMa -wul +wpA +jfb asK asK asK @@ -42932,8 +42932,8 @@ rhW aZu blh asK -qJf -ykG +iqD +wMV bme axX azB @@ -42942,40 +42942,40 @@ azB axX axX axX -vAa +quP ayr -vAa +quP axX axX -qIW -gwD +vtB +qsc aao aao aao -lxX -lxX -kZQ -lxX -ddK -xPZ -whI -lxX -qtC -xPZ -xPZ -vrk -dfE -lxX -lxX -lxX -lxX -lxX -tuO -xPZ -xPZ -xPZ -xPZ -xPZ +fDW +fDW +vvQ +fDW +sIu +aPZ +loQ +fDW +qid +aPZ +aPZ +mCT +oIQ +fDW +fDW +fDW +fDW +fDW +jrf +aPZ +aPZ +aPZ +aPZ +aPZ aao aao aao @@ -42986,35 +42986,35 @@ aao aao aao rIl -dww -rTh -sRl -wjc -rSF +lRp +mIN +vuD +wXV +wBK rIl aao aao -gjX -vwB -fbY -skZ -jgk -cfT -cfT +oRj +egz +ezE +irl +jGF +mJl +mJl aao aao aao aao -guK -dwH -rSC -aTX -mAT -mAT -mAT -mAT -gjX -ezZ +vfM +muk +xlI +haI +oPN +oPN +oPN +oPN +oRj +lhS aao aao aao @@ -43034,12 +43034,12 @@ aab aao aao aao -xkK -xkK -cod -rng -rng -rng +pYl +pYl +nMG +uTV +uTV +uTV aao aao aao @@ -43069,56 +43069,56 @@ aao aeI aeI aeI -wXb -lQd -paC -ncY -qpx -dFl +tEC +wEP +oUu +hkI +fRZ +jDL aeI aeI aeI -uMi -tMs -tMs -tMs -tMs -tMs -tMs -tMs -paC -paC -paC +lFM +tfn +tfn +tfn +tfn +tfn +tfn +tfn +oUu +oUu +oUu alu -oYI -kYs +dXe +cEq alu -paC -paC -paC -paC -paC -tMs -tMs -tMs -tMs -tMs -tMs -ipp +oUu +oUu +oUu +oUu +oUu +tfn +tfn +tfn +tfn +tfn +tfn +qBH aeI aeI -sAe +tvS apt -eNw +uPS aOy -kEj -wpA -kEj -qWo -xsI -tSF +wgv +cBw +wgv +xmY +dbn +nCi aNo -vSa +vOY aoH aXH aYc @@ -43146,51 +43146,51 @@ aZu aZu asK atA -eLV +hoH atA asK axX axX axX axX -tnr -sBi -tnr +mqw +kCy +mqw axX -dhD -lzN -oiQ -orN -ewT +oHf +bWf +uJN +nCj +xFj azb -qIW -qIW -qIW -qIW +vtB +vtB +vtB +vtB aao aao aao -lxX -lxX -lxX -qtC -vrk -dfE -lxX -kZQ -qtC -dfE -lxX -lxX -lxX -lxX -lxX -tvI -lxX -ddK -xPZ -xPZ -xPZ +fDW +fDW +fDW +qid +mCT +oIQ +fDW +vvQ +qid +oIQ +fDW +fDW +fDW +fDW +fDW +kOP +fDW +sIu +aPZ +aPZ +aPZ aao aao aao @@ -43203,34 +43203,34 @@ aao aao aao hHb -lRf -vEM -rxD -vxY -vxY +paY +mcq +lgU +gZT +gZT rIl aao aao -cfT -imM -vKq -ezZ -ezZ -vNZ -vii +mJl +sWR +vyS +lhS +lhS +wtm +kDW aao aao aao -umk -liR -vnP -xKI -lZu -mAT -vii -mAT -mAT -mAT +kIy +egc +fuC +khk +ujv +oPN +kDW +oPN +oPN +oPN aao aao aao @@ -43252,11 +43252,11 @@ aao aao aao aao -eTg -rng -rng -rng -rng +wYd +uTV +uTV +uTV +uTV aao aao aao @@ -43285,17 +43285,17 @@ aao aao aeI aeI -cVf -qpx -lQd -uhZ -ncY -iSh +pLO +fRZ +wEP +hBL +hkI +dAA aeI aeI aeI aeI -lQd +wEP alu alu alu @@ -43307,8 +43307,8 @@ alu alu alu alu -igF -nBi +uwh +bEB alu alu alu @@ -43321,12 +43321,12 @@ alu alu alu alu -qyU +spG aCM aBR -ukV +vOA apt -eNw +uPS aOy aOB aNo @@ -43335,7 +43335,7 @@ aOy aNo aOB aOB -kfz +bmw aoH cec aXH @@ -43350,12 +43350,12 @@ bdi aZu aZu aZu -iSB -mYv -hMZ -hMZ -xcp -lyG +jPY +rqy +gKq +gKq +jKG +vPt aZu baz biL @@ -43366,47 +43366,47 @@ aZu aZu beA axX -mpb -mpb -mpb -gJD -bWf -mKw -wPm +qSb +qSb +qSb +jrr +qwt +wMo +eoA axX -dhD -lzN -oiQ -iwy -ewT +oHf +bWf +uJN +ivy +xFj azb -gwD -qIW -qIW -qIW -qIW -aao -aao -lxX -lxX -lxX -lxM -lxX -lxX -lxX -lxX -lxX -tvI -lxX -lxX -cjZ -lzM -sNe -lxX -lxX -ddK -xPZ -xPZ +qsc +vtB +vtB +vtB +vtB +aao +aao +fDW +fDW +fDW +igl +fDW +fDW +fDW +fDW +fDW +kOP +fDW +fDW +soK +sCu +xZp +fDW +fDW +sIu +aPZ +aPZ aao aao aao @@ -43420,33 +43420,33 @@ aao aao aao rIl -dww -drH -sRl -wjc -rSF +lRp +eog +vuD +wXV +wBK rIl aao aao -cfT -piv -kVu -ezZ -ncf -ezZ -ezZ +mJl +ssQ +wMz +lhS +pjV +lhS +lhS aao aao aao aao -rmT -ncf -qHI -cfT -gjX -ezZ -qHI -mAT +ndr +pjV +oAd +mJl +oRj +lhS +oAd +oPN aao aao aao @@ -43469,12 +43469,12 @@ aao aao aao aao -rng -rng -rng -rng -tNE -xkK +uTV +uTV +uTV +uTV +lTH +pYl aao aao aao @@ -43502,48 +43502,48 @@ aao aao aeI aeI -wXb -qpx -lQd -uhZ -ncY -jUn +tEC +fRZ +wEP +hBL +hkI +pWk aeI aeI aeI aeI -lQd +wEP alu -lkg -xnW -ldV -vIc -xPf -xnW -jKd +ceB +qZA +mNE +fPx +qvN +qZA +rzC alu -voX -eRe -brv -fvh -pji -wfI +iSK +rDk +eTT +eCx +cas +eDb alu -nWZ -wXV +xCb +szY amj -jEH -sts -pBJ -rNd -nzY +nyb +kJi +llV +iqK +gDD alu -nbQ +nGy aBR aBR -ukV +vOA aoH -kfz +bmw aOA aPG aQM @@ -43552,15 +43552,15 @@ aSI aOB aNo aNo -kfz +bmw aoH hmJ aXH asK asK atA -nRU -wul +rOj +jfb auk asK asK @@ -43582,48 +43582,48 @@ bfz aZO aZu bli -rNj -gfd -hjE -ykL -ykL -tCr -iwy -ewT +qha +mKX +fLV +hyz +hyz +vVd +ivy +xFj axX ayr ayr -gEc -iwy -ewT +osf +ivy +xFj axX axX axX -qIW -qIW -qIW +vtB +vtB +vtB aao aao aao -lxX -lxX -lxX -lxX -lxX -lxX -lxX -lxX -lxX -lxX -cjZ -xPZ -xPZ -xPZ -lzM -lzM -xPZ -xPZ -xPZ +fDW +fDW +fDW +fDW +fDW +fDW +fDW +fDW +fDW +fDW +soK +aPZ +aPZ +aPZ +sCu +sCu +aPZ +aPZ +aPZ aao aao aao @@ -43637,33 +43637,33 @@ aao aao aao rIl -brV -qtV -qtV +tzR +vRd +vRd rIl rIl rIl aao aao -cfT -cfT -fxk -imM -ezZ -wPi -ezZ +mJl +mJl +mBb +sWR +lhS +lAW +lhS aao aao aao -rNm -iuv -ncf -jjb -cfT -gjX -jjx -vNZ -mAT +sjd +vYC +pjV +xKJ +mJl +oRj +sVz +wtm +oPN aao aao aao @@ -43686,12 +43686,12 @@ aao aao aao aao -rng -rng -rng -emD -xkK -xkK +uTV +uTV +uTV +bGe +pYl +pYl aao aao aao @@ -43719,48 +43719,48 @@ aao aao aeI aeI -wXb -qpx -sAe -uhZ -ncY -qpx -ybg +tEC +fRZ +tvS +hBL +hkI +fRZ +jmP aeI aeI aeI -lQd +wEP alu -kzA -eNB -eNB -sdn -eNB -rKB -rKB -uQM -bFS -bgG -oYI -tXH -oYI -dYr +rhD +krf +krf +sLb +krf +ula +ula +dVH +sbm +dGA +dXe +tqC +dXe +pCa alu -nWZ -nWZ +xCb +xCb amj -vBA -bgG -bgG -wUq -rNd +ycr +dGA +dGA +diQ +iqK alu -nbQ +nGy aBR aBR -ukV +vOA apt -eNw +uPS aOB aOB aOB @@ -43769,7 +43769,7 @@ aOy aOB aOB aNo -kfz +bmw aoH odw aXH @@ -43779,17 +43779,17 @@ aZO aZO aZO baz -tEZ +gmF asK bee aZu baz -iSB -hMZ -oSh -oSh -oSh -lyG +jPY +gKq +bXg +bXg +bXg +vPt aZu baz aZu @@ -43799,49 +43799,49 @@ bfB bbe bbe blj -kvs -chf -gSl -gJI -pKm -pKm -rhl -iQE -hsu -jfn -cBQ -iwy -tLw -tsx -vUl -uvp +bWZ +uwl +hHw +fLx +tBl +tBl +grY +xFY +gcl +wzW +kfI +ivy +jhN +wue +dLT +pIT axX -qIW -qIW -qIW +vtB +vtB +vtB aao aao aao aao -kZQ -lxX -lxX +vvQ +fDW +fDW aao aao -dXG -bvh -bvh -bvh -kxd -hHO -kxd -kxd -kxd -hHO -hHO -hHO -kxd -kxd +jln +jHj +jHj +jHj +mCX +sib +mCX +mCX +mCX +sib +sib +sib +mCX +mCX aao aao aao @@ -43856,32 +43856,32 @@ aao rIl bRd rQs -rIj +lWJ rIl aao aao aao -ezZ -qHI -jmK -jmK -cfT -ezZ -wPi +lhS +oAd +cey +cey +mJl +lhS +lAW aao aao aao aao aao aao -vwQ -ncM -cfT -kKi -ezZ -jbJ -qHI -mAT +que +jHz +mJl +uzp +lhS +fhx +oAd +oPN aao aao aao @@ -43905,11 +43905,11 @@ aao aao aao aao -rng -emD -xkK -ggA -rhG +uTV +bGe +pYl +jZi +xpV aao aao aao @@ -43936,61 +43936,61 @@ agu aeI aeI aeI -wXb -qpx -sAe -uhZ -paC -tMs -tMs -ipp +tEC +fRZ +tvS +hBL +oUu +tfn +tfn +qBH aeI aeI -sAe +tvS alu -pvu -pvu -qQD -sxo -pvu -pvu -pvu +hBk +hBk +dZb +cUK +hBk +hBk +hBk amj -lcy -gSJ -vLb -mkl -oYI -maX -gJR -lwY -lwY +eAi +qns +twJ +gpE +dXe +quA +bMY +lCF +lCF amj -mln -bgG -bpW -psF -oys +wNq +dGA +hlT +icC +cKl alu -nbQ +nGy aBR aBR -ukV +vOA apt aNo aNo -kfz -cog -xsA -wQw -kfz -xsA -kfz -vKM +bmw +ohi +qCo +hNm +bmw +qCo +bmw +fmT aoH aXH aXH -sSA +sRs aZu aZO aZO @@ -44000,7 +44000,7 @@ bcz asK bdM aZu -uoi +uEZ aZu aZu aZu @@ -44017,50 +44017,50 @@ aZu aZu aZr axX -ify +gLP ayr ayr ayr ayr -cnW -kvT +jeT +rAY ayr -iwy -iwy -iwy -kNJ -vAQ -iwy -ewT +ivy +ivy +ivy +oBG +gdx +ivy +xFj axX -qIW -qIW -qIW +vtB +vtB +vtB aao aao aao aao -lxX +fDW aao aao aao aao -kxd -kxd -kxd -kxd -fAQ +mCX +mCX +mCX +mCX +oqG aao aao aao aao aao -owy -owy -tez -kxd -qwK -owy +igW +igW +gyo +mCX +iIB +igW aao aao aao @@ -44077,14 +44077,14 @@ rIl rIl aao aao -ncf -ezZ -bFe +pjV +lhS +sWM jUY jUY jUY -qhB -swZ +okK +wnI aao aao aao @@ -44093,13 +44093,13 @@ aao aao aao aao -kKi -ezZ -jjx -ezZ -qHI -mAT -mAT +uzp +lhS +sVz +lhS +oAd +oPN +oPN aao aao aao @@ -44122,11 +44122,11 @@ aao aao aao aao -rng -rng -nGd -xkK -xkK +uTV +uTV +ydy +pYl +pYl aao aao aao @@ -44153,55 +44153,55 @@ aeI aeI aeI aeI -vWs -qpx -lQd -uhZ -uhZ -uhZ -paC -ncY +uBz +fRZ +wEP +hBL +hBL +hBL +oUu +hkI aeI aeI -xwf +uCL alu -ctQ -nDU -lzz -eoi -jHt -miY -qfG -mAl -oUi -bgG -oYI -oYI -oYI -hSL +ePd +nth +mUZ +kSD +rGV +kAf +rHC +dcI +kIU +dGA +dXe +dXe +dXe +jzw alu -nWZ -nWZ +xCb +xCb amj -nHe -mpe -oYI -qgm -rNd +djb +xLU +dXe +bRr +iqK alu -nbQ +nGy aBR aBR -ukV +vOA aoH -kle -kle +roO +roO aoH -vrp +kiP aOC -ylj +oca aNo -naU +uSz aOB aoH aoH @@ -44210,8 +44210,8 @@ aXH asK asK atA -nRU -wul +rOj +jfb auk asK asK @@ -44234,25 +44234,25 @@ aZO aZu aZr axX -vRo -oPS -kOR -iFv -mnn -nIz -mFv -gop -quz -mwY -bmw -ftV -cYi -iwy -teT +pOM +tvV +dZP +gwc +eYy +qUO +bMh +lLw +uBG +sPA +njc +nnB +lPz +ivy +hAQ azb -uxu -qIW -qIW +oci +vtB +vtB aao aao aao @@ -44260,25 +44260,25 @@ aao aao aao aao -kxd -lMx -kxd -kxd -kxd -kxd +mCX +syN +mCX +mCX +mCX +mCX aao -qEW +ruC aao aao aao aao -sjw -owy -tez -kxd -fAQ -owy -owy +pFd +igW +gyo +mCX +oqG +igW +igW aao aao aao @@ -44294,9 +44294,9 @@ aao aao aao aao -ezZ -jjx -dbE +lhS +sVz +pLs jUY jUY tuN @@ -44310,13 +44310,13 @@ aao aao aao aao -ezZ -ezZ -ezZ -ezZ -qHI -mAT -mAT +lhS +lhS +lhS +lhS +oAd +oPN +oPN aao aao aao @@ -44340,11 +44340,11 @@ aao aao aao aao -rng -emD -xkK -jjW -xkK +uTV +bGe +pYl +uBZ +pYl aao aao aao @@ -44360,9 +44360,9 @@ aao aao aao acp -xTv -bqZ -xTv +taC +dCG +taC acp aao aao @@ -44371,57 +44371,57 @@ aeI ahi aeI aeI -wXb -pxl -lzU -wlX -wlX -paC -qof -ybg +tEC +kDU +hKz +wzB +wzB +oUu +vnW +jmP aeI -sAe +tvS alu -tVa -nat -cHm -nat -tVa -lGa -kPl +urh +dtF +qmb +dtF +urh +qYX +kTM alu -vVK -xTJ -lcB -lcB -lcB -cDP +vcd +lbG +pTi +pTi +pTi +umI alu -hXg -nWZ +uCO +xCb amj -pPE -smW -ifW -pXS -pRm +wMm +nne +jzE +lkB +wkB alu -nbQ +nGy aBR aBR -ukV -nix +vOA +loo aNq aOC apQ -weu +iiU aNo -rYq +onZ aNo -tRW +eAA aVM aoH -bpA +cOx aXH aXH asK @@ -44440,7 +44440,7 @@ aZu aZu aZu asK -oeF +vaM aZu aZO biN @@ -44460,41 +44460,41 @@ ayr ayr ayr ayr -cgE -vhW -oiQ -ijg -oiQ -hhz +vid +hRo +uJN +kUP +uJN +iJN azb -uxu -qIW -qIW +oci +vtB +vtB aao aao aao -kxd -kxd -kxd -kxd -dpV -kxd -lMx -kxd -kxd -kxd +mCX +mCX +mCX +mCX +lTJ +mCX +syN +mCX +mCX +mCX aao aao aao aao aao aao -lOv -dXG -kxd -qwK -owy -owy +ntx +jln +mCX +iIB +igW +igW aao aao aao @@ -44511,9 +44511,9 @@ aao aao aao aao -jjx -syH -toK +sVz +kXr +nGH jUY jUY jUY @@ -44527,13 +44527,13 @@ aao vHw aao aao -ezZ -jjx -ezZ -ezZ -qHI -mAT -mAT +lhS +sVz +lhS +lhS +oAd +oPN +oPN aao aao aao @@ -44557,11 +44557,11 @@ aao aao aao aao -rng -rng -eTg -nGd -xkK +uTV +uTV +wYd +ydy +pYl aao aao aao @@ -44575,11 +44575,11 @@ aao aao aao aao -jGz +rHx acp -xTv -xTv -xTv +taC +taC +taC acp aao aeI @@ -44588,27 +44588,27 @@ aeI aeI aeI aeI -vWs -jUD -jUD -jUD -qpx -lQd -ncY -iSh +uBz +dpy +dpy +dpy +fRZ +wEP +hkI +dAA aeI -vyO +lJn alu alu -nsd +lTo amj -nsd +lTo alu alu alu alu -lPv -maX +oxc +quA alu alu alu @@ -44619,26 +44619,26 @@ alu alu alu alu -nwN +rmE alu alu alu -nbQ +nGy aBR aBR -ukV -nix +vOA +loo aNq aNo apQ -uSV +gXl aNo -cUZ +pnr aNo -pmv +oPZ aOB aoH -hPv +mdI aXH aXH asK @@ -44648,7 +44648,7 @@ aZO aZO baz aZu -eqF +sgn aZO bbO beA @@ -44668,37 +44668,37 @@ aZu aZu bdN axX -oaF -eGG -msJ -msJ -izU -msJ -iAH -jKi +wSf +nNl +inP +inP +pEM +inP +nRW +ivY ayr -cgE -oiQ -kmK -oiQ -oiQ -jtN +vid +uJN +xVx +uJN +uJN +tUm axX -uxu -qIW -qIW +oci +vtB +vtB aao aao aao -kxd -kxd -kxd -kxd -kxd -kxd -kxd -hXB -kxd +mCX +mCX +mCX +mCX +mCX +mCX +mCX +jQV +mCX aao aao aao @@ -44706,12 +44706,12 @@ aao aao aao aao -dXG -kxd -kxd -qwK -owy -lOv +jln +mCX +mCX +iIB +igW +ntx aao aao aao @@ -44728,31 +44728,31 @@ aao aao aao aao -ezZ -wmu -xKq +lhS +uqq +dTI jUY -mAT -mAT -mAT -cfT -cfT -cfT -cfT -cfT +oPN +oPN +oPN +mJl +mJl +mJl +mJl +mJl aao vHw vHw -cfT -swZ -swZ -swZ -swZ -cfT -cfT -cfT -cfT -cfT +mJl +wnI +wnI +wnI +wnI +mJl +mJl +mJl +mJl +mJl aao aao aao @@ -44775,11 +44775,11 @@ aao aao aao aao -rng -rng -rng -eTg -eTg +uTV +uTV +uTV +wYd +wYd aao aao aao @@ -44790,69 +44790,69 @@ aao aao aao aao -nmo -wbu -jGz +nNv +rOd +rHx acp -lSp +yiM adz adz acp aao -tMs -tMs -tMs -tMs -tMs -ipp +tfn +tfn +tfn +tfn +tfn +qBH aeI aeI aeI aeI -wXb -lQd -qof -qpx -odX -qae +tEC +wEP +vnW +fRZ +ckA +chn alu -rhj -oYI -oYI -oYI -knK +hXY +dXe +dXe +dXe +xqd amj -jXq -brv -rkP -lyz +itG +eTT +pMG +gOG amj -xTS -bTb -brv -iOQ +fnz +hGM +eTT +lXd amj -xTS -nfp -nfp -nfp -fvh -sCm -fIT +fnz +gxE +gxE +gxE +eCx +pFN +rew alu -nbQ +nGy aBR aBR -ukV +vOA aoH -kle -kle +roO +roO aoH -jZT +kyp aNo -hAs +wUp aNo -nlF +rrU aNo aoH aXd @@ -44869,11 +44869,11 @@ atA aZO beg bbe -kni +qrT baC bfZ bbe -kni +qrT bbe baC bit @@ -44885,24 +44885,24 @@ aZu aZu bll axX -ouF -hVK -iwy -iwy -sgq -bHW -oiQ -wyP +leD +bOU +ivy +ivy +fce +nDD +uJN +uFg ayr -cgE -rrL -cjh -ikY -kJE -bvJ +vid +elt +nqd +vPX +rAU +sbH axX -uxu -uxu +oci +oci aao aao aao @@ -44921,15 +44921,15 @@ aao aao aao aao -sjw -owy -tez -kxd -kxd -qwK -owy -owy -owy +pFd +igW +gyo +mCX +mCX +iIB +igW +igW +igW aao aao aao @@ -44946,31 +44946,31 @@ aao aao aao aao -ezZ -qHI +lhS +oAd jkO -mAT -vii -qod -mAT -cfT -cfT -cfT -vii -kPJ -tKc -cfT -cfT -cfT -cfT -cfT -ngq -jTr -cfT -cfT -cfT -txw -cfT +oPN +kDW +reb +oPN +mJl +mJl +mJl +kDW +yiy +cAQ +mJl +mJl +mJl +mJl +mJl +rfs +eYN +mJl +mJl +mJl +lvi +mJl aao aao aao @@ -44992,11 +44992,11 @@ aao aao aao aao -rng -rng -rng -rng -rng +uTV +uTV +uTV +uTV +uTV aao aao aao @@ -45006,10 +45006,10 @@ aao aao aao aao -wbu -xCL -fha -jGz +rOd +qUi +bPL +rHx acp adj adA @@ -45021,56 +45021,56 @@ acp agy agy acp -ncY +hkI aeI aeI aeI aeI -wXb -lQd -qof -qpx -qpx -sAe +tEC +wEP +vnW +fRZ +fRZ +tvS alD -rhj -oYI -bgG -bgG -for +hXY +dXe +dGA +dGA +tCN amj -mio -oYI -toZ -gSJ -prY -vLb -gTA -sNL -gSJ -nWz -vLb -sNL -vLb -iji -gBm -ykk -uHD +czt +dXe +oDv +qns +hWo +twJ +eiD +xcW +qns +uzw +twJ +xcW +twJ +iSj +tIz +boG +wuK alu -nbQ +nGy aBR aBR -ukV +vOA apt aNq aOB -cjE -uKD -uKD -tnn -uKD -uKD -ecm +sem +fJV +fJV +jHT +fJV +fJV +cUp aoH aXH aXH @@ -45086,11 +45086,11 @@ asK aZu beh aZO -nRU +rOj aZO bbO aZu -nRU +rOj aZu aZO biq @@ -45102,16 +45102,16 @@ aZu aZu blm axX -dPQ -rOp -iVS -enk -iwy -mTs -eyM -sxZ +ulO +oGR +wRX +gmT +ivy +uYj +qlV +dOj ayr -slY +sbS ayZ ayZ ayZ @@ -45139,14 +45139,14 @@ aao aao aao aao -dXG -kxd -kxd -kxd -kxd -scH -owy -owy +jln +mCX +mCX +mCX +mCX +nhQ +igW +igW aao aao aao @@ -45163,31 +45163,31 @@ aao aao aao vHw -qhB -eld -mAT -kKi -ezZ -ezZ -qHI -lQk -eld -gjX -jjx -ezZ -qHI -cfT -vii -mAT -mAT -cfT -wce -cfT -cfT -cfT -cfT -kGL -ttB +okK +nQD +oPN +uzp +lhS +lhS +oAd +fEv +nQD +oRj +sVz +lhS +oAd +mJl +kDW +oPN +oPN +mJl +qDp +mJl +mJl +mJl +mJl +qBl +nSX aao aao aao @@ -45209,12 +45209,12 @@ aao aao aao aao -rng -xOk -rng -rng -rng -rng +uTV +pel +uTV +uTV +uTV +uTV aao aao aao @@ -45222,64 +45222,64 @@ aao aao aao aao -nmO -fha -sEn -fha -jGz +eyr +bPL +dBs +bPL +rHx acp adk adk adk ael -vDc +lrv afi -iOu +wmm adk adS acp -ncY +hkI aeI aeI aeI aeI -wXb -lQd -ncY -qpx -qpx -sAe +tEC +wEP +hkI +fRZ +fRZ +tvS alD -rhj -oYI -bgG -wuL -for +hXY +dXe +dGA +xdB +tCN amj -pol -oYI -tXH -bgG -igF -bgG -bgG -rBH -tVK +rhl +dXe +tqC +dGA +uwh +dGA +dGA +lJx +sSI amj -usq -sIx -lqt -nMy -nHY -kiA -pho +nkM +dAj +uIk +nuq +sCv +xAe +tNk alu -nbQ +nGy aBR aBR -ukV +vOA aoH -cpi +epq aNo aOB aOB @@ -45287,10 +45287,10 @@ aNo aOy aNo aOB -nhf +ols aoH asK -fdF +siN asK asK aZu @@ -45299,7 +45299,7 @@ baD aZu aZu bcC -eqF +sgn aZu aZu aZu @@ -45322,47 +45322,47 @@ axX ayr ayr ayr -pIu -pIu +nkF +nkF ayr ayr ayr ayr -vAQ -jHV -jfn -wZV +gdx +jDq +wzW +lxa ayZ -dFN +jfZ ayZ -ptC -jfn -qPV -jHV -pIg -qlY -oIj -oQi -oIj -cye -jfn -jHV +oep +wzW +oBd +jDq +dVn +hla +eqq +bGW +eqq +gEO +wzW +jDq ayZ -jHV -wZV +jDq +lxa axX axX aao aao -kxd -kxd -kxd -kxd -kxd -kxd -kxd -fAQ -owy +mCX +mCX +mCX +mCX +mCX +mCX +mCX +oqG +igW aao aao aao @@ -45379,33 +45379,33 @@ aao aao aao aao -mAT -mAT -mAT -xbT -ezZ -wPi -wPi -qHI -cfT -mAT -gjX -ezZ -fPL -cfT -cfT -swZ -mAT -mAT -cfT -xfw -tOL -vPN -cfT -fjw -gIm -gjX -jjx +oPN +oPN +oPN +lsX +lhS +lAW +lAW +oAd +mJl +oPN +oRj +lhS +ccN +mJl +mJl +wnI +oPN +oPN +mJl +qSa +bTj +kUK +mJl +nUh +sNU +oRj +sVz aao aao aao @@ -45427,88 +45427,88 @@ aao aao aao aao -xkK -fRD -xOk -rng -rng -rng +pYl +hSw +pel +uTV +uTV +uTV aao aao aao aao aao -nmo -nmO -fha -fha -fha -jGz +nNv +eyr +bPL +bPL +bPL +rHx acp ilq adB adk adk -vDc +lrv adS -vDc +lrv adS adk acp -paC -ipp +oUu +qBH aeI aeI -cVf -qpx -lQd -ncY -qpx -qpx -lQd +pLO +fRZ +wEP +hkI +fRZ +fRZ +wEP alD -oYI -wUq -dDE -xdR -vLb -nWz -vLb -vLb -wSN -maX +dXe +diQ +dap +qtd +twJ +uzw +twJ +twJ +qev +quA amj -qOW -oYI -tXH -dzG +tgj +dXe +tqC +giy alu amj -erT +fuL alu alu alu alu alu alu -nbQ +nGy aBR aBR -ukV +vOA apt -qKn +dvO aNo aOB aQT -xrz -vDI -uKD -uKD -uKD +gYV +fGs +fJV +fJV +fJV aoH -nyk -nyk -nyk +pBC +pBC +pBC asK aZv aZR @@ -45522,7 +45522,7 @@ atA asK asK atA -cKy +rJV atA asK aZu @@ -45539,46 +45539,46 @@ axX bmn bmT ayr -xQB -iwy -oHY +dBI +ivy +gBb ayr -dSe -jHV -jbg -mOK -oiQ -iwy -cCO -guJ -cCO -iVS -kJE -kJE -kJE -iwy -iVS -kJE -kJE -iwy -iVS -iVS -taj -rpy -oiQ -ewT -wHc +rmj +jDq +gKc +leV +uJN +ivy +qlR +eif +qlR +wRX +rAU +rAU +rAU +ivy +wRX +rAU +rAU +ivy +wRX +wRX +vAI +wLS +uJN +xFj +aHb axX aao -kxd -kxd -kxd -kxd -kxd -hHO -hHO -fAQ -owy +mCX +mCX +mCX +mCX +mCX +sib +sib +oqG +igW aao aao aao @@ -45596,34 +45596,34 @@ aao aao aao aao -mAT -mAT -tVR +oPN +oPN +mAB vHw -oSR -nMN -oFQ -qHI -cfT -cfT -cfT -swZ -cfT -ikP -vii -vii -vii -cfT -cfT +eNK +wlf +qSq +oAd +mJl +mJl +mJl +wnI +mJl +dgC +kDW +kDW +kDW +mJl +mJl aao aao -cfT -cfT -cfT -cfT -gjX -jjx -jjx +mJl +mJl +mJl +mJl +oRj +sVz +sVz aao aao aao @@ -45644,23 +45644,23 @@ aao aao aao aao -jjW -xkK -xkK -vRP -rng -rng -rng +uBZ +pYl +pYl +cRQ +uTV +uTV +uTV aao aao aao -nmo -nmo -xCL -fha -oSp -eKZ -eWe +nNv +nNv +qUi +bPL +xqw +mTk +hRt acp acp acp @@ -45669,67 +45669,67 @@ acp acp acp acp -urK -bOy +mQv +sEX acp acp -paC -tMs -tMs -tMs -tMs -paC -paC -tMs -tMs -paC -kDT -oYI -oYI -tXH -oYI -oYI +oUu +tfn +tfn +tfn +tfn +oUu +oUu +tfn +tfn +oUu +krV +dXe +dXe +tqC +dXe +dXe amj -bFS -oYI -sbl -lyz +sbm +dXe +rjx +gOG alu alu -nTe -hqV +iTy +jjT alu alu -sHA -sFD -vyt -iGW -pSd -krU -pSd +xpj +jam +kzu +hoj +giJ +cDB +giJ alu -nbQ +nGy aBR aFL -ukV +vOA apt -wAt +qlJ aOB aNo aNo -tnn +jHT aoH apQ apQ apQ aoH -nyk -nyk -nyk +pBC +pBC +pBC asK aZu aZu -lyG +vPt aZu aZu aZu @@ -45755,46 +45755,46 @@ asK axX bmn bmV -rzb -jML -iwy -eGX +kWC +fBP +ivy +iRV ayr -soQ -oiQ -vAQ -oiQ -oiQ -rVz +jRs +uJN +gdx +uJN +uJN +dbb axX axX axX oNv oNv oNv -tYh -vOZ +cGj +dfq oNv oNv ayZ -vOZ -vdr -vdr +dfq +eki +eki ayZ axX -vOZ +dfq ayZ axX axX aao -kxd -kxd -kxd -kxd -fAQ -owy -owy -owy +mCX +mCX +mCX +mCX +oqG +igW +igW +igW aao aao aao @@ -45812,35 +45812,35 @@ aao aao aao aao -mAT -mAT -cfT -oIo -mHm -ezZ -ezZ +oPN +oPN +mJl +npg +qgq +lhS +lhS aao aao aao aao aao -vii -ezB -jjx -ezZ -ezZ -ezZ +kDW +kGb +sVz +lhS +lhS +lhS aao aao aao aao aao -mAT -mAT -cjd -gjX -jjx -jjx +oPN +oPN +vRM +oRj +sVz +sVz aao aao aao @@ -45862,87 +45862,87 @@ aao aao aao aao -rhG -xkK -fRD -rng -rng -rng -yly -nmo -wbu -nmo -oSp -eKZ -eKZ -eWe +xpV +pYl +hSw +uTV +uTV +uTV +hGV +nNv +rOd +nNv +xqw +mTk +mTk +hRt acp acp acp -eeJ -eeJ -eeJ +nmg +nmg +nmg acr -fPm -tps +qIS +era acp -urK +mQv adk -eZh +oko acp acr acr acr acr acr -xaj -itG -itG -itG -itG -tQQ -vLb -tPj -wSN -oYI -oYI +lhD +uje +uje +uje +uje +dpt +twJ +hHr +qev +dXe +dXe amj -lyk -oYI -sbl -lyz +nag +dXe +rjx +gOG amj -tXy -pRI -tXH -nFw +hWG +oNU +tqC +xto alu -tMG -eRF -pEo -xTJ -xTJ -nrp -nOR +mMm +tNX +gdz +lbG +lbG +hhs +mTo alu -nbQ +nGy aBR aBR -ukV +vOA apt -urA +mec aNo aNo aNo -tnn +jHT apQ -gid +jlq aVh -qwB +olv aoH -nyk -nyk -huk +pBC +pBC +qzE asK aZw aZu @@ -45966,25 +45966,25 @@ asK aZu aZO aZO -cHD +dQT aZO aZu axX bmn bmV ayr -lcl -iwy -jGu +fGH +ivy +eYt ayZ -ues -ftV -cYi -oiQ -oiQ -vDd -dFN -dFN +lgw +nnB +lPz +uJN +uJN +wIh +jfZ +jfZ axX hpv nFV @@ -45999,19 +45999,19 @@ kgN nFV qWV ayZ -taj -ewT +vAI +xFj axX aao aao -kxd -kxd -kxd -fAQ -owy -owy -owy -dXG +mCX +mCX +mCX +oqG +igW +igW +igW +jln aao aao aao @@ -46028,22 +46028,22 @@ aao aao aao aao -jjx -qHI -mAT -mAT -gjX -phe -ezZ +sVz +oAd +oPN +oPN +oRj +rJU +lhS mKM aao aao aao aao aao -irc -irc -irc +pfx +pfx +pfx aao aao aao @@ -46053,12 +46053,12 @@ aao aao aao fpa -kur -uAO -prD -hJW -jjx -jjx +fFi +kRv +pOh +xwQ +sVz +sVz aao aao aab @@ -46080,86 +46080,86 @@ aao aao aao aao -xkK -xkK -vRP -rng -rng -gkN -xCL -fha -eaE -jGz +pYl +pYl +cRQ +uTV +uTV +iEp +qUi +bPL +wQD +rHx acp acp agy acp -pUF -ump -vlD -eiK -eiK -uah -eiK -eiK -bQu -vEQ +jed +jTb +qJu +tGd +tGd +kzX +tGd +tGd +rzl +fty adk -ewD +mQo acp -qco -eIS -qco -qco +kmq +fDm +kmq +kmq acr -tPs -dGi +bTH +fbm acp acp acp -jSG -qjM -iiY -fhW -iiY -iiY +oab +dqf +aLP +mdW +aLP +aLP amj -bFS -pAJ -sbl -lyz +sbm +hZR +rjx +gOG alu -rXP -mMW -iBK -gCj +cQt +kac +cMO +vfs alu -umA -tXH -oYI -oYI -gwS -bgG -szO +npW +tqC +dXe +dXe +rFg +dGA +xoq alu -nbQ +nGy aBR aBR -ukV +vOA apt -jiU -kux -oHj -kom -nCS -tIQ -vDI -kCL -nhf +ddi +oCb +qYC +eXD +xEx +iAP +fGs +nEA +ols aoH -nyk -nyk -nyk +pBC +pBC +pBC asK aZx aZx @@ -46176,9 +46176,9 @@ bfH bgb bei asK -nRU -naG -yjI +rOj +lpr +fkQ asK eLq eWP @@ -46190,18 +46190,18 @@ axX ayr ayr ayr -lIb -iwy -jGu +nIZ +ivy +eYt ayZ -cgE -iwy -iwy -iwy -moW -fjH -eqD -wZV +vid +ivy +ivy +ivy +isx +pil +jNP +lxa nMQ tOY uaG @@ -46216,19 +46216,19 @@ tOY qyb vko ayZ -jML -ewT +fBP +xFj axX aao -kxd -tez -kxd -qwK -owy -lOv -owy -owy -tez +mCX +gyo +mCX +iIB +igW +ntx +igW +igW +gyo aao aao aao @@ -46245,13 +46245,13 @@ aao aao aao aao -ncf -qHI -iik -lqG -nsZ -xJO -ezZ +pjV +oAd +drL +slV +shf +giw +lhS aao aao aao @@ -46270,12 +46270,12 @@ aao aao aao vHw -vnl -lmR -ezZ -jjx -jjx -jjx +hnC +xxm +lhS +sVz +sVz +sVz aao aao aab @@ -46297,43 +46297,43 @@ aao aao aao aao -ggA -xkK -vRP -rng -rng -cLo -fha -sEn -fha -jGz +jZi +pYl +cRQ +uTV +uTV +tvq +bPL +dBs +bPL +rHx acp -oSl -pPi -pPi -eiK -wZF -eiK -vlD -vlD +flh +jrL +jrL +tGd +jpI +tGd +qJu +qJu acr -yaB -yaB +waA +waA acp -dhl +nDS adk -xkb +fLO acp -qco -kzS -kzS -kzS +kmq +tyb +tyb +tyb acr -iqD -xkb +haN +fLO aer -kzS -jLy +tyb +ibT acp amj amj @@ -46341,28 +46341,28 @@ amj alu alu alu -vVV -oYI -tXH -viD +gqI +dXe +tqC +sOb amj -uNV -mMW -iBK -ucb +sYw +kac +cMO +eZh alu -cBp -dLw -wUq -pck -oYI -bgG -gFD +ega +lDz +diQ +nUj +dXe +dGA +uEO alu -nbQ +nGy aBR aBR -ukV +vOA aoH aoH aoH @@ -46374,16 +46374,16 @@ aoH aoH aoH aoH -nyk -nyk -nyk +pBC +pBC +pBC asK atw atw atw asK -nRU -fbX +rOj +mRx asK atw atw @@ -46393,9 +46393,9 @@ asK asK asK asK -ieT -ieT -lJP +lfS +lfS +vYf asK asK asK @@ -46404,21 +46404,21 @@ asK asK asK axX -ffI -jHV -jHV -sQF -ftV -shA -ugG -mAR -ftV -ftV -ftV -ftV -ftV -aTF -ewT +mlt +jDq +jDq +xBO +nnB +wJq +woq +jym +nnB +nnB +nnB +nnB +nnB +vwF +xFj nMQ tOY uaG @@ -46433,19 +46433,19 @@ tOY uaG vko ayZ -jML -ewT +fBP +xFj axX aao -kxd -kxd -kxd -qwK -owy -owy -owy -owy -tez +mCX +mCX +mCX +iIB +igW +igW +igW +igW +gyo aao aao aao @@ -46462,13 +46462,13 @@ aao aao aao aao -ncf -qHI -phI -fCy -vmR -sJS -wjy +pjV +oAd +smg +lWx +vLl +ggZ +rBf aao aao aao @@ -46487,12 +46487,12 @@ aao aao aao vHw -imM -ezZ -ezZ -jjx -uoJ -jjx +sWR +lhS +lhS +sVz +nKc +sVz aao aao aab @@ -46514,128 +46514,128 @@ aao aao aao aao -xkK -xkK -vRP -nmo -nmO -oTk -iQO -fha -fha -jGz +pYl +pYl +cRQ +nNv +eyr +qIH +mFp +bPL +bPL +rHx acq -mSu -eiK -eiK -dkJ -dkJ -dkJ -vlD -gAR +doJ +tGd +tGd +rdW +rdW +rdW +qJu +fNm acr acr acr acp -dhl +nDS adk -xkb +fLO acp -ttL -kzS -kzS -kzS -kSs -iqD -bOy -cUU -kzS -oAk +lbN +tyb +tyb +tyb +kPe +haN +sEX +mdY +tyb +hPa acp -keF -wyC -wyC -wyC -wyC +fou +tGI +tGI +tGI +tGI amj -bFS -oYI -tXH -maX +sbm +dXe +tqC +quA alu -rXP -ofW -xyV -nFw +cQt +gSP +sQy +xto alu -vqD -xTJ -nrp -nrp -nrp -xTJ -yeX +msl +lbG +hhs +hhs +hhs +lbG +uDM alu -nbQ +nGy aBR aBR -iTQ -cbi -otF -otF -cbi -cbi -cbi -cbi -cbi -cbi -otF -otF -wlU -wlU -nyk -cbi -otF -otF -otF -cbi -cbi -otF -otF -otF -cbi -cbi -cbi -cbi -cbi -cbi -fxO -fxO -fxO -ugL -xii -cbi -bwv -bwv -bwv -bwv -dhp +kfL +kGD +dIS +dIS +kGD +kGD +kGD +kGD +kGD +kGD +dIS +dIS +fUO +fUO +pBC +kGD +dIS +dIS +dIS +kGD +kGD +dIS +dIS +dIS +kGD +kGD +kGD +kGD +kGD +kGD +vBN +vBN +vBN +gbi +dWn +kGD +oeD +oeD +oeD +oeD +mFW axX -ukE -oiQ -iwy -iwy -iwy -wyP +rIv +uJN +ivy +ivy +ivy +uFg ayZ -rPd -qFa -kJE -kJE -kkS -kJE -vAQ -dXa +glV +lag +rAU +rAU +iNz +rAU +gdx +udF nMQ xON bTV @@ -46650,21 +46650,21 @@ tOY qyb vko ayZ -jML -ewT +fBP +xFj axX -fjU -kxd -kxd -kxd -qwK -owy -owy -owy -dXG -kxd -kxd -kxd +oZR +mCX +mCX +mCX +iIB +igW +igW +igW +jln +mCX +mCX +mCX aao aao aao @@ -46680,12 +46680,12 @@ aao aao aao muP -jYe -gqp -wGa -mmJ -sOV -mGI +ivW +gFC +pfC +ylY +lvZ +wFN muP aao aao @@ -46703,13 +46703,13 @@ aao aao aao aao -cfT -nCA -ezZ -jjx -ezZ -jjx -jjx +mJl +eEM +lhS +sVz +lhS +sVz +sVz aao aao aab @@ -46732,68 +46732,68 @@ aao aao aao aao -oIr -nmo -nmo -nmo -oTk -sEn -fha -dHu -jGz +whj +nNv +nNv +nNv +qIH +dBs +bPL +aaX +rHx acr -mSu -eiK -eiK -dkJ -dkJ -dkJ -vlD -vlD +doJ +tGd +tGd +rdW +rdW +rdW +qJu +qJu acr -fPm -tps +qIS +era acp -dhl +nDS ahk -xkb +fLO acp -xDB -sWf -eAH -wJV +qmL +sNg +mpi +eQS acr -iqD -bOy +haN +sEX aer -kzS -hTw +tyb +wTn acp -jjU -tjV -eQc -eoz -vLb -gFo -vLb -vLb -wSN -maX +qWx +qQd +nBa +vHH +twJ +rxf +twJ +twJ +qev +quA amj -oYI -oYI -tXH -gCj +dXe +dXe +tqC +vfs alu -cFn -xTJ -tMG -tMG -ehH -cbk -veB +ewm +lbG +mMm +mMm +okH +wxG +vzH alu -nbQ +nGy aKk aBR aBR @@ -46808,50 +46808,50 @@ aBR aBR aBR aBR -ukV -nyk -nbQ -sfG -wdv +vOA +pBC +nGy +nyd +qul aBR aBR -lzH -ool -ool -ool -ool -wdv +met +fLJ +fLJ +fLJ +fLJ +qul aBR aBR aBR aBR aBR aBR -lzH -ool -cXE -bJA -ool -ggg -ggg -ggg -gqX -wat +met +fLJ +fdO +pcL +fLJ +vFG +vFG +vFG +hMc +clO axX -xSp -oiQ -iwy -vRI -iwy -obX +tbG +uJN +ivy +lbQ +ivy +oro ayZ -qTL -wyP +qQA +uFg axX axX axX axX -uTi +dEg axX axX axX @@ -46867,21 +46867,21 @@ tOY uaG vko ayZ -jML -ewT +fBP +xFj axX -mKi -kxd -tez -kxd -kxd -bvh -bvh -bvh -kxd -kxd -kxd -kxd +pNy +mCX +gyo +mCX +mCX +jHj +jHj +jHj +mCX +mCX +mCX +mCX aao aao aao @@ -46897,13 +46897,13 @@ aao aao aao aao -gqp -gqp -wGa -tZG -mmJ -tZG -dJS +gFC +gFC +pfC +sLJ +ylY +sLJ +wDB aao aao aao @@ -46919,14 +46919,14 @@ aao aao aao aao -qHI -oKK -xdX -ezZ -ezZ -jjx -jjx -jjx +oAd +oIE +kgO +lhS +lhS +sVz +sVz +sVz aao aao aab @@ -46949,68 +46949,68 @@ aao aao aao aao -nmo -nmo -nmo -nmo -kCm -fha -fha -xpZ -jGz +nNv +nNv +nNv +nNv +vBl +bPL +bPL +kMK +rHx acs -mSu -eiK -vlD -gQy -eiK -fhn -fHy -csa -mlP -csa -csa -gZL -uFB +doJ +tGd +qJu +vyH +tGd +fwA +nKH +lIO +nlY +lIO +lIO +bTE +vXo ahl -wDf +epc acp acr acr acr acr acr -icz -bOy +akx +sEX acp acp acp acp -bVK -wyC -oYm -lRG -wyC +tXI +tGI +mnX +eok +tGI amj -bFS -oYI -huP -mxV +sbm +dXe +ycB +emI alu alu -igF -vPM +uwh +spX alu alu amj -woI +rYY alu alu alu alu alu alu -nbQ +nGy aBR aLc aBR @@ -47025,81 +47025,81 @@ aBR aBR aFL aBR -ukV -nyk -nbQ +vOA +pBC +nGy aBR aBR aBR -djU -ool -ool -ool -rEv -kAH +jTT +fLJ +fLJ +fLJ +nYE +tWe aBR aBR aBR aBR aBR aBR -djU -ool -ool -tOq -oBx -ool -ggg -ggg -ggg -ovG -wat +jTT +fLJ +fLJ +tkR +oZC +fLJ +vFG +vFG +vFG +vqI +clO axX -vqb -oiQ -jKg -iwy -oiQ -pgv +gLH +uJN +ico +ivy +uJN +pmz ayr -cgE -ewT +vid +xFj axX -iot -slZ -lkz -vAQ -jHV -jnO +ghQ +nuh +ghl +gdx +jDq +hsf nMQ tOY qyb vko eaP -hyf -hyf -hyf +hUr +hUr +hUr omC tOY qyb vko -vdr -xQB -ewT +eki +dBI +xFj hPH -mKi -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd +pNy +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX aao aao aao @@ -47114,13 +47114,13 @@ aao aao aao aao -gqp -gqp -wGa -jcN -jcN -tZG -dJS +gFC +gFC +pfC +hnw +hnw +sLJ +wDB aao aao aao @@ -47136,13 +47136,13 @@ aao aao aao aao -gHS -wce -gjX -ezZ -fPL -imM -jjx +smp +qDp +oRj +lhS +ccN +sWR +sVz aao aao aao @@ -47166,42 +47166,42 @@ aao aao aao aao -nmo -nmo -nmo -nmo -gkN -oIr -oIr -nmo -jGz +nNv +nNv +nNv +nNv +iEp +whj +whj +nNv +rHx acq -mSu -vlD -tpn -nUL -eiK -qyp -eiK -eiK +doJ +qJu +ssp +bMH +tGd +frS +tGd +tGd acr -yaB -yaB +waA +waA acp -urK +mQv ahm -bOy +sEX acp -cFP -ehv -lEn -fOd -bJP -iqD -bOy +xZN +lcp +dIQ +ixp +pJk +haN +sEX aer -kzS -jLy +tyb +ibT acp anZ anZ @@ -47209,114 +47209,114 @@ alu alu alu alu -bFS -oYI -tXH -xNY -nfp -jLV -oYI -tXH -brv -bTb -brv -brv -pzJ -oYF -xOR -xOR -fWp +sbm +dXe +tqC +djE +gxE +eIe +dXe +tqC +eTT +hGM +eTT +eTT +smd +ncn +xtp +xtp +cYp alu -nyk -hbB -hbB -hbB -hbB -hbB -lmp -hbB -hbB -hbB -hbB -hbB -hbB -hbB -hbB -nyk -nyk -nyk -hbB -hbB -hbB -hbB -hbB -hbB -hbB -hbB -hbB -hbB -jQu +pBC +qnx +qnx +qnx +qnx +qnx +fMi +qnx +qnx +qnx +qnx +qnx +qnx +qnx +qnx +pBC +pBC +pBC +qnx +qnx +qnx +qnx +qnx +qnx +qnx +qnx +qnx +qnx +pzM aBR aBR aBR aBR -sfG -ool -ool -tOq -jYb -ool -lOn -lOn -ovG +nyd +fLJ +fLJ +tkR +vQd +fLJ +dJV +dJV +vqI bjA -wat +clO axX -pdz -iwy -iwy -oiQ -oiQ -fhe +cAq +ivy +ivy +uJN +uJN +gKb ayZ -rPd -wyP +glV +uFg axX -uvD -iMw -ftV -cYi -ueh -nme +orP +ikh +nnB +lPz +aIh +nWW uxl tOY uaG vko -qYj -jHV -mIx -jHV -nPy +fbX +jDq +lpq +jDq +hPq tOY uaG vko -vdr -xQB -wyP +eki +dBI +uFg hPH -qQO -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd +dKS +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX aao aao aao @@ -47331,14 +47331,14 @@ aao aao aao aao -gqp -gqp -wGa -nFt -xTh -tZG -qAT -gqp +gFC +gFC +pfC +uWL +ucl +sLJ +cpl +gFC aao aao aao @@ -47351,15 +47351,15 @@ aao aao aao aao -ncf -hHJ -bsW -wvs -gjX -ezZ -qHI -cfT -jjx +pjV +dKJ +wkw +oMZ +oRj +lhS +oAd +mJl +sVz aao aao aao @@ -47385,70 +47385,70 @@ aao aao aao aao -nmo -nmo -gkN -nmo -nmo -nmo -jGz +nNv +nNv +iEp +nNv +nNv +nNv +rHx acq -mSu -vlD -vlD -dkJ -dkJ -dkJ -eiK -vlD +doJ +qJu +qJu +rdW +rdW +rdW +tGd +qJu acr acr acr acp -urK +mQv ahm -fGi +ebn acp -qBu -qco -wtS -tVs -kzS -iqD -bOy -cUU -kzS -oAk +tYu +kmq +dAa +mVM +tyb +haN +sEX +mdY +tyb +hPa acp -dfJ -xMD -xMD -xMD -wUu +orX +pgQ +pgQ +pgQ +bsn alu -vVV -oYI -nZj -bWz -oYI -oYI -gVj -sbl -bgG -oYI -oYI -pAJ -efd -oYI -oYI -oYI -maX +gqI +dXe +eBh +ggy +dXe +dXe +mED +rjx +dGA +dXe +dXe +hZR +cTO +dXe +dXe +dXe +quA alu -nyk -nyk -nyk -nyk -nyk +pBC +pBC +pBC +pBC +pBC apC apC apJ @@ -47460,7 +47460,7 @@ apC apC apC apJ -kAb +saB apJ apC apC @@ -47470,71 +47470,71 @@ apC apC apC apC -fQe -nyk -nbQ +rvO +pBC +nGy aBR aBR aBR aBR aFL -lzH -ool -ukV -nDM -kAH +met +fLJ +vOA +emn +tWe bjA bjA bjA bjA -wat +clO axX -sFM -kJE -bsg -gwo -uHS -dZs +gHm +rAU +cKo +hnv +kqL +lpW ayZ -vQd -iwy -uST -fHt -urp -eLw -iwy -oiQ -crU +hmE +ivy +rOs +iGd +iCp +gvJ +ivy +uJN +umP nMQ tOY qyb vko -gJs -dTU +xlO +tAl axX -eda -oNV +nOb +ksU tOY qyb vko ayZ -jML -wyP +fBP +uFg axX -qQO -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd +dKS +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX aao aao aao @@ -47549,13 +47549,13 @@ aao aao aao aao -gqp -lyi -kwa -fUS -tZG -eOQ -gqp +gFC +fNU +sGa +wga +sLJ +ozK +gFC aao aao aao @@ -47568,14 +47568,14 @@ aao aao aao aao -ncf -hHJ -qHI -cfT -gjX -ezZ -qHI -kCq +pjV +dKJ +oAd +mJl +oRj +lhS +oAd +hpZ aao aao aao @@ -47605,106 +47605,106 @@ aao aao aao aao -nmo -nmo -nmO -jGz +nNv +nNv +eyr +rHx acp -mSu -eiK -eiK -dkJ -wEB -wEB -eiK -eiK +doJ +tGd +tGd +rdW +lQT +lQT +tGd +tGd acr -fPm -tps +qIS +era acp -urK +mQv ahn -bOy +sEX acp -qBu -qco -qco -tVs -kzS -tkD -bOy +tYu +kmq +kmq +mVM +tyb +fYO +sEX aer -kzS -hTw +tyb +wTn acp -lHB -iQO -iQO -fha -pDN -lgq -vLb -vLb -wSN -bgG -oYI -oYI -bgG -sbl -bgG -keH -sVh -nHY -oHJ -lWc -lWc -wap -czk +fgI +mFp +mFp +bPL +hCH +qpi +twJ +twJ +qev +dGA +dXe +dXe +dGA +rjx +dGA +xaU +owa +sCv +iLd +rOx +rOx +vJE +hFD alu -nyk -nyk -nyk -nyk +pBC +pBC +pBC +pBC apC apC -qwj -rZu -lhU -uCz +xwq +cqF +kkt +xCK aof -mpR -uEK -dyc +dqB +nge +gcA aof -slP -ukS -wtW +vIs +qTQ +bWm aof -iKy -mQi -mQi -mQi -mQi -xKr -mQi +fME +haK +haK +haK +haK +csJ +haK apC apC -nbQ +nGy aBR aBR aBR aBR aBR -lzH -ool -chk -nDM -ool -gqX +met +fLJ +gnL +emn +fLJ +hMc bjA bjA -vSB -wat +bvm +clO axX axX axX @@ -47713,47 +47713,47 @@ ayr ayr ayr ayr -hFW -oWQ +wdI +wUL axX -eth -cak -lzN -iwy -ueh -shK +buV +nXo +bWf +ivy +aIh +iKr nMQ tOY uaG vko -gOo -iVS -bIe -kJE -vGG +oHE +wRX +tBV +rAU +nJb tOY uaG vko ayZ -jML -ewT +fBP +xFj axX -qQO -kxd -kxd -hHO -hHO -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd +dKS +mCX +mCX +sib +sib +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX aao aao aao @@ -47767,11 +47767,11 @@ aao aao aao aao -gqp -gqp -pWB -pWB -tSx +gFC +gFC +mpe +mpe +vRp aao aao aao @@ -47785,14 +47785,14 @@ aao aao aao aao -ncf -jjx -qHI -cfT -gjX -ezZ -qHI -kCq +pjV +sVz +oAd +mJl +oRj +lhS +oAd +hpZ aao aao aao @@ -47822,54 +47822,54 @@ aao aao aao aao -nmo -mAe -nmO -jGz +nNv +hFX +eyr +rHx acq -mSu -eiK -eiK -eiK -gQy -vlD -vlD -vlD -uah -eiK -eiK -bQu -urK +doJ +tGd +tGd +tGd +vyH +qJu +qJu +qJu +kzX +tGd +tGd +rzl +mQv ahn -xkb +fLO acp -hiX -nzr -nzr -cLj -kzS -tkD -xkb +jLg +vhD +vhD +ecw +tyb +fYO +fLO acp acp acp acp -lHB -iQO -fha -fha -jGz -igF -bFS -oYI -tXH -oYI -bgG -bgG -vsQ -tXH -yeS -lyz +fgI +mFp +bPL +bPL +rHx +uwh +sbm +dXe +tqC +dXe +dGA +dGA +iyh +tqC +fDi +gOG alu alu alu @@ -47879,23 +47879,23 @@ alu alu alu alu -kAf -nyk -nyk +jkh +pBC +pBC uRE -kgY -nVz -jFg -nVz -xQS +wSE +oDy +ljA +oDy +bdX aof -mpR -mpR -xZJ +dqB +dqB +hTX aof -oKm -etB -gVX +mSB +fap +lYG asT aZC aZC @@ -47903,74 +47903,74 @@ baG aZC baG aZC -mQi -qRz +haK +fhF apC -nbQ +nGy aBR aBR aBR aBR aBR lBc -eaj -ukV +drh +vOA biV -aGM +xqU bjC -gqX +hMc bkq -mrt -wat +dYV +clO axX -bvN -jHV -mxg -fqn -mNj +nCB +jDq +cJw +nCP +gWg ayZ -moc -xOX -wyP +vtf +pYv +uFg axX -jyt -cwi -boO -oiQ -iVS -rXD +rLG +efL +quX +uJN +wRX +kOx nMQ tOY qyb vko eaP -hyf -hyf -hyf +hUr +hUr +hUr omC tOY qyb vko ayZ -xQB -ewT +dBI +xFj axX -qQO -kxd -fAQ -lOv -owy -tez -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd +dKS +mCX +oqG +ntx +igW +gyo +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX aao aao aao @@ -47984,11 +47984,11 @@ aao aao aao aao -rIW -hLW -uQO -dUe -ieF +sJK +bLL +iOT +dkJ +xFV aao aao aao @@ -48004,10 +48004,10 @@ aao aao aao uDn -sdC -cfT -gjX -nNw +wWQ +mJl +oRj +jFD vHw aao aao @@ -48039,80 +48039,80 @@ aao aao aao aao -ewI -nmo -nmO -jGz +irx +nNv +eyr +rHx acp -oSl -pPi -pPi -eiK -eiK -sWc -eKH -eKH +flh +jrL +jrL +tGd +tGd +jie +vQJ +vQJ acr -yaB -yaB +waA +waA acp -urK +mQv ahm -ewD +mQo acp -kzS -kzS -kzS -kzS -kzS -tkD -xkb +tyb +tyb +tyb +tyb +tyb +fYO +fLO aer -kzS -jLy +tyb +ibT acp -lHB -fha -fha -fha -jGz +fgI +bPL +bPL +bPL +rHx alD -bFS -bgG -elZ -vyA -gSJ -gSJ -gSJ -wSN -oYI -ooY +sbm +dGA +nmo +iLg +qns +qns +qns +qev +dXe +gSk alu -ceR -oYI -wyC -oYI -iHf -woC -riY +eCQ +dXe +tGI +dXe +bFl +ceQ +dnk alu aof -bVO +vzg aof apC -mzt -qSZ -nVz -aYg -eUF +izk +lpw +oDy +eeK +ecC aof -cfz -nNT -mpR +uXY +rZl +dqB aof -qUH -etB -nZZ +sMi +fap +ejK asT aZB aZT @@ -48120,40 +48120,40 @@ btV bbj btV bcE -mQi -mQi +haK +haK apC -nbQ +nGy aBR aBR aBR aBR aBR -lzH -ool -ukV -nbQ -ool -mpO -fLq +met +fLJ +vOA +nGy +fLJ +tMr +iIX bjA -mrt -wat +dYV +clO axX -nQV -oiQ -miB -obl -cfH +gYA +uJN +rvf +vgi +dDO azE -jML -vAQ -pVC +fBP +gdx +vuZ axX axX axX axX -mNL +sqa axX axX axX @@ -48169,25 +48169,25 @@ tOY uaG vko ayZ -xQB -ewT +dBI +xFj axX aao aao aao -owy +igW aao -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX aao aao aao @@ -48201,11 +48201,11 @@ aao aao aao aao -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -48220,12 +48220,12 @@ aao aao aao aao -tZG -otn -dUe -wGa -sxI -tZG +sLJ +wNV +dkJ +pfC +kUk +sLJ aao aao aao @@ -48255,81 +48255,81 @@ aao aao aao aao -iQO -eaE -nmo -tqH -jGz +mFp +wQD +nNv +gwD +rHx acp acp agy acp acp -xWo +hQv acp -vCz -nAc +sru +sOz acr acr acr acp -urK +mQv ahm -bOy -nzx -wzu -kEp -kEp -kEp -wzu +sEX +qwi +lSA +sXH +sXH +sXH +lSA ahm -xkb -cUU -kzS -oAk +fLO +mdY +tyb +hPa acp -lHB -fha -fha -fha -jGz +fgI +bPL +bPL +bPL +rHx alD -oOZ -bgG -bgG -oYI -vKI -bgG -bgG -sbl -cah -maX +npJ +dGA +dGA +dXe +lYV +dGA +dGA +rjx +rro +quA amj -qfn -jMP -dDE -gjv -vyA -gjv -gSJ -cDg -nqg -nqg -iuV -hpf -thg -nqg -nqg -nrT -cHf +sSY +eOl +dap +uMp +iLg +uMp +qns +hDD +xfK +xfK +eOF +uZI +cLs +xfK +xfK +pjN +oMU aof -mpR -fvj -sWX +dqB +mqA +jCS aof -ycn -etB -nZZ +oXE +fap +ejK aof aZC aZU @@ -48337,41 +48337,41 @@ aZC aZU aZC bcF -mQi -mQi +haK +haK apD -nbQ +nGy aBR aBR aBR aBR bhi bhi -eeR -eBv -hlj -ool -mpO -pAs +hat +rSb +wra +fLJ +tMr +qDB bjA -mrt -qph +dYV +hOD axX -wFV -bmO -pyS -xis -kvT +rng +nPv +csq +fCQ +rAY ayZ -jML -vAQ -slu -jHV -jHV -jDn -jHV -iwy -wZV +fBP +gdx +mum +jDq +jDq +ijx +jDq +ivy +lxa nMQ hpv kuU @@ -48386,8 +48386,8 @@ tOY qyb vko oNv -xQB -ewT +dBI +xFj axX aao aao @@ -48395,17 +48395,17 @@ aao aao aao aao -kxd -kxd -kxd +mCX +mCX +mCX aao aao -kxd -kxd -kxd -kxd -kxd -kxd +mCX +mCX +mCX +mCX +mCX +mCX aao aao aao @@ -48418,12 +48418,12 @@ aao aao aao aao -dUe -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -48437,12 +48437,12 @@ aao aao aao aao -mmJ -tZG -dJS -wGa -tZG -sOV +ylY +sLJ +wDB +pfC +sLJ +lvZ aao aao aao @@ -48472,123 +48472,123 @@ aao aao aao aao -fha -fha -xpZ -nmo -hFy -ixz -ixz -ixz +bPL +bPL +kMK +nNv +dNg +hTY +hTY +hTY aao acp acp acp -eKR -wgj -pmJ -rFv -yeR +yeS +wsL +uIU +xIj +wJW acp -urK +mQv aho -jpM -hBW -udZ -jpM -jpM -jpM +gvw +fhk +dKG +gvw +gvw +gvw alr ami -vGJ +gje aer -kzS -hTw +tyb +wTn acp -lHB -fha -fha -fha -jGz +fgI +bPL +bPL +bPL +rHx alD -qnl -sVh -oYI -sVh -nHY -ePs -jsY -nBU -oYI -maX +eew +owa +dXe +owa +sCv +cEp +hbm +nut +dXe +quA amj -hvh -bgG -xvU -bgG -wyC -bgG -jMP -igF -iwr -aYg -rFN -sFB -jVK -nVz -nVz -gbl -nVz -jsd -mqU -wlo -mqU -hnM -nop -etB -etB -iFT +bJV +dGA +fNx +dGA +tGI +dGA +eOl +uwh +gIx +eeK +uSX +brl +dUJ +oDy +oDy +xlz +oDy +btY +gMs +khM +gMs +giv +oBX +fap +fap +ydR aZC aZC aZC aZC aZC bcG -mQi -mQi +haK +haK apD -nbQ +nGy aBR aBR -djU +jTT bhi bhi bhi -iLk -ukV -nbQ -ool -mpO -fLq +uJg +vOA +nGy +fLJ +tMr +iIX bjA -mrt -qph +dYV +hOD axX -tzi -dIF -qZc -iwy -cOy -uuS -ftV -syL -gIQ -qDk -qDk -iwy -oiQ -iwy -ewT +bJw +wXB +eXJ +ivy +oEO +evc +nnB +kRi +qJC +gMG +gMG +ivy +uJN +ivy +xFj nMQ tOY uaG @@ -48603,8 +48603,8 @@ tOY uaG vko ayZ -jML -ewT +fBP +xFj axX aao aao @@ -48612,18 +48612,18 @@ aao aao aao aao -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX aao aao aao @@ -48636,12 +48636,12 @@ aao aao aao aao -dUe -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -48654,13 +48654,13 @@ aao aao aao aao -tZG -tZG -dJS -wGa -tZG -mmJ -tZG +sLJ +sLJ +wDB +pfC +sLJ +ylY +sLJ aao aao aao @@ -48689,13 +48689,13 @@ aao aao aao aao -fha -fha -xpZ -nmo -nmO -fha -fqv +bPL +bPL +kMK +nNv +eyr +bPL +rWo acP aao aao @@ -48712,100 +48712,100 @@ acp acp acp aer -kwc +wiJ aer acp -fOF +bIv ajL -iSd +tFe acp acp acp acp -lHB -fha -fha -fha -pLw +fgI +bPL +bPL +bPL +ovx alu alu -bOX -gBh -bOX +gQY +wGc +gQY alu alu -mnu -tXH -oYI -maX +spr +tqC +dXe +quA amj -vNC -rdk -tIl -cwg -rWq +qIA +uyA +eUa +maN +fYq amj amj alu aof -bVO +vzg aof apC -fwd -qSZ -gnw -lXn -vxz +eUL +lpw +uNE +pHk +kTp aof -nTk -gXy -nTk +qmx +qJa +qmx aof -nSQ -etB -nZZ +nWh +fap +ejK aof -mQi -mQi -mQi -mQi -mQi -hlz -mQi -mQi +haK +haK +haK +haK +haK +tLW +haK +haK apC -nbQ +nGy aBR aBR -hYW +rnY bhi dbi -iSN -iSN -rNr -nbQ -ool -mpO -fLq +jKm +jKm +eTs +nGy +fLJ +tMr +iIX bjA -mrt -qph +dYV +hOD axX -bSA -fCq -pKS -oLs -dXa +dcD +epM +vtX +gmp +udF ayZ -fLF -vAQ -oCi -uww -qub -iwy -sgq -oiQ -mpx +sID +gdx +nhC +pnF +wmd +ivy +fce +uJN +cuC nMQ tOY uaG @@ -48820,8 +48820,8 @@ tOY qyb vko ayZ -jML -ewT +fBP +xFj axX aao aao @@ -48830,17 +48830,17 @@ aao aao aao aao -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX aao aao aao @@ -48851,15 +48851,15 @@ aao aao aao aao -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -48872,12 +48872,12 @@ aao aao aao aao -tZG -dJS -wGa -tZG -tZG -tZG +sLJ +wDB +pfC +sLJ +sLJ +sLJ aao aao aao @@ -48905,108 +48905,108 @@ aao aao aao aao -fha -fha -fha -xpZ -nmo -fVD -fha -fqv +bPL +bPL +bPL +kMK +nNv +pLl +bPL +rWo acP acP aao aao aao aao -ixz -rcZ +hTY +qdO acp -aYd -bKo -bKo -bKo +tkt +nxu +nxu +nxu acp -pjQ -kzS -kzS -crI +oeC +tyb +tyb +jGH aer -dhl +nDS ahn -xkb +fLO aer -kzS -jLy +tyb +ibT acp -lHB -fha -fha -fha -pYv +fgI +bPL +bPL +bPL +vDO alu -gCr -kna -oYI -gXz -neZ +hRg +ugN +dXe +tVW +dXt alu -seD -tXH -oYI -oYI -kDT -wyC -oYI -wwx -vRd -mkx -oYI -qNS +nQS +tqC +dXe +dXe +krV +tGI +dXe +mvL +gfF +sYv +dXe +mpP alu -bLe -nyk -nyk +gPW +pBC +pBC apD -jgG -nVz -xIG -eGO +bwl +oDy +tyG +gWp aof aof aof aof aof aof -oZb -etB -nZZ +lHg +fap +ejK aof aof asT asT asT aof -mpV +woF aof aof apC -lic +uDX aBR aBR bhi bhi dbi -xTD -drO -xKX -nbQ -eaj +mTZ +cKV +gYk +nGy +drh ofX -ggg -gvw -ggg -vmQ +vFG +lex +vFG +scr axX ayr ayZ @@ -49014,15 +49014,15 @@ ayZ ayr ayr ayr -hvs -vAQ -cRN -oqX -tjU -oiQ -uwA -iVS -eWQ +nie +gdx +nyp +dsj +igc +uJN +ulF +wRX +tLX axX xON cpv @@ -49037,8 +49037,8 @@ xON cpv dyL ayZ -veb -ewT +xTt +xFj axX aao aao @@ -49048,53 +49048,53 @@ aao aao aao aao -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -wYt -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +sFm +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao aao aao -dUe -dUe -dUe -oIJ -tZG -tZG +dkJ +dkJ +dkJ +jxO +sLJ +sLJ aao aao aao @@ -49121,123 +49121,123 @@ aao aao aao aao -fha -sEn -fha -vQE -nmo -wbu -xCL -fha -fqv -rWr +bPL +dBs +bPL +qyM +nNv +rOd +qUi +bPL +rWo +kNC acP acP acP acP acP acP -jGz +rHx acp -uLt -kzS -kzS -kzS +rVB +tyb +tyb +tyb acp -qmA -kzS -kzS -crI +ihI +tyb +tyb +jGH aer -rgK +djZ ahn -bOy -cUU -kzS -oAk +sEX +mdY +tyb +hPa acp -lHB -fha -fha -fha -jGz +fgI +bPL +bPL +bPL +rHx alu -fSx -jzZ -oYI -rkz -sWG +ike +pnc +dXe +hhf +hue alu -vtz -elZ -tyM -vLb -tQQ -vLb -mQs -wSN +vLf +nmo +fYG +twJ +dpt +twJ +vTf +qev alu -oYI -wyC -oYI +dXe +tGI +dXe alu -nyk -nyk -nyk +pBC +pBC +pBC apD -jzL -xQS -nVz -gIK +uGX +bdX +oDy +hid aof -uFE -dzR -dzR -dzR -uLM -wuA -ewk -tDD -cbE -fOs -ufJ -puv -nFe -jyY -eyr -wtW +iHt +sjD +sjD +sjD +daW +gIR +dhF +saM +sNo +bTA +xHf +sau +dOI +xsb +nKR +bWm apD -wlU -lic +fUO +uDX aBR aBR bhi bhi dbi -xTD -xTD -mwD -nyk -iyJ -meO -bRo -bRo -eyz -dhp -rNj -sgK -eSk -eSk -jyH -jfn -cqY -veb -dWp -tJy -tJy -sTx -iwy -gxO +mTZ +mTZ +wkY +pBC +urP +gZk +wid +wid +kcU +mFW +qha +uTd +kuC +kuC +ygs +wzW +xtC +xTt +vlb +tws +tws +tpC +ivy +saw axX axX axX @@ -49245,16 +49245,16 @@ ayZ ayZ ayZ ayZ -vOZ +dfq ayZ -nfr -vdr -pID -nfr +vPF +eki +hHy +vPF ayZ ayZ axX -vOZ +dfq ayZ axX axX @@ -49265,53 +49265,53 @@ aao aao aao aao -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -kxd -dUe -dUe -dUe -dUe -dUe -dUe -gfN -dUe -dUe -bkY -gfN -dUe -dUe -dUe -dUe -gfU -xGO -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +mCX +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +reh +dkJ +dkJ +vdn +reh +dkJ +dkJ +dkJ +dkJ +hqg +nda +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao -dUe -dUe -dUe -dUe -dUe -pWB -pWB +dkJ +dkJ +dkJ +dkJ +dkJ +mpe +mpe aao aao aao @@ -49338,142 +49338,142 @@ aao aao aao aao -fha -fha -dHu -nmo -fdT -klF -klF -raX -vyf -klF -klF -fGe +bPL +bPL +aaX +nNv +tZA +xJw +xJw +hQG +csa +xJw +xJw +mMU acP acP acP acP -jGz +rHx acp -qNc -kzS -gCh -kzS +tAZ +tyb +wIi +tyb acp -jDF -kzS -qhY -kzS -ufW -dhl +qny +tyb +dil +tyb +qgh +nDS ahm -bOy +sEX aer -kzS -hTw +tyb +wTn acp -lHB -fha -fha -fha -jGz +fgI +bPL +bPL +bPL +rHx alu -fSx -jzZ -oYI -rkz -sWG +ike +pnc +dXe +hhf +hue alu -rOD -oYI -rSt -wTJ +meY +dXe +wbf +vEr alu -wyC -oYI -mPR -onv -wyC -oYI -eMI +tGI +dXe +sXM +nVO +tGI +dXe +dIr alu -nyk -nyk -nyk +pBC +pBC +pBC apD -rrr -pbg -tqD -lXn +tRD +rOo +hSB +pHk aof -sOS -fsQ -kpp -rkE +hHV +qLj +xuv +hQy aof -uyO -etB -keX -qFP -fRi -unH -etB -etB -etB -unH -dWO +hqL +fap +wHH +oIT +vlf +stl +fap +fap +fap +stl +sZE apD -wlU -nbQ +fUO +nGy aBR aBR -quE +hOP bhi dbi -uDd -gRm -jEd -nyk -cbi -mXb -ebq -ebq -ebq -mtZ -oyq -wCv -ild -wCv -uNd -wCv -oyq -quz -hWc -quz -kBM -mFv -iQE -iwy -cCO -tew -cCO -jHV -jfn -jfn -jfn -iwy -jfn -jfn -ptC -iwy -jHV -jHV -veb -rpy -oiQ -ewT -wHc +xYi +umR +hen +pBC +kGD +cNm +uNb +uNb +uNb +eZz +gfo +nwA +svX +nwA +dcb +nwA +gfo +uBG +hQZ +uBG +fJR +bMh +xFY +ivy +qlR +dyG +qlR +jDq +wzW +wzW +wzW +ivy +wzW +wzW +oep +ivy +jDq +jDq +xTt +wLS +uJN +xFj +aHb axX aao aao @@ -49483,51 +49483,51 @@ aao aao aao aao -kxd -kxd -kxd -kxd -kxd -kxd -kxd -dUe -dUe -dUe -dUe -uQO -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -gfN -gfN -gfN -gfN -dUe -gfN -gks -gfN -gfN -ivC -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe +mCX +mCX +mCX +mCX +mCX +mCX +mCX +dkJ +dkJ +dkJ +dkJ +iOT +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +reh +reh +reh +reh +dkJ +reh +ekI +reh +reh +fEx +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -49555,55 +49555,55 @@ aao aao aao aao -dHu -oIr -nmo -nmo -bPi +aaX +whj +nNv +nNv +tQE pRP -hUS -tHO -uct -hxk +ygO +slb +rRi +fWq pRP -kku +lLT acP acP acP -gNc -jGz +sCH +rHx acp -qNc -qhY -dbn -kzS +tAZ +dil +qQf +tyb acp -eRG -qhY -rVq -bjr +juS +dil +gNo +nop aer -dhl +nDS ahm -bOy +sEX acp acp acp acp -lHB -fha -fha -fha -jGz +fgI +bPL +bPL +bPL +rHx alu -dYX -jzZ -oYI -rkz -sWG +ePq +pnc +dXe +hhf +hue alu alu -gvD +mtj alu alu alu @@ -49615,49 +49615,49 @@ alu alu alu alu -nyk -nyk -nyk +pBC +pBC +pBC apC -etB -etB -qzo -smA +fap +fap +gXQ +iEw aof aof aof aof aof aof -uyO -etB -iHR +hqL +fap +dqM aFd -iyK -qHC -hQV -lxi -hQV -unH -dpq +bwE +uOt +ivi +wjM +ivi +stl +nmT apD -nyk -nbQ +pBC +nGy aBR aBR aBR bhi bhi auW -pnG -ukV -nbQ -eaj +sKW +vOA +nGy +drh ofX -ggg -ggg -ggg -qph +vFG +vFG +vFG +hOD axX axX axX @@ -49668,28 +49668,28 @@ axX axX axX axX -hVZ -dKQ -jbg -epa +uKY +vej +gKc +ief ayZ -dFN +jfZ ayZ -iVS -rYv -kKY -iVS -lWo -bWg -bVB -bWg -bVB -lWo -iVS -iVS +wRX +obJ +sUS +wRX +pYU +wfv +goM +wfv +goM +pYU +wRX +wRX ayZ -iVS -dXa +wRX +udF axX axX aao @@ -49702,15 +49702,15 @@ aao aao aao aao -kxd -kxd -kxd -dUe -dUe -dUe -dUe -gfN -dUe +mCX +mCX +mCX +dkJ +dkJ +dkJ +dkJ +reh +dkJ rnc rnc rnc @@ -49720,31 +49720,31 @@ rnc rnc rnc rnc -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -gfN -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +reh +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -49772,123 +49772,123 @@ aao aao aao aao -ewI -nmo -nmo -wbu -nyK +irx +nNv +nNv +rOd +pIE pRP -gUx -mWk -mWk -wpO -hxk -kku +ryW +dHo +dHo +lkv +fWq +lLT acP acP acP -vFO +hZB aao acp -yeY -qhY -bYr -xEO +ilD +dil +waM +wOT acp -wqL -qhY -qhY -bjr +ism +dil +dil +nop aer -urK +mQv ajL -bOy -cyZ -iwc -jkJ +sEX +jCX +moK +rLe acq -lHB -fha -fha -fha -jGz +fgI +bPL +bPL +bPL +rHx alu -fSx -jzZ -mqH -rkz -sWG +ike +pnc +nCW +hhf +hue alu -uOP +wKD ayV ayV alu -nyk -cbi -cbi -cbi -rtm -cbi -cbi -cbi -cbi -cbi -cbi -nyk +pBC +kGD +kGD +kGD +mfl +kGD +kGD +kGD +kGD +kGD +kGD +pBC apC -etB -etB -qzo -lXn +fap +fap +gXQ +pHk aof -kQo -nFe -jyY -nFe -puv -vjZ -etB -llo -pvD -ltF -fiG +seU +dOI +xsb +dOI +sau +kbC +fap +vWu +tky +lyQ +dic aof aof aof -uRG +laW aof aof apC -nbQ +nGy aBR aBR aBR -lzH -ool -nYx -mnw -ukV -nbQ -ool -wAM -ggg -ggg -ggg -vTS -bwv -pFO -bwv -bwv -bwv -bwv -bwv -bwv -dhp +met +fLJ +bFZ +lgx +vOA +nGy +fLJ +pdD +vFG +vFG +vFG +ulZ +oeD +rLw +oeD +oeD +oeD +oeD +oeD +oeD +mFW axX axX -hDD -jbg -cKN +hMn +gKc +mNG axX axX axX @@ -49920,24 +49920,24 @@ aao aao aao aao -dUe -dUe -dUe -hnm -dUe -dUe -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +ylp +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao aao aao aao -xCX +geD rnc rnc rnc @@ -49947,21 +49947,21 @@ rnc hAj rnc rnc -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ rnc -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -49989,58 +49989,58 @@ aao aao aao aao -gpn -nmo -nmO -whA -nyK -hxk -gUB -tCL -iVp -eNs -hUS -kku +pHz +nNv +eyr +ftB +pIE +fWq +nyi +sqs +dJC +tqO +ygO +lLT acP acP -gNc -fha +sCH +bPL aao acp -whe -qhY -cYT -oAk +xJU +dil +mfd +hPa acp -tNJ -qhY -bLt -kzS +pgR +dil +slT +tyb aer -urK +mQv ahm -bOy +sEX aer -sft -rlg +nFF +hEJ acq -lHB -fha -fha -lyd -pLw +fgI +bPL +bPL +mNc +ovx alu -eHT -wxN -eFV -hdf -buN -nFL -gWt +sPN +mdp +bDw +kOq +qBx +ggB +nmu ayV ayV alu -nbQ +nGy aBR aBR aBR @@ -50051,73 +50051,73 @@ aBR aBR aBR aFL -ukV +vOA apC -cSF -ewk -pHi -tee +pZq +dhF +jeC +ors aof -pZT -giU -uJA -hQV -hQV -hQV -dxC -vUj -ssp -etB -fiG +sXt +eEU +dtD +ivi +ivi +ivi +oVC +hpo +kYV +fap +dic aof -mQi -ptv -vme -mQi -eMy +haK +qve +jre +haK +gmI apC -nbQ +nGy aBR aFL aBR -lzH -ool -nYx -ool -ukV -nbQ -ool -kOz -ggg -ggg -lOn -ggg -ggg -emb +met +fLJ +bFZ +fLJ +vOA +nGy +fLJ +qjH +vFG +vFG +dJV +vFG +vFG +rYq bjA bjA bjA bjA bjA bjA -vTS -dhp +ulZ +mFW axX -psN -cOy -sZU -gum -gum -gum -gum -khO +scI +oEO +oqI +ukG +ukG +ukG +ukG +qbX axX -dBc +dFU bjA bjA bjA -mrt -ggg +dYV +vFG azO azO azO @@ -50136,15 +50136,15 @@ aao aao aao aao -dUe -dUe -dUe -rIW -uQO -dUe -dUe +dkJ +dkJ +dkJ +sJK +iOT +dkJ +dkJ rnc -itK +iFq aao aao aao @@ -50164,21 +50164,21 @@ aao aao aao aao -qBf +gpx aao aao -xCX -itK +geD +iFq aao -xCX -dUe -uQO -dUe -dUe -dUe -dUe -dUe -dUe +geD +dkJ +iOT +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -50207,45 +50207,45 @@ aao aao aao aao -ewI -nmO -fha -bPi -hxk -gUB -tCL -tCL -bKR -hUS -kku +irx +eyr +bPL +tQE +fWq +nyi +sqs +sqs +hVB +ygO +lLT acP -gNc -fha +sCH +bPL aao aao acp -yeY -qhY -cUF -hKp -iYb -hKp -hKp -mKR -eMQ -iYb -uFB +ilD +dil +hjG +wjd +cGM +wjd +wjd +uKT +wxa +cGM +vXo amo -bOy +sEX acp aer aer acp -lHB -fha -fqv +fgI +bPL +rWo acP -jGz +rHx alu alu alu @@ -50257,7 +50257,7 @@ alu alu alu alu -nbQ +nGy aBR aBR aBR @@ -50268,48 +50268,48 @@ aBR aBR aBR aBR -ukV +vOA apC -lbz +uZg aof aof aof aof -qmC -dWO +uMG +sZE aof aof kRK kRK aof aof -xVw -etB -fiG +sAN +fap +dic aof -ibz -cNe -uOd +crp +reM +iKJ aof aof apC -nbQ -bRg +nGy +pSI aBR aBR -lzH -ool -nYx -ool -ukV -nbQ -ool -wAM -ggg -ggg +met +fLJ +bFZ +fLJ +vOA +nGy +fLJ +pdD +vFG +vFG bjA -xgq -ovG +nbG +vqI bjA bjA bjA @@ -50318,34 +50318,34 @@ bjA bjA bjA bjA -wat +clO axX -dIA -iVS -cqW -kkS -hOv -qaa -taj -kvT +pNO +wRX +hvI +iNz +jPs +iKb +vAI +rAY axX -dBc +dFU bjA bjA -vSB -ggg -iAr +bvm +vFG +jyA azO -pud -pud -pud -pud -pXP -cJe -cJe -cJe -cJe -cJe +wwV +wwV +wwV +wwV +uXa +bnT +bnT +bnT +bnT +bnT qPT aao aao @@ -50354,12 +50354,12 @@ aao aao aao aao -dUe -itK +dkJ +iFq ibP -wYt -dUe -xGO +sFm +dkJ +nda aao aao aao @@ -50388,14 +50388,14 @@ aao aao aao aao -wYt -dUe -dUe -dUe -dUe -dUe -dUe -dUe +sFm +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -50424,57 +50424,57 @@ aao aao aao aao -ewI -nmO -fha -bPi +irx +eyr +bPL +tQE pRP -grY -vIu -vIu -xZy -hxk -gjz +mHO +ybi +ybi +uyT +fWq +trP acP -oSp +xqw aao aao aao acp -jnp -kzS -qhY -kzS +rFl +tyb +dil +tyb acp -edb -kzS -fJn -iXA +nSW +tyb +fVF +ksK acp -urK +mQv amp -uqs -dnv +tET +fFe aoj aoj -lrc -fnC -fha -fqv +gyy +wBO +bPL +rWo acP -hFy -ixz -ixz -ixz -ixz -ixz -jHY -xCo -ixz -fsV -ixz -ixz -fec +dNg +hTY +hTY +hTY +hTY +hTY +rXT +qyl +hTY +ciT +hTY +hTY +pWY aBR aBR aBR @@ -50485,45 +50485,45 @@ aBR aBR aBR aBR -ukV +vOA apD -sRW -nFe -ufJ -puv -wdE -vjZ -dWO +hBG +dOI +xHf +sau +iZE +kbC +sZE kRK -wfA -bqw -bqw -fNf +stq +ecE +ecE +xqa kRK -oKm -etB -ufs +mSB +fap +xZA aof -wgR -xeX -msB +epO +wmg +fFg aof -oLd +sRS apC -nbQ -ool -bRg +nGy +fLJ +pSI aBR bhi bhi auW -qjX -ukV -nbQ -qjX +lTA +vOA +nGy +lTA ofX -oTR -ovG +xSx +vqI bjA bjA bjA @@ -50535,7 +50535,7 @@ bjA bjA bjA bjA -wat +clO axX axX axX @@ -50543,26 +50543,26 @@ axX axX axX axX -dzw -cfj +fdq +jUd axX -dBc +dFU bjA -vSB -ggg -ggg -ggg +bvm +vFG +vFG +vFG azO -pud -pud -pud -pud -pXP -cJe -cJe -cJe -cJe -cJe +wwV +wwV +wwV +wwV +uXa +bnT +bnT +bnT +bnT +bnT qPT aao aao @@ -50570,13 +50570,13 @@ aao aao aao aao -kCU +utz ibP ibP -wYt +sFm rnc rnc -itK +iFq aao aao aao @@ -50605,14 +50605,14 @@ aao aao aao aao -xCX -dUe -dUe -dUe -dUe -dUe -dUe -dUe +geD +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -50641,43 +50641,43 @@ aao aao aao aao -gpn -gpn -wCE -nyK +pHz +pHz +sJw +pIE pRP -hxk -hUS -hxk -hxk +fWq +ygO +fWq +fWq pRP -gjz +trP acP -jGz +rHx acp acp acp acp acp acp -wTj +oJi acp acp acp aer -teJ +wkc aer acp -ief +cag amq -bOy -vDc +sEX +lrv adS aoW -vDc -kWF -fha -nQF +lrv +egs +bPL +oFN amD acP acP @@ -50702,44 +50702,44 @@ aBR aBR aBR aBR -ukV +vOA apD -ciq -uJA -unH -etB -hQV -hQV -kJO -buF -iNH -etB -etB -pFq +uBe +dtD +stl +fap +ivi +ivi +rea +jpp +xIQ +fap +fap +gzx kRK -oZb -etB -fiG +lHg +fap +dic aof -nxU -oxe -msB -tGQ -mQi +srb +fsF +fFg +vIH +haK apC -nbQ -mOq -wdv +nGy +xEf +qul aBR bhi bhi wGr aBR -ukV -nbQ -ool -mpO -ggg +vOA +nGy +fLJ +tMr +vFG bjA bkq bjA @@ -50752,34 +50752,34 @@ bjA bjA bjA bjA -vTS -bwv -bwv -bwv -dhp +ulZ +oeD +oeD +oeD +mFW ayr -gDl -eZD -veb -kvT +jzY +pad +xTt +rAY ayr -dBc -gvw -ggg -ggg -pgx +dFU +lex +vFG +vFG +lYp azO azO azO -fHi -pud -pud -pXP -cJe -cJe -cJe -cJe -cJe +vdU +wwV +wwV +uXa +bnT +bnT +bnT +bnT +bnT aAp aAp aAp @@ -50820,15 +50820,15 @@ aCe aCe aCe aCe -pfL +gzn aao -dUe -dUe -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -50859,18 +50859,18 @@ aao aao aao aao -ewI -nmO -vdJ -cIe -cIe -kam -kam -kam -cIe -pbv +irx +eyr +kVF +gqo +gqo +exh +exh +exh +gqo +lBW acP -jGz +rHx acp adQ aep @@ -50885,16 +50885,16 @@ adS ajL adS acr -urK +mQv ahn -wDf +epc acp acp acp acp -kWF -fha -lyd +egs +bPL +mNc acP acP acP @@ -50919,45 +50919,45 @@ aBR aBR aBR aBR -ukV +vOA apC aof aof -unH -lLM +stl +kJU aof aof aof aof -rQO -etB -etB -etB -buF -etB -etB -fiG +mOG +fap +fap +fap +jpp +fap +fap +dic aof aof aof aof aof -flu +epQ apC -nbQ -kAH +nGy +tWe aBR aBR aBR aBR aBR aBR -ukV -nbQ -ool -mpO -ggg -gqX +vOA +nGy +fLJ +tMr +vFG +hMc bjA bjA bjA @@ -50971,32 +50971,32 @@ bkq bjA bjA bjA -mrt -ggg -wat +dYV +vFG +clO ayr -vqb -tJy -oiQ -ceF +gLH +tws +uJN +oKH ayr -dhp -rGv -iAr -iAr -wat -mOv -oiT -mOv -uhB -pmX -dYP -pXP -cJe -cJe -cJe -cJe -cJe +mFW +eFg +jyA +jyA +clO +oFp +vKY +oFp +jVR +iTt +hgh +uXa +bnT +bnT +bnT +bnT +bnT aAp bwK bxc @@ -51008,23 +51008,23 @@ byg bxd bxc aBE -noN -jDm +jQM +pnt aAp -gSA -lrB -wzm +smc +hYd +veU aCe -reX -yhX -yhX -cBK +rDB +sRQ +sRQ +hbW aCe -xIp -olj -klq -klq -klq +ums +lpU +kcY +kcY +kcY aCe dyv bDk @@ -51034,19 +51034,19 @@ dyv bDk dyv aCe -lsL -kbM +btG +lvk jJB aCe aao -dUe -dUe -dUe -dUe -dUe -dUe -dUe -ivC +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +fEx aao aao aao @@ -51077,17 +51077,17 @@ aao aao aao aao -nmo -oIr -oIr -wCE -fqv +nNv +whj +whj +sJw +rWo acP acP acP acP acP -jGz +rHx acp adR aeq @@ -51096,152 +51096,152 @@ aeq adk adk adS -xMw +xaj adS adS ahm adS -lCQ -urK +xEk +mQv amr -xkb +fLO aer -kzS -jLy +tyb +ibT acp -kWF -fqv -oSp -eKZ -eKZ -eKZ -eKZ -eKZ -eKZ -eKZ -eKZ -hay -eKZ -eKZ -mJh -eKZ -hbB -tdM -tdM -tdM -hbB -tdM -jQu +egs +rWo +xqw +mTk +mTk +mTk +mTk +mTk +mTk +mTk +mTk +cLV +mTk +mTk +wRh +mTk +qnx +dGi +dGi +dGi +qnx +dGi +pzM aBR aBR aBR aBR -ukV +vOA apD -slP -ukS -unH -etB +vIs +qTQ +stl +fap aof aTa aTa aof -vwM -etB -pNz -kxP +fwU +fap +mJJ +luf aof -oZb -etB -cCI +lHg +fap +jCo aof -ccs -mQi -mQi -mQi -mQi +ncl +haK +haK +haK +haK apC -nbQ -kAH +nGy +tWe aBR aBR aBR aBR aBR bhO -uWv -jLu -bGR -fBu -ggg -ggg -gvw -gqX +veW +wtz +mLv +koD +vFG +vFG +lex +hMc bjA -vSB -gvw -gvw -gvw -gvw -gvw -gqX +bvm +lex +lex +lex +lex +lex +hMc bjA -vSB -gvw -ggg -ggg -wat -rNj -oiQ -oiQ -oiQ -vnp -gyD -ncw -ncw -nJY -nJY -ncw -dGv -fWu -dGv -klH -eFQ -eFQ -klH -klH -klH -klH -wXE -klH -xZV -tlf +bvm +lex +vFG +vFG +clO +qha +uJN +uJN +uJN +nDR +pyv +eqf +eqf +lov +lov +eqf +quN +sNe +quN +imI +skA +skA +imI +imI +imI +imI +dRD +imI +fQM +wkA bxc bxd -xcT +gxR bxc bxU bxc -ldc +sYW bxd aBE -noN -jDm +jQM +pnt aAp -qmj -uUu -qmj +czW +itc +czW aCe -qWH -tJA -coz -skh -bqh -skh -skh -skh -skh -xTO +eed +qvb +hXo +fDj +izA +fDj +fDj +fDj +fDj +eXq aCe dyv dyv @@ -51252,17 +51252,17 @@ dyv dyv aCe dyv -bYg -fQI -aPf -gfN -ivC -dUe -wYt -dUe -dUe -dUe -dUe +ijF +eyw +noZ +reh +fEx +dkJ +sFm +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -51295,16 +51295,16 @@ aao aao aao aao -nmo -nmo -nmO -fqv +nNv +nNv +eyr +rWo acP acP aao aao acP -jGz +rHx acp adS adS @@ -51319,16 +51319,16 @@ adS ahm adS acr -urK +mQv ahm -xkb -cUU -kzS -oAk +fLO +mdY +tyb +hPa acp -kWF -fqv -jGz +egs +rWo +rHx amn amV amV @@ -51348,117 +51348,117 @@ amn amn amn amn -nbQ +nGy aBR aBR aBR aBR -ukV +vOA apD -oZb -etB -unH -etB -kun +lHg +fap +stl +fap +uml aTa aTa -kun -iNH -sTV -dzU -pCf +uml +xIQ +pma +fgn +nzp kRK -skF -etB -cCI +fcB +fap +jCo aof -mQi -dee -wMC -mQi -mQi +haK +sJk +uiJ +haK +haK apC -nbQ -ool -bRg +nGy +fLJ +pSI aBR aBR aBR aBR bhP -ukV -wCZ -wZL -ggg -ggg -ggg -ggg -ggg -gvw -ggg -ggg -ggg -ggg -ggg -ggg -ggg -gvw -ggg -ggg -ggg -ggg -wat -dzw -oiQ -oiQ -sgq -vAQ -dzw -dhp -dhp -bwv -bwv -dhp -mOv -oiT -mOv -cJe -dQK -omc -cJe -cJe -cJe -cJe -cJe -cJe -kNW -wFd +vOA +lra +hDb +vFG +vFG +vFG +vFG +vFG +lex +vFG +vFG +vFG +vFG +vFG +vFG +vFG +lex +vFG +vFG +vFG +vFG +clO +fdq +uJN +uJN +fce +gdx +fdq +mFW +mFW +oeD +oeD +mFW +oFp +vKY +oFp +bnT +uPi +bBm +bnT +bnT +bnT +bnT +bnT +bnT +cLz +vlE bxd bxd -vtC +oeB bxc -kRX +iJw byh byx byg aBE -noN -jNL +jQM +mRh aAp -uUu -uUu -uUu +itc +itc +itc aCe -qWH -skh -skh -xSX +eed +fDj +fDj +wGs aCe -eIX -xei -uBr -skh -vwp +nUk +ukQ +bJX +fDj +aSY aCe dyv dyv @@ -51469,17 +51469,17 @@ dyv dyv aCe dyv -xYw -tQJ +ukc +jdN vvj -wYt -dUe -dUe -uQO -dUe -huc -dUe -dUe +sFm +dkJ +dkJ +iOT +dkJ +mxs +dkJ +dkJ aao aao aao @@ -51510,54 +51510,54 @@ aao aao aao aao -ewI -nmo -nmo -nmo -xCL -fqv +irx +nNv +nNv +nNv +qUi +rWo acP acP acP aao acP -jGz +rHx acp -ecF -ecF -ecF -ecF -jaJ -ecF -ecF +gqs +gqs +gqs +gqs +fgv +gqs +gqs aer -bWv +kaJ adS ajL akp acr -pWb -dAX -wKW +lgs +uke +dia aer -kzS -hTw +tyb +wTn acp -kWF -fha -jGz +egs +bPL +rHx amn -hpD -plp -plp -plp -plp -plp -plp -plp -plp -hwc -plp +fGY +vZx +vZx +vZx +vZx +vZx +vZx +vZx +vZx +sUf +vZx amn atn atn @@ -51565,139 +51565,139 @@ atn atn atn amn -nbQ +nGy aBR aBR aBR aBR -ukV +vOA apC -dRO -etB -unH -nZZ +dLp +fap +stl +ejK aof -ijR +aKu aTa aof -tsC -meH +yhI +iiJ aof kRK aof -qUH -etB -fiG +sMi +fap +dic aof -rlK -uqq -wAv -vxu -mOn +ffO +thL +oJv +efh +juu apC -nbQ -ool -ool -bRg +nGy +fLJ +fLJ +pSI aBR aBR aBR bhP -ukV -nbQ +vOA +nGy aBR -mrt -pgx -eyz -eyz -eyz -eyz -bRo -bRo -bRo -bRo -bRo -eyz -eyz -bRo -bRo -bRo -bRo -bRo -dhp +dYV +lYp +kcU +kcU +kcU +kcU +wid +wid +wid +wid +wid +kcU +kcU +wid +wid +wid +wid +wid +mFW ayr -tlT -oiQ -oiQ -kvT +kFv +uJN +uJN +rAY ayr -dhp -dBc -ggg -ggg -wat -mOv -oiT -mOv -uhB -pud -pud -pXP -cJe -cJe -cJe -cJe -cJe +mFW +dFU +vFG +vFG +clO +oFp +vKY +oFp +jVR +wwV +wwV +uXa +bnT +bnT +bnT +bnT +bnT aAp bwN bxe bxd -xcT +gxR bww -kRX +iJw bxc -cGX +sJy byH aBE -sBw -jDm +lQx +pnt aAp aBy -mMZ +bIq aBy aCe -sfK -skh -skh -xSX +mmq +fDj +fDj +wGs aCH -rML -yaC -sRC -rLQ -tLD +mbK +dfE +giA +uUh +eVr aCe aCH -wRw +wui aCH aCe aCH -wRw +wui aCH aCe aCH -wRw +wui fin vvj -uQO -dUe -dUe -dUe -xGO -dUe -dUe -dUe -dUe +iOT +dkJ +dkJ +dkJ +nda +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -51727,18 +51727,18 @@ aao aao aao aao -ewI -lJI -nmo -xCL -fha -fha -hlk +irx +vLV +nNv +qUi +bPL +bPL +vhh acP acP acP acP -jGz +rHx acp acr aer @@ -51754,27 +51754,27 @@ ajL akq acr acr -uYr +lVk acr acp acp acp acp -kWF -fha -jGz +egs +bPL +rHx amn -jlY -plp -kJv -jlY -nrI -nKd -jlY -kGk -plp -jlY -plp +wVo +vZx +ljZ +wVo +oIs +cBf +wVo +nZO +vZx +wVo +vZx amn aua aua @@ -51782,29 +51782,29 @@ aua aEK aFN amn -nbQ +nGy aBR aBR aBR aBR -ukV +vOA apC -hiu -etB -unH -dWO +sfX +fap +stl +sZE aof sLS aUe aof -xFD -ffB +rpf +efu kRK -slP -qYi -iCL -iFr -fiG +vIs +pWL +cTQ +pJz +dic aof aof aof @@ -51812,27 +51812,27 @@ aof aof aof apC -gyn -tXc -twq -twq -twq -twq -twq -nhP -nyk -nyk -hbB -hbB -nyk +crn +iSz +jeG +jeG +jeG +jeG +jeG +tia +pBC +pBC +qnx +qnx +pBC awp awp axr axr axr awp -rQd -lFq +lGx +tkO awp awp awp @@ -51843,28 +51843,28 @@ awp awp awp ayr -jOd -oiQ -oiQ -kvT +iop +uJN +uJN +rAY ayr -dhp -dBc -ggg -ggg -vTS +mFW +dFU +vFG +vFG +ulZ azO azO azO -uDS -dYP -pud -pXP -cJe -cJe -cJe -cJe -cJe +fft +hgh +wwV +uXa +bnT +bnT +bnT +bnT +bnT aAp bwO bxf @@ -51876,46 +51876,46 @@ bxf bxf byI aBE -noN -iyw +jQM +wPX aAp -uUu -uUu -cpY +itc +itc +kKn aCe -pFy -skh -skh -xSX +hJT +fDj +fDj +wGs aCH -eXz -xei -dZX -nqi -skh +qdw +ukQ +rch +lWB +fDj aCL -xMf -skh -xMf +uaX +fDj +uaX aCL -xMf -skh -xMf +uaX +fDj +uaX aCL -xMf -skh +uaX +fDj vvj -jQF -dUe -dUe -dUe -dUe -xGO -dUe -dUe -dUe -dUe -dUe +jHi +dkJ +dkJ +dkJ +dkJ +nda +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -51944,24 +51944,24 @@ aao aao aao aao -gpn -nmo -nmO -fha -fha -fha -fqv +pHz +nNv +eyr +bPL +bPL +bPL +rWo acP acP acP acP -jGz +rHx acp -diw -cJu -mng -hhf -bPd +mWI +aVW +qpq +jVi +nAB aer ahs adS @@ -51977,21 +51977,21 @@ anB alx alx acr -kWF -fha -jGz +egs +bPL +rHx amn -plp -plp -dyr -jlY -hpD -tAP -jlY -hpD -dRR -pUq -plp +vZx +vZx +hrA +wVo +fGY +pjv +wVo +fGY +daE +tls +vZx amn aua aua @@ -51999,17 +51999,17 @@ aua aua aws amn -nbQ +nGy aBR aBR aBR aBR -ukV +vOA apD -oKm -etB -unH -ryn +mSB +fap +stl +mGG aof aof aof @@ -52017,75 +52017,75 @@ aof kRK kRK aof -oKm -kyb -ktd -tRE -unH -whH +mSB +tXO +pMq +wcD +stl +wEq aYO bca bcQ bdr nky apC -xtW -otF -otF -otF -otF -nyk -nyk -ugL -nyk -nyk -nyk -nyk -nyk +bWY +dIS +dIS +dIS +dIS +pBC +pBC +gbi +pBC +pBC +pBC +pBC +pBC awp -qQS -cJj -tVo -uMu -elh -xKV -hdi -twh -hdi -hdi -wOZ -aLj -xuN -lbX -tLe -qCb +tSs +mkb +wsS +rIu +emO +ewI +mbm +eQV +mbm +mbm +ieU +xOs +gLd +fSA +dqn +mNg ayr -jOd -oiQ -uVc -kvT +iop +uJN +mzI +rAY ayr -dhp -dBc -lOn -lOn -lOn -lOn +mFW +dFU +dJV +dJV +dJV +dJV azO meT -dua -pud -pud -pXP -cJe -cJe -cJe -cJe -cJe +gRw +wwV +wwV +uXa +bnT +bnT +bnT +bnT +bnT aAp aAp aAp -hGv +xkr aBy aBy aBy @@ -52093,46 +52093,46 @@ aAp aAp aAp aAp -noN -jDm +jQM +pnt aAp -uUu -dmh -cpY +itc +gvx +kKn aCe -sfK -skh -skh -xSX +mmq +fDj +fDj +wGs aCH -uWi -skh -jAS -xei -skh -ipM -skh -skh -skh -kwO -skh -skh -skh -qUR -skh -xei -skh -jQF -dUe -dUe -dUe -dUe -xGO -dUe -dUe -dUe -dUe -dUe +oQh +fDj +yhx +ukQ +fDj +xCi +fDj +fDj +fDj +qWO +fDj +fDj +fDj +geU +fDj +ukQ +fDj +jHi +dkJ +dkJ +dkJ +dkJ +nda +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -52162,23 +52162,23 @@ aao aao aao aao -ewI -nmO -fha -sEn -fha -fqv +irx +eyr +bPL +dBs +bPL +rWo acP acP acP acP -jGz +rHx acq -rwA -hhf -eEd -dAj -hhf +kiF +jVi +gwQ +ePE +jVi acp adS adS @@ -52194,11 +52194,11 @@ adk alx alx alZ -kWF -fha -jGz +egs +bPL +rHx amn -dtA +hIL amn amn amn @@ -52208,82 +52208,82 @@ amn amn amn amn -dtA +hIL amn -iXX +gjv amn amn amn -dYo +tcr amn -nbQ +nGy aBR aBR aBR aBR -ukV +vOA apD -oZb -etB -sLn -nAa -ukS -ukS -xOr -rid -uTP -uTP -uTP -quA -kyb -hik -tRE -esj -khM +lHg +fap +coG +hnt +qTQ +qTQ +rTx +sOu +gDh +gDh +gDh +lEB +tXO +vfe +wcD +hpB +yiL baJ -fNV -cyw -eyI +lRh +xwb +lqa toA apC -oBx -ool -ool -ool -wZL -ukV -nyk -gIZ -lnR -lnR -lnR -lnR -jIK -twh -hdi -njF -lWF -eJN -kSB -uhf -vsj +oZC +fLJ +fLJ +fLJ +hDb +vOA +pBC +tQF +hDQ +hDQ +hDQ +hDQ +kKH +eQV +mbm +hCR +bHm +sHq +ebe +xNx +mXn awp awp awp -hbU -end -fvw -end -end -end -sdY -veb -oiQ -oiQ -kvT +xyP +gHO +sHg +gHO +gHO +gHO +jBE +xTt +uJN +uJN +rAY ayr -dhp -dBc +mFW +dFU bkq bjA bjA @@ -52291,65 +52291,65 @@ bjA azO meT meT -vrO -pud -pXP -cJe -cJe -sFJ -cJe -cJe +tBB +wwV +uXa +bnT +bnT +wuv +bnT +bnT aAp -lwC -rUk -dTI -lFb -mre -lgZ -aWr -mre -shU +xqL +txg +qKp +xxZ +bEb +dlM +rgI +bEb +wLZ aAp -noN -wln -lwL -uUu -qbw -wpu +jQM +ebj +qIb +itc +loW +gri aCe -qWH -skh -tJA -xSX +eed +fDj +qvb +wGs aCH -rMb -skh -xuW -xei -uBr -hFr -xei -xei -xei -ulu -xei -xei -xei -ccB -xei -skh -skh +wmz +fDj +kZP +ukQ +bJX +cGf +ukQ +ukQ +ukQ +wMj +ukQ +ukQ +ukQ +oPS +ukQ +fDj +fDj vvj -wYt -dUe -dUe -dUe -xGO -dUe -uQO -dUe -dUe -dUe +sFm +dkJ +dkJ +dkJ +nda +dkJ +iOT +dkJ +dkJ +dkJ aao aao aao @@ -52379,24 +52379,24 @@ aao aao aao aao -ewI -ykQ -wCE -fha -fha -fha -hlk +irx +kTT +sJw +bPL +bPL +bPL +vhh acP acP acP -jGz +rHx adG -hhf -brQ -lLZ -hhf -hhf -nFT +jVi +gez +xcS +jVi +jVi +mAV adS adk adS @@ -52404,16 +52404,16 @@ aje ajM adS acr -eGP -gZT +eVL +hik alx adS -eGP -eGP +eVL +eVL acr -wRD -fSR -kWP +jJL +haC +meH asI ayY ayY @@ -52424,83 +52424,83 @@ ayY axG ayY ayY -qAC +tel asJ asJ aua asJ aDQ -dBT +jyQ aws amI -nbQ -bRg +nGy +pSI aBR aKr aBR -ukV +vOA apC -ciq -nTd -ciu -hQV -hQV -etB -hQV -hQV -hQV -nTd -uJA -hQV -wqC -qjU -tRE -dWO +uBe +iae +noz +ivi +ivi +fap +ivi +ivi +ivi +iae +dtD +ivi +lTS +gsK +wcD +sZE aof bbo -eyI -fur -eyI +lqa +mcu +lqa bQe apD -oBx -ool -wZL -wdv +oZC +fLJ +hDb +qul aBR -ukV -nyk -nyk -nyk -nyk -nyk -nyk -nyk +vOA +pBC +pBC +pBC +pBC +pBC +pBC +pBC awp -vRE -hPy -hPy -hPy -end -aLj -vsj +gUH +gKg +gKg +gKg +gHO +xOs +mXn ayF -sFs -loe -urY -fRh -fRh -iAL -fRh -pcR -kvs -quz -quz -eKO -kSp +phE +euS +twz +tXk +tXk +rGX +tXk +ieA +bWZ +uBG +uBG +orx +wxJ ayr -dhp -dBc +mFW +dFU bjA bjA bjA @@ -52508,65 +52508,65 @@ bjA azO meT meT -dua -pud -pXP -cJe -cJe -cJe -cJe -cJe +gRw +wwV +uXa +bnT +bnT +bnT +bnT +bnT aAp -lwC -hXK -bsM -msl -msl -msl -wPK -xSN -eZf +xqL +pYW +cGP +coq +coq +coq +szs +nYf +xMR aAp -noN -vVp +jQM +elo aAp aAp aAp aAp aCe -qWH -coz -skh -xSX +eed +hXo +fDj +wGs aCH -efT -fMa -xuW -xei -xei -vuE -evW -xei -evW -dJZ -evW -xei -evW -vDn -tBw -skh -evW +fiJ +hAJ +kZP +ukQ +ukQ +nrX +maC +ukQ +maC +rcw +maC +ukQ +maC +vaa +cGW +fDj +maC fin ibP -uQO -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe +iOT +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -52596,23 +52596,23 @@ aao aao aao aao -ewI -ewI -nmO -fha -fha -fha -fqv +irx +irx +eyr +bPL +bPL +bPL +rWo acP acP acP -jGz +rHx acq -iIV -srl -ffk -dAj -hhf +kAr +uwr +peT +ePE +jVi acp adS adk @@ -52621,16 +52621,16 @@ ajf ajN akt acr -bEY -nWl +lsf +gDC adS anC -bEY -bEY +lsf +lsf amb -lHB -fha -raW +fgI +bPL +gQN asJ asJ aua @@ -52650,74 +52650,74 @@ asJ awn aws amI -nbQ -ool -bRg +nGy +fLJ +pSI aBR -djU -ukV +jTT +vOA apC aof -fEa +dRo aof aof aof -fEa +dRo aof aof aof -fEa +dRo aof aof -ouo -iIb -uiX -dWO +slG +hNe +hmT +sZE aof bbp -eyI -dKA -eyI +lqa +uXs +lqa aYO apD -oBx -kAH +oZC +tWe aBR aBR aBR -ukV -nyk -cbi -uNy -uNy -cbi -nyk -nyk +vOA +pBC +kGD +ufH +ufH +kGD +pBC +pBC awp -pQD -end -end -uWq -owN -aLj -vsj +oHn +gHO +gHO +eBG +cif +xOs +mXn ayF -sFs -loe -rTB -end -end -nuW -unf -vsj +phE +euS +feh +gHO +gHO +kUM +qAL +mXn ayr ayr ayr ayr ayr ayr -dhp -dBc +mFW +dFU bjA bjA bjA @@ -52726,65 +52726,65 @@ azO meT meT meT -vrO -pXP -cJe -cJe -cJe -cJe -cJe +tBB +uXa +bnT +bnT +bnT +bnT +bnT aAp -lwC -vKN -nzB -nzB -nzB -jZY -oqn -xEr -eZf +xqL +kMf +tZI +tZI +tZI +lCO +dft +nll +xMR aAp -noN -jNL +jQM +mRh aBE -rnI -nkK -piq +rjU +bSc +rni aCe -uDa -qEB -qEB -oqZ +hkL +lAm +lAm +vjA aCH -ebN -xQP -gRw -xQP -tFs +kVI +rNZ +hFO +rNZ +uUa aCL -ehF -skh -ehF +uLV +fDj +uLV aCL -ehF -skh -ehF +uLV +fDj +uLV aCL -ehF -skh -ehF +uLV +fDj +uLV aCe aao -xCX +geD rnc rnc -dUe -dUe -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -52813,23 +52813,23 @@ aao aao aao aao -ewI -ewI -xCL -fha -fha +irx +irx +qUi +bPL +bPL aao -fha -hlk +bPL +vhh acP acP -jGz +rHx acp -tgo -clW -hhf -hhf -hhf +gLE +jUC +jVi +jVi +jVi aer adS adS @@ -52838,16 +52838,16 @@ ajg gAy akt acr -oNy -usR +dab +fkJ adS anD -oNy -oNy -nIV -lHB -fha -raW +dab +dab +yhF +fgI +bPL +gQN amn amn amn @@ -52866,107 +52866,107 @@ ayY aAC aAC aFP -nBm -nbQ -ool -ool -gIA -ool -ukV +boL +nGy +fLJ +fLJ +kBC +fLJ +vOA apC -qhG -mQi -oau +cTP +haK +enT aof -mfk -mQi -rGa +gyk +haK +sKj aof -nLu -mQi -qhG +gJl +haK +cTP aof -sga +gzo aof -oKm -nZZ +mSB +ejK aof bbq bcd bcU -sPW +cGt aYO apC -oBx -ool -gIA -bRg +oZC +fLJ +kBC +pSI aBR -ukV -nbQ -wgk +vOA +nGy +hmY gpR gpR -wgk -pnt -itF +hmY +nMK +wmu awp -rEY -qpy -dyn -tfE -sKk -dyn -jEU +oVR +ccq +nzB +xxx +dam +nzB +jaI ayF -sFs -loe -hmC -aLj -fBg -lLV -eAr -cMn +phE +euS +prz +xOs +iJp +day +oWI +paR awp -dhp -bwv -bwv -bwv -dhp -dhp -dBc +mFW +oeD +oeD +oeD +mFW +mFW +dFU bjA bjA bjA bjA azO meT -ull -dQO -pud -pTJ -cJe -cJe -cJe -cJe -cJe +lIS +wnQ +wwV +iER +bnT +bnT +bnT +bnT +bnT aAp -esS -nnh -rUk -rUk -mog -rUk -qGN -rUk -qhK +jIo +bWG +txg +txg +phB +txg +rNi +txg +fOW aAp -noN -bIK -wAT -sRq -iAX -iAX +jQM +cIt +djJ +pEW +cDF +cDF aCe aCe aCe @@ -52975,33 +52975,33 @@ aCe aCe aCL aDj -qKX +lEm aDj aCL aCe aCH -wRw +wui aCH aCe aCH -wRw +wui aCH aCe aCH -wRw +wui aCH aCe aao aao aao aao -qBf -dUe -dUe -dUe -dUe -dUe -dUe +gpx +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -53029,18 +53029,18 @@ aao aao aao aao -msD -nmo -xCL -fha -fha -fha +fUv +nNv +qUi +bPL +bPL +bPL aao aao -fqv +rWo acP acP -jGz +rHx acp acp acp @@ -53062,12 +53062,12 @@ adk adk adS acr -lHB -kOU -jGz +fgI +miY +rHx amI -jlY -plp +wVo +vZx amn asJ asJ @@ -53083,50 +53083,50 @@ asJ aua aua asJ -wTz -nbQ -ool -ool -ool -ool -ukV +wRp +nGy +fLJ +fLJ +fLJ +fLJ +vOA apC -teo -mQi -mQi +oRh +haK +haK aof -sUN -mQi -mQi +iPe +haK +haK aof -teo -aKR -cIf +oRh +neE +wOu aof -hjN +wWi aof -oKm -nZZ +mSB +ejK aof xKG aTa bcV bdt baJ -xFe -obH -hbB -hbB -jQu +buF +vSP +qnx +qnx +pzM aBR -ukV -lUv +vOA +xHU gpR gpR gpR gpR -uGw -nyk +eIH +pBC awM awM awM @@ -53138,87 +53138,87 @@ awM awM awp awp -vrC -lFq +yeA +tkO awp awp awp awp awp -dBc +dFU bjA bjA bjA -pNx -dhp -dBc +olW +mFW +dFU bjA bjA bjA bjA azO -dQO -dYP -pud -pud -pXP -cJe -cJe -cJe -cJe -cJe +wnQ +hgh +wwV +wwV +uXa +bnT +bnT +bnT +bnT +bnT aAp -ija -hXK -wPK -tbj -msl -msl -wPK -brZ -wly +sUb +pYW +szs +wSC +coq +coq +szs +lNI +fhg aBy -noN -ltQ +jQM +cQE aBE -wly -pqM -iAX +fhg +nFT +cDF aBE -nuu +wgp bww bww hkv aCL -lkn -ofk -xuW -ofk -nXb +fzq +oLp +kZP +oLp +sFE aCe -qDb -bBw -bBw +mjR +wnY +wnY aCe -mGM -bBw -bBw +pnS +wnY +wnY aCe -bBw -qDb -bBw +wnY +mjR +wnY aCe aao aao aao aao -qBf +gpx aao aao -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -53246,24 +53246,24 @@ aao aao aao aao -ewI -nmO -fha -fha -fha -fha -fha -aao -fqv +irx +eyr +bPL +bPL +bPL +bPL +bPL +aao +rWo acP acP -hFy -ixz -ixz -ixz -ixz -ixz -eWe +dNg +hTY +hTY +hTY +hTY +hTY +hRt acr ahu adS @@ -53273,19 +53273,19 @@ ajQ akt acr adk -tOD -bNU -fEv -kKt +ljp +pFu +tpb +hmf adk alZ -lHB +fgI acP -jGz +rHx amI -hpD -plp -noM +fGY +vZx +hKd asJ asJ asJ @@ -53296,134 +53296,134 @@ azS amn amn amn -wTz -wvj +wRp +utQ amn amn amn -nbQ -ool -hrt -wZL -wZL -ukV +nGy +fLJ +qpG +hDb +hDb +vOA apC -ccs -qJb -biu +ncl +dvj +oZV aof -kCQ -mQi -qhG +wOt +haK +cTP aof -ccs -mQi -lUa +ncl +haK +tAn aof -xxz +fPP aof -kpW -kJO +lAq +rea aof bbr toA aYO fPB bQe -mDG -dsB -cbi -nyk -nbQ +hrg +wcd +kGD +pBC +nGy aBR -ukV -lUv +vOA +xHU gpR gpR gpR gpR -uGw -nyk +eIH +pBC awM -xBq -xBq -xBq -xBq -xBq -xBq -xBq +cqa +cqa +cqa +cqa +cqa +cqa +cqa awM -lFV -mWQ -uhf -aLj -elh -oQs -bMt -vCJ +iIU +bFb +xNx +xOs +emO +qPp +mIw +rdt awp -dBc +dFU bjA bjA bjA -wat -dhp -dBc +clO +mFW +dFU bjA bjA -pgx +lYp azO azO azO -fHi -pud -pud -pXP -cJe -cJe -nMY -cJe -cJe +vdU +wwV +wwV +uXa +bnT +bnT +oHG +bnT +bnT aAp -lip -vKN -nzB -nzB -nzB -nzB -nzB -rLC -seI -eeg -mre -dIN +fnL +kMf +tZI +tZI +tZI +tZI +tZI +uQP +rsg +jIw +bEb +qtA aBQ -jNQ -rQb -rUk +pvb +gHZ +txg aBE -lMF +cLp bBv bww bBN aCL -gQq -skh -hCJ -kEI -pmq +sjH +fDj +aZD +cyE +qxC aCe -bBw -bBw -bBw +wnY +wnY +wnY aCe -bBw -bBw -qDb +wnY +wnY +mjR aCe -bBw -bBw -bBw +wnY +wnY +wnY aCe aao aao @@ -53433,9 +53433,9 @@ aao aao aao aao -dUe -dUe -uQO +dkJ +dkJ +iOT aao aao aao @@ -53463,15 +53463,15 @@ aao aao aao aao -nmo -nmo -wCE -fha -fha -fha -fha -fha -fqv +nNv +nNv +sJw +bPL +bPL +bPL +bPL +bPL +rWo acP acP acP @@ -53480,7 +53480,7 @@ acP acP acP acP -jGz +rHx acr ahu adS @@ -53490,20 +53490,20 @@ ajL ajj acr adk -fTY -hBx -gAA -vvf +bGl +nMA +lJY +cLM adS acr -lHB +fgI acP -jGz +rHx amn -kQJ -plp +xvN +vZx amn -wTd +peO asJ awY axH @@ -53511,19 +53511,19 @@ asJ asJ azT amn -lcP -fPh -fkk -fkk -lcP -sBB +hHJ +vHF +kmd +kmd +hHJ +mwn amn -nbQ -wdv +nGy +qul aBR aBR aBR -ukV +vOA apC apJ apJ @@ -53539,8 +53539,8 @@ apJ apC apC apC -sFB -rRU +brl +sBV apC apC apC @@ -53548,99 +53548,99 @@ apC apC apC apC -gFK -wFp -ukV -nbQ -bRg -ukV -nbQ -wgk +rJE +dun +vOA +nGy +pSI +vOA +nGy +hmY gpR -diU -wgk -ukV -nyk +krv +hmY +vOA +pBC awM -wdG -wdG -wdG -wdG -qSl -wdG -wdG +xcT +xcT +xcT +xcT +cwO +xcT +xcT awM -uNE -hmC +sFK +prz vwt dlq vwt -end -end -tCn +gHO +gHO +kAd awp -dBc +dFU bjA bjA bjA -wat -dhp -dBc +clO +mFW +dFU bjA bjA -wat -mOv -oiT -mOv -uhB -pud -dYP -pXP -cJe -cJe -cJe -cJe -cJe +clO +oFp +vKY +oFp +jVR +wwV +hgh +uXa +bnT +bnT +bnT +bnT +bnT aAp -dbZ -jsr -hxO -jQY -lXE -lXE -joJ -mre -qtv +uXG +vqQ +wZg +sDJ +bGH +bGH +wis +bEb +tNE aBy -noN -jJf +jQM +djg aBQ -rlv -ods -ods +vBv +mzs +mzs aBE -lMF +cLp bww bww bBO aCL -lUi -hUU -gRw -hUU -jUZ +fWP +fOv +hFO +fOv +oHr aCe -bBw -xhn -bBw +wnY +vWq +wnY aCe -bBw -vNN -bBw +wnY +tBg +wnY aCe -mGM -vNN -qDb +pnS +tBg +mjR aCe aao aao @@ -53650,9 +53650,9 @@ aao aao aao aao -dUe -dUe -dUe +dkJ +dkJ +dkJ aao aao aao @@ -53679,25 +53679,25 @@ aao aao aao aao -msD -nmo -nmo -nmo -wCE -fha -iQO -fha -fha -fqv +fUv +nNv +nNv +nNv +sJw +bPL +mFp +bPL +bPL +rWo acP acP -jpC -jUv -jUv -jUv -jpC +wWR +wih +wih +wih +wWR acP -jGz +rHx acr acr acr @@ -53713,12 +53713,12 @@ acr acr acr acr -lHB +fgI acP -jGz +rHx amn -jlY -plp +wVo +vZx amn asJ awo @@ -53728,56 +53728,56 @@ ayp asJ azU amn -fkk -xNw -fjq -xNw -gau -sOa +kmd +cNL +uIj +cNL +rvQ +cRj amn -nbQ +nGy aBR aBR aBR aBR -iTQ -cbi -cbi -cbi -cbi -cbi -cbi -cbi -cbi -cbi -cbi -cbi -cbi -cbi -cbi -cbi -nyk -nyk -cbi -cbi -cbi -cbi -cbi -cbi -cbi -whv -ool -qdF -nyk -hbB -nyk -nyk -tdM -keY -eIv -tdM -nyk -nyk +kfL +kGD +kGD +kGD +kGD +kGD +kGD +kGD +kGD +kGD +kGD +kGD +kGD +kGD +kGD +kGD +pBC +pBC +kGD +kGD +kGD +kGD +kGD +kGD +kGD +rDv +fLJ +eLh +pBC +qnx +pBC +pBC +dGi +pmU +elN +dGi +pBC +pBC awM awM awM @@ -53787,37 +53787,37 @@ awM awM awM awM -vdI -hmC +iZO +prz kiT bkU sjU -end -pgr -tUP +gHO +yhT +wtH awp -dBc +dFU bjA bjA bjA -wat -dhp -dhp -bRo -bRo -dhp -mOv -oiT -mOv -cJe -pWn -pWn -cJe -cJe -cJe -cJe -cJe -cJe +clO +mFW +mFW +wid +wid +mFW +oFp +vKY +oFp +bnT +lcq +lcq +bnT +bnT +bnT +bnT +bnT +bnT aAp aAp aAp @@ -53829,21 +53829,21 @@ aAp aAp aAp aAp -mWy -jJf +nHp +djg aBE aBQ aBQ aBQ aBE aBE -cMH +nRQ aBE aBE aCL aCL aDj -qKX +lEm aDj aCL aCe @@ -53867,9 +53867,9 @@ aDY aDY aao aao -dUe -dUe -dUe +dkJ +dkJ +dkJ aao aao aao @@ -53896,46 +53896,46 @@ aao aao aao aao -eaE -nmo -nmo -jrQ -nmo -oIr -wCE -fha -fha -fqv +wQD +nNv +nNv +nhA +nNv +whj +sJw +bPL +bPL +rWo acP acP -uce -gmG -sqw -gtJ -vrI +hcx +hgD +dKf +euo +fRN acP -hFy -ixz -ixz -eWe +dNg +hTY +hTY +hRt acr adS ajL akc -woj -hhf -qEt -oZF -uxA -dHh -hSH +eZn +jVi +vwV +hte +dyT +qCM +xrx acr -lHB +fgI acP -jGz +rHx amn -grP -plp +dwZ +vZx amn asJ awo @@ -53945,14 +53945,14 @@ ayq ayY azV amn -ecQ -clu -fkk -fkk +dlR +obO +kmd +kmd amn amn amn -nbQ +nGy aBR aBR aBR @@ -53969,125 +53969,125 @@ aBR aBR aBR aBR -lzH -ool -kAH +met +fLJ +tWe aBR -ukV -nbQ +vOA +nGy aBR aBR -lzH -ool -ool -kAH +met +fLJ +fLJ +tWe aBR aBR -lSo -qdF -nyk -cbi -nyk -nyk -nyk -nyk -nyk -nyk -nyk -nyk +heC +eLh +pBC +kGD +pBC +pBC +pBC +pBC +pBC +pBC +pBC +pBC awp -cGV -vjN -hHP -hcO -lpl -lpl -lpl -pQY -olI -hmC +rVd +sXj +rZK +gUO +uzI +uzI +uzI +dYA +bqs +prz vwt bkU vwt -end -end -wyZ +gHO +gHO +taM awp -dBc +dFU bjA bjA bjA -vTS -bwv -bwv -bwv -bwv -dhp -mOv -oiT -mOv -cJe -omc -dQK -cJe -cJe -cJe -cJe -cJe -cJe +ulZ +oeD +oeD +oeD +oeD +mFW +oFp +vKY +oFp +bnT +bBm +uPi +bnT +bnT +bnT +bnT +bnT +bnT aBv -rfY -rfY -rfY -rfY +ruj +ruj +ruj +ruj aBA -vRO -bHC -bHC -bHC -ctk -sWH -mqP -tbb -tbb -vzR -tDR -bHC -bHC -sWH -bHC -bHC -mRY -rtM -tbb -mqP -bHC +fCm +eDl +eDl +eDl +eat +gMa +oNF +rqR +rqR +dmd +pNQ +eDl +eDl +gMa +eDl +eDl +rCb +lIH +rqR +oNF +eDl aDv -cSp -cSp -cML -cSp -orZ -cSp -cSp -mSt -jvE -vBi -vBi -vBi -cML -cSp -cSp -cSp -cSp -cML +oFL +oFL +pyu +oFL +oWy +oFL +oFL +bWq +cwn +wRK +wRK +wRK +pyu +oFL +oFL +oFL +oFL +pyu aDY aao aao -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ aao aao aab @@ -54113,63 +54113,63 @@ aao aao aao aao -fha -eaE -wbu -nmo -nmo -nmo -fVD -fha -fha -fqv +bPL +wQD +rOd +nNv +nNv +nNv +pLl +bPL +bPL +rWo acP acP -uce -gmG -eWe -gtJ -vrI +hcx +hgD +hRt +euo +fRN acP acP acP acP -jGz +rHx acr adS ajR acr -woj -wAI -wAI -wAI -wAI -wAI -hhf +eZn +xdK +xdK +xdK +xdK +xdK +jVi acr -lHB +fgI acP -ycL +tQf amI -hpD -plp -noM +fGY +vZx +hKd asJ awo dJc axK ayp asJ -jmt +kig amn -xqG -vbJ -fkk -fkk -bUX -caY +fNi +yje +kmd +kmd +eOn +jLN amn -nbQ +nGy aBR aBR aBR @@ -54183,128 +54183,128 @@ aBR aBR aBR aBR -djU -gIA -gIA -ool -ool -ool -gIA -ukV -nbQ -gIA -gIA -ool -ool -ool -ool -gIA -gIA -ool -ukV -nbQ -ool -ukV -nyk -cbi -uNy -uNy -cbi -nyk -nyk +jTT +kBC +kBC +fLJ +fLJ +fLJ +kBC +vOA +nGy +kBC +kBC +fLJ +fLJ +fLJ +fLJ +kBC +kBC +fLJ +vOA +nGy +fLJ +vOA +pBC +kGD +ufH +ufH +kGD +pBC +pBC awp -cGV -dHn -end -end -end -cdH -end -end -xlg -hmC +rVd +wwW +gHO +gHO +gHO +lli +gHO +gHO +wvt +prz kiT bkU sjU -aLj -wOK -qOT +xOs +eBT +bYZ azG -dht +sop bjA bjA bjA bjA bjA -mrt -ggg -ggg -wat -mOv -oiT -mOv -uhB -dYP -pud -pXP -cJe -cJe -sFJ -cJe -cJe -tsj -uAX -wgD -uAX -uAX -tsj -jxs -uRP -iUx -dAB -jjK -jjK -eeB -nME -bJd -eNY -her -rHh -jjK -jjK -eNY -bJd -jjK -jjK -jjK -eeB -bJd -xMo -mVC -nDK -nDK -fAF -glp -glp -fVh -eVS -mVC -iMO -oTU -oTU -oTU -las -kNm -oTU -mmu -wRZ +dYV +vFG +vFG +clO +oFp +vKY +oFp +jVR +hgh +wwV +uXa +bnT +bnT +wuv +bnT +bnT +iKq +dKE +vbq +dKE +dKE +iKq +ixX +lhm +iIZ +gAL +rgJ +rgJ +oiR +qcW +mDW +paj +gdB +lcd +rgJ +rgJ +paj +mDW +rgJ +rgJ +rgJ +oiR +mDW +wFc +wTA +evg +evg +upQ +tCk +tCk +rpb +wRx +wTA +eGH +mQX +mQX +mQX +vuK +viP +mQX +pRc +iYq aDY aao aao -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ aao aao aab @@ -54330,46 +54330,46 @@ aao aao aao aao -fha -fha -fha -xpZ -nmo -nmo -nmO -fha -fha -fqv +bPL +bPL +bPL +kMK +nNv +nNv +eyr +bPL +bPL +rWo acP acP -uce -eWe -eWe -poT -vrI +hcx +hRt +hRt +jKT +fRN acP acP acP acP -jGz +rHx acr adS ajS -opU -bWJ -sdg -mzG -sdg -sdg -ohR -iec +qvd +wIx +bSY +hXD +bSY +bSY +cXg +pog acr -lHB +fgI acP -wdt +dLa amI -jlY -plp +wVo +vZx amn asJ awo @@ -54379,14 +54379,14 @@ ayp asJ azW amn -wLX -qbv -fkk -fkk +fZB +gEB +kmd +kmd amn amn amn -nbQ +nGy aBR aBR aBR @@ -54400,129 +54400,129 @@ aBR aBR aBR aBR -gNp -hbB -hbB -hbB -hbB -hbB -hbB -nyk -dMy -hbB -hbB -hbB -hbB -hbB -hbB -hbB -hbB -hbB -nyk -nbQ -kAH -ukV -nbQ -wgk +gwa +qnx +qnx +qnx +qnx +qnx +qnx +pBC +oQa +qnx +qnx +qnx +qnx +qnx +qnx +qnx +qnx +qnx +pBC +nGy +tWe +vOA +nGy +hmY gpR gpR -wgk -pnt -nyk +hmY +nMK +pBC awp -izJ -olI -aLj -hPy -syE -fRh -pcR -bpf -hdi -uhf +wEL +bqs +xOs +gKg +xLG +tXk +ieA +rua +mbm +xNx vwt hag vwt -hFu -xxS -ebb +vzO +vaq +rcy azG -dht +sop bjA bjA bjA bjA bjA -mrt -ggg -qvn -vTS +dYV +vFG +psZ +ulZ azO azO azO -uDS -pud -pud -pXP -cJe -cJe -cJe -cJe -cJe +fft +wwV +wwV +uXa +bnT +bnT +bnT +bnT +bnT aBv -qyX -qyX -bsx -qyX +hJE +hJE +pYB +hJE aBA -oPR -dsG -dsG -fKJ -sWH -dsG -dsG -dsG -dsG -pyE -qpa -fQw -iUx -fRz -mqP -iUx -iLj -sWH -jMp -sWH -sWH -iXW -eNL -eNL -eNL -eNL -ixx -pSU -eNL -fSl -pSU -qMk +ctH +nsd +nsd +sEF +gMa +nsd +nsd +nsd +nsd +deF +nBL +jdB +iIZ +kll +oNF +iIZ +jHC +gMa +dlB +gMa +gMa +eCs +dfF +dfF +dfF +dfF +qop +gnm +dfF +guo +gnm +eSp aDX aDv aDv aDv aDv aDX -eqo -wRZ +uyf +iYq aDY aao aao -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ aao aab aaa @@ -54547,63 +54547,63 @@ aao aao aao aao -fha -iQO -fha -xpZ -nmo -nmo -xCL -fha -fha -fqv +bPL +mFp +bPL +kMK +nNv +nNv +qUi +bPL +bPL +rWo acP acP -raW -eWe -eWe -eWe -lHB +gQN +hRt +hRt +hRt +fgI acP acP acP acP -jGz -bIE +rHx +lQo adS adk acr -hhf -wAI -wAI -wAI -wAI -wAI -pgp +jVi +xdK +xdK +xdK +xdK +xdK +tpk acr -nAZ +vTk acP -wdt +dLa amn amn amn amn -nQx +mkE awo axc awZ ayp asJ aws -nqu -hMi -xNw -fkk -fkk -bUX -ulC +ixF +vyL +cNL +kmd +kmd +eOn +tVo amn -nbQ +nGy aBR aBR aBR @@ -54617,75 +54617,75 @@ aBR aBR aBR aBR -ukV -nyk -cbi -cbi -cbi -cbi -cbi -cbi -cbi -cbi -cbi -cbi -cbi -cbi -cbi -cbi -cbi -cbi -cbi -fec -wdv -ukV -lUv +vOA +pBC +kGD +kGD +kGD +kGD +kGD +kGD +kGD +kGD +kGD +kGD +kGD +kGD +kGD +kGD +kGD +kGD +kGD +pWY +qul +vOA +xHU gpR gpR gpR gpR -uGw -nyk +eIH +pBC awp -edX -aLj -nuG -hdi -hmM -end -end -hPy -blT -fgk -end -end -aLj -end -saJ -ebb +tgW +xOs +ibe +mbm +sae +gHO +gHO +gKg +cPX +fNB +gHO +gHO +xOs +gHO +uqc +rcy azG -dBc +dFU bjA bjA bjA bjA bjA -mrt -gai -gai -qvn -qvn +dYV +eyu +eyu +psZ +psZ azO meT -dua -pud -pud -pXP -cJe -cJe -cJe -cJe -cJe +gRw +wwV +wwV +uXa +bnT +bnT +bnT +bnT +bnT aBv aBv aBv @@ -54695,51 +54695,51 @@ aBv aBv aBv aBv -fTw -bHC +brF +eDl aBv aBw aBw aBw -opm +soA aBv aBv -dsG -dsG -mqP -kkc -kkc -dsG -dsG -dsG -dsG +nsd +nsd +oNF +jVa +jVa +nsd +nsd +nsd +nsd aDv -wRZ -pDn -wRZ -wRZ -wRZ -jOM -wQA -pSQ -pSU -rZy +iYq +cXe +iYq +iYq +iYq +cRl +ihs +eiY +gnm +cHA aDv -fFf -fFf -oZo -fFf +uvh +uvh +gMf +uvh aDv -eqo -rkV +uyf +nPR aDY aao aao -dUe -uQO -dUe -dUe -dUe +dkJ +iOT +dkJ +dkJ +dkJ aao aab aaa @@ -54764,46 +54764,46 @@ aao aao aao aao -fha -fha -fha -xpZ -nmo -nmO -fha -fha -fha -fqv +bPL +bPL +bPL +kMK +nNv +eyr +bPL +bPL +bPL +rWo acP acP -uce -eWe -eWe -gmG -vrI +hcx +hRt +hRt +hgD +fRN acP acP acP acP -jGz -vDc +rHx +lrv adS adk akc -woj -gZU -sMC -wAI -rPy -gZU -hyc +eZn +sKF +eBD +xdK +ogP +sKF +duQ acr -cZR +mvg acP -jGz +rHx amI -jlY -plp +wVo +vZx amn asJ asJ @@ -54812,15 +54812,15 @@ axd asJ asJ azY -nvL -fop -xNw -fkk -fkk +wmF +fdn +cNL +kmd +kmd amn amn amn -nbQ +nGy aBR aBR aBR @@ -54834,96 +54834,96 @@ aBR aBR aBR aBR -ukV -nbQ -ool -ool -ool -ool -ool -ool -ool -wZL -wZL -wZL -wdv +vOA +nGy +fLJ +fLJ +fLJ +fLJ +fLJ +fLJ +fLJ +hDb +hDb +hDb +qul aBR aBR aBR -sfG -wZL -wZL -wdv +nyd +hDb +hDb +qul aBR -ukV -lUv +vOA +xHU gpR gpR gpR gpR -uGw -nyk +eIH +pBC awp -qBM -kSK -dom -kSK -hmC -qOq -hIn -nxR -hIn -lNR -lNR -drQ -hIn -hIn -jTq -ebb +syq +fMe +tAs +fMe +prz +wHE +sQa +crT +sQa +wYR +wYR +gJq +sQa +sQa +vsk +rcy awp -dBc +dFU bjA bjA nYV bjA bjA -iZw -iyy -qvn -hBX -pIZ +nRE +uWt +psZ +coj +lZx azO meT meT -dua -dYP -pXP -cJe -cJe -cJe -cJe -cJe +gRw +hgh +uXa +bnT +bnT +bnT +bnT +bnT aBw -pDy -gdz -lxl -pmh -nKB -lxl -tEi +oMy +wgD +tLq +shN +ojp +tLq +hRL aBv -fTw -bHC +brF +eDl aBw -jkR -nHn -nHn -vDC -vhD +qQy +ctt +ctt +rQC +qJY aBv aBA aCh -qRA +rtr aCh aBA aBA @@ -54939,24 +54939,24 @@ aDX aDX aDX aDX -iVL -rZy +oFT +cHA aDX aDX aDX aDX aDX aDX -eqo -wRZ +uyf +iYq aDY aao aao -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ aao aab aaa @@ -54982,84 +54982,84 @@ aao aao aao aao -sEn -dHu -nmo -nmo -nmO -fha -fha -fha -fqv +dBs +aaX +nNv +nNv +eyr +bPL +bPL +bPL +rWo acP acP -uce -eWe -gmG -sqw -vrI +hcx +hRt +hgD +dKf +fRN acP acP acP acP -jGz +rHx acr ajj adk akc -woj -hKY -hKY -hhf -woj -hKY -eeT +eZn +vhx +vhx +jVi +eZn +vhx +gUk acr -lHB +fgI acP -jGz +rHx amI -hpD -plp -noM +fGY +vZx +hKd asJ asJ aua aua awn aua -nxq +vUO amn -tSG -tSG -lFt -fkk -bUX -ulC +pZf +pZf +ewG +kmd +eOn +tVo amn -nyk -hbB -hbB -hbB -hbB -hbB -hbB -hbB -ttR -hbB -hbB -hbB -jQu +pBC +qnx +qnx +qnx +qnx +qnx +qnx +qnx +ekt +qnx +qnx +qnx +pzM aBR -ukV -nbQ -ool -rgl -wZL -wZL -wZL -wZL -wdv +vOA +nGy +fLJ +vcF +hDb +hDb +hDb +hDb +qul aBR aBR aBR @@ -55072,20 +55072,20 @@ aBR aBR aBR aBR -oSM -nbQ -wgk +tfh +nGy +hmY gpR -diU -wgk -ukV -nyk +krv +hmY +vOA +pBC awp awp awp awp awp -xYz +gsj awp awp ayF @@ -55098,82 +55098,82 @@ ayF ayF awp awp -qhe -gvw -gvw -gvw -gvw -gvw -qvn -qvn -qvn -cCv -wmi +ubZ +lex +lex +lex +lex +lex +psZ +psZ +psZ +vlN +yjT azO meT meT meT -vrO -pXP -cJe +tBB +uXa +bnT bvY -cJe -fri -cJe +bnT +iYf +bnT aBw -qIe -bJd -bJd -bJd -bJd -bJd -huo +qqE +mDW +mDW +mDW +mDW +mDW +nvB aBv -buA -iKj +mbZ +eyX aBw -tHR -sWH -hdF -sWH -meL +aZJ +gMa +yce +gMa +kNJ aBv -vHb -eIW -mqP -eIW -eIW -hEq -mag -mag -mag -fDE -eIW -mFQ +jUf +htL +oNF +htL +htL +cdy +fsQ +fsQ +fsQ +lSE +htL +mzg aDX -jaL -tGs -fnV -pcB +wrd +glA +cBq +qzu aDX -iVL -nkd +oFT +tay aDX -lFU -pLF -pcB -pcB +gxK +eUv +qzu +qzu aDX -eqo -pSO +uyf +twY aDY aao aao -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ aao aab aaa @@ -55199,27 +55199,27 @@ aao aao aao aao -fha -xpZ -nmo -nmo -nmO -whA -fha -fha -fha -hlk +bPL +kMK +nNv +nNv +eyr +ftB +bPL +bPL +bPL +vhh acP -uce -oAw -iTk -cCK -vrI +hcx +tVD +wha +cbB +fRN acP acP acP acP -jGz +rHx acr acr acr @@ -55232,19 +55232,19 @@ akj akj akj acr -lHB +fgI acP -jGz +rHx amn -hpD -plp +fGY +vZx amn asJ -wHB -eJg -sNS -sNS -sNS +lKg +hHv +cyP +cyP +cyP azZ amn amn @@ -55266,12 +55266,12 @@ anJ aoz anJ anJ -nbQ +nGy aBR -ukV -nbQ -ool -kAH +vOA +nGy +fLJ +tWe aBR aBR aBR @@ -55289,108 +55289,108 @@ aBR aBR aBR aBR -ukV -nyk -tdM -keY -eIv -tdM -nyk -nyk +vOA +pBC +dGi +pmU +elN +dGi +pBC +pBC awp -vqr -tQO +vpq +vdH awp -cbr -hmC -bCD +lEx +prz +cqy awp -hAn -hAn -hAn -hAn -hAn -hAn -hAn -hAn -hAn -hAn -qhe -tIu -ggg -aao -aao -itz -itz -itz -itz -kRW +cNW +cNW +cNW +cNW +cNW +cNW +cNW +cNW +cNW +cNW +ubZ +vtM +vFG +aao +aao +dWL +dWL +dWL +dWL +oTQ aao azO meT meT meT -vrO -hDk -cJe -cJe -cJe -cJe -cJe +tBB +bou +bnT +bnT +bnT +bnT +bnT aBv -vDA -iUx -iUx -sWH -gnN -iUx -jnz +eAN +iIZ +iIZ +gMa +jhG +iIZ +uji aBw -rrm -idJ +rxY +fIb aBv -uiN -gXa -kDE -ogY -meL +sTn +hSu +mrX +wKM +kNJ aBv -dsD -sWH -mqP -iUx -iUx -iUx -sWH -sWH -sWH -sWH -sWH -vtN +dfb +gMa +oNF +iIZ +iIZ +iIZ +gMa +gMa +gMa +gMa +gMa +dLD aDX -hxm -jaL -duF -jaL +hki +wrd +ohw +wrd aDX -iVL -hBw +oFT +dHJ aDX -jaL -jaL -duF -jaL +wrd +wrd +ohw +wrd aDX -eqo -wRZ +uyf +iYq aDY aao aao -dUe -dUe -dUe -uQO -dUe +dkJ +dkJ +dkJ +iOT +dkJ aao aab aaa @@ -55418,196 +55418,196 @@ aao aao aao aao -ewI -nmo -xCL -fha -fha -fha -fha -fqv +irx +nNv +qUi +bPL +bPL +bPL +bPL +rWo acP -jpC -myG -myG -myG -jpC +wWR +fTU +fTU +fTU +wWR acP acP acP acP -hFy -ixz -ixz -ixz -fsV -fsV -ixz -ixz -fsV -fsV -fsV -fsV -ixz -xkF +dNg +hTY +hTY +hTY +ciT +ciT +hTY +hTY +ciT +ciT +ciT +ciT +hTY +lUj amD -jGz +rHx amn -jlY -plp +wVo +vZx amn avG -wHB -wHB -qth -wHB -sNS +lKg +lKg +hkB +lKg +cyP aws amn -goc -fTS -pIF -pWr -fTS -uIr +nWX +gKB +lWr +pSR +gKB +pGz amn -gYi -wNH -wRq -oEf -kCY -oEf -pUQ -oEf -kCY -oEf -oEf +kQT +uLB +bPZ +rBz +jLM +rBz +qOW +rBz +jLM +rBz +rBz anJ -lDV +lvc aBR -ukV -nbQ -ool -kAH -sjo -hbB -hbB -hbB -hbB -hbB -hbB -hbB -hbB -hbB -hbB -hbB -hbB -hbB -hbB -hbB -hbB -nyk -nyk -nyk -nyk -nyk -gGd -nyk -nyk +vOA +nGy +fLJ +tWe +gQH +qnx +qnx +qnx +qnx +qnx +qnx +qnx +qnx +qnx +qnx +qnx +qnx +qnx +qnx +qnx +qnx +pBC +pBC +pBC +pBC +pBC +mny +pBC +pBC awp -vRE -tQO +gUH +vdH awp -cbr -hmC -dlQ +lEx +prz +uvW awp -hAn -hAn -vBM -kIx -kIx -vBM -hAn -hAn -hAn -hAn -qhe -tIu -tIu -aao -aao -wKJ -osa -wKJ -wKJ -wKJ +cNW +cNW +bmO +glO +glO +bmO +cNW +cNW +cNW +cNW +ubZ +vtM +vtM +aao +aao +dav +qsP +dav +dav +dav aao azO meT meT meT -vrO -pXP +tBB +uXa bvY -cJe +bnT bvY -cJe -cJe +bnT +bnT aBv -yim -iUx -rSA -iUx -sWH -sWH -bsv -jti -wAO -iWp +iem +iIZ +lxZ +iIZ +gMa +gMa +uda +mCU +qyL +tPv aBv -mYw -mNq -elo -uzY -meL +lkf +cpn +hDP +tXd +kNJ aBv -vPW -sWH -tbA -gyj -bZi -gyj -bJd -mPY -oRm -sWH -sWH -vtN +eri +gMa +vNK +tjL +bSB +tjL +mDW +tQs +ikI +gMa +gMa +dLD aDX -xdi -utY -sMI -utY -xfU -glp -kRR -xfU -utY -utY -sMI -jxq +nsw +vcg +soR +vcg +slk +tCk +mqM +slk +vcg +vcg +soR +jOV aDX -eqo -wRZ +uyf +iYq aDY aao aao -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ aao aab aaa @@ -55635,15 +55635,15 @@ aao aao aao aao -gpn -nmO -fha -fha -fha +pHz +eyr +bPL +bPL +bPL aao -fha -fha -hlk +bPL +bPL +vhh acP acP acP @@ -55668,45 +55668,45 @@ acP acP acP acP -jGz +rHx amn -hnu -plp +uCK +vZx amn asJ -wHB -plG -emh -rni -emh +lKg +ewY +eZg +uos +eZg aAa -ohc -plp -plp -wRT -plp -plp -plp -ohc -gYi -tZC -wRq -kaY -oMZ -bSC -umu -wyh -cvC -sph -oEf +seL +vZx +vZx +gSj +vZx +vZx +vZx +seL +kQT +fmD +bPZ +ejx +yba +qau +kfu +qgC +lEE +cLr +rBz aqz -nbQ -gIA -ukV -nbQ -ool -kAH -ukV +nGy +kBC +vOA +nGy +fLJ +tWe +vOA asv asv asv @@ -55725,106 +55725,106 @@ atJ atJ asv asv -nyk -nyk -nyk -nyk -nyk -nyk +pBC +pBC +pBC +pBC +pBC +pBC awp -vRE -tQO +gUH +vdH awp -cbr -hmC -vsj +lEx +prz +mXn awp -hAn -qhe +cNW +ubZ oZQ wcw wcw oZQ -lYR -hAn -hAn +chm +cNW +cNW ofn -qhe -tIu -ojH +ubZ +vtM +eOw aao -wKJ -osa -wKJ -osa -wKJ +dav +qsP +dav +qsP +dav aao aao azO azO meT -ull -dYP -pXP -cJe -dYP -fri +lIS +hgh +uXa +bnT +hgh +iYf bvY -cJe +bnT aBw -iRu -sWH -uRP -iUx -iUx -vIi -jee +vvW +gMa +lhm +iIZ +iIZ +bKP +djs aBw -rrm -vFz +rxY +eOX aBv -tFf -mWI -bJd -bJd -jdU +vOG +qfz +mDW +mDW +mDR aBv -xfG -sWH -sWH -sWH -sWH -sWH -vvw -mqP -vvw -sWH -iUx -vtN +bLW +gMa +gMa +gMa +gMa +gMa +olk +oNF +olk +gMa +iIZ +dLD aDX -jaL -jaL -jaL -jaL +wrd +wrd +wrd +wrd aDX -iVL -nkd +oFT +tay aDX -jaL -vGN -cMi -jaL +wrd +whA +pUI +wrd aDX -eqo -wRZ +uyf +iYq aDY aao aao aao -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ aao aab aaa @@ -55853,14 +55853,14 @@ aao aao aao aao -nmO -sEn -fha +eyr +dBs +bPL aao aao aao -fha -fqv +bPL +rWo acP acP acP @@ -55885,163 +55885,163 @@ acP acP acP acP -jGz +rHx amI -hpD -plp -noM +fGY +vZx +hKd asJ -wHB -wHB -sNS -lhk -sNS +lKg +lKg +cyP +wjE +cyP aAb amn -plp -plp -plp -plp -plp -mjS +vZx +vZx +vZx +vZx +vZx +vnc amn -gYi -gYi -wRq -oEf -uEY -oEf -eKU -uYy -uEY -oEf -oEf +kQT +kQT +bPZ +rBz +oik +rBz +jGy +bqR +oik +rBz +rBz anJ -rNE -ool -ukV -nbQ -ool -kAH -ukV +kYz +fLJ +vOA +nGy +fLJ +tWe +vOA asv -qdV -uMD -oaX -uVR -yeO -ksQ +jDT +nIK +pGq +rdK +cIJ +wlX asv -rqQ -rqQ -knz +wfT +wfT +lIm asv -rzP -fUb -oKI -gJW -ycp +hhD +hlP +wkN +rrQ +eIC asv -nyk -nyk -nyk +pBC +pBC +pBC asv atJ atJ awp -vBU +sVl awp awp awp -xYz +gsj awp awp -hAn -huW +cNW +lVl wcw iQw wcw wcw -ojK -hAn -hAn -giT -qhe -tIu -tIu -ndz -osa -osa -osa -wKJ -wKJ +uCB +cNW +cNW +wWS +ubZ +vtM +vtM +tuw +qsP +qsP +qsP +dav +dav aao aao aao azO azO -pud -pud -pXP -xdb +wwV +wwV +uXa +umo bvY -cJe -xdb -cJe +bnT +umo +bnT aBw -vLI -qMo -qMo -pLQ -tEl -qMo -woP +cBr +ydj +ydj +pFI +rIH +ydj +eze aBv -gQO -vFz +wcX +eOX aBv -pbz -uor -obu -oGh -nZE +imA +buh +kPy +lCN +ejN aBv -oVJ -eZJ -sWH -xAZ -eSs -fZB -xcx -mWD -jzP -lmr -nac -qZh +pSK +djX +gMa +rqN +lho +nuO +raW +nND +bMD +wqt +vGW +mtm aDX -tfy -jaL -jaL -dOr +kfA +wrd +wrd +fDV aDX -iVL -rZy +oFT +cHA aDX -xfy -jaL -jaL -tcl +jOO +wrd +wrd +czj aDX -eqo -wRZ +uyf +iYq aDY aao aao aao -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ aao aab aaa @@ -56070,14 +56070,14 @@ aao aao aao aao -nmO -fha -fha -fha -fha -fha -fha -fqv +eyr +bPL +bPL +bPL +bPL +bPL +bPL +rWo acP acP acP @@ -56095,103 +56095,103 @@ acP acP acP acP -oSp -eKZ -eKZ -eKZ -eKZ -eKZ -eKZ -eWe +xqw +mTk +mTk +mTk +mTk +mTk +mTk +hRt amI -jlY -plp +wVo +vZx amn -wTd -ulN -fCU -cYc -cJk -vLv +peO +uXP +dXv +obA +keT +ozm aws -ohc -plp -wMP -wMP -wMP -wMP -wMP -ohc -gYi -mBz -sPL -oEf -oEf -oEf -oEf -uYy -oEf -oEf -whc +seL +vZx +pVV +pVV +pVV +pVV +pVV +seL +kQT +ofb +okI +rBz +rBz +rBz +rBz +bqR +rBz +rBz +vnQ aqz -nbQ -fgW -ukV -nbQ -ool -kAH -oSM +nGy +jiN +vOA +nGy +fLJ +tWe +tfh asH -oaX -uMD -fZF -uTO -xjW -fZF -fZF -fZF -oaX -oaX +pGq +nIK +fqX +rav +hLk +fqX +fqX +fqX +pGq +pGq asv -fUb -bZd -dEd -dEd -hPQ +hlP +oSm +sBU +sBU +sQz asH -nyk -nyk -nyk +pBC +pBC +pBC asv -uZW -myd -sYI -pob -hmB -qMi -lqa -mAO -lhg +esy +tEj +qGU +stR +xeW +mRv +jYg +xmC +bVy ayF -liL -huW +qpj +lVl wcw wcw wcw wcw -ojK -hAn -hAn -giT -qhe -ojb -tIu -ndz -osa -wKJ -wKJ -osa -wKJ +uCB +cNW +cNW +wWS +ubZ +sPu +vtM +tuw +qsP +dav +dav +qsP +dav aao aao aao @@ -56214,8 +56214,8 @@ aBv aBv aBv aBv -rrm -nMr +rxY +uHg aBv aBv aBv @@ -56223,10 +56223,10 @@ aBv aBv aBv aBv -eXS -sWH -sWH -kWi +rDR +gMa +gMa +pdr aBA aCh aCh @@ -56241,24 +56241,24 @@ aDX aDX aDX aDX -qRZ -nvm +oXF +vDU aDX aDX aDX aDX aDX aDX -gqF -eKj +epv +cyz aDY aao aao aao -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ aao aab aaa @@ -56287,15 +56287,15 @@ aao aao aao aao -nmo -wCE -fha -fha -fha -fha -fha -fha -hlk +nNv +sJw +bPL +bPL +bPL +bPL +bPL +bPL +vhh acP acP acP @@ -56312,7 +56312,7 @@ acP akV acP acP -jGz +rHx ako ako ako @@ -56332,84 +56332,84 @@ ayv asJ aws amn -fTS -iRD -iRD -iRD -iRD -iRD +gKB +bOg +bOg +bOg +bOg +bOg amn -fty -gYi -wRq -oEf -pbj -oEf -oEf -uYy -kCY -oEf -oEf +lIi +kQT +bPZ +rBz +nKl +rBz +rBz +bqR +jLM +rBz +rBz anJ -nbQ -ool -ukV -nbQ -ool -kAH -ukV +nGy +fLJ +vOA +nGy +fLJ +tWe +vOA asH -etQ -uMD -fZF -oaX -xjW -fZF -fZF -fRk -fZF -unG +jiA +nIK +fqX +pGq +hLk +fqX +fqX +fuO +fqX +sEa asv -qTv -wBN -oBS -eJd -jZu +kZf +dxc +ijw +fhE +nzc avr -pfI -nyk -nyk +sqe +pBC +pBC asv -mJe -myd +iuZ +tEj awp -dHn -end -xwi -end -ils -nmI +wwW +gHO +fQF +gHO +vtv +oIk ayF -hAn -jZE +cNW +cCe oZQ wcw rHA oZQ -tvO -hAn -hAn -giT -qhe -tIu -pnH -ndz -wKJ -wKJ -wKJ -osa -wKJ -wKJ +kUY +cNW +cNW +wWS +ubZ +vtM +kuz +tuw +dav +dav +dav +qsP +dav +dav aao aao aao @@ -56427,55 +56427,55 @@ aao aao aao aBv -jaP -gEa -jco +tot +uGC +dnT aBA -rrm -vFz +rxY +eOX aBv -eeD -eeD -eeD -eeD -eeD +cYG +cYG +cYG +cYG +cYG aBv -oVJ -sWH -sWH -lkO -hEq -cTg -oDP -nTx -sPF -qzL -mFQ -muy +pSK +gMa +gMa +jCE +cdy +sff +ceb +xIb +rmv +qyW +mzg +dIH aDX -tfy -jaL -jaL -jmf +kfA +wrd +wrd +hjp aDX -iVL -nkd +oFT +tay aDX -tNa -jaL -jaL -tfy +qxI +wrd +wrd +kfA aDX -kOm -eKj +gcm +cyz aDY aao aao aao -dUe -uQO -dUe -dUe +dkJ +iOT +dkJ +dkJ aao aab aaa @@ -56504,32 +56504,32 @@ aao aao aao aao -nmo -ewI -oIr -kKW -oIr -wCE -fha -fha -fha -tni -tni -hlk +nNv +irx +whj +wro +whj +sJw +bPL +bPL +bPL +gmG +gmG +vhh acP acP acP acP acP -oSp -eKZ -eKZ -eKZ -eKZ -eKZ -eKZ -eKZ -eWe +xqw +mTk +mTk +mTk +mTk +mTk +mTk +mTk +hRt aku aoo apc @@ -56542,91 +56542,91 @@ atC ars amn amn -ljo -urg +fMH +tCf amn amn anJ -tNp +eHv anJ anJ anJ -doq +gTH amn amn amn amn -xUF -xUF -vHT -ufH -vFh -sph -oEf -tlS -jWy -sph -otf +llL +llL +iWA +ids +oIY +cLr +rBz +uLc +kTf +cLr +nzJ anJ -tzt -hbB -nyk -nbQ -ool -kAH -ukV +kBD +qnx +pBC +nGy +fLJ +tWe +vOA asH aZa -uMD -fZF -nhl -jnU -unG +nIK +fqX +lhW +oNd +sEa asv -quJ -fZF -oAT +ylb +fqX +oOU asv -dEd -caI -oKI -oKI -frY +sBU +kcM +wkN +wkN +xHD asH -nyk -nyk -nyk +pBC +pBC +pBC asv -kLI -uHi -eIC -xpC -dla -uGU -hPy -nbB -kTB +lZK +wOZ +vMD +qEL +tOK +njj +gKg +vRG +hkk ayF -hAn -hAn -lnd -mwy -pzl -lnd -hAn -hAn -hAn -giT -qhe -tIu -tIu -ndz -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ +cNW +cNW +mUY +oKN +fOU +mUY +cNW +cNW +cNW +wWS +ubZ +vtM +vtM +tuw +dav +dav +dav +dav +dav +dav aao aao aao @@ -56644,55 +56644,55 @@ aao aao aao aBv -gEa -gEa -kWL -sEv -wAO -arh -fpJ -mPY -iUx -sWH -sWH -sWH +uGC +uGC +qAH +cVe +qyL +fGU +kEX +tQs +iIZ +gMa +gMa +gMa aBv -wIS -sWH -sWH -iUx -iUx -sWH -sWH -sWH -sWH -iUx -xSQ -sWH +muE +gMa +gMa +iIZ +iIZ +gMa +gMa +gMa +gMa +iIZ +msO +gMa aDX -jaL -jaL -jaL -jaL +wrd +wrd +wrd +wrd aDX -wLt -nkd +gwe +tay aDX -jaL -jaL -vGN -jaL +wrd +wrd +whA +wrd aDX -kOm -eNG +gcm +nwg aDY aao aao aao -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ aao aab aaa @@ -56721,32 +56721,32 @@ aao aao aao aao -nmo -nmo -tqH -nmo -nmo -nmo -wCE -fha -fha -fha -fha -fha -hlk +nNv +nNv +gwD +nNv +nNv +nNv +sJw +bPL +bPL +bPL +bPL +bPL +vhh acP acP acP acP -jGz -jpC -tSX -tSX -tSX -tSX -eWe -eWe -eWe +rHx +wWR +pTy +pTy +pTy +pTy +hRt +hRt +hRt aku aop apc @@ -56769,81 +56769,81 @@ aAg aAg aAg anJ -wRi -oEf -oEf -oEf -oEf -oEf -oEf -uJp -uEY -oEf -oEf -uYy -uEY -kla -oEf -cIH -nyk -nyk -nyk -nbQ -ool -kAH -ukV +rhK +rBz +rBz +rBz +rBz +rBz +rBz +vNA +oik +rBz +rBz +bqR +oik +wQG +rBz +tYo +pBC +pBC +pBC +nGy +fLJ +tWe +vOA asv -oaX -uMD -ozu -oaX -oJq -fZF +pGq +nIK +ojU +pGq +aGd +fqX asv -eMd -eMd -eMd +hmX +hmX +hmX asv -oRT -jZu -oKI -pWX -cjg +jcp +nzc +wkN +fub +pPO asv -wlU -nyk -pIm +fUO +pBC +glW asv -kOI -pdS +qRw +hoW awp -dHn -hPy -xuC -kSB -kSB -wQk +wwW +gKg +mEf +ebe +ebe +daD ayF -hAn -hAn -buk -vBM -vBM -vBM -hAn -hAn -hAn +cNW +cNW +uwD +bmO +bmO +bmO +cNW +cNW +cNW awp -xCA -ojH -tIu -ndz -wKJ -wKJ -vEL -wKJ -wKJ -wKJ +fPR +eOw +vtM +tuw +dav +dav +wzn +dav +dav +dav aao aao aao @@ -56861,55 +56861,55 @@ aao aao aao aBv -sPf -knm -kJU +ppm +pPi +kia aBA -rrm -idJ +rxY +fIb aBv -vEg -gAL -rcI -mry -fZb +cNp +edX +jub +oun +uGs aBv -mDM -sWH -sWH -sWH -cnc -iUx -iUx -iUx -iUx -sWH -vtN +wKw +gMa +gMa +gMa +xBf +iIZ +iIZ +iIZ +iIZ +gMa +dLD aBA aDX -rmc -utY -cjw -utY -xfU -glp -kRR -xfU -utY -sMI -utY -jxq +ofQ +vcg +gUu +vcg +slk +tCk +mqM +slk +vcg +soR +vcg +jOV aDX -eqo -eKj +uyf +cyz aDY aao aao aao -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ aao aab aaa @@ -56939,31 +56939,31 @@ aao aao aao aao -nmo -nmo -gpn -nmo -nmo -wbu -mAe -mAe -wCE -fha -fha -fha -hlk +nNv +nNv +pHz +nNv +nNv +rOd +hFX +hFX +sJw +bPL +bPL +bPL +vhh acP acP acP -jGz -tSX -oAw -oAw -gmG -eWe -eWe -eWe -eWe +rHx +pTy +tVD +tVD +hgD +hRt +hRt +hRt +hRt aku aop apc @@ -56981,47 +56981,47 @@ apc apc ars anJ -tXw -eNm +mry +wNP aCb aCb -osS -tnm -olO -umu -umu -umu -lTB -umu -umu -umu -umu -umu -biG -oEf -oEf -fNK -vKj -bpa -nyk -nyk -nbQ -ool -kAH -ukV +tHM +ilP +jzC +kfu +kfu +kfu +uPn +kfu +kfu +kfu +kfu +kfu +iTJ +rBz +rBz +lwM +gyG +nTp +pBC +pBC +nGy +fLJ +tWe +vOA asv -wpG -uMD -oaX -oaX -hYC -oaX +oxS +nIK +pGq +pGq +vnL +pGq asv asv asv asv asv -kyx +tVj asv asv asv @@ -57031,36 +57031,36 @@ avS asv asv asv -kOI -myd +qRw +tEj awp -gtL -hPy -hPy -end -oFE -vUe +kdb +gKg +gKg +gHO +bkw +vOr ayF -rLk -qhe +vrh +ubZ oZQ rzO bkU oZQ -tzc -hAn -hAn -giT -qhe -tIu -tIu -ndz -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ +mWw +cNW +cNW +wWS +ubZ +vtM +vtM +tuw +dav +dav +dav +dav +dav +dav aao aao aao @@ -57078,55 +57078,55 @@ aao aao aao aBv -gEa -jku -gEa +uGC +xtD +uGC aBA -rrm -vFz +rxY +eOX aBw -iUx -iUx -sWH -sWH -sWH +iIZ +iIZ +gMa +gMa +gMa aBv -tJt -nac -sWH -nac -nac -yio -nac -nac -sWH -nac -phf -jWt +cxD +vGW +gMa +vGW +vGW +hvW +vGW +vGW +gMa +vGW +hMy +cLx aDX -jaL -jaL -rKu -jaL +wrd +wrd +rcG +wrd aDX -iVL -rZy +oFT +cHA aDX -jaL -jaL -rKu -jaL +wrd +wrd +rcG +wrd aDX -eqo -eKj +uyf +cyz aDY aao aao aao -dUe -dUe -dUe -uQO +dkJ +dkJ +dkJ +iOT aao aab aaa @@ -57157,30 +57157,30 @@ aao aao aao aao -nmo -nmo -nmo -xCL -fha -eaE -wbu -fVD -fha -fha -fha -fqv +nNv +nNv +nNv +qUi +bPL +wQD +rOd +pLl +bPL +bPL +bPL +rWo acP acP acP -jGz -tSX -sqw -gmG -eWe -eWe -gmG -eWe -eWe +rHx +pTy +dKf +hgD +hRt +hRt +hgD +hRt +hRt aku aoq apd @@ -57203,81 +57203,81 @@ aAH aAg aAg anJ -uYy -oEf -oEf -eKU -oEf -oEf -oEf -oEf -oEf -eKU -oEf -vkc -olO -tnm -swn +bqR +rBz +rBz +jGy +rBz +rBz +rBz +rBz +rBz +jGy +rBz +wZH +jzC +ilP +goE anJ -jZr -nyk -nyk -nbQ -ool -kAH -ukV +kuE +pBC +pBC +nGy +fLJ +tWe +vOA asv asv asv -kxS -fZF -ekz -jtP +fqs +fqX +wzK +jkV aul bdy bdy asv -mEF -nje -uHi -uHi -uHi -uHi -uHi -cnI -uHi -uHi -uHi +sRj +oXC +wOZ +wOZ +wOZ +wOZ +wOZ +wFC +wOZ +wOZ +wOZ bjM -myd +tEj awp -iAf -oDJ -xDW -rET -mnK -qqH +eVy +pnE +jQh +kmW +xrk +cND awp -hAn -qhe +cNW +ubZ mDk bkU bkU irN -tzc -tyk -ted -giT -qhe -tIu -ojb -ndz -lOt -wKJ -sTF -wKJ -wKJ -wKJ +mWw +nQG +gcn +wWS +ubZ +vtM +sPu +tuw +lgG +dav +jJo +dav +dav +dav aao aao aao @@ -57295,55 +57295,55 @@ aao aao aao aBv -jaP -gEa -jaP +tot +uGC +tot aBA -rrm -ltG +rxY +cbh aBw -ojg -ojg -ojg -ojg -ojg +ftP +ftP +ftP +ftP +ftP aBv aBw aBw -nVk +kdL aBw aBw aBv aBw aBw -nVk +kdL aBw aBw aBv aDY aDY -pcB -fnV -jPU +qzu +cBq +vir aDX -iVL -rZy +oFT +cHA aDX -mjh -udQ -fnV -vjj +mXV +vOk +cBq +vcP aDX -eqo -jNi +uyf +fVQ aDY aao aao aao -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ aao aab aaa @@ -57376,32 +57376,32 @@ aao aao aao aao -nmO -fha -fha -fha -fha -xpZ -wCE -fha -fha -fha -hlk +eyr +bPL +bPL +bPL +bPL +kMK +sJw +bPL +bPL +bPL +vhh acP acP -jGz -tSX -iTk -eWe -eWe -gmG -gmG -eWe -eWe +rHx +pTy +wha +hRt +hRt +hgD +hgD +hRt +hRt ako ako ako -vPY +weX ako ako ako @@ -57420,53 +57420,53 @@ aAH aAg aAg anJ -uYy -kaY -fCn -sph -kaY -fCn -iBr -ubG -ubG -ubG -ubG -hTx -oEf -uYy -oEf +bqR +ejx +qBM +cLr +ejx +qBM +nqH +vCv +vCv +vCv +vCv +vHq +rBz +bqR +rBz anJ -ugL -exP -nyk -nbQ -ool -wdv -ukV -nyk -nyk +gbi +iwd +pBC +nGy +fLJ +qul +vOA +pBC +pBC asv -bhj -fZF -jnU -lpA +xjm +fqX +oNd +hBc aul aXU aXr asv -mJe +iuZ bfk -umV -umV -umV -cWQ -hCz -hCz -rZj -hCz -fal -hCz -hCz +cNK +cNK +cNK +pPD +pGe +pGe +gUY +pGe +vCT +pGe +pGe awp awp blF @@ -57475,25 +57475,25 @@ ayF ayF ayF awp -hAn -qhe +cNW +ubZ bkU bkU boA bkU -fmI -hAn -tyk -giT -qhe -tIu -tIu -ndz -wKJ -wKJ -wKJ -wKJ -wKJ +boK +cNW +nQG +wWS +ubZ +vtM +vtM +tuw +dav +dav +dav +dav +dav aao aao aao @@ -57516,8 +57516,8 @@ aBv aBv aBv aBv -rrm -vFz +rxY +eOX aBv aBv aBv @@ -57525,11 +57525,11 @@ aBv aBv aBv aBv -lSQ -lSQ -lSQ -lSQ -lSQ +hew +hew +hew +hew +hew aBv bvP bvP @@ -57543,24 +57543,24 @@ aDX aDX aDX aDX -iVL -rZy +oFT +cHA aDX aDX aDX aDX aDX aDX -kOm -eKj +gcm +cyz aDY aao aao aao -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ aao aab aaa @@ -57593,34 +57593,34 @@ aao aao aao aao -nmO -fha -iQO -fha -fha -xpZ -nmo -wCE -fha -fha -fqv +eyr +bPL +mFp +bPL +bPL +kMK +nNv +sJw +bPL +bPL +rWo acP acP -jGz -tSX -eWe -eWe -eWe -gmG -eWe -eWe -gmG +rHx +pTy +hRt +hRt +hRt +hgD +hRt +hRt +hgD ako -iVW -wLG -jQA -wLG -eyK +iEo +ffb +eiC +ffb +kag ako asL atD @@ -57637,45 +57637,45 @@ aAI anJ anJ anJ -puk +oRC anJ anJ anJ anJ anJ anJ -qvT -elP -bND -wTi -dyx -ubG -uYy -pfO +fAZ +qLF +iLf +dHX +vMZ +vCv +bqR +qXu aqz -ugL -nyk -nyk -nyk -hbB -hbB -nyk -nyk -nyk +gbi +pBC +pBC +pBC +qnx +qnx +pBC +pBC +pBC asv -jqL -fZF -qqo -hgt +qwX +fqX +uub +mpr bcX bdz bcX -iMi -ybM -pSM +nch +rfE +lRo asv asv -ome +oYC asv asv asv @@ -57692,25 +57692,25 @@ bkU bkT bkU awp -hAn -qhe +cNW +ubZ oZQ bkU boA oZQ -tjT -hAn -hAn -giT -qhe -tIu -tIu +qgz +cNW +cNW +wWS +ubZ +vtM +vtM ppp -wKJ -wKJ -wKJ -wKJ -wKJ +dav +dav +dav +dav +dav aao aao aao @@ -57733,20 +57733,20 @@ aao aao aao aBv -wld -vdb -iMo -hOg -bwk -gFw -kpK -wXZ +eHt +xjl +rJj +wYV +qCb +wDp +keq +xXV aBv -lSQ -hWC -lSQ -lSQ -hWC +hew +pOj +hew +hew +pOj aBv bvP bvP @@ -57759,25 +57759,25 @@ aDY bDx bDE fdy -dBB -eNL -ucM -rHY -ddf -ddf -ddf -ddf -btT -gGZ -eKj +jtE +dfF +mCL +jfz +geQ +geQ +geQ +geQ +lJh +kuv +cyz aDY aao aao aao -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ aao aab aaa @@ -57810,97 +57810,97 @@ aao aao aao aao -nmo -wCE -fha -whA -fha -xpZ -nmo -fVD -fha -fha -fha -hlk +nNv +sJw +bPL +ftB +bPL +kMK +nNv +pLl +bPL +bPL +bPL +vhh acP -jGz -eWe -eWe -eWe -eWe -eWe -eWe -eWe -gmG +rHx +hRt +hRt +hRt +hRt +hRt +hRt +hRt +hgD ako -iSo -wLG -jQA -wLG -gIs +fUo +ffb +eiC +ffb +tjm ako asM atE apc ako -eSx +hYY aop apc -xWJ -dvK -gvA +tUX +jPt +rto ako -tbz -vYQ -viT +kba +glP +maQ anJ -kJt -umu -uZJ -oEf -oOm -pRj +laT +kfu +xsM +rBz +hXI +gye anJ -oEf -oEf -ktI -oEf -pvW -ubG -uYy -oEf +rBz +rBz +nls +rBz +kde +vCv +bqR +rBz anJ -ugL -nyk -nyk -nyk -nyk +gbi +pBC +pBC +pBC +pBC asv asv asv asv asv -uVV -oaX -riJ -uMD +kdU +pGq +nFr +nIK aXr aXr aXU -xwn -mJe -wdU +yaT +iuZ +xyQ asv -nUN -nqB -lRI -nqB -iTE +cKK +eEn +oVF +eEn +uWH asv -eKx -hUQ -hUQ -eKx +qiE +jii +jii +qiE awp bkU bkU @@ -57909,28 +57909,28 @@ bkU bkU bkU awp -hAn -hAn -jDp -fJW -fJW -rzJ -hAn -hAn -hAn +cNW +cNW +tHK +ukb +ukb +bKF +cNW +cNW +cNW awp -qhe -ojb -tIu +ubZ +sPu +vtM aao aao -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ +dav +dav +dav +dav +dav +dav +dav aao aao aao @@ -57951,19 +57951,19 @@ aao aao aBv wXz -xHm -iUx +djt +iIZ wXz -sWH -sWH +gMa +gMa bAK -ctG +kss aBv -lSQ -lSQ -lSQ -lSQ -lSQ +hew +hew +hew +hew +hew aBv bvP bCE @@ -57977,24 +57977,24 @@ bDy bDF bDM aDX -jOM -eKj -eNL -eKj -cAn -eKj -eKj -hBw -wRZ -jOM +cRl +cyz +dfF +cyz +loa +cyz +cyz +dHJ +iYq +cRl aDY aao aao aao -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ aao aab aaa @@ -58027,71 +58027,71 @@ aao aao aao aao -nmo -nmO -fha -fha -dHu -nmo -jrQ -xCL -fha +nNv +eyr +bPL +bPL +aaX +nNv +nhA +qUi +bPL aao -fha -fqv +bPL +rWo acP -jGz -eWe -gmG -gmG -eWe -eWe -eWe -gmG -sqw +rHx +hRt +hgD +hgD +hRt +hRt +hRt +hgD +dKf ako -wLG -wLG -vLt -wLG -hcD +ffb +ffb +nRi +ffb +sAD ako asN atE apc ako -oxa +xQY aop apc ako -ssS -xjV +ffQ +uuT ako -tbz -vYQ -vYQ +kba +glP +glP anJ -gtI -oEf -oEf -oEf -oEf -oEf -xAA -oEf -oEf -oEf -oEf -thp -ubG -uYy -otf +oDr +rBz +rBz +rBz +rBz +rBz +loB +rBz +rBz +rBz +rBz +sOO +vCv +bqR +nzJ anJ -ugL -nyk -nyk -nyk -nyk +gbi +pBC +pBC +pBC +pBC asv aXS aYs @@ -58105,19 +58105,19 @@ asv asv asv asv -vws -ljR +bwQ +ena asv -nqB -nqB -jxr -nUN -nqB +eEn +eEn +fjX +cKK +eEn asH -oPN -fLv -fLv -mkz +uIt +cFz +cFz +rqG awp bkT blG @@ -58126,28 +58126,28 @@ bkU bkT bkU awp -hAn -hAn -hAn +cNW +cNW +cNW awp -giT -giT -giT -giT +wWS +wWS +wWS +wWS awp awp -qhe -tIu -tIu +ubZ +vtM +vtM aao -uFq -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ +sLE +dav +dav +dav +dav +dav +dav +dav aao aao aao @@ -58167,20 +58167,20 @@ aao aao aao aBv -rFw -jaH +cKP +bsO ocp wXz bAa tIr bAu -iQf +jFq aBv -lSQ -lSQ -lSQ -lSQ -hWC +hew +hew +hew +hew +pOj aBv bvP bvP @@ -58196,22 +58196,22 @@ aDY aDX aDX aDX -dCD +dRE aDX aDX aDX aDX -xlr +bCL aDX aDX aDY aao aao aao -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ aao aab aaa @@ -58245,96 +58245,96 @@ aao aao aao aao -nmo -oIr -oIr -nmo -nmo -nmO -whA -fha -aao -aao -fha -hlk -jGz -tSX -eWe -gmG -eWe -eWe -gmG -iTk -iTk +nNv +whj +whj +nNv +nNv +eyr +ftB +bPL +aao +aao +bPL +vhh +rHx +pTy +hRt +hgD +hRt +hRt +hgD +wha +wha ako -wLG -xVg -fdn -ehn -mZq +ffb +onx +neR +jhD +bHB ako asO atE apc ako -sTe +cmo aop axi ako ako ako ako -tbz -vYQ -vYQ +kba +glP +glP anJ -rBc -rBc -hJk -fFZ -uIn -cJy +nvd +nvd +mka +fqT +rMm +nLr anJ -laJ -tLM +hmV +rYV anJ -dkU -pvW -ubG -uYy -oEf +kGr +kde +vCv +bqR +rBz aqz -szs -lnR -lnR -lnR -lnR -qvb +nIm +hDQ +hDQ +hDQ +hDQ +fYg bcX bcX bcX -uHi -uHi -uHi -cnI -cnI -cnI -uHi -dbu -uHi +wOZ +wOZ +wOZ +wFC +wFC +wFC +wOZ +cSS +wOZ beL -hsG +hqd asv -rdm -rPv -rdm -nUN -nUN +bIL +kTc +bIL +cKK +cKK asv -oPN +uIt bes bes -mkz +rqG awp awp awp @@ -58343,29 +58343,29 @@ awp awp awp awp -hAn -hAn -tyk -vBM -vBM -vBM -vBM -vBM -vBM -vBM -eLc -tIu -tIu -syZ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ +cNW +cNW +nQG +bmO +bmO +bmO +bmO +bmO +bmO +bmO +ugg +vtM +vtM +bFj +dav +dav +dav +dav +dav +dav +dav +dav +dav aao aao aao @@ -58384,20 +58384,20 @@ aao aao aao aBv -rFw +cKP bzm -lSu -lUO -gmb +oiD +cBT +otS bAu bAL -iQf +jFq aBv -lSQ -hWC -dpI -lSQ -lSQ +hew +pOj +sHn +hew +hew aBv bvP bvP @@ -58410,11 +58410,11 @@ aao aao aao aDY -wVS -wVS -tNg -wVS -jxJ +sZG +sZG +pOn +sZG +kEU aDX fdy fdy @@ -58425,9 +58425,9 @@ aDY aao aao aao -dUe -dUe -dUe +dkJ +dkJ +dkJ aao aao aab @@ -58460,50 +58460,50 @@ aao aao aao aao -msD -mAe -mAe -nmo -nmo -nmo -nmo -xCL -fha -fha -fha +fUv +hFX +hFX +nNv +nNv +nNv +nNv +qUi +bPL +bPL +bPL aao -fha -fqv -jGz -tSX -eWe -eWe -eWe -gtJ +bPL +rWo +rHx +pTy +hRt +hRt +hRt +euo aao aao aao ako -uZd -wLG -qaz -hAQ -wLG +hGE +ffb +oZd +rJe +ffb ako asP apc apc -iKH +ufM apc aop apc -xWJ -dvK -gvA +tUX +jPt +rto ako -tbz -vYQ -vYQ +kba +glP +glP anJ anJ anJ @@ -58518,51 +58518,51 @@ anJ anJ anJ anJ -nRw -hnP +koh +mYJ anJ -cBb -cbi -cbi -cbi -nyk -xwn +idP +kGD +kGD +kGD +pBC +yaT aXr aXr aXU -pPw -umV -umV -hCz -rZj -hCz -umV -umV -hCz +jwe +cNK +cNK +pGe +gUY +pGe +cNK +cNK +pGe beM -fjz +gIi asv -dEa -gAl -pqP -nqB -nqB +kxD +xrY +sOX +eEn +eEn asH -oPN -pQb +uIt +pkP bes -bma -hUQ -hUQ -hUQ -hUQ -hUQ -hUQ -hUQ -hUQ -eKx -hAn -qhe +lFO +jii +jii +jii +jii +jii +jii +jii +jii +qiE +cNW +ubZ xJC mzV mzV @@ -58570,19 +58570,19 @@ mzV mzV mzV mzV -ybi -tIu -tIu -syZ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ +eOh +vtM +vtM +bFj +dav +dav +dav +dav +dav +dav +dav +dav +dav aao aao aao @@ -58602,12 +58602,12 @@ aao aao aBv byY -fFx -jZo +vwM +iSn wXz -mrL +qPa wXz -juf +gyn bAY aBv aBv @@ -58627,11 +58627,11 @@ aao aao aao aDY -vPF -vPF -vPF -vPF -kDA +flC +flC +flC +flC +fiv aDX bEz bEF @@ -58642,9 +58642,9 @@ aDY aao aao aao -dUe -gks -dUe +dkJ +ekI +dkJ aao aao aab @@ -58676,73 +58676,73 @@ aao aao aao aao -wbu -wbu -fXl -nmo -nmo -nmo -nmo -nmO -fha -fha -fha -fha -fha -fha -fqv -jGz -tSX -iTk -oAw +rOd +rOd +jZO +nNv +nNv +nNv +nNv +eyr +bPL +bPL +bPL +bPL +bPL +bPL +rWo +rHx +pTy +wha +tVD aao aao aao aao aao ako -nqR -vqn -qaz -wLG -wLG +myQ +faW +oZd +ffb +ffb ako asQ atE atE -fvQ +qSl apc aop apc ako -ssS -xjV +ffQ +uuT ako -hto -vYQ -vYQ -uWj -vYQ -vYQ -vYQ -vYQ -vYQ -vYQ -vYQ -vYQ -vYQ -vYQ -vYQ -vYQ +fCv +glP +glP +bnU +glP +glP +glP +glP +glP +glP +glP +glP +glP +glP +glP +glP anT aQa aCZ anT -uVg -iXM -iXM -iXM -pVg +onO +vGq +vGq +vGq +jTI asH aXU aYt @@ -58756,20 +58756,20 @@ asv asv asv asv -mJe -wdU +iuZ +xyQ asv -baZ -tol -gOm -nqB -awB +wxl +cMK +nEk +eEn +ova asv -oPN -wnj +uIt +kyN bes bes -uAc +qGK bes bes bes @@ -58777,9 +58777,9 @@ bes bes bes bes -mkz -hAn -qhe +rqG +cNW +ubZ mzV mzV mzV @@ -58787,19 +58787,19 @@ mzV mzV mzV mzV -ybi -tIu -ojH -syZ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ +eOh +vtM +eOw +bFj +dav +dav +dav +dav +dav +dav +dav +dav +dav aao aao aao @@ -58821,8 +58821,8 @@ aBv aBv aBv aBv -pAb -kKG +tkw +nZa aBv aBv aBv @@ -58834,10 +58834,10 @@ aao aao aao aao -rIW -gfN -gfN -itK +sJK +reh +reh +iFq aao aao aao @@ -58859,9 +58859,9 @@ aDY aao aao aao -dUe -dUe -dUe +dkJ +dkJ +dkJ aao aao aab @@ -58893,23 +58893,23 @@ aao aao aao aao -sEn -fha -eaE -wbu -nmo -nmo -fXl -nmO -fha -iQO -fha -fha -fha -fha -fha -jGz -tSX +dBs +bPL +wQD +rOd +nNv +nNv +jZO +eyr +bPL +mFp +bPL +bPL +bPL +bPL +bPL +rHx +pTy aao aao aao @@ -58918,11 +58918,11 @@ aao aao aao ako -uZd -wLG -jQA -sak -wLG +hGE +ffb +eiC +ouZ +ffb ako asR atF @@ -58935,31 +58935,31 @@ ako ako ako ako -hto -vYQ -vYQ -vYQ -vYQ -vYQ -vYQ -vYQ -vYQ -bMT -vYQ -vYQ -vYQ -vYQ -vYQ -vYQ -jDh +fCv +glP +glP +glP +glP +glP +glP +glP +glP +lPT +glP +glP +glP +glP +glP +glP +nqk aQa aCZ -jDh -uVg -iXM -iLy -iLy -pVg +nqk +onO +vGq +kKI +kKI +jTI asv aXV aYu @@ -58973,8 +58973,8 @@ bcY bcY aKn asv -mJe -wdU +iuZ +xyQ asv asv asv @@ -58982,9 +58982,9 @@ asv asv asv asv -eKx -ejG -pQb +qiE +wYX +pkP bes bes bes @@ -58994,9 +58994,9 @@ bes bes bes bes -mkz -eKx -qhe +rqG +qiE +ubZ mzV mzV mzV @@ -59004,18 +59004,18 @@ mzV mzV mzV mzV -ybi -tIu -mHv -uhW -wKJ -wKJ -uFq -wKJ -wKJ -wKJ -wKJ -wKJ +eOh +vtM +nmb +sVt +dav +dav +sLE +dav +dav +dav +dav +dav aao aao aao @@ -59026,8 +59026,8 @@ aao aao aao aao -dUe -dUe +dkJ +dkJ aao aao aao @@ -59038,9 +59038,9 @@ aao aao aao aao -wYt -dUe -dUe +sFm +dkJ +dkJ aao aao aao @@ -59051,9 +59051,9 @@ aao aao aao aao -wYt -dUe -xGO +sFm +dkJ +nda aao aao aao @@ -59065,20 +59065,20 @@ aao aao aao aao -bpB -gfN -gfN -gfN -gfN -gfN -ivC +dfy +reh +reh +reh +reh +reh +fEx aao aao aao aao -dUe -dUe -dUe +dkJ +dkJ +dkJ aao aao aab @@ -59110,21 +59110,21 @@ aao aao aao aao -fha -fha -fha -fha -eaE -nmo -nmo -nmO -fha -fha +bPL +bPL +bPL +bPL +wQD +nNv +nNv +eyr +bPL +bPL aao aao aao aao -fha +bPL aao aao aao @@ -59148,35 +59148,35 @@ ako atE aop apc -xWJ -dvK -gvA +tUX +jPt +rto ako -tbz -vYQ -vYQ -vYQ -vYQ -vYQ -vYQ -vYQ -vYQ -vYQ -vYQ -vYQ -vYQ -vYQ -vYQ -vYQ +kba +glP +glP +glP +glP +glP +glP +glP +glP +glP +glP +glP +glP +glP +glP +glP anT aQb aCZ anT -uVg -tPL +onO +nnY aKP aKP -pVg +jTI asv asv asv @@ -59185,23 +59185,23 @@ asv aXr baO aXr -prG +fgE aXU aXr bdW asv -hpZ +ppe bfq -wTo -sOC -myd -uMH -dmq -myd -pwC -eKx -rRp -fXL +gJQ +hvV +tEj +ptg +ffl +tEj +mSL +qiE +qLJ +eAJ bhr bes bes @@ -59211,9 +59211,9 @@ bes bes bes bes -mkz -eKx -qhe +rqG +qiE +ubZ mzV eWo mzV @@ -59221,18 +59221,18 @@ dmB mzV mzV mzV -ybi -ojH -qZN -uhW -wKJ -wKJ -nQD -wKJ -wKJ -wKJ -wKJ -wKJ +eOh +eOw +ueO +sVt +dav +dav +fko +dav +dav +dav +dav +dav aao aao aao @@ -59242,11 +59242,11 @@ aao aao aao aao -dUe -uQO -dUe -dUe -dUe +dkJ +iOT +dkJ +dkJ +dkJ aao aao aao @@ -59254,10 +59254,10 @@ aao aao aao aao -gfN -dUe -dUe -dUe +reh +dkJ +dkJ +dkJ aao aao aao @@ -59268,9 +59268,9 @@ aao aao aao aao -wYt -gfU -xGO +sFm +hqg +nda aao aao aao @@ -59283,19 +59283,19 @@ aao aao aao aao -wYt -dUe -uQO -dUe -dUe -itK +sFm +dkJ +iOT +dkJ +dkJ +iFq aao aao aao aao -dUe -dUe -dUe +dkJ +dkJ +dkJ aao aao aab @@ -59327,15 +59327,15 @@ aao aao aao aao -fha -fha -fha -fha -fha -xpZ -ljV -ydm -gFf +bPL +bPL +bPL +bPL +bPL +kMK +cid +mfv +lNo aao aao aao @@ -59356,7 +59356,7 @@ aou aph apR aou -igD +jUQ ako asS atG @@ -59366,11 +59366,11 @@ atE aop apc ako -ssS -xjV +ffQ +uuT ako -tbz -vYQ +kba +glP anT anX anX @@ -59386,39 +59386,39 @@ anT anT anT anT -tis -teH +jqQ +xue anT -uVg -tPL +onO +nnY aKP aVY -kZa -xBB -oNb -oNb -oNb +cJl +ujX +uQs +uQs +uQs asv asv asv asv asv -taq +bOc bdA aXU -prG -mJe +fgE +iuZ bfr -fsy -qSk -fsy -fsy -nVc -hCz -xwn -eKx -rRp -fXL +uJE +pqp +uJE +uJE +gJW +pGe +yaT +qiE +qLJ +eAJ bes bes bes @@ -59428,9 +59428,9 @@ bes bes bes bes -mkz -eKx -rRp +rqG +qiE +qLJ mzV mzV mzV @@ -59438,18 +59438,18 @@ mzV mzV mzV mzV -ybi -mHv -qZN -uhW -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ +eOh +nmb +ueO +sVt +dav +dav +dav +dav +dav +dav +dav +dav aao aao aao @@ -59457,24 +59457,24 @@ aao aao aao aao -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao -wYt -dUe -dUe -ivC +sFm +dkJ +dkJ +fEx aao aao aao @@ -59484,10 +59484,10 @@ aao aao aao aao -rIW -dUe -dUe -xGO +sJK +dkJ +dkJ +nda aao aao aao @@ -59500,20 +59500,20 @@ aao aao aao aao -wYt -dUe -dUe -dUe -xGO +sFm +dkJ +dkJ +dkJ +nda aao aao aao aao -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ aao aab aaa @@ -59544,15 +59544,15 @@ aao aao aao aao -iQO -fha -frA -whA -fha -lnv -ljV -ljV -giQ +mFp +bPL +pFF +ftB +bPL +pPS +cid +cid +nNV aao aao aao @@ -59574,7 +59574,7 @@ api apS aqV aqV -hWw +lVY apd atH aud @@ -59586,35 +59586,35 @@ ako ako ako ako -hto -vYQ +fCv +glP anU -ePJ -fpQ -cfR -rvN -xfo +iqd +oUf +leW +fWN +lBa anT -yaD -pIV -sQQ -xuY +eVc +vda +suT +kon aMl -xqw +pwB aCZ -gQR +dPE aQd -rkQ +spI anT -uVg -tPL +onO +nnY aKP aKP aKP -sPw -pVg -oNb -oNb +eIu +jTI +uQs +uQs asH baj baP @@ -59624,8 +59624,8 @@ bda aXr bdY asv -mJe -xia +iuZ +daS asv asv asv @@ -59633,65 +59633,65 @@ asv asv asv asv -eKx -eKx -erl -erl -erl -erl -erl -erl -erl -erl -erl -erl -eKx -eKx -rRp +qiE +qiE +xDw +xDw +xDw +xDw +xDw +xDw +xDw +xDw +xDw +xDw +qiE +qiE +qLJ bes mzV eWo mzV mzV mzV -kNX -ojH -qZN +trL +eOw +ueO aao aao -wKJ -wKJ -wKJ -pzK -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ +dav +dav +dav +oAv +dav +dav +dav +dav +dav +dav aao aao aao aao aao -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -xGO +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +nda aao aao aao @@ -59701,10 +59701,10 @@ aao aao aao aao -wYt -dUe -dUe -xGO +sFm +dkJ +dkJ +nda aao aao aao @@ -59717,20 +59717,20 @@ aao aao aao aao -wYt -dUe -dUe -dUe -dUe -itK +sFm +dkJ +dkJ +dkJ +dkJ +iFq aao aao aao -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ aao aab aaa @@ -59761,15 +59761,15 @@ aao aao aao aao -gFf -gFf -gFf -gFf -mnV -ljV -ljV -ljV -dSV +lNo +lNo +lNo +lNo +xhW +cid +cid +cid +gKa aao aao aao @@ -59787,7 +59787,7 @@ amE hqO ako ako -oZX +rKH ako ako ako @@ -59799,92 +59799,92 @@ ako avI apc axk -guI -fAS -dKy -fAS -dnQ -fAS -gcX +wXC +wFF +vwT +wFF +edD +wFF +tUB aCY aCZ aET aMQ aCZ anT -yaD -sQQ -fmD -cPf -rkQ +eVc +suT +gaF +hlc +spI aCZ -tVu +sEE aOW -fxv +sYb aQm aqU -uVg -eLh -wQg -wQg -wQg -iXM -pVg -oNb -oNb +onO +ktR +pfJ +pfJ +pfJ +vGq +jTI +uQs +uQs asv aXr baO aXr -prG +fgE aXr aXr bdY asv -mJe -wdU +iuZ +xyQ asv -bHR -fVj -uFa -vgA -sPm +oUY +bIP +kMe +cQQ +azC asv -qdt -eKx -eKx -eKx -eKx -eKx -eKx -eKx -eKx -eKx -eKx -eKx -eKx -eKx -rRp +ncQ +qiE +qiE +qiE +qiE +qiE +qiE +qiE +qiE +qiE +qiE +qiE +qiE +qiE +qLJ bes mzV mzV mzV mzV mzV -ybi -ojb -qZN +eOh +sPu +ueO aao aao -wKJ -wKJ -wKJ -vTR -wKJ -wKJ -wKJ -wKJ -wKJ +dav +dav +dav +pzq +dav +dav +dav +dav +dav aao aao aao @@ -59892,25 +59892,25 @@ aao aao aao aao -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -pUa -dUe -dUe -dUe -dUe -dUe -gfN -ivC +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +rIk +dkJ +dkJ +dkJ +dkJ +dkJ +reh +fEx aao aao aao @@ -59918,10 +59918,10 @@ aao aao aao aao -wYt -dUe -dUe -xGO +sFm +dkJ +dkJ +nda aao aao aao @@ -59934,20 +59934,20 @@ aao aao aao aao -xCX -dUe -dUe -dUe -xGO +geD +dkJ +dkJ +dkJ +nda aao aao aao aao -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ aao aab aaa @@ -59980,12 +59980,12 @@ aao aao aao aao -qMr -txL -ljV -ljV -diR -xHJ +tkm +vAf +cid +cid +gud +wbB aao aao aao @@ -60003,52 +60003,52 @@ pmS pmS hqO ako -gJt -mGn -uqD -flN -naR +wxg +qZI +wMW +kzj +uHA ako -ftJ -sya -ftJ +uqH +eca +uqH ako avJ apc axl -fvQ -vYQ -qYF -oMN -vYQ -vYQ -scv +qSl +glP +rYE +vuo +glP +glP +wcq aCo aCZ aEU aMQ gAE anT -yaD -lvM -hlA -fZZ +eVc +pRD +oWW +mgM aCZ -rkQ +spI aML -cGd +tjh aQf -jXn +wNk aqU -oYi -dVe -dVe -dVe -dVe -dVe -oNb -oNb -oNb +hiT +wPU +wPU +wPU +wPU +wPU +uQs +uQs +uQs asv asv asv @@ -60058,88 +60058,88 @@ aXr bdB bdW asv -mJe -wdU +iuZ +xyQ asv -bHR -ing -sTU -sTU -nzq +oUY +rZr +dzJ +dzJ +wED asv -qdt -eKx -hUQ -hUQ -hUQ -hUQ -hUQ -eKx -eKx -eKx -eKx -hUQ -hUQ -hUQ -jrq +ncQ +qiE +jii +jii +jii +jii +jii +qiE +qiE +qiE +qiE +jii +jii +jii +rOk lvy lvy lvy bes mzV -kNX -tIu +trL +vtM aao aao aao aao aao -iYv -iYv -kVR -iYv -iYv -iYv -iYv -iYv +rUs +rUs +bZA +rUs +rUs +rUs +rUs +rUs aao aao aao aao aao aao -dUe -dUe -dUe -dUe -dUe -dUe -uQO -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -xGO +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +iOT +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +nda aao aao aao aao aao -dUe -dUe -dUe -dUe -dUe -dUe -ivC +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +fEx aao aao aao @@ -60152,19 +60152,19 @@ aao aao aao aao -wYt -dUe -dUe -itK +sFm +dkJ +dkJ +iFq aao aao aao aao -dUe -dUe -uQO -dUe -dUe +dkJ +dkJ +iOT +dkJ +dkJ aao aab aaa @@ -60198,11 +60198,11 @@ aao aao aao aao -laC -tjJ -vVQ -uXr -ihX +hhg +oQj +vik +kwZ +cFa aao aao aao @@ -60220,25 +60220,25 @@ pmS pmS hqO ako -gJt -mGn -vjf -ixO -naR +wxg +qZI +ftE +fqi +uHA ako -vjf -vjf -ixO +ftE +ftE +fqi ako apc avJ apc ako -ish +jMC arD arD -goj -vYQ +eig +glP anU aCZ aCZ @@ -60246,55 +60246,55 @@ aQa aCZ aCZ anT -iXJ -sQQ -hlA -cPf -rkQ +dOT +suT +oWW +hlc +spI aCZ -vjr +uCr aOY -gxj +jeX aCo aqU -wzP -xBB -xBB -xBB -xBB -xBB -oNb -oNb -oNb +ijR +ujX +ujX +ujX +ujX +ujX +uQs +uQs +uQs asv aXr aXr aXr -prG +fgE aXr aXU bdW asv -mJe -wdU +iuZ +xyQ asv -cOq -ing -gHe -sTU -nzq -gwN -qdt -rRp -pQb +iNY +rZr +cSY +dzJ +wED +viT +ncQ +qLJ +pkP bes bes bes bes -mkz -eKx -eKx -rEj +rqG +qiE +qiE +rIn bes bes bes @@ -60303,8 +60303,8 @@ bes bes bes mzV -kNX -lRL +trL +piG aao aao aao @@ -60312,51 +60312,51 @@ aao aao aao kBn -jTO -jTO -jTO -jTO -jTO -dKn -jTO +pdg +pdg +pdg +pdg +pdg +qFE +pdg kBn aao aao aao aao aao -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -xCX -dUe -gfU -dUe -dUe -xGO -dUe -dUe -dUe -dUe -uQO -dUe -dUe -dUe -dUe -dUe -dUe -xGO +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +geD +dkJ +hqg +dkJ +dkJ +nda +dkJ +dkJ +dkJ +dkJ +iOT +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +nda aao aao aao @@ -60369,19 +60369,19 @@ aao aao aao aao -wYt -dUe -xGO +sFm +dkJ +nda aao aao aao aao aao -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ aao aab aaa @@ -60415,103 +60415,103 @@ aao aao aao aao -xhS -jZd -gFf -gFf -bwE +fdm +csV +lNo +lNo +ufF aao aao aao aao aao aao -gFf -qGK +lNo +qEF aao aao aao pmS -srS -mdv +oOd +vpL pmS hqO ako -dSQ -mGn -vjf -vjf -naR +rMa +qZI +ftE +ftE +uHA aml -vjf -vjf -ixO +ftE +ftE +fqi aml apc apc apc aku -ish +jMC arD arD -goj -vYQ +eig +glP anU -lpR +lul aCo aEU aCZ -rvN +fWN anT -huU -sJQ -wtr -oBD +pLA +qkH +sWI +tpa aCZ -rkQ +spI aOa -fJe +kFZ aMQ -hkn +tZe aqU -uVg -iXM -iLy -iLy -iLy -iXM -pVg -oNb -oNb +onO +vGq +kKI +kKI +kKI +vGq +jTI +uQs +uQs asH baj fEI bbC asv asv -ome +oYC asv asv -mJe -fTj -isE -ply -dgJ -daa -blk -sTU -xwn -qdt -rRp -wnj +iuZ +xOQ +xtK +qix +gmz +wOA +pyR +dzJ +yaT +ncQ +qLJ +kyN bes bes bes bes -fdu -hUQ -hUQ -jrq +rbZ +jii +jii +rOk vVZ aao vVZ @@ -60529,53 +60529,53 @@ aao aao aao aao -tmh -tmh -tmh -tmh -tmh -tmh -tmh +qXM +qXM +qXM +qXM +qXM +qXM +qXM aao aao aao aao aao aao -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -uQO -dUe -dUe -dUe -dUe -wYt -dUe -dUe -dUe -dUe -gfN -gfN -gfN -gfN -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +iOT +dkJ +dkJ +dkJ +dkJ +sFm +dkJ +dkJ +dkJ +dkJ +reh +reh +reh +reh +dkJ +dkJ rnc rnc rnc rnc -dUe -dUe -gfN -ivC +dkJ +dkJ +reh +fEx aao aao aao @@ -60586,19 +60586,19 @@ aao aao aao aao -wYt -gks -xGO +sFm +ekI +nda aao aao aao aao aao -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ aao aab aaa @@ -60630,76 +60630,76 @@ aao aao aao aao -oxV -jbr -whS -sQB -sQB -yip -sQB +jlD +rjH +qcv +qLA +qLA +quL +qLA aao aao aao aao -gFf -kNZ -gFf -gFf +lNo +qNp +lNo +lNo aao aao aao aao -gFf -qGK -cEZ +lNo +qEF +iTq aao ako -gJt -mGn -iIk -vjf -ixO -kQY -ixO -ixO -ixO -kQY +wxg +qZI +syg +ftE +fqi +dRc +fqi +fqi +fqi +dRc apc apc apc aku -ish +jMC arD arD -goj -vYQ +eig +glP anU -lpR +lul aCo aEW aCZ -rvN +fWN anT -pDv -sJQ -wtr -hvr -rkQ +rTJ +qkH +sWI +aCS +spI aML -nhO +bZw aPa -jXn +wNk aRq anT -uVg -iXM -qzg +onO +vGq +jGJ aVY aKP -sPw -pVg -oNb -oNb +eIu +jTI +uQs +uQs asv asv asv @@ -60709,26 +60709,26 @@ bdb aXr aXr asv -mJe -hCz -xwn -nzq -sTU -sTU -sTU -qUu +iuZ +pGe +yaT +wED +dzJ +dzJ +dzJ +gyP asv -eKx -jSS -wnj +qiE +kxb +kyN bes bes bes ejP -jTO -jTO -jTO -jTO +pdg +pdg +pdg +pdg vVZ rjw fCb @@ -60748,11 +60748,11 @@ kBn aao aao kBn -jTO -jTO -jTO -jTO -jTO +pdg +pdg +pdg +pdg +pdg vVZ aao aao @@ -60760,39 +60760,39 @@ aao aao aao aao -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -wYt -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +sFm +dkJ +dkJ +dkJ +dkJ +dkJ rnc rnc rnc rnc -itK +iFq aao aao aao aao -wYt -dUe -dUe -xGO +sFm +dkJ +dkJ +nda aao aao aao @@ -60803,19 +60803,19 @@ aao aao aao aao -wYt -dUe -itK +sFm +dkJ +iFq aao aao aao aao aao -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ aao aab aaa @@ -60847,105 +60847,105 @@ aao aao aao aao -xRj -ljV -ydm -gFf -qGK -gFf -gFf +rzE +cid +mfv +lNo +qEF +lNo +lNo aao aao aao -xzM -gFf -gFf -gFf -gFf -mnV +joq +lNo +lNo +lNo +lNo +xhW aao aao aao -kNZ -qGK -gFf +qNp +qEF +lNo aao ako -lUj -skw -hbP -qAu -hhC +dCg +uYM +dgB +lLM +mQS amm -qAu -qAu -laS +lLM +lLM +xWY aml atE aww apc aku -ish +jMC arD arD -goj -vYQ +eig +glP anU -lpR -nGU +lul +kHf aEU aCZ -rvN +fWN anT -pDv -sJQ -wtr -iYE +rTJ +qkH +sWI +xEd aCZ -tVu +sEE jUc -cGd +tjh aQi -qZj -kjW -uVg -hOy -tPL +lUV +hcD +onO +sJn +nnY aKP aKP -sPw -pVg -oNb -oNb -oNb -oNb -oNb -oNb +eIu +jTI +uQs +uQs +uQs +uQs +uQs +uQs asv bwA bdD aXU asv -mJe -hCz +iuZ +pGe asv -bUY -bUY -uSy -oVP -fiU +ueN +ueN +hVk +nMm +pwX asv -rRp -fXL -wnj +qLJ +eAJ +kyN bes bhr aao aao -mvi -kxe -kxe -rdY +nau +ijA +ijA +rJd brD fCb fCb @@ -60965,38 +60965,38 @@ kBn aao aao aao -lah -lah -lah -lah -lah -lah -lah -lah +tKg +tKg +tKg +tKg +tKg +tKg +tKg +tKg aao aao aao aao -xGO -dUe -dUe -uQO -dUe -dUe -dUe -dUe -dUe -dUe -dUe +nda +dkJ +dkJ +iOT +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao -rIW -dUe -dUe -dUe +sJK +dkJ +dkJ +dkJ rnc rnc -itK +iFq aao aao aao @@ -61006,11 +61006,11 @@ aao aao aao aao -dUe +dkJ hAj -dUe -dUe -ivC +dkJ +dkJ +fEx aao aao aao @@ -61018,21 +61018,21 @@ aao aao aao aao -rIW -gfN -dUe -xGO +sJK +reh +dkJ +nda aao aao aao aao aao aao -uQO -dUe -dUe -dUe -dUe +iOT +dkJ +dkJ +dkJ +dkJ aao aab aaa @@ -61064,80 +61064,80 @@ aao aao aao aao -gFf -lnv -ljV -xzM -gFf -gFf -qMr -gFf -aao -aao -ydm -gFf -gFf -gFf -mnV -ljV -ljV -ljV -ljV -iYZ -mVT -qGK +lNo +pPS +cid +joq +lNo +lNo +tkm +lNo +aao +aao +mfv +lNo +lNo +lNo +xhW +cid +cid +cid +cid +soX +gLa +qEF aao ako -gJt -mGn -ixO -ixO -qiG +wxg +qZI +fqi +fqi +tRg ako -bPN -ixO -ocg +kQX +fqi +pDY ako atE apc apc aku -ish +jMC arD arD -goj -vYQ +eig +glP anU -rvN +fWN aCZ aQa aCZ -xfo +lBa anT -pDv -sJQ -wtr -tgX -rkQ +rTJ +qkH +sWI +sKJ +spI aCo -aLl +pSO aPb -tFq +xPS aRr -scv -uVg -iXM -tPL +wcq +onO +vGq +nnY aKP aKP -sPw -pVg -oNb -oNb -oNb -oNb -oNb -oNb +eIu +jTI +uQs +uQs +uQs +uQs +uQs +uQs asv asv asv @@ -61152,17 +61152,17 @@ asv asv asv asv -rRp -fXL -tZX +qLJ +eAJ +jZd bes bes aao aao -eNV -mWj -jHK -gfo +vTm +dep +jEy +oqs aao aao rjw @@ -61172,7 +61172,7 @@ aao aao aao pcF -gtU +gnW dIb dIb dIb @@ -61182,38 +61182,38 @@ kBn aao aao aao -pzK -pzK -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ +oAv +oAv +dav +dav +dav +dav +dav +dav aao aao aao aao aao -dUe -xGO -dUe -dUe -dUe -dUe -dUe -dUe -dUe +dkJ +nda +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao -wYt -dUe -dUe -xGO -dUe -dUe -dUe +sFm +dkJ +dkJ +nda +dkJ +dkJ +dkJ aao aao aao @@ -61223,33 +61223,33 @@ aao aao aao aao -dUe -dUe -dUe -dUe -dUe -gfN -gfN -gfN -gfN -gfN -gfN -gfN -dUe -dUe -dUe -itK +dkJ +dkJ +dkJ +dkJ +dkJ +reh +reh +reh +reh +reh +reh +reh +dkJ +dkJ +dkJ +iFq aao aao aao aao aao -dUe -dUe -dUe -dUe -uQO -dUe +dkJ +dkJ +dkJ +dkJ +iOT +dkJ aao aab aaa @@ -61281,105 +61281,105 @@ aao aao aao aao -qGK -aXf -ljV -ydm -gFf -gFf -nEe -gFf -aao -aao -oUZ -iYZ -iYZ -fid -ljV -ljV -ljV -ljV -ljV -ljV -ydm -kNZ +qEF +oWS +cid +mfv +lNo +lNo +dgv +lNo +aao +aao +iYc +soX +soX +ivP +cid +cid +cid +cid +cid +cid +mfv +qNp aao ako -vPy -mGn -ixO -flN -naR +nIv +qZI +fqi +kzj +uHA ako -ftJ -ftJ -ftJ +uqH +uqH +uqH ako avJ avJ axi ako -ish +jMC arD arD -goj +eig anT anT anY anY -tis -uWu +jqQ +oXf anY anT -pDv -rnM -sar -vOi +rTJ +eFH +pfq +gbc aCZ -hkn +tZe aOe -cYR +xLV aQk -rkQ +spI anT -uVg -iXM -bnI +onO +vGq +dzf aKP aKP -sPw -kZa -xBB -xBB -xBB -xBB -xBB -xBB -xBB -xBB -xBB -xBB -hUQ -hUQ -hUQ -hUQ -hUQ -hUQ -hUQ -hUQ -hUQ -hJq -jrq -wnj +eIu +cJl +ujX +ujX +ujX +ujX +ujX +ujX +ujX +ujX +ujX +ujX +jii +jii +jii +jii +jii +jii +jii +jii +jii +hsh +rOk +kyN bes bes bes aao kBn -jTO -jTO -jTO -jTO +pdg +pdg +pdg +pdg vVZ brE fCb @@ -61398,39 +61398,39 @@ dIb kBn aao aao -wKJ -wKJ -pzK -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ +dav +dav +oAv +dav +dav +dav +dav +dav +dav +dav aao aao aao -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao -rIW -dUe -dUe -dUe -xGO -dUe -dUe -dUe +sJK +dkJ +dkJ +dkJ +nda +dkJ +dkJ +dkJ aao aao aao @@ -61440,33 +61440,33 @@ aao aao aao aao -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -uQO -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +iOT +dkJ +dkJ rnc -itK -dUe +iFq +dkJ aao aao aao aao aao -dUe -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aab aaa @@ -61498,32 +61498,32 @@ aao aao aao aao -kNZ -gFf -lnv -ljV -xzM -gFf -gFf -mnV +qNp +lNo +pPS +cid +joq +lNo +lNo +xhW aao aao -oUZ -ljV -ljV -ljV -ljV -ljV -ljV -ljV -ljV -xRj -jZO -kNZ +iYc +cid +cid +cid +cid +cid +cid +cid +cid +rzE +wnn +qNp aao akL akU -oBP +pFk akU akU akL @@ -61532,14 +61532,14 @@ akL akL akL akL -kQV +xEQ apc avJ ako -ish +jMC arD arD -goj +eig anU aCi aCZ @@ -61549,54 +61549,54 @@ aCo aGL anT anT -hxc +xdm anT anT -rkQ +spI aMO -rsM +kbY aPa -pwE +uXt aCo aqU -uVg -tPL +onO +nnY aKP aKP aKP -qnp -iLy -iXM -iXM -iLy -iLy -iXM -iXM -iXM -iXM -iLy -iLy -fXL -fXL -fXL -fXL -fXL -fXL -fXL -fXL -fXL -dNs -fLv -tZX +qYR +kKI +vGq +vGq +kKI +kKI +vGq +vGq +vGq +vGq +kKI +kKI +eAJ +eAJ +eAJ +eAJ +eAJ +eAJ +eAJ +eAJ +eAJ +ouA +cFz +jZd bes bes bes bes aao -mvi -kxe -kxe -rdY +nau +ijA +ijA +rJd vVZ vVZ vVZ @@ -61614,24 +61614,24 @@ dIb iZA kBn aao -wKJ -wKJ -wKJ -nQD -wKJ -uFq -wKJ -wKJ -wKJ -wKJ -qLx +dav +dav +dav +fko +dav +sLE +dav +dav +dav +dav +wdo aao aao -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -61640,14 +61640,14 @@ aao aao aao aao -wYt -dUe -dUe -dFZ -xGO -dUe -dUe -dUe +sFm +dkJ +dkJ +pPH +nda +dkJ +dkJ +dkJ aao aao aao @@ -61657,9 +61657,9 @@ aao aao aao aao -dUe -gfN -dUe +dkJ +reh +dkJ rnc rnc rnc @@ -61669,20 +61669,20 @@ rnc rnc rnc rnc -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ aao aao aao aao aao -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aab @@ -61717,46 +61717,46 @@ aao aao aao aao -lnv -ljV -ljV -iYZ -iYZ -xHJ +pPS +cid +cid +soX +soX +wbB aao aao -aXf -ljV -ljV -ljV -ljV -xRj -xRj -ljV -ydm -gFf -gFf +oWS +cid +cid +cid +cid +rzE +rzE +cid +mfv +lNo +lNo aao aao akL -dsH -mGn -sXI -vjf -rjb -vjf -cbB -ixO -fGO -tUO +ris +qZI +dmp +ftE +oxA +ftE +etk +fqi +wIG +eEH ant ant ant ako -ish +jMC arD arD -goj +eig anU aCj aCo @@ -61765,55 +61765,55 @@ aEU aCZ aCZ anT -qhS -hlA -qkO +ivV +oWW +uPc anT aCZ -iIr +usA aOg -orH +bsZ aQm -qZj +lUV aqU -uVg -tPL +onO +nnY aKP aKP aKP aKP aKP -qnp -iXM +qYR +vGq aKP aKP -qnp -iLy -iLy -bnI +qYR +kKI +kKI +dzf aKP aKP -uAc -fXL -fXL -fXL -fXL -fXL -fXL -fXL -tZX +qGK +eAJ +eAJ +eAJ +eAJ +eAJ +eAJ +eAJ +jZd iVi bes bes bes -xjv -uQb -uQb -aao -mPP -tmh -tmh -rKW +hbE +fxL +fxL +aao +wwB +qXM +qXM +qLT vVZ fCb fCb @@ -61830,25 +61830,25 @@ dIb dIb kBn kBn -pzK -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -uFq -wKJ -dzb -dUe -dUe -dUe -uQO -dUe -dUe +oAv +dav +dav +dav +dav +dav +dav +dav +dav +dav +sLE +dav +dCQ +dkJ +dkJ +dkJ +iOT +dkJ +dkJ aao aao aao @@ -61857,14 +61857,14 @@ aao aao aao aao -wYt -dUe +sFm +dkJ rnc -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -61874,32 +61874,32 @@ aao aao aao aao -wYt -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe +sFm +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao aao -dUe -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aab @@ -61935,45 +61935,45 @@ aao aao aao aao -oUZ -ljV -ljV -ljV -ljV -jZO +iYc +cid +cid +cid +cid +wnn aao -gFf -lnv -ljV -ljV -jZO -gFf -gFf -aXf -jZO -gFf +lNo +pPS +cid +cid +wnn +lNo +lNo +oWS +wnn +lNo aao aao aao akL -ixO -mGn -ixO -vjf -vjf -vjf -ixO -vjf -ixO +fqi +qZI +fqi +ftE +ftE +ftE +fqi +ftE +fqi akL -fln -qYF -qYF -qYF -kpB -fgR -ixX -goj +ufT +rYE +rYE +rYE +fGS +oPT +ffc +eig anU mjc aCo @@ -61981,20 +61981,20 @@ aCo aEZ aGb aEd -ePc -eDc -ecZ -lCc +tvY +aWa +rCH +kmh anT -vbt +fgd aMQ -aLl +pSO aPb -rkQ +spI aCZ aqU -uVg -tPL +onO +nnY aVt aKP aKP @@ -62011,27 +62011,27 @@ aKP aKP aKP bes -uAc -fLv -fLv -fLv -fLv -fLv -tZX +qGK +cFz +cFz +cFz +cFz +cFz +jZd bes iVi bes bes bes -gEX -fXL -fXL -aao -mPP -tmh -tmh -rKW -yhR +nqs +eAJ +eAJ +aao +wwB +qXM +qXM +qLT +tUK kTs fCb bsH @@ -62046,25 +62046,25 @@ dIb dIb dIb ssE -pzK -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -dzb -dUe -dUe -dUe -dUe -dUe +oAv +dav +dav +dav +dav +dav +dav +dav +dav +dav +dav +dav +dav +dCQ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -62074,48 +62074,48 @@ aao aao aao aao -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -ivC -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +fEx +dkJ aao -rIW -gfN -gfN -gfN -gfN -gfN -dUe -dUe -dUe -dUe -dUe -dUe -uQO -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe +sJK +reh +reh +reh +reh +reh +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +iOT +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -62152,45 +62152,45 @@ aao aao aao aao -ipB -ljV -ljV -ljV -ydm -gFf -nEe -gFf -lnv -ljV -ydm -gFf -gFf -kNZ -gFf -nEe -gFf +gVN +cid +cid +cid +mfv +lNo +dgv +lNo +pPS +cid +mfv +lNo +lNo +qNp +lNo +dgv +lNo aao aao aao akL -ixO -tDU -qAu -qAu -qro -qAu -laS -ixO -evG +fqi +dJW +lLM +lLM +wsb +lLM +xWY +fqi +urq akL -hPK -vwu -vwu -vwu -vwu -vwu -uJz -goj +eiE +eVw +eVw +eVw +eVw +eVw +gnK +eig anT aCl aDa @@ -62198,21 +62198,21 @@ aDa aFa aEU aCZ -scv -sJQ -vLD -dAx +wcq +qkH +jFL +kwf anT aCZ -rkQ +spI aCZ -soC +pKi aQn -rkQ +spI anT -uVg -iXM -qzg +onO +vGq +jGJ aKP aKP aKP @@ -62239,16 +62239,16 @@ bes iVi bes bes -xjv -fXL -fXL +hbE +eAJ +eAJ aao aao -mPP -tmh -tmh -rKW -yhR +wwB +qXM +qXM +qLT +tUK fCb fCb fCb @@ -62263,23 +62263,23 @@ dIb dIb dIb ssE -pzK -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -dzb -dUe -dUe -dUe +oAv +dav +dav +dav +dav +dav +dav +dav +dav +dav +dav +dav +dav +dCQ +dkJ +dkJ +dkJ aao aao aao @@ -62291,48 +62291,48 @@ aao aao aao aao -dUe -dUe -dUe -dUe -dUe -dUe -dUe -uQO -xGO -dUe -rIW -dUe -dUe -dUe -dUe -dUe -dUe -dUe -xGO -uQO -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +iOT +nda +dkJ +sJK +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +nda +iOT +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao -dUe -dUe -dUe -gks -dUe -dUe +dkJ +dkJ +dkJ +ekI +dkJ +dkJ aao aao aao @@ -62370,44 +62370,44 @@ aao aao aao aao -ipB +gVN abO -ljV -jZO -kNZ -gFf -mnV -ljV -ljV -ydm -gFf -gFf -gFf -gFf +cid +wnn +qNp +lNo +xhW +cid +cid +mfv +lNo +lNo +lNo +lNo aao aao aao aao aao akL -kID -ixO -tuT -ixO -dPT -ixO -imy -ixO -imy +xwB +fqi +hau +fqi +eIA +fqi +pam +fqi +pam akL -ish -vwu -myC -nQR -xog -toM -uJz -goj +jMC +eVw +eba +hsa +lwn +kty +gnK +eig anT aCm aCZ @@ -62416,20 +62416,20 @@ aCZ aQa aCZ anT -sQQ -hlA -gEf +suT +oWW +mxE anT -lFe +sHJ aEd -shv +ddO aPh -gQR +dPE aCZ aqU -uVg -xIN -tPL +onO +gfC +nnY aKP aKP aKP @@ -62456,15 +62456,15 @@ bes iVi bes bes -gEX -kAr +nqs +iBq aao aao aao -mPP -tmh -tmh -rKW +wwB +qXM +qXM +qLT vVZ fCb kTs @@ -62480,21 +62480,21 @@ dIb dIb kBn kBn -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -uFq -wKJ +dav +dav +dav +dav +dav +dav +dav +dav +dav +sLE +dav gio -wKJ -dzb -dUe +dav +dCQ +dkJ aao aao aao @@ -62508,48 +62508,48 @@ aao aao aao aao -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ rnc rnc rnc -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ rnc -itK +iFq aao aao aao -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -uQO -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +iOT +dkJ +dkJ aao -dUe -dUe -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -62588,16 +62588,16 @@ aao aao aao aao -oUZ -ydm -gFf -jko -gFf -lnv -ljV -ljV -jZO -gFf +iYc +mfv +lNo +jcv +lNo +pPS +cid +cid +wnn +lNo aao aao aao @@ -62617,14 +62617,14 @@ akL akL akL akL -ish -vwu -myC -uou -aao -dha -toM -goj +jMC +eVw +eba +ibK +aao +uSJ +kty +eig anU aCn aCZ @@ -62634,19 +62634,19 @@ aQa aCZ anT anT -hxc +xdm anT anT aEU -qZj +lUV aML -nhO +bZw aQo -pwE +uXt aqU -sIm -hcr -tPL +opC +wwN +nnY aKP aKP aKP @@ -62673,15 +62673,15 @@ bes iVi bes bes -gEX -fXL +nqs +eAJ aao aao aao -jkB -wBs -wBs -eil +wVg +fSW +fSW +rUx vVZ kTs fCb @@ -62694,20 +62694,20 @@ pcF kBn kBn kBn -gtU +gnW kBn -wKJ -wKJ -wKJ -wKJ -uFq -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -qLx +dav +dav +dav +dav +sLE +dav +dav +dav +dav +dav +dav +wdo aao aao aao @@ -62724,25 +62724,25 @@ aao aao aao aao -rIW -xGO -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe +sJK +nda +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ rnc -dUe -dUe -dUe -dUe -dUe -dUe -xGO -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +nda +dkJ aao aao aao @@ -62751,22 +62751,22 @@ aao aao aao aao -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao -dUe -dUe -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -62806,12 +62806,12 @@ aao aao aao aao -ipK -rFi -rFi -rFi -ipK -ipK +pPI +fuz +fuz +fuz +pPI +pPI aao aao aao @@ -62825,23 +62825,23 @@ aao aao aao aao -fFK -qYF -qYF -qYF -qYF -oMN -oMN -oMN -qYF -kpB -vwu -vwu -uou +gUl +rYE +rYE +rYE +rYE +vuo +vuo +vuo +rYE +fGS +eVw +eVw +ibK aao aao -nnq -goj +scS +eig anU aCo aCZ @@ -62850,20 +62850,20 @@ aCo aQa aCZ anT -jIO +tPO aJA -tYJ +feZ aEd -dqQ +fzs aCZ -tVu +sEE aPi -fIz +vZC aQm aqU -sIm -jty -tPL +opC +mrk +nnY aKP aKP aKP @@ -62890,15 +62890,15 @@ bes iVi bes bes -gEX +nqs aao aao aao aao -imH -fke -fke -jQk +rEd +hyt +hyt +rtZ pbr pbr pbr @@ -62911,19 +62911,19 @@ pcF aao aao aao -rLD -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ +cwr +dav +dav +dav +dav +dav +dav +dav +dav +dav +dav +dav +dav aao aao aao @@ -62941,25 +62941,25 @@ aao aao aao aao -wYt -xGO -dUe -dUe -dUe -dUe +sFm +nda +dkJ +dkJ +dkJ +dkJ aao aao aao aao aao -wYt -dUe -dUe -dUe -gfU -dUe -itK -dUe +sFm +dkJ +dkJ +dkJ +hqg +dkJ +iFq +dkJ aao aao aao @@ -62968,21 +62968,21 @@ aao aao aao aao -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -63022,13 +63022,13 @@ aao aao aao aao -xqS -ngP -ngP -cPO -ngP -ngP -xqS +vPw +eXW +eXW +jEH +eXW +eXW +vPw aao aao aao @@ -63038,27 +63038,27 @@ aao aao aao aao -tfv +jKk aao aao aao aao aao aao -vwu -wUg -vwu -vwu -vwu -myC -vwu -vwu -vwu -sHd -dha +eVw +eMB +eVw +eVw +eVw +eba +eVw +eVw +eVw +wgz +uSJ aao -nnq -goj +scS +eig anU aCp aDb @@ -63068,19 +63068,19 @@ aQa aCZ anT aIF -jOj +sIF aCZ -qZj +lUV aMp -qZj +lUV aCo -czw +rcY aQq -xfM +mBx anT -sIm -oij -tPL +opC +toZ +nnY aKP aKP aKP @@ -63111,33 +63111,33 @@ aao aao aao aao -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ +dav +dav +dav +dav +dav +dav +dav +dav +dav +dav +dav aao aao aao aao aao aao -wKJ -wKJ -uFq -wKJ -pzK -wKJ -wKJ -wKJ -wKJ -wKJ +dav +dav +sLE +dav +oAv +dav +dav +dav +dav +dav aao aao aao @@ -63158,25 +63158,25 @@ aao aao aao aao -wYt -xGO -dUe -dUe -dUe -dUe +sFm +nda +dkJ +dkJ +dkJ +dkJ aao aao aao aao aao -wYt -dUe -dUe -dUe -dUe -xGO -dUe -dUe +sFm +dkJ +dkJ +dkJ +dkJ +nda +dkJ +dkJ aao aao aao @@ -63186,18 +63186,18 @@ aao aao aao aao -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -uQO -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +iOT +dkJ +dkJ aao aao aao @@ -63239,13 +63239,13 @@ aao aao aao aao -xqS -pZy -dFa -dFa -dFa -cLw -xqS +vPw +eZW +kzb +kzb +kzb +kwl +vPw aao aao aao @@ -63255,9 +63255,9 @@ aao aao aao aao -ehQ -upa -ixS +emV +qEb +qaz aao aao aao @@ -63265,23 +63265,23 @@ aao aao aao aao -rqN -rqN +sKn +sKn aao aao -myC -vwu -myC -sHd -nwb -cSD -goj +eba +eVw +eba +wgz +fWS +kkp +eig anW anW anW anW anW -iRh +fmk anW anW anW @@ -63295,24 +63295,24 @@ anW anW anW anW -wzP -oij -tPL +ijR +toZ +nnY aKP aKP aKP aKP -vit -mJj -dVe -mJj -mJj -mJj -dVe -mJj -mJj -dVe -ejG +fcx +vVO +wPU +vVO +vVO +vVO +wPU +vVO +vVO +wPU +wYX bes bes bes @@ -63328,32 +63328,32 @@ aao aao aao aao -wKJ -wKJ -lve -lve -lve -ejh -wKJ -vTR -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -pzK -wKJ -wKJ -wKJ -wKJ +dav +dav +dvL +dvL +dvL +qPq +dav +pzq +dav +dav +dav +dav +dav +dav +dav +dav +dav +dav +dav +dav +dav +oAv +dav +dav +dav +dav aao aao aao @@ -63375,25 +63375,25 @@ aao aao aao aao -wYt -xGO -dUe -dUe -dUe -dUe +sFm +nda +dkJ +dkJ +dkJ +dkJ aao aao aao aao aao -xCX +geD rnc rnc rnc rnc -itK -dUe -dUe +iFq +dkJ +dkJ aao aao aao @@ -63404,17 +63404,17 @@ aao aao aao aao -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -63456,70 +63456,70 @@ aao aao aao aao -xqS -ngP -ngP -ngP -ngP -ngP -xqS -aao -aao +vPw +eXW +eXW +eXW +eXW +eXW +vPw aao aao aao aao aao -wrW -upa -eGt -eGt -eGt -ixS aao aao +slR +qEb +btO +btO +btO +qaz aao aao aao -lTk -dha -dha -bFR aao aao -vwu -vwu -vwu -vwu -myC -lYK -vYQ +qMi +uSJ +uSJ +qCO +aao +aao +eVw +eVw +eVw +eVw +eba +sud +glP anW -wSs -lTU -mcF -pkf -nxZ +fbj +xpI +ujF +xwi +xlk anW -kZO -wSs -wSs +cSR +fbj +fbj anW -wSs +fbj anW -kZO -kZO -kZO +cSR +cSR +cSR anW -oNb -wzP -jty -tPL +uQs +ijR +mrk +nnY aKP aWL aKP aKP -pVg +jTI atb atb atP @@ -63528,8 +63528,8 @@ atP atP atP atb -pfu -rRp +dmS +qLJ bes bes bes @@ -63544,31 +63544,31 @@ aao aao aao aao -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -lve -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -pzK -wKJ +dav +dav +dav +dav +dav +dav +dav +dvL +dav +dav +dav +dav +dav +dav +dav +dav +dav +dav +dav +dav +dav +dav +dav +oAv +dav aao aao aao @@ -63592,12 +63592,12 @@ aao aao aao aao -wYt -xGO -dUe -uQO -dUe -dUe +sFm +nda +dkJ +iOT +dkJ +dkJ aao aao aao @@ -63605,12 +63605,12 @@ aao aao aao aao -dUe -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -63621,16 +63621,16 @@ aao aao aao aao -dUe -uQO -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe +dkJ +iOT +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -63673,80 +63673,80 @@ aao aao aao aao -cpM -cpM -cpM -cpM -cpM -cpM +jFH +jFH +jFH +jFH +jFH +jFH aao aao -eGt -eGt -eGt -eGt -eGt -eGt -nDC -eGt +btO +btO +btO +btO +btO +btO +ojX +btO xFZ anj -eGt -eGt +btO +btO aao aao aao -eDU -vTI -iwD -lTk -dha -nnq -myC -lUr -vwu -vwu -vwu -vwu -vwu -vwu -goj +qAq +dDl +par +qMi +uSJ +scS +eba +jqC +eVw +eVw +eVw +eVw +eVw +eVw +eig anW -wSs -qGM -qGM -pkf -qGM -gOl -qGM -qGM -lTU -bSo -lTU -djQ -qGM -qGM -qGM +fbj +wUK +wUK +xwi +wUK +cil +wUK +wUK +xpI +rQi +xpI +nyK +wUK +wUK +wUK aqx -oNb -wzP -oij -tPL +uQs +ijR +toZ +nnY aKP aKP aKP aKP -pVg +jTI atb -mvE -kPY -kPY -kPY -kPY -kPY -qqf +sUq +iDb +iDb +iDb +iDb +iDb +rTO atb -rRp +qLJ bes bes bes @@ -63761,29 +63761,29 @@ aao aao aao aao -wKJ -wKJ -wKJ -uFq -wKJ -wKJ -wKJ -wKJ -wKJ +dav +dav +dav +sLE +dav +dav +dav +dav +dav aao aao -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ +dav +dav +dav +dav +dav +dav +dav +dav +dav +dav +dav +dav aao aao aao @@ -63809,12 +63809,12 @@ aao aao aao aao -wYt -dUe -dUe -dUe -dUe -dUe +sFm +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -63822,12 +63822,12 @@ aao aao aao aao -dUe -dUe -dUe -dUe -dUe -uQO +dkJ +dkJ +dkJ +dkJ +dkJ +iOT aao aao aao @@ -63839,14 +63839,14 @@ aao aao aao aao -dUe -dUe -dUe -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -63889,81 +63889,81 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -nDC -eGt -eGt -eGt -ehQ -eGt -qId -eGt -nDC -lfk -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO +btO +ojX +btO +btO +btO +emV +btO +bOi +btO +ojX +wal +btO +btO +btO +btO aao aao -oSU -vTI -vTI -vTI -eDU -ePP -nnq -myC -lUr -vwu -vwu -myC -vwu -vwu -myC -goj +cxT +dDl +dDl +dDl +qAq +kfe +scS +eba +jqC +eVw +eVw +eba +eVw +eVw +eba +eig anW -wSs -lTU -hZv -wVs -esU -esU -esU -bFL -gtC -mgm -gpI -qGM -gpI -fXX -fvg +fbj +xpI +pjC +dKt +bKb +bKb +bKb +rHT +wIy +kyu +mvA +wUK +mvA +iSG +gGa aqx -oNb -wzP -oij -iXM -qzg +uQs +ijR +toZ +vGq +jGJ aKP aKP aKP -pVg +jTI atd -lEr -jMX -kPY -pZk -kPY -dZP -lEr +tWF +gOb +iDb +qvl +iDb +kjh +tWF atb -rRp +qLJ bes bes bes @@ -63978,28 +63978,28 @@ aao aao aao aao -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ +dav +dav +dav +dav +dav +dav +dav +dav +dav aao aao aao -wKJ -wKJ -wKJ -uFq -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ +dav +dav +dav +sLE +dav +dav +dav +dav +dav +dav aao aao aao @@ -64025,13 +64025,13 @@ aao aao aao aao -dUe -wYt -dUe -dUe -dUe -dUe -dUe +dkJ +sFm +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -64039,12 +64039,12 @@ aao aao aao aao -dUe -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -64057,12 +64057,12 @@ aao aao aao aao -dUe -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -64106,81 +64106,81 @@ aao aao aao aao -eGt -hJx -eGt -eGt -eGt -hJx -eGt -nDC -eGt -eGt -suL -ehQ -eGt -eGt -eGt +btO +oAz +btO +btO +btO +oAz +btO +ojX +btO +btO +dwm +emV +btO +btO +btO kfk -eGt -eGt -eGt -eGt -eGt -aao -eDU -vTI -vTI -vTI -vTI -iwD -ePP -dha -toM -hlq -vwu -myC -vwu -vwu -vwu -vwu -goj +btO +btO +btO +btO +btO +aao +qAq +dDl +dDl +dDl +dDl +par +kfe +uSJ +kty +rlI +eVw +eba +eVw +eVw +eVw +eVw +eig anW anW -mXa -eEl -rcd -gpI -grG -gpI -qGM -yba -esU -esU -hIx -esU -jvJ -meX +pKO +cYL +fIM +mvA +wMs +mvA +wUK +bQX +bKb +bKb +kqA +bKb +jlZ +yhK anW -oNb -sIm -oij -iXM -tPL +uQs +opC +toZ +vGq +nnY aKP aKP aKP -pVg +jTI atd -lEr -qCH -glu -eFA -glu -glu -lEr +tWF +lpx +oHN +oOE +oHN +oHN +tWF atb -rRp +qLJ bes bes bes @@ -64196,24 +64196,24 @@ aao aao aao aao -wKJ -wKJ -wKJ -pzK -wKJ -wKJ -wKJ +dav +dav +dav +oAv +dav +dav +dav aao aao aao aao aao -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ +dav +dav +dav +dav +dav +dav aao aao aao @@ -64241,13 +64241,13 @@ aao aao aao aao -rIW -dUe -dUe -dUe -dUe -ivC -dUe +sJK +dkJ +dkJ +dkJ +dkJ +fEx +dkJ aao aao aao @@ -64256,12 +64256,12 @@ aao aao aao aao -uQO -dUe -dUe -dUe -dUe -dUe +iOT +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -64274,11 +64274,11 @@ aao aao aao aao -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -64323,81 +64323,81 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -nDC -eGt -hJx -eGt -ehQ -eGt -eGt -eDE +btO +btO +btO +btO +btO +btO +btO +ojX +btO +oAz +btO +emV +btO +btO +eVR aao -ehQ -eGt -eGt -hJx -eGt -eGt -ouY -vTI -vTI -vTI -vTI -vTI +emV +btO +btO +oAz +btO +btO +huB +dDl +dDl +dDl +dDl +dDl aao aao -dha -lGf -vwu -vwu -vwu -vwu -vwu -vwu -goj +uSJ +sVs +eVw +eVw +eVw +eVw +eVw +eVw +eig anW -vkz -qZK -fRp -nEw -lTU -lTU -lTU -qGM -qGM -qGM -xbt -ltw -gpI -kpn -bFL -rIQ -syA -ehR -oij -iXM -tPL +xBG +qwN +dGI +tlM +xpI +xpI +xpI +wUK +wUK +wUK +pGc +fpb +mvA +lQO +rHT +txK +egd +vxl +toZ +vGq +nnY aKP aKP -vWg -pVg +eoi +jTI atb -lEr -gBy -jiP -hcR -gBy -jiP -kCJ +tWF +aLm +uVb +eYF +aLm +uVb +cbw atb -rRp +qLJ bes bes aEX @@ -64414,22 +64414,22 @@ aao aao aao aao -wKJ -wKJ -wKJ -wKJ -wKJ -wKJ +dav +dav +dav +dav +dav +dav aao aao aao aao aao -ejh -wKJ -wKJ -wKJ -wKJ +qPq +dav +dav +dav +dav aao aao aao @@ -64458,13 +64458,13 @@ aao aao aao aao -wYt -dUe -dUe -dUe -wYt -dUe -ivC +sFm +dkJ +dkJ +dkJ +sFm +dkJ +fEx aao aao aao @@ -64473,12 +64473,12 @@ aao aao aao aao -dUe -dUe -dUe -dUe -dUe -dUe +dkJ +dkJ +dkJ +dkJ +dkJ +dkJ aao aao aao @@ -64492,10 +64492,10 @@ aao aao aao aao -dzb -dzb -dzb -dzb +dCQ +dCQ +dCQ +dCQ aao aao aao @@ -64539,82 +64539,82 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -tro -tro -eGt -nDC -eGt -hKe -eGt -ehQ -eGt -ycy +btO +btO +btO +btO +btO +jMf +jMf +btO +ojX +btO +cuQ +btO +emV +btO +mil aao aao -vAx -eGt -eGt -tro -tro -eGt -hff -eDU -vTI -vTI +roL +btO +btO +jMf +jMf +btO +dPe +qAq +dDl +dDl aao aao aao aao aao -wIj -toM -myC -myC -vwu -vwu -vwu -goj +jIM +kty +eba +eba +eVw +eVw +eVw +eig anW -qCW -hVU -qCW -hVU -qGM -xDp -nCO -kJu -wUj -qGM -xbt -dbD -qGM -qMn -lTU -mHK -oNb -sIm -oij -iXM -iXM -wQg -wQg -iXM -pVg +ssF +meI +ssF +meI +wUK +vNH +srI +iKM +siA +wUK +pGc +kAU +wUK +cyG +xpI +cWP +uQs +opC +toZ +vGq +vGq +pfJ +pfJ +vGq +jTI atd -lEr -wWG -cUv -hcR -wWG -cUv -lEr +tWF +krU +eiO +eYF +krU +eiO +tWF atb -rRp +qLJ bes bes aEX @@ -64632,10 +64632,10 @@ aao aao aao aao -wKJ -wKJ -pzK -wKJ +dav +dav +oAv +dav aao aao aao @@ -64643,12 +64643,12 @@ aao aao aao aao -ejh -wKJ -gBH -gBH -gBH -gBH +qPq +dav +hzL +hzL +hzL +hzL aao aao aao @@ -64673,15 +64673,15 @@ aao aao aao aao -hgU -rWD -uCS -uCS -uCS +pfO +gkW +kYR +kYR +kYR aao -lTp -uCS -iPy +cgX +kYR +ukF aao aao aao @@ -64690,11 +64690,11 @@ aao aao aao aao -uCS -uCS -uCS -uCS -uCS +kYR +kYR +kYR +kYR +kYR aao aao aao @@ -64709,10 +64709,10 @@ aao aao aao aao -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn aao aao aao @@ -64756,82 +64756,82 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -nDC -eGt -eGt -eGt -eGt -eGt -igq +btO +btO +btO +btO +btO +btO +btO +btO +ojX +btO +btO +btO +btO +btO +psU aao aao aao -vAx -eGt -tro -tro -eGt -eGt -piw -piw +roL +btO +jMf +jMf +btO +btO +pbz +pbz aao aao aao -dha -bFR -dha -dha -bFR -jOa -toM -vwu -vwu -vwu -goj +uSJ +qCO +uSJ +uSJ +qCO +pNg +kty +eVw +eVw +eVw +eig anW anW anW anW anW -syl -xbt -sPp -sPp -wUj -qGM -qGM -ntU -jRE -lPV -lBO +glI +pGc +uHC +uHC +siA +wUK +wUK +hvK +mLg +hDA +oit anW -oNb -vpd -hYM -nGw -nGw -crt -nGw -nGw -tcX +uQs +uyG +nCO +xul +xul +uHd +xul +xul +wRi atd -lEr -rxG -oDY -hcR -kOT -oDY -lEr +tWF +euy +xLb +eYF +tVr +xLb +tWF atb -rRp +qLJ bes bes bes @@ -64849,28 +64849,28 @@ aao aao aao aao -gBH -gBH -pqa -gBH +hzL +hzL +oaI +hzL aao aao aao aao aao -gBH -gBH -gBH -cHi -cHi -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +wpJ +wpJ +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -64890,15 +64890,15 @@ aao aao aao aao -hdR -ggO -sPb -ggO -ggO +wtu +hkn +xiu +hkn +hkn aao -rYG -ggO -uqM +btU +hkn +ldC aao aao aao @@ -64907,11 +64907,11 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -64926,10 +64926,10 @@ aao aao aao aao -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn aao aao aao @@ -64972,83 +64972,83 @@ aao aao aao aao -eGt -eGt -eGt -eGt -tro -tro -eGt -eGt -eGt +btO +btO +btO +btO +jMf +jMf +btO +btO +btO aao -hEt -eGt -eGt -eGt -lfk +lPR +btO +btO +btO +wal aao aao aao aao aao -ehQ -eGt -eGt -eGt -hJx -eGt -eGt +emV +btO +btO +btO +oAz +btO +btO aao aao aao aao -dha -dha -dha +uSJ +uSJ +uSJ aao aao aao -vwu -vwu -vwu -goj -vYQ -vYQ -vYQ -vYQ +eVw +eVw +eVw +eig +glP +glP +glP +glP anW -qpQ -kIn -kIn -lTU -wAN -kIn -qGM -qGM -qGM -fzg -htL +hVP +efQ +efQ +xpI +cAc +efQ +wUK +wUK +wUK +mPn +jPU aqx -oNb -wzP -oFM -xBB -xBB -xBB -xBB -xBB -sIm +uQs +ijR +gCt +ujX +ujX +ujX +ujX +ujX +opC atb -lEr -wWG -cUv -hcR -dFE -cUv -lEr +tWF +krU +eiO +eYF +paF +eiO +tWF atb -rRp +qLJ bes bes bes @@ -65066,31 +65066,31 @@ bes aao aao aao -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL aao -gBH +hzL aao aao -gBH -gBH -gBH +hzL +hzL +hzL gpg gpg gpg -gBH -gBH -gBH +hzL +hzL +hzL gpg -gBH -gBH -gBH -gBH -gBH -ilf +hzL +hzL +hzL +hzL +hzL +mGV aao aao aao @@ -65106,16 +65106,16 @@ aao aao aao aao -pAE -ggO -ggO -ggO -ggO +iPi +hkn +hkn +hkn +hkn aao aao aao -hdR -uqM +wtu +ldC aao aao aao @@ -65124,11 +65124,11 @@ aao aao aao aao -ggO -ggO -sPb -ggO -ggO +hkn +hkn +xiu +hkn +hkn aao aao aao @@ -65143,10 +65143,10 @@ aao aao aao aao -ggO -ggO -sPb -ggO +hkn +hkn +xiu +hkn aao aao aao @@ -65189,83 +65189,83 @@ aao aao aao aao -eGt -hJx -eGt -eGt -tro -tro -eGt -eGt -eGt +btO +oAz +btO +btO +jMf +jMf +btO +btO +btO aao aao -ehQ -eGt -eGt -eGt -lpQ +emV +btO +btO +btO +xXt aao aao aao aao -ehQ -eGt -eGt -eGt -eGt -tro -eGt -eGt +emV +btO +btO +btO +btO +jMf +btO +btO aao aao aao -dha -bFR +uSJ +qCO aao aao aao aao -myC -myC -vwu -goj -vYQ -vYQ -vYQ -vYQ +eba +eba +eVw +eig +glP +glP +glP +glP anW -kEF -htL -clQ -lTU -oAL -clQ -tim -qiu -sBF -sBF -nBq +tLP +jPU +sSB +xpI +mpc +sSB +bXQ +ips +dnS +dnS +xCV aqx -oNb -wzP -oij -iXM -iLy -iLy -iXM -iXM -qyr +uQs +ijR +toZ +vGq +kKI +kKI +vGq +vGq +rQo atd -lEr -kOT -oDY -hcR -kOT -oDY -lEr +tWF +tVr +xLb +eYF +tVr +xLb +tWF atb -rRp +qLJ bes bes bes @@ -65283,31 +65283,31 @@ bes aao aao aao -gBH -gBH -cua -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -bRT -gBH -gBH -gBH -ddH +hzL +hzL +eQK +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +ylm +hzL +hzL +hzL +odp aao aao aao @@ -65323,16 +65323,16 @@ aao aao aao aao -hdR -ggO -uqM -ggO -ggO +wtu +hkn +ldC +hkn +hkn aao aao aao -hdR -uqM +wtu +ldC aao aao aao @@ -65341,11 +65341,11 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -65360,10 +65360,10 @@ aao aao aao aao -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn aao aao aao @@ -65405,35 +65405,35 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -hJx -eGt +btO +btO +btO +btO +btO +btO +btO +oAz +btO aao aao aao -ehQ -xuB -eGt -eGt -igq +emV +xiP +btO +btO +psU aao aao aao aao -ehQ -eGt -lfk -eGt -tro -tro -eGt -eGt +emV +btO +wal +btO +jMf +jMf +btO +btO aao aao aao @@ -65445,12 +65445,12 @@ aao aao aao aao -rzn -goj -vYQ -vYQ -vYQ -vYQ +iAj +eig +glP +glP +glP +glP anW anW anW @@ -65464,25 +65464,25 @@ aoc aoc anW anW -oNb -sIm -oij -tPL +uQs +opC +toZ +nnY aKP aKP -qnp -iXM -qyr +qYR +vGq +rQo atd -lEr -wWG -cUv -hcR -wWG -cUv -iXo +tWF +krU +eiO +eYF +krU +eiO +lnB atb -rRp +qLJ bes bes bes @@ -65500,32 +65500,32 @@ bes aao aao aao -gBH -gBH -gBH +hzL +hzL +hzL gpg -gBH -gBH +hzL +hzL gpg gpg -gBH -gBH -cua -gBH -gBH -gBH -gBH -cua -gBH -gBH -gBH -gBH -gBH -bRT -gBH -gBH -gBH -nIn +hzL +hzL +eQK +hzL +hzL +hzL +hzL +eQK +hzL +hzL +hzL +hzL +hzL +ylm +hzL +hzL +hzL +gfn aao aao aao @@ -65538,18 +65538,18 @@ aao aao aao aao -pAE -hBG -ggO -ggO -ofP -ggO -ggO +iPi +bSP +hkn +hkn +ylo +hkn +hkn aao aao aao -hdR -uqM +wtu +ldC aao aao aao @@ -65558,11 +65558,11 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -65577,10 +65577,10 @@ aao aao aao aao -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn aao aao aao @@ -65621,38 +65621,38 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO +btO +btO +btO aao aao aao aao -ehQ -eGt -eGt -lfk +emV +btO +btO +wal aao -iba -upa -ixS +tmz +qEb +qaz aao -ehQ -eGt -eGt -upa -upa -eGt -hJx -eGt -eGt -eGt +emV +btO +btO +qEb +qEb +btO +oAz +btO +btO +btO aao aao aao @@ -65663,43 +65663,43 @@ aao aao aao arD -lYK -qYF -qYF -qYF -qYF -qYF -qYF -qYF -qYF -qYF -xBB -xBB -xBB -xBB -xBB -xBB -xBB -xBB -oNb -sIm -oij -tPL +sud +rYE +rYE +rYE +rYE +rYE +rYE +rYE +rYE +rYE +ujX +ujX +ujX +ujX +ujX +ujX +ujX +ujX +uQs +opC +toZ +nnY aKP aKP aKP -sPw -qyr +eIu +rQo atb -lEr -kOT -oDY -hcR -kOT -oDY -lEr +tWF +tVr +xLb +eYF +tVr +xLb +tWF atb -rRp +qLJ bes bes bes @@ -65718,31 +65718,31 @@ aao aao aao aao -gBH -gBH -gBH -pqa -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -cua -gBH -pqa -gBH -gBH -ddH +hzL +hzL +hzL +oaI +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +eQK +hzL +oaI +hzL +hzL +odp aao aao aao @@ -65755,18 +65755,18 @@ aao aao aao aao -hdR -ggO -ggO -ofP -ggO -ggO +wtu +hkn +hkn +ylo +hkn +hkn aao aao aao aao -hdR -uqM +wtu +ldC aao aao aao @@ -65775,11 +65775,11 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -65794,10 +65794,10 @@ aao aao aao aao -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn aao aao aao @@ -65838,44 +65838,44 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO +btO +btO aao aao aao aao aao -ehQ -eGt -eGt -eGt -wrW -eGt -eGt -eGt -upa -eGt -qId -tro -tro -wIl -eGt -eGt -eGt -eGt -eGt -nDC -eGt -eGt -eGt -upa -ixS +emV +btO +btO +btO +slR +btO +btO +btO +qEb +btO +bOi +jMf +jMf +nuI +btO +btO +btO +btO +btO +ojX +btO +btO +btO +qEb +qaz aao aao aao @@ -65897,26 +65897,26 @@ aKP aKP aKP aKP -vWg -pVg -wzP -oij -iXM -qzg +eoi +jTI +ijR +toZ +vGq +jGJ aKP aKP -sPw -hZr -boP -xem -ppR -ppO -qDi -wWG -cUv -lEr +eIu +sjN +gcd +lUL +sTY +kpG +kMA +krU +eiO +tWF atb -rRp +qLJ bes bes bes @@ -65935,31 +65935,31 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -pqa -gBH -gBH -ddH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +oaI +hzL +hzL +odp aao aao aao @@ -65972,18 +65972,18 @@ aao aao aao aao -hdR -ggO -xun -ggO +wtu +hkn +eXC +hkn aao aao aao aao aao aao -hdR -uqM +wtu +ldC aao aao aao @@ -65992,11 +65992,11 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -66011,10 +66011,10 @@ aao aao aao aao -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn aao aao aao @@ -66054,46 +66054,46 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO +btO +btO aao aao aao aao aao -iba -eGt -eGt -eGt +tmz +btO +btO +btO xFZ -nDC -eGt -hJx -tro -tro -eGt -eGt -tro -tro -eGt -eGt +ojX +btO +oAz +jMf +jMf +btO +btO +jMf +jMf +btO +btO xFZ -eGt -upa -eGt -nDC -eGt -eGt -hJx -eGt -eGt -ixS +btO +qEb +btO +ojX +btO +btO +oAz +btO +btO +qaz aao aao aao @@ -66113,27 +66113,27 @@ aKP aKP aKP aKP -vWg -iXM -pVg -wzP -oFM -dVe -wiR -dVe -dVe -dVe -oFM -nLR -lEr -kOT -oDY -gkA -kOT -oDY -lEr +eoi +vGq +jTI +ijR +gCt +wPU +wzw +wPU +wPU +wPU +gCt +shp +tWF +tVr +xLb +hfo +tVr +xLb +tWF atb -rRp +qLJ bes bes aEX @@ -66153,30 +66153,30 @@ aao aao aao aao -gBH -gBH -gBH -gBH -nNO -gBH -gBH -gBH +hzL +hzL +hzL +hzL +eNH +hzL +hzL +hzL aao aao aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -xLi +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hBP aao aao aao @@ -66189,18 +66189,18 @@ aao aao aao aao -hdR -uqM -ggO -ggO +wtu +ldC +hkn +hkn aao aao aao aao aao aao -hdR -uqM +wtu +ldC aao aao aao @@ -66209,11 +66209,11 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -66228,10 +66228,10 @@ aao aao aao aao -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn aao aao aao @@ -66271,48 +66271,48 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -hJx -eGt -eGt +btO +btO +btO +btO +btO +oAz +btO +btO aao aao aao aao aao -ehQ -eGt -eGt -lfk +emV +btO +btO +wal aao -dRI -eGt -eGt -tro -tro -eGt -eGt -eGt -eGt -eGt -eDE -hJx -vAx +peX +btO +btO +jMf +jMf +btO +btO +btO +btO +btO +eVR +oAz +roL xFZ xFZ -wzN -eGt -eGt -eGt +xNn +btO +btO +btO xFZ xFZ -eGt -eGt -ixS +btO +btO +qaz aao aao aao @@ -66327,30 +66327,30 @@ aao aKP aKP aKP -vWg -wQg -wQg -iXM -iXM -pVg -wzP -oNb -oNb -wUZ -koW -koW -oyM -wUZ -wUZ -lEr -wWG -cUv -hcR -wWG -cUv -kCJ +eoi +pfJ +pfJ +vGq +vGq +jTI +ijR +uQs +uQs +qlg +jZC +jZC +wYc +qlg +qlg +tWF +krU +eiO +eYF +krU +eiO +cbw atb -rRp +qLJ bes aEX aEX @@ -66369,15 +66369,15 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL gpg -gBH -gBH -gBH +hzL +hzL +hzL aao aao aao @@ -66388,11 +66388,11 @@ aao aao aao aao -psD -gBH -gBH -gBH -ddH +wJX +hzL +hzL +hzL +odp aao aao aao @@ -66405,19 +66405,19 @@ aao aao aao aao -pAE -ggO -uqM -ggO -ggO +iPi +hkn +ldC +hkn +hkn aao aao aao aao -ggO -ggO -ggO -nFs +hkn +hkn +hkn +fMq aao aao aao @@ -66425,12 +66425,12 @@ aao aao aao aao -ggO -ggO -ggO -sPb -ggO -ggO +hkn +hkn +hkn +xiu +hkn +hkn aao aao aao @@ -66445,10 +66445,10 @@ aao aao aao aao -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn aao aao aao @@ -66488,26 +66488,26 @@ aao aao aao aao -eGt -eGt -hJx -eGt -eGt -eGt -eGt +btO +btO +oAz +btO +btO +btO +btO aao aao aao aao aao aao -ehQ -qId +emV +bOi xFZ -eDE +eVR aao aao -vAx +roL xFZ xFZ xFZ @@ -66515,9 +66515,9 @@ xFZ xFZ xFZ xFZ -eDE +eVR aao -eGt +btO aao aao aao @@ -66525,12 +66525,12 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -ixS +btO +btO +btO +btO +btO +qaz aao aao aao @@ -66545,29 +66545,29 @@ aao aao aao aao -iXM -iXM -iXM -ker -pVg -wzP -oNb -oNb -koW -lYj -nEu -qbk -xLD -wUZ -lEr -gBy -jiP -hcR -gBy -jiP -lEr +vGq +vGq +vGq +xcc +jTI +ijR +uQs +uQs +jZC +mzE +xIf +fLg +wQV +qlg +tWF +aLm +uVb +eYF +aLm +uVb +tWF atb -rRp +qLJ bes aEX aEX @@ -66585,17 +66585,17 @@ aao aao aao aao -gBH -gBH -gBH -cua -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +eQK +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -66605,12 +66605,12 @@ aao aao aao aao -pqa -gBH -gBH -cua -gBH -nIn +oaI +hzL +hzL +eQK +hzL +gfn aao aao aao @@ -66622,33 +66622,33 @@ aao aao aao aao -hdR -ggO -uqM -ggO -pAE -hBG -hBG -hBG -wKD -ggO -ggO -ggO -ofP +wtu +hkn +ldC +hkn +iPi +bSP +bSP +bSP +pCX +hkn +hkn +hkn +ylo aao aao aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -66662,10 +66662,10 @@ aao aao aao aao -ggO -sPb -ggO -ggO +hkn +xiu +hkn +hkn aao aao aao @@ -66706,20 +66706,20 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO aao aao aao aao adZ adZ -fHC -iOB -njh +tGi +tEy +vww adZ adZ aao @@ -66743,12 +66743,12 @@ aao aao aao aao -eGt -eGt -nQy -eGt -eGt -ixS +btO +btO +rYe +btO +btO +qaz aao aao aao @@ -66765,26 +66765,26 @@ aao aao aao aao -iPr -mfe -vfm -gOO -mfe -iPr -uKl -bhW -jhN -upz -iPr -lEr -pxR -tob -bGc -pxR -tob -lEr +eqN +uLT +gVj +mnx +uLT +eqN +pqX +ron +edM +uTv +eqN +tWF +qzM +cMd +klx +qzM +cMd +tWF atb -rRp +qLJ bes aEX bes @@ -66802,16 +66802,16 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -66823,11 +66823,11 @@ aao aao aao aao -bRT +ylm gpg gpg -gBH -ddH +hzL +odp aao aao aao @@ -66839,33 +66839,33 @@ aao aao aao aao -hdR -oKY -ggO -hBG -ggO -ggO -ggO -ggO -uqM -ggO -ggO -ggO +wtu +lBj +hkn +bSP +hkn +hkn +hkn +hkn +ldC +hkn +hkn +hkn aao aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -66879,9 +66879,9 @@ aao aao aao aao -ggO -ggO -ggO +hkn +hkn +hkn aao aao aao @@ -66923,21 +66923,21 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO aao aao aao adZ adZ -jrd -jpu -ucO -brB -hjs +wki +sQr +dgZ +ddT +pMj adZ adZ aao @@ -66961,12 +66961,12 @@ amk amk amk amk -eGt -eGt -vAx -eGt -eGt -eGt +btO +btO +roL +btO +btO +btO aao aao aao @@ -66982,26 +66982,26 @@ aao aao aao aao -fRI -xvj -mzS -xQa -pNq -koW -nMm -qbk -qbk -tKL -iPr -wUZ -hIL -hIL -lEr -hIL -hIL -gdY +sNm +tVS +srs +lVy +rDw +jZC +xDh +fLg +fLg +xME +eqN +qlg +uVl +uVl +tWF +uVl +uVl +oEx atb -rRp +qLJ bes bes bes @@ -67019,15 +67019,15 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -67042,10 +67042,10 @@ aao aao aao aao -uCS -uCS -uCS -vHj +kYR +kYR +kYR +izm aao aao aao @@ -67056,33 +67056,33 @@ aao aao aao aao -hdR -ggO -ggO -ggO -ggO -ggO -ggO -ggO -sPb -ggO -ggO -ggO +wtu +hkn +hkn +hkn +hkn +hkn +hkn +hkn +xiu +hkn +hkn +hkn aao aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -67095,10 +67095,10 @@ aao aao aao aao -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn aao aao aao @@ -67140,21 +67140,21 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO aao aao aao adZ -cOd -uqr -mls -jVT -uqr -uqr +pOT +ofZ +qQi +djD +ofZ +ofZ adZ adZ adZ @@ -67167,25 +67167,25 @@ aeU aev apq adZ -gic -iRe -rcB -qAe +bnG +bUU +ivA +hWJ amk wQZ -pjr +kVn avM -tRK -gel +wft +iRX amk -eGt -eGt -eGt -vAx -eGt -eGt -eGt -ixS +btO +btO +btO +roL +btO +btO +btO +qaz aao aao aao @@ -67200,17 +67200,17 @@ aao aao aao aao -gCx -mzS -pNq -hdq -wUZ -vZE -iMR -qbk -fte -ieR -wUZ +tdt +srs +rDw +jbT +qlg +utY +nrN +fLg +xjI +oVu +qlg atb atb atb @@ -67218,7 +67218,7 @@ atb atb atb atb -rRp +qLJ bes bes bes @@ -67238,14 +67238,14 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -67258,13 +67258,13 @@ aao aao aao aao -ggO -ggO -hdR -ggO -ggO -hBG -qVP +hkn +hkn +wtu +hkn +hkn +bSP +bZd aao aao aao @@ -67272,36 +67272,36 @@ aao aao aao aao -pAE -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ofP +iPi +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +ylo aao aao aao aao aao -ggO -ggO -sPb -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +xiu +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -67312,10 +67312,10 @@ aao aao aao aao -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn aao aao aao @@ -67357,76 +67357,76 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO aao aao aao adZ -cOd -uqr -mBC -iAd -fKL -uqr -prz +pOT +ofZ +gJr +kEg +tag +ofZ +ozH aev aev adZ aao gNH -kQv +eMU aev aev aoE apr adZ -wWE -maG -maG -wAy +vYg +qdn +qdn +ngx amk auj auY -xvr -ijX +yhL +fns aqc amk aao -eGt -eGt -eGt -ehQ -eGt -eGt -eGt -upa -upa -wrW -upa -upa -upa -upa -upa -ixS +btO +btO +btO +emV +btO +btO +btO +qEb +qEb +slR +qEb +qEb +qEb +qEb +qEb +qaz aao aao aao aao -wUZ -rSO -mzS -pNq -pNq -xHH -qbk -qbk -qbk -qbk -sYu +qlg +cNw +srs +rDw +rDw +iYP +fLg +fLg +fLg +fLg +vQz aao aao aao @@ -67457,12 +67457,12 @@ aao aao aao aao -gBH -gBH -gBH -cua -gBH -gBH +hzL +hzL +hzL +eQK +hzL +hzL aao aao aao @@ -67473,14 +67473,14 @@ aao aao aao aao -ggO -ggO -ggO -ggO -hdR -ggO -ggO -uqM +hkn +hkn +hkn +hkn +wtu +hkn +hkn +ldC aao aao aao @@ -67489,38 +67489,38 @@ aao aao aao aao -hdR -ggO -ggO -ggO -sPb -ggO -ggO -ggO -ggO -ggO -uqM +wtu +hkn +hkn +hkn +xiu +hkn +hkn +hkn +hkn +hkn +ldC aao aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -67528,11 +67528,11 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -67574,76 +67574,76 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO aao aao aao adZ -cBu -uqr -ffH -xdt -uqr -cxe +pXP +ofZ +xSm +mtX +ofZ +oZL adZ aev aev adZ aao gNH -kQv +eMU aev anM aqb aps adZ -cXY -maG -vFq -maG -ifq +jfW +qdn +qxi +qdn +vez aqc auY -dUN -kIk -mcr +wCE +gox +dZK amk aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO +btO xFZ xFZ kfk -eGt +btO xFZ -eGt -eGt -eGt -lfk +btO +btO +btO +wal aao aao aao aao aao -gCx -mzS -pNq -nsm -wUZ -srU -qbk -qbk -qPz -pjH +tdt +srs +rDw +kXE +qlg +oxo +fLg +fLg +drR +quG aao aao aao @@ -67676,10 +67676,10 @@ aao aao aao aao -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL aao aao aao @@ -67689,67 +67689,67 @@ aao aao aao aao -uCS -ggO -ggO -ggO -sPb -hdR -ggO -ggO -ofP +kYR +hkn +hkn +hkn +xiu +wtu +hkn +hkn +ylo aao aao aao aao aao aao -pAE -hBG -ggO -uqM -ggO -ggO -ggO -ggO +iPi +bSP +hkn +ldC +hkn +hkn +hkn +hkn gtX gtX -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -sPb -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +xiu +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -67791,11 +67791,11 @@ aao aao aao aao -eGt -eGt -eGt -hJx -eGt +btO +btO +btO +oAz +btO aao aao aao @@ -67803,7 +67803,7 @@ adZ adZ afd afd -fmK +mnG afd afd adZ @@ -67813,54 +67813,54 @@ adZ adZ adZ adZ -qnk +wPP adZ afd afd adZ -uMp -maG -maG -jwN +vyB +qdn +qdn +eug amk -hyG +xOj auY -xvr -mSw +yhL +iWJ aqc amk aao aao -eGt -eGt -odI -eGt -eDE -eGt -hJx -eGt -nDC -eGt -hJx -ehQ -eGt -eGt -eGt -ixS +btO +btO +jLE +btO +eVR +btO +oAz +btO +ojX +btO +oAz +emV +btO +btO +btO +qaz aao aao aao -uVB -gCx -gOd -pNq -pNq -koW -xqy -qbk -qbk -tKL -wUZ +lSl +tdt +gSK +rDw +rDw +jZC +gUv +fLg +fLg +xME +qlg aao aao aao @@ -67894,9 +67894,9 @@ aao aao aao aao -tsL -tsL -cvV +bQR +bQR +coi aao aao aao @@ -67905,67 +67905,67 @@ aao aao aao aao -gBH -uCS -ggO -ggO -ggO -ggO -ggO -ggO -uqM -ggO +hzL +kYR +hkn +hkn +hkn +hkn +hkn +hkn +ldC +hkn aao aao aao aao aao aao -hdR -ggO -ggO -ofP -ggO -ggO -ggO +wtu +hkn +hkn +ylo +hkn +hkn +hkn aao aao aao -wOF -uCS -uCS -uCS +oJj +kYR +kYR +kYR aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -sPb -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +xiu +hkn aao aao aao @@ -68008,21 +68008,21 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO aao aao aao aao adZ -cfK -cfK -bsp -cfK -cfK +qLs +qLs +nJH +qLs +qLs adZ aeU aev @@ -68036,9 +68036,9 @@ aev aev adZ amk -fRB -uoP -rGi +qWP +qpH +obV amk aqc aqc @@ -68049,38 +68049,38 @@ amk aao aao aao -eGt -ehQ -lfk -eGt -eGt -eGt -eGt -nDC -eGt -eGt -eGt +btO +emV +wal +btO +btO +btO +btO +ojX +btO +btO +btO xFZ -eGt -eGt -lfk +btO +btO +wal aao aao aao -wUZ -rCe -sDd -rCe -rCe -wUZ -wEs -mVH -qbk -tKL -ckQ +qlg +fOd +wJA +fOd +fOd +qlg +gxx +dLP +fLg +xME +gHB aao aao -gBH +hzL aao aao aao @@ -68111,78 +68111,78 @@ aao aao aao aao -gBH -gBH -gBH +hzL +hzL +hzL aao aao aao aao aao aao -gBH -gBH -gBH -uCS -ggO -ggO -ggO -hBG -ggO -ggO -uqM -ggO +hzL +hzL +hzL +kYR +hkn +hkn +hkn +bSP +hkn +hkn +ldC +hkn aao aao aao aao aao aao -rYG -ggO -rQe -ggO -ggO -ggO +btU +hkn +jKB +hkn +hkn +hkn aao aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -sPb -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -sPb -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +xiu +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +xiu +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -68225,21 +68225,21 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO aao aao aao aao adZ -uqK -iZJ -iZJ -iZJ -koQ +rYn +joz +joz +joz +tEP adZ aev aev @@ -68257,7 +68257,7 @@ adZ adZ adZ adZ -jTs +lBA amX amk amk @@ -68267,50 +68267,50 @@ amk amk aao aao -vAx -eDE +roL +eVR aao aao aao aao aao aao -eGt -eGt -eGt -ehQ -eGt -eGt +btO +btO +btO +emV +btO +btO aao aao aao aao -qFy -vwx -qFU -qFU -koW -djE -vmq -qbk -ecp -wUZ +hzn +qvL +kOY +kOY +jZC +wtN +kEt +fLg +icO +qlg aao -gBH -cHi -cHi -nIn +hzL +wpJ +wpJ +gfn aao aao aao aao aao aao -psD -cHi -cHi -cHi -nIn +wJX +wpJ +wpJ +wpJ +gfn aao aao aao @@ -68327,38 +68327,38 @@ aao aao aao aao -psD -gBH -gBH -gBH -gBH +wJX +hzL +hzL +hzL +hzL aao aao aao -gBH -gBH -gBH -gBH -gBH -uCS -ggO -ggO +hzL +hzL +hzL +hzL +hzL +kYR +hkn +hkn gtX -ggO -ggO -ggO -uqM -ggO +hkn +hkn +hkn +ldC +hkn aao aao aao aao aao -ggO -ggO -ggO -uqM -ggO +hkn +hkn +hkn +ldC +hkn aao aao aao @@ -68368,38 +68368,38 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -68442,20 +68442,20 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO aao aao aao aao adZ adZ -iZJ -iZJ -iZJ +joz +joz +joz adZ adZ aev @@ -68473,12 +68473,12 @@ aev hvQ aev aev -prz -uQL -uQL +ozH +lvO +lvO amX awC -bXL +nPE axp ayA amk @@ -68492,43 +68492,43 @@ aao aao aao aao -eGt -eGt -eGt -vAx -hJx -eGt -eGt +btO +btO +btO +roL +oAz +btO +btO aao aao aao -fMJ -vwx -qFU -wRA -wUZ -koW -koW -xjk -wUZ -wUZ -gBH -gBH -gBH -gBH -cua -nIn +cAr +qvL +kOY +xXF +qlg +jZC +jZC +pkR +qlg +qlg +hzL +hzL +hzL +hzL +eQK +gfn aao aao aao aao aao -pqa -gBH -cua -gBH -gBH -nIn +oaI +hzL +eQK +hzL +hzL +gfn aao aao aao @@ -68540,42 +68540,42 @@ aao aao aao aao -psD -cHi -cHi -cHi -gBH -gBH -gBH -gBH -gBH -cHi -cHi -gBH -gBH -gBH -gBH -cua -pqa -uCS -uqM +wJX +wpJ +wpJ +wpJ +hzL +hzL +hzL +hzL +hzL +wpJ +wpJ +hzL +hzL +hzL +hzL +eQK +oaI +kYR +ldC aao aao -hdR -sPb -ggO -uqM -ggO +wtu +xiu +hkn +ldC +hkn aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -68585,38 +68585,38 @@ aao aao aao aao -ggO -sPb -ggO -ggO -ggO -ggO -sPb -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -sPb -ggO -ggO -ggO -ggO -ggO -ggO +hkn +xiu +hkn +hkn +hkn +hkn +xiu +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +xiu +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -68659,11 +68659,11 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO aao aao adZ @@ -68671,8 +68671,8 @@ adZ adZ adZ adZ -wth -lQY +dQv +tml adZ aev aev @@ -68691,13 +68691,13 @@ aeU aev aev adZ -ePt -uQL -ixU +mYD +lvO +vjp auY aqc axT -kDx +kPZ amk anI aAM @@ -68711,41 +68711,41 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO aao aao -swy -oVG -fxy -ulb -cdT -ckT -nVe -nVe -eLb -gBH -gBH -gBH -gBH -gBH -gBH -ddH +mJq +jFx +cum +qyR +vWb +fbw +mXk +mXk +uNs +hzL +hzL +hzL +hzL +hzL +hzL +odp aao aao aao aao aao -bRT +ylm gpg -gBH -gBH -gBH -ddH +hzL +hzL +hzL +odp aao aao aao @@ -68757,41 +68757,41 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -cHi -gBH -gBH -psD -gBH -uCS -ofP +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +wpJ +hzL +hzL +wJX +hzL +kYR +ylo aao aao -hdR -ggO -ggO -uqM -ggO -ggO -ggO -sPb -ggO -ggO -ggO -ggO -uqM -ggO +wtu +hkn +hkn +ldC +hkn +hkn +hkn +xiu +hkn +hkn +hkn +hkn +ldC +hkn aao aao aao @@ -68802,37 +68802,37 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -68876,31 +68876,31 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO aao aao adZ aev aeU aev -elT -unk -mTl -prz +iJs +coY +crM +ozH aev aev anM adZ adZ -vmY -etW +ttL +taD adZ -lZt -oxR +hBM +wJH adZ aqb aqb @@ -68908,13 +68908,13 @@ anl anl aev adZ -gtY -uQL -rgi +fZD +lvO +oNR auY aqc aqc -cAg +fFa amk anI aAN @@ -68929,29 +68929,29 @@ aao aao aao aao -eGt -eGt -eGt -upa -upa -upa -eeb -lfk -uuR -gcE -eGt -tro -tro -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -ddH +btO +btO +btO +qEb +qEb +qEb +fEU +wal +mNu +ozR +btO +jMf +jMf +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +odp aao aao aao @@ -68959,56 +68959,56 @@ aao aao aao aao -bRT +ylm gpg -gBH -ddH -gBH -gBH -gBH -gBH +hzL +odp +hzL +hzL +hzL +hzL aao aao aao aao aao aao -psD -gBH +wJX +hzL gpg gpg gpg -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -cHi -gBH -gBH -oze -aao -aao -aao -hdR -ggO -ggO -uqM -ggO -ggO -ggO -ggO -pAE -hBG -ggO -sPb -ggO -ggO +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +wpJ +hzL +hzL +tBz +aao +aao +aao +wtu +hkn +hkn +ldC +hkn +hkn +hkn +hkn +iPi +bSP +hkn +xiu +hkn +hkn aao aao aao @@ -69019,36 +69019,36 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -sPb -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +xiu +hkn aao aao aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -sPb -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +xiu +hkn aao aao aao @@ -69093,11 +69093,11 @@ aao aao aao aao -eGt -hJx -eGt -eGt -eGt +btO +oAz +btO +btO +btO aao aao adZ @@ -69105,19 +69105,19 @@ wXT aeV aev adZ -unk -bXo +coY +bQx adZ adZ adZ adZ adZ adZ -uoH -cFH +hbG +uzC adZ -hba -cFH +mfk +uzC adZ adZ adZ @@ -69125,13 +69125,13 @@ adZ adZ adZ adZ -uQL -uQL +lvO +lvO amX awD -taX -taX -pVq +bIK +bIK +vBK amk anI aAO @@ -69148,83 +69148,83 @@ aao aao aao aao -ehQ -eGt -eGt -eGt -eGt -lfk -uuR -gcE -eGt -eGt -nDC -gBH -gBH -gBH -gBH -gBH -gBH +emV +btO +btO +btO +btO +wal +mNu +ozR +btO +btO +ojX +hzL +hzL +hzL +hzL +hzL +hzL gpg gpg -gBH -gBH -cHi -cHi -nIn +hzL +hzL +wpJ +wpJ +gfn aao aao aao aao aao aao -gBH -ddH -gBH -gBH -gBH -gBH +hzL +odp +hzL +hzL +hzL +hzL aao aao aao aao -psD -cHi -gBH -gBH -gBH -bPG -gBH -gBH -gBH +wJX +wpJ +hzL +hzL +hzL +cjU +hzL +hzL +hzL gpg gpg -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -ddH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +odp aao aao aao aao -hdR -ggO -ggO -uqM -ggO -ggO -ggO -pAE -ggO -ggO -ggO -ggO -ggO +wtu +hkn +hkn +ldC +hkn +hkn +hkn +iPi +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -69241,16 +69241,16 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -69259,13 +69259,13 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -69310,11 +69310,11 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO aao aao adZ @@ -69322,28 +69322,28 @@ aex aex afA adZ -lpY -sKr +qfa +iJJ adZ aao aao aao aao adZ -nTp -niO +ejw +hOm adZ -mxC -cFH +efT +uzC adZ -pjr +kVn aqc aqc -nGf +rlf aqc amk -tlH -kPq +mIm +ovV amk amk amk @@ -69352,8 +69352,8 @@ amk amk anI anL -unW -uZm +moj +hvG anL anI anI @@ -69365,82 +69365,82 @@ aao aao aao aao -vAx -eGt -eGt -eGt -eGt -lfk -uuR -gcE -eGt -eGt -mlk -gBH -gBH -gBH -gBH -wxC -ddH -gBH -gBH -gBH +roL +btO +btO +btO +btO +wal +mNu +ozR +btO +btO +lKs +hzL +hzL +hzL +hzL +eAa +odp +hzL +hzL +hzL gpg -gBH -gBH -gBH -cHi -cHi -cHi -cHi -cHi -cHi -gBH -ddH -cua -gBH -gBH -gBH -gBH -tsL -gBH -gBH -gBH -gBH -gBH -gBH -gBH -cua -gBH -gBH -gBH -gBH -gBH -cua -pqa -gBH -gBH -gBH -gBH -gBH -gBH -gBH -vHj -aao -pAE -hBG -ggO -ggO -ggO -uqM -sPb -pAE -qtj -ggO +hzL +hzL +hzL +wpJ +wpJ +wpJ +wpJ +wpJ +wpJ +hzL +odp +eQK +hzL +hzL +hzL +hzL +bQR +hzL +hzL +hzL +hzL +hzL +hzL +hzL +eQK +hzL +hzL +hzL +hzL +hzL +eQK +oaI +hzL +hzL +hzL +hzL +hzL +hzL +hzL +izm +aao +iPi +bSP +hkn +hkn +hkn +ldC +xiu +iPi +bQs +hkn gtX gtX gtX -ofP +ylo aao aao aao @@ -69458,16 +69458,16 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -69476,13 +69476,13 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -69527,11 +69527,11 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO aao aao adZ @@ -69539,41 +69539,41 @@ adZ adZ afB adZ -ueI -xCz +dOF +tFy adZ aao aao aao adZ adZ -cTq -dOx +lTu +heS adZ -vHV -dOx +oNg +heS adZ adZ -nFb -npL -wmE +nSm +sWX +kun aqc amk -uQL -uNz -nNZ -wWs +lvO +dfU +ucu +twG amk aao anI -tXx -fQz -gSe -gSe -mmc -gSe -jui -tpr +oEU +nCS +pIA +pIA +keQ +pIA +xed +rTh anI aao anI @@ -69582,78 +69582,78 @@ anI anI anI anI -vxR -vAx -eGt -eGt -eGt +qfo +roL +btO +btO +btO arK -fmo -gcE -eGt -eGt -tro -gBH -gBH -gBH -gBH -gBH -xLi -aao -aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -cHi -cHi -cHi -cHi -cHi -dgu -cHi -gBH -gBH -ddH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -pqa -gBH -gBH -wxC -gBH -gBH -gBH -gBH -uCS -hBG -ggO -ggO -ggO -ggO -ggO -ggO -hBG -ggO -ggO -uqM +nCJ +ozR +btO +btO +jMf +hzL +hzL +hzL +hzL +hzL +hBP +aao +aao +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +wpJ +wpJ +wpJ +wpJ +wpJ +hHm +wpJ +hzL +hzL +odp +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +oaI +hzL +hzL +eAa +hzL +hzL +hzL +hzL +kYR +bSP +hkn +hkn +hkn +hkn +hkn +hkn +bSP +hkn +hkn +ldC aao aao aao @@ -69675,16 +69675,16 @@ aao aao aao aao -ggO -ggO -ggO -sPb -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +xiu +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -69692,14 +69692,14 @@ aao aao aao aao -ggO -ggO -ggO -sPb -ggO -ggO -ggO -ggO +hkn +hkn +hkn +xiu +hkn +hkn +hkn +hkn aao aao aao @@ -69744,133 +69744,133 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO aao aao adZ -cUQ -iAn -gID -xnL -tgN -tlz +qeY +viR +gdY +lQe +fIn +wMN adZ aao aao adZ adZ -hri -vEO -vEO -cHu -pSn -pSn -fBO +pAI +huG +huG +vUP +wno +wno +cyC adZ adZ auY -vdV +fRe aqc amX -hEN -nKK -vtu -lBa +wPj +ttn +jTA +osY amk aao anI -qkp -nMJ +ooA +fAK afz -cyH -cyH -cyH -hVQ -uPD +tMh +tMh +tMh +ivN +teB anI aao anI -fAR -qeS -qeS -qeS -wTg -qFU -kDQ -kDQ -kDQ -kDQ -cSs -vwx -gcE -eGt -tro -tro -gBH -gBH -gBH -gBH -ddH -aao -aao -aao -aao -psD -gBH -gBH -gBH -gBH -gBH -gBH -gBH -qcu -gBH -gBH -gBH -gBH -gBH -gBH -wxC -gBH -tsL -gBH -gBH -cua -ddH -gBH -gBH -psD -gBH -gBH -gBH -gBH -gBH -gBH -gBH -pqa -gBH -gBH -gBH -gBH -gBH -gBH -qcu -uCS -ggO -ggO -ggO -sPb -ggO +cIc +tas +tas +tas +mkw +kOY +hJr +hJr +hJr +hJr +qRC +qvL +ozR +btO +jMf +jMf +hzL +hzL +hzL +hzL +odp +aao +aao +aao +aao +wJX +hzL +hzL +hzL +hzL +hzL +hzL +hzL +clR +hzL +hzL +hzL +hzL +hzL +hzL +eAa +hzL +bQR +hzL +hzL +eQK +odp +hzL +hzL +wJX +hzL +hzL +hzL +hzL +hzL +hzL +hzL +oaI +hzL +hzL +hzL +hzL +hzL +hzL +clR +kYR +hkn +hkn +hkn +xiu +hkn gtX gtX gtX gtX gtX -ofP +ylo aao aao aao @@ -69892,16 +69892,16 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -69909,14 +69909,14 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -69961,127 +69961,127 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO aao adZ -vps -iNS -fFj -xnL -qjB -mTl +bZm +xmv +dyM +lQe +pgE +crM adZ aao aao adZ -qsP -nfz -oaj -wfr -wfr -wfr -oaj -gUA -gCW +oii +hcX +igF +yer +yer +yer +igF +oyr +oKb adZ arI ass aqc -iOT -uQL -fpy -vtu -lBa +oeJ +lvO +mLh +jTA +osY amk aao anI -sFw -qtJ +dsS +tGB afz -nJB -uXF -buh -cyH -lmJ +wAW +eIX +pio +tMh +mDG anI aao anI -kDh -mgx -nhR -nhR -unW -qFU -ckT -ckT -ckT -ckT -qFU -vwx -gcE -eGt -eGt -nDC -gBH -gBH -gBH +hsQ +sTd +xiD +xiD +moj +kOY +fbw +fbw +fbw +fbw +kOY +qvL +ozR +btO +btO +ojX +hzL +hzL +hzL gpg -xLi -aao -aao -aao -xti -gBH -gBH -gBH -iFn -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hBP +aao +aao +aao +cLk +hzL +hzL +hzL +wfO +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL kQc gpg -gBH -gBH -ddH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -ddH -gBH -pqa -gBH -gBH -gBH -gBH -gBH -gBH -gBH -uCS -ggO -ggO -ggO -ggO -uqM +hzL +hzL +odp +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +odp +hzL +oaI +hzL +hzL +hzL +hzL +hzL +hzL +hzL +kYR +hkn +hkn +hkn +hkn +ldC aao aao aao @@ -70109,15 +70109,15 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -70126,13 +70126,13 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -70178,89 +70178,89 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO aao adZ -vps -pWI -oDe -kas -kOS -wQX +bZm +ddj +tQr +cwW +udn +fOr adZ aao aao adZ -gEM -wfr -wfr -kTA -eKl -wfr -wfr -wfr -jqA +vIm +yer +yer +iSu +fOK +yer +yer +yer +egx adZ amk amk amk amk -uQL -mqK +lvO +mkQ amk amk amk aao anI -bHT -syY -qtJ +dgf +oeI +tGB afz afz -cyH -nhi -bId +tMh +chz +kbt anI aao anI -kDh -peg +hsQ +lpM anI anI anI -iPe -upa -upa -upa -upa -qFy -qWA -wej -eGt -eGt -mlk -gBH -gBH -xLi +ppM +qEb +qEb +qEb +qEb +hzn +kID +hTF +btO +btO +lKs +hzL +hzL +hBP aao aao aao aao aao aao -bRT +ylm gpg gpg gpg -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL gpg gpg gpg @@ -70269,36 +70269,36 @@ gpg gpg gpg gpg -xLi +hBP aao aao -pqa -gBH -ddH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -ddH -gBH -pqa -gBH -gBH -gBH -gBH -gBH -gBH -gBH -uCS -ggO -ggO -ggO -ggO -ofP +oaI +hzL +odp +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +odp +hzL +oaI +hzL +hzL +hzL +hzL +hzL +hzL +hzL +kYR +hkn +hkn +hkn +hkn +ylo aao aao aao @@ -70326,15 +70326,15 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -70343,13 +70343,13 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -sPb +hkn +hkn +hkn +hkn +hkn +hkn +xiu aao aao aao @@ -70395,74 +70395,74 @@ aao aao aao aao -eGt -eGt -eGt -hJx -eGt +btO +btO +btO +oAz +btO aao aao adZ -waD -sWZ -blH +dmn +iDg +iSO adZ -jfo -htb +xZd +fQw adZ aao aao adZ -hEG -kyd -jRv -wfr -wfr -oaj -wfr -nbX -fqi +iWC +uCJ +gxq +yer +yer +igF +yer +uxr +gyT adZ aao azm amk amk -rgi -xmo +oNR +sNs amk amk aao aao anI anI -qgK -syY -krJ -cyH -nkV -okP +mpZ +oeI +vFn +tMh +aBP +cVG anI anI aao anI -kDh -aUB +hsQ +wjN anI aao aao -upa -eGt -hJx -eGt -eGt -nKR -qFU -gcE -eGt -eGt -tro -gBH -gBH +qEb +btO +oAz +btO +btO +nXQ +kOY +ozR +btO +btO +jMf +hzL +hzL aao aao aao @@ -70474,14 +70474,14 @@ aao aao aao aao -pqa -ddH -gBH -gBH -gBH -gBH -gBH -gBH +oaI +odp +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -70490,32 +70490,32 @@ aao aao aao aao -pqa -ddH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +oaI +odp +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL gpg gpg gpg gpg gpg gpg -gBH -uCS -sPb -ggO -ggO -ofP -ggO +hzL +kYR +xiu +hkn +hkn +ylo +hkn aao aao aao @@ -70543,14 +70543,14 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -70559,14 +70559,14 @@ aao aao aao aao -ggO -ggO -ggO -pIa -pIa -ggO -ggO -ggO +hkn +hkn +hkn +xeA +xeA +hkn +hkn +hkn aao aao aao @@ -70613,71 +70613,71 @@ aao aao aao aao -eGt -eGt -eGt -eGt +btO +btO +btO +btO aao aao adZ adZ -dLv -cOn +qgV +hQm adZ -jfo -wQX +xZd +fOr adZ adZ aao adZ -hRj -wfr -faO -oaj -wfr -rHy -ceS -wfr -iYP +nJZ +yer +ukt +igF +yer +nvi +tKK +yer +fVt adZ aao amk amk -rOe -vtu -dil -rOe +nMX +jTA +oAp +nMX amk amk aao aao anI anI -wRh -mDS -cyH -rxL +hEN +hLB +tMh +drs anI anI aao aao anI -fDA -aUB +gQP +wjN anI aao aao -eGt -eGt -eGt +btO +btO +btO xFZ xFZ -jGx -fUQ -gcE -eGt -eGt -tro +vGb +wfP +ozR +btO +btO +jMf aao aao aao @@ -70691,14 +70691,14 @@ aao aao aao aao -bRT -gBH -gBH -gBH -cua -gBH -gBH -gBH +ylm +hzL +hzL +hzL +eQK +hzL +hzL +hzL aao aao aao @@ -70707,33 +70707,33 @@ aao aao aao aao -pqa -ddH -gBH -gBH -cua -gBH -gBH -gBH -iFn -gBH -gBH -gBH -xLi +oaI +odp +hzL +hzL +eQK +hzL +hzL +hzL +wfO +hzL +hzL +hzL +hBP aao aao aao aao aao aao -lTp -uCS -ggO -ggO -uqM -ggO -ggO -ggO +cgX +kYR +hkn +hkn +ldC +hkn +hkn +hkn aao aao aao @@ -70760,13 +70760,13 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -70776,14 +70776,14 @@ aao aao aao aao -ggO -ggO -ggO -pIa -pIa -ggO -ggO -ggO +hkn +hkn +hkn +xeA +xeA +hkn +hkn +hkn aao aao aao @@ -70830,10 +70830,10 @@ aao aao aao aao -eGt -eGt -eGt -eGt +btO +btO +btO +btO aao aao aao @@ -70841,58 +70841,58 @@ adZ adZ adZ adZ -jfo -iZJ -gnT +xZd +joz +xfk adZ adZ adZ -txS -fyg -efD -hSQ -kfL -hSQ -nDT -kfL -eZt +okA +iZx +hML +ggU +kIR +ggU +vXT +kIR +fkn adZ amk amk -wia -uQL -vlx -gnr -uQL -fZv +xWp +lvO +hoF +fwf +lvO +cms amk amk aao aao anI -lyB -hYX -jGR -cUV +vWD +xrz +mXs +lpL anI aao aao aao anI -kDh -aUB +hsQ +wjN anI aao -ehQ -eGt -eGt -lfk +emV +btO +btO +wal aao aao aao -jGx -phj -eGt +vGb +eDe +btO aao aao sIh @@ -70909,13 +70909,13 @@ aao aao aao aao -bRT -gBH -gBH -nIn -gBH -gBH -gBH +ylm +hzL +hzL +gfn +hzL +hzL +hzL aao aao aao @@ -70923,19 +70923,19 @@ aao aao aao aao -psD -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +wJX +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -70943,15 +70943,15 @@ aao aao aao aao -hdR +wtu gtX gtX gtX -ofP -ggO -ggO -ggO -uCS +ylo +hkn +hkn +hkn +kYR aao aao aao @@ -70977,11 +70977,11 @@ aao aao aao aao -ggO -ggO -sPb -ggO -ggO +hkn +hkn +xiu +hkn +hkn aao aao aao @@ -70993,14 +70993,14 @@ aao aao aao aao -ggO -ggO -ggO -ggO -sPb -ggO -ggO -ggO +hkn +hkn +hkn +hkn +xiu +hkn +hkn +hkn aao aao aao @@ -71047,64 +71047,64 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO aao aao aao aao adZ adZ -tcs -iZJ -ubN +qUl +joz +ydT adZ adZ afd afd afd -dyS +hyM adZ -dyS +hyM afd afd afd adZ amk -qRX -kda -uQL -kos -bSB -uQL -uQL -gRU +hwZ +eDF +lvO +nDt +mQM +lvO +lvO +lNU amk anI -feI +xTZ anI anL -unW -drh +moj +rid anL anI anI anI anI anI -nhA -uES +wMU +hiR anI aao -ehQ -eGt -eGt -eGt -ixS +emV +btO +btO +btO +qaz aao aao aao @@ -71127,33 +71127,33 @@ aao aao aao aao -bRT +ylm gpg -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL aao aao aao aao aao -psD -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -nIn +wJX +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +gfn aao aao aao @@ -71165,12 +71165,12 @@ aao aao aao aao -uCS -uCS -uCS -uCS -ggO -ggO +kYR +kYR +kYR +kYR +hkn +hkn aao aao aao @@ -71194,11 +71194,11 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -71210,14 +71210,14 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -71265,63 +71265,63 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -iba -ixS +btO +btO +btO +btO +btO +btO +tmz +qaz aao aao adZ adZ -tcs -kdu -sTc -cew -mRP -esr -dVs -dVs -dVs -dVs -dVs -dVs -bUS -djS -dNf -vtu -xrj -xdl -gYe -tiy -iBy -nuS -vtu -xGm -vJE -nWs -ppA -qeS -lNT -vWm -bmW -dRH -utd -qeS -qeS -qeS -vuJ -aUB +qUl +vdZ +sCz +eDD +mux +bSC +oxP +oxP +oxP +oxP +oxP +oxP +qqJ +wWV +tGl +jTA +hOL +fVJ +wOC +sJi +sTZ +jWB +jTA +nJF +lmP +rsQ +cjE +tas +ddr +jBO +tZk +uSy +bHf +tas +tas +tas +tKW +wjN anI aao -vAx -eGt +roL +btO xFZ -eGt -lfk +btO +wal aao aao aao @@ -71346,31 +71346,31 @@ aao aao aao aao -gBH -gBH -nIn -gBH -gBH -gBH +hzL +hzL +gfn +hzL +hzL +hzL aao aao aao -psD -gBH +wJX +hzL gpg -gBH -gBH +hzL +hzL gpg gpg -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -ddH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +odp aao aao aao @@ -71383,14 +71383,14 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -71411,11 +71411,11 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -71427,14 +71427,14 @@ aao aao aao aao -ggO -pIa -pIa -ggO -ggO -pIa -pIa -ggO +hkn +xeA +xeA +hkn +hkn +xeA +xeA +hkn aao aao aao @@ -71482,65 +71482,65 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -ehQ -eGt -ixS +btO +btO +btO +btO +btO +btO +emV +btO +qaz aao aao adZ adZ -gni -iPM -kBZ -eMx -eMx -eMx -tas -nAP -tas -pvh -xQD -tsa -gno -gKC -muF -nma -dsg -llM -hRr -bPU -plq -muF -gKC -gRJ +plL +dvS +wIS +ifc +ifc +ifc +gfd +gqU +gfd +mlp +odo +hRk +gwR +vjX +oPx +swi +quy +dbG +nnm +xHm +vWA +oPx +vjX +ktn azl aAo -pNL -dBi -kxz -ktD -ktD -dFJ -dVa -jAa -xEa -jLg -gTn +wAh +hgY +tVG +hgl +hgl +kfc +kEv +tBJ +nzG +rLq +fXR anI aao aao -tfv +jKk aao -ehQ +emV xFZ -upa -ixS +qEb +qaz aao aao aao @@ -71563,31 +71563,31 @@ aao aao aao aao -gBH -pqa -pxk -gBH -gBH -gBH -cHi -gBH -gBH -gBH -gBH -gBH -gBH -ddH +hzL +oaI +aHa +hzL +hzL +hzL +wpJ +hzL +hzL +hzL +hzL +hzL +hzL +odp aao aao -pqa -gBH -gBH -gBH -gBH -gBH -cua -gBH -xLi +oaI +hzL +hzL +hzL +hzL +hzL +eQK +hzL +hBP aao aao aao @@ -71600,16 +71600,16 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -sPb -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +xiu +hkn +hkn +hkn aao aao aao @@ -71628,11 +71628,11 @@ aao aao aao aao -ggO -pIa -pIa -ggO -ggO +hkn +xeA +xeA +hkn +hkn aao aao aao @@ -71644,14 +71644,14 @@ aao aao aao aao -ggO -pIa -pIa -ggO -ggO -pIa -pIa -ggO +hkn +xeA +xeA +hkn +hkn +xeA +xeA +hkn aao aao aao @@ -71700,42 +71700,42 @@ aao aao aao aao -eGt -eGt -hJx -eGt -eGt -ehQ -eGt +btO +btO +oAz +btO +btO +emV +btO adZ adZ adZ adZ adZ -wth -srt +dQv +wai adZ afd afd afd -gGo +dXH adZ -gGo +dXH afd afd afd adZ amk -fLb -jjq -uQL -gua -vEr -uQL -lgD -nOq +grl +oOK +lvO +dRQ +kLz +lvO +ovo +qSZ amk -feI +xTZ aEF anI anI @@ -71745,10 +71745,10 @@ anI anI anI anI -mGm -hjJ -szP -pMG +uoP +bTh +oaX +ibF anI aao aao @@ -71757,7 +71757,7 @@ aao aao aao aao -tfv +jKk aao aao aao @@ -71780,30 +71780,30 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -bRT -xLi +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +ylm +hBP aao aao -bRT -gBH -gBH -gBH -gBH -gBH -gBH -xLi +ylm +hzL +hzL +hzL +hzL +hzL +hzL +hBP aao aao aao @@ -71818,18 +71818,18 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -71845,11 +71845,11 @@ aao aao aao aao -ggO -pIa -pIa -ggO -ggO +hkn +xeA +xeA +hkn +hkn aao aao aao @@ -71861,14 +71861,14 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -71917,39 +71917,39 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -bpK -lfk +btO +btO +btO +btO +btO +jxX +wal afd -sjE -iZJ -iLb -iZJ -iZJ -iZJ +dLf +joz +pVS +joz +joz +joz adZ -uAv -lTR -lTR -lTR -daP -lTR -lTR -lTR -ggD +kXW +qnu +qnu +qnu +tZm +qnu +qnu +qnu +mFC adZ amk amk -tzS -uQL -mzl -mzl -mLN -vgH +lcY +lvO +uPV +uPV +xug +jmN amk amk aao @@ -71963,9 +71963,9 @@ aao aao anI anI -mGm -hjJ -pMG +uoP +bTh +ibF anI aao aao @@ -71998,28 +71998,28 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -cua -gBH -gBH -gBH -cua -gBH +hzL +hzL +hzL +hzL +hzL +eQK +hzL +hzL +hzL +eQK +hzL aao aao aao aao aao -bRT +ylm gpg gpg gpg gpg -xLi +hBP aao aao aao @@ -72035,19 +72035,19 @@ aao aao aao aao -ggO -ggO -sPb -ggO -ggO -ggO -ggO -ggO -ggO -sPb -ggO -ggO -ggO +hkn +hkn +xiu +hkn +hkn +hkn +hkn +hkn +hkn +xiu +hkn +hkn +hkn aao aao aao @@ -72061,12 +72061,12 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -72079,13 +72079,13 @@ aao aao aao aao -ggO -ggO -sPb -ggO -ggO -ggO -ggO +hkn +hkn +xiu +hkn +hkn +hkn +hkn aao aao aao @@ -72135,37 +72135,37 @@ aao aao aao aao -eGt -eGt -eGt -eGt -ehQ -lfk +btO +btO +btO +btO +emV +wal afd -qcE -kAM +uBC +hAl adZ -eXQ -iZJ -sNV +cdQ +joz +pyb adZ -gCY -vFe -lwn -hgG -wjj -vFe -wjj -jJe -lBR +caA +kPd +mcd +tSy +lvs +kPd +lvs +lVV +kwk adZ aao amk amk -sOo -vtu -vtu -sOo +qHp +jTA +jTA +qHp amk amk aao @@ -72181,8 +72181,8 @@ aao aao anI anI -oTC -koq +vuO +wej anI anI anI @@ -72215,17 +72215,17 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -72251,21 +72251,21 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -72278,12 +72278,12 @@ aao aao aao aao -ggO -ggO -ggO -sPb -ggO -ggO +hkn +hkn +hkn +xiu +hkn +hkn aao aao aao @@ -72296,14 +72296,14 @@ aao aao aao aao -ggO -ggO -ggO -pIa -pIa -ggO -sPb -ggO +hkn +hkn +hkn +xeA +xeA +hkn +xiu +hkn aao aao aao @@ -72352,36 +72352,36 @@ aao aao aao aao -eGt -eGt -eGt -eGt -ehQ -lfk +btO +btO +btO +btO +emV +wal adZ adZ adZ adZ -eXQ -iZJ -wQU +cdQ +joz +uQm adZ -jzg -aRt -wjj -hgG -wjj -dRk -wjj -vFe -oyn +edO +ipK +lvs +tSy +lvs +xGu +lvs +kPd +qEv adZ aao aao amk amk -rgi -yex +oNR +cWc amk amk aao @@ -72398,15 +72398,15 @@ aao aao aao anI -lqI -pMG +xYo +ibF anI aMr -pWt +tFB ePk -kAe +fez aMr -pWt +tFB xKb anI aao @@ -72431,17 +72431,17 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -72467,24 +72467,24 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -72495,11 +72495,11 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -72513,14 +72513,14 @@ aao aao aao aao -ggO -ggO -ggO -pIa -pIa -ggO -ggO -ggO +hkn +hkn +hkn +xeA +xeA +hkn +hkn +hkn aao aao aao @@ -72569,42 +72569,42 @@ aao aao aao aao -eGt -eGt -eGt -eGt -ehQ -lfk +btO +btO +btO +btO +emV +wal afd -qcE -pgS +uBC +rpH adZ -iZJ -iZJ -kBe +joz +joz +dfY adZ -qjg -fWV -wjj -qJL -wjj -oda -wjj -vFe -oAh +xsm +fZR +lvs +tRR +lvs +pMr +lvs +kPd +pEU adZ aao aao aao amk -obR -oIX +eNq +eSY amk aao aao -iba -uiw -hqJ +tmz +xlf +sOc aao anI anI @@ -72615,16 +72615,16 @@ anI anI aao anI -kxn -sMF +xkb +dSZ anI -gFF -kYa -gFF -hGi -xCQ -kYa -gFF +ljE +tJS +ljE +tRf +iiB +tJS +ljE anI aao aao @@ -72648,12 +72648,12 @@ aao aao aao aao -gBH -gBH -gBH -cua -gBH -gBH +hzL +hzL +hzL +eQK +hzL +hzL aao aao aao @@ -72684,39 +72684,39 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao aao aao aao -ggO -pIa -pIa -ggO -ggO +hkn +xeA +xeA +hkn +hkn aao aao aao @@ -72731,14 +72731,14 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -72786,62 +72786,62 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -lfk +btO +btO +btO +btO +btO +wal afH -iZJ -sjE -iLb -iZJ -iZJ -wQU +joz +dLf +pVS +joz +joz +uQm adZ -epi -dle -vFe -vFe -vFe -qJL -iRq -sGw -fma +vtI +ojA +kPd +kPd +kPd +tRR +gXR +pwK +tIo adZ aao aao -iba +tmz amY -bSu -jHD +qpa +oFd amY -upa -upa -lfk -eGt -tfv +qEb +qEb +wal +btO +jKk anI anI -oCE +pLG anL -jiu -qqe -gdg +uWR +rvU +voP anI anI anI -fDA -oOG +gQP +tJp anI -fIe -qdp -fIe -cyg -cPF -tWm -fIe +fJA +kqZ +fJA +rcr +pnu +uYr +fJA anI aao aao @@ -72864,13 +72864,13 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -72888,52 +72888,52 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -uCS -ggO -ggO -ggO -ggO -ggO -sPb -ggO -ggO -ggO +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +kYR +hkn +hkn +hkn +hkn +hkn +xiu +hkn +hkn +hkn aao aao aao aao aao aao -ggO -sPb -ggO -ggO -ggO -sPb -ggO -ggO -ggO -ggO -ggO -ggO +hkn +xiu +hkn +hkn +hkn +xiu +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao aao -ggO -ggO -pIa -pIa -ggO -ggO +hkn +hkn +xeA +xeA +hkn +hkn aao aao aao @@ -72948,14 +72948,14 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -73003,61 +73003,61 @@ aao aao aao aao -eGt -eGt -eGt -hJx -eGt -lfk +btO +btO +btO +oAz +btO +wal adZ adZ adZ adZ -tpt -iZJ -xYQ +uEz +joz +urF adZ adZ -rxF -jGD -pfw -pfw -pfw -jGD -fJu +gQw +lNH +oYE +oYE +oYE +lNH +rzt adZ adZ -uGb -upa -pXk +cEE +qEb +uIM amY -frS -uHx +xFv +sNi amY -ehQ -eGt -ehQ -upa -lfk +emV +btO +emV +qEb +wal anL -wih -jAt -wPw -exJ -szP -cca -pzw +iqP +jHl +hkw +iKL +oaX +enB +hMW anI anI -kDh -pMG +hsQ +ibF anI aMr -sYo +dmU aMr -tqY +jlN ePk -pWt +tFB uUV anI aao @@ -73081,12 +73081,12 @@ aao aao aao aao -tsL -tsL -tsL -tsL -tsL -tsL +bQR +bQR +bQR +bQR +bQR +bQR aao aao aao @@ -73103,25 +73103,25 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -uCS -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +kYR +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -73129,28 +73129,28 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -73165,14 +73165,14 @@ aao aao aao aao -ggO -sPb -ggO -ggO -ggO -ggO -ggO -ggO +hkn +xiu +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -73221,18 +73221,18 @@ aao aao aao aao -eGt -eGt -eGt -eGt -lfk +btO +btO +btO +btO +wal afd -vJV -iZJ -iLb -iZJ -sjE -iZJ +dJd +joz +pVS +joz +dLf +joz adZ adZ adZ @@ -73244,33 +73244,33 @@ adZ adZ adZ aao -qMw -eGt -lfk +sDU +btO +wal amk -vyq -jLZ +hSn +dpT amk -qMw -upa -otB -eGt -lfk +sDU +qEb +uhh +btO +wal anL -oCE -oCE +pLG +pLG anL -exJ -hfm -szP -pgc -htW +iKL +foS +oaX +tAu +tDt anL -sRM -wgp +pVX +eXx anI anI -kiN +fHU anI anI anI @@ -73298,12 +73298,12 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -73317,28 +73317,28 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -cua -uCS -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +eQK +kYR +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -73346,29 +73346,29 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -73380,15 +73380,15 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -sPb -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +xiu +hkn aao aao aao @@ -73439,16 +73439,16 @@ aao aao aao aao -eGt -eGt -eGt -lfk +btO +btO +btO +wal afd -qcE -kAM +uBC +hAl adZ adZ -huh +pSb adZ adZ aao @@ -73461,38 +73461,38 @@ aao aao aao aao -ehQ +emV asx -lfk +wal amY -frS -vGv +xFv +mVS amY -ehQ -eGt -eGt -eGt -lfk +emV +btO +btO +btO +wal anI anL anL anI -cUE -szP -szP -szP -rfd +eow +oaX +oaX +oaX +rQJ anL -kDh -wGI +hsQ +jcy anI -myz +iQZ aLI -pIc +dfS aHP anI -dWW -oHB +imq +jAm anI aao aao @@ -73513,14 +73513,14 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -73532,29 +73532,29 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -cua -gBH -gBH -gBH -gBH -gBH -gBH -uCS -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +eQK +hzL +hzL +hzL +hzL +hzL +hzL +kYR +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -73563,29 +73563,29 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -sPb -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +xiu +hkn +hkn +hkn aao aao aao @@ -73596,16 +73596,16 @@ aao aao aao aao -ggO -ggO -ggO -pIa -pIa -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +xeA +xeA +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -73656,17 +73656,17 @@ aao aao aao aao -eGt -eGt -ehQ -lfk +btO +btO +emV +wal adZ adZ adZ adZ -xtp -uNL -uNL +jfq +ehH +ehH adZ aao aao @@ -73676,40 +73676,40 @@ aao aao aao aao -iba -upa -lfk -eGt -eGt +tmz +qEb +wal +btO +btO amY -bSu -jHD +qpa +oFd amY -vAx +roL xFZ -jZf -eGt -lfk +faS +btO +wal anL -iHH -dvb -mIe -exJ -ujm -szP -szP -rfd -kxB -kDh -pMG -kxB +qsI +hLf +cUk +iKL +eGW +oaX +oaX +rQJ +hZQ +hsQ +ibF +hZQ aLI aMs -myz -sVv +iQZ +dOM anL -hfw -tOp +opg +lLW anI aao aao @@ -73730,13 +73730,13 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -73748,30 +73748,30 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -uCS -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +kYR +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -73779,30 +73779,30 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -sPb -ggO -ggO -ggO -ggO -ggO -ggO -ggO -pIa -pIa -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +xiu +hkn +hkn +hkn +hkn +hkn +hkn +hkn +xeA +xeA +hkn aao aao aao @@ -73810,19 +73810,19 @@ aao aao aao aao -wlK -wlK -wlK -ggO -ggO -ggO -pIa -pIa -ggO -ggO -ggO -ggO -ggO +wyq +wyq +wyq +hkn +hkn +hkn +xeA +xeA +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -73873,60 +73873,60 @@ aao aao aao aao -eGt -eGt -ehQ -lfk +btO +btO +emV +wal vAs -umj -umj -umj -pGp -qQz -uNL +ecS +ecS +ecS +rUi +kRU +ehH adZ aao aao aao -iba -upa -upa -upa -upa -eGt -eGt -ifv -eGt -eGt +tmz +qEb +qEb +qEb +qEb +btO +btO +uNn +btO +btO amk -xFL -vGv +vIj +mVS anw aao aao -ehQ -jZf -lfk +emV +faS +wal anL -nRR -mFn -yab -bRv -szP -fBy -szP -rfd -unW -nqa -bpw -unW -myz +cKQ +tDo +nUp +wYI +oaX +oRm +oaX +rQJ +moj +kOu +gwf +moj +iQZ aMt aMs aLI -wPw -vgc -hPC +hkw +ljC +hNW anI aao aao @@ -73943,17 +73943,17 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -73964,81 +73964,81 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao -gBH -gBH -uCS -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hzL +hzL +kYR +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao aao aao -ggO -ggO -ggO -ggO -ggO -sPb -ggO -ggO -ggO -ggO -sPb -ggO -ggO -ggO -ggO -ggO -ggO -ggO -pIa -pIa -ggO -ggO -pIa -pIa -ggO -ggO +hkn +hkn +hkn +hkn +hkn +xiu +hkn +hkn +hkn +hkn +xiu +hkn +hkn +hkn +hkn +hkn +hkn +hkn +xeA +xeA +hkn +hkn +xeA +xeA +hkn +hkn aao aao aao aao -ggO -ggO -wlK -wlK -wlK -ggO -ggO -ggO -ggO -ggO -ggO -pIa -pIa -ggO +hkn +hkn +wyq +wyq +wyq +hkn +hkn +hkn +hkn +hkn +hkn +xeA +xeA +hkn aao aao aao @@ -74090,57 +74090,57 @@ aao aao aao aao -eGt -eGt -ehQ -lfk +btO +btO +emV +wal vAs -uNL -wUS -uNL -hwH -hwH -mOf +ehH +lnD +ehH +qrN +qrN +lJG adZ aao aao aao -ehQ -eGt -eGt -eGt -eGt -eGt -eDE -eGt -eGt -eGt +emV +btO +btO +btO +btO +btO +eVR +btO +btO +btO amk amk amk amk aao aao -eGt -ehQ -lfk +btO +emV +wal anI anL anL anI -wiq -szP -szP -szP -rfd +nKi +oaX +oaX +oaX +rQJ anL -kDh -ygg +hsQ +mZN anI aLI -myz -myz -wcx +iQZ +iQZ +ebl anI anI anI @@ -74159,18 +74159,18 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -cua -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +eQK +hzL +hzL +hzL aao aao aao @@ -74180,82 +74180,82 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -cua -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +eQK +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao aao aao aao -uCS -ggO -sPb -ggO -ggO -ggO -ggO -ggO -ggO -ggO +kYR +hkn +xiu +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -pIa -pIa -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -sPb -ggO -ggO -ggO -pIa -pIa -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +xeA +xeA +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +xiu +hkn +hkn +hkn +xeA +xeA +hkn aao aao aao @@ -74307,10 +74307,10 @@ aao aao aao aao -eGt -eGt -bpK -eGt +btO +btO +jxX +btO adZ adZ adZ @@ -74320,16 +74320,16 @@ adZ adZ adZ aao -iba -upa -eGt -eGt -eGt -eGt -eGt -lfk -eGt -eGt +tmz +qEb +btO +btO +btO +btO +btO +wal +btO +btO aao aao aao @@ -74338,21 +74338,21 @@ aao aao aao aao -iba -eGt -lfk +tmz +btO +wal anL -kRy -oCE +iTa +pLG anL -exJ -szP -szP -qMY -scd +iKL +oaX +oaX +jBg +wnU anL -lgr -pgB +gVW +oFr anI anI aMu @@ -74375,19 +74375,19 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -74396,17 +74396,17 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -74416,62 +74416,62 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -sPb -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +xiu +hkn +hkn +hkn +hkn +hkn aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -74524,12 +74524,12 @@ aao aao aao aao -eGt -eGt -vAx +btO +btO +roL xFZ -eGt -ixS +btO +qaz aao aao aao @@ -74537,14 +74537,14 @@ aao aao aao aao -ehQ -eGt -eGt -eGt -hJx -eGt -eGt -lfk +emV +btO +btO +btO +oAz +btO +btO +wal aao aao aao @@ -74555,21 +74555,21 @@ aao aao aao aao -ehQ -eGt -lfk +emV +btO +wal anL -jAt -oCE -wPw -exJ -szP -qMY -fFS +jHl +pLG +hkw +iKL +oaX +jBg +nVG anI aob -cIy -ndk +xHM +pCt aob aob aob @@ -74592,36 +74592,36 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -74633,62 +74633,62 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -sPb -ggO -ggO -ggO -ggO -ggO -sPb -ggO -pIa -pIa -ggO -ggO -ggO -sPb -ggO -ggO -ggO -pYC -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +xiu +hkn +hkn +hkn +hkn +hkn +xiu +hkn +xeA +xeA +hkn +hkn +hkn +xiu +hkn +hkn +hkn +jqu +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -74741,27 +74741,27 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -upa -upa -xMY -upa -upa -upa -upa -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eDE +btO +btO +btO +btO +btO +btO +qEb +qEb +sbY +qEb +qEb +qEb +qEb +btO +btO +btO +btO +btO +btO +btO +eVR aao aao aao @@ -74772,23 +74772,23 @@ aao aao aao aao -ehQ -eGt -lfk +emV +btO +wal anI anI -oCE +pLG anL -jPz -eFk -fFS +tAU +bJR +nVG anI anI aob -bpt -eTN -jwa -hoc +xOp +nJq +tBW +fjL aob aao aao @@ -74807,36 +74807,36 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -cua -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -cua -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +eQK +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +eQK +hzL +hzL +hzL +hzL aao aao aao @@ -74849,62 +74849,62 @@ aao aao aao aao -uCS -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +kYR +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -smu -pIa -ggO -ggO -ggO -pIa -pIa -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +pzo +xeA +hkn +hkn +hkn +xeA +xeA +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -74958,26 +74958,26 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -vAx +btO +btO +btO +btO +btO +btO +roL xFZ -eGt +btO xFZ xFZ xFZ -eGt -eGt -eGt -eGt -eGt -eGt -eGt -lfk +btO +btO +btO +btO +btO +btO +btO +wal aao aao aao @@ -74989,10 +74989,10 @@ aao aao aao aao -vAx -hJx -eGt -ixS +roL +oAz +btO +qaz anI anI anI @@ -75002,10 +75002,10 @@ anI anI aao aob -wRE -nbZ -wma -gWM +hxF +xvK +iwx +ftQ aob aao aao @@ -75022,37 +75022,37 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -75064,27 +75064,27 @@ aao aao aao aao -gBH -gBH -uCS -ggO -ggO -ggO -ggO -ggO -sPb -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -sPb -ggO +hzL +hzL +kYR +hkn +hkn +hkn +hkn +hkn +xiu +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +xiu +hkn aao aao aao @@ -75094,34 +75094,34 @@ aao aao aao aao -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn aao aao -ggO -ggO -pIa -pIa -ggO -ggO -ggO -ggO -ggO -ggO -ggO -rqu -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +xeA +xeA +hkn +hkn +hkn +hkn +hkn +hkn +hkn +oAS +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -75172,29 +75172,29 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -hJx -eGt -eGt -eGt -eGt -eDE +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +oAz +btO +btO +btO +btO +eVR aao aao aao @@ -75206,10 +75206,10 @@ aao aao aao aao -eGt -eGt -eGt -eDE +btO +btO +btO +eVR aao aao aao @@ -75219,10 +75219,10 @@ aao aao aao aob -wPs -tpW -qto -xuX +vZu +yep +qwD +sHd aob aao aao @@ -75239,37 +75239,37 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -cua -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +eQK +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -75280,27 +75280,27 @@ aao aao aao aao -gBH -gBH -gBH -uCS -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -sPb -ggO -ggO -ggO -ggO -ggO -ggO +hzL +hzL +hzL +kYR +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +xiu +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -75318,26 +75318,26 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -75387,30 +75387,30 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -ehQ -eGt +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +emV +btO xFZ -eDE +eVR aao aao aao @@ -75423,10 +75423,10 @@ aao aao aao aao -eGt -eGt -eGt -eGt +btO +btO +btO +btO aao aao aao @@ -75436,8 +75436,8 @@ aao aao aob aob -cIy -ndk +xHM +pCt aob aob aob @@ -75455,39 +75455,39 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -75496,27 +75496,27 @@ aao aao aao aao -gBH -gBH -gBH -gBH -jxE -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hzL +hzL +hzL +hzL +jbm +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -75536,23 +75536,23 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -sPb -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +xiu +hkn +hkn aao aao aao @@ -75604,28 +75604,28 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -hJx -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO +oAz +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO aao aao aao @@ -75639,11 +75639,11 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO aao aao aao @@ -75652,10 +75652,10 @@ aao aao aob aob -lgB -diA -ePh -kjp +xCu +pOV +uUT +xYC aob aob aao @@ -75664,74 +75664,74 @@ aao aao aob aob -dSx -thV +wgo +ohU aob aob aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -uCS -ggO -ggO -ggO +hzL +hzL +hzL +hzL +hzL +hzL +kYR +hkn +hkn +hkn aao aao aao aao aao aao -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -75753,22 +75753,22 @@ aao aao aao aao -ggO -ggO -sPb -ggO -ggO -pIa -pIa -ggO -sPb -ggO -rTr -ggO -ggO -ggO -ggO -ggO +hkn +hkn +xiu +hkn +hkn +xeA +xeA +hkn +xiu +hkn +efa +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -75821,22 +75821,22 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -hJx -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +oAz +btO +btO +btO aao aao aao @@ -75856,11 +75856,11 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO aao aao aao @@ -75868,76 +75868,76 @@ aao aao aob aob -mBM -hZO -grb -ddL -eRa -jTC +iyR +mLw +cPq +rFG +eKp +djc aob aob aao aao aob aob -sij -fhd -pGL -eOh +izf +dgL +hKL +sMd aob aob aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -cua -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +eQK +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -cua -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -uCS -ggO -ggO -ggO +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +eQK +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +kYR +hkn +hkn +hkn aao aao aao @@ -75971,19 +75971,19 @@ aao aao aao aao -ggO -ggO -ggO -ggO -pIa -pIa -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +xeA +xeA +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -76038,21 +76038,21 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO aao aao aao @@ -76067,93 +76067,93 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO aao aao aao aao aob aob -irS -hZO -vwZ -uWK -tEY -dgh -eRa -lGZ +dZE +mLw +mkI +vIn +mjy +xoT +eKp +oKU aob aob aob aob -grh -fTd -iRs -rRX -tmG -sGR +bus +wdf +fxQ +lFR +fDf +sXQ aob aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -cua -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -uCS -ggO -ggO +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +eQK +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +kYR +hkn +hkn aao aao aao @@ -76189,16 +76189,16 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -76255,21 +76255,21 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO aao aao aao @@ -76283,59 +76283,59 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO aao aao aao aob -bYA -kUV -xAN -uWK -jno -fJb -ixe -dyJ -xvl -mmY -fnv -poR -mmY -qQV -llh -kMY -uEA -lpB -yhS +ffa +xkT +lHX +vIn +fPE +aWp +ttN +gHX +dXR +jNm +wwA +lVi +jNm +tlZ +jCK +ruF +nUs +wYF +nht aob aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -76343,32 +76343,32 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -cua -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -uCS +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +eQK +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +kYR aao aao aao @@ -76408,11 +76408,11 @@ aao aao aao aao -ggO -ggO -ggO -ggO -ggO +hkn +hkn +hkn +hkn +hkn aao aao aao @@ -76472,20 +76472,20 @@ aao aao aao aao -eGt -eGt -eGt -hJx -eGt -eGt -oNK -eGt -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +oAz +btO +btO +xoK +btO +btO +btO +btO +btO +btO +btO aao aao aao @@ -76500,56 +76500,56 @@ aao aao aao aao -eGt -eGt -eGt -eGt -hJx -eGt -eGt -eGt -eGt -hJx -eGt -eGt -eGt +btO +btO +btO +btO +oAz +btO +btO +btO +btO +oAz +btO +btO +btO aao aao aao aob -hIu -ihs -tpl -cff -eVI -xJK -ljv -kPF -cVP -sKo -ryj -ykz -sKo -jms -rhO -sIE -eVI -lpB -ghE +rBy +naA +inh +exy +gii +cpZ +wtL +hpn +wDn +hCk +cqf +dbe +hCk +mFG +hIj +huw +gii +wYF +sCW aob aao aao -gBH -gBH -cua -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +eQK +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -76564,26 +76564,26 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -cua -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +eQK +hzL +hzL +hzL aao aao aao @@ -76689,20 +76689,20 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO aao aao aao @@ -76717,56 +76717,56 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO aao aao aao aob aob -leT -vdm -nBx -hOU -mQn -fRb -mUp -vAu +qHO +gPm +qZb +lCx +oil +tUy +bUw +eKM aob aob aob aob -uKB -lDN -wQz -leD -omP -lPj +moM +nNp +vuI +pBK +gUS +chx aob aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -76782,23 +76782,23 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -76906,20 +76906,20 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -hJx -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO +btO +btO +btO +oAz +btO +btO +btO +btO aao aao aao @@ -76934,57 +76934,57 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO aao aao aao aao aob aob -sRg -vdm -cKk -lXq -mUp -sQK +lNm +gPm +ghJ +uJL +bUw +iNO aob aob aao aao aob aob -vPK -unX -dBj -dQV +iVc +exk +hFA +gZo aob aob aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -77003,11 +77003,11 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -77123,19 +77123,19 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO aao aao aao @@ -77151,19 +77151,19 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO aao aao aao @@ -77171,10 +77171,10 @@ aao aao aob aob -ksj -prj -jKE -nZU +eRX +uGf +xpP +cHw aob aob aao @@ -77183,25 +77183,25 @@ aao aao aob aob -cjn -jVg +rrR +qzr aob aob aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -cua -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +eQK +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -77340,19 +77340,19 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO aao aao aao @@ -77368,22 +77368,22 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO aao aao aao @@ -77401,24 +77401,24 @@ aao aao aob aob -nDC -nDC -eGt -eGt -eGt -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +ojX +ojX +btO +btO +btO +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -77557,19 +77557,19 @@ aao aao aao aao -eGt -eGt -hJx -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +oAz +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO aao aao aao @@ -77585,57 +77585,57 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -hJx -eGt -eGt -eGt -eGt -eGt -eGt -eGt -hJx -eGt -eGt -eGt +btO +btO +btO +btO +btO +oAz +btO +btO +btO +btO +btO +btO +btO +oAz +btO +btO +btO aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO +btO +btO aao aao aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +btO +btO +btO +btO +btO +btO +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -77774,18 +77774,18 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -hJx -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO +btO +oAz +btO +btO +btO +btO aao aao aao @@ -77803,57 +77803,57 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO +btO +btO aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -gBH -gBH -cua -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -cua -gBH -gBH +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +hzL +hzL +eQK +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +eQK +hzL +hzL aao aab aab @@ -77991,17 +77991,17 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO aao aao aao @@ -78021,56 +78021,56 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO aao aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -hJx -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +oAz +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aab aaa @@ -78209,16 +78209,16 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO aao aao aao @@ -78239,61 +78239,61 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO aao aao aao aao aao aao -eGt -eGt -hJx -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -hJx -eGt -eGt -eGt -gBH -gBH +btO +btO +oAz +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +oAz +btO +btO +btO +hzL +hzL aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aab aaa aaa aaa -tHB +cwz aaa aaa aaa @@ -78426,9 +78426,9 @@ aao aao aao aao -eGt -eGt -eGt +btO +btO +btO aao aao aao @@ -78457,9 +78457,9 @@ aao aao aao aao -eGt -eGt -eGt +btO +btO +btO aao aao aao @@ -78468,49 +78468,49 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -hJx -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO +oAz +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO +btO aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL +hzL aao aao aab aaa aaa aaa -tHB +cwz aaa aaa aaa @@ -78686,40 +78686,40 @@ aao aao aao aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO +btO +btO +btO aao -eGt -eGt -eGt -eGt -eGt -eGt -eGt +btO +btO +btO +btO +btO +btO +btO aao aao -eGt -eGt +btO +btO aao aao aao aao aao -gBH -gBH -gBH -cua -gBH -gBH -gBH -gBH +hzL +hzL +hzL +eQK +hzL +hzL +hzL +hzL aao aao aao @@ -78729,7 +78729,7 @@ aaa aaa aaa aaa -tHB +cwz aaa aaa aaa @@ -78906,12 +78906,12 @@ aao aao aao aao -eGt -eGt -eGt +btO +btO +btO aao -eGt -eGt +btO +btO aao aao aao @@ -78930,12 +78930,12 @@ aao aao aao aao -gBH -gBH -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL +hzL +hzL aao aao aao @@ -78946,15 +78946,15 @@ aaa aaa aaa aaa -tHB +cwz aaa aaa aaa aaa aaa -tHB -tHB -tHB +cwz +cwz +cwz aaa aaa aaa @@ -79149,10 +79149,10 @@ aao aao aao aao -gBH -gBH -gBH -gBH +hzL +hzL +hzL +hzL aao aao aao @@ -79169,9 +79169,9 @@ aaa aaa aaa aaa -tHB -tHB -tHB +cwz +cwz +cwz aaa aaa aaa diff --git a/maps/map_files/DesertDam/standalone/crashlanding-upp-bar.dmm b/maps/map_files/DesertDam/standalone/crashlanding-upp-bar.dmm index 78839f4a7c..274ce5f55b 100644 --- a/maps/map_files/DesertDam/standalone/crashlanding-upp-bar.dmm +++ b/maps/map_files/DesertDam/standalone/crashlanding-upp-bar.dmm @@ -14,12 +14,6 @@ }, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) -"ac" = ( -/obj/effect/decal/sand_overlay/sand1{ - dir = 5 - }, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached9, -/area/desert_dam/exterior/valley/bar_valley_dam) "am" = ( /obj/structure/desertdam/decals/road_edge{ icon_state = "road_edge_decal11" @@ -29,33 +23,12 @@ }, /turf/open/asphalt, /area/desert_dam/interior/dam_interior/south_tunnel_entrance) -"an" = ( -/obj/item/ammo_casing/bullet, -/turf/open/desert/dirt/desert_transition_edge1/west, -/area/desert_dam/exterior/valley/bar_valley_dam) -"aq" = ( -/obj/effect/decal/cleanable/dirt, +"ao" = ( +/obj/structure/bed/chair/wood/normal, /obj/effect/decal/cleanable/dirt, -/obj/item/stack/rods, -/turf/open/floor/plating/platingdmg3, -/area/desert_dam/building/bar/bar) -"aG" = ( -/obj/structure/machinery/door/poddoor/almayer/locked{ - dir = 2; - id = "dam_checkpoint_west"; - name = "\improper Checkpoint Lock" - }, -/obj/structure/disposalpipe/segment, -/turf/open/asphalt, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) -"aT" = ( -/turf/closed/shuttle/ert{ - icon_state = "T16"; - name = "Fulcrum"; - opacity = 0 - }, +/turf/open/floor/plating/platingdmg1, /area/desert_dam/building/bar/bar) -"aZ" = ( +"aF" = ( /obj/effect/decal/sand_overlay/sand1{ dir = 4 }, @@ -71,43 +44,67 @@ }, /turf/open/mars/mars_dirt_5, /area/desert_dam/exterior/valley/bar_valley_dam) -"ba" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/plating/platingdmg3/west, +"aI" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/desert_dam/exterior/valley/bar_valley_dam) +"aJ" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/prison/sterile_white/west, +/area/desert_dam/building/bar/bar_restroom) +"aK" = ( +/obj/structure/bed/bedroll, +/obj/item/trash/cheesie, +/turf/open/shuttle/dropship/can_surgery/light_grey_top_right, +/area/desert_dam/building/bar/bar) +"aN" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached15, +/area/desert_dam/exterior/valley/bar_valley_dam) +"aT" = ( +/turf/closed/shuttle/ert{ + icon_state = "T16"; + name = "Fulcrum"; + opacity = 0 + }, +/area/desert_dam/building/bar/bar) +"aW" = ( +/obj/item/ammo_casing/bullet, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/desert_dam/exterior/valley/bar_valley_dam) +"bb" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/shuttle/dropship/can_surgery/light_grey_top_right, /area/desert_dam/building/bar/bar) +"bd" = ( +/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/desert_dam/exterior/valley/bar_valley_dam) "bf" = ( /obj/structure/desertdam/decals/road_edge, /obj/effect/spawner/gibspawner/xeno, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) -"bk" = ( +"bm" = ( /obj/effect/decal/sand_overlay/sand1, -/obj/structure/barricade/sandbags/wired{ - dir = 4 - }, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached19, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached16, /area/desert_dam/exterior/valley/bar_valley_dam) -"bl" = ( -/obj/structure/desertdam/decals/road_edge, -/obj/structure/machinery/door/poddoor/almayer/locked{ - dir = 2; - id = "dam_checkpoint_west"; - name = "\improper Checkpoint Lock" - }, -/turf/open/asphalt, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) -"bs" = ( -/obj/item/ammo_casing/bullet, -/obj/item/prop/colony/usedbandage{ - dir = 1 - }, +"bB" = ( +/obj/item/stack/barbed_wire/small_stack, /turf/open/mars/mars_dirt_5, /area/desert_dam/exterior/valley/bar_valley_dam) -"bB" = ( -/obj/effect/decal/cleanable/blood, -/obj/item/prop/almayer/comp_closed, -/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, -/area/desert_dam/building/bar/bar) "bC" = ( /obj/structure/barricade/sandbags/wired{ dir = 1 @@ -120,6 +117,9 @@ }, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) +"bL" = ( +/turf/open/floor/prison/sterile_white/west, +/area/desert_dam/building/bar/bar_restroom) "bN" = ( /obj/item/stack/sheet/metal, /turf/open/floor/plating, @@ -144,47 +144,37 @@ name = "Fulcrum" }, /area/desert_dam/building/bar/bar) -"ca" = ( -/obj/item/prop/colony/usedbandage{ - dir = 1 - }, -/obj/effect/landmark/survivor_spawner/upp_specialist, -/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_left_to_right, -/area/desert_dam/building/bar/bar) -"cd" = ( -/obj/effect/decal/sand_overlay/sand1, -/obj/structure/barricade/sandbags/wired{ - dir = 8 +"bZ" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 }, -/obj/item/prop/colony/usedbandage{ - dir = 5; - pixel_y = 8 +/obj/item/ammo_box/rounds/type71/heap/empty{ + bullet_amount = 0 }, /turf/open/mars/mars_dirt_5, /area/desert_dam/exterior/valley/bar_valley_dam) -"cg" = ( -/obj/structure/surface/table/almayer, -/obj/item/ammo_box/rounds/type71{ - bullet_amount = 129 +"ca" = ( +/obj/item/prop/colony/usedbandage, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/desert_dam/exterior/valley/bar_valley_dam) +"cf" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 }, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/desert_dam/building/bar/bar) +/obj/item/prop/colony/used_flare, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) "cl" = ( /obj/structure/desertdam/decals/road_edge{ icon_state = "road_edge_decal2" }, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) -"cm" = ( -/obj/item/prop/colony/usedbandage{ - dir = 5 - }, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/exterior/valley/bar_valley_dam) -"cr" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/shuttle/dropship/can_surgery/light_grey_bottom_right, -/area/desert_dam/building/bar/bar) +"cF" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison/sterile_white/west, +/area/desert_dam/building/bar/bar_restroom) "cH" = ( /obj/item/stack/sheet/metal, /turf/open/floor/plating, @@ -193,43 +183,13 @@ /obj/structure/girder, /turf/open/floor/plating, /area/desert_dam/building/bar/bar_restroom) -"cO" = ( -/obj/effect/decal/sand_overlay/sand1{ - dir = 4 - }, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/exterior/valley/bar_valley_dam) -"cP" = ( -/obj/effect/decal/sand_overlay/sand1{ - dir = 4 - }, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached13, -/area/desert_dam/exterior/valley/bar_valley_dam) -"cW" = ( -/obj/effect/landmark/survivor_spawner/upp/soldier, -/obj/effect/decal/cleanable/blood/oil/streak, -/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, -/area/desert_dam/building/bar/bar) "da" = ( /obj/structure/flora/grass/desert/heavygrass_4, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) -"dd" = ( -/obj/structure/machinery/door/poddoor/almayer/locked{ - dir = 2; - id = "dam_checkpoint_west"; - name = "\improper Checkpoint Lock" - }, -/turf/open/asphalt, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) -"dh" = ( -/obj/structure/bed/bedroll, -/obj/item/bedsheet/brown, -/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, -/area/desert_dam/building/bar/bar) -"dl" = ( -/turf/open/floor/grimy, -/area/desert_dam/building/bar/bar) +"dp" = ( +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) "ds" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ @@ -238,11 +198,20 @@ opacity = 0 }, /area/desert_dam/building/bar/bar) -"dw" = ( -/obj/effect/decal/sand_overlay/sand1{ - dir = 1 +"dv" = ( +/turf/open/floor/plating/platingdmg1, +/area/desert_dam/building/bar/bar_restroom) +"dL" = ( +/obj/item/reagent_container/food/drinks/flask/canteen{ + desc = "You take a sip from your trusty UPP canteen..." }, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) +"dO" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, /area/desert_dam/exterior/valley/bar_valley_dam) "dQ" = ( /obj/structure/desertdam/decals/road_edge{ @@ -250,22 +219,45 @@ }, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) -"dU" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 - }, -/turf/open/floor/prison/sterile_white/west, -/area/desert_dam/building/bar/bar_restroom) "ee" = ( /obj/effect/decal/warning_stripes{ icon_state = "E" }, /turf/open/asphalt, /area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"ef" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/sandbags/wired, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) "ej" = ( /obj/structure/flora/grass/desert/lightgrass_2, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) +"el" = ( +/obj/structure/desertdam/decals/road_edge, +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 2; + id = "dam_checkpoint_west"; + name = "\improper Checkpoint Lock" + }, +/turf/open/asphalt, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"em" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/chem_dispenser/soda{ + density = 0; + pixel_y = 32 + }, +/turf/open/floor/grimy, +/area/desert_dam/building/bar/bar) +"eA" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/item/prop/colony/used_flare, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached13, +/area/desert_dam/exterior/valley/bar_valley_dam) "eD" = ( /obj/structure/flora/grass/tallgrass/desert, /turf/open/desert/dirt, @@ -285,6 +277,10 @@ /obj/structure/fence, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) +"eL" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) "eQ" = ( /obj/structure/desertdam/decals/road_edge{ icon_state = "road_edge_decal9" @@ -308,28 +304,34 @@ /obj/item/trash/semki, /turf/open/floor/plating, /area/desert_dam/building/bar/bar) -"eW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/sheet/wood, -/turf/open/floor/grimy, +"eY" = ( +/obj/structure/surface/table/almayer, +/obj/item/prop{ + desc = "A gas-operated rotary machine gun used by UPP heavies. Its enormous volume of fire and ammunition capacity allows the suppression of large concentrations of enemy forces. Heavy weapons training is required control its recoil, is non-functional."; + icon_state = "painless"; + item_state = "m41amk1"; + name = "\improper GSh-7.62 rotary machine gun"; + pixel_y = 7; + icon = 'icons/obj/items/weapons/guns/guns_by_faction/upp.dmi' + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/desert_dam/building/bar/bar) +"ff" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S-corner" + }, +/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, /area/desert_dam/building/bar/bar) "fv" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 4 +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 }, -/turf/open/desert/dirt/desert_transition_edge1, +/turf/open/mars/mars_dirt_5, /area/desert_dam/exterior/valley/bar_valley_dam) "fy" = ( /obj/structure/flora/grass/desert/lightgrass_6, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) -"fG" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/plating/platingdmg3/west, -/area/desert_dam/building/bar/backroom) "fL" = ( /obj/structure/desertdam/decals/road_edge{ icon_state = "road_edge_decal2" @@ -347,21 +349,48 @@ /obj/item/stack/sandbags, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) -"gm" = ( -/obj/structure/desertdam/decals/road_edge, -/turf/open/floor/plating, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) -"gA" = ( -/obj/structure/disposalpipe/segment, -/obj/item/ammo_casing/bullet, -/turf/open/asphalt, -/area/desert_dam/exterior/valley/bar_valley_dam) -"gD" = ( -/obj/effect/decal/sand_overlay/sand1, -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, -/area/desert_dam/exterior/valley/bar_valley_dam) -"gN" = ( +"gg" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/turf/open/shuttle/dropship/can_surgery, +/area/desert_dam/building/bar/bar) +"gk" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 2; + id = "dam_checkpoint_west"; + name = "\improper Checkpoint Lock" + }, +/turf/open/asphalt, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"gl" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor/grimy, +/area/desert_dam/building/bar/bar) +"gm" = ( +/obj/structure/desertdam/decals/road_edge, +/turf/open/floor/plating, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"gu" = ( +/obj/item/prop/colony/used_flare, +/turf/open/desert/dirt/desert_transition_edge1, +/area/desert_dam/exterior/valley/bar_valley_dam) +"gw" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 8 + }, +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) +"gA" = ( +/obj/structure/disposalpipe/segment, +/obj/item/ammo_casing/bullet, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"gN" = ( /obj/item/ammo_casing/bullet, /obj/effect/decal/cleanable/blood, /turf/open/desert/dirt, @@ -370,17 +399,10 @@ /obj/structure/flora/grass/desert/lightgrass_4, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) -"gY" = ( -/turf/open/desert/dirt/desert_transition_edge1/east, -/area/desert_dam/exterior/valley/bar_valley_dam) "hd" = ( /obj/structure/flora/grass/desert/lightgrass_8, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) -"hf" = ( -/obj/structure/prop/dam/boulder/boulder2, -/turf/open/desert/dirt/desert_transition_edge1/west, -/area/desert_dam/exterior/valley/bar_valley_dam) "hi" = ( /obj/item/ammo_casing/bullet, /turf/open/asphalt, @@ -423,12 +445,6 @@ }, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) -"hK" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/plating/platingdmg1, -/area/desert_dam/building/bar/backroom) "hO" = ( /obj/effect/decal/warning_stripes{ icon_state = "N" @@ -449,14 +465,23 @@ }, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) +"ih" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/item/prop/colony/used_flare, +/turf/open/floor/plating/platingdmg3/west, +/area/desert_dam/building/bar/backroom) +"ik" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/plating/platingdmg3/west, +/area/desert_dam/building/bar/backroom) "in" = ( /obj/item/prop/colony/used_flare, /turf/open/floor/plating, /area/desert_dam/building/bar/bar) -"ix" = ( -/obj/structure/bed/stool, -/turf/open/floor/grimy, -/area/desert_dam/building/bar/bar) "iy" = ( /turf/closed/wall/wood, /area/desert_dam/building/bar/backroom) @@ -464,36 +489,41 @@ /obj/structure/flora/bush/desert/cactus, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) -"iF" = ( -/obj/effect/landmark/survivor_spawner/upp/soldier, -/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_left_to_right, +"iG" = ( +/obj/structure/bed/roller, +/obj/structure/machinery/iv_drip, +/obj/effect/decal/cleanable/blood, +/obj/item/prop/colony/usedbandage{ + dir = 5 + }, +/obj/effect/spawner/gibspawner/human, +/turf/open/shuttle/dropship/can_surgery/light_grey_top_left, /area/desert_dam/building/bar/bar) "iI" = ( /obj/item/ammo_casing/bullet, /turf/open/desert/rock, /area/desert_dam/exterior/valley/bar_valley_dam) -"iJ" = ( -/obj/structure/machinery/light/double{ - dir = 1 - }, -/obj/structure/bed/bedroll, -/obj/item/reagent_container/food/drinks/bottle/vodka, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/exterior/valley/bar_valley_dam) "iO" = ( -/obj/item/ammo_casing/bullet, -/turf/open/desert/dirt/desert_transition_edge1/northwest, -/area/desert_dam/exterior/valley/bar_valley_dam) +/obj/effect/decal/warning_stripes{ + icon_state = "S-corner" + }, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, +/area/desert_dam/building/bar/bar) "iV" = ( /obj/effect/landmark/crap_item, /turf/open/floor/plating, /area/desert_dam/building/bar/backroom) +"iY" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/prison/floor_plate/southwest, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "jd" = ( -/obj/effect/decal/sand_overlay/sand1/corner1{ - dir = 4 - }, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached13, -/area/desert_dam/exterior/valley/bar_valley_dam) +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/turf/open/floor/plating/platingdmg3, +/area/desert_dam/building/bar/bar) "jf" = ( /obj/structure/prop/invuln/lattice_prop{ icon_state = "lattice12"; @@ -506,14 +536,6 @@ /obj/item/reagent_container/glass/bucket/mopbucket, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) -"jk" = ( -/obj/item/ammo_casing/bullet, -/turf/open/desert/dirt/desert_transition_edge1/southeast, -/area/desert_dam/exterior/valley/bar_valley_dam) -"jq" = ( -/obj/effect/decal/sand_overlay/sand1, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached16, -/area/desert_dam/exterior/valley/bar_valley_dam) "jt" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -526,26 +548,17 @@ }, /turf/open/floor/interior/wood, /area/desert_dam/building/bar/backroom) -"jD" = ( -/obj/structure/bed/chair/dropship/passenger{ - dir = 4 - }, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/desert_dam/building/bar/bar) "jJ" = ( /obj/structure/flora/grass/desert/lightgrass_1, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) -"jX" = ( -/obj/item/ammo_box/rounds/type71/heap/empty{ - bullet_amount = 0 - }, -/obj/effect/decal/cleanable/blood/oil/streak, -/turf/open/shuttle/dropship/can_surgery/light_grey_bottom_left, -/area/desert_dam/building/bar/bar) -"kd" = ( -/obj/item/stack/barbed_wire/small_stack, -/turf/open/mars/mars_dirt_5, +"jM" = ( +/obj/item/trash/candy, +/turf/open/floor/plating/platingdmg1, +/area/desert_dam/building/bar/bar_restroom) +"jU" = ( +/obj/structure/prop/dam/wide_boulder/boulder1, +/turf/open/desert/dirt/desert_transition_edge1/northwest, /area/desert_dam/exterior/valley/bar_valley_dam) "kh" = ( /obj/structure/desertdam/decals/road_edge{ @@ -554,9 +567,50 @@ /obj/item/ammo_casing/bullet, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) +"kn" = ( +/obj/item/ammo_box/rounds/type71/heap/empty{ + bullet_amount = 0 + }, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/shuttle/dropship/can_surgery/light_grey_bottom_left, +/area/desert_dam/building/bar/bar) +"kq" = ( +/obj/structure/machinery/light/double{ + dir = 1 + }, +/obj/structure/bed/bedroll, +/obj/item/reagent_container/food/drinks/bottle/vodka, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) +"ks" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating/platingdmg3/west, +/area/desert_dam/building/bar/bar) "kD" = ( /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) +"kE" = ( +/obj/structure/barricade/sandbags/wired, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) +"kI" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/item/reagent_container/food/drinks/flask/canteen{ + desc = "You take a sip from your trusty UPP canteen..."; + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/reagent_container/food/drinks/flask/canteen{ + desc = "You take a sip from your trusty UPP canteen..."; + pixel_y = 5; + pixel_x = -8 + }, +/obj/item/reagent_container/food/drinks/flask/canteen{ + desc = "You take a sip from your trusty UPP canteen..."; + pixel_y = 4 + }, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) "kM" = ( /turf/closed/shuttle/ert{ icon_state = "rightengine_2"; @@ -564,33 +618,48 @@ name = "Fulcrum" }, /area/desert_dam/building/bar/bar) -"kO" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/grimy, -/area/desert_dam/building/bar/bar) -"kR" = ( -/obj/structure/machinery/light/double{ - dir = 4; - pixel_y = -5 +"kW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/effect/landmark/survivor_spawner/upp_sapper, -/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/platingdmg1, /area/desert_dam/building/bar/bar) -"kZ" = ( -/obj/structure/prop/dam/boulder/boulder3, -/turf/open/desert/dirt/desert_transition_corner1/west, -/area/desert_dam/exterior/valley/bar_valley_dam) +"ll" = ( +/turf/open/floor/plating/platingdmg3, +/area/desert_dam/building/bar/bar_restroom) "ln" = ( /turf/open/desert/rock, /area/desert_dam/exterior/valley/bar_valley_dam) -"lU" = ( -/obj/structure/bed/chair/wood/normal, +"lp" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached14, +/area/desert_dam/exterior/valley/bar_valley_dam) +"lK" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/platingdmg1, -/area/desert_dam/building/bar/bar) +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached13, +/area/desert_dam/exterior/valley/bar_valley_dam) "lW" = ( -/obj/structure/bed/bedroll, -/turf/open/mars/mars_dirt_5, +/obj/effect/decal/sand_overlay/sand1, +/obj/item/ammo_casing/bullet, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/desert_dam/exterior/valley/bar_valley_dam) +"lY" = ( +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/desert_dam/exterior/valley/bar_valley_dam) +"mk" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 4 + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/desert_dam/building/bar/bar) +"mo" = ( +/turf/open/desert/dirt/desert_transition_corner1/east, /area/desert_dam/exterior/valley/bar_valley_dam) "mq" = ( /obj/structure/flora/grass/tallgrass/desert/corner{ @@ -598,34 +667,26 @@ }, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) +"mt" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached13, +/area/desert_dam/exterior/valley/bar_valley_dam) +"my" = ( +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/desert_dam/exterior/valley/bar_valley_dam) "mF" = ( /obj/structure/disposalpipe/segment, /turf/open/asphalt, /area/desert_dam/interior/dam_interior/south_tunnel_entrance) -"mH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/sandbags/wired, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/exterior/valley/bar_valley_dam) -"mJ" = ( -/turf/open/asphalt/cement/cement2, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "mL" = ( /obj/structure/flora/bush/desert/cactus{ icon_state = "cactus_8" }, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) -"mP" = ( -/obj/structure/flora/grass/desert/lightgrass_4, -/obj/effect/decal/sand_overlay/sand1{ - dir = 6 - }, -/obj/item/ammo_box/rounds/type71/heap/empty{ - bullet_amount = 0 - }, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/exterior/valley/bar_valley_dam) "mR" = ( /obj/effect/decal/cleanable/blood/xeno, /turf/open/desert/dirt, @@ -637,10 +698,18 @@ }, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) -"mW" = ( -/obj/structure/machinery/power/apc/no_power/west, -/turf/open/floor/interior/wood, -/area/desert_dam/building/bar/bar) +"mU" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) +"mX" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "nk" = ( /turf/closed/shuttle/ert{ icon_state = "T3"; @@ -656,6 +725,9 @@ /obj/effect/decal/cleanable/blood/xeno, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) +"nv" = ( +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/desert_dam/exterior/valley/bar_valley_dam) "nz" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ @@ -674,56 +746,25 @@ /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) "nS" = ( -/obj/effect/decal/sand_overlay/sand1{ - dir = 1 - }, -/obj/effect/decal/sand_overlay/sand1{ - dir = 4 - }, -/obj/item/ammo_casing/bullet, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, -/area/desert_dam/exterior/valley/bar_valley_dam) +/obj/structure/bed/chair/dropship/passenger, +/obj/item/storage/belt/medical/lifesaver/upp, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/desert_dam/building/bar/bar) +"od" = ( +/turf/open/asphalt/cement/cement2, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "oD" = ( /obj/structure/machinery/vending/snack, /turf/open/floor/interior/wood, /area/desert_dam/building/bar/bar) -"oP" = ( -/obj/structure/surface/table/almayer, -/obj/item/reagent_container/food/drinks/bottle/vodka, -/obj/item/reagent_container/food/drinks/bottle/vodka{ - pixel_x = -7; - pixel_y = 6 - }, -/obj/item/reagent_container/food/drinks/bottle/vodka{ - pixel_y = -8; - pixel_x = -8 - }, -/obj/item/reagent_container/food/drinks/bottle/vodka{ - pixel_x = 6 - }, -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 - }, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/desert_dam/building/bar/bar) -"oR" = ( -/obj/effect/decal/sand_overlay/sand1{ - dir = 1 - }, -/obj/structure/barricade/sandbags/wired{ - dir = 4 - }, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, -/area/desert_dam/exterior/valley/bar_valley_dam) -"oS" = ( -/turf/open/floor/plating/platingdmg3/west, -/area/desert_dam/building/bar/bar) -"oV" = ( -/obj/effect/decal/sand_overlay/sand1{ - dir = 10 - }, +"oI" = ( +/obj/item/ammo_casing/bullet, /turf/open/mars/mars_dirt_5, /area/desert_dam/exterior/valley/bar_valley_dam) +"pl" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, +/area/desert_dam/building/bar/bar) "pq" = ( /obj/structure/desertdam/decals/road_edge{ icon_state = "road_edge_decal2" @@ -731,16 +772,8 @@ /turf/open/asphalt, /area/desert_dam/interior/dam_interior/south_tunnel_entrance) "pr" = ( -/obj/structure/prop/dam/boulder/boulder1, -/turf/open/desert/dirt/desert_transition_corner1/north, -/area/desert_dam/exterior/valley/bar_valley_dam) -"pv" = ( -/obj/effect/decal/sand_overlay/sand1, -/obj/structure/barricade/sandbags/wired{ - dir = 4 - }, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, -/area/desert_dam/exterior/valley/bar_valley_dam) +/turf/open/asphalt/cement/cement3, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "px" = ( /obj/structure/barricade/sandbags/wired{ dir = 4 @@ -748,9 +781,12 @@ /obj/item/prop/colony/used_flare, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) -"pD" = ( -/turf/open/mars/mars_dirt_5, -/area/desert_dam/exterior/valley/bar_valley_dam) +"pL" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/asphalt/cement/cement3, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "pO" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -761,71 +797,65 @@ opacity = 0 }, /area/desert_dam/building/bar/bar) -"pS" = ( -/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, -/area/desert_dam/building/bar/bar) -"pU" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/barricade/wooden{ - dir = 8 - }, -/turf/open/floor/plating/platingdmg3, -/area/desert_dam/building/bar/bar) "pW" = ( /turf/closed/wall/r_wall/bunker{ name = "reinforced metal wall" }, /area/desert_dam/interior/dam_interior/south_tunnel_entrance) -"qd" = ( -/obj/structure/machinery/light{ - dir = 8 +"qo" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/bed/chair/dropship/pilot{ + dir = 1 }, -/turf/open/floor/prison/floor_plate/southwest, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) -"qf" = ( -/obj/effect/landmark/crap_item, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/exterior/valley/bar_valley_dam) +/obj/structure/machinery/computer/cameras{ + desc = "The flight controls for a Mi-220 Attack Dropship. these controls look pretty banged up, and there's some blood covering the screen.."; + name = "\improper 'Fulcrum' flight controls"; + network = null; + pixel_y = 21 + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/desert_dam/building/bar/bar) +"qy" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/prop/almayer/flight_recorder/colony, +/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, +/area/desert_dam/building/bar/bar) "qA" = ( -/obj/effect/decal/sand_overlay/sand1, -/obj/item/ammo_casing/bullet, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, -/area/desert_dam/exterior/valley/bar_valley_dam) -"qF" = ( -/obj/structure/machinery/light/double{ - dir = 8 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/shuttle/dropship/can_surgery/light_grey_top_left, +/turf/open/floor/grimy, +/area/desert_dam/building/bar/bar) +"qC" = ( +/obj/structure/surface/table/almayer, +/obj/item/ammo_box/rounds/type71{ + bullet_amount = 129 + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, /area/desert_dam/building/bar/bar) -"qL" = ( +"qG" = ( +/turf/open/floor/plating/platingdmg3/west, +/area/desert_dam/building/bar/bar_restroom) +"qH" = ( +/obj/item/stack/sandbags/large_stack, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) +"qJ" = ( /obj/effect/decal/sand_overlay/sand1{ - dir = 8 + dir = 4 }, -/obj/structure/machinery/sentry_holder/colony{ - dir = 1; - pixel_y = -10 +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 }, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached19, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +/turf/open/asphalt/cement_sunbleached/cement_sunbleached13, +/area/desert_dam/exterior/valley/bar_valley_dam) "qS" = ( /turf/open/floor/interior/wood/alt, /area/desert_dam/building/bar/bar) -"qT" = ( -/turf/open/desert/dirt/desert_transition_corner1/west, -/area/desert_dam/exterior/valley/bar_valley_dam) "qU" = ( /obj/effect/decal/cleanable/blood/xeno, /turf/open/floor/interior/wood/alt, /area/desert_dam/building/bar/bar) -"ra" = ( -/obj/item/tool/wrench, -/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, -/area/desert_dam/building/bar/bar) "rj" = ( /obj/effect/decal/warning_stripes{ icon_state = "N" @@ -838,10 +868,18 @@ }, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) -"sh" = ( -/obj/item/ammo_casing/bullet, +"rv" = ( +/obj/structure/prop/dam/boulder/boulder1, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/desert_dam/exterior/valley/bar_valley_dam) +"rE" = ( +/obj/item/trash/candy, /turf/open/mars/mars_dirt_5, /area/desert_dam/exterior/valley/bar_valley_dam) +"sk" = ( +/obj/item/stack/rods, +/turf/open/floor/plating/platingdmg3, +/area/desert_dam/building/bar/backroom) "sn" = ( /obj/structure/barricade/sandbags/wired{ dir = 4 @@ -856,35 +894,52 @@ }, /turf/open/floor/plating, /area/desert_dam/building/bar/bar) -"sF" = ( -/obj/item/prop/colony/used_flare, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached16, +"sD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, /area/desert_dam/exterior/valley/bar_valley_dam) "sI" = ( /obj/structure/flora/grass/desert/lightgrass_5, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) -"sJ" = ( -/obj/item/prop/colony/used_flare, -/turf/open/floor/grimy, -/area/desert_dam/building/bar/bar) "sO" = ( /obj/structure/reagent_dispensers/beerkeg, /turf/open/floor/interior/wood, /area/desert_dam/building/bar/backroom) "sR" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/barricade/sandbags/wired{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/platingdmg1, -/area/desert_dam/building/bar/bar) +/obj/item/prop/colony/usedbandage{ + dir = 5; + pixel_y = 8 + }, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) "sT" = ( /obj/structure/flora/grass/desert/lightgrass_3, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) -"tb" = ( -/turf/open/desert/dirt/desert_transition_edge1/northwest, +"tp" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/item/ammo_casing/bullet, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/desert_dam/exterior/valley/bar_valley_dam) +"tt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/tool/shovel, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) +"tx" = ( +/obj/structure/prop/dam/boulder/boulder3, +/turf/open/desert/dirt/desert_transition_corner1/west, /area/desert_dam/exterior/valley/bar_valley_dam) "tE" = ( /obj/structure/flora/grass/desert/heavygrass_3, @@ -893,10 +948,6 @@ }, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) -"tL" = ( -/obj/item/trash/cheesie, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/exterior/valley/bar_valley_dam) "tM" = ( /turf/closed/shuttle/ert{ icon_state = "leftengine_1"; @@ -904,21 +955,24 @@ name = "Fulcrum" }, /area/desert_dam/building/bar/bar) +"tP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/item/reagent_container/food/drinks/flask/canteen{ + desc = "You take a sip from your trusty UPP canteen..." + }, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) +"tQ" = ( +/obj/item/stack/rods, +/turf/open/floor/grimy, +/area/desert_dam/building/bar/bar) "tR" = ( /obj/item/prop/colony/used_flare, /turf/open/floor/plating, /area/desert_dam/interior/dam_interior/south_tunnel_entrance) -"tT" = ( -/obj/structure/desertdam/decals/road_edge{ - icon_state = "road_edge_decal2" - }, -/obj/structure/machinery/door/poddoor/almayer/locked{ - dir = 2; - id = "dam_checkpoint_west"; - name = "\improper Checkpoint Lock" - }, -/turf/open/asphalt, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "tW" = ( /turf/closed/shuttle/ert{ icon_state = "T11"; @@ -933,32 +987,58 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/desert_dam/interior/dam_interior/south_tunnel_entrance) -"tY" = ( -/obj/structure/reagent_dispensers/beerkeg, -/turf/open/desert/dirt/desert_transition_edge1/northwest, -/area/desert_dam/exterior/valley/bar_valley_dam) "ug" = ( /obj/structure/flora/grass/desert/lightgrass_10, /obj/effect/decal/cleanable/blood/xeno, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) -"uB" = ( -/obj/structure/bed/chair/dropship/passenger, -/obj/item/storage/belt/medical/lifesaver/upp, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +"uh" = ( +/obj/item/prop/colony/folded_bedroll, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/plating/platingdmg3, /area/desert_dam/building/bar/bar) -"uJ" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/bed/chair/dropship/pilot{ - dir = 1 +"uq" = ( +/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, +/area/desert_dam/building/bar/bar) +"ut" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/desert_dam/exterior/valley/bar_valley_dam) +"uy" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) +"uK" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/desert_dam/exterior/valley/bar_valley_dam) +"uY" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 2; + id = "dam_checkpoint_west"; + name = "\improper Checkpoint Lock" }, -/obj/structure/machinery/computer/cameras{ - desc = "The flight controls for a Mi-220 Attack Dropship. these controls look pretty banged up, and there's some blood covering the screen.."; - name = "\improper 'Fulcrum' flight controls"; - network = null; - pixel_y = 21 +/obj/structure/disposalpipe/segment, +/turf/open/asphalt, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"va" = ( +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 }, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) +"vj" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/sandbags/wired{ + dir = 1 + }, +/turf/open/floor/plating/platingdmg3/west, /area/desert_dam/building/bar/bar) "vk" = ( /obj/structure/flora/grass/desert/lightgrass_9, @@ -971,26 +1051,49 @@ /obj/effect/decal/sand_overlay/sand1/corner1, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) -"vy" = ( -/obj/item/prop/colony/used_flare, -/turf/open/floor/plating, -/area/desert_dam/building/bar/bar_restroom) -"vz" = ( -/obj/item/prop/colony/usedbandage{ - dir = 9; - pixel_x = 5; - pixel_y = 15 - }, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/exterior/valley/bar_valley_dam) -"vE" = ( -/obj/item/tool/shovel, -/turf/open/mars/mars_dirt_5, +"vq" = ( +/turf/open/desert/dirt/desert_transition_edge1/north, /area/desert_dam/exterior/valley/bar_valley_dam) -"vO" = ( -/obj/item/stack/sandbags/large_stack, -/turf/open/mars/mars_dirt_5, +"vr" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/spawner/gibspawner/human, +/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, +/area/desert_dam/building/bar/bar) +"vs" = ( +/obj/item/trash/semki, +/turf/open/shuttle/dropship/can_surgery, +/area/desert_dam/building/bar/bar) +"vy" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor/plating, +/area/desert_dam/building/bar/bar_restroom) +"vC" = ( +/obj/item/prop/colony/usedbandage{ + dir = 1 + }, +/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_left_to_right, +/area/desert_dam/building/bar/bar) +"vF" = ( +/obj/structure/sink, +/turf/open/floor/prison/sterile_white/west, +/area/desert_dam/building/bar/bar_restroom) +"vI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, /area/desert_dam/exterior/valley/bar_valley_dam) +"vK" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/plating/platingdmg1, +/area/desert_dam/building/bar/backroom) "vP" = ( /obj/structure/desertdam/decals/road_edge{ icon_state = "road_edge_decal5" @@ -1002,9 +1105,8 @@ /obj/effect/decal/cleanable/blood/xeno, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) -"wh" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/desert/dirt/desert_transition_corner1, +"vT" = ( +/turf/open/desert/dirt/desert_transition_edge1/northwest, /area/desert_dam/exterior/valley/bar_valley_dam) "wm" = ( /obj/structure/pipes/standard/simple/hidden/green, @@ -1013,16 +1115,6 @@ name = "Fulcrum" }, /area/desert_dam/building/bar/bar) -"wo" = ( -/obj/effect/decal/sand_overlay/sand1{ - dir = 4 - }, -/obj/structure/prop/wooden_cross{ - pixel_y = 13 - }, -/obj/item/toy/plush/farwa, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/exterior/valley/bar_valley_dam) "wq" = ( /obj/structure/flora/grass/desert/lightgrass_2, /obj/structure/reagent_dispensers/beerkeg, @@ -1044,36 +1136,16 @@ }, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) -"ww" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/chem_dispenser/soda{ - density = 0; - pixel_y = 32 - }, -/turf/open/floor/grimy, -/area/desert_dam/building/bar/bar) -"wx" = ( -/obj/item/stack/rods, -/turf/open/floor/plating/platingdmg3, -/area/desert_dam/building/bar/bar) -"wB" = ( -/obj/effect/decal/sand_overlay/sand1{ - dir = 8 - }, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/exterior/valley/bar_valley_dam) -"wD" = ( -/obj/structure/flora/grass/desert/heavygrass_5, -/obj/effect/decal/sand_overlay/sand1{ - dir = 5 - }, -/obj/effect/decal/cleanable/blood, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/exterior/valley/bar_valley_dam) "wE" = ( /obj/structure/girder, /turf/open/floor/plating, /area/desert_dam/building/bar/bar) +"wN" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached13, +/area/desert_dam/exterior/valley/bar_valley_dam) "wO" = ( /obj/structure/barricade/sandbags/wired{ dir = 4 @@ -1083,6 +1155,10 @@ }, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) +"wP" = ( +/obj/item/prop/colony/used_flare, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/desert_dam/exterior/valley/bar_valley_dam) "wT" = ( /turf/closed/shuttle/ert{ icon_state = "upp16"; @@ -1103,12 +1179,6 @@ }, /turf/open/desert/rock, /area/desert_dam/exterior/valley/bar_valley_dam) -"xq" = ( -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 - }, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/exterior/valley/bar_valley_dam) "xr" = ( /obj/structure/prop/dam/boulder/boulder3, /turf/open/desert/dirt, @@ -1134,6 +1204,10 @@ }, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) +"xK" = ( +/obj/structure/prop/dam/boulder/boulder2, +/turf/open/desert/dirt/desert_transition_edge1, +/area/desert_dam/exterior/valley/bar_valley_dam) "xN" = ( /turf/closed/shuttle/ert{ icon_state = "rightengine_1"; @@ -1144,10 +1218,23 @@ "xT" = ( /turf/template_noop, /area/template_noop) +"xU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/plating/platingdmg1, +/area/desert_dam/building/bar/bar) "xX" = ( /obj/item/prop/colony/used_flare, /turf/open/desert/rock, /area/desert_dam/exterior/valley/bar_valley_dam) +"xY" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/desert_dam/exterior/valley/bar_valley_dam) "yc" = ( /obj/structure/flora/grass/desert/lightgrass_3, /obj/item/prop/colony/usedbandage{ @@ -1162,23 +1249,22 @@ /obj/effect/decal/cleanable/blood/xeno, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) -"yi" = ( -/obj/item/ammo_casing/bullet, -/turf/open/desert/dirt/desert_transition_edge1/northeast, -/area/desert_dam/exterior/valley/bar_valley_dam) "ys" = ( /obj/structure/flora/grass/tallgrass/desert/corner{ dir = 1 }, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) +"yu" = ( +/obj/structure/machinery/light/double{ + dir = 8 + }, +/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, +/area/desert_dam/building/bar/bar) "yx" = ( /obj/structure/closet/secure_closet/bar, /turf/open/floor/interior/wood, /area/desert_dam/building/bar/backroom) -"yB" = ( -/turf/open/desert/dirt/desert_transition_corner1, -/area/desert_dam/exterior/valley/bar_valley_dam) "yC" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 @@ -1197,28 +1283,6 @@ }, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) -"yW" = ( -/obj/item/trash/candy, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/exterior/valley/bar_valley_dam) -"yZ" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/grimy, -/area/desert_dam/building/bar/bar) -"ze" = ( -/obj/item/shard{ - icon_state = "medium" - }, -/turf/open/floor/plating/platingdmg3/west, -/area/desert_dam/building/bar/bar) -"zi" = ( -/obj/effect/decal/cleanable/blood, -/obj/item/prop/almayer/flight_recorder/colony, -/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, -/area/desert_dam/building/bar/bar) "zl" = ( /obj/structure/disposalpipe/segment{ dir = 8; @@ -1226,19 +1290,23 @@ }, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) -"zo" = ( +"zr" = ( /obj/effect/decal/sand_overlay/sand1{ - dir = 10 - }, -/obj/effect/decal/sand_overlay/sand1{ - dir = 1 + dir = 4 }, /obj/structure/prop/wooden_cross{ pixel_y = 13 }, -/obj/item/clothing/head/helmet/marine/veteran/UPP, +/obj/item/toy/plush/farwa, /turf/open/mars/mars_dirt_5, /area/desert_dam/exterior/valley/bar_valley_dam) +"zB" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/desert_dam/exterior/valley/bar_valley_dam) "zC" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 @@ -1250,6 +1318,27 @@ opacity = 0 }, /area/desert_dam/building/bar/bar) +"zK" = ( +/obj/structure/prop/dam/boulder/boulder1, +/turf/open/desert/dirt/desert_transition_edge1, +/area/desert_dam/exterior/valley/bar_valley_dam) +"zN" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/prop/wooden_cross{ + pixel_y = 13 + }, +/obj/item/clothing/head/helmet/marine/veteran/UPP, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) +"zP" = ( +/obj/item/trash/used_stasis_bag, +/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_left_to_right, +/area/desert_dam/building/bar/bar) "zS" = ( /obj/structure/flora/grass/desert/heavygrass_4, /turf/open/desert/dirt, @@ -1259,21 +1348,14 @@ /obj/effect/landmark/good_item, /turf/open/floor/interior/wood, /area/desert_dam/building/bar/backroom) -"Aa" = ( -/obj/item/prop/colony/used_flare, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/exterior/valley/bar_valley_dam) -"Ac" = ( -/obj/structure/bed/bedroll, -/obj/item/trash/cheesie, -/turf/open/shuttle/dropship/can_surgery/light_grey_top_right, -/area/desert_dam/building/bar/bar) -"Af" = ( -/obj/effect/decal/sand_overlay/sand1{ - dir = 8 - }, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached13, +"zY" = ( +/turf/open/desert/dirt/desert_transition_edge1/northeast, /area/desert_dam/exterior/valley/bar_valley_dam) +"Ag" = ( +/obj/structure/machinery/power/apc/no_power/north, +/obj/item/stack/sheet/metal, +/turf/open/floor/plating/platingdmg3, +/area/desert_dam/building/bar/backroom) "Ah" = ( /obj/structure/barricade/wooden{ dir = 1; @@ -1287,12 +1369,6 @@ }, /turf/open/floor/plating, /area/desert_dam/building/bar/bar) -"An" = ( -/obj/effect/decal/sand_overlay/sand1{ - dir = 10 - }, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "At" = ( /obj/effect/landmark/crap_item, /turf/open/floor/interior/wood/alt, @@ -1304,19 +1380,12 @@ /obj/effect/decal/sand_overlay/sand1/corner1, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) -"AA" = ( -/turf/open/desert/dirt/desert_transition_corner1/east, -/area/desert_dam/exterior/valley/bar_valley_dam) -"AH" = ( -/obj/item/prop/colony/folded_bedroll, -/obj/item/shard{ - icon_state = "medium" - }, -/turf/open/floor/plating/platingdmg3, -/area/desert_dam/building/bar/bar) -"AM" = ( -/obj/structure/prop/dam/boulder/boulder1, -/turf/open/desert/dirt/desert_transition_edge1, +"Ax" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"AS" = ( +/turf/open/desert/dirt/desert_transition_corner1, /area/desert_dam/exterior/valley/bar_valley_dam) "AT" = ( /turf/closed/shuttle/ert{ @@ -1325,29 +1394,16 @@ opacity = 0 }, /area/desert_dam/building/bar/bar) -"AW" = ( -/obj/item/trash/candy, -/obj/item/stack/rods, -/turf/open/floor/plating/platingdmg1, -/area/desert_dam/building/bar/bar) +"AY" = ( +/obj/structure/prop/dam/boulder/boulder3, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) "Bj" = ( /turf/open/floor/interior/wood, /area/desert_dam/building/bar/backroom) -"Br" = ( -/obj/effect/decal/sand_overlay/sand1{ - dir = 10 - }, -/obj/structure/prop/wooden_cross{ - pixel_y = 13 - }, -/obj/item/clothing/mask/cigarette/cigar, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/exterior/valley/bar_valley_dam) -"Bw" = ( -/obj/effect/decal/sand_overlay/sand1{ - dir = 6 - }, -/turf/open/mars/mars_dirt_5, +"BA" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/asphalt/cement/cement14, /area/desert_dam/interior/dam_interior/south_tunnel_entrance) "BB" = ( /turf/closed/shuttle/ert{ @@ -1356,16 +1412,6 @@ opacity = 0 }, /area/desert_dam/building/bar/bar) -"BG" = ( -/obj/effect/decal/sand_overlay/sand1, -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 - }, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, -/area/desert_dam/exterior/valley/bar_valley_dam) -"BJ" = ( -/turf/open/floor/plating/platingdmg3, -/area/desert_dam/building/bar/bar) "BP" = ( /obj/structure/desertdam/decals/road_edge{ icon_state = "road_edge_decal5" @@ -1381,14 +1427,9 @@ }, /turf/open/floor/plating, /area/desert_dam/building/bar/bar) -"BX" = ( -/obj/structure/machinery/light{ - dir = 4 - }, +"Cb" = ( +/obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/sandbags/wired{ - dir = 1 - }, /turf/open/floor/plating/platingdmg3/west, /area/desert_dam/building/bar/bar) "Cc" = ( @@ -1400,6 +1441,19 @@ }, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) +"Cd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/turf/open/floor/plating/platingdmg3/west, +/area/desert_dam/building/bar/bar) +"Ck" = ( +/obj/item/prop/colony/usedbandage{ + dir = 9; + pixel_x = 5; + pixel_y = 15 + }, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) "Cm" = ( /obj/structure/prop/invuln/lattice_prop{ icon_state = "lattice12"; @@ -1412,19 +1466,6 @@ opacity = 0 }, /area/desert_dam/building/bar/bar) -"Co" = ( -/obj/item/reagent_container/food/drinks/flask/canteen{ - desc = "You take a sip from your trusty UPP canteen..." - }, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/exterior/valley/bar_valley_dam) -"Cp" = ( -/obj/structure/machinery/light/double{ - dir = 4; - pixel_y = -5 - }, -/turf/open/shuttle/dropship/can_surgery/light_grey_top_right, -/area/desert_dam/building/bar/bar) "CA" = ( /turf/closed/shuttle/ert{ icon_state = "upp21"; @@ -1445,14 +1486,19 @@ name = "Fulcrum" }, /area/desert_dam/building/bar/bar) -"CN" = ( -/obj/item/prop/colony/used_flare, -/turf/open/desert/dirt/desert_transition_edge1/northeast, -/area/desert_dam/exterior/valley/bar_valley_dam) +"CQ" = ( +/turf/open/floor/grimy, +/area/desert_dam/building/bar/bar) "Db" = ( /obj/structure/girder, /turf/open/floor/plating, /area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"Dd" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached13, +/area/desert_dam/exterior/valley/bar_valley_dam) "Df" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" @@ -1474,10 +1520,8 @@ name = "Fulcrum" }, /area/desert_dam/building/bar/bar) -"Dz" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S-corner" - }, +"Dw" = ( +/obj/item/storage/belt/utility, /turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, /area/desert_dam/building/bar/bar) "DD" = ( @@ -1519,23 +1563,10 @@ /obj/item/stack/sheet/wood, /turf/open/floor/interior/wood, /area/desert_dam/building/bar/bar) -"Et" = ( -/obj/structure/machinery/power/apc/no_power/west, -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor/prison/floor_plate/southwest, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) -"Ez" = ( -/obj/effect/decal/sand_overlay/sand1/corner1{ - dir = 8 - }, -/obj/effect/decal/sand_overlay/sand1{ - dir = 8 - }, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +"EF" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, /area/desert_dam/exterior/valley/bar_valley_dam) -"EN" = ( -/turf/open/desert/dirt/desert_transition_edge1/northwest, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "EO" = ( /turf/closed/shuttle/ert{ icon_state = "T14"; @@ -1543,30 +1574,6 @@ opacity = 0 }, /area/desert_dam/building/bar/bar) -"ER" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 4 - }, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached14, -/area/desert_dam/exterior/valley/bar_valley_dam) -"ES" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S-corner" - }, -/obj/effect/decal/cleanable/blood/oil/streak, -/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, -/area/desert_dam/building/bar/bar) -"ET" = ( -/obj/structure/surface/table/woodentable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/grimy, -/area/desert_dam/building/bar/bar) -"EU" = ( -/obj/structure/bed/chair/dropship/passenger{ - dir = 8 - }, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/desert_dam/building/bar/bar) "EW" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" @@ -1587,6 +1594,25 @@ opacity = 0 }, /area/desert_dam/building/bar/bar) +"Fm" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/bottle/vodka, +/obj/item/reagent_container/food/drinks/bottle/vodka{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/item/reagent_container/food/drinks/bottle/vodka{ + pixel_y = -8; + pixel_x = -8 + }, +/obj/item/reagent_container/food/drinks/bottle/vodka{ + pixel_x = 6 + }, +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/desert_dam/building/bar/bar) "Fr" = ( /obj/item/stack/sandbags, /turf/open/desert/dirt, @@ -1597,22 +1623,38 @@ }, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) -"Fv" = ( -/obj/item/stack/sandbags, -/turf/open/desert/dirt/desert_transition_edge1/southwest, -/area/desert_dam/exterior/valley/bar_valley_dam) +"FA" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "FF" = ( /obj/structure/disposalpipe/segment, /obj/item/ammo_casing/bullet, /obj/item/prop/colony/used_flare, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) -"FT" = ( -/obj/structure/machinery/light{ - dir = 4 +"FU" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 }, -/turf/open/asphalt/cement/cement3, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +/turf/open/desert/dirt/desert_transition_edge1, +/area/desert_dam/exterior/valley/bar_valley_dam) +"FX" = ( +/obj/item/ammo_casing/bullet, +/obj/item/prop/colony/usedbandage{ + dir = 1 + }, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Gb" = ( +/obj/structure/machinery/light/double{ + dir = 8 + }, +/turf/open/shuttle/dropship/can_surgery/light_grey_top_left, +/area/desert_dam/building/bar/bar) "Gd" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" @@ -1623,29 +1665,27 @@ }, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) -"Gr" = ( -/obj/item/stack/rods, -/turf/open/floor/plating/platingdmg3, -/area/desert_dam/building/bar/backroom) -"Gs" = ( -/obj/effect/decal/sand_overlay/sand1, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, -/area/desert_dam/exterior/valley/bar_valley_dam) -"GA" = ( -/obj/item/trash/semki, -/turf/open/shuttle/dropship/can_surgery, -/area/desert_dam/building/bar/bar) -"GB" = ( -/obj/structure/machinery/cm_vending/sorted/boozeomat, -/turf/open/floor/grimy, -/area/desert_dam/building/bar/bar) -"GL" = ( -/obj/effect/decal/sand_overlay/sand1{ +"Gq" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ dir = 8 }, -/obj/item/prop/colony/used_flare, +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached16, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"GI" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/cleanable/blood, /turf/open/mars/mars_dirt_5, /area/desert_dam/exterior/valley/bar_valley_dam) +"Ha" = ( +/obj/item/prop/colony/used_flare, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached16, +/area/desert_dam/exterior/valley/bar_valley_dam) "Hb" = ( /obj/structure/desertdam/decals/road_edge, /obj/effect/decal/sand_overlay/sand1/corner1{ @@ -1653,12 +1693,39 @@ }, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) +"Hc" = ( +/obj/structure/closet/crate/supply, +/obj/item/ammo_box/magazine/misc/flares, +/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot, +/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot, +/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot, +/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot, +/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot, +/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot, +/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot, +/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot, +/obj/item/ammo_box/magazine/misc/flares, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/desert_dam/building/bar/bar) +"Ho" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, +/area/desert_dam/building/bar/bar) "Hq" = ( /obj/structure/barricade/sandbags/wired{ dir = 4 }, /turf/open/floor/plating, /area/desert_dam/building/bar/bar) +"Hs" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 8 + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/desert_dam/building/bar/bar) "HH" = ( /obj/effect/decal/warning_stripes{ icon_state = "E" @@ -1669,6 +1736,10 @@ "HI" = ( /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) +"HM" = ( +/obj/effect/landmark/crap_item, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) "HP" = ( /turf/closed/shuttle/ert{ icon_state = "T8"; @@ -1676,46 +1747,29 @@ opacity = 0 }, /area/desert_dam/building/bar/bar) +"HR" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/grimy, +/area/desert_dam/building/bar/bar) "HV" = ( /obj/structure/disposalpipe/segment, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) -"HW" = ( -/obj/item/prop/colony/used_flare, -/turf/open/floor/prison/sterile_white/west, -/area/desert_dam/building/bar/bar_restroom) -"HX" = ( -/obj/structure/surface/table/almayer, -/obj/item/clothing/accessory/patch/upp{ - pixel_y = -6; - pixel_x = -7 - }, -/obj/item/paper/bigred/upp{ - pixel_y = 4; - pixel_x = 3; - icon_state = "paper_words"; - item_state = "paper_words" - }, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/desert_dam/building/bar/bar) -"Ic" = ( -/obj/structure/machinery/light/double{ - dir = 4; - pixel_y = -5 - }, -/obj/effect/decal/cleanable/blood, -/obj/effect/spawner/gibspawner/human, -/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, -/area/desert_dam/building/bar/bar) "Io" = ( -/obj/item/ammo_box/rounds/type71/heap/empty{ - bullet_amount = 0 - }, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/exterior/valley/bar_valley_dam) -"Ir" = ( -/turf/open/floor/plating/platingdmg3, -/area/desert_dam/building/bar/bar_restroom) +/obj/structure/machinery/power/apc/no_power/west, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/prison/floor_plate/southwest, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"Is" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/grimy, +/area/desert_dam/building/bar/bar) "Iu" = ( /turf/open/desert/dirt, /area/desert_dam/interior/dam_interior/south_tunnel_entrance) @@ -1726,12 +1780,10 @@ /obj/item/stack/sandbags, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) -"IS" = ( -/obj/effect/decal/sand_overlay/sand1{ - dir = 6 - }, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/exterior/valley/bar_valley_dam) +"IQ" = ( +/obj/structure/machinery/light/double, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "IW" = ( /turf/closed/shuttle/ert{ icon_state = "upp27"; @@ -1739,40 +1791,16 @@ opacity = 0 }, /area/desert_dam/building/bar/bar) -"IY" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/item/reagent_container/food/drinks/flask/canteen{ - desc = "You take a sip from your trusty UPP canteen..."; - pixel_x = 3; - pixel_y = -6 - }, -/obj/item/reagent_container/food/drinks/flask/canteen{ - desc = "You take a sip from your trusty UPP canteen..."; - pixel_y = 5; - pixel_x = -8 - }, -/obj/item/reagent_container/food/drinks/flask/canteen{ - desc = "You take a sip from your trusty UPP canteen..."; - pixel_y = 4 - }, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/exterior/valley/bar_valley_dam) -"Jh" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 8 - }, -/obj/structure/machinery/light/double{ - dir = 1 - }, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/exterior/valley/bar_valley_dam) -"Jp" = ( -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 - }, -/obj/effect/decal/cleanable/blood/oil/streak, -/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, +"Jb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/wood, +/turf/open/floor/grimy, /area/desert_dam/building/bar/bar) +"Jq" = ( +/obj/item/stack/sandbags, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/desert_dam/exterior/valley/bar_valley_dam) "Js" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -1784,6 +1812,12 @@ /obj/structure/desertdam/decals/road_edge, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) +"Jz" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached9, +/area/desert_dam/exterior/valley/bar_valley_dam) "JB" = ( /obj/structure/desertdam/decals/road_edge, /obj/effect/decal/sand_overlay/sand1{ @@ -1792,6 +1826,20 @@ /obj/item/prop/colony/used_flare, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) +"JC" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/desert_dam/exterior/valley/bar_valley_dam) +"JQ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/structure/prop/wooden_cross{ + pixel_y = 13 + }, +/obj/item/clothing/mask/cigarette/cigar, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) "JS" = ( /obj/structure/barricade/sandbags/wired, /turf/open/asphalt, @@ -1802,36 +1850,50 @@ name = "Fulcrum" }, /area/desert_dam/building/bar/bar) -"JY" = ( +"JV" = ( /obj/effect/decal/sand_overlay/sand1{ - dir = 8 + dir = 1 }, -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached13, +/obj/effect/landmark/crap_item, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, /area/desert_dam/exterior/valley/bar_valley_dam) -"JZ" = ( -/obj/item/prop/colony/used_flare, -/turf/open/floor/plating/platingdmg3/west, +"Ke" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/shuttle/dropship/can_surgery/light_grey_bottom_right, /area/desert_dam/building/bar/bar) "Kf" = ( /obj/structure/bed/bedroll, /turf/open/floor/plating, /area/desert_dam/building/bar/bar) "Kg" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/surface/table/almayer, +/obj/item/clothing/accessory/patch/upp{ + pixel_y = -6; + pixel_x = -7 }, -/turf/open/floor/freezerfloor, -/area/desert_dam/building/bar/bar_restroom) +/obj/item/paper/bigred/upp{ + pixel_y = 4; + pixel_x = 3; + icon_state = "paper_words"; + item_state = "paper_words" + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/desert_dam/building/bar/bar) "Kl" = ( /obj/structure/window/framed/wood/reinforced, /turf/open/floor/plating, /area/desert_dam/building/bar/bar) "Kv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/platingdmg3/west, -/area/desert_dam/building/bar/bar) +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 2; + id = "dam_checkpoint_west"; + name = "\improper Checkpoint Lock" + }, +/turf/open/asphalt, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "KA" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 @@ -1845,37 +1907,31 @@ /obj/structure/barricade/sandbags/wired, /turf/open/desert/dirt, /area/desert_dam/interior/dam_interior/south_tunnel_entrance) -"KE" = ( -/obj/structure/flora/grass/desert/heavygrass_10, -/turf/open/mars/mars_dirt_5, +"KT" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, /area/desert_dam/exterior/valley/bar_valley_dam) -"KL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/rods, -/turf/open/floor/plating/platingdmg1, -/area/desert_dam/building/bar/bar) -"KO" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/plating/platingdmg1, -/area/desert_dam/building/bar/bar_restroom) -"Lc" = ( -/obj/effect/decal/sand_overlay/sand1, +"KU" = ( +/obj/item/prop/colony/usedbandage{ + dir = 5 + }, /turf/open/mars/mars_dirt_5, /area/desert_dam/exterior/valley/bar_valley_dam) -"Lh" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/light/double{ - dir = 1 - }, -/turf/open/floor/prison/sterile_white/west, -/area/desert_dam/building/bar/bar_restroom) -"Lr" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 +"KY" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 }, -/turf/open/floor/plating/platingdmg3/west, +/obj/item/stack/sandbags, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached13, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Lc" = ( +/obj/item/stack/rods, +/turf/open/floor/plating/platingdmg3, +/area/desert_dam/building/bar/bar) +"Lf" = ( +/turf/open/floor/carpet6_2/west, /area/desert_dam/building/bar/bar) "Lu" = ( /obj/structure/desertdam/decals/road_edge{ @@ -1884,87 +1940,88 @@ /obj/effect/decal/sand_overlay/sand1/corner1, /turf/open/asphalt, /area/desert_dam/interior/dam_interior/south_tunnel_entrance) -"LG" = ( -/obj/item/trash/cheesie, -/obj/item/stack/sheet/wood, -/turf/open/floor/grimy, -/area/desert_dam/building/bar/bar) -"LO" = ( -/turf/open/floor/prison/floor_plate/southwest, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) -"LP" = ( -/turf/open/desert/dirt/desert_transition_corner1/north, +"LR" = ( +/obj/structure/prop/dam/large_boulder/boulder2, +/turf/open/desert/dirt/desert_transition_edge1/southeast, /area/desert_dam/exterior/valley/bar_valley_dam) -"LW" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/grimy, -/area/desert_dam/building/bar/bar) -"Mf" = ( -/obj/structure/surface/table/almayer, -/obj/item/prop{ - desc = "A gas-operated rotary machine gun used by UPP heavies. Its enormous volume of fire and ammunition capacity allows the suppression of large concentrations of enemy forces. Heavy weapons training is required control its recoil, is non-functional."; - icon_state = "painless"; - item_state = "m41amk1"; - name = "\improper GSh-7.62 rotary machine gun"; - pixel_y = 7; - icon = 'icons/obj/items/weapons/guns/guns_by_faction/upp.dmi' - }, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/desert_dam/building/bar/bar) -"Mm" = ( -/obj/effect/decal/sand_overlay/sand1{ - dir = 1 - }, -/obj/effect/landmark/crap_item, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +"Ma" = ( +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Mv" = ( +/obj/item/ammo_casing/bullet, +/turf/open/desert/dirt/desert_transition_edge1/northwest, /area/desert_dam/exterior/valley/bar_valley_dam) "Mw" = ( /obj/structure/machinery/blackbox_recorder, /turf/open/floor/plating, /area/desert_dam/building/bar/bar) -"MK" = ( -/turf/open/desert/dirt/desert_transition_edge1, -/area/desert_dam/exterior/valley/bar_valley_dam) -"MQ" = ( -/obj/structure/machinery/power/apc/no_power/north, -/obj/item/stack/sheet/metal, -/turf/open/floor/plating/platingdmg3, -/area/desert_dam/building/bar/backroom) -"MT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/tool/shovel, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/exterior/valley/bar_valley_dam) -"MZ" = ( -/obj/structure/machinery/light/double{ - dir = 8 - }, -/obj/effect/landmark/survivor_spawner/upp_medic, +"MA" = ( +/obj/structure/bed/bedroll, +/obj/item/bedsheet/brown, /turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, /area/desert_dam/building/bar/bar) -"Nd" = ( -/obj/item/ammo_casing/bullet, -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 - }, -/turf/open/desert/dirt/desert_transition_edge1, -/area/desert_dam/exterior/valley/bar_valley_dam) -"Nn" = ( +"MK" = ( +/turf/open/floor/plating/platingdmg3/west, +/area/desert_dam/building/bar/bar) +"MU" = ( /obj/structure/machinery/door/airlock/almayer/generic{ dir = 2; name = "\improper Fulcrum Airlock" }, /turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, /area/desert_dam/building/bar/bar) +"MZ" = ( +/turf/open/mars/mars_dirt_5, +/area/desert_dam/building/bar/bar_restroom) +"Nc" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/obj/item/ammo_casing/bullet, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Nl" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/prop/almayer/comp_closed, +/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, +/area/desert_dam/building/bar/bar) "No" = ( /obj/effect/spawner/gibspawner/xeno, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) -"Ns" = ( -/turf/open/floor/prison/sterile_white/west, -/area/desert_dam/building/bar/bar_restroom) +"Np" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/turf/open/floor/plating/platingdmg1, +/area/desert_dam/building/bar/bar) +"Nr" = ( +/obj/item/prop/colony/used_flare, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Nt" = ( +/obj/item/trash/cheesie, +/obj/item/stack/sheet/wood, +/turf/open/floor/grimy, +/area/desert_dam/building/bar/bar) +"Nz" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached19, +/area/desert_dam/exterior/valley/bar_valley_dam) +"NE" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) +"NG" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"NI" = ( +/obj/structure/bed/bedroll, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) "NK" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ @@ -1973,22 +2030,12 @@ opacity = 0 }, /area/desert_dam/building/bar/bar) -"NL" = ( -/turf/open/desert/dirt/desert_transition_edge1/southeast, -/area/desert_dam/exterior/valley/bar_valley_dam) -"Od" = ( -/obj/effect/decal/cleanable/generic, -/turf/open/floor/plating/platingdmg3/west, -/area/desert_dam/building/bar/bar) "Oe" = ( /obj/structure/barricade/sandbags/wired{ dir = 4 }, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) -"Oh" = ( -/turf/open/desert/dirt/desert_transition_edge1/north, -/area/desert_dam/exterior/valley/bar_valley_dam) "Oj" = ( /turf/closed/shuttle/ert{ icon_state = "T12"; @@ -2006,21 +2053,20 @@ opacity = 0 }, /area/desert_dam/building/bar/bar) -"Op" = ( -/obj/effect/decal/sand_overlay/sand1, +"OB" = ( /obj/effect/decal/sand_overlay/sand1{ dir = 4 }, -/obj/item/ammo_casing/bullet, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/turf/open/mars/mars_dirt_5, /area/desert_dam/exterior/valley/bar_valley_dam) "OD" = ( /turf/open/asphalt, /area/desert_dam/interior/dam_interior/south_tunnel_entrance) -"OM" = ( -/obj/structure/prop/dam/wide_boulder/boulder1, -/turf/open/desert/dirt/desert_transition_edge1/northwest, -/area/desert_dam/exterior/valley/bar_valley_dam) +"OL" = ( +/obj/item/trash/candy, +/obj/item/stack/rods, +/turf/open/floor/plating/platingdmg1, +/area/desert_dam/building/bar/bar) "OO" = ( /turf/closed/wall/r_wall, /area/desert_dam/exterior/valley/bar_valley_dam) @@ -2034,10 +2080,6 @@ /obj/item/ammo_casing/bullet, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) -"OV" = ( -/obj/item/storage/belt/utility, -/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, -/area/desert_dam/building/bar/bar) "OZ" = ( /obj/effect/decal/warning_stripes{ icon_state = "E" @@ -2048,41 +2090,37 @@ /obj/structure/machinery/vending/coffee, /turf/open/floor/interior/wood, /area/desert_dam/building/bar/bar) -"Pp" = ( -/obj/structure/flora/grass/desert/lightgrass_5, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/exterior/valley/bar_valley_dam) -"Py" = ( -/turf/open/desert/dirt/desert_transition_edge1/west, -/area/desert_dam/exterior/valley/bar_valley_dam) -"PG" = ( -/obj/item/prop/colony/used_flare, -/turf/open/desert/dirt/desert_transition_edge1, -/area/desert_dam/exterior/valley/bar_valley_dam) -"PI" = ( -/obj/structure/flora/grass/desert/heavygrass_4, +"Pl" = ( +/obj/structure/flora/grass/desert/heavygrass_10, /turf/open/mars/mars_dirt_5, /area/desert_dam/exterior/valley/bar_valley_dam) -"PJ" = ( -/obj/effect/decal/sand_overlay/sand1, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) -"PW" = ( +"PA" = ( /turf/open/desert/dirt/desert_transition_edge1/southwest, /area/desert_dam/exterior/valley/bar_valley_dam) +"Qb" = ( +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/desert_dam/exterior/valley/bar_valley_dam) "Qk" = ( /obj/item/ammo_magazine/rifle/type71/heap{ current_rounds = 0 }, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) -"Qm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/sand_overlay/sand1/corner1{ - dir = 1 - }, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +"Qq" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/item/ammo_casing/bullet, +/obj/effect/landmark/crap_item, +/turf/open/mars/mars_dirt_5, /area/desert_dam/exterior/valley/bar_valley_dam) +"Qv" = ( +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"Qy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S-corner" + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/desert_dam/building/bar/bar) "QA" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ @@ -2091,16 +2129,6 @@ opacity = 0 }, /area/desert_dam/building/bar/bar) -"QE" = ( -/obj/structure/prop/dam/boulder/boulder2, -/turf/open/desert/dirt/desert_transition_edge1, -/area/desert_dam/exterior/valley/bar_valley_dam) -"QF" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 4 - }, -/turf/open/desert/dirt/desert_transition_corner1/east, -/area/desert_dam/exterior/valley/bar_valley_dam) "QK" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -2111,27 +2139,41 @@ opacity = 0 }, /area/desert_dam/building/bar/bar) +"QR" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/machinery/sentry_holder/colony{ + dir = 1; + pixel_y = -10 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached19, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "QW" = ( /obj/item/prop/colony/used_flare, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) +"QY" = ( +/turf/open/floor/plating/platingdmg1, +/area/desert_dam/building/bar/bar) "Ro" = ( /obj/structure/flora/grass/desert/lightgrass_11, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) -"Rq" = ( -/turf/open/desert/dirt/desert_transition_edge1/northeast, -/area/desert_dam/exterior/valley/bar_valley_dam) -"RG" = ( -/obj/structure/bed/roller, -/obj/structure/machinery/iv_drip, -/obj/effect/decal/cleanable/blood, -/obj/item/prop/colony/usedbandage{ - dir = 5 - }, -/obj/effect/spawner/gibspawner/human, -/turf/open/shuttle/dropship/can_surgery/light_grey_top_left, +"Rw" = ( +/obj/structure/machinery/cm_vending/sorted/boozeomat, +/turf/open/floor/grimy, /area/desert_dam/building/bar/bar) +"RB" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) +"RI" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor/prison/sterile_white/west, +/area/desert_dam/building/bar/bar_restroom) "Sb" = ( /obj/effect/decal/warning_stripes{ icon_state = "E" @@ -2139,12 +2181,6 @@ /obj/effect/decal/cleanable/blood/xeno, /turf/open/floor/plating, /area/desert_dam/interior/dam_interior/south_tunnel_entrance) -"Se" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S-corner" - }, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/desert_dam/building/bar/bar) "So" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ @@ -2154,25 +2190,14 @@ }, /area/desert_dam/building/bar/bar) "Sq" = ( -/obj/item/trash/candy, -/turf/open/floor/plating/platingdmg1, -/area/desert_dam/building/bar/bar_restroom) -"SB" = ( /obj/effect/decal/sand_overlay/sand1{ dir = 4 }, -/obj/effect/decal/sand_overlay/sand1/corner1{ - dir = 4 - }, /turf/open/asphalt/cement_sunbleached/cement_sunbleached13, /area/desert_dam/exterior/valley/bar_valley_dam) "SC" = ( -/obj/effect/decal/sand_overlay/sand1{ - dir = 6 - }, -/obj/item/ammo_casing/bullet, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/exterior/valley/bar_valley_dam) +/turf/open/floor/plating/platingdmg3, +/area/desert_dam/building/bar/bar) "SE" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -2187,33 +2212,18 @@ /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/interior/wood, /area/desert_dam/building/bar/backroom) -"SI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/shard{ - icon_state = "medium" +"SJ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/plating/platingdmg1, -/area/desert_dam/building/bar/bar) +/turf/open/floor/freezerfloor, +/area/desert_dam/building/bar/bar_restroom) "SL" = ( /obj/item/ammo_magazine/rifle/type71/heap{ current_rounds = 0 }, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) -"SU" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/grimy, -/area/desert_dam/building/bar/bar) -"SW" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/asphalt/cement/cement14, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "SY" = ( /obj/effect/decal/cleanable/dirt, /obj/item/stack/sheet/metal, @@ -2229,35 +2239,38 @@ /obj/structure/machinery/light, /turf/open/floor/interior/wood, /area/desert_dam/building/bar/backroom) -"Tm" = ( -/obj/structure/flora/grass/desert/lightgrass_1, -/obj/item/ammo_casing/bullet, -/turf/open/mars/mars_dirt_5, +"TI" = ( +/obj/structure/bed/stool, +/turf/open/floor/grimy, +/area/desert_dam/building/bar/bar) +"TJ" = ( +/turf/open/desert/dirt/desert_transition_edge1, /area/desert_dam/exterior/valley/bar_valley_dam) -"Tq" = ( -/turf/open/asphalt/cement/cement3, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) -"TE" = ( +"TN" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/sand_overlay/sand1, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, -/area/desert_dam/exterior/valley/bar_valley_dam) -"TF" = ( -/obj/structure/barricade/sandbags/wired, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/exterior/valley/bar_valley_dam) -"TM" = ( -/obj/effect/landmark/survivor_spawner/upp/soldier, -/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, +/turf/open/floor/grimy, /area/desert_dam/building/bar/bar) -"TV" = ( -/obj/structure/machinery/light, -/turf/open/floor/prison/sterile_white/west, -/area/desert_dam/building/bar/bar_restroom) +"TY" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/plating/platingdmg3/west, +/area/desert_dam/building/bar/bar) +"Ua" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/desert/dirt/desert_transition_corner1, +/area/desert_dam/exterior/valley/bar_valley_dam) "Ug" = ( /obj/item/ammo_casing/bullet, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) +"Uh" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating/platingdmg3/west, +/area/desert_dam/building/bar/bar) "Ul" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood{ @@ -2268,54 +2281,49 @@ name = "Fulcrum" }, /area/desert_dam/building/bar/bar) +"Um" = ( +/obj/item/ammo_casing/bullet, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/desert_dam/exterior/valley/bar_valley_dam) "Un" = ( /obj/structure/prop/dam/large_boulder/boulder2, /turf/open/desert/rock, /area/desert_dam/exterior/valley/bar_valley_dam) -"Uu" = ( -/obj/item/prop/colony/usedbandage, -/turf/open/desert/dirt/desert_transition_edge1/southwest, -/area/desert_dam/exterior/valley/bar_valley_dam) -"UJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/sand_overlay/sand1{ - dir = 8 - }, -/obj/item/reagent_container/food/drinks/flask/canteen{ - desc = "You take a sip from your trusty UPP canteen..." +"Up" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/barricade/sandbags/wired{ + dir = 4 }, -/turf/open/mars/mars_dirt_5, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/desert_dam/exterior/valley/bar_valley_dam) +"UC" = ( +/obj/item/ammo_casing/bullet, +/turf/open/desert/dirt/desert_transition_edge1/northeast, /area/desert_dam/exterior/valley/bar_valley_dam) +"UD" = ( +/obj/item/tool/wrench, +/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, +/area/desert_dam/building/bar/bar) +"UE" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/grimy, +/area/desert_dam/building/bar/bar) "UK" = ( /obj/item/ammo_box/rounds/type71/heap/empty{ bullet_amount = 0 }, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) -"UM" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/desert/dirt/desert_transition_corner1/north, +"UP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, /area/desert_dam/exterior/valley/bar_valley_dam) -"UT" = ( -/obj/structure/closet/crate/supply, -/obj/item/ammo_box/magazine/misc/flares, -/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot, -/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot, -/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot, -/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot, -/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot, -/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot, -/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot, -/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot, -/obj/item/ammo_box/magazine/misc/flares, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/desert_dam/building/bar/bar) -"UW" = ( -/turf/open/floor/carpet6_2/west, +"UV" = ( +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/interior/wood, /area/desert_dam/building/bar/bar) -"Vb" = ( -/turf/open/floor/plating/platingdmg3/west, -/area/desert_dam/building/bar/bar_restroom) "Vc" = ( /obj/structure/desertdam/decals/road_edge, /obj/effect/decal/sand_overlay/sand1{ @@ -2324,38 +2332,36 @@ /obj/item/ammo_casing/bullet, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) -"Vf" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor/prison/floor_plate/southwest, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "Vg" = ( /obj/item/stack/sandbags, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) -"Vj" = ( -/obj/item/roller, -/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, -/area/desert_dam/building/bar/bar) +"Vh" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/item/ammo_casing/bullet, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/desert_dam/exterior/valley/bar_valley_dam) "Vl" = ( /obj/structure/bed/chair/wood/normal{ dir = 4 }, /turf/open/floor/interior/wood, /area/desert_dam/building/bar/backroom) -"Vs" = ( -/obj/effect/decal/sand_overlay/sand1, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached15, -/area/desert_dam/exterior/valley/bar_valley_dam) +"VH" = ( +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, +/area/desert_dam/building/bar/bar) "VI" = ( /turf/open/floor/plating, /area/desert_dam/interior/dam_interior/south_tunnel_entrance) -"VM" = ( -/obj/effect/decal/sand_overlay/sand1{ - dir = 8 - }, -/obj/item/stack/sandbags, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached13, -/area/desert_dam/exterior/valley/bar_valley_dam) "VP" = ( /obj/structure/desertdam/decals/road_edge, /obj/effect/decal/sand_overlay/sand1/corner1{ @@ -2396,20 +2402,13 @@ }, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) -"VY" = ( -/obj/effect/decal/cleanable/blood, -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 - }, -/turf/open/shuttle/dropship/can_surgery, -/area/desert_dam/building/bar/bar) "Wa" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 }, -/obj/item/prop/colony/used_flare, -/turf/open/floor/plating/platingdmg3/west, -/area/desert_dam/building/bar/backroom) +/obj/item/ammo_casing/bullet, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) "Wb" = ( /obj/structure/desertdam/decals/road_edge{ icon_state = "road_edge_decal2" @@ -2417,29 +2416,15 @@ /obj/effect/decal/cleanable/blood/xeno, /turf/open/asphalt, /area/desert_dam/interior/dam_interior/south_tunnel_entrance) -"Wg" = ( -/turf/open/floor/plating/platingdmg1, -/area/desert_dam/building/bar/bar) "Wh" = ( /obj/structure/pipes/vents/pump{ dir = 4 }, /turf/open/floor/interior/wood, /area/desert_dam/building/bar/backroom) -"Wi" = ( -/turf/open/floor/plating/platingdmg1, -/area/desert_dam/building/bar/bar_restroom) -"Wo" = ( -/obj/structure/sink, -/turf/open/floor/prison/sterile_white/west, -/area/desert_dam/building/bar/bar_restroom) -"Wp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/sand_overlay/sand1{ - dir = 1 - }, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, -/area/desert_dam/exterior/valley/bar_valley_dam) +"Wk" = ( +/turf/open/floor/prison/floor_plate/southwest, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "WE" = ( /obj/structure/machinery/light{ dir = 4 @@ -2450,6 +2435,10 @@ /obj/item/stack/sheet/wood, /turf/open/floor/plating, /area/desert_dam/building/bar/bar) +"WH" = ( +/obj/item/trash/cheesie, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) "WK" = ( /turf/open/floor/plating, /area/desert_dam/building/bar/bar) @@ -2457,6 +2446,16 @@ /obj/effect/decal/cleanable/blood, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) +"WQ" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor/plating/platingdmg3/west, +/area/desert_dam/building/bar/bar) +"WU" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/plating/platingdmg3/west, +/area/desert_dam/building/bar/bar) "WX" = ( /obj/structure/desertdam/decals/road_edge{ icon_state = "road_edge_decal8" @@ -2477,13 +2476,45 @@ }, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) +"Xb" = ( +/obj/item/roller, +/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, +/area/desert_dam/building/bar/bar) "Xh" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, /area/desert_dam/building/bar/bar) +"Xi" = ( +/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_left_to_right, +/area/desert_dam/building/bar/bar) +"Xj" = ( +/obj/item/tool/shovel, +/turf/open/mars/mars_dirt_5, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Xm" = ( +/obj/structure/prop/dam/boulder/boulder2, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Xs" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/desert_dam/exterior/valley/bar_valley_dam) "Xw" = ( /turf/open/floor/interior/wood, /area/desert_dam/building/bar/bar) +"Xy" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating/platingdmg1, +/area/desert_dam/building/bar/bar_restroom) +"Xz" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/desert_dam/exterior/valley/bar_valley_dam) "XB" = ( /obj/structure/desertdam/decals/road_edge{ icon_state = "road_edge_decal2" @@ -2493,10 +2524,6 @@ }, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) -"XE" = ( -/obj/item/stack/rods, -/turf/open/floor/grimy, -/area/desert_dam/building/bar/bar) "XF" = ( /obj/structure/bed/chair/wood/normal{ dir = 8 @@ -2507,21 +2534,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/desert_dam/building/bar/bar) -"XK" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 1 - }, -/turf/open/desert/dirt/desert_transition_edge1/southeast, -/area/desert_dam/exterior/valley/bar_valley_dam) -"XM" = ( -/obj/item/trash/used_stasis_bag, -/obj/effect/landmark/survivor_spawner/squad_leader, -/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_left_to_right, -/area/desert_dam/building/bar/bar) -"XQ" = ( -/obj/structure/machinery/light/double, -/turf/open/desert/dirt/desert_transition_edge1/northeast, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "XR" = ( /obj/structure/desertdam/decals/road_edge, /obj/effect/decal/sand_overlay/sand1{ @@ -2533,28 +2545,6 @@ /obj/effect/spawner/gibspawner/xeno, /turf/open/floor/interior/wood, /area/desert_dam/building/bar/bar) -"Ys" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/sand_overlay/sand1{ - dir = 4 - }, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached13, -/area/desert_dam/exterior/valley/bar_valley_dam) -"Yy" = ( -/obj/effect/decal/sand_overlay/sand1, -/obj/item/ammo_casing/bullet, -/obj/effect/landmark/crap_item, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/exterior/valley/bar_valley_dam) -"YD" = ( -/obj/effect/decal/sand_overlay/sand1/corner1{ - dir = 8 - }, -/obj/effect/decal/sand_overlay/sand1{ - dir = 9 - }, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached16, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "YE" = ( /obj/effect/decal/sand_overlay/sand1, /obj/structure/desertdam/decals/road_edge{ @@ -2595,18 +2585,6 @@ opacity = 0 }, /area/desert_dam/building/bar/bar) -"Zo" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/desert/dirt/desert_transition_edge1/northeast, -/area/desert_dam/exterior/valley/bar_valley_dam) -"Zq" = ( -/obj/structure/prop/dam/large_boulder/boulder2, -/turf/open/desert/dirt/desert_transition_edge1/southeast, -/area/desert_dam/exterior/valley/bar_valley_dam) -"Zz" = ( -/obj/structure/prop/dam/boulder/boulder3, -/turf/open/mars/mars_dirt_5, -/area/desert_dam/exterior/valley/bar_valley_dam) "ZB" = ( /obj/effect/decal/sand_overlay/sand1, /obj/structure/desertdam/decals/road_edge{ @@ -2614,26 +2592,38 @@ }, /turf/open/asphalt, /area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"ZC" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/floor/prison/sterile_white/west, +/area/desert_dam/building/bar/bar_restroom) "ZD" = ( /obj/structure/flora/grass/tallgrass/desert/corner{ dir = 9 }, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) -"ZG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/rods, -/turf/open/floor/plating/platingdmg3/west, -/area/desert_dam/building/bar/bar) -"ZJ" = ( -/turf/open/mars/mars_dirt_5, -/area/desert_dam/building/bar/bar_restroom) "ZM" = ( -/obj/effect/decal/sand_overlay/sand1{ +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/barricade/wooden{ dir = 8 }, -/obj/item/prop/colony/used_flare, -/turf/open/asphalt/cement_sunbleached/cement_sunbleached13, +/turf/open/floor/plating/platingdmg3, +/area/desert_dam/building/bar/bar) +"ZP" = ( +/obj/item/ammo_box/rounds/type71/heap/empty{ + bullet_amount = 0 + }, +/turf/open/mars/mars_dirt_5, /area/desert_dam/exterior/valley/bar_valley_dam) "ZS" = ( /obj/effect/decal/warning_stripes{ @@ -2660,10 +2650,10 @@ xT xT xT VT -Wo -HW -Ns -TV +vF +RI +bL +cF VT xT xT @@ -2696,12 +2686,12 @@ xT xT xT xT -ZJ -Wi -Ns -Ns -dU -Ns +MZ +dv +bL +bL +aJ +bL cI xT xT @@ -2733,14 +2723,14 @@ hv hv wE Mw -ba -KO +ks +Xy tW zC DZ -Lh -Vb -Ir +ZC +qG +ll xT xT Fa @@ -2768,16 +2758,16 @@ Ek zT iy Pd -mW +UV qS -UW -JZ +Lf +WQ tW nz Om BB -Kg -Sq +SJ +jM vy jf kD @@ -2808,19 +2798,19 @@ iy oD Xw jt -KL +Np tW HP YS QK CL tM -oS +MK YK -aZ -cO -cO -oV +aF +OB +OB +RB kD xT xT @@ -2845,7 +2835,7 @@ hk iy if Xh -Kv +Cb ds HP YS @@ -2853,13 +2843,13 @@ YS pO kM xN -Od +Uh YY Cm nk bO -pD -oV +dp +RB xT xT xT @@ -2878,10 +2868,10 @@ xT (7,1,1) = {" jy bC -Wa +ih iV Ah -Wg +QY cH hx bY @@ -2896,8 +2886,8 @@ bY Ul QA EO -Jh -cd +gw +sR xz xT xT @@ -2915,29 +2905,29 @@ xT "} (8,1,1) = {" iy -MQ -hK +Ag +vK hx bY wT bY CA -RG -MZ -cW -TM -jX -jD -jD -jD -qF -Dz -Io -mH -pD -Lc +iG +yu +pl +uq +kn +mk +mk +mk +Gb +ff +ZP +ef +dp +NE WO -zo +zN xT xT xT @@ -2953,31 +2943,31 @@ xT "} (9,1,1) = {" iy -Gr -fG +sk +ik IW -uJ +qo CA -uJ +qo CA -XM -uB -cg -UT -iF -Jp -OV -pS -VY -Se -yW -pD -pD -pD -cO -vE -wo -Br +zP +nS +qC +Hc +Xi +VH +Dw +uq +gg +Qy +rE +dp +dp +dp +OB +Xj +zr +JQ xT xT xT @@ -2992,31 +2982,31 @@ xT (10,1,1) = {" hv su -sR +kW IW -zi -Ic +qy +vr +Nl +MU +vC +eY +Kg +Fm +Xi +MA +Xb +UD +vs +Qy +dp +qH bB -Nn -ca -Mf -HX -oP -iF -dh -Vj -ra -GA -Se -pD -vO -kd -qf -pD -pD -pD -pD -oV +HM +dp +dp +dp +dp +RB xT xT xT @@ -3030,32 +3020,32 @@ xT (11,1,1) = {" hv su -Lr +WU aa hm hm hm CA -Ac -kR -TM -TM -cr -EU -EU -EU -Cp -ES -kd -TF -MT -pD -pD -Aa -xq -sh -TF -An +aK +Ho +uq +uq +Ke +Hs +Hs +Hs +bb +iO +bB +kE +tt +dp +dp +Nr +va +oI +kE +mX xT xT xT @@ -3068,11 +3058,11 @@ xT (12,1,1) = {" hv hv -pU +ZM SY -Wg -oS -Wg +QY +MK +QY aa hm hm @@ -3086,14 +3076,14 @@ hm JT nk bO -iJ -pD -tL -pD -Io -bs -TF -PJ +kq +dp +WH +dp +ZP +FX +kE +Ax xT xT xT @@ -3105,13 +3095,13 @@ xT "} (13,1,1) = {" hv -GB -LW -aq +Rw +qA +jd WG -BJ +SC WK -oS +MK So NK Dn @@ -3124,15 +3114,15 @@ Oj AT AT EO -xq -pD -Pp -pD -sh -Tm -TF -Bw -XQ +va +dp +eL +dp +oI +Nc +kE +FA +IQ xT xT xT @@ -3143,32 +3133,32 @@ xT "} (14,1,1) = {" hv -GB -yZ -kO -LG -eW +Rw +TN +Is +Nt +Jb Xh -oS -lU +MK +ao So NK Dn ws kM xN -oS +MK wE -lW -IY -lW -pD -Pp -yW -pD -pD -PI -IS +NI +kI +NI +dp +eL +rE +dp +dp +uy +fv zS Iu xT @@ -3182,10 +3172,10 @@ xT (15,1,1) = {" hv hv -SU -XE -ET -kO +HR +tQ +UE +Is Xh qU in @@ -3196,16 +3186,16 @@ Om BB eU Eb -AW -Zz -Co -UJ -GL -KE -vz -pD -sh -Yy +OL +AY +dL +tP +cf +Pl +Ck +dp +oI +Qq Ug KC Iu @@ -3219,31 +3209,31 @@ pW "} (16,1,1) = {" hv -ww -dl -dl -ET -ix +em +CQ +CQ +UE +TI Er At qS Js -ZG +Cd aT Fl EO Al -ba -AH -cm -IS -nS -Op -wD -wB -wB -wB -SC +ks +uh +KU +fv +Vh +tp +GI +mU +mU +mU +Wa tE KC Iu @@ -3257,26 +3247,26 @@ pW "} (17,1,1) = {" hv -ww -dl -sJ -dl -dl +em +CQ +gl +CQ +CQ Yf WE Xw xx xm -SI -BX -ze +xU +vj +TY BU wE -wx -mP +Lc +bZ sI -dw -qA +KT +lW yc wq nD @@ -3284,13 +3274,13 @@ Ug UK Ug KC -YD +Gq VI tR -qd -Et -LO -Vf +NG +Io +Wk +iY Db "} (18,1,1) = {" @@ -3313,17 +3303,17 @@ wE mT SL gN -Mm -BG +JV +zB kD -OM -Uu +jU +ca Cc CE Vc XR VP -bl +el eJ eJ eJ @@ -3340,9 +3330,9 @@ ln ln ln ln -MK -Wp -TE +TJ +vI +UP xr kD kD @@ -3351,17 +3341,17 @@ gP wO sn sn -dw -qA -tY -qT -Nd +KT +lW +Xs +my +FU OU Ec JS ee HH -dd +gk OD ee DO @@ -3378,9 +3368,9 @@ ln ln ln xX -MK -Wp -gD +TJ +vI +ut kD kD kD @@ -3389,17 +3379,17 @@ ej kD kD kD -oR -pv -Oh +Xz +Up +vq xn -fv +xY OU Oe VQ bP bP -aG +uY mF bP mF @@ -3416,9 +3406,9 @@ ln ln ln ln -PG -dw -Gs +gu +KT +EF kD nP kD @@ -3427,71 +3417,71 @@ fy QW mR vk -dw -Gs -Oh -LP -NL +KT +EF +vq +lY +Ma hH HI bJ BP pq -tT +Kv pq pq Wb pq pq -tT +Kv "} (22,1,1) = {" xT xT ln iI -LP -wh +lY +Ua ln -UM -NL -ac -Ez -SB -cP -Ys -cP -cP -cP -cP -cP -Qm -Vs -Rq -NL +uK +Ma +Jz +bd +qJ +Sq +lK +Sq +Sq +Sq +Sq +Sq +sD +aN +zY +Ma kD hH Df hO Lu -qL +QR pW -mJ -FT -Tq -Tq -SW +od +pL +pr +pr +BA pW "} (23,1,1) = {" xT xT xT -LP -jk -yi -yB -MK +lY +Um +UC +AS +TJ kD kD kD @@ -3525,11 +3515,11 @@ xT xT xT xT -MK +TJ Ug Ug -Rq -NL +zY +Ma kD kD kD @@ -3563,8 +3553,8 @@ xT xT xT xT -QF -Fv +dO +Jq px kD kD @@ -3600,9 +3590,9 @@ xT (26,1,1) = {" xT xT -LP -yB -QE +lY +AS +xK kD sT ug @@ -3638,9 +3628,9 @@ xT (27,1,1) = {" xT xT -NL -Zo -NL +Ma +JC +Ma kD da wv @@ -3651,19 +3641,19 @@ hH Df hO eI -tb -Py -hf -PW +vT +nv +Xm +PA kD kD kD kD -tb -PW +vT +PA nP kD -EN +Qv xT xT xT @@ -3676,7 +3666,7 @@ xT (28,1,1) = {" xT xT -PW +PA kD kD kD @@ -3689,18 +3679,18 @@ hH HI bJ eI -Oh +vq Un -pr -NL +rv +Ma kD kD kD kD -Oh -AM +vq +zK kD -tb +vT xT xT xT @@ -3713,8 +3703,8 @@ xT "} (29,1,1) = {" xT -LP -Zq +lY +LR QW kD Fs @@ -3727,17 +3717,17 @@ hH HI bJ eI -Rq -gY -NL +zY +Qb +Ma Ug kD mL mR -tb -qT -AA -Py +vT +my +mo +nv xT xT xT @@ -3750,8 +3740,8 @@ xT xT "} (30,1,1) = {" -yB -MK +AS +TJ kD Ug kD @@ -3770,9 +3760,9 @@ kD Ug kD iz -tb -Py -qT +vT +nv +my ln xT ln @@ -3788,8 +3778,8 @@ xT xT "} (31,1,1) = {" -Zo -XK +JC +aI Ug kD nP @@ -3807,8 +3797,8 @@ xt kD QW kD -tb -kZ +vT +tx ln xT xT @@ -3843,9 +3833,9 @@ bJ eI kD ZY -iO -an -qT +Mv +aW +my xT xT xT @@ -3879,9 +3869,9 @@ HI HI bJ nt -tb -Py -qT +vT +nv +my xT xT xT @@ -3917,7 +3907,7 @@ HV gA zl YE -Oh +vq xT xT xT @@ -3978,22 +3968,22 @@ xT xT "} (36,1,1) = {" -ZM -VM -Af -JY -jd -ER +eA +KY +Dd +mt +wN +lp dQ Df rj WZ -bk +Nz Fr kD sn Fr -Oh +vq xT xT xT @@ -4021,18 +4011,18 @@ eK eK eK OO -sF +Ha WY vR HI WZ -jq +bm nP mR xg kD -CN -gY +wP +Qb xT xT xT diff --git a/maps/map_files/FOP_v3_Sciannex/Fiorina_SciAnnex.dmm b/maps/map_files/FOP_v3_Sciannex/Fiorina_SciAnnex.dmm index 2a3bcdaec4..9bc3435d0d 100644 --- a/maps/map_files/FOP_v3_Sciannex/Fiorina_SciAnnex.dmm +++ b/maps/map_files/FOP_v3_Sciannex/Fiorina_SciAnnex.dmm @@ -13,9 +13,10 @@ }, /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/tumor/servers) -"aaz" = ( -/turf/open/floor/prison/darkpurple2/southwest, -/area/fiorina/tumor/ice_lab) +"aaM" = ( +/obj/structure/closet/secure_closet/medical2, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_cargo) "aaW" = ( /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/prison, @@ -24,60 +25,48 @@ /obj/item/device/flashlight/lamp/tripod, /turf/open/floor/prison, /area/fiorina/lz/near_lzII) -"abm" = ( -/obj/item/weapon/baseballbat/metal, -/turf/open/floor/prison/blue/west, -/area/fiorina/station/chapel) -"abH" = ( -/obj/item/tool/soap, -/obj/structure/machinery/shower{ - dir = 1; - pixel_y = -1 - }, -/obj/structure/machinery/shower{ - dir = 8 +"abr" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 10 }, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/research_cells) +/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) "abJ" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ icon = 'icons/obj/structures/doors/2x1prepdoor.dmi' }, /turf/open/floor/plating/prison, /area/fiorina/station/lowsec) -"abW" = ( -/obj/structure/sign/safety/fire_haz, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"aca" = ( -/turf/open/floor/prison/darkyellow2/east, -/area/fiorina/station/flight_deck) -"ace" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/ashtray/plastic, -/obj/item/clothing/mask/cigarette, -/obj/item/trash/cigbutt/ucigbutt{ - pixel_y = 8 - }, -/obj/structure/sign/nosmoking_1{ - pixel_y = 30 +"acd" = ( +/obj/structure/platform{ + dir = 1 }, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"aco" = ( +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"acg" = ( +/obj/item/circuitboard/machine/rdserver, +/turf/open/floor/prison/floorscorched1, +/area/fiorina/tumor/servers) +"ach" = ( +/obj/structure/platform, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/transit_hub) +"acH" = ( /obj/item/stack/sheet/metal{ amount = 5 }, -/turf/open/floor/prison/darkyellow2/north, +/turf/open/floor/prison/darkyellow2/west, /area/fiorina/lz/near_lzI) -"acw" = ( -/obj/item/newspaper, -/turf/open/floor/prison/green, -/area/fiorina/station/transit_hub) -"acA" = ( -/obj/structure/bed/chair, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) +"acJ" = ( +/obj/structure/prop/almayer/computers/sensor_computer1{ + name = "computer" + }, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/security) +"acM" = ( +/obj/structure/machinery/cm_vending/sorted/medical/blood, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) "adl" = ( /obj/structure/machinery/computer/secure_data, /obj/structure/surface/table/reinforced/prison, @@ -86,76 +75,68 @@ }, /turf/open/floor/prison, /area/fiorina/station/security) -"adz" = ( -/obj/item/broken_device, +"adn" = ( +/obj/item/trash/boonie, /turf/open/floor/prison/sterile_white/southwest, /area/fiorina/station/medbay) -"aeE" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/bed{ - icon_state = "abed" - }, +"adC" = ( /obj/effect/landmark/corpsespawner/ua_riot, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) -"aeF" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) -"aeI" = ( -/turf/open/floor/prison/darkbrown2/west, -/area/fiorina/maintenance) -"aeJ" = ( -/obj/effect/decal/cleanable/blood{ - desc = "Watch your step."; - icon_state = "gib6" +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"adD" = ( +/obj/structure/bed/roller, +/obj/structure/machinery/iv_drip{ + pixel_y = 19 }, -/turf/open/floor/prison/darkyellow2/east, -/area/fiorina/station/flight_deck) -"aeU" = ( -/obj/structure/largecrate/random, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/station/telecomm/lz1_tram) -"afU" = ( +/obj/item/bedsheet/green, /obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; + dir = 4; + pixel_x = 10; pixel_y = 13 }, -/obj/structure/largecrate/random/case, -/turf/open/floor/corsat/plate, -/area/fiorina/tumor/aux_engi) -"afW" = ( -/obj/structure/prop/invuln/minecart_tracks/bumper{ - dir = 1 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) -"afY" = ( +/turf/open/floor/prison/whitegreen/east, +/area/fiorina/station/medbay) +"adM" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"adZ" = ( +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/civres_blue) +"aeu" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/device/flashlight/lamp/green, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/tumor/civres) -"agi" = ( -/turf/closed/wall/mineral/bone_resin, -/area/fiorina/tumor/servers) -"agj" = ( -/obj/effect/decal/cleanable/blood/splatter{ - icon_state = "gib2" +/obj/structure/machinery/computer/cameras{ + dir = 4 + }, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/oob) +"aez" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) +"aft" = ( /obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 + dir = 1; + pixel_y = 21 }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/civres_blue) +"afx" = ( +/obj/structure/machinery/vending/cigarette/colony, /turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"agl" = ( -/obj/item/reagent_container/food/drinks/coffee{ - name = "\improper paper cup" - }, -/turf/open/floor/prison/yellow/northeast, -/area/fiorina/station/lowsec) +/area/fiorina/tumor/ice_lab) +"afG" = ( +/obj/item/clothing/gloves/boxing/green, +/turf/open/floor/prison/yellow/southeast, +/area/fiorina/station/central_ring) +"agi" = ( +/turf/closed/wall/mineral/bone_resin, +/area/fiorina/tumor/servers) +"agq" = ( +/turf/open/floor/prison/yellow/southwest, +/area/fiorina/station/disco) "agv" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/drinks/cans/souto/peach{ @@ -184,6 +165,14 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) +"agx" = ( +/obj/structure/flora/bush/ausbushes/ausbush{ + desc = "Fiberbush(tm) infestations have been the leading cause in asbestos related deaths in spacecraft for 3 years in a row now."; + icon_state = "fullgrass_3"; + name = "Fiberbush(tm) tubers" + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/aux_engi) "agG" = ( /obj/structure/barricade/metal{ dir = 1; @@ -197,34 +186,30 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"ahd" = ( -/obj/item/device/binoculars/civ, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/yellow/north, -/area/fiorina/station/lowsec) -"aht" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/trash/plate, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"ahu" = ( -/turf/open/floor/prison/darkyellow2/southwest, -/area/fiorina/station/telecomm/lz1_cargo) -"ahz" = ( +"agJ" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/storage/firstaid/adv{ - pixel_x = -5; - pixel_y = 2 - }, -/obj/item/storage/firstaid/adv{ - pixel_x = 9; - pixel_y = 2 +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/disco) +"ahc" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = 13 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) +/area/fiorina/station/power_ring) +"ahr" = ( +/obj/effect/landmark/static_comms/net_two, +/turf/open/floor/prison/floor_plate, +/area/fiorina/lz/near_lzII) +"ahK" = ( +/obj/structure/bed/chair/comfy, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security/wardens) +"ahM" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) "ahR" = ( /obj/structure/monorail{ name = "launch track" @@ -234,6 +219,13 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/telecomm/lz1_tram) +"ahY" = ( +/obj/item/trash/plate{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/open/floor/prison/blue/west, +/area/fiorina/station/civres_blue) "aif" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ dir = 1; @@ -241,36 +233,44 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"aij" = ( -/obj/item/stack/rods, -/turf/open/floor/prison/whitegreen/west, -/area/fiorina/station/medbay) -"aiy" = ( -/obj/structure/bed/chair{ - dir = 8 +"aiB" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) +"aiL" = ( +/obj/structure/prop/almayer/computers/sensor_computer3, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) +"aiO" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir" }, -/turf/open/floor/prison/darkbrowncorners2, -/area/fiorina/maintenance) -"aiT" = ( -/turf/open/floor/prison/floor_marked/southwest, -/area/fiorina/station/power_ring) +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "aiV" = ( /obj/structure/bed/roller, /turf/open/floor/prison, /area/fiorina/station/transit_hub) -"aje" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/prison/cell_stripe, +"aiX" = ( +/obj/item/shard{ + icon_state = "large" + }, +/turf/open/floor/prison/sterile_white/southwest, /area/fiorina/station/medbay) -"ajn" = ( -/obj/structure/reagent_dispensers/watertank{ - layer = 2.6 +"aiY" = ( +/obj/structure/flora/pottedplant/random, +/turf/open/floor/prison/kitchen/southwest, +/area/fiorina/tumor/civres) +"ajk" = ( +/obj/structure/inflatable/popped, +/turf/open/floor/prison/whitegreen/east, +/area/fiorina/station/medbay) +"ajl" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzII) -"ajt" = ( -/turf/open/floor/prison/darkbrown2/northwest, -/area/fiorina/tumor/aux_engi) +/turf/open/floor/prison/green/southwest, +/area/fiorina/station/chapel) "aju" = ( /obj/structure/machinery/light/double/blue{ dir = 8; @@ -283,38 +283,42 @@ /obj/structure/platform/kutjevo/smooth, /turf/open/space/basic, /area/fiorina/oob) -"ajU" = ( -/obj/structure/machinery/landinglight/ds1, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/lz/near_lzI) -"ako" = ( -/obj/structure/surface/rack, -/obj/item/clothing/gloves/latex, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) +"akb" = ( +/obj/structure/largecrate/random/case, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/station/park) +"akf" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/prison/yellow/northwest, +/area/fiorina/station/disco) "akt" = ( -/obj/item/reagent_container/glass/bucket/janibucket, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) -"akV" = ( -/obj/structure/machinery/vending/cigarette, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/fiberbush) -"akY" = ( -/obj/item/trash/candle, -/turf/open/floor/prison/darkyellow2, -/area/fiorina/station/telecomm/lz1_cargo) -"alq" = ( -/obj/structure/platform{ - dir = 1 +/obj/structure/prop/dam/crane{ + icon_state = "tractor_damaged" }, -/obj/structure/platform{ - dir = 4 +/turf/open/floor/corsat/squares, +/area/fiorina/station/telecomm/lz1_cargo) +"akJ" = ( +/obj/item/shard{ + icon_state = "medium" }, -/obj/structure/platform_decoration{ - dir = 9 +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) +"akX" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) +"akZ" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/whitegreen/northeast, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) +"ala" = ( +/obj/item/trash/boonie, +/turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/tumor/ice_lab) "alr" = ( /obj/structure/stairs/perspective{ @@ -324,10 +328,16 @@ /obj/structure/platform/stair_cut, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzII) -"alI" = ( +"alU" = ( /obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) +/obj/item/tool/stamp/captain, +/obj/structure/machinery/processor{ + icon_state = "blender_jug_f_red"; + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) "amd" = ( /obj/effect/decal/hefa_cult_decals/d96, /obj/item/paper/crumpled/bloody, @@ -339,25 +349,42 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/civres) +"amn" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/cell/super{ + pixel_y = 12 + }, +/obj/item/cell/super, +/turf/open/floor/prison/greenfull/east, +/area/fiorina/tumor/civres) "amx" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_full" }, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) +"amz" = ( +/obj/structure/surface/rack, +/obj/item/tank/emergency_oxygen/engi, +/turf/open/floor/prison/blue/southeast, +/area/fiorina/station/power_ring) "amF" = ( /turf/closed/wall/r_wall/prison, /area/fiorina/tumor/aux_engi) +"amJ" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/chapel) +"amS" = ( +/obj/item/stack/sandbags_empty/half, +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/lz/near_lzI) "ane" = ( /obj/item/weapon/unathiknife{ name = "ceremonial knife" }, /turf/open/floor/wood, /area/fiorina/station/chapel) -"anj" = ( -/obj/item/ammo_magazine/smg/nailgun, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/maintenance) "anm" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer{ @@ -394,13 +421,10 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"anv" = ( -/obj/item/frame/rack, -/obj/structure/barricade/handrail/type_b{ - dir = 1 - }, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/lowsec) +"anF" = ( +/obj/structure/closet/secure_closet/hydroponics, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/botany) "anG" = ( /obj/structure/largecrate/supply, /obj/structure/platform_decoration{ @@ -408,6 +432,11 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/medbay) +"anI" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) "anJ" = ( /obj/structure/cable/heavyduty{ icon_state = "1-2" @@ -421,17 +450,6 @@ }, /turf/open/floor/carpet, /area/fiorina/station/security/wardens) -"anS" = ( -/obj/structure/prop/structure_lattice{ - dir = 4 - }, -/obj/structure/prop/structure_lattice{ - dir = 4; - layer = 3.1; - pixel_y = 10 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security/wardens) "aoa" = ( /obj/structure/machinery/door/airlock/almayer/maint/autoname{ name = "\improper Null Hatch REPLACE ME"; @@ -440,37 +458,43 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"aod" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) -"aoe" = ( -/obj/effect/decal{ - icon = 'icons/obj/items/policetape.dmi'; - icon_state = "engineering_v" +"aot" = ( +/obj/structure/window/reinforced{ + dir = 8; + health = 80 }, -/turf/open/floor/prison/darkyellow2, -/area/fiorina/station/telecomm/lz1_cargo) -"aox" = ( -/obj/item/trash/boonie, +/obj/structure/filingcabinet, /turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) +/area/fiorina/station/medbay) +"aou" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/prison/whitegreen/west, +/area/fiorina/station/medbay) "aoD" = ( -/obj/effect/decal{ - icon = 'icons/obj/items/policetape.dmi'; - icon_state = "engineering_h"; - layer = 2.5; - pixel_y = -11 +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = 13 }, -/turf/open/floor/prison/darkyellow2/east, -/area/fiorina/station/telecomm/lz1_cargo) +/turf/open/floor/prison/blue_plate/north, +/area/fiorina/station/botany) +"aoM" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/tumor/aux_engi) +"aoR" = ( +/obj/effect/decal/cleanable/blood{ + layer = 3 + }, +/turf/open/floor/prison/whitegreen/north, +/area/fiorina/tumor/ice_lab) "apf" = ( /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) -"apn" = ( -/obj/item/reagent_container/food/drinks/bottle/tomatojuice, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) +"apk" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/prison/whitepurple/southwest, +/area/fiorina/oob) "apw" = ( /turf/open/auto_turf/sand/layer1, /area/fiorina/tumor/civres) @@ -480,19 +504,30 @@ }, /turf/open/floor/prison, /area/fiorina/station/security) -"apH" = ( -/obj/item/tool/mop, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/chapel) -"aqz" = ( -/obj/structure/barricade/handrail/type_b{ - layer = 3.4 +"apI" = ( +/obj/structure/monorail{ + name = "launch track" }, -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" +/obj/structure/machinery/door/poddoor/almayer/locked{ + indestructible = 1; + name = "launch bay door" + }, +/turf/open/floor/plating/prison, +/area/fiorina/oob) +"aqg" = ( +/obj/structure/machinery/iv_drip{ + pixel_y = 19 }, +/turf/open/floor/prison/whitepurple/north, +/area/fiorina/station/research_cells) +"aqu" = ( +/obj/item/device/flashlight, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/medbay) +"aqG" = ( +/obj/effect/landmark/survivor_spawner, /turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) +/area/fiorina/station/medbay) "aqJ" = ( /obj/structure/monorail{ dir = 6; @@ -500,6 +535,10 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/transit_hub) +"ari" = ( +/obj/item/ammo_magazine/smg/mp5, +/turf/open/floor/prison/whitepurple/southwest, +/area/fiorina/station/research_cells) "arm" = ( /obj/structure/platform{ dir = 4 @@ -512,28 +551,14 @@ }, /turf/closed/wall/prison, /area/fiorina/station/research_cells) -"ary" = ( -/obj/structure/inflatable/door, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) -"arB" = ( -/obj/structure/barricade/sandbags{ - icon_state = "sandbag_0"; - layer = 2.97; - pixel_y = -14 - }, -/turf/open/floor/prison/yellow/northwest, -/area/fiorina/station/disco) -"arO" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) +"arv" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/cell_stripe/east, +/area/fiorina/station/telecomm/lz1_tram) +"arK" = ( +/obj/item/stock_parts/matter_bin/super, +/turf/open/floor/prison/darkpurple2/east, +/area/fiorina/tumor/servers) "arY" = ( /obj/structure/stairs/perspective{ dir = 4; @@ -542,19 +567,36 @@ /obj/structure/platform, /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) -"asi" = ( -/obj/item/stack/rods, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"asI" = ( -/obj/structure/bed{ - icon_state = "psychbed" +"asA" = ( +/obj/structure/largecrate/random/barrel/white, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/whitegreen/northeast, +/turf/open/floor/prison/yellow/northeast, +/area/fiorina/station/disco) +"asQ" = ( +/obj/structure/surface/rack, +/obj/item/ammo_box/magazine/nailgun, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/maintenance) +"atg" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/whitegreen/west, +/area/fiorina/tumor/ice_lab) +"atk" = ( +/obj/structure/machinery/shower{ + pixel_y = 13 + }, +/obj/structure/curtain/shower, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/prison/sterile_white/southwest, /area/fiorina/station/medbay) -"asN" = ( -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) "atl" = ( /obj/structure/platform{ dir = 1 @@ -573,10 +615,6 @@ }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzI) -"ato" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) "atp" = ( /obj/item/book/manual/security_space_law{ pixel_x = 3; @@ -584,16 +622,6 @@ }, /turf/open/floor/plating/prison, /area/fiorina/oob) -"atq" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 6 - }, -/obj/structure/barricade/handrail/type_b{ - dir = 8; - layer = 3.5 - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/civres_blue) "atx" = ( /obj/structure/barricade/metal{ health = 250; @@ -601,36 +629,45 @@ }, /turf/open/floor/prison, /area/fiorina/station/disco) -"atX" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/prison/darkyellow2/north, -/area/fiorina/station/telecomm/lz1_cargo) -"aul" = ( -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"auI" = ( -/obj/item/inflatable, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/fiberbush) -"auP" = ( -/obj/structure/bedsheetbin, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"avm" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_27"; - layer = 3.1; - pixel_x = -2; - pixel_y = 10 +"atz" = ( +/obj/structure/platform_decoration{ + dir = 4 }, -/turf/open/floor/prison/redcorner/east, -/area/fiorina/station/power_ring) -"avY" = ( -/obj/item/clothing/head/soft/rainbow, -/turf/open/floor/plating/prison, -/area/fiorina/tumor/civres) -"awx" = ( +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) +"atA" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/blood/empty{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/reagent_container/blood/BMinus{ + pixel_x = 7; + pixel_y = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_cargo) +"avb" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/almayer/plate, +/area/fiorina/tumor/ship) +"avm" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + indestructible = 1; + name = "launch bay door" + }, +/turf/open/floor/prison/cell_stripe/east, +/area/fiorina/oob) +"avY" = ( +/obj/item/clothing/head/soft/rainbow, +/turf/open/floor/plating/prison, +/area/fiorina/tumor/civres) +"awc" = ( +/obj/structure/surface/rack, +/obj/item/storage/firstaid/fire/empty, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) +"awx" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/cameras, /turf/open/floor/prison, @@ -639,25 +676,9 @@ /obj/item/clothing/suit/storage/marine/specialist, /turf/open/floor/plating/prison, /area/fiorina/oob) -"axs" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_sn_full_cap" - }, -/obj/structure/platform{ - dir = 8 - }, -/turf/open/floor/prison/bright_clean2/southwest, -/area/fiorina/station/park) -"axz" = ( -/obj/structure/barricade/handrail/type_b{ - layer = 3.5 - }, -/obj/structure/barricade/handrail/type_b{ - dir = 8; - layer = 3.5 - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/civres_blue) +"axy" = ( +/turf/open/floor/prison/green/east, +/area/fiorina/tumor/civres) "axA" = ( /obj/structure/prop/almayer/computers/mission_planning_system{ density = 0; @@ -668,41 +689,36 @@ }, /turf/closed/wall/prison, /area/fiorina/station/security) -"axU" = ( -/obj/structure/bed/chair, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/station/park) -"axZ" = ( -/obj/structure/bed/sofa/south/grey/left, +"axK" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 + }, /turf/open/floor/prison/redfull, /area/fiorina/station/security) -"ayf" = ( -/obj/structure/prop/almayer/computers/mission_planning_system{ - density = 0; - desc = "Its a telephone, and a computer. Woah."; - name = "\improper funny telephone booth"; - pixel_x = 2; - pixel_y = 21 +"axR" = ( +/obj/effect/decal/cleanable/blood/splatter{ + icon_state = "gib2" }, -/turf/open/floor/prison/whitegreenfull/southwest, +/turf/open/floor/prison/whitegreen, /area/fiorina/station/medbay) -"ayh" = ( -/obj/structure/platform{ - dir = 8; - layer = 2.5 - }, -/obj/structure/machinery/door/airlock/prison_hatch/autoname{ - dir = 1 +"ayb" = ( +/obj/structure/girder, +/turf/open/floor/almayer/plating/northeast, +/area/fiorina/tumor/ship) +"ayJ" = ( +/obj/item/stack/rods, +/turf/open/floor/prison/whitegreen/north, +/area/fiorina/station/medbay) +"ayP" = ( +/obj/structure/prop/almayer/computers/sensor_computer1{ + name = "computer" }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/ice_lab) -"ayD" = ( -/obj/structure/machinery/washing_machine, -/obj/structure/machinery/washing_machine{ - pixel_y = 15 +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/research_cells) "ayX" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ dir = 1; @@ -710,11 +726,14 @@ }, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"aze" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/hypospray, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/botany) +"azb" = ( +/obj/item/trash/eat, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_cargo) +"azj" = ( +/obj/item/newspaper, +/turf/open/floor/prison/green, +/area/fiorina/station/transit_hub) "azv" = ( /obj/structure/girder, /turf/open/floor/plating/prison, @@ -744,6 +763,9 @@ "azZ" = ( /turf/closed/wall/mineral/bone_resin, /area/fiorina/tumor/ice_lab) +"aAe" = ( +/turf/open/floor/prison/darkbrown2/west, +/area/fiorina/maintenance) "aAf" = ( /obj/structure/machinery/light/small{ dir = 8; @@ -752,42 +774,24 @@ }, /turf/open/floor/almayer, /area/fiorina/tumor/ship) -"aAp" = ( -/obj/structure/barricade/metal/wired{ - dir = 4 - }, -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) -"aAu" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/flash, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) "aAy" = ( -/obj/structure/machinery/door/airlock/prison_hatch/autoname, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) -"aAN" = ( -/obj/structure/largecrate/random/secure, -/obj/structure/machinery/light/double/blue{ - pixel_y = -1 +/obj/structure/barricade/wooden, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"aAO" = ( +/obj/structure/platform{ + dir = 8 }, -/turf/open/floor/prison/yellow/southwest, -/area/fiorina/station/disco) -"aAQ" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "birthday" +/obj/structure/platform, +/obj/structure/platform_decoration{ + dir = 10 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) +/area/fiorina/station/botany) "aBm" = ( /obj/item/trash/uscm_mre, /turf/open/floor/prison, /area/fiorina/station/telecomm/lz1_cargo) -"aBF" = ( -/turf/open/floor/prison/blue_plate, -/area/fiorina/station/botany) "aBJ" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/book/manual/chef_recipes{ @@ -799,15 +803,13 @@ /obj/item/ammo_magazine/rifle/m16, /turf/open/floor/prison, /area/fiorina/station/security) -"aBV" = ( -/obj/structure/barricade/metal/wired{ - dir = 1 - }, -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/lz/near_lzI) -"aCu" = ( -/turf/open/floor/prison/blue/southwest, -/area/fiorina/station/civres_blue) +"aCt" = ( +/obj/structure/platform_decoration, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/park) +"aCw" = ( +/turf/open/floor/prison/darkbrown2/east, +/area/fiorina/maintenance) "aCC" = ( /obj/item/tool/soap{ pixel_x = 2; @@ -815,31 +817,25 @@ }, /turf/open/floor/plating/plating_catwalk, /area/fiorina/tumor/ship) -"aCR" = ( -/obj/item/stack/rods, -/turf/open/floor/prison/greencorner/east, -/area/fiorina/station/chapel) -"aCZ" = ( -/obj/structure/bed/chair/comfy, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"aDe" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/microwave{ - pixel_y = 7 +"aCY" = ( +/obj/structure/bed/chair, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) +"aDa" = ( +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/lz/near_lzI) "aDi" = ( /obj/structure/machinery/vending/snack/packaged, /turf/open/floor/prison, /area/fiorina/station/medbay) -"aDo" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/prison/whitegreen/east, -/area/fiorina/station/medbay) +"aDp" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) "aDr" = ( /obj/structure/machinery/light/double/blue{ dir = 8; @@ -848,75 +844,46 @@ }, /turf/open/floor/prison, /area/fiorina/station/security) -"aDz" = ( -/obj/structure/bed{ - icon_state = "abed" - }, -/obj/item/card/id/visa, -/turf/open/floor/prison/whitepurple, -/area/fiorina/station/research_cells) -"aDO" = ( -/obj/item/bodybag, -/obj/item/bodybag{ - pixel_y = 2 - }, -/obj/item/bodybag{ - pixel_y = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/medbay) +"aDD" = ( +/turf/open/floor/prison/darkyellowcorners2, +/area/fiorina/station/telecomm/lz1_cargo) "aEi" = ( /obj/structure/machinery/door/poddoor/shutters/almayer, /turf/open/floor/plating/prison, /area/fiorina/tumor/civres) -"aFd" = ( -/obj/structure/machinery/shower{ - pixel_y = 13 - }, -/obj/structure/machinery/shower{ - dir = 4 +"aEt" = ( +/obj/structure/barricade/wooden{ + dir = 8 }, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/lowsec) +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) +"aEU" = ( +/turf/open/floor/prison/yellow, +/area/fiorina/station/central_ring) "aFn" = ( /obj/structure/machinery/vending/coffee, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) -"aFT" = ( -/obj/structure/window/framed/prison, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) "aFZ" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/medbay) -"aGB" = ( -/obj/item/tool/warning_cone, -/obj/structure/barricade/metal{ - dir = 8; - health = 150; - icon_state = "metal_2" - }, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/station/park) -"aGE" = ( -/obj/structure/bed/chair{ - dir = 8 +"aGa" = ( +/obj/item/ammo_casing{ + icon_state = "casing_10_1" }, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/botany) -"aGI" = ( -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/flight_deck) +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"aGm" = ( +/obj/item/stack/cable_coil, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) "aGV" = ( /obj/structure/largecrate/random/barrel/red, /turf/open/floor/prison, /area/fiorina/station/security) "aHe" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/oob) "aHg" = ( /obj/structure/prop/resin_prop, /turf/open/floor/plating/prison, @@ -925,13 +892,6 @@ /obj/item/tool/crowbar, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/lz/near_lzI) -"aHo" = ( -/obj/structure/machinery/cm_vending/sorted/marine_food{ - desc = "Prison meal vendor, containing preprepared meals fit for the dregs of society."; - name = "\improper Fiorina Green Block Canteen Vendor" - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) "aHA" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -939,17 +899,16 @@ }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzI) -"aHE" = ( -/obj/item/stack/rods, -/turf/open/floor/prison/whitegreen/east, -/area/fiorina/station/medbay) -"aHM" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +"aHI" = ( +/obj/item/bodybag, +/obj/item/bodybag{ + pixel_y = 2 }, -/turf/open/floor/prison/greenblue, -/area/fiorina/station/botany) +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/medbay) +"aHO" = ( +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) "aIf" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -958,40 +917,45 @@ /obj/structure/platform/stair_cut, /turf/open/floor/plating/prison, /area/fiorina/station/security) -"aIP" = ( -/obj/structure/closet/secure_closet/medical3, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"aJx" = ( -/obj/structure/machinery/optable{ - desc = "This maybe could be used for advanced medical procedures."; - name = "Exam Table" - }, -/obj/item/bedsheet/ce{ - desc = "It crinkles, aggressively."; - name = "sterile wax sheet" - }, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +"aIz" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/station/telecomm/lz1_tram) +"aIH" = ( +/obj/item/ammo_casing{ + icon_state = "casing_8" }, -/turf/open/floor/prison/redfull, -/area/fiorina/station/medbay) -"aJC" = ( -/obj/structure/holohoop{ +/obj/structure/surface/table/reinforced/prison{ dir = 4; - id = "basketball"; - side = "left" + flipped = 1 }, -/obj/structure/barricade/handrail{ - dir = 8 +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"aIP" = ( +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/platingdmg1, +/area/fiorina/station/security) +"aJc" = ( +/obj/structure/prop/resin_prop{ + icon_state = "sheater0" }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/research_cells) -"aJE" = ( -/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, -/turf/open/floor/prison/floor_plate, +/turf/open/floor/prison/darkbrownfull2, /area/fiorina/tumor/aux_engi) +"aJj" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/item/clothing/gloves/latex, +/turf/open/floor/prison/redfull, +/area/fiorina/station/medbay) +"aJN" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/atmos_alert, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) "aJX" = ( /obj/structure/bed/chair{ dir = 8 @@ -1003,24 +967,68 @@ }, /turf/open/floor/wood, /area/fiorina/station/security/wardens) -"aKo" = ( -/obj/effect/decal/cleanable/blood/oil, +"aKl" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/lockbox/vials{ + pixel_x = -4; + pixel_y = 4 + }, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) +/area/fiorina/station/lowsec) +"aKm" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = -3 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_tram) +"aKn" = ( +/obj/item/reagent_container/food/drinks/bottle/pwine, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) +"aKt" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/medbay) "aKA" = ( /obj/structure/platform_decoration/kutjevo{ dir = 1 }, /turf/open/space, /area/fiorina/oob) -"aKY" = ( -/obj/item/stack/cable_coil, +"aKD" = ( +/obj/structure/machinery/vending/coffee, +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = 13 + }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"aLi" = ( -/obj/item/newspaper, -/turf/open/floor/prison/whitepurplecorner, -/area/fiorina/station/research_cells) +/area/fiorina/station/medbay) +"aKN" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/fiorina/station/park) +"aKO" = ( +/obj/item/tool/mop, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/park) +"aKY" = ( +/obj/structure/machinery/light/small{ + dir = 4; + pixel_x = 11; + pixel_y = 10 + }, +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/almayer/plate, +/area/fiorina/tumor/ship) +"aLn" = ( +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/green, +/area/fiorina/station/chapel) "aLp" = ( /obj/structure/prop/invuln{ desc = "An inflated membrane. This one is puncture proof. Wow!"; @@ -1030,30 +1038,19 @@ /obj/structure/blocker/invisible_wall, /turf/open/floor/almayer_hull, /area/fiorina/station/medbay) -"aLr" = ( -/obj/structure/barricade/metal{ - health = 250; - icon_state = "metal_1" +"aLu" = ( +/obj/structure/machinery/optable, +/turf/open/floor/corsat/squares, +/area/fiorina/station/medbay) +"aLv" = ( +/obj/structure/machinery/defenses/tesla_coil/premade{ + faction_group = list("USCM") }, /turf/open/organic/grass/astroturf, /area/fiorina/station/park) -"aLA" = ( -/obj/structure/largecrate/random/case, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/research_cells) -"aLG" = ( -/obj/structure/flora/bush/ausbushes/grassybush{ - icon_state = "ywflowers_2" - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/civres_blue) -"aLH" = ( -/obj/item/trash/hotdog, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/medbay) -"aLM" = ( -/turf/open/floor/prison/red/east, -/area/fiorina/station/security) +"aLQ" = ( +/turf/open/floor/prison/yellow/southeast, +/area/fiorina/station/lowsec) "aLR" = ( /obj/item/stack/medical/bruise_pack, /turf/open/floor/prison, @@ -1065,6 +1062,18 @@ "aMg" = ( /turf/closed/wall/r_wall/prison, /area/fiorina/tumor/ice_lab) +"aMj" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) +"aMo" = ( +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/tumor/fiberbush) "aMM" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ dir = 1; @@ -1072,36 +1081,59 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/botany) +"aMO" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/surface/rack, +/obj/item/clothing/gloves/latex, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"aNp" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/lz/near_lzII) +"aNZ" = ( +/obj/item/ammo_casing{ + icon_state = "casing_6_1" + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) +"aOb" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = -3 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/medbay) "aOc" = ( /turf/closed/shuttle/ert{ icon_state = "rightengine_3"; opacity = 0 }, /area/fiorina/tumor/ship) -"aOe" = ( -/obj/structure/barricade/handrail/type_b, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"aOf" = ( -/obj/item/stack/sandbags_empty/half, -/turf/open/floor/prison/darkyellow2, -/area/fiorina/lz/near_lzI) -"aOH" = ( -/obj/structure/inflatable/popped, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) -"aOI" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/microwave{ - icon_state = "mwo"; - pixel_y = 6 +"aOA" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 }, -/turf/open/floor/prison/kitchen/southwest, +/turf/open/floor/prison/blue/northwest, /area/fiorina/station/civres_blue) -"aPb" = ( -/obj/structure/closet, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/flight_deck) +"aPl" = ( +/obj/structure/holohoop{ + dir = 4; + id = "basketball"; + side = "left" + }, +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/research_cells) +"aPr" = ( +/turf/open/floor/prison/whitepurple/northwest, +/area/fiorina/station/research_cells) "aPD" = ( /obj/structure/prop/invuln{ desc = "An inflated membrane. This one is puncture proof. Wow!"; @@ -1111,30 +1143,18 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"aPE" = ( -/obj/structure/largecrate/random/barrel/white, -/obj/structure/barricade/wooden{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) "aPH" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/security/wardens) -"aPN" = ( -/obj/structure/machinery/light/double/blue{ - pixel_y = -1 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) "aPU" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/flashlight, /turf/open/floor/plating/prison, /area/fiorina/station/security/wardens) -"aQl" = ( -/turf/open/floor/prison/whitegreen/east, -/area/fiorina/tumor/ice_lab) +"aQt" = ( +/obj/structure/toilet, +/turf/open/floor/prison/sterile_white, +/area/fiorina/station/civres_blue) "aQB" = ( /obj/structure/platform/kutjevo/smooth{ dir = 1 @@ -1150,6 +1170,15 @@ /obj/structure/lattice, /turf/open/space/basic, /area/fiorina/oob) +"aQP" = ( +/obj/effect/decal/medical_decals{ + icon_state = "cryotop" + }, +/obj/structure/pipes/standard/simple/visible{ + dir = 5 + }, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) "aQU" = ( /obj/structure/stairs/perspective{ dir = 4; @@ -1157,43 +1186,52 @@ }, /turf/open/floor/prison, /area/fiorina/station/security) +"aRe" = ( +/obj/effect/landmark/static_comms/net_one, +/turf/open/floor/prison/darkyellow2/southwest, +/area/fiorina/station/telecomm/lz1_tram) +"aRj" = ( +/obj/structure/bed/roller, +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/lz/near_lzI) "aRk" = ( /obj/structure/cargo_container/grant/left, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/power_ring) -"aRn" = ( -/obj/structure/machinery/shower{ - pixel_y = 13 - }, -/obj/structure/curtain/shower, -/obj/structure/window{ - dir = 4 - }, -/obj/item/coin/uranium{ - desc = "You found one of the three uranium coins. It is entirely worthless." - }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) +"aRo" = ( +/turf/open/floor/prison/darkyellow2/southwest, +/area/fiorina/station/flight_deck) "aRt" = ( /obj/item/ammo_casing{ icon_state = "casing_5_1" }, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"aRw" = ( -/obj/structure/machinery/computer3/server/rack, -/turf/open/floor/prison/floor_plate, +"aRy" = ( +/turf/open/floor/prison/kitchen, +/area/fiorina/station/power_ring) +"aRD" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 + }, +/turf/open/floor/prison/darkpurplefull2, /area/fiorina/tumor/servers) -"aRG" = ( -/turf/open/floor/prison, -/area/fiorina/station/flight_deck) -"aRM" = ( -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/aux_engi) -"aRN" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/transit_hub) +"aRE" = ( +/obj/item/explosive/grenade/high_explosive/m15{ + pixel_x = -9; + pixel_y = -8 + }, +/obj/item/explosive/grenade/high_explosive/frag{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/tumor/servers) +"aRG" = ( +/turf/open/floor/prison, +/area/fiorina/station/flight_deck) "aRT" = ( /obj/structure/barricade/handrail/type_b{ layer = 3.5 @@ -1203,37 +1241,36 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"aRV" = ( -/turf/open/floor/prison/darkbrown2/southeast, -/area/fiorina/station/park) +"aSn" = ( +/obj/structure/platform, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) "aSz" = ( /turf/closed/wall/r_wall/prison, /area/fiorina/station/research_cells) -"aSM" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) +"aSO" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/prison/darkbrown2/northwest, +/area/fiorina/tumor/aux_engi) "aSS" = ( /obj/structure/extinguisher_cabinet, /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/medbay) -"aSV" = ( -/obj/item/clothing/under/shorts/red, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/central_ring) -"aTc" = ( -/obj/effect/spawner/random/tool, -/turf/open/floor/prison/green/west, -/area/fiorina/station/chapel) +"aTb" = ( +/obj/structure/machinery/washing_machine, +/obj/item/clothing/head/that{ + pixel_y = 10 + }, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/sterile_white, +/area/fiorina/station/civres_blue) "aTo" = ( /turf/closed/wall/mineral/bone_resin, /area/fiorina/station/transit_hub) -"aTq" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) "aTE" = ( /obj/structure/bed/chair{ dir = 1 @@ -1247,105 +1284,149 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/research_cells) -"aTZ" = ( -/obj/structure/prop/structure_lattice{ +"aTO" = ( +/obj/structure/closet/bodybag, +/obj/effect/decal/medical_decals{ dir = 4; - health = 300; - icon = 'icons/turf/elevator.dmi'; - icon_state = "wall_broke" + icon_state = "triagedecaldir" }, -/turf/open/floor/corsat/squares, -/area/fiorina/station/telecomm/lz1_cargo) -"aUK" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"aTQ" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" }, -/turf/open/floor/prison/floor_plate, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/civres_blue) +"aTT" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/greenblue/north, +/area/fiorina/station/botany) +"aTV" = ( +/obj/structure/inflatable, +/obj/structure/barricade/handrail/type_b, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"aUI" = ( +/obj/item/trash/candle, +/turf/open/floor/prison/floor_plate/southwest, /area/fiorina/station/telecomm/lz1_cargo) -"aVa" = ( -/obj/structure/reagent_dispensers/water_cooler/stacks, +"aUU" = ( +/obj/structure/machinery/computer/emails{ + pixel_y = 6 + }, +/obj/structure/surface/table/reinforced/prison, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) +/area/fiorina/station/park) "aVd" = ( /obj/effect/landmark/monkey_spawn, /turf/open/floor/plating/prison, /area/fiorina/station/transit_hub) -"aVg" = ( -/obj/structure/platform_decoration{ - dir = 4 - }, -/turf/open/floor/prison/bluecorner/east, -/area/fiorina/station/power_ring) -"aVv" = ( -/obj/structure/closet, -/turf/open/floor/prison/bluecorner/east, -/area/fiorina/station/power_ring) -"aVC" = ( -/obj/structure/filingcabinet{ - pixel_x = 8; - pixel_y = 4 - }, -/obj/structure/filingcabinet{ - pixel_x = -8; - pixel_y = 4 - }, +"aVj" = ( /obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 + dir = 8; + pixel_x = -10; + pixel_y = 13 }, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) +/turf/open/floor/prison/green/west, +/area/fiorina/station/chapel) "aVE" = ( /obj/vehicle/train/cargo/engine, /turf/open/floor/prison, /area/fiorina/station/transit_hub) -"aVV" = ( -/obj/item/ammo_casing{ - dir = 8; - icon_state = "casing_6" - }, -/turf/open/floor/prison/darkbrown2/north, +"aVQ" = ( +/obj/structure/largecrate/random/barrel, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/darkbrownfull2, /area/fiorina/station/park) -"aWc" = ( -/obj/effect/spawner/random/tool, +"aWe" = ( +/obj/item/stool, +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/chapel) +/area/fiorina/station/power_ring) "aWk" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/telecomm/lz2_maint) -"aWs" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"aWB" = ( -/obj/structure/window{ - dir = 1 +"aWu" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/tumor/aux_engi) +"aWG" = ( +/obj/structure/machinery/light/double/blue{ + pixel_y = -1 }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) +/turf/open/floor/prison/blue_plate, +/area/fiorina/station/botany) +"aWH" = ( +/obj/item/bodybag, +/turf/open/floor/prison/yellow/west, +/area/fiorina/station/lowsec) "aWV" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/tumor/servers) +"aXe" = ( +/turf/open/floor/prison/darkyellow2/southwest, +/area/fiorina/station/telecomm/lz1_cargo) "aXn" = ( /turf/closed/shuttle/elevator{ dir = 5 }, /area/fiorina/tumor/aux_engi) "aXR" = ( -/obj/item/trash/cigbutt, -/turf/open/floor/prison/blue/east, -/area/fiorina/station/power_ring) -"aZf" = ( -/turf/open/floor/prison/cell_stripe/north, -/area/fiorina/station/power_ring) -"aZw" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/restraint/handcuffs, -/turf/open/floor/prison, -/area/fiorina/station/security) +/obj/structure/platform_decoration, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/central_ring) +"aYk" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 10 + }, +/obj/structure/barricade/handrail/type_b{ + dir = 4; + layer = 3.5 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/civres_blue) +"aYt" = ( +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/turf/open/floor/prison/yellow/north, +/area/fiorina/station/lowsec) +"aYy" = ( +/turf/open/organic/grass/astroturf, +/area/fiorina/station/central_ring) +"aYH" = ( +/obj/structure/tunnel/maint_tunnel, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) +"aYO" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/flashlight/lamp/candelabra{ + layer = 3.2; + pixel_x = 1; + pixel_y = 13 + }, +/turf/open/floor/prison/greenfull/east, +/area/fiorina/station/transit_hub) +"aYS" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/prison/whitegreen/southeast, +/area/fiorina/station/medbay) +"aYT" = ( +/obj/structure/machinery/processor, +/turf/open/floor/prison/blue_plate/west, +/area/fiorina/station/botany) +"aYY" = ( +/obj/structure/flora/bush/ausbushes/ausbush{ + desc = "Fiberbush(tm) infestations have been the leading cause in asbestos related deaths in spacecraft for 3 years in a row now."; + icon_state = "fullgrass_1"; + name = "Fiberbush(tm) tubers" + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/fiberbush) "aZD" = ( /obj/structure/platform{ dir = 8 @@ -1362,20 +1443,25 @@ }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzI) -"aZJ" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 - }, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) "aZN" = ( /obj/item/toy/crayon/yellow, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"bam" = ( -/obj/effect/landmark/corpsespawner/ua_riot/burst, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/tumor/civres) +"aZS" = ( +/obj/structure/machinery/space_heater, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/fiberbush) +"baj" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/item/device/multitool, +/obj/item/device/multitool, +/obj/item/device/multitool, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/lz/near_lzI) "baC" = ( /turf/closed/wall/mineral/bone_resin, /area/fiorina/station) @@ -1384,21 +1470,29 @@ /obj/item/stack/catwalk, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"baL" = ( -/obj/effect/decal/cleanable/blood/gibs/robot/limb, -/turf/open/floor/prison/whitepurple/northeast, -/area/fiorina/station/research_cells) +"bbc" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "bby" = ( /turf/open/floor/prison, /area/fiorina/tumor/civres) -"bbz" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/prison/blue, -/area/fiorina/station/power_ring) -"bcb" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) +"bbJ" = ( +/obj/structure/bed{ + icon_state = "abed" + }, +/obj/item/reagent_container/food/snacks/wrapped/barcardine, +/turf/open/floor/prison/yellow/southwest, +/area/fiorina/station/lowsec) +"bbZ" = ( +/obj/structure/prop/souto_land/pole, +/obj/structure/prop/souto_land/pole{ + dir = 4; + pixel_y = 24 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/fiorina/station/park) "bce" = ( /obj/structure/lattice, /turf/open/space/basic, @@ -1408,45 +1502,44 @@ /obj/item/storage/pill_bottle/kelotane/skillless, /turf/open/floor/plating/prison, /area/fiorina/maintenance) +"bcp" = ( +/obj/structure/platform, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/transit_hub) +"bcD" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) "bcH" = ( /obj/item/tool/screwdriver, /turf/open/floor/prison, /area/fiorina/station/transit_hub) -"bcL" = ( -/obj/structure/bed/chair/comfy{ +"bcP" = ( +/obj/structure/machinery/portable_atmospherics/powered/scrubber, +/turf/open/floor/prison/whitepurple, +/area/fiorina/station/research_cells) +"bcX" = ( +/obj/structure/closet/secure_closet/security, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/disco) +"bdn" = ( +/obj/structure/barricade/wooden{ dir = 8 }, -/turf/open/floor/prison/darkyellow2/northwest, -/area/fiorina/station/flight_deck) -"bcW" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"bcY" = ( -/obj/structure/largecrate/random/case, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/station/park) -"bdf" = ( -/turf/open/floor/prison/greencorner/north, -/area/fiorina/station/chapel) -"bdo" = ( -/obj/structure/largecrate/random, -/turf/open/floor/prison/floor_marked/southwest, -/area/fiorina/station/power_ring) -"bdD" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/book/manual/security_space_law{ - pixel_x = 3; - pixel_y = 5 +/turf/open/floor/prison/whitepurple, +/area/fiorina/station/research_cells) +"bdq" = ( +/turf/open/floor/prison/blue/northwest, +/area/fiorina/station/civres_blue) +"bdr" = ( +/obj/structure/disposalpipe/segment{ + color = "#c4c4c4"; + dir = 4; + layer = 6; + name = "overhead pipe"; + pixel_y = 12 }, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/security) -"bdZ" = ( -/turf/open/floor/prison/cell_stripe, -/area/fiorina/station/central_ring) -"bea" = ( -/turf/open/floor/prison/green/north, +/turf/open/floor/prison/greenfull/northwest, /area/fiorina/tumor/civres) "bej" = ( /obj/structure/barricade/handrail/type_b, @@ -1455,14 +1548,6 @@ }, /turf/open/floor/prison, /area/fiorina/station/disco) -"beP" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = 13 - }, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/tumor/servers) "beW" = ( /obj/structure/machinery/light/double/blue{ dir = 1; @@ -1470,10 +1555,6 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"bfd" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/prison/whitepurple, -/area/fiorina/station/research_cells) "bfg" = ( /obj/structure/surface/rack, /obj/item/storage/bible/hefa{ @@ -1482,19 +1563,23 @@ /obj/item/storage/bible/hefa, /turf/open/floor/prison, /area/fiorina/station/medbay) -"bfk" = ( -/turf/open/floor/prison/green, -/area/fiorina/station/botany) "bfx" = ( /obj/item/trash/barcardine, /turf/open/floor/prison, /area/fiorina/station/security) +"bfz" = ( +/obj/structure/platform_decoration, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) "bfF" = ( /obj/structure/cable/heavyduty{ icon_state = "4-8" }, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) +"bfH" = ( +/turf/open/floor/prison/whitegreen/northeast, +/area/fiorina/tumor/ice_lab) "bfZ" = ( /turf/open/floor/prison, /area/fiorina/station/civres_blue) @@ -1509,40 +1594,39 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/disco) -"bgm" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/tumor/aux_engi) -"bgq" = ( -/obj/item/device/multitool, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) +"bgi" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/lz/near_lzI) +"bgx" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/prison/chapel_carpet/doubleside, +/area/fiorina/station/chapel) "bgy" = ( /obj/item/trash/pistachios, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"bgI" = ( -/obj/item/ammo_casing{ - icon_state = "cartridge_2" +"bgP" = ( +/obj/structure/bed/sofa/south/grey/right, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/transit_hub) +"bgS" = ( +/obj/item/stack/rods/plasteel, +/turf/open/floor/prison/floorscorched2, +/area/fiorina/station/security) "bha" = ( /obj/structure/platform_decoration, /turf/open/floor/prison, /area/fiorina/station/medbay) -"bhc" = ( -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) -"bhg" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/stack/rods, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/station/chapel) -"bhl" = ( -/obj/item/device/flashlight/on, -/turf/open/floor/prison/darkbrowncorners2/north, -/area/fiorina/tumor/aux_engi) +"bhh" = ( +/turf/open/floor/prison/blue/west, +/area/fiorina/tumor/servers) "bht" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgib4" @@ -1562,22 +1646,35 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/lowsec) -"bhP" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/weapon/gun/energy/taser, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) +"bhz" = ( +/obj/item/device/flashlight/flare, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) +"bhG" = ( +/obj/structure/machinery/shower{ + pixel_y = 13 + }, +/obj/structure/machinery/shower{ + dir = 4 + }, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/research_cells) +"bhI" = ( +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/darkbrown2, +/area/fiorina/tumor/aux_engi) "bhX" = ( /turf/open/floor/plating/prison, /area/fiorina/station/flight_deck) +"bic" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/park) "bis" = ( /turf/closed/wall/prison, /area/fiorina/station/chapel) -"biB" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/newspaper, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) "biJ" = ( /obj/structure/stairs/perspective{ dir = 1; @@ -1585,21 +1682,31 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/research_cells) -"bja" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/prison/cell_stripe/east, -/area/fiorina/tumor/servers) -"bjb" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/transit_hub) -"bjd" = ( -/obj/structure/largecrate/random/secure, -/turf/open/floor/prison/whitegreen/southeast, +"biL" = ( +/obj/item/ammo_magazine/smg/mp5, +/turf/open/floor/prison/darkyellow2/east, +/area/fiorina/station/telecomm/lz1_cargo) +"bjB" = ( +/obj/item/explosive/grenade/phosphorus, +/obj/item/explosive/grenade/phosphorus, +/obj/item/explosive/grenade/phosphorus, +/obj/structure/surface/rack, +/obj/item/explosive/grenade/phosphorus, +/turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) +"bjK" = ( +/obj/structure/window/reinforced/tinted, +/obj/item/storage/briefcase, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/lz/near_lzI) +"bjW" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 8 + }, +/turf/open/floor/prison/yellow/northeast, +/area/fiorina/station/lowsec) "bka" = ( /obj/structure/monorail{ dir = 4; @@ -1607,21 +1714,6 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"bkp" = ( -/turf/open/floor/corsat/plate, -/area/fiorina/tumor/aux_engi) -"bkz" = ( -/obj/structure/prop/souto_land/pole{ - dir = 1 - }, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/station/park) -"bkA" = ( -/obj/structure/barricade/deployable{ - dir = 1 - }, -/turf/open/floor/prison/yellow/north, -/area/fiorina/station/lowsec) "blb" = ( /obj/structure/machinery/light/double/blue{ dir = 8; @@ -1630,15 +1722,15 @@ }, /turf/open/floor/prison, /area/fiorina/station/civres_blue) -"blm" = ( -/obj/effect/decal{ - icon = 'icons/obj/items/policetape.dmi'; - icon_state = "engineering_h"; - layer = 2.5; - pixel_y = -11 - }, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/flight_deck) +"bls" = ( +/obj/item/trash/liquidfood, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"blx" = ( +/obj/structure/largecrate/random/case/double, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/station/park) "blG" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ dir = 2; @@ -1646,44 +1738,49 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/lowsec) -"bmq" = ( -/obj/item/tool/wrench, -/turf/open/floor/prison/darkpurple2/southeast, -/area/fiorina/tumor/servers) -"bmu" = ( -/obj/structure/machinery/shower{ - pixel_y = 13 - }, -/obj/structure/machinery/shower{ - dir = 8 +"blW" = ( +/obj/structure/bed/roller, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/research_cells) +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/station/telecomm/lz1_cargo) +"bmo" = ( +/obj/item/ammo_magazine/rifle/mar40/extended, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) "bmE" = ( /obj/structure/machinery/door/airlock/prison_hatch/autoname, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"bmS" = ( -/obj/structure/surface/rack, -/obj/item/restraint/handcuffs/zip, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/lowsec) +"bmJ" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) "bmV" = ( /obj/item/device/flashlight/lamp/tripod, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"bne" = ( -/turf/open/floor/prison/platingdmg1, -/area/fiorina/station/civres_blue) +"bnr" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) "bnt" = ( -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) +/obj/item/stack/sheet/metal/medium_stack, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/ice_lab) +"bnx" = ( +/obj/item/ammo_casing{ + icon_state = "casing_5" + }, +/turf/open/floor/prison/whitegreen/west, +/area/fiorina/tumor/ice_lab) "bnA" = ( /turf/closed/wall/prison, /area/fiorina/station/transit_hub) -"bnC" = ( -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) "bnK" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -1696,14 +1793,10 @@ /obj/structure/surface/table/reinforced/prison, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"bnP" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = -3 - }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/station/telecomm/lz1_tram) +"bnQ" = ( +/obj/item/paper/crumpled, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) "boe" = ( /obj/item/tool/wet_sign, /turf/open/floor/plating/prison, @@ -1716,43 +1809,52 @@ /obj/item/stack/tile/plasteel, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"boC" = ( -/obj/structure/reagent_dispensers/water_cooler/stacks, +"boO" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/prison/whitegreen/northwest, +/area/fiorina/station/medbay) +"bpy" = ( +/obj/structure/machinery/space_heater, /turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) -"boG" = ( -/turf/open/floor/prison/bluecorner/east, -/area/fiorina/station/power_ring) -"bpb" = ( -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/ice_lab) "bpI" = ( -/obj/vehicle/powerloader{ - dir = 8 +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/microwave{ + pixel_y = 7 }, -/turf/open/floor/prison/floor_plate, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/bluefull, /area/fiorina/station/power_ring) -"bqc" = ( -/turf/open/floor/prison/darkyellowcorners2, -/area/fiorina/station/flight_deck) -"bqJ" = ( -/obj/effect/decal{ - icon = 'icons/obj/items/policetape.dmi'; - icon_state = "engineering_h"; - layer = 2.5; - pixel_y = -11 - }, -/obj/item/device/flashlight/flare, -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/station/telecomm/lz1_cargo) -"bqU" = ( -/obj/structure/closet/secure_closet/security_empty, -/obj/item/clothing/accessory/storage/holster, -/obj/structure/window/reinforced{ - dir = 4 +"bpO" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir" }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"bqZ" = ( +/obj/structure/bed/chair, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) +"bro" = ( +/obj/item/frame/rack, /turf/open/floor/prison/redfull, /area/fiorina/station/security) +"brq" = ( +/turf/open/floor/prison/chapel_carpet/doubleside, +/area/fiorina/station/chapel) +"brB" = ( +/obj/item/tool/scythe, +/turf/open/floor/prison/blue_plate/west, +/area/fiorina/station/botany) +"brC" = ( +/obj/effect/landmark/corpsespawner/ua_riot, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) "brI" = ( /obj/structure/platform/kutjevo/smooth{ dir = 1 @@ -1765,10 +1867,18 @@ }, /turf/open/space/basic, /area/fiorina/oob) -"bsg" = ( -/obj/item/stack/sandbags/large_stack, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/flight_deck) +"bsl" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -5; + pixel_y = -6 + }, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = -5; + pixel_y = -11 + }, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/civres_blue) "bso" = ( /turf/closed/shuttle/ert{ icon_state = "stan_l_w" @@ -1782,49 +1892,79 @@ /turf/open/floor/prison, /area/fiorina/station/security) "bsB" = ( -/obj/structure/stairs/perspective{ +/obj/structure/prop/structure_lattice{ dir = 8; - icon_state = "p_stair_full" + health = 300; + icon = 'icons/turf/elevator.dmi'; + icon_state = "wall_broke" }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/botany) -"bum" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 +/turf/open/floor/corsat/squares, +/area/fiorina/station/telecomm/lz1_cargo) +"bsO" = ( +/obj/item/device/cassette_tape/nam, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"btC" = ( +/obj/structure/tunnel, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/civres_blue) +"bua" = ( +/obj/item/fuel_cell, +/obj/structure/surface/rack, +/turf/open/floor/prison, +/area/fiorina/maintenance) +"buf" = ( +/obj/structure/prop/souto_land/pole{ + dir = 1 }, -/turf/open/floor/prison/blue_plate/north, -/area/fiorina/station/botany) +/obj/structure/prop/souto_land/pole{ + dir = 8; + pixel_y = 24 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/fiorina/station/park) +"bun" = ( +/obj/structure/bed/roller, +/obj/structure/machinery/iv_drip{ + pixel_y = 19 + }, +/obj/item/newspaper, +/obj/item/bedsheet/green, +/turf/open/floor/prison/whitegreen/east, +/area/fiorina/station/medbay) "buz" = ( /obj/item/stack/rods, /turf/open/floor/plating/prison, /area/fiorina/station/security) -"buH" = ( -/obj/structure/platform, -/obj/item/clothing/gloves/botanic_leather, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/botany) +"buI" = ( +/obj/structure/barricade/handrail/type_b{ + dir = 8; + layer = 3.5 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/civres_blue) "buO" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/clothing/mask/surgical, /turf/open/floor/prison, /area/fiorina/station/lowsec) -"bvk" = ( -/turf/open/floor/prison/floorscorched1, -/area/fiorina/tumor/aux_engi) -"bvv" = ( -/obj/item/device/cassette_tape/nam, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"bvx" = ( -/obj/structure/machinery/light/double/blue{ +"buW" = ( +/obj/structure/bed/chair{ dir = 4; - pixel_x = 10; - pixel_y = 13 + pixel_y = 4 }, -/turf/open/floor/prison/greenblue/east, -/area/fiorina/station/botany) +/turf/open/floor/prison/darkbrown2/southwest, +/area/fiorina/maintenance) +"bvp" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/cameras{ + dir = 4 + }, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"bvF" = ( +/turf/open/floor/prison/blue/southwest, +/area/fiorina/station/civres_blue) "bvK" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/book/manual/atmospipes{ @@ -1832,43 +1972,23 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"bvQ" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 1 - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) -"bvW" = ( -/obj/structure/inflatable, -/turf/open/floor/prison/whitepurple, -/area/fiorina/station/research_cells) "bvY" = ( /obj/item/stack/cable_coil, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) -"bwM" = ( -/obj/structure/platform{ - dir = 8 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"bwQ" = ( -/obj/structure/platform_decoration{ - dir = 4 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) +"bwC" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/lz/near_lzI) "bxg" = ( -/turf/open/floor/prison/darkyellow2/northwest, -/area/fiorina/station/telecomm/lz1_cargo) -"bxt" = ( -/turf/open/floor/prison/green/northwest, -/area/fiorina/station/chapel) -"bxR" = ( -/obj/structure/closet/secure_closet/engineering_materials, -/obj/effect/spawner/random/gun/smg, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) +/obj/item/stack/sheet/metal/medium_stack, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison/blue/west, +/area/fiorina/station/civres_blue) +"bxE" = ( +/obj/effect/spawner/random/gun/rifle, +/turf/open/floor/prison/darkyellow2/southwest, +/area/fiorina/lz/near_lzI) "bxW" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -1880,51 +2000,20 @@ icon_state = "stan27" }, /area/fiorina/tumor/ship) -"byi" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, -/turf/open/floor/prison/whitegreen/northwest, -/area/fiorina/tumor/ice_lab) -"byl" = ( -/obj/effect/decal{ - icon = 'icons/obj/items/policetape.dmi'; - icon_state = "engineering_v" - }, -/obj/structure/machinery/light/double/blue{ - pixel_y = -1 - }, -/turf/open/floor/prison/darkyellow2, -/area/fiorina/station/telecomm/lz1_cargo) "bym" = ( /turf/closed/shuttle/ert{ icon_state = "stan20" }, /area/fiorina/lz/near_lzI) -"byH" = ( -/turf/open/floor/prison/darkbrown2/west, -/area/fiorina/tumor/aux_engi) -"byI" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"byS" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) -"bzr" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 9 - }, -/obj/structure/barricade/handrail/type_b{ - dir = 4; - layer = 3.5 +"bzu" = ( +/obj/structure/barricade/metal/wired{ + dir = 8 }, -/obj/structure/barricade/handrail/type_b{ - layer = 3.5 +/obj/item/stack/sheet/metal{ + amount = 5 }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) "bzL" = ( /obj/structure/bed/sofa/vert/grey/bot, /turf/open/floor/prison, @@ -1932,55 +2021,38 @@ "bzO" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/power_ring) -"bzY" = ( -/turf/open/floor/prison/platingdmg1, -/area/fiorina/tumor/civres) -"bAa" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) "bAc" = ( /turf/closed/shuttle/ert{ icon_state = "stan25" }, /area/fiorina/tumor/aux_engi) -"bAf" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/tool/pen/blue/clicky, +"bAm" = ( +/obj/item/storage/bible/hefa, +/turf/open/floor/prison/green/north, +/area/fiorina/station/chapel) +"bAF" = ( +/obj/structure/machinery/light/double/blue, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"bAp" = ( -/obj/structure/barricade/metal{ - health = 250; - icon_state = "metal_1" +/area/fiorina/lz/near_lzII) +"bAL" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 8 }, -/turf/open/floor/prison/whitegreen/east, -/area/fiorina/tumor/ice_lab) -"bBy" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +/obj/structure/platform_decoration{ + dir = 10 }, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) +/obj/structure/closet/firecloset/full, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"bBv" = ( +/turf/open/floor/prison/floorscorched1, +/area/fiorina/station/chapel) "bBA" = ( /turf/closed/shuttle/ert{ icon_state = "stan5" }, /area/fiorina/station/power_ring) -"bBH" = ( -/obj/structure/reagent_dispensers/water_cooler/stacks, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"bBK" = ( -/obj/item/stool, -/obj/structure/sign/poster{ - icon_state = "poster14"; - pixel_y = 32 - }, -/turf/open/floor/prison/yellow/north, -/area/fiorina/station/lowsec) "bBS" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_ew_full_cap" @@ -1992,87 +2064,77 @@ /obj/structure/largecrate/random/case/double, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) -"bCe" = ( -/turf/open/floor/prison/darkbrowncorners2, -/area/fiorina/tumor/aux_engi) "bCu" = ( /obj/item/shard{ icon_state = "large" }, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"bCB" = ( -/obj/item/ammo_casing{ - dir = 8; - icon_state = "casing_6" +"bCY" = ( +/obj/item/shard{ + icon_state = "medium"; + name = "ice shard" }, -/obj/structure/barricade/metal{ - dir = 8; - health = 150; - icon_state = "metal_2" +/obj/structure/platform{ + dir = 8 }, -/obj/effect/spawner/random/gun/smg, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/station/park) -"bDa" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/turf/open/floor/prison/darkbrown2/east, -/area/fiorina/tumor/aux_engi) +/turf/open/floor/prison/whitegreen/west, +/area/fiorina/tumor/ice_lab) "bDd" = ( /obj/structure/machinery/photocopier, /turf/open/floor/prison, /area/fiorina/station/security) -"bDy" = ( -/obj/structure/machinery/computer/cameras{ - dir = 1 +"bDh" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 }, +/obj/item/tool/pen, /turf/open/floor/prison/redfull, /area/fiorina/station/security) +"bDj" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"bDJ" = ( +/obj/item/ammo_casing{ + icon_state = "casing_5_1" + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir" + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "bDU" = ( /obj/item/stack/rods, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"bDY" = ( -/obj/structure/platform_decoration{ - dir = 8 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/central_ring) -"bEb" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_sn_full_cap" - }, -/obj/structure/platform{ - dir = 8 - }, -/turf/open/floor/prison/bright_clean2/southwest, -/area/fiorina/station/power_ring) -"bEd" = ( -/obj/structure/machinery/shower{ - dir = 1; - pixel_y = -1 - }, -/obj/structure/machinery/shower{ +"bEi" = ( +/obj/structure/machinery/defenses/sentry/premade/dumb{ dir = 4 }, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/research_cells) -"bEi" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"bEB" = ( -/turf/open/floor/prison/darkbrown2/southeast, -/area/fiorina/tumor/aux_engi) -"bEC" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/station_alert, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) +/turf/open/floor/almayer/plate, +/area/fiorina/tumor/ship) +"bEt" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/yellow, +/area/fiorina/station/lowsec) +"bEV" = ( +/obj/structure/inflatable, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/transit_hub) "bEX" = ( /obj/structure/window/framed/prison, /turf/open/floor/plating/prison, /area/fiorina/station/disco) +"bFc" = ( +/obj/effect/decal/cleanable/blood/splatter{ + icon_state = "gibmid1" + }, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) "bFh" = ( /obj/item/stack/sheet/metal{ amount = 5 @@ -2088,11 +2150,6 @@ layer = 3 }, /area/fiorina/oob) -"bFp" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/stack/sheet/metal/medium_stack, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) "bFr" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/chapel) @@ -2101,26 +2158,24 @@ icon_state = "wy27" }, /area/fiorina/station/medbay) -"bGb" = ( -/obj/item/shard{ - icon_state = "medium"; - name = "ice shard" - }, -/obj/structure/platform{ - dir = 8 - }, -/turf/open/floor/prison/whitegreen/west, +"bGn" = ( +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/lowsec) +"bGw" = ( +/obj/item/disk/botany, +/turf/open/floor/prison/blue_plate/east, +/area/fiorina/station/botany) +"bGD" = ( +/turf/open/floor/prison/darkyellowcorners2/east, +/area/fiorina/station/telecomm/lz1_cargo) +"bGM" = ( +/turf/open/floor/prison/darkpurplefull2, /area/fiorina/tumor/ice_lab) -"bGf" = ( +"bGR" = ( +/obj/structure/largecrate/guns/merc, +/obj/item/toy/deck/uno, /turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzII) -"bGO" = ( -/obj/structure/inflatable, -/obj/structure/barricade/handrail/type_b{ - dir = 4 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) +/area/fiorina/station/power_ring) "bGT" = ( /obj/structure/machinery/light/double/blue, /turf/open/floor/prison, @@ -2136,14 +2191,14 @@ }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzI) -"bHJ" = ( -/obj/structure/closet/secure_closet/security_empty, -/obj/structure/window/reinforced{ - dir = 8 +"bHM" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = -3 }, -/obj/item/storage/box/flashbangs, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/civres_blue) "bHY" = ( /obj/item/weapon/gun/flamer, /obj/structure/closet/secure_closet/guncabinet, @@ -2152,29 +2207,30 @@ /obj/item/storage/pouch/flamertank, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) -"bID" = ( +"bIi" = ( +/obj/structure/machinery/vending/sovietsoda, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/civres_blue) +"bIF" = ( /obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"bIM" = ( -/obj/structure/barricade/handrail/type_b{ - layer = 3.5 +/obj/structure/prop/souto_land/pole{ + dir = 1 }, -/obj/structure/barricade/handrail/type_b{ - dir = 8; - layer = 3.5 +/obj/structure/prop/souto_land/streamer{ + dir = 9 }, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/servers) +/turf/open/floor/wood, +/area/fiorina/station/park) +"bIV" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/clipboard, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) "bIZ" = ( /turf/closed/shuttle/elevator{ dir = 6 }, /area/fiorina/station/civres_blue) -"bJa" = ( -/obj/item/clothing/gloves/boxing/green, -/turf/open/floor/prison/yellow/southeast, -/area/fiorina/station/central_ring) "bJb" = ( /obj/structure/closet/cabinet, /obj/item/device/encryptionkey/WY, @@ -2183,25 +2239,65 @@ /obj/item/ammo_magazine/pistol/heavy, /turf/open/floor/wood, /area/fiorina/station/civres_blue) +"bJe" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"bJh" = ( +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/structure/surface/rack, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/maintenance) "bJn" = ( /obj/item/stack/cable_coil/pink, /turf/open/floor/plating/prison, /area/fiorina/station/research_cells) -"bJP" = ( +"bJD" = ( +/obj/item/device/taperecorder{ + pixel_x = 1; + pixel_y = 3 + }, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/ship) -"bJR" = ( -/turf/open/floor/prison/blue/southwest, -/area/fiorina/station/power_ring) -"bJX" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/firstaid/regular, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/civres_blue) +/area/fiorina/station/chapel) +"bJI" = ( +/obj/structure/platform, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/park) +"bJQ" = ( +/obj/structure/platform_decoration, +/obj/item/reagent_container/food/drinks/sillycup, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/flight_deck) +"bJT" = ( +/obj/effect/landmark/queen_spawn, +/turf/open/floor/prison/whitegreencorner/east, +/area/fiorina/tumor/ice_lab) "bKs" = ( /obj/item/tool/warning_cone, /turf/open/floor/prison, /area/fiorina/station/disco) +"bKT" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/prison/whitegreencorner/east, +/area/fiorina/station/medbay) +"bKV" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/paper, +/turf/open/floor/prison/darkpurple2/north, +/area/fiorina/tumor/servers) "bLg" = ( /obj/structure/platform{ dir = 4 @@ -2213,32 +2309,30 @@ /obj/structure/machinery/light/double/blue, /turf/open/floor/prison, /area/fiorina/station/transit_hub) -"bLm" = ( -/obj/structure/prop/structure_lattice{ - dir = 4; - health = 300 +"bLu" = ( +/obj/structure/platform_decoration{ + dir = 4 }, -/obj/structure/prop/structure_lattice{ - dir = 4; - layer = 3.1; - pixel_y = 10 +/turf/open/floor/prison/blue/northwest, +/area/fiorina/station/power_ring) +"bLx" = ( +/obj/item/tool/wirecutters/clippers, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/tumor/civres) +"bLM" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 6 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/oob) -"bLn" = ( -/obj/structure/machinery/processor{ - desc = "It CAN blend it."; - icon_state = "blender_e"; - name = "Blendomatic"; - pixel_x = -2; - pixel_y = 10 +/obj/structure/barricade/handrail/type_b{ + dir = 8; + layer = 3.5 }, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/kitchen/southwest, +/turf/open/organic/grass/astroturf, /area/fiorina/station/civres_blue) -"bLI" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/prison/blue/east, +"bMa" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/clipboard, +/turf/open/floor/prison/bluefull, /area/fiorina/station/power_ring) "bMh" = ( /obj/item/frame/table/wood/fancy, @@ -2246,41 +2340,41 @@ /obj/item/tool/pen, /turf/open/floor/carpet, /area/fiorina/station/security/wardens) -"bMq" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/station/telecomm/lz1_cargo) +"bMs" = ( +/obj/item/tool/wrench, +/turf/open/floor/prison/whitepurple/north, +/area/fiorina/station/research_cells) "bMu" = ( /obj/structure/curtain{ layer = 3 }, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"bMI" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = -3 +"bMF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/research_cells) +"bMJ" = ( +/obj/item/storage/pill_bottle/spaceacillin/skillless, +/turf/open/floor/prison/whitepurple/northeast, +/area/fiorina/station/research_cells) +"bML" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/chapel) "bNf" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_full" }, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"bNi" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/prison/blue_plate/west, -/area/fiorina/station/botany) -"bNF" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor/prison/blue_plate/west, -/area/fiorina/station/botany) +"bNo" = ( +/obj/item/storage/bible/hefa, +/turf/open/floor/prison/green/southeast, +/area/fiorina/station/chapel) "bNP" = ( /obj/effect/spawner/random/tool, /turf/open/floor/plating/prison, @@ -2291,10 +2385,6 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"bOd" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/yellow/northeast, -/area/fiorina/station/disco) "bOz" = ( /obj/structure/monorail{ name = "launch track" @@ -2305,10 +2395,27 @@ opacity = 0 }, /area/fiorina/oob) -"bOW" = ( -/obj/item/stack/cable_coil, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) +"bOH" = ( +/obj/structure/girder, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) +"bOM" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"bOY" = ( +/obj/item/trash/chips, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/research_cells) +"bOZ" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/prison/greenblue/southeast, +/area/fiorina/station/botany) "bPf" = ( /obj/structure/stairs/perspective{ dir = 4; @@ -2317,57 +2424,30 @@ /obj/structure/platform, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"bPi" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/spawner/random/toolbox, -/obj/effect/spawner/random/toolbox, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) "bPl" = ( /obj/structure/surface/table/woodentable/fancy, /turf/open/floor/wood, /area/fiorina/station/chapel) -"bPy" = ( -/obj/structure/barricade/handrail/type_b{ +"bPo" = ( +/obj/item/trash/chips, +/obj/structure/machinery/light/double/blue{ dir = 4; - layer = 3.5 + pixel_x = 10; + pixel_y = 13 }, -/obj/item/trash/barcardine, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/tumor/servers) "bPG" = ( /turf/open/floor/plating/prison, /area/fiorina/station/botany) -"bPI" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/structure/platform{ - dir = 8 - }, -/obj/structure/platform_decoration{ - dir = 5 - }, -/obj/effect/decal/medical_decals{ - icon_state = "triagedecalbottomright" - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) "bPK" = ( /obj/structure/prop/invuln/minecart_tracks{ dir = 5 }, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"bPL" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/darkyellow2/northwest, -/area/fiorina/lz/near_lzI) -"bPN" = ( -/obj/item/weapon/twohanded/spear, +"bPX" = ( +/obj/structure/machinery/vending/cigarette/colony, /turf/open/floor/prison/darkpurplefull2, /area/fiorina/station/research_cells) "bQh" = ( @@ -2387,6 +2467,13 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) +"bQu" = ( +/obj/structure/sign/poster{ + icon_state = "poster18"; + pixel_y = 32 + }, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) "bQy" = ( /obj/structure/surface/table/woodentable, /obj/item/reagent_container/spray/pepper, @@ -2395,6 +2482,13 @@ "bQM" = ( /turf/open/space, /area/fiorina/oob) +"bQO" = ( +/obj/item/shard{ + icon_state = "large"; + name = "ice shard" + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/research_cells) "bRb" = ( /obj/structure/machinery/defenses/sentry/premade/dumb{ dir = 4 @@ -2408,25 +2502,24 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/research_cells) -"bRh" = ( -/obj/item/shard{ - icon_state = "large"; - name = "ice shard" +"bRp" = ( +/obj/structure/surface/rack, +/obj/item/device/flashlight, +/obj/effect/decal/cleanable/blood, +/obj/item/attachable/bipod, +/obj/item/device/multitool, +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/station/telecomm/lz1_cargo) +"bSm" = ( +/obj/structure/surface/rack, +/turf/open/floor/prison/darkbrown2/southeast, +/area/fiorina/maintenance) +"bSt" = ( +/obj/structure/platform_decoration{ + dir = 8 }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/research_cells) -"bRi" = ( -/obj/structure/machinery/vending/snack, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) -"bSk" = ( -/obj/item/stack/rods/plasteel, -/turf/open/floor/prison/darkyellow2/northeast, -/area/fiorina/lz/near_lzI) -"bSE" = ( -/obj/item/stack/folding_barricade, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) +/turf/open/floor/prison/yellow/southwest, +/area/fiorina/station/disco) "bSM" = ( /obj/structure/machinery/portable_atmospherics/hydroponics{ draw_warnings = 0; @@ -2440,45 +2533,64 @@ /obj/item/tool/surgery/scalpel, /turf/open/floor/prison, /area/fiorina/station/lowsec) -"bSQ" = ( -/turf/open/floor/prison/darkyellow2/northeast, -/area/fiorina/lz/near_lzI) -"bSS" = ( -/obj/item/ammo_magazine/rifle/m16, -/obj/item/clothing/head/helmet/marine/veteran/ua_riot, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) -"bSY" = ( -/obj/structure/bed/roller, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/darkyellow2/north, -/area/fiorina/station/telecomm/lz1_cargo) -"bTb" = ( -/turf/open/floor/prison/green, -/area/fiorina/station/chapel) +"bSX" = ( +/obj/structure/machinery/door/airlock/multi_tile/elevator/freight, +/turf/open/floor/corsat/plate, +/area/fiorina/tumor/aux_engi) "bTo" = ( /obj/structure/platform/kutjevo/smooth, /turf/open/space, /area/fiorina/oob) +"bTD" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/card/id/guest{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/card/id/guest, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"bTJ" = ( +/obj/structure/window/reinforced/tinted, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/recharger, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/lz/near_lzI) +"bTP" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_cargo) +"bTW" = ( +/obj/structure/surface/rack, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) "bUw" = ( /obj/structure/prop/invuln/minecart_tracks/bumper{ dir = 8 }, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) +"bUz" = ( +/obj/structure/reagent_dispensers/water_cooler/stacks, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "bUB" = ( /obj/structure/platform_decoration/kutjevo{ dir = 4 }, /turf/open/space, /area/fiorina/oob) +"bUF" = ( +/turf/open/floor/prison/yellowcorner/west, +/area/fiorina/station/lowsec) "bUL" = ( -/obj/item/trash/c_tube, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) +/obj/structure/machinery/vending/hydroseeds, +/turf/open/floor/prison/blue_plate/north, +/area/fiorina/station/botany) +"bUY" = ( +/obj/item/stack/folding_barricade, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) "bVk" = ( /obj/item/device/flashlight/lamp/tripod, /turf/open/floor/prison, @@ -2505,50 +2617,37 @@ /obj/structure/machinery/faxmachine, /turf/open/floor/wood, /area/fiorina/station/security/wardens) -"bWm" = ( -/obj/item/stack/sandbags/large_stack, -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/station/telecomm/lz1_cargo) "bWr" = ( /obj/structure/inflatable/popped, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/central_ring) -"bWX" = ( -/obj/structure/barricade/handrail/type_b{ - dir = 4; - layer = 3.5 - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/civres_blue) -"bWY" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 +"bWv" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"bWx" = ( +/obj/structure/barricade/wooden{ + dir = 1 }, -/obj/structure/mirror{ - pixel_x = -29 +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) +"bWS" = ( +/obj/structure/closet/secure_closet/engineering_materials, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) +"bXR" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, -/turf/open/floor/prison/sterile_white, -/area/fiorina/station/civres_blue) -"bWZ" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/turf/open/floor/prison/darkbrown2/west, -/area/fiorina/tumor/aux_engi) -"bXg" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/ice_lab) -"bXK" = ( -/obj/structure/machinery/landinglight/ds1/delayone{ - dir = 4 +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/station/telecomm/lz1_tram) +"bYl" = ( +/obj/structure/platform_decoration{ + dir = 8 }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/lz/near_lzI) -"bXX" = ( -/obj/effect/landmark/xeno_spawn, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) +/area/fiorina/station/disco) "bYv" = ( /obj/structure/filingcabinet, /turf/open/floor/prison, @@ -2560,14 +2659,12 @@ }, /turf/open/floor/prison, /area/fiorina/station/botany) -"bYN" = ( -/obj/item/stack/sandbags_empty, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/tumor/civres) -"bYR" = ( -/obj/structure/bed/roller, -/turf/open/floor/prison/whitegreen/east, -/area/fiorina/station/medbay) +"bYJ" = ( +/obj/structure/machinery/shower{ + dir = 8 + }, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/lowsec) "bYS" = ( /obj/structure/monorail{ dir = 4; @@ -2575,56 +2672,33 @@ }, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"bZf" = ( -/turf/open/floor/prison/darkredfull2, -/area/fiorina/oob) +"bYV" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/microwave{ + pixel_y = 6 + }, +/turf/open/floor/prison/kitchen/southwest, +/area/fiorina/station/civres_blue) "bZY" = ( /obj/structure/machinery/light/double/blue, /turf/open/floor/plating/prison, /area/fiorina/station/security) -"cah" = ( -/turf/open/floor/prison/darkyellow2, -/area/fiorina/station/flight_deck) -"cap" = ( -/obj/structure/closet/secure_closet/guncabinet{ - req_access = null +"can" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/handset{ + pixel_y = 7 }, -/obj/item/weapon/gun/smg/mp5, -/obj/item/storage/belt/marine, -/obj/item/clothing/under/marine/ua_riot, -/obj/item/clothing/suit/storage/marine/veteran/ua_riot, -/obj/item/prop/helmetgarb/riot_shield, -/turf/open/floor/prison/redfull, +/turf/open/floor/prison/darkredfull2, /area/fiorina/station/security) -"cax" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/prison/darkbrown2/west, -/area/fiorina/tumor/aux_engi) -"caA" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/darkbrown2/northwest, -/area/fiorina/tumor/aux_engi) +"cao" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/turf/open/floor/prison/blue/southwest, +/area/fiorina/station/civres_blue) "caF" = ( /turf/open/floor/wood, /area/fiorina/station/lowsec) -"caJ" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_sn_full_cap" - }, -/obj/structure/platform{ - dir = 8 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/central_ring) -"caS" = ( -/obj/structure/closet/secure_closet/security_empty, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/weapon/classic_baton, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) "cbb" = ( /obj/structure/monorail{ dir = 5; @@ -2632,122 +2706,151 @@ }, /turf/open/space, /area/fiorina/oob) -"cbd" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +"cbD" = ( +/obj/structure/barricade/wooden{ + dir = 4; + pixel_y = 4 }, -/turf/open/floor/prison/cell_stripe/west, -/area/fiorina/station/botany) -"cbo" = ( -/turf/open/floor/prison/whitepurplecorner/north, -/area/fiorina/station/research_cells) -"cbr" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/prison/blue_plate/north, -/area/fiorina/station/botany) +/turf/open/floor/prison/damaged3, +/area/fiorina/station/central_ring) "cbN" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station) -"cck" = ( -/obj/structure/machinery/light/double/blue{ - pixel_y = -1 +"cbP" = ( +/obj/structure/sign/poster{ + icon_state = "poster7"; + pixel_x = -26; + pixel_y = 6 }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/research_cells) +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/medbay) +"cbU" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + indestructible = 1; + name = "launch bay door" + }, +/turf/open/floor/prison/cell_stripe/west, +/area/fiorina/oob) "ccH" = ( /obj/structure/machinery/newscaster, /turf/closed/wall/prison, /area/fiorina/station/civres_blue) -"cdd" = ( -/turf/open/floor/prison/redcorner, -/area/fiorina/station/security) -"cdy" = ( -/turf/open/floor/prison/whitegreen/west, -/area/fiorina/station/medbay) -"cdW" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/turf/open/floor/prison/blue/southwest, +"cdl" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/prison/bluefull, /area/fiorina/station/power_ring) -"ceh" = ( -/obj/item/device/flashlight, -/turf/open/floor/prison/floor_plate, +"cdU" = ( +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/station/telecomm/lz1_tram) +"cea" = ( +/obj/effect/decal/medical_decals{ + icon_state = "cryomid" + }, +/turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) +"cev" = ( +/obj/structure/closet/basketball, +/obj/item/storage/pill_bottle/bicaridine/skillless, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) "ceC" = ( /turf/closed/wall/r_wall/prison, /area/fiorina/station/security) -"cfg" = ( -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) +"ceY" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform_decoration{ + dir = 5 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomright" + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"cfe" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = 13 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/fiorina/tumor/aux_engi) "cfj" = ( /obj/item/trash/cigbutt, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"cfy" = ( -/turf/open/floor/prison/red/west, -/area/fiorina/station/security) "cfE" = ( -/obj/item/implanter/compressed, -/obj/structure/safe, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"cfL" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/communications{ - dir = 4; - pixel_y = 5 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"cgk" = ( -/obj/structure/surface/rack, -/obj/item/storage/toolbox/electrical, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) -"cgl" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/ashtray/plastic, -/obj/item/trash/cigbutt{ - pixel_y = 8 - }, -/obj/item/trash/cigbutt, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"cgw" = ( -/obj/structure/largecrate/random/mini/med, -/turf/open/floor/prison/whitegreenfull/southwest, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) +"cfV" = ( +/turf/open/floor/prison/whitegreen/north, /area/fiorina/station/medbay) -"cgC" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/cameras{ +"cgx" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 1 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/ice_lab) -"cgO" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = 13 +/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) +"cgB" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft" }, -/turf/open/floor/prison/floor_plate, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"cgH" = ( +/obj/effect/spawner/random/powercell, +/turf/open/floor/prison/bluefull, /area/fiorina/station/power_ring) -"cgP" = ( -/obj/structure/platform{ - dir = 8 +"cgK" = ( +/turf/open/floor/prison/darkpurple2/northeast, +/area/fiorina/tumor/servers) +"cgX" = ( +/obj/effect/decal{ + icon = 'icons/obj/items/policetape.dmi'; + icon_state = "engineering_v" }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"chk" = ( -/obj/structure/surface/rack, -/turf/open/floor/prison/floor_plate/southwest, +/turf/open/floor/prison/darkyellow2, /area/fiorina/station/telecomm/lz1_cargo) -"chw" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/prison/darkpurple2, -/area/fiorina/tumor/servers) +"chl" = ( +/obj/structure/toilet{ + pixel_y = 4 + }, +/obj/item/prop/helmetgarb/gunoil{ + pixel_x = 2; + pixel_y = 25 + }, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"chv" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 12 + }, +/obj/item/prop/helmetgarb/spacejam_tickets{ + desc = "Low security prisoners would smuggle in arcade tickets after visitations. The tickets act as a stand in for paper currency in the prison economy, they're backed by the cigarette standard, since one ticket nets one cigarette at the prize booth. The cigarettes also get smuggled back in."; + name = "\improper arcade tickets"; + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/prison/whitepurple/southeast, +/area/fiorina/station/research_cells) +"chz" = ( +/obj/structure/machinery/disposal, +/obj/item/tool/kitchen/rollingpin{ + pixel_y = 8 + }, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/kitchen/southwest, +/area/fiorina/station/civres_blue) "chA" = ( /obj/structure/platform/kutjevo/smooth{ dir = 4 @@ -2757,15 +2860,12 @@ }, /turf/open/space/basic, /area/fiorina/oob) -"chN" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/explosive/grenade/incendiary/molotov, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +"chK" = ( +/obj/structure/platform_decoration{ + dir = 1 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) +/turf/open/floor/prison/whitegreen, +/area/fiorina/tumor/ice_lab) "chT" = ( /obj/structure/machinery/light/double/blue{ dir = 8; @@ -2784,6 +2884,45 @@ }, /turf/open/floor/prison, /area/fiorina/station/medbay) +"cij" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir" + }, +/obj/item/stack/rods/plasteel, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"ciu" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/floor/prison/blue/southwest, +/area/fiorina/station/power_ring) +"civ" = ( +/obj/effect/landmark/xeno_spawn, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/whitegreen/north, +/area/fiorina/tumor/ice_lab) +"cix" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/bottle/sake, +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/lz/near_lzI) +"ciB" = ( +/obj/item/paper/crumpled/bloody, +/turf/open/floor/prison/chapel_carpet/doubleside/north, +/area/fiorina/station/chapel) +"ciE" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/obj/effect/spawner/random/gun/pistol, +/turf/open/floor/prison/yellow/southwest, +/area/fiorina/station/lowsec) +"ciU" = ( +/obj/item/weapon/gun/rifle/mar40, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) "ciX" = ( /obj/structure/monorail{ name = "launch track" @@ -2796,8 +2935,26 @@ /turf/open/floor/plating/prison, /area/fiorina/oob) "cjh" = ( -/turf/open/floor/prison/darkpurple2/southeast, -/area/fiorina/station/central_ring) +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"cju" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/lz/near_lzI) +"cjz" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/structure/prop/souto_land/pole{ + dir = 1 + }, +/obj/structure/prop/souto_land/pole{ + dir = 8; + pixel_y = 24 + }, +/turf/open/floor/prison/darkbrown2, +/area/fiorina/station/park) "cjA" = ( /obj/structure/platform/kutjevo/smooth{ dir = 8 @@ -2812,59 +2969,26 @@ }, /turf/open/space/basic, /area/fiorina/oob) -"cki" = ( -/turf/open/floor/prison/panelscorched, -/area/fiorina/oob) +"cjG" = ( +/obj/item/reagent_container/food/drinks/cans/souto/cherry, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/central_ring) "ckm" = ( /obj/structure/window/framed/prison/reinforced/hull, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzII) -"cko" = ( -/obj/structure/machinery/vending/snack, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/medbay) -"cku" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = -3 - }, -/turf/open/floor/prison/whitepurple/west, -/area/fiorina/station/research_cells) -"ckA" = ( -/obj/structure/inflatable/popped/door, -/turf/open/floor/prison/whitegreen/northwest, -/area/fiorina/station/medbay) -"ckH" = ( -/obj/structure/flora/bush/ausbushes/grassybush{ - icon_state = "brflowers_1" - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/central_ring) -"ckK" = ( -/obj/item/ammo_casing{ - icon_state = "casing_1" - }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"clg" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/structure/platform{ - dir = 4 - }, -/obj/structure/platform_decoration{ - dir = 9 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/botany) -"clj" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, -/turf/open/floor/prison/green/southwest, -/area/fiorina/station/chapel) +"ckz" = ( +/obj/effect/spawner/random/gun/pistol/lowchance, +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/station/park) +"ckG" = ( +/obj/structure/platform, +/turf/open/floor/prison/darkbrown2, +/area/fiorina/station/park) +"ckQ" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/darkbrown2/northwest, +/area/fiorina/tumor/aux_engi) "cls" = ( /obj/structure/surface/table/woodentable, /turf/open/floor/carpet, @@ -2882,10 +3006,15 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"cmp" = ( -/obj/structure/inflatable, -/turf/open/floor/prison/whitegreen/southwest, -/area/fiorina/station/medbay) +"cmd" = ( +/obj/structure/bed/chair, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) +"cmr" = ( +/obj/structure/platform, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/darkbrown2, +/area/fiorina/station/park) "cmI" = ( /obj/structure/platform{ dir = 8 @@ -2912,67 +3041,110 @@ /obj/structure/largecrate/supply/supplies/metal, /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) -"cns" = ( -/obj/item/frame/toolbox_tiles_sensor, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) +"cnm" = ( +/obj/item/ammo_casing{ + icon_state = "casing_1" + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "cnu" = ( /obj/structure/bed/sofa/south/grey/left, /turf/open/floor/prison, /area/fiorina/station/disco) +"cnx" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/turf/open/floor/prison/darkbrown2/southeast, +/area/fiorina/maintenance) +"cnz" = ( +/obj/item/trash/chunk, +/turf/open/floor/prison/whitegreen/north, +/area/fiorina/station/medbay) +"cnA" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/prison/cell_stripe/west, +/area/fiorina/station/central_ring) "cnI" = ( -/obj/structure/platform_decoration{ - dir = 8 +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/botany) +"cnN" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 12 }, -/turf/open/floor/prison/yellow/southwest, -/area/fiorina/station/disco) +/turf/open/floor/prison/yellow/southeast, +/area/fiorina/station/lowsec) "coj" = ( /obj/item/stool, /turf/open/floor/plating/prison, /area/fiorina/station/lowsec) -"coV" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 10 +"cot" = ( +/turf/open/floor/prison/greenblue/north, +/area/fiorina/station/botany) +"coy" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/yellow/northeast, +/area/fiorina/station/disco) +"coE" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/tool, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/obj/structure/barricade/handrail/type_b{ - dir = 4; - layer = 3.5 +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/transit_hub) +"coN" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/poster, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) +"coP" = ( +/obj/item/prop/helmetgarb/spacejam_tickets{ + desc = "A ticket to Souto Man's raffle!"; + name = "\improper Souto Raffle Ticket" }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) +/turf/open/floor/prison/blue, +/area/fiorina/station/chapel) +"coS" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/golden_cup, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) "cph" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/spacecash/c20, /turf/open/floor/prison, /area/fiorina/station/security) -"cpG" = ( -/obj/item/trash/eat, +"cpn" = ( +/obj/structure/machinery/light/double/blue, /turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzI) -"cpM" = ( -/obj/structure/largecrate/supply/explosives/mines, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) +/area/fiorina/station/security) +"cpA" = ( +/turf/open/floor/prison/cell_stripe, +/area/fiorina/station/power_ring) +"cpE" = ( +/obj/item/stock_parts/micro_laser/ultra, +/turf/open/floor/prison/darkpurple2, +/area/fiorina/tumor/servers) +"cpO" = ( +/turf/open/floor/prison/red/east, +/area/fiorina/station/security) "cpP" = ( /turf/closed/shuttle/elevator/gears, /area/fiorina/station/telecomm/lz1_cargo) -"cpR" = ( -/obj/item/ammo_casing{ +"cpT" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 5 + }, +/obj/structure/barricade/handrail/type_b{ dir = 8; - icon_state = "cartridge_2" + layer = 3.5 + }, +/obj/structure/barricade/handrail/type_b{ + layer = 3.5 }, -/obj/effect/spawner/random/gun/smg, /turf/open/organic/grass/astroturf, /area/fiorina/station/park) -"cpU" = ( -/obj/structure/bed/chair, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) "cpW" = ( /obj/structure/platform/kutjevo/smooth{ dir = 8 @@ -2990,33 +3162,6 @@ icon_state = "stan_leftengine" }, /area/fiorina/oob) -"cqJ" = ( -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/lz/near_lzI) -"cqK" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/stock_parts/subspace/amplifier{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/stock_parts/subspace/analyzer{ - pixel_x = -9; - pixel_y = 8 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"cqZ" = ( -/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ - pixel_y = 32 - }, -/turf/open/floor/prison/kitchen/southwest, -/area/fiorina/tumor/civres) -"crh" = ( -/obj/structure/toilet{ - dir = 4 - }, -/turf/open/floor/prison/sterile_white, -/area/fiorina/station/civres_blue) "cri" = ( /obj/structure/machinery/computer/prisoner, /obj/structure/window/reinforced{ @@ -3027,14 +3172,15 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/security/wardens) -"crm" = ( -/obj/structure/largecrate/random/case/double, -/turf/open/floor/prison/whitepurple/southeast, -/area/fiorina/station/research_cells) -"crL" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/tumor/aux_engi) +"crp" = ( +/turf/open/floor/prison/darkpurple2/southwest, +/area/fiorina/tumor/servers) +"crF" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6" + }, +/turf/open/floor/prison/whitegreen/east, +/area/fiorina/tumor/ice_lab) "crM" = ( /obj/structure/prop/invuln/minecart_tracks{ dir = 1 @@ -3044,22 +3190,27 @@ "csp" = ( /turf/open/floor/prison, /area/fiorina/tumor/ice_lab) -"csG" = ( -/obj/structure/bed/sofa/south/grey/right, +"css" = ( +/turf/open/floor/prison/blue/southeast, +/area/fiorina/tumor/servers) +"csv" = ( +/obj/effect/decal/cleanable/blood/gibs, +/obj/effect/spawner/random/gun/rifle, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) +/area/fiorina/station/lowsec) +"csE" = ( +/turf/open/floor/prison/greencorner/west, +/area/fiorina/tumor/civres) "csH" = ( /obj/structure/prop/invuln/minecart_tracks{ dir = 1 }, /turf/open/floor/prison, /area/fiorina/tumor/servers) -"csV" = ( -/obj/structure/barricade/metal/wired{ - dir = 4 - }, -/turf/open/floor/almayer/plate, -/area/fiorina/tumor/ship) +"csR" = ( +/obj/item/storage/briefcase, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/transit_hub) "ctc" = ( /obj/structure/prop/resin_prop{ icon_state = "sheater0" @@ -3070,80 +3221,104 @@ /obj/item/stack/rods, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"ctv" = ( -/turf/open/floor/prison/yellow/northwest, -/area/fiorina/station/lowsec) +"ctB" = ( +/obj/vehicle/powerloader{ + dir = 8 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/research_cells) "ctD" = ( /obj/effect/landmark/monkey_spawn, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"ctT" = ( -/turf/open/floor/prison/darkyellow2/northeast, -/area/fiorina/station/telecomm/lz1_cargo) -"cux" = ( -/obj/item/device/flashlight, -/turf/open/floor/prison/chapel_carpet/doubleside, -/area/fiorina/station/chapel) -"cuy" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/book/manual/surgery, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +"ctF" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison/whitegreencorner/west, +/area/fiorina/tumor/ice_lab) +"ctI" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + icon_state = "bee" }, -/turf/open/floor/prison/redfull, -/area/fiorina/station/medbay) -"cuC" = ( -/obj/item/tool/scythe, -/turf/open/floor/prison/blue_plate/west, -/area/fiorina/station/botany) -"cuF" = ( -/obj/item/clothing/under/shorts/black, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/central_ring) -"cuW" = ( -/obj/effect/landmark/corpsespawner/ua_riot, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) +/turf/open/floor/prison/chapel_carpet/doubleside/north, +/area/fiorina/maintenance) +"ctJ" = ( +/obj/structure/prop/souto_land/pole{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2, +/area/fiorina/station/park) +"cuU" = ( +/obj/structure/barricade/plasteel, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) "cvn" = ( /obj/structure/window/framed/prison/reinforced/hull, /turf/open/floor/plating/prison, /area/fiorina/station/chapel) +"cvs" = ( +/obj/structure/barricade/deployable{ + dir = 1 + }, +/turf/open/floor/prison/yellow/north, +/area/fiorina/station/lowsec) +"cvu" = ( +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/station/park) +"cvv" = ( +/obj/structure/barricade/metal/wired{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) +"cvw" = ( +/turf/open/floor/prison/blue/north, +/area/fiorina/station/civres_blue) +"cvB" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/floor/corsat/plate, +/area/fiorina/tumor/aux_engi) +"cvC" = ( +/turf/open/floor/prison/green/west, +/area/fiorina/tumor/civres) "cvL" = ( /obj/effect/landmark/nightmare{ insert_tag = "gamertime" }, /turf/closed/wall/prison, /area/fiorina/tumor/servers) -"cwC" = ( -/obj/item/tool/warning_cone, +"cwA" = ( +/obj/structure/bed/sofa/south/grey/left, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/transit_hub) +"cwF" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison/darkpurple2, +/area/fiorina/tumor/servers) +"cxb" = ( +/obj/structure/bed/roller, +/obj/effect/spawner/random/gun/rifle/highchance, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"cxr" = ( -/obj/structure/machinery/power/apc/power/south, -/turf/open/floor/prison/whitepurple, -/area/fiorina/station/research_cells) -"cxx" = ( -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/tumor/aux_engi) +/area/fiorina/lz/near_lzI) +"cxi" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_cargo) +"cxC" = ( +/obj/item/ammo_casing{ + icon_state = "cartridge_1" + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"cxY" = ( +/obj/item/reagent_container/food/snacks/eat_bar, +/turf/open/floor/prison/whitegreen/east, +/area/fiorina/station/medbay) "cye" = ( /obj/item/trash/pistachios, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"cyg" = ( -/obj/structure/platform_decoration{ - dir = 4 - }, -/turf/open/floor/prison/darkbrown2/west, -/area/fiorina/station/park) -"cyy" = ( -/obj/structure/largecrate/supply/floodlights, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) -"cyC" = ( -/obj/structure/largecrate/supply/medicine/medkits, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) "cyU" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/stack/sheet/mineral/plastic/small_stack, @@ -3152,58 +3327,44 @@ "cyV" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/medbay) -"cze" = ( -/obj/structure/largecrate/random, -/turf/open/floor/corsat/plate, -/area/fiorina/tumor/aux_engi) -"czn" = ( -/turf/open/floor/prison/yellow/north, -/area/fiorina/station/lowsec) -"czH" = ( -/obj/structure/closet/basketball, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/research_cells) -"cAm" = ( -/turf/open/floor/prison/whitepurple/northwest, +"czk" = ( +/turf/open/floor/prison/whitepurple/southwest, /area/fiorina/station/research_cells) -"cAr" = ( -/obj/effect/decal/medical_decals{ - icon_state = "cryomid" +"czP" = ( +/obj/effect/spawner/random/toolbox, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) +"cAb" = ( +/obj/structure/barricade/handrail/type_b{ + layer = 3.5 }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"cAu" = ( -/obj/structure/closet/secure_closet/guncabinet{ - req_access = null +/obj/structure/barricade/handrail/type_b{ + dir = 8; + layer = 3.5 }, -/obj/item/weapon/gun/smg/mp5, -/obj/item/ammo_magazine/smg/mp5, -/obj/item/ammo_magazine/smg/mp5, -/obj/item/ammo_magazine/smg/mp5, -/obj/item/storage/belt/marine, -/obj/item/clothing/under/marine/ua_riot, -/obj/item/clothing/suit/storage/marine/veteran/ua_riot, -/obj/item/prop/helmetgarb/riot_shield, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"cAS" = ( -/obj/effect/alien/weeds/node, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/civres_blue) +"cAe" = ( +/obj/structure/platform_decoration, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) +/area/fiorina/station/civres_blue) +"cAn" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "lavendergrass_2" + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/civres_blue) +"cAz" = ( +/obj/item/stack/tile/plasteel, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) "cAW" = ( /turf/open/space/basic, /area/fiorina/oob) -"cBz" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) -"cBI" = ( -/obj/structure/largecrate/random/barrel/yellow, -/turf/open/floor/almayer/plate, -/area/fiorina/tumor/ship) +"cBj" = ( +/obj/item/newspaper, +/turf/open/floor/prison/red/east, +/area/fiorina/lz/near_lzII) "cBK" = ( /obj/item/shard{ icon_state = "large" @@ -3230,42 +3391,50 @@ /obj/effect/spawner/random/sentry/midchance, /turf/open/floor/wood, /area/fiorina/station/chapel) -"cCI" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/medbay) -"cDk" = ( -/obj/item/weapon/gun/rifle/m16, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) +"cCM" = ( +/turf/open/floor/prison/blue/northeast, +/area/fiorina/station/chapel) +"cCN" = ( +/obj/structure/closet/secure_closet/freezer/fridge/groceries, +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 + }, +/turf/open/floor/prison/greenfull/east, +/area/fiorina/tumor/civres) +"cDb" = ( +/obj/structure/machinery/shower{ + pixel_y = 13 + }, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/research_cells) "cDl" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ req_one_access = null }, /turf/open/floor/plating/prison, /area/fiorina/station/park) -"cDo" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, -/turf/open/floor/prison/darkbrowncorners2/north, -/area/fiorina/tumor/aux_engi) -"cDs" = ( -/obj/effect/spawner/random/gun/smg, -/turf/open/floor/prison/green/west, -/area/fiorina/tumor/civres) -"cDQ" = ( -/obj/structure/stairs/perspective{ - dir = 4; - icon_state = "p_stair_sn_full_cap" - }, -/obj/structure/platform{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate, +"cDt" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"cDW" = ( +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/whitegreencorner/east, /area/fiorina/tumor/ice_lab) "cEf" = ( /obj/item/tool/extinguisher, /turf/open/floor/prison, /area/fiorina/tumor/servers) +"cEn" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/greenfull/east, +/area/fiorina/tumor/civres) +"cEv" = ( +/obj/item/stool, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) "cEw" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/transit_hub) @@ -3274,12 +3443,11 @@ icon_state = "stan_inner_t_right" }, /area/fiorina/tumor/ship) -"cEC" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 - }, -/turf/open/floor/prison/blue/southwest, -/area/fiorina/station/civres_blue) +"cFb" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/pen/blue/clicky, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) "cFf" = ( /obj/structure/machinery/vending/snack, /obj/structure/machinery/light/double/blue{ @@ -3289,17 +3457,6 @@ }, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"cFj" = ( -/obj/item/tool/crowbar/red, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"cFk" = ( -/obj/structure/closet/crate/miningcar{ - name = "\improper materials storage bin" - }, -/obj/item/reagent_container/food/snacks/meat, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) "cFn" = ( /obj/structure/largecrate/random/case, /turf/open/floor/prison, @@ -3308,12 +3465,10 @@ /obj/item/tool/mop, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"cFT" = ( -/obj/structure/window/reinforced{ - dir = 8; - health = 80 +"cFL" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 }, -/obj/structure/filingcabinet, /turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) "cFX" = ( @@ -3321,37 +3476,28 @@ /obj/effect/spawner/random/goggles/lowchance, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"cGb" = ( -/obj/structure/platform, -/obj/item/fuel_cell, -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 - }, -/turf/open/floor/plating/prison, -/area/fiorina/station/lowsec) -"cHp" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = -3 - }, -/turf/open/floor/prison/whitepurple/southwest, -/area/fiorina/station/research_cells) -"cHs" = ( -/obj/structure/platform{ - dir = 4 - }, -/obj/structure/prop/almayer/computers/mission_planning_system{ - density = 0; - desc = "Its a telephone, and a computer. Woah."; - name = "\improper funny telephone booth"; - pixel_x = 2; - pixel_y = 21 +"cGf" = ( +/obj/structure/bed/chair, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"cGu" = ( +/obj/item/stack/rods, +/turf/open/floor/prison/chapel_carpet/doubleside/north, +/area/fiorina/station/chapel) +"cGA" = ( +/obj/effect/spawner/random/gun/pistol, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"cGT" = ( +/obj/structure/bed/sofa/south/grey/right, +/obj/item/storage/briefcase{ + pixel_y = -2 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/disco) +/area/fiorina/station/security) +"cHe" = ( +/turf/open/floor/prison/damaged2/southwest, +/area/fiorina/station/security) "cHx" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/prison, @@ -3371,22 +3517,13 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/security) -"cIa" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/firstaid/regular, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/research_cells) -"cIi" = ( -/turf/open/floor/prison/blue/west, -/area/fiorina/tumor/servers) -"cIl" = ( +"cHZ" = ( /obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 + dir = 1; + pixel_y = 21 }, -/turf/open/floor/corsat/plate, -/area/fiorina/tumor/aux_engi) +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) "cIJ" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/window/reinforced{ @@ -3399,6 +3536,18 @@ /obj/item/storage/briefcase/inflatable, /turf/open/floor/plating/prison, /area/fiorina/station/security/wardens) +"cIZ" = ( +/obj/item/ammo_casing{ + icon_state = "casing_5" + }, +/turf/open/floor/prison/darkyellow2/east, +/area/fiorina/station/flight_deck) +"cJb" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/station/flight_deck) "cJo" = ( /obj/item/tool/warning_cone, /obj/structure/machinery/light/double/blue{ @@ -3408,10 +3557,13 @@ }, /turf/open/floor/prison, /area/fiorina/station/telecomm/lz1_cargo) -"cJQ" = ( -/obj/item/stool, -/turf/open/floor/prison/damaged2, -/area/fiorina/station/lowsec) +"cJU" = ( +/obj/structure/machinery/space_heater, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/prison/whitegreen/west, +/area/fiorina/tumor/ice_lab) "cJW" = ( /obj/effect/landmark/survivor_spawner, /turf/open/floor/carpet, @@ -3419,12 +3571,16 @@ "cKa" = ( /turf/closed/wall/prison, /area/fiorina/station/research_cells) -"cKm" = ( -/obj/structure/machinery/photocopier{ - pixel_y = 4 +"cKv" = ( +/obj/item/ammo_casing{ + icon_state = "casing_8" }, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/oob) +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) +"cLa" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/tumor/servers) "cLt" = ( /obj/structure/surface/table/woodentable/fancy, /obj/item/storage/bible/hefa{ @@ -3439,46 +3595,31 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"cLv" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/drinks/coffee{ - pixel_x = 11; - pixel_y = 14 +"cLD" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/fiberbush) -"cLY" = ( -/obj/item/fuel_cell, -/obj/structure/platform, -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = 13 - }, -/turf/open/floor/plating/prison, +/turf/open/floor/prison/yellow/north, /area/fiorina/station/lowsec) +"cLQ" = ( +/obj/item/stack/cable_coil, +/turf/open/floor/prison/darkpurple2, +/area/fiorina/tumor/servers) +"cLW" = ( +/obj/structure/barricade/metal{ + health = 250; + icon_state = "metal_1" + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) +"cMc" = ( +/obj/structure/bed/chair, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/disco) "cME" = ( /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"cMH" = ( -/obj/structure/prop/structure_lattice{ - health = 300 - }, -/obj/structure/prop/structure_lattice{ - layer = 3.1; - pixel_y = 10 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) -"cNa" = ( -/obj/item/tool/weldpack, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) -"cNm" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/spawner/random/toolbox, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) "cNn" = ( /obj/structure/platform_decoration{ dir = 8 @@ -3494,30 +3635,57 @@ }, /turf/open/floor/prison, /area/fiorina/station/central_ring) +"cNI" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "ppflowers_2" + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/central_ring) +"cNL" = ( +/obj/structure/barricade/metal/wired{ + dir = 8 + }, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/yellow/north, +/area/fiorina/station/lowsec) +"cNW" = ( +/obj/structure/machinery/light/double/blue{ + pixel_y = -1 + }, +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_cargo) +"cNZ" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/central_ring) "cOo" = ( -/obj/structure/machinery/power/apc/power/south, -/turf/open/floor/wood, -/area/fiorina/station/park) +/obj/structure/inflatable, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "cOq" = ( /obj/item/disk, /turf/open/floor/prison, /area/fiorina/tumor/servers) -"cOJ" = ( -/obj/item/circuitboard/machine/rdserver, -/turf/open/floor/prison/floorscorched1, -/area/fiorina/tumor/servers) -"cOR" = ( -/obj/effect/decal/cleanable/blood/splatter{ - icon_state = "gibmid3" - }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"cPn" = ( -/obj/effect/decal/medical_decals{ - icon_state = "docstripingdir" - }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) +"cOs" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/prison/panelscorched, +/area/fiorina/tumor/aux_engi) +"cPh" = ( +/obj/item/device/flashlight/flare/on, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"cPj" = ( +/obj/item/clothing/under/color/orange, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) "cPq" = ( /obj/structure/machinery/light/double/blue{ dir = 4; @@ -3526,6 +3694,11 @@ }, /turf/open/floor/plating/prison, /area/fiorina/maintenance) +"cPr" = ( +/obj/item/clothing/under/marine/ua_riot, +/obj/item/weapon/gun/rifle/m16, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) "cPI" = ( /obj/structure/bed/chair, /obj/effect/decal/cleanable/blood/drip, @@ -3539,52 +3712,48 @@ /obj/effect/landmark/corpsespawner/ua_riot, /turf/open/floor/prison, /area/fiorina/station/medbay) +"cPK" = ( +/turf/open/floor/corsat/plate, +/area/fiorina/station/telecomm/lz1_cargo) "cPQ" = ( /obj/structure/bed/roller, /obj/effect/decal/cleanable/blood/gibs/body, /turf/open/floor/prison, /area/fiorina/station/lowsec) -"cPW" = ( -/obj/item/stack/sheet/wood, -/turf/open/floor/prison/whitepurple/southeast, +"cPS" = ( +/turf/open/floor/prison/kitchen, /area/fiorina/station/research_cells) -"cPY" = ( -/turf/open/floor/prison/darkbrown2/southwest, -/area/fiorina/tumor/aux_engi) -"cQb" = ( -/obj/structure/bed/chair/comfy, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security/wardens) -"cQj" = ( -/obj/structure/window{ - dir = 4 - }, -/obj/item/circuitboard/machine/rdserver, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) -"cQq" = ( -/obj/structure/barricade/wooden{ - dir = 8 - }, -/turf/open/floor/prison/chapel_carpet/doubleside, -/area/fiorina/station/chapel) +"cPU" = ( +/obj/effect/spawner/random/gun/rifle/midchance, +/turf/open/floor/prison/darkbrown2, +/area/fiorina/station/park) +"cQm" = ( +/turf/open/floor/prison/darkyellowcorners2/east, +/area/fiorina/station/flight_deck) "cQu" = ( /obj/item/weapon/gun/energy/taser, /turf/open/floor/prison, /area/fiorina/station/security) -"cQv" = ( +"cQw" = ( /obj/structure/platform_decoration{ - dir = 4 - }, -/obj/effect/decal/medical_decals{ - icon_state = "triagedecaldir" + dir = 8 }, /turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) -"cRy" = ( -/obj/effect/decal/cleanable/blood, +"cQx" = ( +/obj/structure/surface/rack, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/toxin, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"cQQ" = ( +/obj/structure/inflatable/popped, +/turf/open/floor/prison/whitegreen, +/area/fiorina/station/medbay) +"cRr" = ( /turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) +/area/fiorina/tumor/fiberbush) "cRB" = ( /obj/structure/machinery/door/airlock/prison/horizontal{ density = 0; @@ -3604,73 +3773,93 @@ }, /turf/open/floor/prison, /area/fiorina/station/medbay) -"cRY" = ( -/obj/item/clothing/mask/cigarette/bcigarette, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/research_cells) -"cSV" = ( -/obj/structure/bed/chair, +"cRR" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/pills/lowchance, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) +"cSi" = ( +/obj/item/ammo_casing{ + icon_state = "casing_7_1" + }, /turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/research_cells) -"cTc" = ( -/obj/structure/machinery/photocopier, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) -"cTk" = ( -/obj/structure/largecrate/random/case/small, -/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/station/medbay) +"cSK" = ( +/turf/open/floor/prison/blue/north, +/area/fiorina/station/chapel) +"cSU" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/bed/chair{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/prison/floor_marked/southwest, /area/fiorina/station/park) -"cTl" = ( -/turf/open/floor/prison/darkyellow2/north, -/area/fiorina/station/telecomm/lz1_tram) +"cTf" = ( +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/station/telecomm/lz1_cargo) +"cTj" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/lz/near_lzI) "cTr" = ( /obj/structure/largecrate/random/barrel/blue, /turf/open/floor/plating/prison, /area/fiorina/tumor/fiberbush) -"cTy" = ( -/obj/structure/closet/secure_closet/guncabinet{ - req_access = null +"cTT" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/park) +"cUg" = ( +/turf/open/floor/prison/darkyellow2, +/area/fiorina/station/telecomm/lz1_cargo) +"cUj" = ( +/obj/item/stack/sheet/metal{ + amount = 5 }, -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, -/obj/item/ammo_magazine/shotgun/buckshot, -/obj/item/ammo_magazine/shotgun/buckshot, -/obj/item/clothing/under/marine/ua_riot, -/obj/item/storage/pill_bottle/alkysine, -/obj/item/clothing/suit/storage/marine/veteran/ua_riot, +/turf/open/floor/prison/darkyellow2/southwest, +/area/fiorina/lz/near_lzI) +"cUJ" = ( +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) +"cUN" = ( +/obj/structure/closet/secure_closet/security_empty, /turf/open/floor/prison/redfull, /area/fiorina/station/security) -"cUw" = ( -/obj/item/tool/warning_cone, -/turf/open/floor/prison/darkbrown2/west, -/area/fiorina/station/park) -"cVf" = ( +"cUX" = ( +/obj/item/stack/tile/plasteel, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/tumor/civres) +"cUY" = ( /obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/processor{ - desc = "It CAN blend it."; - icon_state = "blender_e"; - name = "Blendomatic"; - pixel_x = -2; - pixel_y = 10 +/obj/structure/machinery/door/window/eastright{ + dir = 1 }, -/turf/open/floor/prison/kitchen/southwest, -/area/fiorina/station/civres_blue) +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) "cVl" = ( /obj/item/ammo_magazine/rifle/m16{ current_rounds = 0 }, /turf/open/floor/prison, /area/fiorina/station/lowsec) -"cVo" = ( -/obj/structure/largecrate/random/barrel/blue, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) -"cVz" = ( +"cVu" = ( +/turf/open/floor/prison/yellow/east, +/area/fiorina/lz/near_lzII) +"cVE" = ( /obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 + dir = 8; + pixel_x = -10; + pixel_y = 13 }, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/tumor/servers) +/obj/item/clothing/suit/storage/hazardvest, +/turf/open/floor/corsat/plate, +/area/fiorina/station/civres_blue) "cVQ" = ( /obj/structure/machinery/light/double/blue{ dir = 1; @@ -3682,26 +3871,23 @@ /obj/structure/extinguisher_cabinet, /turf/closed/wall/r_wall/prison, /area/fiorina/station/disco) -"cWg" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/effect/spawner/random/gun/rifle, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/station/chapel) -"cWv" = ( -/obj/structure/machinery/photocopier, -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 +"cWh" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" }, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) +/area/fiorina/station/medbay) "cWz" = ( -/obj/structure/platform_decoration{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/structure/surface/rack, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) "cWG" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -3709,12 +3895,6 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/chapel) -"cWI" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 - }, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) "cWU" = ( /obj/structure/platform_decoration{ dir = 8 @@ -3730,6 +3910,11 @@ /obj/structure/surface/rack, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) +"cXn" = ( +/obj/structure/surface/rack, +/obj/item/device/camera, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/fiberbush) "cXq" = ( /obj/structure/platform{ dir = 8 @@ -3739,46 +3924,6 @@ /obj/item/stack/flag/yellow, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"cXs" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/stack/cable_coil, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) -"cXC" = ( -/obj/structure/barricade/wooden{ - dir = 4; - pixel_y = 4 - }, -/obj/structure/barricade/wooden, -/turf/open/floor/prison/whitegreen/north, -/area/fiorina/station/medbay) -"cXQ" = ( -/obj/structure/bed{ - icon_state = "abed" - }, -/obj/effect/spawner/random/sentry/midchance, -/turf/open/floor/prison/yellow/southwest, -/area/fiorina/station/lowsec) -"cXU" = ( -/obj/structure/inflatable/popped/door, -/obj/effect/decal/medical_decals{ - icon_state = "triagedecaldir" - }, -/turf/open/floor/prison/whitegreen/east, -/area/fiorina/station/medbay) -"cXW" = ( -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_sn_full_cap" - }, -/obj/structure/platform{ - dir = 4 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/central_ring) "cXY" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -3787,13 +3932,26 @@ /obj/structure/platform/stair_cut, /turf/open/floor/plating/prison, /area/fiorina/station/flight_deck) -"cYc" = ( -/obj/item/clothing/accessory/armband/cargo{ - desc = "Sworn to the shrapnel and the shards therein. So sayeth her command when the first detonation occured."; - name = "HEFA Order milita armband" +"cYe" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/box/handcuffs{ + pixel_x = 6; + pixel_y = 1 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/chapel) +/obj/item/storage/box/handcuffs{ + pixel_x = -7; + pixel_y = 1 + }, +/obj/item/storage/box/handcuffs{ + pixel_x = -2; + pixel_y = 11 + }, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) "cYv" = ( /obj/structure/stairs/perspective{ dir = 4; @@ -3810,12 +3968,9 @@ }, /turf/open/space/basic, /area/fiorina/oob) -"cZp" = ( -/obj/structure/platform_decoration{ - dir = 4 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) +"cZj" = ( +/turf/open/floor/prison/bluecorner/west, +/area/fiorina/station/power_ring) "cZq" = ( /obj/item/shard{ icon_state = "medium" @@ -3826,20 +3981,10 @@ /obj/structure/largecrate/random/case/double, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"cZw" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 12 - }, -/obj/item/storage/fancy/cigarettes/blackpack, -/turf/open/floor/prison/whitepurple/southeast, -/area/fiorina/station/research_cells) -"cZC" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/prison/blue_plate/east, -/area/fiorina/station/botany) +"cZM" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) "cZV" = ( /obj/structure/bed/chair/office/light{ dir = 4 @@ -3852,6 +3997,10 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) +"dau" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) "daD" = ( /obj/structure/platform/kutjevo/smooth{ dir = 4 @@ -3859,6 +4008,10 @@ /obj/structure/platform/kutjevo/smooth, /turf/open/space, /area/fiorina/oob) +"daG" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/research_cells) "daK" = ( /obj/structure/machinery/autolathe, /turf/open/floor/plating/prison, @@ -3867,60 +4020,37 @@ /obj/item/ammo_magazine/pistol/kt42, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"daY" = ( -/obj/effect/spawner/random/tool, -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/station/telecomm/lz1_cargo) -"dbr" = ( -/obj/structure/closet/secure_closet/security, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/disco) -"dbw" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/chem_dispenser/soda, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"dbT" = ( -/obj/structure/prop/souto_land/streamer{ - dir = 4; - pixel_y = 24 - }, -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/effect/landmark/corpsespawner/security/liaison, -/turf/open/floor/prison/darkbrown2/east, -/area/fiorina/station/park) -"dcB" = ( -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_full" - }, -/obj/structure/platform, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/botany) -"dcQ" = ( -/obj/structure/prop/structure_lattice{ - dir = 4; - health = 300 +"dbf" = ( +/obj/effect/decal/medical_decals{ + icon_state = "cryocell2deval" }, -/obj/structure/prop/structure_lattice{ +/turf/open/floor/prison/whitegreen, +/area/fiorina/station/medbay) +"dbS" = ( +/obj/structure/platform{ dir = 4; - layer = 3.1; - pixel_y = 10 + layer = 2 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"dcT" = ( -/obj/structure/platform_decoration{ +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ dir = 1 }, -/turf/open/floor/prison/whitegreen, +/turf/open/floor/prison/floor_plate, /area/fiorina/tumor/ice_lab) +"dcp" = ( +/turf/open/floor/prison/green, +/area/fiorina/station/botany) +"dcY" = ( +/obj/structure/largecrate/supply/medicine/medivend, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "ddc" = ( /obj/item/stack/sandbags_empty/half, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) +"ddk" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison/chapel_carpet/doubleside, +/area/fiorina/station/chapel) "ddA" = ( /obj/structure/girder/reinforced, /turf/open/floor/plating/plating_catwalk, @@ -3947,99 +4077,90 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"ddZ" = ( -/obj/structure/computerframe, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/medbay) +"ddY" = ( +/obj/structure/surface/rack, +/obj/item/restraint/handcuffs, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/security) "dec" = ( /obj/structure/sign/prop3{ desc = "Enlist in the Penal Battalions today! The USCM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." }, /turf/closed/wall/prison, /area/fiorina/tumor/servers) -"dep" = ( -/obj/structure/machinery/disposal, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/fiberbush) +"dek" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"del" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/radio{ + pixel_x = -6; + pixel_y = 16 + }, +/obj/item/device/radio{ + pixel_x = 6; + pixel_y = 7 + }, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) "deH" = ( /obj/structure/machinery/light/double/blue, /turf/open/floor/prison, /area/fiorina/station/central_ring) +"deJ" = ( +/obj/item/ammo_casing{ + dir = 2; + icon_state = "casing_5" + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) "deR" = ( /obj/item/toy/crayon/red, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"dfc" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/firstaid/regular, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/ice_lab) +"deS" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/civres_blue) "dfz" = ( /obj/item/stack/cable_coil, /turf/open/floor/prison, /area/fiorina/tumor/servers) -"dfF" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) "dfV" = ( /obj/structure/monorail{ name = "launch track" }, /turf/open/floor/plating/prison, /area/fiorina/station/transit_hub) -"dga" = ( -/obj/item/clothing/under/color/orange, -/turf/open/floor/prison/yellow, -/area/fiorina/station/lowsec) -"dgh" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/prison/whitepurple/west, -/area/fiorina/station/research_cells) -"dgp" = ( -/obj/structure/machinery/disposal, -/obj/item/tool/kitchen/rollingpin{ - pixel_y = 8 - }, -/turf/open/floor/prison/kitchen/southwest, -/area/fiorina/station/civres_blue) -"dgt" = ( +"dgd" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/darkbrowncorners2/north, +/area/fiorina/station/park) +"dgk" = ( /obj/structure/prop/structure_lattice{ - dir = 4; health = 300 }, /obj/structure/prop/structure_lattice{ - dir = 4; layer = 3.1; pixel_y = 10 }, -/obj/structure/disposalpipe/segment{ - color = "#c4c4c4"; - dir = 4; - layer = 6; - name = "overhead pipe"; - pixel_y = 20 - }, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"dgu" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/structure/platform{ - dir = 4 - }, -/obj/structure/platform_decoration{ - dir = 9 +/area/fiorina/tumor/aux_engi) +"dgt" = ( +/obj/structure/closet/crate/miningcar{ + name = "\improper materials storage bin" }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) +/obj/item/reagent_container/food/snacks/meat, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/botany) "dgz" = ( /obj/item/trash/cigbutt/ucigbutt, /turf/open/floor/prison, @@ -4065,20 +4186,57 @@ /obj/item/tool/weldingtool, /turf/open/floor/prison, /area/fiorina/station/security) -"dhH" = ( -/obj/structure/machinery/iv_drip, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) -"dip" = ( +"dhy" = ( /obj/structure/platform, /turf/open/gm/river/pool, /area/fiorina/station/park) -"diB" = ( -/obj/structure/machinery/iv_drip{ - pixel_y = 19 - }, -/turf/open/floor/prison/whitepurple/north, -/area/fiorina/station/research_cells) +"dhA" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/prison/darkyellow2/east, +/area/fiorina/lz/near_lzI) +"dhL" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/glass/bottle/spaceacillin{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/research_cells) +"dhM" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_full" + }, +/obj/structure/platform, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/botany) +"dio" = ( +/obj/structure/prop/structure_lattice{ + health = 300; + icon = 'icons/turf/elevator.dmi'; + icon_state = "wall_broke" + }, +/turf/open/floor/corsat/squares, +/area/fiorina/station/civres_blue) +"diw" = ( +/turf/open/floor/prison/darkpurple2/southeast, +/area/fiorina/station/central_ring) +"diM" = ( +/obj/structure/machinery/vending/sovietsoda, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) +"diO" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform_decoration{ + dir = 9 + }, +/turf/open/floor/prison/whitegreen/northeast, +/area/fiorina/tumor/ice_lab) "diS" = ( /obj/structure/largecrate/supply/supplies/water, /obj/item/reagent_container/food/drinks/cans/waterbottle{ @@ -4091,10 +4249,6 @@ }, /turf/open/floor/prison, /area/fiorina/station/security) -"diT" = ( -/obj/item/disk, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) "dje" = ( /obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/plating/prison, @@ -4103,9 +4257,12 @@ /obj/effect/spawner/random/gun/smg/midchance, /turf/open/floor/wood, /area/fiorina/station/park) -"djH" = ( -/turf/open/floor/prison/green/southwest, -/area/fiorina/tumor/aux_engi) +"djw" = ( +/obj/effect/decal/cleanable/blood/splatter{ + icon_state = "gibdown1" + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "djU" = ( /obj/structure/platform/kutjevo/smooth{ dir = 1 @@ -4124,25 +4281,42 @@ /obj/item/device/flashlight/lamp/tripod, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"dlj" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/device/flashlight/lamp/candelabra{ - layer = 3.2; - pixel_x = 1; - pixel_y = 13 - }, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/station/chapel) -"dln" = ( -/obj/structure/barricade/wooden{ - dir = 8 - }, -/turf/open/floor/prison/whitepurple, +"dkf" = ( +/turf/open/floor/prison/darkyellow2/east, +/area/fiorina/lz/near_lzI) +"dkF" = ( +/obj/item/paper/prison_station/inmate_handbook, +/turf/open/floor/prison/darkredfull2, /area/fiorina/station/research_cells) +"dly" = ( +/turf/open/floor/prison/cell_stripe/north, +/area/fiorina/station/power_ring) +"dlz" = ( +/obj/effect/landmark{ + icon_state = "hive_spawn"; + name = "xeno_hive_spawn" + }, +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/tumor/aux_engi) "dlA" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) +"dlM" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/disco) +"dlR" = ( +/obj/item/weapon/gun/smg/mp5, +/obj/item/ammo_casing{ + icon_state = "casing_6_1" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) "dlX" = ( /obj/structure/surface/rack, /obj/item/reagent_container/spray/cleaner{ @@ -4151,59 +4325,41 @@ }, /turf/open/floor/prison, /area/fiorina/lz/near_lzII) +"dlZ" = ( +/turf/open/floor/prison/darkyellow2/southeast, +/area/fiorina/station/telecomm/lz1_tram) +"dmb" = ( +/obj/structure/barricade/handrail, +/turf/open/floor/prison/whitepurple/northwest, +/area/fiorina/station/research_cells) "dme" = ( /obj/structure/machinery/deployable/barrier, /turf/open/floor/prison, /area/fiorina/station/security) -"dmm" = ( -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/research_cells) -"dmr" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/trash/plate, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"dmt" = ( -/obj/structure/machinery/autolathe/medilathe/full, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/medbay) "dmu" = ( /obj/structure/filingcabinet/disk, /turf/open/floor/prison, /area/fiorina/tumor/servers) -"dmw" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/device/flashlight/lamp/candelabra{ - layer = 3.2; - pixel_x = 1; - pixel_y = 13 - }, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/station/transit_hub) "dmB" = ( /obj/structure/bed/chair{ dir = 4 }, /turf/open/floor/prison, /area/fiorina/station/power_ring) +"dmD" = ( +/obj/item/device/flashlight, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) "dmV" = ( -/obj/structure/platform{ +/obj/structure/machinery/power/terminal{ dir = 1 }, -/obj/structure/platform{ - dir = 8 - }, -/obj/structure/platform_decoration{ - dir = 5 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"dng" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 - }, -/turf/open/floor/prison/darkyellow2/southwest, -/area/fiorina/station/flight_deck) +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) +"dmX" = ( +/obj/item/tool/wirecutters/clippers, +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/fiberbush) "dnz" = ( /obj/structure/surface/table/woodentable/fancy, /obj/effect/spawner/random/toy, @@ -4219,26 +4375,26 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) -"dnC" = ( -/obj/structure/monorail{ - name = "launch track" - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzI) "dnE" = ( /obj/structure/machinery/newscaster{ pixel_y = 32 }, /turf/open/floor/prison, /area/fiorina/station/security) +"dnV" = ( +/obj/structure/prop/souto_land/streamer{ + dir = 6 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/station/park) "doe" = ( /obj/item/tool/kitchen/utensil/pspoon, /turf/open/space/basic, /area/fiorina/oob) -"dom" = ( -/obj/item/stool, -/turf/open/floor/prison/yellow/east, -/area/fiorina/station/lowsec) +"doi" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison/whitegreen/east, +/area/fiorina/tumor/ice_lab) "doq" = ( /obj/structure/bed/chair{ dir = 4; @@ -4246,9 +4402,6 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"dow" = ( -/turf/open/floor/prison/panelscorched, -/area/fiorina/tumor/servers) "doA" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/shuttle/dropship/flight/lz1, @@ -4267,29 +4420,26 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/civres) -"doJ" = ( -/obj/structure/machinery/vending/cigarette/colony, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) +"doK" = ( +/obj/item/ammo_casing{ + icon_state = "casing_5" + }, +/obj/item/clothing/suit/armor/vest/security, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) "doQ" = ( /obj/structure/disposalpipe/broken{ dir = 1 }, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"dpg" = ( -/obj/item/tool/crowbar/red, -/turf/open/floor/prison/darkbrown2/east, -/area/fiorina/tumor/aux_engi) -"dpo" = ( -/obj/effect/spawner/random/tool, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/tumor/ice_lab) -"dpv" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/storage/fancy/cigar, -/turf/open/floor/prison/chapel_carpet/doubleside/north, -/area/fiorina/station/chapel) +"dpD" = ( +/obj/structure/machinery/light/double/blue{ + pixel_y = -1 + }, +/obj/structure/platform_decoration, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/disco) "dpH" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating/prison, @@ -4301,28 +4451,14 @@ /obj/item/clothing/head/helmet/marine/veteran/ua_riot, /turf/open/floor/prison, /area/fiorina/station/security) -"dpZ" = ( -/obj/structure/surface/rack, -/obj/item/stack/sheet/wood/medium_stack, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/maintenance) -"dqd" = ( -/obj/structure/prop/structure_lattice{ - dir = 4; - health = 300 - }, -/obj/structure/prop/structure_lattice{ - dir = 4; - layer = 3.1; - pixel_y = 10 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/ice_lab) +"dqm" = ( +/obj/item/fuel_cell, +/turf/open/floor/prison, +/area/fiorina/tumor/aux_engi) "dqD" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/spawner/random/pills/lowchance, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) +/obj/item/trash/eat, +/turf/open/floor/prison/floor_plate, +/area/fiorina/lz/near_lzI) "dqE" = ( /obj/structure/prop/souto_land/pole, /turf/open/floor/wood, @@ -4332,95 +4468,79 @@ icon_state = "stan_inner_s_w" }, /area/fiorina/tumor/ship) -"drb" = ( -/obj/effect/spawner/random/gun/pistol/lowchance, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/station/park) +"dqV" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/yellow/northwest, +/area/fiorina/station/disco) +"drj" = ( +/obj/effect/landmark/corpsespawner/ua_riot, +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/lz/near_lzI) "dro" = ( /obj/structure/closet/l3closet/general, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) -"dru" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = 13 - }, -/turf/open/floor/corsat/plate, -/area/fiorina/station/telecomm/lz1_cargo) -"drJ" = ( -/obj/structure/filingcabinet, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) -"drT" = ( -/obj/structure/closet/bodybag, +"drI" = ( +/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) +"drP" = ( /obj/effect/decal/medical_decals{ - dir = 4; - icon_state = "triagedecaldir" + icon_state = "docstripingdir" }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"drZ" = ( -/obj/structure/machinery/shower{ +/obj/structure/bed/roller, +/obj/structure/machinery/light/double/blue{ dir = 1; - pixel_y = -1 - }, -/obj/structure/machinery/shower{ - dir = 8 + pixel_y = 21 }, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/lowsec) -"dsd" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "gib6" +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"dse" = ( +/obj/structure/platform_decoration{ + dir = 4 }, +/obj/item/clothing/gloves/botanic_leather, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/disco) -"dsq" = ( -/turf/open/floor/prison/bluecorner/north, +/area/fiorina/station/botany) +"dsk" = ( +/obj/item/organ/lungs, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_cargo) +"dsG" = ( +/obj/structure/inflatable/popped/door, +/turf/open/floor/prison/whitegreencorner/west, +/area/fiorina/station/medbay) +"dsM" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/medical_supply_link, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"dta" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison/blue/east, /area/fiorina/station/civres_blue) -"dsK" = ( -/obj/item/stack/sandbags, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/power_ring) "dtg" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/ammo_magazine/shotgun/buckshot, /turf/open/floor/plating/prison, /area/fiorina/station/lowsec) -"dtj" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) -"dtn" = ( -/obj/structure/barricade/handrail{ - dir = 1; - pixel_y = 2 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/central_ring) -"dtH" = ( -/obj/structure/machinery/vending/cola, -/obj/structure/prop/souto_land/streamer{ - pixel_y = 24 +"dto" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 1 }, -/turf/open/floor/prison/darkbrown2/east, -/area/fiorina/station/park) -"dtO" = ( -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/structure/surface/rack, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"dug" = ( -/turf/open/floor/prison/cell_stripe, -/area/fiorina/station/research_cells) +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/lz/near_lzI) +"dur" = ( +/obj/item/stack/cable_coil, +/turf/open/floor/prison/whitegreen/southeast, +/area/fiorina/station/medbay) "duF" = ( /obj/structure/window/framed/prison/reinforced, /turf/open/floor/plating/prison, @@ -4429,24 +4549,27 @@ /obj/structure/machinery/photocopier, /turf/open/floor/wood, /area/fiorina/station/security/wardens) +"dvp" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + pixel_y = 10 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) "dvq" = ( /obj/structure/machinery/newscaster, /turf/closed/wall/prison, /area/fiorina/station/medbay) -"dvE" = ( -/obj/structure/machinery/defenses/tesla_coil/premade{ - faction_group = list("USCM") +"dvQ" = ( +/obj/structure/platform{ + dir = 8 }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) -"dvJ" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/firstaid/regular, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"dvM" = ( -/turf/open/floor/prison/darkyellow2, -/area/fiorina/station/telecomm/lz1_tram) +/turf/open/floor/prison/blue/west, +/area/fiorina/station/power_ring) "dvY" = ( /obj/structure/machinery/door/airlock/almayer/maint/autoname{ dir = 1; @@ -4464,45 +4587,17 @@ /obj/structure/platform, /turf/open/floor/plating/prison, /area/fiorina/station/flight_deck) -"dwr" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/structure/platform{ - dir = 8 - }, -/obj/structure/platform_decoration{ - dir = 5 - }, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/chapel) "dwz" = ( -/obj/item/frame/toolbox_tiles, -/turf/open/floor/prison/whitepurple/northwest, -/area/fiorina/station/research_cells) -"dwA" = ( -/obj/item/weapon/gun/smg/nailgun, -/obj/structure/surface/rack, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/maintenance) -"dwF" = ( -/obj/item/device/radio, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/fiberbush) +/obj/item/explosive/grenade/high_explosive/frag, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/tumor/servers) +"dwB" = ( +/obj/item/tool/kitchen/utensil/fork, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/flight_deck) "dwQ" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/tumor/fiberbush) -"dwS" = ( -/obj/structure/platform{ - dir = 4 - }, -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) "dwT" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ req_one_access = null @@ -4513,25 +4608,20 @@ /obj/item/storage/briefcase/stowaway, /turf/open/space, /area/fiorina/oob) -"dxl" = ( -/obj/structure/toilet{ - dir = 8; - pixel_y = 8 - }, -/obj/item/prop/helmetgarb/spacejam_tickets{ - desc = "Low security prisoners would smuggle in arcade tickets after visitations. The tickets act as a stand in for paper currency in the prison economy, they're backed by the cigarette standard, since one ticket nets one cigarette at the prize booth. The cigarettes also get smuggled back in."; - name = "\improper arcade tickets"; - pixel_x = 1; - pixel_y = -1 - }, -/turf/open/floor/prison/whitepurple/northeast, -/area/fiorina/station/research_cells) +"dxj" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/fiberbush) "dxE" = ( /obj/structure/prop/resin_prop{ icon_state = "rack" }, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) +"dxL" = ( +/obj/item/device/flashlight, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/research_cells) "dxS" = ( /turf/closed/wall/r_wall/prison, /area/fiorina/tumor/servers) @@ -4549,48 +4639,30 @@ /obj/item/explosive/grenade/high_explosive/m15, /turf/open/floor/plating/prison, /area/fiorina/station/chapel) -"dyP" = ( -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"dzi" = ( -/obj/structure/bed/sofa/south/grey/left, -/obj/item/reagent_container/food/snacks/sandwich{ - pixel_y = 2 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) +"dyI" = ( +/obj/item/reagent_container/food/snacks/microwavable/donkpocket, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/transit_hub) "dzl" = ( /obj/structure/window/framed/prison/reinforced/hull, /turf/open/floor/plating/prison, /area/fiorina/station/flight_deck) -"dzm" = ( -/obj/structure/platform{ - dir = 4 - }, -/obj/structure/platform, -/obj/structure/platform_decoration{ - dir = 6 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/botany) "dzo" = ( /obj/structure/bed/chair/comfy{ dir = 8 }, /turf/open/floor/prison, /area/fiorina/station/security) -"dzL" = ( -/obj/structure/inflatable, -/obj/structure/barricade/handrail/type_b, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) +"dzD" = ( +/obj/item/toy/deck, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) "dzR" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/emails{ - dir = 4 +/obj/effect/decal/cleanable/blood/splatter{ + icon_state = "gib2" }, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) +/turf/open/floor/prison/whitegreen/west, +/area/fiorina/station/medbay) "dAe" = ( /obj/structure/machinery/line_nexter{ id = "line2"; @@ -4603,15 +4675,23 @@ /obj/structure/largecrate/random/case/small, /turf/open/floor/prison, /area/fiorina/station/park) -"dAm" = ( -/turf/open/floor/prison/darkpurple2/north, -/area/fiorina/tumor/servers) +"dAv" = ( +/turf/open/floor/prison/greenbluecorner, +/area/fiorina/station/botany) "dAA" = ( /obj/structure/barricade/wooden{ dir = 4 }, /turf/open/floor/prison, /area/fiorina/station/civres_blue) +"dAH" = ( +/obj/item/reagent_container/food/snacks/microwavable/donkpocket, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/transit_hub) +"dAL" = ( +/obj/item/weapon/gun/rifle/mar40, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) "dAQ" = ( /obj/structure/machinery/light/double/blue{ dir = 8; @@ -4620,12 +4700,9 @@ }, /turf/open/floor/prison, /area/fiorina/station/security) -"dAW" = ( -/obj/effect/decal/medical_decals{ - icon_state = "docdecal1" - }, -/turf/open/floor/prison/whitegreen, -/area/fiorina/station/medbay) +"dAZ" = ( +/turf/open/floor/prison/blue/west, +/area/fiorina/station/civres_blue) "dBa" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -4634,13 +4711,6 @@ /obj/structure/platform, /turf/open/floor/plating/prison, /area/fiorina/station/disco) -"dBo" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/clothing/mask/cigarette/weed{ - icon_state = "ucigoff" - }, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/lowsec) "dBq" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer{ @@ -4656,16 +4726,23 @@ }, /turf/open/floor/plating/prison, /area/fiorina/oob) +"dBw" = ( +/obj/item/inflatable, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/yellow/north, +/area/fiorina/station/lowsec) "dBR" = ( /obj/structure/bed/chair/comfy{ dir = 4 }, /turf/open/floor/prison, /area/fiorina/station/telecomm/lz1_tram) -"dBX" = ( -/obj/item/clothing/mask/cigarette, -/turf/open/floor/prison/whitepurple/northwest, -/area/fiorina/station/research_cells) +"dCc" = ( +/turf/open/floor/prison/greenfull/east, +/area/fiorina/tumor/civres) "dCu" = ( /obj/structure/machinery/door/airlock/almayer/generic{ dir = 2; @@ -4677,41 +4754,43 @@ /obj/effect/landmark/survivor_spawner, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"dCJ" = ( -/obj/structure/janitorialcart, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) "dCM" = ( /obj/structure/window/framed/prison/reinforced/hull, /turf/open/floor/plating/prison, /area/fiorina/station/security) -"dCN" = ( -/obj/item/stack/rods, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) -"dCT" = ( -/obj/structure/prop/almayer/computers/mission_planning_system{ - density = 0; - desc = "Its a telephone, and a computer. Woah."; - name = "\improper funny telephone booth"; - pixel_y = 21 - }, -/obj/structure/prop/almayer/computers/mission_planning_system{ - density = 0; - desc = "Its a telephone, and a computer. Woah."; - name = "\improper funny telephone booth"; - pixel_x = 17; - pixel_y = 21 +"dCQ" = ( +/obj/structure/closet/secure_closet/medical2{ + req_access_txt = "100" }, +/obj/effect/spawner/random/pills, +/turf/open/floor/corsat/squares, +/area/fiorina/station/medbay) +"dCR" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/firstaid/regular, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/civres_blue) +"dCT" = ( +/obj/item/stack/sandbags/large_stack, +/turf/open/floor/prison/yellow/northeast, +/area/fiorina/station/disco) +"dCX" = ( +/obj/structure/surface/rack, +/obj/item/clothing/gloves/latex, /turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) -"dDi" = ( -/turf/open/floor/prison/yellowcorner, +"dDa" = ( +/obj/item/ammo_casing{ + icon_state = "casing_7_1" + }, +/turf/open/floor/prison/floor_plate, /area/fiorina/station/lowsec) -"dDq" = ( -/obj/structure/closet/emcloset, +"dDt" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/medbay) +/area/fiorina/station/disco) "dDO" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/door/window/eastright, @@ -4721,25 +4800,30 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) +"dDQ" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/station/flight_deck) "dDU" = ( /obj/effect/decal/cleanable/blood{ icon_state = "xgibdown1" }, /turf/open/floor/plating/prison, /area/fiorina/station/chapel) -"dEi" = ( -/obj/structure/platform{ - dir = 1 +"dDV" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/trash/plate{ + pixel_x = 1; + pixel_y = 3 }, -/obj/structure/platform{ - dir = 4 - }, -/obj/structure/platform_decoration{ - dir = 9 - }, -/obj/structure/largecrate/random, -/turf/open/floor/prison/floor_plate, +/turf/open/floor/prison/kitchen, /area/fiorina/station/power_ring) +"dDX" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) "dEo" = ( /obj/structure/stairs/perspective{ dir = 4; @@ -4753,6 +4837,11 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/flight_deck) +"dEv" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/firstaid/regular, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "dEI" = ( /obj/structure/stairs/perspective{ dir = 4; @@ -4761,29 +4850,21 @@ /obj/structure/platform, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"dFc" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/greenblue/north, -/area/fiorina/station/botany) "dFh" = ( /obj/item/stack/cable_coil, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/chapel) -"dFv" = ( +"dFq" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/storage/fancy/cigarettes/arcturian_ace{ - pixel_x = -4; - pixel_y = 9 +/obj/structure/machinery/processor{ + desc = "It CAN blend it."; + icon_state = "blender_e"; + name = "Blendomatic"; + pixel_x = -2; + pixel_y = 10 }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"dFy" = ( -/obj/structure/barricade/handrail, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) +/turf/open/floor/prison/kitchen/southwest, +/area/fiorina/station/civres_blue) "dFH" = ( /obj/structure/closet/cabinet, /obj/item/key/cargo_train, @@ -4798,29 +4879,37 @@ }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzI) -"dFP" = ( -/obj/structure/prop/almayer/computers/mapping_computer, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/research_cells) +"dGb" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/blue_plate/east, +/area/fiorina/station/botany) +"dGp" = ( +/obj/item/trash/cigbutt/cigarbutt, +/turf/open/floor/prison/whitegreen/north, +/area/fiorina/station/medbay) +"dGr" = ( +/obj/item/shard{ + icon_state = "large"; + name = "ice shard" + }, +/turf/open/floor/prison/whitegreen, +/area/fiorina/tumor/ice_lab) "dGw" = ( /turf/open/floor/prison, /area/fiorina/station/central_ring) +"dGP" = ( +/turf/open/floor/prison/darkyellow2/southeast, +/area/fiorina/lz/near_lzI) +"dGW" = ( +/obj/structure/barricade/wooden{ + dir = 1 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/fiorina/station/telecomm/lz1_cargo) "dHd" = ( /obj/structure/sign/safety/bulkhead_door, /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/tumor/civres) -"dHM" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/clipboard, -/turf/open/floor/prison/darkpurple2, -/area/fiorina/tumor/servers) -"dHU" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/turf/open/floor/prison/whitepurple/southwest, -/area/fiorina/station/research_cells) "dIi" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_full" @@ -4835,63 +4924,36 @@ /obj/structure/machinery/computer/communications, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"dIr" = ( -/obj/structure/machinery/vending/cigarette/colony, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) -"dIH" = ( -/turf/open/floor/prison/whitegreen/north, -/area/fiorina/tumor/ice_lab) -"dIJ" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = -3 - }, -/turf/open/floor/corsat/plate, -/area/fiorina/tumor/aux_engi) "dIN" = ( -/turf/open/floor/prison/darkbrown2/southeast, -/area/fiorina/station/power_ring) +/obj/structure/inflatable/popped/door, +/turf/open/floor/prison/whitepurple/northwest, +/area/fiorina/station/research_cells) "dIT" = ( /obj/structure/closet/crate/medical, /obj/item/clothing/mask/cigarette/pipe, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"dJo" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/spawner/random/gun/pistol/midchance, -/turf/open/floor/prison/darkpurple2/north, -/area/fiorina/tumor/servers) -"dJr" = ( -/obj/structure/machinery/door/airlock/almayer/marine, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) -"dJw" = ( -/obj/item/device/flashlight/flare, -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/station/telecomm/lz1_cargo) -"dJx" = ( -/obj/structure/toilet{ - dir = 8; - pixel_y = 8 - }, -/turf/open/floor/prison/whitepurple/northeast, -/area/fiorina/station/research_cells) -"dJQ" = ( -/obj/structure/platform, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) -"dJR" = ( -/obj/item/tool/mop, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) -"dKe" = ( -/obj/structure/prop/almayer/computers/sensor_computer1{ - name = "computer" +"dJe" = ( +/turf/open/floor/prison/darkbrown2/northwest, +/area/fiorina/maintenance) +"dJk" = ( +/obj/item/reagent_container/food/snacks/eat_bar, +/turf/open/floor/prison/blue_plate/north, +/area/fiorina/station/botany) +"dJp" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/tumor/aux_engi) +"dJt" = ( +/obj/item/clothing/shoes/laceup, +/turf/open/space, +/area/fiorina/oob) +"dKl" = ( +/obj/item/ammo_magazine/rifle/m16{ + current_rounds = 0 }, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/security) +/turf/open/floor/prison/yellow, +/area/fiorina/station/lowsec) "dKo" = ( /obj/effect/spawner/random/gun/shotgun, /turf/open/floor/carpet, @@ -4908,23 +4970,33 @@ /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/maintenance) "dLb" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/prison/whitegreen/north, +/area/fiorina/tumor/ice_lab) "dLq" = ( /obj/structure/bed/chair/comfy{ dir = 1 }, /turf/open/floor/wood, /area/fiorina/station/park) -"dLu" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) +"dLT" = ( +/obj/structure/curtain/shower, +/turf/open/floor/prison/kitchen/southwest, +/area/fiorina/tumor/civres) "dMa" = ( /obj/structure/stairs/perspective, /turf/open/floor/plating/prison, /area/fiorina/maintenance) +"dMb" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_tram) "dMc" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -4933,98 +5005,110 @@ /obj/structure/platform, /turf/open/floor/plating/prison, /area/fiorina/station/park) -"dMD" = ( -/obj/item/tool/mop, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) -"dMX" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/yellow/northwest, -/area/fiorina/station/disco) -"dMY" = ( -/turf/open/floor/prison/darkbrowncorners2/east, -/area/fiorina/station/park) +"dMh" = ( +/obj/structure/closet/basketball, +/obj/item/storage/pill_bottle/tramadol/skillless, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) +"dMS" = ( +/obj/item/stack/cable_coil, +/turf/open/floor/prison/darkpurple2/north, +/area/fiorina/tumor/servers) +"dMZ" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/prison/darkbrown2/east, +/area/fiorina/tumor/aux_engi) "dNh" = ( /turf/open/auto_turf/sand/layer1, /area/fiorina/lz/near_lzI) -"dNl" = ( -/obj/item/trash/cigbutt, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"dNo" = ( -/obj/item/reagent_container/food/drinks/bottle/pwine, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"dNC" = ( -/obj/structure/disposalpipe/segment{ - color = "#c4c4c4"; - dir = 2; - layer = 6; - name = "overhead pipe"; - pixel_x = -16; - pixel_y = 12 +"dNy" = ( +/obj/structure/machinery/shower{ + pixel_y = 13 }, -/turf/open/floor/prison/darkpurple2/north, -/area/fiorina/tumor/servers) -"dOj" = ( -/obj/structure/platform_decoration{ +/obj/structure/machinery/shower{ dir = 4 }, -/turf/open/floor/prison/cell_stripe/west, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/lowsec) +"dNz" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform_decoration{ + dir = 6 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/park) +"dNP" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2/north, /area/fiorina/station/park) +"dOg" = ( +/obj/effect/decal{ + icon = 'icons/obj/items/policetape.dmi'; + icon_state = "engineering_h"; + layer = 2.5; + pixel_y = -11 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_cargo) +"dOr" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = -3 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/station/telecomm/lz1_tram) "dOE" = ( /obj/item/storage/bible/hefa, /turf/open/floor/wood, /area/fiorina/station/chapel) -"dOO" = ( -/turf/open/floor/prison/darkyellowcorners2, -/area/fiorina/station/telecomm/lz1_cargo) "dOX" = ( /turf/closed/wall/r_wall/prison, /area/fiorina/lz/near_lzI) -"dPb" = ( -/turf/open/floor/prison/green/east, -/area/fiorina/tumor/civres) -"dPd" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 +"dPE" = ( +/obj/item/reagent_container/food/drinks/cans/sodawater, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/central_ring) +"dPN" = ( +/obj/structure/platform{ + dir = 1 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"dPe" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/paper_bin, -/obj/item/tool/stamp, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/tumor/civres) -"dPo" = ( -/obj/structure/surface/rack, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/toxin, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) +/area/fiorina/station/transit_hub) +"dPT" = ( +/turf/open/floor/prison/darkyellowcorners2/west, +/area/fiorina/station/flight_deck) "dQp" = ( /obj/effect/decal/hefa_cult_decals/d32, /turf/open/floor/prison, /area/fiorina/station/medbay) -"dQv" = ( -/turf/open/floor/prison/darkyellow2/east, -/area/fiorina/station/telecomm/lz1_tram) -"dRb" = ( -/obj/structure/machinery/door/airlock/prison_hatch/autoname, -/turf/open/floor/almayer/plating/northeast, -/area/fiorina/tumor/ship) -"dRN" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/emails{ - pixel_y = 5 +"dQO" = ( +/obj/structure/platform_decoration, +/turf/open/floor/prison/darkbrowncorners2, +/area/fiorina/station/park) +"dQZ" = ( +/obj/effect/decal{ + icon = 'icons/obj/items/policetape.dmi'; + icon_state = "engineering_h"; + layer = 2.5; + pixel_y = -11 }, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) +/obj/structure/closet/bombcloset, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/flight_deck) +"dRk" = ( +/obj/item/stack/sheet/wood, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) +"dRq" = ( +/obj/item/trash/cigbutt/cigarbutt, +/turf/open/floor/prison/floor_plate, +/area/fiorina/lz/near_lzI) "dRO" = ( /obj/effect/acid_hole{ dir = 4 @@ -5034,6 +5118,21 @@ name = "metal wall" }, /area/fiorina/oob) +"dRR" = ( +/obj/structure/platform, +/obj/item/ammo_casing{ + dir = 2; + icon_state = "casing_5" + }, +/turf/open/gm/river/red_pool, +/area/fiorina/station/park) +"dRV" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/botany) "dRW" = ( /obj/structure/machinery/light/double/blue{ dir = 4; @@ -5042,171 +5141,274 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) +"dSc" = ( +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/tumor/aux_engi) +"dSd" = ( +/turf/open/floor/prison/platingdmg1, +/area/fiorina/tumor/civres) "dSn" = ( /obj/structure/closet/firecloset, /turf/open/floor/prison, /area/fiorina/station/medbay) -"dSp" = ( -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/disco) -"dSv" = ( -/obj/structure/tunnel, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/central_ring) "dSy" = ( /obj/structure/bed/sofa/vert/grey/bot{ pixel_y = 8 }, /turf/open/floor/prison, /area/fiorina/lz/near_lzII) -"dSD" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/structure/platform{ - dir = 4 - }, -/obj/structure/platform_decoration{ - dir = 9 - }, +"dSL" = ( +/obj/structure/surface/rack, +/obj/item/storage/toolbox/electrical, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) -"dSK" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_21" - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"dTe" = ( -/turf/open/floor/prison/floorscorched2, -/area/fiorina/station/security) +/area/fiorina/tumor/aux_engi) "dTf" = ( /obj/structure/largecrate/random/case, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"dTn" = ( -/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage{ - density = 0; - pixel_y = 16 +"dTs" = ( +/obj/structure/machinery/vending/cola, +/obj/structure/prop/souto_land/streamer{ + pixel_y = 24 }, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/maintenance) +/turf/open/floor/prison/darkbrown2/east, +/area/fiorina/station/park) "dTx" = ( /obj/structure/machinery/door/airlock/prison_hatch/autoname, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) -"dUe" = ( -/turf/open/floor/prison/yellow/southeast, -/area/fiorina/station/disco) -"dUS" = ( -/obj/structure/safe, -/obj/item/storage/beer_pack, -/obj/item/storage/beer_pack, -/turf/open/floor/corsat/squares, -/area/fiorina/station/medbay) +"dTH" = ( +/obj/structure/machinery/shower{ + pixel_y = 13 + }, +/obj/structure/machinery/shower{ + dir = 1; + pixel_y = -1 + }, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/research_cells) +"dTY" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/prison/darkbrown2/east, +/area/fiorina/tumor/aux_engi) +"dUT" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/prison/yellow/east, +/area/fiorina/station/lowsec) "dUZ" = ( /obj/structure/monorail{ name = "launch track" }, /turf/open/space/basic, /area/fiorina/oob) -"dVt" = ( -/obj/item/reagent_container/food/drinks/bottle/sake, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) +"dVj" = ( +/obj/structure/bookcase/manuals/research_and_development{ + pixel_y = 10 + }, +/turf/open/floor/prison/whitepurple/north, +/area/fiorina/station/research_cells) +"dVs" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/prison/darkbrown2/southwest, +/area/fiorina/maintenance) "dVK" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/drinks/coffee, /turf/open/floor/prison, /area/fiorina/station/medbay) +"dVM" = ( +/obj/structure/largecrate/random/case, +/obj/item/storage/toolbox/emergency{ + pixel_y = 4 + }, +/turf/open/floor/prison/whitepurple/northwest, +/area/fiorina/station/research_cells) +"dWg" = ( +/obj/structure/inflatable/popped/door, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/whitegreen, +/area/fiorina/station/medbay) "dWB" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) -"dWJ" = ( -/obj/structure/barricade/wooden{ - dir = 8 +"dWY" = ( +/obj/structure/machinery/constructable_frame, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) +"dXd" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -5; + pixel_y = -6 }, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/station/park) +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = -5; + pixel_y = -11 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/station/flight_deck) +"dXe" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + icon_state = "4" + }, +/turf/open/floor/prison/chapel_carpet/doubleside, +/area/fiorina/maintenance) +"dXh" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) "dXG" = ( /turf/open/floor/plating/prison, /area/fiorina/tumor/civres) -"dYi" = ( -/turf/open/floor/prison/cell_stripe/west, +"dXJ" = ( +/obj/structure/machinery/deployable/barrier, +/turf/open/floor/prison/redfull, /area/fiorina/station/security) +"dXY" = ( +/obj/item/ammo_casing{ + icon_state = "casing_6" + }, +/turf/open/floor/prison/yellow/north, +/area/fiorina/station/lowsec) "dYv" = ( /obj/item/device/flashlight, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"dYw" = ( -/obj/structure/inflatable/popped, -/turf/open/floor/prison/whitegreen/east, -/area/fiorina/station/medbay) +"dYF" = ( +/obj/item/clothing/glasses/material, +/obj/structure/barricade/handrail, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/research_cells) "dYI" = ( /turf/closed/shuttle/ert{ icon_state = "stan20" }, /area/fiorina/tumor/aux_engi) -"dZf" = ( -/obj/item/dogtag, -/turf/open/floor/prison/blue/west, +"dYJ" = ( +/obj/structure/barricade/handrail/type_b{ + layer = 3.5 + }, +/obj/structure/barricade/handrail/type_b{ + dir = 4; + layer = 3.5 + }, +/turf/open/organic/grass/astroturf, /area/fiorina/station/civres_blue) -"dZq" = ( -/obj/effect/landmark/monkey_spawn, +"dZh" = ( +/obj/structure/inflatable, +/obj/structure/barricade/handrail/type_b{ + dir = 4 + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"dZv" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) -"dZu" = ( -/obj/structure/platform{ - dir = 1 +/area/fiorina/station/power_ring) +"eaa" = ( +/turf/open/floor/prison/cell_stripe, +/area/fiorina/station/medbay) +"eaj" = ( +/obj/structure/closet/secure_closet/security_empty, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/ammo_magazine/shotgun/beanbag, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"eak" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_sn_full_cap" }, /obj/structure/platform{ dir = 8 }, -/obj/structure/platform_decoration{ - dir = 5 +/turf/open/floor/prison/bright_clean2/southwest, +/area/fiorina/station/power_ring) +"eaC" = ( +/obj/structure/barricade/wooden{ + dir = 4 }, -/turf/open/floor/prison/whitegreen/northwest, -/area/fiorina/tumor/ice_lab) -"dZv" = ( -/turf/open/floor/corsat/squares, -/area/fiorina/station/civres_blue) -"dZw" = ( -/turf/open/floor/prison/darkpurple2/southeast, -/area/fiorina/tumor/servers) -"eaq" = ( -/turf/open/floor/prison/greenblue/north, -/area/fiorina/station/botany) +/turf/open/floor/prison/chapel_carpet/doubleside, +/area/fiorina/station/chapel) "eaH" = ( -/obj/item/stack/sandbags/large_stack, -/turf/open/floor/prison/green/east, -/area/fiorina/tumor/civres) +/obj/structure/window/framed/prison, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"eaI" = ( +/obj/structure/bed{ + icon_state = "abed" + }, +/obj/item/reagent_container/food/snacks/wrapped/barcardine, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) "eaZ" = ( /obj/effect/spawner/random/toolbox, /turf/open/floor/prison, /area/fiorina/station/civres_blue) -"ebo" = ( +"ebg" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/atmos_alert, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/tumor/ice_lab) +"ebj" = ( +/turf/open/floor/prison/green/northeast, +/area/fiorina/tumor/aux_engi) +"ebr" = ( +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/transit_hub) +"ebJ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/processor{ + desc = "It CAN blend it."; + icon_state = "blender_e"; + name = "Blendomatic"; + pixel_x = -2; + pixel_y = 10 + }, /obj/structure/machinery/light/double/blue{ dir = 1; pixel_y = 21 }, -/turf/open/floor/prison/green/north, -/area/fiorina/station/chapel) -"ecd" = ( -/obj/structure/machinery/door/airlock/prison_hatch/autoname, -/turf/open/floor/plating/prison, -/area/fiorina/station/lowsec) -"ecm" = ( -/obj/effect/landmark{ - icon_state = "hive_spawn"; - name = "xeno_hive_spawn" +/turf/open/floor/prison/kitchen/southwest, +/area/fiorina/station/civres_blue) +"ebX" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 6 }, -/obj/effect/landmark/ert_spawns/groundside_xeno, -/turf/open/floor/prison/whitegreencorner/north, -/area/fiorina/tumor/ice_lab) -"ecp" = ( -/obj/structure/inflatable/popped/door, -/turf/open/floor/prison, +/obj/structure/barricade/handrail/type_b{ + dir = 8; + layer = 3.5 + }, +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 1; + health = 25000; + layer = 2.9; + pixel_y = 17 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) +"ecd" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/turf/open/floor/plating/prison, +/area/fiorina/station/lowsec) +"ecp" = ( +/obj/structure/inflatable/popped/door, +/turf/open/floor/prison, +/area/fiorina/station/lowsec) +"ect" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/yellowfull, /area/fiorina/station/lowsec) "ecu" = ( /obj/item/stack/sheet/metal/medium_stack, @@ -5218,6 +5420,22 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) +"ecH" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) +"ecJ" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = null + }, +/obj/item/weapon/gun/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/clothing/under/marine/ua_riot, +/obj/item/clothing/suit/storage/marine/veteran/ua_riot, +/obj/item/prop/helmetgarb/riot_shield, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) "ecL" = ( /obj/structure/surface/rack, /obj/effect/spawner/random/tool, @@ -5231,31 +5449,58 @@ icon_state = "stan_rightengine" }, /area/fiorina/tumor/ship) +"ecX" = ( +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/chapel) "edd" = ( /obj/structure/window/framed/prison/reinforced, /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) -"edh" = ( -/turf/open/floor/prison/darkpurple2/east, -/area/fiorina/tumor/servers) +"edk" = ( +/turf/open/floor/prison/cell_stripe/west, +/area/fiorina/station/central_ring) "edv" = ( /obj/item/storage/fancy/cigar, /turf/open/floor/prison, /area/fiorina/station/medbay) -"eeb" = ( -/turf/open/floor/prison/darkyellowcorners2/north, -/area/fiorina/lz/near_lzI) "eej" = ( /obj/item/reagent_container/food/drinks/coffee{ name = "\improper paper cup" }, /turf/open/floor/prison, /area/fiorina/station/security) +"eeq" = ( +/obj/structure/disposalpipe/segment{ + color = "#c4c4c4"; + dir = 4; + layer = 6; + name = "overhead pipe"; + pixel_y = 12 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) "eeI" = ( /obj/structure/lattice, /obj/item/stack/sheet/metal, /turf/open/floor/almayer_hull, /area/fiorina/oob) +"efe" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/ashtray/plastic, +/obj/item/clothing/mask/cigarette, +/obj/item/trash/cigbutt/ucigbutt{ + pixel_y = 8 + }, +/obj/structure/sign/nosmoking_1{ + pixel_y = 30 + }, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"efk" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/handset, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/tumor/ice_lab) "efl" = ( /obj/structure/prop/invuln{ desc = "Floating cells are reserved for highly dangerous criminals. Whoever is out there is probably best left out there."; @@ -5271,17 +5516,6 @@ /obj/structure/blocker/invisible_wall, /turf/open/floor/plating/prison, /area/fiorina/oob) -"efB" = ( -/obj/structure/barricade/wooden{ - dir = 4; - pixel_y = 4 - }, -/turf/open/floor/prison/damaged3, -/area/fiorina/station/central_ring) -"efJ" = ( -/obj/structure/machinery/power/port_gen/pacman, -/turf/open/floor/prison/darkyellow2/northeast, -/area/fiorina/lz/near_lzI) "efS" = ( /obj/structure/monorail{ dir = 9; @@ -5295,9 +5529,6 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/tumor/ice_lab) -"egg" = ( -/turf/open/floor/prison/red/west, -/area/fiorina/lz/near_lzII) "egv" = ( /turf/closed/wall/mineral/bone_resin, /area/fiorina/station/civres_blue) @@ -5305,61 +5536,81 @@ /obj/item/trash/boonie, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"egL" = ( -/obj/item/newspaper, -/turf/open/floor/plating/prison, -/area/fiorina/tumor/civres) -"ehT" = ( -/obj/structure/sink{ - pixel_y = 23 - }, -/obj/item/prop/helmetgarb/rabbitsfoot{ - pixel_y = 22 +"egy" = ( +/obj/structure/filingcabinet/filingcabinet{ + pixel_x = 8 }, -/obj/item/reagent_container/food/drinks/bottle/kahlua{ - pixel_x = 5; - pixel_y = 25 +/obj/structure/filingcabinet/filingcabinet{ + pixel_x = -8 }, /turf/open/floor/prison/sterile_white/southwest, /area/fiorina/station/medbay) -"ehX" = ( -/obj/structure/inflatable/door, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"ehY" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/research_cells) -"ehZ" = ( +"egC" = ( /obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/secure_data{ - dir = 4 +/obj/item/tool/kitchen/utensil/knife{ + pixel_x = 9 }, -/turf/open/floor/prison/darkredfull2, +/obj/item/reagent_container/food/snacks/tomatomeat{ + pixel_x = -6 + }, +/obj/item/reagent_container/food/snacks/tomatomeat{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/reagent_container/food/snacks/tomatomeat{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/prison/blue/southeast, +/area/fiorina/station/power_ring) +"egE" = ( +/obj/structure/bed/sofa/south/grey/left, +/obj/item/reagent_container/food/snacks/sandwich{ + pixel_y = 2 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) +"egG" = ( +/turf/open/floor/prison/cell_stripe/west, +/area/fiorina/lz/near_lzII) +"egL" = ( +/obj/item/newspaper, +/turf/open/floor/plating/prison, +/area/fiorina/tumor/civres) +"egV" = ( +/obj/structure/inflatable, +/turf/open/floor/prison/darkpurplefull2, /area/fiorina/station/research_cells) -"ein" = ( -/obj/item/reagent_container/food/snacks/eat_bar, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) +"egX" = ( +/obj/structure/machinery/vending/security, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) +"ehd" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) +"eij" = ( +/turf/open/floor/prison/chapel_carpet/doubleside/north, +/area/fiorina/maintenance) "eiw" = ( /obj/structure/closet, /obj/item/stack/cable_coil, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"eiH" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 +"eiG" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir" }, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/fiberbush) -"eiL" = ( -/obj/structure/barricade/wooden{ - dir = 4 +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = 13 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "eiQ" = ( /obj/structure/barricade/sandbags{ dir = 8; @@ -5372,11 +5623,21 @@ }, /turf/open/floor/prison, /area/fiorina/station/disco) -"ejh" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/item/storage/pill_bottle/inaprovaline/skillless, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) +"eiZ" = ( +/obj/structure/platform, +/obj/structure/bed/chair{ + dir = 1; + layer = 2.7 + }, +/turf/open/floor/prison/whitegreen, +/area/fiorina/station/medbay) +"eje" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/station/telecomm/lz1_cargo) "ejq" = ( /obj/structure/machinery/space_heater, /turf/open/floor/plating/plating_catwalk/prison, @@ -5388,37 +5649,75 @@ "ejw" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/tumor/ice_lab) -"ejT" = ( -/obj/structure/platform_decoration{ - dir = 8 +"ejP" = ( +/obj/structure/largecrate/random, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomright" + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_y = 13 }, /turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) -"eke" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 9 +"ekn" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + health = 300 }, -/obj/structure/barricade/metal{ - health = 250; - icon_state = "metal_1" +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + pixel_y = 10 }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) +"ekE" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/powercell, +/obj/item/storage/syringe_case/burn{ + pixel_x = -10; + pixel_y = 8 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) "ekH" = ( /obj/structure/bed/roller, /turf/open/floor/prison, /area/fiorina/station/chapel) -"ekT" = ( -/obj/item/trash/chunk, -/turf/open/floor/prison/whitegreen/north, -/area/fiorina/station/medbay) -"ely" = ( -/turf/open/floor/almayer/plate, -/area/fiorina/tumor/ship) -"elQ" = ( -/obj/structure/machinery/vending/cola, +"ekU" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = 13 + }, +/turf/open/floor/corsat/plate, +/area/fiorina/station/telecomm/lz1_cargo) +"ekW" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) +"ekY" = ( +/obj/item/reagent_container/food/drinks/cans/waterbottle, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) +/area/fiorina/lz/near_lzII) +"elf" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/flight_deck) +"elv" = ( +/obj/structure/closet/bombcloset, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/flight_deck) +"elJ" = ( +/turf/open/floor/prison/greenbluecorner/north, +/area/fiorina/station/botany) "elY" = ( /obj/structure/largecrate/random, /obj/structure/machinery/light/double/blue{ @@ -5428,17 +5727,13 @@ }, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) -"emy" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/cameras{ - dir = 8 - }, -/obj/item/device/flashlight/lamp{ - pixel_x = -6; - pixel_y = 16 +"ema" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/lowsec) "emC" = ( /obj/structure/lattice, /obj/item/shard{ @@ -5446,24 +5741,18 @@ }, /turf/open/space, /area/fiorina/oob) -"emN" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/paper_bin{ - pixel_x = 5; - pixel_y = 22 +"emF" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = -3 }, -/obj/item/reagent_container/food/snacks/cheesyfries, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/station/flight_deck) -"emO" = ( -/obj/item/stack/sandbags_empty/half, -/turf/open/floor/prison/darkyellow2/east, -/area/fiorina/station/flight_deck) -"emT" = ( -/obj/item/reagent_container/food/snacks/boiledegg, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/floor_plate, +/turf/open/floor/corsat/plate, /area/fiorina/tumor/aux_engi) +"emW" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/transit_hub) "ena" = ( /obj/structure/stairs/perspective{ dir = 1; @@ -5475,32 +5764,15 @@ /obj/structure/window/framed/prison/cell, /turf/open/floor/plating/prison, /area/fiorina/station/lowsec) -"enn" = ( -/obj/structure/platform, -/obj/structure/bed/chair{ - dir = 1; - layer = 2.7 - }, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/whitegreen, -/area/fiorina/station/medbay) -"env" = ( -/obj/effect/spawner/random/tool, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/tumor/aux_engi) "enY" = ( /obj/item/stack/sheet/metal, /turf/open/floor/plating/prison, /area/fiorina/oob) -"eoe" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) -"eol" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/megaphone, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/tumor/ice_lab) +"eoq" = ( +/obj/item/stool, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/civres_blue) "eov" = ( /turf/closed/wall/r_wall/prison_unmeltable{ desc = "A huge chunk of metal used to seperate rooms."; @@ -5508,18 +5780,20 @@ }, /area/fiorina/station/research_cells) "eow" = ( -/obj/structure/closet/secure_closet/engineering_electrical, -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 - }, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/tumor/civres) -"eoB" = ( -/obj/item/trash/chips, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/research_cells) +/obj/structure/closet/firecloset/full, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"eoy" = ( +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"eoH" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) +"eoI" = ( +/obj/structure/machinery/portable_atmospherics/canister/nitrogen, +/turf/open/floor/prison/yellow/west, +/area/fiorina/station/lowsec) "eoR" = ( /obj/structure/bed/chair, /turf/open/floor/prison, @@ -5534,6 +5808,28 @@ }, /turf/open/floor/prison, /area/fiorina/station/security) +"epi" = ( +/obj/structure/coatrack, +/obj/item/clothing/head/bowlerhat{ + pixel_y = 15 + }, +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 + }, +/turf/open/floor/prison/greenfull/east, +/area/fiorina/tumor/civres) +"epl" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/station/telecomm/lz1_cargo) "epn" = ( /obj/structure/surface/rack, /obj/item/reagent_container/food/drinks/cans/aspen, @@ -5543,39 +5839,35 @@ /obj/structure/largecrate/random/case/double, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"epu" = ( -/obj/effect/landmark/corpsespawner/ua_riot/burst, -/turf/open/floor/prison/darkpurple2/north, -/area/fiorina/tumor/servers) -"epv" = ( -/obj/structure/machinery/shower{ - dir = 1; - pixel_y = -1 - }, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/lowsec) +"epG" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/central_ring) +"epT" = ( +/obj/item/stack/sandbags_empty/half, +/turf/open/floor/prison/darkyellow2/east, +/area/fiorina/station/flight_deck) "epV" = ( /obj/item/paper/crumpled/bloody, /turf/open/floor/wood, /area/fiorina/station/chapel) +"eqe" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/central_ring) +"eqj" = ( +/obj/structure/bed/chair, +/turf/open/floor/prison/greenblue, +/area/fiorina/station/botany) +"equ" = ( +/turf/open/floor/prison/floor_marked/west, +/area/fiorina/station/lowsec) "eqC" = ( /obj/item/reagent_container/food/drinks/cans/waterbottle, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"eqN" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/yellow/northeast, -/area/fiorina/station/disco) -"eqX" = ( -/obj/item/ammo_casing{ - icon_state = "casing_5" - }, -/turf/open/floor/prison/whitegreen/west, -/area/fiorina/tumor/ice_lab) "erl" = ( /obj/structure/machinery/light/double/blue{ dir = 8; @@ -5584,120 +5876,76 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"erF" = ( -/obj/effect/decal/cleanable/blood/tracks/footprints{ - dir = 1; - icon_state = "human2" - }, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) -"erI" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) -"erP" = ( -/obj/structure/machinery/washing_machine, -/obj/structure/machinery/washing_machine{ - pixel_y = 15 +"erD" = ( +/obj/item/tool/screwdriver, +/turf/open/floor/prison/green/southwest, +/area/fiorina/tumor/civres) +"erJ" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "ywflowers_4" }, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) +/turf/open/organic/grass/astroturf, +/area/fiorina/station/central_ring) +"erM" = ( +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/tumor/servers) +"erN" = ( +/obj/item/storage/toolbox/electrical, +/obj/structure/surface/rack, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) "erT" = ( /obj/structure/platform_decoration/kutjevo{ dir = 8 }, /turf/open/space, /area/fiorina/oob) -"eso" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/sign/poster{ - desc = "Hubba hubba."; - icon_state = "poster3"; - name = "magazine"; - pixel_x = 6; - pixel_y = 8 - }, -/obj/structure/sign/poster{ - desc = "Hubba hubba."; - icon_state = "poster17"; - name = "magazine" - }, -/obj/structure/sign/poster{ - desc = "The M41A is on the cover."; - icon_state = "poster15"; - name = "magazine"; - pixel_x = -5; - pixel_y = 5 - }, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +"ess" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 1 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security/wardens) -"esx" = ( -/turf/open/floor/prison/greenfull/east, -/area/fiorina/station/transit_hub) -"esQ" = ( -/obj/structure/largecrate/random/barrel/white, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/lz/near_lzI) "esS" = ( /obj/item/stack/sheet/metal, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) -"etl" = ( -/obj/effect/spawner/random/powercell, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) -"eto" = ( -/obj/structure/platform, -/obj/structure/platform{ - dir = 4 - }, -/obj/structure/platform_decoration{ - dir = 6 +"esV" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 8 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"etA" = ( -/obj/effect/alien/weeds/node, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/fiberbush) +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/lz/near_lzI) +"esY" = ( +/turf/open/floor/prison/whitepurple/northeast, +/area/fiorina/station/research_cells) +"eti" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/yellow/northwest, +/area/fiorina/station/disco) +"etr" = ( +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/station/telecomm/lz1_cargo) "etJ" = ( -/obj/structure/dropship_equipment/mg_holder, +/obj/structure/closet/crate/trashcart, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) +/area/fiorina/tumor/servers) "etL" = ( /obj/item/tool/weldingtool, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"etT" = ( -/obj/item/ammo_casing{ - icon_state = "casing_8" - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) -"etX" = ( -/obj/structure/machinery/landinglight/ds2/delayone{ +"eun" = ( +/obj/structure/prop/structure_lattice{ dir = 4 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzII) -"eub" = ( -/obj/structure/surface/rack, -/obj/item/weapon/gun/pistol/heavy, -/turf/open/floor/prison/cell_stripe/west, -/area/fiorina/station/medbay) -"euh" = ( -/obj/structure/machinery/light/double/blue{ - pixel_y = -1 +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + pixel_y = 10 }, -/turf/open/floor/prison/blue_plate/east, -/area/fiorina/station/botany) +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_cargo) "euC" = ( /obj/structure/monorail{ name = "launch track" @@ -5708,14 +5956,31 @@ /obj/item/reagent_container/food/drinks/cans/waterbottle, /turf/open/floor/prison, /area/fiorina/station/medbay) -"euT" = ( -/obj/item/tool/wet_sign, -/obj/item/tool/mop{ - pixel_x = -6; - pixel_y = -1 +"euH" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/spacecash/c10, +/obj/item/spacecash/c10{ + pixel_x = 5; + pixel_y = 10 + }, +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) +"euT" = ( +/obj/item/tool/wet_sign, +/obj/item/tool/mop{ + pixel_x = -6; + pixel_y = -1 }, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) +"evb" = ( +/turf/open/floor/prison/whitegreen/southeast, +/area/fiorina/tumor/ice_lab) "evv" = ( /obj/structure/machinery/light/double/blue{ dir = 1; @@ -5730,27 +5995,6 @@ /obj/structure/lz_sign/prison_sign, /turf/open/floor/prison, /area/fiorina/lz/near_lzII) -"evJ" = ( -/obj/structure/machinery/landinglight/ds1/delaytwo{ - dir = 8 - }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/lz/near_lzI) -"evR" = ( -/obj/structure/flora/bush/ausbushes/ausbush{ - desc = "Fiberbush(tm) infestations have been the leading cause in asbestos related deaths in spacecraft for 3 years in a row now."; - icon_state = "fullgrass_2"; - name = "Fiberbush(tm) tubers" - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/fiberbush) -"ewj" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/recharger{ - pixel_y = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) "ewx" = ( /obj/structure/bed/chair/comfy{ dir = 1 @@ -5759,6 +6003,19 @@ /obj/effect/decal/cleanable/blood, /turf/open/floor/carpet, /area/fiorina/station/security/wardens) +"ewz" = ( +/obj/structure/prop/souto_land/streamer{ + dir = 9 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/station/park) +"ewC" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/blue_plate/east, +/area/fiorina/station/botany) "ewE" = ( /obj/item/clothing/accessory/armband/cargo{ desc = "Sworn to the shrapnel and the shards therein. So sayeth her command when the first detonation occured."; @@ -5771,57 +6028,19 @@ /obj/structure/surface/rack, /turf/open/floor/plating/prison, /area/fiorina/station/chapel) -"ewH" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/prison/panelscorched, -/area/fiorina/tumor/aux_engi) -"exp" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_sn_full_cap" - }, -/obj/structure/platform{ - dir = 8 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/central_ring) -"exu" = ( -/turf/open/floor/prison/blue/west, -/area/fiorina/station/chapel) -"exv" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 - }, -/turf/open/floor/prison/darkyellow2/northeast, -/area/fiorina/station/flight_deck) -"eyp" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/cell_stripe/east, -/area/fiorina/station/central_ring) -"eyW" = ( -/obj/structure/barricade/metal/wired{ - dir = 8 - }, -/turf/open/floor/prison/yellow/east, -/area/fiorina/station/disco) -"eyX" = ( -/obj/effect/decal/cleanable/blood/gibs, -/obj/effect/spawner/random/gun/rifle, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) -"ezh" = ( -/turf/open/floor/prison/blue/southeast, +"ewK" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/red, +/area/fiorina/station/security) +"exj" = ( +/obj/item/device/flashlight/flare, +/turf/open/floor/prison/darkyellowcorners2/north, +/area/fiorina/station/telecomm/lz1_cargo) +"exG" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/storage/fancy/cigar, +/turf/open/floor/prison/chapel_carpet/doubleside/north, /area/fiorina/station/chapel) -"ezl" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = -3 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) "ezn" = ( /obj/structure/sign/prop3{ desc = "Enlist in the Penal Battalions today! The USCM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." @@ -5832,13 +6051,6 @@ /obj/structure/bed/chair/janicart, /turf/open/floor/prison, /area/fiorina/station/medbay) -"ezp" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/donut_box{ - pixel_y = 9 - }, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) "ezx" = ( /obj/structure/platform{ dir = 8 @@ -5848,99 +6060,170 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) +"ezE" = ( +/obj/structure/bed{ + icon_state = "abed" + }, +/obj/item/ammo_magazine/smg/mp5, +/turf/open/floor/prison/whitepurple/north, +/area/fiorina/station/research_cells) +"ezL" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"ezU" = ( +/obj/item/ammo_box/magazine/misc/flares/empty{ + pixel_x = -1; + pixel_y = 7 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_cargo) "ezV" = ( /obj/item/stack/sheet/metal, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"eAi" = ( +"eAo" = ( /obj/structure/stairs/perspective{ dir = 4; icon_state = "p_stair_sn_full_cap" }, -/turf/open/floor/prison/blue/east, -/area/fiorina/station/chapel) -"eAj" = ( -/obj/effect/decal/cleanable/blood/gibs/xeno, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/central_ring) -"eAo" = ( +/turf/open/floor/plating/prison, +/area/fiorina/tumor/ice_lab) +"eAt" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/prison/greenblue/southwest, +/area/fiorina/station/botany) +"eAu" = ( +/turf/open/floor/prison/yellow/northeast, +/area/fiorina/station/lowsec) +"eAC" = ( /obj/structure/stairs/perspective{ - dir = 4; + dir = 1; icon_state = "p_stair_sn_full_cap" }, -/turf/open/floor/plating/prison, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/tumor/ice_lab) -"eAv" = ( +"eAE" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/book/manual/surgery{ + name = "Lung Transplants for Dummies"; + pixel_y = 4 + }, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/ice_lab) +/area/fiorina/station/telecomm/lz1_cargo) +"eAF" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform_decoration{ + dir = 10 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/park) "eAM" = ( /obj/structure/machinery/landinglight/ds2/delaytwo{ dir = 1 }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzII) +"eAS" = ( +/obj/structure/largecrate/random/case/small, +/obj/item/bodybag/tarp/reactive{ + pixel_y = 6 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/medbay) "eAY" = ( /obj/structure/girder/displaced, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"eBb" = ( -/obj/effect/decal/cleanable/blood, -/obj/effect/spawner/random/gun/rifle/lowchance, -/turf/open/floor/prison/darkyellow2/northwest, -/area/fiorina/lz/near_lzI) -"eBh" = ( -/turf/open/floor/prison/darkyellowfull2/east, +"eBm" = ( +/obj/structure/closet/crate/miningcar{ + name = "\improper materials storage bin" + }, +/obj/item/reagent_container/food/snacks/meat, +/turf/open/floor/prison/greenblue, +/area/fiorina/station/botany) +"eBH" = ( +/obj/structure/prop/almayer/computers/sensor_computer2, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/security) +"eBJ" = ( +/turf/open/floor/prison/floor_plate/southwest, /area/fiorina/station/flight_deck) -"eBD" = ( -/obj/item/weapon/gun/rifle/mar40, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) +"eBL" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/corsat/plate, +/area/fiorina/tumor/aux_engi) "eBO" = ( -/obj/item/stock_parts/manipulator/pico, -/turf/open/floor/prison/darkpurple2/southeast, -/area/fiorina/tumor/servers) -"eBW" = ( -/turf/open/floor/prison/green/southeast, -/area/fiorina/tumor/civres) -"eCa" = ( -/obj/structure/platform{ - dir = 4; - layer = 2 +/turf/open/floor/prison/darkyellowcorners2/west, +/area/fiorina/station/telecomm/lz1_cargo) +"eBZ" = ( +/obj/structure/machinery/optable{ + desc = "This maybe could be used for advanced medical procedures."; + name = "Exam Table" }, -/obj/structure/machinery/door/airlock/prison_hatch/autoname{ - dir = 1 +/obj/item/bedsheet/ce{ + desc = "It crinkles, aggressively."; + name = "sterile wax sheet" }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/ice_lab) -"eCb" = ( -/obj/effect/spawner/random/gun/rifle/lowchance, -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/station/flight_deck) +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/redfull, +/area/fiorina/station/medbay) "eCA" = ( /obj/item/device/flashlight/lamp/tripod, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"eCV" = ( -/turf/open/floor/prison/red/east, -/area/fiorina/lz/near_lzII) +"eCE" = ( +/turf/open/floor/prison/greenblue/southwest, +/area/fiorina/station/botany) +"eCZ" = ( +/obj/structure/curtain, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) "eDn" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/central_ring) -"eDo" = ( -/turf/open/floor/prison/yellow, -/area/fiorina/station/lowsec) -"eDQ" = ( -/obj/item/trash/liquidfood, +"eDv" = ( +/obj/effect/landmark/corpsespawner/prison_security, /turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"eDJ" = ( +/obj/item/explosive/grenade/incendiary/molotov, +/turf/open/floor/prison/red/east, +/area/fiorina/station/security) +"eDN" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, +/turf/open/floor/prison/whitegreen/northeast, /area/fiorina/tumor/ice_lab) -"eDT" = ( -/obj/structure/machinery/cm_vending/sorted/medical/blood, -/obj/structure/window/reinforced{ - dir = 8; - health = 80 - }, +"eDY" = ( +/obj/effect/landmark/corpsespawner/ua_riot, /turf/open/floor/prison/sterile_white/southwest, /area/fiorina/station/medbay) +"eEd" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_sn_full_cap" + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/ice_lab) +"eEg" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/lz/near_lzII) "eEo" = ( /obj/structure/prop/structure_lattice{ dir = 4 @@ -5952,17 +6235,10 @@ }, /turf/open/floor/prison, /area/fiorina/tumor/servers) -"eEr" = ( -/obj/item/stack/nanopaste, -/turf/open/floor/prison/blue/north, -/area/fiorina/station/civres_blue) -"eEs" = ( -/obj/structure/largecrate/random, -/turf/open/floor/corsat/plate, -/area/fiorina/station/civres_blue) -"eEt" = ( -/turf/open/floor/prison/cell_stripe/west, -/area/fiorina/oob) +"eEB" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/prison/whitepurple/northeast, +/area/fiorina/station/research_cells) "eED" = ( /obj/structure/surface/table/woodentable/fancy, /obj/item/paper_bin{ @@ -5975,6 +6251,13 @@ }, /turf/open/floor/wood, /area/fiorina/station/chapel) +"eEG" = ( +/obj/effect/spawner/random/toolbox, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) +"eEI" = ( +/turf/open/floor/prison/darkbrowncorners2/east, +/area/fiorina/tumor/aux_engi) "eFa" = ( /obj/structure/barricade/metal{ dir = 1; @@ -5983,53 +6266,59 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"eFg" = ( -/obj/structure/prop/dam/crane{ - icon_state = "tractor_damaged" - }, -/turf/open/floor/corsat/squares, -/area/fiorina/station/telecomm/lz1_cargo) "eFD" = ( /obj/structure/window_frame/prison, /turf/open/floor/plating/prison, /area/fiorina/station/chapel) -"eFI" = ( -/obj/effect/spawner/random/tool, -/turf/open/floor/prison/bluecorner/north, -/area/fiorina/station/power_ring) -"eFY" = ( -/obj/structure/platform{ - dir = 4 +"eFS" = ( +/obj/item/dogtag, +/turf/open/floor/prison/blue/west, +/area/fiorina/station/civres_blue) +"eGe" = ( +/obj/item/reagent_container/food/snacks/meat, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/greenblue, +/area/fiorina/station/botany) +"eGk" = ( +/obj/structure/prop/resin_prop{ + icon_state = "coolanttank" }, -/turf/open/floor/prison/yellow/northeast, -/area/fiorina/station/disco) +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) "eGz" = ( /obj/structure/machinery/constructable_frame, /turf/open/floor/prison, /area/fiorina/station/lowsec) -"eGM" = ( -/turf/open/floor/prison/yellowcorner/north, -/area/fiorina/station/lowsec) -"eGO" = ( -/obj/item/tool/wirecutters/clippers, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/tumor/civres) -"eGQ" = ( -/obj/item/trash/cigbutt, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) +"eGJ" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/flashlight/lamp/candelabra{ + layer = 3.2; + pixel_x = 1; + pixel_y = 13 + }, +/turf/open/floor/prison/chapel_carpet/doubleside/north, +/area/fiorina/station/chapel) "eGV" = ( /obj/item/device/flashlight/lamp/tripod, /turf/open/floor/prison, /area/fiorina/station/civres_blue) +"eGX" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) +"eGZ" = ( +/obj/structure/closet/crate/medical, +/obj/item/clothing/gloves/latex, +/obj/item/clothing/gloves/latex, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/medbay) "eHa" = ( /obj/structure/extinguisher_cabinet, /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/central_ring) -"eHe" = ( -/obj/item/explosive/grenade/incendiary/molotov, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) "eHC" = ( /turf/closed/shuttle/ert{ icon_state = "wy25" @@ -6043,38 +6332,26 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/civres) -"eIa" = ( -/obj/structure/platform_decoration, -/turf/open/floor/prison/whitegreen, -/area/fiorina/station/medbay) -"eIc" = ( -/obj/structure/machinery/shower{ - dir = 8 - }, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/lowsec) -"eIe" = ( -/obj/structure/platform_decoration{ - dir = 4 - }, -/turf/open/floor/prison/chapel_carpet/doubleside/north, -/area/fiorina/station/chapel) -"eIt" = ( -/turf/open/floor/prison/darkbrown2/southwest, -/area/fiorina/station/park) -"eIy" = ( -/obj/structure/platform, -/obj/structure/platform{ - dir = 4 +"eHR" = ( +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/bluecorner/north, +/area/fiorina/station/power_ring) +"eIg" = ( +/turf/open/floor/prison/kitchen/southwest, +/area/fiorina/tumor/civres) +"eIs" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/box/cups, +/obj/item/storage/fancy/cigarettes/arcturian_ace{ + pixel_x = -6; + pixel_y = 20 }, -/obj/structure/platform_decoration{ - dir = 6 +/obj/item/storage/fancy/cigarettes/arcturian_ace{ + pixel_x = 6; + pixel_y = 20 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) -"eIT" = ( -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/tumor/aux_engi) +/area/fiorina/station/power_ring) "eJm" = ( /obj/structure/machinery/door/poddoor/almayer{ density = 0; @@ -6091,36 +6368,18 @@ }, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"eJr" = ( -/obj/structure/machinery/power/reactor/colony, -/turf/open/floor/prison/bluecorner/north, -/area/fiorina/station/power_ring) -"eJw" = ( -/obj/item/clothing/under/color/orange, -/obj/item/clothing/under/color/orange, -/obj/item/clothing/under/color/orange, -/obj/structure/surface/rack, -/turf/open/floor/prison/yellow/east, -/area/fiorina/station/lowsec) -"eJG" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/condiment/saltshaker{ - pixel_x = -5; - pixel_y = -6 - }, -/obj/item/reagent_container/food/condiment/peppermill{ - pixel_x = -5; - pixel_y = -11 +"eJy" = ( +/obj/structure/barricade/wooden{ + dir = 4 }, -/obj/item/reagent_container/food/snacks/doughslice, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/station/flight_deck) -"eJK" = ( -/obj/structure/machinery/landinglight/ds1/delaythree{ - dir = 1 +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) +"eJI" = ( +/obj/structure/platform_decoration{ + dir = 8 }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/lz/near_lzI) +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) "eJQ" = ( /obj/structure/platform/kutjevo/smooth{ dir = 8 @@ -6128,35 +6387,49 @@ /obj/structure/lattice, /turf/open/space/basic, /area/fiorina/oob) -"eKE" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/paper_bin{ - pixel_x = 5; - pixel_y = 22 +"eKh" = ( +/obj/structure/machinery/cm_vending/sorted/marine_food{ + desc = "Prison meal vendor, containing preprepared meals fit for the dregs of society."; + name = "\improper Fiorina Engineering Canteen Vendor" }, /turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) +"eKo" = ( +/obj/item/frame/firstaid_arm_assembly, +/turf/open/floor/prison/bluefull, /area/fiorina/station/civres_blue) +"eKJ" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) +"eKN" = ( +/turf/open/floor/prison/cell_stripe/west, +/area/fiorina/station/telecomm/lz1_tram) +"eKP" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/turf/open/floor/prison/yellow/southeast, +/area/fiorina/station/disco) +"eLc" = ( +/obj/structure/bed/chair, +/turf/open/floor/prison/darkpurple2, +/area/fiorina/tumor/servers) +"eLl" = ( +/obj/structure/bed/chair, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "eLp" = ( -/turf/open/floor/prison/damaged1/southwest, -/area/fiorina/station/central_ring) +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) "eLu" = ( /turf/closed/wall/prison, /area/fiorina/maintenance) -"eLz" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/cell/super{ - pixel_y = 12 - }, -/obj/item/cell/super, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/tumor/civres) -"eMn" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) +"eMC" = ( +/obj/item/paper, +/turf/open/floor/prison/whitepurple/west, +/area/fiorina/station/research_cells) "eMG" = ( /obj/structure/machinery/door/airlock/multi_tile/elevator/access{ name = "greenhouse airlock" @@ -6167,71 +6440,27 @@ /obj/structure/inflatable/popped/door, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/central_ring) -"eMN" = ( -/obj/structure/barricade/handrail/type_b{ - layer = 3.4 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) +"eMQ" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/transit_hub) "eMU" = ( /turf/closed/shuttle/ert{ icon_state = "rightengine_1"; opacity = 0 }, /area/fiorina/station/power_ring) -"eNa" = ( -/obj/effect/spawner/random/toolbox, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/medbay) -"eNj" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/yellow/north, -/area/fiorina/station/lowsec) -"eNk" = ( -/turf/open/floor/prison/whitegreencorner/north, -/area/fiorina/station/medbay) -"eNw" = ( -/turf/open/organic/grass/astroturf, -/area/fiorina/station/civres_blue) "eNJ" = ( -/obj/item/tool/wet_sign, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) -"eNQ" = ( -/obj/effect/decal/cleanable/blood/xeno{ - icon_state = "xgib3" - }, -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/station/flight_deck) -"eNU" = ( -/obj/structure/bed/chair, -/obj/structure/prop/souto_land/pole, -/obj/structure/prop/souto_land/pole{ - dir = 4; - pixel_y = 24 - }, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/station/park) +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/central_ring) +"eNR" = ( +/obj/item/device/flashlight, +/turf/open/floor/prison/chapel_carpet/doubleside, +/area/fiorina/station/chapel) "eNV" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/prison, /area/fiorina/station/lowsec) -"eOn" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/prison/whitepurple/north, -/area/fiorina/station/research_cells) -"eOr" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/trash/uscm_mre, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"eOs" = ( -/obj/structure/closet, -/obj/item/restraint/handcuffs, -/obj/item/clothing/mask/muzzle, -/obj/item/weapon/chainofcommand, -/turf/open/floor/wood, -/area/fiorina/station/security/wardens) "eOF" = ( /obj/structure/platform/kutjevo/smooth{ dir = 1 @@ -6249,24 +6478,18 @@ /obj/structure/platform/stair_cut, /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) -"eOR" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/clothing/accessory/blue, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) "eOS" = ( /obj/item/tool/warning_cone, /obj/structure/machinery/light/double/blue, /turf/open/floor/prison, /area/fiorina/station/telecomm/lz1_cargo) -"ePi" = ( -/obj/item/stack/sheet/wood, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/whitepurple, -/area/fiorina/station/research_cells) -"ePo" = ( -/turf/open/floor/prison/cell_stripe/east, -/area/fiorina/lz/near_lzI) +"eOX" = ( +/obj/item/broken_device, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"ePl" = ( +/turf/open/floor/prison/green, +/area/fiorina/tumor/civres) "ePq" = ( /obj/item/trash/cigbutt/ucigbutt, /obj/item/trash/cigbutt/ucigbutt{ @@ -6287,24 +6510,49 @@ /obj/effect/landmark/xeno_spawn, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) +"ePz" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/transit_hub) "ePB" = ( /turf/closed/wall/prison, /area/fiorina/station/telecomm/lz2_maint) -"ePS" = ( -/obj/effect/decal/cleanable/blood/splatter{ - icon_state = "gibmid1" +"ePC" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"eQd" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/blue_plate/east, -/area/fiorina/station/botany) -"eQj" = ( +/turf/open/floor/prison/blue/northeast, +/area/fiorina/station/civres_blue) +"ePO" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/drinks/cans/waterbottle, +/obj/item/stack/sheet/mineral/plastic, /turf/open/floor/prison/yellowfull, -/area/fiorina/station/disco) +/area/fiorina/station/lowsec) +"ePW" = ( +/obj/item/stool, +/turf/open/floor/prison/blue/west, +/area/fiorina/station/power_ring) +"ePX" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform_decoration{ + dir = 10 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) +"eQb" = ( +/turf/open/floor/prison/bluecorner/north, +/area/fiorina/station/power_ring) +"eQe" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) "eQk" = ( /obj/structure/machinery/light/double/blue{ dir = 4; @@ -6313,57 +6561,23 @@ }, /turf/open/floor/wood, /area/fiorina/station/civres_blue) -"eQw" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/recharger, -/obj/item/clothing/accessory/holobadge/cord, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/lz/near_lzI) -"eQH" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 8 - }, -/obj/structure/barricade/handrail/type_b{ - dir = 4; - layer = 3.5 - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) -"eQX" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) -"eRo" = ( -/turf/open/floor/prison/greenblue/northwest, -/area/fiorina/station/botany) -"eRt" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/prison/darkbrown2/east, -/area/fiorina/tumor/aux_engi) -"eRv" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/toy/prize/honk{ - anchored = 1; - layer = 2.9; - pixel_x = -1; - pixel_y = 13 - }, -/obj/structure/barricade/handrail/type_b, +"eQS" = ( +/obj/item/stack/sheet/metal/medium_stack, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/flight_deck) +/area/fiorina/station/power_ring) "eRz" = ( /obj/structure/machinery/vending/snack/packaged, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"eRR" = ( -/obj/item/clothing/glasses/material, -/obj/structure/barricade/handrail, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/research_cells) -"eRX" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) +"eRF" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 22 + }, +/obj/item/reagent_container/food/snacks/eat_bar, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/station/flight_deck) "eRY" = ( /obj/structure/machinery/constructable_frame, /turf/open/floor/prison, @@ -6378,6 +6592,17 @@ }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzII) +"eSL" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/cameras{ + dir = 8 + }, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/security) "eTb" = ( /turf/closed/shuttle/ert{ icon_state = "rightengine_1"; @@ -6387,14 +6612,14 @@ "eTc" = ( /turf/open/floor/prison/chapel_carpet, /area/fiorina/station/chapel) -"eTt" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/obj/item/reagent_container/food/drinks/flask/barflask, +"eTr" = ( +/obj/item/weapon/baton/cattleprod, /turf/open/floor/prison/whitepurple/southwest, /area/fiorina/station/research_cells) +"eTs" = ( +/obj/item/paper, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/research_cells) "eTx" = ( /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/prison, @@ -6403,10 +6628,6 @@ /obj/item/frame/rack, /turf/open/floor/wood, /area/fiorina/station/civres_blue) -"eTI" = ( -/obj/structure/girder, -/turf/open/floor/prison/yellow/north, -/area/fiorina/station/lowsec) "eTJ" = ( /obj/structure/machinery/light/double/blue{ dir = 8; @@ -6418,10 +6639,24 @@ }, /turf/open/floor/prison, /area/fiorina/station/disco) +"eTM" = ( +/obj/structure/machinery/vending/hydronutrients, +/turf/open/floor/prison/blue_plate/north, +/area/fiorina/station/botany) +"eUb" = ( +/obj/structure/bed{ + icon_state = "abed" + }, +/obj/item/storage/fancy/crayons, +/turf/open/floor/prison/whitepurple/southeast, +/area/fiorina/station/research_cells) "eUi" = ( /obj/structure/extinguisher_cabinet, /turf/closed/wall/prison, /area/fiorina/station/telecomm/lz1_cargo) +"eUu" = ( +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security/wardens) "eUD" = ( /obj/item/ammo_magazine/rifle/m16{ current_rounds = 0 @@ -6429,10 +6664,6 @@ /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/prison, /area/fiorina/station/security) -"eVa" = ( -/obj/item/reagent_container/food/snacks/microwavable/donkpocket, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/transit_hub) "eVf" = ( /obj/structure/prop/souto_land/pole, /obj/structure/prop/souto_land/streamer{ @@ -6448,6 +6679,9 @@ /obj/structure/machinery/computer/arcade, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) +"eVz" = ( +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/aux_engi) "eVL" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -6463,6 +6697,10 @@ /obj/item/trash/sosjerky, /turf/open/floor/prison, /area/fiorina/station/security) +"eWc" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) "eWu" = ( /obj/structure/prop/structure_lattice{ dir = 4 @@ -6474,39 +6712,38 @@ }, /turf/open/floor/prison, /area/fiorina/station/civres_blue) -"eWH" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) +"eWA" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/floor/prison/whitepurple/west, +/area/fiorina/station/research_cells) +"eWF" = ( +/turf/open/floor/prison/bluecorner/north, +/area/fiorina/station/chapel) "eWP" = ( /obj/structure/sign/prop3{ desc = "Enlist in the Penal Battalions today! The USCM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." }, /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/tumor/ice_lab) -"eWQ" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"eXe" = ( -/obj/structure/closet/wardrobe/orange, -/obj/item/explosive/mine/pmc, -/obj/effect/spawner/random/gun/smg, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) -"eXj" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/chapel) "eXp" = ( /turf/closed/wall/r_wall/prison, /area/fiorina/station/civres_blue) -"eXN" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +"eXv" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform_decoration{ + dir = 6 + }, +/turf/open/floor/prison/whitegreen/southeast, +/area/fiorina/tumor/ice_lab) +"eXH" = ( +/obj/structure/largecrate/random/secure, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/fiberbush) +/area/fiorina/station/security) "eXP" = ( /obj/structure/machinery/door/poddoor/almayer{ density = 0; @@ -6521,10 +6758,20 @@ /obj/structure/platform/stair_cut/alt, /turf/open/floor/plating/prison, /area/fiorina/station/transit_hub) +"eYr" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "Residential Archives" + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) "eYC" = ( /obj/structure/machinery/door/airlock/prison_hatch/autoname, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) +"eYK" = ( +/turf/open/floor/prison/bluecorner/east, +/area/fiorina/station/civres_blue) "eYT" = ( /obj/structure/machinery/light/double/blue{ pixel_y = -1 @@ -6540,6 +6787,15 @@ }, /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/security/wardens) +"eZa" = ( +/turf/open/floor/prison/darkpurple2/southwest, +/area/fiorina/station/central_ring) +"eZl" = ( +/obj/structure/barricade/wooden{ + dir = 1 + }, +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/station/telecomm/lz1_cargo) "eZm" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_sn_full_cap" @@ -6549,44 +6805,54 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/transit_hub) -"eZJ" = ( -/obj/structure/surface/rack, -/obj/item/storage/toolbox/mechanical/green, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) -"fac" = ( -/obj/structure/largecrate/random/case, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) -"faB" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/red, +"eZp" = ( +/obj/structure/machinery/photocopier{ + pixel_y = 4 + }, +/turf/open/floor/prison/redfull, /area/fiorina/station/security) -"faX" = ( -/obj/structure/prop/resin_prop{ - icon_state = "rack" +"eZz" = ( +/obj/item/device/whistle, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"eZA" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/platform_decoration{ + dir = 1 }, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) -"fbh" = ( -/obj/structure/machinery/shower{ - pixel_y = 13 +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/disco) +"faF" = ( +/obj/structure/barricade/handrail/type_b{ + dir = 8; + layer = 3.5 }, -/obj/item/tool/soap/weyland_yutani, -/turf/open/floor/prison/kitchen/southwest, -/area/fiorina/tumor/civres) -"fbn" = ( +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/disco) +"faT" = ( /obj/structure/surface/rack, -/obj/item/storage/toolbox/electrical{ - pixel_y = -3 +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/chapel) +"faX" = ( +/turf/open/floor/prison/darkpurple2/southwest, +/area/fiorina/tumor/ice_lab) +"fbd" = ( +/obj/item/paper/crumpled/bloody, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"fbe" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced{ + dir = 8 }, -/obj/item/storage/toolbox/mechanical{ - pixel_y = 6 +/obj/structure/machinery/computer/cameras{ + dir = 4 }, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/maintenance) +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) +"fbi" = ( +/turf/open/floor/prison/greenfull/east, +/area/fiorina/station/transit_hub) "fbo" = ( /obj/structure/barricade/plasteel, /obj/structure/barricade/metal{ @@ -6596,6 +6862,10 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) +"fbp" = ( +/obj/structure/inflatable/popped/door, +/turf/open/floor/prison/yellow/east, +/area/fiorina/station/lowsec) "fbs" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/flora/pottedplant{ @@ -6604,16 +6874,42 @@ /obj/structure/machinery/light/double/blue, /turf/open/floor/prison, /area/fiorina/station/security) +"fbK" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) +"fbR" = ( +/obj/structure/bed/chair/office/dark, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) "fcA" = ( /obj/effect/landmark/yautja_teleport, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) +"fcZ" = ( +/obj/item/tool/weldingtool, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/civres_blue) "fde" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_full" }, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) +"fdH" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/cameras{ + network = list("PRISON") + }, +/turf/open/floor/prison/redcorner/east, +/area/fiorina/station/power_ring) +"fdI" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_sn_full_cap" + }, +/turf/open/floor/prison/blue/east, +/area/fiorina/station/chapel) "fdK" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/prop/invuln{ @@ -6625,89 +6921,121 @@ }, /turf/open/floor/prison, /area/fiorina/station/park) -"fdQ" = ( -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/station/telecomm/lz1_tram) "fdV" = ( /obj/structure/platform_decoration/kutjevo{ dir = 1 }, /turf/open/space/basic, /area/fiorina/oob) -"feD" = ( -/obj/item/poster, -/turf/open/floor/prison/whitepurple/northwest, -/area/fiorina/station/research_cells) +"fem" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "feE" = ( -/turf/open/floor/prison/cell_stripe/west, -/area/fiorina/station/central_ring) +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/blue_plate/east, +/area/fiorina/station/botany) "feY" = ( /obj/structure/machinery/light/double/blue, /turf/open/floor/prison, /area/fiorina/station/transit_hub) -"ffr" = ( -/obj/item/trash/used_stasis_bag{ - desc = "Wow, instant sand. They really have everything in space."; - name = "Insta-Sand! bag" +"ffd" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced{ + dir = 4 }, -/turf/open/floor/prison/yellow/northeast, -/area/fiorina/station/disco) -"ffu" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 +/obj/item/handset{ + pixel_y = -4 }, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) +/obj/item/handset{ + pixel_x = 7; + pixel_y = 10 + }, +/obj/item/tool/pen, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) +"ffu" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/lz/near_lzI) +"ffC" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, +/turf/open/floor/prison/darkbrowncorners2/north, +/area/fiorina/tumor/aux_engi) "ffN" = ( /obj/structure/largecrate/random, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"ffW" = ( -/obj/structure/machinery/newscaster{ - pixel_y = 32 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) "ffZ" = ( /obj/structure/extinguisher_cabinet, /turf/closed/wall/prison, /area/fiorina/station/power_ring) -"fgn" = ( -/obj/item/stack/sheet/metal/medium_stack, -/obj/structure/surface/rack, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"fgs" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/floor_plate, +"fge" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/corsat/plate, /area/fiorina/tumor/aux_engi) -"fgA" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/paper_bin{ - pixel_x = 5; - pixel_y = 22 +"fgl" = ( +/obj/structure/filingcabinet{ + pixel_x = -8 }, -/obj/item/reagent_container/food/snacks/eat_bar, -/turf/open/floor/prison/darkyellowfull2/east, +/obj/structure/filingcabinet{ + pixel_x = 8 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -7; + pixel_y = 11 + }, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"fgo" = ( +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/lz/near_lzI) +"fgr" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/pizzabox/margherita, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"fgA" = ( +/turf/open/floor/prison/darkyellow2/northwest, /area/fiorina/station/flight_deck) "fgU" = ( /obj/structure/surface/table/reinforced/prison, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"fhu" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/tumor/civres) -"fhD" = ( -/obj/structure/inflatable/popped/door, -/turf/open/floor/prison/floor_marked/west, -/area/fiorina/station/lowsec) -"fhI" = ( -/obj/structure/machinery/space_heater, -/turf/open/floor/prison/whitegreenfull/southwest, +"fgY" = ( +/obj/item/shard{ + icon_state = "large"; + name = "ice shard" + }, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/prison/whitegreen/west, /area/fiorina/tumor/ice_lab) +"fhG" = ( +/obj/effect/spawner/random/gun/rifle/highchance, +/turf/open/floor/prison/damaged3, +/area/fiorina/station/security) +"fia" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/snacks/meat{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/reagent_container/food/snacks/meat{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/item/reagent_container/food/snacks/meat{ + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/power_ring) "fic" = ( /obj/structure/bed/sofa/south/grey/right, /obj/structure/machinery/cm_vending/sorted/medical/wall_med/souto{ @@ -6715,24 +7043,6 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"fig" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/ashtray/plastic{ - pixel_x = 3 - }, -/obj/item/trash/cigbutt{ - pixel_y = 8 - }, -/obj/item/trash/cigbutt{ - pixel_x = 4 - }, -/obj/item/paper_bin{ - pixel_x = -10; - pixel_y = 8 - }, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security/wardens) "fiq" = ( /turf/open/floor/plating/prison, /area/fiorina/oob) @@ -6744,27 +7054,16 @@ /obj/structure/blocker/invisible_wall, /turf/open/ice/noweed, /area/fiorina/station/research_cells) -"fiw" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 +"fiH" = ( +/obj/structure/barricade/handrail{ + dir = 1; + pixel_y = 2 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"fiO" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/prison/greenblue/west, -/area/fiorina/station/botany) +/area/fiorina/station/central_ring) "fiU" = ( /turf/open/floor/plating/plating_catwalk, /area/fiorina/tumor/ship) -"fjc" = ( -/obj/structure/surface/rack, -/obj/item/tool/plantspray/pests, -/obj/item/tool/plantspray/weeds, -/turf/open/floor/prison/blue_plate/east, -/area/fiorina/station/botany) "fjd" = ( /turf/closed/wall/prison, /area/fiorina/lz/near_lzI) @@ -6779,12 +7078,32 @@ }, /turf/open/floor/prison, /area/fiorina/station/central_ring) -"fjk" = ( -/obj/structure/bookcase{ - icon_state = "book-5" +"fjh" = ( +/obj/structure/toilet{ + pixel_y = 4 }, -/turf/open/floor/prison/whitegreenfull/southwest, +/turf/open/floor/prison/sterile_white/southwest, /area/fiorina/station/medbay) +"fjk" = ( +/turf/open/floor/prison/yellow/northeast, +/area/fiorina/station/disco) +"fjo" = ( +/obj/effect/decal/cleanable/blood/writing{ + icon_state = "u_psycopath_l"; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/blood/writing{ + icon_state = "u_ketchup_l"; + pixel_x = 8; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/blood/writing{ + icon_state = "u_guilty_l"; + pixel_x = -12; + pixel_y = 2 + }, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/power_ring) "fjr" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating/plating_catwalk/prison, @@ -6795,48 +7114,21 @@ /obj/item/attachable/magnetic_harness, /turf/open/floor/wood, /area/fiorina/station/civres_blue) -"fjK" = ( -/obj/item/device/taperecorder{ - pixel_x = 1; - pixel_y = 3 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/chapel) -"fjU" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) "fjX" = ( /turf/closed/shuttle/elevator{ dir = 9 }, /area/fiorina/tumor/aux_engi) -"fkq" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/reagent_dispensers/water_cooler{ - pixel_y = 11 +"fko" = ( +/obj/structure/machinery/shower{ + dir = 8 }, -/turf/open/floor/prison/darkpurplefull2, +/turf/open/floor/prison/kitchen, /area/fiorina/station/research_cells) -"fkN" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/handset{ - pixel_x = 6; - pixel_y = -15 - }, -/obj/item/handset{ - pixel_y = 7 - }, +"fkC" = ( +/obj/item/frame/rack, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) -"fkT" = ( -/turf/open/floor/prison/darkyellowcorners2/east, -/area/fiorina/station/telecomm/lz1_cargo) +/area/fiorina/tumor/servers) "fkY" = ( /obj/item/tool/wet_sign, /obj/item/tool/mop{ @@ -6851,30 +7143,6 @@ }, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"flh" = ( -/obj/structure/flora/bush/ausbushes/ausbush{ - desc = "Fiberbush(tm) infestations have been the leading cause in asbestos related deaths in spacecraft for 3 years in a row now."; - icon_state = "fullgrass_3"; - name = "Fiberbush(tm) tubers" - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/fiberbush) -"fln" = ( -/obj/effect/decal/medical_decals{ - icon_state = "cryomid" - }, -/turf/open/floor/prison/whitegreen/north, -/area/fiorina/station/medbay) -"flx" = ( -/obj/effect/decal{ - icon = 'icons/obj/items/policetape.dmi'; - icon_state = "engineering_h"; - layer = 2.5; - pixel_y = -11 - }, -/obj/structure/closet/bombcloset, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/flight_deck) "flC" = ( /obj/structure/machinery/light/double/blue{ dir = 1; @@ -6882,30 +7150,43 @@ }, /turf/open/floor/prison, /area/fiorina/station/security) -"flM" = ( -/obj/item/stool, -/turf/open/floor/prison/cell_stripe/north, -/area/fiorina/station/flight_deck) -"flU" = ( -/obj/structure/barricade/wooden{ - dir = 8 - }, -/turf/open/floor/prison/whitepurple/north, -/area/fiorina/station/research_cells) +"flD" = ( +/obj/structure/surface/rack, +/obj/item/storage/box/sprays, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/botany) "fmg" = ( /obj/item/shard{ icon_state = "medium" }, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"fmN" = ( -/obj/structure/platform_decoration, +"fmk" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + health = 300 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + pixel_y = 10 + }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/central_ring) +/area/fiorina/station/civres_blue) +"fmP" = ( +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/oob) "fmY" = ( /obj/item/device/cassette_tape/ocean, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) +"fnc" = ( +/obj/structure/machinery/vending/walkman, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) +"fni" = ( +/turf/open/floor/prison/yellow/southwest, +/area/fiorina/station/central_ring) "fnn" = ( /obj/structure/machinery/vending/cigarette/colony, /turf/open/floor/plating/prison, @@ -6918,27 +7199,49 @@ dir = 4 }, /area/fiorina/station/telecomm/lz1_cargo) -"fnH" = ( -/obj/structure/largecrate/random/case, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) -"fnP" = ( -/obj/item/clothing/shoes/laceup, +"fnN" = ( +/obj/item/tool/shovel/etool, /turf/open/floor/prison/floor_plate, /area/fiorina/station/civres_blue) -"fog" = ( -/obj/structure/machinery/portable_atmospherics/powered/pump, -/turf/open/floor/prison/whitepurple, -/area/fiorina/station/research_cells) +"fnQ" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/item/fuel_cell, +/turf/open/floor/plating/prison, +/area/fiorina/station/lowsec) "foi" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/spawner/random/tool, /obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 + dir = 4; + pixel_x = 10; + pixel_y = -3 + }, +/obj/structure/platform{ + dir = 4 }, +/turf/open/floor/prison/yellow/northeast, +/area/fiorina/station/disco) +"fop" = ( +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/civres_blue) +"foq" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/cell_stripe/west, +/area/fiorina/station/telecomm/lz1_tram) +"for" = ( +/obj/item/device/flashlight/on, +/turf/open/floor/prison/darkbrowncorners2/north, +/area/fiorina/tumor/aux_engi) +"fot" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) +/area/fiorina/tumor/aux_engi) +"foP" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 + }, +/turf/open/floor/prison/blue/southeast, +/area/fiorina/station/civres_blue) "foT" = ( /obj/structure/machinery/power/port_gen/pacman, /turf/open/floor/prison, @@ -6949,9 +7252,6 @@ /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) -"foX" = ( -/turf/open/floor/prison/darkyellow2, -/area/fiorina/station/telecomm/lz1_cargo) "fpl" = ( /obj/structure/barricade/sandbags{ dir = 4; @@ -6963,35 +7263,26 @@ "fpn" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/tumor/aux_engi) -"fpr" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"fpw" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/lz/near_lzI) +"fpo" = ( +/obj/item/trash/semki, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) "fpB" = ( /obj/item/tool/wirecutters/clippers, /turf/open/floor/plating/prison, /area/fiorina/tumor/fiberbush) -"fpF" = ( -/turf/open/floor/prison/whitepurple/east, +"fpJ" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/turf/open/floor/prison/yellow/northwest, +/area/fiorina/station/disco) +"fpX" = ( +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/central_ring) +"fqe" = ( +/turf/open/floor/prison/sterile_white/southwest, /area/fiorina/station/research_cells) -"fpQ" = ( -/obj/effect/decal/hefa_cult_decals/d32, -/turf/open/floor/prison/chapel_carpet/doubleside/north, -/area/fiorina/maintenance) -"fqc" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/cell_stripe/west, -/area/fiorina/station/power_ring) -"fqz" = ( -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/tumor/servers) "fqD" = ( /obj/structure/stairs/perspective{ dir = 5; @@ -7007,42 +7298,39 @@ /obj/effect/landmark/ert_spawns/groundside_xeno, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"fqS" = ( -/obj/effect/spawner/random/gun/rifle/midchance, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/station/park) -"fqX" = ( -/obj/item/stool, -/obj/item/trash/cigbutt{ - pixel_y = 8 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"frk" = ( +"fqO" = ( +/turf/open/floor/prison/blue_plate/west, +/area/fiorina/station/botany) +"fqQ" = ( +/turf/open/floor/prison/cell_stripe/west, +/area/fiorina/station/security) +"fqV" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/newspaper, -/obj/item/attachable/bipod, -/turf/open/floor/prison/darkyellow2, -/area/fiorina/lz/near_lzI) -"frn" = ( -/obj/item/ammo_magazine/rifle/mar40/extended, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) +/obj/item/tool/kitchen/rollingpin, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/power_ring) +"frj" = ( +/obj/item/storage/bible/hefa{ + pixel_y = 3 + }, +/turf/open/floor/prison/chapel_carpet/doubleside/north, +/area/fiorina/station/chapel) "frt" = ( /obj/structure/bed/chair/comfy, /turf/open/floor/prison, /area/fiorina/tumor/servers) -"fru" = ( -/obj/structure/machinery/power/apc/no_power/south, -/turf/open/floor/prison, -/area/fiorina/station/flight_deck) -"frM" = ( -/obj/item/reagent_container/food/condiment/saltshaker{ - pixel_x = -5; - pixel_y = -6 +"frv" = ( +/obj/structure/closet/secure_closet/security_empty, +/obj/structure/window/reinforced{ + dir = 4 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) +/obj/item/weapon/classic_baton, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"frN" = ( +/obj/structure/inflatable/door, +/turf/open/floor/prison/whitegreencorner, +/area/fiorina/station/medbay) "fsk" = ( /obj/structure/machinery/space_heater, /turf/open/floor/plating/prison, @@ -7051,129 +7339,107 @@ /obj/item/device/flashlight, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/central_ring) -"fsv" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) -"fsw" = ( -/obj/effect/spawner/random/toolbox, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) -"fsH" = ( -/obj/effect/decal/cleanable/blood{ - layer = 3 +"fsp" = ( +/obj/structure/inflatable/popped/door, +/obj/item/ammo_casing{ + icon_state = "casing_1" }, -/turf/open/floor/prison/whitegreen/north, -/area/fiorina/tumor/ice_lab) -"ftw" = ( -/obj/item/clothing/suit/storage/hazardvest, -/obj/item/clothing/suit/storage/hazardvest, -/obj/structure/surface/rack, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/maintenance) -"ftO" = ( -/turf/open/floor/prison/bluecorner, -/area/fiorina/station/chapel) -"ftQ" = ( -/obj/structure/prop/structure_lattice{ +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"fsU" = ( +/obj/structure/bed/chair/office/dark{ dir = 4 }, -/obj/structure/prop/structure_lattice{ - dir = 4; - layer = 3.1; - pixel_y = 10 +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"ftX" = ( +/turf/open/floor/prison/whitegreen/northwest, +/area/fiorina/tumor/ice_lab) +"ful" = ( +/obj/structure/inflatable/door, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/research_cells) +"fva" = ( +/obj/effect/decal/medical_decals{ + icon_state = "cryomid" }, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"fvw" = ( +/obj/item/tool/weldpack, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) -"ftV" = ( -/obj/effect/decal/hefa_cult_decals/d32, -/turf/open/floor/prison/chapel_carpet/doubleside, -/area/fiorina/station/chapel) -"fuu" = ( -/obj/item/weapon/gun/rifle/mar40, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) -"fuG" = ( -/turf/open/floor/prison/green/northeast, -/area/fiorina/tumor/civres) -"fuV" = ( -/obj/structure/machinery/power/apc/power/north, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/fiberbush) -"fvr" = ( -/obj/effect/decal/cleanable/blood/xeno{ - icon_state = "xgib3" - }, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/flight_deck) -"fvu" = ( +/area/fiorina/station/civres_blue) +"fvG" = ( /obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 + pixel_y = -1 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) +/obj/structure/bed/chair{ + dir = 1; + layer = 2.8 + }, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/disco) +"fvH" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/dropper, +/obj/item/attachable/bipod, +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/lz/near_lzI) "fvL" = ( /obj/item/stack/sheet/metal, /turf/open/floor/plating/prison, /area/fiorina/station/telecomm/lz2_maint) +"fwe" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/stool{ + pixel_y = 12 + }, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) "fwn" = ( /obj/structure/lattice, /obj/item/stack/sheet/metal, /turf/open/space/basic, /area/fiorina/oob) -"fwo" = ( -/obj/item/tool/wrench, -/turf/open/floor/prison/whitepurple, -/area/fiorina/station/research_cells) "fwr" = ( /obj/item/poster, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"fwx" = ( -/obj/structure/surface/table/reinforced/prison, +"fwF" = ( +/obj/structure/machinery/floodlight{ + name = "Yard Floodlight" + }, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/fiberbush) -"fwy" = ( -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/tumor/ice_lab) -"fwQ" = ( -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/tumor/servers) -"fxk" = ( -/obj/structure/barricade/wooden{ - dir = 8 +/area/fiorina/station/central_ring) +"fwG" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 }, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/station/park) -"fxA" = ( -/obj/structure/surface/rack, -/obj/effect/spawner/random/tool, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/botany) -"fxE" = ( -/obj/structure/platform_decoration{ - dir = 8 +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + pixel_y = 10 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) -"fxG" = ( -/obj/item/stack/sheet/metal/medium_stack, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) +/area/fiorina/tumor/civres) "fxY" = ( /obj/item/device/flashlight/lamp/tripod, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"fyc" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/communications/simple, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) +"fxZ" = ( +/turf/open/floor/prison/darkbrown2/southwest, +/area/fiorina/station/park) "fyi" = ( /turf/open/floor/wood, /area/fiorina/station/research_cells) +"fyw" = ( +/obj/structure/prop/resin_prop{ + icon_state = "rack" + }, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) "fyy" = ( /obj/structure/bed/chair/wood/normal{ dir = 4 @@ -7201,42 +7467,57 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"fzi" = ( -/turf/open/floor/prison/whitepurple/north, -/area/fiorina/station/research_cells) -"fzl" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) "fzs" = ( /obj/structure/bed/chair/office/light{ dir = 1 }, /turf/open/floor/prison, /area/fiorina/station/transit_hub) -"fzB" = ( -/turf/open/floor/prison/whitegreen, -/area/fiorina/tumor/ice_lab) -"fzF" = ( -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/tumor/fiberbush) +"fzE" = ( +/turf/open/floor/prison/darkbrowncorners2/east, +/area/fiorina/maintenance) "fAd" = ( -/obj/item/stock_parts/micro_laser/ultra, -/turf/open/floor/prison/darkpurple2, +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/floor/prison/chapel_carpet/doubleside, +/area/fiorina/station/chapel) +"fAg" = ( +/turf/open/floor/prison/floor_marked/west, /area/fiorina/tumor/servers) -"fAf" = ( -/obj/item/stack/sandbags_empty/half, -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/lz/near_lzI) +"fAq" = ( +/obj/structure/surface/rack, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/fire, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"fAz" = ( +/obj/structure/bed{ + icon_state = "abed" + }, +/turf/open/floor/prison/whitepurple/southwest, +/area/fiorina/station/research_cells) +"fAD" = ( +/turf/open/floor/prison/darkyellow2/northwest, +/area/fiorina/tumor/servers) +"fAH" = ( +/obj/item/paper/crumpled/bloody, +/turf/open/floor/prison/chapel_carpet/doubleside, +/area/fiorina/station/chapel) "fAI" = ( /obj/structure/surface/table/reinforced/prison, /obj/effect/spawner/random/gun/pistol/lowchance, /turf/open/floor/wood, /area/fiorina/station/park) +"fAP" = ( +/obj/structure/closet{ + density = 0; + pixel_y = 18 + }, +/obj/effect/spawner/random/tool, +/obj/item/clothing/gloves/combat, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) "fAZ" = ( /obj/structure/surface/rack, /obj/item/reagent_container/food/drinks/bottle/holywater{ @@ -7256,42 +7537,44 @@ /obj/item/storage/pill_bottle/peridaxon/skillless, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"fBk" = ( -/obj/structure/machinery/defenses/tesla_coil/premade/smart{ - faction_group = list("CLF") - }, -/turf/open/floor/plating/plating_catwalk, -/area/fiorina/tumor/ship) -"fBo" = ( -/obj/structure/monorail{ - name = "launch track" +"fBq" = ( +/obj/structure/window/reinforced{ + dir = 8 }, +/obj/structure/machinery/photocopier, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) -"fBV" = ( -/obj/structure/bed{ - icon_state = "abed" - }, -/obj/item/card/id/silver/clearance_badge, -/turf/open/floor/prison/yellow/southwest, -/area/fiorina/station/lowsec) -"fCq" = ( -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) -"fCD" = ( -/obj/item/stack/sheet/metal, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/plating/prison, -/area/fiorina/station/security) -"fCE" = ( -/obj/structure/machinery/vending/snack, -/turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/tumor/ice_lab) -"fDz" = ( -/obj/item/stool, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/civres_blue) -"fDB" = ( +"fBC" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/weapon/baton, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -6; + pixel_y = 12 + }, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/research_cells) +"fBF" = ( +/obj/structure/prop/invuln{ + desc = "Floating cells are reserved for highly dangerous criminals. Whoever is out there is probably best left out there."; + icon = 'icons/obj/structures/doors/celldoor.dmi'; + icon_state = "door_closed"; + layer = 2.5; + name = "cell door" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) +"fBG" = ( +/turf/open/floor/prison/darkbrown2/northeast, +/area/fiorina/maintenance) +"fBL" = ( +/obj/item/stock_parts/manipulator/pico, +/turf/open/floor/prison/darkpurple2/southeast, +/area/fiorina/tumor/servers) +"fBO" = ( +/turf/open/floor/prison/darkbrown2/northwest, +/area/fiorina/station/park) +"fCg" = ( /obj/item/prop/helmetgarb/spacejam_tickets{ desc = "A ticket to Souto Man's raffle!"; name = "\improper Souto Raffle Ticket"; @@ -7300,6 +7583,32 @@ }, /turf/open/floor/prison/blue, /area/fiorina/station/chapel) +"fCD" = ( +/obj/item/stack/sheet/metal, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/plating/prison, +/area/fiorina/station/security) +"fCO" = ( +/obj/structure/machinery/light/double/blue{ + pixel_y = -1 + }, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/research_cells) +"fDc" = ( +/turf/open/floor/prison/darkpurple2/northwest, +/area/fiorina/station/central_ring) +"fDl" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/turf/open/floor/prison/yellow/southwest, +/area/fiorina/station/disco) +"fDw" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/item/reagent_container/food/condiment/enzyme, +/obj/item/reagent_container/food/condiment/enzyme, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/power_ring) "fDQ" = ( /obj/structure/window/framed/prison/reinforced/hull, /obj/structure/machinery/door/firedoor/border_only/almayer{ @@ -7308,58 +7617,29 @@ }, /turf/open/floor/plating/prison, /area/fiorina/oob) -"fDU" = ( -/obj/item/tool/shovel/etool, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) -"fDY" = ( -/turf/open/floor/prison/damaged3, -/area/fiorina/station/security) -"fEb" = ( -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/lz/near_lzI) -"fEE" = ( -/turf/open/floor/corsat/squares, -/area/fiorina/station/telecomm/lz1_cargo) -"fFg" = ( -/obj/structure/surface/rack, -/obj/item/storage/belt/gun/flaregun/full, -/obj/item/storage/belt/gun/flaregun/full, -/obj/item/storage/belt/gun/flaregun/full, -/turf/open/floor/prison/darkyellow2, -/area/fiorina/lz/near_lzI) -"fFy" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/paper_bin{ - pixel_x = 5; - pixel_y = 22 - }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/station/flight_deck) +"fEG" = ( +/turf/open/floor/prison/darkyellow2/east, +/area/fiorina/station/telecomm/lz1_tram) +"fEV" = ( +/obj/structure/platform, +/turf/open/floor/prison/whitegreen, +/area/fiorina/station/medbay) +"fFv" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/prison/whitepurple, +/area/fiorina/station/research_cells) "fFE" = ( /obj/item/tool/screwdriver, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"fFI" = ( -/obj/structure/platform{ - dir = 4 - }, -/obj/item/shard{ - icon_state = "medium"; - name = "ice shard" - }, -/turf/open/floor/prison/whitegreen/east, -/area/fiorina/tumor/ice_lab) -"fFM" = ( -/obj/structure/platform{ - dir = 8 - }, -/obj/structure/platform, -/obj/structure/platform_decoration{ - dir = 10 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/botany) +"fFK" = ( +/obj/item/stack/sheet/wood, +/turf/open/floor/prison/whitepurple/southeast, +/area/fiorina/station/research_cells) +"fGd" = ( +/obj/effect/landmark/corpsespawner/prisoner, +/turf/open/gm/river/darkred_pool, +/area/fiorina/station/park) "fGe" = ( /obj/structure/window/reinforced{ dir = 8 @@ -7367,33 +7647,45 @@ /obj/structure/window/reinforced, /turf/open/floor/prison, /area/fiorina/station/security) -"fGi" = ( -/obj/item/shard{ - icon_state = "medium" - }, -/turf/open/floor/prison/whitegreen/east, -/area/fiorina/station/medbay) +"fGr" = ( +/obj/structure/filingcabinet, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) "fGB" = ( /obj/structure/prop/structure_lattice{ dir = 4 }, /turf/open/floor/prison, /area/fiorina/tumor/servers) -"fGZ" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 4 +"fGC" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopleft" }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"fHa" = ( +/turf/open/floor/prison/blue, +/area/fiorina/tumor/servers) "fHh" = ( /obj/structure/machinery/door/poddoor/shutters/almayer{ dir = 4 }, /turf/open/floor/prison, /area/fiorina/station/security) -"fHz" = ( -/turf/open/floor/prison/cell_stripe/west, -/area/fiorina/lz/near_lzI) +"fHm" = ( +/turf/open/floor/prison/yellow/east, +/area/fiorina/station/lowsec) +"fHr" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/recharger{ + pixel_y = 4 + }, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/security) +"fHt" = ( +/obj/item/storage/firstaid/regular, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "fHB" = ( /obj/structure/monorail{ name = "launch track" @@ -7408,28 +7700,17 @@ /obj/structure/blocker/invisible_wall, /turf/open/ice/noweed, /area/fiorina/station/research_cells) -"fHW" = ( -/obj/effect/landmark/corpsespawner/ua_riot, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) "fIj" = ( /obj/item/clothing/suit/storage/hazardvest, /turf/open/floor/prison, /area/fiorina/station/civres_blue) -"fIt" = ( -/obj/effect/spawner/random/tool, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) -"fID" = ( -/obj/item/clothing/under/color/orange, -/turf/open/floor/prison/redfull, +"fIC" = ( +/obj/item/tool/warning_cone, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) +"fIF" = ( +/turf/open/floor/prison/floorscorched1, /area/fiorina/station/security) -"fIP" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/central_ring) "fIT" = ( /obj/structure/largecrate/random/secure, /turf/open/floor/plating/prison, @@ -7439,9 +7720,6 @@ icon_state = "stan20" }, /area/fiorina/station/power_ring) -"fJd" = ( -/turf/open/floor/prison/darkbrowncorners2, -/area/fiorina/station/park) "fJj" = ( /obj/structure/machinery/door/airlock/almayer/generic{ dir = 2; @@ -7449,31 +7727,32 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/civres) -"fJw" = ( -/obj/structure/machinery/reagentgrinder/industrial{ - pixel_y = 10 +"fJB" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/alien/weeds/node, +/turf/open/floor/prison/darkbrown2/west, +/area/fiorina/tumor/aux_engi) +"fJP" = ( +/obj/structure/prop/ice_colony/surveying_device, +/turf/open/floor/prison/blue/east, +/area/fiorina/tumor/servers) +"fJU" = ( +/obj/structure/machinery/computer3/server/rack, +/obj/structure/window{ + dir = 8 }, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/power_ring) +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) "fJW" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/clothing/accessory/storage/webbing, /obj/item/clothing/accessory/storage/webbing, /turf/open/floor/almayer, /area/fiorina/tumor/ship) -"fKg" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/paper/carbon, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/sterile_white/southwest, +"fKb" = ( +/obj/structure/largecrate/random/mini/med, +/turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) -"fKh" = ( -/turf/open/floor/prison/darkbrowncorners2/west, -/area/fiorina/station/park) "fKr" = ( /obj/structure/platform{ dir = 4 @@ -7484,28 +7763,16 @@ }, /turf/open/floor/prison, /area/fiorina/station/flight_deck) -"fKJ" = ( -/obj/structure/inflatable, -/obj/structure/barricade/handrail/type_b, -/obj/structure/barricade/handrail/type_b{ - dir = 4 +"fLb" = ( +/obj/item/bananapeel{ + name = "tactical banana peel" }, -/turf/open/floor/prison/whitegreenfull/southwest, +/turf/open/floor/corsat/squares, /area/fiorina/station/medbay) -"fKS" = ( -/obj/structure/machinery/fuelcell_recycler/full, -/turf/open/floor/prison/bluecorner/west, -/area/fiorina/station/power_ring) -"fLh" = ( -/obj/structure/bed{ - icon_state = "abed" - }, -/turf/open/floor/prison/whitepurple/southeast, -/area/fiorina/station/research_cells) -"fLi" = ( -/obj/effect/landmark/corpsespawner/ua_riot, +"fLd" = ( +/obj/item/tool/wet_sign, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) +/area/fiorina/station/park) "fLr" = ( /obj/item/smallDelivery, /obj/structure/closet/fireaxecabinet{ @@ -7513,18 +7780,42 @@ }, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) +"fLy" = ( +/obj/effect/landmark/queen_spawn, +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/tumor/aux_engi) "fLS" = ( /obj/structure/bed/chair, /turf/open/floor/wood, /area/fiorina/station/park) -"fMc" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/prison/chapel_carpet/doubleside, -/area/fiorina/station/chapel) -"fMz" = ( -/obj/structure/largecrate/random/barrel/blue, -/turf/open/floor/prison/yellow/southeast, +"fLY" = ( +/obj/item/ammo_box/magazine/misc/flares{ + layer = 3.1; + pixel_y = 16 + }, +/obj/structure/largecrate/random/secure, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"fMj" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/civres_blue) +"fMr" = ( +/obj/structure/platform, +/turf/open/floor/prison/floor_plate, /area/fiorina/station/disco) +"fMu" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) +"fME" = ( +/obj/item/stack/cable_coil, +/turf/open/floor/prison/greenfull/east, +/area/fiorina/tumor/civres) "fMF" = ( /obj/item/storage/bible/hefa{ pixel_y = 3 @@ -7532,10 +7823,40 @@ /obj/structure/surface/table/woodentable, /turf/open/floor/carpet, /area/fiorina/station/civres_blue) -"fNg" = ( -/obj/item/stack/sandbags/large_stack, -/turf/open/floor/prison/green/southeast, +"fMG" = ( +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/lz/near_lzI) +"fMH" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) +"fMW" = ( +/obj/structure/machinery/autolathe, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) +"fNk" = ( +/obj/item/frame/toolbox_tiles_sensor, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/floor_plate, /area/fiorina/tumor/civres) +"fNn" = ( +/turf/open/floor/prison/panelscorched, +/area/fiorina/station/transit_hub) +"fNx" = ( +/obj/structure/inflatable/popped/door, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir" + }, +/turf/open/floor/prison/whitegreen/east, +/area/fiorina/station/medbay) +"fOb" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/blue/west, +/area/fiorina/station/civres_blue) "fOt" = ( /obj/structure/stairs/perspective{ dir = 4; @@ -7544,30 +7865,40 @@ /obj/structure/platform, /turf/open/floor/plating/prison, /area/fiorina/station/security) -"fPi" = ( -/obj/effect/decal/cleanable/blood/splatter, -/obj/structure/surface/rack, -/obj/item/clothing/gloves/latex, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"fPv" = ( -/obj/item/tool/wirecutters, +"fOG" = ( +/obj/item/tool/wrench, /turf/open/floor/prison/floor_plate, /area/fiorina/station/lowsec) +"fOL" = ( +/obj/structure/surface/rack, +/obj/item/frame/table/almayer, +/obj/item/frame/table/almayer, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) +"fOM" = ( +/turf/open/floor/prison/darkyellow2/east, +/area/fiorina/station/telecomm/lz1_cargo) +"fPz" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/turf/open/floor/almayer/plate, +/area/fiorina/tumor/ship) "fPI" = ( -/obj/structure/largecrate/random/case/small, -/turf/open/floor/corsat/plate, -/area/fiorina/tumor/aux_engi) -"fQw" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = -3 }, -/turf/open/floor/prison/yellow/southeast, -/area/fiorina/station/disco) -"fQA" = ( -/obj/item/stack/cable_coil, -/turf/open/floor/prison/darkpurple2/north, -/area/fiorina/tumor/servers) +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) +"fPR" = ( +/obj/structure/barricade/metal/wired{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/lz/near_lzI) +"fQq" = ( +/turf/open/floor/prison/blue/southwest, +/area/fiorina/station/chapel) "fQB" = ( /obj/item/ammo_casing/shell{ icon_state = "shell_9_1" @@ -7575,42 +7906,72 @@ /obj/effect/spawner/random/gun/shotgun/highchance, /turf/open/floor/wood, /area/fiorina/station/park) -"fQO" = ( -/obj/item/clothing/under/stowaway, -/obj/structure/machinery/shower{ +"fQD" = ( +/obj/structure/bed/chair, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) +"fQG" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; pixel_y = 13 }, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/lowsec) +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/tumor/servers) "fQV" = ( /obj/structure/platform/kutjevo/smooth{ dir = 4 }, /turf/open/space, /area/fiorina/oob) +"fQZ" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 + }, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) "fRo" = ( /obj/structure/bed/chair, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"fRq" = ( -/obj/structure/mirror{ - pixel_x = -29 +"fRr" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"fRu" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/reagent_dispensers/water_cooler/stacks{ + pixel_y = 11 }, -/turf/open/floor/prison/sterile_white, -/area/fiorina/station/civres_blue) -"fRw" = ( +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) +"fRF" = ( +/obj/structure/barricade/metal/wired, +/turf/open/floor/prison/yellow/west, +/area/fiorina/station/lowsec) +"fRM" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform_decoration{ + dir = 6 + }, +/obj/structure/closet/emcloset, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"fRY" = ( /obj/structure/surface/table/reinforced/prison, -/obj/effect/spawner/random/tool, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"fRE" = ( -/turf/open/floor/prison/floor_plate, -/area/fiorina/maintenance) +/obj/structure/machinery/computer/skills{ + dir = 4 + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "fSe" = ( /obj/structure/bed/sofa/vert/grey, /turf/open/floor/prison, @@ -7644,27 +8005,15 @@ }, /turf/open/floor/almayer, /area/fiorina/tumor/ship) -"fSJ" = ( -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"fSO" = ( +"fST" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/trash/plate{ - pixel_x = 1; - pixel_y = 3 - }, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/power_ring) +/obj/item/reagent_container/hypospray, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/botany) "fTs" = ( /obj/structure/machinery/light/double/blue, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/power_ring) -"fTt" = ( -/obj/structure/toilet{ - pixel_y = 4 - }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) "fTz" = ( /obj/structure/closet, /obj/item/clothing/suit/poncho/red, @@ -7672,27 +8021,13 @@ /obj/item/clothing/suit/suspenders, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"fTZ" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 - }, -/obj/structure/platform{ - dir = 1 - }, -/obj/structure/platform{ - dir = 4 - }, -/obj/structure/platform_decoration{ - dir = 9 +"fUj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/disco) +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/research_cells) "fUm" = ( /obj/item/clothing/head/pirate, /obj/item/clothing/under/pirate, @@ -7704,6 +8039,10 @@ /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) +"fUy" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/station/telecomm/lz1_tram) "fUF" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_full" @@ -7714,42 +8053,33 @@ /obj/structure/bedsheetbin, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"fVm" = ( -/obj/structure/platform{ - dir = 4 +"fVf" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) +"fVn" = ( +/obj/structure/barricade/handrail/type_b{ + layer = 3.5 }, -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/whitegreen/east, -/area/fiorina/tumor/ice_lab) -"fVG" = ( -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/maintenance) -"fVP" = ( -/obj/structure/flora/bush/ausbushes/grassybush{ - icon_state = "ywflowers_2" +/obj/structure/barricade/handrail/type_b{ + dir = 4; + layer = 3.5 }, /turf/open/organic/grass/astroturf, -/area/fiorina/station/central_ring) -"fWr" = ( -/obj/structure/platform_decoration, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/disco) -"fWA" = ( -/obj/structure/machinery/light/small{ - dir = 8; - pixel_x = -11; - pixel_y = 10 - }, -/turf/open/floor/almayer/plate, -/area/fiorina/tumor/ship) -"fWG" = ( -/obj/item/card/id/silver/clearance_badge/cl{ - desc = "Wow sorry, didn't mean to drop that in front of you, it's real, btw."; - name = "certified powerloader operator card"; - registered_name = "John Forklift" +/area/fiorina/tumor/servers) +"fVq" = ( +/turf/open/floor/prison/yellowcorner/north, +/area/fiorina/station/lowsec) +"fWw" = ( +/obj/vehicle/powerloader{ + dir = 8 }, -/turf/open/floor/prison/bluefull, +/turf/open/floor/prison/floor_plate, /area/fiorina/station/power_ring) +"fWy" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "fWL" = ( /obj/structure/barricade/handrail{ dir = 1; @@ -7764,20 +8094,17 @@ /obj/structure/stairs/perspective, /turf/open/floor/prison, /area/fiorina/tumor/servers) -"fXs" = ( -/obj/structure/largecrate/random/barrel/red, -/turf/open/floor/almayer/plate, -/area/fiorina/tumor/ship) +"fXq" = ( +/obj/item/stool, +/obj/item/reagent_container/food/drinks/bottle/bluecuracao{ + pixel_x = 15; + pixel_y = 25 + }, +/turf/open/floor/prison/yellow/north, +/area/fiorina/station/lowsec) "fXv" = ( /turf/open/floor/prison, /area/fiorina/station/transit_hub) -"fXy" = ( -/obj/structure/machinery/computer/cameras{ - network = list("omega") - }, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) "fXB" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/security) @@ -7793,9 +8120,11 @@ /turf/closed/wall/mineral/bone_resin, /area/fiorina/tumor/servers) "fXP" = ( -/obj/effect/decal/cleanable/blood/gibs/robot/up, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/research_cells) +/obj/structure/bed{ + icon_state = "psychbed" + }, +/turf/open/floor/prison/greenfull/east, +/area/fiorina/tumor/servers) "fXQ" = ( /obj/structure/platform{ dir = 8 @@ -7805,87 +8134,86 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"fXR" = ( -/obj/effect/decal/cleanable/blood/splatter{ - icon_state = "gib2" +"fXV" = ( +/obj/structure/tunnel, +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/fiberbush) +"fYd" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 10 }, -/turf/open/floor/prison/whitegreencorner/west, -/area/fiorina/station/medbay) -"fYi" = ( -/obj/effect/decal/cleanable/blood/oil, +/obj/structure/barricade/handrail/type_b{ + dir = 4; + layer = 3.5 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) +"fYq" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/yellow/northeast, +/area/fiorina/station/disco) +"fYt" = ( /turf/open/floor/prison/floor_plate, -/area/fiorina/station/flight_deck) +/area/fiorina/station/chapel) "fYD" = ( /obj/structure/bed/chair/office/dark, /turf/open/floor/prison, /area/fiorina/tumor/ice_lab) -"fYJ" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/atmos_alert{ - dir = 8 +"fYO" = ( +/obj/structure/machinery/light/double/blue{ + pixel_y = -1 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/fiberbush) +/turf/open/floor/prison/darkyellow2, +/area/fiorina/station/telecomm/lz1_cargo) "fYW" = ( /obj/structure/machinery/light/double/blue, /turf/open/floor/carpet, /area/fiorina/station/security/wardens) -"fZa" = ( -/turf/open/floor/prison/darkpurple2/northwest, -/area/fiorina/tumor/ice_lab) "fZd" = ( /obj/structure/machinery/landinglight/ds2/delayone{ dir = 1 }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzII) +"fZB" = ( +/obj/effect/landmark/corpsespawner/ua_riot, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) "fZD" = ( /obj/item/tool/warning_cone, /turf/open/floor/wood, /area/fiorina/station/park) -"fZY" = ( -/turf/open/floor/prison/greencorner/west, -/area/fiorina/station/chapel) -"gai" = ( -/obj/structure/surface/rack, -/turf/open/floor/prison/whitegreen/northwest, -/area/fiorina/station/medbay) -"gal" = ( -/obj/item/stool, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) +"gaj" = ( +/obj/structure/girder/reinforced, +/turf/open/floor/almayer/plate, +/area/fiorina/tumor/ship) "gas" = ( /obj/item/stack/rods, /turf/open/floor/prison, /area/fiorina/station/disco) -"gaB" = ( -/obj/structure/platform_decoration{ - dir = 4 +"gaw" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + health = 300 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + pixel_y = 10 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/central_ring) +/area/fiorina/tumor/aux_engi) +"gaK" = ( +/obj/structure/largecrate/random, +/turf/open/floor/corsat/plate, +/area/fiorina/station/civres_blue) "gaN" = ( /obj/structure/machinery/vending/coffee, /turf/open/floor/prison, /area/fiorina/lz/near_lzII) -"gaO" = ( -/obj/structure/closet/secure_closet/security_empty, -/obj/item/book/manual/security_space_law, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/security) -"gbb" = ( -/obj/item/tool/wrench, -/turf/open/floor/prison/darkpurple2/west, -/area/fiorina/tumor/servers) -"gbj" = ( -/obj/structure/machinery/shower{ - pixel_y = 13 - }, -/obj/item/tool/soap/syndie, -/obj/structure/closet/crate/trashcart, -/obj/effect/spawner/random/gun/special, -/turf/open/floor/prison/kitchen/southwest, -/area/fiorina/tumor/civres) +"gbg" = ( +/turf/open/floor/prison/greenblue, +/area/fiorina/station/botany) "gbn" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -7896,19 +8224,13 @@ }, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"gbq" = ( -/obj/item/device/flashlight, -/turf/open/floor/prison/blue/west, -/area/fiorina/station/civres_blue) -"gbR" = ( -/obj/structure/machinery/cm_vending/sorted/medical/no_access, -/obj/structure/window/reinforced{ - dir = 8; - health = 80 +"gbB" = ( +/obj/effect/decal/cleanable/blood{ + desc = "Watch your step."; + icon_state = "gib6" }, -/obj/structure/medical_supply_link, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) +/turf/open/floor/prison/darkyellow2/east, +/area/fiorina/station/flight_deck) "gbS" = ( /obj/structure/closet/emcloset, /obj/item/clothing/head/cmcap{ @@ -7920,35 +8242,27 @@ }, /turf/open/floor/prison, /area/fiorina/station/medbay) -"gcy" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/chapel_carpet/doubleside/north, -/area/fiorina/station/chapel) -"gcO" = ( -/turf/open/floor/prison/sterile_white, -/area/fiorina/station/civres_blue) -"gcP" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/prison/bluecorner, -/area/fiorina/station/chapel) -"gda" = ( -/obj/structure/prop/almayer/computers/sensor_computer1{ - name = "computer" - }, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/lz/near_lzI) -"gdr" = ( -/obj/structure/machinery/landinglight/ds1/delaythree, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/lz/near_lzI) -"gdR" = ( -/obj/item/device/flashlight/flare, -/turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzI) +"gcf" = ( +/obj/structure/bookcase/manuals/engineering, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/tumor/civres) +"gcD" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/fiberbush) +"gcF" = ( +/obj/structure/machinery/line_nexter, +/turf/open/floor/prison/red/west, +/area/fiorina/station/security) +"gdi" = ( +/obj/item/storage/belt/shotgun/full/quackers, +/obj/effect/spawner/gibspawner/human, +/turf/open/gm/river/darkred_pool, +/area/fiorina/station/park) +"gdK" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) "gef" = ( /obj/structure/lattice, /obj/structure/platform/kutjevo/smooth{ @@ -7956,14 +8270,43 @@ }, /turf/open/space, /area/fiorina/oob) +"geq" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_sn_full_cap" + }, +/turf/open/floor/prison/blue/west, +/area/fiorina/station/chapel) +"gey" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/newspaper, +/turf/open/floor/prison/blue_plate/east, +/area/fiorina/station/botany) +"geB" = ( +/obj/structure/bed/chair, +/obj/structure/prop/souto_land/pole, +/obj/structure/prop/souto_land/pole{ + dir = 4; + pixel_y = 24 + }, +/turf/open/floor/prison/darkbrown2, +/area/fiorina/station/park) "geF" = ( /obj/structure/lattice, /turf/open/floor/almayer_hull, /area/fiorina/oob) +"geH" = ( +/obj/item/ammo_box/magazine/misc/flares/empty, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) "geL" = ( /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/wood, /area/fiorina/station/chapel) +"gfg" = ( +/obj/structure/bed/roller, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "gfh" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ dir = 1; @@ -7983,6 +8326,22 @@ /obj/structure/machinery/m56d_hmg/mg_turret/dropship, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/central_ring) +"gfv" = ( +/obj/item/stack/rods, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + density = 0; + dir = 4 + }, +/turf/open/floor/prison/platingdmg3, +/area/fiorina/station/security) +"gfx" = ( +/obj/structure/bed/chair/comfy, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/disco) +"gfK" = ( +/obj/structure/machinery/door/airlock/prison/horizontal, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/research_cells) "gfL" = ( /obj/structure/prop/souto_land/pole, /obj/structure/prop/souto_land/pole{ @@ -7992,31 +8351,16 @@ /turf/open/floor/wood, /area/fiorina/station/park) "gfM" = ( -/obj/item/ammo_casing{ - icon_state = "casing_5_1" +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/donut_box{ + pixel_y = 6 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) "gfN" = ( /obj/structure/machinery/vending/coffee, /turf/open/floor/prison, /area/fiorina/station/medbay) -"gfW" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/machinery/computer/cameras{ - dir = 8 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) -"gfX" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/open/floor/prison/blue/northwest, -/area/fiorina/station/power_ring) "ggd" = ( /turf/closed/shuttle/ert{ icon_state = "leftengine_1" @@ -8034,21 +8378,6 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/security) -"ggA" = ( -/obj/structure/largecrate/random/secure, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"ggC" = ( -/obj/structure/bed/chair, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/disco) -"ggN" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) "ggQ" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -8059,10 +8388,6 @@ }, /turf/open/floor/prison, /area/fiorina/station/central_ring) -"ghd" = ( -/obj/item/clothing/head/welding, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/tumor/civres) "ghg" = ( /obj/structure/barricade/handrail{ dir = 1; @@ -8078,30 +8403,31 @@ /turf/open/space, /area/fiorina/oob) "ghy" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 1 - }, -/obj/structure/barricade/handrail/type_b{ - layer = 3.5 +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = 13 }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) -"ghC" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/maintenance) -"gij" = ( -/obj/structure/largecrate/guns/merc, -/obj/item/toy/deck/uno, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"giT" = ( -/obj/effect/decal{ - icon = 'icons/obj/items/policetape.dmi'; - icon_state = "engineering_v" - }, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) +/area/fiorina/station/lowsec) +"giF" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/whitegreen/east, +/area/fiorina/tumor/ice_lab) +"giP" = ( +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/med_data/laptop{ + dir = 4 + }, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) "giX" = ( /obj/structure/barricade/handrail/type_b{ dir = 4 @@ -8114,58 +8440,62 @@ }, /turf/open/floor/prison, /area/fiorina/station/medbay) -"gjy" = ( -/obj/structure/platform_decoration{ - dir = 4 - }, -/obj/item/clothing/gloves/botanic_leather, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/botany) -"gjI" = ( -/obj/item/shard{ - icon_state = "medium" +"gjB" = ( +/obj/structure/barricade/sandbags{ + icon_state = "sandbag_0"; + layer = 2.97; + pixel_y = -14 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) -"gjJ" = ( -/obj/structure/machinery/door/airlock/almayer/marine{ - dir = 1; - icon = 'icons/obj/structures/doors/prepdoor_charlie.dmi' +/turf/open/floor/prison/yellow/northwest, +/area/fiorina/station/disco) +"gjD" = ( +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 22 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/research_cells) -"gjR" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) +/turf/open/floor/prison/blue/west, +/area/fiorina/station/civres_blue) "gjX" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) -"gkn" = ( -/obj/structure/surface/table/reinforced/prison{ - dir = 8; - flipped = 1 +"gkr" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/obj/item/device/flashlight/lamp, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/research_cells) +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) "gkt" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /turf/open/floor/prison, /area/fiorina/station/medbay) -"gkP" = ( +"gkH" = ( +/obj/structure/machinery/computer/prisoner, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"gkS" = ( /obj/structure/platform{ + dir = 8; + layer = 2.5 + }, +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ dir = 1 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/flight_deck) +/area/fiorina/tumor/ice_lab) "glj" = ( /obj/structure/window/framed/prison, /turf/open/floor/plating/prison, /area/fiorina/station/research_cells) +"glo" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib3" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/flight_deck) "glw" = ( /obj/structure/machinery/light/double/blue{ dir = 1; @@ -8183,17 +8513,16 @@ /obj/structure/window/framed/prison/reinforced, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"gmd" = ( -/obj/structure/largecrate/supply/generator, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) -"gmE" = ( -/turf/open/floor/prison/cell_stripe, -/area/fiorina/station/disco) -"gmJ" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) +"gmg" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/blue, +/area/fiorina/station/chapel) +"gmN" = ( +/obj/structure/machinery/shower{ + dir = 4 + }, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/research_cells) "gmS" = ( /obj/effect/decal/cleanable/blood/gibs, /obj/effect/spawner/random/gun/shotgun/midchance, @@ -8210,22 +8539,49 @@ }, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"gnK" = ( +"gnC" = ( /obj/effect/landmark/monkey_spawn, -/turf/open/floor/prison/sterile_white/southwest, +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/station/park) +"gnD" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"gnH" = ( +/obj/effect/decal{ + icon = 'icons/obj/items/policetape.dmi'; + icon_state = "engineering_h"; + layer = 2.5; + pixel_y = -11 + }, +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/station/telecomm/lz1_cargo) +"goc" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_sn_full_cap" + }, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, /area/fiorina/tumor/ice_lab) -"goy" = ( -/obj/structure/machinery/autolathe/full, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) -"goC" = ( -/obj/structure/closet/secure_closet/personal, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) +"goF" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = 13 + }, +/turf/open/floor/prison/whitegreen/northeast, +/area/fiorina/station/medbay) "goG" = ( /obj/structure/window/framed/prison/reinforced, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) +"goJ" = ( +/obj/vehicle/train/cargo/trolley, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/transit_hub) "goM" = ( /obj/structure/machinery/light/double/blue{ dir = 1; @@ -8233,23 +8589,19 @@ }, /turf/open/floor/prison, /area/fiorina/station/flight_deck) -"goS" = ( -/turf/open/floor/prison/yellow/east, -/area/fiorina/station/disco) +"goT" = ( +/obj/structure/inflatable, +/turf/open/floor/prison/yellow, +/area/fiorina/station/lowsec) "gpG" = ( /obj/structure/window_frame/prison, /turf/open/floor/plating/prison, /area/fiorina/station/security) -"gpS" = ( -/obj/structure/machinery/landinglight/ds2{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzII) -"gqb" = ( -/obj/item/stack/folding_barricade, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) +"gpO" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/cans/aspen, +/turf/open/floor/prison/darkyellow2, +/area/fiorina/lz/near_lzI) "gqd" = ( /obj/item/tool/kitchen/utensil/pknife, /turf/open/floor/prison, @@ -8257,35 +8609,65 @@ "gqe" = ( /turf/open/floor/prison, /area/fiorina/station/disco) +"gqg" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/prison/whitegreen/northeast, +/area/fiorina/station/medbay) +"gqp" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) +"gqy" = ( +/obj/item/shard{ + icon_state = "medium"; + name = "ice shard" + }, +/turf/open/floor/prison/whitegreen, +/area/fiorina/tumor/ice_lab) +"gqE" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 + }, +/turf/open/floor/prison/darkyellow2/northeast, +/area/fiorina/station/flight_deck) "gqZ" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/radio, /obj/item/tool/pen/blue, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"grg" = ( -/obj/effect/alien/weeds/node, -/turf/open/floor/prison/darkbrown2/west, -/area/fiorina/tumor/aux_engi) -"grE" = ( -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/lz/near_lzI) +"grc" = ( +/obj/structure/platform, +/obj/item/clothing/gloves/botanic_leather, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/botany) +"gru" = ( +/obj/structure/barricade/metal{ + health = 250; + icon_state = "metal_1" + }, +/turf/open/floor/prison/darkpurple2/southeast, +/area/fiorina/tumor/ice_lab) "grL" = ( /obj/structure/bed/sofa/vert/grey, /turf/open/floor/prison, /area/fiorina/station/security) +"grM" = ( +/obj/structure/grille, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/research_cells) "grV" = ( -/obj/structure/machinery/computer/emails{ - dir = 1; - pixel_y = 4 +/turf/open/floor/prison/whitegreencorner, +/area/fiorina/tumor/ice_lab) +"gsD" = ( +/obj/structure/machinery/washing_machine, +/obj/structure/machinery/washing_machine{ + pixel_y = 15 }, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"gsB" = ( -/obj/structure/machinery/power/reactor/colony, -/turf/open/floor/prison, -/area/fiorina/station/power_ring) +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) "gsL" = ( /obj/structure/platform, /obj/structure/platform{ @@ -8296,32 +8678,28 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/lowsec) +"gsW" = ( +/obj/effect/spawner/random/toolbox, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) "gte" = ( /obj/item/shard{ icon_state = "large" }, /turf/open/floor/prison, /area/fiorina/station/park) -"gtB" = ( -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/chapel) -"gtR" = ( -/obj/structure/barricade/handrail/type_b{ - layer = 3.5 - }, -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 5 - }, -/obj/structure/barricade/handrail/type_b{ - dir = 8; - layer = 3.5 +"gtg" = ( +/obj/effect/landmark{ + icon_state = "hive_spawn"; + name = "xeno_hive_spawn" }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) -"gtT" = ( -/obj/structure/machinery/vending/security, +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/floor/prison/whitegreencorner/north, +/area/fiorina/tumor/ice_lab) +"gtY" = ( +/obj/structure/machinery/vending/snack/packaged, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) +/area/fiorina/tumor/civres) "guf" = ( /obj/structure/bed/chair{ dir = 4; @@ -8329,40 +8707,50 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"guv" = ( -/obj/structure/bed/chair{ - dir = 4 +"gul" = ( +/obj/structure/surface/rack, +/obj/item/storage/toolbox/electrical{ + pixel_y = -3 }, -/turf/open/floor/prison/bluecorner, -/area/fiorina/station/power_ring) -"guL" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/paper_bin, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/tumor/ice_lab) -"guX" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +/obj/item/storage/toolbox/mechanical{ + pixel_y = 6 }, -/turf/open/floor/prison/blue/north, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/darkbrown2, +/area/fiorina/maintenance) +"gum" = ( +/obj/structure/barricade/wooden, +/obj/item/device/flashlight/flare, +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/station/telecomm/lz1_cargo) +"guv" = ( +/turf/open/floor/prison/blue/southeast, /area/fiorina/station/chapel) -"gvU" = ( -/turf/open/floor/prison/cell_stripe/east, -/area/fiorina/tumor/servers) -"gwd" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" +"gvJ" = ( +/obj/structure/closet{ + density = 0; + pixel_y = 18 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) +/obj/item/clothing/gloves/combat, +/turf/open/floor/prison/whitepurple/north, +/area/fiorina/station/research_cells) +"gvW" = ( +/obj/structure/bed/sofa/south/grey/right, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/transit_hub) "gws" = ( /turf/open/floor/plating, /area/fiorina/oob) -"gwB" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) +"gwt" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) +"gww" = ( +/obj/structure/machinery/computer/cameras{ + dir = 1 + }, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) "gwH" = ( /turf/closed/wall/strata_ice/jungle{ desc = "It is made of Fiberbush(tm). It contains asbestos."; @@ -8378,39 +8766,32 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"gwS" = ( -/obj/structure/barricade/wooden{ - dir = 1 - }, -/turf/open/floor/prison/darkyellow2/east, -/area/fiorina/station/telecomm/lz1_cargo) "gwU" = ( -/obj/structure/surface/rack, -/obj/item/poster, -/obj/item/poster, -/turf/open/floor/prison/darkyellow2/north, -/area/fiorina/lz/near_lzI) +/obj/structure/sign/poster{ + desc = "You are becoming hysterical."; + icon_state = "poster11"; + pixel_x = -24 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/medbay) "gxj" = ( /obj/structure/surface/table/woodentable, /obj/item/toy/dice/d20, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"gxn" = ( -/obj/item/trash/c_tube, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) "gxN" = ( /obj/item/stack/sheet/metal/medium_stack, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"gyl" = ( -/obj/structure/machinery/vending/sovietsoda, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/botany) -"gyn" = ( -/obj/structure/largecrate/random/case/double, -/turf/open/floor/corsat/plate, -/area/fiorina/tumor/aux_engi) +"gyd" = ( +/turf/open/floor/prison/sterile_white/west, +/area/fiorina/station/lowsec) +"gyx" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docdecal1" + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "gyJ" = ( /obj/structure/machinery/light/double/blue{ dir = 8; @@ -8419,10 +8800,13 @@ }, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"gyT" = ( -/obj/structure/prop/almayer/computers/sensor_computer3, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) +"gyR" = ( +/obj/structure/machinery/cm_vending/sorted/marine_food{ + desc = "Prison meal vendor, containing preprepared meals fit for the dregs of society."; + name = "\improper Fiorina Green Block Canteen Vendor" + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) "gyW" = ( /turf/open/space, /area/fiorina/station/medbay) @@ -8432,35 +8816,26 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"gzi" = ( -/obj/item/stool, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) -"gzu" = ( -/obj/structure/largecrate/random/case/double, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) -"gzG" = ( -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_sn_full_cap" - }, -/obj/structure/platform{ - dir = 4 - }, -/obj/structure/prop/souto_land/pole{ - dir = 1 - }, -/obj/structure/prop/souto_land/pole{ - dir = 8; - pixel_y = 24 +"gzl" = ( +/obj/item/device/motiondetector, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/disco) +"gzI" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" }, -/turf/open/floor/prison/darkbrown2/east, -/area/fiorina/station/park) +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) "gAa" = ( /obj/structure/largecrate/random/case, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) +"gAi" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/floor/prison/yellow/northeast, +/area/fiorina/station/disco) "gAk" = ( /obj/structure/platform/kutjevo/smooth, /obj/structure/platform/kutjevo/smooth{ @@ -8471,24 +8846,26 @@ }, /turf/open/space/basic, /area/fiorina/oob) -"gAt" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +"gAy" = ( +/obj/structure/closet{ + density = 0; + pixel_y = 18 }, -/turf/open/floor/prison/cell_stripe/east, -/area/fiorina/station/medbay) -"gAz" = ( -/turf/open/floor/prison/floorscorched1, -/area/fiorina/tumor/civres) +/obj/item/clothing/gloves/combat, +/turf/open/floor/prison/whitepurple/northwest, +/area/fiorina/station/research_cells) "gAA" = ( /obj/item/stack/sheet/metal/medium_stack, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"gAE" = ( -/obj/structure/largecrate/random/case/double, -/turf/open/floor/prison/whitepurple/northwest, -/area/fiorina/station/research_cells) +"gAG" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 12 + }, +/obj/item/clothing/suit/armor/bulletproof/badge, +/turf/open/floor/prison/yellow/southeast, +/area/fiorina/station/lowsec) "gAS" = ( /obj/structure/monorail{ dir = 4; @@ -8496,28 +8873,20 @@ }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzII) -"gAX" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/recharger{ - pixel_y = 4 - }, +"gAV" = ( /obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"gBU" = ( -/obj/item/book/manual/atmospipes, -/turf/open/floor/prison/whitepurple/northwest, -/area/fiorina/station/research_cells) -"gCd" = ( -/obj/item/ammo_box/magazine/misc/flares/empty{ - pixel_x = -1; - pixel_y = 7 + dir = 8; + pixel_x = -10; + pixel_y = -3 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) +/area/fiorina/station/power_ring) +"gBR" = ( +/obj/item/stack/sheet/wood/medium_stack, +/obj/item/stack/sheet/wood/medium_stack, +/obj/structure/surface/rack, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/maintenance) "gCn" = ( /obj/structure/surface/table/woodentable, /obj/item/newspaper{ @@ -8531,22 +8900,6 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"gCo" = ( -/obj/structure/closet{ - density = 0; - pixel_y = 18 - }, -/obj/item/clothing/gloves/combat, -/turf/open/floor/prison/whitepurple/northwest, -/area/fiorina/station/research_cells) -"gCy" = ( -/obj/structure/barricade/metal{ - dir = 4; - health = 85; - icon_state = "metal_1" - }, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/station/park) "gCE" = ( /obj/structure/disposalpipe/segment{ color = "#c4c4c4"; @@ -8557,10 +8910,21 @@ }, /turf/closed/wall/mineral/bone_resin, /area/fiorina/tumor/civres) -"gCO" = ( -/obj/effect/landmark/corpsespawner/ua_riot/burst, -/turf/open/floor/prison/whitepurple/north, +"gDf" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = 13 + }, +/turf/open/floor/prison/whitepurple/east, /area/fiorina/station/research_cells) +"gDk" = ( +/turf/open/floor/prison/darkyellow2/northwest, +/area/fiorina/station/telecomm/lz1_cargo) +"gDv" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/station/telecomm/lz1_tram) "gDx" = ( /obj/structure/surface/table/woodentable, /obj/item/newspaper{ @@ -8572,15 +8936,6 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"gDF" = ( -/obj/structure/machinery/vending/snack/packaged, -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = -3 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) "gDP" = ( /obj/structure/machinery/light/double/blue{ dir = 1; @@ -8588,30 +8943,18 @@ }, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"gDW" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) +"gDT" = ( +/obj/structure/machinery/portable_atmospherics/powered/pump, +/turf/open/floor/prison/whitepurple, +/area/fiorina/station/research_cells) "gEe" = ( /obj/item/reagent_container/food/drinks/bottle/patron, /turf/open/floor/prison, /area/fiorina/station/civres_blue) -"gEk" = ( -/obj/item/ammo_casing{ - icon_state = "casing_9_1" - }, -/turf/open/floor/prison/yellowcorner/west, -/area/fiorina/station/lowsec) "gEx" = ( /obj/structure/window/framed/prison/reinforced/hull, /turf/open/floor/plating/prison, /area/fiorina/station/botany) -"gEM" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/ice_lab) "gEU" = ( /obj/structure/monorail{ dir = 4; @@ -8627,26 +8970,44 @@ /obj/effect/landmark/xeno_spawn, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"gFZ" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = -3 +"gFo" = ( +/obj/item/toy/deck, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"gFs" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced{ + dir = 1 }, +/obj/item/weapon/gun/energy/taser, /turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) +"gFD" = ( +/obj/item/clothing/shoes/marine/upp, +/turf/open/floor/prison, +/area/fiorina/station/lowsec) +"gFV" = ( +/obj/item/weapon/twohanded/spear, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) +"gGk" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docdecal1" + }, +/turf/open/floor/prison/whitegreen/north, /area/fiorina/station/medbay) "gGu" = ( /obj/item/stack/rods, /turf/open/floor/prison, /area/fiorina/station/civres_blue) -"gGv" = ( -/obj/effect/alien/weeds/node, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) "gGx" = ( /obj/effect/landmark/queen_spawn, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) +"gGA" = ( +/obj/structure/bed/chair/office/dark, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/tumor/ice_lab) "gGB" = ( /obj/structure/platform_decoration{ dir = 1 @@ -8665,12 +9026,9 @@ /turf/open/floor/prison, /area/fiorina/lz/near_lzII) "gHn" = ( -/obj/structure/reagent_dispensers/water_cooler{ - pixel_x = 1; - pixel_y = 8 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) +/obj/item/tool/lighter/random, +/turf/open/floor/prison/kitchen/southwest, +/area/fiorina/tumor/civres) "gHy" = ( /obj/item/stack/sheet/metal/medium_stack, /turf/open/floor/plating/prison, @@ -8681,21 +9039,28 @@ }, /turf/open/floor/wood, /area/fiorina/station/security/wardens) -"gIg" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/prison/red/east, -/area/fiorina/station/security) -"gIj" = ( -/obj/structure/girder, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) -"gIv" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_29"; - pixel_y = 6 +"gIe" = ( +/obj/structure/bed{ + icon_state = "abed" }, +/obj/item/storage/bible/hefa, +/turf/open/floor/prison/whitepurple/southeast, +/area/fiorina/station/research_cells) +"gIg" = ( +/obj/structure/bed/sofa/south/grey/right, /turf/open/floor/prison/floor_plate, /area/fiorina/station/security) +"gIu" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/obj/item/reagent_container/glass/bottle/cyanide{ + pixel_x = -12; + pixel_y = 13 + }, +/turf/open/floor/prison/yellow/southwest, +/area/fiorina/station/lowsec) "gIB" = ( /obj/structure/window/framed/prison, /turf/open/floor/plating/prison, @@ -8705,39 +9070,26 @@ /obj/effect/spawner/random/technology_scanner, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"gIN" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/blue_plate/east, -/area/fiorina/station/botany) -"gIU" = ( -/obj/structure/bed{ - icon_state = "abed" - }, -/obj/item/bedsheet/green, -/turf/open/floor/prison/yellow/southwest, -/area/fiorina/station/lowsec) -"gIZ" = ( -/obj/structure/machinery/vending/cola, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security/wardens) +"gIY" = ( +/turf/open/floor/prison/red/west, +/area/fiorina/station/security) "gJu" = ( /obj/effect/alien/weeds/node, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"gJS" = ( -/obj/structure/sign/poster{ - desc = "You are becoming hysterical."; - icon_state = "poster11"; - pixel_y = 32 +"gJA" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "Residential Apartment" }, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/flight_deck) -"gJU" = ( -/obj/structure/platform_decoration{ - dir = 8 +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/tumor/servers) +"gJD" = ( +/obj/structure/window/reinforced{ + dir = 4 }, -/turf/open/floor/prison/blue/northeast, -/area/fiorina/station/power_ring) +/obj/item/storage/briefcase, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security/wardens) "gKi" = ( /obj/structure/window/framed/prison, /turf/open/floor/plating/prison, @@ -8750,17 +9102,34 @@ }, /turf/open/floor/plating/prison, /area/fiorina/maintenance) +"gKw" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) "gKA" = ( /obj/structure/platform_decoration, /turf/open/floor/prison, /area/fiorina/tumor/ice_lab) -"gLr" = ( -/obj/structure/window/reinforced{ - dir = 4 +"gKN" = ( +/obj/structure/prop/resin_prop{ + icon_state = "rack" }, -/obj/structure/machinery/space_heater, /turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) +"gLd" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/yellow/north, +/area/fiorina/station/lowsec) +"gLi" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/darkpurplefull2, /area/fiorina/tumor/ice_lab) +"gLt" = ( +/obj/item/poster, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) "gLu" = ( /turf/closed/shuttle/ert{ icon_state = "stan_leftengine" @@ -8773,28 +9142,18 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"gLy" = ( +"gLJ" = ( +/obj/effect/spawner/random/gun/smg, +/turf/open/floor/prison/yellow/northeast, +/area/fiorina/station/lowsec) +"gMB" = ( +/obj/structure/curtain/red, +/turf/open/floor/prison/sterile_white, +/area/fiorina/station/civres_blue) +"gMD" = ( /obj/structure/surface/table/reinforced/prison, -/obj/effect/spawner/random/tool, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) -"gLS" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/tumor/civres) -"gLZ" = ( -/obj/item/stool, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/research_cells) -"gMs" = ( -/obj/structure/window, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) -"gMC" = ( -/obj/item/frame/rack, -/obj/item/stack/medical/bruise_pack, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "gMV" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -8805,60 +9164,87 @@ }, /turf/open/floor/prison, /area/fiorina/station/botany) -"gNb" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = -3 +"gMW" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform_decoration{ + dir = 9 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_tram) +/area/fiorina/station/transit_hub) "gNu" = ( /obj/item/handset{ pixel_y = 7 }, /turf/open/floor/plating/prison, /area/fiorina/oob) -"gNy" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/corsat/plate, -/area/fiorina/station/civres_blue) -"gND" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer3/laptop/secure_data, -/turf/open/floor/prison/whitegreenfull/southwest, +"gNx" = ( +/obj/structure/platform, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/whitegreen, /area/fiorina/station/medbay) -"gNE" = ( -/turf/open/floor/prison/platingdmg2, -/area/fiorina/station/security) -"gNO" = ( -/obj/structure/machinery/landinglight/ds1/delaytwo{ +"gNG" = ( +/obj/structure/platform{ dir = 1 }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/lz/near_lzI) -"gPf" = ( -/obj/effect/landmark/queen_spawn, -/turf/open/floor/prison/whitegreencorner/east, -/area/fiorina/tumor/ice_lab) -"gPk" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_sn_full_cap" - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/ice_lab) -"gPr" = ( -/obj/item/trash/hotdog, -/turf/open/floor/prison/blue/west, +/turf/open/gm/river/pool, +/area/fiorina/station/park) +"gNX" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/clipboard, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) +"gOc" = ( +/turf/open/floor/prison/whitepurple/west, +/area/fiorina/station/research_cells) +"gOH" = ( +/obj/item/reagent_container/food/snacks/xenoburger, +/obj/item/reagent_container/food/snacks/xenoburger, +/obj/item/reagent_container/food/snacks/xenoburger, +/obj/structure/closet/crate/freezer, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/power_ring) +"gOV" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/communications/simple, +/turf/open/floor/prison/bluefull, /area/fiorina/station/power_ring) "gPs" = ( /obj/structure/surface/table/woodentable/fancy, /turf/open/floor/wood, /area/fiorina/station/security/wardens) -"gQy" = ( -/obj/structure/closet/secure_closet/engineering_materials, +"gPt" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/folder/red{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/item/folder/red{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/tool/stamp, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/lowsec) +"gPu" = ( +/obj/structure/inflatable, +/turf/open/floor/prison/yellow/west, +/area/fiorina/station/lowsec) +"gQa" = ( +/turf/open/floor/prison/greencorner/west, +/area/fiorina/station/chapel) +"gQf" = ( +/obj/item/reagent_container/food/drinks/cans/aspen, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) +/area/fiorina/station/lowsec) +"gQn" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/lz/near_lzI) "gQK" = ( /obj/structure/disposalpipe/segment{ color = "#c4c4c4"; @@ -8869,29 +9255,26 @@ }, /turf/closed/wall/mineral/bone_resin, /area/fiorina/tumor/servers) -"gQQ" = ( -/obj/structure/bed{ - icon_state = "abed" - }, -/obj/effect/spawner/random/goggles/lowchance, -/turf/open/floor/prison/whitepurple/southeast, -/area/fiorina/station/research_cells) -"gQS" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/prison/whitepurple/east, -/area/fiorina/station/research_cells) -"gRb" = ( +"gQO" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/book/manual/surgery{ - name = "Lung Transplants for Dummies"; - pixel_y = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) -"gRD" = ( -/obj/structure/prop/almayer/computers/sensor_computer1, +/turf/open/floor/prison/blue_plate/west, +/area/fiorina/station/botany) +"gQW" = ( +/obj/item/trash/cigbutt/bcigbutt, /turf/open/floor/prison/darkredfull2, +/area/fiorina/station/security) +"gRl" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 4 + }, +/turf/open/floor/prison/darkyellowfull2/east, /area/fiorina/lz/near_lzI) +"gRE" = ( +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"gRI" = ( +/turf/open/floor/prison/whitepurple/north, +/area/fiorina/station/research_cells) "gRT" = ( /obj/structure/surface/table/woodentable/fancy, /obj/structure/sign/poster{ @@ -8910,6 +9293,22 @@ /obj/structure/bed/chair/comfy, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) +"gSr" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) +"gSM" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/frame/firstaid_arm_assembly, +/obj/item/stack/nanopaste{ + pixel_x = 11; + pixel_y = 6 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security/wardens) "gSP" = ( /obj/structure/surface/table/woodentable/fancy, /obj/item/device/flashlight/lamp/candelabra{ @@ -8919,51 +9318,55 @@ }, /turf/open/floor/prison/chapel_carpet, /area/fiorina/station/chapel) -"gTb" = ( -/obj/item/trash/candle, -/turf/open/floor/prison/chapel_carpet/doubleside/north, -/area/fiorina/maintenance) -"gTh" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/station/transit_hub) -"gTx" = ( -/turf/open/floor/prison/greenfull/northwest, +"gSU" = ( +/obj/item/clothing/head/cmcap, +/turf/open/floor/prison/green, /area/fiorina/station/transit_hub) -"gTT" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/prison/darkpurplefull2, +"gSV" = ( +/obj/item/stack/cable_coil/orange, +/turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/tumor/ice_lab) +"gTz" = ( +/turf/open/floor/prison/redcorner/west, +/area/fiorina/station/security) +"gTF" = ( +/obj/item/clothing/gloves/boxing/green, +/turf/open/floor/prison/yellow/north, +/area/fiorina/station/lowsec) +"gTP" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/station/park) "gUj" = ( /turf/closed/shuttle/ert{ icon_state = "stan3" }, /area/fiorina/tumor/ship) -"gUp" = ( -/turf/open/floor/prison/cell_stripe, -/area/fiorina/station/power_ring) -"gUs" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) +"gUy" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "gUH" = ( /obj/structure/machinery/cm_vending/sorted/medical/wall_med, /turf/closed/wall/prison, /area/fiorina/station/medbay) +"gUM" = ( +/obj/structure/bed{ + icon_state = "abed" + }, +/obj/item/reagent_container/food/drinks/flask/marine, +/turf/open/floor/prison/whitepurple/southwest, +/area/fiorina/station/research_cells) "gUO" = ( /obj/item/tool/warning_cone, /turf/open/floor/prison, /area/fiorina/station/park) -"gVl" = ( -/obj/structure/barricade/wooden{ - dir = 1 - }, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) +"gVj" = ( +/obj/item/inflatable, +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/fiberbush) "gVs" = ( /obj/structure/largecrate/random/barrel/blue, /turf/open/floor/plating/prison, @@ -8979,10 +9382,15 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"gVM" = ( -/obj/item/newspaper, -/turf/open/floor/prison/red/east, -/area/fiorina/lz/near_lzII) +"gVN" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/prison/blue/west, +/area/fiorina/station/power_ring) +"gVU" = ( +/turf/open/floor/prison/whitegreen/northwest, +/area/fiorina/station/medbay) "gWq" = ( /obj/item/ammo_casing{ icon_state = "casing_1" @@ -8993,44 +9401,17 @@ /obj/effect/spawner/random/gun/rifle/midchance, /turf/open/floor/wood, /area/fiorina/station/disco) -"gWx" = ( -/obj/structure/machinery/landinglight/ds2/delaythree, -/turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzII) -"gWy" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 12 - }, -/turf/open/floor/prison/yellow/southeast, -/area/fiorina/station/lowsec) -"gWz" = ( -/obj/item/stock_parts/manipulator/pico, -/turf/open/floor/prison/darkpurple2/east, -/area/fiorina/tumor/servers) -"gWC" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" +"gWZ" = ( +/obj/item/stack/sandbags_empty/half, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/flight_deck) +"gXd" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/sterile_white/southwest, +/turf/open/floor/prison/darkpurplefull2, /area/fiorina/station/research_cells) -"gWI" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/item/clothing/gloves/latex, -/turf/open/floor/prison/redfull, -/area/fiorina/station/medbay) -"gXe" = ( -/obj/item/stack/sandbags/large_stack, -/turf/open/floor/prison/darkyellow2/north, -/area/fiorina/station/telecomm/lz1_cargo) -"gXh" = ( -/obj/effect/landmark/yautja_teleport, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/civres_blue) "gXi" = ( /obj/structure/barricade/metal/wired{ dir = 8 @@ -9038,37 +9419,6 @@ /obj/item/stack/sheet/metal, /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) -"gXk" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 12 - }, -/turf/open/floor/prison/whitepurple/southeast, -/area/fiorina/station/research_cells) -"gXo" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/lockbox/vials{ - pixel_x = -4; - pixel_y = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) -"gXu" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) -"gXv" = ( -/obj/item/stack/cable_coil, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/medbay) -"gXB" = ( -/obj/structure/prop/ice_colony/surveying_device, -/turf/open/floor/prison/blue/east, -/area/fiorina/tumor/servers) "gXD" = ( /obj/structure/machinery/light/double/blue{ dir = 8; @@ -9077,45 +9427,54 @@ }, /turf/open/floor/prison, /area/fiorina/station/central_ring) -"gXQ" = ( -/obj/structure/barricade/handrail/type_b{ - layer = 3.5 - }, -/obj/structure/barricade/handrail/type_b{ - dir = 4; - layer = 3.5 +"gXO" = ( +/obj/structure/barricade/deployable{ + dir = 4 }, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/servers) -"gYs" = ( -/obj/item/tool/wrench, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) -"gYC" = ( -/obj/structure/sign/kiddieplaque{ - desc = "It is a warning sign that describes the process by which fiberbush expands in humid environments, behaving similar to kudzu vines."; - name = "Fiberbush(tm) safety plaque"; - pixel_y = 29 +/area/fiorina/station/security) +"gYe" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/station_alert{ + dir = 8 }, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/fiberbush) -"gZb" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/fiberbush) +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/tumor/ice_lab) +"gYu" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/obj/structure/barricade/wooden, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/research_cells) "gZf" = ( /obj/structure/machinery/shower{ pixel_y = 13 }, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/medbay) -"gZW" = ( -/obj/structure/window/framed/prison/reinforced{ - opacity = 1 +"gZi" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"gZr" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform_decoration{ + dir = 9 }, -/obj/structure/machinery/door/poddoor/shutters/almayer, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/chapel) +/area/fiorina/station/park) +"gZz" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor/prison/whitepurple/north, +/area/fiorina/station/research_cells) "haa" = ( /obj/structure/machinery/light/double/blue{ dir = 8; @@ -9132,23 +9491,22 @@ }, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"hak" = ( -/obj/structure/flora/bush/ausbushes/grassybush{ - icon_state = "lavendergrass_2" - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/civres_blue) -"har" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 +"hau" = ( +/obj/item/weapon/harpoon, +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6" }, -/turf/open/floor/prison/blue/north, -/area/fiorina/station/civres_blue) +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/disco) "hay" = ( /turf/closed/shuttle/ert{ icon_state = "wy_leftengine" }, /area/fiorina/station/medbay) +"haX" = ( +/obj/structure/barricade/handrail, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) "hbo" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/drinks/cans/souto/classic{ @@ -9185,13 +9543,37 @@ }, /turf/open/space, /area/fiorina/oob) -"hbI" = ( -/turf/open/floor/prison/darkyellow2/northwest, -/area/fiorina/lz/near_lzI) -"hcl" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/turf/open/floor/almayer/plate, -/area/fiorina/tumor/ship) +"hbD" = ( +/obj/structure/machinery/vending/hydronutrients, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/botany) +"hbH" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/microwave{ + icon_state = "mwo"; + pixel_y = 6 + }, +/turf/open/floor/prison/kitchen/southwest, +/area/fiorina/station/civres_blue) +"hbM" = ( +/obj/item/ammo_magazine/rifle/m16{ + current_rounds = 0 + }, +/turf/open/floor/prison/yellowcorner, +/area/fiorina/station/lowsec) +"hcs" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage{ + layer = 3.5 + }, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) "hcv" = ( /obj/item/stack/tile/plasteel{ pixel_x = 12; @@ -9202,32 +9584,27 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) -"hde" = ( -/obj/effect/decal/cleanable/blood/splatter{ - icon_state = "handblood" +"hcW" = ( +/turf/open/floor/prison/blue/northwest, +/area/fiorina/station/chapel) +"hcX" = ( +/obj/structure/platform, +/obj/structure/bed/chair{ + dir = 1; + layer = 2.7 }, -/turf/open/floor/prison/sterile_white/southwest, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/whitegreen, /area/fiorina/station/medbay) +"hdl" = ( +/turf/open/floor/prison/whitepurple, +/area/fiorina/station/research_cells) "hds" = ( /obj/structure/cable/heavyduty{ icon_state = "1-2-8" }, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) -"hdF" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, -/obj/effect/decal/medical_decals{ - icon_state = "triagedecalbottomright" - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"hdX" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/tool/plantspray/pests, -/turf/open/floor/prison/blue_plate/east, -/area/fiorina/station/botany) "heb" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -9236,74 +9613,26 @@ /obj/structure/platform/stair_cut, /turf/open/floor/plating/prison, /area/fiorina/station/disco) -"het" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = -3 - }, -/turf/open/floor/prison/cell_stripe/west, -/area/fiorina/lz/near_lzI) -"heH" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/obj/effect/spawner/random/gun/pistol, -/turf/open/floor/prison/yellow/southwest, -/area/fiorina/station/lowsec) "heO" = ( /turf/closed/shuttle/elevator, /area/fiorina/station/civres_blue) -"heT" = ( -/obj/item/stack/cable_coil, -/turf/open/floor/prison/darkpurple2, -/area/fiorina/tumor/servers) "hfd" = ( /obj/structure/platform{ dir = 1 }, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"hfo" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/structure/platform{ - dir = 8 - }, -/obj/structure/platform_decoration{ - dir = 5 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/botany) -"hfs" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/paper_bin{ - pixel_y = 7 - }, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) -"hfw" = ( -/obj/item/tool/wrench, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) -"hfB" = ( -/obj/structure/surface/table/reinforced/prison{ - dir = 4; - flipped = 1 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"hfE" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/station/park) "hfT" = ( /turf/closed/wall/r_wall/prison, /area/fiorina/station/flight_deck) +"hgb" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) +"hgh" = ( +/obj/item/tool/match, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) "hgu" = ( /obj/structure/barricade/handrail/type_b{ dir = 4; @@ -9311,32 +9640,43 @@ }, /turf/open/floor/prison, /area/fiorina/station/disco) -"hgv" = ( -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_sn_full_cap" - }, -/turf/open/floor/prison/blue/east, -/area/fiorina/station/chapel) "hgJ" = ( /obj/structure/largecrate/random/case/small, /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) -"hgS" = ( -/turf/closed/shuttle/ert{ - icon_state = "stan5" - }, -/area/fiorina/tumor/aux_engi) +"hgL" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/chapel) +"hgS" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan5" + }, +/area/fiorina/tumor/aux_engi) "hhh" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_ew_full_cap" }, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) +"hhk" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/darkbrown2, +/area/fiorina/maintenance) +"hhn" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "ywflowers_2" + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/central_ring) "hhF" = ( -/obj/item/reagent_container/food/drinks/cans/waterbottle, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/station/park) "hhL" = ( /obj/effect/spawner/random/powercell, /obj/structure/disposalpipe/segment{ @@ -9348,10 +9688,26 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"hhR" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/darkyellow2/northwest, -/area/fiorina/station/flight_deck) +"hhP" = ( +/obj/structure/closet/secure_closet/security_empty, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/storage/box/flashbangs, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"hhQ" = ( +/obj/item/trash/snack_bowl, +/turf/open/floor/prison/yellow/north, +/area/fiorina/station/lowsec) +"hih" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + layer = 3.5; + pixel_y = 6 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/chapel) "hir" = ( /obj/structure/window/framed/prison/reinforced, /turf/open/floor/plating/prison, @@ -9365,17 +9721,10 @@ dir = 4 }, /area/fiorina/tumor/aux_engi) -"hiT" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/station/park) -"hiY" = ( -/obj/item/ammo_casing{ - dir = 8; - icon_state = "cartridge_2" - }, -/turf/open/floor/prison/darkbrowncorners2/west, -/area/fiorina/station/park) +"hiR" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) "hja" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_sn_full_cap" @@ -9385,14 +9734,6 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/botany) -"hjm" = ( -/obj/structure/largecrate/random/barrel/blue, -/turf/open/floor/almayer/plate, -/area/fiorina/tumor/ship) -"hjz" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/chapel) "hjE" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/window/reinforced, @@ -9401,6 +9742,10 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/security) +"hjL" = ( +/obj/structure/inflatable/door, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) "hjP" = ( /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) @@ -9419,9 +9764,13 @@ }, /turf/open/floor/almayer_hull, /area/fiorina/oob) -"hkE" = ( -/turf/open/floor/prison/darkyellow2/southwest, -/area/fiorina/station/flight_deck) +"hkI" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/atmos_alert{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/fiberbush) "hkW" = ( /obj/structure/barricade/wooden, /turf/open/floor/plating/plating_catwalk/prison, @@ -9430,13 +9779,6 @@ /obj/structure/janitorialcart, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) -"hlO" = ( -/obj/structure/largecrate/random/case, -/obj/item/storage/toolbox/emergency{ - pixel_y = 4 - }, -/turf/open/floor/prison/whitepurple/northwest, -/area/fiorina/station/research_cells) "hlT" = ( /obj/structure/machinery/light/double/blue{ dir = 4; @@ -9445,12 +9787,6 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"hlX" = ( -/obj/structure/machinery/shower{ - pixel_y = 13 - }, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/lowsec) "hmd" = ( /obj/structure/stairs/perspective{ dir = 4; @@ -9465,56 +9801,69 @@ /obj/structure/platform_decoration, /turf/open/floor/prison, /area/fiorina/station/disco) -"hmm" = ( +"hmi" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/clipboard, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"hmx" = ( -/obj/structure/flora/bush/ausbushes/ausbush{ - desc = "Fiberbush(tm) infestations are the leading cause in asbestos related deaths for 3 years in a row."; - icon_state = "fullgrass_1"; - name = "Fiberbush(tm) tubers" +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_y = 13 }, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/fiberbush) +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) "hmG" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 - }, -/turf/open/floor/prison/yellow/northeast, -/area/fiorina/station/disco) -"hmT" = ( -/turf/open/floor/prison/blue/east, -/area/fiorina/station/civres_blue) -"hnA" = ( -/obj/structure/filingcabinet, +/obj/structure/machinery/fuelcell_recycler/full, +/turf/open/floor/prison/blue/southwest, +/area/fiorina/station/power_ring) +"hmQ" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) +"hnG" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) +"hnL" = ( +/turf/open/floor/prison/cell_stripe/west, +/area/fiorina/station/botany) +"hnP" = ( +/obj/structure/inflatable/popped/door, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) +"hnS" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/pamphlet/skill/powerloader, /turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) -"hnD" = ( -/obj/item/shard{ - icon_state = "large" +"hob" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/chapel_carpet/doubleside/north, +/turf/open/floor/prison/green/north, /area/fiorina/station/chapel) -"hnI" = ( -/obj/structure/girder, -/turf/open/floor/almayer/plating/northeast, -/area/fiorina/tumor/ship) -"hob" = ( -/turf/open/floor/prison/bluecorner/east, -/area/fiorina/station/civres_blue) +"hov" = ( +/obj/structure/machinery/washing_machine, +/obj/structure/machinery/washing_machine{ + pixel_y = 15 + }, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) +"hox" = ( +/obj/item/pamphlet/skill/powerloader, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "hoy" = ( /obj/item/stack/sheet/metal, /turf/open/floor/prison, /area/fiorina/station/security) -"hoA" = ( -/obj/item/stack/sheet/metal/medium_stack, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) "hoG" = ( -/turf/open/floor/prison/darkbrown2/southwest, -/area/fiorina/maintenance) +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_sn_full_cap" + }, +/turf/open/floor/prison/blue/east, +/area/fiorina/station/chapel) "hoH" = ( /obj/effect/decal/cleanable/cobweb{ desc = "Spun only by the terrifying space widow. Some say that even looking at it will kill you."; @@ -9530,6 +9879,20 @@ }, /turf/open/floor/carpet, /area/fiorina/station/security/wardens) +"hoQ" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 8 + }, +/turf/open/floor/prison/whitepurple/northeast, +/area/fiorina/station/research_cells) +"hoR" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/microwave{ + pixel_y = 7 + }, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) "hoZ" = ( /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) @@ -9540,6 +9903,19 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/security) +"hpg" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison/whitegreen/west, +/area/fiorina/station/central_ring) +"hpy" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "birthday" + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) "hpz" = ( /obj/structure/ice/thin/indestructible{ dir = 1; @@ -9548,6 +9924,13 @@ /obj/structure/blocker/invisible_wall, /turf/open/ice/noweed, /area/fiorina/station/research_cells) +"hpB" = ( +/obj/item/storage/beer_pack{ + pixel_y = 10 + }, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/yellow, +/area/fiorina/station/lowsec) "hpJ" = ( /obj/structure/bed/roller, /obj/structure/machinery/filtration/console{ @@ -9561,60 +9944,62 @@ /obj/item/stack/cable_coil/orange, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) +"hpY" = ( +/obj/structure/inflatable/popped, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir" + }, +/turf/open/floor/prison/whitegreen/west, +/area/fiorina/station/medbay) "hqc" = ( /obj/structure/bed/chair/wood/normal, /turf/open/floor/carpet, /area/fiorina/station/civres_blue) -"hqj" = ( -/obj/item/stool{ - pixel_x = -4; - pixel_y = 23 +"hqk" = ( +/obj/item/reagent_container/food/drinks/coffee{ + name = "\improper paper cup" }, -/turf/open/floor/prison/yellow/north, +/turf/open/floor/prison/floor_plate, /area/fiorina/station/lowsec) -"hqz" = ( -/turf/open/floor/prison/damaged2/southwest, -/area/fiorina/station/security) "hqD" = ( /obj/structure/prop/structure_lattice{ dir = 4 }, /turf/open/floor/plating/prison, /area/fiorina/station/research_cells) -"hqG" = ( -/obj/structure/girder/reinforced, -/turf/open/floor/almayer/plating/northeast, -/area/fiorina/tumor/ship) "hro" = ( /obj/structure/girder, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"hrI" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/station/park) -"hrN" = ( -/obj/item/shard{ - icon_state = "large"; - name = "ice shard" - }, -/obj/structure/platform{ - dir = 8 +"hrr" = ( +/obj/structure/closet/secure_closet/security_empty, +/obj/item/clothing/accessory/storage/holster, +/obj/structure/window/reinforced{ + dir = 4 }, -/turf/open/floor/prison/whitegreen/west, -/area/fiorina/tumor/ice_lab) +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) "hsc" = ( /obj/structure/cable/heavyduty{ icon_state = "4-8" }, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"hse" = ( -/obj/structure/machinery/power/apc/power/south, -/turf/open/floor/almayer, -/area/fiorina/tumor/ship) +"hsg" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/park) +"hsn" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/station/park) +"hsr" = ( +/obj/structure/prop/resin_prop, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) "hss" = ( /obj/structure/stairs/perspective{ dir = 1; @@ -9622,16 +10007,6 @@ }, /turf/open/floor/prison, /area/fiorina/station/security) -"hsw" = ( -/obj/structure/disposalpipe/segment{ - color = "#c4c4c4"; - dir = 4; - layer = 6; - name = "overhead pipe"; - pixel_y = 12 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) "hsC" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/door/window/southleft, @@ -9643,10 +10018,9 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/security) -"hsH" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/yellow, -/area/fiorina/station/lowsec) +"hsQ" = ( +/turf/open/floor/prison/darkyellow2/northeast, +/area/fiorina/lz/near_lzI) "hsZ" = ( /obj/item/book/manual/marine_law, /obj/item/book/manual/marine_law{ @@ -9663,72 +10037,50 @@ /obj/item/tool/wrench, /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) -"htd" = ( -/obj/structure/prop/structure_lattice{ - dir = 4; - health = 300 - }, -/obj/structure/prop/structure_lattice{ - dir = 4; - layer = 3.1; - pixel_y = 10 +"htl" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/tumor/servers) +"htq" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 5 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/research_cells) -"hth" = ( -/obj/structure/toilet{ - dir = 4; - pixel_y = 8 +/obj/structure/barricade/handrail/type_b{ + layer = 3.5 }, -/obj/effect/decal/cleanable/blood/gibs, -/turf/open/floor/prison/yellow/northwest, -/area/fiorina/station/lowsec) +/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) "htt" = ( /turf/closed/shuttle/ert, /area/fiorina/station/power_ring) -"htu" = ( -/obj/item/ammo_casing{ - icon_state = "casing_5" - }, -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/lz/near_lzI) -"htw" = ( -/obj/structure/prop/souto_land/streamer{ - dir = 9 - }, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/station/park) -"htQ" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"htY" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/darkyellow2/north, -/area/fiorina/station/telecomm/lz1_cargo) -"hug" = ( -/turf/open/floor/prison/redcorner/west, -/area/fiorina/station/security) -"huj" = ( +"huh" = ( /obj/structure/inflatable/popped/door, -/turf/open/floor/prison/yellow/east, -/area/fiorina/station/lowsec) +/obj/item/stack/barbed_wire, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/whitegreen/southeast, +/area/fiorina/station/medbay) "hul" = ( /obj/structure/machinery/door/airlock/prison_hatch/autoname, /turf/open/floor/plating/prison, /area/fiorina/station/research_cells) +"hux" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/prison/bluecorner, +/area/fiorina/station/power_ring) "huD" = ( /obj/item/tool/crowbar, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) +"huM" = ( +/obj/structure/surface/rack, +/obj/item/tank/emergency_oxygen/engi, +/obj/item/tank/emergency_oxygen/engi, +/obj/item/device/flashlight, +/obj/item/device/flashlight, +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/lz/near_lzI) "hva" = ( /obj/structure/bed/chair/office/light{ dir = 4 @@ -9736,17 +10088,6 @@ /obj/effect/landmark/corpsespawner/ua_riot, /turf/open/floor/wood, /area/fiorina/lz/near_lzI) -"hvv" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 - }, -/obj/structure/platform{ - dir = 4 - }, -/turf/open/floor/prison/yellow/northeast, -/area/fiorina/station/disco) "hvF" = ( /obj/structure/grille, /turf/open/floor/plating/prison, @@ -9756,23 +10097,6 @@ /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/prison, /area/fiorina/station/security) -"hwg" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = -3 - }, -/turf/open/floor/prison/blue/west, -/area/fiorina/station/civres_blue) -"hwl" = ( -/turf/open/floor/prison/whitepurple/southeast, -/area/fiorina/station/research_cells) -"hwo" = ( -/obj/structure/bed/chair/office/dark{ - dir = 1 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) "hwx" = ( /obj/structure/closet/crate/science{ density = 0; @@ -9782,10 +10106,13 @@ /obj/item/organ/eyes, /turf/open/floor/prison, /area/fiorina/station/medbay) -"hwB" = ( -/obj/structure/blocker/invisible_wall, +"hwG" = ( +/obj/structure/largecrate/random/secure, +/obj/structure/barricade/wooden{ + dir = 4 + }, /turf/open/floor/prison/whitepurple/southwest, -/area/fiorina/oob) +/area/fiorina/station/research_cells) "hxi" = ( /obj/item/roller, /turf/open/floor/prison, @@ -9797,6 +10124,11 @@ "hxy" = ( /turf/open/floor/prison, /area/fiorina/lz/near_lzII) +"hxB" = ( +/obj/structure/machinery/cryo_cell, +/obj/structure/pipes/standard/cap/hidden, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) "hxJ" = ( /obj/structure/sign/poster{ icon_state = "poster12"; @@ -9813,33 +10145,24 @@ /obj/structure/blocker/invisible_wall, /turf/open/ice/noweed, /area/fiorina/station/research_cells) -"hxN" = ( -/obj/structure/bed/chair/comfy, -/turf/open/floor/prison/yellow/southeast, -/area/fiorina/station/disco) -"hym" = ( -/obj/item/organ/lungs, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) -"hyB" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/door/window/eastright{ - dir = 1 +"hyk" = ( +/obj/structure/bed/chair{ + dir = 4; + pixel_x = -5 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) -"hyI" = ( -/turf/open/floor/prison/red/north, -/area/fiorina/station/security) +/turf/open/floor/prison/whitegreen/southwest, +/area/fiorina/station/medbay) "hyT" = ( /turf/closed/shuttle/ert{ icon_state = "stan_leftengine" }, /area/fiorina/tumor/aux_engi) -"hyV" = ( -/turf/open/floor/prison/greenbluecorner/west, -/area/fiorina/station/botany) +"hzp" = ( +/obj/structure/monorail{ + name = "launch track" + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/lz/near_lzI) "hzz" = ( /obj/structure/closet/crate/trashcart, /obj/item/storage/pill_bottle/kelotane/skillless, @@ -9854,35 +10177,34 @@ icon_state = "wy4" }, /area/fiorina/station/medbay) -"hAm" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/paper, -/turf/open/floor/prison/darkpurple2, -/area/fiorina/tumor/servers) -"hAD" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/prison/darkbrown2/northwest, -/area/fiorina/tumor/aux_engi) -"hAK" = ( -/obj/item/weapon/gun/rifle/m16, -/obj/item/ammo_casing{ - dir = 6; - icon_state = "casing_5" +"hAa" = ( +/obj/structure/bed/sofa/south/grey/right, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security/wardens) +"hAI" = ( +/obj/item/stool, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) +"hBt" = ( +/obj/structure/prop/souto_land/streamer{ + dir = 1; + pixel_y = 24 }, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) -"hAV" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = -3 +/turf/open/floor/prison/darkbrown2/west, +/area/fiorina/station/park) +"hBu" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 1 }, -/turf/open/floor/corsat/plate, -/area/fiorina/station/civres_blue) -"hBy" = ( -/obj/structure/inflatable/popped/door, -/turf/open/floor/prison/whitepurple/northwest, -/area/fiorina/station/research_cells) +/obj/structure/barricade/handrail/type_b{ + layer = 3.5 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) +"hBB" = ( +/obj/item/stool, +/turf/open/floor/prison/yellow/southwest, +/area/fiorina/station/disco) "hBF" = ( /obj/structure/window_frame/prison/reinforced, /obj/item/stack/sheet/glass/reinforced{ @@ -9890,39 +10212,66 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/lowsec) +"hBH" = ( +/obj/item/trash/candy, +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/prison/whitegreen/west, +/area/fiorina/station/medbay) "hBP" = ( -/obj/item/stack/cable_coil/green, +/obj/structure/bed/roller, +/obj/item/trash/used_stasis_bag, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"hBY" = ( -/obj/item/tool/warning_cone, -/turf/open/floor/prison/darkbrown2/east, -/area/fiorina/station/park) +/area/fiorina/station/telecomm/lz1_cargo) +"hBQ" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/prison/yellow/northwest, +/area/fiorina/station/lowsec) +"hBS" = ( +/turf/open/floor/prison/darkpurple2/north, +/area/fiorina/station/central_ring) "hCc" = ( /obj/item/reagent_container/food/snacks/meat, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/park) -"hCU" = ( -/obj/structure/curtain, -/turf/open/floor/prison/cell_stripe/west, -/area/fiorina/station/power_ring) +"hCw" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/whitegreen, +/area/fiorina/station/medbay) +"hCH" = ( +/turf/open/floor/prison/darkbrown2/east, +/area/fiorina/station/park) +"hCN" = ( +/turf/open/floor/prison/redfull, +/area/fiorina/station/security/wardens) "hCX" = ( /obj/effect/landmark/wo_supplies/storage/belts/knifebelt, /turf/open/floor/prison, /area/fiorina/station/lowsec) +"hDg" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"hDk" = ( +/obj/structure/machinery/landinglight/ds2{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/lz/near_lzII) "hDq" = ( /obj/effect/landmark/corpsespawner/engineer, /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/sand/layer1, /area/fiorina/tumor/civres) -"hDz" = ( -/obj/item/paper/prison_station/inmate_handbook, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/research_cells) -"hDI" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/darkyellow2/north, -/area/fiorina/lz/near_lzI) +"hEa" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/green/southeast, +/area/fiorina/tumor/aux_engi) "hEb" = ( /turf/closed/shuttle/ert{ icon_state = "wy20" @@ -9932,32 +10281,29 @@ /obj/structure/extinguisher_cabinet, /turf/closed/wall/prison, /area/fiorina/station/research_cells) +"hEA" = ( +/obj/structure/filingcabinet/disk, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) "hEE" = ( -/obj/structure/prop/structure_lattice{ - health = 300 - }, -/obj/structure/prop/structure_lattice{ - pixel_y = 10 +/obj/structure/largecrate/random/case/double, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"hEN" = ( +/obj/item/storage/secure/briefcase{ + pixel_x = 9; + pixel_y = 18 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) -"hEI" = ( -/turf/open/floor/prison/blue/northwest, +/area/fiorina/station/lowsec) +"hFd" = ( +/turf/open/floor/prison/darkpurple2/east, /area/fiorina/tumor/servers) -"hEM" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/ammo_magazine/rifle/m16{ - current_rounds = 0 - }, +"hFh" = ( +/obj/item/stack/sheet/metal, /turf/open/floor/prison/redfull, /area/fiorina/station/security) -"hFb" = ( -/obj/item/shard{ - icon_state = "medium"; - name = "ice shard" - }, -/turf/open/floor/prison/whitegreen, -/area/fiorina/tumor/ice_lab) "hFH" = ( /obj/item/gift, /obj/item/prop/helmetgarb/spacejam_tickets{ @@ -9966,111 +10312,103 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"hFL" = ( -/obj/item/stool, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/civres_blue) -"hGa" = ( +"hFP" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/station/telecomm/lz1_cargo) +"hFT" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/device/radio{ - pixel_y = 8 +/obj/item/paper/janitor, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/disco) +"hGE" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/yellow/east, +/area/fiorina/station/lowsec) +"hGJ" = ( +/obj/item/shard{ + icon_state = "medium" }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"hGd" = ( -/obj/structure/machinery/vending/sovietsoda, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) "hGP" = ( /obj/structure/platform_decoration/kutjevo, /obj/structure/lattice, /turf/open/space/basic, /area/fiorina/oob) -"hGQ" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) -"hHd" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/prison/darkyellow2/east, -/area/fiorina/station/telecomm/lz1_cargo) -"hHo" = ( -/obj/structure/machinery/door/airlock/prison/horizontal, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/research_cells) -"hHx" = ( -/obj/structure/machinery/landinglight/ds2/delayone{ - dir = 8 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzII) -"hJo" = ( +"hHF" = ( +/turf/open/floor/prison/green/west, +/area/fiorina/station/chapel) +"hHI" = ( /obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/cameras{ - dir = 8 - }, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/security) -"hJq" = ( +/obj/item/storage/fancy/crayons, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"hHZ" = ( +/obj/item/stack/sandbags, /turf/open/floor/prison/kitchen, /area/fiorina/station/power_ring) -"hJA" = ( -/obj/structure/largecrate/random, -/turf/open/floor/prison/darkbrownfull2, +"hIg" = ( +/obj/effect/landmark/corpsespawner/ua_riot, +/turf/open/floor/prison/whitegreen/west, +/area/fiorina/station/medbay) +"hIM" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/cell_stripe/east, +/area/fiorina/station/central_ring) +"hJD" = ( +/obj/item/storage/box/gloves, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/transit_hub) +"hJK" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/prison/darkbrown2/southwest, /area/fiorina/tumor/aux_engi) -"hJT" = ( -/turf/open/floor/prison/cell_stripe/west, -/area/fiorina/lz/near_lzII) -"hKo" = ( -/turf/open/floor/prison/darkyellow2/southwest, -/area/fiorina/lz/near_lzI) -"hKz" = ( -/obj/item/trash/popcorn, -/turf/open/floor/prison/blue/west, -/area/fiorina/station/power_ring) -"hKC" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = 13 +"hJO" = ( +/turf/open/floor/prison/damaged1/southwest, +/area/fiorina/station/lowsec) +"hKl" = ( +/obj/structure/closet/secure_closet/security_empty, +/obj/item/weapon/baton, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"hKu" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 12 }, -/turf/open/floor/prison/whitegreen/southwest, -/area/fiorina/station/medbay) +/obj/structure/blocker/invisible_wall, +/turf/open/floor/prison/whitepurple/southeast, +/area/fiorina/oob) "hKI" = ( /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"hKX" = ( -/obj/effect/spawner/random/tool, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/research_cells) -"hLk" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/device/flashlight/lamp/candelabra{ - layer = 3.2; - pixel_x = 1; - pixel_y = 13 +"hKR" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/chapel_carpet/doubleside/north, +/turf/open/floor/prison/yellow/northwest, +/area/fiorina/station/lowsec) +"hLa" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison/blue/north, /area/fiorina/station/chapel) -"hLo" = ( -/turf/open/floor/prison/darkyellowcorners2/north, -/area/fiorina/station/telecomm/lz1_cargo) "hLx" = ( -/obj/structure/sign/poster{ - icon_state = "poster7"; - pixel_x = -26; - pixel_y = 6 - }, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/medbay) +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/prison/greenfull/east, +/area/fiorina/tumor/civres) "hLz" = ( /turf/closed/wall/prison, /area/fiorina/lz/near_lzII) +"hLD" = ( +/obj/item/stool, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) +"hLE" = ( +/obj/item/clothing/under/shorts/green, +/turf/open/floor/prison/cell_stripe/east, +/area/fiorina/station/central_ring) "hLM" = ( /obj/structure/sign/safety/bulkhead_door, /turf/closed/wall/r_wall/prison_unmeltable, @@ -10079,10 +10417,6 @@ /obj/structure/bed/sofa/south/grey/right, /turf/open/floor/prison, /area/fiorina/station/disco) -"hLP" = ( -/obj/structure/platform_decoration, -/turf/open/floor/prison/blue/southeast, -/area/fiorina/station/power_ring) "hLV" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/cameras{ @@ -10107,6 +10441,13 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) +"hMe" = ( +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/maintenance) "hMf" = ( /obj/item/tool/candle{ pixel_x = -2; @@ -10118,28 +10459,53 @@ /obj/item/clothing/head/helmet/marine/specialist/hefa, /turf/open/floor/prison, /area/fiorina/station/park) +"hMu" = ( +/obj/effect/spawner/random/toolbox, +/turf/open/floor/prison/darkbrown2/east, +/area/fiorina/tumor/aux_engi) +"hMy" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 6 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) "hMK" = ( /obj/effect/landmark/nightmare{ insert_tag = "pizzatime" }, /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/power_ring) -"hND" = ( -/obj/structure/machinery/photocopier{ - pixel_y = 4 - }, -/turf/open/floor/prison/darkredfull2, +"hNe" = ( +/obj/item/clothing/head/helmet/marine/veteran/ua_riot, +/turf/open/floor/prison/floor_plate, /area/fiorina/station/security) -"hNV" = ( -/obj/item/stack/sheet/metal{ - amount = 5 +"hNj" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 }, -/turf/open/floor/prison/darkyellow2/east, -/area/fiorina/lz/near_lzI) +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) +"hNp" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/prison/blue/west, +/area/fiorina/station/power_ring) +"hNJ" = ( +/obj/structure/machinery/bot/medbot, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "hNY" = ( /obj/item/stack/rods, /turf/open/floor/plating/prison, /area/fiorina/station/chapel) +"hOm" = ( +/obj/structure/bed{ + icon_state = "abed" + }, +/obj/item/storage/fancy/cigar/tarbacks, +/turf/open/floor/prison/whitepurple/southeast, +/area/fiorina/station/research_cells) "hOA" = ( /obj/structure/sink{ dir = 8; @@ -10147,12 +10513,22 @@ }, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"hPu" = ( -/turf/open/floor/prison/darkpurple2/northeast, -/area/fiorina/station/central_ring) -"hPE" = ( +"hOC" = ( +/obj/structure/machinery/cm_vending/sorted/medical/blood, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"hON" = ( +/obj/effect/decal/cleanable/blood, /turf/open/floor/prison/darkbrown2, -/area/fiorina/station/park) +/area/fiorina/tumor/aux_engi) +"hOQ" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/prison/whitepurple/southeast, +/area/fiorina/station/research_cells) "hPF" = ( /obj/structure/reagent_dispensers/water_cooler{ density = 0; @@ -10161,6 +10537,21 @@ }, /turf/open/floor/prison, /area/fiorina/tumor/ice_lab) +"hPQ" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/northwest, +/area/fiorina/station/medbay) +"hPS" = ( +/turf/open/floor/prison/platingdmg3, +/area/fiorina/station/transit_hub) +"hPV" = ( +/obj/structure/closet/crate/miningcar{ + name = "\improper materials storage bin" + }, +/turf/open/floor/prison/greenblue, +/area/fiorina/station/botany) "hPW" = ( /obj/structure/monorail{ name = "launch track" @@ -10171,9 +10562,6 @@ /obj/structure/surface/rack, /turf/open/floor/wood, /area/fiorina/station/chapel) -"hPZ" = ( -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/station/park) "hQh" = ( /obj/structure/barricade/handrail/type_b{ dir = 8; @@ -10181,26 +10569,54 @@ }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzI) -"hQF" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/card/id/gold{ - pixel_x = 2; - pixel_y = 4 +"hQp" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/disco) "hQH" = ( /obj/structure/closet/crate, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) -"hQX" = ( -/obj/structure/machinery/disposal, +"hQL" = ( +/turf/open/floor/prison/blue/southeast, +/area/fiorina/station/power_ring) +"hQS" = ( +/obj/item/reagent_container/glass/bucket/janibucket, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) +/area/fiorina/station/chapel) +"hRd" = ( +/obj/item/trash/candy, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) "hRi" = ( -/obj/structure/inflatable/popped/door, -/turf/open/floor/prison/whitegreencorner/west, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/civres_blue) +"hRB" = ( +/obj/item/clothing/gloves/botanic_leather, +/turf/open/floor/prison/blue_plate/east, +/area/fiorina/station/botany) +"hRC" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir" + }, +/obj/structure/bed/roller, +/turf/open/floor/prison/sterile_white/southwest, /area/fiorina/station/medbay) +"hRI" = ( +/obj/item/device/flashlight, +/turf/open/floor/prison/darkyellow2, +/area/fiorina/lz/near_lzI) +"hRM" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/floor/prison/chapel_carpet/doubleside, +/area/fiorina/station/chapel) "hRR" = ( /obj/structure/closet/crate/science{ density = 0; @@ -10214,13 +10630,21 @@ }, /turf/open/floor/prison, /area/fiorina/station/medbay) -"hSs" = ( -/turf/open/floor/prison/darkyellow2/east, -/area/fiorina/lz/near_lzI) -"hSv" = ( -/obj/item/toy/beach_ball, -/turf/open/gm/river/red_pool, -/area/fiorina/station/park) +"hSk" = ( +/obj/structure/largecrate/random, +/turf/open/floor/corsat/plate, +/area/fiorina/tumor/aux_engi) +"hSH" = ( +/obj/item/reagent_container/food/snacks/microwavable/donkpocket, +/turf/open/floor/plating/prison, +/area/fiorina/station/civres_blue) +"hSI" = ( +/obj/structure/barricade/wooden{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/prison/damaged1/southwest, +/area/fiorina/station/central_ring) "hSL" = ( /obj/effect/decal/hefa_cult_decals/d32{ icon_state = "2" @@ -10231,6 +10655,14 @@ /obj/structure/window/reinforced, /turf/open/floor/prison, /area/fiorina/station/security) +"hSX" = ( +/obj/item/stack/sheet/wood, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/whitepurple, +/area/fiorina/station/research_cells) +"hTo" = ( +/turf/open/floor/prison/bluecorner/east, +/area/fiorina/station/power_ring) "hTr" = ( /obj/structure/closet, /obj/effect/spawner/random/gun/shotgun/midchance, @@ -10241,10 +10673,30 @@ dir = 10 }, /area/fiorina/station/civres_blue) +"hTz" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/effect/spawner/random/pills/lowchance, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/botany) +"hTF" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/paper, +/turf/open/floor/prison/darkpurple2, +/area/fiorina/tumor/servers) "hTM" = ( /obj/item/stack/rods, /turf/open/floor/plating/prison, /area/fiorina/station/transit_hub) +"hTW" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/paper_bin, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/tumor/ice_lab) +"hUe" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer3/laptop/secure_data, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "hUf" = ( /obj/effect/landmark/monkey_spawn, /turf/open/floor/prison, @@ -10253,22 +10705,26 @@ /obj/item/stack/sheet/metal, /turf/open/floor/plating/prison, /area/fiorina/station/park) -"hUw" = ( -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/tumor/civres) -"hUB" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"hVn" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 5 - }, -/obj/structure/barricade/handrail/type_b{ - layer = 3.5 +"hUm" = ( +/obj/structure/machinery/door/window/eastright{ + dir = 2 }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) +/turf/open/floor/prison/darkredfull2, +/area/fiorina/lz/near_lzI) +"hUD" = ( +/turf/open/floor/prison/chapel_carpet/doubleside/north, +/area/fiorina/station/chapel) +"hUL" = ( +/obj/item/trash/candy, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_cargo) +"hVh" = ( +/obj/item/weapon/pole/wooden_cane, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) +"hVq" = ( +/turf/open/floor/prison/whitegreencorner/north, +/area/fiorina/tumor/ice_lab) "hVu" = ( /obj/item/stack/sheet/metal, /obj/structure/cable/heavyduty{ @@ -10276,12 +10732,6 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"hVv" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic/autoname{ - icon = 'icons/obj/structures/doors/2x1prepdoor_charlie.dmi' - }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/research_cells) "hVG" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ dir = 1; @@ -10292,192 +10742,199 @@ "hVI" = ( /turf/closed/wall/prison, /area/fiorina/station/medbay) -"hWj" = ( -/turf/open/floor/prison/redcorner/north, -/area/fiorina/station/power_ring) -"hWC" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) +"hVJ" = ( +/obj/structure/largecrate/supply/supplies/tables_racks, +/turf/open/floor/prison/yellow/southwest, +/area/fiorina/station/disco) +"hWh" = ( +/obj/item/tool/mop, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/civres_blue) +"hWD" = ( +/obj/structure/largecrate/supply/supplies/mre, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) "hWF" = ( /obj/structure/machinery/door/airlock/prison_hatch/autoname{ dir = 1 }, /turf/open/floor/plating/plating_catwalk, /area/fiorina/tumor/ship) -"hXA" = ( -/obj/item/storage/wallet/random, -/turf/open/floor/prison/kitchen/southwest, -/area/fiorina/tumor/civres) -"hXO" = ( -/obj/structure/platform, -/obj/structure/platform{ - dir = 8 - }, -/obj/structure/platform_decoration{ - dir = 10 +"hWT" = ( +/turf/open/floor/prison/whitegreen/west, +/area/fiorina/oob) +"hWY" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security/wardens) +"hXH" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/cell_stripe/east, +/area/fiorina/tumor/servers) +"hXL" = ( +/obj/structure/bed{ + icon_state = "abed" }, -/turf/open/floor/prison/whitegreen/southwest, -/area/fiorina/tumor/ice_lab) +/turf/open/floor/prison/yellow/southeast, +/area/fiorina/station/lowsec) "hXZ" = ( /turf/closed/shuttle/ert{ icon_state = "wy2" }, /area/fiorina/station/medbay) -"hYq" = ( -/obj/item/tool/wirecutters, -/turf/open/floor/prison/bluecorner/north, -/area/fiorina/station/power_ring) -"hYJ" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, -/turf/open/floor/prison/sterile_white/southwest, +"hYg" = ( +/turf/open/floor/prison/greencorner/east, +/area/fiorina/tumor/civres) +"hYw" = ( +/obj/structure/barricade/handrail/type_b{ + dir = 4; + layer = 3.5 + }, +/obj/structure/disposalpipe/segment{ + icon_state = "delivery_outlet"; + layer = 6; + name = "overhead ducting"; + pixel_y = 33 + }, +/turf/open/floor/prison/floor_plate, /area/fiorina/tumor/ice_lab) +"hYx" = ( +/obj/structure/machinery/landinglight/ds1/delaythree, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/lz/near_lzI) "hYK" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/prison, /area/fiorina/station/disco) -"hZk" = ( -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/medbay) -"hZo" = ( -/obj/item/ammo_casing{ - dir = 8; - icon_state = "cartridge_2" +"hYM" = ( +/obj/structure/machinery/door/window/northleft{ + dir = 4 }, -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/station/flight_deck) -"hZy" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/prison/cell_stripe/west, -/area/fiorina/station/medbay) -"hZF" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/station/telecomm/lz1_tram) +/turf/open/floor/prison/redfull, +/area/fiorina/station/security/wardens) +"hZl" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) +"hZr" = ( +/turf/open/floor/prison/darkbrown2/west, +/area/fiorina/station/park) "hZR" = ( /obj/structure/window/framed/prison/reinforced/hull, /turf/open/floor/plating/prison, /area/fiorina/station/lowsec) -"iai" = ( -/obj/structure/barricade/metal{ - health = 250; - icon_state = "metal_1" +"hZW" = ( +/obj/structure/toilet{ + dir = 1 }, -/turf/open/floor/prison/darkpurple2/southeast, -/area/fiorina/tumor/ice_lab) +/turf/open/floor/prison/kitchen/southwest, +/area/fiorina/tumor/civres) "ias" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/handset{ - pixel_x = 7; - pixel_y = -16 - }, -/obj/item/handset{ - pixel_x = -3; - pixel_y = 16 +/obj/structure/closet/secure_closet/guncabinet{ + req_access = null }, -/turf/open/floor/prison/floor_plate, +/obj/item/clothing/under/marine/ua_riot, +/obj/item/clothing/suit/storage/marine/veteran/ua_riot, +/obj/item/prop/helmetgarb/riot_shield, +/turf/open/floor/prison/redfull, /area/fiorina/station/security) -"iaU" = ( +"iax" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/drinks/bottle/sake, -/turf/open/floor/prison/darkyellow2/north, -/area/fiorina/lz/near_lzI) -"ibV" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +/obj/item/clothing/accessory/blue, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) +"iaA" = ( +/obj/structure/holohoop{ + pixel_y = 25 }, -/obj/structure/barricade/wooden{ - dir = 8 +/turf/open/floor/prison/yellow, +/area/fiorina/station/lowsec) +"ibo" = ( +/turf/open/floor/prison/blue, +/area/fiorina/station/chapel) +"ibR" = ( +/obj/structure/flora/bush/ausbushes/ausbush{ + desc = "Fiberbush(tm) infestations are the leading cause in asbestos related deaths for 3 years in a row."; + icon_state = "fullgrass_1"; + name = "Fiberbush(tm) tubers" }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) -"icm" = ( -/obj/item/trash/cigbutt, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) -"icw" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/tracker, -/turf/open/floor/prison/yellow/northwest, -/area/fiorina/station/disco) -"icy" = ( -/turf/open/floor/prison/damaged1/southwest, -/area/fiorina/station/disco) -"icA" = ( -/obj/structure/machinery/processor, -/obj/effect/decal/cleanable/blood{ - pixel_y = 20 +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/fiberbush) +"ibU" = ( +/obj/effect/decal/cleanable/blood/splatter{ + icon_state = "handblood" }, -/turf/open/floor/prison/blue_plate, -/area/fiorina/station/botany) +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"icF" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fiorina/station/central_ring) +"icP" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) "icS" = ( /obj/structure/bed/chair{ dir = 1 }, /turf/open/floor/wood, /area/fiorina/station/park) +"icV" = ( +/obj/structure/machinery/computer/arcade, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/medbay) "idi" = ( /obj/item/trash/sosjerky, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"idl" = ( -/obj/structure/machinery/gibber, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/power_ring) -"idB" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"idC" = ( -/obj/effect/landmark/corpsespawner/ua_riot, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) "idE" = ( /turf/open/floor/prison, /area/fiorina/station/medbay) "idL" = ( -/turf/open/floor/prison/darkpurple2/north, -/area/fiorina/station/central_ring) -"iek" = ( -/turf/open/floor/prison/yellow/north, -/area/fiorina/station/disco) -"iem" = ( -/obj/item/stack/barbed_wire, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"ien" = ( -/obj/effect/landmark{ - icon_state = "hive_spawn"; - name = "xeno_hive_spawn" +/obj/item/trash/used_stasis_bag, +/turf/open/floor/prison/darkyellow2/northeast, +/area/fiorina/lz/near_lzI) +"idR" = ( +/obj/item/prop/helmetgarb/spacejam_tickets{ + desc = "Low security prisoners would smuggle in arcade tickets after visitations. The tickets act as a stand in for paper currency in the prison economy, they're backed by the cigarette standard, since one ticket nets one cigarette at the prize booth. The cigarettes also get smuggled back in."; + name = "\improper arcade tickets"; + pixel_x = 1; + pixel_y = -1 }, -/obj/effect/landmark/ert_spawns/groundside_xeno, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) -"ieP" = ( -/obj/structure/platform{ - dir = 8 +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) +"idX" = ( +/obj/structure/machinery/shower{ + dir = 4 }, -/turf/open/floor/prison/blue/west, -/area/fiorina/station/power_ring) -"ieW" = ( -/obj/structure/machinery/computer3/server/rack, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/lowsec) +"ieS" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = -3 + }, +/turf/open/floor/prison/whitegreen/west, +/area/fiorina/station/medbay) +"ieW" = ( +/obj/structure/machinery/computer3/server/rack, /obj/structure/barricade/handrail/type_b{ dir = 4 }, /turf/open/floor/prison, /area/fiorina/tumor/servers) -"ifa" = ( -/obj/structure/machinery/deployable/barrier, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) +"ife" = ( +/obj/structure/largecrate/supply/ammo, +/obj/item/storage/fancy/crayons, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) "ifp" = ( /obj/structure/surface/table/woodentable, /obj/structure/machinery/light/double/blue{ @@ -10488,26 +10945,40 @@ /obj/item/tool/wrench, /turf/open/floor/carpet, /area/fiorina/station/civres_blue) +"ifr" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + health = 300 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + pixel_y = 10 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/ice_lab) "ifs" = ( /obj/structure/inflatable/popped, /turf/open/floor/prison, /area/fiorina/station/transit_hub) -"ify" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +"ifu" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_sn_full_cap" + }, +/obj/structure/platform{ + dir = 4 }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"ifz" = ( -/obj/structure/machinery/vending/snack/packaged, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"ifB" = ( -/obj/item/weapon/gun/smg/mp5, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/darkyellow2/east, -/area/fiorina/station/telecomm/lz1_cargo) +/area/fiorina/station/central_ring) +"ifC" = ( +/obj/structure/flora/bush/ausbushes/ausbush{ + desc = "Fiberbush(tm) infestations have been the leading cause in asbestos related deaths in spacecraft for 3 years in a row now."; + icon_state = "fullgrass_2"; + name = "Fiberbush(tm) tubers" + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/fiberbush) "ifJ" = ( /obj/structure/bed/chair/dropship/pilot{ dir = 1 @@ -10519,10 +10990,14 @@ }, /turf/open/floor/almayer, /area/fiorina/tumor/ship) -"igc" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/research_cells) +"ifT" = ( +/obj/item/stack/cable_coil, +/turf/open/floor/prison/blue/northeast, +/area/fiorina/station/power_ring) +"igk" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/prison/whitegreen/northwest, +/area/fiorina/tumor/ice_lab) "igQ" = ( /obj/structure/closet/cabinet, /obj/item/clothing/under/rank/janitor, @@ -10531,23 +11006,24 @@ /turf/open/floor/wood, /area/fiorina/station/civres_blue) "igX" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/turf/open/floor/prison/bluecorner/west, -/area/fiorina/station/power_ring) +/obj/item/reagent_container/food/drinks/bottle/rum, +/turf/open/floor/prison/blue_plate/north, +/area/fiorina/station/botany) +"igZ" = ( +/obj/item/device/flashlight/flare/on, +/turf/open/floor/prison/whitegreen/north, +/area/fiorina/tumor/ice_lab) "ihC" = ( /obj/item/tool/wrench, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) -"ihG" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/prison/darkbrown2/southwest, -/area/fiorina/maintenance) -"ihU" = ( -/obj/structure/machinery/vending/snack/packaged, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) +"ihE" = ( +/obj/effect/decal/cleanable/blood/tracks/footprints{ + dir = 1; + icon_state = "human2" + }, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) "ihY" = ( /obj/structure/closet/crate/trashcart, /obj/item/weapon/gun/rifle/m16, @@ -10556,23 +11032,13 @@ /obj/item/clothing/suit/storage/marine/veteran/ua_riot, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"ijf" = ( -/obj/item/stack/rods, -/turf/open/floor/prison/whitegreen/north, -/area/fiorina/station/medbay) -"ijj" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/cell_stripe/north, -/area/fiorina/station/central_ring) -"ijm" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_7" - }, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) +"iie" = ( +/obj/effect/decal/cleanable/blood/gibs, +/turf/open/floor/prison/yellow/north, +/area/fiorina/station/lowsec) +"ijn" = ( +/turf/open/floor/prison/green/north, +/area/fiorina/tumor/aux_engi) "ijs" = ( /obj/structure/surface/rack, /obj/effect/spawner/random/toolbox, @@ -10584,67 +11050,75 @@ }, /turf/open/floor/prison, /area/fiorina/station/disco) -"ijJ" = ( +"ike" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/snacks/hugemushroomslice, -/obj/item/reagent_container/food/snacks/hugemushroomslice{ - pixel_y = 3 - }, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/power_ring) -"ikn" = ( -/obj/structure/flora/bush/ausbushes/grassybush{ - icon_state = "ppflowers_2" - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/central_ring) +/turf/open/floor/prison/blue_plate/north, +/area/fiorina/station/botany) "ikr" = ( -/obj/structure/surface/table/almayer, -/obj/item/clipboard, -/obj/item/paper, -/obj/item/tool/pen, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"ikY" = ( -/obj/structure/coatrack, -/obj/item/clothing/suit/storage/CMB, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/almayer, +/area/fiorina/tumor/ship) "ilh" = ( /obj/item/clothing/under/marine/ua_riot, /obj/item/clothing/head/helmet/marine/veteran/ua_riot, /turf/open/floor/prison, /area/fiorina/station/security) -"ilu" = ( -/obj/effect/decal{ - icon = 'icons/obj/items/policetape.dmi'; - icon_state = "engineering_h"; - layer = 2.5; - pixel_y = -11 +"ill" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/trash/plate, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"ilE" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = 13 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) -"ilw" = ( -/obj/structure/platform_decoration, +/area/fiorina/station/power_ring) +"ilR" = ( +/obj/item/reagent_container/food/drinks/bottle/tomatojuice, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) -"ilH" = ( -/turf/open/floor/prison/whitepurple, -/area/fiorina/station/research_cells) +/area/fiorina/tumor/aux_engi) "imt" = ( /turf/open/floor/almayer, /area/fiorina/tumor/ship) -"imv" = ( -/turf/open/floor/prison/green/east, -/area/fiorina/station/chapel) -"imx" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) "imH" = ( /obj/item/tool/shovel/etool, /turf/open/floor/prison, /area/fiorina/station/civres_blue) +"imJ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/handset{ + pixel_x = 7; + pixel_y = -16 + }, +/obj/item/handset{ + pixel_x = -3; + pixel_y = 16 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) +"imM" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/fiberbush) +"imV" = ( +/obj/item/stack/rods, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/chapel) +"ins" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/botany) "inA" = ( /obj/structure/surface/table/reinforced/prison{ flipped = 1 @@ -10652,27 +11126,18 @@ /obj/item/device/cassette_tape/hiphop, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"inI" = ( -/obj/structure/largecrate/supply/supplies/tables_racks, -/turf/open/floor/prison/yellow/southwest, -/area/fiorina/station/disco) -"inM" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) -"inO" = ( -/obj/effect/decal/cleanable/blood/oil/streak, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/chapel) -"iox" = ( -/obj/structure/barricade/handrail/type_b{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"ioD" = ( -/obj/structure/machinery/vending/cigarette/colony, -/turf/open/floor/prison/darkyellow2/east, +"inU" = ( +/obj/item/stack/sandbags/large_stack, +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/station/telecomm/lz1_cargo) +"iol" = ( +/obj/structure/filingcabinet, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"iow" = ( +/obj/item/stack/sheet/metal/medium_stack, +/obj/structure/surface/rack, +/turf/open/floor/prison/darkyellow2/northeast, /area/fiorina/lz/near_lzI) "ioM" = ( /turf/closed/wall/r_wall/prison, @@ -10690,32 +11155,44 @@ /turf/open/floor/plating/prison, /area/fiorina/station/botany) "ipk" = ( -/obj/structure/barricade/metal/wired{ +/turf/open/floor/prison/darkpurple2/northwest, +/area/fiorina/tumor/servers) +"ipv" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/greenblue, +/area/fiorina/station/botany) +"iqm" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/snacks/tomatosoup, +/turf/open/floor/prison/blue, +/area/fiorina/station/power_ring) +"iqr" = ( +/obj/item/clothing/under/color/orange, +/turf/open/floor/prison/yellow, +/area/fiorina/station/lowsec) +"iqv" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/prison/yellow/north, +/area/fiorina/station/lowsec) +"iqA" = ( +/obj/structure/bed/chair{ dir = 8 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzI) -"ipr" = ( -/obj/structure/largecrate/random/barrel, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"iqp" = ( -/obj/structure/bed/chair, +/area/fiorina/tumor/civres) +"iqG" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/ashtray/plastic, +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, +/obj/item/trash/cigbutt, /turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) -"iqE" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 5 - }, -/obj/structure/barricade/handrail/type_b{ - dir = 8; - layer = 3.5 - }, -/obj/structure/barricade/handrail/type_b{ - layer = 3.5 - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) "iqR" = ( /obj/structure/platform_decoration{ dir = 4 @@ -10729,6 +11206,18 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) +"iqU" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/bottle/vodka{ + pixel_x = -4; + pixel_y = 12 + }, +/obj/item/reagent_container/food/drinks/bottle/vodka{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) "irx" = ( /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) @@ -10742,32 +11231,29 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) +"irT" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 9 + }, +/obj/structure/barricade/handrail/type_b{ + layer = 3.5 + }, +/obj/structure/barricade/handrail/type_b{ + dir = 4; + layer = 3.5 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) +"isd" = ( +/obj/structure/closet/wardrobe/orange, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) "isl" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_full" }, /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) -"ism" = ( -/obj/item/stack/sheet/metal{ - amount = 5 - }, -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/lz/near_lzI) -"isr" = ( -/obj/structure/platform, -/obj/structure/platform{ - dir = 8 - }, -/obj/structure/platform_decoration{ - dir = 10 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"isC" = ( -/obj/structure/inflatable, -/turf/open/floor/prison/yellow, -/area/fiorina/station/lowsec) "isL" = ( /obj/structure/machinery/light/double/blue{ dir = 4; @@ -10776,52 +11262,73 @@ }, /turf/open/floor/prison, /area/fiorina/station/central_ring) -"isS" = ( -/obj/item/ammo_box/magazine/M16, -/obj/item/stack/sheet/metal{ - amount = 5 - }, -/turf/open/floor/prison/darkyellow2/east, -/area/fiorina/lz/near_lzI) -"itc" = ( -/obj/structure/machinery/door/airlock/multi_tile/elevator/freight, -/turf/open/floor/corsat/plate, +"isO" = ( +/turf/open/floor/prison/green/southwest, /area/fiorina/tumor/aux_engi) "itd" = ( /obj/item/tool/lighter/random, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/park) +"ito" = ( +/obj/structure/machinery/vending/hydroseeds, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/botany) "itv" = ( /obj/item/toy/handcard/uno_reverse_yellow, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"itz" = ( -/obj/structure/platform_decoration, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) "itN" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/park) -"itY" = ( -/turf/open/floor/prison/cell_stripe/north, -/area/fiorina/station/lowsec) -"iuh" = ( -/obj/structure/platform_decoration{ +"itO" = ( +/obj/structure/barricade/wooden{ dir = 1 }, -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = 13 +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_cargo) +"itW" = ( +/obj/structure/bed{ + icon_state = "abed" + }, +/obj/effect/spawner/random/sentry/midchance, +/turf/open/floor/prison/yellow/southwest, +/area/fiorina/station/lowsec) +"iui" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 1; + health = 25000; + pixel_y = 19 + }, +/obj/item/stack/sheet/wood, +/obj/structure/machinery/computer/cameras/wooden_tv{ + desc = "Somehow, it still functions."; + layer = 3.1; + name = "discarded camera console"; + pixel_x = -6; + pixel_y = 5 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/central_ring) -"iuA" = ( -/obj/item/clothing/suit/chef/classic, -/obj/structure/bed/stool, -/obj/effect/decal/cleanable/blood, +/area/fiorina/tumor/servers) +"iuo" = ( +/obj/item/tool/warning_cone, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) +"iuy" = ( +/obj/structure/largecrate/random/barrel/blue, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) +"iuL" = ( +/obj/structure/machinery/space_heater, /turf/open/floor/prison/kitchen/southwest, -/area/fiorina/station/civres_blue) +/area/fiorina/tumor/civres) +"iuQ" = ( +/obj/item/tool/pickaxe, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/east, +/area/fiorina/tumor/ice_lab) "iuZ" = ( /obj/item/stack/rods, /obj/structure/machinery/light/double/blue{ @@ -10830,19 +11337,22 @@ }, /turf/open/floor/plating/prison, /area/fiorina/maintenance) +"iva" = ( +/obj/structure/machinery/photocopier, +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) "ivb" = ( /obj/effect/spawner/gibspawner/human, /turf/open/space/basic, /area/fiorina/oob) -"ivo" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/spawner/random/toolbox, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) +"ivl" = ( +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) "ivz" = ( /obj/structure/barricade/handrail/type_b{ layer = 3.5 @@ -10856,26 +11366,25 @@ /obj/item/storage/pouch/tools/full, /turf/open/floor/plating/prison, /area/fiorina/maintenance) +"ivX" = ( +/obj/structure/reagent_dispensers/water_cooler{ + density = 0; + pixel_x = -8; + pixel_y = 16 + }, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/research_cells) "iwf" = ( /obj/structure/machinery/light/double/blue, /turf/open/floor/prison/chapel_carpet, /area/fiorina/station/chapel) -"iwp" = ( -/obj/item/stack/rods, -/turf/open/floor/prison/yellow/northeast, -/area/fiorina/station/disco) -"iwv" = ( -/obj/structure/platform_decoration, -/obj/structure/barricade/handrail/type_b{ - dir = 4; - layer = 3.5 - }, +"iwk" = ( +/turf/open/floor/prison/yellow/northwest, +/area/fiorina/station/lowsec) +"iwr" = ( +/obj/item/stack/sheet/metal, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/disco) -"iwC" = ( -/obj/structure/tunnel, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/fiberbush) +/area/fiorina/tumor/civres) "iwK" = ( /obj/structure/stairs/perspective{ dir = 5; @@ -10895,29 +11404,22 @@ /obj/structure/blocker/invisible_wall, /turf/open/ice/noweed, /area/fiorina/station/research_cells) -"ixm" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) -"ixT" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/ice_lab) -"iya" = ( -/obj/structure/machinery/computer/prisoner, +"ixH" = ( +/obj/item/implanter/compressed, +/obj/structure/safe, /turf/open/floor/prison/redfull, /area/fiorina/station/security) -"iyb" = ( -/obj/item/inflatable, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +"ixL" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/prison/darkbrown2/northwest, +/area/fiorina/maintenance) +"ixO" = ( +/obj/structure/platform_decoration{ + dir = 1 }, -/turf/open/floor/prison/yellow/north, -/area/fiorina/station/lowsec) +/obj/item/tool/pickaxe, +/turf/open/floor/prison/whitegreen, +/area/fiorina/tumor/ice_lab) "iyc" = ( /obj/item/stack/rods/plasteel, /turf/open/auto_turf/sand/layer1, @@ -10926,18 +11428,14 @@ /obj/structure/machinery/door/airlock/prison_hatch/autoname, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"iyF" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 6 - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) -"iyG" = ( -/obj/structure/bed{ - icon_state = "abed" - }, -/turf/open/floor/prison/yellow/southeast, -/area/fiorina/station/lowsec) +"iyw" = ( +/obj/structure/largecrate/supply, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/medbay) +"iyD" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, +/turf/open/floor/prison/whitegreen/west, +/area/fiorina/tumor/ice_lab) "iyS" = ( /obj/structure/bed/chair/dropship/pilot{ dir = 1 @@ -10949,18 +11447,40 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"izD" = ( -/obj/structure/barricade/handrail/type_b{ - layer = 3.5 +"izb" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 12 }, -/turf/open/floor/prison/blue/north, -/area/fiorina/tumor/servers) +/obj/item/storage/fancy/cigarettes/blackpack, +/turf/open/floor/prison/whitepurple/southeast, +/area/fiorina/station/research_cells) +"izc" = ( +/obj/structure/inflatable, +/turf/open/floor/prison/yellow/southwest, +/area/fiorina/station/lowsec) +"izI" = ( +/obj/item/trash/semki, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) +"izW" = ( +/obj/structure/bed/chair, +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/station/park) "izZ" = ( /turf/closed/wall/prison, /area/fiorina/station/disco) +"iAw" = ( +/obj/structure/cargo_container/grant/left, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) "iAz" = ( -/obj/structure/platform, -/turf/open/floor/prison/cell_stripe/west, +/obj/structure/surface/table/reinforced/prison, +/obj/item/book/manual/security_space_law{ + pixel_x = 3; + pixel_y = 5 + }, +/turf/open/floor/prison/darkredfull2, /area/fiorina/station/security) "iAA" = ( /obj/effect/decal/cleanable/blood/splatter{ @@ -10968,46 +11488,37 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"iAM" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = 13 - }, -/turf/open/floor/prison/green/west, -/area/fiorina/station/chapel) -"iAZ" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/hardpoint/support/flare_launcher{ - pixel_x = -1; - pixel_y = 5 - }, -/turf/open/floor/prison/darkyellow2, -/area/fiorina/lz/near_lzI) -"iBd" = ( -/obj/structure/closet/crate/miningcar{ - name = "\improper materials storage bin" - }, -/obj/item/reagent_container/food/snacks/meat, +"iBf" = ( +/obj/structure/computerframe, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) -"iBe" = ( -/obj/item/device/flashlight/flare, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) -"iBP" = ( -/turf/closed/shuttle/ert{ - icon_state = "stan25" +/area/fiorina/station/medbay) +"iBl" = ( +/obj/effect/decal/cleanable/blood{ + dir = 4; + icon_state = "gib6" }, -/area/fiorina/oob) -"iBW" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/turf/open/floor/prison/kitchen/southwest, -/area/fiorina/station/civres_blue) -"iCg" = ( -/obj/item/explosive/grenade/incendiary/molotov, -/turf/open/floor/prison/red/east, -/area/fiorina/station/security) +/obj/effect/spawner/random/gun/rifle, +/turf/open/floor/prison/darkyellow2/east, +/area/fiorina/station/telecomm/lz1_cargo) +"iBp" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) +"iBw" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/darkyellowcorners2/west, +/area/fiorina/station/telecomm/lz1_cargo) +"iBP" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan25" + }, +/area/fiorina/oob) +"iCf" = ( +/obj/effect/decal/cleanable/blood/splatter{ + icon_state = "gibmid3" + }, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) "iCi" = ( /obj/item/device/flashlight/lamp/tripod, /obj/structure/machinery/light/double/blue{ @@ -11016,10 +11527,6 @@ }, /turf/open/floor/prison, /area/fiorina/station/central_ring) -"iCm" = ( -/obj/item/tool/match, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) "iCo" = ( /obj/structure/machinery/door/poddoor/almayer{ density = 0; @@ -11027,16 +11534,14 @@ }, /turf/open/floor/prison, /area/fiorina/station/medbay) +"iCB" = ( +/obj/item/clothing/under/shorts/red, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/central_ring) "iCU" = ( /obj/structure/sign/nosmoking_1, /turf/closed/wall/prison, /area/fiorina/station/disco) -"iDm" = ( -/obj/structure/inflatable/popped/door, -/obj/item/stack/barbed_wire, -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/prison/whitegreen/southeast, -/area/fiorina/station/medbay) "iDq" = ( /obj/structure/disposalpipe/segment{ color = "#c4c4c4"; @@ -11048,10 +11553,20 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"iDr" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/yellow, +"iDy" = ( +/obj/structure/toilet{ + dir = 4; + pixel_y = 8 + }, +/turf/open/floor/prison/yellow/northwest, /area/fiorina/station/lowsec) +"iDH" = ( +/turf/open/floor/prison/darkbrown2, +/area/fiorina/station/park) +"iEb" = ( +/obj/item/clothing/mask/cigarette/bcigarette, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/research_cells) "iEi" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_ew_full_cap" @@ -11061,27 +11576,39 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/park) -"iEv" = ( -/obj/item/clothing/under/color/orange, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) -"iEy" = ( -/obj/item/device/flashlight, -/turf/open/floor/prison/darkyellow2, -/area/fiorina/lz/near_lzI) +"iEP" = ( +/obj/structure/surface/rack, +/obj/item/key, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/whitegreen/southwest, +/area/fiorina/station/medbay) +"iEX" = ( +/obj/structure/sign/poster{ + desc = "You are becoming hysterical."; + icon_state = "poster11"; + pixel_y = 32 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/flight_deck) +"iFf" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "ppflowers_2" + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/civres_blue) "iFg" = ( -/obj/item/prop/helmetgarb/spacejam_tickets{ - desc = "A ticket to Souto Man's raffle!"; - name = "\improper Souto Raffle Ticket"; - pixel_x = 7; - pixel_y = 6 +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft" }, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/station/park) -"iFs" = ( -/obj/structure/bed/sofa/south/grey/left, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"iFx" = ( +/obj/structure/bed/chair{ + dir = 1; + layer = 2.7 + }, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) "iFD" = ( /obj/structure/prop/structure_lattice{ dir = 4 @@ -11093,42 +11620,64 @@ }, /turf/open/floor/prison, /area/fiorina/station/chapel) +"iFS" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/newspaper, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) +"iGj" = ( +/obj/item/paper/crumpled, +/turf/open/floor/prison/kitchen/southwest, +/area/fiorina/tumor/civres) +"iGQ" = ( +/turf/open/floor/prison/floor_marked/west, +/area/fiorina/station/research_cells) "iGX" = ( /obj/effect/landmark/queen_spawn, /turf/open/floor/plating/prison, /area/fiorina/tumor/fiberbush) -"iHP" = ( -/obj/structure/machinery/constructable_frame, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) -"iIp" = ( -/obj/structure/bedsheetbin{ - icon_state = "linenbin-empty" +"iGZ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/clothing/mask/cigarette/weed{ + icon_state = "ucigoff" }, -/turf/open/floor/prison/yellow/west, +/turf/open/floor/prison/darkredfull2, /area/fiorina/station/lowsec) -"iIs" = ( -/obj/structure/platform, +"iHq" = ( /obj/structure/machinery/light/double/blue{ pixel_y = -1 }, -/turf/open/floor/prison/floor_plate, +/turf/open/floor/prison/floor_plate/southwest, /area/fiorina/station/disco) +"iIg" = ( +/obj/structure/monorail{ + name = "launch track" + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_tram) +"iIh" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + indestructible = 1; + name = "launch bay door" + }, +/turf/open/floor/plating/prison, +/area/fiorina/station/medbay) "iIS" = ( /obj/structure/machinery/constructable_frame, /turf/open/floor/plating/prison, /area/fiorina/station/telecomm/lz2_maint) "iJg" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/whitegreen, -/area/fiorina/station/medbay) -"iJi" = ( -/obj/item/ammo_casing{ - dir = 2; - icon_state = "casing_5" +/obj/structure/largecrate/random/case/double, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) +"iJr" = ( +/obj/item/storage/backpack{ + pixel_x = -11; + pixel_y = 15 }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) +/obj/item/trash/syndi_cakes, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) "iJE" = ( /obj/structure/stairs/perspective{ dir = 4; @@ -11140,21 +11689,20 @@ /obj/item/reagent_container/food/drinks/bottle/orangejuice, /turf/open/floor/prison, /area/fiorina/station/civres_blue) -"iJT" = ( -/obj/structure/platform, +"iJY" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/storage/firstaid/regular, -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 22 }, -/turf/open/floor/prison/whitegreen/southeast, -/area/fiorina/station/medbay) -"iKa" = ( -/obj/item/trash/chunk, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) +/obj/item/coin/gold{ + desc = "Coin op, in this place, in this year, localized entirely on this table? .... I uh, yes."; + name = "arcade token"; + pixel_x = -6; + pixel_y = 3 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/station/flight_deck) "iKg" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, /turf/open/floor/plating/prison, @@ -11162,19 +11710,18 @@ "iKs" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/chapel) -"iKE" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/beer_pack{ - pixel_y = 7 - }, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) "iKG" = ( /obj/structure/bed/chair, /obj/effect/decal/cleanable/blood, /obj/effect/landmark/corpsespawner/prison_security, /turf/open/floor/prison, /area/fiorina/station/park) +"iKP" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/east, +/area/fiorina/tumor/ice_lab) "iKT" = ( /obj/structure/platform/kutjevo/smooth{ dir = 1 @@ -11190,23 +11737,38 @@ }, /turf/open/space/basic, /area/fiorina/oob) -"iKX" = ( -/obj/structure/bed/chair{ - dir = 8 +"iLg" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6" }, -/obj/effect/spawner/random/gun/rifle/midchance, -/turf/open/floor/prison/blue/west, -/area/fiorina/station/power_ring) +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/disco) +"iLn" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/weapon/baton, +/turf/open/floor/prison/greenfull/east, +/area/fiorina/tumor/civres) +"iLq" = ( +/obj/structure/machinery/space_heater, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/tumor/ice_lab) "iLv" = ( -/obj/structure/platform{ - dir = 1 +/obj/structure/bed/chair/comfy{ + dir = 8 }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) +/turf/open/floor/prison/darkyellow2/southwest, +/area/fiorina/station/flight_deck) "iLJ" = ( /obj/effect/spawner/random/tool, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) +"iLL" = ( +/obj/item/trash/used_stasis_bag{ + desc = "Wow, instant sand. They really have everything in space."; + name = "Insta-Sand! bag" + }, +/turf/open/floor/prison/yellow/northeast, +/area/fiorina/station/disco) "iLQ" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/stack/barbed_wire, @@ -11216,100 +11778,100 @@ /obj/item/stack/cable_coil/blue, /turf/open/floor/prison, /area/fiorina/lz/near_lzII) -"iLU" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/prison/whitegreen, -/area/fiorina/tumor/ice_lab) -"iLZ" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) +"iLY" = ( +/obj/item/tool/surgery/cautery, +/turf/open/floor/prison/yellow/west, +/area/fiorina/station/lowsec) "iMo" = ( /obj/structure/bed/chair/office/dark{ dir = 1 }, /turf/open/floor/carpet, /area/fiorina/station/security/wardens) -"iNF" = ( -/obj/structure/bed/chair{ - dir = 4 +"iMq" = ( +/turf/open/floor/prison/damaged3, +/area/fiorina/station/security) +"iMA" = ( +/obj/structure/bed{ + icon_state = "abed" }, -/obj/effect/decal/cleanable/blood, -/obj/effect/spawner/gibspawner/human, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/station/park) -"iNX" = ( -/obj/structure/bed/chair, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 +/obj/item/card/id/visa, +/turf/open/floor/prison/whitepurple, +/area/fiorina/station/research_cells) +"iMH" = ( +/obj/structure/platform{ + dir = 1 }, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/disco) +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform_decoration{ + dir = 5 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/botany) +"iNr" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/central_ring) +"iNE" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/ashtray/plastic, +/obj/item/trash/cigbutt, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"iNL" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/space_heater{ + pixel_x = -1; + pixel_y = 9 + }, +/turf/open/floor/prison/blue/southwest, +/area/fiorina/station/power_ring) +"iNY" = ( +/obj/item/stock_parts/manipulator/pico, +/turf/open/floor/prison/darkpurple2, +/area/fiorina/tumor/servers) "iOa" = ( /obj/structure/machinery/floodlight/landing/floor, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzI) -"iOd" = ( -/obj/structure/sign/poster{ - desc = "Hubba hubba."; - icon_state = "poster17"; - name = "magazine" - }, -/obj/structure/sign/poster{ - desc = "Hubba hubba."; - icon_state = "poster3"; - name = "magazine"; - pixel_x = 6; - pixel_y = 8 - }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"iOD" = ( +"iOq" = ( /obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; + dir = 4; + pixel_x = 10; pixel_y = 13 }, -/turf/open/floor/corsat/plate, -/area/fiorina/tumor/aux_engi) -"iOO" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/blue_plate/east, -/area/fiorina/station/botany) -"iOP" = ( -/obj/structure/inflatable, -/turf/open/floor/prison/whitepurple/north, -/area/fiorina/station/research_cells) -"iPc" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/spawner/random/goggles/lowchance, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"iPn" = ( -/turf/open/floor/prison/platingdmg1, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/civres_blue) +"iOM" = ( +/turf/open/floor/prison/darkpurple2, /area/fiorina/tumor/servers) -"iPr" = ( -/obj/structure/prop/resin_prop{ - icon_state = "sheater0" - }, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) +"iPl" = ( +/obj/structure/machinery/door/airlock/multi_tile/elevator/freight, +/turf/open/floor/corsat/plate, +/area/fiorina/station/telecomm/lz1_cargo) "iPx" = ( /obj/item/device/flashlight/lamp/tripod, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) -"iPU" = ( -/obj/structure/largecrate/supply, +"iPN" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/park) +"iPP" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/toy/handcard/aceofspades, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) +"iQe" = ( +/obj/item/tool/mop, /turf/open/floor/prison/floor_plate, +/area/fiorina/station/chapel) +"iQf" = ( +/obj/structure/inflatable/popped/door, +/turf/open/floor/prison/whitegreen/west, /area/fiorina/station/medbay) "iQK" = ( /obj/structure/disposalpipe/broken{ @@ -11318,22 +11880,36 @@ /obj/structure/disposalpipe/broken, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) +"iQO" = ( +/obj/effect/decal{ + icon = 'icons/obj/items/policetape.dmi'; + icon_state = "engineering_h"; + layer = 2.5; + pixel_y = -11 + }, +/obj/item/stack/sheet/metal{ + amount = 5 + }, +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/station/flight_deck) +"iQQ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/restraint/handcuffs, +/turf/open/floor/prison, +/area/fiorina/station/security) "iRa" = ( /obj/structure/window/framed/prison, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzI) +"iRt" = ( +/obj/structure/inflatable/door, +/turf/open/floor/prison/yellow/northeast, +/area/fiorina/station/lowsec) "iRH" = ( /obj/item/frame/firstaid_arm_assembly, /obj/structure/surface/table/woodentable, /turf/open/floor/carpet, /area/fiorina/station/civres_blue) -"iRK" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/prison/whitegreen/east, -/area/fiorina/station/medbay) -"iSb" = ( -/turf/open/floor/prison/blue/northeast, -/area/fiorina/station/civres_blue) "iSf" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/flora/pottedplant{ @@ -11362,22 +11938,25 @@ }, /turf/open/floor/plating/prison, /area/fiorina/oob) +"iSo" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/trash/cigbutt, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/disco) "iSu" = ( /turf/closed/wall/prison{ desc = "Come Meet Souto Man!"; icon_state = "rwall_s" }, /area/fiorina/station/park) -"iSA" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, -/turf/open/floor/prison/yellow/southeast, -/area/fiorina/station/disco) -"iSS" = ( -/obj/structure/machinery/vending/snack/packaged, +"iSx" = ( +/obj/item/stack/cable_coil, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) +/area/fiorina/station/medbay) +"iTa" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/greenblue/west, +/area/fiorina/station/botany) "iTe" = ( /obj/structure/stairs/perspective{ dir = 4; @@ -11385,71 +11964,72 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) +"iTk" = ( +/obj/vehicle/train/cargo/trolley, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/transit_hub) "iTm" = ( /turf/open/auto_turf/sand/layer1, /area/fiorina/station/civres_blue) -"iTV" = ( -/obj/item/device/multitool, -/turf/open/floor/prison/green/northwest, -/area/fiorina/tumor/civres) -"iUb" = ( -/obj/structure/platform{ - dir = 4 +"iTs" = ( +/obj/structure/barricade/metal/wired, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) +"iTt" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/guestpass{ + dir = 4; + reason = "Visitor" }, -/obj/item/stool, /turf/open/floor/prison/bluefull, -/area/fiorina/station/civres_blue) +/area/fiorina/station/power_ring) +"iTV" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/greenblue/north, +/area/fiorina/station/botany) +"iUi" = ( +/obj/structure/disposalpipe/segment{ + color = "#c4c4c4"; + dir = 2; + layer = 6; + name = "overhead pipe"; + pixel_x = -16; + pixel_y = 12 + }, +/turf/open/floor/prison/darkpurple2/north, +/area/fiorina/tumor/servers) +"iUs" = ( +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) "iUO" = ( /obj/structure/platform{ dir = 8 }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzI) -"iVm" = ( -/obj/structure/barricade/handrail/type_b{ - dir = 8; - layer = 3.5 +"iUQ" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/prison/blue/east, +/area/fiorina/station/power_ring) +"iUX" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/microwave{ + pixel_y = 6 }, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/servers) +/turf/open/floor/prison/blue_plate/north, +/area/fiorina/station/botany) +"iVt" = ( +/obj/structure/largecrate/random/case, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) "iVv" = ( /obj/structure/blocker/invisible_wall, /turf/open/space, /area/fiorina/oob) -"iVz" = ( -/obj/item/stack/sheet/wood, -/turf/open/floor/prison/whitepurple/west, -/area/fiorina/station/research_cells) -"iVF" = ( -/obj/structure/machinery/shower{ - dir = 8 - }, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/research_cells) -"iVQ" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/structure/bed/chair{ - dir = 4; - pixel_y = 4 - }, -/obj/structure/bed/chair{ - dir = 4; - pixel_y = 8 - }, -/turf/open/floor/prison/floor_marked/southwest, -/area/fiorina/station/park) -"iWe" = ( -/obj/structure/closet/secure_closet/security_empty, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"iWm" = ( -/obj/structure/platform{ - dir = 4 - }, -/turf/open/floor/prison/yellow/southeast, -/area/fiorina/station/disco) "iWq" = ( /obj/structure/platform/kutjevo/smooth{ dir = 1 @@ -11461,68 +12041,41 @@ }, /turf/open/space, /area/fiorina/oob) -"iWC" = ( -/obj/structure/inflatable/popped/door, -/turf/open/floor/prison/whitegreen/west, -/area/fiorina/station/medbay) -"iWE" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/yellow/north, -/area/fiorina/station/lowsec) -"iWG" = ( -/obj/structure/machinery/power/terminal{ - dir = 8 - }, -/turf/open/floor/prison/bluecorner/east, +"iWt" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/folder/black_random, +/turf/open/floor/prison/bluefull, /area/fiorina/station/power_ring) "iWW" = ( /obj/structure/barricade/handrail/type_b, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) +"iWZ" = ( +/obj/structure/machinery/vending/coffee/simple, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/park) "iXL" = ( /turf/open/floor/prison, /area/fiorina/station/telecomm/lz1_tram) -"iXM" = ( -/obj/structure/machinery/landinglight/ds1/delaytwo, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/lz/near_lzI) -"iYD" = ( -/obj/item/tool/warning_cone, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) -"iYE" = ( -/turf/open/gm/river/pool, -/area/fiorina/station/park) -"iZe" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/radio{ - pixel_x = -6; - pixel_y = 16 - }, -/obj/item/device/radio{ - pixel_x = 6; - pixel_y = 7 - }, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"iZu" = ( +"iYl" = ( +/obj/effect/landmark/corpsespawner/ua_riot/burst, +/turf/open/floor/prison/whitepurple/north, +/area/fiorina/station/research_cells) +"iYC" = ( /obj/structure/stairs/perspective{ dir = 1; - icon_state = "p_stair_full" - }, -/turf/open/floor/prison/whitegreen/west, -/area/fiorina/station/central_ring) -"iZX" = ( -/obj/structure/filingcabinet{ - pixel_x = 8; - pixel_y = 4 + icon_state = "p_stair_sn_full_cap" }, -/obj/structure/filingcabinet{ - pixel_x = -8; - pixel_y = 4 +/obj/structure/platform{ + dir = 8 }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/central_ring) +"iYX" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/landmark/corpsespawner/doctor, /turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) +/area/fiorina/station/civres_blue) "jah" = ( /obj/item/tool/crowbar, /turf/open/floor/prison, @@ -11531,14 +12084,6 @@ /obj/structure/largecrate/supply/explosives/mortar_flare, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"jaK" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) -"jbC" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/darkbrown2/west, -/area/fiorina/station/park) "jbG" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/shuttle/dropship/flight/lz2, @@ -11555,28 +12100,35 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/research_cells) +"jcl" = ( +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/maintenance) "jcv" = ( /obj/structure/bed/chair/comfy{ dir = 4 }, /turf/open/floor/wood, /area/fiorina/station/park) -"jcx" = ( -/turf/open/floor/prison/kitchen/southwest, -/area/fiorina/tumor/civres) -"jdw" = ( -/obj/item/clothing/accessory/armband/cargo{ - desc = "Sworn to the shrapnel and the shards therein. So sayeth her command when the first detonation occured."; - name = "HEFA Order milita armband" +"jcA" = ( +/obj/structure/bed/sofa/vert/grey/bot, +/turf/open/floor/prison/green, +/area/fiorina/station/transit_hub) +"jcD" = ( +/obj/structure/bed/chair{ + dir = 8 }, -/turf/open/floor/prison/blue/east, -/area/fiorina/station/chapel) -"jdy" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/reagent_container/food/drinks/bottle/holywater, -/obj/item/reagent_container/food/drinks/bottle/holywater, -/turf/open/floor/prison/chapel_carpet/doubleside/north, -/area/fiorina/station/chapel) +/turf/open/floor/prison/darkbrown2/southeast, +/area/fiorina/maintenance) +"jdu" = ( +/turf/open/floor/prison/darkyellow2/northeast, +/area/fiorina/station/telecomm/lz1_cargo) +"jdw" = ( +/obj/structure/kitchenspike, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/power_ring) +"jeb" = ( +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/tumor/servers) "jeh" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_ew_full_cap" @@ -11586,110 +12138,61 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/telecomm/lz1_tram) -"jei" = ( -/obj/structure/barricade/handrail/type_b{ - layer = 3.5 - }, -/turf/open/floor/prison/blue/north, -/area/fiorina/station/civres_blue) -"jej" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/paper, -/turf/open/floor/prison/darkpurple2/north, -/area/fiorina/tumor/servers) "jes" = ( -/obj/structure/machinery/door/window/northleft{ - dir = 4 - }, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security/wardens) -"jeA" = ( -/obj/item/storage/bible/hefa{ - pixel_y = 3 - }, -/turf/open/floor/prison/chapel_carpet/doubleside/north, -/area/fiorina/station/chapel) -"jeO" = ( -/turf/open/floor/prison/greencorner/north, -/area/fiorina/tumor/civres) +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/briefcase, +/turf/open/floor/prison/blue_plate/east, +/area/fiorina/station/botany) +"jey" = ( +/turf/open/floor/prison/cell_stripe, +/area/fiorina/station/park) +"jeI" = ( +/obj/item/trash/chunk, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) "jfc" = ( /obj/item/stack/rods, /turf/open/floor/plating/prison, /area/fiorina/station/research_cells) -"jfs" = ( -/obj/structure/toilet{ - dir = 8; - pixel_y = 8 - }, -/obj/structure/blocker/invisible_wall, -/turf/open/floor/prison/whitepurple/northeast, -/area/fiorina/oob) -"jfG" = ( -/obj/effect/spawner/random/goggles/midchance, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/research_cells) -"jfV" = ( -/turf/open/floor/prison/darkyellowcorners2/west, -/area/fiorina/station/flight_deck) -"jfZ" = ( -/obj/item/tool/pickaxe, -/obj/structure/platform{ - dir = 4 - }, -/turf/open/floor/prison/whitegreen/east, -/area/fiorina/tumor/ice_lab) -"jgm" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/glass/beaker{ - pixel_x = -5; - pixel_y = 15 - }, -/obj/item/reagent_container/glass/beaker{ - pixel_x = 5; - pixel_y = 2 +"jgp" = ( +/obj/structure/machinery/shower{ + pixel_y = 13 }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) +/turf/open/floor/prison/kitchen, +/area/fiorina/station/lowsec) "jgu" = ( /turf/closed/wall/prison, /area/fiorina/station/park) -"jgz" = ( -/obj/item/storage/belt/shotgun/full/quackers, -/obj/effect/spawner/gibspawner/human, -/turf/open/gm/river/darkred_pool, -/area/fiorina/station/park) -"jhm" = ( -/obj/item/tool/kitchen/rollingpin, -/turf/open/floor/prison/kitchen, +"jgP" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/pills/lowchance, +/turf/open/floor/prison/bluefull, /area/fiorina/station/power_ring) -"jhx" = ( -/obj/effect/alien/weeds/node, -/turf/open/floor/prison/darkbrowncorners2/east, -/area/fiorina/tumor/aux_engi) +"jhh" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/prison/whitegreen/north, +/area/fiorina/tumor/ice_lab) +"jhA" = ( +/obj/structure/bed/chair, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/research_cells) "jhG" = ( /turf/closed/shuttle/ert{ icon_state = "stan25" }, /area/fiorina/tumor/ship) -"jhW" = ( +"jhR" = ( /obj/item/stack/sheet/metal, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) -"jii" = ( -/obj/structure/machinery/power/apc/power/east, -/turf/open/floor/plating/prison, -/area/fiorina/station/telecomm/lz2_maint) -"jir" = ( -/obj/structure/closet/crate/trashcart, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) -"jiB" = ( -/obj/item/trash/semki, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) -"jiG" = ( -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/station/telecomm/lz1_cargo) +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/research_cells) +"jie" = ( +/obj/structure/bed/roller, +/obj/structure/machinery/iv_drip{ + pixel_y = 19 + }, +/obj/item/bedsheet/green, +/turf/open/floor/prison/whitegreen/east, +/area/fiorina/station/medbay) "jiJ" = ( /obj/structure/prop/almayer/computers/mission_planning_system{ density = 0; @@ -11700,10 +12203,9 @@ /turf/open/floor/prison, /area/fiorina/station/chapel) "jiP" = ( -/obj/structure/largecrate/random/case/double, -/obj/structure/machinery/light/double/blue, +/obj/structure/closet/firecloset, /turf/open/floor/prison/darkbrownfull2, -/area/fiorina/station/park) +/area/fiorina/maintenance) "jiV" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/condiment/saltshaker, @@ -11717,9 +12219,6 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"jjf" = ( -/turf/open/floor/prison/darkyellow2/northwest, -/area/fiorina/tumor/servers) "jjg" = ( /obj/structure/window/framed/prison, /turf/open/floor/plating/prison, @@ -11728,26 +12227,27 @@ /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating/prison, /area/fiorina/station/transit_hub) -"jjj" = ( -/obj/structure/machinery/washing_machine, -/obj/structure/machinery/washing_machine{ - pixel_y = 15 - }, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) +"jjp" = ( +/turf/open/floor/prison/cell_stripe/west, +/area/fiorina/station/security/wardens) "jjs" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ req_one_access = null }, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"jjB" = ( -/turf/open/floor/prison/blue, -/area/fiorina/tumor/servers) +"jjw" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/park) +"jjL" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_cargo) "jjM" = ( /obj/effect/landmark/xeno_spawn, /turf/open/floor/plating/prison, @@ -11756,16 +12256,13 @@ /obj/structure/largecrate/supply, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"jkw" = ( -/turf/open/floor/prison/damaged1/southwest, -/area/fiorina/station/lowsec) -"jkE" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) "jlk" = ( /turf/closed/wall/mineral/bone_resin, /area/fiorina/tumor/aux_engi) +"jlt" = ( +/obj/item/stack/sandbags_empty/half, +/turf/open/floor/prison/darkyellow2, +/area/fiorina/lz/near_lzI) "jlH" = ( /obj/structure/platform/kutjevo/smooth{ dir = 8 @@ -11802,16 +12299,6 @@ }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzI) -"jmt" = ( -/obj/structure/platform_decoration{ - dir = 8 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) -"jmA" = ( -/obj/item/stack/cable_coil/blue, -/turf/open/floor/prison/whitegreencorner, -/area/fiorina/tumor/ice_lab) "jmG" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/research_cells) @@ -11828,6 +12315,10 @@ }, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) +"jmS" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison/darkyellow2/east, +/area/fiorina/station/telecomm/lz1_cargo) "jnd" = ( /obj/structure/machinery/light/double/blue{ dir = 8; @@ -11836,26 +12327,53 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/lz/near_lzII) +"jng" = ( +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/structure/surface/rack, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/maintenance) +"jnh" = ( +/obj/item/trash/c_tube, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"jno" = ( +/obj/structure/largecrate/supply/explosives/mines, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) "jnq" = ( /obj/item/clothing/head/cmcap, /turf/open/floor/wood, /area/fiorina/station/chapel) -"jny" = ( -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) -"jnP" = ( -/obj/structure/surface/rack, -/obj/item/storage/toolbox/emergency, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) -"jnQ" = ( -/obj/item/storage/toolbox/antag, -/turf/open/floor/prison/green/west, -/area/fiorina/tumor/civres) -"jog" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) +"joj" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = null + }, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/item/clothing/under/marine/ua_riot, +/obj/item/storage/pill_bottle/alkysine, +/obj/item/clothing/suit/storage/marine/veteran/ua_riot, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"jon" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "ywflowers_2" + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/civres_blue) "jor" = ( /obj/effect/spawner/random/attachment, /obj/structure/disposalpipe/segment{ @@ -11867,21 +12385,8 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"jov" = ( -/obj/structure/machinery/light/double/blue{ - pixel_y = -1 - }, -/obj/structure/barricade/wooden{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) -"jox" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/prison/blue/north, -/area/fiorina/station/civres_blue) -"joB" = ( -/obj/item/device/flashlight/lamp/tripod, +"jos" = ( +/obj/structure/reagent_dispensers/watertank, /turf/open/floor/prison/floor_plate, /area/fiorina/tumor/servers) "joE" = ( @@ -11891,49 +12396,56 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"joG" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) -"joZ" = ( -/obj/item/stack/tile/plasteel, -/turf/open/floor/prison/yellow/southwest, -/area/fiorina/station/disco) +"joM" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/darkpurple2, +/area/fiorina/tumor/servers) +"joQ" = ( +/turf/open/floor/prison/green/west, +/area/fiorina/station/transit_hub) "jpc" = ( /obj/structure/barricade/wooden{ dir = 1 }, /turf/open/floor/wood, /area/fiorina/station/chapel) -"jpd" = ( -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) "jpl" = ( /obj/item/clothing/under/CM_uniform, /turf/open/floor/prison, /area/fiorina/station/security) -"jpD" = ( -/obj/effect/spawner/random/tool, -/turf/open/floor/prison/floor_plate, +"jpm" = ( +/obj/item/explosive/grenade/high_explosive/m15, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/prison/panelscorched, /area/fiorina/tumor/aux_engi) -"jpL" = ( -/obj/item/storage/fancy/cigarettes/lucky_strikes, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) +"jpp" = ( +/obj/item/device/pinpointer, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) +"jpu" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/civres_blue) "jpN" = ( /obj/structure/sign/prop3{ desc = "Enlist in the Penal Battalions today! The USCM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." }, /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/research_cells) -"jpZ" = ( -/obj/structure/machinery/light/double/blue, +"jpV" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/gun/pistol/midchance, +/turf/open/floor/prison/darkpurple2/north, +/area/fiorina/tumor/servers) +"jqj" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/obj/structure/surface/table/reinforced/prison, +/obj/item/explosive/grenade/incendiary/molotov, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"jqk" = ( -/turf/open/floor/prison/greenfull/east, -/area/fiorina/tumor/civres) +/area/fiorina/station/lowsec) "jqs" = ( /obj/structure/disposalpipe/segment{ color = "#c4c4c4"; @@ -11973,18 +12485,14 @@ }, /turf/open/floor/prison, /area/fiorina/station/flight_deck) -"jqY" = ( -/obj/item/reagent_container/food/snacks/microwavable/donkpocket, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) -"jrz" = ( -/obj/item/paper/carbon, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) "jrB" = ( -/obj/item/reagent_container/food/snacks/microwavable/donkpocket, -/turf/open/floor/plating/prison, -/area/fiorina/station/civres_blue) +/obj/structure/prop/resin_prop{ + icon_state = "rack" + }, +/obj/item/storage/toolbox, +/obj/item/storage/toolbox, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/tumor/servers) "jrL" = ( /obj/structure/machinery/light/double/blue{ dir = 4; @@ -11993,90 +12501,90 @@ }, /turf/open/floor/prison, /area/fiorina/lz/near_lzII) -"jrU" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/glass/bottle/spaceacillin{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/reagent_container/syringe{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/reagent_container/glass/bottle/spaceacillin{ - pixel_x = 6; - pixel_y = 12 +"jrN" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/ice_lab) -"jrV" = ( -/obj/item/ammo_magazine/rifle/mar40, -/turf/open/floor/prison/yellow/west, -/area/fiorina/station/lowsec) +/turf/open/floor/prison/yellow/northeast, +/area/fiorina/station/disco) +"jsd" = ( +/obj/item/stack/sheet/wood, +/turf/open/floor/prison/whitepurple/west, +/area/fiorina/station/research_cells) +"jsj" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/darkbrown2/west, +/area/fiorina/station/park) "jsn" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/machinery/fuelcell_recycler, /turf/open/floor/prison, /area/fiorina/station/telecomm/lz1_cargo) -"jsy" = ( -/obj/structure/prop/almayer/computers/sensor_computer1{ - name = "computer" - }, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +"jsu" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/recharger{ + pixel_y = 4 }, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/research_cells) -"jsQ" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) +"jsF" = ( +/obj/structure/barricade/sandbags{ + dir = 8; + icon_state = "sandbag_0" }, -/turf/open/floor/prison/yellow/southwest, -/area/fiorina/station/disco) +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) "jta" = ( /obj/structure/bed{ icon_state = "psychbed" }, /turf/open/floor/wood, /area/fiorina/station/civres_blue) -"jth" = ( -/obj/structure/machinery/vending/cola, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) -"jtk" = ( -/turf/open/floor/prison/green/west, +"jtt" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/prison/greenfull/northwest, /area/fiorina/station/transit_hub) -"juf" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/pizzabox/margherita, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"juw" = ( -/turf/open/floor/prison/darkyellow2/east, -/area/fiorina/station/telecomm/lz1_cargo) -"juC" = ( -/obj/effect/decal/medical_decals{ - icon_state = "docdecal1" +"jtR" = ( +/obj/structure/barricade/sandbags{ + dir = 4; + icon_state = "sandbag_0"; + pixel_y = 2 }, -/obj/item/stack/cable_coil/blue, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) +/obj/structure/barricade/sandbags{ + icon_state = "sandbag_0"; + pixel_y = -14 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/flight_deck) +"jus" = ( +/obj/item/ammo_casing{ + dir = 8; + icon_state = "casing_6" + }, +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/station/park) +"juG" = ( +/turf/open/floor/prison/whitepurple/east, +/area/fiorina/station/research_cells) "juW" = ( /obj/item/reagent_container/food/snacks/meat, /turf/open/floor/prison, /area/fiorina/station/lowsec) -"jva" = ( -/obj/structure/machinery/door/poddoor/almayer/locked{ - indestructible = 1; - name = "launch bay door" - }, -/turf/open/floor/plating/prison, -/area/fiorina/station/medbay) +"jve" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) "jvu" = ( /obj/item/stool, /turf/open/floor/prison, /area/fiorina/station/disco) +"jvv" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/prison/yellow/northeast, +/area/fiorina/station/disco) "jvy" = ( /mob/living/simple_animal/hostile/carp{ desc = "He is late for work."; @@ -12084,17 +12592,9 @@ }, /turf/open/space, /area/fiorina/oob) -"jvT" = ( -/obj/item/shard{ - icon_state = "large"; - name = "ice shard" - }, -/turf/open/floor/prison/whitegreen, -/area/fiorina/tumor/ice_lab) -"jvU" = ( -/obj/structure/platform, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/disco) +"jvH" = ( +/turf/open/floor/prison/greenfull/east, +/area/fiorina/tumor/servers) "jwc" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ dir = 1; @@ -12102,34 +12602,59 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/telecomm/lz2_maint) +"jwg" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_sn_full_cap" + }, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/prop/souto_land/pole, +/obj/structure/prop/souto_land/pole{ + dir = 4; + pixel_y = 24 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/fiorina/station/park) +"jww" = ( +/obj/effect/spawner/random/gun/rifle/midchance, +/turf/open/floor/prison/blue/west, +/area/fiorina/station/power_ring) "jwK" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/lz/near_lzII) -"jxl" = ( -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_full" +"jwT" = ( +/turf/open/floor/prison/floorscorched1, +/area/fiorina/station/civres_blue) +"jxD" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) +"jxU" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/toy/prize/honk{ + anchored = 1; + layer = 2.9; + pixel_x = -1; + pixel_y = 13 }, +/obj/structure/barricade/handrail/type_b, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) -"jxB" = ( -/obj/structure/machinery/cm_vending/sorted/tech/tool_storage{ - density = 0; - pixel_y = 16 +/area/fiorina/station/flight_deck) +"jyl" = ( +/obj/structure/platform{ + dir = 1 }, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/maintenance) -"jxH" = ( -/turf/open/organic/grass/astroturf, -/area/fiorina/station/central_ring) -"jyC" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 +/obj/structure/platform{ + dir = 4 }, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/transit_hub) +/obj/structure/platform_decoration{ + dir = 9 + }, +/obj/structure/largecrate/random, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) "jyM" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, /turf/open/floor/plating/prison, @@ -12142,18 +12667,10 @@ /obj/structure/largecrate/supply/supplies/tables_racks, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"jzn" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 - }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"jzP" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) +"jzh" = ( +/obj/item/clothing/head/welding, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/tumor/civres) "jzY" = ( /obj/item/stack/tile/plasteel, /turf/open/floor/prison, @@ -12162,6 +12679,9 @@ /obj/structure/platform/shiva, /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) +"jAw" = ( +/turf/open/floor/prison/blue/northwest, +/area/fiorina/station/power_ring) "jAy" = ( /obj/item/ammo_casing{ icon_state = "cartridge_1" @@ -12169,60 +12689,66 @@ /obj/effect/landmark/survivor_spawner, /turf/open/floor/prison, /area/fiorina/station/medbay) +"jAA" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/chapel) +"jAV" = ( +/turf/open/floor/prison/whitegreen/east, +/area/fiorina/oob) "jAW" = ( /obj/structure/largecrate/supply/ammo, /turf/open/floor/plating/prison, /area/fiorina/station/research_cells) -"jBa" = ( -/obj/structure/largecrate/random/barrel, +"jBn" = ( +/obj/structure/platform, /obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/station/park) -"jBA" = ( -/obj/effect/decal/cleanable/blood/gibs/xeno/body, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"jBD" = ( -/turf/open/floor/prison/yellow/west, -/area/fiorina/station/central_ring) +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/transit_hub) +"jBw" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) +"jBC" = ( +/obj/item/ammo_casing{ + icon_state = "casing_9_1" + }, +/turf/open/floor/prison/yellowcorner/west, +/area/fiorina/station/lowsec) "jBQ" = ( /obj/structure/bed/chair/comfy, /turf/open/floor/wood, /area/fiorina/station/park) -"jCa" = ( -/obj/structure/platform{ - dir = 8 +"jBT" = ( +/obj/item/device/binoculars/civ, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/greenblue/west, -/area/fiorina/station/botany) -"jCh" = ( -/turf/open/floor/prison/bluecorner, -/area/fiorina/station/civres_blue) -"jCn" = ( -/obj/item/clothing/under/shorts/green, -/turf/open/floor/prison/cell_stripe/east, -/area/fiorina/station/central_ring) -"jCB" = ( -/obj/structure/platform{ - dir = 4 - }, -/turf/open/floor/prison/greenblue/east, -/area/fiorina/station/botany) -"jCI" = ( +/turf/open/floor/prison/yellow/north, +/area/fiorina/station/lowsec) +"jCa" = ( +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/station/telecomm/lz1_tram) +"jCx" = ( +/obj/structure/closet/crate/bravo, +/obj/item/stack/sheet/metal/medium_stack, +/obj/item/stack/sheet/metal/medium_stack, +/obj/item/fuel_cell, +/obj/item/stack/sheet/plasteel, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) +"jDg" = ( +/obj/structure/machinery/light/double/blue, /turf/open/floor/prison/darkbrown2, -/area/fiorina/maintenance) -"jCN" = ( -/obj/item/reagent_container/glass/bucket/janibucket, +/area/fiorina/tumor/aux_engi) +"jDp" = ( +/obj/item/clothing/accessory/armband/cargo{ + desc = "Sworn to the shrapnel and the shards therein. So sayeth her command when the first detonation occured."; + name = "HEFA Order milita armband" + }, /turf/open/floor/prison/floor_plate, /area/fiorina/station/chapel) -"jCZ" = ( -/obj/item/paper, -/turf/open/floor/prison/whitepurple/west, -/area/fiorina/station/research_cells) -"jDz" = ( -/obj/structure/prop/almayer/computers/sensor_computer2, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) "jDR" = ( /obj/structure/machinery/light/double/blue{ dir = 1; @@ -12230,6 +12756,33 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) +"jDV" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) +"jDZ" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"jEi" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + icon_state = "2" + }, +/turf/open/floor/prison/chapel_carpet/doubleside, +/area/fiorina/maintenance) +"jEn" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/firstaid/regular, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/ice_lab) "jEC" = ( /obj/structure/window/reinforced{ dir = 1; @@ -12237,51 +12790,25 @@ }, /turf/open/floor/prison, /area/fiorina/station/central_ring) -"jEF" = ( -/obj/item/tool/extinguisher/mini, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/corsat/plate, -/area/fiorina/tumor/aux_engi) "jEK" = ( /obj/structure/bed/chair/office/light{ dir = 8 }, /turf/open/floor/wood, /area/fiorina/station/research_cells) -"jER" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"jEV" = ( -/obj/structure/platform, -/turf/open/gm/river/red_pool, -/area/fiorina/station/park) -"jFa" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) -"jFg" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) +"jEM" = ( +/obj/item/weapon/gun/smg/nailgun, +/obj/structure/surface/rack, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/maintenance) "jFl" = ( /obj/effect/landmark/xeno_spawn, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"jFu" = ( -/obj/structure/bed{ - icon_state = "abed" - }, -/obj/item/reagent_container/food/snacks/wrapped/barcardine, -/turf/open/floor/prison/yellow/southwest, -/area/fiorina/station/lowsec) +"jFp" = ( +/obj/item/trash/hotdog, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_cargo) "jFO" = ( /obj/effect/landmark/nightmare{ insert_tag = "poolparty" @@ -12289,9 +12816,9 @@ /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/park) "jFW" = ( -/obj/structure/machinery/vending/cigarette/free, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) +/obj/item/toy/beach_ball, +/turf/open/gm/river/red_pool, +/area/fiorina/station/park) "jGd" = ( /obj/structure/machinery/light/double/blue{ dir = 1; @@ -12303,58 +12830,41 @@ /obj/structure/bed/sofa/vert/grey, /turf/open/floor/prison, /area/fiorina/station/telecomm/lz1_tram) +"jGp" = ( +/obj/item/trash/chunk, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) +"jGy" = ( +/obj/structure/barricade/handrail, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/central_ring) "jGA" = ( /turf/open/floor/prison, /area/fiorina/station/botany) -"jHA" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/paper_bin{ - pixel_x = 5; - pixel_y = 22 +"jHe" = ( +/obj/item/storage/donut_box{ + pixel_y = 6 }, -/obj/item/coin/gold{ - desc = "Coin op, in this place, in this year, localized entirely on this table? .... I uh, yes."; - name = "arcade token"; - pixel_x = -6; - pixel_y = 3 +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) +"jHQ" = ( +/obj/item/stack/sheet/wood{ + amount = 10 }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/station/flight_deck) -"jHN" = ( -/turf/open/floor/prison/floor_marked/southwest, -/area/fiorina/lz/near_lzII) -"jHY" = ( -/obj/item/packageWrap, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/darkyellow2/east, -/area/fiorina/lz/near_lzI) -"jIk" = ( -/obj/effect/spawner/random/sentry/midchance, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"jIp" = ( -/obj/effect/spawner/random/gun/rifle/lowchance, /turf/open/floor/prison/floor_plate/southwest, /area/fiorina/station/telecomm/lz1_cargo) -"jIz" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 9 - }, -/obj/structure/barricade/handrail/type_b{ - layer = 3.5 - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) -"jIE" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +"jIb" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 }, -/turf/open/floor/prison/cell_stripe, -/area/fiorina/station/lowsec) +/turf/open/floor/prison/whitepurple/southwest, +/area/fiorina/station/research_cells) +"jIe" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/flight_deck) "jJb" = ( /obj/structure/barricade/wooden{ dir = 8 @@ -12367,19 +12877,6 @@ }, /turf/open/floor/prison, /area/fiorina/station/disco) -"jJo" = ( -/turf/open/floor/prison/green/west, -/area/fiorina/station/chapel) -"jJL" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/open/floor/prison/blue/southeast, -/area/fiorina/station/power_ring) -"jJO" = ( -/obj/item/storage/briefcase, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/transit_hub) "jJS" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/drinks/cans/souto/grape{ @@ -12425,22 +12922,21 @@ /obj/structure/largecrate/random/barrel/green, /turf/open/floor/prison, /area/fiorina/station/security) -"jKr" = ( -/obj/structure/inflatable/popped/door, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/research_cells) -"jKB" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = 13 +"jKt" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison/green/northeast, +/area/fiorina/station/chapel) +"jKx" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) +"jKE" = ( +/obj/structure/bed{ + icon_state = "abed" }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) -"jKD" = ( -/obj/item/ammo_magazine/smg/mp5, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) +/obj/effect/spawner/random/goggles/lowchance, +/turf/open/floor/prison/whitepurple/southeast, +/area/fiorina/station/research_cells) "jKG" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/flora/pottedplant{ @@ -12469,15 +12965,49 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/tumor/ice_lab) -"jLn" = ( -/obj/structure/machinery/door/airlock/prison_hatch/autoname, +"jLo" = ( +/obj/structure/platform, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/fiberbush) -"jLO" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/folder/black_random, +/area/fiorina/station/power_ring) +"jLp" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/obj/structure/bed/chair/wheelchair{ + desc = "Great scott, it can move on its own!"; + dir = 4; + icon_state = "officechair_white"; + name = "Dr. O's fantastic self rolling wheelie chair"; + pixel_x = 7 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_cargo) +"jLz" = ( +/obj/item/trash/pistachios, +/turf/open/floor/prison/whitegreen, +/area/fiorina/tumor/ice_lab) +"jLL" = ( +/obj/structure/filingcabinet{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/structure/filingcabinet{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, /turf/open/floor/prison/bluefull, /area/fiorina/station/power_ring) +"jLS" = ( +/obj/structure/reagent_dispensers/watertank{ + layer = 2.6 + }, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/floor_plate, +/area/fiorina/lz/near_lzII) "jMf" = ( /obj/item/stack/tile/plasteel{ pixel_x = 5; @@ -12485,37 +13015,23 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/research_cells) +"jMh" = ( +/turf/open/floor/prison/bluecorner/west, +/area/fiorina/station/civres_blue) "jMk" = ( /obj/item/tool/screwdriver, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"jMp" = ( -/obj/structure/machinery/bot/medbot, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"jMu" = ( -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) "jMz" = ( /obj/structure/machinery/power/smes/buildable, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"jMC" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/snacks/tomatosoup, -/turf/open/floor/prison/blue, -/area/fiorina/station/power_ring) -"jMW" = ( -/obj/item/reagent_container/food/snacks/microwavable/donkpocket, -/turf/open/floor/corsat/squares, -/area/fiorina/station/civres_blue) -"jNf" = ( -/obj/item/ammo_casing{ - dir = 2; - icon_state = "casing_5" +"jMI" = ( +/obj/structure/bed/chair{ + dir = 1 }, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/station/park) +/turf/open/floor/prison/blue/northwest, +/area/fiorina/station/power_ring) "jNl" = ( /obj/structure/ice/thin/indestructible{ icon_state = "Straight" @@ -12523,89 +13039,94 @@ /obj/structure/blocker/invisible_wall, /turf/open/ice/noweed, /area/fiorina/station/research_cells) -"jNz" = ( -/obj/structure/machinery/light/double/blue{ - pixel_y = -1 - }, -/turf/open/floor/prison/darkyellow2/southwest, -/area/fiorina/station/telecomm/lz1_cargo) -"jNC" = ( -/obj/structure/bed{ - icon_state = "abed" - }, -/obj/item/storage/fancy/cigar/tarbacks, -/turf/open/floor/prison/whitepurple/southeast, -/area/fiorina/station/research_cells) -"jNE" = ( -/obj/item/storage/toolbox/emergency, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/fiberbush) -"jNM" = ( -/obj/structure/inflatable/popped/door, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"jPa" = ( -/obj/structure/window/reinforced{ - dir = 8; - health = 80 +"jNT" = ( +/obj/item/device/multitool, +/turf/open/floor/prison/green/northwest, +/area/fiorina/tumor/civres) +"jNY" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" }, -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/med_data/laptop{ - dir = 4 +/turf/open/floor/prison/greenfull/east, +/area/fiorina/station/transit_hub) +"jON" = ( +/turf/open/floor/prison/greenbluecorner/west, +/area/fiorina/station/botany) +"jOQ" = ( +/obj/structure/reagent_dispensers/water_cooler/stacks, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) +"jPc" = ( +/obj/structure/machinery/power/port_gen/pacman, +/turf/open/floor/prison/darkyellow2/northeast, +/area/fiorina/lz/near_lzI) +"jPj" = ( +/obj/structure/bed/chair{ + dir = 1 }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"jPw" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 1; - health = 25000; - pixel_y = 19 +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/disco) +"jPp" = ( +/obj/structure/barricade/metal/wired{ + dir = 1 }, -/obj/item/stack/sheet/wood, -/obj/structure/machinery/computer/cameras/wooden_tv{ - desc = "Somehow, it still functions."; - layer = 3.1; - name = "discarded camera console"; - pixel_x = -6; - pixel_y = 5 +/obj/item/bodybag/tarp/reactive, +/obj/item/bodybag/tarp/reactive, +/obj/structure/surface/rack, +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/station/telecomm/lz1_cargo) +"jPF" = ( +/obj/structure/bed/chair, +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/disco) "jPK" = ( /turf/closed/shuttle/elevator{ dir = 6 }, /area/fiorina/station/telecomm/lz1_cargo) -"jPS" = ( -/obj/structure/window/reinforced{ +"jPX" = ( +/obj/structure/machinery/light/small{ dir = 8; - health = 80 + pixel_x = -11; + pixel_y = 10 }, -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"jQe" = ( -/obj/effect/alien/weeds/node, -/turf/open/floor/prison/whitegreen/northwest, -/area/fiorina/tumor/ice_lab) -"jQk" = ( -/turf/open/floor/prison/yellow/northeast, -/area/fiorina/station/disco) -"jQy" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/toolbox, +/obj/item/clothing/head/soft/ferret{ + pixel_y = 7 }, -/turf/open/floor/prison/cell_stripe/east, -/area/fiorina/lz/near_lzI) -"jQC" = ( -/obj/item/shard{ - icon_state = "medium" +/turf/open/floor/almayer/plate, +/area/fiorina/tumor/ship) +"jQg" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 }, -/turf/open/floor/prison/yellow/northwest, -/area/fiorina/station/disco) +/turf/open/floor/prison/darkyellow2/southeast, +/area/fiorina/station/flight_deck) +"jQr" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) +"jQz" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + layer = 2.8 + }, +/obj/structure/barricade/handrail/type_b, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/flight_deck) +"jQD" = ( +/obj/structure/inflatable, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/ship) +"jQM" = ( +/obj/structure/surface/rack, +/obj/item/tool/plantspray/weeds, +/turf/open/floor/prison/blue_plate/east, +/area/fiorina/station/botany) "jRf" = ( /obj/structure/girder/displaced, /turf/open/floor/plating/prison, @@ -12640,43 +13161,73 @@ /obj/structure/extinguisher_cabinet, /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/disco) +"jRP" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/communications{ + dir = 4; + pixel_y = 5 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) +"jRQ" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/obj/item/reagent_container/food/drinks/flask/barflask, +/turf/open/floor/prison/whitepurple/southwest, +/area/fiorina/station/research_cells) +"jSl" = ( +/obj/item/stack/sandbags_empty, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/tumor/civres) "jSD" = ( /obj/item/storage/toolbox/mechanical, /turf/open/floor/plating/prison, /area/fiorina/tumor/civres) -"jSP" = ( -/obj/structure/machinery/vending/cigarette/colony, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +"jSK" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 9 }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"jSX" = ( -/obj/structure/machinery/light/double/blue{ - pixel_y = -1 +/obj/structure/barricade/handrail/type_b{ + dir = 4; + layer = 3.5 }, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) -"jSZ" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/spawner/random/goggles/lowchance, -/turf/open/floor/prison/floor_plate, +/obj/structure/barricade/handrail/type_b{ + layer = 3.5 + }, +/turf/open/organic/grass/astroturf, /area/fiorina/station/park) "jTf" = ( +/obj/structure/surface/rack, /obj/item/storage/toolbox/mechanical/green, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) +"jTI" = ( +/obj/structure/largecrate/random/barrel/blue, /turf/open/floor/corsat/plate, /area/fiorina/tumor/aux_engi) -"jTh" = ( -/obj/structure/window/reinforced{ - dir = 8; - health = 80 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) "jTJ" = ( /turf/closed/wall/r_wall/prison, /area/fiorina/station/lowsec) +"jTT" = ( +/obj/structure/barricade/metal{ + health = 250; + icon_state = "metal_1" + }, +/turf/open/floor/prison/whitegreen/east, +/area/fiorina/tumor/ice_lab) +"jUe" = ( +/obj/structure/prop/souto_land/streamer{ + dir = 4; + pixel_y = 24 + }, +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/effect/landmark/corpsespawner/security/liaison, +/turf/open/floor/prison/darkbrown2/east, +/area/fiorina/station/park) "jUs" = ( /obj/structure/machinery/light/double/blue{ dir = 1; @@ -12684,14 +13235,23 @@ }, /turf/open/floor/prison/chapel_carpet, /area/fiorina/station/chapel) -"jUO" = ( -/obj/item/trash/cigbutt, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"jUS" = ( -/obj/structure/largecrate/random, +"jUL" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, /turf/open/floor/prison/floor_plate, /area/fiorina/tumor/civres) +"jUU" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "lavendergrass_3" + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/central_ring) +"jVo" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/almayer/plate, +/area/fiorina/tumor/ship) "jVE" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer{ @@ -12706,46 +13266,29 @@ }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzI) -"jVI" = ( -/turf/open/floor/prison/darkyellow2/northeast, -/area/fiorina/station/telecomm/lz1_tram) -"jVP" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 - }, -/turf/open/floor/prison/greenblue/east, -/area/fiorina/station/botany) -"jVU" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/machinery/photocopier, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/ice_lab) -"jWq" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_sn_full_cap" - }, -/obj/structure/platform{ - dir = 8 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"jWu" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = 13 - }, -/turf/open/floor/prison/whitegreenfull/southwest, +"jVZ" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"jWi" = ( +/turf/open/floor/prison/sterile_white/southwest, /area/fiorina/station/medbay) +"jWn" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) "jWB" = ( /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/prison, /area/fiorina/station/security) +"jXa" = ( +/obj/structure/largecrate/random/barrel/white, +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) "jXj" = ( /obj/item/stack/rods, /turf/open/floor/plating/prison, @@ -12754,6 +13297,12 @@ /obj/structure/girder/reinforced, /turf/open/floor/almayer, /area/fiorina/tumor/ship) +"jXq" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/drinks/bottle/holywater, +/obj/item/reagent_container/food/drinks/bottle/holywater, +/turf/open/floor/prison/chapel_carpet/doubleside/north, +/area/fiorina/station/chapel) "jXv" = ( /obj/effect/landmark/yautja_teleport, /turf/open/floor/prison, @@ -12766,9 +13315,9 @@ /obj/item/pizzabox/mushroom, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"jXM" = ( -/turf/open/floor/prison/darkbrown2/east, -/area/fiorina/tumor/aux_engi) +"jXJ" = ( +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/flight_deck) "jXZ" = ( /turf/closed/shuttle/elevator, /area/fiorina/tumor/aux_engi) @@ -12782,30 +13331,21 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"jYl" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/turf/open/floor/prison/whitegreen/north, -/area/fiorina/station/central_ring) +"jYm" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/cans/waterbottle, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/disco) "jYs" = ( /obj/structure/machinery/door/airlock/prison_hatch/autoname{ dir = 1 }, /turf/open/floor/plating/prison, /area/fiorina/station/research_cells) -"jYw" = ( -/obj/item/stack/tile/plasteel, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"jYG" = ( -/obj/structure/barricade/handrail/type_b, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/disco) -"jYW" = ( -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) +"jZa" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/prison/whitegreen/east, +/area/fiorina/station/medbay) "jZc" = ( /obj/structure/disposalpipe/segment{ icon_state = "delivery_outlet"; @@ -12815,55 +13355,20 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"jZk" = ( -/turf/open/floor/prison/darkyellow2/north, -/area/fiorina/station/telecomm/lz1_cargo) -"jZG" = ( -/obj/effect/decal/cleanable/blood/writing{ - icon_state = "u_psycopath_l"; - pixel_y = 4 - }, -/obj/effect/decal/cleanable/blood/writing{ - icon_state = "u_ketchup_l"; - pixel_x = 8; - pixel_y = 4 - }, -/obj/effect/decal/cleanable/blood/writing{ - icon_state = "u_guilty_l"; - pixel_x = -12; - pixel_y = 2 - }, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/power_ring) -"jZH" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/frame/firstaid_arm_assembly, -/obj/item/stack/nanopaste{ - pixel_x = 11; - pixel_y = 6 - }, +"kak" = ( +/obj/effect/decal/cleanable/blood, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/security/wardens) -"jZX" = ( +/area/fiorina/station/disco) +"kay" = ( /obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"kax" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/research_cells) -"kaI" = ( -/obj/structure/surface/rack, -/obj/item/tank/emergency_oxygen/engi, -/turf/open/floor/prison/bluecorner, -/area/fiorina/station/power_ring) +/turf/open/floor/prison/cell_stripe/east, +/area/fiorina/lz/near_lzI) "kaM" = ( -/obj/effect/spawner/random/gun/rifle/midchance, -/turf/open/floor/prison/blue/west, -/area/fiorina/station/power_ring) +/obj/structure/machinery/landinglight/ds1{ + dir = 8 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/lz/near_lzI) "kaO" = ( /obj/structure/machinery/light/double/blue{ dir = 4; @@ -12875,22 +13380,13 @@ }, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"kaY" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/obj/item/toy/beach_ball, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/disco) "kbb" = ( /obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited, /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/tumor/aux_engi) "kbc" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/darkbrown2/west, -/area/fiorina/tumor/aux_engi) +/turf/open/floor/prison/redcorner/north, +/area/fiorina/station/power_ring) "kbg" = ( /obj/structure/machinery/computer/drone_control, /obj/structure/window/reinforced{ @@ -12907,38 +13403,25 @@ /obj/effect/spawner/random/gun/rifle/midchance, /turf/open/floor/wood, /area/fiorina/station/park) -"kbo" = ( -/obj/structure/machinery/vending/cola, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) -"kbq" = ( -/obj/structure/bed/chair/comfy, -/turf/open/floor/prison/blue/west, -/area/fiorina/station/civres_blue) -"kbD" = ( -/obj/item/prop/helmetgarb/spacejam_tickets{ - desc = "A ticket to Souto Man's raffle!"; - name = "\improper Souto Raffle Ticket"; - pixel_x = 7; - pixel_y = 6 - }, -/turf/open/floor/prison/blue/east, -/area/fiorina/station/chapel) +"kbF" = ( +/obj/item/stack/sheet/cardboard, +/turf/open/floor/prison/whitepurple/west, +/area/fiorina/station/research_cells) +"kbN" = ( +/turf/open/floor/prison/whitegreencorner/north, +/area/fiorina/station/medbay) "kbT" = ( /turf/open/floor/plating/prison, /area/fiorina/tumor/fiberbush) -"kce" = ( -/obj/structure/bed/chair/comfy, -/turf/open/floor/prison/darkyellow2, -/area/fiorina/station/flight_deck) -"kcj" = ( -/obj/structure/bed/chair/office/light, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/research_cells) -"kcx" = ( -/obj/item/ammo_box/magazine/M16, -/turf/open/floor/prison/darkyellow2/north, -/area/fiorina/lz/near_lzI) +"kch" = ( +/obj/structure/barricade/metal/wired{ + dir = 8 + }, +/turf/open/floor/prison/yellow/east, +/area/fiorina/station/disco) +"kcl" = ( +/turf/open/floor/prison/darkbrown2/southeast, +/area/fiorina/station/park) "kcz" = ( /obj/structure/platform{ dir = 1 @@ -12951,41 +13434,31 @@ }, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"kcF" = ( -/obj/effect/decal/cleanable/blood/oil, -/obj/structure/machinery/landinglight/ds1/delaythree{ - dir = 1 - }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/lz/near_lzI) -"kcW" = ( -/obj/structure/closet/secure_closet/engineering_welding, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) -"kda" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/spray/pepper, -/obj/item/clothing/glasses/sunglasses/sechud, +"kcG" = ( +/obj/structure/bed/sofa/south/grey/right, /turf/open/floor/prison/redfull, /area/fiorina/station/security) -"kdp" = ( -/obj/structure/surface/rack, -/obj/item/tool/extinguisher, -/obj/item/tool/crowbar{ - pixel_x = 5; - pixel_y = -5 +"kcV" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/prison/whitepurple/north, +/area/fiorina/station/research_cells) +"kdk" = ( +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/transit_hub) +"kdv" = ( +/obj/structure/surface/table/reinforced/prison{ + flipped = 1 }, -/obj/item/tool/crowbar, +/obj/item/reagent_container/food/snacks/eat_bar, /turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) -"kdv" = ( -/obj/item/stool, -/obj/item/reagent_container/food/drinks/bottle/bluecuracao{ - pixel_x = 15; - pixel_y = 25 +"kdy" = ( +/obj/structure/largecrate/random/case/double, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottom" }, -/turf/open/floor/prison/yellow/north, -/area/fiorina/station/lowsec) +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) "kdK" = ( /obj/item/stack/tile/plasteel, /turf/open/floor/carpet, @@ -13001,31 +13474,23 @@ /obj/structure/lattice, /turf/open/space/basic, /area/fiorina/oob) -"key" = ( -/obj/effect/landmark/corpsespawner/prison_security, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"kez" = ( -/obj/item/frame/rack, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) -"keU" = ( -/obj/structure/prop/resin_prop{ - icon_state = "rack" - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) +"keu" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/blue, +/area/fiorina/station/civres_blue) +"kfa" = ( +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) "kfb" = ( -/obj/structure/bed/chair{ - dir = 4 - }, /obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = -3 + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/whitegreen/west, -/area/fiorina/station/medbay) +/turf/open/floor/prison/yellow/northwest, +/area/fiorina/station/disco) +"kfi" = ( +/turf/open/floor/prison/green/northeast, +/area/fiorina/station/chapel) "kfl" = ( /obj/structure/stairs/perspective{ dir = 4; @@ -13033,19 +13498,10 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/flight_deck) -"kfw" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzII) -"kfJ" = ( -/obj/structure/monorail{ - name = "launch track" - }, -/obj/structure/platform_decoration{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_tram) +"kfO" = ( +/obj/effect/spawner/random/goggles/midchance, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/research_cells) "kfW" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/ashtray/plastic, @@ -13058,39 +13514,66 @@ }, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"khe" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +"kgj" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/disco) +"kgL" = ( +/obj/structure/bed/chair/comfy, +/turf/open/floor/prison/darkyellow2, +/area/fiorina/station/flight_deck) +"kgU" = ( +/obj/structure/machinery/shower{ + pixel_y = 13 }, -/turf/open/floor/prison/yellow/northwest, -/area/fiorina/station/lowsec) -"khz" = ( -/obj/item/prop/helmetgarb/spacejam_tickets{ - desc = "Low security prisoners would smuggle in arcade tickets after visitations. The tickets act as a stand in for paper currency in the prison economy, they're backed by the cigarette standard, since one ticket nets one cigarette at the prize booth. The cigarettes also get smuggled back in."; - name = "\improper arcade tickets"; - pixel_x = 1; - pixel_y = -1 +/obj/item/tool/soap/syndie, +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/gun/special, +/turf/open/floor/prison/kitchen/southwest, +/area/fiorina/tumor/civres) +"kgY" = ( +/obj/structure/platform_decoration{ + dir = 8 }, -/turf/open/floor/prison/whitepurple/northwest, -/area/fiorina/station/research_cells) +/turf/open/floor/prison/blue/northeast, +/area/fiorina/station/power_ring) +"kht" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"khT" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/darkyellow2/east, +/area/fiorina/lz/near_lzI) +"kif" = ( +/obj/item/tool/wirecutters, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) "kil" = ( /obj/structure/machinery/light/double/blue, /turf/open/floor/wood, /area/fiorina/station/civres_blue) -"kiv" = ( -/obj/structure/platform{ +"kiF" = ( +/obj/structure/bed/chair{ dir = 8 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) -"kjq" = ( -/turf/open/floor/prison/cell_stripe/west, -/area/fiorina/station/security/wardens) +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/botany) +"kiI" = ( +/obj/structure/holohoop{ + dir = 1 + }, +/turf/open/floor/prison/yellow/north, +/area/fiorina/station/lowsec) "kjA" = ( /obj/structure/platform_decoration, /turf/open/floor/prison, /area/fiorina/station/power_ring) +"kjD" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/pill_bottle/imidazoline, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/tumor/ice_lab) "kjP" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/door/window/northleft, @@ -13099,30 +13582,30 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/security/wardens) -"klc" = ( -/obj/item/ammo_casing{ - icon_state = "casing_1" +"kkb" = ( +/obj/structure/closet/crate/medical, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/medbay) +"kkE" = ( +/obj/structure/platform_decoration{ + dir = 4 }, -/turf/open/floor/prison/darkyellow2, -/area/fiorina/station/telecomm/lz1_cargo) +/turf/open/floor/prison/cell_stripe/west, +/area/fiorina/station/park) "klg" = ( /obj/item/stack/sheet/cardboard, /turf/open/floor/prison, /area/fiorina/station/disco) -"klm" = ( -/obj/item/stack/rods/plasteel, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/disco) "klp" = ( /turf/closed/shuttle/ert{ icon_state = "rightengine_1"; opacity = 0 }, /area/fiorina/tumor/ship) -"klx" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) +"klB" = ( +/turf/open/floor/prison/blue/west, +/area/fiorina/station/chapel) "klC" = ( /obj/structure/surface/table/reinforced/prison{ flipped = 1 @@ -13136,43 +13619,17 @@ /obj/structure/surface/rack, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"klI" = ( -/obj/item/ammo_magazine/rifle/m16{ - current_rounds = 0 - }, -/turf/open/floor/prison/yellow, -/area/fiorina/station/lowsec) -"kmc" = ( -/turf/open/floor/prison/yellow/west, -/area/fiorina/station/lowsec) -"kmi" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 5 - }, -/obj/structure/barricade/handrail/type_b{ - layer = 3.5 - }, -/obj/structure/barricade/handrail/type_b{ - dir = 8; - layer = 3.5 - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/civres_blue) -"kmj" = ( -/obj/structure/bed/roller, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"kml" = ( -/turf/open/floor/prison/greenblue/west, -/area/fiorina/station/botany) -"kmn" = ( -/obj/structure/machinery/vending/snack/packaged, -/turf/open/floor/prison/darkbrownfull2, +"klH" = ( +/obj/item/reagent_container/food/snacks/boiledegg, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/floor_plate, /area/fiorina/tumor/aux_engi) -"kmG" = ( -/obj/structure/barricade/handrail/type_b, -/turf/open/floor/prison/darkyellow2, -/area/fiorina/station/flight_deck) +"kmn" = ( +/turf/open/floor/prison/yellow/southeast, +/area/fiorina/station/disco) +"kmu" = ( +/turf/open/floor/prison/panelscorched, +/area/fiorina/tumor/civres) "kmL" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic/autoname{ dir = 1; @@ -13188,14 +13645,6 @@ /obj/structure/surface/table/woodentable/fancy, /turf/open/floor/wood, /area/fiorina/station/security/wardens) -"kmR" = ( -/obj/item/storage/box/gloves, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/transit_hub) -"knc" = ( -/obj/item/trash/used_stasis_bag, -/turf/open/floor/prison/darkyellow2/northeast, -/area/fiorina/lz/near_lzI) "kng" = ( /obj/item/tool/stamp, /turf/open/floor/prison, @@ -13204,9 +13653,6 @@ /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"knw" = ( -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/station/telecomm/lz1_cargo) "kny" = ( /obj/item/stack/tile/plasteel{ pixel_x = 5; @@ -13214,38 +13660,26 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) +"kol" = ( +/obj/effect/spawner/random/toolbox, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) "kon" = ( -/obj/structure/inflatable/door, -/turf/open/floor/prison/whitegreen/west, -/area/fiorina/station/medbay) +/obj/item/stack/sheet/metal/medium_stack, +/obj/structure/surface/rack, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/lz/near_lzI) "kow" = ( /obj/structure/window/framed/prison/reinforced/hull, /turf/open/floor/plating/prison, /area/fiorina/tumor/fiberbush) -"kox" = ( -/obj/structure/machinery/door/airlock/prison_hatch/autoname{ - dir = 1 +"koU" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/radio{ + pixel_y = 8 }, /turf/open/floor/prison/bluefull, /area/fiorina/station/power_ring) -"koF" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"koL" = ( -/obj/item/reagent_container/food/snacks/wrapped/booniebars, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/tumor/civres) -"koN" = ( -/obj/structure/machinery/light/double/blue{ - pixel_y = -1 - }, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/disco) -"koS" = ( -/obj/structure/machinery/vending/snack/packaged, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) "koV" = ( /obj/structure/platform{ dir = 4 @@ -13257,12 +13691,15 @@ /obj/structure/closet/emcloset, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"kpb" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "gib6" +"kpo" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/explosive/grenade/incendiary/molotov, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/whitegreen/east, -/area/fiorina/tumor/ice_lab) +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) "kpp" = ( /obj/item/trash/popcorn, /obj/structure/cable/heavyduty{ @@ -13270,13 +13707,12 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"kpr" = ( -/obj/item/stack/rods, -/turf/open/floor/corsat/squares, -/area/fiorina/station/telecomm/lz1_cargo) -"kpx" = ( -/turf/open/floor/prison/whitegreencorner/east, -/area/fiorina/station/medbay) +"kpz" = ( +/obj/structure/bed{ + icon_state = "abed" + }, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) "kqe" = ( /obj/structure/monorail{ name = "launch track" @@ -13287,18 +13723,10 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/telecomm/lz1_tram) -"kqj" = ( -/obj/item/stack/sheet/wood{ - amount = 10 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) -"kql" = ( -/obj/structure/barricade/wooden{ - dir = 8 - }, -/turf/open/floor/prison/whitegreen/north, -/area/fiorina/station/medbay) +"kqB" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) "kqC" = ( /turf/closed/wall/prison, /area/fiorina/station/lowsec) @@ -13306,10 +13734,13 @@ /obj/structure/machinery/filtration/console, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"kru" = ( -/obj/structure/largecrate/random, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/disco) +"krs" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/cameras{ + dir = 4 + }, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/security) "krG" = ( /obj/structure/platform{ dir = 1 @@ -13322,101 +13753,65 @@ }, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"krK" = ( -/obj/structure/flora/pottedplant/random, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"krP" = ( -/obj/item/stack/cable_coil/random, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"krR" = ( -/obj/item/stack/cable_coil/orange, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"kse" = ( -/obj/structure/machinery/light/small, -/obj/structure/largecrate/random/barrel/green, -/turf/open/floor/almayer/plate, -/area/fiorina/tumor/ship) -"ksg" = ( -/turf/open/floor/prison/yellowcorner/east, -/area/fiorina/station/lowsec) -"ksn" = ( -/obj/vehicle/train/cargo/trolley, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) -"ksp" = ( -/obj/structure/bed{ - icon_state = "abed" +"krU" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + indestructible = 1; + name = "launch bay door" }, -/obj/item/ammo_magazine/smg/mp5, -/turf/open/floor/prison/whitepurple/north, -/area/fiorina/station/research_cells) -"ksI" = ( -/obj/structure/surface/rack, -/obj/item/tank/emergency_oxygen/engi, -/obj/item/tank/emergency_oxygen/engi, -/obj/item/device/flashlight, -/obj/item/device/flashlight, -/turf/open/floor/prison/darkyellow2/north, -/area/fiorina/lz/near_lzI) -"ksM" = ( -/obj/structure/machinery/light/double/blue{ - pixel_y = -1 +/obj/structure/monorail{ + name = "launch track" }, -/turf/open/floor/prison/yellow, -/area/fiorina/station/lowsec) -"ktd" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 +/turf/open/floor/plating/prison, +/area/fiorina/oob) +"ksd" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/green, +/area/fiorina/station/chapel) +"ksw" = ( +/obj/vehicle/powerloader{ + dir = 4 }, -/turf/open/floor/prison/whitegreen/northeast, -/area/fiorina/station/medbay) -"ktq" = ( +/turf/open/organic/grass/astroturf, +/area/fiorina/station/research_cells) +"ksP" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/drinks/milk{ - pixel_x = 2; - pixel_y = 3 - }, +/obj/item/clothing/mask/cigarette/cigar/tarbacks, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/fiberbush) -"ktP" = ( -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, -/obj/effect/landmark/nightmare{ - insert_tag = "yardbasketball" +/area/fiorina/station/chapel) +"ksX" = ( +/obj/structure/closet/secure_closet/medical2{ + req_access_txt = "100" + }, +/obj/item/alienjar, +/turf/open/floor/corsat/squares, +/area/fiorina/station/medbay) +"ksZ" = ( +/obj/structure/barricade/wooden{ + dir = 8 }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/central_ring) -"ktQ" = ( -/obj/structure/surface/rack, -/obj/item/device/camera, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/fiberbush) -"kum" = ( -/obj/structure/bed/chair{ +/area/fiorina/maintenance) +"ktz" = ( +/obj/item/stack/cable_coil/pink, +/turf/open/floor/prison/whitegreen/north, +/area/fiorina/station/medbay) +"ktV" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ dir = 4 }, -/obj/structure/bed/chair{ - dir = 4; - pixel_y = 4 - }, -/obj/structure/bed/chair{ - dir = 4; - pixel_y = 8 +/turf/open/floor/prison/floor_plate, +/area/fiorina/lz/near_lzII) +"kuI" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/communications{ + dir = 1 }, -/turf/open/floor/prison/bright_clean_marked/southwest, -/area/fiorina/station/medbay) -"kus" = ( -/obj/item/tool/screwdriver, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) -"kvg" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/prison/bluecorner, +/turf/open/floor/prison/floor_plate, /area/fiorina/station/power_ring) +"kvk" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison/kitchen/southwest, +/area/fiorina/station/civres_blue) "kvm" = ( /obj/structure/platform/kutjevo/smooth{ dir = 1 @@ -13431,39 +13826,40 @@ }, /turf/open/space/basic, /area/fiorina/oob) +"kvu" = ( +/obj/item/toy/crayon/mime, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) "kvx" = ( /obj/effect/landmark/monkey_spawn, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/medbay) -"kvy" = ( -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/station/disco) -"kvG" = ( -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/security) -"kvS" = ( -/turf/open/floor/prison/cell_stripe/east, -/area/fiorina/oob) -"kwn" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"kwp" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 - }, -/turf/open/floor/prison/darkyellow2/north, -/area/fiorina/station/flight_deck) +"kvH" = ( +/obj/effect/landmark/corpsespawner/ua_riot, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"kvT" = ( +/obj/item/tool/shovel/spade, +/turf/open/floor/prison/blue_plate/north, +/area/fiorina/station/botany) +"kwb" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) +"kwd" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) "kwv" = ( /obj/item/reagent_container/food/drinks/sillycup, /turf/open/floor/prison, /area/fiorina/station/flight_deck) -"kwE" = ( -/obj/structure/machinery/power/apc/power/west, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) +"kwR" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2, +/area/fiorina/station/park) "kwT" = ( /obj/structure/closet/firecloset, /turf/open/floor/plating/prison, @@ -13479,53 +13875,32 @@ }, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"kxI" = ( -/turf/open/floor/prison/greencorner/east, -/area/fiorina/tumor/civres) -"kxL" = ( -/obj/structure/flora/bush/ausbushes/ausbush{ - desc = "Fiberbush(tm) infestations have been the leading cause in asbestos related deaths in spacecraft for 3 years in a row now."; - icon_state = "fullgrass_1"; - name = "Fiberbush(tm) tubers" - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/fiberbush) +"kxs" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) "kxQ" = ( /obj/structure/prop/resin_prop{ icon_state = "rack" }, /turf/open/floor/plating/prison, /area/fiorina/station/park) -"kxW" = ( -/turf/open/floor/prison/darkbrowncorners2/north, -/area/fiorina/tumor/aux_engi) -"kyq" = ( -/turf/open/floor/prison/cell_stripe/east, -/area/fiorina/tumor/aux_engi) -"kyA" = ( -/obj/structure/platform{ - dir = 8 - }, -/turf/open/floor/prison/greenblue/southwest, -/area/fiorina/station/botany) -"kyJ" = ( -/obj/structure/bed/roller, -/obj/structure/machinery/iv_drip{ - pixel_y = 19 - }, -/obj/item/bedsheet/green, -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 - }, -/turf/open/floor/prison/whitegreen/east, -/area/fiorina/station/medbay) -"kyT" = ( -/obj/item/frame/rack, -/obj/item/clothing/under/marine/ua_riot, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) +"kyx" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/darkyellowcorners2, +/area/fiorina/station/telecomm/lz1_cargo) +"kyK" = ( +/obj/structure/girder, +/turf/open/floor/prison/yellow, +/area/fiorina/station/lowsec) +"kyL" = ( +/obj/item/stock_parts/manipulator/pico, +/turf/open/floor/prison/darkpurple2/east, +/area/fiorina/tumor/servers) +"kyM" = ( +/obj/item/clothing/head/soft/yellow, +/turf/open/floor/prison/darkpurple2/north, +/area/fiorina/tumor/servers) "kyW" = ( /obj/item/stack/sandbags/large_stack, /turf/open/floor/plating/prison, @@ -13546,11 +13921,6 @@ /obj/item/tool/shovel/etool, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) -"kzK" = ( -/obj/item/clothing/under/marine/ua_riot, -/obj/item/weapon/gun/rifle/m16, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) "kzO" = ( /obj/structure/monorail{ name = "launch track" @@ -13562,18 +13932,21 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/transit_hub) -"kAb" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/ashtray/plastic, -/obj/item/trash/cigbutt, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"kAg" = ( +"kAa" = ( /obj/structure/machinery/light/double/blue{ - pixel_y = -1 + dir = 4; + pixel_x = 10; + pixel_y = 13 }, -/turf/open/floor/prison/darkyellow2, -/area/fiorina/station/telecomm/lz1_cargo) +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/transit_hub) +"kAd" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/blue/north, +/area/fiorina/station/chapel) "kAr" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/monorail{ @@ -13589,38 +13962,80 @@ }, /turf/open/floor/prison, /area/fiorina/station/chapel) +"kAC" = ( +/obj/item/stack/cable_coil, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) +"kAI" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/item/storage/pill_bottle/inaprovaline/skillless, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) +"kAN" = ( +/obj/structure/machinery/optable{ + desc = "This maybe could be used for advanced medical procedures."; + name = "Exam Table" + }, +/obj/item/bedsheet/ce{ + desc = "It crinkles, aggressively."; + name = "sterile wax sheet" + }, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "kAO" = ( /obj/item/folder/yellow, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) +"kAW" = ( +/obj/item/stack/rods, +/turf/open/floor/prison/whitegreen/east, +/area/fiorina/station/medbay) +"kBr" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/prison/whitegreen, +/area/fiorina/tumor/ice_lab) +"kBu" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/park) +"kBD" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docdecal1" + }, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) "kBE" = ( /obj/item/toy/bikehorn/rubberducky, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"kBS" = ( -/obj/effect/landmark/corpsespawner/engineer, -/turf/open/floor/prison/bluecorner/north, -/area/fiorina/station/power_ring) +"kBI" = ( +/obj/structure/platform_decoration, +/obj/structure/inflatable, +/turf/open/floor/prison/whitegreen, +/area/fiorina/station/medbay) +"kBK" = ( +/obj/item/tool/wrench, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) +"kBT" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/stack/cable_coil, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) "kBV" = ( /obj/structure/bed/chair{ dir = 4 }, /turf/open/floor/prison, /area/fiorina/station/park) -"kCb" = ( -/obj/item/device/reagent_scanner, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/fiberbush) -"kCq" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/chapel) -"kCD" = ( -/obj/structure/machinery/photocopier{ - pixel_y = 4 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) "kCI" = ( /obj/item/weapon/baseballbat/metal, /turf/open/floor/plating/prison, @@ -13637,13 +14052,6 @@ }, /turf/open/floor/prison, /area/fiorina/station/disco) -"kDl" = ( -/obj/structure/barricade/wooden{ - dir = 8 - }, -/obj/structure/barricade/wooden, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/research_cells) "kDq" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -13652,33 +14060,27 @@ /obj/structure/platform, /turf/open/floor/prison, /area/fiorina/station/disco) -"kDB" = ( -/obj/structure/inflatable/popped/door, -/obj/item/ammo_casing{ - icon_state = "casing_1" - }, -/turf/open/floor/prison/sterile_white/southwest, +"kDI" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/cell_stripe/east, /area/fiorina/station/medbay) -"kDP" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/civres_blue) "kEj" = ( /obj/structure/largecrate/random/barrel/blue, /turf/open/floor/plating/prison, /area/fiorina/station/transit_hub) -"kEo" = ( -/obj/structure/largecrate/random/case/double, -/turf/open/floor/prison/darkyellow2, -/area/fiorina/station/telecomm/lz1_cargo) +"kEm" = ( +/turf/open/floor/prison/darkpurple2/west, +/area/fiorina/tumor/servers) "kEp" = ( /obj/structure/platform_decoration{ dir = 1 }, /turf/open/floor/prison, /area/fiorina/station/park) +"kEx" = ( +/obj/item/stack/rods, +/turf/open/floor/prison/whitegreen/west, +/area/fiorina/station/medbay) "kEy" = ( /obj/structure/bed/chair/dropship/pilot{ dir = 1 @@ -13690,29 +14092,6 @@ }, /turf/open/floor/plating/prison, /area/fiorina/oob) -"kEA" = ( -/obj/item/stool, -/turf/open/floor/prison/yellow/southwest, -/area/fiorina/station/disco) -"kEH" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/station/park) -"kEO" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/condiment/saltshaker{ - pixel_x = -5; - pixel_y = -6 - }, -/obj/item/reagent_container/food/condiment/peppermill{ - pixel_x = -5; - pixel_y = -11 - }, -/obj/item/reagent_container/food/snacks/cherrypie{ - pixel_y = 7 - }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/station/flight_deck) "kEZ" = ( /obj/item/stack/tile/plasteel{ pixel_x = 12; @@ -13724,170 +14103,102 @@ /obj/structure/surface/rack, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) -"kFx" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = 13 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzII) -"kFE" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) "kFM" = ( /obj/item/stack/sheet/metal{ amount = 5 }, /turf/open/floor/prison, /area/fiorina/station/telecomm/lz1_cargo) -"kGr" = ( -/turf/open/floor/prison/darkpurple2/northwest, -/area/fiorina/station/central_ring) -"kGQ" = ( -/obj/item/stack/sheet/cardboard, -/turf/open/floor/prison/whitepurple/west, -/area/fiorina/station/research_cells) +"kFW" = ( +/obj/structure/largecrate/random/secure, +/obj/structure/machinery/light/double/blue{ + pixel_y = -1 + }, +/turf/open/floor/prison/yellow/southwest, +/area/fiorina/station/disco) +"kGs" = ( +/obj/item/ammo_magazine/smg/nailgun, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/maintenance) +"kGx" = ( +/obj/item/tool/weldingtool{ + pixel_x = 6; + pixel_y = -2 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) "kGW" = ( /obj/structure/largecrate/random/case, /turf/open/floor/prison, /area/fiorina/station/power_ring) +"kGX" = ( +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/prison/blue_plate/east, +/area/fiorina/station/botany) "kHa" = ( /obj/item/storage/toolbox, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"kHc" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/donut_box{ - pixel_y = 6 - }, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"kHh" = ( -/turf/open/floor/prison/cell_stripe/west, -/area/fiorina/station/medbay) -"kHz" = ( -/turf/open/floor/prison/cell_stripe/east, +"kHr" = ( +/obj/structure/largecrate/random/case, +/turf/open/floor/prison/floor_plate, /area/fiorina/station/park) +"kHv" = ( +/obj/effect/spawner/random/gun/pistol, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) "kHG" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzII) -"kHR" = ( -/obj/structure/surface/rack, -/obj/item/explosive/grenade/high_explosive/frag, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) -"kHV" = ( -/obj/effect/decal{ - icon = 'icons/obj/items/policetape.dmi'; - icon_state = "engineering_h"; - layer = 2.5; - pixel_y = -11 - }, -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/station/telecomm/lz1_cargo) "kIc" = ( /obj/structure/platform_decoration, /obj/effect/spawner/random/toolbox, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"kIv" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/item/fuel_cell, -/obj/structure/platform{ - dir = 4 - }, -/obj/structure/platform_decoration{ - dir = 9 - }, -/turf/open/floor/plating/prison, -/area/fiorina/station/lowsec) -"kIA" = ( -/obj/structure/prop/almayer/computers/sensor_computer1, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) -"kIM" = ( -/obj/structure/prop/structure_lattice{ - dir = 4; - health = 300 - }, -/obj/structure/prop/structure_lattice{ - dir = 4; - layer = 3.1; - pixel_y = 10 - }, -/obj/structure/disposalpipe/segment{ - color = "#c4c4c4"; - dir = 2; - layer = 6; - name = "overhead pipe"; - pixel_x = -16; - pixel_y = 12 +"kIJ" = ( +/turf/open/floor/prison/red/east, +/area/fiorina/lz/near_lzII) +"kIV" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docdecal1" }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) +/turf/open/floor/prison/whitegreen, +/area/fiorina/station/medbay) "kJf" = ( /obj/item/tool/wrench, /turf/open/floor/plating/prison, /area/fiorina/station/transit_hub) -"kJj" = ( -/obj/item/ammo_magazine/smg/mp5, -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/station/telecomm/lz1_cargo) -"kJu" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/spawner/random/tool, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) -"kJy" = ( -/obj/structure/toilet, -/turf/open/floor/prison/sterile_white, -/area/fiorina/station/civres_blue) -"kJG" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/flight_deck) -"kJM" = ( -/obj/structure/platform, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/botany) -"kJT" = ( -/obj/effect/landmark/static_comms/net_one, +"kJi" = ( +/obj/item/reagent_container/food/drinks/coffee, /turf/open/floor/prison/floor_plate/southwest, /area/fiorina/station/telecomm/lz1_cargo) +"kJQ" = ( +/obj/item/stack/cable_coil/green, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) "kJX" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /turf/open/floor/prison, /area/fiorina/station/disco) -"kLi" = ( -/obj/structure/largecrate/random/barrel/blue, -/turf/open/floor/corsat/plate, -/area/fiorina/tumor/aux_engi) -"kLs" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = 13 +"kKe" = ( +/obj/item/reagent_container/food/drinks/coffee{ + name = "\improper paper cup" }, -/turf/open/floor/prison/darkbrown2/west, -/area/fiorina/tumor/aux_engi) -"kLx" = ( -/obj/item/trash/candy, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) -"kLK" = ( -/obj/structure/platform, -/turf/open/floor/prison/cell_stripe/east, -/area/fiorina/station/security) +/turf/open/floor/prison/yellow/northeast, +/area/fiorina/station/central_ring) +"kLd" = ( +/turf/open/floor/prison/green, +/area/fiorina/station/chapel) +"kLq" = ( +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/station/disco) +"kLC" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/open/floor/prison/kitchen/southwest, +/area/fiorina/station/civres_blue) "kLN" = ( /obj/structure/janitorialcart, /obj/item/tool/mop{ @@ -13912,63 +14223,36 @@ }, /turf/open/floor/prison, /area/fiorina/station/transit_hub) -"kMg" = ( -/obj/vehicle/train/cargo/trolley, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/transit_hub) -"kMm" = ( -/obj/structure/barricade/handrail/type_b{ - dir = 1 - }, -/obj/item/frame/rack, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/disco) +"kLW" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/greenblue, +/area/fiorina/station/botany) "kMq" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/civres_blue) -"kMM" = ( -/obj/structure/barricade/wooden{ - dir = 4 - }, -/turf/open/floor/prison/chapel_carpet/doubleside, -/area/fiorina/station/chapel) -"kMQ" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 12 - }, -/obj/structure/blocker/invisible_wall, -/turf/open/floor/prison/whitepurple/southeast, -/area/fiorina/oob) "kMU" = ( /obj/effect/spawner/gibspawner/robot, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/maintenance) -"kMZ" = ( +"kNa" = ( +/obj/structure/surface/rack, +/obj/item/storage/firstaid/regular, +/obj/item/storage/pill_bottle/dexalin/skillless, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/medbay) +"kNf" = ( +/obj/structure/inflatable, +/turf/open/floor/prison/yellow/northwest, +/area/fiorina/station/lowsec) +"kNr" = ( /obj/structure/platform{ - dir = 1 + dir = 8 }, /obj/effect/decal/medical_decals{ - icon_state = "docdecal1" + icon_state = "triagedecalbottomleft" }, /turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) -"kNg" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/snacks/meat{ - pixel_x = -1; - pixel_y = 2 - }, -/obj/item/reagent_container/food/snacks/meat{ - pixel_x = -1; - pixel_y = 4 - }, -/obj/item/reagent_container/food/snacks/meat{ - pixel_x = -1; - pixel_y = 6 - }, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/power_ring) "kNB" = ( /obj/structure/surface/table/woodentable/fancy, /obj/item/reagent_container/food/drinks/bottle/holywater{ @@ -13977,6 +14261,9 @@ }, /turf/open/floor/wood, /area/fiorina/station/chapel) +"kNH" = ( +/turf/open/floor/prison/bluecorner/west, +/area/fiorina/station/chapel) "kNN" = ( /obj/item/stack/sheet/metal, /turf/open/floor/plating/plating_catwalk/prison, @@ -13985,66 +14272,54 @@ /obj/item/stack/medical/bruise_pack, /turf/open/floor/prison, /area/fiorina/station/security) -"kNX" = ( -/obj/item/reagent_container/food/drinks/cans/waterbottle, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) +"kNT" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomright" + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "kNY" = ( /obj/structure/surface/rack, /obj/item/reagent_container/spray/cleaner, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"kOj" = ( -/obj/item/storage/firstaid/regular, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"kOs" = ( -/obj/structure/barricade/metal{ - dir = 8; - health = 150; - icon_state = "metal_2" - }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/ice_lab) "kOM" = ( /obj/structure/monorail{ name = "launch track" }, /turf/open/floor/plating/prison, /area/fiorina/station/park) -"kOV" = ( -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_sn_full_cap" - }, -/obj/structure/platform{ - dir = 4 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"kPk" = ( -/obj/structure/platform_decoration{ +"kOO" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) +"kOT" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 4 }, -/turf/open/floor/prison/floor_plate, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) +"kPb" = ( +/obj/item/tool/screwdriver, +/turf/open/floor/prison/yellowfull, /area/fiorina/station/lowsec) "kPo" = ( -/obj/structure/barricade/sandbags{ - dir = 4; - icon_state = "sandbag_0"; - pixel_y = 2 - }, -/obj/item/storage/pouch/tools/full, -/turf/open/floor/prison/yellow/southwest, -/area/fiorina/station/disco) +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/goggles/lowchance, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/park) +"kPq" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/toolbox/mechanical/green, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/maintenance) "kPz" = ( /obj/structure/lattice, /turf/open/space, /area/fiorina/oob) -"kPB" = ( -/obj/structure/largecrate/random, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/central_ring) "kPC" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -14053,69 +14328,77 @@ /obj/structure/platform/stair_cut, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"kPD" = ( -/obj/structure/surface/rack, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) "kPY" = ( /turf/closed/wall/prison, /area/fiorina/tumor/fiberbush) -"kQr" = ( -/obj/item/tool/shovel, -/turf/open/floor/prison/green/southeast, -/area/fiorina/tumor/civres) -"kQF" = ( -/obj/structure/bed/chair, -/turf/open/floor/prison/greenblue, +"kQw" = ( +/turf/open/floor/prison/blue_plate/east, /area/fiorina/station/botany) -"kRb" = ( -/obj/item/clothing/head/helmet/marine/veteran/ua_riot, +"kRn" = ( +/turf/open/floor/prison/blue/southeast, +/area/fiorina/station/civres_blue) +"kRF" = ( +/obj/structure/surface/rack, +/obj/item/explosive/grenade/high_explosive/frag, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) -"kRr" = ( -/obj/structure/machinery/fuelcell_recycler/full, -/turf/open/floor/prison/blue/southwest, -/area/fiorina/station/power_ring) -"kRY" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "riot_control" +/area/fiorina/tumor/servers) +"kRO" = ( +/turf/open/floor/prison/floor_plate, +/area/fiorina/lz/near_lzI) +"kRZ" = ( +/obj/structure/bed/sofa/vert/grey, +/turf/open/floor/prison/floor_plate, +/area/fiorina/lz/near_lzII) +"kSc" = ( +/obj/structure/platform, +/obj/structure/machinery/light/double/blue{ + pixel_y = -1 }, -/turf/open/floor/prison, -/area/fiorina/station/security) +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/disco) "kSh" = ( /turf/closed/shuttle/elevator{ dir = 9 }, /area/fiorina/station/telecomm/lz1_cargo) -"kSO" = ( -/turf/open/floor/prison/whitepurplecorner, -/area/fiorina/station/research_cells) -"kTL" = ( -/obj/item/stack/rods, -/obj/item/shard{ - icon_state = "large" +"kSM" = ( +/obj/structure/platform{ + dir = 1 }, -/turf/open/floor/plating/prison, -/area/fiorina/station/medbay) -"kUj" = ( -/obj/structure/window/framed/prison, -/turf/open/floor/plating/prison, -/area/fiorina/tumor/civres) -"kUv" = ( -/obj/structure/bed/chair/dropship/pilot, -/turf/open/floor/almayer/plate, -/area/fiorina/tumor/ship) -"kUM" = ( -/obj/structure/machinery/space_heater, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/research_cells) -"kVc" = ( -/obj/structure/machinery/space_heater, -/obj/structure/platform{ - dir = 4 +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/whitegreen/east, +/turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/tumor/ice_lab) +"kTp" = ( +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/maintenance) +"kTD" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -1 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/chapel) +"kTL" = ( +/obj/item/stack/rods, +/obj/item/shard{ + icon_state = "large" + }, +/turf/open/floor/plating/prison, +/area/fiorina/station/medbay) +"kUb" = ( +/obj/structure/barricade/handrail/type_b{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) +"kUj" = ( +/obj/structure/window/framed/prison, +/turf/open/floor/plating/prison, +/area/fiorina/tumor/civres) "kVg" = ( /obj/item/stack/cable_coil/blue, /turf/open/floor/plating/prison, @@ -14124,40 +14407,25 @@ /obj/structure/largecrate/random, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"kVX" = ( -/obj/item/stack/folding_barricade, -/turf/open/floor/prison/red/west, -/area/fiorina/station/security) -"kXt" = ( -/obj/structure/barricade/metal/wired{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) -"kXB" = ( -/obj/structure/holohoop{ - dir = 8; - id = "basketball"; - side = "right" - }, -/obj/structure/barricade/handrail{ - dir = 4 +"kVL" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = 13 }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/research_cells) +/turf/open/floor/corsat/plate, +/area/fiorina/tumor/aux_engi) +"kWq" = ( +/turf/open/floor/prison/cell_stripe/east, +/area/fiorina/station/security) +"kWA" = ( +/obj/structure/bed/chair/comfy, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) "kXD" = ( /obj/structure/window/framed/prison, /turf/open/floor/plating/prison, /area/fiorina/station/park) -"kXG" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/obj/effect/spawner/random/gun/smg/lowchance, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) "kXR" = ( /obj/structure/machinery/light/small{ dir = 4; @@ -14166,60 +14434,72 @@ }, /turf/open/floor/plating/plating_catwalk, /area/fiorina/tumor/ship) -"kYg" = ( -/turf/open/floor/prison/green/north, -/area/fiorina/station/transit_hub) -"kYh" = ( -/obj/structure/platform, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) "kYZ" = ( /obj/structure/surface/table/woodentable, /obj/item/cell/super/empty, /turf/open/floor/carpet, /area/fiorina/station/civres_blue) -"kZd" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/ice_lab) -"kZw" = ( -/turf/open/floor/prison/whitegreen/southeast, -/area/fiorina/station/medbay) +"kZv" = ( +/turf/open/floor/corsat/plate, +/area/fiorina/tumor/aux_engi) +"kZx" = ( +/turf/open/floor/prison/greenblue/northwest, +/area/fiorina/station/botany) "kZy" = ( /obj/item/clothing/mask/breath, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"kZA" = ( -/obj/structure/machinery/light/small{ - dir = 4; - pixel_x = 11; - pixel_y = 10 +"kZX" = ( +/obj/item/fuel_cell, +/obj/structure/platform, +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = 13 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) +/turf/open/floor/plating/prison, +/area/fiorina/station/lowsec) +"lac" = ( +/obj/item/storage/fancy/candle_box, +/turf/open/floor/prison/chapel_carpet/doubleside, +/area/fiorina/station/chapel) "lag" = ( /obj/structure/cable/heavyduty{ icon_state = "4-8" }, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) +"law" = ( +/obj/item/trash/candle, +/turf/open/floor/prison/chapel_carpet/doubleside/north, +/area/fiorina/maintenance) "laJ" = ( /obj/structure/airlock_assembly, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzI) "laN" = ( -/obj/structure/monorail{ - name = "launch track" - }, +/obj/structure/surface/table/reinforced/prison, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_tram) -"laX" = ( -/obj/structure/barricade/wooden{ - dir = 1 +/area/fiorina/tumor/fiberbush) +"laO" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + health = 300; + icon = 'icons/turf/elevator.dmi'; + icon_state = "wall_broke" }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) +/turf/open/floor/corsat/squares, +/area/fiorina/station/civres_blue) +"laR" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/flashlight/lamp/candelabra{ + layer = 3.2; + pixel_x = 1; + pixel_y = 13 + }, +/turf/open/floor/prison/greenfull/east, +/area/fiorina/station/chapel) "lbk" = ( /obj/effect/spawner/random/tech_supply, /obj/structure/machinery/light/double/blue{ @@ -14228,15 +14508,6 @@ }, /turf/open/floor/prison, /area/fiorina/station/security) -"lbo" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/surgical_tray, -/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" - }, -/turf/open/floor/prison/redfull, -/area/fiorina/station/medbay) "lbt" = ( /obj/structure/disposalpipe/segment{ color = "#c4c4c4"; @@ -14256,23 +14527,25 @@ }, /turf/open/floor/prison, /area/fiorina/station/medbay) -"lbV" = ( -/turf/open/floor/prison/darkpurple2/north, -/area/fiorina/station/disco) -"lbX" = ( -/obj/effect/spawner/random/toolbox, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) -"lcb" = ( -/obj/structure/flora/bush/ausbushes/grassybush{ - icon_state = "lavendergrass_4" +"lbv" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 1 }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/central_ring) -"lch" = ( -/obj/structure/machinery/portable_atmospherics/canister/phoron, -/turf/open/floor/corsat/squares, -/area/fiorina/station/telecomm/lz1_cargo) +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/lz/near_lzI) +"lct" = ( +/obj/item/device/flashlight, +/turf/open/floor/prison/blue/west, +/area/fiorina/station/civres_blue) +"lcA" = ( +/obj/effect/decal/medical_decals{ + icon_state = "cryotop" + }, +/obj/structure/pipes/standard/simple/visible{ + dir = 9 + }, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) "lcH" = ( /obj/structure/prop/structure_lattice{ dir = 4 @@ -14290,146 +14563,124 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"lds" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"ldw" = ( -/obj/item/ammo_casing{ - icon_state = "cartridge_2" +"ldI" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_full" }, +/obj/structure/platform, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/central_ring) +/area/fiorina/station/security) "ldZ" = ( /obj/structure/machinery/door/airlock/prison_hatch/autoname, /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) -"leh" = ( -/obj/structure/closet{ - density = 0; - pixel_y = 18 - }, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) +"leu" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/greenblue/west, +/area/fiorina/station/botany) +"ley" = ( +/obj/structure/janitorialcart, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/civres_blue) +"leB" = ( +/turf/open/floor/prison/bluecorner/north, +/area/fiorina/station/civres_blue) "leF" = ( /obj/item/trash/cigbutt/ucigbutt, /turf/open/floor/wood, /area/fiorina/station/civres_blue) -"leO" = ( -/obj/structure/platform{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) -"leS" = ( -/obj/structure/barricade/handrail/type_b{ - layer = 3.5 - }, -/obj/structure/barricade/handrail/type_b{ +"leX" = ( +/obj/structure/bed/chair{ dir = 4; - layer = 3.5 + pixel_y = 4 }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/civres_blue) +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"lfe" = ( +/turf/open/floor/prison/darkbrown2/southwest, +/area/fiorina/maintenance) "lfo" = ( /obj/structure/pipes/standard/manifold/visible, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"lfq" = ( -/obj/item/ammo_casing{ - icon_state = "casing_1" +"lgo" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/park) +"lgr" = ( +/obj/structure/machinery/vending/cigarette/colony, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, /turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"lft" = ( -/obj/structure/barricade/handrail/type_b{ - dir = 8 - }, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/flight_deck) -"lfM" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/prison/whitegreencorner/west, -/area/fiorina/tumor/ice_lab) -"lgd" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/greencorner/west, -/area/fiorina/tumor/aux_engi) -"lgL" = ( -/obj/item/trash/used_stasis_bag{ - desc = "Wow, instant sand. They really have everything in space."; - name = "Insta-Sand! bag" - }, -/turf/open/floor/prison/blue/west, -/area/fiorina/station/civres_blue) -"lgX" = ( -/obj/structure/closet/secure_closet/guncabinet{ - req_access = null - }, -/obj/item/weapon/gun/smg/mp5, -/obj/item/ammo_magazine/smg/mp5, -/obj/item/ammo_magazine/smg/mp5, -/obj/item/clothing/under/marine/ua_riot, -/obj/item/clothing/suit/storage/marine/veteran/ua_riot, -/obj/item/prop/helmetgarb/riot_shield, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"lho" = ( -/obj/item/trash/pistachios, -/turf/open/floor/prison/whitegreen, /area/fiorina/tumor/ice_lab) -"lhy" = ( -/obj/structure/filingcabinet/disk, +"lgV" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/station_alert, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) +"lhm" = ( +/obj/structure/machinery/vending/dinnerware, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) +"lhD" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/stack/sheet/mineral/plastic, /turf/open/floor/prison/darkpurplefull2, /area/fiorina/tumor/servers) -"lhL" = ( -/obj/structure/pipes/standard/simple/visible{ - dir = 4 - }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"lhM" = ( -/obj/structure/machinery/space_heater, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/tumor/ice_lab) -"lhN" = ( -/turf/open/floor/prison/yellow/east, -/area/fiorina/lz/near_lzII) +"lhK" = ( +/obj/item/tool/warning_cone, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/disco) "lhY" = ( /obj/structure/sign/prop3{ desc = "Enlist in the Penal Battalions today! The USCM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." }, /turf/closed/wall/prison, /area/fiorina/station/power_ring) -"lie" = ( -/obj/item/trash/chunk, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"lin" = ( -/obj/item/clothing/gloves/boxing, -/turf/open/floor/prison/yellow/southwest, -/area/fiorina/station/lowsec) -"lio" = ( -/obj/item/reagent_container/food/snacks/eat_bar, -/turf/open/floor/prison/whitegreen/east, -/area/fiorina/station/medbay) +"lih" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/newspaper, +/obj/item/attachable/bipod, +/turf/open/floor/prison/darkyellow2, +/area/fiorina/lz/near_lzI) "liA" = ( /obj/structure/machinery/door/airlock/prison_hatch/autoname{ dir = 1 }, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"liD" = ( -/turf/open/floor/prison/yellow, -/area/fiorina/station/central_ring) "liI" = ( /obj/item/bedsheet/green, /obj/structure/bed, /obj/item/toy/plush/farwa, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) +"liJ" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_sn_full_cap" + }, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"liK" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -5; + pixel_y = -6 + }, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = -5; + pixel_y = -11 + }, +/obj/item/reagent_container/food/snacks/doughslice, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/station/flight_deck) "liZ" = ( /obj/structure/machinery/light/double/blue{ dir = 4; @@ -14446,62 +14697,27 @@ /obj/item/stack/cable_coil, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"lji" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/radio{ - pixel_y = 8 - }, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) -"lkc" = ( -/turf/open/floor/prison/greencorner, -/area/fiorina/tumor/civres) -"lks" = ( -/obj/structure/platform{ - dir = 4 +"ljV" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 8 }, -/obj/item/stool, -/obj/item/clothing/shoes/slippers_worn, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/civres_blue) +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/lz/near_lzI) "lku" = ( /turf/closed/shuttle/ert{ icon_state = "stan_rightengine" }, /area/fiorina/oob) -"lkv" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/whitegreen/northwest, -/area/fiorina/station/medbay) -"lld" = ( -/obj/structure/machinery/landinglight/ds2/delaytwo{ - dir = 8 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzII) -"lli" = ( +"lkC" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/storage/box/handcuffs{ - pixel_x = 6; - pixel_y = 1 - }, -/obj/item/storage/box/handcuffs{ - pixel_x = -7; - pixel_y = 1 - }, -/obj/item/storage/box/handcuffs{ - pixel_x = -2; - pixel_y = 11 - }, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +/obj/item/hardpoint/support/flare_launcher{ + pixel_x = -1; + pixel_y = 5 }, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"llm" = ( -/obj/item/device/flashlight/flare, -/turf/open/floor/prison/darkyellowcorners2/north, +/turf/open/floor/prison/darkyellow2, +/area/fiorina/lz/near_lzI) +"lkE" = ( +/turf/open/floor/prison/floor_plate, /area/fiorina/station/telecomm/lz1_cargo) "lls" = ( /obj/structure/barricade/handrail/type_b{ @@ -14519,6 +14735,12 @@ }, /turf/open/floor/almayer_hull, /area/fiorina/oob) +"lma" = ( +/obj/item/shard{ + icon_state = "large" + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) "lml" = ( /obj/structure/platform_decoration/kutjevo{ dir = 8 @@ -14534,14 +14756,18 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/medbay) -"lmL" = ( -/obj/structure/stairs/perspective{ +"lmt" = ( +/obj/structure/machinery/portable_atmospherics/canister/phoron, +/turf/open/floor/corsat/plate, +/area/fiorina/station/telecomm/lz1_cargo) +"lmK" = ( +/obj/structure/barricade/sandbags{ dir = 8; - icon_state = "p_stair_full" + icon_state = "sandbag_0"; + pixel_y = 2 }, -/obj/structure/platform, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) +/turf/open/floor/prison/yellow/southeast, +/area/fiorina/station/disco) "lmM" = ( /obj/structure/machinery/light/double/blue{ dir = 4; @@ -14550,60 +14776,27 @@ }, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"lmP" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/folder/black_random, -/obj/item/folder/red{ - pixel_x = 3; - pixel_y = 5 - }, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) "lmV" = ( /turf/open/floor/prison, /area/fiorina/tumor/fiberbush) -"lna" = ( -/obj/structure/closet/secure_closet/guncabinet{ - req_access = null - }, -/obj/item/storage/box/pillbottles, -/obj/item/clothing/under/marine/ua_riot, -/obj/item/clothing/suit/storage/marine/veteran/ua_riot, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"lni" = ( -/obj/structure/barricade/metal{ - health = 250; - icon_state = "metal_1" - }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/ice_lab) "lnK" = ( /turf/closed/wall/r_wall/prison, /area/fiorina/station/telecomm/lz1_tram) -"lnX" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/darkbrowncorners2, -/area/fiorina/station/park) -"lor" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/prison/blue/north, -/area/fiorina/station/chapel) -"low" = ( -/turf/open/floor/prison/bluecorner/west, -/area/fiorina/station/chapel) -"loK" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 +"loR" = ( +/obj/structure/barricade/deployable{ + dir = 4 }, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/tumor/civres) +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) "lpf" = ( /obj/item/storage/belt/marine, /turf/open/floor/prison, /area/fiorina/station/security) +"lpi" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) "lpl" = ( /turf/closed/shuttle/ert{ icon_state = "stan27" @@ -14619,12 +14812,6 @@ /obj/structure/barricade/handrail/type_b, /turf/open/floor/prison, /area/fiorina/station/disco) -"lpv" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "Residential Apartment" - }, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/tumor/servers) "lpV" = ( /obj/item/device/flashlight/lamp/tripod, /obj/structure/machinery/light/double/blue{ @@ -14633,19 +14820,30 @@ }, /turf/open/floor/prison, /area/fiorina/station/medbay) -"lqg" = ( -/obj/item/tool/kitchen/utensil/pfork, -/turf/open/floor/prison/blue/east, -/area/fiorina/station/power_ring) +"lqb" = ( +/obj/structure/prop/almayer/computers/sensor_computer1{ + name = "computer" + }, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/lowsec) "lqq" = ( /turf/open/floor/wood, /area/fiorina/station/chapel) -"lrk" = ( -/obj/structure/platform_decoration{ - dir = 1 +"lra" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" }, -/turf/open/floor/prison/darkbrown2/southeast, -/area/fiorina/station/park) +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"lrf" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/medbay) +"lrk" = ( +/obj/structure/surface/rack, +/obj/item/tank/emergency_oxygen/engi, +/turf/open/floor/prison/bluecorner, +/area/fiorina/station/power_ring) "lrm" = ( /obj/structure/barricade/metal/wired{ health = 250; @@ -14653,14 +14851,6 @@ }, /turf/open/floor/prison, /area/fiorina/lz/near_lzII) -"lrw" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 - }, -/turf/open/floor/prison/whitepurple/east, -/area/fiorina/station/research_cells) "lrA" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, /turf/open/floor/plating/prison, @@ -14671,82 +14861,53 @@ /obj/item/toy/katana, /turf/open/floor/almayer, /area/fiorina/tumor/ship) -"lst" = ( -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_sn_full_cap" - }, -/turf/open/floor/prison/whitegreen/north, -/area/fiorina/station/central_ring) -"lsy" = ( -/obj/structure/closet/crate/medical, +"lrX" = ( +/obj/item/stack/sheet/metal/medium_stack, +/obj/structure/surface/rack, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/medbay) -"lsO" = ( -/obj/structure/machinery/cm_vending/sorted/medical/no_access, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"lsV" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 - }, +/area/fiorina/station/power_ring) +"lsj" = ( /turf/open/floor/prison/floor_plate, -/area/fiorina/station/flight_deck) -"ltM" = ( -/obj/structure/closet/secure_closet/guncabinet{ - req_access = null +/area/fiorina/lz/near_lzII) +"lst" = ( +/obj/structure/bed/chair{ + dir = 1 }, -/obj/item/clothing/under/marine/ua_riot, -/obj/item/clothing/suit/storage/marine/veteran/ua_riot, +/obj/structure/prop/souto_land/streamer{ + pixel_y = 24 + }, +/turf/open/floor/prison/darkbrown2, +/area/fiorina/station/park) +"lsD" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/card/id/guest, /turf/open/floor/prison/redfull, /area/fiorina/station/security) -"ltW" = ( -/turf/open/floor/prison/green/north, -/area/fiorina/tumor/aux_engi) -"ltZ" = ( -/obj/structure/barricade/handrail/type_b{ - dir = 8 +"lsP" = ( +/obj/structure/machinery/power/apc/power/west, +/turf/open/floor/prison, +/area/fiorina/lz/near_lzI) +"lti" = ( +/obj/structure/platform{ + dir = 1 }, -/obj/structure/bed/chair/office/dark{ - dir = 4; - layer = 3.25 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"lui" = ( -/obj/structure/bed/chair{ - dir = 4; - pixel_y = 8 - }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"lut" = ( -/obj/item/trash/burger, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/tumor/civres) -"luP" = ( -/obj/item/tool/warning_cone{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/item/tool/warning_cone{ - pixel_x = -4; - pixel_y = 5 - }, -/obj/item/tool/warning_cone{ - pixel_x = -4; - pixel_y = 8 - }, -/obj/structure/surface/rack, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/maintenance) -"luR" = ( -/turf/open/floor/prison/blue/northeast, +/turf/open/floor/prison/floor_plate, /area/fiorina/station/power_ring) +"luL" = ( +/obj/structure/surface/rack, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) +"luW" = ( +/obj/structure/machinery/processor, +/obj/effect/decal/cleanable/blood{ + pixel_y = 20 + }, +/turf/open/floor/prison/blue_plate, +/area/fiorina/station/botany) +"lvf" = ( +/obj/structure/machinery/vending/cigarette, +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/fiberbush) "lvg" = ( /obj/item/trash/candle, /turf/open/floor/prison/chapel_carpet, @@ -14758,36 +14919,24 @@ }, /turf/open/floor/wood, /area/fiorina/station/security/wardens) -"lvj" = ( -/obj/item/storage/backpack{ - pixel_x = -11; - pixel_y = 15 - }, -/obj/item/trash/syndi_cakes, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) "lvk" = ( /obj/structure/bed/sofa/south/grey, /turf/open/floor/prison, /area/fiorina/station/disco) -"lvm" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 - }, -/obj/structure/largecrate/random, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/station/telecomm/lz1_tram) +"lvv" = ( +/obj/structure/bed/roller, +/obj/item/bedsheet/green, +/turf/open/floor/prison/whitepurple/north, +/area/fiorina/station/research_cells) "lvy" = ( /turf/closed/shuttle/ert{ icon_state = "stan_rightengine" }, /area/fiorina/tumor/aux_engi) -"lvF" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/prison/cell_stripe/east, -/area/fiorina/station/medbay) +"lvM" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/turf/open/floor/almayer/plating/northeast, +/area/fiorina/tumor/ship) "lvN" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/ashtray/plastic, @@ -14800,19 +14949,6 @@ /obj/structure/machinery/light/double/blue, /turf/open/floor/prison, /area/fiorina/station/medbay) -"lvO" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 5 - }, -/obj/structure/barricade/handrail/type_b{ - layer = 3.5 - }, -/obj/structure/barricade/handrail/type_b{ - dir = 8; - layer = 3.5 - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) "lwd" = ( /obj/structure/machinery/light/double/blue{ dir = 4; @@ -14821,56 +14957,52 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/medbay) -"lwl" = ( -/obj/item/ammo_casing{ - dir = 6; - icon_state = "casing_10_1" - }, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/station/park) -"lwp" = ( -/obj/structure/barricade/handrail, -/turf/open/floor/prison/whitepurple/northeast, -/area/fiorina/station/research_cells) -"lwq" = ( -/obj/structure/bed{ - icon_state = "abed" - }, -/obj/item/storage/box/holobadge{ - pixel_y = 3 - }, -/turf/open/floor/prison/yellow/southeast, -/area/fiorina/station/lowsec) -"lww" = ( -/obj/structure/barricade/handrail/type_b{ - layer = 3.4 +"lwf" = ( +/obj/structure/bed/chair{ + dir = 4 }, -/obj/structure/barricade/handrail/type_b{ +/obj/structure/bed/chair{ dir = 4; - layer = 3.5 + pixel_y = 4 }, -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" +/obj/structure/bed/chair{ + dir = 4; + pixel_y = 8 }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) +/turf/open/floor/prison/floor_marked/southwest, +/area/fiorina/station/park) +"lwA" = ( +/obj/item/reagent_container/food/snacks/wrapped/booniebars, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/tumor/civres) "lwO" = ( /obj/structure/largecrate/supply/supplies/water, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"lwY" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/cameras{ - dir = 4 +"lxa" = ( +/obj/item/shard{ + icon_state = "large" }, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/disco) -"lxM" = ( -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = 30 +/turf/open/floor/prison/greenfull/east, +/area/fiorina/station/transit_hub) +"lxc" = ( +/obj/item/trash/popcorn, +/turf/open/floor/prison/yellow/north, +/area/fiorina/station/lowsec) +"lxg" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) +/obj/structure/machinery/power/apc/power/west, +/turf/open/floor/wood, +/area/fiorina/station/security/wardens) +"lxp" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) "lyd" = ( /obj/structure/surface/rack, /obj/item/folder/black, @@ -14885,77 +15017,49 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"lys" = ( +"lyi" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/item/fuel_cell, /obj/structure/platform{ dir = 4 }, -/turf/open/floor/prison/greenblue/southeast, -/area/fiorina/station/botany) -"lyB" = ( -/obj/structure/machinery/computer3/server/rack, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) -"lyE" = ( -/obj/item/reagent_container/food/drinks/bottle/rum, -/turf/open/floor/prison/blue_plate/north, -/area/fiorina/station/botany) +/obj/structure/platform_decoration{ + dir = 9 + }, +/turf/open/floor/plating/prison, +/area/fiorina/station/lowsec) "lyJ" = ( /obj/item/tool/crowbar, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"lyL" = ( -/obj/item/stack/cable_coil, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) -"lyN" = ( -/turf/open/floor/prison/yellow/northeast, -/area/fiorina/station/central_ring) -"lyS" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/trash/cigbutt/bcigbutt, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) +"lyK" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/prison/darkbrown2, +/area/fiorina/tumor/aux_engi) "lzm" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/window/reinforced/tinted, /turf/open/floor/plating/prison, /area/fiorina/station/research_cells) -"lzr" = ( -/obj/structure/machinery/shower{ - dir = 1; - pixel_y = -1 - }, -/obj/structure/machinery/shower{ - dir = 4 - }, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/lowsec) "lzJ" = ( /turf/open/floor/plating/prison, /area/fiorina/station/park) -"lzP" = ( -/obj/effect/decal{ - icon = 'icons/obj/items/policetape.dmi'; - icon_state = "engineering_v" - }, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/darkyellow2/north, -/area/fiorina/station/telecomm/lz1_cargo) -"lAc" = ( -/obj/structure/bed/chair/office/dark{ - dir = 8 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) "lAh" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/tumor/ice_lab) -"lAt" = ( -/turf/open/floor/prison/redcorner/north, -/area/fiorina/station/security) +"lAC" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/stack/rods, +/turf/open/floor/prison/greenfull/east, +/area/fiorina/station/chapel) +"lAO" = ( +/obj/item/stack/sheet/metal{ + amount = 5 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_cargo) "lAS" = ( /turf/open/floor/prison, /area/fiorina/station/power_ring) @@ -14963,24 +15067,28 @@ /obj/structure/bed/stool, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"lAX" = ( -/obj/structure/barricade/wooden{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) "lAY" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/door/window/northright, /turf/open/floor/plating/prison, /area/fiorina/station/security/wardens) -"lBw" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, +"lAZ" = ( +/obj/structure/bed/sofa/south/grey/left, /turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzII) +/area/fiorina/station/security/wardens) +"lBa" = ( +/obj/structure/sink{ + pixel_y = 23 + }, +/obj/item/paper_bin{ + pixel_x = -11; + pixel_y = -5 + }, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"lBf" = ( +/turf/open/floor/prison/whitegreen/west, +/area/fiorina/station/medbay) "lBJ" = ( /obj/structure/bed/chair{ dir = 4; @@ -14992,30 +15100,38 @@ /obj/item/stack/sheet/metal, /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) -"lCG" = ( -/obj/structure/platform, -/turf/open/floor/prison/floor_plate, +"lCt" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) +"lCH" = ( +/obj/structure/machinery/power/reactor/colony, +/turf/open/floor/prison/bluecorner/north, /area/fiorina/station/power_ring) -"lDp" = ( -/obj/structure/platform{ - dir = 8 +"lCI" = ( +/obj/structure/platform_decoration, +/obj/item/shard{ + icon_state = "medium"; + name = "ice shard" }, -/turf/open/floor/prison/whitegreen/west, +/turf/open/floor/prison/whitegreen, /area/fiorina/tumor/ice_lab) -"lDq" = ( -/obj/structure/coatrack, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) +"lCP" = ( +/turf/open/floor/prison/greenbluecorner/east, +/area/fiorina/station/botany) +"lDh" = ( +/obj/structure/machinery/landinglight/ds1, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/lz/near_lzI) +"lDA" = ( +/obj/structure/machinery/light/double/blue{ + pixel_y = -1 + }, +/turf/open/floor/prison/darkyellow2/southwest, +/area/fiorina/station/telecomm/lz1_cargo) "lDC" = ( /turf/closed/wall/prison, /area/fiorina/station/central_ring) -"lDY" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/station/park) "lEa" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_ew_full_cap" @@ -15023,16 +15139,6 @@ /obj/structure/platform/stair_cut/alt, /turf/open/floor/plating/prison, /area/fiorina/station/chapel) -"lEb" = ( -/turf/open/floor/prison/darkyellow2/northwest, -/area/fiorina/station/flight_deck) -"lEd" = ( -/turf/open/floor/prison/whitepurple/southwest, -/area/fiorina/station/research_cells) -"lEg" = ( -/obj/effect/landmark/corpsespawner/prisoner, -/turf/open/gm/river/darkred_pool, -/area/fiorina/station/park) "lEp" = ( /obj/structure/platform/kutjevo/smooth{ dir = 8 @@ -15043,16 +15149,6 @@ /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/almayer_hull, /area/fiorina/station/medbay) -"lEs" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) -"lEw" = ( -/obj/structure/platform{ - dir = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/ice_lab) "lEy" = ( /obj/structure/bed/chair/dropship/pilot{ dir = 1 @@ -15064,49 +15160,33 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"lEE" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) -"lEL" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_29"; - pixel_y = 6 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzII) +"lEF" = ( +/turf/open/floor/prison/green/southwest, +/area/fiorina/tumor/civres) +"lEV" = ( +/obj/structure/largecrate/random, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/station/park) "lFc" = ( /obj/effect/decal/cleanable/blood, /obj/effect/landmark/corpsespawner/security/liaison, /turf/open/floor/wood, /area/fiorina/station/park) -"lFA" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_29"; - pixel_y = 6 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) "lGm" = ( /obj/structure/platform{ dir = 1 }, /turf/open/floor/prison, /area/fiorina/station/transit_hub) -"lGu" = ( -/obj/structure/platform_decoration{ - dir = 8 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) -"lHu" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) +"lGK" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/prison/blue/north, +/area/fiorina/station/civres_blue) +"lHi" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/prison/darkbrown2/northeast, +/area/fiorina/maintenance) "lHx" = ( /obj/structure/window/framed/prison/reinforced/hull, /turf/open/floor/plating/prison, @@ -15118,27 +15198,44 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/disco) -"lIj" = ( -/obj/item/pamphlet/engineer, -/obj/structure/closet, -/obj/item/restraint/handcuffs, -/turf/open/floor/prison/darkredfull2, +"lHG" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/corsat/squares, +/area/fiorina/station/civres_blue) +"lHX" = ( +/turf/open/floor/corsat/squares, +/area/fiorina/station/medbay) +"lIe" = ( +/turf/open/floor/prison/greencorner/north, +/area/fiorina/tumor/civres) +"lIs" = ( +/obj/item/reagent_container/food/drinks/coffee{ + name = "\improper paper cup" + }, +/turf/open/floor/prison/yellow/northeast, /area/fiorina/station/lowsec) -"lIn" = ( -/obj/effect/spawner/random/tool, -/turf/open/floor/prison/whitepurple/north, -/area/fiorina/station/research_cells) +"lIt" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/surgical_tray, +/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" + }, +/turf/open/floor/prison/redfull, +/area/fiorina/station/medbay) "lIv" = ( /turf/closed/shuttle/ert{ icon_state = "stan5" }, /area/fiorina/lz/near_lzI) -"lIB" = ( -/obj/structure/platform{ - dir = 4 +"lIA" = ( +/obj/structure/bed/sofa/south/grey/left, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/transit_hub) "lIG" = ( /obj/structure/extinguisher_cabinet, /turf/closed/wall/r_wall/prison_unmeltable, @@ -15148,178 +15245,275 @@ /turf/open/floor/plating/prison, /area/fiorina/station/lowsec) "lIO" = ( -/obj/item/stack/sheet/metal/medium_stack, -/obj/structure/surface/rack, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/lz/near_lzI) -"lIT" = ( -/obj/effect/spawner/random/toolbox, -/obj/structure/surface/rack, -/obj/item/device/flashlight, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/transit_hub) -"lJr" = ( -/obj/structure/sink{ +/obj/structure/machinery/light/double/blue{ dir = 4; - pixel_x = 12 + pixel_x = 1 }, -/obj/item/prop/helmetgarb/spacejam_tickets{ - desc = "Low security prisoners would smuggle in arcade tickets after visitations. The tickets act as a stand in for paper currency in the prison economy, they're backed by the cigarette standard, since one ticket nets one cigarette at the prize booth. The cigarettes also get smuggled back in."; - name = "\improper arcade tickets"; - pixel_x = 1; - pixel_y = -1 +/turf/open/floor/prison/floor_plate, +/area/fiorina/lz/near_lzII) +"lJr" = ( +/turf/open/floor/prison/darkredfull2, +/area/fiorina/oob) +"lJC" = ( +/obj/structure/barricade/wooden{ + dir = 1 }, -/turf/open/floor/prison/whitepurple/southeast, -/area/fiorina/station/research_cells) -"lJs" = ( -/turf/open/floor/prison/platingdmg3, -/area/fiorina/station/transit_hub) -"lKi" = ( -/obj/item/stack/sheet/cardboard, -/turf/open/floor/prison/yellow/north, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"lJN" = ( +/obj/effect/decal/cleanable/blood/gibs, +/obj/item/ammo_magazine/rifle/mar40, +/turf/open/floor/prison/floor_plate, /area/fiorina/station/lowsec) +"lJT" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"lKe" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + health = 300; + icon = 'icons/turf/elevator.dmi'; + icon_state = "wall_broke" + }, +/turf/open/floor/corsat/squares, +/area/fiorina/station/telecomm/lz1_cargo) "lKl" = ( -/obj/item/device/flashlight/lamp/tripod, +/obj/structure/inflatable/popped/door, /turf/open/floor/prison/darkyellowfull2/east, /area/fiorina/tumor/servers) -"lKL" = ( -/obj/structure/machinery/vending/snack/packaged, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/fiberbush) +"lKu" = ( +/turf/open/floor/prison/darkyellowcorners2/north, +/area/fiorina/lz/near_lzI) +"lKO" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/obj/effect/spawner/random/gun/smg/lowchance, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) "lLe" = ( /obj/item/stack/sheet/metal, /turf/open/floor/plating/prison, /area/fiorina/tumor/civres) +"lLo" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) +"lLt" = ( +/turf/open/floor/prison/platingdmg1, +/area/fiorina/oob) "lLv" = ( /obj/structure/machinery/landinglight/ds2{ dir = 8 }, /turf/open/floor/prison, /area/fiorina/lz/near_lzII) +"lLz" = ( +/obj/item/storage/box/flashbangs, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"lLC" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform, +/obj/structure/platform_decoration{ + dir = 6 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/botany) "lLE" = ( /obj/item/bedsheet/blue, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"lLM" = ( -/turf/open/floor/prison/redfull, -/area/fiorina/station/security/wardens) +"lMb" = ( +/obj/structure/prop/structure_lattice{ + dir = 8; + health = 300; + icon = 'icons/turf/elevator.dmi'; + icon_state = "wall_broke" + }, +/turf/open/floor/corsat/squares, +/area/fiorina/station/civres_blue) "lMi" = ( /obj/structure/largecrate/random, /turf/open/floor/plating/prison, /area/fiorina/station/research_cells) -"lMq" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_21" - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"lMx" = ( -/obj/structure/barricade/handrail/type_b{ - dir = 8; - layer = 3.5 - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/civres_blue) "lMB" = ( /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/prison, /area/fiorina/station/lowsec) -"lMY" = ( -/obj/item/disk/botany, -/turf/open/floor/prison/blue_plate/east, -/area/fiorina/station/botany) -"lNN" = ( -/obj/effect/decal/medical_decals{ - icon_state = "triagedecalleft" - }, -/turf/open/floor/prison/sterile_white/southwest, +"lNa" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/tumor/civres) +"lNj" = ( +/obj/item/reagent_container/food/snacks/eat_bar, +/turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) -"lOb" = ( -/obj/structure/closet/crate/internals, -/obj/item/tool/crew_monitor, -/turf/open/floor/prison, -/area/fiorina/lz/near_lzI) -"lOB" = ( -/obj/structure/platform/kutjevo/smooth{ +"lNz" = ( +/obj/structure/platform{ dir = 1 }, -/obj/structure/platform/kutjevo/smooth{ - dir = 8 - }, -/turf/open/space/basic, -/area/fiorina/oob) -"lOL" = ( -/obj/structure/machinery/landinglight/ds2/delaytwo{ +/obj/structure/platform{ dir = 4 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzII) -"lPJ" = ( -/turf/open/floor/prison/cell_stripe/north, -/area/fiorina/station/central_ring) -"lPP" = ( -/obj/structure/machinery/washing_machine, -/turf/open/floor/prison/sterile_white, -/area/fiorina/station/civres_blue) -"lPV" = ( -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_full" +/obj/structure/platform_decoration{ + dir = 9 }, -/turf/open/floor/prison, -/area/fiorina/station/disco) -"lPW" = ( +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) +"lNH" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/research_cells) +"lNQ" = ( /obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = 13 + dir = 4; + pixel_x = 10; + pixel_y = -3 }, +/obj/structure/largecrate/random, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/station/telecomm/lz1_tram) +"lNS" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/reagent_container/food/snacks/meat/human, +/obj/item/reagent_container/food/snacks/meat/human, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/kitchen/southwest, +/area/fiorina/station/civres_blue) +"lNU" = ( +/obj/item/tool/wrench, +/turf/open/floor/prison/darkpurple2/west, +/area/fiorina/tumor/servers) +"lOb" = ( +/obj/structure/closet/crate/internals, +/obj/item/tool/crew_monitor, /turf/open/floor/prison, -/area/fiorina/lz/near_lzII) -"lPY" = ( -/turf/open/gm/river/red_pool, -/area/fiorina/station/park) -"lQu" = ( -/obj/structure/surface/rack, -/obj/item/device/flashlight, +/area/fiorina/lz/near_lzI) +"lOn" = ( +/obj/structure/platform_decoration, +/turf/open/floor/prison/whitegreen, +/area/fiorina/tumor/ice_lab) +"lOw" = ( /obj/effect/decal/cleanable/blood, -/obj/item/attachable/bipod, -/obj/item/device/multitool, -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/station/telecomm/lz1_cargo) -"lQI" = ( -/obj/structure/machinery/power/smes/buildable{ - capacity = 1e+006; - dir = 1 +/turf/open/floor/prison/darkbrown2/east, +/area/fiorina/station/park) +"lOx" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/clothing/head/beret/eng{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/book/manual/engineering_guide{ + pixel_x = -4 + }, +/turf/open/floor/prison/greenfull/east, +/area/fiorina/tumor/civres) +"lOz" = ( +/obj/effect/spawner/random/toolbox, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) -"lQK" = ( -/obj/structure/surface/rack, -/obj/item/tool/mop, /turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) -"lQQ" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/cameras{ +"lOB" = ( +/obj/structure/platform/kutjevo/smooth{ + dir = 1 + }, +/obj/structure/platform/kutjevo/smooth{ + dir = 8 + }, +/turf/open/space/basic, +/area/fiorina/oob) +"lOM" = ( +/turf/open/floor/prison/cell_stripe/east, +/area/fiorina/station/telecomm/lz1_tram) +"lOV" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, +/turf/open/floor/prison/whitegreen/north, +/area/fiorina/tumor/ice_lab) +"lPc" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/greenblue/northeast, +/area/fiorina/station/botany) +"lPj" = ( +/obj/structure/platform{ dir = 4 }, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/security) +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) +"lPz" = ( +/obj/item/ammo_casing{ + dir = 2; + icon_state = "casing_5" + }, +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/station/park) +"lPE" = ( +/obj/item/paper/crumpled/bloody, +/turf/open/floor/prison/chapel_carpet/doubleside/north, +/area/fiorina/maintenance) +"lPH" = ( +/obj/item/clothing/accessory/armband/cargo{ + desc = "Sworn to the shrapnel and the shards therein. So sayeth her command when the first detonation occured."; + name = "HEFA Order milita armband" + }, +/turf/open/floor/prison/blue/east, +/area/fiorina/station/chapel) +"lPV" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison, +/area/fiorina/station/disco) +"lPW" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/prison, +/area/fiorina/lz/near_lzII) +"lQD" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/tumor/aux_engi) +"lRu" = ( +/turf/open/floor/prison/green/northeast, +/area/fiorina/tumor/servers) "lRI" = ( /obj/item/device/flashlight/lamp/tripod, /turf/open/floor/prison, /area/fiorina/station/park) +"lRL" = ( +/turf/open/floor/prison/cell_stripe, +/area/fiorina/station/flight_deck) +"lRR" = ( +/obj/structure/barricade/wooden{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/prison/darkbrown2, +/area/fiorina/station/park) "lRT" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/lz/near_lzI) -"lSb" = ( -/obj/structure/bed/sofa/south/grey/right, -/obj/item/storage/briefcase{ - pixel_y = -2 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) "lSj" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic/autoname{ dir = 2; @@ -15327,48 +15521,14 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/research_cells) -"lSo" = ( -/obj/item/tool/pickaxe, -/obj/item/tool/pickaxe{ - pixel_y = 5 - }, -/obj/item/tool/pickaxe{ - pixel_y = 10 - }, -/obj/structure/surface/rack, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/tumor/ice_lab) -"lSt" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/cell_stripe/east, -/area/fiorina/station/telecomm/lz1_tram) -"lTh" = ( -/obj/structure/inflatable, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"lTj" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/prison/darkbrown2/southwest, -/area/fiorina/tumor/aux_engi) -"lTD" = ( -/obj/structure/machinery/vending/coffee/simple, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) -"lTS" = ( -/obj/structure/machinery/door/window/eastright{ - dir = 2 - }, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/lz/near_lzI) -"lUc" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/emails{ - dir = 8; - pixel_x = -2; - pixel_y = 7 - }, -/turf/open/floor/prison/floor_plate, +"lSL" = ( +/obj/effect/spawner/random/gun/smg, +/turf/open/floor/prison/green/west, /area/fiorina/tumor/civres) +"lTj" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison/greenblue, +/area/fiorina/station/botany) "lUi" = ( /turf/closed/shuttle/ert{ icon_state = "stan23" @@ -15392,33 +15552,37 @@ }, /turf/open/floor/plating/plating_catwalk, /area/fiorina/tumor/ship) -"lUJ" = ( -/obj/structure/machinery/power/apc/power/north, -/turf/open/floor/prison/yellow/north, -/area/fiorina/station/lowsec) -"lUO" = ( -/obj/item/clothing/accessory/armband/cargo{ - desc = "Sworn to the shrapnel and the shards therein. So sayeth her command when the first detonation occured."; - name = "HEFA Order milita armband" +"lUX" = ( +/obj/item/tool/wet_sign, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) +"lVD" = ( +/obj/structure/machinery/light/small{ + dir = 8; + pixel_x = -11; + pixel_y = 10 }, -/turf/open/floor/prison/chapel_carpet/doubleside, -/area/fiorina/station/chapel) -"lVo" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/ammo_magazine/shotgun/buckshot, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/disco) -"lVG" = ( -/obj/item/device/multitool, -/turf/open/floor/prison/yellow/southwest, -/area/fiorina/station/disco) -"lVL" = ( -/obj/structure/barricade/sandbags{ - dir = 1; - icon_state = "sandbag_0" +/obj/structure/toilet{ + dir = 4; + pixel_y = 8 }, -/turf/open/floor/prison/darkyellow2/east, -/area/fiorina/station/telecomm/lz1_cargo) +/turf/open/floor/almayer/plate, +/area/fiorina/tumor/ship) +"lVE" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = null + }, +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/item/reagent_container/glass/bottle/robot/antitoxin, +/obj/item/clothing/suit/storage/marine/veteran/ua_riot, +/obj/item/prop/helmetgarb/riot_shield, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"lWl" = ( +/obj/item/storage/toolbox/emergency, +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/fiberbush) "lWr" = ( /obj/structure/stairs/perspective{ dir = 4; @@ -15427,27 +15591,9 @@ /obj/structure/platform/shiva, /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) -"lWw" = ( -/obj/structure/bed/chair{ - dir = 4; - layer = 2.8 - }, -/obj/structure/barricade/handrail/type_b, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/flight_deck) -"lWB" = ( -/obj/item/stack/tile/plasteel{ - pixel_x = 5; - pixel_y = 5 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"lXn" = ( -/obj/item/shard{ - icon_state = "large" - }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) +"lXl" = ( +/turf/open/floor/prison/yellow/east, +/area/fiorina/station/disco) "lXs" = ( /obj/item/book/manual/marine_law, /obj/item/book/manual/marine_law{ @@ -15459,12 +15605,11 @@ }, /turf/open/floor/prison/chapel_carpet, /area/fiorina/maintenance) -"lXL" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) +"lXx" = ( +/obj/item/paper, +/obj/structure/inflatable/door, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) "lXO" = ( /obj/structure/ice/thin/indestructible{ dir = 4; @@ -15477,52 +15622,61 @@ }, /turf/open/ice/noweed, /area/fiorina/tumor/ice_lab) -"lYg" = ( -/obj/effect/spawner/random/toolbox, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"lYN" = ( -/obj/item/tool/wrench, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) "lYU" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/station/park) -"lZf" = ( -/turf/closed/shuttle/elevator{ - dir = 10 +/obj/structure/bed/chair{ + dir = 4 }, -/area/fiorina/tumor/aux_engi) -"lZk" = ( -/obj/structure/machinery/power/apc/power/south, -/turf/open/floor/prison/blue_plate/east, -/area/fiorina/station/botany) -"lZt" = ( /obj/structure/bed/chair{ dir = 4; - pixel_x = -5 + pixel_y = 4 }, -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = -3 +/obj/structure/bed/chair{ + dir = 4; + pixel_y = 8 }, -/turf/open/floor/prison/whitegreen/west, +/turf/open/floor/prison/bright_clean_marked/southwest, /area/fiorina/station/medbay) +"lYX" = ( +/obj/structure/largecrate/supply/supplies/water, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) +"lZf" = ( +/turf/closed/shuttle/elevator{ + dir = 10 + }, +/area/fiorina/tumor/aux_engi) "lZA" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic/autoname{ icon = 'icons/obj/structures/doors/2x1prepdoor_charlie.dmi' }, /turf/open/floor/plating/prison, /area/fiorina/station/research_cells) -"mal" = ( -/obj/structure/reagent_dispensers/watertank{ - layer = 2.6 +"lZL" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = -3 }, -/obj/structure/machinery/light/double/blue, /turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzII) +/area/fiorina/station/power_ring) +"lZO" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor/prison/chapel_carpet/doubleside, +/area/fiorina/station/chapel) +"lZT" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/trash/cigbutt, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) +"mat" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/corsat/squares, +/area/fiorina/station/civres_blue) "maC" = ( /obj/structure/window/reinforced{ dir = 4 @@ -15531,10 +15685,23 @@ /obj/structure/machinery/faxmachine, /turf/open/floor/prison, /area/fiorina/station/security) +"maN" = ( +/obj/item/stack/sheet/wood, +/turf/open/floor/prison/darkbrown2/west, +/area/fiorina/station/park) +"maQ" = ( +/obj/structure/barricade/metal/wired{ + dir = 4 + }, +/turf/open/floor/almayer/plate, +/area/fiorina/tumor/ship) "mbc" = ( /obj/structure/machinery/vending/snack, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) +"mbf" = ( +/turf/open/floor/prison/yellow/southeast, +/area/fiorina/station/central_ring) "mbg" = ( /obj/structure/machinery/light/double/blue, /turf/open/floor/plating/plating_catwalk/prison, @@ -15545,48 +15712,40 @@ }, /turf/open/floor/plating/prison, /area/fiorina/oob) +"mbt" = ( +/obj/structure/machinery/computer/atmos_alert, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/fiberbush) "mbC" = ( /obj/item/clipboard, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"mbJ" = ( -/obj/structure/platform_decoration{ - dir = 4 - }, -/turf/open/floor/prison/darkbrown2/northeast, -/area/fiorina/station/park) "mcr" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/stock_parts/matter_bin/super, /turf/open/floor/wood, /area/fiorina/station/park) -"mcL" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/drinks/cans/aspen, -/turf/open/floor/prison/yellow/southwest, -/area/fiorina/station/lowsec) -"mcQ" = ( -/obj/effect/decal/cleanable/blood, +"mcz" = ( +/obj/item/stack/rods, +/turf/open/floor/prison/blue/west, +/area/fiorina/station/chapel) +"mcI" = ( +/obj/structure/barricade/wooden, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/disco) -"mda" = ( -/obj/structure/machinery/space_heater, -/obj/structure/platform{ - dir = 8 - }, -/turf/open/floor/prison/whitegreen/west, -/area/fiorina/tumor/ice_lab) +/area/fiorina/station/telecomm/lz1_cargo) +"mcK" = ( +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/darkbrown2/west, +/area/fiorina/tumor/aux_engi) "mdd" = ( /obj/item/storage/toolbox/electrical, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"mdm" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) -"mdu" = ( -/turf/open/floor/prison/blue/west, -/area/fiorina/station/civres_blue) +"mdF" = ( +/obj/structure/barricade/handrail, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/research_cells) "mdJ" = ( /obj/structure/platform/kutjevo/smooth{ dir = 8 @@ -15594,31 +15753,17 @@ /obj/structure/platform/kutjevo/smooth, /turf/open/space, /area/fiorina/oob) -"mdR" = ( -/obj/item/shard{ - icon_state = "large" - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) -"mek" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/spawner/random/toolbox, -/turf/open/floor/prison/bluefull, +"mem" = ( +/obj/structure/inflatable, +/turf/open/floor/prison/whitepurple/northeast, +/area/fiorina/station/research_cells) +"meo" = ( +/turf/open/floor/prison/red/west, +/area/fiorina/lz/near_lzII) +"meq" = ( +/obj/structure/bed/chair, +/turf/open/floor/prison/bluecorner, /area/fiorina/station/power_ring) -"mez" = ( -/obj/structure/machinery/space_heater, -/turf/open/floor/prison/kitchen/southwest, -/area/fiorina/tumor/civres) -"meU" = ( -/obj/structure/flora/bush/ausbushes/grassybush{ - icon_state = "lavendergrass_3" - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/central_ring) -"meZ" = ( -/obj/item/tool/shovel/etool, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/civres_blue) "mfe" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/weapon/twohanded/sledgehammer{ @@ -15636,13 +15781,14 @@ /obj/structure/machinery/vending/snack, /turf/open/floor/prison, /area/fiorina/lz/near_lzII) -"mfu" = ( -/obj/item/trash/barcardine, -/turf/open/floor/prison/whitepurple/north, -/area/fiorina/station/research_cells) -"mfB" = ( -/turf/open/floor/prison/green, -/area/fiorina/station/transit_hub) +"mfw" = ( +/obj/structure/prop/dam/crane, +/turf/open/floor/prison/floor_marked/west, +/area/fiorina/tumor/servers) +"mfz" = ( +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/prison, +/area/fiorina/station/security) "mfR" = ( /obj/structure/bed{ icon_state = "psychbed" @@ -15653,33 +15799,13 @@ }, /turf/open/floor/wood, /area/fiorina/station/civres_blue) -"mgk" = ( -/obj/structure/barricade/handrail/type_b{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/disco) -"mgl" = ( -/obj/item/stock_parts/manipulator/pico, -/turf/open/floor/prison/darkpurple2, -/area/fiorina/tumor/servers) -"mgz" = ( -/obj/effect/spawner/random/tool, -/turf/open/floor/prison/green, -/area/fiorina/station/chapel) -"mgZ" = ( -/obj/structure/machinery/defenses/sentry/premade/dumb{ - dir = 4 - }, -/turf/open/floor/almayer/plate, -/area/fiorina/tumor/ship) -"mhc" = ( -/obj/structure/platform, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/transit_hub) -"mhn" = ( -/turf/open/floor/prison/red, -/area/fiorina/station/security) +"mgO" = ( +/obj/effect/spawner/random/sentry/midchance, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/power_ring) +"mhg" = ( +/turf/open/floor/prison/darkbrowncorners2/west, +/area/fiorina/station/park) "mho" = ( /obj/structure/machinery/light/double/blue{ dir = 1; @@ -15687,10 +15813,11 @@ }, /turf/open/floor/wood, /area/fiorina/station/security/wardens) -"mhC" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/green/southeast, -/area/fiorina/tumor/aux_engi) +"mhs" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/ashtray/plastic, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "mhM" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ dir = 1; @@ -15698,20 +15825,21 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"mhP" = ( -/obj/structure/barricade/handrail/type_b{ - dir = 4; - layer = 3.5 - }, -/obj/structure/platform_decoration{ - dir = 8 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/disco) "mhR" = ( /obj/effect/spawner/random/gun/rifle/lowchance, /turf/open/auto_turf/sand/layer1, /area/fiorina/station/flight_deck) +"mhU" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/turf/open/floor/prison/darkbrown2/west, +/area/fiorina/tumor/aux_engi) +"mhZ" = ( +/obj/structure/barricade/handrail/type_b{ + dir = 4; + layer = 3.5 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/servers) "mie" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/window/reinforced{ @@ -15723,6 +15851,12 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/security/wardens) +"mik" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/botany) "miB" = ( /obj/structure/barricade/metal{ health = 85; @@ -15730,27 +15864,14 @@ }, /turf/open/floor/prison, /area/fiorina/station/park) -"miH" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/paper, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"miR" = ( -/obj/structure/machinery/recharge_station, -/turf/open/floor/prison/blue/northwest, -/area/fiorina/station/power_ring) +"miM" = ( +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) "miU" = ( /obj/item/stack/sheet/metal, /turf/open/floor/plating/prison, /area/fiorina/station/disco) -"miX" = ( -/obj/structure/prop/almayer/computers/sensor_computer3, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/security) -"miY" = ( -/obj/structure/surface/rack, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) "miZ" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -15760,66 +15881,61 @@ }, /turf/open/floor/prison, /area/fiorina/station/medbay) +"mja" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/goggles/lowchance, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"mjk" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/northeast, +/area/fiorina/station/park) "mjx" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/tumor/servers) -"mjE" = ( -/obj/item/frame/firstaid_arm_assembly, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/civres_blue) -"mjK" = ( -/obj/structure/barricade/deployable{ - dir = 4 +"mjC" = ( +/obj/structure/machinery/photocopier{ + pixel_y = 4 }, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) -"mjM" = ( -/obj/structure/closet/firecloset/full, -/obj/item/storage/pill_bottle/bicaridine/skillless, /turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"mjY" = ( -/obj/effect/spawner/random/gun/smg, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"mke" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/ammo_magazine/shotgun/buckshot, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"mkF" = ( -/obj/structure/machinery/door/poddoor/almayer/locked{ - indestructible = 1; - name = "launch bay door" - }, -/turf/open/floor/prison/cell_stripe/east, -/area/fiorina/oob) -"mkW" = ( -/obj/structure/machinery/vending/coffee, -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = 13 - }, -/turf/open/floor/prison/floor_plate, /area/fiorina/station/medbay) -"mlf" = ( -/obj/structure/bed/chair{ +"mkG" = ( +/obj/structure/machinery/light/double/blue{ dir = 1; - layer = 2.7 + pixel_y = 21 }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"mlC" = ( +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) +"mkI" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/prison/greenblue/southeast, +/area/fiorina/station/botany) +"mkR" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/bed{ + icon_state = "abed" + }, +/obj/effect/landmark/corpsespawner/ua_riot, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_cargo) +"mle" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) +"mll" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/milk{ + pixel_x = 2; + pixel_y = 3 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/fiberbush) +"mlC" = ( /obj/structure/window/framed/prison/reinforced/hull, /turf/open/floor/plating/prison, /area/fiorina/station/disco) -"mlE" = ( -/obj/structure/prop/almayer/computers/sensor_computer1{ - name = "computer" - }, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/lowsec) "mlM" = ( /obj/structure/machinery/computer3/server/rack, /obj/structure/barricade/handrail/type_b{ @@ -15828,6 +15944,13 @@ }, /turf/open/floor/prison, /area/fiorina/tumor/servers) +"mlV" = ( +/turf/open/floor/prison/darkpurple2/northeast, +/area/fiorina/station/central_ring) +"mlX" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, +/turf/open/floor/prison/whitegreen/northwest, +/area/fiorina/tumor/ice_lab) "mmh" = ( /obj/item/trash/burger, /turf/open/floor/prison, @@ -15845,14 +15968,6 @@ /obj/item/reagent_container/food/drinks/bottle/sake, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"mmG" = ( -/obj/structure/largecrate/random/barrel/green, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/station/telecomm/lz1_tram) -"mmL" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) "mmP" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/monorail{ @@ -15868,52 +15983,55 @@ "mny" = ( /turf/closed/wall/prison, /area/fiorina/station/flight_deck) -"mnE" = ( -/turf/open/floor/prison/darkyellow2/southeast, -/area/fiorina/station/power_ring) -"mnM" = ( -/obj/structure/machinery/processor, -/turf/open/floor/prison/blue_plate/west, -/area/fiorina/station/botany) -"mnR" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/organic/grass/astroturf, +"mnD" = ( +/obj/item/stack/rods, +/turf/open/floor/prison/sterile_white/southwest, /area/fiorina/station/research_cells) -"mof" = ( -/obj/structure/flora/grass/tallgrass/jungle, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) -"mop" = ( -/turf/open/floor/prison/darkyellow2/southwest, -/area/fiorina/station/telecomm/lz1_tram) -"moE" = ( +"mnE" = ( /obj/structure/machinery/light/double/blue{ dir = 4; pixel_x = 10; pixel_y = -3 }, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) -"moF" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +/turf/open/floor/prison/blue/east, +/area/fiorina/station/civres_blue) +"mou" = ( +/obj/structure/machinery/computer/cameras{ + network = list("omega") }, +/obj/structure/surface/table/reinforced/prison, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/security/wardens) -"moG" = ( -/obj/structure/prop/resin_prop{ - icon_state = "rack" +/area/fiorina/tumor/aux_engi) +"moB" = ( +/obj/structure/curtain, +/turf/open/floor/prison/cell_stripe/west, +/area/fiorina/station/power_ring) +"moD" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/ashtray/plastic{ + pixel_x = 3 + }, +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/obj/item/paper_bin{ + pixel_x = -10; + pixel_y = 8 }, +/obj/structure/machinery/light/double/blue, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) +/area/fiorina/station/security/wardens) "moW" = ( /obj/effect/landmark/corpsespawner/ua_riot/burst, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"mpc" = ( -/turf/open/floor/prison/cell_stripe, -/area/fiorina/station/security) +"moY" = ( +/obj/item/trash/used_stasis_bag, +/turf/open/floor/prison/floor_plate, +/area/fiorina/lz/near_lzI) "mpf" = ( /obj/structure/reagent_dispensers/fueltank/gas/hydrogen{ layer = 2.6 @@ -15921,23 +16039,9 @@ /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/lz/near_lzII) "mpn" = ( -/obj/structure/bed{ - icon_state = "abed" - }, -/turf/open/floor/prison/whitepurple/west, -/area/fiorina/station/research_cells) -"mpy" = ( -/obj/structure/flora/bush/ausbushes/ausbush{ - desc = "Fiberbush(tm) infestations have been the leading cause in asbestos related deaths in spacecraft for 3 years in a row now."; - icon_state = "fullgrass_3"; - name = "Fiberbush(tm) tubers" - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/aux_engi) -"mpz" = ( -/obj/item/stack/sheet/mineral/plastic, -/turf/open/floor/prison/yellow/northwest, -/area/fiorina/station/lowsec) +/obj/item/reagent_container/food/drinks/sillycup, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) "mpO" = ( /obj/structure/machinery/power/smes/buildable{ capacity = 1e+006; @@ -15945,11 +16049,49 @@ }, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) -"mqh" = ( -/obj/item/device/binoculars, +"mpY" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, /obj/structure/surface/table/reinforced/prison, +/obj/item/storage/firstaid/regular, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/fiberbush) +/area/fiorina/tumor/ice_lab) +"mqD" = ( +/obj/structure/closet/firecloset/full, +/obj/item/storage/pill_bottle/bicaridine/skillless, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"mqG" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 + }, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/corsat/plate, +/area/fiorina/tumor/aux_engi) +"mqN" = ( +/obj/structure/machinery/space_heater, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/research_cells) +"mqX" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/clipboard, +/turf/open/floor/prison/darkpurple2, +/area/fiorina/tumor/servers) +"mrd" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/botany) +"mrg" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) "mrk" = ( /obj/structure/machinery/light/double/blue{ dir = 1; @@ -15963,10 +16105,18 @@ }, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) -"mru" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) +"mrp" = ( +/turf/open/floor/prison/yellow, +/area/fiorina/station/lowsec) +"mrw" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/paper, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"mry" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/blue, +/area/fiorina/station/power_ring) "mrG" = ( /obj/structure/extinguisher_cabinet, /obj/structure/window/framed/prison, @@ -15978,21 +16128,14 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"msd" = ( -/turf/open/floor/prison/blue/southeast, -/area/fiorina/station/civres_blue) +"msh" = ( +/obj/structure/reagent_dispensers/water_cooler/stacks, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) "msj" = ( /obj/item/toy/crayon/orange, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"mso" = ( -/obj/structure/closet/firecloset/full, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/whitegreen/north, -/area/fiorina/station/medbay) "msu" = ( /obj/structure/barricade/wooden{ dir = 4; @@ -16000,29 +16143,25 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"msN" = ( -/turf/open/floor/prison/darkpurple2, -/area/fiorina/station/central_ring) +"msG" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) +"msI" = ( +/obj/effect/decal{ + icon = 'icons/obj/items/policetape.dmi'; + icon_state = "engineering_h"; + layer = 2.5; + pixel_y = -11 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/flight_deck) "msS" = ( /obj/structure/machinery/door/airlock/prison_hatch/autoname{ dir = 1 }, /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) -"msW" = ( -/obj/item/stack/cable_coil, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/darkpurple2/north, -/area/fiorina/tumor/servers) -"mtg" = ( -/obj/structure/barricade/handrail{ - dir = 8 - }, -/turf/open/floor/prison/red/west, -/area/fiorina/station/security) "mtj" = ( /obj/structure/machinery/light/double/blue{ dir = 4; @@ -16031,25 +16170,18 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"mtq" = ( -/obj/item/reagent_container/blood, -/turf/open/floor/prison/greenbluecorner/east, -/area/fiorina/station/botany) -"mts" = ( -/obj/structure/coatrack, -/obj/item/clothing/head/bowlerhat{ - pixel_y = 15 - }, +"mtA" = ( +/obj/item/clothing/under/color/orange, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) +"mtE" = ( +/obj/structure/bed/sofa/south/grey/left, /obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/tumor/civres) -"mtu" = ( -/turf/open/floor/prison/whitegreencorner/east, -/area/fiorina/tumor/ice_lab) +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security/wardens) "muf" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/prison, @@ -16061,37 +16193,48 @@ /obj/item/storage/briefcase, /turf/open/floor/prison, /area/fiorina/station/transit_hub) +"mvi" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/donut_box{ + pixel_y = 6 + }, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) +"mvj" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/turf/open/floor/prison/yellow/southwest, +/area/fiorina/station/disco) "mvl" = ( /obj/structure/window/framed/prison/reinforced, /turf/open/floor/plating/prison, /area/fiorina/station/research_cells) -"mvy" = ( -/obj/item/paper, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/research_cells) -"mvz" = ( -/turf/open/floor/prison/darkpurple2/northwest, -/area/fiorina/tumor/servers) -"mwh" = ( -/obj/structure/monorail{ - dir = 4; - name = "launch track" - }, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/transit_hub) -"mwo" = ( -/obj/structure/platform_decoration{ - dir = 1 +"mvM" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison/floorscorched1, +/area/fiorina/station/chapel) +"mvP" = ( +/obj/structure/closet/firecloset/full, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/obj/structure/inflatable/popped, -/turf/open/floor/prison/whitegreen, +/turf/open/floor/prison/whitegreen/north, /area/fiorina/station/medbay) -"mwr" = ( -/obj/structure/machinery/landinglight/ds1/delaythree{ - dir = 8 - }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/lz/near_lzI) +"mwj" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/coffee, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"mwp" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/prison/whitepurple/northwest, +/area/fiorina/oob) +"mwq" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) "mwL" = ( /obj/structure/stairs/perspective{ dir = 1; @@ -16099,26 +16242,10 @@ }, /turf/open/floor/prison, /area/fiorina/station/flight_deck) -"mxc" = ( -/obj/item/reagent_container/food/drinks/coffee{ - name = "\improper paper cup" - }, -/turf/open/floor/prison/yellow/northeast, -/area/fiorina/station/central_ring) "mxk" = ( /obj/item/trash/tray, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/power_ring) -"mxu" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) -"mxF" = ( -/obj/structure/platform{ - dir = 1 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) "mxG" = ( /obj/structure/platform/kutjevo/smooth, /obj/structure/platform/kutjevo/smooth{ @@ -16126,12 +16253,6 @@ }, /turf/open/space/basic, /area/fiorina/oob) -"mxI" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) "mxO" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -16151,50 +16272,14 @@ /obj/effect/decal/cleanable/blood, /turf/open/floor/wood, /area/fiorina/station/chapel) -"myc" = ( -/obj/structure/barricade/metal/wired{ - dir = 8 - }, -/obj/item/stack/sheet/metal{ - amount = 5 - }, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) -"mye" = ( -/obj/structure/closet/wardrobe/orange, -/obj/item/clothing/under/color/orange, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) -"myA" = ( -/turf/open/floor/prison/green/northeast, -/area/fiorina/station/transit_hub) -"myV" = ( -/obj/item/ammo_casing{ - icon_state = "casing_6" - }, -/turf/open/floor/prison/yellow/north, -/area/fiorina/station/lowsec) -"mzo" = ( -/obj/structure/barricade/sandbags{ - dir = 8; - icon_state = "sandbag_0"; - pixel_y = 2 - }, -/turf/open/floor/prison/yellow/southeast, -/area/fiorina/station/disco) -"mzq" = ( -/turf/open/floor/prison/red/southwest, -/area/fiorina/station/power_ring) -"mzs" = ( -/obj/structure/platform{ - dir = 8 - }, +"myf" = ( /obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = 13 + pixel_y = -1 }, -/turf/open/floor/prison/floor_plate, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/lz/near_lzI) +"mzv" = ( +/turf/open/floor/prison/red/southwest, /area/fiorina/station/power_ring) "mzz" = ( /obj/structure/bed/chair/comfy{ @@ -16202,6 +16287,25 @@ }, /turf/open/floor/prison, /area/fiorina/lz/near_lzII) +"mzC" = ( +/obj/structure/closet, +/turf/open/floor/prison/bluecorner/east, +/area/fiorina/station/power_ring) +"mzG" = ( +/obj/structure/largecrate/random/case, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) +"mzQ" = ( +/obj/structure/filingcabinet{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/structure/filingcabinet{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) "mzS" = ( /obj/structure/machinery/door/airlock/prison_hatch/autoname{ dir = 1; @@ -16215,18 +16319,15 @@ opacity = 0 }, /area/fiorina/oob) -"mzV" = ( -/obj/item/reagent_container/food/drinks/cans/souto/cherry, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/central_ring) "mzY" = ( -/obj/structure/curtain/red, -/turf/open/floor/prison/sterile_white, -/area/fiorina/station/civres_blue) -"mAi" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) +/obj/structure/closet/crate/medical, +/obj/item/storage/pill_bottle/tramadol/skillless, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"mzZ" = ( +/obj/structure/inflatable/popped/door, +/turf/open/floor/prison/whitegreen/northwest, +/area/fiorina/station/medbay) "mAv" = ( /obj/item/ammo_magazine/rifle/m16{ current_rounds = 0; @@ -16238,41 +16339,27 @@ }, /turf/open/floor/prison, /area/fiorina/station/security) +"mAx" = ( +/obj/item/device/t_scanner, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/civres_blue) "mAA" = ( /obj/item/storage/briefcase/inflatable, /turf/open/floor/prison, /area/fiorina/station/disco) -"mAZ" = ( -/obj/structure/surface/rack, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/chapel) -"mBb" = ( -/obj/effect/decal{ - icon = 'icons/obj/items/policetape.dmi'; - icon_state = "engineering_h"; - layer = 2.5; - pixel_y = -11 +"mBR" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "riot_control" }, -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/station/flight_deck) -"mBM" = ( -/turf/open/floor/prison/green/southwest, -/area/fiorina/station/transit_hub) -"mBW" = ( -/obj/effect/spawner/random/gun/rifle/lowchance, -/turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzI) -"mCd" = ( -/obj/structure/closet/secure_closet/engineering_materials, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"mCm" = ( -/obj/structure/closet/crate/miningcar{ - name = "\improper materials storage bin" +/turf/open/floor/prison, +/area/fiorina/station/security) +"mCo" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/ammo_magazine/rifle/m16{ + current_rounds = 0 }, -/obj/item/reagent_container/food/snacks/meat, -/turf/open/floor/prison/greenblue/north, -/area/fiorina/station/botany) +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/security) "mCA" = ( /obj/structure/prop/resin_prop, /turf/open/floor/plating/prison, @@ -16281,31 +16368,53 @@ /obj/structure/extinguisher_cabinet, /turf/closed/wall/prison, /area/fiorina/station/lowsec) -"mCN" = ( -/obj/structure/barricade/wooden{ - dir = 4; - pixel_y = 4 - }, -/turf/open/floor/prison/damaged1/southwest, -/area/fiorina/station/central_ring) +"mCO" = ( +/obj/effect/spawner/random/gun/rifle/lowchance, +/turf/open/floor/prison/floor_plate, +/area/fiorina/lz/near_lzI) +"mDl" = ( +/obj/structure/machinery/power/reactor/colony, +/turf/open/floor/prison, +/area/fiorina/station/power_ring) "mDz" = ( /obj/structure/bed/chair/wood/normal{ dir = 8 }, /turf/open/floor/carpet, /area/fiorina/station/civres_blue) -"mDR" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/fancy/vials/random, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"mDU" = ( -/turf/open/floor/prison/darkbrown2/east, -/area/fiorina/maintenance) +"mDT" = ( +/turf/open/floor/prison/greencorner, +/area/fiorina/tumor/civres) "mEb" = ( /obj/structure/filingcabinet/chestdrawer, /turf/open/floor/prison, /area/fiorina/station/security) +"mEh" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) +"mEn" = ( +/turf/open/floor/prison/damaged2, +/area/fiorina/station/disco) +"mEq" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/item/shard{ + icon_state = "medium"; + name = "ice shard" + }, +/turf/open/floor/prison/whitegreen/east, +/area/fiorina/tumor/ice_lab) +"mEs" = ( +/obj/structure/machinery/shower{ + dir = 1; + pixel_y = -1 + }, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/lowsec) "mEv" = ( /obj/structure/stairs/perspective{ dir = 1; @@ -16313,9 +16422,14 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/research_cells) -"mEz" = ( -/turf/open/floor/prison/green/northeast, -/area/fiorina/tumor/aux_engi) +"mEI" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 + }, +/turf/open/floor/prison/cell_stripe/north, +/area/fiorina/station/medbay) "mEL" = ( /obj/item/prop/helmetgarb/spacejam_tickets{ desc = "A ticket to Souto Man's raffle!"; @@ -16326,125 +16440,118 @@ "mEO" = ( /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"mEP" = ( -/obj/structure/platform, -/turf/open/floor/prison/whitegreen, -/area/fiorina/station/medbay) "mFv" = ( /obj/structure/largecrate/random/mini/ammo, /turf/open/floor/prison, /area/fiorina/station/central_ring) -"mFw" = ( -/obj/item/ammo_casing{ - dir = 8; - icon_state = "cartridge_2" - }, -/turf/open/floor/prison/darkyellowcorners2/west, -/area/fiorina/station/telecomm/lz1_cargo) -"mFH" = ( -/obj/item/stack/cable_coil/pink, -/turf/open/floor/prison/whitegreen/north, -/area/fiorina/station/medbay) -"mFS" = ( -/obj/structure/surface/rack, -/obj/structure/machinery/light/small{ - dir = 8; - pixel_x = -11; - pixel_y = 10 - }, -/obj/item/storage/firstaid/adv{ - pixel_x = 3; +"mFA" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = 8; pixel_y = 5 }, -/obj/item/storage/firstaid/adv, -/turf/open/floor/almayer/plate, -/area/fiorina/tumor/ship) -"mFW" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/prop/souto_land/pole{ - dir = 1 +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 }, -/obj/structure/prop/souto_land/streamer{ - dir = 9 +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) +"mFF" = ( +/obj/structure/inflatable, +/obj/structure/barricade/handrail/type_b, +/obj/structure/barricade/handrail/type_b{ + dir = 4 }, -/turf/open/floor/wood, -/area/fiorina/station/park) -"mFZ" = ( -/turf/open/floor/prison/blue/northeast, -/area/fiorina/tumor/servers) +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"mFW" = ( +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) "mGe" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/central_ring) -"mGs" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" +"mGr" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) +"mGv" = ( +/obj/item/prop/helmetgarb/spacejam_tickets{ + desc = "Low security prisoners would smuggle in arcade tickets after visitations. The tickets act as a stand in for paper currency in the prison economy, they're backed by the cigarette standard, since one ticket nets one cigarette at the prize booth. The cigarettes also get smuggled back in."; + name = "\improper arcade tickets"; + pixel_x = 1; + pixel_y = -1 }, -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/station/telecomm/lz1_tram) -"mGx" = ( -/obj/item/reagent_container/food/drinks/sillycup, -/turf/open/floor/prison, -/area/fiorina/station/power_ring) -"mGW" = ( -/obj/effect/decal/medical_decals{ - icon_state = "triagedecaltopleft" - }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"mGX" = ( -/obj/structure/platform_decoration, -/turf/open/floor/prison/darkbrowncorners2, -/area/fiorina/station/park) -"mHp" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security/wardens) -"mHs" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/toy/handcard/aceofspades, -/turf/open/floor/prison/darkpurplefull2, +/turf/open/floor/prison/whitepurple/northwest, /area/fiorina/station/research_cells) +"mGw" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/fancy/cigarettes/emeraldgreen, +/obj/item/tool/lighter, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"mGx" = ( +/obj/item/reagent_container/food/drinks/sillycup, +/turf/open/floor/prison, +/area/fiorina/station/power_ring) +"mGY" = ( +/turf/open/floor/prison/cell_stripe/east, +/area/fiorina/station/central_ring) +"mHA" = ( +/obj/item/storage/fancy/cigarettes/lucky_strikes, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) "mHC" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/maintenance) -"mHO" = ( -/obj/structure/machinery/vending/security, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) +"mHF" = ( +/obj/item/tool/kitchen/utensil/pfork, +/turf/open/floor/prison/blue/east, +/area/fiorina/station/power_ring) "mHR" = ( /obj/structure/sign/prop3{ desc = "Enlist in the Penal Battalions today! The USCM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." }, /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/tumor/aux_engi) -"mHS" = ( -/obj/structure/bed/chair/office/dark, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"mIh" = ( -/obj/structure/bed/chair{ +"mHV" = ( +/obj/structure/prop/structure_lattice{ dir = 4 }, -/obj/structure/bed/chair{ +/obj/structure/prop/structure_lattice{ dir = 4; - pixel_y = 4 + layer = 3.1; + pixel_y = 10 }, -/turf/open/floor/prison/floor_marked/southwest, -/area/fiorina/station/park) +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) "mIu" = ( /obj/effect/spawner/random/sentry/midchance, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) "mIx" = ( -/obj/structure/barricade/plasteel, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) -"mIV" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/prison/cell_stripe/west, -/area/fiorina/station/telecomm/lz1_tram) +/obj/item/trash/uscm_mre, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/station/flight_deck) +"mIJ" = ( +/obj/item/trash/kepler, +/turf/open/floor/prison/whitegreen/west, +/area/fiorina/station/medbay) +"mIO" = ( +/obj/structure/bedsheetbin{ + icon_state = "linenbin-empty" + }, +/turf/open/floor/prison/yellow/west, +/area/fiorina/station/lowsec) +"mJc" = ( +/obj/effect/decal/cleanable/blood/splatter{ + icon_state = "gibup1" + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "mJe" = ( /obj/effect/spawner/random/tool, /turf/open/floor/prison, @@ -16464,43 +16571,60 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"mJo" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/fiberbush) +"mJn" = ( +/turf/open/floor/prison/whitegreen/north, +/area/fiorina/tumor/ice_lab) "mJq" = ( /obj/item/trash/kepler, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"mJL" = ( -/obj/structure/platform_decoration{ - dir = 1 +"mJR" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/disco) +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"mKb" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/yellow, +/area/fiorina/station/lowsec) +"mKg" = ( +/obj/item/tool/warning_cone, +/turf/open/floor/prison/darkbrown2/east, +/area/fiorina/station/park) +"mKp" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "brflowers_1" + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/central_ring) "mKt" = ( /obj/item/storage/toolbox, /turf/open/floor/prison, /area/fiorina/station/civres_blue) -"mKv" = ( -/obj/structure/surface/rack, -/obj/item/weapon/gun/smg/nailgun, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/maintenance) +"mKw" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/park) +"mKx" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison/greenblue/northeast, +/area/fiorina/station/botany) "mKy" = ( /obj/structure/bed/chair, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"mKJ" = ( -/obj/structure/machinery/cm_vending/sorted/marine_food{ - name = "\improper Fiorina Engineering Canteen Vendor" +"mKL" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = null }, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) +/obj/item/storage/box/pillbottles, +/obj/item/clothing/under/marine/ua_riot, +/obj/item/clothing/suit/storage/marine/veteran/ua_riot, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) "mKS" = ( /obj/structure/platform/kutjevo/smooth{ dir = 1 @@ -16515,26 +16639,25 @@ }, /turf/open/space, /area/fiorina/oob) -"mLk" = ( -/obj/effect/decal/hefa_cult_decals/d32{ - icon_state = "4" +"mLu" = ( +/obj/structure/prop/structure_lattice{ + health = 300 }, -/turf/open/floor/prison/chapel_carpet/doubleside, -/area/fiorina/maintenance) -"mLp" = ( -/obj/item/tool/shovel/spade, -/turf/open/floor/prison/blue_plate/north, -/area/fiorina/station/botany) -"mLr" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) +/obj/structure/prop/structure_lattice{ + pixel_y = 10 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) "mLE" = ( /obj/structure/closet, /obj/item/reagent_container/spray/cleaner, /obj/item/stack/sheet/plasteel/small_stack, /turf/open/floor/prison, /area/fiorina/station/power_ring) +"mLL" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) "mLP" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/smartfridge/drinks{ @@ -16542,46 +16665,57 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"mLV" = ( +"mMa" = ( +/obj/structure/barricade/handrail/type_b{ + dir = 1 + }, +/obj/item/frame/rack, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/disco) +"mMc" = ( /obj/structure/surface/rack, -/obj/item/storage/pill_bottle/bicaridine/skillless, -/obj/item/storage/pill_bottle/bicaridine/skillless, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/medbay) -"mLW" = ( -/obj/structure/barricade/deployable{ - dir = 4 +/obj/structure/machinery/light/small{ + dir = 8; + pixel_x = -11; + pixel_y = 10 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) -"mMl" = ( -/obj/structure/barricade/metal/wired{ - dir = 4 +/obj/item/storage/firstaid/adv{ + pixel_x = 3; + pixel_y = 5 }, -/turf/open/floor/almayer/plating/northeast, +/obj/item/storage/firstaid/adv, +/turf/open/floor/almayer/plate, /area/fiorina/tumor/ship) -"mMY" = ( -/obj/item/paper, -/obj/structure/inflatable/door, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"mNf" = ( -/obj/structure/prop/resin_prop{ - icon_state = "rack" +"mMj" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/obj/item/storage/toolbox, -/obj/item/storage/toolbox, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/tumor/servers) +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_cargo) +"mMn" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 9 + }, +/obj/structure/barricade/handrail/type_b{ + layer = 3.5 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) "mNh" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/plating/prison, /area/fiorina/station/chapel) -"mNF" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/ammo_magazine/rifle/m16, -/turf/open/floor/prison/darkyellow2, -/area/fiorina/lz/near_lzI) +"mNE" = ( +/obj/effect/decal{ + icon = 'icons/obj/items/policetape.dmi'; + icon_state = "engineering_v" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) "mNJ" = ( /obj/structure/barricade/sandbags{ dir = 8; @@ -16594,50 +16728,24 @@ }, /turf/open/floor/prison, /area/fiorina/station/flight_deck) -"mNQ" = ( -/obj/structure/window/framed/prison/reinforced, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"mNU" = ( -/obj/item/trash/candy, -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = 13 - }, -/turf/open/floor/prison/whitegreen/west, -/area/fiorina/station/medbay) -"mNZ" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +"mOj" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/prison/kitchen/southwest, +/area/fiorina/tumor/civres) +"mOE" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 12 }, -/turf/open/floor/corsat/plate, -/area/fiorina/station/telecomm/lz1_cargo) -"mOM" = ( -/obj/structure/window/reinforced/tinted, -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/recharger, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/lz/near_lzI) +/obj/structure/largecrate/random/case/double, +/turf/open/floor/prison/whitepurple/southeast, +/area/fiorina/station/research_cells) "mOW" = ( /obj/structure/barricade/handrail/type_b{ dir = 1 }, /turf/open/floor/prison, /area/fiorina/lz/near_lzII) -"mPK" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/device/flashlight/lamp/candelabra{ - layer = 3.2; - pixel_x = 1; - pixel_y = 13 - }, -/turf/open/floor/prison/chapel_carpet/doubleside, -/area/fiorina/station/chapel) -"mPT" = ( -/turf/open/floor/corsat/plate, -/area/fiorina/station/telecomm/lz1_cargo) "mPW" = ( /obj/structure/prop/structure_lattice{ dir = 4; @@ -16645,12 +16753,6 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/telecomm/lz1_cargo) -"mQr" = ( -/obj/structure/prop/souto_land/streamer{ - dir = 6 - }, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/station/park) "mQD" = ( /obj/structure/barricade/sandbags{ dir = 8; @@ -16660,39 +16762,42 @@ /obj/item/storage/toolbox/syndicate, /turf/open/floor/prison, /area/fiorina/station/disco) -"mQS" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/recharger, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) +"mRd" = ( +/obj/structure/barricade/handrail/type_b{ + layer = 3.5 + }, +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 5 + }, +/obj/structure/barricade/handrail/type_b{ + dir = 8; + layer = 3.5 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) +"mRh" = ( +/turf/open/floor/prison/darkbrowncorners2, +/area/fiorina/station/park) "mRH" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/greenblue/northeast, -/area/fiorina/station/botany) -"mRN" = ( -/obj/structure/machinery/photocopier, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"mSv" = ( -/turf/open/floor/prison/yellow/southeast, -/area/fiorina/station/central_ring) -"mSz" = ( -/obj/structure/machinery/computer/communications{ - dir = 4; - pixel_y = 5 +/turf/open/floor/prison/blue/west, +/area/fiorina/station/power_ring) +"mSk" = ( +/obj/structure/platform{ + dir = 1 }, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/tumor/servers) -"mSO" = ( -/obj/structure/prop/resin_prop{ - dir = 4; - icon_state = "chair"; - pixel_y = 6 +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage{ + layer = 3.5 }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) +"mSz" = ( +/obj/effect/decal/cleanable/blood/gibs/xeno/down, /turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) +/area/fiorina/station/medbay) +"mSL" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) "mTa" = ( /obj/structure/ice/thin/indestructible{ dir = 8; @@ -16709,32 +16814,65 @@ /obj/item/tool/warning_cone, /turf/open/floor/plating/prison, /area/fiorina/maintenance) +"mTO" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/prison/yellow/southwest, +/area/fiorina/station/disco) +"mUe" = ( +/obj/effect/landmark/corpsespawner/engineer, +/turf/open/floor/prison/bluecorner/north, +/area/fiorina/station/power_ring) +"mUp" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/central_ring) +"mUs" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/powercell, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) "mUA" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzI) -"mUP" = ( -/obj/structure/closet/wardrobe/orange, -/obj/item/clothing/gloves/boxing/blue, -/obj/item/clothing/gloves/boxing/blue, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) -"mUU" = ( -/turf/open/floor/prison/blue/northeast, -/area/fiorina/station/chapel) -"mVx" = ( -/obj/structure/barricade/handrail/type_b{ - dir = 8 +"mUH" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/cell_stripe/west, +/area/fiorina/station/medbay) +"mUV" = ( +/obj/structure/machinery/vending/snack/packaged, +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/fiberbush) +"mVo" = ( +/obj/structure/barricade/wooden{ + dir = 1 }, +/turf/open/floor/prison/whitegreen/northeast, +/area/fiorina/station/medbay) +"mVq" = ( +/turf/open/floor/prison/darkbrown2, +/area/fiorina/tumor/aux_engi) +"mVG" = ( +/obj/item/stack/tile/plasteel, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/flight_deck) -"mVX" = ( -/obj/structure/machinery/cm_vending/sorted/tech/comp_storage{ - density = 0; - pixel_y = 16 - }, +/area/fiorina/tumor/aux_engi) +"mVI" = ( /turf/open/floor/prison/darkbrown2/north, -/area/fiorina/maintenance) +/area/fiorina/tumor/aux_engi) +"mWj" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/research_cells) +"mWt" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/transit_hub) "mWx" = ( /obj/structure/machinery/light/double/blue{ dir = 8; @@ -16768,75 +16906,64 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/botany) -"mXj" = ( -/obj/structure/barricade/sandbags{ - icon_state = "sandbag_0"; - layer = 2.97; - pixel_y = -14 - }, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) +"mXf" = ( +/obj/item/trash/hotdog, +/turf/open/floor/prison/blue/west, +/area/fiorina/station/power_ring) "mXk" = ( /obj/structure/cable/heavyduty{ icon_state = "1-4" }, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"mXn" = ( -/obj/effect/spawner/random/tool, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) +"mXr" = ( +/obj/item/device/flashlight/flare, +/turf/open/floor/prison/floor_plate, +/area/fiorina/lz/near_lzI) "mXs" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 +/obj/item/ammo_magazine/rifle/mar40, +/turf/open/floor/prison/yellow/west, +/area/fiorina/station/lowsec) +"mXA" = ( +/obj/item/ammo_magazine/handful/shotgun/incendiary{ + unacidable = 1 }, +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/aux_engi) +"mXC" = ( +/obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"mXV" = ( +/obj/structure/barricade/metal/wired{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/lz/near_lzI) "mYb" = ( /obj/structure/closet/cabinet, /turf/open/floor/wood, /area/fiorina/station/civres_blue) -"mYk" = ( -/obj/effect/decal/medical_decals{ - icon_state = "triagedecalbottom" - }, -/turf/open/floor/prison/whitegreen/west, -/area/fiorina/station/medbay) -"mYm" = ( -/obj/structure/prop/souto_land/pole, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/station/park) -"mYw" = ( -/obj/item/trash/pistachios, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"mYP" = ( -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_sn_full_cap" - }, -/obj/structure/platform{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/central_ring) "mYZ" = ( /obj/structure/largecrate/random/case, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"mZf" = ( -/obj/structure/closet/bodybag, -/turf/open/floor/prison/whitegreen/northwest, +"mZk" = ( +/turf/open/floor/prison/whitegreen/southwest, /area/fiorina/station/medbay) "mZo" = ( /obj/item/tool/shovel, /turf/open/auto_turf/sand/layer1, /area/fiorina/tumor/civres) -"mZO" = ( -/obj/structure/bed/chair/office/dark, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) +"mZr" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/darkyellow2, +/area/fiorina/station/telecomm/lz1_cargo) +"mZv" = ( +/turf/open/floor/prison/cell_stripe/north, +/area/fiorina/station/lowsec) "mZV" = ( /obj/structure/monorail{ name = "launch track" @@ -16848,77 +16975,76 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/transit_hub) +"mZY" = ( +/obj/item/tool/scythe, +/turf/open/floor/prison/blue_plate/east, +/area/fiorina/station/botany) "naf" = ( /turf/closed/shuttle/ert, /area/fiorina/oob) -"nag" = ( -/obj/effect/decal/medical_decals{ - icon_state = "docdecal1" +"naM" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/prison/cell_stripe/east, +/area/fiorina/station/central_ring) +"naP" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/chapel) +"naS" = ( +/obj/item/clothing/accessory/armband/cargo{ + desc = "Sworn to the shrapnel and the shards therein. So sayeth her command when the first detonation occured."; + name = "HEFA Order milita armband" }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"nao" = ( -/obj/item/toy/handcard/uno_reverse_blue, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"naA" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/prison/darkbrown2/northwest, -/area/fiorina/maintenance) -"naO" = ( -/obj/structure/barricade/handrail{ - dir = 4 +/turf/open/floor/prison/bluecorner/east, +/area/fiorina/station/chapel) +"naU" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_full" }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/central_ring) -"naT" = ( -/obj/structure/cargo_container/grant/left, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) +/area/fiorina/station/botany) "naW" = ( /turf/closed/wall/r_wall/prison, /area/fiorina/tumor/civres) +"nba" = ( +/turf/open/floor/prison/darkpurple2, +/area/fiorina/station/central_ring) "nbb" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/plating/prison, /area/fiorina/station/telecomm/lz2_maint) -"nbj" = ( -/turf/open/floor/prison/blue/east, -/area/fiorina/tumor/servers) "nbo" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/prison, /area/fiorina/station/chapel) -"nbA" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, +"nbq" = ( +/obj/structure/inflatable/popped/door, /turf/open/floor/prison/sterile_white/southwest, /area/fiorina/station/research_cells) -"nbM" = ( -/turf/open/floor/prison/darkbrown2/northeast, -/area/fiorina/tumor/aux_engi) -"nbP" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" +"ncf" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/prison/cell_stripe, +/area/fiorina/station/medbay) +"ncv" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = -3 }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/central_ring) -"ncs" = ( -/obj/item/storage/fancy/cigarettes/lucky_strikes, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) -"ncB" = ( -/obj/structure/bed/sofa/south/grey/left, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) -"ncO" = ( -/obj/item/reagent_container/food/drinks/cans/sodawater, +/turf/open/floor/prison/whitepurple/west, +/area/fiorina/station/research_cells) +"ncJ" = ( +/obj/item/tool/soap, +/obj/structure/machinery/shower{ + dir = 8 + }, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/research_cells) +"ncN" = ( +/obj/structure/closet/crate/medical, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/central_ring) +/area/fiorina/station/medbay) "ncQ" = ( /obj/structure/platform_decoration{ dir = 4 @@ -16934,10 +17060,6 @@ }, /turf/open/floor/prison, /area/fiorina/station/medbay) -"ndj" = ( -/obj/item/stack/sheet/wood, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) "ndl" = ( /obj/item/storage/box/cups, /obj/structure/surface/table/reinforced/prison, @@ -16966,34 +17088,35 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/medbay) -"neE" = ( -/turf/open/floor/prison/green/north, -/area/fiorina/station/botany) -"neS" = ( +"nen" = ( +/obj/item/trash/popcorn, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/disco) +"neC" = ( /obj/structure/flora/pottedplant{ - icon_state = "pottedplant_29"; - layer = 3.5; - pixel_y = 6 + icon_state = "pottedplant_22" }, -/turf/open/floor/prison/greenfull/east, +/turf/open/floor/prison/floor_plate, /area/fiorina/station/transit_hub) -"neW" = ( -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) -"neY" = ( -/turf/open/floor/prison/green/east, -/area/fiorina/tumor/aux_engi) -"nfq" = ( -/turf/open/floor/prison/greenblue, -/area/fiorina/station/botany) +"nfh" = ( +/obj/structure/barricade/metal/wired{ + dir = 1 + }, +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/lz/near_lzI) +"nft" = ( +/obj/structure/closet/crate/medical, +/obj/item/storage/fancy/vials/random, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"nfy" = ( +/turf/open/floor/prison/cell_stripe/east, +/area/fiorina/station/medbay) "nfA" = ( /obj/structure/platform, /obj/item/stack/sheet/metal, /turf/open/floor/plating/prison, /area/fiorina/station/security) -"nfE" = ( -/turf/open/floor/prison/cell_stripe, -/area/fiorina/station/flight_deck) "nfF" = ( /obj/structure/prop/structure_lattice{ dir = 4 @@ -17001,11 +17124,9 @@ /turf/open/floor/plating/prison, /area/fiorina/oob) "nfU" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 10 - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) +/obj/effect/decal/cleanable/blood/gibs, +/turf/open/floor/prison/yellow/east, +/area/fiorina/station/lowsec) "nga" = ( /turf/closed/wall/strata_ice/jungle{ desc = "It is made of Fiberbush(tm). It contains asbestos."; @@ -17016,19 +17137,6 @@ /obj/item/stack/sheet/metal, /turf/open/floor/prison, /area/fiorina/tumor/servers) -"ngS" = ( -/obj/structure/barricade/wooden{ - dir = 4; - pixel_y = 4 - }, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/station/park) -"ngY" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 - }, -/turf/open/floor/prison/darkyellow2/southeast, -/area/fiorina/station/flight_deck) "nhd" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -17049,17 +17157,6 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"nhs" = ( -/obj/structure/barricade/sandbags{ - icon_state = "sandbag_0"; - pixel_y = -14 - }, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/lz/near_lzI) -"nhx" = ( -/obj/item/bedsheet, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) "nhR" = ( /obj/structure/closet/bodybag, /obj/effect/decal/cleanable/blood/gibs/limb, @@ -17073,6 +17170,14 @@ /obj/structure/sign/safety/fire_haz, /turf/open/floor/plating/prison, /area/fiorina/tumor/civres) +"nii" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 11; + pixel_y = 14 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/fiberbush) "nip" = ( /obj/structure/machinery/door/airlock/prison_hatch/autoname{ dir = 1 @@ -17087,108 +17192,103 @@ }, /turf/open/floor/prison, /area/fiorina/station/disco) -"nit" = ( -/obj/structure/surface/rack, -/obj/item/tool/plantspray/weeds, -/turf/open/floor/prison/blue_plate/east, -/area/fiorina/station/botany) +"niF" = ( +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) +"niG" = ( +/obj/effect/decal/hefa_cult_decals/d32, +/turf/open/floor/prison/chapel_carpet/doubleside/north, +/area/fiorina/maintenance) +"niI" = ( +/obj/structure/barricade/metal/wired{ + dir = 4 + }, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) "njx" = ( /turf/open/floor/prison, /area/fiorina/tumor/servers) -"njI" = ( -/obj/structure/reagent_dispensers/water_cooler, +"njG" = ( +/obj/structure/barricade/metal/wired, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) +"nki" = ( +/obj/item/ammo_magazine/smg/mp5, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/darkyellowcorners2/north, +/area/fiorina/station/telecomm/lz1_cargo) +"nkJ" = ( +/obj/item/tool/wrench, /turf/open/floor/prison/bluefull, /area/fiorina/station/power_ring) -"njP" = ( -/turf/open/floor/prison/blue/northwest, -/area/fiorina/station/chapel) -"nkE" = ( -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/disco) -"nkZ" = ( +"nla" = ( +/turf/open/floor/prison/whitepurplecorner/west, +/area/fiorina/station/research_cells) +"nlp" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/weapon/baton, -/obj/item/reagent_container/food/drinks/coffee{ - pixel_x = -6; - pixel_y = 12 - }, /turf/open/floor/prison/darkredfull2, -/area/fiorina/station/research_cells) -"nld" = ( -/obj/structure/reagent_dispensers/water_cooler{ - pixel_x = -9; - pixel_y = 8 - }, -/obj/structure/reagent_dispensers/water_cooler{ - pixel_x = 11; - pixel_y = 8 - }, -/obj/structure/reagent_dispensers/water_cooler{ - pixel_x = 1; - pixel_y = 8 - }, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) -"nly" = ( -/obj/structure/machinery/light/double/blue{ - pixel_y = -1 - }, +/area/fiorina/station/disco) +"nmk" = ( +/obj/item/device/flashlight/lamp/tripod, /turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/station/telecomm/lz1_cargo) -"nlA" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 - }, -/turf/open/floor/prison/blue/east, -/area/fiorina/station/civres_blue) -"nmt" = ( -/obj/structure/barricade/sandbags{ +/area/fiorina/lz/near_lzI) +"nmr" = ( +/obj/structure/window/reinforced{ dir = 8; - icon_state = "sandbag_0" + health = 80 }, -/turf/open/floor/prison/darkyellow2, -/area/fiorina/station/telecomm/lz1_cargo) -"nmz" = ( -/obj/effect/landmark/static_comms/net_two, -/turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzII) -"nmB" = ( -/obj/item/paper/prison_station/inmate_handbook, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"nmw" = ( +/obj/structure/machinery/vending/snack/packaged, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) +"nmN" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/turf/open/floor/prison/blue/north, +/area/fiorina/station/civres_blue) "nmQ" = ( /obj/structure/largecrate/random, /turf/open/floor/prison, /area/fiorina/station/research_cells) -"nmS" = ( -/obj/item/trash/plate{ - pixel_x = 1; - pixel_y = 3 - }, -/turf/open/floor/prison/blue/west, -/area/fiorina/station/civres_blue) "nmT" = ( /obj/item/toy/crayon/blue, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"nnh" = ( -/obj/structure/inflatable/popped/door, -/turf/open/floor/prison/yellow/southeast, -/area/fiorina/station/lowsec) "nnp" = ( -/obj/item/trash/cigbutt, -/turf/open/floor/prison/blue/west, -/area/fiorina/station/power_ring) -"nnA" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/blue, +/obj/effect/decal/cleanable/blood/splatter{ + icon_state = "gib2" + }, +/turf/open/floor/prison/whitegreencorner/west, +/area/fiorina/station/medbay) +"nns" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/effect/spawner/random/gun/rifle, +/turf/open/floor/prison/greenfull/east, /area/fiorina/station/chapel) -"nnP" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/prison/darkyellow2/north, -/area/fiorina/lz/near_lzI) +"nnG" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 22 + }, +/obj/item/reagent_container/food/snacks/cheesyfries, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/station/flight_deck) +"nnO" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/folder/black_random, +/obj/item/folder/red{ + pixel_x = 3; + pixel_y = 5 + }, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) "nnX" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -17201,11 +17301,10 @@ /obj/structure/largecrate/supply/supplies/plasteel, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"noi" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/ashtray/plastic, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) +"noT" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) "noY" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -17213,10 +17312,13 @@ }, /turf/open/floor/prison, /area/fiorina/station/transit_hub) -"npn" = ( -/turf/open/floor/prison/darkyellow2/west, +"npq" = ( +/obj/structure/barricade/handrail/type_b{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate/southwest, /area/fiorina/station/flight_deck) -"npL" = ( +"npA" = ( /obj/structure/disposalpipe/segment{ icon_state = "delivery_outlet"; layer = 6; @@ -17225,47 +17327,47 @@ }, /turf/open/floor/prison/kitchen/southwest, /area/fiorina/tumor/civres) -"npQ" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 - }, -/obj/structure/platform_decoration, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/disco) +"npO" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/bluecorner/east, +/area/fiorina/station/power_ring) "nql" = ( /obj/structure/surface/table/reinforced/prison, /obj/effect/spawner/random/toolbox, /turf/open/floor/prison, /area/fiorina/station/medbay) -"nqq" = ( -/obj/structure/machinery/landinglight/ds2{ - dir = 8 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzII) -"nqK" = ( -/turf/open/floor/prison/floor_plate/southwest, +"nqy" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/greenblue, +/area/fiorina/station/botany) +"nqD" = ( +/turf/open/floor/prison/yellowcorner/east, /area/fiorina/station/lowsec) "nqN" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/security) +"nqS" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/barricade/handrail/type_b{ + dir = 4; + layer = 3.5 + }, +/obj/structure/morgue{ + dir = 8; + layer = 2.6 + }, +/turf/open/floor/corsat/squares, +/area/fiorina/station/medbay) "nre" = ( /obj/item/stack/rods, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) -"nri" = ( -/obj/item/stack/rods, -/turf/open/floor/prison/whitegreen, -/area/fiorina/station/medbay) "nrq" = ( /obj/effect/landmark/corpsespawner/ua_riot, /turf/open/floor/prison, /area/fiorina/station/disco) -"nrx" = ( -/turf/open/floor/prison/platingdmg3, -/area/fiorina/maintenance) "nrL" = ( /obj/structure/barricade/sandbags{ icon_state = "sandbag_0"; @@ -17274,38 +17376,6 @@ /obj/structure/machinery/m56d_hmg, /turf/open/floor/prison, /area/fiorina/station/flight_deck) -"nrV" = ( -/obj/item/trash/cigbutt/cigarbutt, -/turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzI) -"nsl" = ( -/turf/open/floor/prison/darkbrowncorners2, -/area/fiorina/maintenance) -"nsE" = ( -/obj/structure/closet/bodybag, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/research_cells) -"nsG" = ( -/obj/item/fuel_cell, -/turf/open/floor/prison, -/area/fiorina/tumor/aux_engi) -"nsY" = ( -/obj/structure/machinery/vending/cola, -/obj/structure/prop/souto_land/streamer{ - dir = 1; - pixel_y = 24 - }, -/turf/open/floor/prison/darkbrown2/west, -/area/fiorina/station/park) -"nta" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/tool/pen, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) "ntg" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_27"; @@ -17313,35 +17383,13 @@ }, /turf/open/floor/wood, /area/fiorina/station/civres_blue) -"nti" = ( -/obj/structure/barricade/wooden{ - dir = 8 - }, -/turf/open/floor/prison/chapel_carpet/doubleside/north, -/area/fiorina/station/chapel) -"ntl" = ( -/obj/item/stool, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"ntn" = ( -/obj/structure/platform, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/floor_plate, +"nts" = ( +/turf/open/floor/prison/blue/northeast, /area/fiorina/station/power_ring) "ntv" = ( /obj/structure/window/framed/prison, /turf/open/floor/plating/prison, /area/fiorina/station/lowsec) -"ntx" = ( -/obj/effect/decal/cleanable/blood/splatter{ - icon_state = "gib2" - }, -/turf/open/floor/prison/whitegreen/west, -/area/fiorina/station/medbay) -"ntz" = ( -/obj/item/tool/weldingtool, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) "ntH" = ( /obj/structure/ice/thin/indestructible{ dir = 8; @@ -17354,74 +17402,42 @@ }, /turf/open/ice/noweed, /area/fiorina/tumor/ice_lab) -"ntX" = ( -/obj/structure/bed/roller, -/obj/effect/spawner/random/gun/rifle/highchance, -/turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzI) -"ntY" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, -/turf/open/floor/prison/whitegreen/southeast, -/area/fiorina/tumor/ice_lab) -"nua" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/fancy/crayons, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"nus" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/spawner/random/toolbox, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"nuN" = ( -/obj/structure/bed{ - icon_state = "abed" - }, -/turf/open/floor/prison/yellow/southwest, -/area/fiorina/station/lowsec) -"nuQ" = ( -/obj/item/inflatable, -/turf/open/floor/prison/yellow/north, -/area/fiorina/station/lowsec) -"nuY" = ( -/turf/open/floor/prison/yellow, -/area/fiorina/station/disco) -"nvn" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/prison/darkyellow2, -/area/fiorina/station/telecomm/lz1_cargo) -"nvo" = ( -/obj/structure/reagent_dispensers/water_cooler{ - pixel_x = -9; - pixel_y = 8 - }, -/obj/structure/reagent_dispensers/water_cooler{ - pixel_x = 11; - pixel_y = 8 +"nub" = ( +/obj/structure/platform{ + dir = 8 }, -/obj/structure/reagent_dispensers/water_cooler{ - pixel_x = 1; - pixel_y = 8 +/turf/open/floor/prison/whitegreen/west, +/area/fiorina/tumor/ice_lab) +"nug" = ( +/obj/structure/machinery/newscaster{ + pixel_y = 32 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"nvr" = ( -/obj/structure/machinery/vending/coffee, +/area/fiorina/station/transit_hub) +"nup" = ( +/turf/open/floor/prison/darkyellowcorners2/west, +/area/fiorina/lz/near_lzI) +"nuu" = ( +/obj/item/device/flashlight/lamp/tripod, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) -"nvw" = ( -/obj/structure/barricade/handrail/type_b{ - dir = 8 +/area/fiorina/station/flight_deck) +"nux" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 9 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"nvx" = ( -/obj/structure/bed{ - icon_state = "abed" +/obj/structure/barricade/metal{ + health = 250; + icon_state = "metal_1" }, -/obj/item/storage/fancy/crayons, -/turf/open/floor/prison/whitepurple/southeast, -/area/fiorina/station/research_cells) +/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) +"nvn" = ( +/turf/open/floor/prison/floor_marked/southwest, +/area/fiorina/lz/near_lzII) +"nvw" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) "nvD" = ( /turf/closed/wall/r_wall/prison, /area/fiorina/station/botany) @@ -17429,6 +17445,18 @@ /obj/structure/machinery/vending/cigarette/colony, /turf/open/floor/prison, /area/fiorina/station/medbay) +"nvG" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + health = 300 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + pixel_y = 10 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/park) "nvO" = ( /obj/structure/machinery/light/double/blue{ dir = 8; @@ -17437,48 +17465,25 @@ }, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"nwa" = ( -/obj/structure/platform, -/turf/open/floor/prison/cell_stripe/west, -/area/fiorina/station/botany) -"nwi" = ( -/obj/item/clothing/head/cmcap, -/turf/open/floor/prison/green, -/area/fiorina/station/transit_hub) -"nwj" = ( -/turf/open/floor/prison/bluecorner/west, -/area/fiorina/station/power_ring) -"nxh" = ( -/obj/structure/bed{ - icon_state = "abed" - }, -/obj/item/toy/beach_ball/holoball, -/turf/open/floor/prison/whitepurple/southeast, -/area/fiorina/station/research_cells) -"nxn" = ( +"nwX" = ( +/obj/structure/closet/firecloset, /obj/structure/machinery/light/double/blue{ - pixel_y = -1 - }, -/turf/open/floor/prison/blue_plate, -/area/fiorina/station/botany) -"nxB" = ( -/obj/structure/prop/souto_land/streamer{ - dir = 1; - pixel_y = 24 - }, -/obj/structure/bed/chair{ - dir = 4; - pixel_y = 4 + dir = 8; + pixel_x = -10; + pixel_y = 13 }, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/station/park) -"nxE" = ( -/obj/structure/machinery/light/double/blue{ +/turf/open/floor/prison/darkbrown2/southwest, +/area/fiorina/maintenance) +"nwZ" = ( +/obj/structure/barricade/handrail{ dir = 1; - pixel_y = 21 + pixel_y = 2 }, -/turf/open/floor/prison/blue_plate, -/area/fiorina/station/botany) +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) +"nxw" = ( +/turf/open/floor/prison/damaged2, +/area/fiorina/station/central_ring) "nxM" = ( /obj/structure/barricade/sandbags{ dir = 8; @@ -17487,20 +17492,16 @@ }, /turf/open/floor/prison, /area/fiorina/lz/near_lzII) -"nyb" = ( -/obj/structure/bed/chair{ - dir = 4 +"nxO" = ( +/obj/structure/platform_decoration{ + dir = 1 }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) +/turf/open/floor/prison/darkpurple2, +/area/fiorina/tumor/servers) "nyo" = ( /obj/structure/platform, /turf/open/floor/prison, /area/fiorina/station/transit_hub) -"nyR" = ( -/obj/effect/spawner/random/toolbox, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) "nyS" = ( /obj/structure/platform{ dir = 4 @@ -17516,19 +17517,26 @@ /obj/structure/machinery/light/double/blue, /turf/open/floor/prison, /area/fiorina/station/security) -"nzn" = ( -/obj/structure/machinery/power/apc/power/north, -/turf/open/floor/prison/yellow/northwest, -/area/fiorina/station/disco) -"nzB" = ( -/obj/structure/largecrate/supply/ammo, -/obj/item/storage/fancy/crayons, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) +"nzs" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/secure_data{ + dir = 4 + }, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/research_cells) +"nzC" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/spawner/random/gun/rifle/lowchance, +/turf/open/floor/prison/darkyellow2/northwest, +/area/fiorina/lz/near_lzI) "nzI" = ( /obj/structure/largecrate/random, /turf/open/floor/wood, /area/fiorina/station/chapel) +"nzK" = ( +/obj/item/ammo_magazine/smg/mp5, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) "nzU" = ( /obj/item/reagent_container/glass/bucket, /obj/item/reagent_container/glass/bucket, @@ -17545,58 +17553,88 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"nAh" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) -"nAD" = ( -/obj/structure/machinery/power/apc/power/north, -/turf/open/floor/plating/plating_catwalk/prison, -/area/fiorina/station/central_ring) -"nBq" = ( -/obj/structure/prop/resin_prop, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) +"nAl" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/item/tool/shovel/spade, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/botany) +"nBg" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) +"nBX" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/southeast, +/area/fiorina/station/park) "nCa" = ( /obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) -"nCo" = ( -/obj/structure/platform{ - dir = 1 - }, +"nCg" = ( +/obj/item/device/multitool, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) +/area/fiorina/station/telecomm/lz1_cargo) "nCu" = ( /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/prison, /area/fiorina/station/lowsec) +"nCx" = ( +/turf/open/floor/prison/floorscorched1, +/area/fiorina/tumor/civres) +"nCz" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/station/telecomm/lz1_cargo) +"nCB" = ( +/obj/structure/bed/chair/comfy, +/turf/open/floor/prison/blue/west, +/area/fiorina/station/civres_blue) "nCJ" = ( /obj/structure/filingcabinet, /turf/open/floor/wood, /area/fiorina/station/security/wardens) -"nDi" = ( -/obj/structure/machinery/photocopier, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) +"nCT" = ( +/obj/structure/machinery/computer3/server/rack, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) +"nCU" = ( +/obj/item/stack/rods/plasteel, +/turf/open/floor/prison/damaged3, +/area/fiorina/station/security) "nDm" = ( -/obj/item/bananapeel{ - name = "tactical banana peel" +/obj/structure/inflatable, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) +"nDs" = ( +/obj/structure/barricade/sandbags{ + dir = 8; + icon_state = "sandbag_0" }, -/turf/open/floor/corsat/squares, -/area/fiorina/station/medbay) -"nDv" = ( -/obj/structure/closet/crate/miningcar{ - name = "\improper materials storage bin" +/turf/open/floor/prison/darkyellow2, +/area/fiorina/station/telecomm/lz1_cargo) +"nDy" = ( +/obj/structure/machinery/door/morgue{ + dir = 2; + name = "Confession Booth" }, -/obj/item/reagent_container/food/snacks/meat, -/turf/open/floor/prison/greenblue, -/area/fiorina/station/botany) -"nDY" = ( -/obj/item/weapon/gun/rifle/m16, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/chapel) +"nDE" = ( +/obj/structure/coatrack, +/obj/item/clothing/suit/storage/CMB, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"nEb" = ( +/obj/structure/closet/bombcloset, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) "nEy" = ( /obj/item/explosive/grenade/high_explosive/frag, /obj/structure/machinery/light/double/blue{ @@ -17605,43 +17643,26 @@ }, /turf/open/floor/prison, /area/fiorina/station/security) -"nEA" = ( -/obj/item/stack/tile/plasteel, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) -"nEK" = ( -/turf/open/floor/prison/damaged3, -/area/fiorina/station/disco) -"nER" = ( -/turf/open/floor/prison/floor_marked/west, -/area/fiorina/station/research_cells) -"nEY" = ( -/obj/structure/closet/secure_closet/hydroponics, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/botany) -"nFs" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) +"nFe" = ( +/obj/structure/machinery/cm_vending/sorted/marine_food{ + name = "\improper Fiorina Engineering Canteen Vendor" + }, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) "nFB" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/gift, /turf/open/floor/wood, /area/fiorina/station/park) -"nFP" = ( -/obj/structure/machinery/photocopier, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"nFY" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/greenblue/north, -/area/fiorina/station/botany) -"nGb" = ( -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) -"nGe" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/floor_plate, +"nFF" = ( +/obj/item/tool/shovel/etool, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/civres_blue) +"nGn" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/west, /area/fiorina/station/park) "nGq" = ( /obj/structure/machinery/portable_atmospherics/powered/scrubber, @@ -17651,6 +17672,10 @@ /obj/item/newspaper, /turf/open/floor/wood, /area/fiorina/station/security/wardens) +"nGR" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/prison/blue_plate/west, +/area/fiorina/station/botany) "nGW" = ( /obj/structure/stairs/perspective{ dir = 4; @@ -17669,20 +17694,41 @@ }, /turf/open/floor/prison, /area/fiorina/tumor/servers) -"nHg" = ( -/obj/structure/filingcabinet, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/tumor/servers) -"nHt" = ( -/obj/item/ammo_casing{ - icon_state = "casing_5" +"nHx" = ( +/obj/structure/closet{ + density = 0; + pixel_y = 18 }, -/turf/open/floor/prison/darkyellow2/east, -/area/fiorina/station/flight_deck) -"nHy" = ( -/obj/item/trash/boonie, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/research_cells) +/obj/item/stool{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) +"nHz" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" + }, +/obj/structure/platform, +/turf/open/floor/prison/darkbrown2, +/area/fiorina/station/park) +"nHI" = ( +/obj/structure/barricade/sandbags{ + dir = 8; + icon_state = "sandbag_0"; + pixel_y = 2 + }, +/turf/open/floor/prison/yellow/northeast, +/area/fiorina/station/disco) +"nHW" = ( +/obj/item/card/id/silver/clearance_badge/cl{ + desc = "Wow sorry, didn't mean to drop that in front of you, it's real, btw."; + name = "certified powerloader operator card"; + registered_name = "John Forklift" + }, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) "nHZ" = ( /turf/closed/shuttle/ert{ icon_state = "wy_rightengine" @@ -17712,36 +17758,24 @@ }, /turf/open/floor/prison, /area/fiorina/station/security) -"nJv" = ( -/obj/structure/platform{ - dir = 1 - }, -/turf/open/gm/river/pool, -/area/fiorina/station/park) +"nIP" = ( +/obj/item/trash/cigbutt/ucigbutt, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/chapel) "nJC" = ( /obj/item/stack/sheet/metal/medium_stack, /obj/structure/surface/rack, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"nJX" = ( -/obj/structure/bed/chair{ - dir = 4 - }, +"nJF" = ( /turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"nKb" = ( -/obj/structure/machinery/light/small{ - dir = 8; - pixel_x = -11; - pixel_y = 10 - }, -/obj/structure/surface/table/reinforced/prison, -/obj/effect/spawner/random/toolbox, -/obj/item/clothing/head/soft/ferret{ - pixel_y = 7 +/area/fiorina/station/disco) +"nKj" = ( +/obj/structure/window{ + dir = 1 }, -/turf/open/floor/almayer/plate, -/area/fiorina/tumor/ship) +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) "nKl" = ( /obj/structure/platform{ dir = 1 @@ -17754,6 +17788,17 @@ }, /turf/open/gm/river/desert/deep, /area/fiorina/lz/near_lzII) +"nKC" = ( +/obj/structure/surface/table/reinforced/prison{ + dir = 4; + flipped = 1 + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"nKI" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/transit_hub) "nKX" = ( /obj/structure/barricade/metal{ dir = 8; @@ -17766,50 +17811,31 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"nLp" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/turf/open/floor/prison/yellow/southwest, -/area/fiorina/station/lowsec) -"nLF" = ( -/obj/item/ammo_casing{ - icon_state = "casing_8" - }, -/obj/structure/surface/table/reinforced/prison{ - dir = 4; - flipped = 1 - }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"nLG" = ( -/obj/effect/spawner/random/sentry/midchance, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/power_ring) "nLV" = ( /turf/closed/shuttle/ert{ icon_state = "stan27" }, /area/fiorina/tumor/aux_engi) -"nMa" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/toolbox, +"nMN" = ( +/obj/structure/monorail{ + name = "launch track" + }, +/obj/structure/platform_decoration{ + dir = 1 + }, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) -"nMb" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"nMt" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/spawner/random/pills/lowchance, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) -"nMY" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/prison/green/northeast, -/area/fiorina/station/chapel) +/area/fiorina/station/telecomm/lz1_tram) +"nMP" = ( +/obj/structure/surface/table/reinforced/prison{ + dir = 8; + flipped = 1 + }, +/obj/item/device/flashlight/lamp, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/research_cells) +"nMQ" = ( +/turf/open/floor/prison/green/north, +/area/fiorina/station/transit_hub) "nMZ" = ( /obj/structure/ice/thin/indestructible, /obj/structure/prop/invuln{ @@ -17825,44 +17851,24 @@ /obj/structure/blocker/invisible_wall, /turf/open/ice/noweed, /area/fiorina/tumor/ice_lab) -"nNa" = ( -/obj/structure/barricade/wooden{ - dir = 4 +"nNo" = ( +/obj/item/trash/used_stasis_bag{ + desc = "Wow, instant sand. They really have everything in space."; + name = "Insta-Sand! bag" }, -/obj/structure/barricade/wooden, -/turf/open/floor/prison/floor_plate, +/turf/open/floor/prison/blue/west, /area/fiorina/station/civres_blue) +"nNp" = ( +/turf/open/floor/prison/cell_stripe/north, +/area/fiorina/maintenance) "nNJ" = ( /obj/structure/surface/rack, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"nNN" = ( -/obj/structure/stairs/perspective{ - dir = 4; - icon_state = "p_stair_full" - }, -/obj/structure/platform, -/turf/open/floor/prison/bright_clean_marked/southwest, -/area/fiorina/station/power_ring) -"nNT" = ( -/obj/structure/machinery/shower{ - pixel_y = 13 - }, -/obj/structure/machinery/shower{ - dir = 1; - pixel_y = -1 - }, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/research_cells) -"nOg" = ( -/obj/structure/platform_decoration{ - dir = 8 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) -"nOj" = ( -/turf/open/floor/prison/whitegreen/southeast, -/area/fiorina/tumor/ice_lab) +"nOn" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/tumor/civres) "nOw" = ( /obj/structure/ice/thin/indestructible{ dir = 1; @@ -17871,6 +17877,10 @@ /obj/structure/blocker/invisible_wall, /turf/open/ice/noweed, /area/fiorina/tumor/ice_lab) +"nOy" = ( +/obj/item/poster, +/turf/open/floor/prison/whitepurple/northwest, +/area/fiorina/station/research_cells) "nOz" = ( /obj/structure/surface/table/woodentable/fancy, /obj/item/device/flashlight/lamp/candelabra{ @@ -17880,55 +17890,35 @@ }, /turf/open/floor/wood, /area/fiorina/station/chapel) -"nOH" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "xtracks" - }, -/turf/open/floor/prison/green/north, -/area/fiorina/station/chapel) -"nOR" = ( -/obj/item/shard{ - icon_state = "medium" +"nPg" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/chapel) +/turf/open/floor/prison/cell_stripe/west, +/area/fiorina/station/botany) "nPj" = ( /obj/item/clothing/glasses/gglasses, /turf/open/space, /area/fiorina/oob) -"nPE" = ( -/obj/structure/flora/grass/tallgrass/jungle, -/obj/item/reagent_container/food/snacks/grown/eggplant{ - desc = "Eggplant. Or, wait..."; - layer = 2 - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) +"nPl" = ( +/obj/structure/bed/sofa/south/grey/left, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/civres_blue) +"nPo" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/civres_blue) "nQq" = ( /obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited, /turf/closed/wall/prison, /area/fiorina/station/medbay) -"nQF" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/glass/bottle/spaceacillin{ - pixel_x = -6; - pixel_y = 4 - }, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/research_cells) -"nQH" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/box/cups, -/obj/item/storage/fancy/cigarettes/arcturian_ace{ - pixel_x = -6; - pixel_y = 20 - }, -/obj/item/storage/fancy/cigarettes/arcturian_ace{ - pixel_x = 6; - pixel_y = 20 +"nQO" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 4 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) +/area/fiorina/lz/near_lzII) "nRb" = ( /turf/open/floor/prison, /area/fiorina/station/security/wardens) @@ -17936,81 +17926,52 @@ /obj/structure/largecrate/random/barrel/white, /turf/open/floor/prison, /area/fiorina/station/security) -"nRJ" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 - }, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"nRS" = ( -/obj/structure/largecrate/random/case/small, -/obj/item/bodybag/tarp/reactive{ - pixel_y = 6 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/medbay) -"nSc" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/handset{ - pixel_x = -3; - pixel_y = 10 - }, -/obj/item/handset{ - pixel_x = 9; - pixel_y = -10 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) -"nSw" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) +"nRv" = ( +/turf/open/floor/prison/bluefull, +/area/fiorina/station/civres_blue) +"nSp" = ( +/turf/open/floor/prison/darkpurple2/north, +/area/fiorina/station/disco) "nSx" = ( /turf/closed/wall/r_wall/prison, /area/fiorina/station/disco) -"nSK" = ( -/turf/open/floor/prison/bluecorner/north, -/area/fiorina/station/chapel) +"nSN" = ( +/turf/open/floor/prison/whitegreencorner/west, +/area/fiorina/station/medbay) +"nSR" = ( +/obj/item/weapon/gun/rifle/m16, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/damaged3, +/area/fiorina/station/security) "nSU" = ( /obj/structure/surface/rack, /obj/item/storage/toolbox/emergency, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"nSX" = ( -/turf/open/floor/prison/yellow/west, -/area/fiorina/lz/near_lzII) "nTq" = ( /turf/closed/shuttle/ert{ icon_state = "stan5" }, /area/fiorina/tumor/ship) -"nTx" = ( -/obj/structure/platform_decoration{ - dir = 4 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"nTQ" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/disco) -"nTT" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 - }, -/turf/open/floor/prison/cell_stripe/north, -/area/fiorina/station/medbay) +"nTy" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/transit_hub) "nUb" = ( /obj/item/stack/rods, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) +"nUf" = ( +/turf/open/floor/prison/darkbrowncorners2, +/area/fiorina/maintenance) +"nUh" = ( +/obj/item/device/radio, +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/fiberbush) +"nUo" = ( +/obj/effect/spawner/random/gun/smg/midchance, +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/station/park) "nUr" = ( /obj/structure/ice/thin/indestructible, /obj/structure/prop/invuln{ @@ -18041,98 +18002,88 @@ /turf/open/floor/plating/prison, /area/fiorina/maintenance) "nUK" = ( -/turf/open/floor/prison/blue/west, -/area/fiorina/station/power_ring) -"nUR" = ( -/turf/open/floor/prison/darkyellow2/north, -/area/fiorina/tumor/servers) -"nVk" = ( -/obj/effect/spawner/random/tool, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) -"nVm" = ( -/turf/open/floor/prison/whitegreen, -/area/fiorina/station/medbay) -"nWf" = ( -/obj/structure/tunnel/maint_tunnel, -/turf/open/floor/prison/greenblue/southwest, -/area/fiorina/station/botany) -"nWj" = ( -/obj/structure/prop/structure_lattice{ - dir = 4; - health = 300; - icon = 'icons/turf/elevator.dmi'; - icon_state = "wall_broke" +/obj/item/trash/cigbutt/ucigbutt{ + pixel_x = 5; + pixel_y = 12 }, -/turf/open/floor/corsat/squares, -/area/fiorina/station/civres_blue) -"nWo" = ( -/obj/effect/decal/cleanable/blood/oil, -/obj/structure/platform_decoration{ - dir = 1 +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"nUN" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/oob) +"nVh" = ( +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"nVD" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/disco) -"nWx" = ( -/obj/structure/window/reinforced{ - dir = 4 +/turf/open/floor/prison/darkyellow2/northeast, +/area/fiorina/lz/near_lzI) +"nVI" = ( +/obj/item/stack/tile/plasteel{ + pixel_x = 3; + pixel_y = 4 }, -/obj/item/storage/briefcase, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/security/wardens) +/area/fiorina/station/civres_blue) +"nVU" = ( +/turf/open/floor/prison/kitchen/southwest, +/area/fiorina/station/civres_blue) "nWC" = ( /obj/item/clothing/shoes/yellow, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) -"nWN" = ( -/obj/structure/machinery/cm_vending/sorted/medical/blood, -/turf/open/floor/prison/whitegreenfull/southwest, +"nWX" = ( +/turf/open/floor/prison/darkpurple2/northeast, /area/fiorina/tumor/ice_lab) -"nWW" = ( -/obj/structure/janitorialcart, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/station/park) -"nXc" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) "nXj" = ( /obj/structure/curtain/black, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"nXm" = ( +"nXI" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + health = 300 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + pixel_y = 10 + }, +/obj/structure/disposalpipe/segment{ + color = "#c4c4c4"; + dir = 4; + layer = 6; + name = "overhead pipe"; + pixel_y = 20 + }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/flight_deck) -"nXK" = ( -/obj/effect/landmark/xeno_spawn, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/whitegreen/north, -/area/fiorina/tumor/ice_lab) -"nXY" = ( -/obj/item/weapon/twohanded/spear, -/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/tumor/civres) +"nYc" = ( +/obj/structure/toilet{ + dir = 4; + pixel_y = 8 + }, +/turf/open/floor/prison/whitepurple/northwest, /area/fiorina/station/research_cells) -"nYd" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"nYe" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/drinks/cans/aspen, -/turf/open/floor/prison/darkyellow2, -/area/fiorina/lz/near_lzI) "nYi" = ( /obj/structure/machinery/door/poddoor/shutters/almayer{ dir = 4 }, /turf/open/floor/plating/prison, /area/fiorina/station/security) +"nYn" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"nYx" = ( +/obj/item/storage/firstaid/regular, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) "nYA" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -18141,83 +18092,30 @@ /obj/structure/platform, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"nZj" = ( -/obj/effect/decal/medical_decals{ - icon_state = "triagedecaldir" - }, -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 +"nZx" = ( +/obj/structure/bed/chair{ + dir = 1 }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"nZl" = ( /turf/open/floor/prison/floor_plate, /area/fiorina/station/security) -"nZr" = ( -/obj/item/explosive/grenade/high_explosive/frag, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/tumor/servers) -"nZu" = ( -/turf/open/floor/prison/darkyellowcorners2/west, -/area/fiorina/lz/near_lzI) "nZQ" = ( /obj/structure/bed/chair/comfy{ dir = 4 }, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) +"oag" = ( +/turf/open/floor/prison/blue/east, +/area/fiorina/station/civres_blue) "oan" = ( /obj/item/trash/semki, /turf/open/floor/prison, /area/fiorina/station/flight_deck) -"oaw" = ( -/obj/structure/closet{ - density = 0; - pixel_y = 18 - }, -/obj/item/stool, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) -"oay" = ( -/obj/effect/decal/cleanable/blood/gibs, -/obj/item/ammo_magazine/rifle/mar40, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) -"oaz" = ( -/obj/effect/decal/hefa_cult_decals/d32{ - icon_state = "3" - }, -/turf/open/floor/prison/chapel_carpet/doubleside/north, -/area/fiorina/station/chapel) -"oaM" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/prison/whitegreen/southeast, -/area/fiorina/station/medbay) "oaX" = ( /obj/structure/surface/table/reinforced/prison, /obj/effect/spawner/random/supply_kit, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"obc" = ( -/obj/structure/reagent_dispensers/fueltank/gas/hydrogen{ - layer = 2.6 - }, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzII) -"obs" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/faxmachine, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) -"obw" = ( -/obj/effect/decal/cleanable/blood/splatter{ - icon_state = "gibup1" - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) "obz" = ( /obj/structure/machinery/computer/arcade, /turf/open/floor/plating/prison, @@ -18259,43 +18157,21 @@ /obj/structure/largecrate/random/secure, /turf/open/floor/prison, /area/fiorina/station/chapel) -"och" = ( -/obj/structure/barricade/handrail, -/obj/structure/barricade/handrail{ - dir = 4 - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/research_cells) -"ocp" = ( -/obj/effect/decal/medical_decals{ - icon_state = "docdecal1" - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"ocF" = ( -/obj/structure/closet{ - density = 0; - pixel_y = 18 - }, -/obj/effect/spawner/random/tool, -/obj/item/clothing/gloves/combat, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"ocL" = ( -/obj/structure/machinery/landinglight/ds2/delaytwo, -/turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzII) -"ocN" = ( -/turf/open/floor/prison/darkbrown2/east, -/area/fiorina/station/park) -"ocS" = ( -/obj/structure/disposalpipe/segment{ - color = "#c4c4c4"; - dir = 2; - layer = 6; - name = "overhead pipe"; - pixel_x = -16; - pixel_y = 12 +"oce" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) +"ocQ" = ( +/turf/open/floor/prison/cell_stripe, +/area/fiorina/station/security) +"ocS" = ( +/obj/structure/disposalpipe/segment{ + color = "#c4c4c4"; + dir = 2; + layer = 6; + name = "overhead pipe"; + pixel_x = -16; + pixel_y = 12 }, /obj/structure/machinery/light/double/blue{ dir = 1; @@ -18303,42 +18179,35 @@ }, /turf/open/floor/prison, /area/fiorina/tumor/servers) -"odq" = ( -/obj/structure/machinery/vending/cigarette/colony, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) -"odr" = ( -/obj/structure/prop/structure_lattice{ - dir = 1; - health = 300; - icon = 'icons/turf/elevator.dmi'; - icon_state = "wall_broke" - }, -/turf/open/floor/corsat/squares, -/area/fiorina/station/civres_blue) -"odz" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/floor_plate, +"ocX" = ( +/obj/effect/landmark/corpsespawner/engineer, +/turf/open/floor/prison/bluefull, /area/fiorina/station/power_ring) -"odM" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 - }, -/turf/open/floor/prison/yellow/southwest, -/area/fiorina/station/disco) +"odo" = ( +/turf/open/floor/prison/yellowcorner, +/area/fiorina/station/lowsec) "odQ" = ( /obj/structure/largecrate/supply, /turf/open/floor/plating/prison, /area/fiorina/station/research_cells) -"oeF" = ( -/obj/structure/prop/resin_prop{ - icon_state = "sheater0" +"odT" = ( +/obj/structure/machinery/light/double/blue{ + pixel_y = -1 + }, +/obj/structure/barricade/wooden{ + dir = 8 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) +/area/fiorina/station/telecomm/lz1_cargo) +"oeb" = ( +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) +"oek" = ( +/obj/structure/bed{ + icon_state = "abed" + }, +/turf/open/floor/prison/whitepurple/southeast, +/area/fiorina/station/research_cells) "oeG" = ( /obj/structure/largecrate/random, /obj/effect/spawner/random/powercell, @@ -18347,14 +18216,21 @@ }, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"oeI" = ( +"oeM" = ( /obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 + dir = 1; + pixel_y = 21 }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/station/telecomm/lz1_cargo) +"oeN" = ( /turf/open/floor/prison/floor_plate, -/area/fiorina/station/flight_deck) +/area/fiorina/station/park) +"oeQ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/ammo_magazine/rifle/m16, +/turf/open/floor/prison/darkyellow2, +/area/fiorina/lz/near_lzI) "oeZ" = ( /obj/effect/landmark/monkey_spawn, /turf/open/floor/prison, @@ -18363,6 +18239,16 @@ /obj/structure/largecrate/random/barrel/yellow, /turf/open/floor/prison, /area/fiorina/station/security) +"off" = ( +/obj/item/disk/data, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) +"ofi" = ( +/obj/structure/prop/invuln/minecart_tracks/bumper{ + dir = 1 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) "ofq" = ( /turf/closed/shuttle/elevator{ dir = 10 @@ -18376,31 +18262,11 @@ /obj/structure/machinery/lapvend, /turf/open/floor/prison, /area/fiorina/station/flight_deck) -"oge" = ( -/obj/structure/mirror{ - pixel_x = -32 - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/turf/open/floor/prison/kitchen/southwest, -/area/fiorina/tumor/civres) "ogg" = ( /obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/emails{ - dir = 4 - }, -/turf/open/floor/prison/whitegreen/southwest, -/area/fiorina/station/medbay) -"ogm" = ( -/obj/structure/reagent_dispensers/water_cooler{ - density = 0; - pixel_x = -11; - pixel_y = 13 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) +/obj/item/device/flashlight/lamp/green, +/turf/open/floor/prison/greenfull/east, +/area/fiorina/tumor/civres) "ogo" = ( /obj/structure/monorail{ dir = 9; @@ -18408,70 +18274,33 @@ }, /turf/open/space, /area/fiorina/oob) -"ogF" = ( -/obj/structure/machinery/door/airlock/prison_hatch/autoname{ - dir = 1 - }, -/turf/open/floor/prison/redfull, -/area/fiorina/station/medbay) "ogM" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /turf/open/floor/plating/prison, /area/fiorina/tumor/fiberbush) -"ogN" = ( -/obj/structure/platform{ - dir = 4 - }, -/turf/open/floor/prison/yellow/southwest, -/area/fiorina/station/disco) "ogU" = ( -/obj/structure/bed/chair/comfy, -/turf/open/floor/prison/yellowfull, +/obj/item/storage/wallet/random, +/turf/open/floor/prison/kitchen/southwest, +/area/fiorina/tumor/civres) +"ohk" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/tracker, +/turf/open/floor/prison/yellow/northwest, /area/fiorina/station/disco) -"ohh" = ( -/turf/open/floor/prison/floor_marked/west, -/area/fiorina/station/lowsec) -"ohm" = ( -/obj/item/reagent_container/food/drinks/coffee{ - name = "\improper paper cup" - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) -"ohr" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/corsat/squares, -/area/fiorina/station/civres_blue) -"ohv" = ( -/obj/structure/platform_decoration{ - dir = 8 - }, -/obj/structure/platform_decoration{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/splatter{ - icon_state = "gibup1" - }, -/turf/open/floor/prison/whitegreen/north, -/area/fiorina/station/medbay) +"oht" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/darkyellow2/northwest, +/area/fiorina/station/flight_deck) "ohF" = ( /obj/structure/platform/kutjevo/smooth, /turf/closed/wall/mineral/bone_resin, /area/fiorina/tumor/ice_lab) -"ohL" = ( -/obj/structure/machinery/light/double/blue{ - pixel_y = -1 - }, -/obj/structure/bed/chair{ - dir = 1; - layer = 2.8 +"ohQ" = ( +/obj/structure/platform{ + dir = 4 }, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/disco) -"ohX" = ( -/obj/structure/closet/basketball, -/obj/item/storage/pill_bottle/tramadol/skillless, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/transit_hub) "ohY" = ( /obj/item/circuitboard/machine/pacman/super, /obj/structure/machinery/constructable_frame{ @@ -18479,14 +18308,17 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"oic" = ( -/turf/open/floor/prison/platingdmg1, -/area/fiorina/station/security) -"oie" = ( -/obj/structure/closet/crate/medical, -/obj/effect/spawner/random/toolbox, -/turf/open/floor/prison/floor_plate, +"ois" = ( +/obj/structure/bed/chair{ + dir = 4; + pixel_y = 8 + }, +/turf/open/floor/prison/sterile_white/southwest, /area/fiorina/station/medbay) +"oiL" = ( +/obj/structure/dropship_equipment/medevac_system, +/turf/open/floor/prison/floor_marked/southwest, +/area/fiorina/station/power_ring) "oja" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_sn_full_cap" @@ -18496,17 +18328,15 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"ojn" = ( +"ojg" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/pamphlet/skill/powerloader, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"ojq" = ( -/obj/structure/surface/rack, -/obj/item/frame/table/almayer, -/obj/item/frame/table/almayer, +/obj/item/clothing/mask/cigarette, +/obj/item/storage/fancy/cigarettes/emeraldgreen{ + pixel_x = -4; + pixel_y = 9 + }, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) +/area/fiorina/tumor/aux_engi) "ojv" = ( /obj/structure/machinery/light/double/blue{ dir = 8; @@ -18515,31 +18345,66 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) -"ojz" = ( -/obj/structure/monorail{ - name = "launch track" - }, -/obj/structure/platform_decoration{ - dir = 1 +"ojB" = ( +/obj/structure/prop/resin_prop, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"ojF" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/beer_pack{ + pixel_y = 7 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_tram) +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) +"ojJ" = ( +/obj/structure/machinery/power/apc/power/west, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) "ojK" = ( /turf/open/floor/plating/prison, /area/fiorina/station/telecomm/lz1_tram) +"ojO" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/cell_stripe/west, +/area/fiorina/station/park) +"ojY" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform_decoration{ + dir = 5 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) +"okc" = ( +/obj/structure/largecrate/supply/medicine/medkits, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"oke" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/floor/prison/bluecorner/east, +/area/fiorina/station/power_ring) "okg" = ( /obj/structure/barricade/handrail/type_b{ dir = 1 }, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/lz/near_lzII) -"okn" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/greenblue, -/area/fiorina/station/botany) "okv" = ( /turf/open/floor/plating/prison, /area/fiorina/station/transit_hub) +"okx" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison/greenblue/west, +/area/fiorina/station/botany) "okF" = ( /obj/structure/blocker/invisible_wall, /obj/structure/ice/thin/indestructible, @@ -18589,6 +18454,13 @@ /obj/item/device/flashlight/lamp/tripod, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) +"ola" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_sn_full_cap" + }, +/turf/open/floor/prison/whitegreen/north, +/area/fiorina/station/central_ring) "oly" = ( /obj/structure/machinery/light/double/blue{ dir = 8; @@ -18597,20 +18469,32 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/telecomm/lz2_maint) +"olA" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/fiberbush) "olB" = ( /obj/structure/tunnel/maint_tunnel, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) "olD" = ( -/obj/structure/machinery/cm_vending/sorted/marine_food{ - desc = "Prison meal vendor, containing preprepared meals fit for the dregs of society."; - name = "\improper Fiorina Engineering Canteen Vendor" +/obj/item/stool{ + pixel_x = -4; + pixel_y = 10 }, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) -"olI" = ( -/obj/effect/spawner/random/gun/pistol, -/turf/open/floor/prison/whitegreenfull/southwest, +/obj/structure/sign/poster{ + icon_state = "poster1"; + pixel_y = 32 + }, +/turf/open/floor/prison/yellow/north, +/area/fiorina/station/lowsec) +"olF" = ( +/obj/structure/pipes/unary/freezer{ + icon_state = "freezer_1" + }, +/turf/open/floor/prison/sterile_white/southwest, /area/fiorina/station/medbay) "olQ" = ( /obj/structure/platform/kutjevo/smooth, @@ -18619,6 +18503,9 @@ }, /turf/open/space/basic, /area/fiorina/oob) +"olY" = ( +/turf/open/floor/prison/cell_stripe/east, +/area/fiorina/lz/near_lzI) "omb" = ( /obj/structure/surface/table/woodentable/fancy, /obj/structure/machinery/computer/guestpass, @@ -18637,59 +18524,84 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"omE" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/newspaper, -/turf/open/floor/prison/blue_plate/east, -/area/fiorina/station/botany) "omI" = ( /obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/plating/prison, /area/fiorina/station/transit_hub) -"omS" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/blue_plate/east, -/area/fiorina/station/botany) "omT" = ( -/obj/item/ammo_magazine/smg/mp5, -/turf/open/floor/prison/whitepurple/southwest, -/area/fiorina/station/research_cells) -"ooD" = ( -/obj/item/reagent_container/food/drinks/bottle/holywater{ - desc = "A flask of the holy HEFA grenade oil."; - name = "Flask of HEFA Oil" +/obj/structure/reagent_dispensers/water_cooler{ + pixel_x = -9; + pixel_y = 8 }, -/turf/open/floor/prison/chapel_carpet/doubleside, -/area/fiorina/station/chapel) -"ooK" = ( -/obj/structure/surface/rack, -/turf/open/floor/prison/darkbrown2/southeast, -/area/fiorina/maintenance) -"opb" = ( -/obj/structure/platform_decoration{ - dir = 4 +/obj/structure/reagent_dispensers/water_cooler{ + pixel_x = 11; + pixel_y = 8 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) -"opM" = ( -/obj/structure/barricade/metal/wired{ - dir = 8 +/obj/structure/reagent_dispensers/water_cooler{ + pixel_x = 1; + pixel_y = 8 }, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) +"omX" = ( +/obj/structure/platform_decoration{ + dir = 1 }, -/turf/open/floor/prison/yellow/north, -/area/fiorina/station/lowsec) -"opS" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/spawner/random/powercell, -/obj/item/storage/syringe_case/burn{ +/obj/structure/machinery/light/double/blue{ + dir = 8; pixel_x = -10; - pixel_y = 8 + pixel_y = 13 }, +/turf/open/floor/prison/whitegreen/southwest, +/area/fiorina/station/medbay) +"onq" = ( +/obj/effect/spawner/random/gun/smg, /turf/open/floor/prison/darkpurplefull2, /area/fiorina/station/research_cells) +"onS" = ( +/turf/open/floor/prison/blue/east, +/area/fiorina/tumor/servers) +"oob" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"ooM" = ( +/turf/open/floor/prison/greencorner/north, +/area/fiorina/station/chapel) +"ooQ" = ( +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/station/telecomm/lz1_tram) +"opa" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform_decoration{ + dir = 10 + }, +/turf/open/floor/prison/whitegreen/southwest, +/area/fiorina/tumor/ice_lab) +"opu" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) +"opK" = ( +/turf/open/floor/prison/cell_stripe/west, +/area/fiorina/lz/near_lzI) +"opQ" = ( +/obj/structure/bed/sofa/vert/grey/top, +/turf/open/floor/prison/floor_plate, +/area/fiorina/lz/near_lzII) +"oqs" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security/wardens) "oqu" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -18697,100 +18609,97 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"oqF" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/blue, -/area/fiorina/station/civres_blue) -"oqJ" = ( -/obj/structure/machinery/vending/cigarette/colony, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) -"oqR" = ( -/obj/item/stool, -/obj/structure/sign/poster{ - icon_state = "poster15"; - pixel_y = 32 - }, -/turf/open/floor/prison/chapel_carpet/doubleside/north, -/area/fiorina/maintenance) -"oqZ" = ( -/obj/structure/bookcase/manuals/engineering, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"orm" = ( -/turf/open/floor/prison/cell_stripe/east, -/area/fiorina/station/power_ring) -"orv" = ( -/obj/structure/filingcabinet/filingcabinet{ - pixel_x = 8 - }, -/obj/structure/filingcabinet/filingcabinet{ - pixel_x = -8 +"oro" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" }, -/turf/open/floor/prison/sterile_white/southwest, +/turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) "orA" = ( /obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"orB" = ( -/turf/open/floor/prison/whitegreen/east, -/area/fiorina/oob) "orG" = ( /obj/item/stack/sheet/metal/medium_stack, /turf/open/floor/prison, /area/fiorina/station/civres_blue) -"orX" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"osi" = ( -/obj/structure/machinery/vending/cola, -/turf/open/floor/prison/darkbrownfull2, +"osk" = ( +/obj/structure/surface/rack, +/obj/item/tool/plantspray/pests, +/obj/item/tool/plantspray/weeds, +/turf/open/floor/prison/blue_plate/east, +/area/fiorina/station/botany) +"osn" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/darkyellow2, +/area/fiorina/lz/near_lzI) +"osp" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/prison/darkbrowncorners2, /area/fiorina/tumor/aux_engi) "osr" = ( -/obj/structure/bed{ - icon_state = "abed" +/obj/structure/bed/chair/office/dark{ + dir = 4 }, -/obj/item/coin/uranium, -/obj/item/bedsheet/green, -/turf/open/floor/prison/yellow/southeast, -/area/fiorina/station/lowsec) +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) "osX" = ( /obj/structure/cable/heavyduty{ icon_state = "0-4" }, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) +"osY" = ( +/obj/structure/inflatable, +/turf/open/floor/prison/whitepurple/north, +/area/fiorina/station/research_cells) +"otf" = ( +/obj/item/trash/popcorn, +/turf/open/floor/prison/blue/west, +/area/fiorina/station/power_ring) "oti" = ( /obj/item/device/flashlight/lamp/tripod, /turf/open/floor/prison, /area/fiorina/station/chapel) -"otp" = ( -/obj/item/device/flashlight/lamp/tripod, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/yellow, -/area/fiorina/station/lowsec) -"otI" = ( -/obj/structure/pipes/standard/tank/oxygen, +"otr" = ( +/obj/item/paper/carbon, /turf/open/floor/prison/sterile_white/southwest, /area/fiorina/station/medbay) +"ott" = ( +/obj/structure/mirror{ + pixel_x = -32 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/turf/open/floor/prison/kitchen/southwest, +/area/fiorina/tumor/civres) +"otF" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"otL" = ( +/obj/item/stack/cable_coil, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/darkpurple2/north, +/area/fiorina/tumor/servers) "otP" = ( /obj/item/stack/rods, /turf/open/floor/prison, /area/fiorina/station/transit_hub) -"ouh" = ( -/obj/structure/machinery/floodlight{ - name = "Yard Floodlight" - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/central_ring) -"ous" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 +"ouz" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) +/area/fiorina/lz/near_lzII) "ouH" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/med_data/laptop{ @@ -18798,7 +18707,7 @@ }, /turf/open/floor/plating/plating_catwalk, /area/fiorina/tumor/ship) -"ouT" = ( +"ouV" = ( /obj/item/storage/surgical_tray, /obj/structure/surface/table/reinforced/prison, /obj/item/storage/box/bodybags{ @@ -18815,80 +18724,116 @@ /obj/structure/girder/displaced, /turf/open/floor/plating/prison, /area/fiorina/station/security) +"ovu" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/prison/bluecorner, +/area/fiorina/station/power_ring) "ovJ" = ( /turf/open/floor/wood, /area/fiorina/station/medbay) -"owh" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/prison/whitepurple, -/area/fiorina/station/research_cells) -"owR" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/corsat/squares, -/area/fiorina/station/civres_blue) -"owY" = ( +"ovU" = ( +/obj/structure/bedsheetbin, +/turf/open/floor/prison/yellow/west, +/area/fiorina/station/lowsec) +"owd" = ( +/obj/item/ammo_casing{ + icon_state = "casing_1" + }, +/turf/open/floor/prison/darkyellow2, +/area/fiorina/station/telecomm/lz1_cargo) +"owg" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/ice_lab) +"owl" = ( +/obj/structure/inflatable/door, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) +"owo" = ( +/obj/item/tool/warning_cone, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) +"owr" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, /obj/effect/decal/medical_decals{ - icon_state = "triagedecalbottom" + icon_state = "triagedecalleft" }, -/turf/open/floor/prison/sterile_white/southwest, +/turf/open/floor/prison/whitegreen/north, /area/fiorina/station/medbay) -"oxd" = ( -/turf/open/floor/prison/floorscorched2, -/area/fiorina/tumor/civres) +"owC" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security/wardens) +"owR" = ( +/turf/open/floor/prison/yellow/northwest, +/area/fiorina/station/disco) +"oxn" = ( +/obj/item/device/flashlight/flare, +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/station/telecomm/lz1_cargo) "oxA" = ( /turf/closed/shuttle/ert{ icon_state = "stan22" }, /area/fiorina/tumor/ship) -"oxI" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/effect/decal/cleanable/blood/oil/streak, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/research_cells) "oxV" = ( -/obj/item/bodybag, -/obj/item/bodybag{ - pixel_y = 2 - }, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/structure/surface/rack, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/medbay) -"oyc" = ( -/turf/open/floor/prison/bluefull, -/area/fiorina/station/civres_blue) +/area/fiorina/station/power_ring) +"oxY" = ( +/obj/structure/closet{ + density = 0; + pixel_y = 18 + }, +/obj/item/stool, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) "oyd" = ( /obj/item/stack/sheet/metal, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"oyq" = ( -/turf/open/floor/prison/panelscorched, -/area/fiorina/station/chapel) -"oyA" = ( -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) "oyC" = ( /obj/structure/bed/sofa/south/grey/right, /turf/open/floor/wood, /area/fiorina/station/park) -"oyD" = ( -/obj/structure/machinery/portable_atmospherics/powered/scrubber, -/turf/open/floor/prison/whitepurple, -/area/fiorina/station/research_cells) -"oyS" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/spawner/random/tool, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"ozB" = ( -/turf/open/floor/prison/green/east, -/area/fiorina/station/transit_hub) -"ozK" = ( -/turf/open/floor/prison/yellow/southwest, -/area/fiorina/station/disco) -"ozN" = ( +"oyK" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = 13 + }, /turf/open/floor/prison/yellowfull, -/area/fiorina/station/central_ring) +/area/fiorina/station/lowsec) +"oyO" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/ice_lab) +"oza" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/corsat/plate, +/area/fiorina/station/civres_blue) +"ozD" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "oAm" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_ew_full_cap" @@ -18900,9 +18845,6 @@ /obj/item/reagent_container/food/drinks/cans/waterbottle, /turf/open/floor/prison, /area/fiorina/station/flight_deck) -"oAF" = ( -/turf/open/floor/prison/darkbrowncorners2/north, -/area/fiorina/station/park) "oAH" = ( /obj/structure/largecrate/random/case/double, /turf/open/floor/prison, @@ -18913,14 +18855,6 @@ }, /turf/open/floor/prison, /area/fiorina/station/park) -"oAZ" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/green, -/area/fiorina/station/chapel) -"oBc" = ( -/obj/structure/inflatable, -/turf/open/floor/prison/yellow/southwest, -/area/fiorina/station/lowsec) "oBd" = ( /obj/structure/largecrate/random/barrel/green, /turf/open/floor/prison, @@ -18929,10 +18863,6 @@ /obj/effect/decal/cleanable/blood, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"oBq" = ( -/obj/item/stack/rods, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) "oBC" = ( /obj/structure/ice/thin/indestructible{ dir = 4; @@ -18941,37 +18871,71 @@ /obj/structure/blocker/invisible_wall, /turf/open/ice/noweed, /area/fiorina/station/research_cells) +"oBG" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/sink{ + pixel_y = 32 + }, +/obj/item/tool/kitchen/knife/butcher, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/power_ring) "oCa" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) +/obj/structure/barricade/metal/wired{ + dir = 4 + }, +/turf/open/floor/almayer/plating/northeast, +/area/fiorina/tumor/ship) "oCe" = ( /turf/closed/wall/r_wall/prison, /area/fiorina/station/park) +"oCp" = ( +/obj/structure/barricade/handrail, +/turf/open/floor/prison/whitepurple/northeast, +/area/fiorina/station/research_cells) +"oCP" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/chapel) "oDe" = ( /obj/effect/landmark/monkey_spawn, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"oDW" = ( -/obj/structure/machinery/light/double/blue{ - pixel_y = -1 - }, -/obj/structure/platform_decoration, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/disco) -"oEl" = ( +"oDM" = ( +/turf/open/floor/prison/kitchen, +/area/fiorina/station/lowsec) +"oDO" = ( /obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/cell_stripe/east, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) +"oDX" = ( +/obj/effect/landmark/static_comms/net_two, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) +"oEo" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform_decoration{ + dir = 5 + }, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/chapel) +"oEy" = ( +/turf/open/floor/prison/blue/southwest, /area/fiorina/station/power_ring) "oED" = ( /obj/effect/landmark/monkey_spawn, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) "oEG" = ( -/obj/effect/decal/cleanable/blood, -/obj/effect/spawner/random/gun/pistol/midchance, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/prison, +/area/fiorina/lz/near_lzII) "oEK" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer{ @@ -18986,50 +18950,65 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"oEU" = ( -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/civres_blue) -"oFn" = ( -/obj/structure/flora/bush/ausbushes/grassybush{ - icon_state = "ppflowers_2" +"oFa" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/organic/grass/astroturf, +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = 13 + }, +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform_decoration{ + dir = 9 + }, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/disco) +"oFf" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/floor_plate, /area/fiorina/station/civres_blue) -"oFq" = ( -/obj/item/device/flashlight/lamp/tripod, +"oFh" = ( +/obj/item/stack/rods, +/turf/open/floor/prison/darkbrown2/east, +/area/fiorina/tumor/aux_engi) +"oFA" = ( +/obj/structure/machinery/space_heater, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"oFD" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + pixel_y = 10 + }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"oFr" = ( -/turf/open/floor/prison/damaged2/southwest, -/area/fiorina/station/lowsec) -"oFx" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/storage/bible/hefa, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/station/chapel) +/area/fiorina/tumor/fiberbush) +"oFE" = ( +/obj/item/weapon/gun/rifle/m16, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) "oFI" = ( /obj/structure/machinery/door/airlock/prison_hatch/autoname{ dir = 1 }, /turf/open/floor/plating/prison, /area/fiorina/station/lowsec) -"oFO" = ( -/turf/open/floor/prison/blue_plate/east, -/area/fiorina/station/botany) -"oGa" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/darkyellow2/north, -/area/fiorina/lz/near_lzI) -"oGj" = ( -/obj/item/stack/cable_coil, -/turf/open/floor/prison/blue/northeast, -/area/fiorina/station/power_ring) -"oGJ" = ( -/turf/open/floor/prison/green/northeast, -/area/fiorina/tumor/servers) +"oGw" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) "oGU" = ( /obj/structure/surface/table/woodentable, /obj/structure/machinery/recharger{ @@ -19037,33 +19016,29 @@ }, /turf/open/floor/carpet, /area/fiorina/station/civres_blue) -"oGY" = ( +"oHd" = ( /obj/structure/platform{ - dir = 4 + dir = 8 }, -/obj/structure/platform, -/obj/structure/platform_decoration{ - dir = 6 +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = 13 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) -"oHf" = ( -/obj/structure/barricade/wooden{ - dir = 4 - }, -/obj/item/tool/crowbar/red, -/obj/structure/stairs/perspective{ - icon_state = "p_stair_ew_full_cap" - }, -/obj/structure/platform/stair_cut/alt, -/turf/open/floor/prison/cell_stripe/east, -/area/fiorina/station/medbay) -"oHB" = ( -/obj/structure/bed/chair{ +/area/fiorina/station/power_ring) +"oHs" = ( +/obj/structure/machinery/computer3/server/rack, +/obj/structure/window{ dir = 4 }, -/turf/open/floor/prison/whitegreen/northwest, -/area/fiorina/station/medbay) +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) +"oHu" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/box/cups, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) "oHX" = ( /obj/structure/ice/thin/indestructible{ dir = 4; @@ -19072,17 +19047,16 @@ /obj/structure/blocker/invisible_wall, /turf/open/ice/noweed, /area/fiorina/tumor/ice_lab) -"oId" = ( -/obj/item/stack/tile/plasteel{ - pixel_x = 3; - pixel_y = 4 - }, +"oIa" = ( +/obj/item/paper/crumpled/bloody/csheet, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) -"oIk" = ( -/obj/structure/platform_decoration, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/station/park) +/area/fiorina/lz/near_lzII) +"oIh" = ( +/obj/structure/monorail{ + name = "launch track" + }, +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/lz/near_lzI) "oIq" = ( /obj/structure/ice/thin/indestructible{ dir = 1; @@ -19095,6 +19069,38 @@ }, /turf/open/ice/noweed, /area/fiorina/tumor/ice_lab) +"oID" = ( +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/hazardvest, +/obj/structure/surface/rack, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/maintenance) +"oIT" = ( +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/station/flight_deck) +"oIU" = ( +/turf/open/floor/prison/blue/southwest, +/area/fiorina/tumor/servers) +"oJj" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_sn_full_cap" + }, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/central_ring) +"oJw" = ( +/turf/open/floor/prison/bluecorner, +/area/fiorina/station/chapel) +"oJG" = ( +/obj/structure/barricade/handrail, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/research_cells) "oJL" = ( /obj/structure/machinery/light/small{ dir = 8; @@ -19125,17 +19131,35 @@ /obj/structure/filingcabinet, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"oKe" = ( -/obj/item/stool, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/medbay) -"oKw" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, -/turf/open/floor/prison/whitegreen/southwest, -/area/fiorina/tumor/ice_lab) -"oLy" = ( -/turf/open/floor/prison/darkbrown2/northeast, -/area/fiorina/maintenance) +"oKE" = ( +/obj/item/reagent_container/food/snacks/microwavable/donkpocket, +/turf/open/floor/corsat/squares, +/area/fiorina/station/civres_blue) +"oKI" = ( +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/lz/near_lzI) +"oKL" = ( +/turf/open/floor/prison/whitepurplecorner/east, +/area/fiorina/station/research_cells) +"oLa" = ( +/obj/structure/barricade/sandbags{ + dir = 1; + icon_state = "sandbag_0" + }, +/turf/open/floor/prison/darkyellow2/east, +/area/fiorina/station/telecomm/lz1_cargo) +"oLg" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/darkbrown2, +/area/fiorina/station/park) +"oLh" = ( +/obj/structure/flora/bush/ausbushes/ausbush{ + desc = "Fiberbush(tm) infestations have been the leading cause in asbestos related deaths in spacecraft for 3 years in a row now."; + icon_state = "fullgrass_3"; + name = "Fiberbush(tm) tubers" + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/fiberbush) "oLB" = ( /obj/structure/platform{ dir = 8 @@ -19146,45 +19170,48 @@ }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzI) -"oMk" = ( -/obj/structure/machinery/computer3/server/rack, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) -"oMv" = ( -/obj/structure/platform_decoration{ - dir = 8 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) "oMC" = ( -/obj/structure/surface/rack, -/obj/item/storage/firstaid/regular, -/obj/item/storage/pill_bottle/dexalin/skillless, -/turf/open/floor/prison/floor_plate, +/obj/item/clothing/under/stowaway, +/obj/structure/machinery/shower{ + pixel_y = 13 + }, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/lowsec) +"oME" = ( +/turf/open/floor/prison/whitegreencorner/east, /area/fiorina/station/medbay) -"oNc" = ( -/obj/item/newspaper, -/turf/open/floor/prison/whitegreen/north, -/area/fiorina/tumor/ice_lab) -"oNN" = ( -/obj/item/weapon/gun/smg/mp5, -/obj/item/ammo_casing{ - icon_state = "casing_6_1" +"oMF" = ( +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_tram) +"oNO" = ( +/obj/structure/machinery/light/double/blue{ + pixel_y = -1 }, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) +/turf/open/floor/prison/yellow, +/area/fiorina/station/lowsec) "oOv" = ( /obj/structure/barricade/wooden{ dir = 8 }, /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) -"oOx" = ( -/obj/structure/machinery/line_nexter, -/turf/open/floor/prison/red/west, +"oOG" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/research_cells) +"oOP" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform, +/obj/structure/platform_decoration{ + dir = 6 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/transit_hub) +"oOT" = ( +/obj/item/prop/helmetgarb/riot_shield, +/turf/open/floor/prison/floor_plate, /area/fiorina/station/security) "oOV" = ( /obj/structure/machinery/filtration/console{ @@ -19192,47 +19219,24 @@ }, /turf/open/floor/almayer, /area/fiorina/tumor/ship) -"oPb" = ( -/obj/effect/decal/hefa_cult_decals/d32{ - icon_state = "2" - }, -/turf/open/floor/prison/chapel_carpet/doubleside, -/area/fiorina/maintenance) -"oPB" = ( -/obj/item/tool/wirecutters/clippers, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/fiberbush) "oPN" = ( /obj/structure/inflatable/popped/door, /turf/open/floor/plating/prison, /area/fiorina/station/lowsec) -"oPT" = ( -/obj/structure/machinery/door/airlock/prison_hatch/autoname, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) "oPZ" = ( /obj/structure/largecrate/random/case/double, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/park) -"oQf" = ( -/obj/effect/spawner/random/tool, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"oQt" = ( -/obj/structure/platform_decoration{ - dir = 4 - }, -/obj/effect/decal/medical_decals{ - icon_state = "triagedecalleft" - }, -/turf/open/floor/prison/whitegreen/north, -/area/fiorina/station/medbay) "oQz" = ( /obj/item/prop/almayer/comp_closed{ pixel_x = -1 }, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) +"oQD" = ( +/obj/structure/machinery/power/apc/power/west, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) "oQI" = ( /obj/item/prop/helmetgarb/spacejam_tickets{ desc = "Low security prisoners would smuggle in arcade tickets after visitations. The tickets act as a stand in for paper currency in the prison economy, they're backed by the cigarette standard, since one ticket nets one cigarette at the prize booth. The cigarettes also get smuggled back in."; @@ -19242,49 +19246,15 @@ }, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"oQN" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/whitegreen, -/area/fiorina/tumor/ice_lab) +"oRz" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/spawner/random/gun/pistol/midchance, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) "oRR" = ( /obj/structure/surface/table/reinforced/prison, /turf/open/floor/wood, /area/fiorina/station/park) -"oRS" = ( -/obj/item/poster, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) -"oSk" = ( -/obj/structure/toilet{ - pixel_y = 4 - }, -/obj/item/prop/helmetgarb/gunoil{ - pixel_x = 2; - pixel_y = 25 - }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"oSl" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/ammo_magazine/pistol/heavy{ - pixel_y = 7 - }, -/obj/item/ammo_magazine/pistol/heavy{ - pixel_y = 12 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"oSm" = ( -/obj/item/ammo_box/magazine/misc/flares/empty, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"oSn" = ( -/obj/structure/bed/sofa/vert/grey/top, -/turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzII) "oSK" = ( /obj/structure/monorail{ dir = 9; @@ -19292,16 +19262,15 @@ }, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"oTv" = ( -/obj/structure/platform{ - dir = 8 - }, -/obj/structure/platform, -/obj/structure/platform_decoration{ - dir = 10 - }, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/chapel) +"oSV" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/park) +"oTu" = ( +/obj/item/weapon/gun/smg/mp5, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/darkyellow2/east, +/area/fiorina/station/telecomm/lz1_cargo) "oTG" = ( /obj/structure/platform_decoration/kutjevo{ dir = 8 @@ -19309,19 +19278,24 @@ /obj/structure/lattice, /turf/open/space/basic, /area/fiorina/oob) -"oTK" = ( -/obj/structure/platform, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) -"oTZ" = ( -/obj/structure/platform_decoration{ - dir = 4 - }, -/turf/open/floor/prison/blue/northwest, -/area/fiorina/station/power_ring) +"oTN" = ( +/obj/structure/surface/rack, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"oTS" = ( +/obj/item/device/reagent_scanner, +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/fiberbush) "oUg" = ( /turf/closed/wall/prison, /area/fiorina/station/telecomm/lz1_cargo) +"oUv" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison/darkyellow2/east, +/area/fiorina/station/telecomm/lz1_tram) "oUP" = ( /obj/structure/lattice, /obj/effect/landmark/nightmare{ @@ -19329,69 +19303,125 @@ }, /turf/open/space, /area/fiorina/oob) -"oUU" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 +"oUS" = ( +/obj/structure/machinery/shower{ + pixel_y = 13 }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"oUX" = ( -/obj/item/reagent_container/food/drinks/cans/aspen, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) -"oVa" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/tool/kitchen/rollingpin, -/obj/item/reagent_container/food/snacks/grown/carrot, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/kitchen/southwest, -/area/fiorina/station/civres_blue) +/obj/structure/curtain/shower, +/obj/structure/window{ + dir = 4 + }, +/obj/item/coin/uranium{ + desc = "You found one of the three uranium coins. It is entirely worthless." + }, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"oVh" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/disco) "oVk" = ( /obj/structure/sign/prop3{ desc = "Enlist in the Penal Battalions today! The USCM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." }, /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/central_ring) -"oVo" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" +"oVq" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/donut_box{ + pixel_y = 9 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) -"oVP" = ( -/obj/structure/surface/rack, -/obj/item/ammo_box/magazine/nailgun, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/maintenance) -"oWi" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/prison/darkyellow2/east, -/area/fiorina/lz/near_lzI) -"oWl" = ( -/obj/structure/machinery/portable_atmospherics/canister/nitrogen, -/turf/open/floor/prison/yellow/west, -/area/fiorina/station/lowsec) -"oWz" = ( -/obj/effect/landmark/corpsespawner/ua_riot, -/turf/open/floor/prison, -/area/fiorina/lz/near_lzI) -"oWF" = ( -/obj/structure/machinery/door/airlock/prison_hatch/autoname, -/turf/open/floor/plating/prison, -/area/fiorina/station/telecomm/lz2_maint) -"oXl" = ( -/turf/open/floor/prison/whitegreencorner, -/area/fiorina/station/medbay) -"oXm" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/prison/whitegreenfull/southwest, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) +"oVw" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic/autoname{ + icon = 'icons/obj/structures/doors/2x1prepdoor_charlie.dmi' + }, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/research_cells) +"oVx" = ( +/obj/structure/mirror{ + pixel_x = -29 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/open/floor/prison/sterile_white, +/area/fiorina/station/civres_blue) +"oVD" = ( +/obj/effect/spawner/random/gun/rifle/lowchance, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) +"oVR" = ( +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/tumor/civres) +"oVV" = ( +/obj/item/weapon/gun/rifle/m16, +/obj/item/ammo_casing{ + dir = 6; + icon_state = "casing_5" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) +"oVW" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/surgery/surgicaldrill, +/turf/open/floor/prison/yellowcorner, +/area/fiorina/station/lowsec) +"oWf" = ( +/obj/item/stack/cable_coil/blue, +/turf/open/floor/prison/whitegreencorner, /area/fiorina/tumor/ice_lab) +"oWr" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + health = 300 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + pixel_y = 10 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/oob) +"oWz" = ( +/obj/effect/landmark/corpsespawner/ua_riot, +/turf/open/floor/prison, +/area/fiorina/lz/near_lzI) +"oWF" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/turf/open/floor/plating/prison, +/area/fiorina/station/telecomm/lz2_maint) +"oXv" = ( +/turf/open/floor/prison/cell_stripe/east, +/area/fiorina/lz/near_lzII) +"oXz" = ( +/obj/item/tool/shovel, +/turf/open/floor/prison/green/southeast, +/area/fiorina/tumor/civres) "oXE" = ( /obj/item/newspaper, /turf/open/floor/prison, /area/fiorina/station/disco) +"oXL" = ( +/obj/structure/barricade/handrail/type_b{ + dir = 1 + }, +/obj/item/frame/rack, +/turf/open/floor/prison/yellow/southeast, +/area/fiorina/station/disco) +"oXQ" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/fiorina/tumor/aux_engi) "oXR" = ( /obj/structure/ice/thin/indestructible{ dir = 8; @@ -19409,50 +19439,20 @@ /obj/item/stock_parts/manipulator/nano, /turf/open/floor/wood, /area/fiorina/station/park) -"oYv" = ( -/obj/item/explosive/grenade/high_explosive/m15{ - pixel_x = -9; - pixel_y = -8 - }, -/obj/item/explosive/grenade/high_explosive/frag{ - pixel_x = 6; - pixel_y = 3 - }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/tumor/servers) -"oYx" = ( -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security/wardens) -"oYC" = ( -/obj/effect/landmark/corpsespawner/ua_riot, -/turf/open/floor/prison/whitegreen/west, -/area/fiorina/station/medbay) +"oYd" = ( +/obj/item/restraint/adjustable/cable/pink, +/turf/open/floor/prison/chapel_carpet/doubleside/north, +/area/fiorina/station/chapel) "oYH" = ( /obj/structure/monorail{ name = "launch track" }, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"oYL" = ( -/obj/structure/bed/chair{ - dir = 4; - pixel_y = 4 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"oYV" = ( -/obj/structure/closet/secure_closet/guncabinet{ - req_access = null - }, -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +"oZq" = ( /obj/item/ammo_magazine/shotgun/buckshot, -/obj/item/ammo_magazine/shotgun/buckshot, -/obj/item/storage/belt/shotgun, -/obj/item/clothing/under/marine/ua_riot, -/obj/item/clothing/suit/storage/marine/veteran/ua_riot, -/obj/item/prop/helmetgarb/riot_shield, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) +/turf/open/organic/grass/astroturf, +/area/fiorina/station/central_ring) "oZy" = ( /obj/structure/platform{ dir = 1 @@ -19475,22 +19475,16 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/lowsec) -"paw" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) -"pbx" = ( -/obj/structure/bed/sofa/south/grey/left, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +"pbo" = ( +/obj/structure/closet/crate/miningcar{ + name = "\improper materials storage bin" }, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/transit_hub) -"pbz" = ( -/obj/structure/machinery/vending/snack, +/obj/item/reagent_container/food/snacks/meat, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/flight_deck) +/area/fiorina/station/security) +"pbr" = ( +/turf/open/floor/prison/blue/northwest, +/area/fiorina/tumor/servers) "pbC" = ( /obj/effect/spawner/random/tool, /turf/open/floor/prison, @@ -19514,32 +19508,42 @@ }, /turf/open/space, /area/fiorina/oob) -"pcn" = ( -/obj/item/paper/crumpled/bloody, -/turf/open/floor/prison/chapel_carpet/doubleside/north, -/area/fiorina/station/chapel) +"pbX" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/northwest, +/area/fiorina/station/medbay) +"pcd" = ( +/obj/structure/machinery/shower{ + pixel_y = 13 + }, +/obj/structure/machinery/shower{ + dir = 8 + }, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/research_cells) +"pce" = ( +/obj/item/newspaper, +/turf/open/floor/prison/whitegreen/north, +/area/fiorina/tumor/ice_lab) "pco" = ( -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/structure/surface/rack, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) +/obj/structure/toilet{ + dir = 8 + }, +/turf/open/floor/prison/sterile_white, +/area/fiorina/station/civres_blue) +"pcq" = ( +/obj/structure/barricade/handrail/type_b{ + dir = 4; + layer = 3.5 + }, +/obj/item/trash/barcardine, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) "pcu" = ( /turf/open/floor/almayer_hull, /area/fiorina/oob) -"pcA" = ( -/obj/structure/machinery/door/airlock/prison_hatch/autoname, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) -"pcT" = ( -/obj/item/stack/rods/plasteel, -/turf/open/floor/prison/damaged3, -/area/fiorina/station/security) "pdf" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_sn_full_cap" @@ -19549,16 +19553,6 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"pdg" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/lz/near_lzI) -"pdk" = ( -/obj/structure/platform{ - dir = 8 - }, -/turf/open/floor/prison/chapel_carpet/doubleside, -/area/fiorina/station/chapel) "pdB" = ( /obj/structure/machinery/light/double/blue{ dir = 1; @@ -19566,22 +19560,51 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/park) -"pdX" = ( -/obj/structure/largecrate/random/case/small, -/turf/open/floor/prison/darkyellow2/west, +"pdC" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_7" + }, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"pdE" = ( +/obj/structure/largecrate/supply/generator, +/turf/open/floor/prison/floor_plate/southwest, /area/fiorina/station/telecomm/lz1_cargo) -"peg" = ( +"pdF" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/whitepurple/northeast, +/area/fiorina/station/research_cells) +"pdO" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/fiberbush) +"pdP" = ( +/obj/item/reagent_container/glass/bucket/janibucket, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/civres_blue) +"pdY" = ( +/obj/structure/machinery/light/small{ + dir = 8; + pixel_x = -11; + pixel_y = 10 + }, +/turf/open/floor/almayer/plate, +/area/fiorina/tumor/ship) +"pem" = ( +/obj/structure/largecrate/supply/floodlights, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) +"pew" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison/greenfull/east, +/area/fiorina/tumor/civres) +"peH" = ( +/obj/effect/landmark/xeno_spawn, /turf/open/organic/grass/astroturf, /area/fiorina/tumor/fiberbush) -"pek" = ( -/obj/item/trash/uscm_mre, -/obj/effect/landmark/corpsespawner/ua_riot, -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/station/flight_deck) -"pen" = ( -/obj/structure/closet/toolcloset, -/turf/open/floor/prison/darkbrown2/east, -/area/fiorina/maintenance) "pfi" = ( /obj/structure/monorail{ dir = 6; @@ -19589,50 +19612,63 @@ }, /turf/open/space, /area/fiorina/oob) -"pft" = ( -/turf/open/floor/prison/darkbrowncorners2/east, +"pfD" = ( +/turf/open/floor/prison/cell_stripe/east, /area/fiorina/tumor/aux_engi) -"pfJ" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/prison/greenblue, -/area/fiorina/station/botany) +"pfM" = ( +/obj/item/tool/soap, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/lowsec) "pfW" = ( /obj/item/trash/cigbutt/cigarbutt, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"pfZ" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/prison/whitegreen/west, -/area/fiorina/station/medbay) -"pgc" = ( -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_tram) -"pgw" = ( -/obj/structure/machinery/bot/medbot{ - name = "Dr. O" +"pgq" = ( +/obj/structure/bed/chair{ + dir = 4 }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"pgZ" = ( -/turf/open/floor/prison/greencorner/west, +/turf/open/floor/prison/floor_plate, /area/fiorina/tumor/civres) +"pgM" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 5 + }, +/obj/structure/barricade/handrail/type_b{ + layer = 3.5 + }, +/obj/structure/barricade/handrail/type_b{ + dir = 8; + layer = 3.5 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/civres_blue) "phe" = ( /obj/structure/girder, /turf/open/floor/plating/prison, /area/fiorina/maintenance) +"phi" = ( +/obj/structure/largecrate/random, +/obj/structure/barricade/wooden, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/disco) +"phr" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -5; + pixel_y = -6 + }, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = -5; + pixel_y = -11 + }, +/obj/item/reagent_container/food/snacks/cherrypie{ + pixel_y = 7 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/station/flight_deck) "phz" = ( /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"phX" = ( -/obj/item/stack/sheet/wood{ - amount = 10 - }, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) -"pih" = ( -/obj/effect/landmark/corpsespawner/ua_riot, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) "pip" = ( /obj/structure/platform_decoration{ dir = 8 @@ -19643,40 +19679,29 @@ /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"piJ" = ( -/obj/structure/flora/bush/ausbushes/grassybush{ - icon_state = "ywflowers_3" - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/central_ring) -"pjb" = ( -/obj/item/paper/crumpled/bloody, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"pjl" = ( -/obj/structure/platform_decoration, -/turf/open/floor/prison/whitegreen, -/area/fiorina/tumor/ice_lab) -"pju" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/obj/effect/spawner/random/pills/lowchance, -/turf/open/floor/prison/whitepurple/southwest, -/area/fiorina/station/research_cells) -"pjv" = ( -/obj/item/trash/candy, -/turf/open/floor/prison/whitegreen/east, +"pjd" = ( +/turf/open/floor/prison/green/east, +/area/fiorina/station/chapel) +"pjj" = ( +/obj/structure/machinery/fuelcell_recycler/full, +/turf/open/floor/prison/bluecorner/west, +/area/fiorina/station/power_ring) +"pjq" = ( +/turf/open/floor/prison/darkpurple2/northwest, /area/fiorina/tumor/ice_lab) -"pjP" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/tumor/aux_engi) +"pjS" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/recharger, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "pkp" = ( /obj/item/stack/cable_coil/cut, /turf/open/floor/prison, /area/fiorina/tumor/servers) +"pkv" = ( +/obj/item/tool/wet_sign, +/turf/open/floor/almayer/plate, +/area/fiorina/tumor/ship) "pkw" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_sn_full_cap" @@ -19690,31 +19715,33 @@ /obj/structure/largecrate/machine, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) +"pla" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_cargo) "plc" = ( /obj/structure/machinery/computer/arcade, /turf/open/floor/prison, /area/fiorina/station/flight_deck) -"plf" = ( -/obj/structure/bed/chair, -/turf/open/floor/prison/bluecorner, -/area/fiorina/station/power_ring) "plu" = ( /obj/item/device/flashlight/lamp/tripod, /turf/open/floor/plating/prison, /area/fiorina/station/park) +"plz" = ( +/obj/structure/sink{ + pixel_y = 15 + }, +/obj/structure/mirror{ + pixel_y = 28 + }, +/turf/open/floor/prison/sterile_white, +/area/fiorina/station/civres_blue) "plK" = ( /turf/closed/wall/prison, /area/fiorina/station/security/wardens) -"plQ" = ( -/obj/item/reagent_container/food/snacks/meat, -/turf/open/floor/prison/greenblue, -/area/fiorina/station/botany) -"pmc" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 - }, -/turf/open/floor/prison/yellow/southeast, -/area/fiorina/station/disco) "pmg" = ( /obj/structure/machinery/light/double/blue{ dir = 1; @@ -19722,45 +19749,59 @@ }, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"pmJ" = ( -/obj/structure/window{ - dir = 8 - }, -/obj/item/circuitboard/machine/rdserver, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) -"pmS" = ( -/turf/open/floor/prison/darkbrowncorners2/east, -/area/fiorina/maintenance) "pnj" = ( /obj/structure/closet/crate/trashcart, /obj/effect/spawner/random/tool, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"pnE" = ( -/obj/item/reagent_container/food/drinks/coffee, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) -"pnH" = ( -/obj/structure/bed/chair, -/turf/open/floor/prison/blue_plate/east, -/area/fiorina/station/botany) +"pnm" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/trash/cigbutt/bcigbutt, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) +"pnw" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/prison/darkbrowncorners2/east, +/area/fiorina/tumor/aux_engi) +"pnB" = ( +/obj/structure/machinery/power/smes/buildable{ + capacity = 1e+006; + dir = 1 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) +"pnD" = ( +/turf/open/floor/prison/floor_marked/southwest, +/area/fiorina/station/transit_hub) +"pnJ" = ( +/obj/structure/bed{ + icon_state = "psychbed" + }, +/turf/open/floor/prison/whitegreen/northeast, +/area/fiorina/station/medbay) "pnS" = ( /obj/structure/surface/table/reinforced/prison, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/tumor/servers) -"poe" = ( -/obj/item/trash/uscm_mre, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"poA" = ( +"poi" = ( +/obj/structure/platform{ + dir = 1 + }, /obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 + dir = 1; + pixel_y = 21 }, -/turf/open/floor/corsat/plate, -/area/fiorina/station/telecomm/lz1_cargo) +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) +"pov" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/pill_bottle/inaprovaline/skillless, +/turf/open/floor/prison/blue_plate/north, +/area/fiorina/station/botany) +"pox" = ( +/obj/structure/machinery/landinglight/ds1/delayone, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/lz/near_lzI) "poD" = ( /obj/structure/stairs/perspective{ dir = 9; @@ -19768,33 +19809,15 @@ }, /turf/open/floor/prison, /area/fiorina/station/security) -"poL" = ( -/obj/structure/inflatable, -/obj/structure/barricade/handrail/type_b, -/obj/structure/barricade/handrail/type_b{ - dir = 8 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"poV" = ( -/obj/item/toy/crayon/mime, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"poX" = ( -/obj/structure/machinery/landinglight/ds1/delaythree{ - dir = 4 - }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/lz/near_lzI) -"ppd" = ( -/obj/structure/barricade/metal/wired{ - dir = 4 +"poQ" = ( +/obj/structure/machinery/shower{ + pixel_y = 13 }, -/obj/structure/machinery/m56d_hmg/mg_turret/dropship{ - dir = 4 +/obj/structure/machinery/shower{ + dir = 8 }, -/turf/open/floor/prison/cell_stripe/north, -/area/fiorina/station/central_ring) +/turf/open/floor/prison/kitchen, +/area/fiorina/station/lowsec) "ppG" = ( /obj/item/stack/rods/plasteel, /turf/open/floor/plating/prison, @@ -19805,63 +19828,80 @@ }, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"pqn" = ( -/obj/structure/inflatable/popped, -/turf/open/floor/prison/whitegreen, -/area/fiorina/station/medbay) -"pqr" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/tumor/aux_engi) "pqv" = ( -/obj/structure/largecrate/random/barrel/white, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +/obj/structure/surface/table/reinforced/prison, +/obj/item/ammo_magazine/rifle/m16{ + current_rounds = 0 }, -/turf/open/floor/prison/yellow/northeast, -/area/fiorina/station/disco) +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) "pqC" = ( /obj/structure/window/framed/prison/reinforced/hull, /turf/open/floor/plating/prison, /area/fiorina/tumor/civres) -"pqH" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/greenblue, -/area/fiorina/station/botany) +"pqD" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/glass/beaker{ + pixel_x = -5; + pixel_y = 15 + }, +/obj/item/reagent_container/glass/beaker{ + pixel_x = 5; + pixel_y = 2 + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"pqJ" = ( +/turf/open/floor/prison/yellow/west, +/area/fiorina/station/central_ring) "pqO" = ( /turf/closed/shuttle/ert{ icon_state = "stan20" }, /area/fiorina/tumor/ship) -"pqQ" = ( -/obj/structure/machinery/autolathe, +"pqP" = ( +/obj/item/pamphlet/engineer, +/obj/structure/closet, +/obj/item/restraint/handcuffs, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/lowsec) +"pqU" = ( /obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"prB" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/microwave{ - desc = "So uh yeah, about that cat..."; - icon_state = "mwbloodyo"; - pixel_y = 6 - }, -/turf/open/floor/prison/kitchen/southwest, -/area/fiorina/station/civres_blue) -"psf" = ( -/obj/structure/platform_decoration{ - dir = 4 + dir = 8; + pixel_x = -10; + pixel_y = -3 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"psD" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/toolbox/mechanical/green, +/area/fiorina/station/disco) +"pqY" = ( +/obj/structure/closet/emcloset, /turf/open/floor/prison/darkbrownfull2, /area/fiorina/maintenance) +"pro" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/cell_stripe/east, +/area/fiorina/station/power_ring) +"pru" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) +"prA" = ( +/obj/structure/prop/almayer/computers/sensor_computer1{ + name = "computer" + }, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/lz/near_lzI) +"psc" = ( +/obj/item/packageWrap, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/darkyellow2/east, +/area/fiorina/lz/near_lzI) "psO" = ( /obj/structure/disposalpipe/segment{ color = "#c4c4c4"; @@ -19877,28 +19917,23 @@ /obj/structure/extinguisher_cabinet, /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/power_ring) -"ptu" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/cameras{ - dir = 8 - }, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"ptN" = ( -/obj/structure/curtain/shower, -/turf/open/floor/prison/kitchen/southwest, -/area/fiorina/tumor/civres) -"ptO" = ( -/obj/structure/largecrate/random/barrel/yellow, -/obj/structure/machinery/light/double/blue{ - pixel_y = -1 +"ptp" = ( +/turf/open/floor/prison/darkbrowncorners2/north, +/area/fiorina/tumor/aux_engi) +"ptt" = ( +/turf/open/floor/prison/green/east, +/area/fiorina/tumor/aux_engi) +"ptR" = ( +/obj/structure/machinery/door/airlock/almayer/marine, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) +"ptW" = ( +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = -5; + pixel_y = -11 }, -/turf/open/floor/prison/yellow/southwest, -/area/fiorina/station/disco) +/turf/open/floor/prison/bluefull, +/area/fiorina/station/civres_blue) "ptZ" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/pill_bottle/russianRed{ @@ -19907,42 +19942,48 @@ /obj/item/storage/pill_bottle/kelotane/skillless, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"pun" = ( -/obj/structure/bed/sofa/south/grey/right, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security/wardens) +"puc" = ( +/obj/structure/closet/secure_closet/engineering_materials, +/obj/effect/spawner/random/gun/smg, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) "puw" = ( /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/plating/prison, /area/fiorina/station/chapel) +"puA" = ( +/turf/open/floor/prison/whitegreen/east, +/area/fiorina/tumor/ice_lab) "puE" = ( /turf/open/floor/plating/prison, /area/fiorina/station/telecomm/lz1_cargo) -"puI" = ( -/obj/structure/bed/sofa/vert/grey/bot, -/turf/open/floor/prison/green, -/area/fiorina/station/transit_hub) -"pvy" = ( -/turf/open/floor/prison/cell_stripe/north, -/area/fiorina/station/security) +"puW" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/pistol/heavy, +/turf/open/floor/prison/cell_stripe/west, +/area/fiorina/station/medbay) +"pvk" = ( +/obj/item/shard{ + icon_state = "medium"; + name = "ice shard" + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/research_cells) +"pvz" = ( +/obj/structure/machinery/photocopier{ + pixel_y = 4 + }, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/oob) "pvD" = ( /turf/closed/wall/r_wall/prison_unmeltable{ desc = "A huge chunk of metal used to seperate rooms."; name = "metal wall" }, /area/fiorina/oob) -"pvJ" = ( -/obj/structure/largecrate/random/barrel/green, -/turf/open/floor/corsat/plate, -/area/fiorina/tumor/aux_engi) -"pvN" = ( -/turf/open/floor/prison/whitepurplecorner/east, -/area/fiorina/station/research_cells) -"pvQ" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/stack/sheet/mineral/plastic, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) +"pvG" = ( +/turf/open/floor/almayer/plate, +/area/fiorina/tumor/ship) "pwg" = ( /obj/structure/platform/stair_cut/alt, /obj/structure/stairs/perspective{ @@ -19950,13 +19991,10 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"pwD" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 1 - }, +"pwC" = ( +/obj/item/stack/rods, /turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzII) +/area/fiorina/station/civres_blue) "pwL" = ( /obj/item/stack/tile/plasteel{ pixel_x = 12; @@ -19964,6 +20002,10 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/civres) +"pxj" = ( +/obj/effect/landmark/corpsespawner/ua_riot/burst, +/turf/open/floor/prison/greenfull/east, +/area/fiorina/tumor/civres) "pxk" = ( /obj/structure/closet/cabinet, /obj/item/reagent_container/pill/cyanide, @@ -19971,68 +20013,40 @@ /obj/item/reagent_container/syringe, /turf/open/floor/wood, /area/fiorina/station/civres_blue) -"pxl" = ( -/obj/structure/prop/structure_lattice{ - dir = 4; - health = 300 - }, -/obj/structure/prop/structure_lattice{ - dir = 4; - layer = 3.1; - pixel_y = 10 - }, -/turf/open/floor/prison/floor_plate, +"pxD" = ( +/obj/structure/machinery/vending/cigarette/free, +/turf/open/floor/prison/darkbrownfull2, /area/fiorina/tumor/aux_engi) -"pxN" = ( -/obj/item/ammo_casing{ - icon_state = "casing_1" - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/central_ring) -"pyz" = ( -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/maintenance) -"pyB" = ( -/obj/item/ammo_casing{ - icon_state = "casing_6_1" +"pyE" = ( +/obj/structure/closet/secure_closet/personal, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) +"pyM" = ( +/obj/structure/bed/chair{ + dir = 4 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) -"pzg" = ( -/obj/structure/closet/secure_closet/medical2{ - req_access_txt = "100" +/obj/structure/bed/chair{ + dir = 4; + pixel_y = 4 }, -/obj/effect/spawner/random/pills, -/turf/open/floor/corsat/squares, +/turf/open/floor/prison/bright_clean_marked/southwest, /area/fiorina/station/medbay) -"pzr" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 +"pzq" = ( +/obj/item/stack/tile/plasteel{ + pixel_x = 5; + pixel_y = 5 }, -/obj/item/weapon/gun/shotgun/combat, -/obj/structure/closet/crate/trashcart, -/turf/open/floor/corsat/plate, -/area/fiorina/tumor/aux_engi) -"pAo" = ( -/obj/item/reagent_container/food/snacks/meat, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/greenblue, -/area/fiorina/station/botany) -"pAv" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/tumor/aux_engi) -"pAD" = ( -/obj/item/trash/candy, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) -"pAI" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/atmos_alert, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"pzE" = ( +/turf/open/floor/prison/darkyellow2, +/area/fiorina/station/telecomm/lz1_tram) +"pAM" = ( +/obj/structure/machinery/defenses/tesla_coil/premade/smart{ + faction_group = list("CLF") + }, +/turf/open/floor/plating/plating_catwalk, +/area/fiorina/tumor/ship) "pAO" = ( /obj/structure/stairs/perspective{ dir = 4; @@ -20041,21 +20055,27 @@ /obj/structure/platform, /turf/open/floor/plating/prison, /area/fiorina/station/park) -"pBd" = ( -/turf/open/organic/grass/astroturf, -/area/fiorina/station/research_cells) +"pAS" = ( +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/park) +"pBa" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir" + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"pBp" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/chapel_carpet/doubleside/north, +/area/fiorina/station/chapel) "pBq" = ( /obj/structure/largecrate/random/barrel/white, /turf/open/floor/plating/prison, /area/fiorina/tumor/fiberbush) -"pBG" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/guestpass{ - dir = 4; - reason = "Visitor" - }, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) "pBV" = ( /obj/item/trash/used_stasis_bag{ desc = "Wow, instant sand. They really have everything in space."; @@ -20063,16 +20083,13 @@ }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzII) -"pBY" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 4 - }, -/obj/structure/barricade/handrail/type_b{ - dir = 8; - layer = 3.5 +"pBZ" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) +/turf/open/floor/prison/whitegreen/north, +/area/fiorina/station/central_ring) "pCc" = ( /obj/structure/ice/thin/indestructible{ dir = 8; @@ -20089,14 +20106,13 @@ /obj/structure/lz_sign/prison_sign, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"pCO" = ( -/obj/item/device/motiondetector, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/disco) "pCS" = ( /obj/structure/platform_decoration, /turf/open/floor/prison, /area/fiorina/station/transit_hub) +"pCV" = ( +/turf/open/floor/prison/blue/northeast, +/area/fiorina/tumor/servers) "pCX" = ( /obj/item/stack/sheet/metal, /turf/open/floor/plating/prison, @@ -20107,50 +20123,92 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/botany) -"pDr" = ( -/obj/structure/bed/sofa/vert/grey, +"pDk" = ( +/obj/structure/machinery/vending/coffee, /turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzII) +/area/fiorina/station/civres_blue) "pDu" = ( -/obj/item/tool/crowbar, -/turf/open/floor/prison/whitegreen, -/area/fiorina/station/medbay) -"pDz" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"pDA" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/clothing/mask/cigarette/cigar/tarbacks, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/chapel) +/obj/item/stack/sandbags/large_stack, +/turf/open/floor/prison/green/southeast, +/area/fiorina/tumor/civres) +"pDB" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = null + }, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/item/storage/belt/shotgun, +/obj/item/clothing/under/marine/ua_riot, +/obj/item/clothing/suit/storage/marine/veteran/ua_riot, +/obj/item/prop/helmetgarb/riot_shield, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) "pDH" = ( /obj/effect/decal/cleanable/blood, /obj/effect/spawner/random/gun/rifle/highchance, /turf/open/floor/prison, /area/fiorina/station/security) -"pDO" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_sn_full_cap" +"pDL" = ( +/obj/effect/decal/medical_decals{ + icon_state = "cryomid" }, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/whitegreen, +/area/fiorina/station/medbay) +"pEh" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/spawner/random/gun/rifle/midchance, /turf/open/floor/prison/blue/west, -/area/fiorina/station/chapel) +/area/fiorina/station/power_ring) +"pEm" = ( +/obj/structure/machinery/door/poddoor/almayer{ + density = 0; + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/park) +"pES" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = null + }, +/obj/item/weapon/gun/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/storage/belt/marine, +/obj/item/clothing/under/marine/ua_riot, +/obj/item/clothing/suit/storage/marine/veteran/ua_riot, +/obj/item/prop/helmetgarb/riot_shield, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"pFa" = ( +/obj/item/tool/warning_cone, +/obj/structure/barricade/metal{ + dir = 8; + health = 150; + icon_state = "metal_2" + }, +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/station/park) "pFi" = ( /obj/structure/platform_decoration{ dir = 8 }, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/telecomm/lz1_tram) -"pFu" = ( -/obj/structure/largecrate/random, -/obj/structure/barricade/wooden, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/disco) -"pFF" = ( -/obj/structure/machinery/vending/hydroseeds, -/turf/open/floor/prison/blue_plate/north, -/area/fiorina/station/botany) +"pFn" = ( +/obj/structure/machinery/power/terminal{ + dir = 8 + }, +/turf/open/floor/prison/bluecorner/east, +/area/fiorina/station/power_ring) +"pFr" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/prison/red/east, +/area/fiorina/station/security) "pFP" = ( /obj/structure/ice/thin/indestructible{ dir = 4; @@ -20163,17 +20221,6 @@ /obj/structure/blocker/invisible_wall, /turf/open/ice/noweed, /area/fiorina/tumor/ice_lab) -"pFS" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/atmos_alert, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/tumor/ice_lab) -"pGe" = ( -/obj/structure/window/reinforced/tinted, -/obj/item/storage/briefcase, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/lz/near_lzI) "pGf" = ( /obj/structure/platform{ dir = 8 @@ -20183,22 +20230,22 @@ /turf/open/floor/prison, /area/fiorina/lz/near_lzI) "pGG" = ( -/obj/structure/platform{ - dir = 1 - }, -/turf/open/floor/prison/whitegreen/north, -/area/fiorina/station/medbay) +/obj/item/stack/sheet/metal, +/obj/item/stack/sheet/metal, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/research_cells) "pGH" = ( /turf/closed/shuttle/ert{ icon_state = "stan_white_t_up" }, /area/fiorina/tumor/ship) -"pHf" = ( -/obj/structure/surface/rack, -/obj/item/storage/firstaid/regular, -/obj/item/storage/firstaid/regular, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) +"pHc" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/radio{ + pixel_y = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) "pHh" = ( /obj/structure/ice/thin/indestructible{ dir = 4; @@ -20211,14 +20258,28 @@ /obj/structure/blocker/invisible_wall, /turf/open/ice/noweed, /area/fiorina/tumor/ice_lab) -"pHq" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/prison/whitegreen/west, -/area/fiorina/station/medbay) -"pHY" = ( -/obj/item/stock_parts/matter_bin/super, -/turf/open/floor/prison/darkpurple2/east, -/area/fiorina/tumor/servers) +"pHB" = ( +/turf/open/floor/prison/floorscorched2, +/area/fiorina/station/civres_blue) +"pHM" = ( +/obj/structure/barricade/metal/wired{ + dir = 8 + }, +/obj/effect/spawner/random/sentry/midchance, +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/station/telecomm/lz1_cargo) +"pHN" = ( +/obj/structure/barricade/metal{ + dir = 4; + health = 85; + icon_state = "metal_1" + }, +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/station/park) +"pHX" = ( +/obj/structure/largecrate/random/case, +/turf/open/floor/prison/whitepurple/southwest, +/area/fiorina/station/research_cells) "pIt" = ( /obj/structure/barricade/handrail/type_b{ layer = 3.5 @@ -20226,6 +20287,16 @@ /obj/item/reagent_container/food/snacks/grown/apple/poisoned, /turf/open/floor/wood, /area/fiorina/station/park) +"pIE" = ( +/turf/open/floor/prison/damaged1/southwest, +/area/fiorina/station/central_ring) +"pIJ" = ( +/obj/structure/largecrate/random, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_y = 13 + }, +/turf/open/floor/prison/whitegreen/southwest, +/area/fiorina/station/medbay) "pIK" = ( /obj/structure/platform, /obj/structure/stairs/perspective{ @@ -20240,87 +20311,76 @@ }, /turf/open/floor/prison, /area/fiorina/station/transit_hub) +"pJe" = ( +/obj/structure/barricade/wooden{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/barricade/wooden, +/turf/open/floor/prison/whitegreen/north, +/area/fiorina/station/medbay) +"pJi" = ( +/turf/open/floor/prison/darkbrowncorners2/east, +/area/fiorina/station/park) +"pJB" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) "pJK" = ( /obj/structure/surface/rack, /obj/item/reagent_container/glass/bucket/mopbucket, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"pJU" = ( -/obj/structure/surface/table/reinforced/prison{ - flipped = 1 - }, -/turf/open/floor/prison/whitegreenfull/southwest, +"pJY" = ( +/obj/item/stool, +/turf/open/floor/prison/floor_plate, /area/fiorina/station/medbay) -"pKo" = ( -/turf/open/gm/river/darkred_pool, -/area/fiorina/station/park) -"pKq" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/prison/yellow/east, -/area/fiorina/station/lowsec) -"pKK" = ( -/obj/structure/machinery/power/apc/power/north, -/turf/open/floor/prison/green/north, -/area/fiorina/station/chapel) -"pKO" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/poster, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) +"pKX" = ( +/turf/open/floor/prison/red, +/area/fiorina/station/security) "pKY" = ( /obj/structure/cable/heavyduty{ icon_state = "2-4" }, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) -"pLl" = ( -/obj/item/stack/sheet/metal/medium_stack, -/obj/structure/surface/rack, -/turf/open/floor/prison/darkyellow2/northeast, -/area/fiorina/lz/near_lzI) -"pLN" = ( -/obj/structure/closet/crate/medical, -/obj/item/tool/surgery/bonegel, -/obj/item/tool/surgery/bonegel, -/turf/open/floor/prison/floor_plate, +"pLi" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/prison/blue_plate/east, +/area/fiorina/station/botany) +"pLz" = ( +/obj/item/trash/pistachios, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"pLL" = ( +/obj/effect/spawner/random/sentry/midchance, +/turf/open/floor/prison/sterile_white/southwest, /area/fiorina/station/medbay) "pLQ" = ( /obj/effect/decal/cleanable/blood/oil/streak, /turf/open/floor/plating/prison, /area/fiorina/station/transit_hub) -"pMr" = ( -/obj/item/stack/folding_barricade, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/station/chapel) -"pMs" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) -"pMG" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/central_ring) +"pNd" = ( +/obj/structure/barricade/metal{ + health = 250; + icon_state = "metal_1" + }, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/ice_lab) "pNj" = ( /obj/structure/bookcase, /turf/open/floor/carpet, /area/fiorina/station/civres_blue) -"pNo" = ( -/obj/item/toy/deck, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"pNA" = ( -/obj/item/tool/wrench, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) -"pNE" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4 +"pNr" = ( +/obj/structure/barricade/sandbags{ + dir = 8; + icon_state = "sandbag_0" }, -/turf/open/floor/prison/whitegreen/east, -/area/fiorina/tumor/ice_lab) +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/darkyellow2, +/area/fiorina/station/telecomm/lz1_cargo) "pNI" = ( /obj/item/stack/tile/plasteel{ pixel_x = 3; @@ -20329,14 +20389,27 @@ /turf/open/floor/plating/prison, /area/fiorina/tumor/civres) "pOc" = ( -/obj/effect/decal{ - icon = 'icons/obj/items/policetape.dmi'; - icon_state = "engineering_h"; - layer = 2.5; - pixel_y = -11 +/turf/open/floor/prison/green/northeast, +/area/fiorina/tumor/civres) +"pOh" = ( +/obj/item/stack/folding_barricade, +/turf/open/floor/prison/red/west, +/area/fiorina/station/security) +"pOp" = ( +/obj/structure/platform, +/obj/structure/reagent_dispensers/fueltank/oxygentank{ + layer = 2.6 }, -/turf/open/floor/prison/darkyellow2/east, -/area/fiorina/station/flight_deck) +/turf/open/floor/prison, +/area/fiorina/lz/near_lzI) +"pOr" = ( +/obj/structure/bed{ + icon_state = "abed" + }, +/obj/item/coin/uranium, +/obj/item/bedsheet/green, +/turf/open/floor/prison/yellow/southeast, +/area/fiorina/station/lowsec) "pPd" = ( /obj/structure/prop/resin_prop{ icon_state = "coolanttank" @@ -20347,6 +20420,10 @@ /obj/structure/bed/sofa/vert/grey/top, /turf/open/floor/prison, /area/fiorina/station/security) +"pPq" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/prison/whitegreen/northeast, +/area/fiorina/tumor/ice_lab) "pPG" = ( /obj/structure/disposalpipe/segment{ color = "#c4c4c4"; @@ -20357,31 +20434,42 @@ }, /turf/closed/wall/prison, /area/fiorina/tumor/servers) -"pPU" = ( -/obj/structure/prop/structure_lattice{ - dir = 4 - }, -/obj/structure/prop/structure_lattice{ - dir = 4; - layer = 3.1; - pixel_y = 10 +"pQt" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = null }, +/obj/item/weapon/gun/launcher/grenade/m81, +/obj/item/storage/pill_bottle/kelotane, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"pQz" = ( +/obj/structure/machinery/vending/snack, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/fiberbush) +/area/fiorina/station/medbay) +"pQC" = ( +/turf/open/floor/prison/floor_plate, +/area/fiorina/oob) "pQD" = ( /obj/structure/window/reinforced{ dir = 1 }, /turf/open/floor/prison, /area/fiorina/station/medbay) -"pRa" = ( -/obj/item/device/flashlight, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/research_cells) -"pRx" = ( -/obj/item/tool/screwdriver, -/turf/open/floor/prison/green/southwest, -/area/fiorina/tumor/civres) +"pQN" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"pRu" = ( +/obj/item/prop/helmetgarb/spacejam_tickets{ + desc = "A ticket to Souto Man's raffle!"; + name = "\improper Souto Raffle Ticket"; + pixel_x = 7; + pixel_y = 6 + }, +/turf/open/floor/prison/blue/west, +/area/fiorina/station/chapel) "pRG" = ( /obj/structure/window/framed/prison/reinforced/hull, /turf/open/floor/plating/prison, @@ -20390,84 +20478,64 @@ /obj/item/weapon/wirerod, /turf/open/floor/plating/prison, /area/fiorina/tumor/fiberbush) -"pRQ" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/medbay) -"pRT" = ( -/obj/effect/landmark/corpsespawner/ua_riot, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"pSk" = ( -/obj/structure/window/reinforced{ +"pSl" = ( +/obj/structure/barricade/handrail/type_b{ dir = 8 }, -/obj/structure/window/reinforced, -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/firstaid/regular, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/ice_lab) -"pSD" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/item/fuel_cell, -/turf/open/floor/plating/prison, -/area/fiorina/station/lowsec) +/area/fiorina/station/power_ring) "pSE" = ( -/obj/item/storage/beer_pack{ - pixel_y = 10 +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 6 }, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/yellow, -/area/fiorina/station/lowsec) -"pSJ" = ( -/turf/open/floor/wood, +/obj/structure/barricade/handrail/type_b{ + dir = 8; + layer = 3.5 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) +"pSJ" = ( +/turf/open/floor/wood, /area/fiorina/maintenance) -"pSQ" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) -"pSR" = ( -/turf/open/floor/prison/blue/southeast, -/area/fiorina/station/power_ring) "pSU" = ( /obj/structure/surface/table/woodentable/fancy, /obj/structure/machinery/computer/med_data/laptop, /turf/open/floor/wood, /area/fiorina/station/security/wardens) -"pSV" = ( -/obj/structure/machinery/computer3/server/rack, -/obj/structure/window{ - dir = 4 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) -"pTe" = ( -/obj/structure/machinery/landinglight/ds1{ - dir = 4 - }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/lz/near_lzI) "pTi" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/box/cups{ - pixel_x = -3; - pixel_y = 6 - }, -/obj/item/storage/box/cups, +/obj/effect/spawner/random/toolbox, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) +/area/fiorina/station/medbay) "pTj" = ( /turf/open/floor/plating/prison, /area/fiorina/station/security) -"pTM" = ( -/obj/structure/bed/chair{ - dir = 4; - pixel_y = 4 +"pTk" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/microwave{ + icon_state = "mwo"; + pixel_y = 6 }, -/turf/open/floor/prison/darkbrowncorners2/west, -/area/fiorina/maintenance) +/turf/open/floor/prison/greenfull/east, +/area/fiorina/tumor/civres) +"pTs" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/cans/aspen, +/turf/open/floor/prison/yellow/southwest, +/area/fiorina/station/lowsec) +"pTt" = ( +/obj/structure/machinery/shower{ + dir = 1; + pixel_y = -1 + }, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/lowsec) +"pTu" = ( +/turf/open/floor/prison/redcorner/east, +/area/fiorina/station/security) +"pTG" = ( +/turf/open/floor/prison/blue/north, +/area/fiorina/station/power_ring) "pTR" = ( /obj/structure/machinery/light/double/blue{ dir = 1; @@ -20481,59 +20549,26 @@ }, /area/fiorina/station/telecomm/lz1_cargo) "pTW" = ( -/obj/item/trash/uscm_mre, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/station/flight_deck) -"pUe" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, -/turf/open/floor/prison/whitegreen/east, -/area/fiorina/tumor/ice_lab) -"pUl" = ( -/obj/structure/largecrate/random/case/double, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/station/park) -"pUp" = ( -/obj/structure/closet/secure_closet/guncabinet{ - req_access = null - }, -/obj/item/ammo_magazine/shotgun/buckshot, -/obj/item/ammo_magazine/shotgun/buckshot, -/obj/item/reagent_container/glass/bottle/robot/antitoxin, -/obj/item/clothing/suit/storage/marine/veteran/ua_riot, -/obj/item/prop/helmetgarb/riot_shield, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"pUv" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/folder/red{ - pixel_x = 4; - pixel_y = -2 - }, -/obj/item/folder/red{ - pixel_x = -3; - pixel_y = 2 - }, -/obj/item/tool/stamp, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/lowsec) -"pUy" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/toolbox/mechanical{ - pixel_y = 6 +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"pTX" = ( +/turf/open/floor/prison/whitegreen/northeast, +/area/fiorina/station/medbay) +"pUM" = ( +/obj/structure/monorail{ + name = "launch track" }, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/maintenance) -"pUA" = ( -/turf/open/floor/prison/damaged2, -/area/fiorina/station/disco) -"pUR" = ( -/obj/structure/sink{ +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/transit_hub) +"pUP" = ( +/obj/structure/stairs/perspective{ dir = 4; - pixel_x = 12 + icon_state = "p_stair_full" }, -/obj/item/clothing/suit/armor/bulletproof/badge, -/turf/open/floor/prison/yellow/southeast, -/area/fiorina/station/lowsec) +/obj/structure/platform, +/turf/open/floor/prison/bright_clean_marked/southwest, +/area/fiorina/station/power_ring) "pVq" = ( /turf/open/floor/prison, /area/fiorina/station/research_cells) @@ -20543,21 +20578,26 @@ }, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"pVS" = ( -/obj/structure/sign/poster{ - desc = "You are becoming hysterical."; - icon_state = "poster11"; - pixel_x = -24 - }, -/turf/open/floor/prison/floor_plate, +"pVE" = ( +/obj/structure/inflatable/door, +/turf/open/floor/prison/whitegreen/west, /area/fiorina/station/medbay) "pVT" = ( -/obj/item/stack/tile/plasteel, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"pVX" = ( +/obj/structure/window, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) +"pWl" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"pWd" = ( -/turf/open/floor/prison/cell_stripe/west, -/area/fiorina/station/disco) +/area/fiorina/station/central_ring) "pWp" = ( /turf/closed/shuttle/ert{ icon_state = "stan8" @@ -20567,6 +20607,13 @@ /obj/item/clipboard, /turf/open/floor/prison, /area/fiorina/station/park) +"pWJ" = ( +/obj/structure/closet{ + density = 0; + pixel_y = 18 + }, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) "pWO" = ( /obj/item/stack/rods, /obj/structure/cable/heavyduty{ @@ -20574,20 +20621,17 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) +"pXf" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) "pXj" = ( /obj/item/tool/wet_sign, /turf/open/floor/prison, /area/fiorina/station/disco) -"pXt" = ( -/obj/structure/bed{ - icon_state = "abed" - }, -/turf/open/floor/prison/whitepurple/southwest, -/area/fiorina/station/research_cells) -"pXy" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, -/turf/open/floor/prison/whitegreen/northeast, -/area/fiorina/tumor/ice_lab) +"pXm" = ( +/turf/open/floor/prison/yellow/west, +/area/fiorina/station/lowsec) "pXH" = ( /obj/item/device/flashlight/lamp/tripod, /turf/open/floor/plating/prison, @@ -20600,15 +20644,17 @@ }, /turf/open/floor/prison, /area/fiorina/lz/near_lzII) +"pXU" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/tumor/ice_lab) "pXY" = ( /obj/structure/bookcase{ icon_state = "book-5" }, /turf/open/floor/carpet, /area/fiorina/station/civres_blue) -"pYb" = ( -/turf/open/floor/prison/floor_plate, -/area/fiorina/oob) "pYc" = ( /obj/structure/bed/chair{ dir = 8 @@ -20619,17 +20665,14 @@ /obj/structure/largecrate/random, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) -"pYs" = ( -/turf/open/floor/prison/bluecorner/west, -/area/fiorina/station/civres_blue) -"pYD" = ( -/obj/item/tool/surgery/cautery, -/turf/open/floor/prison/yellow/west, -/area/fiorina/station/lowsec) -"pZd" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/tumor/servers) +"pYv" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/wood/medium_stack, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/maintenance) +"pYZ" = ( +/turf/open/gm/river/pool, +/area/fiorina/station/park) "pZm" = ( /obj/structure/machinery/light/small{ dir = 8; @@ -20644,39 +20687,6 @@ }, /turf/open/floor/plating/prison, /area/fiorina/oob) -"qad" = ( -/obj/item/stack/sheet/wood{ - pixel_x = 1; - pixel_y = -3 - }, -/obj/item/stack/sheet/wood, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/tumor/servers) -"qaH" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/structure/bed/chair{ - dir = 4; - pixel_y = 4 - }, -/turf/open/floor/prison/bright_clean_marked/southwest, -/area/fiorina/station/medbay) -"qaK" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/tool/surgery/scalpel/laser{ - pixel_x = -5; - pixel_y = 12 - }, -/obj/item/tool/surgery/circular_saw{ - pixel_y = -2 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) -"qaL" = ( -/obj/structure/machinery/computer/crew, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) "qaO" = ( /obj/structure/barricade/handrail/type_b{ layer = 3.5 @@ -20688,11 +20698,10 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"qaV" = ( -/obj/item/circuitboard/exosuit/peripherals/max/targeting, -/obj/structure/surface/rack, +"qaQ" = ( +/obj/effect/landmark/monkey_spawn, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) +/area/fiorina/tumor/servers) "qbd" = ( /obj/structure/flora/bush/ausbushes/ausbush{ desc = "Fiberbush(tm) infestations are the leading cause in asbestos related deaths for 3 years in a row."; @@ -20701,19 +20710,9 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"qbj" = ( -/obj/item/stack/rods, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) "qbl" = ( /turf/open/auto_turf/sand/layer1, /area/fiorina/lz/near_lzII) -"qbq" = ( -/obj/item/ammo_casing{ - icon_state = "casing_7_1" - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) "qbv" = ( /obj/structure/platform{ dir = 4 @@ -20721,10 +20720,19 @@ /obj/structure/filingcabinet, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"qby" = ( -/obj/item/stack/rods, -/turf/open/floor/prison/darkbrown2/east, -/area/fiorina/tumor/aux_engi) +"qbF" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib3" + }, +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/station/flight_deck) +"qbH" = ( +/obj/item/ammo_box/magazine/M16, +/obj/item/stack/sheet/metal{ + amount = 5 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/fiorina/lz/near_lzI) "qbT" = ( /obj/item/trash/used_stasis_bag{ desc = "Wow, instant sand. They really have everything in space."; @@ -20746,31 +20754,13 @@ /obj/item/stack/catwalk, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"qca" = ( -/obj/effect/decal/cleanable/blood/gibs/xeno/limb, -/turf/open/floor/prison/whitegreencorner/east, -/area/fiorina/station/medbay) -"qcc" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/chapel) -"qcI" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/prison/darkbrown2/southeast, -/area/fiorina/maintenance) +"qcG" = ( +/turf/open/floor/prison/darkbrowncorners2/west, +/area/fiorina/tumor/aux_engi) "qcK" = ( /obj/effect/landmark/railgun_camera_pos, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"qcP" = ( -/turf/open/floor/prison/darkbrowncorners2/north, -/area/fiorina/maintenance) "qcT" = ( /obj/structure/barricade/metal/wired{ dir = 8 @@ -20782,35 +20772,49 @@ /obj/structure/lattice, /turf/open/space/basic, /area/fiorina/oob) -"qdy" = ( -/obj/structure/machinery/optable{ - desc = "This maybe could be used for advanced medical procedures."; - name = "Exam Table" - }, -/obj/item/bedsheet/ce{ - desc = "It crinkles, aggressively."; - name = "sterile wax sheet" - }, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +"qdw" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"qdA" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) +"qdC" = ( +/obj/structure/platform{ + dir = 1 }, /turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) -"qdE" = ( -/obj/effect/decal/cleanable/blood/gibs, -/turf/open/floor/prison/yellow/north, -/area/fiorina/station/lowsec) "qdJ" = ( /obj/structure/window/framed/prison/reinforced, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) +"qdR" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/research_cells) "qeh" = ( /obj/structure/bed/chair/comfy{ dir = 1 }, /turf/open/floor/prison, /area/fiorina/station/security/wardens) +"qep" = ( +/obj/structure/reagent_dispensers/water_cooler{ + pixel_x = -9; + pixel_y = 8 + }, +/obj/structure/reagent_dispensers/water_cooler{ + pixel_x = 11; + pixel_y = 8 + }, +/obj/structure/reagent_dispensers/water_cooler{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) "qew" = ( /obj/structure/disposalpipe/segment{ color = "#c4c4c4"; @@ -20839,9 +20843,25 @@ /obj/effect/spawner/random/pills/highchance, /turf/open/floor/plating/prison, /area/fiorina/station/security/wardens) -"qeP" = ( -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/central_ring) +"qeI" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/cameras{ + dir = 4 + }, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/disco) +"qeJ" = ( +/obj/structure/inflatable/popped, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/whitegreen/north, +/area/fiorina/station/medbay) +"qeM" = ( +/obj/item/trash/sosjerky, +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/station/flight_deck) "qeX" = ( /obj/structure/surface/table/reinforced/prison{ flipped = 1 @@ -20849,6 +20869,9 @@ /obj/item/device/cassette_tape/hiphop, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) +"qeY" = ( +/turf/open/floor/prison/bluecorner/east, +/area/fiorina/station/chapel) "qfc" = ( /obj/structure/platform{ dir = 4 @@ -20859,20 +20882,15 @@ }, /turf/open/gm/river/desert/deep, /area/fiorina/lz/near_lzII) -"qfi" = ( -/obj/item/trash/cigbutt/ucigbutt, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/chapel) -"qfx" = ( -/obj/structure/barricade/wooden{ - dir = 8 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) -"qfF" = ( -/obj/item/stack/tile/plasteel, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/tumor/civres) +"qfh" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/weapon/gun/energy/taser, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"qfG" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, +/turf/open/floor/prison/whitegreen/southeast, +/area/fiorina/tumor/ice_lab) "qfR" = ( /obj/item/handset{ pixel_x = 9; @@ -20880,15 +20898,10 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/transit_hub) -"qfS" = ( -/obj/structure/machinery/light/small{ - dir = 4; - pixel_x = 11; - pixel_y = 10 - }, -/obj/structure/largecrate/random/barrel/white, -/turf/open/floor/almayer/plate, -/area/fiorina/tumor/ship) +"qfY" = ( +/obj/structure/inflatable/popped, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "qgd" = ( /obj/item/explosive/grenade/incendiary/molotov{ pixel_x = 8; @@ -20906,26 +20919,9 @@ }, /turf/closed/wall/mineral/bone_resin, /area/fiorina/tumor/civres) -"qgo" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"qgt" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"qgz" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/tool/stamp/captain, -/obj/structure/machinery/processor{ - icon_state = "blender_jug_f_red"; - pixel_x = -6; - pixel_y = 6 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) +"qgu" = ( +/turf/open/organic/grass/astroturf, +/area/fiorina/station/civres_blue) "qgB" = ( /obj/item/clothing/gloves/rainbow, /turf/open/floor/plating/prison, @@ -20934,6 +20930,10 @@ /obj/item/reagent_container/food/drinks/golden_cup, /turf/open/space, /area/fiorina/oob) +"qgQ" = ( +/obj/item/stool, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/civres_blue) "qgS" = ( /obj/structure/machinery/light/double/blue{ pixel_y = -1 @@ -20941,46 +20941,29 @@ /obj/item/stack/barbed_wire, /turf/open/floor/prison, /area/fiorina/station/disco) -"qhf" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) -"qhp" = ( -/obj/structure/closet/secure_closet/freezer/fridge/full, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/power_ring) +"qgW" = ( +/obj/structure/powerloader_wreckage, +/obj/effect/decal/cleanable/blood/gibs/robot/limb, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/research_cells) "qhB" = ( /obj/effect/decal/cleanable/blood, /obj/item/trash/kepler, /turf/open/floor/prison, /area/fiorina/station/security) -"qhI" = ( -/obj/structure/largecrate/random/barrel, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/lz/near_lzI) "qhM" = ( /obj/structure/surface/rack, /obj/item/weapon/sword/katana, /turf/open/floor/wood, /area/fiorina/station/security/wardens) -"qhV" = ( -/obj/structure/prop/resin_prop, -/turf/open/floor/prison/darkbrownfull2, +"qil" = ( +/obj/item/tool/crowbar/red, +/turf/open/floor/prison/darkbrown2/east, /area/fiorina/tumor/aux_engi) -"qin" = ( -/obj/item/stack/sheet/wood/medium_stack, -/obj/item/stack/sheet/wood/medium_stack, -/obj/structure/surface/rack, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/maintenance) "qiq" = ( /obj/item/trash/cigbutt, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"qir" = ( -/obj/structure/bed/chair/office/dark, -/turf/open/floor/prison/whitegreen, -/area/fiorina/tumor/ice_lab) "qit" = ( /obj/structure/stairs/perspective{ dir = 4; @@ -20989,16 +20972,19 @@ /obj/structure/platform, /turf/open/floor/prison, /area/fiorina/tumor/servers) -"qiW" = ( +"qiA" = ( +/obj/structure/sign/safety/fire_haz, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) +"qiS" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/decal/medical_decals{ + icon_state = "docdecal1" + }, /turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/oob) -"qiX" = ( -/obj/effect/spawner/random/gun/rifle, -/turf/open/floor/prison/darkyellow2/southwest, -/area/fiorina/lz/near_lzI) -"qjb" = ( -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/research_cells) +/area/fiorina/station/medbay) "qjc" = ( /obj/structure/stairs/perspective{ dir = 4; @@ -21023,6 +21009,15 @@ }, /turf/open/floor/prison, /area/fiorina/station/disco) +"qjr" = ( +/obj/structure/machinery/light/double/blue{ + pixel_y = -1 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/station/telecomm/lz1_cargo) +"qjv" = ( +/turf/open/floor/prison/darkbrown2/southeast, +/area/fiorina/tumor/aux_engi) "qjC" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -21031,75 +21026,52 @@ /obj/structure/platform, /turf/open/floor/plating/prison, /area/fiorina/station/telecomm/lz1_tram) -"qjD" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 +"qjL" = ( +/turf/open/floor/prison/platingdmg2, +/area/fiorina/station/security) +"qkd" = ( +/obj/structure/window/reinforced{ + dir = 8; + health = 80 }, -/turf/open/floor/prison/sterile_white, -/area/fiorina/station/civres_blue) -"qjF" = ( -/obj/structure/machinery/vending/cola, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "qkg" = ( /obj/structure/machinery/light/double/blue, /turf/open/floor/wood, /area/fiorina/station/park) -"qku" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) -"qkw" = ( -/obj/structure/barricade/sandbags{ - dir = 8; - icon_state = "sandbag_0"; - pixel_y = 2 - }, -/turf/open/floor/prison/yellow/northeast, -/area/fiorina/station/disco) -"qkL" = ( -/obj/structure/closet/bombcloset, -/obj/effect/spawner/random/gun/rifle/midchance, -/turf/open/floor/prison/darkyellow2/southeast, -/area/fiorina/station/flight_deck) "qkN" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/communications, /turf/open/floor/plating/prison, /area/fiorina/station/telecomm/lz2_maint) +"qkV" = ( +/obj/structure/closet/basketball, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/research_cells) "qlf" = ( /obj/structure/cable/heavyduty{ icon_state = "1-2" }, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) -"qln" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/blue_plate/west, +"qlj" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/blue_plate, /area/fiorina/station/botany) -"qmq" = ( -/turf/open/floor/prison/darkyellow2, -/area/fiorina/lz/near_lzI) "qms" = ( /obj/structure/barricade/deployable{ dir = 8 }, /turf/open/floor/prison, /area/fiorina/station/security) -"qmQ" = ( -/obj/structure/largecrate/random/case, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) -"qmT" = ( -/obj/item/device/flashlight/flare/on, -/turf/open/floor/prison/whitegreen/north, -/area/fiorina/tumor/ice_lab) -"qnv" = ( -/obj/item/ammo_magazine/smg/mp5, -/turf/open/floor/prison/darkyellow2/east, -/area/fiorina/station/telecomm/lz1_cargo) +"qmI" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/whitegreen/northwest, +/area/fiorina/station/medbay) "qnB" = ( /obj/structure/monorail{ dir = 6; @@ -21107,28 +21079,48 @@ }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzII) +"qnN" = ( +/obj/structure/closet/crate/miningcar{ + name = "\improper materials storage bin" + }, +/obj/item/reagent_container/food/snacks/meat, +/turf/open/floor/prison/greenblue/east, +/area/fiorina/station/botany) "qnQ" = ( /obj/structure/machinery/vending/snack, /turf/open/floor/prison, /area/fiorina/station/security) -"qod" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/chapel) -"qoB" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/cameras{ - dir = 4 - }, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) +"qnV" = ( +/obj/effect/decal/cleanable/blood/gibs/xeno, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/central_ring) "qoG" = ( /obj/item/toy/crayon/rainbow, /turf/open/floor/plating/prison, /area/fiorina/tumor/civres) -"qoS" = ( -/turf/open/floor/prison/yellow/north, -/area/fiorina/station/central_ring) +"qoM" = ( +/obj/structure/machinery/disposal, +/obj/item/tool/kitchen/rollingpin{ + pixel_y = 8 + }, +/turf/open/floor/prison/kitchen/southwest, +/area/fiorina/station/civres_blue) +"qoT" = ( +/obj/structure/inflatable, +/turf/open/floor/prison/yellow/southeast, +/area/fiorina/station/lowsec) +"qpe" = ( +/obj/effect/decal/cleanable/blood/gibs/xeno/body, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"qpn" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/taperecorder{ + pixel_x = 8; + pixel_y = 8 + }, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/lowsec) "qpw" = ( /obj/structure/window/reinforced{ dir = 1; @@ -21136,91 +21128,147 @@ }, /turf/open/floor/prison, /area/fiorina/station/medbay) -"qpx" = ( -/obj/structure/closet/firecloset/full, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/ice_lab) "qpB" = ( /obj/item/stack/cable_coil/blue, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"qpM" = ( -/turf/closed/shuttle/ert{ - icon_state = "stan_leftengine" - }, +"qpF" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/paper_bin, +/obj/item/tool/stamp, +/turf/open/floor/prison/greenfull/east, +/area/fiorina/tumor/civres) +"qpM" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan_leftengine" + }, /area/fiorina/station/power_ring) -"qpO" = ( -/turf/open/floor/prison/darkpurple2/northeast, -/area/fiorina/tumor/ice_lab) +"qpR" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) +"qqx" = ( +/obj/structure/machinery/landinglight/ds2{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/lz/near_lzII) "qqz" = ( -/obj/structure/barricade/metal/wired, -/turf/open/floor/prison/floor_plate/southwest, +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/civres_blue) +"qqB" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/prison/floor_plate, /area/fiorina/station/telecomm/lz1_cargo) -"qqF" = ( -/obj/structure/bedsheetbin, -/turf/open/floor/prison/yellow/west, -/area/fiorina/station/lowsec) "qqJ" = ( /obj/item/stack/cable_coil, /turf/open/floor/prison, /area/fiorina/station/disco) -"qqP" = ( -/obj/structure/inflatable/door, -/turf/open/floor/prison/whitegreencorner, -/area/fiorina/station/medbay) -"qrz" = ( -/obj/item/explosive/plastic, -/turf/open/floor/plating/prison, -/area/fiorina/station/telecomm/lz1_cargo) -"qrW" = ( -/obj/structure/closet/firecloset/full, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"qso" = ( +"qqQ" = ( +/obj/structure/bed/roller, +/obj/structure/machinery/iv_drip{ + pixel_y = 19 + }, +/obj/item/bedsheet/green, /obj/structure/machinery/light/double/blue{ dir = 4; pixel_x = 10; pixel_y = -3 }, +/turf/open/floor/prison/whitegreen/east, +/area/fiorina/station/medbay) +"qrz" = ( +/obj/item/explosive/plastic, /turf/open/floor/plating/prison, -/area/fiorina/maintenance) -"qtn" = ( -/obj/structure/bed/chair/comfy{ +/area/fiorina/station/telecomm/lz1_cargo) +"qrM" = ( +/obj/structure/platform_decoration{ dir = 4 }, -/turf/open/floor/prison/blue/southeast, -/area/fiorina/station/civres_blue) -"qua" = ( -/turf/open/floor/prison/cell_stripe, +/obj/item/trash/used_stasis_bag, +/turf/open/floor/prison/whitegreen/northwest, /area/fiorina/station/medbay) -"quc" = ( -/obj/vehicle/powerloader{ - dir = 8 +"qrT" = ( +/obj/effect/decal/medical_decals{ + icon_state = "cryomid" }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/research_cells) -"quj" = ( +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"qrZ" = ( /obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = 1 + pixel_y = -1 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzII) -"quu" = ( -/obj/item/clothing/gloves/boxing/blue, -/turf/open/floor/prison/yellow/northwest, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) +"qsi" = ( +/turf/open/floor/prison/cell_stripe, /area/fiorina/station/central_ring) -"qux" = ( +"qso" = ( /obj/structure/machinery/light/double/blue{ dir = 4; pixel_x = 10; pixel_y = -3 }, +/turf/open/floor/plating/prison, +/area/fiorina/maintenance) +"qst" = ( +/obj/structure/machinery/light/double/blue, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_tram) -"quM" = ( -/turf/open/floor/prison/darkpurple2/west, -/area/fiorina/tumor/servers) +/area/fiorina/station/power_ring) +"qsy" = ( +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/station/telecomm/lz1_cargo) +"qsG" = ( +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) +"qsY" = ( +/turf/open/floor/prison/blue_plate, +/area/fiorina/station/botany) +"qti" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/paper_bin{ + pixel_y = 7 + }, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) +"qtB" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/cell_stripe/north, +/area/fiorina/station/central_ring) +"qtH" = ( +/obj/structure/inflatable/popped/door, +/turf/open/floor/prison/yellow/southeast, +/area/fiorina/station/lowsec) +"qua" = ( +/turf/open/floor/prison/redcorner, +/area/fiorina/station/security) +"qut" = ( +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/medbay) +"qux" = ( +/obj/item/stack/folding_barricade, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"quZ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/recharger{ + pixel_y = 4 + }, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/oob) "qva" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/weapon/gun/smg/mp5, @@ -21229,10 +21277,12 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/research_cells) -"qvf" = ( -/obj/item/device/pinpointer, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) +"qve" = ( +/obj/structure/barricade/wooden{ + dir = 1 + }, +/turf/open/floor/prison/chapel_carpet/doubleside/north, +/area/fiorina/station/chapel) "qvn" = ( /obj/structure/monorail{ dir = 10; @@ -21240,56 +21290,36 @@ }, /turf/open/space, /area/fiorina/oob) -"qvy" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/stool{ - pixel_y = 12 - }, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) -"qvE" = ( -/obj/structure/machinery/vending/hydroseeds, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/botany) -"qvF" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/disco) -"qvK" = ( -/obj/item/reagent_container/food/condiment/peppermill{ - pixel_x = -5; - pixel_y = -11 - }, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/civres_blue) -"qvY" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/blood/empty{ - pixel_x = -7; - pixel_y = 4 - }, -/obj/item/reagent_container/blood/BMinus{ - pixel_x = 7; - pixel_y = 4 +"qvz" = ( +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage{ + density = 0; + pixel_y = 16 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) -"qwr" = ( +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/maintenance) +"qvA" = ( /obj/structure/platform_decoration{ dir = 8 }, -/turf/open/floor/prison/yellow/northeast, -/area/fiorina/station/disco) -"qwI" = ( -/obj/item/trash/eat, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) -"qxg" = ( -/turf/open/floor/prison/whitegreen/southwest, -/area/fiorina/tumor/ice_lab) -"qxi" = ( -/turf/open/floor/prison/whitegreen/east, -/area/fiorina/station/medbay) +/area/fiorina/station/park) +"qwa" = ( +/obj/item/frame/rack, +/obj/item/stack/medical/bruise_pack, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"qwV" = ( +/obj/structure/surface/rack, +/obj/item/restraint/handcuffs/zip, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/lowsec) +"qxk" = ( +/obj/structure/window{ + dir = 4 + }, +/obj/item/circuitboard/machine/rdserver, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) "qxB" = ( /obj/structure/stairs/perspective{ dir = 1; @@ -21300,14 +21330,6 @@ }, /turf/open/floor/prison, /area/fiorina/station/transit_hub) -"qxG" = ( -/obj/structure/closet/secure_closet/personal, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/telecomm/lz1_cargo) -"qxJ" = ( -/obj/item/reagent_container/food/snacks/eat_bar, -/turf/open/floor/prison/blue_plate/north, -/area/fiorina/station/botany) "qxN" = ( /obj/structure/barricade/sandbags{ dir = 8; @@ -21316,72 +21338,82 @@ }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzII) -"qxP" = ( -/obj/structure/inflatable/popped, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) +"qxT" = ( +/obj/effect/decal{ + icon = 'icons/obj/items/policetape.dmi'; + icon_state = "engineering_h"; + layer = 2.5; + pixel_y = -11 + }, +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/station/flight_deck) +"qyb" = ( +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/prison/whitepurple, +/area/fiorina/station/research_cells) "qyc" = ( /obj/structure/largecrate/random/case/small, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"qyj" = ( -/obj/structure/inflatable/popped/door, -/turf/open/floor/prison/whitegreen, -/area/fiorina/station/medbay) -"qzm" = ( -/obj/structure/bed/roller, -/obj/structure/machinery/iv_drip{ - pixel_y = 19 +"qyC" = ( +/obj/item/stack/rods/plasteel, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/disco) +"qyM" = ( +/obj/item/stack/tile/plasteel, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/ice_lab) +"qyV" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + health = 300 }, -/obj/item/bedsheet/green, -/turf/open/floor/prison/whitegreen/east, -/area/fiorina/station/medbay) -"qzz" = ( -/obj/structure/machinery/door/poddoor/almayer/locked{ - indestructible = 1; - name = "launch bay door" +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + pixel_y = 10 }, -/turf/open/floor/prison/cell_stripe/west, -/area/fiorina/oob) -"qzE" = ( -/obj/structure/largecrate/random/case/small, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"qzJ" = ( -/turf/open/floor/prison/floor_marked/west, -/area/fiorina/tumor/servers) -"qzL" = ( -/obj/structure/platform_decoration{ - dir = 8 +/obj/structure/disposalpipe/segment{ + color = "#c4c4c4"; + dir = 2; + layer = 6; + name = "overhead pipe"; + pixel_x = -16; + pixel_y = 12 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/disco) +/area/fiorina/tumor/servers) +"qzE" = ( +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/ice_lab) "qzS" = ( /obj/structure/largecrate/random/barrel/red, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) -"qAf" = ( -/obj/structure/barricade/wooden, +"qAb" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) +"qAh" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/recharger, +/obj/item/clothing/accessory/holobadge/cord, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/lz/near_lzI) +"qAn" = ( /turf/open/floor/prison/cell_stripe/east, -/area/fiorina/station/central_ring) -"qAx" = ( +/area/fiorina/station/park) +"qAu" = ( /obj/structure/surface/rack, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"qAQ" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/tumor/civres) -"qAZ" = ( -/obj/structure/machinery/computer/arcade, +/obj/effect/spawner/random/tool, /turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) +"qBe" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/whitegreen/west, /area/fiorina/station/medbay) -"qBo" = ( -/obj/structure/bed/sofa/south/grey/left, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security/wardens) "qBs" = ( /obj/item/tool/mop{ pixel_y = 23 @@ -21392,10 +21424,6 @@ }, /turf/open/floor/prison, /area/fiorina/station/disco) -"qBy" = ( -/obj/item/device/whistle, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) "qBB" = ( /obj/item/prop/helmetgarb/spacejam_tickets{ desc = "A ticket to Souto Man's raffle!"; @@ -21412,11 +21440,13 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"qBL" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) +"qBW" = ( +/obj/item/stack/tile/plasteel{ + pixel_x = 3; + pixel_y = 4 + }, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/research_cells) "qCa" = ( /obj/structure/prop/resin_prop{ dir = 1; @@ -21425,6 +21455,10 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) +"qCf" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/transit_hub) "qCW" = ( /turf/closed/shuttle/elevator{ dir = 6 @@ -21448,14 +21482,17 @@ /obj/structure/janitorialcart, /turf/open/floor/prison, /area/fiorina/station/medbay) -"qDt" = ( -/obj/item/trash/popcorn, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/disco) "qDy" = ( /obj/item/reagent_container/glass/bucket/janibucket, /turf/open/floor/prison, /area/fiorina/station/park) +"qDA" = ( +/obj/structure/bed/chair{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/prison/darkbrowncorners2/west, +/area/fiorina/maintenance) "qDD" = ( /obj/structure/machinery/light/double/blue{ dir = 4; @@ -21465,18 +21502,20 @@ /obj/structure/largecrate/random/case, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"qEN" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/handset, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/tumor/ice_lab) -"qFa" = ( -/obj/item/stack/cable_coil, -/turf/open/floor/prison/whitegreen/southeast, -/area/fiorina/station/medbay) -"qFh" = ( -/turf/open/floor/prison/whitegreencorner/west, +"qDS" = ( +/obj/structure/surface/rack, +/obj/item/tool/mop, +/turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) +"qEj" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/emails{ + dir = 8; + pixel_x = -2; + pixel_y = 7 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) "qFi" = ( /obj/structure/machinery/light/small{ dir = 8; @@ -21488,18 +21527,27 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) +"qFp" = ( +/turf/open/floor/prison/yellow/north, +/area/fiorina/station/central_ring) +"qFt" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/obj/effect/landmark/corpsespawner/ua_riot, +/turf/open/floor/prison/whitegreen/north, +/area/fiorina/station/medbay) "qFE" = ( /obj/structure/platform/kutjevo/smooth{ dir = 4 }, /turf/open/space/basic, /area/fiorina/oob) -"qFH" = ( -/obj/item/ammo_casing{ - icon_state = "cartridge_1" - }, +"qFL" = ( +/obj/structure/machinery/vending/snack, /turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) +/area/fiorina/tumor/ice_lab) "qFQ" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -21509,43 +21557,17 @@ }, /turf/open/floor/prison, /area/fiorina/station/medbay) -"qFS" = ( -/obj/structure/cargo_container/grant/right{ - density = 0; - desc = "A huge industrial shipping container. You could slip just behind it."; - health = 5000; - layer = 4; - unacidable = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) "qGg" = ( -/turf/open/floor/prison/greenblue/southwest, -/area/fiorina/station/botany) -"qGC" = ( -/obj/item/stack/rods, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) -"qGW" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/microwave{ - pixel_y = 6 - }, -/turf/open/floor/prison/kitchen/southwest, -/area/fiorina/station/civres_blue) -"qHz" = ( -/obj/item/trash/chips, /obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/tumor/servers) -"qHB" = ( -/obj/structure/machinery/power/apc/power/south, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) +/obj/structure/inflatable, +/turf/open/floor/prison/whitepurple/north, +/area/fiorina/station/research_cells) +"qGs" = ( +/turf/open/floor/prison/cell_stripe, +/area/fiorina/station/research_cells) "qHG" = ( /obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ pixel_y = 25 @@ -21556,31 +21578,24 @@ /obj/item/tool/warning_cone, /turf/open/floor/prison, /area/fiorina/station/telecomm/lz1_cargo) -"qIj" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" +"qId" = ( +/obj/structure/barricade/handrail/type_b{ + layer = 3.5 }, -/turf/open/floor/prison/whitegreen/west, -/area/fiorina/station/medbay) +/turf/open/floor/prison/blue/north, +/area/fiorina/tumor/servers) "qIq" = ( /obj/structure/largecrate/random/case/small, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"qIF" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/prison/bluecorner/east, -/area/fiorina/station/power_ring) -"qIH" = ( -/obj/structure/platform, -/obj/structure/bed/chair{ - dir = 1; - layer = 2.7 - }, -/turf/open/floor/prison/whitegreen, -/area/fiorina/station/medbay) -"qJb" = ( -/turf/open/floor/prison/blue/southwest, -/area/fiorina/station/chapel) +"qIK" = ( +/obj/item/weapon/gun/rifle/m16, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) +"qIM" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/prison/whitepurple/west, +/area/fiorina/station/research_cells) "qJf" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/drinks/cans/souto/blue{ @@ -21608,19 +21623,6 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"qJo" = ( -/obj/structure/machinery/door/poddoor/almayer/locked{ - indestructible = 1; - name = "launch bay door" - }, -/turf/open/floor/plating/prison, -/area/fiorina/oob) -"qJx" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/tumor/civres) "qJL" = ( /obj/structure/bed/chair/comfy{ dir = 8 @@ -21632,18 +21634,13 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"qJV" = ( -/turf/open/floor/prison/green/northwest, -/area/fiorina/tumor/civres) -"qJZ" = ( -/obj/structure/machinery/vending/coffee, -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/fiberbush) +"qKl" = ( +/turf/open/gm/river/darkred_pool, +/area/fiorina/station/park) +"qKo" = ( +/obj/item/tool/warning_cone, +/turf/open/floor/prison/darkbrown2/west, +/area/fiorina/station/park) "qKF" = ( /obj/structure/machinery/light/double/blue{ dir = 1; @@ -21651,100 +21648,50 @@ }, /turf/open/floor/prison, /area/fiorina/station/disco) -"qKM" = ( -/obj/structure/barricade/handrail{ - dir = 8 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/central_ring) -"qKR" = ( -/obj/structure/bed{ - icon_state = "abed" - }, -/obj/item/reagent_container/food/snacks/wrapped/barcardine, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) "qKT" = ( /obj/item/stack/rods/plasteel, /turf/open/auto_turf/sand/layer1, /area/fiorina/lz/near_lzII) -"qKW" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) "qLp" = ( /obj/structure/bed/chair/comfy{ dir = 4 }, /turf/open/floor/prison, /area/fiorina/tumor/servers) -"qLH" = ( -/obj/structure/closet/bombcloset, -/obj/item/clothing/suit/armor/bulletproof, -/obj/item/stack/sheet/mineral/plastic, -/obj/item/stack/sheet/mineral/plastic, -/obj/item/stack/sheet/mineral/plastic, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) "qLJ" = ( /obj/structure/machinery/light/double/blue, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"qLT" = ( -/obj/structure/platform, -/obj/structure/platform{ - dir = 4 - }, -/obj/structure/platform_decoration{ - dir = 6 - }, -/turf/open/floor/prison/whitegreen/southeast, -/area/fiorina/tumor/ice_lab) -"qMa" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/processor{ - desc = "It CAN blend it."; - icon_state = "blender_e"; - name = "Blendomatic"; - pixel_x = -2; - pixel_y = 10 - }, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +"qLK" = ( +/obj/structure/machinery/shower{ + pixel_y = 13 }, +/obj/item/tool/soap/weyland_yutani, /turf/open/floor/prison/kitchen/southwest, -/area/fiorina/station/civres_blue) -"qMm" = ( -/obj/structure/machinery/light/double/blue{ +/area/fiorina/tumor/civres) +"qLS" = ( +/turf/open/floor/solarpanel, +/area/fiorina/oob) +"qMt" = ( +/obj/structure/closet/secure_closet/freezer/fridge/full, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/power_ring) +"qMK" = ( +/obj/structure/barricade/handrail, +/turf/open/floor/prison/whitepurple/north, +/area/fiorina/station/research_cells) +"qMU" = ( +/obj/structure/machinery/door/airlock/almayer/marine{ dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) -"qMz" = ( -/obj/structure/pipes/standard/manifold/visible, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"qME" = ( -/obj/structure/barricade/wooden{ - dir = 1 - }, -/turf/open/floor/prison/whitegreen/northeast, -/area/fiorina/station/medbay) -"qMJ" = ( -/obj/effect/decal/hefa_cult_decals/d32{ - icon_state = "bee" + icon = 'icons/obj/structures/doors/prepdoor_charlie.dmi' }, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) -"qMU" = ( -/obj/structure/machinery/door/airlock/multi_tile/elevator/freight, -/turf/open/floor/corsat/plate, -/area/fiorina/station/telecomm/lz1_cargo) +/area/fiorina/station/research_cells) +"qNu" = ( +/obj/item/device/binoculars, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/fiberbush) "qNv" = ( /obj/structure/machinery/door/airlock/prison_hatch/autoname{ dir = 1 @@ -21752,17 +21699,24 @@ /turf/open/floor/plating/prison, /area/fiorina/station/park) "qNY" = ( -/obj/structure/toilet{ - dir = 1 - }, -/turf/open/floor/prison/kitchen/southwest, -/area/fiorina/tumor/civres) +/obj/structure/bed/chair/office/dark, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"qOg" = ( +/turf/open/floor/prison/cell_stripe, +/area/fiorina/station/disco) "qOk" = ( /obj/structure/platform/kutjevo/smooth{ dir = 4 }, /turf/open/floor/almayer_hull, /area/fiorina/oob) +"qOn" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/lz/near_lzII) "qOq" = ( /obj/structure/grille, /turf/open/floor/plating/prison, @@ -21772,21 +21726,6 @@ /obj/structure/machinery/computer3/laptop/secure_data, /turf/open/floor/prison, /area/fiorina/tumor/servers) -"qOI" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"qOL" = ( -/obj/item/ammo_casing{ - dir = 6; - icon_state = "casing_5" - }, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/station/park) "qON" = ( /obj/item/stack/cable_coil/cyan, /turf/open/floor/plating/prison, @@ -21814,33 +21753,20 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/park) -"qPY" = ( -/obj/effect/spawner/random/gun/smg/midchance, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/station/park) +"qQc" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/chapel) "qQl" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/telecomm/lz1_tram) -"qQv" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/drinks/bottle/vodka{ - pixel_x = -4; - pixel_y = 12 - }, -/obj/item/reagent_container/food/drinks/bottle/vodka{ - pixel_x = 6; - pixel_y = 3 - }, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) -"qQH" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/prison/darkyellowcorners2, -/area/fiorina/station/telecomm/lz1_cargo) -"qQJ" = ( -/obj/item/tool/soap, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/lowsec) +"qQp" = ( +/obj/structure/inflatable/popped, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/transit_hub) +"qQN" = ( +/turf/open/floor/prison/darkbrown2/east, +/area/fiorina/tumor/aux_engi) "qQO" = ( /obj/item/tool/wet_sign, /turf/open/floor/prison, @@ -21850,15 +21776,10 @@ /obj/item/prop/helmetgarb/raincover, /turf/open/floor/prison, /area/fiorina/station/medbay) -"qQV" = ( -/obj/structure/platform_decoration{ - dir = 8 - }, -/obj/effect/decal/medical_decals{ - icon_state = "triagedecaldir" - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) +"qRf" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/lz/near_lzI) "qRg" = ( /obj/structure/sign/prop3{ desc = "Enlist in the Penal Battalions today! The USCM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." @@ -21877,72 +21798,67 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/lowsec) -"qRn" = ( -/obj/item/ammo_box/magazine/misc/flares{ - layer = 3.1; - pixel_y = 16 - }, -/obj/structure/largecrate/random/secure, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"qSe" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/box/wy_mre{ - pixel_x = 5; - pixel_y = 2 +"qRp" = ( +/obj/item/stack/rods/plasteel, +/turf/open/floor/prison/darkyellow2/northeast, +/area/fiorina/lz/near_lzI) +"qRT" = ( +/obj/effect/landmark/corpsespawner/ua_riot/burst, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/tumor/civres) +"qSp" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = 13 }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"qSi" = ( -/obj/structure/bed/sofa/vert/grey/top, -/turf/open/floor/prison/green/north, -/area/fiorina/station/transit_hub) -"qSo" = ( -/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) +/turf/open/floor/corsat/plate, +/area/fiorina/station/telecomm/lz1_cargo) "qSB" = ( -/obj/structure/closet/crate/bravo, -/obj/item/stack/sheet/metal/medium_stack, -/obj/item/stack/sheet/metal/medium_stack, -/obj/item/fuel_cell, -/obj/item/stack/sheet/plasteel, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) -"qSV" = ( -/obj/structure/platform, -/obj/structure/platform{ - dir = 8 - }, -/obj/structure/platform_decoration{ - dir = 10 - }, -/obj/structure/closet/firecloset/full, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"qTj" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/snacks/ricepudding, +/obj/item/bedsheet, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) +/area/fiorina/station/lowsec) +"qSF" = ( +/obj/item/stack/rods, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) +"qSI" = ( +/obj/effect/decal/cleanable/blood/gibs/robot/limb, +/turf/open/floor/prison/whitepurple/northeast, +/area/fiorina/station/research_cells) +"qST" = ( +/obj/item/stack/sheet/metal, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/research_cells) "qTk" = ( -/obj/structure/closet/crate/miningcar{ - name = "\improper materials storage bin" +/obj/item/tool/shovel/snow, +/obj/item/device/flashlight, +/obj/structure/surface/rack, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/tumor/ice_lab) +"qTC" = ( +/obj/structure/bed/chair/office/dark, +/turf/open/floor/prison/whitegreen, +/area/fiorina/tumor/ice_lab) +"qTJ" = ( +/obj/structure/machinery/shower{ + dir = 1; + pixel_y = -1 }, -/obj/item/reagent_container/food/snacks/meat, -/turf/open/floor/prison/blue_plate/east, -/area/fiorina/station/botany) -"qTK" = ( -/obj/structure/surface/table/reinforced/prison{ - flipped = 1 +/obj/structure/machinery/shower{ + dir = 8 }, -/obj/item/reagent_container/food/snacks/eat_bar, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"qTZ" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/maintenance) +/turf/open/floor/prison/kitchen, +/area/fiorina/station/lowsec) +"qTM" = ( +/obj/structure/barricade/handrail/type_b{ + layer = 3.5 + }, +/turf/open/floor/prison/blue/north, +/area/fiorina/station/civres_blue) "qUe" = ( /obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, /obj/item/ammo_casing/shell{ @@ -21954,15 +21870,17 @@ }, /turf/open/floor/prison, /area/fiorina/station/park) -"qUl" = ( -/obj/item/stack/rods, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/chapel) -"qUI" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/clipboard, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) +"qUz" = ( +/obj/item/tool/soap, +/obj/structure/machinery/shower{ + dir = 1; + pixel_y = -1 + }, +/obj/structure/machinery/shower{ + dir = 8 + }, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/research_cells) "qUZ" = ( /obj/structure/stairs/perspective{ dir = 4; @@ -21974,51 +21892,66 @@ }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzI) -"qVa" = ( -/turf/open/floor/prison/darkbrown2, -/area/fiorina/tumor/aux_engi) -"qVo" = ( -/obj/structure/largecrate/random, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/station/park) -"qVU" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_29"; - pixel_y = 6 +"qVu" = ( +/turf/open/floor/prison/damaged2/southwest, +/area/fiorina/station/lowsec) +"qVx" = ( +/obj/item/stool, +/turf/open/floor/prison/damaged2, +/area/fiorina/station/lowsec) +"qVP" = ( +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/green/west, +/area/fiorina/station/chapel) +"qWs" = ( +/turf/open/floor/corsat/squares, +/area/fiorina/station/telecomm/lz1_cargo) +"qWC" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/sign/poster{ + desc = "Hubba hubba."; + icon_state = "poster3"; + name = "magazine"; + pixel_x = 6; + pixel_y = 8 + }, +/obj/structure/sign/poster{ + desc = "Hubba hubba."; + icon_state = "poster17"; + name = "magazine" + }, +/obj/structure/sign/poster{ + desc = "The M41A is on the cover."; + icon_state = "poster15"; + name = "magazine"; + pixel_x = -5; + pixel_y = 5 + }, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, /turf/open/floor/prison/floor_plate, /area/fiorina/station/security/wardens) -"qWc" = ( -/obj/structure/closet/basketball, -/obj/item/storage/pill_bottle/bicaridine/skillless, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"qWe" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/lz/near_lzI) -"qWo" = ( -/obj/item/device/flashlight/lamp/tripod, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/whitepurple, -/area/fiorina/station/research_cells) -"qWs" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/prison/floor_marked/southwest, +"qWD" = ( +/turf/open/floor/prison/yellow/northeast, +/area/fiorina/station/central_ring) +"qWJ" = ( +/obj/structure/machinery/landinglight/ds2, +/turf/open/floor/prison/floor_plate, /area/fiorina/lz/near_lzII) "qWO" = ( /obj/item/tool/weldingtool, /turf/open/auto_turf/sand/layer1, /area/fiorina/tumor/civres) -"qXf" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/taperecorder{ - pixel_x = 8; - pixel_y = 8 - }, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/lowsec) +"qXj" = ( +/obj/structure/filingcabinet, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) +"qXA" = ( +/obj/item/clothing/mask/cigarette, +/turf/open/floor/prison/whitepurple/northwest, +/area/fiorina/station/research_cells) "qXM" = ( /obj/item/stack/tile/plasteel, /turf/open/floor/plating/prison, @@ -22027,6 +21960,14 @@ /obj/effect/spawner/random/tool, /turf/open/floor/prison, /area/fiorina/station/chapel) +"qXR" = ( +/obj/item/frame/rack, +/obj/structure/barricade/handrail/type_b{ + dir = 4; + layer = 3.5 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/ice_lab) "qYc" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -22044,42 +21985,29 @@ }, /turf/open/floor/prison, /area/fiorina/station/telecomm/lz1_cargo) -"qYD" = ( -/obj/structure/barricade/handrail, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/research_cells) -"qYE" = ( -/obj/item/explosive/grenade/high_explosive/frag, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"qYM" = ( -/obj/structure/bed/chair/office/light{ - dir = 4 +"qYI" = ( +/obj/structure/surface/rack, +/obj/item/storage/toolbox/mechanical/green, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/maintenance) +"qYU" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, /turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"qZc" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/transit_hub) -"qZo" = ( -/obj/structure/machinery/landinglight/ds1/delayone{ - dir = 1 - }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/lz/near_lzI) -"qZs" = ( -/obj/item/paper/crumpled, -/turf/open/floor/prison/kitchen/southwest, -/area/fiorina/tumor/civres) -"qZD" = ( -/obj/structure/closet/secure_closet/guncabinet{ - req_access = null +/area/fiorina/tumor/ice_lab) +"qZw" = ( +/obj/structure/machinery/photocopier{ + pixel_y = 4 }, -/obj/item/weapon/gun/launcher/grenade/m81, -/obj/item/storage/pill_bottle/kelotane, -/turf/open/floor/prison/redfull, +/turf/open/floor/prison/darkredfull2, /area/fiorina/station/security) +"qZC" = ( +/obj/item/stack/folding_barricade, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/prison/greenfull/east, +/area/fiorina/station/chapel) "qZL" = ( /obj/structure/machinery/computer/arcade, /obj/item/toy/syndicateballoon{ @@ -22095,6 +22023,9 @@ }, /turf/open/floor/prison, /area/fiorina/station/flight_deck) +"qZQ" = ( +/turf/open/floor/prison/green/northwest, +/area/fiorina/tumor/civres) "rac" = ( /obj/structure/platform/kutjevo/smooth{ dir = 8 @@ -22104,92 +22035,74 @@ }, /turf/open/space/basic, /area/fiorina/oob) -"raj" = ( -/obj/structure/barricade/metal/wired{ - dir = 8 - }, -/obj/effect/spawner/random/sentry/midchance, -/turf/open/floor/prison/darkyellow2/north, -/area/fiorina/station/telecomm/lz1_cargo) -"raw" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/tumor/civres) -"raK" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/central_ring) -"rbg" = ( -/turf/open/floor/prison/cell_stripe/west, -/area/fiorina/station/telecomm/lz1_tram) -"rbh" = ( -/obj/effect/decal/cleanable/blood{ - dir = 4; - icon_state = "gib6" - }, -/obj/item/stack/sheet/metal{ - amount = 5 +"raE" = ( +/obj/structure/toilet{ + dir = 4 }, +/turf/open/floor/prison/sterile_white, +/area/fiorina/station/civres_blue) +"rbl" = ( +/obj/item/trash/cigbutt, /turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzI) +/area/fiorina/station/power_ring) +"rbx" = ( +/obj/structure/bed/sofa/south/grey/left, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) "rbK" = ( /obj/effect/spawner/random/tool, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"rbT" = ( -/obj/item/shard{ - icon_state = "large" - }, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/station/transit_hub) -"rcp" = ( -/obj/structure/barricade/sandbags{ - dir = 4; - icon_state = "sandbag_0"; - pixel_y = 2 - }, -/obj/structure/barricade/sandbags{ - icon_state = "sandbag_0"; - pixel_y = -14 - }, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/flight_deck) -"rds" = ( -/turf/open/floor/prison/blue, -/area/fiorina/station/chapel) -"rdv" = ( -/obj/effect/spawner/random/tool, -/obj/structure/surface/rack, +"rca" = ( +/obj/structure/largecrate/random/barrel/blue, +/turf/open/floor/almayer/plate, +/area/fiorina/tumor/ship) +"rcL" = ( +/turf/open/gm/river/red_pool, +/area/fiorina/station/park) +"rcV" = ( /obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 + dir = 8; + pixel_x = -10; + pixel_y = -3 }, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) -"rdW" = ( -/obj/item/trash/boonie, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"rdZ" = ( -/obj/item/ammo_casing{ - icon_state = "casing_7_1" +/turf/open/floor/prison/cell_stripe/west, +/area/fiorina/lz/near_lzI) +"rdk" = ( +/obj/structure/prop/structure_lattice{ + dir = 1; + health = 300; + icon = 'icons/turf/elevator.dmi'; + icon_state = "wall_broke" }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"rej" = ( +/turf/open/floor/corsat/squares, +/area/fiorina/station/civres_blue) +"rdq" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) +"rdv" = ( +/turf/open/floor/prison/panelscorched, +/area/fiorina/oob) +"rdB" = ( +/obj/item/reagent_container/food/drinks/cans/waterbottle, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) +"rdE" = ( +/obj/structure/machinery/constructable_frame, /obj/structure/machinery/light/double/blue{ dir = 1; pixel_y = 21 }, -/turf/open/floor/prison/cell_stripe/west, -/area/fiorina/station/park) -"rer" = ( -/obj/structure/closet/crate/miningcar{ - name = "\improper materials storage bin" - }, -/obj/item/reagent_container/food/snacks/meat, -/turf/open/floor/prison/yellow, +/turf/open/floor/prison/damaged2/southwest, /area/fiorina/station/lowsec) +"rea" = ( +/obj/item/circuitboard/machine/rdserver, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) +"reh" = ( +/turf/open/floor/prison/whitepurplecorner/north, +/area/fiorina/station/research_cells) "reO" = ( /obj/structure/platform_decoration{ dir = 4 @@ -22199,14 +22112,20 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"reS" = ( -/obj/structure/machinery/power/apc/power/south, -/turf/open/floor/delivery, -/area/fiorina/station/power_ring) +"reP" = ( +/turf/open/floor/prison/cell_stripe/east, +/area/fiorina/oob) "rfd" = ( /obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited, /turf/closed/wall/prison, /area/fiorina/tumor/ice_lab) +"rfm" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/machinery/space_heater, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/ice_lab) "rfo" = ( /obj/structure/machinery/light/double/blue{ dir = 1; @@ -22214,57 +22133,108 @@ }, /turf/open/floor/prison, /area/fiorina/station/medbay) +"rfs" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/flight_deck) +"rfx" = ( +/obj/structure/machinery/gibber, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/power_ring) +"rfO" = ( +/obj/structure/barricade/handrail/type_b{ + layer = 3.5 + }, +/obj/structure/barricade/handrail/type_b{ + dir = 8; + layer = 3.5 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/servers) +"rfY" = ( +/obj/structure/platform, +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/firstaid/regular, +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 + }, +/turf/open/floor/prison/whitegreen/southeast, +/area/fiorina/station/medbay) +"rgd" = ( +/obj/structure/prop/souto_land/streamer{ + dir = 1; + pixel_y = 24 + }, +/obj/structure/bed/chair{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/prison/darkbrown2, +/area/fiorina/station/park) "rgg" = ( /obj/item/tool/candle{ pixel_x = -2 }, /turf/open/floor/wood, /area/fiorina/station/chapel) -"rgS" = ( -/obj/structure/inflatable, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) -"rhv" = ( -/obj/effect/landmark/corpsespawner/prisoner, -/turf/open/gm/river/red_pool, +"rgs" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/storage/fancy/candle_box, +/turf/open/floor/prison/chapel_carpet/doubleside/north, +/area/fiorina/station/chapel) +"rgv" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/cell_stripe/east, /area/fiorina/station/park) -"rhX" = ( +"rgH" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/storage/donut_box/empty, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"riq" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/prison/kitchen/southwest, -/area/fiorina/station/civres_blue) -"riz" = ( -/obj/item/storage/firstaid/toxin, +/obj/item/stack/sheet/metal/medium_stack, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/chapel) +/area/fiorina/tumor/civres) +"rgS" = ( +/obj/structure/bed/chair{ + dir = 1; + layer = 2.7 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) +"rhk" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/fiberbush) +"rie" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/darkyellow2, +/area/fiorina/lz/near_lzI) +"riL" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/research_cells) +"riU" = ( +/obj/structure/bed/chair/comfy, +/turf/open/floor/prison/blue, +/area/fiorina/station/civres_blue) "rja" = ( /turf/closed/wall/prison, /area/fiorina/station/civres_blue) "rjj" = ( -/obj/structure/machinery/disposal, -/obj/item/tool/kitchen/rollingpin{ - pixel_y = 8 - }, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +/obj/structure/bed/chair/office/dark{ + dir = 4; + layer = 3.25 }, -/turf/open/floor/prison/kitchen/southwest, -/area/fiorina/station/civres_blue) -"rjk" = ( -/obj/effect/spawner/random/toolbox, -/turf/open/floor/prison/darkbrown2/east, -/area/fiorina/tumor/aux_engi) +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) "rjx" = ( -/obj/item/shard{ - icon_state = "medium" - }, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) +/obj/structure/largecrate/random/barrel/blue, +/turf/open/floor/prison/yellow/southeast, +/area/fiorina/station/disco) "rjz" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_full" @@ -22274,17 +22244,20 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"rjY" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/cameras{ - dir = 4 +"rjU" = ( +/obj/structure/barricade/sandbags{ + icon_state = "sandbag_0"; + layer = 2.97; + pixel_y = -14 }, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/oob) -"rkf" = ( -/obj/item/stool, -/turf/open/floor/prison/damaged2/southwest, -/area/fiorina/station/lowsec) +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) +"rki" = ( +/obj/structure/closet/crate/miningcar{ + name = "\improper materials storage bin" + }, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/botany) "rkB" = ( /obj/structure/platform_decoration{ dir = 4 @@ -22297,41 +22270,51 @@ /obj/structure/lattice, /turf/open/space, /area/fiorina/oob) +"rkK" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/fiberbush) "rkR" = ( /obj/item/clothing/glasses/science, /turf/open/space, /area/fiorina/oob) +"rkU" = ( +/obj/structure/machinery/vending/snack/packaged, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/civres_blue) "rld" = ( -/obj/structure/largecrate/random/case/double, -/obj/effect/decal/medical_decals{ - icon_state = "triagedecalbottom" - }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) "rle" = ( /obj/item/stack/cable_coil/green, /turf/open/floor/wood, /area/fiorina/station/chapel) -"rlS" = ( -/obj/effect/decal/cleanable/blood/splatter, +"rlp" = ( +/turf/open/floor/prison/green/east, +/area/fiorina/station/transit_hub) +"rlM" = ( +/obj/item/device/flashlight/lamp/tripod, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) +/area/fiorina/tumor/servers) +"rmc" = ( +/obj/structure/machinery/photocopier, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "rmh" = ( /obj/structure/surface/rack, /obj/item/storage/bag/trash, /turf/open/floor/plating/prison, /area/fiorina/maintenance) +"rmp" = ( +/obj/item/newspaper, +/turf/open/floor/prison/whitepurplecorner, +/area/fiorina/station/research_cells) "rmu" = ( /obj/structure/window/framed/prison/reinforced/hull, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"rmP" = ( -/turf/open/floor/prison/cell_stripe/east, -/area/fiorina/station/telecomm/lz1_tram) -"rmY" = ( -/obj/item/stack/sheet/wood, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/station/park) "rna" = ( /obj/structure/bed/chair/wood/normal{ dir = 4 @@ -22342,6 +22325,45 @@ }, /turf/open/floor/wood, /area/fiorina/station/civres_blue) +"rnf" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/prison/whitegreen/southeast, +/area/fiorina/station/medbay) +"rnJ" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + health = 300 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + pixel_y = 10 + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"rnO" = ( +/turf/open/floor/prison/yellow/northwest, +/area/fiorina/station/central_ring) +"rnV" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/prison/greenblue/east, +/area/fiorina/station/botany) +"rnW" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) +"roe" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = 13 + }, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/tumor/servers) "rol" = ( /obj/structure/monorail{ dir = 4; @@ -22349,121 +22371,122 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/transit_hub) -"rom" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/prison/cell_stripe/east, -/area/fiorina/lz/near_lzI) -"roz" = ( -/obj/structure/bed{ - icon_state = "psychbed" - }, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/tumor/servers) "roC" = ( /obj/item/tool/weldpack, /turf/open/floor/prison, /area/fiorina/station/civres_blue) +"roR" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) "rpe" = ( /obj/structure/surface/rack, /obj/item/tool/crowbar/red, /obj/item/storage/pill_bottle/inaprovaline/skillless, /turf/open/floor/prison, /area/fiorina/tumor/servers) -"rpL" = ( -/obj/structure/filingcabinet{ - pixel_x = 8; - pixel_y = 4 - }, -/obj/structure/filingcabinet{ - pixel_x = -8; - pixel_y = 4 +"rpu" = ( +/obj/structure/window/framed/prison/reinforced{ + opacity = 1 }, +/obj/structure/machinery/door/poddoor/shutters/almayer, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"rpN" = ( -/obj/structure/surface/table/reinforced/prison, +/area/fiorina/station/chapel) +"rpG" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/flashlight/lamp/candelabra{ + layer = 3.2; + pixel_x = 1; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/prison/chapel_carpet/doubleside/north, +/area/fiorina/station/chapel) +"rpT" = ( +/obj/structure/platform, +/obj/item/fuel_cell, /obj/structure/machinery/light/double/blue{ dir = 4; pixel_x = 10; + pixel_y = 13 + }, +/turf/open/floor/plating/prison, +/area/fiorina/station/lowsec) +"rqc" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; pixel_y = -3 }, +/turf/open/floor/prison/blue/west, +/area/fiorina/station/civres_blue) +"rqf" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/paper/carbon, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"rqm" = ( +/obj/item/book/manual/atmospipes, +/turf/open/floor/prison/whitepurple/northwest, +/area/fiorina/station/research_cells) +"rqu" = ( +/obj/effect/landmark/monkey_spawn, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) -"rpU" = ( -/obj/structure/largecrate/random/secure, -/turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/tumor/ice_lab) -"rqx" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/green, -/area/fiorina/station/chapel) -"rqI" = ( -/obj/structure/largecrate/random/barrel/green, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/medbay) +"rqK" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/central_ring) "rqL" = ( /obj/structure/surface/rack, /turf/open/floor/prison, /area/fiorina/lz/near_lzII) -"rqR" = ( +"rry" = ( +/obj/structure/closet/crate/trashcart, /obj/structure/machinery/light/double/blue{ dir = 8; pixel_x = -10; pixel_y = 13 }, -/turf/open/floor/prison/whitepurple/west, -/area/fiorina/station/research_cells) -"rqV" = ( -/obj/structure/monorail{ - name = "launch track" - }, -/turf/open/floor/prison/darkyellow2/north, -/area/fiorina/lz/near_lzI) -"rrg" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 - }, -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = 13 +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/chapel) +"rrY" = ( +/obj/structure/machinery/processor{ + desc = "It CAN blend it."; + icon_state = "blender_e"; + name = "Blendomatic"; + pixel_x = -2; + pixel_y = 10 }, -/turf/open/floor/prison/blue/southeast, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/kitchen/southwest, /area/fiorina/station/civres_blue) -"rrl" = ( -/obj/structure/barricade/sandbags{ - dir = 8; - icon_state = "sandbag_0" - }, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) -"rrm" = ( -/turf/open/floor/prison/yellow/east, -/area/fiorina/station/central_ring) -"rrv" = ( -/obj/item/ammo_magazine/rifle/m16{ - current_rounds = 0 - }, -/turf/open/floor/prison/yellowcorner, -/area/fiorina/station/lowsec) -"rrI" = ( -/obj/structure/sign/poster{ - icon_state = "poster18"; - pixel_y = 32 +"rsd" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/stack/sheet/plasteel/medium_stack, +/obj/item/reagent_container/food/drinks/flask/vacuumflask{ + pixel_x = 7; + pixel_y = 22 }, -/turf/open/floor/prison/bluefull, +/turf/open/floor/prison/floor_plate, /area/fiorina/station/power_ring) +"rsm" = ( +/obj/docking_port/stationary/marine_dropship/lz1{ + name = "LZ1: Hangar Landing Zone" + }, +/turf/open/floor/plating/prison, +/area/fiorina/lz/near_lzI) "rsp" = ( /obj/item/toy/crayon/purple, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"rsR" = ( -/obj/structure/inflatable, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) -"rsZ" = ( -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/disco) "rth" = ( /obj/structure/machinery/light/double/blue{ dir = 8; @@ -22472,28 +22495,25 @@ }, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) -"rtt" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/spawner/random/gun/shotgun/highchance, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/maintenance) -"rtz" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 6 - }, -/obj/structure/barricade/handrail/type_b{ - dir = 8; - layer = 3.5 +"rtj" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "lavendergrass_1" }, -/obj/effect/spawner/random/technology_scanner, /turf/open/organic/grass/astroturf, -/area/fiorina/station/park) -"rtF" = ( -/obj/structure/machinery/landinglight/ds1/delayone{ - dir = 8 +/area/fiorina/station/central_ring) +"rtB" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/reagent_dispensers/water_cooler{ + pixel_y = 11 }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/lz/near_lzI) +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) +"rtZ" = ( +/obj/structure/closet/wardrobe/orange, +/obj/item/clothing/gloves/boxing/blue, +/obj/item/clothing/gloves/boxing/blue, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) "rue" = ( /obj/structure/monorail{ dir = 10; @@ -22501,17 +22521,6 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/transit_hub) -"ruk" = ( -/obj/structure/closet/secure_closet/engineering_materials, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) -"rul" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/station_alert{ - dir = 8 - }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/tumor/ice_lab) "ruD" = ( /turf/open/floor/wood, /area/fiorina/oob) @@ -22519,6 +22528,12 @@ /obj/effect/landmark/monkey_spawn, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) +"ruI" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) "ruJ" = ( /obj/structure/disposalpipe/segment{ color = "#c4c4c4"; @@ -22530,56 +22545,57 @@ }, /turf/closed/wall/prison, /area/fiorina/tumor/servers) -"ruS" = ( -/obj/structure/bed/roller, -/obj/structure/machinery/iv_drip{ - pixel_y = 19 +"ruW" = ( +/obj/effect/spawner/random/tool, +/obj/structure/surface/rack, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) +"rvi" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/medbay) +"rvm" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"rvQ" = ( +/obj/structure/platform_decoration{ + dir = 8 }, -/obj/item/bedsheet/green, +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/splatter{ + icon_state = "gibup1" + }, +/turf/open/floor/prison/whitegreen/north, +/area/fiorina/station/medbay) +"rwo" = ( +/obj/structure/closet/secure_closet/engineering_welding, /obj/structure/machinery/light/double/blue{ dir = 4; pixel_x = 10; pixel_y = 13 }, -/turf/open/floor/prison/whitegreen/east, -/area/fiorina/station/medbay) -"rvd" = ( -/obj/structure/bed/chair, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) -"rvi" = ( -/obj/item/trash/candle, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) -"rvl" = ( -/obj/structure/largecrate/random/secure, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) -"rvq" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +/turf/open/floor/prison/darkbrown2/east, +/area/fiorina/maintenance) +"rwr" = ( +/obj/structure/platform_decoration{ + dir = 8 }, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/botany) -"rvK" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/camera, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir" }, /turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) -"rvM" = ( -/obj/structure/barricade/metal/wired{ - dir = 1 +"rws" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/clothing/accessory/armband/cargo{ + desc = "Sworn to the shrapnel and the shards therein. So sayeth her command when the first detonation occured."; + name = "HEFA Order milita armband" }, -/obj/item/bodybag/tarp/reactive, -/obj/item/bodybag/tarp/reactive, -/obj/structure/surface/rack, -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/station/telecomm/lz1_cargo) +/turf/open/floor/prison/greenfull/east, +/area/fiorina/station/chapel) "rwu" = ( /obj/structure/bed/chair{ dir = 1 @@ -22592,13 +22608,37 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"rxj" = ( -/obj/structure/toilet{ - dir = 4; - pixel_y = 8 +"rww" = ( +/obj/structure/platform_decoration{ + dir = 4 }, -/turf/open/floor/prison/whitepurple/northwest, -/area/fiorina/station/research_cells) +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/park) +"rwA" = ( +/obj/structure/surface/rack, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"rwF" = ( +/obj/item/toy/bikehorn, +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/station/park) +"rwT" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/item/stool, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/civres_blue) +"rwV" = ( +/obj/item/tool/kitchen/utensil/pspoon, +/turf/open/floor/prison/blue/east, +/area/fiorina/station/power_ring) +"rwX" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 1 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/lz/near_lzI) "rxr" = ( /obj/structure/bed/chair/office/light{ dir = 8 @@ -22609,22 +22649,12 @@ /obj/structure/curtain/open/black, /turf/open/floor/prison, /area/fiorina/maintenance) -"rxS" = ( -/turf/open/floor/prison/green/northwest, -/area/fiorina/tumor/servers) -"ryb" = ( -/obj/item/ammo_casing{ - icon_state = "casing_8" - }, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) -"ryc" = ( -/turf/open/floor/prison/chapel_carpet/doubleside/north, +"rxR" = ( +/turf/open/floor/prison/darkbrown2/southeast, +/area/fiorina/station/power_ring) +"rxV" = ( +/turf/open/floor/prison/darkbrowncorners2/west, /area/fiorina/maintenance) -"ryh" = ( -/obj/item/storage/bible/hefa, -/turf/open/floor/prison/green/southeast, -/area/fiorina/station/chapel) "rym" = ( /obj/structure/inflatable/popped/door, /turf/open/floor/plating/prison, @@ -22633,34 +22663,31 @@ /obj/structure/window/framed/prison/reinforced, /turf/open/floor/prison, /area/fiorina/station/security) -"ryE" = ( -/turf/open/floor/prison/darkbrown2/northwest, -/area/fiorina/maintenance) "ryJ" = ( /obj/structure/machinery/door/airlock/prison/horizontal{ dir = 4 }, /turf/open/floor/plating/prison, /area/fiorina/station/lowsec) +"ryR" = ( +/turf/open/floor/prison/darkyellow2/northwest, +/area/fiorina/station/telecomm/lz1_tram) +"rzf" = ( +/obj/structure/closet/crate/miningcar{ + name = "\improper materials storage bin" + }, +/obj/item/reagent_container/food/snacks/meat, +/turf/open/floor/prison/yellow, +/area/fiorina/station/lowsec) "rzt" = ( /obj/structure/window/framed/prison/reinforced/hull, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"rzF" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) -"rzL" = ( -/obj/item/trash/sosjerky, -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/station/flight_deck) -"rzP" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/clothing/accessory/armband/cargo{ - desc = "Sworn to the shrapnel and the shards therein. So sayeth her command when the first detonation occured."; - name = "HEFA Order milita armband" +"rAh" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_sn_full_cap" }, -/turf/open/floor/prison/greenfull/east, +/turf/open/floor/prison/blue/west, /area/fiorina/station/chapel) "rAk" = ( /obj/structure/stairs/perspective{ @@ -22672,10 +22699,12 @@ }, /turf/open/floor/prison, /area/fiorina/station/transit_hub) -"rAq" = ( -/obj/item/ammo_magazine/shotgun/buckshot, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/central_ring) +"rAm" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/floor/prison/chapel_carpet/doubleside/north, +/area/fiorina/station/chapel) "rAK" = ( /obj/structure/barricade/metal{ dir = 4; @@ -22688,40 +22717,6 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"rAZ" = ( -/obj/structure/prop/structure_lattice{ - dir = 4; - health = 300 - }, -/obj/structure/prop/structure_lattice{ - dir = 4; - layer = 3.1; - pixel_y = 10 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) -"rBf" = ( -/obj/structure/closet/secure_closet/freezer/fridge/groceries, -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 - }, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/tumor/civres) -"rBi" = ( -/obj/vehicle/powerloader{ - dir = 4 - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/research_cells) -"rBn" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/darkyellow2/northeast, -/area/fiorina/lz/near_lzI) "rBr" = ( /obj/item/device/flashlight/lamp/tripod, /turf/open/floor/plating/prison, @@ -22732,15 +22727,22 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) +"rBB" = ( +/obj/item/clothing/mask/cigarette/cigar/cohiba, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/prison/greenfull/east, +/area/fiorina/station/chapel) +"rBD" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/prison/whitepurple/west, +/area/fiorina/station/research_cells) "rBF" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/flight_deck) -"rBK" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) "rCq" = ( /obj/structure/largecrate/supply/supplies/flares, /turf/open/floor/plating/prison, @@ -22751,9 +22753,6 @@ }, /turf/open/floor/wood, /area/fiorina/station/lowsec) -"rCD" = ( -/turf/open/floor/prison/blue/east, -/area/fiorina/station/power_ring) "rCO" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -22762,68 +22761,65 @@ /obj/structure/platform/stair_cut, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"rDt" = ( +"rCV" = ( /obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 + dir = 4; + pixel_x = 10; + pixel_y = -3 }, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) -"rDL" = ( -/obj/structure/inflatable, -/turf/open/floor/prison/yellow/northwest, -/area/fiorina/station/lowsec) -"rDU" = ( -/obj/effect/spawner/random/tool, -/turf/open/floor/prison/whitegreencorner/east, -/area/fiorina/tumor/ice_lab) +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/tumor/civres) +"rDI" = ( +/obj/structure/machinery/sensortower, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) +"rEf" = ( +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) "rEm" = ( /obj/item/tool/weldingtool, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) "rEp" = ( -/obj/item/tool/shovel/snow, -/obj/item/device/flashlight, -/obj/structure/surface/rack, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/tumor/ice_lab) -"rEy" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" }, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/tumor/civres) +"rFh" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) +"rFI" = ( /obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/cameras{ - dir = 8 - }, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/security) -"rEF" = ( -/obj/effect/spawner/random/gun/rifle/highchance, -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/lz/near_lzI) -"rFw" = ( -/obj/item/tool/kitchen/utensil/fork, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/flight_deck) -"rFA" = ( -/obj/structure/largecrate/supply/supplies/mre, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) -"rFD" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 - }, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) +/obj/item/reagent_container/food/snacks/ricepudding, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) +"rFP" = ( +/obj/item/stack/sandbags/large_stack, +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/station/telecomm/lz1_cargo) +"rGa" = ( +/obj/item/storage/belt/marine/quackers, +/obj/effect/spawner/gibspawner/human, +/turf/open/gm/river/darkred_pool, +/area/fiorina/station/park) "rGf" = ( /turf/open/auto_turf/sand/layer1, /area/fiorina/station/disco) +"rGg" = ( +/obj/structure/largecrate/random/case, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/station/park) +"rGp" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 22 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/station/flight_deck) "rGq" = ( /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) @@ -22831,33 +22827,25 @@ /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/telecomm/lz1_tram) -"rGv" = ( +"rGu" = ( +/obj/item/stack/sheet/cardboard, +/turf/open/floor/prison/yellow/north, +/area/fiorina/station/lowsec) +"rGC" = ( /obj/structure/surface/table/reinforced/prison, -/obj/structure/sink{ - pixel_y = 32 - }, -/obj/item/tool/kitchen/knife/butcher, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/power_ring) -"rGx" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/almayer/plate, -/area/fiorina/tumor/ship) -"rGL" = ( -/obj/structure/closet{ - density = 0; - pixel_y = 18 - }, -/obj/item/stool{ - pixel_x = 4; - pixel_y = 6 - }, +/obj/item/storage/briefcase/inflatable, /turf/open/floor/prison/yellowfull, /area/fiorina/station/lowsec) -"rHb" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/maintenance) +"rHm" = ( +/obj/effect/decal{ + icon = 'icons/obj/items/policetape.dmi'; + icon_state = "engineering_v" + }, +/obj/structure/machinery/light/double/blue{ + pixel_y = -1 + }, +/turf/open/floor/prison/darkyellow2, +/area/fiorina/station/telecomm/lz1_cargo) "rHr" = ( /obj/effect/alien/weeds/node, /turf/open/floor/plating/prison, @@ -22866,28 +22854,23 @@ /obj/structure/window/framed/prison, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"rHE" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ +"rHv" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, +/turf/open/floor/prison/whitegreen, +/area/fiorina/tumor/ice_lab) +"rHP" = ( +/obj/structure/bed/chair{ dir = 8 }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) -"rHL" = ( -/obj/structure/platform{ - dir = 1 - }, -/turf/open/gm/river/red_pool, -/area/fiorina/station/park) -"rIa" = ( -/obj/structure/largecrate/supply/supplies/tables_racks, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"rIi" = ( -/obj/docking_port/stationary/marine_dropship/lz1{ - name = "LZ1: Hangar Landing Zone" +/turf/open/floor/prison/whitegreen/east, +/area/fiorina/station/medbay) +"rIl" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_sn_full_cap" }, -/turf/open/floor/plating/prison, -/area/fiorina/lz/near_lzI) +/turf/open/floor/prison/whitegreen/north, +/area/fiorina/station/central_ring) "rIC" = ( /obj/structure/stairs/perspective{ dir = 4; @@ -22912,47 +22895,40 @@ }, /turf/closed/wall/prison, /area/fiorina/station/medbay) -"rIT" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/donut_box{ - pixel_y = 6 - }, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) +"rIY" = ( +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/fiberbush) "rJh" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"rJs" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/drinks/cans/waterbottle{ - pixel_x = 8; - pixel_y = 5 - }, -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) "rJu" = ( /obj/structure/bed/chair/comfy{ dir = 4 }, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"rJv" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/prison/whitegreen/southeast, -/area/fiorina/station/medbay) "rJO" = ( /turf/open/floor/carpet, /area/fiorina/station/security/wardens) +"rJS" = ( +/obj/item/stack/sheet/wood{ + pixel_x = 1; + pixel_y = -3 + }, +/obj/item/stack/sheet/wood, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/tumor/servers) "rJT" = ( /obj/item/storage/bag/trash, /turf/open/floor/prison, /area/fiorina/station/disco) +"rJX" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/spray/cleaner, +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/plating/prison, +/area/fiorina/maintenance) "rJZ" = ( /obj/item/stack/cable_coil/green, /turf/open/floor/plating/prison, @@ -22967,18 +22943,12 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"rKm" = ( -/obj/structure/platform{ - dir = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/botany) -"rKK" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/flight_deck) +"rKc" = ( +/obj/structure/safe, +/obj/item/storage/beer_pack, +/obj/item/storage/beer_pack, +/turf/open/floor/corsat/squares, +/area/fiorina/station/medbay) "rKO" = ( /obj/structure/machinery/light/double/blue{ dir = 8; @@ -22987,20 +22957,10 @@ }, /turf/open/floor/prison, /area/fiorina/station/central_ring) -"rKQ" = ( -/obj/structure/platform{ - dir = 4 - }, -/obj/structure/barricade/handrail/type_b{ - dir = 4; - layer = 3.5 - }, -/obj/structure/morgue{ - dir = 8; - layer = 2.6 - }, -/turf/open/floor/corsat/squares, -/area/fiorina/station/medbay) +"rKV" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/station/telecomm/lz1_tram) "rKZ" = ( /obj/item/storage/toolbox/electrical, /turf/open/floor/prison, @@ -23011,74 +22971,71 @@ /obj/item/clothing/suit/storage/hazardvest, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) -"rLf" = ( -/obj/structure/platform_decoration{ - dir = 4 - }, -/turf/open/floor/prison/chapel_carpet/doubleside, -/area/fiorina/station/chapel) -"rLt" = ( -/obj/effect/decal/medical_decals{ - icon_state = "docdecal1" - }, -/turf/open/floor/prison/whitegreen/north, -/area/fiorina/station/medbay) -"rMH" = ( +"rMc" = ( /obj/structure/bed/chair/comfy{ - dir = 8 - }, -/turf/open/floor/prison/blue/northwest, -/area/fiorina/station/civres_blue) -"rMM" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/condiment/saltshaker{ - pixel_x = -5; - pixel_y = -6 - }, -/obj/item/reagent_container/food/condiment/peppermill{ - pixel_x = -5; - pixel_y = -11 + dir = 4 }, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/civres_blue) +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) +"rMv" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) +"rMx" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/prison/whitepurple/northwest, +/area/fiorina/station/research_cells) "rMP" = ( /obj/structure/barricade/metal/wired{ dir = 1 }, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"rNk" = ( +"rNe" = ( +/obj/item/device/flashlight/lamp/tripod, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/yellow, +/area/fiorina/station/lowsec) +"rNh" = ( /obj/structure/platform{ - dir = 1 + dir = 4 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) +/area/fiorina/station/disco) "rNp" = ( /obj/item/reagent_container/glass/bucket/mopbucket, /obj/item/tool/mop, /turf/open/floor/prison, /area/fiorina/station/medbay) -"rNC" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/item/reagent_container/food/snacks/meat/human, -/obj/item/reagent_container/food/snacks/meat/human, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/kitchen/southwest, -/area/fiorina/station/civres_blue) -"rNQ" = ( -/obj/structure/barricade/wooden{ - dir = 8 +"rNA" = ( +/obj/structure/reagent_dispensers/water_cooler{ + density = 0; + pixel_x = -11; + pixel_y = 13 }, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) +"rNE" = ( +/obj/item/weapon/twohanded/spear, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/research_cells) "rOa" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/prison, /area/fiorina/station/telecomm/lz1_tram) "rOh" = ( -/obj/structure/bed/roller, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) +/obj/item/reagent_container/blood, +/turf/open/floor/prison/greenbluecorner/east, +/area/fiorina/station/botany) +"rOk" = ( +/obj/structure/machinery/vending/snack/packaged, +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = -3 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/civres_blue) "rOm" = ( /obj/structure/platform_decoration{ dir = 4 @@ -23097,9 +23054,15 @@ /obj/effect/spawner/random/sentry/midchance, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"rOF" = ( -/turf/open/floor/prison/damaged2, -/area/fiorina/station/central_ring) +"rOv" = ( +/obj/structure/closet/wardrobe/orange, +/obj/item/clothing/under/color/orange, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) +"rOD" = ( +/obj/item/stack/sheet/wood, +/turf/open/floor/prison/darkbrown2, +/area/fiorina/station/park) "rOI" = ( /obj/structure/flora/bush/ausbushes/ausbush{ desc = "Fiberbush(tm) infestations have been the leading cause in asbestos related deaths in spacecraft for 3 years in a row now."; @@ -23108,11 +23071,13 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"rON" = ( -/obj/structure/inflatable/popped/door, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/whitegreen, -/area/fiorina/station/medbay) +"rOM" = ( +/turf/open/floor/prison/greenblue/northeast, +/area/fiorina/station/botany) +"rPv" = ( +/obj/structure/window/framed/prison, +/turf/open/floor/prison/blue_plate/north, +/area/fiorina/station/botany) "rPI" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/drinks/cans/souto/cherry{ @@ -23140,9 +23105,10 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"rPJ" = ( -/turf/open/floor/prison/yellow/northeast, -/area/fiorina/station/lowsec) +"rPR" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/chapel) "rPS" = ( /obj/item/device/flashlight/lamp/tripod, /turf/open/floor/plating/prison, @@ -23153,39 +23119,29 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"rQb" = ( -/turf/open/floor/prison/panelscorched, -/area/fiorina/tumor/civres) -"rQi" = ( -/obj/effect/decal/cleanable/blood{ - dir = 4; - icon_state = "gib6" - }, -/obj/effect/spawner/random/gun/rifle, -/turf/open/floor/prison/darkyellow2/east, -/area/fiorina/station/telecomm/lz1_cargo) -"rQA" = ( -/obj/structure/machinery/computer/atmos_alert, +"rQB" = ( /obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/floor_plate, +/obj/item/device/flashlight/lamp, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/disco) +"rQV" = ( +/obj/effect/alien/weeds/node, +/turf/open/organic/grass/astroturf, /area/fiorina/tumor/fiberbush) -"rQQ" = ( -/obj/item/toy/bikehorn, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/station/park) -"rRm" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/prison/whitegreen/east, -/area/fiorina/tumor/ice_lab) -"rRo" = ( -/obj/structure/machinery/shower{ - pixel_y = 13 - }, -/obj/structure/machinery/shower{ - dir = 4 +"rRt" = ( +/obj/structure/bed/chair{ + dir = 1 }, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/research_cells) +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) +"rRu" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/smg/nailgun, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/maintenance) +"rRD" = ( +/turf/open/floor/prison/cell_stripe/west, +/area/fiorina/station/power_ring) "rRO" = ( /obj/item/ammo_magazine/rifle/m16{ current_rounds = 0 @@ -23196,6 +23152,17 @@ }, /turf/open/floor/prison, /area/fiorina/station/security) +"rRU" = ( +/obj/structure/reagent_dispensers/fueltank/gas/hydrogen{ + layer = 2.6 + }, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/floor_plate, +/area/fiorina/lz/near_lzII) +"rSf" = ( +/obj/item/stool, +/turf/open/floor/prison/cell_stripe/north, +/area/fiorina/station/flight_deck) "rSr" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ dir = 1; @@ -23204,10 +23171,16 @@ /turf/open/floor/plating/prison, /area/fiorina/station/research_cells) "rSv" = ( -/obj/item/weapon/gun/rifle/m16, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/damaged3, -/area/fiorina/station/security) +/turf/open/floor/prison/darkyellowcorners2/north, +/area/fiorina/station/telecomm/lz1_cargo) +"rST" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 + }, +/turf/open/floor/prison/sterile_white, +/area/fiorina/station/civres_blue) "rTb" = ( /obj/structure/stairs/perspective{ dir = 4; @@ -23215,13 +23188,28 @@ }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzI) -"rTe" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +"rTi" = ( +/obj/structure/barricade/handrail/type_b{ + layer = 3.4 + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"rTj" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform_decoration{ + dir = 9 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) +/area/fiorina/station/botany) +"rTE" = ( +/obj/item/stack/nanopaste, +/turf/open/floor/prison/blue/north, +/area/fiorina/station/civres_blue) "rTH" = ( /obj/structure/sign/prop1{ layer = 2.5; @@ -23236,6 +23224,18 @@ /obj/structure/platform/stair_cut/alt, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) +"rUb" = ( +/obj/structure/disposalpipe/segment{ + icon_state = "delivery_outlet"; + layer = 6; + name = "overhead ducting"; + pixel_y = 33 + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"rUh" = ( +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/station/flight_deck) "rUr" = ( /obj/structure/monorail{ dir = 4; @@ -23243,21 +23243,19 @@ }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzI) -"rUx" = ( -/obj/item/trash/used_stasis_bag{ - desc = "Wow, instant sand. They really have everything in space."; - name = "Insta-Sand! bag" - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) -"rUH" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/prison/bluecorner/east, -/area/fiorina/station/power_ring) -"rUN" = ( -/obj/structure/window/framed/prison/reinforced/hull, -/turf/open/floor/prison/redfull, -/area/fiorina/station/chapel) +"rUZ" = ( +/obj/structure/closet/bombcloset, +/obj/effect/spawner/random/gun/rifle/midchance, +/turf/open/floor/prison/darkyellow2/southeast, +/area/fiorina/station/flight_deck) +"rVn" = ( +/obj/structure/tunnel, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/central_ring) +"rVt" = ( +/obj/structure/closet/secure_closet/personal, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/telecomm/lz1_cargo) "rVy" = ( /obj/structure/stairs/perspective{ dir = 1; @@ -23265,12 +23263,6 @@ }, /turf/open/floor/prison, /area/fiorina/station/central_ring) -"rVA" = ( -/obj/structure/machinery/light/double/blue{ - pixel_y = -1 - }, -/turf/open/floor/prison/yellow, -/area/fiorina/station/disco) "rVM" = ( /obj/structure/closet/crate/miningcar, /obj/structure/barricade/wooden{ @@ -23283,47 +23275,38 @@ /obj/item/reagent_container/food/drinks/cans/beer, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"rVN" = ( -/obj/structure/closet/firecloset/full, -/turf/open/floor/prison/floor_plate, +"rVT" = ( +/obj/item/ammo_casing{ + icon_state = "casing_1" + }, +/turf/open/floor/prison/sterile_white/southwest, /area/fiorina/station/medbay) +"rWr" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/darkyellow2/southwest, +/area/fiorina/station/telecomm/lz1_tram) "rWB" = ( /obj/structure/closet/boxinggloves, /turf/open/floor/prison, /area/fiorina/station/central_ring) -"rXu" = ( -/turf/open/floor/prison/whitegreen/west, -/area/fiorina/tumor/ice_lab) -"rXB" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_sn_full_cap" - }, -/obj/structure/platform{ - dir = 8 - }, -/obj/structure/prop/souto_land/pole, -/obj/structure/prop/souto_land/pole{ - dir = 4; - pixel_y = 24 +"rWH" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"rXv" = ( +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/transit_hub) +"rXF" = ( +/obj/structure/machinery/optable{ + desc = "This maybe could be used for advanced medical procedures."; + name = "Exam Table" }, -/turf/open/floor/prison/darkbrown2/west, -/area/fiorina/station/park) -"rXZ" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -1 +/obj/item/bedsheet/ce{ + desc = "It crinkles, aggressively."; + name = "sterile wax sheet" }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/chapel) -"rYa" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) -"rYB" = ( -/obj/item/toy/deck, -/turf/open/floor/prison/whitegreenfull/southwest, +/turf/open/floor/prison/redfull, /area/fiorina/station/medbay) "rYC" = ( /obj/structure/stairs/perspective{ @@ -23332,20 +23315,6 @@ }, /turf/open/floor/prison, /area/fiorina/station/security) -"rYG" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) -"rZb" = ( -/obj/structure/flora/bush/ausbushes/grassybush{ - icon_state = "ywflowers_4" - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/central_ring) "rZh" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_ew_full_cap" @@ -23358,78 +23327,97 @@ icon_state = "stan_rightengine" }, /area/fiorina/station/power_ring) -"rZn" = ( -/obj/item/paper/prison_station/inmate_handbook, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) "rZr" = ( /obj/item/stack/sandbags_empty/half, /turf/open/floor/prison, /area/fiorina/lz/near_lzII) -"rZM" = ( -/obj/structure/largecrate/supply/medicine/iv, -/turf/open/floor/prison/sterile_white/southwest, +"rZG" = ( +/obj/item/trash/c_tube, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) +"rZI" = ( +/obj/item/tool/crowbar, +/turf/open/floor/prison/whitegreen, /area/fiorina/station/medbay) +"rZL" = ( +/obj/item/ammo_casing{ + icon_state = "casing_8" + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) "rZP" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/tumor/aux_engi) -"rZY" = ( -/obj/structure/bed/chair/office/dark, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/tumor/ice_lab) -"san" = ( -/obj/item/prop/helmetgarb/riot_shield, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) -"saC" = ( -/obj/item/storage/belt/marine/quackers, -/obj/effect/spawner/gibspawner/human, -/turf/open/gm/river/darkred_pool, -/area/fiorina/station/park) +"sam" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/prison/blue_plate/east, +/area/fiorina/station/botany) "saZ" = ( -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) -"sbj" = ( -/obj/structure/bed/sofa/vert/grey/top, -/turf/open/floor/prison, -/area/fiorina/station/telecomm/lz1_tram) -"sbs" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/lz/near_lzI) +"sbd" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/device/flashlight/lamp, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/disco) -"scf" = ( -/obj/structure/bed/chair{ +/obj/structure/window/reinforced{ dir = 8 }, -/obj/structure/prop/souto_land/pole{ - dir = 1 +/obj/item/handset{ + pixel_x = -3; + pixel_y = 10 }, -/obj/structure/prop/souto_land/pole{ - dir = 8; - pixel_y = 24 +/obj/item/handset{ + pixel_x = 9; + pixel_y = -10 }, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/station/park) -"scj" = ( -/obj/structure/closet/crate/trashcart, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/chapel) -"sct" = ( -/obj/structure/closet/crate/delta{ - desc = "A crate with delta squad's symbol on it. Now how did that get here? The words 'HEFA was never real' are scrawled on it in black ink."; - name = "crate" - }, -/obj/item/ammo_box/magazine/shotgun/buckshot, +/area/fiorina/station/security) +"sbj" = ( +/obj/structure/bed/sofa/vert/grey/top, /turf/open/floor/prison, -/area/fiorina/station/medbay) -"scu" = ( -/obj/structure/toilet{ - dir = 8; - pixel_y = 8 +/area/fiorina/station/telecomm/lz1_tram) +"sbv" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) +"sbB" = ( +/obj/structure/largecrate/supply/medicine/iv, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_cargo) +"sbG" = ( +/obj/structure/inflatable, +/turf/open/floor/prison/whitepurple, +/area/fiorina/station/research_cells) +"sbU" = ( +/obj/structure/reagent_dispensers/watertank{ + layer = 2.6 }, -/turf/open/floor/prison/yellow/northeast, -/area/fiorina/station/lowsec) +/turf/open/floor/prison/floor_plate, +/area/fiorina/lz/near_lzII) +"sbX" = ( +/obj/structure/bed{ + icon_state = "abed" + }, +/turf/open/floor/prison/whitepurple/west, +/area/fiorina/station/research_cells) +"sck" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + icon_state = "bee" + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) +"sct" = ( +/obj/structure/closet/crate/delta{ + desc = "A crate with delta squad's symbol on it. Now how did that get here? The words 'HEFA was never real' are scrawled on it in black ink."; + name = "crate" + }, +/obj/item/ammo_box/magazine/shotgun/buckshot, +/turf/open/floor/prison, +/area/fiorina/station/medbay) "scM" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/telecomm/lz1_tram) @@ -23443,6 +23431,18 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/security) +"sdq" = ( +/obj/structure/platform_decoration, +/obj/structure/barricade/handrail/type_b{ + dir = 4; + layer = 3.5 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/disco) +"sdG" = ( +/obj/effect/landmark/corpsespawner/ua_riot, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) "sdK" = ( /obj/structure/surface/table/woodentable, /obj/item/device/flashlight/lamp{ @@ -23452,12 +23452,11 @@ }, /turf/open/floor/carpet, /area/fiorina/station/civres_blue) -"sdO" = ( -/obj/structure/machinery/shower{ - dir = 4 - }, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/research_cells) +"sdR" = ( +/obj/structure/closet/secure_closet/security_empty, +/obj/item/book/manual/security_space_law, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/security) "sel" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -23466,176 +23465,133 @@ /obj/structure/platform/stair_cut, /turf/open/floor/plating/prison, /area/fiorina/station/park) -"sez" = ( -/obj/effect/decal/hefa_cult_decals/d32{ - icon_state = "bee" - }, -/turf/open/floor/prison/chapel_carpet/doubleside/north, -/area/fiorina/maintenance) "seA" = ( -/obj/structure/prop/structure_lattice{ - dir = 4 - }, -/obj/structure/prop/structure_lattice{ - dir = 4; - layer = 3.1; - pixel_y = 10 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) -"seG" = ( -/obj/structure/surface/rack, +/obj/item/clothing/shoes/laceup, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) +/area/fiorina/station/civres_blue) +"seH" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, +/turf/open/floor/prison/whitegreen/southwest, +/area/fiorina/tumor/ice_lab) +"seP" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/prison/darkyellow2, +/area/fiorina/station/telecomm/lz1_cargo) "seW" = ( /turf/closed/shuttle/ert{ icon_state = "stan_r_w" }, /area/fiorina/tumor/ship) -"sfa" = ( -/obj/item/stack/rods, -/turf/open/floor/prison/chapel_carpet/doubleside/north, -/area/fiorina/station/chapel) -"sfB" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/microwave{ - pixel_y = 6 +"sfh" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = 13 }, -/turf/open/floor/prison/blue_plate/north, -/area/fiorina/station/botany) -"sfC" = ( -/obj/effect/decal/cleanable/blood/gibs, -/turf/open/floor/prison/yellow/east, -/area/fiorina/station/lowsec) -"sfU" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/lz/near_lzI) +/turf/open/floor/prison/blue/east, +/area/fiorina/station/civres_blue) +"sfH" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 6 + }, +/obj/structure/barricade/handrail/type_b{ + dir = 8; + layer = 3.5 + }, +/obj/effect/spawner/random/technology_scanner, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) "sfW" = ( /obj/structure/platform{ dir = 8 }, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"sgp" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/darkyellow2, -/area/fiorina/lz/near_lzI) +"sga" = ( +/obj/structure/closet/secure_closet/engineering_materials, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) +"sgh" = ( +/turf/open/floor/prison/platingdmg1, +/area/fiorina/tumor/aux_engi) "sgw" = ( /obj/structure/window_frame/prison, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"sgy" = ( -/obj/structure/filingcabinet, -/obj/structure/machinery/light/double/blue{ +"sgC" = ( +/obj/structure/machinery/shower{ dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/tumor/servers) -"sgM" = ( -/obj/effect/decal/medical_decals{ - icon_state = "cryomid" - }, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/whitegreen, -/area/fiorina/station/medbay) -"sgQ" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/yellow/northeast, -/area/fiorina/station/disco) -"sgY" = ( -/obj/item/stack/cable_coil, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) -"shK" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 12 + pixel_y = -1 }, -/obj/structure/largecrate/random/case/double, -/turf/open/floor/prison/whitepurple/southeast, +/turf/open/floor/prison/kitchen, /area/fiorina/station/research_cells) -"shR" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"shX" = ( -/obj/structure/bed/sofa/south/grey/left, +"sgL" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/prison/whitegreen/east, +/area/fiorina/tumor/ice_lab) +"sgM" = ( /obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 + dir = 8; + pixel_x = -10; + pixel_y = 13 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/security/wardens) -"sio" = ( -/obj/item/stack/tile/plasteel, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/ice_lab) -"sit" = ( -/obj/structure/prop/structure_lattice{ - dir = 4; - health = 300 +/area/fiorina/station/disco) +"shk" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"shA" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 8 }, -/obj/structure/prop/structure_lattice{ +/obj/structure/barricade/handrail/type_b{ dir = 4; - layer = 3.1; - pixel_y = 10 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"siu" = ( -/obj/item/storage/secure/briefcase{ - pixel_x = 9; - pixel_y = 18 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) -"sjp" = ( -/obj/structure/bed/chair/office/dark{ - dir = 8 + layer = 3.5 }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) +/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) +"shT" = ( +/turf/open/floor/prison/blue_plate/north, +/area/fiorina/station/botany) +"siR" = ( +/turf/open/floor/prison/darkpurple2/north, +/area/fiorina/tumor/servers) "sjx" = ( /obj/structure/machinery/vending/cola, /turf/open/floor/prison, /area/fiorina/station/medbay) -"sjA" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) +"sjz" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/prison/blue_plate/east, +/area/fiorina/station/botany) +"skl" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) "skM" = ( /obj/effect/landmark/nightmare{ insert_tag = "repairpanelslz" }, /turf/open/floor/prison, /area/fiorina/station/flight_deck) -"skV" = ( -/turf/open/floor/prison/greenbluecorner/east, -/area/fiorina/station/botany) "skY" = ( -/obj/structure/machinery/space_heater, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/fiberbush) -"slm" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/prison/whitegreen/east, -/area/fiorina/tumor/ice_lab) -"sls" = ( -/turf/open/floor/prison/cell_stripe/east, +/obj/structure/bed/chair, +/turf/open/floor/prison/redfull, /area/fiorina/station/security) -"slx" = ( -/obj/item/shard{ - icon_state = "medium"; - name = "ice shard" +"slD" = ( +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -5; + pixel_y = -6 }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/research_cells) +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/civres_blue) +"slK" = ( +/obj/structure/machinery/light/double/blue{ + pixel_y = -1 + }, +/turf/open/floor/prison/darkyellow2, +/area/fiorina/lz/near_lzI) "slM" = ( /obj/structure/closet/crate/trashcart, /obj/item/trash/waffles, @@ -23644,23 +23600,8 @@ /obj/item/stack/sheet/mineral/plastic, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"slU" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) -"slW" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/cell_stripe/east, -/area/fiorina/station/park) -"smp" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/greenfull/northwest, +"smk" = ( +/turf/open/floor/prison/green/northeast, /area/fiorina/station/transit_hub) "smv" = ( /obj/item/trash/used_stasis_bag{ @@ -23673,73 +23614,53 @@ /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/prison, /area/fiorina/station/central_ring) -"smG" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/skills{ - dir = 4 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"sng" = ( -/obj/structure/prop/structure_lattice{ - dir = 4 - }, -/obj/structure/prop/structure_lattice{ - dir = 4; - layer = 3.1; - pixel_y = 10 +"smE" = ( +/obj/structure/machinery/power/apc/no_power/south, +/turf/open/floor/prison, +/area/fiorina/station/flight_deck) +"smJ" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + icon_state = "2" }, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"snl" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/turf/open/floor/prison/chapel_carpet/doubleside, -/area/fiorina/station/chapel) -"snn" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 2; - name = "Residential Archives" +/area/fiorina/tumor/servers) +"smT" = ( +/obj/structure/machinery/computer/communications{ + dir = 4; + pixel_y = 5 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"sno" = ( -/turf/open/floor/prison/darkpurple2/northeast, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/greenfull/east, /area/fiorina/tumor/servers) +"smZ" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/blue_plate/west, +/area/fiorina/station/botany) "sns" = ( /obj/structure/machinery/vending/coffee, /turf/open/floor/prison, /area/fiorina/station/security) -"snR" = ( -/obj/structure/closet/secure_closet/engineering_welding, -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 - }, -/turf/open/floor/prison/darkbrown2/east, -/area/fiorina/maintenance) -"snT" = ( -/obj/structure/machinery/photocopier{ - pixel_y = 4 - }, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"snW" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/prison/darkbrown2/east, -/area/fiorina/tumor/aux_engi) +"snX" = ( +/obj/item/stack/tile/plasteel, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/flight_deck) +"sok" = ( +/obj/structure/foamed_metal, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/civres_blue) "sov" = ( /turf/closed/shuttle/ert{ icon_state = "rightengine_1"; opacity = 0 }, /area/fiorina/lz/near_lzI) -"soJ" = ( -/obj/structure/machinery/space_heater, +"sow" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/cameras{ + dir = 1 + }, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/fiberbush) +/area/fiorina/tumor/ice_lab) "soN" = ( /obj/structure/closet/cabinet, /obj/effect/spawner/random/gun/special/lowchance, @@ -23747,37 +23668,57 @@ /turf/open/floor/wood, /area/fiorina/station/civres_blue) "soS" = ( -/turf/open/floor/prison/cell_stripe/east, -/area/fiorina/station/central_ring) -"spn" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, +/obj/structure/prop/almayer/computers/mapping_computer, /turf/open/floor/prison/darkredfull2, -/area/fiorina/station/disco) -"spu" = ( -/obj/item/paper/crumpled, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"spG" = ( -/obj/item/stack/cable_coil, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/tumor/civres) -"sqj" = ( -/obj/structure/sink{ - pixel_y = 23 +/area/fiorina/station/research_cells) +"spg" = ( +/obj/structure/platform_decoration{ + dir = 1 }, -/obj/item/paper_bin{ - pixel_x = -11; - pixel_y = -5 +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/transit_hub) +"sps" = ( +/obj/item/trash/candy, +/turf/open/floor/prison/whitegreen/east, +/area/fiorina/tumor/ice_lab) +"spB" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/yellow/north, +/area/fiorina/station/lowsec) +"spJ" = ( +/obj/structure/barricade/handrail/type_b, +/turf/open/floor/prison/darkyellow2/southeast, +/area/fiorina/station/flight_deck) +"spN" = ( +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/chapel) +"spS" = ( +/obj/structure/bed/chair{ + dir = 8 }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) +/turf/open/floor/prison/greenfull/east, +/area/fiorina/tumor/civres) "sql" = ( /obj/structure/closet/bodybag, /obj/effect/decal/cleanable/blood/gibs/body, /turf/open/floor/prison, /area/fiorina/station/lowsec) +"sqo" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + health = 300 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + pixel_y = 10 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/research_cells) +"sqs" = ( +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) "sqx" = ( /obj/structure/machinery/door/poddoor/shutters/almayer{ density = 0; @@ -23789,43 +23730,60 @@ /obj/structure/extinguisher_cabinet, /turf/closed/wall/r_wall/prison, /area/fiorina/station/lowsec) -"sqE" = ( -/obj/structure/machinery/shower{ - dir = 1; - pixel_y = -1 - }, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/research_cells) -"sqN" = ( -/turf/open/floor/prison/greenfull/east, -/area/fiorina/tumor/servers) -"srf" = ( -/turf/open/floor/prison/darkyellow2/north, -/area/fiorina/lz/near_lzI) -"srx" = ( -/obj/effect/decal/medical_decals{ - icon_state = "triagedecaldir" - }, -/turf/open/floor/prison/whitegreenfull/southwest, +"sra" = ( +/obj/item/stack/rods, +/turf/open/floor/prison/whitegreen, /area/fiorina/station/medbay) -"srF" = ( -/turf/open/floor/prison/floor_marked/southwest, -/area/fiorina/station/transit_hub) "srI" = ( /obj/item/tool/crowbar/red, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"ssj" = ( -/obj/structure/machinery/landinglight/ds2/delaythree{ +"srV" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/darkyellow2/northwest, +/area/fiorina/lz/near_lzI) +"ssd" = ( +/obj/structure/platform_decoration{ dir = 4 }, +/turf/open/floor/prison/chapel_carpet/doubleside/north, +/area/fiorina/station/chapel) +"ssg" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + health = 300 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + pixel_y = 10 + }, /turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzII) +/area/fiorina/tumor/civres) "sso" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/bag/plants, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) +"ssA" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 8 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/lz/near_lzI) +"ssC" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/machinery/computer/cameras{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) "ssJ" = ( /obj/structure/lattice, /obj/structure/platform/kutjevo/smooth{ @@ -23833,41 +23791,40 @@ }, /turf/open/space, /area/fiorina/oob) -"ssN" = ( -/turf/open/floor/prison/whitegreencorner/north, -/area/fiorina/tumor/ice_lab) +"ssL" = ( +/obj/item/ammo_magazine/shotgun/buckshot, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) "ssO" = ( /obj/item/ashtray/glass, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"ssQ" = ( -/obj/structure/machinery/shower{ - pixel_y = 13 - }, -/obj/structure/machinery/shower{ - dir = 8 - }, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/lowsec) "sta" = ( /obj/structure/machinery/door/airlock/almayer/marine{ icon = 'icons/obj/structures/doors/prepdoor_charlie.dmi' }, /turf/open/floor/plating/prison, /area/fiorina/station/research_cells) -"stv" = ( -/obj/item/weapon/baton/cattleprod, -/turf/open/floor/prison/whitepurple/southwest, -/area/fiorina/station/research_cells) -"stx" = ( -/obj/item/tool/crowbar/red, +"stD" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/obj/structure/barricade/wooden, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/flight_deck) -"stz" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/trash/cigbutt, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) +/area/fiorina/station/civres_blue) +"stM" = ( +/obj/structure/barricade/metal/wired{ + dir = 1 + }, +/turf/open/floor/prison/darkyellow2, +/area/fiorina/lz/near_lzI) +"sud" = ( +/obj/item/ammo_casing{ + dir = 6; + icon_state = "casing_10_1" + }, +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/station/park) "sun" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_sn_full_cap" @@ -23881,60 +23838,56 @@ /obj/structure/dropship_equipment/fulton_system, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"suJ" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/prison/yellow/northwest, -/area/fiorina/station/lowsec) -"suL" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/obj/item/reagent_container/glass/bottle/cyanide{ - pixel_x = -12; - pixel_y = 13 - }, -/turf/open/floor/prison/yellow/southwest, -/area/fiorina/station/lowsec) -"suY" = ( -/obj/structure/machinery/recharge_station, -/turf/open/floor/prison/whitepurple/northeast, -/area/fiorina/station/research_cells) +"suN" = ( +/obj/item/stack/rods, +/turf/open/floor/corsat/squares, +/area/fiorina/station/telecomm/lz1_cargo) +"suQ" = ( +/obj/item/trash/burger, +/turf/open/floor/prison/greenfull/east, +/area/fiorina/tumor/civres) +"suV" = ( +/turf/open/floor/prison/panelscorched, +/area/fiorina/station/civres_blue) "svh" = ( /obj/structure/machinery/computer/telecomms/monitor, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) +"svj" = ( +/obj/structure/bed/chair/comfy, +/turf/open/floor/prison/yellow/southeast, +/area/fiorina/station/disco) "svo" = ( /obj/structure/grille, /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) -"svD" = ( -/obj/structure/machinery/landinglight/ds1/delayone, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/lz/near_lzI) +"svt" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/transit_hub) +"svy" = ( +/obj/structure/machinery/disposal, +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/fiberbush) "svG" = ( /obj/structure/machinery/portable_atmospherics/powered/pump, /turf/open/floor/prison, /area/fiorina/station/medbay) -"svN" = ( -/obj/item/clothing/accessory/armband/cargo{ - desc = "Sworn to the shrapnel and the shards therein. So sayeth her command when the first detonation occured."; - name = "HEFA Order milita armband" +"svR" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = 13 }, -/turf/open/floor/prison/bluecorner/east, -/area/fiorina/station/chapel) +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/fiberbush) "swg" = ( /obj/structure/platform_decoration/kutjevo, /turf/open/space, /area/fiorina/oob) -"swm" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/weapon/gun/energy/taser, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) "sws" = ( /obj/structure/bed/chair/comfy{ dir = 4 @@ -23945,34 +23898,14 @@ }, /turf/open/floor/prison, /area/fiorina/station/telecomm/lz1_tram) -"swA" = ( -/obj/structure/prop/souto_land/pole{ - dir = 1 - }, -/obj/structure/prop/souto_land/pole{ - dir = 8; - pixel_y = 24 - }, -/turf/open/floor/prison/darkbrown2/east, -/area/fiorina/station/park) -"sxn" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/recharger{ - pixel_y = 4 - }, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/security) -"sxt" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/reagent_dispensers/water_cooler/stacks{ - pixel_y = 11 +"swU" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"sxX" = ( -/obj/structure/barricade/metal/wired, -/turf/open/floor/prison/darkyellow2/north, -/area/fiorina/lz/near_lzI) +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) "syF" = ( /obj/structure/machinery/microwave{ desc = "So uh yeah, about that cat..."; @@ -23982,52 +23915,41 @@ /obj/structure/surface/table/reinforced/prison, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) +"syN" = ( +/obj/item/ammo_casing{ + dir = 8; + icon_state = "cartridge_2" + }, +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/station/flight_deck) "syV" = ( /obj/structure/sign/safety/fridge, /turf/closed/wall/prison, /area/fiorina/station/power_ring) -"szD" = ( -/turf/open/floor/prison/cell_stripe/west, -/area/fiorina/station/power_ring) -"szF" = ( -/obj/structure/machinery/door/airlock/multi_tile/elevator/freight, -/turf/open/floor/corsat/plate, -/area/fiorina/station/civres_blue) +"syZ" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_cargo) "szK" = ( /obj/structure/largecrate/random/case/small, /turf/open/floor/wood, /area/fiorina/station/park) -"szS" = ( -/obj/structure/platform_decoration{ - dir = 8 - }, -/turf/open/floor/prison/darkbrown2/east, -/area/fiorina/station/park) -"sAg" = ( -/obj/structure/bed/sofa/south/grey/right, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) -"sAy" = ( -/obj/item/storage/box/flashbangs, -/obj/structure/surface/table/reinforced/prison, +"szP" = ( +/obj/structure/machinery/computer/crew, /turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) -"sAA" = ( -/obj/item/storage/pill_bottle/spaceacillin/skillless, -/turf/open/floor/prison/whitepurple/northeast, -/area/fiorina/station/research_cells) -"sBc" = ( -/obj/structure/closet/secure_closet/medical2, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) -"sBt" = ( -/obj/structure/bed/chair, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) -"sBu" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, -/turf/open/floor/prison/whitegreen, +"szW" = ( +/obj/structure/machinery/vending/security, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"sAd" = ( +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/sterile_white/southwest, /area/fiorina/tumor/ice_lab) +"sBo" = ( +/obj/structure/machinery/vending/sovietsoda, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/botany) "sBA" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ dir = 1; @@ -24035,21 +23957,48 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/chapel) -"sCn" = ( -/obj/structure/machinery/light/double/blue{ - pixel_y = -1 +"sBG" = ( +/obj/structure/closet/secure_closet/medical3, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"sBV" = ( +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/research_cells) +"sCA" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + health = 300 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + pixel_y = 10 }, -/turf/open/floor/prison/darkyellow2, -/area/fiorina/lz/near_lzI) -"sCH" = ( -/obj/structure/surface/rack, -/obj/item/storage/firstaid/fire/empty, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) -"sCM" = ( -/obj/item/paper/crumpled/bloody/csheet, /turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzII) +/area/fiorina/tumor/fiberbush) +"sCK" = ( +/obj/effect/decal/medical_decals{ + icon_state = "cryomid" + }, +/turf/open/floor/prison/whitegreen/north, +/area/fiorina/station/medbay) +"sCY" = ( +/obj/item/inflatable, +/turf/open/floor/prison/yellow/north, +/area/fiorina/station/lowsec) +"sDj" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/prison/bluecorner/east, +/area/fiorina/station/power_ring) +"sDt" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/camera, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "sDL" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ dir = 1; @@ -24057,21 +24006,27 @@ }, /turf/open/floor/plating/prison, /area/fiorina/oob) -"sEc" = ( -/obj/item/trash/popcorn, -/turf/open/floor/prison/yellow/north, -/area/fiorina/station/lowsec) -"sEm" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_sn_full_cap" +"sDT" = ( +/obj/structure/barricade/handrail/type_b{ + dir = 4; + layer = 3.5 }, -/turf/open/floor/prison/whitegreen/north, -/area/fiorina/station/central_ring) -"sEK" = ( -/obj/effect/spawner/random/tool, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) +/turf/open/organic/grass/astroturf, +/area/fiorina/station/civres_blue) +"sEy" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/ashtray/plastic, +/obj/item/trash/cigbutt/ucigbutt{ + pixel_x = 5; + pixel_y = 12 + }, +/obj/item/trash/cigbutt/ucigbutt, +/obj/item/trash/cigbutt/cigarbutt{ + pixel_x = 5; + pixel_y = 11 + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "sEO" = ( /turf/closed/wall/r_wall/prison, /area/fiorina/lz/near_lzII) @@ -24079,67 +24034,34 @@ /obj/item/tool/crowbar/red, /turf/open/floor/prison, /area/fiorina/station/security) -"sFV" = ( -/obj/structure/closet/crate/medical, -/obj/item/storage/fancy/vials/random, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"sGg" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/spawner/random/toolbox, +"sFF" = ( +/obj/item/stack/rods, /turf/open/floor/prison/floor_plate, /area/fiorina/station/power_ring) -"sGj" = ( -/obj/item/stack/sheet/metal, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/platingdmg1, -/area/fiorina/station/security) -"sGk" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) -"sGG" = ( -/obj/effect/decal/medical_decals{ - icon_state = "docstripingdir" +"sFG" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 4 }, -/obj/item/stack/rods/plasteel, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/lz/near_lzI) +"sGH" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/turf/open/floor/prison/darkbrown2/east, +/area/fiorina/tumor/aux_engi) "sGI" = ( /obj/structure/largecrate/random/case/double, /turf/open/floor/wood, /area/fiorina/station/park) -"sGU" = ( -/obj/structure/surface/rack, -/obj/item/tank/emergency_oxygen/engi, -/turf/open/floor/prison/blue/southeast, -/area/fiorina/station/power_ring) -"sGV" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/bluecorner/north, -/area/fiorina/station/chapel) -"sHe" = ( +"sHc" = ( /obj/structure/machinery/light/double/blue{ - pixel_y = -1 - }, -/obj/structure/barricade/wooden{ - dir = 8 + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/floor_plate, +/turf/open/floor/corsat/plate, /area/fiorina/station/telecomm/lz1_cargo) -"sHi" = ( -/obj/item/paper/crumpled/bloody, -/turf/open/floor/prison/chapel_carpet/doubleside, -/area/fiorina/station/chapel) "sHq" = ( -/obj/structure/pipes/unary/freezer{ - icon_state = "freezer_1" - }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"sHD" = ( -/turf/open/floor/prison/bluecorner, -/area/fiorina/station/power_ring) +/turf/open/floor/prison/platingdmg1, +/area/fiorina/station/civres_blue) "sHH" = ( /turf/open/floor/prison, /area/fiorina/station/lowsec) @@ -24152,6 +24074,10 @@ }, /turf/open/space, /area/fiorina/oob) +"sIi" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/prison/yellow/northwest, +/area/fiorina/station/disco) "sIm" = ( /obj/structure/surface/rack, /turf/open/floor/plating/prison, @@ -24167,27 +24093,6 @@ /obj/structure/extinguisher_cabinet, /turf/closed/wall/r_wall/prison, /area/fiorina/lz/near_lzI) -"sIO" = ( -/obj/structure/bed{ - icon_state = "abed" - }, -/turf/open/floor/prison/whitepurple/east, -/area/fiorina/station/research_cells) -"sJe" = ( -/obj/structure/machinery/power/apc/power/west, -/turf/open/floor/prison, -/area/fiorina/station/telecomm/lz1_tram) -"sJf" = ( -/obj/item/disk/data, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) -"sJq" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/medbay) "sJu" = ( /obj/structure/machinery/door/airlock/prison_hatch/autoname{ dir = 1 @@ -24195,67 +24100,25 @@ /turf/open/floor/plating/prison, /area/fiorina/station/medbay) "sJB" = ( -/obj/structure/machinery/door/poddoor/almayer{ - density = 0; - dir = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) +/turf/open/floor/prison/cell_stripe/north, +/area/fiorina/station/central_ring) "sJN" = ( /obj/structure/sign/prop3{ desc = "Enlist in the Penal Battalions today! The USCM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." }, /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/lz/near_lzI) -"sJP" = ( -/obj/structure/sink{ - pixel_y = 15 - }, -/obj/structure/mirror{ - pixel_y = 28 - }, -/turf/open/floor/prison/sterile_white, -/area/fiorina/station/civres_blue) -"sJS" = ( -/obj/structure/prop/almayer/computers/sensor_computer2, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/security) -"sJV" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) -"sKi" = ( -/obj/structure/barricade/metal/wired, -/turf/open/floor/prison/yellow/west, -/area/fiorina/station/lowsec) -"sKy" = ( -/obj/structure/window/framed/prison, -/turf/open/floor/prison/blue_plate/north, -/area/fiorina/station/botany) -"sKz" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/structure/machinery/cm_vending/sorted/tech/tool_storage{ - layer = 3.5 +"sKc" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 }, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 3.1; + pixel_y = 10 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"sKB" = ( -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/station/park) -"sLd" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/fiberbush) -"sLh" = ( -/obj/item/bedsheet, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/lowsec) +/area/fiorina/station/security/wardens) "sLx" = ( /obj/structure/disposalpipe/segment{ color = "#c4c4c4"; @@ -24266,11 +24129,11 @@ }, /turf/closed/wall/r_wall/prison, /area/fiorina/tumor/civres) -"sMa" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/tool/kitchen/rollingpin, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/power_ring) +"sLM" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) "sMj" = ( /obj/structure/barricade/metal/wired{ dir = 8 @@ -24278,25 +24141,29 @@ /obj/structure/largecrate/random/secure, /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) +"sMm" = ( +/obj/item/tool/screwdriver, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) +"sMy" = ( +/obj/item/device/motiondetector, +/turf/open/floor/prison/yellow/north, +/area/fiorina/station/lowsec) "sMF" = ( -/obj/structure/surface/rack, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"sNz" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 8 - }, -/obj/item/ammo_casing{ - dir = 8; - icon_state = "casing_6" +/obj/item/storage/toolbox, +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 }, -/obj/effect/spawner/random/gun/smg/midchance, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) -"sNH" = ( -/turf/open/floor/prison/darkpurple2, -/area/fiorina/tumor/servers) +/turf/open/floor/corsat/plate, +/area/fiorina/station/civres_blue) +"sMS" = ( +/turf/open/floor/prison/darkbrown2/northeast, +/area/fiorina/tumor/aux_engi) +"sNc" = ( +/turf/open/floor/prison/bluecorner, +/area/fiorina/station/power_ring) "sNK" = ( /obj/structure/machinery/light/double/blue{ dir = 8; @@ -24324,22 +24191,26 @@ /obj/structure/surface/table/reinforced/prison, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"sOm" = ( -/obj/item/stack/tile/plasteel, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/flight_deck) -"sOV" = ( -/obj/item/prop/helmetgarb/spacejam_tickets{ - desc = "Low security prisoners would smuggle in arcade tickets after visitations. The tickets act as a stand in for paper currency in the prison economy, they're backed by the cigarette standard, since one ticket nets one cigarette at the prize booth. The cigarettes also get smuggled back in."; - name = "\improper arcade tickets"; - pixel_x = 1; - pixel_y = -1 - }, +"sOv" = ( +/obj/structure/bedsheetbin, /turf/open/floor/prison/darkpurplefull2, /area/fiorina/station/research_cells) -"sPb" = ( -/turf/open/floor/prison/green/southwest, -/area/fiorina/station/chapel) +"sOz" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/darkyellow2/east, +/area/fiorina/lz/near_lzI) +"sOD" = ( +/turf/open/floor/prison/green, +/area/fiorina/station/transit_hub) +"sOI" = ( +/obj/item/trash/burger, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"sPf" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) "sPk" = ( /obj/structure/stairs/perspective{ dir = 1; @@ -24347,27 +24218,103 @@ }, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"sPN" = ( -/obj/item/circuitboard/machine/rdserver, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) -"sRl" = ( -/turf/open/floor/prison/platingdmg1, -/area/fiorina/station/chapel) -"sRF" = ( -/obj/item/clothing/under/color/orange, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) -"sRM" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/drinks/coffee, +"sPK" = ( +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/security) +"sPP" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = 13 + }, /turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) -"sSC" = ( +"sPT" = ( +/obj/structure/platform, +/turf/open/floor/prison/cell_stripe/west, +/area/fiorina/station/botany) +"sQj" = ( +/obj/item/prop/helmetgarb/spacejam_tickets{ + desc = "A ticket to Souto Man's raffle!"; + name = "\improper Souto Raffle Ticket"; + pixel_x = 7; + pixel_y = 6 + }, +/turf/open/floor/prison/darkbrown2, +/area/fiorina/station/park) +"sQs" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/storage/pill_bottle/imidazoline, +/obj/item/storage/firstaid/adv{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/storage/firstaid/adv{ + pixel_x = 9; + pixel_y = 2 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_cargo) +"sQv" = ( +/obj/structure/prop/almayer/computers/sensor_computer1, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/lz/near_lzI) +"sQx" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"sQA" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) +"sQF" = ( +/obj/structure/sink{ + pixel_y = 23 + }, +/obj/item/prop/helmetgarb/rabbitsfoot{ + pixel_y = 22 + }, +/obj/item/reagent_container/food/drinks/bottle/kahlua{ + pixel_x = 5; + pixel_y = 25 + }, /turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/tumor/ice_lab) +/area/fiorina/station/medbay) +"sQV" = ( +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/station/flight_deck) +"sRa" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/flashlight/lamp/candelabra{ + layer = 3.2; + pixel_x = 1; + pixel_y = 13 + }, +/turf/open/floor/prison/chapel_carpet/doubleside, +/area/fiorina/station/chapel) +"sRl" = ( +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) +"sRn" = ( +/obj/item/stack/sheet/wood, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) +"sRt" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) +"sRB" = ( +/obj/item/tool/kitchen/rollingpin, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/power_ring) +"sSe" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/disco) "sSY" = ( /obj/structure/disposalpipe/segment{ color = "#c4c4c4"; @@ -24379,14 +24326,16 @@ }, /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/tumor/servers) +"sSZ" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) "sTd" = ( /obj/item/device/flashlight/lamp/tripod, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzI) -"sTn" = ( -/obj/structure/machinery/vending/cola, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/fiberbush) "sTu" = ( /obj/structure/prop/invuln{ desc = "An inflated membrane. This one is puncture proof. Wow!"; @@ -24396,36 +24345,55 @@ /obj/structure/blocker/invisible_wall, /turf/open/space, /area/fiorina/station/medbay) +"sTG" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) +"sTX" = ( +/obj/structure/bed/roller, +/turf/open/floor/prison/whitegreen/east, +/area/fiorina/station/medbay) +"sUc" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/greenfull/east, +/area/fiorina/tumor/servers) "sUl" = ( /obj/structure/machinery/door/poddoor/shutters/almayer{ density = 0 }, /turf/open/floor/plating/prison, /area/fiorina/tumor/civres) -"sUI" = ( -/obj/item/clothing/suit/storage/labcoat, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/research_cells) +"sUp" = ( +/obj/structure/janitorialcart, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/station/park) +"sUw" = ( +/obj/item/ammo_magazine/m56d, +/obj/item/ammo_magazine/m56d, +/turf/open/floor/prison/cell_stripe/east, +/area/fiorina/station/central_ring) +"sUM" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/storage/bible/hefa, +/turf/open/floor/prison/greenfull/east, +/area/fiorina/station/chapel) "sVi" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) -"sVk" = ( -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/lz/near_lzI) "sVv" = ( /obj/structure/platform/kutjevo/smooth{ dir = 1 }, /turf/open/space, /area/fiorina/oob) -"sVS" = ( -/obj/structure/closet/crate/miningcar{ - name = "\improper materials storage bin" - }, -/obj/item/reagent_container/food/snacks/meat, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/botany) "sVU" = ( /obj/structure/largecrate/machine, /obj/item/reagent_container/food/drinks/cans/aspen{ @@ -24433,55 +24401,103 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"sWg" = ( -/obj/structure/closet/crate/medical, -/obj/item/clothing/gloves/latex, -/obj/item/clothing/gloves/latex, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/medbay) -"sXC" = ( -/turf/open/floor/prison/whitegreen/southwest, +"sWj" = ( +/turf/open/floor/prison/whitegreencorner, /area/fiorina/station/medbay) -"sXV" = ( -/turf/open/floor/prison/darkyellow2/southeast, -/area/fiorina/lz/near_lzI) -"sXZ" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 +"sWs" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison/whitegreen/east, +/area/fiorina/station/central_ring) +"sWy" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/secure_data{ + dir = 8 }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) +"sWK" = ( +/obj/item/trash/candle, +/turf/open/floor/prison/darkyellow2, +/area/fiorina/station/telecomm/lz1_cargo) +"sXo" = ( +/obj/structure/closet/wardrobe/orange, +/obj/item/explosive/mine/pmc, +/obj/effect/spawner/random/gun/smg, /turf/open/floor/prison/yellowfull, /area/fiorina/station/lowsec) -"sYf" = ( -/obj/structure/machinery/optable, -/turf/open/floor/corsat/squares, -/area/fiorina/station/medbay) -"sYm" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/prison/whitegreencorner/east, +"sXD" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/spawner/gibspawner/human, +/turf/open/floor/prison/darkbrown2, +/area/fiorina/station/park) +"sXQ" = ( +/obj/structure/barricade/sandbags{ + icon_state = "sandbag_0"; + pixel_y = -14 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/lz/near_lzI) +"sYf" = ( +/obj/structure/prop/almayer/computers/mission_planning_system{ + density = 0; + desc = "Its a telephone, and a computer. Woah."; + name = "\improper funny telephone booth"; + pixel_x = 2; + pixel_y = 21 + }, +/turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) "sYn" = ( /obj/structure/machinery/light/double/blue, /turf/open/floor/wood, /area/fiorina/station/security/wardens) -"sYI" = ( -/obj/structure/machinery/recharge_station, -/turf/open/floor/prison/darkbrown2/northeast, -/area/fiorina/maintenance) +"sYB" = ( +/obj/item/storage/briefcase, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/transit_hub) "sYP" = ( /obj/item/stack/sheet/metal, /turf/open/floor/plating/prison, /area/fiorina/station/security) -"sZt" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/storage/fancy/candle_box, -/turf/open/floor/prison/chapel_carpet/doubleside/north, -/area/fiorina/station/chapel) -"sZD" = ( +"sYR" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 12 + }, +/turf/open/floor/prison/whitepurple/southeast, +/area/fiorina/station/research_cells) +"sYW" = ( /obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/oob) +/obj/structure/machinery/faxmachine, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"sYX" = ( +/obj/structure/closet/bodybag, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/research_cells) +"sZa" = ( +/obj/item/weapon/baseballbat/metal, +/turf/open/floor/prison/blue/west, +/area/fiorina/station/chapel) +"sZt" = ( +/turf/open/floor/prison/whitegreen/southeast, +/area/fiorina/station/medbay) +"sZv" = ( +/obj/structure/machinery/vending/snack/packaged, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/park) +"taj" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) "tan" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/oob) @@ -24491,13 +24507,9 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"tau" = ( -/turf/open/floor/prison/green/northeast, -/area/fiorina/station/chapel) -"taA" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) +"taT" = ( +/turf/open/floor/prison/darkbrown2/northwest, +/area/fiorina/tumor/aux_engi) "taY" = ( /obj/structure/window/framed/prison/reinforced/hull, /turf/open/space/basic, @@ -24506,67 +24518,37 @@ /obj/structure/largecrate/random/secure, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"tbS" = ( -/obj/effect/landmark/queen_spawn, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/tumor/aux_engi) -"tbV" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/item/device/multitool, -/obj/item/device/multitool, -/obj/item/device/multitool, -/obj/structure/machinery/light/double/blue{ +"tci" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner, +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/darkyellow2/north, -/area/fiorina/lz/near_lzI) -"tch" = ( -/obj/structure/barricade/handrail/type_b, -/turf/open/floor/prison/darkyellow2/southeast, -/area/fiorina/station/flight_deck) -"tco" = ( -/obj/structure/platform, -/obj/structure/platform{ - dir = 8 - }, -/obj/structure/platform_decoration{ - dir = 10 + health = 25000; + layer = 2.9; + pixel_y = 17 }, -/turf/open/floor/prison/floor_plate, +/turf/open/organic/grass/astroturf, /area/fiorina/station/park) -"tcr" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_sn_full_cap" - }, -/turf/open/floor/prison/blue/west, -/area/fiorina/station/chapel) -"tcU" = ( -/turf/open/floor/prison/darkbrowncorners2/west, -/area/fiorina/maintenance) -"tdf" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" +"tcP" = ( +/obj/structure/platform, +/turf/open/floor/prison/cell_stripe/east, +/area/fiorina/station/security) +"tdC" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 }, -/turf/open/floor/prison/whitegreen/east, -/area/fiorina/station/central_ring) -"tdv" = ( -/obj/item/restraint/adjustable/cable/pink, -/turf/open/floor/prison/chapel_carpet/doubleside/north, -/area/fiorina/station/chapel) +/turf/open/floor/prison/darkyellow2/northeast, +/area/fiorina/station/flight_deck) "tdG" = ( /obj/item/storage/backpack/satchel/lockable, /turf/open/floor/prison, /area/fiorina/station/security) -"tdR" = ( -/obj/structure/barricade/sandbags{ - dir = 8; - icon_state = "sandbag_0" +"tdL" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 1 }, -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/darkyellow2, -/area/fiorina/station/telecomm/lz1_cargo) +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/lz/near_lzI) "tdZ" = ( /obj/structure/platform_decoration, /turf/open/floor/prison, @@ -24578,97 +24560,66 @@ }, /turf/open/floor/prison, /area/fiorina/station/medbay) -"tej" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/clothing/mask/cigarette, -/obj/item/storage/fancy/cigarettes/emeraldgreen{ - pixel_x = -4; - pixel_y = 9 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) "tel" = ( /turf/closed/wall/mineral/bone_resin, /area/fiorina/station/medbay) -"teu" = ( -/obj/structure/closet/crate/medical, -/obj/item/storage/pill_bottle/tramadol/skillless, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"tev" = ( -/obj/structure/largecrate/random/case/double, -/obj/structure/machinery/light/double/blue, +"tfw" = ( +/obj/item/storage/briefcase, /turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) -"tfg" = ( -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_full" - }, -/obj/structure/platform, -/turf/open/floor/prison/bright_clean_marked/southwest, -/area/fiorina/station/power_ring) "tfx" = ( /obj/structure/barricade/wooden{ dir = 8 }, /turf/open/floor/wood, /area/fiorina/station/park) -"tfB" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/briefcase/inflatable, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) +"tfC" = ( +/obj/structure/window/framed/prison/reinforced/hull, +/turf/open/floor/prison/redfull, +/area/fiorina/station/chapel) "tfP" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/tumor/fiberbush) +"tfU" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/prison/greenfull/east, +/area/fiorina/tumor/civres) "tfX" = ( /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) +"tgp" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/corsat/plate, +/area/fiorina/tumor/aux_engi) "tgB" = ( /obj/structure/barricade/wooden{ dir = 4 }, /turf/open/floor/plating/prison, /area/fiorina/station/chapel) -"tgL" = ( -/turf/open/floor/prison/sterile_white/west, -/area/fiorina/station/lowsec) -"tgU" = ( -/obj/item/stack/sheet/metal/medium_stack, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) -"tgV" = ( -/obj/effect/decal/medical_decals{ - icon_state = "docstripingdir" - }, +"tgC" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"thp" = ( +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/corsat/plate, +/area/fiorina/tumor/aux_engi) +"thu" = ( /obj/structure/bed/roller, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, /turf/open/floor/prison/sterile_white/southwest, /area/fiorina/station/medbay) -"thd" = ( -/obj/structure/bed/chair{ - dir = 4; - pixel_x = -5 - }, -/turf/open/floor/prison/whitegreen/southwest, -/area/fiorina/station/medbay) -"thh" = ( -/obj/structure/machinery/vending/walkman, -/turf/open/floor/prison/floor_plate, +"thB" = ( +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, +/turf/open/floor/prison/darkbrownfull2, /area/fiorina/tumor/aux_engi) -"thA" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 - }, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/tumor/servers) "tih" = ( /obj/item/tool/warning_cone, /obj/structure/machinery/light/double/blue{ @@ -24678,6 +24629,35 @@ }, /turf/open/floor/prison, /area/fiorina/station/telecomm/lz1_cargo) +"tis" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/handset{ + pixel_x = 6; + pixel_y = -15 + }, +/obj/item/handset{ + pixel_y = 7 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) +"tiy" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/flashlight/lamp/candelabra{ + layer = 3.2; + pixel_x = 1; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/cobweb2, +/turf/open/floor/prison/chapel_carpet/doubleside/north, +/area/fiorina/station/chapel) +"tiA" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/gun/shotgun/highchance, +/turf/open/floor/prison/darkbrown2, +/area/fiorina/maintenance) "tiW" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/trash/chunk, @@ -24687,31 +24667,15 @@ /obj/item/stack/sheet/mineral/plastic, /turf/open/floor/plating/prison, /area/fiorina/station/lowsec) -"tjp" = ( -/obj/effect/landmark{ - icon_state = "hive_spawn"; - name = "xeno_hive_spawn" - }, -/obj/effect/landmark/ert_spawns/groundside_xeno, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/tumor/aux_engi) -"tjR" = ( -/obj/item/storage/toolbox, -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 - }, -/turf/open/floor/corsat/plate, -/area/fiorina/station/civres_blue) -"tjZ" = ( +"tjt" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/book/manual/surgery, /obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/blue/east, -/area/fiorina/station/civres_blue) +/turf/open/floor/prison/redfull, +/area/fiorina/station/medbay) "tke" = ( /obj/structure/monorail{ name = "launch track" @@ -24721,48 +24685,18 @@ }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzI) -"tkg" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 9 - }, -/obj/structure/barricade/handrail/type_b{ - layer = 3.5 - }, -/obj/structure/barricade/handrail/type_b{ - dir = 4; - layer = 3.5 - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) -"tkC" = ( -/turf/open/floor/prison/cell_stripe/north, -/area/fiorina/maintenance) -"tkG" = ( -/obj/structure/machinery/vending/hydronutrients, -/turf/open/floor/prison/blue_plate/north, -/area/fiorina/station/botany) -"tkI" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/structure/machinery/cm_vending/sorted/tech/comp_storage{ - layer = 3.5 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"tkP" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/corsat/plate, -/area/fiorina/tumor/aux_engi) -"tkQ" = ( +"tkH" = ( +/obj/item/paper/crumpled, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"tkK" = ( /obj/structure/machinery/shower{ dir = 1; pixel_y = -1 }, +/obj/structure/machinery/shower{ + dir = 4 + }, /turf/open/floor/prison/kitchen, /area/fiorina/station/lowsec) "tld" = ( @@ -24771,17 +24705,6 @@ }, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"tle" = ( -/turf/open/floor/solarpanel, -/area/fiorina/oob) -"tlh" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/snacks/mre_pack/meal4{ - name = "\improper prison food"; - pixel_y = 9 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) "tlq" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/flashlight/lamp{ @@ -24798,12 +24721,6 @@ }, /turf/open/floor/almayer, /area/fiorina/tumor/ship) -"tlJ" = ( -/obj/structure/machinery/power/terminal{ - dir = 1 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) "tlQ" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/plating/prison, @@ -24815,30 +24732,12 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/telecomm/lz2_maint) -"tlX" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 9 - }, -/obj/structure/barricade/handrail/type_b{ - layer = 3.5 - }, -/obj/structure/barricade/handrail/type_b{ - dir = 4; - layer = 3.5 +"tme" = ( +/obj/structure/machinery/bot/medbot{ + name = "Dr. O" }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/civres_blue) -"tmb" = ( -/obj/item/frame/rack, -/obj/item/clothing/suit/storage/marine/veteran/ua_riot, -/obj/item/clothing/suit/storage/marine/veteran/ua_riot, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"tmk" = ( -/obj/item/trash/burger, -/obj/effect/landmark/monkey_spawn, /turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) +/area/fiorina/station/medbay) "tmx" = ( /obj/structure/bed/chair{ dir = 1 @@ -24850,9 +24749,13 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"tmF" = ( -/turf/open/floor/prison/darkyellow2/northwest, -/area/fiorina/station/telecomm/lz1_tram) +"tmC" = ( +/obj/item/storage/firstaid/toxin, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/chapel) +"tmI" = ( +/turf/open/floor/prison/darkbrowncorners2, +/area/fiorina/tumor/aux_engi) "tna" = ( /obj/structure/bed/sofa/pews{ dir = 4 @@ -24864,29 +24767,18 @@ /turf/open/floor/wood, /area/fiorina/station/chapel) "tnf" = ( -/obj/structure/inflatable/door, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/research_cells) -"tnh" = ( -/obj/item/device/flashlight/lamp/tripod, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"tnQ" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = 13 - }, -/turf/open/floor/prison/whitegreen/northwest, -/area/fiorina/station/medbay) -"tnV" = ( -/obj/item/reagent_container/food/drinks/cans/waterbottle, +/obj/structure/reagent_dispensers/water_cooler/stacks, /turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzII) +/area/fiorina/station/flight_deck) +"tnD" = ( +/turf/open/floor/corsat/squares, +/area/fiorina/station/civres_blue) +"tnW" = ( +/obj/item/frame/rack, +/obj/item/clothing/suit/storage/marine/veteran/ua_riot, +/obj/item/clothing/suit/storage/marine/veteran/ua_riot, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) "tob" = ( /obj/structure/machinery/door/airlock/almayer/generic{ dir = 2; @@ -24895,13 +24787,9 @@ /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) "toj" = ( -/obj/structure/closet/secure_closet/engineering_welding, -/turf/open/floor/prison/darkbrown2/southeast, -/area/fiorina/maintenance) -"tol" = ( -/obj/structure/platform_decoration, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/prison/yellow, +/area/fiorina/station/lowsec) "tom" = ( /obj/structure/barricade/metal/wired{ dir = 4 @@ -24912,24 +24800,30 @@ "toE" = ( /turf/open/floor/carpet, /area/fiorina/station/civres_blue) -"toH" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/card/id/guest, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) +"toG" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 8 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/prison/whitepurple/northeast, +/area/fiorina/oob) "tpa" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ req_one_access = null }, /turf/open/floor/plating/prison, /area/fiorina/station/security) -"tpK" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +"tpz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/tumor/aux_engi) +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/research_cells) +"tpN" = ( +/obj/structure/girder/reinforced, +/turf/open/floor/almayer/plating/northeast, +/area/fiorina/tumor/ship) "tpO" = ( /obj/structure/machinery/microwave{ desc = "There's two of them."; @@ -24957,24 +24851,23 @@ }, /turf/open/space/basic, /area/fiorina/oob) -"tre" = ( -/obj/structure/bed/chair{ - dir = 4; - pixel_y = 4 - }, -/turf/open/floor/prison/darkbrown2/southwest, -/area/fiorina/maintenance) +"tra" = ( +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) "trl" = ( /obj/item/trash/buritto, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"tro" = ( -/turf/open/floor/prison/redcorner, -/area/fiorina/station/power_ring) -"trJ" = ( -/obj/effect/landmark/corpsespawner/ua_riot/burst, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) +"trO" = ( +/obj/structure/girder, +/turf/open/floor/prison/yellow/north, +/area/fiorina/station/lowsec) +"trP" = ( +/obj/item/clothing/suit/chef/classic, +/obj/structure/bed/stool, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/kitchen/southwest, +/area/fiorina/station/civres_blue) "trS" = ( /obj/structure/barricade/wooden{ dir = 8 @@ -24982,6 +24875,9 @@ /obj/structure/barricade/wooden, /turf/open/floor/plating/prison, /area/fiorina/station/chapel) +"trU" = ( +/turf/open/floor/prison/floor_plate, +/area/fiorina/maintenance) "tsf" = ( /obj/structure/machinery/light/double/blue{ dir = 4; @@ -24990,24 +24886,36 @@ }, /turf/open/floor/prison, /area/fiorina/station/central_ring) -"tss" = ( -/turf/open/floor/prison/darkpurple2/southwest, -/area/fiorina/station/central_ring) -"tsJ" = ( -/obj/structure/prop/structure_lattice{ - dir = 8; - health = 300; - icon = 'icons/turf/elevator.dmi'; - icon_state = "wall_broke" - }, -/turf/open/floor/corsat/squares, -/area/fiorina/station/civres_blue) +"tsz" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/prison/floor_marked/southwest, +/area/fiorina/lz/near_lzII) +"tsD" = ( +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/tumor/aux_engi) "tsQ" = ( /obj/structure/platform_decoration{ dir = 8 }, /turf/open/floor/prison, /area/fiorina/station/park) +"tta" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 + }, +/obj/item/weapon/gun/shotgun/combat, +/obj/structure/closet/crate/trashcart, +/turf/open/floor/corsat/plate, +/area/fiorina/tumor/aux_engi) +"ttH" = ( +/obj/structure/closet/crate/miningcar{ + name = "\improper materials storage bin" + }, +/obj/item/reagent_container/food/snacks/meat, +/turf/open/floor/prison/blue_plate/east, +/area/fiorina/station/botany) "tuf" = ( /obj/item/clothing/shoes/jackboots{ name = "Awesome Guy" @@ -25044,12 +24952,6 @@ }, /turf/open/floor/prison, /area/fiorina/station/medbay) -"tuQ" = ( -/obj/structure/closet/secure_closet/freezer/kitchen, -/obj/item/reagent_container/food/condiment/enzyme, -/obj/item/reagent_container/food/condiment/enzyme, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/power_ring) "tuX" = ( /obj/structure/platform{ dir = 1 @@ -25062,6 +24964,20 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) +"tvy" = ( +/obj/item/ammo_casing{ + icon_state = "cartridge_2" + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/central_ring) +"tvD" = ( +/obj/item/stool, +/obj/structure/sign/poster{ + icon_state = "poster14"; + pixel_y = 32 + }, +/turf/open/floor/prison/yellow/north, +/area/fiorina/station/lowsec) "tvM" = ( /obj/structure/platform{ dir = 1 @@ -25087,59 +25003,107 @@ "twb" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/maintenance) -"twt" = ( -/obj/structure/barricade/sandbags{ - icon_state = "sandbag_0"; - pixel_y = -14 +"twm" = ( +/obj/structure/prop/almayer/computers/mission_planning_system{ + density = 0; + desc = "Its a telephone, and a computer. Woah."; + name = "\improper funny telephone booth"; + pixel_y = 21 }, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/flight_deck) +/obj/structure/prop/almayer/computers/mission_planning_system{ + density = 0; + desc = "Its a telephone, and a computer. Woah."; + name = "\improper funny telephone booth"; + pixel_x = 17; + pixel_y = 21 + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"twy" = ( +/obj/item/clipboard, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) "twL" = ( /obj/vehicle/train/cargo/trolley, /turf/open/floor/prison, /area/fiorina/station/transit_hub) -"txm" = ( -/turf/open/floor/prison/platingdmg1, -/area/fiorina/tumor/aux_engi) -"txP" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/turf/open/floor/prison/darkbrowncorners2/west, -/area/fiorina/station/park) -"tyc" = ( -/obj/structure/largecrate/random/secure, -/obj/structure/barricade/wooden{ - dir = 4 - }, -/turf/open/floor/prison/whitepurple/southwest, +"txl" = ( +/obj/effect/decal/cleanable/blood/gibs/robot/up, +/turf/open/organic/grass/astroturf, /area/fiorina/station/research_cells) -"tze" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/toy/deck/uno, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/botany) -"tzy" = ( -/obj/item/ammo_magazine/smg/mp5, -/obj/structure/extinguisher_cabinet{ - pixel_y = 29 +"txu" = ( +/obj/structure/barricade/metal/wired, +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/lz/near_lzI) +"txY" = ( +/obj/item/ammo_casing{ + icon_state = "casing_1" }, -/turf/open/floor/plating/prison, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/central_ring) +"tyL" = ( +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/delivery, +/area/fiorina/station/power_ring) +"tyX" = ( +/obj/effect/decal/cleanable/blood/gibs/xeno/limb, +/turf/open/floor/prison/whitegreencorner/east, +/area/fiorina/station/medbay) +"tyY" = ( +/turf/open/floor/prison/panelscorched, +/area/fiorina/tumor/servers) +"tza" = ( +/obj/item/shard{ + icon_state = "large" + }, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) +"tzf" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = -3 + }, +/turf/open/floor/prison/whitepurple/southwest, +/area/fiorina/station/research_cells) +"tzr" = ( +/obj/item/tool/wrench, +/turf/open/floor/prison/whitepurple, /area/fiorina/station/research_cells) -"tzz" = ( +"tzv" = ( /obj/structure/machinery/light/double/blue{ dir = 4; pixel_x = 10; pixel_y = -3 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"tzS" = ( -/obj/structure/machinery/landinglight/ds2/delaythree{ - dir = 8 +/area/fiorina/station/flight_deck) +"tzy" = ( +/obj/item/ammo_magazine/smg/mp5, +/obj/structure/extinguisher_cabinet{ + pixel_y = 29 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzII) +/turf/open/floor/plating/prison, +/area/fiorina/station/research_cells) +"tzP" = ( +/obj/structure/bed/chair{ + dir = 4; + pixel_x = -5 + }, +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = -3 + }, +/turf/open/floor/prison/whitegreen/west, +/area/fiorina/station/medbay) +"tzQ" = ( +/obj/item/gift, +/turf/open/floor/prison/darkbrown2, +/area/fiorina/station/park) +"tzT" = ( +/turf/open/floor/prison/yellow, +/area/fiorina/station/disco) "tAb" = ( /obj/structure/surface/rack, /obj/item/storage/backpack/general_belt{ @@ -25148,84 +25112,46 @@ /obj/item/storage/backpack/general_belt, /turf/open/floor/almayer, /area/fiorina/tumor/ship) -"tAg" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/prison/blue/west, -/area/fiorina/station/power_ring) -"tBo" = ( -/obj/structure/barricade/handrail/type_b{ - dir = 4; - layer = 3.5 +"tAv" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 1 }, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/servers) -"tBL" = ( -/obj/effect/alien/weeds/node, -/turf/open/floor/prison/whitegreen/northeast, -/area/fiorina/tumor/ice_lab) +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/lz/near_lzI) +"tAF" = ( +/obj/item/ammo_magazine/smg/mp5, +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/station/telecomm/lz1_cargo) +"tAJ" = ( +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) +"tAR" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/bluecorner/north, +/area/fiorina/station/chapel) +"tAV" = ( +/obj/item/prop/helmetgarb/gunoil, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) "tBP" = ( /obj/structure/machinery/shower{ dir = 1 }, /turf/open/floor/interior/plastic, /area/fiorina/station/research_cells) -"tCb" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/alien/weeds/node, -/turf/open/floor/prison/darkbrown2/west, -/area/fiorina/tumor/aux_engi) -"tCl" = ( -/obj/item/paper/crumpled, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"tCm" = ( -/turf/open/floor/prison/cell_stripe/east, -/area/fiorina/lz/near_lzII) -"tCn" = ( -/obj/item/trash/cigbutt/cigarbutt, -/turf/open/floor/prison/whitegreen/north, -/area/fiorina/station/medbay) -"tCK" = ( -/obj/structure/machinery/cryo_cell, -/obj/structure/pipes/standard/cap/hidden, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"tCO" = ( -/turf/open/floor/prison/green/southwest, -/area/fiorina/tumor/civres) -"tCW" = ( -/obj/effect/decal/cleanable/blood/oil, -/obj/effect/decal/medical_decals{ - icon_state = "triagedecaldir" - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"tCX" = ( -/obj/item/clothing/shoes/marine/upp/knife, -/turf/open/floor/prison, -/area/fiorina/station/lowsec) +"tCD" = ( +/turf/open/floor/prison/redcorner, +/area/fiorina/station/power_ring) "tCZ" = ( /obj/structure/platform/kutjevo/smooth{ dir = 1 }, /turf/open/floor/almayer_hull, /area/fiorina/oob) -"tDb" = ( -/obj/structure/platform{ - dir = 4 - }, -/obj/item/tool/shovel/spade, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/botany) -"tDk" = ( -/obj/structure/machinery/landinglight/ds2, -/turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzII) -"tDm" = ( -/obj/structure/largecrate/random/secure, -/turf/open/floor/prison/whitegreenfull/southwest, +"tDn" = ( +/obj/structure/largecrate/supply/medicine/iv, +/turf/open/floor/prison/sterile_white/southwest, /area/fiorina/station/medbay) "tDo" = ( /obj/structure/surface/table/reinforced/prison, @@ -25271,12 +25197,11 @@ }, /turf/open/floor/wood, /area/fiorina/station/civres_blue) -"tDR" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/botany) +"tDZ" = ( +/obj/item/trash/cigbutt/bcigbutt, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) "tEb" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -25285,33 +25210,36 @@ /turf/open/floor/plating/prison, /area/fiorina/station/flight_deck) "tEk" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/weapon/baton, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/tumor/civres) -"tEu" = ( -/obj/structure/inflatable, -/turf/open/floor/prison/yellow/west, -/area/fiorina/station/lowsec) +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/civres_blue) +"tEp" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/prison/blue/northwest, +/area/fiorina/station/power_ring) +"tEy" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/prison/whitegreen/west, +/area/fiorina/station/medbay) "tEH" = ( /obj/structure/window/framed/prison, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"tEP" = ( +"tEJ" = ( /obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 + dir = 4; + pixel_x = 10; + pixel_y = -3 }, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/disco) -"tFl" = ( -/obj/item/storage/firstaid/regular, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"tFs" = ( -/obj/structure/largecrate/random, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/station/park) +/turf/open/floor/prison/cell_stripe/east, +/area/fiorina/lz/near_lzI) +"tFn" = ( +/turf/open/floor/prison/darkyellow2/northwest, +/area/fiorina/lz/near_lzI) "tFu" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/prison, @@ -25322,9 +25250,6 @@ }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzI) -"tFR" = ( -/turf/open/floor/prison/blue/north, -/area/fiorina/station/power_ring) "tGi" = ( /obj/structure/machinery/light/double/blue{ dir = 1; @@ -25332,30 +25257,27 @@ }, /turf/open/floor/prison, /area/fiorina/station/transit_hub) -"tHj" = ( -/obj/structure/machinery/landinglight/ds1/delaytwo{ - dir = 4 - }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/lz/near_lzI) -"tHk" = ( -/obj/structure/barricade/handrail{ - dir = 8 - }, -/turf/open/organic/grass/astroturf, +"tHd" = ( +/obj/item/trash/barcardine, +/turf/open/floor/prison/whitepurple/north, /area/fiorina/station/research_cells) "tHl" = ( /obj/structure/inflatable, /turf/open/floor/plating/prison, /area/fiorina/station/lowsec) +"tHo" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/prison/yellow/southeast, +/area/fiorina/station/disco) +"tHv" = ( +/turf/open/floor/prison/red/north, +/area/fiorina/station/security) "tHw" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/station/park) -"tHD" = ( -/obj/structure/surface/rack, -/obj/item/restraint/handcuffs, -/turf/open/floor/prison/darkredfull2, +/obj/item/ammo_magazine/rifle/m16, +/obj/item/clothing/head/helmet/marine/veteran/ua_riot, +/turf/open/floor/prison/floor_plate, /area/fiorina/station/security) "tHL" = ( /obj/structure/blocker/invisible_wall, @@ -25364,6 +25286,22 @@ opacity = 0 }, /area/fiorina/station/medbay) +"tHO" = ( +/obj/structure/machinery/shower{ + pixel_y = 13 + }, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/lowsec) +"tHR" = ( +/obj/structure/bed{ + icon_state = "abed" + }, +/turf/open/floor/prison/whitepurple/northwest, +/area/fiorina/station/research_cells) "tHU" = ( /obj/structure/monorail{ dir = 5; @@ -25371,22 +25309,14 @@ }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzI) -"tIo" = ( -/obj/structure/machinery/optable{ - desc = "This maybe could be used for advanced medical procedures."; - name = "Exam Table" - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"tIN" = ( -/obj/effect/decal/medical_decals{ - icon_state = "cryotop" - }, -/obj/structure/pipes/standard/simple/visible{ - dir = 9 - }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) +"tIL" = ( +/obj/item/explosive/grenade/high_explosive/frag, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"tIT" = ( +/obj/item/ammo_box/magazine/M16, +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/lz/near_lzI) "tIU" = ( /obj/item/tool/candle, /turf/open/floor/prison/chapel_carpet, @@ -25398,13 +25328,10 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) -"tJt" = ( -/obj/structure/largecrate/random/barrel/yellow, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/station/telecomm/lz1_tram) -"tJD" = ( -/turf/open/floor/prison/green, -/area/fiorina/tumor/civres) +"tJG" = ( +/obj/structure/machinery/landinglight/ds2/delaythree, +/turf/open/floor/prison/floor_plate, +/area/fiorina/lz/near_lzII) "tJR" = ( /obj/structure/machinery/computer/cameras/wooden_tv{ pixel_y = 7 @@ -25412,6 +25339,24 @@ /obj/structure/surface/table/reinforced/prison, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) +"tJY" = ( +/obj/item/reagent_container/food/drinks/cans/waterbottle, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"tKd" = ( +/obj/structure/machinery/portable_atmospherics/canister/phoron, +/turf/open/floor/corsat/squares, +/area/fiorina/station/telecomm/lz1_cargo) +"tKf" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform, +/obj/structure/platform_decoration{ + dir = 10 + }, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/chapel) "tKs" = ( /obj/item/prop/helmetgarb/spacejam_tickets{ desc = "A ticket to Souto Man's raffle!"; @@ -25428,67 +25373,42 @@ /obj/structure/surface/table/woodentable/fancy, /turf/open/floor/wood, /area/fiorina/station/security/wardens) -"tKC" = ( -/obj/effect/decal{ - icon = 'icons/obj/items/policetape.dmi'; - icon_state = "engineering_h"; - layer = 2.5; - pixel_y = -11 +"tKB" = ( +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) +"tKF" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 }, -/obj/structure/barricade/metal/wired, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/flight_deck) -"tKM" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) -"tKR" = ( -/obj/effect/decal/cleanable/blood/splatter{ - icon_state = "gib2" +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = 13 }, -/turf/open/floor/prison/whitegreen, -/area/fiorina/station/medbay) -"tKY" = ( -/obj/structure/barricade/handrail/type_b{ - dir = 1 +/turf/open/floor/prison/blue/southeast, +/area/fiorina/station/civres_blue) +"tKG" = ( +/obj/item/stool, +/turf/open/floor/prison/yellow/east, +/area/fiorina/station/lowsec) +"tKJ" = ( +/obj/item/toy/handcard/uno_reverse_blue, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) +"tLs" = ( +/obj/structure/platform_decoration{ + dir = 8 }, -/obj/item/frame/rack, -/turf/open/floor/prison/yellow/southeast, -/area/fiorina/station/disco) +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) +"tLA" = ( +/obj/item/stack/rods, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "tLC" = ( /obj/structure/machinery/door/airlock/prison_hatch/autoname, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"tLE" = ( -/obj/item/trash/kepler, -/turf/open/floor/prison/whitegreen/west, -/area/fiorina/station/medbay) -"tMb" = ( -/obj/structure/closet/secure_closet/security_empty, -/obj/item/weapon/baton, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"tMj" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) -"tMk" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/turf/open/floor/prison/darkyellow2/east, -/area/fiorina/station/telecomm/lz1_tram) -"tMo" = ( -/obj/structure/prop/souto_land/pole, -/obj/structure/prop/souto_land/pole{ - dir = 4; - pixel_y = 24 - }, -/turf/open/floor/prison/darkbrown2/west, -/area/fiorina/station/park) "tMA" = ( /obj/structure/machinery/fuelcell_recycler, /turf/open/floor/prison, @@ -25497,24 +25417,25 @@ /obj/structure/machinery/disposal, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) -"tMR" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/dropper, -/obj/item/attachable/bipod, -/turf/open/floor/prison/darkyellow2/north, -/area/fiorina/lz/near_lzI) +"tNd" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/item/stool, +/obj/item/clothing/shoes/slippers_worn, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/civres_blue) +"tNe" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison/floor_marked/southwest, +/area/fiorina/station/power_ring) +"tNf" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/station/park) "tNz" = ( -/obj/item/clipboard, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) -"tNF" = ( -/obj/structure/machinery/power/apc/power/north, -/turf/open/floor/prison, -/area/fiorina/lz/near_lzII) -"tNL" = ( -/obj/structure/largecrate/supply/medicine/iv, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) +/turf/open/floor/prison/greenblue/west, +/area/fiorina/station/botany) "tNS" = ( /obj/structure/machinery/portable_atmospherics/powered/scrubber, /obj/structure/machinery/light/double/blue{ @@ -25527,116 +25448,112 @@ /obj/item/stack/sheet/wood, /turf/open/floor/plating/prison, /area/fiorina/station/park) +"tNX" = ( +/turf/open/floor/prison/floorscorched2, +/area/fiorina/station/security) +"tOa" = ( +/obj/item/clothing/accessory/armband/cargo{ + desc = "Sworn to the shrapnel and the shards therein. So sayeth her command when the first detonation occured."; + name = "HEFA Order milita armband" + }, +/turf/open/floor/prison/chapel_carpet/doubleside, +/area/fiorina/station/chapel) "tOc" = ( /turf/open/floor/wood, /area/fiorina/station/disco) +"tOh" = ( +/obj/effect/landmark/corpsespawner/prisoner, +/turf/open/gm/river/red_pool, +/area/fiorina/station/park) "tOp" = ( /obj/structure/window/framed/prison/cell, /turf/open/floor/plating/prison, /area/fiorina/station/research_cells) +"tOE" = ( +/obj/structure/prop/resin_prop{ + icon_state = "sheater0" + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) "tOG" = ( /obj/structure/surface/table/woodentable, /obj/item/storage/pill_bottle/kelotane/skillless, /turf/open/floor/carpet, /area/fiorina/station/civres_blue) -"tPb" = ( -/obj/structure/platform{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/disco) -"tPm" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/prison/greenblue/northeast, -/area/fiorina/station/botany) -"tPx" = ( -/obj/structure/barricade/metal/wired{ - dir = 1 - }, -/turf/open/floor/prison/darkyellow2, -/area/fiorina/lz/near_lzI) -"tPy" = ( -/obj/item/prop/helmetgarb/spacejam_tickets{ - desc = "A ticket to Souto Man's raffle!"; - name = "\improper Souto Raffle Ticket" +"tPc" = ( +/obj/structure/machinery/reagentgrinder/industrial{ + pixel_y = 10 }, -/turf/open/floor/prison/blue, -/area/fiorina/station/chapel) -"tPE" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/prison/greenblue/southeast, -/area/fiorina/station/botany) -"tPL" = ( -/obj/structure/bed/roller, -/turf/open/floor/prison/darkyellow2/north, -/area/fiorina/lz/near_lzI) +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/power_ring) +"tPs" = ( +/obj/item/stool, +/turf/open/floor/prison/damaged2/southwest, +/area/fiorina/station/lowsec) "tPN" = ( /obj/structure/window/framed/prison/reinforced/hull, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"tPY" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/prison/greenblue/east, -/area/fiorina/station/botany) -"tQj" = ( -/obj/item/explosive/grenade/phosphorus, -/obj/item/explosive/grenade/phosphorus, -/obj/item/explosive/grenade/phosphorus, -/obj/structure/surface/rack, -/obj/item/explosive/grenade/phosphorus, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) "tQm" = ( /obj/item/trash/boonie, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) +"tQA" = ( +/obj/item/tool/wrench, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) "tQB" = ( /obj/structure/window/framed/prison/reinforced/hull, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"tQK" = ( -/obj/effect/decal/medical_decals{ - icon_state = "cryocell1decal" - }, -/turf/open/floor/prison/whitegreen, -/area/fiorina/station/medbay) "tQM" = ( -/obj/item/storage/toolbox/electrical, -/obj/structure/surface/rack, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"tQY" = ( -/obj/structure/inflatable, -/turf/open/floor/prison/whitepurple/northeast, +/obj/structure/machinery/shower{ + dir = 1; + pixel_y = -1 + }, +/obj/structure/machinery/shower{ + dir = 4 + }, +/turf/open/floor/prison/kitchen, /area/fiorina/station/research_cells) -"tRx" = ( -/obj/structure/machinery/gibber, -/turf/open/floor/prison/blue_plate/west, -/area/fiorina/station/botany) +"tQU" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/research_cells) +"tRi" = ( +/obj/structure/surface/rack, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"tRu" = ( +/obj/item/ammo_casing{ + dir = 8; + icon_state = "casing_6" + }, +/obj/structure/barricade/metal{ + dir = 8; + health = 150; + icon_state = "metal_2" + }, +/obj/effect/spawner/random/gun/smg, +/turf/open/floor/prison/darkbrown2, +/area/fiorina/station/park) +"tRB" = ( +/obj/item/ammo_casing{ + dir = 8; + icon_state = "cartridge_2" + }, +/obj/effect/spawner/random/gun/smg, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) "tRH" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/botany) -"tRK" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/paper/janitor, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/disco) -"tSd" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/prison/darkbrowncorners2, -/area/fiorina/tumor/aux_engi) -"tSi" = ( -/obj/structure/bed/sofa/vert/grey/top, -/turf/open/floor/prison, -/area/fiorina/lz/near_lzII) -"tSu" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"tSF" = ( -/turf/open/floor/prison/whitepurple/northeast, -/area/fiorina/station/research_cells) -"tSJ" = ( +"tRI" = ( /obj/item/prop/helmetgarb/spacejam_tickets{ desc = "A ticket to Souto Man's raffle!"; name = "\improper Souto Raffle Ticket"; @@ -25645,49 +25562,79 @@ }, /turf/open/floor/prison/darkbrown2/west, /area/fiorina/station/park) -"tSR" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/yellow/northwest, -/area/fiorina/station/disco) -"tTA" = ( -/obj/structure/prop/souto_land/pole{ - dir = 1 - }, -/turf/open/floor/wood, -/area/fiorina/station/park) -"tTK" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_7" - }, -/turf/open/floor/plating/prison, -/area/fiorina/station/power_ring) -"tUs" = ( -/turf/open/floor/plating/prison, +"tRK" = ( +/obj/structure/coatrack, +/turf/open/floor/prison/bluefull, /area/fiorina/station/power_ring) -"tUz" = ( -/obj/structure/bed/chair{ +"tRW" = ( +/obj/structure/barricade/plasteel{ dir = 4 }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/research_cells) +/turf/open/floor/almayer/plating/northeast, +/area/fiorina/tumor/ship) +"tRY" = ( +/obj/structure/bed{ + icon_state = "abed" + }, +/turf/open/floor/prison/yellow/southwest, +/area/fiorina/station/lowsec) +"tSi" = ( +/obj/structure/bed/sofa/vert/grey/top, +/turf/open/floor/prison, +/area/fiorina/lz/near_lzII) +"tSw" = ( +/obj/structure/machinery/vending/cigarette, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/transit_hub) +"tSx" = ( +/turf/open/organic/grass/astroturf, +/area/fiorina/station/research_cells) +"tSC" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) +"tTf" = ( +/turf/open/floor/prison/redcorner/north, +/area/fiorina/station/security) +"tTA" = ( +/obj/structure/prop/souto_land/pole{ + dir = 1 + }, +/turf/open/floor/wood, +/area/fiorina/station/park) +"tTE" = ( +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/station/park) +"tTJ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/box/cups{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/storage/box/cups, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) +"tTK" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_7" + }, +/turf/open/floor/plating/prison, +/area/fiorina/station/power_ring) +"tUs" = ( +/turf/open/floor/plating/prison, +/area/fiorina/station/power_ring) +"tUC" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/prison/green/north, +/area/fiorina/station/chapel) "tUS" = ( /obj/item/explosive/grenade/high_explosive/frag, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"tUT" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/flight_deck) -"tVx" = ( -/obj/effect/decal/cleanable/blood/splatter{ - icon_state = "gibdown1" - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"tVE" = ( -/obj/structure/machinery/sensortower, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) +"tVA" = ( +/obj/item/stool, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/research_cells) "tVG" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -25696,27 +25643,33 @@ /obj/structure/platform, /turf/open/floor/prison, /area/fiorina/station/transit_hub) -"tVU" = ( -/turf/open/floor/prison/blue/east, -/area/fiorina/station/chapel) +"tVS" = ( +/obj/structure/platform_decoration, +/turf/open/floor/prison/blue/southeast, +/area/fiorina/station/power_ring) "tVV" = ( /obj/effect/landmark/corpsespawner/ua_riot, /turf/open/floor/plating/prison, /area/fiorina/station/lowsec) -"tWr" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 +"tVW" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/yellow/southwest, +/area/fiorina/station/disco) +"tWd" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = null }, +/obj/item/weapon/gun/smg/mp5, +/obj/item/storage/belt/marine, +/obj/item/clothing/under/marine/ua_riot, +/obj/item/clothing/suit/storage/marine/veteran/ua_riot, +/obj/item/prop/helmetgarb/riot_shield, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"tWv" = ( +/obj/structure/closet/emcloset, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) -"tWG" = ( -/obj/structure/machinery/landinglight/ds1{ - dir = 8 - }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/lz/near_lzI) +/area/fiorina/tumor/ice_lab) "tWI" = ( /obj/structure/platform/kutjevo/smooth, /obj/structure/platform/kutjevo/smooth{ @@ -25724,38 +25677,12 @@ }, /turf/open/space, /area/fiorina/oob) -"tWV" = ( -/obj/structure/holohoop{ - dir = 1 - }, -/turf/open/floor/prison/yellow/north, -/area/fiorina/station/lowsec) -"tXK" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/clipboard, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"tXW" = ( -/obj/item/tool/wrench, -/turf/open/floor/prison/whitepurple/north, -/area/fiorina/station/research_cells) -"tYm" = ( -/obj/structure/bed/sofa/south/grey/left, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/transit_hub) "tYr" = ( /obj/structure/platform{ dir = 4 }, /turf/open/floor/prison, /area/fiorina/station/transit_hub) -"tYs" = ( -/obj/structure/largecrate/random/secure, -/obj/effect/decal/medical_decals{ - icon_state = "triagedecalleft" - }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) "tYw" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/tumor/civres) @@ -25765,49 +25692,101 @@ /turf/open/floor/prison, /area/fiorina/tumor/servers) "tYz" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/lz/near_lzI) +"tYQ" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison/greenblue/east, +/area/fiorina/station/botany) +"tZj" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/prop/almayer/computers/mission_planning_system{ + density = 0; + desc = "Its a telephone, and a computer. Woah."; + name = "\improper funny telephone booth"; + pixel_x = 2; + pixel_y = 21 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/disco) "tZo" = ( /obj/item/newspaper, /turf/open/floor/prison, /area/fiorina/station/security) -"tZr" = ( -/obj/structure/bed/chair/comfy, -/turf/open/floor/prison/darkyellow2/southeast, -/area/fiorina/station/flight_deck) -"tZT" = ( -/turf/open/floor/prison/blue_plate/north, -/area/fiorina/station/botany) -"uaj" = ( +"tZv" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docdecal1" + }, +/obj/item/stack/cable_coil/blue, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"tZF" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/chem_dispenser/soda, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/chapel) +/area/fiorina/station/power_ring) +"uaa" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/whitepurple, +/area/fiorina/station/research_cells) +"uaj" = ( +/obj/item/clothing/under/color/orange, +/obj/item/clothing/under/color/orange, +/obj/item/clothing/under/color/orange, +/obj/structure/surface/rack, +/turf/open/floor/prison/yellow/east, +/area/fiorina/station/lowsec) +"uao" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/maintenance) "uap" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/toy/deck, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) +"uaB" = ( +/obj/structure/barricade/handrail/type_b{ + dir = 8; + layer = 3.5 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/servers) "uaF" = ( -/obj/item/tool/scythe, -/turf/open/floor/prison/blue_plate/east, -/area/fiorina/station/botany) -"uaP" = ( -/obj/structure/barricade/metal/wired, +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 8 + }, +/obj/item/ammo_casing{ + dir = 8; + icon_state = "casing_6" + }, +/obj/effect/spawner/random/gun/smg/midchance, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) +"uaN" = ( +/obj/structure/platform, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) -"uaV" = ( -/obj/structure/machinery/power/apc/power/south, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/tumor/civres) +/area/fiorina/station/botany) "ubc" = ( /obj/structure/largecrate/random/barrel/green, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) +"ubl" = ( +/turf/open/floor/prison/whitegreen/southwest, +/area/fiorina/tumor/ice_lab) "ubn" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/trash/cigbutt, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/disco) +/obj/structure/machinery/computer/communications{ + dir = 1 + }, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/tumor/ice_lab) +"ubx" = ( +/obj/item/prop/helmetgarb/gunoil, +/turf/open/floor/prison/whitegreen/east, +/area/fiorina/station/medbay) "ubH" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -25829,13 +25808,6 @@ /obj/structure/blocker/invisible_wall, /turf/open/ice/noweed, /area/fiorina/station/research_cells) -"ubU" = ( -/obj/structure/bed/chair{ - dir = 1; - layer = 2.7 - }, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) "uch" = ( /obj/structure/platform{ dir = 4 @@ -25847,43 +25819,27 @@ icon_state = "stan25" }, /area/fiorina/station/power_ring) -"ucw" = ( -/obj/item/stack/sandbags_empty/half, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/flight_deck) +"ucM" = ( +/turf/open/floor/prison/platingdmg1, +/area/fiorina/station/security) "ucS" = ( /obj/structure/machinery/light/double/blue, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/telecomm/lz1_tram) -"ucU" = ( -/obj/item/stack/rods/plasteel, -/turf/open/floor/prison/floorscorched2, -/area/fiorina/station/security) -"udr" = ( -/obj/structure/disposalpipe/segment{ - icon_state = "delivery_outlet"; - layer = 6; - name = "overhead ducting"; - pixel_y = 33 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"udE" = ( -/obj/structure/inflatable, -/turf/open/floor/prison/yellow/southeast, -/area/fiorina/station/lowsec) -"udF" = ( -/obj/structure/surface/rack, -/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" +"udb" = ( +/turf/open/floor/prison/darkpurple2/southeast, +/area/fiorina/tumor/servers) +"udK" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"udR" = ( -/obj/structure/dropship_equipment/medevac_system, -/turf/open/floor/prison/floor_marked/southwest, -/area/fiorina/station/power_ring) +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/lz/near_lzI) +"udT" = ( +/obj/item/clothing/gloves/boxing/blue, +/turf/open/floor/prison/yellow/northwest, +/area/fiorina/station/central_ring) "udY" = ( /obj/structure/platform{ dir = 8 @@ -25897,10 +25853,6 @@ }, /turf/closed/wall/prison, /area/fiorina/station/central_ring) -"uen" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/blue, -/area/fiorina/station/power_ring) "uep" = ( /obj/effect/decal/cleanable/blood, /obj/effect/spawner/gibspawner/human, @@ -25913,27 +25865,25 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"ueq" = ( -/obj/structure/surface/table/reinforced/prison, +"ueH" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/obj/item/tool/crowbar/red, +/obj/structure/stairs/perspective{ + icon_state = "p_stair_ew_full_cap" + }, +/obj/structure/platform/stair_cut/alt, +/turf/open/floor/prison/cell_stripe/east, +/area/fiorina/station/medbay) +"ufg" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_29"; - pixel_y = 10 - }, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"ueI" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 + layer = 3.5; + pixel_y = 6 }, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/greenblue, -/area/fiorina/station/botany) -"ufa" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/ammo_box/magazine/misc/flares, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) +/turf/open/floor/prison/greenfull/east, +/area/fiorina/station/transit_hub) "ufo" = ( /obj/structure/closet/crate/miningcar{ name = "\improper materials storage bin" @@ -25941,28 +25891,42 @@ /obj/item/reagent_container/food/snacks/meat, /turf/open/floor/prison, /area/fiorina/station/lowsec) -"ugt" = ( -/obj/item/tool/wet_sign, -/turf/open/floor/almayer/plate, -/area/fiorina/tumor/ship) -"ugN" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 6 +"ufH" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) +"ufY" = ( +/obj/item/clothing/under/color/orange, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"ugb" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 }, -/obj/structure/barricade/handrail/type_b{ - dir = 8; - layer = 3.5 +/turf/open/floor/prison/yellow/southeast, +/area/fiorina/station/disco) +"ugG" = ( +/obj/structure/platform{ + dir = 1 }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/ice_lab) +"ugS" = ( +/obj/item/clothing/gloves/boxing, +/turf/open/floor/prison/yellow/southwest, +/area/fiorina/station/lowsec) "ugT" = ( /obj/effect/landmark/corpsespawner/ua_riot/burst, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"ugY" = ( -/obj/effect/alien/weeds/node, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/tumor/aux_engi) +"uha" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 22 + }, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/civres_blue) "uhb" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/drinks/sillycup{ @@ -25981,39 +25945,20 @@ /obj/structure/window_frame/prison/reinforced, /turf/open/floor/plating/prison, /area/fiorina/station/research_cells) -"uhQ" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner, -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 1; - health = 25000; - layer = 2.9; - pixel_y = 17 - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) -"uhY" = ( -/obj/item/prop/helmetgarb/spacejam_tickets{ - desc = "A ticket to Souto Man's raffle!"; - name = "\improper Souto Raffle Ticket"; - pixel_x = 7; - pixel_y = 6 - }, -/turf/open/floor/prison/blue/west, -/area/fiorina/station/chapel) -"uhZ" = ( -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/station/telecomm/lz1_tram) -"uiv" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/tumor/civres) "uix" = ( /obj/structure/bed/chair/office/dark, /turf/open/floor/prison, /area/fiorina/station/disco) +"uiJ" = ( +/obj/item/trash/used_stasis_bag{ + desc = "Wow, instant sand. They really have everything in space."; + name = "Insta-Sand! bag" + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/civres_blue) +"uiL" = ( +/turf/open/floor/prison/yellow/southwest, +/area/fiorina/station/lowsec) "uiV" = ( /obj/structure/platform{ dir = 4 @@ -26026,26 +25971,17 @@ }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzI) -"ujf" = ( -/obj/item/ammo_casing{ - icon_state = "casing_10_1" - }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"ujk" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/fancy/cigarettes/emeraldgreen, -/obj/item/tool/lighter, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"ujv" = ( -/obj/effect/decal/medical_decals{ - icon_state = "triagedecalleft" - }, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +"uiW" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ + pixel_y = 32 }, +/turf/open/floor/prison/kitchen/southwest, +/area/fiorina/tumor/civres) +"uiX" = ( +/turf/open/floor/prison/blue/east, +/area/fiorina/station/power_ring) +"ujm" = ( +/obj/structure/pipes/standard/tank/oxygen, /turf/open/floor/prison/sterile_white/southwest, /area/fiorina/station/medbay) "ujJ" = ( @@ -26055,41 +25991,60 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"ujV" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/ashtray/plastic, -/obj/item/trash/cigbutt/ucigbutt{ - pixel_x = 5; - pixel_y = 12 - }, -/obj/item/trash/cigbutt/ucigbutt, -/obj/item/trash/cigbutt/cigarbutt{ - pixel_x = 5; - pixel_y = 11 +"ukg" = ( +/obj/structure/machinery/vending/coffee, +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = 13 }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"ukE" = ( +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/fiberbush) +"ukh" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/prison/whitegreen, +/area/fiorina/tumor/ice_lab) +"uky" = ( /obj/structure/machinery/light/double/blue{ dir = 1; pixel_y = 21 }, -/turf/open/floor/prison/whitepurple/northeast, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/transit_hub) +"ukT" = ( +/obj/structure/machinery/light/small, +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/almayer/plate, +/area/fiorina/tumor/ship) +"ulF" = ( +/turf/open/floor/prison/greenblue/east, +/area/fiorina/station/botany) +"ulI" = ( +/obj/structure/surface/table/reinforced/prison{ + dir = 8; + flipped = 1 + }, +/obj/item/storage/box/ids, +/obj/item/reagent_container/food/drinks/cans/souto/grape{ + pixel_x = 14; + pixel_y = 7 + }, +/turf/open/floor/prison/darkredfull2, /area/fiorina/station/research_cells) -"ukV" = ( -/obj/item/storage/briefcase, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"ula" = ( -/turf/open/floor/prison/yellowcorner/west, -/area/fiorina/station/lowsec) -"ulu" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/prison/kitchen/southwest, -/area/fiorina/tumor/civres) -"ulC" = ( +"ulL" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/central_ring) +"ulN" = ( /turf/open/floor/prison/green/north, -/area/fiorina/station/chapel) +/area/fiorina/station/botany) +"umo" = ( +/obj/item/frame/rack, +/obj/structure/barricade/handrail/type_b{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/lowsec) "umy" = ( /obj/structure/prop/resin_prop{ dir = 4; @@ -26098,19 +26053,10 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"umz" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"umQ" = ( -/obj/item/inflatable, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/chapel) -"umR" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/prison/whitegreen/west, -/area/fiorina/tumor/ice_lab) +"umA" = ( +/obj/structure/bed/sofa/vert/grey/top, +/turf/open/floor/prison/green/north, +/area/fiorina/station/transit_hub) "umW" = ( /obj/structure/bed/sofa/pews, /turf/open/floor/wood, @@ -26119,40 +26065,59 @@ /obj/effect/spawner/random/toolbox, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) +"unm" = ( +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/prison/green/north, +/area/fiorina/station/transit_hub) "uns" = ( -/obj/structure/machinery/light/double/blue{ - pixel_y = -1 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/lz/near_lzI) -"unx" = ( -/turf/open/floor/prison/whitegreen/northwest, -/area/fiorina/tumor/ice_lab) -"uob" = ( -/obj/effect/decal/medical_decals{ - icon_state = "cryomid" - }, -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) +/obj/structure/machinery/vending/sovietsoda, +/turf/open/floor/prison/blue_plate/north, +/area/fiorina/station/botany) +"unX" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) "uod" = ( /obj/structure/largecrate/random/barrel/white, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"uoq" = ( -/obj/structure/bookcase/manuals/research_and_development{ - pixel_y = 10 +"uoi" = ( +/obj/structure/platform{ + dir = 1 }, -/turf/open/floor/prison/whitepurple/north, -/area/fiorina/station/research_cells) +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/park) +"uom" = ( +/obj/structure/platform, +/turf/open/floor/prison/cell_stripe/west, +/area/fiorina/station/security) +"uoP" = ( +/turf/open/floor/prison/platingdmg1, +/area/fiorina/tumor/servers) "upt" = ( /obj/structure/platform, /turf/open/floor/prison, /area/fiorina/tumor/ice_lab) +"upz" = ( +/obj/structure/bed/chair/comfy, +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/fiberbush) +"upA" = ( +/obj/item/storage/toolbox/mechanical/green, +/turf/open/floor/corsat/plate, +/area/fiorina/tumor/aux_engi) "upC" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/greenblue/west, -/area/fiorina/station/botany) +/obj/structure/toilet{ + dir = 4; + pixel_y = 8 + }, +/obj/effect/decal/cleanable/blood/gibs, +/turf/open/floor/prison/yellow/northwest, +/area/fiorina/station/lowsec) "upM" = ( /obj/structure/disposalpipe/broken, /turf/open/floor/plating/prison, @@ -26162,51 +26127,49 @@ /turf/closed/wall/prison, /area/fiorina/station/security/wardens) "uqm" = ( -/obj/structure/largecrate/random, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/tumor/civres) +/obj/structure/machinery/autolathe/medilathe/full, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/medbay) "uqp" = ( /obj/structure/bed/sofa/vert/grey/bot{ pixel_y = 8 }, /turf/open/floor/prison, /area/fiorina/station/telecomm/lz1_tram) -"uqR" = ( -/obj/structure/machinery/vending/cigarette/colony, +"uqs" = ( +/obj/structure/surface/rack, +/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" + }, /turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) +/area/fiorina/station/medbay) +"uqB" = ( +/obj/item/stack/rods, +/turf/open/floor/prison/yellow/northeast, +/area/fiorina/station/disco) +"uqK" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/ammo_magazine/shotgun/buckshot, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) +"ure" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/prison/blue/east, +/area/fiorina/station/power_ring) "uri" = ( /obj/structure/largecrate/supply/supplies/mre, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"urk" = ( -/obj/structure/machinery/computer/station_alert{ - dir = 4; - pixel_y = 5 - }, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) -"urm" = ( -/obj/effect/decal/cleanable/blood/gibs/xeno/down, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) "urn" = ( -/obj/structure/machinery/constructable_frame, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/damaged2/southwest, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) +"urp" = ( +/turf/open/floor/prison/yellow/north, /area/fiorina/station/lowsec) -"urC" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = 13 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/disco) "urJ" = ( /obj/structure/platform/kutjevo/smooth, /turf/open/floor/almayer_hull, @@ -26215,42 +26178,74 @@ /obj/effect/spawner/random/attachment, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"usj" = ( -/turf/open/floor/prison/darkbrown2/northeast, -/area/fiorina/station/park) -"uso" = ( -/obj/structure/bed/chair, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"usv" = ( +"usx" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo, +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/lz/near_lzI) +"usZ" = ( +/obj/item/stool, /obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = -3 + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) +/turf/open/floor/prison/bluefull, +/area/fiorina/station/civres_blue) "uts" = ( /obj/structure/surface/rack, /obj/item/storage/toolbox/mechanical/green, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"uuv" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/blue_plate, -/area/fiorina/station/botany) -"uuy" = ( +"utv" = ( +/obj/effect/decal{ + icon = 'icons/obj/items/policetape.dmi'; + icon_state = "engineering_h"; + layer = 2.5; + pixel_y = -11 + }, +/obj/structure/barricade/metal/wired, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/flight_deck) +"utw" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = 13 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) +"utN" = ( /obj/structure/machinery/light/double/blue{ pixel_y = -1 }, /turf/open/floor/prison/yellow/southwest, /area/fiorina/station/disco) -"uuE" = ( -/obj/structure/toilet{ - dir = 8 +"utO" = ( +/obj/structure/bed{ + icon_state = "abed" }, -/turf/open/floor/prison/sterile_white, -/area/fiorina/station/civres_blue) +/obj/item/toy/beach_ball/holoball, +/turf/open/floor/prison/whitepurple/southeast, +/area/fiorina/station/research_cells) +"utS" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/cameras{ + dir = 4 + }, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/research_cells) +"uuj" = ( +/obj/item/trash/uscm_mre, +/obj/effect/landmark/corpsespawner/ua_riot, +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/station/flight_deck) +"uuD" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = -3 + }, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) "uuL" = ( /obj/structure/machinery/door/poddoor/shutters/almayer{ density = 0; @@ -26258,45 +26253,51 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/security) -"uuP" = ( -/obj/structure/platform, -/obj/item/ammo_casing{ - dir = 2; - icon_state = "casing_5" - }, -/turf/open/gm/river/red_pool, -/area/fiorina/station/park) -"uuZ" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/turf/open/floor/prison/darkpurple2, -/area/fiorina/tumor/servers) +"uuN" = ( +/obj/structure/inflatable, +/turf/open/floor/prison/whitegreen/southwest, +/area/fiorina/station/medbay) +"uuS" = ( +/turf/open/floor/prison/whitegreen, +/area/fiorina/station/medbay) "uvc" = ( /obj/item/prop/helmetgarb/gunoil, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"uvl" = ( -/obj/structure/largecrate/random/case/double, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) -"uvx" = ( -/obj/structure/sink{ - pixel_y = 15 +"uvE" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "xtracks" }, -/turf/open/floor/almayer/plate, -/area/fiorina/tumor/ship) +/turf/open/floor/prison/green/north, +/area/fiorina/station/chapel) "uvM" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) +"uwc" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/surface/table/reinforced/prison, +/obj/item/clothing/gloves/latex, +/turf/open/floor/prison/redfull, +/area/fiorina/station/medbay) +"uwf" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + indestructible = 1; + name = "launch bay door" + }, +/turf/open/floor/plating/prison, +/area/fiorina/oob) "uwk" = ( /obj/structure/window/framed/prison/reinforced/hull, /turf/open/floor/plating/prison, /area/fiorina/station/research_cells) -"uwz" = ( -/turf/open/floor/prison/darkyellow2/north, -/area/fiorina/station/flight_deck) +"uwx" = ( +/obj/item/stack/sandbags/large_stack, +/turf/open/floor/prison/green/east, +/area/fiorina/tumor/civres) "uwP" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/stack/sheet/mineral/plastic, @@ -26311,53 +26312,30 @@ /obj/structure/machinery/door/airlock/prison_hatch/autoname, /turf/open/floor/plating/prison, /area/fiorina/station/security) -"uxF" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/device/flashlight/lamp/candelabra{ - layer = 3.2; - pixel_x = 1; - pixel_y = 13 - }, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/prison/chapel_carpet/doubleside/north, +"uxB" = ( +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/green/east, /area/fiorina/station/chapel) -"uxK" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"uxR" = ( -/obj/structure/surface/rack, -/obj/item/storage/firstaid/fire, -/obj/item/storage/firstaid/fire, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) "uyd" = ( /obj/item/stack/sheet/metal, /turf/open/floor/prison, /area/fiorina/station/lowsec) -"uyg" = ( -/obj/structure/machinery/vending/sovietsoda, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) "uym" = ( /obj/structure/machinery/door/airlock/prison_hatch/autoname, /turf/open/floor/plating/prison, /area/fiorina/station/disco) -"uyF" = ( -/turf/open/floor/prison/whitegreen/northeast, -/area/fiorina/station/medbay) +"uyt" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) "uyM" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"uyZ" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = 13 - }, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) +"uyU" = ( +/obj/item/reagent_container/food/drinks/bottle/sake, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) "uza" = ( /obj/effect/decal/cleanable/blood/splatter{ icon_state = "gibup1" @@ -26365,6 +26343,20 @@ /obj/item/explosive/grenade/high_explosive/frag, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) +"uzb" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) +"uzj" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/ammo_magazine/pistol/heavy{ + pixel_y = 7 + }, +/obj/item/ammo_magazine/pistol/heavy{ + pixel_y = 12 + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "uzw" = ( /obj/structure/machinery/light/double/blue, /turf/open/floor/plating/prison, @@ -26376,47 +26368,23 @@ /obj/structure/largecrate/random/secure, /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) -"uzU" = ( -/turf/open/floor/prison/blue/southwest, -/area/fiorina/tumor/servers) -"uAk" = ( -/obj/item/storage/bible/hefa, -/turf/open/floor/prison/green/north, -/area/fiorina/station/chapel) -"uAE" = ( -/obj/structure/curtain, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"uAO" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 - }, -/turf/open/floor/prison/darkyellow2/north, -/area/fiorina/station/flight_deck) -"uAR" = ( -/obj/item/tool/weldingtool{ - pixel_x = 6; - pixel_y = -2 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) -"uAT" = ( +"uAf" = ( /obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/space_heater{ - pixel_x = -1; - pixel_y = 9 +/obj/structure/machinery/computer/emails{ + pixel_y = 5 }, -/turf/open/floor/prison/blue/southwest, +/turf/open/floor/prison/bluefull, /area/fiorina/station/power_ring) -"uBg" = ( -/obj/item/ammo_casing{ - icon_state = "casing_5_1" - }, -/obj/effect/decal/medical_decals{ - icon_state = "triagedecaldir" +"uAk" = ( +/obj/effect/landmark/corpsespawner/ua_riot/burst, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) +"uAN" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + icon_state = "2" }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) +/turf/open/floor/prison/chapel_carpet/doubleside, +/area/fiorina/station/chapel) "uBq" = ( /obj/item/stack/rods, /obj/structure/disposalpipe/broken, @@ -26425,87 +26393,114 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"uBD" = ( -/obj/structure/platform{ - dir = 4 - }, +"uBt" = ( +/obj/structure/barricade/handrail/type_b, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/disco) +"uBw" = ( +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/tumor/ice_lab) +"uBQ" = ( +/obj/item/stack/sheet/metal/medium_stack, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) -"uBU" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/landmark/corpsespawner/doctor, -/turf/open/floor/prison/bluefull, /area/fiorina/station/civres_blue) -"uCc" = ( -/obj/effect/spawner/random/tool, -/turf/open/floor/prison/darkbrown2/west, -/area/fiorina/tumor/aux_engi) -"uCM" = ( -/obj/effect/landmark/static_comms/net_one, -/turf/open/floor/prison/darkyellow2/southwest, -/area/fiorina/station/telecomm/lz1_tram) -"uCN" = ( -/obj/structure/bed/chair{ - dir = 8 +"uBX" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/obj/effect/decal/cleanable/blood, -/obj/effect/spawner/gibspawner/human, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/station/park) -"uDa" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/darkyellow2/east, -/area/fiorina/lz/near_lzI) -"uDu" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/card/id/guest{ - pixel_x = -2; - pixel_y = 6 +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) +"uCp" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_full" + }, +/obj/structure/platform, +/turf/open/floor/prison/bright_clean_marked/southwest, +/area/fiorina/station/power_ring) +"uCq" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 8 }, -/obj/item/card/id/guest, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"uDy" = ( -/obj/effect/landmark/corpsespawner/ua_riot/burst, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) -"uDK" = ( -/obj/structure/machinery/shower{ - dir = 4 +/area/fiorina/lz/near_lzII) +"uCG" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = 13 }, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/lowsec) -"uDQ" = ( -/obj/structure/bed/sofa/south/grey/right, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/fiberbush) "uEj" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating/prison, /area/fiorina/station/transit_hub) -"uEn" = ( -/obj/structure/closet/wardrobe/orange, -/turf/open/floor/prison/yellowfull, +"uEG" = ( +/obj/item/ammo_casing{ + icon_state = "casing_5_1" + }, +/turf/open/floor/prison/floor_plate, /area/fiorina/station/lowsec) -"uEF" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/effect/decal/medical_decals{ - icon_state = "triagedecalleft" +"uEZ" = ( +/obj/structure/bed/chair{ + dir = 8 }, /turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"uGd" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/whitepurple, /area/fiorina/station/research_cells) +"uFf" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/cell_stripe/east, +/area/fiorina/station/medbay) +"uFu" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/stack/cable_coil/orange, +/turf/open/floor/prison/floor_plate, +/area/fiorina/maintenance) +"uFv" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/trash/plate, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"uGi" = ( +/obj/structure/barricade/sandbags{ + dir = 4; + icon_state = "sandbag_0"; + pixel_y = 2 + }, +/obj/item/storage/pouch/tools/full, +/turf/open/floor/prison/yellow/southwest, +/area/fiorina/station/disco) "uGD" = ( /obj/item/tool/kitchen/knife, /obj/structure/bed/roller, /turf/open/floor/prison, /area/fiorina/station/lowsec) +"uGK" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/cameras{ + dir = 8 + }, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) "uGM" = ( /turf/open/floor/prison, /area/fiorina/station/park) +"uGQ" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/structure/inflatable/popped, +/turf/open/floor/prison/whitegreen, +/area/fiorina/station/medbay) "uGT" = ( /obj/structure/window/framed/prison/reinforced/hull, /turf/open/floor/plating/prison, @@ -26513,10 +26508,21 @@ "uGY" = ( /turf/closed/wall/prison, /area/fiorina/station/security) -"uHR" = ( -/obj/structure/machinery/vending/dinnerware, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) +"uHb" = ( +/obj/structure/closet/crate/trashcart, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/chapel) +"uHj" = ( +/obj/item/ammo_casing{ + dir = 8; + icon_state = "cartridge_2" + }, +/turf/open/floor/prison/darkyellowcorners2/west, +/area/fiorina/station/telecomm/lz1_cargo) +"uHV" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison/darkpurple2/north, +/area/fiorina/station/central_ring) "uIa" = ( /obj/structure/platform_decoration{ dir = 8 @@ -26524,10 +26530,14 @@ /obj/effect/spawner/random/tool, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"uIj" = ( -/obj/structure/bookcase/manuals/engineering, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/tumor/civres) +"uIe" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = 13 + }, +/turf/open/floor/prison/greenblue/east, +/area/fiorina/station/botany) "uIA" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_sn_full_cap" @@ -26538,10 +26548,6 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) -"uID" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/tumor/aux_engi) "uIG" = ( /obj/structure/prop/structure_lattice{ dir = 4 @@ -26553,12 +26559,15 @@ }, /turf/open/floor/prison, /area/fiorina/tumor/civres) -"uIO" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 +"uIJ" = ( +/obj/effect/decal{ + icon = 'icons/obj/items/policetape.dmi'; + icon_state = "engineering_h"; + layer = 2.5; + pixel_y = -11 }, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/fiberbush) +/turf/open/floor/prison/darkyellow2/east, +/area/fiorina/station/telecomm/lz1_cargo) "uIS" = ( /obj/structure/window/framed/prison, /turf/open/floor/plating/prison, @@ -26571,47 +26580,31 @@ }, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"uJi" = ( -/obj/structure/barricade/wooden{ - dir = 1 +"uKt" = ( +/obj/item/stack/sheet/metal{ + amount = 5 }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"uJN" = ( -/turf/open/floor/corsat/plate, -/area/fiorina/station/civres_blue) +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/lz/near_lzI) "uKx" = ( /turf/closed/shuttle/ert, /area/fiorina/lz/near_lzI) -"uKV" = ( -/obj/structure/barricade/wooden{ - dir = 8 - }, -/obj/structure/bed/chair/wheelchair{ - desc = "Great scott, it can move on its own!"; - dir = 4; - icon_state = "officechair_white"; - name = "Dr. O's fantastic self rolling wheelie chair"; - pixel_x = 7 +"uKL" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"uKQ" = ( +/turf/open/floor/prison/green/north, +/area/fiorina/station/chapel) +"uKT" = ( +/turf/open/floor/prison/cell_stripe/north, +/area/fiorina/station/security) "uLd" = ( /obj/structure/foamed_metal, /turf/open/floor/prison, /area/fiorina/station/civres_blue) -"uLf" = ( -/obj/structure/largecrate/random, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) -"uLg" = ( -/obj/structure/platform_decoration, -/obj/item/reagent_container/food/drinks/sillycup, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/flight_deck) -"uLi" = ( -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/oob) "uLr" = ( /obj/vehicle/powerloader, /obj/structure/platform{ @@ -26627,14 +26620,9 @@ /obj/structure/machinery/computer/station_alert, /turf/open/floor/plating/prison, /area/fiorina/station/transit_hub) -"uLN" = ( -/obj/structure/barricade/handrail, -/turf/open/floor/prison/whitepurple/northwest, -/area/fiorina/station/research_cells) -"uMk" = ( -/obj/structure/tunnel/maint_tunnel, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) +"uLQ" = ( +/turf/open/floor/prison/damaged1/southwest, +/area/fiorina/station/disco) "uMq" = ( /obj/structure/machinery/light/small{ dir = 4; @@ -26647,13 +26635,46 @@ "uMw" = ( /turf/open/floor/wood, /area/fiorina/station/security/wardens) -"uNg" = ( -/obj/structure/machinery/vending/sovietsoda, -/turf/open/floor/prison/blue_plate/north, +"uMJ" = ( +/obj/effect/landmark/corpsespawner/ua_riot/burst, +/turf/open/floor/prison/darkpurple2/north, +/area/fiorina/tumor/servers) +"uMV" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/transit_hub) +"uMY" = ( +/obj/structure/closet/crate/miningcar{ + name = "\improper materials storage bin" + }, +/obj/item/reagent_container/food/snacks/meat, +/turf/open/floor/prison/greenblue/north, /area/fiorina/station/botany) +"uNn" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 4 + }, +/obj/structure/barricade/handrail/type_b{ + dir = 8; + layer = 3.5 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) +"uNI" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomleft" + }, +/turf/open/floor/prison/whitegreen/northwest, +/area/fiorina/station/medbay) "uNM" = ( /turf/closed/wall/prison, /area/fiorina/tumor/aux_engi) +"uNY" = ( +/turf/open/floor/prison/darkyellow2/southwest, +/area/fiorina/lz/near_lzI) "uOb" = ( /obj/structure/platform_decoration{ dir = 8 @@ -26661,17 +26682,57 @@ /obj/item/stack/cable_coil, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"uOB" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +"uOf" = ( +/turf/open/floor/prison/green/southwest, +/area/fiorina/station/chapel) +"uOk" = ( +/obj/structure/barricade/metal/wired{ + dir = 4 }, -/turf/open/floor/prison/yellow/north, +/obj/structure/machinery/m56d_hmg/mg_turret/dropship{ + dir = 4 + }, +/turf/open/floor/prison/cell_stripe/north, +/area/fiorina/station/central_ring) +"uOy" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/yellow/southeast, +/area/fiorina/station/disco) +"uOE" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/turf/open/floor/prison/yellow/southwest, /area/fiorina/station/lowsec) -"uPi" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/darkyellowcorners2/west, -/area/fiorina/station/telecomm/lz1_cargo) +"uOF" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/central_ring) +"uOG" = ( +/turf/open/floor/prison/floorscorched1, +/area/fiorina/tumor/aux_engi) +"uOJ" = ( +/obj/item/stock_parts/matter_bin/super, +/turf/open/floor/prison/darkpurple2, +/area/fiorina/tumor/servers) +"uPl" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/cameras{ + dir = 8 + }, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/security) +"uPt" = ( +/turf/open/floor/prison/blue, +/area/fiorina/station/civres_blue) "uPA" = ( /obj/structure/platform{ dir = 1 @@ -26684,8 +26745,28 @@ }, /turf/open/gm/river/desert/deep, /area/fiorina/lz/near_lzII) -"uPB" = ( -/turf/open/floor/prison/darkyellow2/southwest, +"uPO" = ( +/obj/structure/dropship_equipment/mg_holder, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) +"uPU" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/prison/whitegreen/north, +/area/fiorina/station/medbay) +"uPV" = ( +/obj/structure/surface/rack, +/obj/item/tool/extinguisher, +/obj/item/tool/crowbar{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/tool/crowbar, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"uQf" = ( +/turf/open/floor/prison/floor_plate, /area/fiorina/station/power_ring) "uQE" = ( /obj/item/stack/tile/plasteel{ @@ -26694,34 +26775,40 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) +"uRc" = ( +/obj/effect/landmark{ + icon_state = "hive_spawn"; + name = "xeno_hive_spawn" + }, +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) +"uRv" = ( +/obj/structure/prop/almayer/computers/sensor_computer2, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) +"uRA" = ( +/turf/open/floor/prison/darkyellow2, +/area/fiorina/lz/near_lzI) "uRK" = ( /obj/structure/platform{ dir = 8 }, /turf/open/floor/prison, /area/fiorina/station/park) -"uRT" = ( -/turf/open/floor/prison/chapel_carpet/doubleside, -/area/fiorina/station/chapel) -"uSk" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"uSu" = ( -/obj/effect/decal/cleanable/blood/oil, -/obj/structure/machinery/landinglight/ds1/delaytwo{ - dir = 1 - }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/lz/near_lzI) +"uSn" = ( +/turf/open/floor/prison/blue/northeast, +/area/fiorina/station/civres_blue) "uSA" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/transit_hub) -"uSC" = ( -/turf/open/floor/prison/chapel_carpet/doubleside/north, +"uSP" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 + }, +/turf/open/floor/prison/floor_plate, /area/fiorina/station/chapel) "uSQ" = ( /obj/structure/reagent_dispensers/watertank{ @@ -26729,6 +26816,10 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/lz/near_lzII) +"uSR" = ( +/obj/structure/pipes/standard/manifold/visible, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) "uSY" = ( /obj/structure/platform{ dir = 8 @@ -26743,50 +26834,32 @@ /obj/effect/landmark/static_comms/net_one, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"uTz" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/box/donkpockets{ - pixel_x = 5; - pixel_y = 9 +"uTl" = ( +/obj/effect/decal/medical_decals{ + icon_state = "cryocell1decal" }, -/obj/item/storage/box/donkpockets, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) +/turf/open/floor/prison/whitegreen, +/area/fiorina/station/medbay) +"uTM" = ( +/obj/item/ammo_casing{ + icon_state = "casing_6" + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) "uTS" = ( /obj/item/stock_parts/micro_laser/ultra, /turf/open/floor/prison, /area/fiorina/tumor/servers) -"uUk" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, -/turf/open/floor/prison/whitegreen/west, -/area/fiorina/tumor/ice_lab) -"uUs" = ( -/obj/structure/largecrate/random/case/double, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"uUC" = ( -/obj/structure/flora/pottedplant/random, -/turf/open/floor/prison/kitchen/southwest, -/area/fiorina/tumor/civres) -"uUG" = ( -/obj/structure/machinery/power/apc/power/east, -/turf/open/floor/prison/green/north, -/area/fiorina/station/transit_hub) -"uUJ" = ( -/obj/item/reagent_container/food/snacks/xenoburger, -/obj/item/reagent_container/food/snacks/xenoburger, -/obj/item/reagent_container/food/snacks/xenoburger, -/obj/structure/closet/crate/freezer, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/power_ring) +"uUu" = ( +/turf/open/floor/prison/platingdmg1, +/area/fiorina/station/chapel) "uVi" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_29"; - layer = 3.5; - pixel_y = 6 +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/chapel) +/turf/open/floor/prison/darkpurple2/north, +/area/fiorina/tumor/servers) "uVn" = ( /turf/closed/shuttle/ert{ icon_state = "stan_inner_w_1" @@ -26798,17 +26871,16 @@ }, /turf/open/floor/prison, /area/fiorina/lz/near_lzII) -"uVO" = ( -/obj/structure/prop/structure_lattice{ - dir = 4; - health = 300 - }, -/obj/structure/prop/structure_lattice{ - dir = 4; - layer = 3.1; - pixel_y = 10 +"uVz" = ( +/obj/structure/closet/wardrobe/orange, +/obj/item/clothing/gloves/boxing/yellow, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) +"uVH" = ( +/obj/structure/platform_decoration{ + dir = 1 }, -/turf/open/floor/prison/floor_plate, +/turf/open/floor/prison/darkbrown2, /area/fiorina/station/park) "uVQ" = ( /obj/item/device/flashlight/lamp/tripod, @@ -26827,12 +26899,14 @@ /obj/item/trash/candy, /turf/open/floor/plating/prison, /area/fiorina/tumor/civres) -"uWc" = ( -/turf/open/floor/prison/greenbluecorner, -/area/fiorina/station/botany) -"uWk" = ( -/turf/open/floor/prison/blue/southeast, -/area/fiorina/tumor/servers) +"uWd" = ( +/obj/structure/closet/bombcloset, +/obj/item/clothing/suit/armor/bulletproof, +/obj/item/stack/sheet/mineral/plastic, +/obj/item/stack/sheet/mineral/plastic, +/obj/item/stack/sheet/mineral/plastic, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) "uWs" = ( /obj/structure/platform/kutjevo/smooth{ dir = 4 @@ -26841,14 +26915,10 @@ /obj/structure/lattice, /turf/open/space/basic, /area/fiorina/oob) -"uWH" = ( -/obj/item/stack/rods, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/research_cells) -"uWI" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/darkyellow2, -/area/fiorina/lz/near_lzI) +"uWK" = ( +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) "uWQ" = ( /obj/structure/platform{ dir = 8 @@ -26859,27 +26929,6 @@ }, /turf/open/gm/river/desert/deep, /area/fiorina/lz/near_lzII) -"uWU" = ( -/obj/structure/machinery/photocopier, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/research_cells) -"uWY" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"uXe" = ( -/obj/item/explosive/grenade/high_explosive/m15, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/prison/panelscorched, -/area/fiorina/tumor/aux_engi) -"uXg" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/box/cups, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) "uXm" = ( /obj/item/inflatable/door, /obj/item/inflatable/door, @@ -26901,94 +26950,125 @@ "uXD" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/tumor/ship) -"uXL" = ( -/obj/effect/spawner/random/gun/pistol, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) "uXS" = ( -/obj/structure/bed/chair/comfy{ +/obj/structure/closet/crate/miningcar{ + name = "\improper materials storage bin" + }, +/obj/item/reagent_container/food/snacks/meat, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/park) +"uYk" = ( +/obj/structure/bed/chair{ dir = 4 }, -/turf/open/floor/prison/darkyellow2/northeast, +/obj/effect/decal/cleanable/blood, +/obj/effect/spawner/gibspawner/human, +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/station/park) +"uYt" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/turf/open/floor/prison/darkyellow2/northwest, /area/fiorina/station/flight_deck) -"uYr" = ( -/obj/effect/landmark/corpsespawner/engineer, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) "uYx" = ( /obj/structure/prop/resin_prop{ icon_state = "coolanttank" }, /turf/open/floor/plating/prison, /area/fiorina/station/park) -"uYX" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/prison/whitegreen/northeast, +"uYW" = ( +/obj/item/stack/sheet/mineral/plastic, +/turf/open/floor/prison/yellow/northwest, +/area/fiorina/station/lowsec) +"uYZ" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) +"uZz" = ( +/obj/structure/surface/rack, +/turf/open/floor/prison/whitegreen/northwest, /area/fiorina/station/medbay) "uZA" = ( /turf/closed/shuttle/ert{ icon_state = "stan2" }, /area/fiorina/tumor/ship) -"uZO" = ( -/obj/structure/surface/rack, -/obj/effect/spawner/random/tool, +"uZH" = ( +/obj/structure/barricade/metal/wired, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) +/area/fiorina/station/lowsec) +"uZI" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/green, +/area/fiorina/station/chapel) "uZX" = ( /obj/structure/curtain, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"vaA" = ( -/turf/open/floor/prison/kitchen/southwest, -/area/fiorina/station/civres_blue) +"vae" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/botany) +"vak" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security/wardens) +"val" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_full" + }, +/obj/structure/platform/stair_cut/alt, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/disco) +"vau" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/prison/whitepurple/east, +/area/fiorina/station/research_cells) +"vaz" = ( +/obj/structure/machinery/space_heater, +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/fiberbush) "vaJ" = ( -/obj/item/tool/wet_sign, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/civres_blue) "vaO" = ( /obj/structure/window/reinforced, /obj/structure/surface/table/reinforced/prison, /obj/effect/spawner/random/attachment, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"vbb" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/ammo_magazine/rifle/m16{ - current_rounds = 0 - }, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/security) -"vbl" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, -/turf/open/floor/prison/whitegreen/north, -/area/fiorina/tumor/ice_lab) -"vbu" = ( -/obj/structure/holohoop{ - pixel_y = 25 +"vaR" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 }, -/turf/open/floor/prison/yellow, -/area/fiorina/station/lowsec) -"vbx" = ( -/obj/structure/barricade/metal/wired{ +/turf/open/floor/prison/redcorner/west, +/area/fiorina/station/power_ring) +"vce" = ( +/obj/structure/bed/chair{ dir = 8 }, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/lz/near_lzI) +/turf/open/floor/prison/darkbrowncorners2, +/area/fiorina/maintenance) "vcf" = ( /turf/closed/shuttle/ert{ icon_state = "stan5" }, /area/fiorina/oob) -"vcp" = ( -/obj/structure/closet{ - density = 0; - pixel_y = 18 - }, -/obj/item/clothing/gloves/combat, -/turf/open/floor/prison/whitepurple/north, -/area/fiorina/station/research_cells) +"vck" = ( +/obj/item/disk, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) "vcy" = ( /obj/structure/platform_decoration{ dir = 8 @@ -26999,6 +27079,18 @@ /obj/item/stack/rods, /turf/open/space, /area/fiorina/oob) +"vdj" = ( +/obj/structure/monorail{ + name = "launch track" + }, +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_tram) +"vdk" = ( +/turf/open/floor/prison/platingdmg3, +/area/fiorina/station/security) "vdI" = ( /obj/structure/stairs/perspective{ dir = 4; @@ -27009,56 +27101,49 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/transit_hub) -"vdN" = ( -/obj/item/tool/warning_cone, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/disco) "vdQ" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/yellow/southeast, -/area/fiorina/station/disco) +/obj/structure/sink{ + pixel_y = 15 + }, +/turf/open/floor/almayer/plate, +/area/fiorina/tumor/ship) "vec" = ( -/turf/open/floor/prison/greenblue/northeast, -/area/fiorina/station/botany) -"veg" = ( -/obj/structure/largecrate/supply/medicine/medivend, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"vek" = ( -/turf/open/floor/prison/cell_stripe/west, -/area/fiorina/station/botany) +/obj/effect/spawner/random/tool, +/obj/structure/surface/rack, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) "vem" = ( /turf/closed/shuttle/ert{ icon_state = "leftengine_1" }, /area/fiorina/lz/near_lzI) -"vep" = ( -/obj/structure/barricade/wooden{ - dir = 1 - }, -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/station/telecomm/lz1_cargo) -"veX" = ( -/obj/effect/spawner/random/gun/rifle/highchance, -/turf/open/floor/prison/damaged3, -/area/fiorina/station/security) -"vfi" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"vfm" = ( -/obj/structure/largecrate/random, -/obj/item/reagent_container/food/drinks/coffee{ - pixel_y = 13 - }, -/turf/open/floor/prison/whitegreen/southwest, +"ves" = ( +/turf/open/floor/prison/whitepurple/southeast, +/area/fiorina/station/research_cells) +"veG" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/prison/darkbrown2, +/area/fiorina/tumor/aux_engi) +"veP" = ( +/obj/structure/closet/bodybag, +/turf/open/floor/prison/whitegreen/northwest, /area/fiorina/station/medbay) -"vfy" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/whitegreenfull/southwest, +"vfl" = ( +/turf/open/floor/prison/floor_plate, /area/fiorina/station/medbay) +"vft" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/blue/north, +/area/fiorina/station/power_ring) +"vfv" = ( +/obj/item/inflatable, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/chapel) "vfz" = ( /obj/item/storage/box/donkpockets, /obj/structure/surface/table/reinforced/prison, @@ -27086,63 +27171,67 @@ dir = 8 }, /turf/open/floor/prison, -/area/fiorina/station/telecomm/lz1_tram) -"vfX" = ( -/obj/item/stack/sandbags/large_stack, -/turf/open/floor/prison/yellow/northeast, -/area/fiorina/station/disco) -"vfZ" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"vgb" = ( -/obj/item/trash/hotdog, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) -"vgi" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/darkbrowncorners2/north, -/area/fiorina/station/park) -"vgo" = ( -/turf/open/floor/prison/darkbrowncorners2/west, -/area/fiorina/tumor/aux_engi) +/area/fiorina/station/telecomm/lz1_tram) +"vgn" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = 13 + }, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) +"vgr" = ( +/obj/structure/surface/rack, +/obj/item/storage/belt/gun/flaregun/full, +/obj/item/storage/belt/gun/flaregun/full, +/obj/item/storage/belt/gun/flaregun/full, +/turf/open/floor/prison/darkyellow2, +/area/fiorina/lz/near_lzI) +"vgF" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/donut_box/empty, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) "vgP" = ( /obj/structure/largecrate/random, /turf/open/floor/prison, /area/fiorina/station/central_ring) -"vgW" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/flight_deck) -"vhc" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +"vgT" = ( +/obj/structure/machinery/optable{ + desc = "This maybe could be used for advanced medical procedures."; + name = "Exam Table" }, -/turf/open/floor/corsat/squares, +/turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) -"vhq" = ( -/obj/structure/barricade/wooden{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) "vhB" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/park) -"vih" = ( -/turf/open/floor/prison/blue, -/area/fiorina/station/civres_blue) -"viw" = ( -/turf/open/floor/prison/blue/northwest, -/area/fiorina/station/civres_blue) +"vhJ" = ( +/obj/item/reagent_container/food/drinks/bottle/holywater{ + desc = "A flask of the holy HEFA grenade oil."; + name = "Flask of HEFA Oil" + }, +/turf/open/floor/prison/chapel_carpet/doubleside, +/area/fiorina/station/chapel) +"vhZ" = ( +/obj/item/tool/wirecutters, +/turf/open/floor/prison/bluecorner/north, +/area/fiorina/station/power_ring) +"vil" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) +"viI" = ( +/obj/structure/machinery/light/small{ + dir = 4; + pixel_x = 11; + pixel_y = 10 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) "viV" = ( /obj/structure/monorail{ dir = 5; @@ -27150,39 +27239,21 @@ }, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"vjg" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) -"vjl" = ( -/turf/open/floor/prison/blue/north, -/area/fiorina/station/chapel) +"vjk" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/gm/river/red_pool, +/area/fiorina/station/park) "vjq" = ( /turf/closed/shuttle/ert{ icon_state = "leftengine_1" }, /area/fiorina/station/power_ring) -"vjy" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/faxmachine, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) "vjG" = ( /obj/item/device/flashlight/lamp/tripod, /turf/open/floor/plating/prison, /area/fiorina/station/transit_hub) -"vjM" = ( -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_full" - }, -/obj/structure/platform/stair_cut/alt, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/disco) "vjR" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/plating/prison, @@ -27191,40 +27262,72 @@ /obj/effect/alien/weeds/node, /turf/open/floor/plating/prison, /area/fiorina/tumor/servers) -"vke" = ( -/obj/structure/closet/firecloset, -/obj/structure/machinery/light/double/blue{ +"vkk" = ( +/obj/structure/barricade/metal{ dir = 8; - pixel_x = -10; - pixel_y = 13 + health = 150; + icon_state = "metal_2" }, -/turf/open/floor/prison/darkbrown2/southwest, -/area/fiorina/maintenance) -"vkB" = ( -/obj/structure/bed/chair, -/turf/open/floor/prison/darkpurple2, -/area/fiorina/tumor/servers) -"vkD" = ( -/obj/item/frame/rack, -/obj/structure/barricade/handrail/type_b{ - dir = 4; - layer = 3.5 +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/ice_lab) +"vku" = ( +/obj/structure/sign/poster{ + desc = "Hubba hubba."; + icon_state = "poster17"; + name = "magazine" + }, +/obj/structure/sign/poster{ + desc = "Hubba hubba."; + icon_state = "poster3"; + name = "magazine"; + pixel_x = 6; + pixel_y = 8 }, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"vkP" = ( +/obj/structure/surface/rack, +/obj/item/storage/toolbox/mechanical, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/ice_lab) +/area/fiorina/tumor/aux_engi) "vkZ" = ( /obj/structure/platform{ dir = 8 }, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"vle" = ( -/obj/structure/machinery/vending/cigarette/colony, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/chapel) -"vmh" = ( -/turf/open/floor/prison/whitegreencorner/west, -/area/fiorina/tumor/ice_lab) +"vlb" = ( +/obj/structure/machinery/light/double/blue{ + pixel_y = -1 + }, +/turf/open/floor/prison/blue_plate/east, +/area/fiorina/station/botany) +"vlr" = ( +/obj/effect/landmark/static_comms/net_one, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) +"vlD" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = -3 + }, +/turf/open/floor/corsat/plate, +/area/fiorina/station/civres_blue) +"vlP" = ( +/turf/open/floor/prison/bluecorner, +/area/fiorina/station/civres_blue) +"vlR" = ( +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/obj/effect/landmark/nightmare{ + insert_tag = "yardbasketball" + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/central_ring) +"vlX" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/greencorner/west, +/area/fiorina/tumor/aux_engi) "vmj" = ( /obj/effect/landmark/nightmare{ insert_tag = "podholder" @@ -27233,69 +27336,47 @@ icon_state = "leftengine_1" }, /area/fiorina/station/medbay) -"vmv" = ( -/obj/structure/barricade/plasteel{ - dir = 4 - }, -/turf/open/floor/almayer/plating/northeast, -/area/fiorina/tumor/ship) -"vmF" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 - }, -/obj/structure/largecrate/random/case/double, -/turf/open/floor/corsat/plate, -/area/fiorina/tumor/aux_engi) -"vmL" = ( -/obj/structure/closet/crate/miningcar{ - name = "\improper materials storage bin" - }, -/turf/open/floor/prison/greenfull/northwest, +"vml" = ( +/turf/open/floor/prison/whitegreencorner/west, +/area/fiorina/tumor/ice_lab) +"vmS" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/prison/blue_plate/west, /area/fiorina/station/botany) -"vmP" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) -"vnc" = ( -/obj/item/stack/tile/plasteel{ - pixel_x = 3; - pixel_y = 4 - }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/research_cells) -"vnk" = ( -/obj/structure/platform_decoration{ - dir = 8 +"vmV" = ( +/obj/effect/decal{ + icon = 'icons/obj/items/policetape.dmi'; + icon_state = "engineering_v" }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"vnl" = ( -/obj/structure/barricade/wooden{ - dir = 8 +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/maintenance) +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/station/telecomm/lz1_cargo) "vnr" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/telecomm/lz1_cargo) -"vnz" = ( -/obj/structure/machinery/vending/cigarette/colony, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/lz/near_lzI) +"vnA" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/snacks/hugemushroomslice, +/obj/item/reagent_container/food/snacks/hugemushroomslice{ + pixel_y = 3 + }, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/power_ring) +"vnO" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/tumor/aux_engi) +"vnR" = ( +/obj/structure/window/framed/prison/reinforced, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) "voa" = ( /obj/structure/machinery/light/double/blue, /turf/open/floor/prison, /area/fiorina/station/telecomm/lz1_tram) -"voc" = ( -/obj/effect/spawner/random/tool, -/turf/open/floor/prison/green/east, -/area/fiorina/station/chapel) "voq" = ( /obj/structure/machinery/computer/secure_data{ dir = 1 @@ -27303,6 +27384,13 @@ /obj/structure/surface/table/woodentable/fancy, /turf/open/floor/wood, /area/fiorina/station/security/wardens) +"voT" = ( +/obj/structure/machinery/space_heater, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/east, +/area/fiorina/tumor/ice_lab) "vpk" = ( /obj/item/trash/used_stasis_bag{ desc = "Wow, instant sand. They really have everything in space."; @@ -27310,11 +27398,6 @@ }, /turf/open/floor/prison, /area/fiorina/station/flight_deck) -"vpm" = ( -/obj/structure/bed/roller, -/obj/item/trash/used_stasis_bag, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) "vpJ" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -27332,39 +27415,24 @@ /turf/open/floor/prison, /area/fiorina/station/botany) "vqm" = ( -/obj/structure/largecrate/random, -/obj/effect/decal/medical_decals{ - icon_state = "triagedecalbottomright" - }, -/obj/item/reagent_container/food/drinks/coffee{ - pixel_y = 13 - }, -/turf/open/floor/prison/whitegreenfull/southwest, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/prison/sterile_white/southwest, /area/fiorina/station/medbay) -"vqq" = ( -/obj/structure/reagent_dispensers/water_cooler{ - density = 0; - pixel_x = -8; - pixel_y = 16 - }, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/research_cells) -"vqr" = ( -/obj/structure/machinery/vending/cola, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) -"vqt" = ( -/obj/structure/platform_decoration{ - dir = 4 - }, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) -"vqK" = ( -/obj/structure/machinery/door/airlock/prison_hatch/autoname{ - dir = 1 - }, +"vqx" = ( +/turf/open/floor/prison/whitegreencorner/east, +/area/fiorina/tumor/ice_lab) +"vqB" = ( +/obj/item/tool/crowbar/red, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) +/area/fiorina/station/flight_deck) +"vqI" = ( +/obj/item/tool/wrench, +/turf/open/floor/prison/darkpurple2/southeast, +/area/fiorina/tumor/servers) +"vri" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/prison/whitegreen/southeast, +/area/fiorina/station/medbay) "vrp" = ( /obj/structure/ice/thin/indestructible{ icon_state = "Corner" @@ -27372,12 +27440,6 @@ /obj/structure/blocker/invisible_wall, /turf/open/ice/noweed, /area/fiorina/station/research_cells) -"vrt" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/open/floor/prison/blue/east, -/area/fiorina/station/power_ring) "vrF" = ( /obj/item/toy/crayon/green, /turf/open/floor/plating/prison, @@ -27388,20 +27450,21 @@ }, /turf/open/floor/prison/chapel_carpet, /area/fiorina/station/chapel) -"vrY" = ( -/obj/item/shard{ - icon_state = "medium" - }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) -"vsk" = ( +"vsl" = ( +/obj/structure/machinery/autolathe/full, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) +"vsI" = ( +/turf/open/floor/prison/blue/east, +/area/fiorina/station/chapel) +"vsS" = ( /obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 + dir = 1; + pixel_y = 21 }, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/fiberbush) +/obj/item/toy/beach_ball, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/disco) "vsT" = ( /obj/structure/cable/heavyduty{ icon_state = "1-8" @@ -27412,38 +27475,47 @@ /obj/structure/bed/sofa/south/grey/left, /turf/open/floor/wood, /area/fiorina/station/park) +"vtA" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -29 + }, +/turf/open/floor/prison/sterile_white, +/area/fiorina/station/civres_blue) +"vtC" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/prison/whitegreen/northeast, +/area/fiorina/station/medbay) +"vtU" = ( +/turf/open/floor/prison/green/northwest, +/area/fiorina/tumor/servers) "vuc" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/central_ring) -"vue" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/handset{ - pixel_y = 7 - }, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/security) "vuq" = ( -/obj/structure/machinery/space_heater, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) +/obj/item/trash/boonie, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/research_cells) +"vut" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/turf/open/floor/prison/darkbrown2, +/area/fiorina/tumor/aux_engi) "vuE" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/machinery/landinglight/ds2/delayone, /turf/open/floor/prison, /area/fiorina/lz/near_lzII) -"vuO" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 10 - }, -/obj/structure/barricade/handrail/type_b{ - dir = 4; - layer = 3.5 - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/civres_blue) +"vvg" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) "vvp" = ( /obj/item/tool/candle{ pixel_x = 5; @@ -27451,23 +27523,54 @@ }, /turf/open/floor/wood, /area/fiorina/station/chapel) -"vws" = ( -/turf/open/floor/prison/cell_stripe/west, +"vvy" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/obj/item/reagent_container/food/snacks/grown/eggplant{ + desc = "Eggplant. Or, wait..."; + layer = 2 + }, +/turf/open/organic/grass/astroturf, /area/fiorina/station/park) +"vwf" = ( +/turf/open/floor/prison/green/northwest, +/area/fiorina/station/chapel) +"vwh" = ( +/turf/open/floor/prison/platingdmg3, +/area/fiorina/maintenance) +"vwp" = ( +/obj/structure/prop/almayer/computers/sensor_computer1, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) "vwM" = ( /obj/structure/machinery/door/poddoor/shutters/almayer{ density = 0 }, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"vxj" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 +"vwZ" = ( +/obj/item/prop/helmetgarb/spacejam_tickets{ + desc = "A ticket to Souto Man's raffle!"; + name = "\improper Souto Raffle Ticket"; + pixel_x = 7; + pixel_y = 6 }, -/turf/open/floor/prison/darkbrown2/east, -/area/fiorina/tumor/aux_engi) +/turf/open/floor/prison/blue/east, +/area/fiorina/station/chapel) +"vxe" = ( +/turf/open/floor/prison/whitegreen/west, +/area/fiorina/tumor/ice_lab) +"vxf" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform_decoration{ + dir = 5 + }, +/turf/open/floor/prison/whitegreen/northwest, +/area/fiorina/tumor/ice_lab) "vxr" = ( /obj/item/newspaper, /turf/open/floor/prison, @@ -27477,43 +27580,39 @@ icon_state = "stan_inner_w_2" }, /area/fiorina/tumor/ship) -"vxD" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 8 - }, -/obj/structure/barricade/wooden{ +"vxt" = ( +/obj/structure/prop/resin_prop{ dir = 4; - pixel_y = 4 + icon_state = "chair"; + pixel_y = 6 }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"vxy" = ( +/turf/open/floor/prison/darkyellow2/southeast, +/area/fiorina/station/power_ring) +"vxL" = ( +/turf/open/floor/prison/cell_stripe/east, +/area/fiorina/tumor/servers) +"vyd" = ( +/obj/item/paper/prison_station/inmate_handbook, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) "vyu" = ( /obj/item/clothing/suit/storage/hazardvest, /turf/open/floor/wood, /area/fiorina/station/civres_blue) -"vyB" = ( -/obj/item/reagent_container/food/drinks/sillycup, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) -"vyO" = ( -/obj/structure/prop/structure_lattice{ - dir = 4; - health = 300 - }, -/obj/structure/prop/structure_lattice{ - dir = 4; - layer = 3.1; - pixel_y = 10 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/fiberbush) -"vyZ" = ( +"vzf" = ( /obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/communications{ - dir = 1 +/obj/item/tool/surgery/scalpel/laser{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/item/tool/surgery/circular_saw{ + pixel_y = -2 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) +/area/fiorina/station/telecomm/lz1_cargo) "vzh" = ( /obj/structure/foamed_metal, /turf/open/floor/plating/prison, @@ -27529,77 +27628,69 @@ }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzI) -"vzw" = ( -/turf/open/floor/prison/panelscorched, -/area/fiorina/station/civres_blue) -"vzN" = ( -/turf/open/floor/prison/darkyellow2/southeast, -/area/fiorina/station/telecomm/lz1_tram) -"vzS" = ( -/obj/item/stool{ - pixel_x = -4; - pixel_y = 10 - }, -/obj/structure/sign/poster{ - icon_state = "poster1"; - pixel_y = 32 +"vzr" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/emails{ + dir = 4 }, -/turf/open/floor/prison/yellow/north, -/area/fiorina/station/lowsec) +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) "vzU" = ( /turf/closed/shuttle/ert{ icon_state = "leftengine_3"; opacity = 0 }, /area/fiorina/tumor/ship) -"vAh" = ( -/obj/item/gift, -/turf/open/floor/prison/darkbrown2, +"vAa" = ( +/turf/open/floor/prison/cell_stripe/west, /area/fiorina/station/park) "vAi" = ( /obj/item/stack/sandbags_empty/half, /turf/open/floor/prison, /area/fiorina/station/flight_deck) -"vAo" = ( +"vAl" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/flight_deck) +"vAA" = ( +/obj/item/reagent_container/food/snacks/meat, +/turf/open/floor/prison/greenblue, +/area/fiorina/station/botany) +"vAF" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/prison/darkbrown2/west, +/area/fiorina/tumor/aux_engi) +"vAN" = ( /obj/structure/bed{ icon_state = "abed" }, -/obj/item/storage/bible/hefa, -/turf/open/floor/prison/whitepurple/southeast, -/area/fiorina/station/research_cells) -"vAs" = ( -/turf/open/floor/prison/panelscorched, -/area/fiorina/station/transit_hub) -"vAI" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +/obj/item/card/id/silver/clearance_badge, +/turf/open/floor/prison/yellow/southwest, +/area/fiorina/station/lowsec) +"vAO" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir" }, -/obj/structure/inflatable, -/turf/open/floor/prison/whitepurple/north, -/area/fiorina/station/research_cells) -"vBf" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/recharger{ - pixel_y = 4 +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"vAU" = ( +/obj/structure/monorail{ + dir = 4; + name = "launch track" }, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/oob) -"vBn" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) -"vBC" = ( -/obj/effect/decal/cleanable/blood{ - desc = "Watch your step."; - icon_state = "gib6" +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/transit_hub) +"vAV" = ( +/obj/item/trash/used_stasis_bag{ + desc = "Wow, instant sand. They really have everything in space."; + name = "Insta-Sand! bag" }, -/turf/open/floor/prison/darkyellow2/east, -/area/fiorina/station/telecomm/lz1_cargo) -"vBF" = ( -/obj/structure/bed/chair, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) +/turf/open/floor/prison/green/east, +/area/fiorina/tumor/civres) +"vBp" = ( +/turf/open/floor/prison/damaged3, +/area/fiorina/station/disco) "vBP" = ( /obj/structure/platform/kutjevo/smooth{ dir = 4 @@ -27612,29 +27703,24 @@ dir = 1 }, /turf/open/floor/prison, -/area/fiorina/station/medbay) -"vBZ" = ( -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) -"vCg" = ( -/obj/item/device/motiondetector, -/turf/open/floor/prison/yellow/north, -/area/fiorina/station/lowsec) -"vCn" = ( -/obj/structure/barricade/wooden{ - dir = 4 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"vCt" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 +/area/fiorina/station/medbay) +"vBT" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottom" }, -/obj/structure/largecrate/random, -/turf/open/floor/corsat/plate, -/area/fiorina/station/civres_blue) +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"vBU" = ( +/obj/structure/bookcase{ + icon_state = "book-5" + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"vCm" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/megaphone, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/tumor/ice_lab) "vCv" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_29"; @@ -27642,60 +27728,45 @@ }, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"vCK" = ( -/obj/item/stack/rods, -/turf/open/floor/prison/blue/west, -/area/fiorina/station/chapel) -"vDI" = ( -/turf/open/floor/prison/sterile_white/southwest, +"vCW" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/research_cells) +"vDm" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/whitegreen/west, /area/fiorina/station/medbay) -"vDN" = ( -/obj/structure/barricade/metal/wired, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) "vDO" = ( /obj/structure/machinery/door/airlock/prison_hatch/autoname{ dir = 1 }, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"vDP" = ( -/obj/item/storage/fancy/candle_box, -/turf/open/floor/prison/chapel_carpet/doubleside, -/area/fiorina/station/chapel) -"vDW" = ( -/obj/item/stack/sheet/metal/medium_stack, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/ice_lab) -"vEf" = ( -/obj/structure/closet/secure_closet/guncabinet{ - req_access = null - }, -/obj/item/clothing/under/marine/ua_riot, -/obj/item/clothing/suit/storage/marine/veteran/ua_riot, -/obj/item/prop/helmetgarb/riot_shield, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) +"vEg" = ( +/turf/open/floor/prison/floorscorched2, +/area/fiorina/tumor/civres) "vEi" = ( /obj/structure/platform{ dir = 4 }, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) +"vEs" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/tumor/ice_lab) "vEF" = ( /obj/item/circuitboard/robot_module/janitor, /turf/open/floor/prison, /area/fiorina/station/disco) -"vEG" = ( -/obj/item/clothing/under/color/orange, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) +"vEI" = ( +/turf/open/floor/prison/whitepurplecorner, +/area/fiorina/station/research_cells) "vEK" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/power_ring) -"vFd" = ( -/turf/open/floor/prison/redcorner/east, -/area/fiorina/station/security) "vFi" = ( /obj/structure/window_frame/prison, /obj/item/shard{ @@ -27704,8 +27775,8 @@ /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) "vFq" = ( -/turf/open/floor/prison/darkbrown2/west, -/area/fiorina/station/park) +/turf/open/floor/prison/green/southeast, +/area/fiorina/tumor/civres) "vFs" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ dir = 1; @@ -27727,20 +27798,10 @@ /obj/structure/machinery/light/double/blue, /turf/open/floor/prison, /area/fiorina/station/security) -"vGg" = ( -/obj/item/trash/cigbutt/bcigbutt, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/security) -"vGk" = ( -/obj/structure/barricade/wooden{ - dir = 4 - }, -/turf/open/floor/prison/whitepurple/west, -/area/fiorina/station/research_cells) -"vGs" = ( -/obj/structure/largecrate/supply/supplies/water, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) +"vGr" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) "vGv" = ( /obj/structure/barricade/metal/wired{ dir = 4 @@ -27748,12 +27809,29 @@ /obj/structure/largecrate/random, /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) -"vGG" = ( -/obj/item/clothing/head/soft/yellow, -/turf/open/floor/prison/darkpurple2/north, -/area/fiorina/tumor/servers) -"vHL" = ( -/turf/open/floor/prison/cell_stripe, +"vHc" = ( +/obj/structure/bed{ + icon_state = "abed" + }, +/obj/item/storage/box/holobadge{ + pixel_y = 3 + }, +/turf/open/floor/prison/yellow/southeast, +/area/fiorina/station/lowsec) +"vHm" = ( +/turf/open/floor/prison/darkyellow2/southwest, +/area/fiorina/station/telecomm/lz1_tram) +"vHp" = ( +/obj/structure/machinery/computer/emails{ + dir = 1; + pixel_y = 4 + }, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"vHM" = ( +/obj/structure/platform_decoration, +/turf/open/floor/prison/darkbrown2, /area/fiorina/station/park) "vHU" = ( /obj/structure/surface/table/woodentable/fancy, @@ -27763,36 +27841,38 @@ }, /turf/open/floor/wood, /area/fiorina/station/security/wardens) -"vHX" = ( -/obj/structure/grille, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/research_cells) -"vIp" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/structure/prop/souto_land/streamer{ - pixel_y = 24 +"vHV" = ( +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/disco) +"vIB" = ( +/obj/structure/closet, +/obj/item/restraint/handcuffs, +/obj/item/clothing/mask/muzzle, +/obj/item/weapon/chainofcommand, +/turf/open/floor/wood, +/area/fiorina/station/security/wardens) +"vIM" = ( +/obj/effect/decal{ + icon = 'icons/obj/items/policetape.dmi'; + icon_state = "engineering_v" }, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/station/park) -"vIt" = ( -/obj/structure/barricade/handrail, -/turf/open/floor/prison/whitepurple/north, -/area/fiorina/station/research_cells) -"vIy" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/blue_plate/west, -/area/fiorina/station/botany) -"vIX" = ( -/obj/item/stack/sheet/metal/medium_stack, -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/prison/blue/west, -/area/fiorina/station/civres_blue) +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/station/telecomm/lz1_cargo) +"vIN" = ( +/obj/structure/machinery/power/apc/power/west, +/turf/open/floor/prison, +/area/fiorina/station/telecomm/lz1_tram) "vJh" = ( /obj/effect/spawner/random/sentry/midchance, /turf/open/floor/plating/prison, /area/fiorina/station/research_cells) +"vJm" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/skills{ + dir = 4 + }, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) "vJn" = ( /obj/structure/platform{ dir = 4 @@ -27804,11 +27884,6 @@ /obj/item/ammo_magazine/smg/mp5, /turf/open/floor/prison, /area/fiorina/lz/near_lzII) -"vJu" = ( -/obj/item/fuel_cell, -/obj/structure/surface/rack, -/turf/open/floor/prison, -/area/fiorina/maintenance) "vJN" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/toolbox/electrical{ @@ -27817,51 +27892,49 @@ /obj/item/storage/toolbox/mechanical, /turf/open/floor/almayer, /area/fiorina/tumor/ship) -"vJP" = ( -/obj/item/bodybag, -/turf/open/floor/prison/yellow/west, -/area/fiorina/station/lowsec) -"vKp" = ( -/obj/structure/foamed_metal, +"vKB" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/cameras{ + dir = 1 + }, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"vKG" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 8 + }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) -"vKD" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 +/area/fiorina/lz/near_lzII) +"vKN" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 }, -/turf/open/floor/prison/whitegreen/northwest, +/turf/open/floor/prison/redfull, /area/fiorina/station/medbay) -"vKN" = ( -/obj/structure/prop/structure_lattice{ - health = 300; - icon = 'icons/turf/elevator.dmi'; - icon_state = "wall_broke" +"vLd" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 4 }, -/turf/open/floor/corsat/squares, -/area/fiorina/station/civres_blue) -"vKS" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/tumor/ice_lab) +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/lz/near_lzI) +"vLB" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = 13 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/flight_deck) +"vLC" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 + }, +/turf/open/floor/prison/yellow/northeast, +/area/fiorina/station/disco) "vLH" = ( /obj/item/device/flashlight/lamp/tripod, /turf/open/floor/wood, /area/fiorina/station/park) -"vLK" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/drinks/golden_cup, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"vLQ" = ( -/obj/item/stack/sheet/metal{ - amount = 5 - }, -/turf/open/floor/prison/darkyellow2/southwest, -/area/fiorina/lz/near_lzI) -"vMg" = ( -/obj/item/device/t_scanner, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) "vMh" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -27869,51 +27942,31 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"vMC" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/device/flashlight/lamp/candelabra{ - layer = 3.2; - pixel_x = 1; - pixel_y = 13 +"vMy" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 }, -/obj/effect/decal/cleanable/cobweb2, -/turf/open/floor/prison/chapel_carpet/doubleside/north, -/area/fiorina/station/chapel) +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "vMK" = ( /turf/closed/wall/r_wall/prison, /area/fiorina/station/power_ring) -"vMM" = ( -/obj/structure/monorail{ - name = "launch track" - }, -/obj/structure/machinery/door/poddoor/almayer/locked{ - indestructible = 1; - name = "launch bay door" - }, -/turf/open/floor/plating/prison, -/area/fiorina/oob) -"vMN" = ( +"vMY" = ( /obj/structure/flora/bush/ausbushes/grassybush{ - icon_state = "lavendergrass_2" + icon_state = "lavendergrass_4" }, /turf/open/organic/grass/astroturf, /area/fiorina/station/central_ring) -"vMO" = ( -/obj/structure/bed/chair/office/dark{ - dir = 1 - }, -/turf/open/floor/prison/whitegreen/north, +"vNj" = ( +/obj/structure/tunnel/maint_tunnel, +/turf/open/floor/prison/floor_plate, /area/fiorina/tumor/ice_lab) -"vMZ" = ( -/turf/open/floor/prison/floorscorched1, -/area/fiorina/station/chapel) "vNn" = ( -/obj/structure/machinery/door/morgue{ - dir = 2; - name = "Confession Booth" +/obj/structure/bed{ + icon_state = "abed" }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/chapel) +/turf/open/floor/prison/whitepurple/east, +/area/fiorina/station/research_cells) "vNq" = ( /turf/closed/wall/r_wall/prison, /area/fiorina/station/telecomm/lz1_cargo) @@ -27927,21 +27980,31 @@ }, /turf/open/floor/prison, /area/fiorina/station/park) +"vNA" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/obj/effect/spawner/random/pills/lowchance, +/turf/open/floor/prison/whitepurple/southwest, +/area/fiorina/station/research_cells) +"vND" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, +/turf/open/floor/prison/whitegreen/east, +/area/fiorina/tumor/ice_lab) +"vNU" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/central_ring) +"vOg" = ( +/obj/structure/closet/emcloset, +/obj/item/storage/pill_bottle/kelotane/skillless, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) "vOj" = ( /obj/effect/landmark/corpsespawner/ua_riot, /turf/open/floor/prison, /area/fiorina/station/security) -"vOk" = ( -/obj/structure/machinery/washing_machine, -/obj/item/clothing/head/that{ - pixel_y = 10 - }, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/sterile_white, -/area/fiorina/station/civres_blue) "vOz" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/prison, @@ -27956,36 +28019,51 @@ }, /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/tumor/servers) -"vPi" = ( -/obj/structure/inflatable, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/ship) -"vPw" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/prison/blue/north, -/area/fiorina/station/power_ring) +"vOT" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"vPh" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor/prison/whitegreen/north, +/area/fiorina/station/medbay) +"vPs" = ( +/obj/structure/machinery/gibber, +/turf/open/floor/prison/blue_plate/west, +/area/fiorina/station/botany) "vPA" = ( /obj/structure/machinery/landinglight/ds2/delayone, /turf/open/floor/prison, /area/fiorina/lz/near_lzII) -"vPJ" = ( -/obj/item/clothing/gloves/boxing/green, -/turf/open/floor/prison/yellow/north, -/area/fiorina/station/lowsec) +"vPD" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/emails{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/southwest, +/area/fiorina/station/medbay) +"vPG" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 5 + }, +/obj/structure/barricade/handrail/type_b{ + layer = 3.5 + }, +/obj/structure/barricade/handrail/type_b{ + dir = 8; + layer = 3.5 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) "vPR" = ( /turf/closed/shuttle/ert{ icon_state = "stan1" }, /area/fiorina/tumor/ship) -"vPT" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/obj/structure/surface/table/reinforced/prison, -/obj/item/explosive/grenade/incendiary/molotov, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) "vQr" = ( /obj/structure/barricade/sandbags{ dir = 4; @@ -27998,6 +28076,13 @@ }, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) +"vQD" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 + }, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) "vQN" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -28006,36 +28091,27 @@ /obj/structure/platform, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"vRh" = ( -/obj/structure/closet/secure_closet/hydroponics, -/obj/effect/spawner/random/pills/lowchance, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/botany) +"vRa" = ( +/obj/structure/machinery/door/airlock/multi_tile/elevator/freight, +/turf/open/floor/corsat/plate, +/area/fiorina/station/civres_blue) +"vRz" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) "vRA" = ( /turf/open/floor/plating/prison, /area/fiorina/station/lowsec) -"vRG" = ( -/turf/open/floor/prison/blue/north, -/area/fiorina/station/civres_blue) +"vRK" = ( +/obj/item/bedsheet, +/turf/open/floor/prison/kitchen, +/area/fiorina/station/lowsec) "vSI" = ( -/obj/effect/decal/medical_decals{ - icon_state = "docstripingdir" - }, -/obj/structure/bed/roller, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"vSU" = ( -/turf/open/floor/prison/blue/northwest, -/area/fiorina/station/power_ring) -"vSW" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/fiberbush) -"vTh" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/stack/cable_coil/orange, +/obj/item/stack/sheet/metal/medium_stack, /turf/open/floor/prison/floor_plate, -/area/fiorina/maintenance) +/area/fiorina/tumor/servers) "vTv" = ( /turf/closed/shuttle/elevator{ dir = 5 @@ -28056,10 +28132,6 @@ }, /turf/open/floor/prison, /area/fiorina/tumor/servers) -"vTS" = ( -/obj/item/trash/used_stasis_bag, -/turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzI) "vTT" = ( /obj/structure/disposalpipe/segment{ color = "#c4c4c4"; @@ -28070,18 +28142,6 @@ }, /turf/open/floor/prison, /area/fiorina/tumor/servers) -"vTX" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/structure/platform{ - dir = 4 - }, -/obj/structure/platform_decoration{ - dir = 9 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) "vUf" = ( /obj/structure/platform, /turf/open/floor/plating/prison, @@ -28099,24 +28159,21 @@ /obj/item/reagent_container/food/snacks/donut/normal, /turf/open/floor/plating/prison, /area/fiorina/station/security) -"vUJ" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +"vUy" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/prison/darkyellow2/east, +/area/fiorina/station/telecomm/lz1_cargo) +"vVe" = ( +/obj/structure/largecrate/random/secure, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft" }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/lz/near_lzI) +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) "vVi" = ( /obj/structure/window/framed/prison, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) -"vVo" = ( -/obj/effect/landmark/corpsespawner/ua_riot, -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/lz/near_lzI) -"vVG" = ( -/turf/open/floor/prison/whitegreen/north, -/area/fiorina/station/medbay) "vVR" = ( /obj/structure/extinguisher_cabinet, /turf/closed/wall/prison, @@ -28125,27 +28182,31 @@ /obj/structure/extinguisher_cabinet, /turf/closed/wall/prison, /area/fiorina/station/medbay) -"vWG" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/turf/open/floor/prison/chapel_carpet/doubleside/north, -/area/fiorina/station/chapel) -"vXa" = ( -/obj/structure/bed/chair/comfy, -/turf/open/organic/grass/astroturf, -/area/fiorina/tumor/fiberbush) -"vXu" = ( -/obj/item/stock_parts/micro_laser/ultra, -/turf/open/floor/prison/darkpurple2/southwest, -/area/fiorina/tumor/servers) -"vXw" = ( +"vWw" = ( /obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 + dir = 4; + pixel_x = 10; + pixel_y = 13 }, -/turf/open/floor/prison/whitepurple/north, -/area/fiorina/station/research_cells) +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/park) +"vXn" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_sn_full_cap" + }, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/prison/bright_clean2/southwest, +/area/fiorina/station/park) +"vXM" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/prison/darkbrown2/west, +/area/fiorina/tumor/aux_engi) +"vXO" = ( +/obj/item/stack/barbed_wire, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "vXS" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -28157,11 +28218,16 @@ /turf/open/floor/plating/prison, /area/fiorina/station/security/wardens) "vYa" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) +/obj/structure/largecrate/random/case/small, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/station/park) +"vYp" = ( +/turf/open/floor/prison/darkbrown2/northeast, +/area/fiorina/station/park) +"vYu" = ( +/obj/structure/machinery/washing_machine, +/turf/open/floor/prison/sterile_white, +/area/fiorina/station/civres_blue) "vZc" = ( /obj/structure/disposalpipe/segment{ color = "#c4c4c4"; @@ -28177,25 +28243,32 @@ }, /turf/open/floor/prison, /area/fiorina/tumor/servers) -"vZe" = ( -/obj/structure/largecrate/random/case/double, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) "vZh" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/prison/yellow, -/area/fiorina/station/lowsec) -"vZm" = ( -/obj/structure/girder/reinforced, -/turf/open/floor/almayer/plate, -/area/fiorina/tumor/ship) +/obj/structure/inflatable/popped/door, +/turf/open/floor/prison/whitegreen, +/area/fiorina/station/medbay) +"vZl" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/station/park) +"vZn" = ( +/obj/item/trash/uscm_mre, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "vZD" = ( /obj/item/storage/box/donkpockets, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"vZR" = ( -/turf/open/floor/prison/whitepurple/west, -/area/fiorina/station/research_cells) +"vZI" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/faxmachine, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) +"vZJ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/ammo_magazine/shotgun/buckshot, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/disco) "vZV" = ( /turf/closed/wall/strata_ice/jungle{ desc = "It is made of Fiberbush(tm). It contains asbestos."; @@ -28205,36 +28278,25 @@ "vZX" = ( /turf/open/floor/plating/prison, /area/fiorina/station/telecomm/lz2_maint) -"wac" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"wad" = ( -/obj/structure/platform_decoration{ - dir = 4 +"vZY" = ( +/obj/structure/barricade/handrail/type_b{ + layer = 3.4 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/botany) -"wak" = ( -/obj/structure/prop/structure_lattice{ - dir = 4; - health = 300 +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" }, -/obj/structure/prop/structure_lattice{ - dir = 4; - layer = 3.1; - pixel_y = 10 +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"wab" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + icon_state = "3" }, +/turf/open/floor/prison/chapel_carpet/doubleside/north, +/area/fiorina/station/chapel) +"wav" = ( +/obj/item/clothing/under/color/orange, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/civres_blue) -"wao" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/prison/cell_stripe/west, -/area/fiorina/station/central_ring) -"waJ" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) +/area/fiorina/station/security) "waN" = ( /obj/structure/platform{ dir = 1 @@ -28251,28 +28313,22 @@ /obj/structure/machinery/light/double/blue, /turf/open/floor/plating/prison, /area/fiorina/station/telecomm/lz2_maint) -"wbn" = ( -/obj/structure/monorail{ - name = "launch track" - }, -/turf/open/floor/plating/prison, -/area/fiorina/tumor/aux_engi) -"wbx" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/book/manual/security_space_law{ - pixel_x = 8; - pixel_y = 1 - }, -/obj/item/book/manual/security_space_law{ - pixel_x = -4; - pixel_y = 4 +"wbn" = ( +/obj/structure/monorail{ + name = "launch track" }, -/obj/item/book/manual/security_space_law{ - pixel_x = 3; - pixel_y = 5 +/turf/open/floor/plating/prison, +/area/fiorina/tumor/aux_engi) +"wbq" = ( +/obj/structure/largecrate/random/case, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/research_cells) +"wbs" = ( +/obj/structure/machinery/light/double/blue{ + pixel_y = -1 }, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) "wbB" = ( /obj/structure/computerframe, /obj/structure/machinery/light/double/blue{ @@ -28281,6 +28337,10 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/telecomm/lz2_maint) +"wbD" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/floor_plate, +/area/fiorina/lz/near_lzII) "wbE" = ( /obj/structure/machinery/light/small{ dir = 8; @@ -28292,13 +28352,20 @@ "wbI" = ( /turf/open/floor/wood, /area/fiorina/station/park) -"wcd" = ( -/obj/item/paper_bin{ - pixel_x = 5; - pixel_y = 22 +"wbP" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/prison/darkbrown2/west, +/area/fiorina/maintenance) +"wbY" = ( +/obj/item/paper/prison_station/inmate_handbook, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) +"wcO" = ( +/obj/structure/barricade/wooden{ + dir = 8 }, -/turf/open/floor/prison/blue/west, -/area/fiorina/station/civres_blue) +/turf/open/floor/prison/darkbrown2, +/area/fiorina/station/park) "wcP" = ( /obj/effect/landmark/queen_spawn, /turf/open/floor/plating/prison, @@ -28307,22 +28374,26 @@ /obj/structure/closet/emcloset, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"wda" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/research_cells) -"wdu" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) -"wdD" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"web" = ( -/obj/item/stack/tile/plasteel, +"wdG" = ( +/obj/structure/filingcabinet, /turf/open/floor/prison/greenfull/east, -/area/fiorina/tumor/civres) +/area/fiorina/tumor/servers) +"wdI" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottom" + }, +/turf/open/floor/prison/whitegreen/west, +/area/fiorina/station/medbay) +"wdO" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_27"; + layer = 3.1; + pixel_x = -2; + pixel_y = 10 + }, +/turf/open/floor/prison/redcorner/east, +/area/fiorina/station/power_ring) "wef" = ( /turf/open/floor/plating/prison, /area/fiorina/station/research_cells) @@ -28335,26 +28406,28 @@ }, /turf/open/floor/prison, /area/fiorina/station/flight_deck) -"wey" = ( -/obj/structure/barricade/wooden{ - dir = 1 +"wex" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/chapel_carpet/doubleside/north, -/area/fiorina/station/chapel) -"weR" = ( -/obj/effect/decal/medical_decals{ - icon_state = "cryotop" +/turf/open/floor/prison/whitepurple/north, +/area/fiorina/station/research_cells) +"wey" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/cameras{ + dir = 8 }, -/obj/structure/pipes/standard/simple/visible{ - dir = 5 +/obj/item/device/flashlight/lamp{ + pixel_x = -6; + pixel_y = 16 }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"weU" = ( -/obj/structure/barricade/wooden, -/obj/item/device/flashlight/flare, -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/station/telecomm/lz1_cargo) +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) +"weR" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/darkbrown2, +/area/fiorina/station/park) "weX" = ( /obj/structure/barricade/metal{ health = 250; @@ -28362,139 +28435,115 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"wfE" = ( -/obj/effect/spawner/random/tool, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/tumor/aux_engi) +"wfg" = ( +/obj/item/stack/tile/plasteel, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"wfn" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security/wardens) "wfR" = ( -/turf/open/floor/prison/darkyellowcorners2/west, -/area/fiorina/station/telecomm/lz1_cargo) -"wfS" = ( -/obj/structure/platform_decoration, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) +/obj/item/stack/sheet/metal{ + amount = 5 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/fiorina/lz/near_lzI) "wfY" = ( /obj/item/device/flashlight/flare/on, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"wgd" = ( -/obj/structure/closet/bodybag, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/medbay) "wgi" = ( /obj/effect/landmark/nightmare{ insert_tag = "scavshipholder" }, /turf/open/space, /area/fiorina/oob) -"wgp" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/station/park) "whf" = ( /turf/closed/shuttle/elevator{ dir = 4 }, /area/fiorina/station/civres_blue) -"who" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/microwave{ - icon_state = "mwo"; - pixel_y = 6 - }, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/tumor/civres) +"whl" = ( +/obj/structure/machinery/vending/snack/packaged, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) "whp" = ( /obj/effect/spawner/random/tool, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) -"whq" = ( -/obj/structure/machinery/landinglight/ds1{ - dir = 1 +"whr" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_sn_full_cap" }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/lz/near_lzI) -"whu" = ( -/turf/open/floor/plating/plating_catwalk/prison, -/area/fiorina/tumor/civres) -"whA" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/cameras{ +/obj/structure/platform{ dir = 4 }, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/research_cells) -"whS" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/prison/floorscorched1, -/area/fiorina/station/chapel) -"whU" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/prison/blue_plate/east, -/area/fiorina/station/botany) -"whX" = ( +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/central_ring) +"wht" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/stack/sheet/plasteel/medium_stack, -/obj/item/reagent_container/food/drinks/flask/vacuumflask{ - pixel_x = 7; - pixel_y = 22 +/obj/item/storage/toolbox/mechanical{ + pixel_y = 6 }, -/turf/open/floor/prison/floor_plate, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/maintenance) +"whu" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/fiorina/tumor/civres) +"wif" = ( +/turf/open/floor/prison/floor_marked/southwest, /area/fiorina/station/power_ring) -"wiF" = ( -/obj/item/device/flashlight, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"wjb" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_17"; - pixel_y = 13 +"wit" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) +"wiS" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) +"wjr" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage{ + density = 0; + pixel_y = 16 }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"wjA" = ( -/turf/open/floor/prison/greenblue/east, -/area/fiorina/station/botany) -"wjF" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/prison/darkyellow2/southwest, -/area/fiorina/station/telecomm/lz1_tram) +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/maintenance) "wjH" = ( /obj/item/stack/barbed_wire, /turf/open/floor/plating/prison, /area/fiorina/station/lowsec) -"wjP" = ( -/obj/structure/bed{ - icon_state = "abed" - }, -/turf/open/floor/prison/whitepurple/northwest, -/area/fiorina/station/research_cells) -"wjQ" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/effect/decal/medical_decals{ - icon_state = "triagedecalbottomleft" - }, -/turf/open/floor/prison/whitegreen/northwest, -/area/fiorina/station/medbay) "wkd" = ( /obj/structure/machinery/status_display, /turf/closed/wall/prison, /area/fiorina/station/medbay) -"wkh" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security/wardens) +"wkg" = ( +/obj/item/stock_parts/micro_laser/ultra, +/turf/open/floor/prison/darkpurple2/southwest, +/area/fiorina/tumor/servers) "wkD" = ( /obj/structure/largecrate/random/case/double, /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) "wkK" = ( -/obj/structure/machinery/portable_atmospherics/canister/phoron, -/turf/open/floor/corsat/plate, -/area/fiorina/station/telecomm/lz1_cargo) +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/blue_plate/east, +/area/fiorina/station/botany) +"wkS" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/floor/prison/darkbrowncorners2/west, +/area/fiorina/station/park) +"wli" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 + }, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) "wly" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/lz/near_lzII) @@ -28504,10 +28553,6 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/civres) -"wlB" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) "wlG" = ( /obj/structure/machinery/door/airlock/prison_hatch/autoname, /turf/open/floor/plating/prison, @@ -28517,32 +28562,54 @@ /obj/item/bedsheet/blue, /turf/open/floor/almayer, /area/fiorina/tumor/ship) -"wmb" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/obj/effect/landmark/corpsespawner/ua_riot, -/turf/open/floor/prison/whitegreen/north, -/area/fiorina/station/medbay) "wmd" = ( /turf/closed/wall/r_wall/prison, /area/fiorina/tumor/fiberbush) -"wmt" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/prison/darkyellow2/east, -/area/fiorina/station/telecomm/lz1_cargo) -"wmX" = ( +"wmm" = ( /obj/structure/inflatable/popped/door, -/turf/open/floor/prison/darkyellowfull2/east, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"wmo" = ( +/obj/structure/filingcabinet{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/structure/filingcabinet{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) +"wmt" = ( +/obj/structure/filingcabinet, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/greenfull/east, /area/fiorina/tumor/servers) -"wnk" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/blue_plate/north, +"wmJ" = ( +/obj/item/ammo_casing{ + icon_state = "cartridge_2" + }, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"wmT" = ( +/turf/open/floor/prison/cell_stripe/west, +/area/fiorina/station/disco) +"wnb" = ( +/obj/structure/surface/rack, +/obj/item/storage/toolbox/emergency, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) +"wnd" = ( +/obj/structure/machinery/gibber, +/obj/effect/decal/cleanable/blood{ + pixel_x = 8; + pixel_y = 10 + }, +/turf/open/floor/prison/blue_plate, /area/fiorina/station/botany) -"wnm" = ( -/turf/open/floor/prison/blue, -/area/fiorina/station/power_ring) "wnq" = ( /obj/item/tool/match, /turf/open/floor/plating/plating_catwalk/prison, @@ -28553,18 +28620,31 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"wny" = ( -/obj/item/storage/donut_box{ - pixel_y = 6 - }, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) -"wnG" = ( -/obj/structure/platform, -/obj/structure/machinery/light/double/blue, +"wnF" = ( /turf/open/floor/prison/whitegreen, -/area/fiorina/station/medbay) +/area/fiorina/tumor/ice_lab) +"woc" = ( +/obj/item/frame/toolbox_tiles, +/turf/open/floor/prison/whitepurple/northwest, +/area/fiorina/station/research_cells) +"woX" = ( +/obj/structure/barricade/handrail/type_b{ + layer = 3.4 + }, +/obj/structure/barricade/handrail/type_b{ + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"wpb" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/civres_blue) "wpD" = ( /obj/structure/machinery/door/airlock/prison_hatch/autoname{ dir = 1 @@ -28577,87 +28657,76 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/lowsec) -"wqy" = ( -/obj/structure/barricade/handrail/type_b{ - dir = 8; - layer = 3.5 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/disco) -"wqC" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security/wardens) -"wqE" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/prison/greenblue/west, -/area/fiorina/station/botany) +"wqg" = ( +/obj/item/trash/cigbutt/cigarbutt, +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/station/flight_deck) +"wqz" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/firstaid/regular, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/research_cells) "wqM" = ( /obj/structure/platform, /obj/structure/closet/radiation, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"wrI" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/condiment/saltshaker{ - pixel_x = -5; - pixel_y = -6 +"wqV" = ( +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"wrH" = ( +/obj/structure/platform{ + dir = 1 }, -/obj/item/reagent_container/food/condiment/peppermill{ - pixel_x = -5; - pixel_y = -11 +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/station/flight_deck) +/turf/open/floor/prison/cell_stripe, +/area/fiorina/station/lowsec) "wrR" = ( /turf/closed/wall/prison, /area/fiorina/station/botany) -"wrZ" = ( -/obj/effect/spawner/random/tool, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) -"wsv" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/clothing/head/beret/eng{ - pixel_x = 5; - pixel_y = 3 +"wsL" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 8 }, -/obj/item/book/manual/engineering_guide{ - pixel_x = -4 +/obj/structure/barricade/wooden{ + dir = 4; + pixel_y = 4 }, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/tumor/civres) -"wsU" = ( -/obj/structure/prop/resin_prop{ - icon_state = "coolanttank" +/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) +"wtz" = ( +/obj/structure/holohoop{ + dir = 8; + id = "basketball"; + side = "right" }, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) -"wtb" = ( -/obj/structure/flora/bush/ausbushes/grassybush{ - icon_state = "lavendergrass_1" +/obj/structure/barricade/handrail{ + dir = 4 }, /turf/open/organic/grass/astroturf, -/area/fiorina/station/central_ring) -"wtS" = ( +/area/fiorina/station/research_cells) +"wtF" = ( /obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 + dir = 4; + pixel_x = 10; + pixel_y = 13 }, -/turf/open/floor/prison/darkpurple2/north, -/area/fiorina/tumor/servers) -"wub" = ( -/obj/item/stool, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +/obj/structure/platform_decoration, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/disco) +"wtL" = ( +/obj/structure/prop/resin_prop{ + icon_state = "sheater0" }, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/civres_blue) -"wur" = ( -/obj/structure/tunnel, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/civres_blue) +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) +"wuw" = ( +/obj/structure/prop/souto_land/pole, +/turf/open/floor/prison/darkbrown2, +/area/fiorina/station/park) "wuA" = ( /obj/structure/surface/rack, /obj/item/weapon/gun/smg/nailgun, @@ -28678,6 +28747,20 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) +"wuM" = ( +/obj/structure/bed{ + icon_state = "abed" + }, +/obj/item/bedsheet/green, +/turf/open/floor/prison/yellow/southwest, +/area/fiorina/station/lowsec) +"wuY" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) "wvf" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/flora/pottedplant{ @@ -28688,6 +28771,13 @@ }, /turf/open/floor/prison, /area/fiorina/station/security) +"wvo" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) "wvu" = ( /obj/structure/platform/kutjevo/smooth{ dir = 4 @@ -28704,28 +28794,28 @@ /turf/open/space/basic, /area/fiorina/oob) "wvx" = ( -/obj/structure/machinery/optable{ - desc = "This maybe could be used for advanced medical procedures."; - name = "Exam Table" +/obj/structure/machinery/washing_machine, +/obj/structure/machinery/washing_machine{ + pixel_y = 15 }, -/obj/item/bedsheet/ce{ - desc = "It crinkles, aggressively."; - name = "sterile wax sheet" +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/redfull, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) +"wvE" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/cell_stripe/east, /area/fiorina/station/medbay) "wvF" = ( -/obj/structure/platform, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/station/park) -"wvM" = ( -/obj/structure/machinery/vending/cigarette, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/almayer/plate, +/area/fiorina/tumor/ship) +"wvT" = ( +/obj/structure/surface/rack, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) -"wvU" = ( -/obj/structure/machinery/vending/cola, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) +/area/fiorina/tumor/servers) "wvY" = ( /obj/item/reagent_container/food/snacks/eat_bar, /obj/structure/machinery/light/double/blue{ @@ -28733,54 +28823,58 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) -"wwM" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/darkbrown2/east, -/area/fiorina/station/park) -"wxb" = ( -/obj/structure/barricade/wooden{ - dir = 8 +"wwe" = ( +/obj/item/stack/rods, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) +"wwC" = ( +/obj/structure/sign/kiddieplaque{ + desc = "It is a warning sign that describes the process by which fiberbush expands in humid environments, behaving similar to kudzu vines."; + name = "Fiberbush(tm) safety plaque"; + pixel_y = 29 }, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/fiberbush) +"wwL" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_sn_full_cap" }, -/turf/open/floor/prison/darkyellow2/north, -/area/fiorina/station/telecomm/lz1_cargo) -"wxg" = ( -/turf/open/floor/prison/whitegreen/northeast, -/area/fiorina/tumor/ice_lab) -"wxi" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 1 +/obj/structure/platform{ + dir = 4 }, -/obj/structure/barricade/wooden{ +/obj/structure/prop/souto_land/pole{ dir = 1 }, -/turf/open/organic/grass/astroturf, +/obj/structure/prop/souto_land/pole{ + dir = 8; + pixel_y = 24 + }, +/turf/open/floor/prison/darkbrown2/east, /area/fiorina/station/park) +"wxd" = ( +/turf/open/floor/prison/darkbrowncorners2/north, +/area/fiorina/maintenance) "wxj" = ( /obj/item/newspaper, /turf/open/floor/prison, /area/fiorina/station/civres_blue) -"wxl" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/tool/kitchen/utensil/knife{ - pixel_x = 9 - }, -/obj/item/reagent_container/food/snacks/tomatomeat{ - pixel_x = -6 +"wxt" = ( +/obj/effect/decal/cleanable/blood{ + dir = 4; + icon_state = "gib6" }, -/obj/item/reagent_container/food/snacks/tomatomeat{ - pixel_x = -6; - pixel_y = 3 +/obj/item/stack/sheet/metal{ + amount = 5 }, -/obj/item/reagent_container/food/snacks/tomatomeat{ - pixel_x = -6; - pixel_y = 6 +/turf/open/floor/prison/floor_plate, +/area/fiorina/lz/near_lzI) +"wxz" = ( +/obj/structure/platform{ + dir = 4 }, -/turf/open/floor/prison/blue/southeast, -/area/fiorina/station/power_ring) +/turf/open/floor/prison/yellow/southeast, +/area/fiorina/station/disco) "wxX" = ( /obj/structure/machinery/computer/cameras{ dir = 8; @@ -28800,18 +28894,15 @@ /obj/structure/machinery/computer/cameras, /turf/open/floor/plating/prison, /area/fiorina/station/security/wardens) +"wyg" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/botany) "wyl" = ( /obj/structure/machinery/power/port_gen/pacman, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"wyp" = ( -/obj/effect/landmark/static_comms/net_two, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) -"wys" = ( -/obj/structure/machinery/recharge_station, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) "wyP" = ( /obj/structure/machinery/light/double/blue{ dir = 8; @@ -28820,27 +28911,45 @@ }, /turf/open/floor/prison, /area/fiorina/station/park) -"wyS" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/tumor/aux_engi) "wyT" = ( /obj/structure/window/framed/prison/reinforced/hull, /turf/open/floor/plating/prison, /area/fiorina/station/transit_hub) -"wzm" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 +"wyZ" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft" }, -/turf/open/floor/prison/blue/northeast, -/area/fiorina/station/civres_blue) -"wzy" = ( -/obj/item/stock_parts/matter_bin/super, -/turf/open/floor/prison/darkpurple2, -/area/fiorina/tumor/servers) +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) +"wzb" = ( +/turf/open/floor/prison/yellow/east, +/area/fiorina/station/central_ring) +"wzq" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/fancy/cigarettes/arcturian_ace{ + pixel_x = -4; + pixel_y = 9 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) "wzE" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/lowsec) +"wzJ" = ( +/obj/item/tool/pickaxe, +/obj/item/tool/pickaxe{ + pixel_y = 5 + }, +/obj/item/tool/pickaxe{ + pixel_y = 10 + }, +/obj/structure/surface/rack, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/tumor/ice_lab) "wzS" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_29"; @@ -28848,6 +28957,10 @@ }, /turf/open/floor/prison, /area/fiorina/station/security) +"wAh" = ( +/obj/item/clothing/gloves/botanic_leather, +/turf/open/floor/prison/greenblue/west, +/area/fiorina/station/botany) "wAn" = ( /obj/structure/machinery/door/airlock/prison_hatch/autoname{ dir = 1 @@ -28871,86 +28984,109 @@ }, /turf/open/floor/prison, /area/fiorina/station/security) -"wAY" = ( -/obj/structure/surface/rack, -/obj/item/storage/toolbox/mechanical, +"wBn" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"wBo" = ( +/obj/structure/closet/bodybag, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) -"wBz" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/prison/blue/east, -/area/fiorina/station/civres_blue) -"wBE" = ( -/turf/open/floor/prison/green/west, -/area/fiorina/tumor/civres) -"wBF" = ( -/obj/item/tool/warning_cone, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) +/area/fiorina/station/medbay) +"wBH" = ( +/turf/open/floor/prison/panelscorched, +/area/fiorina/station/chapel) "wBK" = ( /obj/item/stack/tile/plasteel, /turf/open/floor/plating/prison, /area/fiorina/station/security) +"wBP" = ( +/obj/item/tool/extinguisher/mini, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/corsat/plate, +/area/fiorina/tumor/aux_engi) "wBX" = ( /obj/structure/largecrate/supply/supplies, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"wCe" = ( -/obj/structure/barricade/handrail{ - dir = 4 +"wCp" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 8 }, -/turf/open/organic/grass/astroturf, +/obj/item/prop/helmetgarb/spacejam_tickets{ + desc = "Low security prisoners would smuggle in arcade tickets after visitations. The tickets act as a stand in for paper currency in the prison economy, they're backed by the cigarette standard, since one ticket nets one cigarette at the prize booth. The cigarettes also get smuggled back in."; + name = "\improper arcade tickets"; + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/prison/whitepurple/northeast, /area/fiorina/station/research_cells) -"wCB" = ( -/obj/item/clothing/gloves/botanic_leather, -/turf/open/floor/prison/blue_plate/east, -/area/fiorina/station/botany) -"wDg" = ( -/obj/structure/machinery/shower{ +"wCu" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; pixel_y = 13 }, -/obj/structure/curtain/shower, +/turf/open/floor/prison/yellowfull, +/area/fiorina/station/lowsec) +"wCW" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"wCX" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) +"wCY" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/blue/east, +/area/fiorina/station/power_ring) +"wCZ" = ( +/obj/item/storage/toolbox/antag, +/turf/open/floor/prison/green/west, +/area/fiorina/tumor/civres) +"wDp" = ( /obj/structure/window{ dir = 8 }, -/turf/open/floor/prison/sterile_white/southwest, +/obj/item/circuitboard/machine/rdserver, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) +"wDt" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/plantspray/pests, +/turf/open/floor/prison/blue_plate/east, +/area/fiorina/station/botany) +"wDD" = ( +/obj/item/trash/hotdog, +/turf/open/floor/prison/floor_plate, /area/fiorina/station/medbay) -"wDh" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +"wDQ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/trash/uscm_mre, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"wEg" = ( +/obj/item/bodybag, +/obj/item/bodybag{ + pixel_y = 2 }, -/obj/structure/machinery/power/apc/power/west, -/turf/open/floor/wood, -/area/fiorina/station/security/wardens) -"wEf" = ( -/obj/structure/inflatable/popped/door, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) -"wEq" = ( -/obj/structure/bed{ - icon_state = "abed" +/obj/item/bodybag{ + pixel_y = 4 }, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"wED" = ( -/turf/open/floor/prison/darkbrown2/northwest, -/area/fiorina/station/park) -"wEH" = ( -/obj/item/tool/screwdriver, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) -"wEN" = ( -/obj/structure/tunnel/maint_tunnel, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/ice_lab) -"wFq" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +/area/fiorina/station/medbay) +"wEJ" = ( +/obj/item/stool, +/obj/structure/sign/poster{ + icon_state = "poster15"; + pixel_y = 32 }, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/lowsec) +/turf/open/floor/prison/chapel_carpet/doubleside/north, +/area/fiorina/maintenance) "wFE" = ( /obj/structure/bed/chair{ dir = 1 @@ -28967,13 +29103,17 @@ /turf/open/floor/prison, /area/fiorina/station/park) "wFL" = ( -/obj/effect/alien/weeds/node, -/turf/open/floor/prison/whitegreen, -/area/fiorina/tumor/ice_lab) +/obj/item/stack/cable_coil/random, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) "wFU" = ( /obj/structure/window/framed/prison/reinforced/hull, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) +"wFZ" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/research_cells) "wGa" = ( /obj/structure/window/reinforced{ dir = 1; @@ -28989,6 +29129,12 @@ /obj/item/stack/rods, /turf/open/floor/wood, /area/fiorina/station/park) +"wGi" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) "wGM" = ( /obj/item/device/taperecorder{ pixel_x = 1; @@ -28997,29 +29143,18 @@ /obj/structure/surface/table/woodentable/fancy, /turf/open/floor/wood, /area/fiorina/station/chapel) -"wGR" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/secure_data{ - dir = 8 +"wHg" = ( +/obj/item/shard{ + icon_state = "medium" }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) -"wHh" = ( -/turf/open/floor/prison/floorscorched1, -/area/fiorina/station/civres_blue) +/turf/open/floor/prison/whitegreen/east, +/area/fiorina/station/medbay) "wHl" = ( /obj/structure/platform_decoration{ dir = 8 }, /turf/open/floor/wood, /area/fiorina/station/park) -"wHm" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/cameras{ - network = list("PRISON") - }, -/turf/open/floor/prison/redcorner/east, -/area/fiorina/station/power_ring) "wHq" = ( /obj/effect/landmark/static_comms/net_two, /turf/open/floor/plating/prison, @@ -29028,23 +29163,19 @@ /obj/structure/machinery/door/airlock/prison_hatch/autoname, /turf/open/floor/plating/prison, /area/fiorina/station/security/wardens) -"wHE" = ( -/obj/item/shard{ - icon_state = "large" - }, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/medbay) -"wIr" = ( -/obj/item/tool/soap, -/obj/structure/machinery/shower{ - dir = 8 - }, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/research_cells) -"wIH" = ( -/obj/structure/bed/sofa/south/grey/right, +"wHM" = ( +/obj/effect/spawner/random/toolbox, +/obj/structure/surface/rack, +/obj/item/device/flashlight, /turf/open/floor/prison/greenfull/northwest, /area/fiorina/station/transit_hub) +"wIc" = ( +/turf/open/floor/prison/blue, +/area/fiorina/station/power_ring) +"wIs" = ( +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "wIJ" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer{ @@ -29059,19 +29190,27 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"wIT" = ( -/obj/item/stack/sheet/metal, -/obj/structure/barricade/handrail{ - dir = 4 +"wIQ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/flash, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"wJI" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/box/wy_mre{ + pixel_x = 5; + pixel_y = 2 }, -/turf/open/organic/grass/astroturf, +/turf/open/floor/prison/darkpurplefull2, /area/fiorina/station/research_cells) -"wJD" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 +"wJQ" = ( +/obj/structure/bed/chair{ + dir = 4; + layer = 2.8 }, -/turf/open/floor/prison/redcorner/west, -/area/fiorina/station/power_ring) +/obj/structure/barricade/handrail/type_b, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/flight_deck) "wJX" = ( /obj/structure/platform/kutjevo/smooth, /obj/structure/platform/kutjevo/smooth{ @@ -29084,17 +29223,12 @@ /obj/effect/spawner/random/gun/rifle/midchance, /turf/open/floor/wood, /area/fiorina/station/park) -"wKl" = ( -/obj/structure/platform{ - dir = 1 - }, +"wKg" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) -"wKm" = ( -/obj/item/ammo_magazine/handful/shotgun/incendiary{ - unacidable = 1 - }, -/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) +"wKh" = ( +/turf/open/floor/prison/darkbrown2/southwest, /area/fiorina/tumor/aux_engi) "wKn" = ( /obj/structure/barricade/metal/wired{ @@ -29103,163 +29237,107 @@ }, /turf/open/floor/prison, /area/fiorina/lz/near_lzII) -"wKs" = ( -/obj/item/stack/sheet/metal, -/obj/item/stack/sheet/metal, -/turf/open/floor/prison/sterile_white/southwest, -/area/fiorina/station/research_cells) -"wKv" = ( -/obj/structure/closet/emcloset, -/obj/item/storage/pill_bottle/kelotane/skillless, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"wKy" = ( -/obj/structure/platform{ - dir = 8 - }, -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = -3 +"wKo" = ( +/obj/effect/decal{ + icon = 'icons/obj/items/policetape.dmi'; + icon_state = "engineering_h"; + layer = 2.5; + pixel_y = -11 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) +/obj/item/device/flashlight/flare, +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/station/telecomm/lz1_cargo) +"wKp" = ( +/turf/open/floor/prison/yellow/north, +/area/fiorina/station/disco) "wKE" = ( /obj/effect/landmark/monkey_spawn, /turf/open/floor/plating/prison, /area/fiorina/tumor/civres) -"wLp" = ( -/obj/structure/machinery/power/apc/power/west, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/telecomm/lz1_cargo) -"wLv" = ( -/turf/open/floor/prison/yellow/east, -/area/fiorina/station/lowsec) "wLA" = ( /obj/structure/extinguisher_cabinet, /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/security) -"wLF" = ( -/obj/effect/decal/medical_decals{ - dir = 4; - icon_state = "triagedecaldir" - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) "wMi" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ req_one_access = null }, /turf/open/floor/plating/prison, /area/fiorina/station/chapel) -"wMu" = ( -/obj/structure/machinery/shower{ - pixel_y = 13 - }, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/lowsec) "wMz" = ( /obj/structure/machinery/faxmachine, /obj/structure/surface/table/woodentable/fancy, /turf/open/floor/carpet, /area/fiorina/station/security/wardens) -"wMC" = ( -/obj/structure/platform_decoration, +"wMH" = ( +/obj/item/ammo_casing{ + dir = 8; + icon_state = "cartridge_2" + }, +/turf/open/floor/prison/darkbrowncorners2/west, +/area/fiorina/station/park) +"wMM" = ( /obj/structure/inflatable, -/turf/open/floor/prison/whitegreen, +/obj/structure/barricade/handrail/type_b, +/obj/structure/barricade/handrail/type_b{ + dir = 8 + }, +/turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) -"wMH" = ( -/obj/structure/bed/chair/comfy, -/turf/open/floor/prison/blue, -/area/fiorina/station/civres_blue) -"wMZ" = ( -/obj/structure/bed/roller, -/obj/item/bedsheet/green, -/turf/open/floor/prison/whitepurple/north, -/area/fiorina/station/research_cells) "wNi" = ( /obj/effect/landmark/yautja_teleport, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"wNn" = ( -/obj/structure/largecrate/random/case/double, -/turf/open/floor/prison/whitegreen/northeast, -/area/fiorina/station/medbay) +"wNW" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison/bluecorner, +/area/fiorina/station/chapel) "wOy" = ( /obj/structure/closet/crate/trashcart, /obj/item/storage/pill_bottle/dexalin/skillless, /obj/effect/spawner/random/gun/special/midchance, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"wOz" = ( -/obj/structure/surface/rack, -/obj/item/key, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/whitegreen/southwest, -/area/fiorina/station/medbay) +"wOE" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/lz/near_lzII) "wOM" = ( /obj/item/tool/kitchen/knife, /turf/open/floor/prison, /area/fiorina/station/lowsec) -"wPz" = ( -/turf/closed/shuttle/elevator, -/area/fiorina/station/telecomm/lz1_cargo) -"wPT" = ( -/turf/open/floor/prison/platingdmg1, -/area/fiorina/oob) -"wPV" = ( -/obj/effect/decal/medical_decals{ - icon_state = "cryomid" +"wPp" = ( +/obj/structure/bed/chair{ + dir = 4 }, /turf/open/floor/prison/sterile_white/southwest, /area/fiorina/station/medbay) +"wPz" = ( +/turf/closed/shuttle/elevator, +/area/fiorina/station/telecomm/lz1_cargo) "wQs" = ( /obj/effect/landmark/survivor_spawner, /turf/open/floor/prison, /area/fiorina/station/park) -"wQv" = ( -/turf/open/floor/prison/kitchen, -/area/fiorina/station/research_cells) -"wQH" = ( -/turf/open/floor/prison/greenbluecorner/north, -/area/fiorina/station/botany) -"wQI" = ( -/turf/open/floor/prison/whitegreen/northwest, -/area/fiorina/station/medbay) +"wQF" = ( +/obj/structure/largecrate/random/barrel/yellow, +/obj/structure/machinery/light/double/blue{ + pixel_y = -1 + }, +/turf/open/floor/prison/yellow/southwest, +/area/fiorina/station/disco) "wQN" = ( /obj/structure/machinery/floodlight/landing/floor, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzII) -"wQO" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) "wQT" = ( /obj/structure/largecrate/random/case/double, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"wQV" = ( -/obj/structure/machinery/light/small{ - dir = 8; - pixel_x = -11; - pixel_y = 10 - }, -/obj/structure/toilet{ - dir = 4; - pixel_y = 8 - }, -/turf/open/floor/almayer/plate, -/area/fiorina/tumor/ship) -"wRa" = ( -/obj/structure/closet/toolcloset, -/turf/open/floor/prison/darkbrown2/west, -/area/fiorina/maintenance) "wRg" = ( /obj/item/stack/sheet/metal, /obj/structure/cable/heavyduty{ @@ -29272,23 +29350,13 @@ /turf/open/floor/prison, /area/fiorina/station/park) "wRs" = ( -/obj/structure/closet/bombcloset, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/flight_deck) -"wRw" = ( -/obj/structure/barricade/handrail, -/obj/structure/barricade/handrail{ - dir = 8 - }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/research_cells) -"wRE" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/skills{ - dir = 4 - }, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/darkbrowncorners2, +/area/fiorina/station/park) +"wRC" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/ice_lab) "wRP" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ dir = 1; @@ -29304,48 +29372,28 @@ }, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) -"wSk" = ( -/obj/item/stack/sheet/wood, -/turf/open/floor/prison/darkbrown2/west, -/area/fiorina/station/park) "wSm" = ( /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzII) -"wSu" = ( -/obj/structure/bed/chair, +"wSn" = ( +/obj/structure/largecrate/supply/supplies/tables_racks, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"wSz" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/pill_bottle/inaprovaline/skillless, -/turf/open/floor/prison/blue_plate/north, -/area/fiorina/station/botany) -"wSE" = ( -/turf/open/floor/prison/yellow/northwest, -/area/fiorina/station/disco) -"wSO" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" +/area/fiorina/tumor/civres) +"wSt" = ( +/obj/structure/barricade/wooden{ + dir = 4 }, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/yellow/northwest, -/area/fiorina/station/disco) -"wSS" = ( -/obj/effect/landmark/yautja_teleport, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) -"wTb" = ( -/obj/item/trash/snack_bowl, -/turf/open/floor/prison/yellow/north, -/area/fiorina/station/lowsec) -"wTl" = ( -/obj/item/stack/cable_coil, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) -"wTr" = ( -/obj/structure/machinery/power/apc/power/east, -/turf/open/floor/prison, -/area/fiorina/station/security) +/area/fiorina/station/civres_blue) +"wSu" = ( +/obj/item/ammo_casing{ + icon_state = "casing_5" + }, +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/lz/near_lzI) +"wSC" = ( +/turf/open/floor/prison/darkbrown2/west, +/area/fiorina/tumor/aux_engi) "wTy" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -29353,73 +29401,68 @@ }, /turf/open/floor/prison, /area/fiorina/station/security) -"wTK" = ( -/obj/structure/machinery/cm_vending/sorted/medical/no_access, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"wUp" = ( -/obj/structure/machinery/gibber, -/obj/effect/decal/cleanable/blood{ - pixel_x = 8; - pixel_y = 10 +"wTB" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "ywflowers_3" }, -/turf/open/floor/prison/blue_plate, -/area/fiorina/station/botany) -"wUr" = ( -/obj/structure/platform, -/obj/structure/reagent_dispensers/fueltank/oxygentank{ - layer = 2.6 +/turf/open/organic/grass/astroturf, +/area/fiorina/station/central_ring) +"wTH" = ( +/obj/structure/barricade/wooden{ + dir = 8 }, -/turf/open/floor/prison, -/area/fiorina/lz/near_lzI) -"wUO" = ( -/obj/item/clothing/mask/cigarette/cigar/cohiba, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor/prison/greenfull/east, +/turf/open/floor/prison/chapel_carpet/doubleside/north, /area/fiorina/station/chapel) -"wUP" = ( -/obj/structure/bed/chair{ - dir = 8 +"wUk" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/stock_parts/subspace/amplifier{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/stock_parts/subspace/analyzer{ + pixel_x = -9; + pixel_y = 8 }, -/turf/open/floor/prison/darkbrown2/north, -/area/fiorina/station/park) -"wVf" = ( -/obj/structure/barricade/wooden, /turf/open/floor/prison/floor_plate, /area/fiorina/station/power_ring) -"wVZ" = ( -/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) -"wWo" = ( -/obj/structure/machinery/door/poddoor/almayer/locked{ - indestructible = 1; - name = "launch bay door" +"wUQ" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 }, -/obj/structure/monorail{ - name = "launch track" +/turf/open/floor/prison/greenfull/east, +/area/fiorina/tumor/civres) +"wUT" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 4 }, -/turf/open/floor/plating/prison, -/area/fiorina/oob) -"wWq" = ( -/obj/structure/largecrate/random/case/double, /turf/open/floor/prison/darkyellowfull2/east, -/area/fiorina/station/telecomm/lz1_tram) +/area/fiorina/lz/near_lzI) +"wVU" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/medbay) +"wWm" = ( +/obj/structure/closet, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/flight_deck) +"wWq" = ( +/obj/structure/flora/pottedplant/random, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) "wWs" = ( /turf/open/floor/greengrid, /area/fiorina/station/security) -"wWu" = ( -/obj/structure/kitchenspike, -/turf/open/floor/prison/kitchen, -/area/fiorina/station/power_ring) "wWF" = ( /obj/item/frame/rack, /turf/open/floor/plating/prison, /area/fiorina/station/disco) -"wWI" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/prison/whitegreen/north, -/area/fiorina/tumor/ice_lab) +"wWS" = ( +/obj/effect/decal/hefa_cult_decals/d32, +/turf/open/floor/prison/chapel_carpet/doubleside, +/area/fiorina/station/chapel) "wWT" = ( /obj/effect/decal/cleanable/blood/gibs/xeno, /turf/open/floor/plating/plating_catwalk/prison, @@ -29433,120 +29476,151 @@ }, /turf/open/floor/almayer_hull, /area/fiorina/station/medbay) -"wXi" = ( -/obj/structure/machinery/gibber, -/obj/effect/decal/cleanable/blood{ - pixel_x = -6; - pixel_y = 4 +"wWX" = ( +/obj/structure/platform{ + dir = 1 }, -/turf/open/floor/prison/blue_plate, -/area/fiorina/station/botany) -"wXE" = ( -/obj/item/trash/used_stasis_bag{ - desc = "Wow, instant sand. They really have everything in space."; - name = "Insta-Sand! bag" +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/flight_deck) +"wYh" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/box/donkpockets{ + pixel_x = 5; + pixel_y = 9 }, -/turf/open/floor/prison/green/east, -/area/fiorina/tumor/civres) -"wXJ" = ( -/turf/open/floor/prison/whitepurplecorner/west, -/area/fiorina/station/research_cells) -"wYq" = ( -/obj/structure/platform_decoration{ - dir = 4 +/obj/item/storage/box/donkpockets, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) +"wYP" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = 13 }, -/obj/item/trash/used_stasis_bag, -/turf/open/floor/prison/whitegreen/northwest, -/area/fiorina/station/medbay) -"wYB" = ( /obj/structure/largecrate/random/case, -/turf/open/floor/prison/whitepurple/southwest, -/area/fiorina/station/research_cells) +/turf/open/floor/corsat/plate, +/area/fiorina/tumor/aux_engi) +"wZb" = ( +/obj/structure/machinery/light/double/blue{ + pixel_y = -1 + }, +/turf/open/floor/prison/yellow, +/area/fiorina/station/disco) +"wZl" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) "wZv" = ( /obj/item/stack/sheet/metal, /turf/open/floor/wood, /area/fiorina/station/park) +"wZy" = ( +/obj/item/stack/cable_coil, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) +"wZJ" = ( +/obj/structure/surface/rack, +/obj/item/storage/pill_bottle/bicaridine/skillless, +/obj/item/storage/pill_bottle/bicaridine/skillless, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/medbay) "wZN" = ( /obj/item/reagent_container/food/drinks/bottle/melonliquor, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) -"xat" = ( -/turf/open/floor/corsat/squares, -/area/fiorina/station/medbay) -"xbH" = ( -/obj/item/clothing/gloves/botanic_leather, -/turf/open/floor/prison/greenblue/west, +"wZS" = ( +/obj/structure/bookcase/manuals/engineering, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) +"xap" = ( +/obj/structure/tunnel/maint_tunnel, +/turf/open/floor/prison/greenblue/southwest, /area/fiorina/station/botany) -"xbP" = ( -/obj/item/tool/kitchen/utensil/pspoon, -/turf/open/floor/prison/blue/east, +"xaq" = ( +/turf/open/floor/prison/green/southwest, +/area/fiorina/station/transit_hub) +"xbc" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/prison/blue/southeast, /area/fiorina/station/power_ring) -"xbT" = ( -/obj/structure/powerloader_wreckage, -/obj/effect/decal/cleanable/blood/gibs/robot/limb, +"xbe" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "lavendergrass_2" + }, /turf/open/organic/grass/astroturf, -/area/fiorina/station/research_cells) -"xch" = ( -/obj/structure/blocker/invisible_wall, -/turf/open/floor/prison/whitepurple/northwest, -/area/fiorina/oob) +/area/fiorina/station/central_ring) +"xbO" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) +"xcb" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/decal/medical_decals{ + icon_state = "cryomid" + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "xck" = ( /obj/structure/largecrate/random/case/small, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/park) -"xcp" = ( -/turf/open/floor/prison/yellow/southwest, -/area/fiorina/station/lowsec) -"xcQ" = ( -/obj/item/ammo_magazine/smg/mp5, -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/prison/darkyellowcorners2/north, -/area/fiorina/station/telecomm/lz1_cargo) -"xcU" = ( -/obj/item/ammo_casing{ - icon_state = "casing_5" +"xco" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 4 }, -/obj/item/clothing/suit/armor/vest/security, -/turf/open/floor/prison/sterile_white/southwest, +/obj/structure/platform_decoration{ + dir = 6 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) +"xcq" = ( +/obj/structure/platform_decoration, +/turf/open/floor/prison/whitegreen, /area/fiorina/station/medbay) -"xdi" = ( -/turf/open/floor/prison/whitegreencorner, -/area/fiorina/tumor/ice_lab) -"xds" = ( -/obj/effect/decal/hefa_cult_decals/d32{ - icon_state = "2" +"xcF" = ( +/obj/structure/platform_decoration{ + dir = 1 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) +/area/fiorina/station/central_ring) +"xcH" = ( +/turf/open/floor/corsat/plate, +/area/fiorina/station/civres_blue) +"xcM" = ( +/obj/structure/platform_decoration, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/transit_hub) +"xdi" = ( +/obj/structure/barricade/handrail/type_b, +/turf/open/floor/prison/darkyellow2, +/area/fiorina/station/flight_deck) +"xdk" = ( +/obj/structure/platform, +/turf/open/gm/river/red_pool, +/area/fiorina/station/park) "xdE" = ( /obj/structure/window/framed/prison/reinforced/hull, /turf/open/floor/plating/prison, /area/fiorina/station/telecomm/lz1_tram) -"xdI" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/spawner/random/powercell, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) -"xdO" = ( -/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) -"xdV" = ( -/obj/item/weapon/harpoon, -/obj/effect/decal/cleanable/blood{ - icon_state = "gib6" - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/disco) -"xdY" = ( -/obj/structure/closet/wardrobe/orange, -/obj/item/clothing/gloves/boxing/yellow, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/lowsec) +"xdF" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/prison/darkbrown2/east, +/area/fiorina/maintenance) "xea" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/whitegreen/west, -/area/fiorina/station/medbay) +/obj/structure/closet/secure_closet/guncabinet{ + req_access = null + }, +/obj/item/clothing/under/marine/ua_riot, +/obj/item/clothing/suit/storage/marine/veteran/ua_riot, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) "xed" = ( /obj/structure/window/reinforced{ dir = 4 @@ -29558,25 +29632,14 @@ /obj/structure/machinery/computer/secure_data, /turf/open/floor/prison, /area/fiorina/station/security) -"xej" = ( -/obj/item/ammo_magazine/shotgun/buckshot, +"xer" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/darkbrown2/west, +/area/fiorina/tumor/aux_engi) +"xet" = ( +/obj/structure/machinery/computer3/server/rack, /turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"xek" = ( -/obj/effect/decal/hefa_cult_decals/d32{ - icon_state = "2" - }, -/turf/open/floor/prison/chapel_carpet/doubleside, -/area/fiorina/station/chapel) -"xev" = ( -/obj/structure/bed/roller, -/obj/structure/machinery/iv_drip{ - pixel_y = 19 - }, -/obj/item/newspaper, -/obj/item/bedsheet/green, -/turf/open/floor/prison/whitegreen/east, -/area/fiorina/station/medbay) +/area/fiorina/tumor/servers) "xew" = ( /turf/closed/shuttle/ert{ icon_state = "stan_leftengine" @@ -29597,50 +29660,65 @@ }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzI) -"xfg" = ( +"xfh" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"xfl" = ( +/turf/open/floor/prison/yellow/west, +/area/fiorina/lz/near_lzII) +"xfy" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/station/park) +"xfP" = ( +/obj/structure/machinery/vending/cola, +/obj/structure/prop/souto_land/streamer{ + dir = 1; + pixel_y = 24 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/fiorina/station/park) +"xgk" = ( /obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; + dir = 4; + pixel_x = 10; pixel_y = 13 }, -/obj/item/clothing/suit/storage/hazardvest, -/turf/open/floor/corsat/plate, -/area/fiorina/station/civres_blue) -"xfn" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/open/floor/prison/blue_plate/east, -/area/fiorina/station/botany) -"xfX" = ( -/turf/open/floor/prison/darkpurple2/southwest, +/turf/open/floor/prison/darkpurplefull2, /area/fiorina/tumor/servers) -"xgu" = ( -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/fiberbush) -"xgv" = ( -/turf/open/floor/prison/blue_plate/west, +"xgo" = ( +/obj/structure/bed/chair, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) +"xgs" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) +"xgB" = ( +/obj/structure/bed/chair, +/turf/open/floor/prison/blue_plate/east, /area/fiorina/station/botany) "xgF" = ( /obj/structure/machinery/light/double/blue, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"xgZ" = ( -/turf/open/floor/prison/yellow/southeast, -/area/fiorina/station/lowsec) -"xhH" = ( -/obj/structure/platform{ - dir = 8 +"xhd" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/card/id/gold{ + pixel_x = 2; + pixel_y = 4 }, -/obj/effect/decal/medical_decals{ - icon_state = "triagedecalbottomleft" +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/station/research_cells) +"xhN" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 30 }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"xiE" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzII) +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) "xiF" = ( /obj/structure/largecrate/random/case/double, /obj/structure/machinery/light/double/blue{ @@ -29655,59 +29733,53 @@ }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzII) -"xjg" = ( -/turf/open/floor/prison/kitchen, -/area/fiorina/station/lowsec) +"xjc" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 + }, +/turf/open/floor/prison/greenblue/east, +/area/fiorina/station/botany) "xjm" = ( /obj/structure/computerframe, /turf/open/floor/plating/prison, /area/fiorina/station/telecomm/lz2_maint) "xjp" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/yellowfull, +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/turf/open/floor/prison/redfull, /area/fiorina/station/lowsec) -"xjI" = ( -/obj/item/stack/rods, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - density = 0; - dir = 4 - }, -/turf/open/floor/prison/platingdmg3, -/area/fiorina/station/security) -"xjP" = ( -/obj/structure/platform_decoration{ - dir = 8 - }, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) -"xjT" = ( -/turf/open/floor/prison/darkyellowcorners2/east, -/area/fiorina/station/flight_deck) +"xkm" = ( +/obj/effect/spawner/random/gun/rifle/highchance, +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/lz/near_lzI) "xkv" = ( /turf/closed/wall/prison, /area/fiorina/station/telecomm/lz1_tram) -"xkM" = ( -/obj/structure/platform{ - dir = 4 +"xln" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 }, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/botany) -"xli" = ( -/obj/structure/largecrate/random/barrel/yellow, -/turf/open/floor/prison/yellow, -/area/fiorina/station/lowsec) +/turf/open/floor/almayer/plate, +/area/fiorina/tumor/ship) "xlp" = ( /obj/structure/bed/chair/office/dark{ dir = 8 }, /turf/open/floor/wood, /area/fiorina/station/research_cells) -"xlP" = ( -/obj/structure/surface/rack, -/obj/item/reagent_container/spray/cleaner, -/obj/structure/machinery/power/apc/power/east, -/turf/open/floor/plating/prison, -/area/fiorina/maintenance) +"xlr" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/spray/pepper, +/obj/item/clothing/glasses/sunglasses/sechud, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"xlx" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/medbay) "xlZ" = ( /obj/structure/surface/table/woodentable, /obj/item/storage/box/pillbottles, @@ -29723,18 +29795,15 @@ /obj/item/device/flashlight/lamp/green, /turf/open/floor/carpet, /area/fiorina/station/security/wardens) -"xmJ" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/research_cells) -"xmP" = ( -/obj/structure/stairs/perspective{ - dir = 4; - icon_state = "p_stair_full" - }, -/obj/structure/platform, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/station/park) +"xmp" = ( +/obj/structure/surface/rack, +/obj/item/poster, +/obj/item/poster, +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/lz/near_lzI) +"xmC" = ( +/turf/open/floor/prison/green/north, +/area/fiorina/tumor/civres) "xmX" = ( /obj/structure/cargo_container/grant/right{ health = 5000; @@ -29757,38 +29826,15 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"xnw" = ( -/obj/structure/prop/structure_lattice{ - dir = 8; - health = 300; - icon = 'icons/turf/elevator.dmi'; - icon_state = "wall_broke" - }, -/turf/open/floor/corsat/squares, -/area/fiorina/station/telecomm/lz1_cargo) +"xnD" = ( +/obj/structure/prop/almayer/computers/sensor_computer3, +/turf/open/floor/prison/darkredfull2, +/area/fiorina/station/security) "xnE" = ( /obj/structure/largecrate/random/case/small, /obj/item/key/cargo_train, /turf/open/floor/prison, /area/fiorina/tumor/aux_engi) -"xnH" = ( -/obj/structure/prop/invuln{ - desc = "Floating cells are reserved for highly dangerous criminals. Whoever is out there is probably best left out there."; - icon = 'icons/obj/structures/doors/celldoor.dmi'; - icon_state = "door_closed"; - layer = 2.5; - name = "cell door" - }, -/obj/structure/blocker/invisible_wall, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/servers) -"xnJ" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4; - layer = 3.25 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) "xnM" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_sn_full_cap" @@ -29796,9 +29842,9 @@ /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) "xnP" = ( -/obj/effect/spawner/random/gun/smg, -/turf/open/floor/prison/yellow/northeast, -/area/fiorina/station/lowsec) +/obj/item/stack/cable_coil, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) "xnR" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/box/cups, @@ -29809,6 +29855,12 @@ }, /turf/open/floor/prison, /area/fiorina/station/security) +"xnT" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/toolbox, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) "xnU" = ( /obj/structure/machinery/camera/autoname/lz_camera, /turf/open/floor/plating/prison, @@ -29819,105 +29871,61 @@ }, /turf/open/floor/prison, /area/fiorina/station/flight_deck) -"xnY" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/cell_stripe/east, -/area/fiorina/station/medbay) -"xod" = ( -/obj/structure/closet/secure_closet/medical2{ - req_access_txt = "100" - }, -/obj/item/alienjar, -/turf/open/floor/corsat/squares, -/area/fiorina/station/medbay) "xoi" = ( /obj/item/reagent_container/food/drinks/cans/waterbottle, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"xoC" = ( -/obj/structure/inflatable/popped, -/obj/effect/decal/medical_decals{ - icon_state = "triagedecaldir" - }, -/turf/open/floor/prison/whitegreen/west, -/area/fiorina/station/medbay) -"xpa" = ( -/obj/structure/disposalpipe/segment{ - icon_state = "delivery_outlet"; - layer = 6; - name = "overhead ducting"; - pixel_y = 33 - }, +"xop" = ( +/obj/item/storage/fancy/cigarettes/lucky_strikes, +/obj/structure/surface/table/reinforced/prison, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"xpu" = ( -/obj/structure/girder, -/turf/open/floor/prison/yellow, -/area/fiorina/station/lowsec) -"xpy" = ( -/obj/structure/surface/rack, -/obj/item/storage/box/sprays, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/botany) -"xpA" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/obj/item/tool/pickaxe, -/turf/open/floor/prison/whitegreen, -/area/fiorina/tumor/ice_lab) -"xpH" = ( +/area/fiorina/station/park) +"xor" = ( /obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/cameras{ - dir = 1 - }, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"xqb" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 - }, -/turf/open/floor/prison/yellow/northwest, -/area/fiorina/station/disco) -"xqi" = ( -/obj/structure/prop/resin_prop{ - icon_state = "sheater0" - }, /turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/aux_engi) -"xqk" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 6 - }, -/obj/structure/barricade/handrail/type_b{ - dir = 8; - layer = 3.5 - }, -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 1; - health = 25000; - layer = 2.9; - pixel_y = 17 +/area/fiorina/station/lowsec) +"xow" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) +"xpp" = ( +/obj/structure/reagent_dispensers/water_cooler{ + pixel_x = 1; + pixel_y = 8 }, -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) -"xqm" = ( -/turf/open/floor/prison/bluecorner/east, -/area/fiorina/station/chapel) -"xqu" = ( -/obj/structure/machinery/power/apc/power/west, -/turf/open/floor/prison, -/area/fiorina/lz/near_lzI) +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) +"xpA" = ( +/obj/effect/spawner/random/gun/rifle/lowchance, +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/station/flight_deck) +"xpL" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/blue_plate, +/area/fiorina/station/botany) "xqD" = ( /obj/item/explosive/grenade/high_explosive/frag, /turf/open/floor/prison, /area/fiorina/station/security) +"xqL" = ( +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/wood, +/area/fiorina/station/park) +"xra" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/floor/prison/bluefull, +/area/fiorina/station/power_ring) "xrn" = ( /obj/structure/surface/table/reinforced/prison, /obj/effect/spawner/random/gun/pistol/lowchance, /turf/open/floor/prison, /area/fiorina/station/power_ring) +"xrF" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/yellow, +/area/fiorina/station/lowsec) "xrG" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_ew_full_cap" @@ -29931,25 +29939,10 @@ }, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzII) -"xrO" = ( -/obj/structure/surface/rack, -/obj/item/storage/toolbox/mechanical/green, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/maintenance) -"xrQ" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/handset{ - pixel_y = -4 - }, -/obj/item/handset{ - pixel_x = 7; - pixel_y = 10 - }, -/obj/item/tool/pen, -/turf/open/floor/prison/floor_plate, +"xrI" = ( +/obj/item/frame/rack, +/obj/item/clothing/under/marine/ua_riot, +/turf/open/floor/prison/redfull, /area/fiorina/station/security) "xsg" = ( /obj/item/trash/pistachios, @@ -29960,37 +29953,47 @@ }, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"xso" = ( -/turf/open/floor/prison/floorscorched1, -/area/fiorina/station/security) +"xsi" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/prison/greenblue/west, +/area/fiorina/station/botany) "xst" = ( /obj/structure/platform, /turf/open/floor/prison/chapel_carpet, /area/fiorina/station/chapel) -"xsK" = ( -/obj/structure/inflatable, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"xtc" = ( -/turf/open/floor/prison/platingdmg3, -/area/fiorina/station/security) +"xsD" = ( +/turf/open/floor/prison/sterile_white, +/area/fiorina/station/civres_blue) +"xsS" = ( +/obj/effect/decal{ + icon = 'icons/obj/items/policetape.dmi'; + icon_state = "engineering_h"; + layer = 2.5; + pixel_y = -11 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/fiorina/station/flight_deck) +"xsU" = ( +/turf/open/floor/prison/darkyellowfull2/east, +/area/fiorina/tumor/servers) +"xsZ" = ( +/obj/structure/prop/resin_prop{ + icon_state = "rack" + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) "xte" = ( /obj/structure/platform_decoration, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/telecomm/lz1_tram) -"xtB" = ( -/obj/structure/barricade/handrail/type_b{ - dir = 4; - layer = 3.5 - }, -/obj/structure/disposalpipe/segment{ - icon_state = "delivery_outlet"; - layer = 6; - name = "overhead ducting"; - pixel_y = 33 +"xtL" = ( +/obj/structure/barricade/handrail{ + dir = 8 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/ice_lab) +/turf/open/floor/prison/red/west, +/area/fiorina/station/security) "xtP" = ( /obj/structure/platform/kutjevo/smooth{ dir = 1 @@ -30005,34 +30008,35 @@ }, /turf/open/space, /area/fiorina/oob) -"xtY" = ( -/obj/item/storage/briefcase, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) -"xuz" = ( -/obj/structure/prop/dam/crane, -/turf/open/floor/prison/floor_marked/west, -/area/fiorina/tumor/servers) -"xuG" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/flight_deck) -"xuJ" = ( -/obj/effect/spawner/random/tool, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) -"xuU" = ( +"xtT" = ( +/obj/structure/surface/table/reinforced/prison{ + flipped = 1 + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"xtV" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/stack/sheet/mineral/plastic, +/obj/item/reagent_container/food/snacks/mre_pack/meal4{ + name = "\improper prison food"; + pixel_y = 9 + }, /turf/open/floor/prison/darkpurplefull2, -/area/fiorina/tumor/servers) -"xvd" = ( -/turf/open/floor/prison/whitegreen/west, -/area/fiorina/oob) -"xvx" = ( -/obj/structure/closet/bombcloset, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) +/area/fiorina/station/research_cells) +"xuO" = ( +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/ship) +"xuW" = ( +/turf/open/floor/prison/darkyellow2, +/area/fiorina/station/flight_deck) +"xuY" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 8 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) +"xve" = ( +/turf/open/floor/prison/darkyellowcorners2, +/area/fiorina/station/flight_deck) "xvB" = ( /obj/structure/machinery/door/airlock/multi_tile/elevator/access{ name = "greenhouse airlock" @@ -30049,28 +30053,27 @@ /obj/item/trash/eat, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"xvP" = ( -/obj/structure/closet/crate/miningcar{ - name = "\improper materials storage bin" +"xvO" = ( +/obj/effect/decal/cleanable/blood/splatter{ + icon_state = "gib2" }, -/obj/item/reagent_container/food/snacks/meat, -/turf/open/floor/prison/greenblue/east, -/area/fiorina/station/botany) -"xwv" = ( -/obj/effect/decal/medical_decals{ - icon_state = "cryocell2deval" +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = -3 }, -/turf/open/floor/prison/whitegreen, +/turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) -"xwz" = ( -/obj/structure/platform{ - dir = 1 - }, +"xwn" = ( /obj/effect/decal/medical_decals{ - icon_state = "cryomid" + icon_state = "docstripingdir" }, -/turf/open/floor/prison/whitegreenfull/southwest, +/turf/open/floor/prison/sterile_white/southwest, /area/fiorina/station/medbay) +"xwx" = ( +/obj/structure/bed/chair/comfy, +/turf/open/floor/prison/darkyellow2/southeast, +/area/fiorina/station/flight_deck) "xwA" = ( /obj/item/ammo_casing{ icon_state = "casing_6_1" @@ -30085,18 +30088,25 @@ /obj/item/tool/weldingtool, /turf/open/floor/prison, /area/fiorina/station/civres_blue) -"xwM" = ( -/obj/structure/platform, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/station/park) -"xxA" = ( -/obj/structure/reagent_dispensers/water_cooler/stacks, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/flight_deck) +"xwK" = ( +/turf/open/floor/prison/darkyellow2/southwest, +/area/fiorina/station/power_ring) +"xwL" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/green/west, +/area/fiorina/tumor/civres) +"xwW" = ( +/obj/item/stack/cable_coil, +/turf/open/floor/prison/darkpurplefull2, +/area/fiorina/tumor/servers) "xxD" = ( /turf/open/floor/wood, /area/fiorina/station/civres_blue) +"xxW" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/toy/deck/uno, +/turf/open/floor/prison/greenfull/northwest, +/area/fiorina/station/botany) "xxX" = ( /obj/effect/decal/cleanable/blood/splatter{ icon_state = "gib4" @@ -30110,16 +30120,25 @@ }, /turf/open/floor/prison, /area/fiorina/station/telecomm/lz1_cargo) -"xyn" = ( +"xys" = ( +/obj/structure/cargo_container/grant/right{ + density = 0; + desc = "A huge industrial shipping container. You could slip just behind it."; + health = 5000; + layer = 4; + unacidable = 1 + }, /turf/open/floor/prison/floor_plate, -/area/fiorina/lz/near_lzI) -"xyx" = ( -/obj/structure/prop/souto_land/streamer{ - dir = 1; - pixel_y = 24 +/area/fiorina/station/power_ring) +"xyE" = ( +/obj/structure/disposalpipe/segment{ + icon_state = "delivery_outlet"; + layer = 6; + name = "overhead ducting"; + pixel_y = 33 }, -/turf/open/floor/prison/darkbrown2/west, -/area/fiorina/station/park) +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) "xyK" = ( /obj/structure/stairs/perspective{ dir = 1; @@ -30130,20 +30149,13 @@ }, /turf/open/floor/prison, /area/fiorina/station/power_ring) -"xyW" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/spacecash/c10, -/obj/item/spacecash/c10{ - pixel_x = 5; - pixel_y = 10 - }, -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = -3 +"xzh" = ( +/obj/structure/barricade/sandbags{ + icon_state = "sandbag_0"; + pixel_y = -14 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/flight_deck) "xzj" = ( /turf/open/floor/carpet, /area/fiorina/tumor/civres) @@ -30151,34 +30163,35 @@ /obj/item/prop/helmetgarb/gunoil, /turf/open/floor/prison, /area/fiorina/maintenance) +"xzw" = ( +/obj/structure/barricade/handrail/type_b{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/flight_deck) +"xAd" = ( +/obj/item/stack/tile/plasteel, +/turf/open/floor/prison/greenfull/east, +/area/fiorina/tumor/civres) "xAl" = ( /obj/structure/cargo_container/grant/right{ desc = "A huge industrial shipping container. You're not sure how it got here." }, /turf/open/space, /area/fiorina/oob) -"xAm" = ( -/obj/item/stack/sheet/wood, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"xAq" = ( -/turf/open/floor/prison/bluecorner/north, -/area/fiorina/station/power_ring) -"xAF" = ( -/obj/item/frame/rack, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"xAK" = ( -/obj/structure/machinery/iv_drip, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"xAW" = ( -/obj/structure/toilet{ - dir = 4; - pixel_y = 8 +"xAp" = ( +/turf/open/floor/prison/cell_stripe/west, +/area/fiorina/oob) +"xAE" = ( +/turf/open/floor/prison/darkyellow2/north, +/area/fiorina/station/telecomm/lz1_tram) +"xBf" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/turf/open/floor/prison/yellow/northwest, -/area/fiorina/station/lowsec) +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/medbay) "xBl" = ( /obj/structure/surface/table/woodentable, /obj/item/circuitboard/apc, @@ -30193,14 +30206,37 @@ }, /turf/open/floor/carpet, /area/fiorina/station/civres_blue) -"xBn" = ( -/turf/open/floor/prison/floorscorched2, -/area/fiorina/station/civres_blue) +"xBr" = ( +/obj/structure/barricade/handrail/type_b{ + dir = 8 + }, +/obj/structure/bed/chair/office/dark{ + dir = 4; + layer = 3.25 + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) "xBv" = ( /obj/structure/bed/roller, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/prison, /area/fiorina/station/lowsec) +"xBH" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/glass/bottle/spaceacillin{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/reagent_container/syringe{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/reagent_container/glass/bottle/spaceacillin{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/ice_lab) "xBK" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/flora/pottedplant{ @@ -30214,11 +30250,30 @@ /obj/item/toy/crayon/rainbow, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"xCv" = ( -/obj/structure/machinery/shower{ - pixel_y = 13 +"xCz" = ( +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/disco) +"xCA" = ( +/obj/structure/barricade/wooden{ + dir = 4 }, -/turf/open/floor/prison/kitchen, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/telecomm/lz1_cargo) +"xCC" = ( +/obj/structure/bed/sofa/south/grey/left, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) +"xCQ" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) +"xCV" = ( +/obj/item/device/flashlight/lamp/tripod, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/darkpurplefull2, /area/fiorina/station/research_cells) "xDg" = ( /obj/effect/decal/cleanable/blood/oil, @@ -30243,51 +30298,23 @@ }, /turf/open/floor/prison, /area/fiorina/station/botany) -"xDI" = ( -/obj/item/ammo_casing{ - icon_state = "casing_6" - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/lowsec) -"xDR" = ( -/obj/structure/inflatable/door, -/turf/open/floor/prison/yellow/northeast, -/area/fiorina/station/lowsec) -"xDX" = ( -/obj/structure/barricade/handrail, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/central_ring) -"xEc" = ( -/obj/effect/decal{ - icon = 'icons/obj/items/policetape.dmi'; - icon_state = "engineering_v" - }, -/turf/open/floor/prison/darkyellow2/north, -/area/fiorina/station/telecomm/lz1_cargo) -"xEj" = ( -/obj/item/tool/warning_cone{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/item/tool/warning_cone{ - pixel_x = -4; - pixel_y = 5 - }, -/obj/item/tool/warning_cone{ - pixel_x = -4; - pixel_y = 8 - }, -/obj/structure/surface/rack, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/maintenance) -"xEA" = ( +"xDF" = ( +/obj/item/stack/rods, +/turf/open/floor/prison/greencorner/east, +/area/fiorina/station/chapel) +"xEb" = ( /obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"xEB" = ( -/obj/structure/largecrate/random/case, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/station/park) +/obj/structure/machinery/microwave{ + desc = "So uh yeah, about that cat..."; + icon_state = "mwbloodyo"; + pixel_y = 6 + }, +/turf/open/floor/prison/kitchen/southwest, +/area/fiorina/station/civres_blue) +"xEl" = ( +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/plating/prison, +/area/fiorina/station/telecomm/lz2_maint) "xEE" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22"; @@ -30300,10 +30327,19 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/civres) -"xEF" = ( -/obj/item/tool/lighter/random, -/turf/open/floor/prison/kitchen/southwest, -/area/fiorina/tumor/civres) +"xEI" = ( +/obj/structure/barricade/handrail, +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/research_cells) +"xEZ" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/research_cells) "xFe" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -30315,21 +30351,6 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"xFk" = ( -/obj/effect/alien/weeds/node, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) -"xFA" = ( -/obj/structure/prop/structure_lattice{ - dir = 4 - }, -/obj/structure/prop/structure_lattice{ - dir = 4; - layer = 3.1; - pixel_y = 10 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) "xFB" = ( /obj/structure/platform, /turf/open/floor/prison, @@ -30339,40 +30360,41 @@ icon_state = "stan_rightengine" }, /area/fiorina/lz/near_lzI) +"xGa" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison/blue_plate/north, +/area/fiorina/station/botany) +"xGf" = ( +/turf/open/floor/prison/darkbrowncorners2/north, +/area/fiorina/station/park) +"xGk" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) "xGt" = ( /obj/structure/window/framed/prison/reinforced, /turf/open/floor/plating/prison, /area/fiorina/station/security) -"xGH" = ( -/obj/structure/machinery/computer/emails{ - pixel_y = 6 - }, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/park) -"xGV" = ( -/obj/item/stack/sheet/metal{ - amount = 5 - }, +"xGB" = ( +/obj/structure/bed/sofa/south/grey/right, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/telecomm/lz1_cargo) -"xGX" = ( -/obj/structure/platform, -/obj/structure/platform{ - dir = 4 - }, -/obj/structure/platform_decoration{ - dir = 6 +/area/fiorina/station/civres_blue) +"xHD" = ( +/obj/item/shard{ + icon_state = "large" }, -/obj/structure/closet/emcloset, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) -"xHl" = ( -/turf/open/organic/grass/astroturf, -/area/fiorina/station/park) +/turf/open/floor/prison/chapel_carpet/doubleside/north, +/area/fiorina/station/chapel) "xHV" = ( /turf/closed/wall/mineral/bone_resin, /area/fiorina/tumor/civres) +"xIc" = ( +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/whitepurple/north, +/area/fiorina/station/research_cells) "xIh" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/light/double/blue{ @@ -30382,67 +30404,63 @@ }, /turf/open/floor/wood, /area/fiorina/station/park) -"xIm" = ( -/obj/item/stool, -/turf/open/floor/prison/blue/west, -/area/fiorina/station/power_ring) +"xIi" = ( +/obj/item/tool/crowbar/red, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/medbay) +"xIq" = ( +/obj/item/stack/tile/plasteel, +/turf/open/floor/prison/yellow/southwest, +/area/fiorina/station/disco) "xIx" = ( /obj/structure/largecrate/random, /turf/open/floor/plating/prison, /area/fiorina/station/chapel) -"xIU" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/yellow/southwest, -/area/fiorina/station/disco) -"xJj" = ( -/obj/item/trash/semki, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) -"xJn" = ( -/obj/structure/machinery/vending/hydronutrients, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/botany) -"xJp" = ( -/obj/structure/barricade/handrail/type_b{ - layer = 3.4 - }, -/obj/structure/barricade/handrail/type_b{ - dir = 8 - }, -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) +"xII" = ( +/turf/open/floor/prison/darkbrown2, +/area/fiorina/maintenance) "xJw" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/civres_blue) -"xJV" = ( -/obj/item/paper/crumpled/bloody, -/turf/open/floor/prison/chapel_carpet/doubleside/north, -/area/fiorina/maintenance) +"xJH" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = 13 + }, +/obj/structure/largecrate/random, +/turf/open/floor/corsat/plate, +/area/fiorina/station/civres_blue) +"xJQ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/toolbox, +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/transit_hub) "xKj" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) -"xKX" = ( -/turf/open/floor/plating/prison, -/area/fiorina/station/disco) -"xLi" = ( -/turf/closed/wall/prison, -/area/fiorina/tumor/ice_lab) -"xLl" = ( -/obj/effect/landmark/corpsespawner/ua_riot/burst, -/turf/open/floor/prison/greenfull/east, -/area/fiorina/tumor/civres) -"xLu" = ( +"xKV" = ( /obj/structure/machinery/light/double/blue{ dir = 4; pixel_x = 10; - pixel_y = 13 + pixel_y = -3 }, /turf/open/floor/prison/floor_plate, /area/fiorina/station/power_ring) +"xKX" = ( +/turf/open/floor/plating/prison, +/area/fiorina/station/disco) +"xLi" = ( +/turf/closed/wall/prison, +/area/fiorina/tumor/ice_lab) +"xLD" = ( +/turf/open/floor/prison/darkyellow2/northeast, +/area/fiorina/station/telecomm/lz1_tram) "xLQ" = ( /obj/structure/window/framed/prison, /turf/open/floor/plating/prison, @@ -30452,33 +30470,23 @@ /obj/effect/spawner/random/toolbox, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"xLT" = ( -/obj/structure/inflatable/popped, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/whitegreen/north, -/area/fiorina/station/medbay) -"xMk" = ( -/obj/structure/filingcabinet, +"xMa" = ( +/obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) -"xMv" = ( -/obj/structure/platform{ - dir = 8 +/area/fiorina/station/security/wardens) +"xMN" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 9 }, -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/whitegreen/west, -/area/fiorina/tumor/ice_lab) -"xMz" = ( -/obj/item/prop/helmetgarb/gunoil, -/turf/open/floor/prison/darkpurplefull2, -/area/fiorina/station/research_cells) -"xMU" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/darkpurple2, -/area/fiorina/tumor/servers) +/obj/structure/barricade/handrail/type_b{ + layer = 3.5 + }, +/obj/structure/barricade/handrail/type_b{ + dir = 4; + layer = 3.5 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/civres_blue) "xMW" = ( /obj/structure/barricade/handrail{ dir = 1; @@ -30497,10 +30505,21 @@ /obj/structure/extinguisher_cabinet, /turf/closed/wall/r_wall/prison, /area/fiorina/station/security) -"xNs" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/maintenance) +"xNo" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/civres_blue) +"xNq" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/blue, +/area/fiorina/station/power_ring) +"xND" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 + }, +/turf/open/floor/prison/greenblue, +/area/fiorina/station/botany) "xNQ" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -30511,6 +30530,9 @@ }, /turf/open/floor/prison, /area/fiorina/station/disco) +"xOK" = ( +/turf/open/floor/prison/cell_stripe/east, +/area/fiorina/station/power_ring) "xOQ" = ( /obj/structure/machinery/light/double/blue{ dir = 1; @@ -30518,46 +30540,29 @@ }, /turf/open/floor/prison, /area/fiorina/lz/near_lzII) -"xPu" = ( -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) -"xPE" = ( -/obj/item/prop/helmetgarb/gunoil, -/turf/open/floor/prison/whitegreen/east, +"xOW" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/fancy/vials/random, +/turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) +"xPd" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/lz/near_lzII) "xPG" = ( /obj/structure/bed/chair/comfy{ dir = 8 }, /turf/open/floor/plating/prison, /area/fiorina/maintenance) -"xPH" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22"; - layer = 2.8 - }, -/obj/structure/barricade/handrail/type_b, +"xPR" = ( +/obj/structure/closet/crate/medical, +/obj/item/tool/surgery/bonegel, +/obj/item/tool/surgery/bonegel, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/flight_deck) -"xPS" = ( -/obj/structure/surface/table/reinforced/prison{ - dir = 8; - flipped = 1 - }, -/obj/item/storage/box/ids, -/obj/item/reagent_container/food/drinks/cans/souto/grape{ - pixel_x = 14; - pixel_y = 7 - }, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/research_cells) -"xPZ" = ( -/obj/structure/closet/crate/miningcar{ - name = "\improper materials storage bin" - }, -/turf/open/floor/prison/greenblue, -/area/fiorina/station/botany) +/area/fiorina/station/medbay) "xQC" = ( /obj/structure/window/framed/prison/reinforced/hull, /turf/open/floor/plating/prison, @@ -30566,82 +30571,63 @@ /obj/structure/closet/bodybag, /obj/effect/decal/cleanable/blood/gibs/up, /turf/open/floor/prison, -/area/fiorina/station/lowsec) -"xQL" = ( -/obj/structure/bed{ - icon_state = "abed" - }, -/obj/item/reagent_container/food/drinks/flask/marine, -/turf/open/floor/prison/whitepurple/southwest, -/area/fiorina/station/research_cells) -"xQO" = ( -/obj/item/trash/cigbutt/ucigbutt{ - pixel_x = 5; - pixel_y = 12 - }, -/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/station/lowsec) +"xQG" = ( +/turf/open/floor/prison/whitegreen/east, /area/fiorina/station/medbay) -"xQT" = ( -/obj/structure/barricade/handrail{ - dir = 1; - pixel_y = 2 +"xRb" = ( +/obj/structure/barricade/handrail/type_b{ + dir = 4; + layer = 3.5 + }, +/obj/structure/platform_decoration{ + dir = 8 }, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) -"xRp" = ( -/obj/item/trash/cigbutt/bcigbutt, -/obj/item/device/flashlight/lamp/tripod, +/area/fiorina/station/disco) +"xRi" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 4 + }, /turf/open/floor/prison/sterile_white/southwest, /area/fiorina/station/medbay) -"xRN" = ( +"xRk" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/tool/surgery/surgicaldrill, -/turf/open/floor/prison/yellowcorner, -/area/fiorina/station/lowsec) -"xSc" = ( -/obj/structure/machinery/disposal, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/chapel) -"xSj" = ( -/obj/structure/bed/sofa/south/grey/right, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 - }, -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/transit_hub) -"xSp" = ( -/obj/structure/platform, -/obj/structure/machinery/light/double/blue, +/obj/effect/spawner/random/toolbox, /turf/open/floor/prison/floor_plate, -/area/fiorina/station/transit_hub) -"xSV" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" +/area/fiorina/station/power_ring) +"xRp" = ( +/turf/open/floor/prison/cell_stripe/west, +/area/fiorina/station/medbay) +"xRG" = ( +/obj/item/stack/sheet/wood{ + amount = 10 }, /turf/open/floor/prison/floor_plate, +/area/fiorina/station/telecomm/lz1_cargo) +"xSf" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/floor/prison/sterile_white/southwest, /area/fiorina/station/medbay) -"xTp" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/green/west, -/area/fiorina/tumor/civres) -"xTv" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, -/turf/open/floor/prison/darkredfull2, -/area/fiorina/station/research_cells) -"xTH" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/communications{ - dir = 1 - }, +"xSl" = ( +/obj/effect/landmark/monkey_spawn, /turf/open/floor/prison/sterile_white/southwest, /area/fiorina/tumor/ice_lab) +"xSS" = ( +/obj/effect/decal/cleanable/blood{ + desc = "Watch your step."; + icon_state = "gib6" + }, +/turf/open/floor/prison/darkyellow2/east, +/area/fiorina/station/telecomm/lz1_cargo) +"xTH" = ( +/obj/structure/barricade/handrail/type_b, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) +"xTN" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) "xUi" = ( /obj/structure/surface/rack, /obj/item/device/camera, @@ -30651,104 +30637,96 @@ /obj/structure/window/framed/prison, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzII) -"xUp" = ( -/turf/open/floor/prison/cell_stripe/east, -/area/fiorina/station/medbay) -"xUA" = ( -/obj/structure/filingcabinet{ - pixel_x = -8 - }, -/obj/structure/filingcabinet{ - pixel_x = 8 - }, -/obj/item/reagent_container/food/drinks/coffeecup{ - pixel_x = -7; - pixel_y = 11 - }, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) +"xUL" = ( +/obj/item/device/flashlight/lamp/tripod, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/whitepurple, +/area/fiorina/station/research_cells) "xVh" = ( /obj/structure/platform_decoration{ dir = 1 }, /turf/open/floor/prison, /area/fiorina/station/transit_hub) -"xVS" = ( -/obj/structure/platform_decoration, -/obj/item/shard{ - icon_state = "medium"; - name = "ice shard" +"xWG" = ( +/obj/structure/barricade/handrail/type_b{ + layer = 3.4 }, -/turf/open/floor/prison/whitegreen, -/area/fiorina/tumor/ice_lab) -"xWc" = ( -/obj/item/clothing/shoes/dress, -/turf/open/space, -/area/fiorina/oob) -"xWf" = ( -/obj/structure/sink{ +/obj/structure/barricade/handrail/type_b{ dir = 4; - pixel_x = 11 + layer = 3.5 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/fiorina/tumor/ice_lab) +"xWJ" = ( +/obj/item/circuitboard/exosuit/peripherals/max/targeting, +/obj/structure/surface/rack, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) +"xXj" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/clothing/gloves/latex, -/turf/open/floor/prison/redfull, -/area/fiorina/station/medbay) -"xWg" = ( -/obj/effect/decal{ - icon = 'icons/obj/items/policetape.dmi'; - icon_state = "engineering_h"; - layer = 2.5; - pixel_y = -11 +/obj/structure/machinery/light/small{ + dir = 1; + pixel_y = 20 }, -/obj/item/stack/sheet/metal{ - amount = 5 +/turf/open/floor/corsat/squares, +/area/fiorina/station/medbay) +"xXn" = ( +/obj/structure/platform{ + dir = 4 }, -/turf/open/floor/prison/darkyellow2/west, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/park) +"xXC" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/prison/floor_plate, /area/fiorina/station/flight_deck) -"xWz" = ( -/obj/item/device/flashlight/flare/on, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/tumor/ice_lab) -"xWC" = ( -/obj/structure/disposalpipe/segment{ - color = "#c4c4c4"; - dir = 4; - layer = 6; - name = "overhead pipe"; - pixel_y = 12 +"xXP" = ( +/obj/structure/platform_decoration{ + dir = 8 }, -/turf/open/floor/prison/greenfull/northwest, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/transit_hub) +"xYb" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/prison/floor_plate, /area/fiorina/tumor/civres) -"xXJ" = ( -/obj/structure/machinery/door/airlock/prison_hatch/autoname{ - dir = 1 - }, -/turf/open/floor/almayer/plate, -/area/fiorina/tumor/ship) "xYg" = ( /obj/docking_port/stationary/marine_dropship/lz2, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzII) -"xYm" = ( -/obj/item/pamphlet/skill/powerloader, +"xYp" = ( +/obj/item/clothing/suit/storage/labcoat, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/research_cells) +"xYD" = ( +/obj/structure/closet/secure_closet/engineering_materials, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) +"xYS" = ( +/obj/item/stack/sandbags/large_stack, +/turf/open/floor/prison/floor_plate/southwest, +/area/fiorina/station/flight_deck) +"xYU" = ( +/obj/structure/inflatable/popped/door, +/turf/open/floor/prison/floor_marked/west, +/area/fiorina/station/lowsec) +"xYV" = ( /obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) +/obj/item/ammo_box/magazine/misc/flares, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) "xZb" = ( /obj/item/stack/rods, /turf/open/floor/prison, /area/fiorina/station/park) -"xZp" = ( -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) -"xZC" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/briefcase, -/turf/open/floor/prison/blue_plate/east, -/area/fiorina/station/botany) +"xZB" = ( +/obj/item/device/multitool, +/turf/open/floor/prison/yellow/southwest, +/area/fiorina/station/disco) "xZD" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/cameras{ @@ -30758,6 +30736,16 @@ }, /turf/open/floor/plating/prison, /area/fiorina/station/transit_hub) +"xZE" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/power_ring) +"xZH" = ( +/obj/structure/platform, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) "xZI" = ( /obj/structure/closet/cabinet, /obj/effect/spawner/random/gun/special/midchance, @@ -30771,9 +30759,10 @@ }, /turf/open/floor/plating/prison, /area/fiorina/tumor/ice_lab) -"yay" = ( -/turf/open/floor/prison/yellow/southwest, -/area/fiorina/station/central_ring) +"yal" = ( +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/darkyellow2/west, +/area/fiorina/station/telecomm/lz1_cargo) "yaz" = ( /obj/structure/platform, /obj/structure/closet/firecloset/full, @@ -30784,14 +30773,6 @@ /obj/structure/machinery/vending/sovietsoda, /turf/open/floor/plating/prison, /area/fiorina/station/medbay) -"yaM" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/microwave{ - pixel_y = 7 - }, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/prison/bluefull, -/area/fiorina/station/power_ring) "yaY" = ( /obj/item/stack/sheet/metal, /turf/open/space, @@ -30808,16 +30789,6 @@ /obj/item/stack/rods/plasteel, /turf/open/floor/plating/prison, /area/fiorina/station/civres_blue) -"ybi" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/machinery/computer/cameras{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/security) "ybj" = ( /obj/structure/extinguisher_cabinet, /turf/closed/wall/r_wall/prison_unmeltable, @@ -30826,128 +30797,109 @@ /obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, /turf/open/floor/plating/prison, /area/fiorina/tumor/fiberbush) +"ybE" = ( +/obj/structure/bed/chair/dropship/pilot, +/turf/open/floor/almayer/plate, +/area/fiorina/tumor/ship) +"ybF" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/prison/whitegreen/west, +/area/fiorina/tumor/ice_lab) +"ybJ" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor/prison/darkbrownfull2, +/area/fiorina/tumor/aux_engi) "ybU" = ( /obj/structure/prop/resin_prop{ icon_state = "sheater0" }, /turf/open/floor/plating/prison, /area/fiorina/station/park) +"ybY" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/toolbox, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/servers) "ycj" = ( /obj/structure/platform{ dir = 1 }, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) -"yct" = ( -/turf/open/floor/prison/greenfull/northwest, -/area/fiorina/station/botany) -"ycu" = ( -/obj/item/ammo_magazine/m56d, -/obj/item/ammo_magazine/m56d, -/turf/open/floor/prison/cell_stripe/east, -/area/fiorina/station/central_ring) +"ycm" = ( +/obj/structure/barricade/handrail/type_b{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/disco) +"ycr" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/darkyellow2/southeast, +/area/fiorina/lz/near_lzI) +"ycv" = ( +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/sterile_white/southwest, +/area/fiorina/station/research_cells) "ycC" = ( /turf/open/floor/plating/prison, /area/fiorina/station/chapel) -"ycG" = ( -/obj/effect/spawner/random/toolbox, -/obj/structure/machinery/light/double/blue{ - dir = 1; - pixel_y = 21 +"ycJ" = ( +/obj/item/ammo_casing{ + dir = 6; + icon_state = "casing_5" }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/fiorina/station/medbay) +/turf/open/floor/prison/darkbrown2/north, +/area/fiorina/station/park) "ycK" = ( /obj/item/storage/pouch/radio, /turf/open/floor/plating/prison, /area/fiorina/tumor/fiberbush) -"ycM" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = -3 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/disco) "ycX" = ( /turf/open/floor/prison, /area/fiorina/station/telecomm/lz1_cargo) -"ydh" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/disco) -"ydA" = ( -/obj/item/trash/cigbutt/cigarbutt, -/turf/open/floor/prison/darkyellow2/west, -/area/fiorina/station/flight_deck) -"ydK" = ( -/turf/open/floor/prison/yellow/northwest, -/area/fiorina/station/central_ring) -"ydQ" = ( -/obj/effect/alien/weeds/node, -/turf/open/floor/prison/darkbrown2, -/area/fiorina/tumor/aux_engi) -"ydW" = ( -/obj/item/weapon/pole/wooden_cane, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"yed" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/central_ring) -"yen" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = -3 +"ydc" = ( +/obj/structure/platform_decoration{ + dir = 1 }, -/turf/open/floor/prison/floor_plate, +/turf/open/floor/prison/bluecorner/west, /area/fiorina/station/power_ring) -"yeC" = ( -/obj/structure/closet/secure_closet/security_empty, -/obj/structure/window/reinforced{ - dir = 8 +"ydV" = ( +/obj/structure/platform_decoration, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/disco) +"yep" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + pixel_y = 21 }, -/obj/item/ammo_magazine/shotgun/beanbag, -/turf/open/floor/prison/redfull, -/area/fiorina/station/security) -"yeQ" = ( -/obj/structure/largecrate/random/case/small, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) -"yfr" = ( -/obj/item/device/flashlight/lamp/tripod, -/turf/open/floor/prison/darkyellow2/southeast, -/area/fiorina/lz/near_lzI) +/turf/open/floor/prison/whitegreen, +/area/fiorina/tumor/ice_lab) "yft" = ( /obj/item/clothing/under/color/orange, /turf/open/floor/prison, /area/fiorina/station/security) -"yfu" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/prison/floor_plate/southwest, -/area/fiorina/station/disco) -"yfx" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/blue/west, -/area/fiorina/station/civres_blue) +"yfy" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 10 + }, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) "yfE" = ( /obj/structure/disposalpipe/junction{ dir = 4 }, /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) -"yfK" = ( -/obj/structure/platform{ - dir = 4 - }, -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 +"ygq" = ( +/obj/structure/machinery/gibber, +/obj/effect/decal/cleanable/blood{ + pixel_x = -6; + pixel_y = 4 }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/power_ring) +/turf/open/floor/prison/blue_plate, +/area/fiorina/station/botany) "ygv" = ( /obj/structure/machinery/light/double/blue, /turf/open/floor/prison, @@ -30966,52 +30918,102 @@ }, /turf/open/floor/plating/prison, /area/fiorina/oob) -"ygC" = ( -/obj/structure/machinery/door/airlock/prison_hatch/autoname, -/turf/open/floor/prison/redfull, -/area/fiorina/station/lowsec) -"ygP" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/open/floor/prison/yellowfull, -/area/fiorina/station/disco) -"yhk" = ( +"ygy" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/kitchen/rollingpin, +/obj/item/reagent_container/food/snacks/grown/carrot, /obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/floor_plate, -/area/fiorina/tumor/civres) -"yhr" = ( -/obj/effect/spawner/random/tool, -/obj/structure/surface/rack, -/turf/open/floor/prison/darkbrownfull2, -/area/fiorina/tumor/aux_engi) +/turf/open/floor/prison/kitchen/southwest, +/area/fiorina/station/civres_blue) "yhu" = ( /obj/structure/window/framed/prison, /turf/open/floor/plating/prison, /area/fiorina/tumor/aux_engi) +"yhI" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/flight_deck) +"yhQ" = ( +/obj/effect/landmark/corpsespawner/ua_riot/burst, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/civres) "yhR" = ( /obj/structure/sign/prop3{ desc = "Enlist in the Penal Battalions today! The USCM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." }, /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/medbay) -"yie" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/prison/yellow/east, -/area/fiorina/station/lowsec) +"yia" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 1 + }, +/obj/structure/barricade/wooden{ + dir = 1 + }, +/turf/open/organic/grass/astroturf, +/area/fiorina/station/park) "yio" = ( /turf/closed/shuttle/ert, /area/fiorina/tumor/aux_engi) +"yiq" = ( +/obj/item/clothing/under/shorts/black, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/central_ring) "yis" = ( /obj/structure/pipes/standard/tank{ dir = 8 }, /turf/open/floor/plating/prison, /area/fiorina/tumor/civres) +"yiJ" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/cell_stripe/west, +/area/fiorina/station/power_ring) +"yiS" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/book/manual/security_space_law{ + pixel_x = 8; + pixel_y = 1 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/book/manual/security_space_law{ + pixel_x = 3; + pixel_y = 5 + }, +/turf/open/floor/prison/redfull, +/area/fiorina/station/security) +"yjq" = ( +/obj/item/explosive/grenade/incendiary/molotov, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/lowsec) +"yjy" = ( +/obj/structure/machinery/computer/station_alert{ + dir = 4; + pixel_y = 5 + }, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/floor_plate, +/area/fiorina/tumor/aux_engi) "yjV" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/prison/darkpurple2/north, -/area/fiorina/station/central_ring) +/obj/structure/machinery/landinglight/ds2/delaytwo, +/turf/open/floor/prison/floor_plate, +/area/fiorina/lz/near_lzII) +"yki" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison/floor_plate, +/area/fiorina/station/security) +"ykF" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison/whitepurple, +/area/fiorina/station/research_cells) "ykO" = ( /obj/structure/ice/thin/indestructible{ icon_state = "Corner" @@ -31019,15 +31021,10 @@ /obj/structure/blocker/invisible_wall, /turf/open/ice/noweed, /area/fiorina/tumor/ice_lab) -"ykQ" = ( -/obj/structure/closet/crate/trashcart, -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = 13 - }, -/turf/open/floor/prison/floor_plate, -/area/fiorina/station/chapel) +"ykR" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/organic/grass/astroturf, +/area/fiorina/tumor/fiberbush) "ykX" = ( /obj/structure/machinery/constructable_frame{ icon_state = "box_1" @@ -31044,6 +31041,9 @@ /obj/item/tool/wrench, /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzI) +"ymc" = ( +/turf/open/floor/prison/darkyellow2/east, +/area/fiorina/station/flight_deck) (1,1,1) = {" bQM @@ -32039,8 +32039,8 @@ byb wbE tAb uVn -uvx -wQV +vdQ +lVD uZA bQM bQM @@ -32223,10 +32223,10 @@ xwC xwC gwH gwH -kxL -peg -peg -peg +aYY +rIY +rIY +rIY gwH gwH gwH @@ -32250,7 +32250,7 @@ bQM byb fiU imt -xXJ +xln fiU aCC cEz @@ -32435,12 +32435,12 @@ xwC tfP gwH gwH -peg +rIY kbT rHr jjM -etA -evR +rQV +ifC gwH gwH gwH @@ -32461,7 +32461,7 @@ eVO seW oxA fiU -ugt +pkv pGH jXk vxs @@ -32647,14 +32647,14 @@ tfP tfP gwH gwH -peg +rIY kbT jjM kbT jjM kbT -peg -peg +rIY +rIY gwH gwH gwH @@ -32668,18 +32668,18 @@ xwC xwC pqO oxA -mFS -fXs +mMc +avb uVn -fWA -mgZ +pdY +bEi imt jXk -hjm -nKb +rca +jPX uVn -ely -cBI +pvG +wvF pWp gLu vzU @@ -32845,29 +32845,29 @@ xHV xHV xHV xHV -hsw -fSJ -fSJ -fSJ -fSJ -fSJ +eeq +oeb +oeb +oeb +oeb +oeb sUl -peg -peg -peg +rIY +rIY +rIY kbT kbT -peg -peg +rIY +rIY kbT kbT -etA -gZb +rQV +peH rHr ybm ybm ybm -peg +rIY gwH gwH gwH @@ -32879,19 +32879,19 @@ xwC xwC pqO oxA -kUv +ybE ouH fiU -vZm +gaj imt fiU -ely +pvG hWF fiU fiU hWF fiU -ely +pvG anq ecQ aOc @@ -33051,18 +33051,18 @@ xHV xHV dXG dIo -fSJ +oeb dXG -qJV -jnQ -tCO -qJV -xWC -qJV -hUw -qJV -hUw -iTV +qZQ +wCZ +lEF +qZQ +bdr +qZQ +oVR +qZQ +oVR +jNT sUl kVg kbT @@ -33073,16 +33073,16 @@ kbT ejt kbT iGX -peg -peg +rIY +rIY kbT ybm xwC ybm kbT -peg -flh -peg +rIY +oLh +rIY kow bQM bQM @@ -33095,15 +33095,15 @@ fiU imt imt uVn -ely +pvG vJN -hse +ikr uVn lrE wlO jXk imt -fXs +avb uZA xwC xwC @@ -33263,30 +33263,30 @@ xHV dXG dXG dIo -fSJ +oeb dXG -bea +xmC dXG -eBW -fuG -xWC -fuG -hUw -fuG -eGO -fuG +vFq +pOc +bdr +pOc +oVR +pOc +bLx +pOc aEi pRH -peg -peg -evR -peg -peg +rIY +rIY +ifC +rIY +rIY kbT kbT ybc -peg -peg +rIY +rIY kbT ybm xwC @@ -33294,7 +33294,7 @@ ybm kbT kbT kbT -peg +rIY kow bQM bQM @@ -33305,17 +33305,17 @@ ifJ imt fiU fiU -ely +pvG uVn qHG fJW -ely +pvG pGH vxs ddA oxA imt -kse +ukT uZA xwC xwC @@ -33475,28 +33475,28 @@ dIo dIo dXG dIo -uSk +jUL dXG -fuG +pOc dXG -oCa -fSJ -hsw -fSJ -fSJ -fSJ -fSJ -hBP +iwr +oeb +eeq +oeb +oeb +oeb +oeb +kJQ sUl kbT -kxL -peg -peg -peg -peg -peg -peg -peg +aYY +rIY +rIY +rIY +rIY +rIY +rIY +rIY rHr jjM rHr @@ -33506,7 +33506,7 @@ ybm kbT kbT kbT -jNE +lWl kow bQM bQM @@ -33515,19 +33515,19 @@ jhG nTq lUi oOV -ely +pvG imt imt hWF -ely +pvG tlq lUE -xXJ +xln imt imt aAf imt -hjm +rca uZA xwC xwC @@ -33687,16 +33687,16 @@ dXG dIo dXG dIo -fSJ -fSJ +oeb +oeb qXM -hUw -fSJ +oVR +oeb naW sLx xHV clu -fSJ +oeb xHV xHV dHd @@ -33706,19 +33706,19 @@ kow tfP tfP tfP -ktQ -xgu -xgu -gZb +cXn +cRr +cRr +peH jyM jjM -peg +rIY kbT kbT kbT kbT -peg -vyO +rIY +sCA tfP xwC xwC @@ -33727,16 +33727,16 @@ xwC xwC jhG lUi -qfS +aKY fiU fiU uVn -csV +maQ kXR -rGx +jVo uVn uMq -fBk +pAM fiU bRb fiU @@ -33894,22 +33894,22 @@ xHV xHV xHV xHV -dcQ -dcQ +ssg +ssg dIo dIo dIo -lYg -fSJ +kol +oeb dXG -hUw -fSJ +oVR +oeb naW xHV -ptN -jcx -jcx -jcx +dLT +eIg +eIg +eIg xHV naW bQM @@ -33918,19 +33918,19 @@ bQM bQM tfP tfP -soJ -xgu -xgu -etA -gZb -etA -peg +aZS +cRr +cRr +rQV +peH +rQV +rIY kbT kbT kbT kbT kbT -peg +rIY xwC xwC xwC @@ -33940,18 +33940,18 @@ xwC xwC jhG lUi -hcl +fPz anq bso -dRb +lvM nTq -dRb +lvM bso lUi -ely -ely -ely -ely +pvG +pvG +pvG +pvG anq ecQ aOc @@ -34111,17 +34111,17 @@ dXG clu dXG dXG -fSJ -fSJ +oeb +oeb dXG -hUw +oVR xHV naW xHV naW -npL -jcx -xEF +npA +eIg +gHn naW xHV xHV @@ -34131,19 +34131,19 @@ kPz kPz tfP tfP -fYJ -mqh -peg -peg -peg +hkI +qNu +rIY +rIY +rIY kbT kbT -peg -peg +rIY +rIY kbT kbT kbT -peg +rIY gwH gwH gwH @@ -34154,16 +34154,16 @@ xwC jhG nTq gUj -vPi +jQD uXD -bJP +xuO uXD -vPi +jQD jhG -hnI -mMl -vmv -hqG +ayb +oCa +tRW +tpN gUj xwC xwC @@ -34324,18 +34324,18 @@ clu dXG dXG uVZ -fSJ +oeb dXG -hUw +oVR xHV xHV -gbj -ptN -jcx +kgU +dLT +eIg lLe -jcx -jcx -qNY +eIg +eIg +hZW xHV bQM bQM @@ -34345,18 +34345,18 @@ tfP tfP tfP tfP -peg -peg -kxL +rIY +rIY +aYY kbT -skY +vaz gwH gwH -uIO -peg +rhk +rIY kbT -peg -peg +rIY +rIY gwH gwH gwH @@ -34365,18 +34365,18 @@ xwC xwC xwC xwC -pPU -vPi +oFD +jQD kNN -bJP +xuO uXD -vPi -pPU +jQD +oFD cTr kbT kbT kbT -pPU +oFD xwC xwC xwC @@ -34527,7 +34527,7 @@ xHV xHV xHV xHV -fSJ +oeb dXG dXG dXG @@ -34536,16 +34536,16 @@ dIo dIo dIo dXG -fSJ +oeb lLe -hUw +oVR xHV xHV naW naW -jcx +eIg lLe -jcx +eIg naW xHV xHV @@ -34558,30 +34558,30 @@ kPz tfP tfP kbT -peg -peg -peg +rIY +rIY +rIY gwH gwH gwH gwH gwH -peg -peg -peg -peg -peg -evR +rIY +rIY +rIY +rIY +rIY +ifC xwC -peg -eiH -peg -xgu -xgu +rIY +olA +rIY +cRr +cRr hLM -jLn +dxj tfP -jLn +dxj hLM pBq kbT @@ -34740,25 +34740,25 @@ xHV xHV xHV xHV -hUw +oVR clu clu dIo xHV xHV -qJV -hUw -qJV -hUw +qZQ +oVR +qZQ +oVR dXG -fSJ +oeb dXG -oge -oge -jcx -jcx -jcx -qZs +ott +ott +eIg +eIg +eIg +iGj xHV xHV xHV @@ -34770,39 +34770,39 @@ bQM bQM tfP kbT -peg -peg -peg +rIY +rIY +rIY tfP xwC xwC xwC gwH gwH -peg -peg +rIY +rIY kbT kbT -peg -eXN -xgu -xgu -xgu -peg -peg +rIY +pdO +cRr +cRr +cRr +rIY +rIY kbT kbT kbT -xgu -xgu +cRr +cRr kbT -xgu +cRr kbT kbT kbT kbT -peg -dep +rIY +svy gwH gwH xwC @@ -34950,25 +34950,25 @@ xHV xHV xHV dIo -fSJ -fSJ +oeb +oeb dXG clu dXG dIo xHV -hUw -fuG -hUw -fuG -hUw -hUw -fSJ +oVR +pOc +oVR +pOc +oVR +oVR +oeb dXG -jcx -jcx -jcx -jcx +eIg +eIg +eIg +eIg xHV xHV xHV @@ -34982,7 +34982,7 @@ bQM bQM kow kbT -peg +rIY kbT kbT kow @@ -34992,29 +34992,29 @@ xwC xwC gwH gwH -peg -xgu +rIY +cRr kbT kbT -eXN -xgu -xgu -xgu -peg -peg -peg -peg -peg -peg -peg +pdO +cRr +cRr +cRr +rIY +rIY +rIY +rIY +rIY +rIY +rIY kbT xwC xwC xwC xwC kbT -peg -flh +rIY +oLh gwH gwH gwH @@ -35162,20 +35162,20 @@ xHV xHV xHV dIo -hUw -hUw -hUw +oVR +oVR +oVR dIo dXG -dcQ -fSJ +ssg +oeb whu whu whu -fSJ -hUw -hUw -krK +oeb +oVR +oVR +wWq naW naW naW @@ -35194,7 +35194,7 @@ kPz kPz kow kbT -peg +rIY kbT kbT kow @@ -35205,29 +35205,29 @@ xwC xwC gwH gwH -skY +vaz kbT -peg +rIY xwC ogM ogM xwC -peg -hmx -peg -peg -oPB -peg -peg -peg -evR -peg +rIY +ibR +rIY +rIY +dmX +rIY +rIY +rIY +ifC +rIY kbT kbT kbT kbT kbT -skY +vaz gwH gwH xwC @@ -35374,26 +35374,26 @@ xHV xHV xHV dIo -uSk -fSJ -fSJ +jUL +oeb +oeb pwL dXG -fSJ -qJV -hUw -qJV -hUw -qJV -hUw -hUw -fSJ +oeb +qZQ +oVR +qZQ +oVR +qZQ +oVR +oVR +oeb naW xHV xHV -jcx -ulu -uUC +eIg +mOj +aiY xHV xHV bQM @@ -35417,25 +35417,25 @@ bQM xwC gwH gwH -peg +rIY kbT kbT ogM kbT kbT -xgu -peg -peg -xgu +cRr +rIY +rIY +cRr kbT kbT -xgu -xgu +cRr +cRr kbT -auI -peg -peg -pPU +gVj +rIY +rIY +oFD kbT kbT kbT @@ -35582,30 +35582,30 @@ xHV xHV dXG xHV -hUw +oVR xHV xHV dIo -hUw -hUw -hUw +oVR +oVR +oVR dXG dXG -fSJ -fuG -hUw -fuG -hUw -fuG +oeb +pOc +oVR +pOc +oVR +pOc dXG -hUw -fSJ +oVR +oeb xHV xHV xHV -qZs -jcx -jcx +iGj +eIg +eIg naW naW xHV @@ -35629,29 +35629,29 @@ bQM xwC xwC xwC -sTn -peg +imM +rIY kbT ogM kbT kbT -xgu -peg -peg -xgu -pPU +cRr +rIY +rIY +cRr +oFD xwC xwC -xgu +cRr xwC -peg -peg -peg -peg -peg +rIY +rIY +rIY +rIY +rIY gwH gwH -peg +rIY gwH gwH xwC @@ -35667,9 +35667,9 @@ lHx lHx jlk jlk -aJE -bnt -aJE +xTN +rEf +xTN jlk baC baC @@ -35793,33 +35793,33 @@ xHV xHV xHV lLe -fSJ -hUw +oeb +oVR xHV xHV dIo -fSJ -fSJ -fSJ +oeb +oeb +oeb dXG dXG dXG -fSJ +oeb xHV dIo xHV -fSJ +oeb dXG -hUw +oVR xHV naW naW naW -cqZ +uiW jSD -jcx -jcx -qNY +eIg +eIg +hZW xHV xHV kPz @@ -35829,10 +35829,10 @@ kPz kPz tfP tfP -gYC -peg -peg -peg +wwC +rIY +rIY +rIY tfP tfP xwC @@ -35842,25 +35842,25 @@ bQM xwC xwC xwC -flh -peg -eXN -xgu +oLh +rIY +pdO +cRr kbT kbT -peg -peg +rIY +rIY tfP xwC xwC xwC xwC xwC -vXa -cLv -peg -sLd -peg +upz +nii +rIY +ykR +rIY gwH gwH kbT @@ -35875,13 +35875,13 @@ jlk vZV vZV syF -qgz -dIr +alU +fMH jlk jlk -dtj -bnt -dtj +sRt +rEf +sRt jlk jlk rZP @@ -36003,16 +36003,16 @@ tYw tYw tYw dIo -hUw -hUw -hUw +oVR +oVR +oVR dXG -hUw -hUw -fSJ -hUw -hUw -hUw +oVR +oVR +oeb +oVR +oVR +oVR dXG dXG xHV @@ -36020,16 +36020,16 @@ xHV xHV xHV xHV -fSJ -hUw -hUw +oeb +oVR +oVR xHV naW -fbh -ptN -jcx +qLK +dLT +eIg jSD -hXA +ogU naW xHV xHV @@ -36040,12 +36040,12 @@ bQM tfP tfP tfP -pPU -peg -peg -peg -peg -pPU +oFD +rIY +rIY +rIY +rIY +oFD gwH gwH xwC @@ -36057,45 +36057,45 @@ xwC gwH gwH xwC -peg -xgu -xgu +rIY +cRr +cRr kbT -peg +rIY xwC gwH gwH tfP tfP tfP -vXa -ktq -peg -pPU +upz +mll +rIY +oFD kbT kbT -xgu -xgu -xgu -xgu -vyO +cRr +cRr +cRr +cRr +sCA xwC -caA -cPY -hEE +ckQ +wKh +mLu jlk vZV -wKm -oyA -aRM -dtj +mXA +tAJ +eVz +sRt jlk -xqi -oyA -bnt -oyA -dtj -aJE +tOE +tAJ +rEf +tAJ +sRt +xTN lHx bQM bQM @@ -36215,16 +36215,16 @@ tYw xHV xHV dIo -uSk +jUL lLe dXG -hUw +oVR lLe dXG dXG -fSJ -fSJ -fSJ +oeb +oeb +oeb xHV xHV xHV @@ -36232,17 +36232,17 @@ xHV xHV xHV xHV -fSJ +oeb dXG -hUw +oVR xHV naW naW naW -npL -jcx -jcx -mez +npA +eIg +eIg +iuL xHV kPz kPz @@ -36253,11 +36253,11 @@ tfP kPY gwH gwH -peg -peg -peg -peg -peg +rIY +rIY +rIY +rIY +rIY gwH gwH gwH @@ -36270,44 +36270,44 @@ xwC xwC tfP tfP -fuV +rkK kbT kbT -peg -dwF +rIY +nUh gwH gwH gwH gwH tfP -vXa +upz xwC -peg -xgu -xgu -peg -peg -xgu +rIY +cRr +cRr +rIY +rIY +cRr kbT kbT kbT -eXN -cxx -qVa -oyA +pdO +mVI +mVq +tAJ rGq hjP euT rGq -mpy +agx hjP knh -bnt -bnt -bnt -lEs -bnt -bnt +rEf +rEf +rEf +kwd +rEf +rEf lHx bQM bQM @@ -36427,10 +36427,10 @@ tYw xHV xHV dIo -kwn -fSJ +vRz +oeb dXG -hUw +oVR dXG dXG dXG @@ -36446,14 +36446,14 @@ xHV doD doD doD -hUw +oVR xHV naW -fbh -ptN -jcx -jcx -jcx +qLK +dLT +eIg +eIg +eIg xHV naW bQM @@ -36465,12 +36465,12 @@ gwH gwH gwH gwH -peg -peg -peg -peg -peg -peg +rIY +rIY +rIY +rIY +rIY +rIY gwH gwH gwH @@ -36485,28 +36485,28 @@ gwH fsk kbT kbT -peg -peg -kCb -peg +rIY +rIY +oTS +rIY gwH gwH tfP dwQ dwQ -xgu +cRr dwQ dwQ -xgu +cRr dwQ dwQ kbT dwQ dwQ ogM -cxx +mVI lyf -oyA +tAJ rOI hjP hjP @@ -36514,12 +36514,12 @@ hjP hjP hjP knh -oyA -oyA -bnt -oyA -dtj -elQ +tAJ +tAJ +rEf +tAJ +sRt +uyt lHx bQM bQM @@ -36640,32 +36640,32 @@ xHV xHV dIo dIo -kwn -fSJ -hUw -fSJ -fSJ +vRz +oeb +oVR +oeb +oeb dXG -gLS -hUw -hUw +nOn +oVR +oVR dIo -dcQ +ssg qgB qoG dIo dXG dXG dXG -hUw +oVR ame -fSJ +oeb naW naW xHV -fSJ +oeb dXG -fSJ +oeb xHV dHd kow @@ -36676,15 +36676,15 @@ gwH tfP gwH gwH -pPU -peg -kxL -peg -peg -pPU -peg -peg -pPU +oFD +rIY +aYY +rIY +rIY +oFD +rIY +rIY +oFD gwH tfP kow @@ -36694,30 +36694,30 @@ tfP tfP gwH gwH -peg +rIY kbT kbT -peg -peg +rIY +rIY vFY ycK -peg -peg -peg -xgu -xgu -peg -xgu -xgu -xgu -flh -xgu -xgu -xgu -xgu +rIY +rIY +rIY +cRr +cRr +rIY +cRr +cRr +cRr +oLh +cRr +cRr +cRr +cRr ogM -cxx -qVa +mVI +mVq uNM hjP rGq @@ -36727,9 +36727,9 @@ jlk hjP knh rGq -oyA -bnt -oyA +tAJ +rEf +tAJ hjP kFq rZP @@ -36857,69 +36857,69 @@ dIo dIo xHV xHV -fSJ +oeb dXG -fSJ -fSJ +oeb +oeb dIo dIo xHV avY dIo dXG -dcQ +ssg dXG -qJV -tCO -fSJ -gmJ -fSJ -fSJ -fSJ -fSJ -fSJ -fSJ +qZQ +lEF +oeb +mLL +oeb +oeb +oeb +oeb +oeb +oeb sUl -peg -eiH -eiH -peg +rIY +olA +olA +rIY gwH -pPU +oFD gwH -pPU -skY -peg -peg +oFD +vaz +rIY +rIY kbT -peg -sLd -peg -peg -peg -eiH -peg -peg -peg +rIY +ykR +rIY +rIY +rIY +olA +rIY +rIY +rIY kbT -peg -peg -peg -peg +rIY +rIY +rIY +rIY kbT -peg -peg -peg -flh -peg -peg +rIY +rIY +rIY +oLh +rIY +rIY fpB kbT kbT -xgu -mJo -xgu -xgu +cRr +svR +cRr +cRr xwC xwC xwC @@ -36928,8 +36928,8 @@ ogM ogM ogM xwC -cxx -qVa +mVI +mVq uNM yhu yhu @@ -36939,9 +36939,9 @@ uNM jlk jlk rZP -keU -bnt -oyA +gKN +rEf +tAJ hjP dpH jlk @@ -37070,10 +37070,10 @@ xHV xHV xHV dIo -hUw -hUw -hUw -dcQ +oVR +oVR +oVR +ssg xHV xHV xHV @@ -37081,53 +37081,53 @@ xHV dXG dXG dXG -bea -pgZ -tCO -qJV -hUw -qJV -hUw -qJV -hUw -qJV +xmC +csE +lEF +qZQ +oVR +qZQ +oVR +qZQ +oVR +qZQ sUl -peg -peg -kxL -peg -peg -peg -peg -peg -peg -peg -iwC +rIY +rIY +aYY +rIY +rIY +rIY +rIY +rIY +rIY +rIY +fXV kbT -peg -peg -peg -peg -peg -peg -peg -peg -peg +rIY +rIY +rIY +rIY +rIY +rIY +rIY +rIY +rIY kbT kbT kbT kbT kbT kbT -peg -peg -peg +rIY +rIY +rIY kbT kbT kbT -peg -flh -peg +rIY +oLh +rIY tfP tfP wmd @@ -37136,24 +37136,24 @@ xwC xwC xwC xwC -xgu -xgu -xgu +cRr +cRr +cRr ogM -cxx -vgo -byH -byH -byH -byH -byH -byH +mVI +qcG +wSC +wSC +wSC +wSC +wSC +wSC jlk jlk rZP -keU -bnt -oyA +gKN +rEf +tAJ hjP hlq jlk @@ -37282,9 +37282,9 @@ xHV xHV xHV dIo -fSJ -fSJ -fSJ +oeb +oeb +oeb dXG xHV xHV @@ -37293,51 +37293,51 @@ xHV xHV xHV xHV -fuG -dPb -eBW -fuG -hUw -fuG -hUw -fuG -hUw -fuG +pOc +axy +vFq +pOc +oVR +pOc +oVR +pOc +oVR +pOc sUl -peg -peg -peg -peg -peg -peg -peg -peg -peg -peg +rIY +rIY +rIY +rIY +rIY +rIY +rIY +rIY +rIY +rIY kbT -peg -peg -evR -peg -peg -peg -peg -peg -peg -evR -peg +rIY +rIY +ifC +rIY +rIY +rIY +rIY +rIY +rIY +ifC +rIY kbT kbT kbT kbT -peg -peg +rIY +rIY kbT kbT kbT kbT -peg -kxL +rIY +aYY gwH gwH tfP @@ -37345,27 +37345,27 @@ xwC xwC xwC xwC -peg -peg -peg +rIY +rIY +rIY kbT kbT kbT ogM -nbM -jXM +sMS +qQN qbd -jXM -jXM -jXM -jXM -jXM -kxW -qVa +qQN +qQN +qQN +qQN +qQN +ptp +mVq rZP -keU -bnt -oyA +gKN +rEf +tAJ hjP dxE jlk @@ -37477,9 +37477,9 @@ xHV xHV xHV dXG -uiv -fSJ -uiv +tfU +oeb +tfU xHV xHV xHV @@ -37496,7 +37496,7 @@ xHV dIo dXG qXM -fSJ +oeb xHV gCE xHV @@ -37508,47 +37508,47 @@ xHV bby dXG qXM -fSJ -hUw -hUw -hUw -fSJ -fSJ -fSJ +oeb +oVR +oVR +oVR +oeb +oeb +oeb sUl -peg -uIO -uIO -peg -vsk -peg -peg -peg -peg -peg -peg -peg -peg -peg -peg -peg -peg -dep -qJZ -peg -peg -peg -akV +rIY +rhk +rhk +rIY +uCG +rIY +rIY +rIY +rIY +rIY +rIY +rIY +rIY +rIY +rIY +rIY +rIY +svy +ukg +rIY +rIY +rIY +lvf xwC xwC xwC -lKL -peg -peg +mUV +rIY +rIY kbT kbT kbT -skY +vaz gwH gwH gwH @@ -37557,27 +37557,27 @@ xwC xwC xwC xwC -vyO -peg -peg +sCA +rIY +rIY kbT kbT -peg -vSW -oyA +rIY +gcD +tAJ fpn fpn -oyA +tAJ fpn fpn -oyA +tAJ lyf -cxx -crL +mVI +jDg rZP jlk -bnt -oyA +rEf +tAJ bfF rGq rZP @@ -37688,10 +37688,10 @@ xHV xHV xHV xHV -dcQ -jqk -fSJ -jqk +ssg +dCc +oeb +dCc xHV xHV xHV @@ -37708,25 +37708,25 @@ xHV dIo dXG dXG -fSJ +oeb xHV xHV xHV xHV xHV dXG -fSJ -fSJ +oeb +oeb bby dXG dXG -fSJ -hUw +oeb +oVR xHV xHV xHV xHV -fSJ +oeb dHd kow kow @@ -37734,17 +37734,17 @@ kow tfP tfP tfP -fwx -fwx -peg -peg -peg -peg -peg -peg -skY +laN +laN +rIY +rIY +rIY +rIY +rIY +rIY +vaz gwH -pPU +oFD tfP tfP kow @@ -37755,26 +37755,26 @@ tfP xwC xwC xwC -peg -peg +rIY +rIY kbT kbT -peg -peg +rIY +rIY gwH gwH gwH wmd xwC xwC -peg -peg -peg -xgu -peg +rIY +rIY +rIY +cRr +rIY kbT kbT -peg +rIY xwC jlk jlk @@ -37783,13 +37783,13 @@ jlk jlk jlk jlk -oyA -cxx -qVa +tAJ +mVI +mVq rZP jlk jlk -oyA +tAJ bfF rGq rZP @@ -37896,14 +37896,14 @@ xHV xHV xHV xHV -hUw -hUw -hUw -hUw -fSJ -uiv -fSJ -jqk +oVR +oVR +oVR +oVR +oeb +tfU +oeb +dCc xHV xHV xHV @@ -37917,10 +37917,10 @@ dIo dIo dIo dIo -fSJ +oeb dXG -hUw -fSJ +oVR +oeb xHV xHV xHV @@ -37932,9 +37932,9 @@ dXG dXG dXG dXG -fSJ -hUw -uqm +oeb +oVR +lNa xHV xHV xHV @@ -37947,13 +37947,13 @@ bQM tfP tfP kPY -rQA -kxL -peg -peg -peg -peg -pPU +mbt +aYY +rIY +rIY +rIY +rIY +oFD gwH gwH gwH @@ -37967,24 +37967,24 @@ tfP tfP xwC xwC -vXa -hmx +upz +ibR kbT kbT kbT kbT -peg -peg +rIY +rIY gwH gwH xwC -peg -peg -xgu +rIY +rIY +cRr kbT kbT kbT -xgu +cRr kbT gwH gwH @@ -37995,25 +37995,25 @@ rZP rZP jlk jlk -jaK -pAv -uID +pXf +aWu +vut rZP jlk jlk -oyA +tAJ bfF rGq lHx bQM bTo -tle -tle -tle +qLS +qLS +qLS hkh -tle -tle -tle +qLS +qLS +qLS iWq bQM bQM @@ -38107,46 +38107,46 @@ jXz xHV xHV xHV -hUw -fSJ -fSJ -fSJ -hUw +oVR +oeb +oeb +oeb +oVR dXG -jqk +dCc dXG -jqk -dcQ -fSJ -fSJ +dCc +ssg +oeb +oeb nIc cmP dIo xHV xHV xHV -fSJ -fSJ -fSJ -fSJ -fSJ +oeb +oeb +oeb +oeb +oeb dXG dXG -fSJ +oeb xHV xHV xHV xHV dXG dXG -fSJ +oeb bby bby -fSJ +oeb dXG -fSJ -hUw -hUw +oeb +oVR +oVR xHV xHV xHV @@ -38159,12 +38159,12 @@ bQM bQM tfP kPY -fwx -skY -peg -peg -peg -peg +laN +vaz +rIY +rIY +rIY +rIY gwH gwH gwH @@ -38179,25 +38179,25 @@ tfP xwC xwC xwC -peg -peg +rIY +rIY kbT kbT kbT kbT -hmx -peg -peg +ibR +rIY +rIY gwH gwH -peg -xgu +rIY +cRr kbT kbT kbT kbT lmV -peg +rIY gwH gwH jlk @@ -38207,9 +38207,9 @@ xKj jlk jlk jlk -oyA -cxx -qVa +tAJ +mVI +mVq rZP jlk jlk @@ -38219,13 +38219,13 @@ rGq lHx bQM bTo -tle -tle -tle +qLS +qLS +qLS pcu -tle -tle -tle +qLS +qLS +qLS iWq bQM bQM @@ -38310,56 +38310,56 @@ agi aWV agi jXz -roz -sqN +fXP +jvH jXz -mSz -roz +smT +fXP jXz -uLf +vvg xHV xHV -koL -fSJ -fSJ -fSJ -hUw +lwA +oeb +oeb +oeb +oVR dXG -jqk +dCc dXG dXG dXG dXG dXG -dgt +nXI yis dIo -fSJ -fSJ -fSJ -hUw -hUw +oeb +oeb +oeb +oVR +oVR dXG -hUw -hUw -hUw -hUw +oVR +oVR +oVR +oVR dXG xHV xHV xHV -dcQ +ssg dXG dXG dXG xHV -dcQ +ssg xHV -dcQ -fSJ -hUw -hUw -hUw +ssg +oeb +oVR +oVR +oVR xHV xHV xHV @@ -38373,10 +38373,10 @@ tfP tfP kPY bxW -fzF -fzF -fzF -fzF +aMo +aMo +aMo +aMo bxW uNM uNM @@ -38401,15 +38401,15 @@ kPY kbT kbT kbT -xgu -xgu +cRr +cRr kbT kbT kbT kbT -peg -peg -peg +rIY +rIY +rIY gwH rZP jlk @@ -38417,11 +38417,11 @@ xKj jlk xKj rGq -pxl +gaw rGq -oyA -cxx -crL +tAJ +mVI +jDg rZP jlk jlk @@ -38431,13 +38431,13 @@ rGq lHx bQM bTo -tle -tle -tle +qLS +qLS +qLS hkh -tle -tle -tle +qLS +qLS +qLS iWq bQM bQM @@ -38522,33 +38522,33 @@ agi agi agi jXz -sgy -sqN +wmt +jvH jXz -cVz -nHg +sUc +wdG jXz -uLf +vvg xHV xHV -hUw -fSJ -fSJ -fSJ -hUw +oVR +oeb +oeb +oeb +oVR dXG lLe dXG dXG dXG dXG -fSJ +oeb lbt dXG -dcQ +ssg dXG dXG -hUw +oVR dXG qXM dXG @@ -38557,10 +38557,10 @@ dXG dXG dXG lLe -hUw -fSJ +oVR +oeb xHV -fSJ +oeb dXG lLe dXG @@ -38568,11 +38568,11 @@ clu dXG clu dXG -fSJ -gLS -hUw -hUw -pVT +oeb +nOn +oVR +oVR +cAz xHV xHV pqC @@ -38585,10 +38585,10 @@ dIo uNM uNM uNM -bnt -bnt -bnt -bnt +rEf +rEf +rEf +rEf uNM uNM uNM @@ -38604,22 +38604,22 @@ hjP rth hjP mrn -eIT -eIT -eIT -eIT +tsD +tsD +tsD +tsD mrn uNM lmV kbT lmV kbT -xgu +cRr kbT kbT -peg +rIY kbT -peg +rIY gwH gwH xwC @@ -38631,12 +38631,12 @@ xKj rGq rGq bDU -oyA -pqr -qVa +tAJ +aoM +mVq rZP jlk -pxl +gaw rGq osX rGq @@ -38735,24 +38735,24 @@ agi agi jXz jXz -lpv +gJA jXz -lpv +gJA jXz jXz -jYW +sqs xHV xHV -hUw -hUw -hUw -hUw +oVR +oVR +oVR +oVR dXG -fSJ -jqk -fSJ -jqk -dcQ +oeb +dCc +oeb +dCc +ssg dXG dXG lbt @@ -38762,16 +38762,16 @@ dXG dXG dXG dXG -kwn -fSJ -hUw -fSJ +vRz +oeb +oVR +oeb dXG eHD dXG dXG dXG -hUw +oVR bby qXM dXG @@ -38779,13 +38779,13 @@ dXG xHV dXG xHV -dcQ -fSJ -hUw -hUw -hUw -fSJ -pVT +ssg +oeb +oVR +oVR +oVR +oeb +cAz xHV naW naW @@ -38797,15 +38797,15 @@ xHV jlk uNM uNM -cxx +mVI rGq rOI -vgo -byH -byH -kLs -byH -cPY +qcG +wSC +wSC +oXQ +wSC +wKh rGq rGq rGq @@ -38815,12 +38815,12 @@ rZP xKj xKj xKj -oyA -oyA -oyA -oyA -oyA -oyA +tAJ +tAJ +tAJ +tAJ +tAJ +tAJ jlk tfP kbT @@ -38829,7 +38829,7 @@ kbT kbT kbT kbT -peg +rIY xwC xwC gwH @@ -38843,9 +38843,9 @@ xKj rGq rGq rGq -oyA -cxx -qVa +tAJ +mVI +mVq jlk jlk rGq @@ -38939,31 +38939,31 @@ agi aWV agi agi -jny +aHO agi agi agi agi mjx -beP -rxS -fwQ -rxS -fwQ -rxS -beP -rxS -fwQ +fQG +vtU +jeb +vtU +jeb +vtU +fQG +vtU +jeb dXG -fSJ -fSJ -fSJ +oeb +oeb +oeb dXG xHV -fSJ -jqk -fSJ -jqk +oeb +dCc +oeb +dCc dXG wKE dXG @@ -38972,33 +38972,33 @@ dXG dXG dXG dXG -fSJ -kwn +oeb +vRz dIo -jqk -jqk +dCc +dCc dIo dIo dIo obI wlz dXG -hUw +oVR dXG dXG bby -fSJ -dcQ +oeb +ssg dXG dXG dXG -fSJ -hUw -hUw -hUw -fSJ -fSJ -fSJ +oeb +oVR +oVR +oVR +oeb +oeb +oeb xHV xHV xHV @@ -39009,7 +39009,7 @@ xHV jlk uNM uNM -cxx +mVI fpn fpn hjP @@ -39017,22 +39017,22 @@ fpn hjP fpn fpn -qVa -hEE +mVq +mLu rGq rGq -oyA -oyA -oyA -aeF +tAJ +tAJ +tAJ +fot jlk -aeF -oyA -oyA -oyA -oyA -hEE -oyA +fot +tAJ +tAJ +tAJ +tAJ +mLu +tAJ jlk jlk jlk @@ -39055,9 +39055,9 @@ xKj rGq rGq gJu -eoe -ugY -qVa +hnG +vnO +mVq rGq knh rGq @@ -39151,21 +39151,21 @@ agi agi agi agi -aTq -mvz -quM -xfX +ahM +ipk +kEm +crp hoZ mjx -fwQ -oGJ -fwQ -oGJ -fwQ -oGJ -fwQ -oGJ -fwQ +jeb +lRu +jeb +lRu +jeb +lRu +jeb +lRu +jeb dXG dXG dXG @@ -39173,9 +39173,9 @@ dXG xHV xHV xHV -jqk -fSJ -jqk +dCc +oeb +dCc dXG dXG dXG @@ -39185,15 +39185,15 @@ lLe dXG dXG dXG -hUw -jqk -jqk -uaV +oVR +dCc +dCc +hLx dIo -tEk -jqk +iLn +dCc dCu -hUw +oVR dXG dXG dXG @@ -39201,18 +39201,18 @@ dXG bby dIo dIo -dcQ +ssg dIo dIo -fSJ -hUw -hUw -hUw -qJV -hUw -qJV -wBE -tCO +oeb +oVR +oVR +oVR +qZQ +oVR +qZQ +cvC +lEF xHV dIo naW @@ -39221,32 +39221,32 @@ xHV jlk uNM uNM -nbM -jXM -vxj -jXM -jXM -jXM -jXM -kxW -qVa -oyA -oyA -oyA -oyA -oyA -oyA -aeF -aeF -qku -xFk -tKM -xFk -bnt -oyA -oyA -oyA -oyA +sMS +qQN +cfe +qQN +qQN +qQN +qQN +ptp +mVq +tAJ +tAJ +tAJ +tAJ +tAJ +tAJ +fot +fot +iBp +ufH +hgb +ufH +rEf +tAJ +tAJ +tAJ +tAJ jlk rGq rGq @@ -39267,9 +39267,9 @@ rGq rGq rGq jFl -oyA -wyS -qVa +tAJ +dJp +mVq rGq knh hjP @@ -39363,74 +39363,74 @@ agi agi agi hoZ -xdI -dAm -aRw -sNH -jny -jYW -oVo +mUs +siR +nCT +iOM +aHO +sqs +aez mjx mjx -oVo +aez mjx mjx -oVo +aez mjx mjx -kwn -fSJ -fSJ -fSJ +vRz +oeb +oeb +oeb xHV xHV xHV -lut -fSJ -jqk -dcQ -fSJ -fSJ -dgt +suQ +oeb +dCc +ssg +oeb +oeb +nXI dXG dXG dXG dXG -hUw +oVR lLe -jqk -who -rBf +dCc +pTk +cCN dIo -eLz -mts +amn +epi dIo -fSJ -hUw +oeb +oVR dXG -fSJ -fSJ +oeb +oeb xHV dIo -cns -bFp -ojq +fNk +rgH +fOL dIo -jUS -hUw -hUw -hUw -fuG -hUw -fuG -jeO -tJD -fSJ +rdq +oVR +oVR +oVR +pOc +oVR +pOc +lIe +ePl +oeb dIo naW xHV xHV -ftQ +dvp amF amF amF @@ -39439,26 +39439,26 @@ amF amF amF amF -ftQ -cxx -qVa -hEE -oyA -hEE -oyA -oyA -hEE -aeF +dvp +mVI +mVq +mLu +tAJ +mLu +tAJ +tAJ +mLu +fot jlk -qku -hAD -byH -lTj -bnt -hEE -oyA -hEE -oyA +iBp +aSO +wSC +hJK +rEf +mLu +tAJ +mLu +tAJ rGq rGq rGq @@ -39474,15 +39474,15 @@ rZP jlk jlk rGq -gYs +kBK rGq rGq rGq gJu -eoe -ugY -qVa -oyA +hnG +vnO +mVq +tAJ knh rGq hlT @@ -39575,40 +39575,40 @@ agi agi agi hoZ -aTq -sno -edh -dZw -jny +ahM +cgK +hFd +udb +aHO mjx -fwQ -rxS -fwQ -rxS -fwQ -rxS -fwQ -rxS -fwQ +jeb +vtU +jeb +vtU +jeb +vtU +jeb +vtU +jeb doD doD doD xHV xHV -jqk -jqk -jqk -fSJ -jqk -fSJ +dCc +dCc +dCc +oeb +dCc +oeb xHV xHV nIc dXG -dcQ +ssg dXG dXG -hUw +oVR nib dIo dIo @@ -39617,32 +39617,32 @@ dIo dIo dIo dIo -abW -hUw +qiA +oVR dXG -fSJ +oeb xHV xHV dIo -lXL -jqk -tQM +iqA +dCc +erN dIo dIo dIo dIo dIo dIo -fSJ -fSJ -fuG -eBW -wBE -wBE -wBE -tCO -xHV -ftQ +oeb +oeb +pOc +vFq +cvC +cvC +cvC +lEF +xHV +dvp amF fjX jXZ @@ -39651,26 +39651,26 @@ jXZ jXZ lZf amF -ftQ -cxx -qVa -bnt -bnt -bnt -bnt -bnt -bnt -qku -qku -qku -ugY +dvp +mVI +mVq +rEf +rEf +rEf +rEf +rEf +rEf +iBp +iBp +iBp +vnO ePx -ydQ -bnt -bnt -bnt -oyA -oyA +lyK +rEf +rEf +rEf +tAJ +tAJ rGq hjP rGq @@ -39680,21 +39680,21 @@ bfF rGq rGq rGq -oyA +tAJ jlk rZP daK rGq rGq -oyA +tAJ rGq rGq rGq wcP -oyA -cxx -qVa -oyA +tAJ +mVI +mVq +tAJ jlk jlk rZP @@ -39787,30 +39787,30 @@ agi agi agi hoZ -jny -jny -jny -mXn -jny +aHO +aHO +aHO +sRl +aHO mjx -thA -oGJ -fwQ -oGJ -fwQ -oGJ -qHz -oGJ -fwQ +roe +lRu +jeb +lRu +jeb +lRu +bPo +lRu +jeb hoZ -jYW -fSJ +sqs +oeb xHV xHV -fSJ -fSJ -fSJ -fSJ +oeb +oeb +oeb +oeb xHV xHV xHV @@ -39820,25 +39820,25 @@ cmP dIo dXG dXG -hUw -hUw +oVR +oVR dCu -jqk -wsv +dCc +lOx dIo -rpL -jqk +wmo +dCc dCu -hUw +oVR dXG dXG dXG dXG dXG dXG -jqk -qAQ -fSJ +dCc +spS +oeb dIo xHV xHV @@ -39846,43 +39846,43 @@ xHV xHV dIo dIo -nSw -hUw -hUw -fSJ +vil +oVR +oVR +oeb whu -dVt -tJD -jpZ +uyU +ePl +oDO amF amF hiO -afU -pvJ -bkp -dIJ +wYP +thp +kZv +emF hiO amF amF -tpK -vgo -byH -byH -byH -byH -byH -byH -byH -byH -byH -tbS +lQD +qcG +wSC +wSC +wSC +wSC +wSC +wSC +wSC +wSC +wSC +fLy hjP -qVa -byH -cPY -bnt -oyA -oyA +mVq +wSC +wKh +rEf +tAJ +tAJ rGq rGq rGq @@ -39892,21 +39892,21 @@ bfF rGq rGq rGq -oyA +tAJ rZP rZP rGq rGq rGq -oyA -oyA +tAJ +tAJ fpn fpn -ien -oyA -cxx -qVa -oyA +uRc +tAJ +mVI +mVq +tAJ jlk jlk rZP @@ -39997,32 +39997,32 @@ agi agi agi agi -rAZ +ekn pCX -jny -mvz -quM -xfX -jny +aHO +ipk +kEm +crp +aHO jXz jXz -rAZ +ekn gLv jXz -lpv +gJA jXz jXz -aVa +jOQ hoZ njx -jYW +sqs bby xHV -jqk -fSJ -jqk -jqk -jqk +dCc +oeb +dCc +dCc +dCc xHV xHV xHV @@ -40030,27 +40030,27 @@ xHV nIc yis dIo -pqQ +fMW dXG dXG dXG dIo -jqk -eow +dCc +wUQ dIo -rpL -cWv +wmo +iva dIo -ydW -fSJ -hUw +hVh +oeb +oVR dXG -fSJ +oeb xHV dIo -qaV -jqk -fSJ +xWJ +dCc +oeb dIo dXG dXG @@ -40058,25 +40058,25 @@ xHV xHV xHV dIo -nSw -qJV -tCO -fSJ -fSJ -lkc -eBW -fSJ -itc -bkp -itc +vil +qZQ +lEF +oeb +oeb +mDT +vFq +oeb +bSX +kZv +bSX rGq rGq rGq rGq -itc -bkp -itc -cxx +bSX +kZv +bSX +mVI hjP fpn fpn @@ -40087,14 +40087,14 @@ hjP fpn fpn hjP -tjp +dlz hjP -qVa +mVq ruE -qVa -bnt -oyA -oyA +mVq +rEf +tAJ +tAJ rGq rGq jlk @@ -40104,21 +40104,21 @@ vsT rGq rGq rGq -oyA -tej -jFW +tAJ +ojg +pxD rGq bDU rGq -byH -byH -byH -byH -grg -cax -jhx -qVa -oyA +wSC +wSC +wSC +wSC +vAF +vXM +pnw +mVq +tAJ okT jlk rZP @@ -40211,28 +40211,28 @@ aWV hoZ hoZ hoZ -kPD -dAm -aRw -sNH -jny -jYW +bTW +siR +nCT +iOM +aHO +sqs erl hoZ hoZ jXz -sqN +jvH agi jXz agi njx njx -jYW -fSJ +sqs +oeb xHV -jqk -fSJ -jqk +dCc +oeb +dCc dIo dIo dIo @@ -40242,7 +40242,7 @@ xHV nIc dIo dIo -nSw +vil dXG dXG wlz @@ -40255,14 +40255,14 @@ dIo dIo xEE dXG -hUw +oVR dXG -fSJ +oeb xHV dIo -kwn -xLl -rIa +vRz +pxj +wSn dIo xHV mfe @@ -40270,43 +40270,43 @@ xHV xHV xHV dIo -nSw -hUw -hUw -dPb -dPb -eBW -hUw -hUw -bkp +vil +oVR +oVR +axy +axy +vFq +oVR +oVR +kZv fpn -bkp +kZv rGq bDU rGq rGq -bkp +kZv fpn -bkp -cxx -bCe -jXM -jXM -jXM -jXM -jXM -jXM -jXM -jXM -jXM -cxx +kZv +mVI +tmI +qQN +qQN +qQN +qQN +qQN +qQN +qQN +qQN +qQN +mVI hjP -qVa -jXM -bEB -bnt -oyA -oyA +mVq +qQN +qjv +rEf +tAJ +tAJ rGq rGq knh @@ -40317,20 +40317,20 @@ oDe rGq rGq rGq -oyA -bnt +tAJ +rEf rGq rGq rGq -jXM -jXM -jXM -jXM -eRt -cDo -tSd -bEB -oyA +qQN +qQN +qQN +qQN +dMZ +ffC +osp +qjv +tAJ rGq jlk rZP @@ -40421,14 +40421,14 @@ bQM bQM aWV cVQ -rAZ +ekn hoZ -jny -sno -edh -dZw -jny -jYW +aHO +cgK +hFd +udb +aHO +sqs hoZ hoZ agi @@ -40439,12 +40439,12 @@ agi agi njx njx -jYW -jYW -jYW -jqk -fSJ -jqk +sqs +sqs +sqs +dCc +oeb +dCc dIo tYw tYw @@ -40454,9 +40454,9 @@ xHV qgi xHV xHV -mCd +bWS dXG -hUw +oVR dXG xHV xHV @@ -40467,10 +40467,10 @@ dXG dXG dXG egL -hUw +oVR qXM dXG -fSJ +oeb dIo dIo dXG @@ -40482,42 +40482,42 @@ xHV xHV dIo dIo -nSw -qJV -tCO -cDs -wBE -tCO -hUw -hUw -bkp +vil +qZQ +lEF +lSL +cvC +lEF +oVR +oVR +kZv fpn -bkp +kZv rGq rGq rGq rGq -bkp +kZv fpn -bkp -cxx -qVa -bnt -bnt -bnt -bnt -bnt -bnt -bnt -bnt -bnt -ugY +kZv +mVI +mVq +rEf +rEf +rEf +rEf +rEf +rEf +rEf +rEf +rEf +vnO ePx -ydQ -bnt -bnt -bnt -oyA +lyK +rEf +rEf +rEf +tAJ rGq hjP boe @@ -40529,20 +40529,20 @@ rGq rGq rGq rGq -oyA -bnt +tAJ +rEf rGq rGq rGq -oyA +tAJ rZP -oyA -oyA -gGv -wyS -ydQ -oyA -oyA +tAJ +tAJ +dDX +dJp +lyK +tAJ +tAJ rGq jlk rZP @@ -40635,11 +40635,11 @@ aWV pCX hoZ hoZ -mXn -jny -kus -jny -jny +sRl +aHO +sMm +aHO +aHO hoZ hoZ hoZ @@ -40650,13 +40650,13 @@ gQK agi aWV aWV -jYW +sqs hoZ hoZ hoZ -jqk -fSJ -jqk +dCc +oeb +dCc dIo tYw tYw @@ -40666,70 +40666,70 @@ xHV qgi xHV xHV -mCd +bWS dXG -hUw +oVR dXG -fSJ +oeb xHV -fSJ -hUw -hUw -hUw -hUw +oeb +oVR +oVR +oVR +oVR dXG dXG dXG dXG -hUw -fSJ +oVR +oeb dXG -fSJ -hUw -kwn +oeb +oVR +vRz dIo dIo dIo dIo dIo dIo -fSJ -qJx -hUw -hUw -fSJ +oeb +rEp +oVR +oVR +oeb whu -pgZ -tCO -fSJ -bkp -bkp -bkp +csE +lEF +oeb +kZv +kZv +kZv rGq rGq rGq rGq -bkp -bkp -bkp -cxx -qVa -hEE -oyA -hEE -oyA -oyA -hEE -oyA -hEE -bnt -wyS +kZv +kZv +kZv +mVI +mVq +mLu +tAJ +mLu +tAJ +tAJ +mLu +tAJ +mLu +rEf +dJp gjX -bgm -bnt -hEE -oyA -hEE +veG +rEf +mLu +tAJ +mLu rGq rGq jlk @@ -40740,20 +40740,20 @@ knh knh jlk jlk -oyA -oyA -bnt +tAJ +tAJ +rEf rGq rGq rGq -fgs +oGw rZP jDR rGq -oyA -cxx -qVa -oyA +tAJ +mVI +mVq +tAJ rGq rGq rGq @@ -40845,13 +40845,13 @@ bQM bQM aWV hoZ -rAZ +ekn hoZ -jny -mvz -quM -xfX -jny +aHO +ipk +kEm +crp +aHO jXz oED hoZ @@ -40862,13 +40862,13 @@ gQK agi agi njx -jYW +sqs hoZ pCX hoZ -jqk -bOW -jqk +dCc +aGm +dCc dIo dIo dIo @@ -40881,66 +40881,66 @@ xHV xHV dXG dXG -hUw +oVR dXG -hUw +oVR dXG dXG lLe dXG dXG -bam -hUw -hUw -hUw -hUw +qRT +oVR +oVR +oVR +oVR dXG dXG dXG -hUw -fSJ +oVR +oeb vFQ -fSJ +oeb whu -fSJ +oeb whu -fSJ -qJx -fSJ -qJV -pRx -fSJ -fSJ -fSJ -tJD -jpZ +oeb +rEp +oeb +qZQ +erD +oeb +oeb +oeb +ePl +oDO amF amF hiO -cIl -fPI -gyn -vmF +kVL +cvB +eBL +mqG hiO amF amF -tpK -qVa -oyA -jpD -oyA -oyA -oyA -oyA -oyA -oyA -bnt -ugY +lQD +mVq +tAJ +miM +tAJ +tAJ +tAJ +tAJ +tAJ +tAJ +rEf +vnO ePx -ydQ -bnt -oyA -oyA +lyK +rEf +tAJ +tAJ rGq rGq jlk @@ -40950,22 +40950,22 @@ jlk bfF rGq rGq -qhV +hsr rZP rZP -gQy -wVZ -oyA -oyA -gQy -thh +sga +thB +tAJ +tAJ +sga +fnc rZP rGq rGq -oyA -cxx -qVa -oyA +tAJ +mVI +mVq +tAJ rGq oyd rGq @@ -41059,31 +41059,31 @@ aWV cVQ hoZ pCX -jny -dAm -aRw -sNH -jny +aHO +siR +nCT +iOM +aHO jXz hoZ -jYW -rAZ +sqs +ekn gVx hro jor jXz hoZ njx -jYW +sqs oED hoZ hoZ -jqk -fSJ -jqk -jqk -jqk -jqk +dCc +oeb +dCc +dCc +dCc +dCc pqC bQM bQM @@ -41091,8 +41091,8 @@ bQM pqC xHV xHV -fSJ -fSJ +oeb +oeb dXG dXG dXG @@ -41104,29 +41104,29 @@ dXG dXG dXG xHV -hUw -hUw -qJV -hUw -qJV -hUw -qJV -hUw -qJV -hUw -qJV -hUw -qJV -hUw -qJV -kxI -tJD -qJV -bYN -tCO -fNg -fSJ -sng +oVR +oVR +qZQ +oVR +qZQ +oVR +qZQ +oVR +qZQ +oVR +qZQ +oVR +qZQ +oVR +qZQ +hYg +ePl +qZQ +jSl +lEF +pDu +oeb +fwG amF aXn jXZ @@ -41135,22 +41135,22 @@ jXZ jXZ qCW amF -ftQ -nbM -bEB -oyA -oyA -oyA -oyA -oyA -oyA -oyA -hEE -bnt -cxx +dvp +sMS +qjv +tAJ +tAJ +tAJ +tAJ +tAJ +tAJ +tAJ +mLu +rEf +mVI hjP -qVa -bnt +mVq +rEf uNM yhu uNM @@ -41158,11 +41158,11 @@ jlk jlk jlk jlk -lQI +pnB kpp rGq rGq -faX +fyw rZP rZP rZP @@ -41175,8 +41175,8 @@ rZP rGq rGq rGq -cxx -qVa +mVI +mVq rGq lzJ lzJ @@ -41269,33 +41269,33 @@ agi agi aWV hoZ -rAZ +ekn hoZ -jny -sno -edh -dZw -jny -rAZ -jYW -jYW +aHO +cgK +hFd +udb +aHO +ekn +sqs +sqs jXz hhL hro jqs -rAZ +ekn hoZ njx -jYW -jYW -jYW -jYW -jqk -fSJ -fSJ -fSJ -fSJ -jqk +sqs +sqs +sqs +sqs +dCc +oeb +oeb +oeb +oeb +dCc pqC bQM bQM @@ -41303,42 +41303,42 @@ bQM pqC xHV xHV -fSJ +oeb dXG -fSJ -tzz -fSJ -fSJ -trJ -jqk -jqk -fSJ -fSJ -xHV -xHV -xHV -hUw -fuG -hUw -fuG -hUw -fuG -hUw -fuG -hUw -fuG -hUw -fuG -hUw -fuG -jeO -tJD -fuG -ghd -kQr -tCO +oeb +swU +oeb +oeb +yhQ +dCc +dCc +oeb +oeb +xHV +xHV +xHV +oVR +pOc +oVR +pOc +oVR +pOc +oVR +pOc +oVR +pOc +oVR +pOc +oVR +pOc +lIe +ePl +pOc +jzh +oXz +lEF apw -sng +fwG amF amF amF @@ -41347,22 +41347,22 @@ amF amF amF amF -ftQ +dvp jlk jlk jlk -oyA -oyA -oyA -oyA -kZA -oyA +tAJ +tAJ +tAJ +tAJ +viI +tAJ jlk -bnt -cxx +rEf +mVI hjP -qVa -bnt +mVq +rEf yhu jlJ jlk @@ -41370,11 +41370,11 @@ jlk jlk jlk jlk -lQI +pnB vsT rGq rGq -iPr +aJc rZP jlk jlk @@ -41483,14 +41483,14 @@ aWV jXz jXz hoZ -jny -jny -jny -jny -jny +aHO +aHO +aHO +aHO +aHO jXz jXz -jYW +sqs agi gQK agi @@ -41503,11 +41503,11 @@ aWV aWV aWV aWV -jqk -jqk -fhu -fSJ -jqk +dCc +dCc +pew +oeb +dCc pqC bQM bQM @@ -41521,33 +41521,33 @@ dIo dIo dIo dIo -kwn -hUw -hUw -kwn +vRz +oVR +oVR +vRz bby xHV xHV xHV xHV xHV -oxd +vEg dXG -hUw -fSJ +oVR +oeb vFQ -fSJ +oeb whu -fSJ +oeb whu -fSJ -qJx -fSJ -fuG -eBW -yhk -fSJ -tVE +oeb +rEp +oeb +pOc +vFq +nvw +oeb +rDI hDq apw apw @@ -41563,18 +41563,18 @@ amF rZP rZP rZP -hEE -cMH -cMH +mLu +dgk +dgk rZP rZP jlk jlk -bnt -cxx +rEf +mVI hjP -qVa -bnt +mVq +rEf uNM jlk jlk @@ -41586,7 +41586,7 @@ rZP jDR rGq rGq -wsU +eGk jlk jlk jlk @@ -41598,7 +41598,7 @@ rGq rGq rGq rGq -pxl +gaw jlk jlk jlk @@ -41694,14 +41694,14 @@ rmu aWV vOP aWV -jYW -jYW -jYW -cAS -bXX -cAS -jYW -jYW +sqs +sqs +sqs +kOO +wCX +kOO +sqs +sqs hoZ hoZ mJq @@ -41716,10 +41716,10 @@ pab pnS aWV agi -fSJ -jqk -fSJ -jqk +oeb +dCc +oeb +dCc tYw xHV xHV @@ -41733,33 +41733,33 @@ dIo dIo dIo dIo -fSJ -jqk -jqk -fSJ +oeb +dCc +dCc +oeb xHV xHV xHV xHV xHV xHV -fSJ -bzY -qfF -kwn +oeb +dSd +cUX +vRz dIo dIo dIo kUj kUj kUj -fSJ -qJx -hUw -hUw -fSJ +oeb +rEp +oVR +oVR +oeb whu -fSJ +oeb qWO mZo apw @@ -41782,11 +41782,11 @@ bHY jlk rZP jlk -mAi -cxx +msG +mVI hjP -qVa -kmn +mVq +whl jlk jlk jlk @@ -41810,7 +41810,7 @@ rGq oyd rGq rGq -pxl +gaw jlk jlk jlk @@ -41821,7 +41821,7 @@ fyO lzJ lzJ lzJ -hPZ +tTE irB irB baC @@ -41907,7 +41907,7 @@ jXz pPG jXz hoZ -jYW +sqs hoZ gFg hoZ @@ -41917,38 +41917,38 @@ hoZ hoZ hoZ hoZ -rAZ -pZd -fwQ -rAZ -fwQ -pZd -rAZ -fwQ -fwQ -rAZ +ekn +htl +jeb +ekn +jeb +htl +ekn +jeb +jeb +ekn pCX -fSJ -jqk -oCa -jqk -fSJ -bcW +oeb +dCc +iwr +dCc +oeb +hmQ xHV xHV xHV -dcQ -fSJ -fSJ +ssg +oeb +oeb dIo -fSJ -usv -fSJ +oeb +fPI +oeb tYw xHV -hUw -hUw -fSJ +oVR +oVR +oeb xHV xHV xHV @@ -41957,24 +41957,24 @@ xHV xHV dIo dIo -rQb -gAz +kmu +nCx dIo -oqZ -oqZ -fSJ -fSJ +wZS +wZS +oeb +oeb kUj kUj xHV -fuG -eBW -eaH -dPb -wXE -eBW +pOc +vFq +uwx +axy +vAV +vFq apw -sng +fwG amF amF amF @@ -41983,7 +41983,7 @@ amF amF amF amF -ftQ +dvp jlk mHR oBd @@ -41994,15 +41994,15 @@ bBX jlk rZP jlk -mAi -cxx +msG +mVI hjP -qVa -osi +mVq +ybJ jlk jlk -nsG -nsG +dqm +dqm jlk jlk umy @@ -42029,11 +42029,11 @@ jlk lzJ lzJ lzJ -uVO +nvG lzJ lzJ lzJ -hPZ +tTE lzJ irB irB @@ -42115,9 +42115,9 @@ njx njx njx njx -jny +aHO vTB -jny +aHO hoZ hoZ hoZ @@ -42140,26 +42140,26 @@ hoZ pCX hoZ hoZ -rAZ -jqk -fSJ -jqk -fSJ -vfi -fSJ -dcQ -dcQ -fSJ +ekn +dCc +oeb +dCc +oeb +pgq +oeb +ssg +ssg +oeb qXM -fSJ -snn +oeb +eYr lLe -hUw -hUw +oVR +oVR fJj -fSJ -jqk -jqk +oeb +dCc +dCc qXM xHV xHV @@ -42168,25 +42168,25 @@ tYw tYw tYw dIo -uIj -jqk -jqk -jqk -hUw -jqk -jqk -jqk -hUw +gcf +dCc +dCc +dCc +oVR +dCc +dCc +dCc +oVR kUj kUj -hUw -bam -wBE -wBE -xTp +oVR +qRT +cvC +cvC +xwL apw -fSJ -sng +oeb +fwG amF fjX jXZ @@ -42195,23 +42195,23 @@ jXZ jXZ lZf amF -ftQ -cze +dvp +hSk rZP rZP -cMH -cMH -cMH +dgk +dgk +dgk rZP rZP rZP jlk jlk -cxx +mVI hjP -qVa -bnt -pxl +mVq +rEf +gaw rLb hjP hjP @@ -42246,7 +42246,7 @@ irB uYx lzJ lzJ -hPE +iDH plu lzJ irB @@ -42327,9 +42327,9 @@ njx njx njx njx -jny +aHO vTT -jny +aHO hoZ hoZ gGx @@ -42353,26 +42353,26 @@ hoZ hoZ hoZ hoZ -spG -fSJ -jqk +fME +oeb +dCc jRk -lUc -fSJ -fSJ -oCa +qEj +oeb +oeb +iwr dXG lLe dXG qXM dXG -hUw -hUw +oVR +oVR dXG -fSJ -hUw -hUw -fSJ +oeb +oVR +oVR +oeb xHV xHV tYw @@ -42380,35 +42380,35 @@ tYw tYw tYw dIo -raw +cEn xzj kdK xzj -jqk +dCc xzj xzj xzj -jqk +dCc xHV kUj -fuG -eBW -fSJ -fSJ -fSJ -tJD -jpZ +pOc +vFq +oeb +oeb +oeb +ePl +oDO amF amF hiO -iOD -bkp -bkp -dIJ +fge +kZv +kZv +emF hiO amF amF -jEF +wBP jlk jlk hjP @@ -42421,14 +42421,14 @@ rZP jlk jlk whp -qVa -bnt -oyA -oyA -oyA -oyA -oyA -jaK +mVq +rEf +tAJ +tAJ +tAJ +tAJ +tAJ +pXf rGq rGq rGq @@ -42458,7 +42458,7 @@ irB irB lzJ lzJ -hPE +iDH lzJ lzJ lzJ @@ -42539,9 +42539,9 @@ njx njx njx njx -jny +aHO vZc -jny +aHO hoZ hoZ fqF @@ -42565,26 +42565,26 @@ hoZ hoZ hoZ pCX -jqk -fSJ -jqk -jqk -jqk -jqk -web +dCc +oeb +dCc +dCc +dCc +dCc +xAd dXG -fSJ +oeb dXG -dcQ +ssg dIo -rpL -hUw -rpL +wmo +oVR +wmo dIo -fSJ -jqk -jqk -fSJ +oeb +dCc +dCc +oeb uIG xHV tYw @@ -42592,55 +42592,55 @@ tYw tYw tYw dIo -dPe +qpF xzj xzj xzj -jqk +dCc xzj xzj xzj xHV xHV kUj -hUw -hUw -fSJ +oVR +oVR +oeb whu -lkc -eBW -fSJ -itc -bkp -itc +mDT +vFq +oeb +bSX +kZv +bSX rGq rGq rGq rGq -itc -bkp -itc -ajt -cPY -bnt -bnt -bnt -lbX +bSX +kZv +bSX +taT +wKh +rEf +rEf +rEf +czP fmY -kwE -bnt +oQD +rEf jlk jlk jlk hjP -qVa -bnt -bnt -bnt -wrZ -bnt -oyA -jaK +mVq +rEf +rEf +rEf +uWK +rEf +tAJ +pXf rGq bDU rGq @@ -42651,16 +42651,16 @@ rZP rZP jlk jlk -wgp +hhF uGM uGM -sKB +cvu fjr jgu jgu jgu irB -hPE +iDH lzJ lzJ uGM @@ -42669,7 +42669,7 @@ irB irB irB irB -hPZ +tTE lzJ lzJ lzJ @@ -42750,12 +42750,12 @@ njx njx njx njx -uMk +aYH jXz pPG jXz -jYW -jYW +sqs +sqs hoZ vjT gFg @@ -42778,25 +42778,25 @@ hoZ hoZ hoZ lLe -fSJ -fSJ -fSJ -fSJ -fSJ -jqk +oeb +oeb +oeb +oeb +oeb +dCc xHV -dcQ +ssg xHV xHV dIo -rpL -hUw -rpL +wmo +oVR +wmo dIo -uSk -hUw -hUw -jpZ +jUL +oVR +oVR +oDO tYw tYw tYw @@ -42804,54 +42804,54 @@ tYw tYw tYw dIo -afY +ogg xzj xzj xzj -jqk +dCc xzj xzj dXG xHV xHV dIo -fuG -eBW -dPb -dPb -eBW -hUw -hUw -bkp +pOc +vFq +axy +axy +vFq +oVR +oVR +kZv fpn -bkp +kZv rGq rGq rGq rGq -bkp +kZv fpn -bkp -cxx -vgo -byH -kbc -byH +kZv +mVI +qcG +wSC +xer +wSC ddM iQK ddM -byH -byH -tCb -byH +wSC +wSC +fJB +wSC hjP -vgo -byH -byH -byH -cPY -bnt -oyA +qcG +wSC +wSC +wSC +wKh +rEf +tAJ jlk jlk jlk @@ -42863,16 +42863,16 @@ dxE rZP jlk jlk -cTk +vYa uGM uGM -sKB -jBa +cvu +aVQ jgu jgu jgu -nWW -hPE +sUp +iDH uGM lzJ lzJ @@ -42881,8 +42881,8 @@ irB irB irB irB -hPZ -hPE +tTE +iDH iSh lzJ lzJ @@ -42892,7 +42892,7 @@ irB irB irB irB -rmY +rOD wbI itN baC @@ -42957,9 +42957,9 @@ agi agi aWV jXz -jny -jny -jny +aHO +aHO +aHO jXz aWV aWV @@ -42977,97 +42977,97 @@ hoZ hoZ hoZ hoZ -rAZ -pZd -fwQ -rAZ -pZd -fwQ -rAZ -pZd -fwQ -rAZ +ekn +htl +jeb +ekn +htl +jeb +ekn +htl +jeb +ekn agi hoZ dXG -wdD -fSJ -fSJ -fSJ -fSJ -jqk +kwb +oeb +oeb +oeb +oeb +dCc dIo tYw xHV xHV dIo -rpL -loK -rpL +wmo +rCV +wmo dIo -xpa -jqk -jqk -fSJ +xyE +dCc +dCc +oeb tYw -qgt -ifz +xYb +gtY tYw tYw tYw dIo -uIj -jqk -jqk -jqk -hUw +gcf +dCc +dCc +dCc +oVR xHV -jqk +dCc xHV xHV xHV -fSJ -hUw -hUw -wBE -wBE -tCO -hUw -hUw -bkp +oeb +oVR +oVR +cvC +cvC +lEF +oVR +oVR +kZv fpn -bkp +kZv rGq ugT rGq rGq -bkp +kZv fpn -bkp -cxx -bCe -jXM -rjk -jXM -bhl +kZv +mVI +tmI +qQN +hMu +qQN +for ihC -bCe -jXM -jXM -bDa -jXM -jXM -jXM -jXM -kxW -oyA -qVa -bnt -oyA +tmI +qQN +qQN +sGH +qQN +qQN +qQN +qQN +ptp +tAJ +mVq +rEf +tAJ dro jlk jlk -pxl +gaw rGq rGq rGq @@ -43075,16 +43075,16 @@ rGq rZP jlk jlk -pUl +tNf uGM uGM -asN -asN -asN +oeN +oeN +oeN vhB -asN -hPZ -hPE +oeN +tTE +iDH lzJ lzJ irB @@ -43093,8 +43093,8 @@ irB irB irB irB -hPZ -hPE +tTE +iDH irB irB lzJ @@ -43103,8 +43103,8 @@ uGM irB irB irB -dWJ -fxk +gTP +wcO wbI itN baC @@ -43203,11 +43203,11 @@ agi agi xHV xHV -jqk -jqk -jqk -jqk -jqk +dCc +dCc +dCc +dCc +dCc dIo xHV xHV @@ -43217,14 +43217,14 @@ dIo dIo dIo dIo -gwd -oEU -oEU -bhc -bhc -bhc -bhc -gwd +hRi +fop +fop +adZ +adZ +adZ +adZ +hRi xJw xJw rja @@ -43237,45 +43237,45 @@ egv egv egv egv -bhc +adZ apf -fuG -eBW -fSJ -dNo -pgZ -tCO -fSJ -bkp -bkp -bkp +pOc +vFq +oeb +aKn +csE +lEF +oeb +kZv +kZv +kZv rGq rGq rGq rGq -bkp -bkp -bkp -nbM -bEB +kZv +kZv +kZv +sMS +qjv jlk jlk -bxR -cxx +puc +mVI hjP -qVa -bnt +mVq +rEf jlk jlk jlk -lbX -bnt -bnt -cxx +czP +rEf +rEf +mVI hjP -qVa -bnt -oyA +mVq +rEf +tAJ tMP jlk jlk @@ -43287,16 +43287,16 @@ cye jlk jlk jlk -pUl +tNf uGM uGM -asN -asN -asN +oeN +oeN +oeN vhB -asN -hPZ -hPE +oeN +tTE +iDH uGM lzJ irB @@ -43305,8 +43305,8 @@ irB irB irB irB -hPZ -hPE +tTE +iDH uGM uGM uGM @@ -43315,8 +43315,8 @@ uGM uGM uGM uGM -hPZ -rmY +tTE +rOD qkg itN baC @@ -43381,9 +43381,9 @@ agi agi aWV jXz -jny -jny -jny +aHO +aHO +aHO jXz jXz jXz @@ -43392,14 +43392,14 @@ uwP uwP dmu jXz -jny +aHO njx hoZ hoZ hoZ hoZ -jYW -jYW +sqs +sqs hoZ aWV aWV @@ -43422,76 +43422,76 @@ bvY apf eWu egv -gwd -bhc -bhc -bhc -bhc +hRi +adZ +adZ +adZ +adZ bfZ bfZ bfZ bfZ -bhc -bhc -oyc -wzm -qtn -oyc -gwd +adZ +adZ +nRv +ePC +foP +nRv +hRi xJw rja -wak +fmk apf apf -wak +fmk egv egv egv egv egv -bhc +adZ xna -hUw -hUw -fSJ -fSJ -fSJ -tJD +oVR +oVR +oeb +oeb +oeb +ePl rZP amF amF hiO -cIl -kLi -jTf -pzr +kVL +jTI +upA +tta hiO amF amF -tkP +tgp jlk jlk jlk jlk -cxx +mVI hjP -qVa -kcW +mVq +akX jlk jlk jlk jlk -fXy -bnt -cxx +mou +rEf +mVI hjP -qVa -bnt +mVq +rEf jlk jlk jlk jlk -pxl +gaw rGq rGq rGq @@ -43499,16 +43499,16 @@ rGq jlk jlk jlk -cTk +vYa uGM uGM -sKB -bcY +cvu +rGg jgu jgu jgu -lDY -hPE +hsn +iDH uGM hzz uGM @@ -43517,8 +43517,8 @@ irB irB irB irB -hPZ -oIk +tTE +vHM oAV oAV tsQ @@ -43527,8 +43527,8 @@ uGM uGM lRI uGM -hPZ -hPE +tTE +iDH jFO itN itN @@ -43592,33 +43592,33 @@ agi agi agi aWV -lhy +hEA cOq njx njx -jny +aHO njx njx njx -jny +aHO dfz njx njx -jny +aHO njx hoZ hoZ hoZ hoZ hoZ -jYW -jYW +sqs +sqs agi agi agi agi hoZ -jYW +sqs eEo agi agi @@ -43627,13 +43627,13 @@ aWV aWV xJw eWu -viw -mdu -mdu -aCu +bdq +dAZ +dAZ +bvF apf -bhc -bhc +adZ +adZ bfZ bfZ bfZ @@ -43645,32 +43645,32 @@ bfZ bfZ bfZ bfZ -wMH -rMM -eKE -har -vjg +riU +bsl +uha +nmN +oFf xJw rja -bhc -vzw +adZ +suV xna -bhc +adZ egv egv egv egv apf apf -wHh -bzY -eBW -dPb -dPb -dPb -eBW +jwT +dSd +vFq +axy +axy +axy +vFq rZP -ftQ +dvp amF aXn jXZ @@ -43679,53 +43679,53 @@ jXZ jXZ qCW amF -ftQ -gyn +dvp +eBL jlk jlk mpO -tlJ -cxx +dmV +mVI hjP -qVa +mVq jlk jlk jlk jlk jlk jlk -bnt -cxx +rEf +mVI hjP -env -bnt +bhI +rEf jlk jlk jlk rZP -yhr -oyA +ruW +tAJ rGq rGq rGq jlk jlk rZP -xEB +akb uGM uGM -sKB +cvu xck jgu oCe jgu -hPZ -hPE +tTE +iDH uGM pWH uGM tdZ -leO +xXn irB jgu jgu @@ -43733,14 +43733,14 @@ rZh dMc jgu jgu -rNk -asN -itz +jjw +oeN +aCt oAV oAV tsQ -hPZ -hPE +tTE +iDH vLH itN aju @@ -43804,33 +43804,33 @@ agi agi agi aWV -xuU +lhD njx njx njx -jny +aHO njx njx njx -jny +aHO njx njx njx -jny -quM -xfX +aHO +kEm +crp agi -rAZ +ekn hoZ hoZ -jYW -jYW +sqs +sqs agi agi agi agi agi -jYW +sqs eEo agi jXz @@ -43839,10 +43839,10 @@ aWV aWV xJw xJw -jei -atq -kmi -vih +qTM +bLM +pgM +uPt bfZ apf bfZ @@ -43857,30 +43857,30 @@ bfZ bfZ bfZ bfZ -oyc -rMH -cEC -oyc -bhc +nRv +aOA +cao +nRv +adZ rja rja -bhc +adZ apf apf -wHh -wak +jwT +fmk egv -wak +fmk apf -vzw +suV apf -bhc -hUw -hUw +adZ +oVR +oVR tYw -fSJ -fSJ -fSJ +oeb +oeb +oeb uNM uNM uNM @@ -43896,53 +43896,53 @@ uNM uNM hjP mpO -tlJ -wfE +dmV +dSc hjP -qVa +mVq jlk jlk jlk jlk jlk jlk -wdu -pAv +skl +aWu jlk -uID -wdu +vut +skl jlk jlk jlk rZP -rdv -oyA +vec +tAJ rGq rGq rGq -sBt -kJu +cmd +dXh glG -sKB +cvu uGM uGM -sKB +cvu oPZ jgu oCe jgu -hPZ -hPE +tTE +iDH uGM tdZ -leO -eIy +xXn +dNz jgu kXD jgu qOW -mQr -mYm +dnV +wuw chT jgu rZh @@ -43950,14 +43950,14 @@ qPC dMc jgu jgu -rNk -hPZ -hPE -wED -vFq -vFq -vFq -wSk +jjw +tTE +iDH +fBO +hZr +hZr +hZr +maN qNv uGM jgu @@ -44016,21 +44016,21 @@ agi agi agi aWV -aTq +ahM njx njx njx -jny +aHO njx njx njx -jny +aHO njx njx njx -jny +aHO njx -sNH +iOM jXz hoZ hoZ @@ -44051,10 +44051,10 @@ xJw xJw xJw rja -jei -vuO -tlX -vih +qTM +aYk +xMN +uPt bfZ bfZ mJe @@ -44073,28 +44073,28 @@ bfZ bfZ bfZ bfZ -bhc +adZ apf apf -vzw -bhc +suV +adZ apf apf apf apf apf apf -bhc -bhc +adZ +adZ apf -qJV +qZQ qXM -kwn +vRz tYw tYw dXG uNM -urk +yjy uNM pYh elY @@ -44107,54 +44107,54 @@ uNM uNM uNM hjP -qLH -bnt -cxx +uWd +rEf +mVI hjP -pjP -bnt +hON +rEf jlk jlk jlk jlk -oyA -bnt -cxx +tAJ +rEf +mVI sVi -qVa -bnt -oyA +mVq +rEf +tAJ jlk jlk rZP -ejh -oyA +kAI +tAJ rGq rGq rGq -oyA -goy +tAJ +vsl glG -sKB +cvu uGM uGM -sKB -hiT +cvu +vZl jgu jgu jgu -lDY -hPE +hsn +iDH uGM -oTK +bJI jgu kXD jgu wbI wbI wbI -hPZ -hPE +tTE +iDH wbI eVf wnu @@ -44162,14 +44162,14 @@ wnu dqE tNV kXD -rNk -hPZ -hPE +jjw +tTE +iDH lzJ -fJd -ocN -ocN -ocN +mRh +hCH +hCH +hCH qNv xZb jgu @@ -44228,21 +44228,21 @@ agi agi agi aWV -lhy +hEA njx njx njx -jny +aHO njx njx njx -jny +aHO njx njx njx -jny -edh -dZw +aHO +hFd +udb jXz agi agi @@ -44254,8 +44254,8 @@ hoZ agi agi hoZ -jYW -jYW +sqs +sqs egv xJw xJw @@ -44263,119 +44263,119 @@ xJw xJw xJw rja -iSb -hmT -hmT -msd +uSn +oag +oag +kRn apf bfZ bfZ bfZ bfZ bfZ -bhc -fvu -bhc -bhc -bhc -fvu -bhc +adZ +qqz +adZ +adZ +adZ +qqz +adZ bfZ bfZ bfZ bfZ bfZ bfZ -wHh -jrB +jwT +hSH apf -wHh -bne +jwT +sHq apf apf apf -bhc -bhc +adZ +adZ apf egv egv -ltW -lgd -djH +ijn +vlX +isO hjP hjP hjP hjP -oyA -oyA -oyA -oyA -oyA -oyA -oyA -oyA -oyA -bnt +tAJ +tAJ +tAJ +tAJ +tAJ +tAJ +tAJ +tAJ +tAJ +rEf foV hjP hjP -bnt -wrZ -cxx +rEf +uWK +mVI jah -qVa -bnt +mVq +rEf jlk jlk jlk -oyA -oyA -bnt -cxx +tAJ +tAJ +rEf +mVI sVi -qVa -bnt -oyA +mVq +rEf +tAJ jlk jlk jlk -pxl +gaw rGq rGq rGq rGq -oyA -xdO +tAJ +xgs glG -pUl +tNf uGM uGM -asN -asN -asN +oeN +oeN +oeN vhB -asN -hPZ -hPE +oeN +tTE +iDH tdZ -eIy +dNz kXD oRR dLq -wED -vFq -vFq -dMY -fKh -vFq -vFq -eIt +fBO +hZr +hZr +pJi +mhg +hZr +hZr +fxZ wbI wbI lzJ kXD -rNk -hPZ +jjw +tTE lzJ irB lzJ @@ -44453,12 +44453,12 @@ rCO iJE dEI jXz -quM -xfX +kEm +crp jXz agi agi -jYW +sqs hoZ hoZ idi @@ -44466,25 +44466,25 @@ hoZ agi agi hoZ -jYW -jYW +sqs +sqs rja rja rja rja rja rja -gwd +hRi bfZ bfZ apf bfZ bfZ -bhc -bhc -bhc -bhc -bhc +adZ +adZ +adZ +adZ +adZ rja rja rja @@ -44492,15 +44492,15 @@ rja rja rja rja -gwd -bhc +hRi +adZ bfZ bfZ bfZ bfZ bfZ -xBn -bne +pHB +sHq rja rja xJw @@ -44511,43 +44511,43 @@ apf egv egv egv -mEz -neY -mhC +ebj +ptt +hEa hjP hjP hjP -oyA -bnt -bnt -bnt -bnt -bnt -bnt -bnt -bnt -bnt -bnt -bnt -bnt -bnt -bnt +tAJ +rEf +rEf +rEf +rEf +rEf +rEf +rEf +rEf +rEf +rEf +rEf +rEf +rEf +rEf uNM -pAv +aWu sVi -uID +vut uNM -qSo -bPi -drJ -oyA -oyA -bnt -cxx +iUs +xnT +fGr +tAJ +tAJ +rEf +mVI sVi -qVa -bnt -oyA +mVq +rEf +tAJ jlk jlk jlk @@ -44559,36 +44559,36 @@ rGq jlk jlk rZP -vZe +lgo cFn uGM -asN -asN -asN +oeN +oeN +oeN vhB -asN -hPZ -hPE -oTK +oeN +tTE +iDH +bJI jgu jgu wbI wbI -hPZ -lnX -ocN -wwM -ocN -ocN -oAF -hPE +tTE +wRs +hCH +lOw +hCH +hCH +xGf +iDH wbI wbI wbI kXD -rNk -usj -ocN +jjw +vYp +hCH irB irB wbI @@ -44653,30 +44653,30 @@ aWV aWV jXz jXz -cZp +qAb njx -uuZ +nxO jXz -oMk -oMk -oMk +fJU +fJU +fJU jXz -cZp +qAb njx -uuZ +nxO gKi njx -sNH +iOM jXz agi agi agi -jYW +sqs hoZ -hEI -cIi -cIi -uzU +pbr +bhh +bhh +oIU hoZ cto hoZ @@ -44686,12 +44686,12 @@ rja rja rja rja -ncB +nPl bfZ bfZ bfZ bfZ -bhc +adZ rja rja vVi @@ -44706,15 +44706,15 @@ xUi rja rja rja -fvu -bhc +qqz +adZ bfZ bfZ bfZ bfZ apf -bhc -gwd +adZ +hRi rja xJw xJw @@ -44726,11 +44726,11 @@ egv jlk jlk jlk -oyA +tAJ hjP hjP -oyA -bnt +tAJ +rEf uNM sgw vFi @@ -44744,26 +44744,26 @@ sgw vFi yhu uNM -bnt -cxx +rEf +mVI hjP -pjP -bnt -bnt -bnt -bnt -bnt -bnt -bnt +hON +rEf +rEf +rEf +rEf +rEf +rEf +rEf jlk jlk -qVa -bnt -oyA +mVq +rEf +tAJ jlk jlk jlk -pxl +gaw rGq rGq rGq @@ -44774,31 +44774,31 @@ jlk irB irB irB -xEB -hiT +akb +vZl jgu jgu jgu -lDY -oIk -eIy +hsn +vHM +dNz kXD wbI jcv djf -hPZ -hPE +tTE +iDH sel qjc qjc pAO -aVV -fqS +jus +cPU wbI jcv wbI kXD -vTX +gZr wHl wbI irB @@ -44863,53 +44863,53 @@ agi agi aWV aWV -seA -seA -jny +mHV +mHV +aHO njx -sNH -seA -jYW +iOM +mHV +sqs pkp -jYW -seA -jny +sqs +mHV +aHO njx -sNH +iOM gKi -edh -dZw +hFd +udb jXz agi agi agi agi hoZ -izD -iVm -bIM -jjB +qId +uaB +rfO +fHa hoZ -jYW -jYW +sqs +sqs egv xJw xJw xJw xJw rja -csG +xGB bfZ bfZ iJJ bfZ -vjg +oFf rja -rjj -vaA -vaA -vaA -vaA +chz +nVU +nVU +nVU +nVU mDz toE mDz @@ -44920,16 +44920,16 @@ eTC rja rja rja -bhc +adZ bfZ bfZ bfZ bfZ bfZ bfZ -bhc -bhc -vjg +adZ +adZ +oFf rja xJw xJw @@ -44938,41 +44938,41 @@ egv jlk bQM lHx -eOR -txm -bvk -nEA -bnt -ajt -byH -byH -byH -byH -byH -byH -byH -byH -byH -byH -byH -bWZ -uCc -pft +iax +sgh +uOG +mVG +rEf +taT +wSC +wSC +wSC +wSC +wSC +wSC +wSC +wSC +wSC +wSC +wSC +mhU +mcK +eEI hjP -vgo -kbc -byH -byH -byH -byH +qcG +xer +wSC +wSC +wSC +wSC jlk jlk jlk jlk -qVa -bnt -oyA -oyA +mVq +rEf +tAJ +tAJ jlk jlk rGq @@ -44986,35 +44986,35 @@ jlk irB itN irB -pUl +tNf xck jgu itN jgu -hPZ -wvF +tTE +ckG jgu jgu jBQ bvK dLq -hPZ -hPE -nJv -iYE -lPY -dip -hPZ -hPE +tTE +iDH +gNG +pYZ +rcL +dhy +tTE +iDH jBQ oRR dLq jgu jgu -rNk +jjw wbI -hPZ -hPE +tTE +iDH lzJ wbI irB @@ -45075,19 +45075,19 @@ agi aWV aWV jXz -seA -seA -jny +mHV +mHV +aHO hoZ -jny -seA -sgY -jYW -jny -seA -jny -jny -jny +aHO +mHV +xwW +sqs +aHO +mHV +aHO +aHO +aHO gKi gKi gKi @@ -45097,13 +45097,13 @@ agi agi agi hoZ -izD -tBo -gXQ -jjB +qId +mhZ +fVn +fHa hoZ -jYW -jYW +sqs +sqs rja xJw xJw @@ -45111,17 +45111,17 @@ xJw xJw rja rja -bhc -bhc +adZ +adZ bfZ bfZ -bhc +adZ rja rja -cVf -qGW -iBW -vaA +dFq +bYV +kLC +nVU xxD xxD xxD @@ -45133,15 +45133,15 @@ xxD mYb rja rja -bhc +adZ bfZ bfZ bfZ -viw -mdu -mdu -aCu -bhc +bdq +dAZ +dAZ +bvF +adZ rja rja rja @@ -45150,12 +45150,12 @@ egv bQM bQM lHx -emT +klH hjP dlA -oyA -bnt -cxx +tAJ +rEf +mVI hjP hjP hjP @@ -45167,7 +45167,7 @@ hjP hjP hjP hjP -jaK +pXf hjP hjP hjP @@ -45182,13 +45182,13 @@ jlk jlk jlk jlk -bnt -oyA -oyA +rEf +tAJ +tAJ rGq knh -bnt -oyA +rEf +tAJ rGq rGq jlk @@ -45203,30 +45203,30 @@ irB jgu itN jgu -hPZ -xwM +tTE +cmr jgu anu wbI rBz wbI -hPZ -hPE -nJv -lPY -hSv -jEV -qOL -hPE +tTE +iDH +gNG +rcL +jFW +xdk +ycJ +iDH wbI rBz wbI qkg jgu -arO +uoi wbI -hPZ -hPE +tTE +iDH wbI vtl irB @@ -45287,35 +45287,35 @@ agi jXz jXz jXz -quM +kEm njx njx -quM -quM -quM +kEm +kEm +kEm gzb -quM -quM -quM +kEm +kEm +kEm wRg -quM -quM -quM +kEm +kEm +kEm gzb wRg gzb -quM -quM -quM -quM +kEm +kEm +kEm +kEm hoZ -mFZ -gXB -nbj -uWk -jYW -jYW -bhc +pCV +fJP +onS +css +sqs +sqs +adZ blb bfZ xJw @@ -45324,11 +45324,11 @@ egv egv rja rja -bhc +adZ bfZ bfZ bfZ -bhc +adZ rja vVi vVi @@ -45346,16 +45346,16 @@ xxD xxD rja rja -bhc +adZ bfZ bfZ -jei -atq -kmi -vih -bhc -bhc -vjg +qTM +bLM +pgM +uPt +adZ +adZ +oFf rja xJw egv @@ -45365,29 +45365,29 @@ rZP lHx rZP hjP -oyA -tYz -cxx +tAJ +rld +mVI hjP -bCe -jXM -jXM -jXM -jXM -jXM -jXM -jXM -jXM -jXM -bDa -dpg -jXM -jXM -jXM -jXM -kxW -bCe -snW +tmI +qQN +qQN +qQN +qQN +qQN +qQN +qQN +qQN +qQN +sGH +qil +qQN +qQN +qQN +qQN +ptp +tmI +dTY rZP rZP rZP @@ -45395,12 +45395,12 @@ rZP jlk jlk jlk -oyA +tAJ rGq rGq knh -bnt -oyA +rEf +tAJ rGq rGq jlk @@ -45415,30 +45415,30 @@ irB jgu jgu jgu -hPZ -txP -rXB -vFq -vFq -vFq -vFq -dMY -hPE -nJv -saC -pKo -uuP -hPZ -hiY -vFq -vFq -vFq -tMo -axs -cyg -vFq -dMY -hPE +tTE +wkS +jwg +hZr +hZr +hZr +hZr +pJi +iDH +gNG +rGa +qKl +dRR +tTE +wMH +hZr +hZr +hZr +bbZ +vXn +nGn +hZr +pJi +iDH fyO oyC wbI @@ -45489,34 +45489,34 @@ cAW agi agi aPD -seG -jjf -jYW -jYW -jYW +wvT +fAD +sqs +sqs +sqs hoZ hoZ hoZ mjx njx njx -jYW -jYW -jYW -diT -jYW +sqs +sqs +sqs +vck +sqs njx njx njx -jYW -jYW -jYW -jYW -jYW -jYW -jYW -jYW -jYW +sqs +sqs +sqs +sqs +sqs +sqs +sqs +sqs +sqs hoZ hoZ pCX @@ -45525,10 +45525,10 @@ hoZ hoZ hoZ ngq -hEI -mdu -mdu -aCu +pbr +dAZ +dAZ +bvF bfZ rja egv @@ -45536,21 +45536,21 @@ bfZ bfZ egv ccH -bhc +adZ eWu bfZ bfZ bfZ bfZ -bhc -bhc -bhc -bhc -bhc +adZ +adZ +adZ +adZ +adZ rja kze rja -iSS +rkU rja rja tDQ @@ -45559,15 +45559,15 @@ xxD xxD rja rja -gwd +hRi bfZ -jei -vuO -tlX -vih +qTM +aYk +xMN +uPt bfZ bfZ -bhc +adZ rja xJw egv @@ -45576,20 +45576,20 @@ bQM bQM bQM lHx -oyA -oyA -bnt -wfE +tAJ +tAJ +rEf +dSc hjP -qVa -bnt -bnt -bnt -bnt -bnt -kcW -xvx -ruk +mVq +rEf +rEf +rEf +rEf +rEf +akX +nEb +xYD jlk jlk jlk @@ -45597,8 +45597,8 @@ jlk jlk jlk jlk -cxx -qVa +mVI +mVq jlk jlk jlk @@ -45607,12 +45607,12 @@ jlk jlk jlk jlk -oyA +tAJ rGq rGq knh -bnt -oyA +rEf +tAJ rGq rGq rGq @@ -45627,30 +45627,30 @@ irB itN itN uGM -hPZ -mGX -gzG -ocN -ocN -ocN -ocN -oAF -tHw -rHL -lEg -pKo -jEV -lwl -fJd -ocN -ocN -ocN -swA +tTE +dQO +wwL +hCH +hCH +hCH +hCH +xGf +oLg +vjk +fGd +qKl +xdk +sud +mRh +hCH +hCH +hCH +buf hmd -szS -ocN -ocN -aRV +aKN +hCH +hCH +kcl wbI wbI wbI @@ -45701,8 +45701,8 @@ cAW agi agi aPD -seG -nUR +wvT +erM bPK clN clN @@ -45711,44 +45711,44 @@ clN clN crM csH -afW -edh -edh -edh -edh -edh -jny +ofi +hFd +hFd +hFd +hFd +hFd +aHO njx -jny -edh -edh -edh -edh -edh -jny -edh -edh -edh -jYW +aHO +hFd +hFd +hFd +hFd +hFd +aHO +hFd +hFd +hFd +sqs hoZ hoZ -edh -edh -edh -edh -jYW -jei -lMx -axz -vih -bhc -bhc +hFd +hFd +hFd +hFd +sqs +qTM +buI +cAb +uPt +adZ +adZ apf -bhc -bhc +adZ +adZ lag -bhc -bhc +adZ +adZ bfZ bfZ bfZ @@ -45759,27 +45759,27 @@ bfZ apf gHy bfZ -bne -bhc -bhc +sHq +adZ +adZ bfZ -jth +fMj rja jta jta rja -mzY +gMB rja rja rja -bhc -iSb -hmT -hmT -msd -bhc -bhc -bhc +adZ +uSn +oag +oag +kRn +adZ +adZ +adZ rja xJw egv @@ -45790,17 +45790,17 @@ bQM rZP lHx rZP -bnt -cxx +rEf +mVI hjP -qVa -bnt -cMH -cMH -cMH -cMH -cMH -cMH +mVq +rEf +dgk +dgk +dgk +dgk +dgk +dgk jlk jlk jlk @@ -45809,15 +45809,15 @@ jlk jlk jlk jlk -pAv -uID +aWu +vut jlk jlk jlk jlk jlk jlk -oyA +tAJ rGq rGq rGq @@ -45839,21 +45839,21 @@ irB itN itN uGM -hPZ -xwM +tTE +cmr jgu anu wbI jcv wbI -hPZ -hPE -nJv -rhv -jgz -jEV -qPY -hPE +tTE +iDH +gNG +tOh +gdi +xdk +nUo +iDH wbI jcv wbI @@ -45913,8 +45913,8 @@ cAW agi agi aPD -qMJ -nUR +sck +erM bQh hoZ hoZ @@ -45922,42 +45922,42 @@ hoZ hoZ jXz jXz -rTe -xMU +mkG +joM jXz -oMk -oMk -oMk +fJU +fJU +fJU jXz -wtS -jYW -xMU +uVi +sqs +joM aWV -oMk -oMk -oMk +fJU +fJU +fJU aWV -wtS +uVi hoZ hoZ hoZ hoZ -jYW +sqs hoZ hoZ -jYW -jYW -jYW -bhc -jei -bWX -leS -vih -bhc -bhc -bhc +sqs +sqs +sqs +adZ +qTM +sDT +dYJ +uPt +adZ +adZ +adZ apf -bhc +adZ lag apf apf @@ -45974,21 +45974,21 @@ bfZ bfZ bfZ bfZ -bhc +adZ eWu rja rja rja rja -gcO -gcO -bWY +xsD +xsD +vtA rja -fDU +fnN bfZ apf imH -bhc +adZ rja vVi vVi @@ -46002,36 +46002,36 @@ bQM bQM bQM lHx -bnt -cxx +rEf +mVI hjP -qVa -bnt -bnt -hJA -hJA -hJA -bnt -bnt -hJA -hJA +mVq +rEf +rEf +ecH +ecH +ecH +rEf +rEf +ecH +ecH jlk jlk jlk jlk -oyA -rlS -cxx -qVa -oyA -oyA +tAJ +eLp +mVI +mVq +tAJ +tAJ jlk jlk -oyA -oyA -oyA -oyA -oyA +tAJ +tAJ +tAJ +tAJ +tAJ dYI yio yio @@ -46049,23 +46049,23 @@ irB irB itN itN -xGH +aUU uGM -hPZ -wvF +tTE +ckG jgu jgu jBQ nAf dLq -hPZ -hPE -nJv -lPY -lEg -jEV -hPZ -hPE +tTE +iDH +gNG +rcL +fGd +xdk +tTE +iDH jBQ oRR dLq @@ -46126,45 +46126,45 @@ aWV aWV aWV aPD -fsw +eEG bQh hoZ hoZ -fIt +niF jXz jXz ieW -jYW -sNH -aWB -mvz -gbb -xfX -gMs -dAm -jYW -sNH -aWB -mvz -quM -xfX -gMs -dAm +sqs +iOM +nKj +ipk +lNU +crp +pVX +siR +sqs +iOM +nKj +ipk +kEm +crp +pVX +siR hoZ -joB +rlM eEo eEo hoZ -jYW +sqs eEo eEo jXz jXz bfZ -iSb -hmT -hmT -msd +uSn +oag +oag +kRn bfZ rja egv @@ -46172,31 +46172,31 @@ bfZ bfZ egv egv -bhc +adZ rKZ bfZ bfZ eWu -bhc -bhc -bhc -bhc +adZ +adZ +adZ +adZ bfZ bfZ -wHh +jwT bfZ gHy bfZ -bhc -bhc -bhc +adZ +adZ +adZ rja rja -lPP -qjD -uuE +vYu +rST +pco rja -ixm +aft oKa apf iTm @@ -46214,36 +46214,36 @@ bQM bQM bQM lHx -qmQ -cxx +mzG +mVI hjP -vgo -byH -byH -byH -byH -byH -uCc -byH -byH -byH -byH -byH -byH -byH -byH -byH -pft -qVa -oyA -oyA -oyA -oyA -oyA -apn -oyA +qcG +wSC +wSC +wSC +wSC +wSC +mcK +wSC +wSC +wSC +wSC +wSC +wSC +wSC +wSC +wSC +eEI +mVq +tAJ +tAJ +tAJ +tAJ +tAJ +ilR +tAJ rGq -oyA +tAJ nLV wIJ iyS @@ -46261,27 +46261,27 @@ uGT itN itN itN -nGe +oSV uGM -hPZ -hrI -tco +tTE +uVH +eAF kXD wbI rBz wbI -jNf -hPE +lPz +iDH iEi qPC qPC dMc -hPZ -hPE +tTE +iDH wbI rBz wbI -cOo +xqL itN bQM bQM @@ -46338,30 +46338,30 @@ aPD aPD aPD aPD -jYW +sqs bQh hoZ hoZ hoZ jXz -jDz +uRv fWS -jYW -sNH -jny -dAm +sqs +iOM +aHO +siR njx -sNH -jny -dAm -jYW -heT -jny -dAm +iOM +aHO +siR +sqs +cLQ +aHO +siR njx -sNH -jny -dAm +iOM +aHO +siR fGB eEo agi @@ -46374,8 +46374,8 @@ agi aWV bfZ bfZ -bhc -bhc +adZ +adZ bfZ bfZ xJw @@ -46383,18 +46383,18 @@ egv egv egv rja -gwd +hRi bfZ bfZ bfZ -gwd +hRi rja vVi vVi vVi rja -bhc -bhc +adZ +adZ bfZ fIj bfZ @@ -46402,17 +46402,17 @@ bfZ bfZ bfZ bfZ -bhc +adZ rja rja rja rja rja -bhc +adZ imH iTm iTm -rUx +uiJ vVi toE mDz @@ -46426,8 +46426,8 @@ bQM bQM bQM lHx -bnt -cxx +rEf +mVI hjP whp hjP @@ -46446,16 +46446,16 @@ hjP hjP ruE hjP -qVa -oyA -oyA +mVq +tAJ +tAJ rGq -oyA +tAJ hjP hjP hjP -oyA -oyA +tAJ +tAJ bAc hgS hgS @@ -46467,29 +46467,29 @@ wbn rOo wRW jlk -vZe -fnH -asN -nVk -asN -inM -asN +lgo +kHr +oeN +pAS +oeN +cTT +oeN uGM -hPZ -hPE -oTK +tTE +iDH +bJI kXD wbI wbI wbI -hPZ -fKh -vFq -vFq -jbC -vFq -dMY -hPE +tTE +mhg +hZr +hZr +jsj +hZr +pJi +iDH wbI wbI tNV @@ -46545,35 +46545,35 @@ bTo pcu pcu agi -xnH -jPw -qad -uAR -wmX +fBF +iui +rJS +kGx +lKl hoZ bQh hoZ -jYW +sqs jXz aWV jXz mlM -jYW -sNH -aWB -sno -edh -eBO -gMs -dAm -jYW -sNH -aWB -sno -edh -dZw -gMs -dAm +sqs +iOM +nKj +cgK +hFd +fBL +pVX +siR +sqs +iOM +nKj +cgK +hFd +udb +pVX +siR agi aWV aWV @@ -46586,8 +46586,8 @@ egv egv egv egv -bhc -bhc +adZ +adZ apf xJw xJw @@ -46595,31 +46595,31 @@ xJw xJw xJw rja -ncB +nPl bfZ bfZ -bhc +adZ rja rja -dgp +qoM xxD xZI rja vVi rja -bhc +adZ bfZ -bhc -bhc +adZ +adZ apf bfZ bfZ oeZ -bhc -bhc -ezl -bhc -bhc +adZ +adZ +bHM +adZ +adZ bfZ apf bfZ @@ -46638,70 +46638,70 @@ xJw bQM bQM rZP -gzu -cxx +iJg +mVI hjP -bCe -jXM -jXM -jXM -jXM -jXM -jXM -jXM -jXM -jXM -jXM -jXM -jXM -qby -jXM -jXM -jXM -bEB +tmI +qQN +qQN +qQN +qQN +qQN +qQN +qQN +qQN +qQN +qQN +qQN +qQN +oFh +qQN +qQN +qQN +qjv rGq uNM uNM -oyA +tAJ hjP -oyA +tAJ fpn -oyA +tAJ fpn -oyA +tAJ fpn -oyA +tAJ fpn -ato +wiS fpn -oyA +tAJ fpn -oyA +tAJ fpn vwM vhB -asN +oeN vhB -asN +oeN vhB -asN +oeN vhB uGM -lYU -hPE +gnC +iDH vfQ kXD aBJ wKb wbI -usj -ocN -ocN -oAF -fJd -ocN -ocN -aRV +vYp +hCH +hCH +xGf +mRh +hCH +hCH +kcl wbI wZv lzJ @@ -46765,27 +46765,27 @@ aPD hoZ bQh hoZ -jYW +sqs jXz aWV jXz jXz -rTe -xMU +mkG +joM jXz -lyB -lyB -lyB +xet +xet +xet jXz -wtS -jYW -xMU +uVi +sqs +joM aWV -lyB -lyB -lyB +xet +xet +xet aWV -wtS +uVi agi aWV aWV @@ -46799,21 +46799,21 @@ egv egv egv apf -bhc -bhc +adZ +adZ rja xJw xJw xJw xJw rja -csG +xGB bfZ bfZ -bhc +adZ rja -iBW -vaA +kLC +nVU xxD xxD sII @@ -46823,7 +46823,7 @@ vVi kze vVi rja -gwd +hRi bfZ bfZ bfZ @@ -46835,7 +46835,7 @@ bfZ bfZ bfZ bfZ -bhc +adZ vVi xxD xxD @@ -46844,17 +46844,17 @@ vyu xxD xxD xxD -vaA -qGW +nVU +bYV wFU bQM bQM rZP -qKW -cxx +wvo +mVI hjP -qVa -xPu +mVq +jxD rZP lHx lHx @@ -46866,51 +46866,51 @@ lHx jlk jlk jlk -bnt -gwB -dCN -bnt -ewH -bnt +rEf +mGr +wwe +rEf +cOs +rEf jlk uNM ubN hjP ubN fpn -oyA +tAJ fpn -oyA +tAJ fpn -oyA +tAJ fpn -oyA +tAJ fpn -aKo +xCQ fpn -oyA +tAJ fpn vwM vhB -asN +oeN vhB -asN +oeN vhB -asN +oeN vhB uGM -hPZ -hPE +tTE +iDH vfQ kXD -mFW +bIF tas tas tTA wbI wbI -hPZ -kEH +tTE +weR wbI wbI wbI @@ -46974,30 +46974,30 @@ aWV aWV aWV aPD -jir +etJ bQh hoZ -jYW +sqs jXz aWV jXz ieW -jYW -sNH -aWB -mvz -quM -xfX -gMs -dAm -jYW -sNH -aWB -mvz -quM -xfX -gMs -dAm +sqs +iOM +nKj +ipk +kEm +crp +pVX +siR +sqs +iOM +nKj +ipk +kEm +crp +pVX +siR agi aWV aWV @@ -47010,22 +47010,22 @@ egv apf apf lag -bhc -bhc +adZ +adZ apf -bhc +adZ egv egv rja rja ccH -gwd +hRi bfZ bfZ -vjg +oFf rja -qMa -vaA +ebJ +nVU xxD xxD xxD @@ -47036,13 +47036,13 @@ xxD ntg rja rja -bhc +adZ bfZ bfZ -viw -mdu -mdu -aCu +bdq +dAZ +dAZ +bvF bfZ bfZ bfZ @@ -47056,17 +47056,17 @@ xxD xxD xxD xxD -vaA -cVf +nVU +dFq wFU bQM bQM lHx -yeQ -cxx +unX +mVI hjP -qVa -bnt +mVq +rEf lHx bQM bQM @@ -47086,33 +47086,33 @@ rGq jlk jlk uNM -wAY -oyA -cgk +vkP +tAJ +dSL fpn -oyA +tAJ fpn -oyA +tAJ fpn -oyA +tAJ fpn -oyA +tAJ fpn -oyA +tAJ fpn -oyA +tAJ fpn vwM vhB -asN +oeN vhB -asN +oeN vhB -asN +oeN vhB uGM -hPZ -hPE +tTE +iDH vfQ jgu jgu @@ -47121,8 +47121,8 @@ qjc pAO jgu wuC -htw -bkz +ewz +ctJ xIh itN wbI @@ -47185,31 +47185,31 @@ agi agi agi aPD -kHR -jYW +kRF +sqs bQh hoZ -aod +jos jXz aWV -gyT +aiL fWS -jYW -sNH -jny -dAm +sqs +iOM +aHO +siR njx -sNH -jny -dAm -jYW -sNH -jny -dAm +iOM +aHO +siR +sqs +iOM +aHO +siR njx -sNH -sJf -dAm +iOM +off +siR agi aWV aWV @@ -47224,20 +47224,20 @@ apf lag egv apf -bhc -bhc +adZ +adZ egv egv -jth -gDF -gwd +fMj +rOk +hRi bfZ bfZ bfZ -bhc +adZ rja -aOI -vaA +hbH +nVU xxD xxD xxD @@ -47248,18 +47248,18 @@ xxD xxD jta vVi -bhc +adZ bfZ bfZ -jei -atq -kmi -vih +qTM +bLM +pgM +uPt eWu bfZ eWu bfZ -bhc +adZ rja rja rja @@ -47268,17 +47268,17 @@ rja tDQ xxD xxD -vaA -iBW +nVU +kLC wFU bQM bQM lHx -bnt -cxx +rEf +mVI hjP -qVa -bnt +mVq +rEf lHx bQM bQM @@ -47292,16 +47292,16 @@ jlk jlk sgw sgw -uXe +jpm rGq sgw sgw jlk uNM ubN -oyA +tAJ ubN -ato +wiS hjP hjP hjP @@ -47315,26 +47315,26 @@ hjP hjP hjP rZP -asN -asN -asN -asN -asN -asN -asN +oeN +oeN +oeN +oeN +oeN +oeN +oeN gte -hPZ -hPE +tTE +iDH kEp uRK uRK -cWz -asN -oTK +rww +oeN +bJI jgu jgu sel -xmP +nHz jgu itN jBQ @@ -47397,8 +47397,8 @@ agi agi agi aPD -sCH -jYW +awc +sqs bQk hoZ hoZ @@ -47406,22 +47406,22 @@ jXz aWV jXz mlM -jYW -sNH -aWB -sno -edh -bmq -gMs -dAm -diT -sNH -aWB -sno -gWz -dZw -gMs -dAm +sqs +iOM +nKj +cgK +hFd +vqI +pVX +siR +vck +iOM +nKj +cgK +kyL +udb +pVX +siR agi aWV aWV @@ -47435,18 +47435,18 @@ apf egv egv egv -bhc -bhc -bhc +adZ +adZ +adZ bfZ eWu -bhc +adZ bfZ bfZ bfZ bfZ bfZ -bhc +adZ rja rja vVi @@ -47461,36 +47461,36 @@ xxD jta rja rja -bhc +adZ bfZ -jei -vuO -tlX -vih -viw -mdu -mdu -aCu +qTM +aYk +xMN +uPt +bdq +dAZ +dAZ +bvF bfZ -bhc +adZ rja -kJy -bWY -mzY +aQt +vtA +gMB xxD xxD xxD -vaA -riq +nVU +kvk xJw bQM bQM lHx -bnt -cxx +rEf +mVI hjP -qVa -bnt +mVq +rEf lHx bQM bQM @@ -47510,14 +47510,14 @@ fmg jlk jlk uNM -jnP -oyA -eZJ +wnb +tAJ +jTf hjP -kyq -kyq -kyq -kyq +pfD +pfD +pfD +pfD hjP ohY eTb @@ -47527,27 +47527,27 @@ bBX amF rZP rZP -kHz -kHz -kHz -kHz -dMD -eNJ -asN +qAn +qAn +qAn +qAn +aKO +fLd +oeN uGM -usj -aRV +vYp +kcl uGM uGM uGM lRI uGM kEp -kiv -kiv -mbJ -lrk -kiv +mKw +mKw +mjk +nBX +mKw itN wbI qJL @@ -47609,31 +47609,31 @@ agi agi agi aPD -kez +fkC hoZ bQh hoZ -jYW +sqs hoZ jXz jXz jXz -rTe -xMU +mkG +joM jXz -pSV -cOJ -pSV +oHs +acg +oHs jXz -wtS -jYW -xMU +uVi +sqs +joM aWV -pSV -pSV -pSV +oHs +oHs +oHs aWV -msW +otL agi agi dxS @@ -47647,11 +47647,11 @@ egv egv eXp eXp -bhc -bhc -bhc -bhc -bhc +adZ +adZ +adZ +adZ +adZ bfZ bfZ bfZ @@ -47659,11 +47659,11 @@ bfZ bfZ bfZ bfZ -gwd +hRi rja -bhc +adZ bfZ -bhc +adZ rja vVi rja @@ -47673,18 +47673,18 @@ xxD xxD soN rja -bhc +adZ bfZ -iSb -hmT -hmT -msd -jei -atq -kmi -vih +uSn +oag +oag +kRn +qTM +bLM +pgM +uPt bfZ -bhc +adZ rja rja rja @@ -47698,11 +47698,11 @@ xJw xJw xJw xJw -gTx -gTx -gTx -gTx -gTx +kdk +kdk +kdk +kdk +kdk cEw cEw cEw @@ -47712,13 +47712,13 @@ cEw cEw cEw cEw -gTx -gTx -qZc +kdk +kdk +jtt okv -gTx -qZc -gTx +kdk +jtt +kdk aTo aTo rZP @@ -47739,26 +47739,26 @@ rZP rZP rZP rZP -sJB -sJB -sJB -sJB +pEm +pEm +pEm +pEm itN itN itN itN -slW -kHz +rgv +qAn vhB vhB -kHz +qAn vhB vhB -kHz +qAn vhB vhB -kHz -kHz +qAn +qAn vhB itN itN @@ -47825,28 +47825,28 @@ hoZ hoZ bUw hoZ -jYW +sqs hoZ jXz jXz ieW njx -jny -quM -quM -quM -quM -quM -jny +aHO +kEm +kEm +kEm +kEm +kEm +aHO njx -jny -quM -quM -quM -quM -quM -jny -dAm +aHO +kEm +kEm +kEm +kEm +kEm +aHO +siR agi agi agi @@ -47857,13 +47857,13 @@ qlf egv egv eXp -hGd +bIi roC -ntz -bhc +fcZ +adZ eWu -bhc -bhc +adZ +adZ bfZ bfZ bfZ @@ -47872,34 +47872,34 @@ eGV bfZ bfZ bfZ -bhc +adZ bfZ bfZ bfZ -bhc -bhc +adZ +adZ vVi bQy rja -mzY +gMB rja rja rja -ixm +aft mKt -viw -mdu -mdu -aCu -jei -vuO -tlX -vih +bdq +dAZ +dAZ +bvF +qTM +aYk +xMN +uPt bfZ bfZ -bhc -bhc -bhc +adZ +adZ +adZ nip apf apf @@ -47910,21 +47910,21 @@ ojv apf apf nip -gTx -xuJ -nGb -nGb -gTx +kdk +rXv +ebr +ebr +kdk bnA -kmR +hJD fXv fXv -lIT +wHM bnA -nGb -nGb -wKl -gTx +ebr +ebr +dPN +kdk aqJ dfV dfV @@ -47934,14 +47934,14 @@ naf naf cqz ggd -wWo +krU bVO -wWo +krU dfV -fBo -fBo -fBo -fBo +pUM +pUM +pUM +pUM dfV kzO dfV @@ -47951,14 +47951,14 @@ dfV dfV kzO dfV -fBo -fBo -fBo -fBo +pUM +pUM +pUM +pUM dfV -wWo +krU iSi -wWo +krU kOM kOM kOM @@ -47973,9 +47973,9 @@ kOM kOM kOM kOM -wWo +krU iSi -wWo +krU iSi hbC hbC @@ -48037,51 +48037,51 @@ hoZ bNP hoZ hoZ -jYW +sqs hoZ jXz -kIA +vwp fWS -jYW +sqs njx -jYW -jYW -jYW -jYW -jYW +sqs +sqs +sqs +sqs +sqs njx -dZq +qaQ uTS -jYW -gjI -jYW -jYW -jYW +sqs +akJ +sqs +sqs +sqs njx -dAm -jYW +siR +sqs agi agi bGY -vKN -dZv -dZv -odr +dio +tnD +tnD +rdk hTs eXp -bhc +adZ bfZ apf -vKp +sok bfZ bfZ eaZ bfZ bfZ -bhc -bhc -bhc -bhc +adZ +adZ +adZ +adZ bfZ bfZ bfZ @@ -48089,29 +48089,29 @@ oeZ bfZ bfZ bfZ -bhc +adZ rja rja rja -gcO -gcO -fRq +xsD +xsD +oVx rja -bhc +adZ bfZ -jei -atq -kmi -vih -iSb -hmT -hmT -msd -xBn +qTM +bLM +pgM +uPt +uSn +oag +oag +kRn +pHB bfZ tpY bfZ -bhc +adZ nip apf apf @@ -48122,21 +48122,21 @@ apf apf apf nip -gTx -nGb +kdk +ebr fXv -nGb -gTx +ebr +kdk uLJ fzs fXv -mBM +xaq fXv wAn -nGb -nGb -wKl -gTx +ebr +ebr +dPN +kdk rol okv okv @@ -48146,9 +48146,9 @@ ygw kEy sDL fiq -qJo +uwf fiq -qJo +uwf okv uSA uSA @@ -48168,9 +48168,9 @@ uSA uSA uSA okv -qJo +uwf fiq -qJo +uwf lzJ lzJ lzJ @@ -48185,9 +48185,9 @@ lzJ lzJ lzJ lzJ -qJo +uwf fiq -qJo +uwf kPz bQM bQM @@ -48246,7 +48246,7 @@ agi agi agi hoZ -jYW +sqs hoZ hoZ hoZ @@ -48255,46 +48255,46 @@ jXz jXz mlM njx -jny +aHO agi agi agi agi agi -jny +aHO njx -jny -edh -edh -edh -edh -edh -jny -vGG -jYW +aHO +hFd +hFd +hFd +hFd +hFd +aHO +kyM +sqs agi agi whf -xfg -uJN -uJN -hAV +cVE +xcH +xcH +vlD whf apf -bhc +adZ gGu vzh -vKp +sok uLd xwD bfZ gGu -bhc +adZ rja rja rja rja -bhc +adZ eWu bfZ bfZ @@ -48302,19 +48302,19 @@ bfZ fIj bfZ eWu -gwd +hRi rja rja -lPP -uuE +vYu +pco rja rja -bhc +adZ bfZ -jei -vuO -tlX -vih +qTM +aYk +xMN +uPt eWu bfZ eWu @@ -48322,8 +48322,8 @@ bfZ bfZ bfZ bfZ -wHh -bhc +jwT +adZ rja rja eWu @@ -48334,21 +48334,21 @@ eWu eWu rja rja -gTx -nGb -nGb -nGb -gTx +kdk +ebr +ebr +ebr +kdk uXw fXv -myA +smk fXv fXv bnA -nGb -nGb -wKl -gTx +ebr +ebr +dPN +kdk rol okv aqJ @@ -48358,14 +48358,14 @@ vcf vcf lku mzT -wWo +krU ciX -wWo +krU dfV -fBo -fBo -fBo -fBo +pUM +pUM +pUM +pUM dfV mZV dfV @@ -48375,14 +48375,14 @@ dfV dfV mZV dfV -fBo -fBo -fBo -fBo +pUM +pUM +pUM +pUM dfV -wWo +krU iSi -wWo +krU kOM kOM kOM @@ -48397,9 +48397,9 @@ kOM kOM kOM kOM -wWo +krU iSi -wWo +krU iSi hbC hbC @@ -48471,27 +48471,27 @@ njx jXz agi agi -lyB +xet jXz -dAm -jYW +siR +sqs agi aWV -oMk -jny -pmJ +fJU +aHO +wDp aWV hoZ -dAm -jYW -sNH -jny -szF -uJN -dZv -jMW -uJN -nWj +siR +sqs +iOM +aHO +vRa +xcH +tnD +oKE +xcH +laO apf bfZ apf @@ -48501,13 +48501,13 @@ bfZ uLd bfZ oeZ -vjg +oFf rja -vOk -crh +aTb +raE rja -gwd -bhc +hRi +adZ bfZ bfZ bfZ @@ -48515,26 +48515,26 @@ bfZ bfZ bfZ dAA -lAX +wSt rja rja rja rja -gwd +hRi bfZ bfZ -iSb -hmT -hmT -msd +uSn +oag +oag +kRn bfZ apf -wHh +jwT apf bfZ apf bfZ -bhc +adZ rja rja rja @@ -48547,28 +48547,28 @@ rja rja rja bnA -bjb -gTx -gTx -sjA +svt +kdk +kdk +qCf bnA -bjb +svt pJa fXv -gTx +kdk bnA -eMn -nGb -wKl -gTx +uky +ebr +dPN +kdk rol pLQ rol -gTx -gTx -gTx -gTx -mhc +kdk +kdk +kdk +kdk +ach cEw cEw cEw @@ -48587,26 +48587,26 @@ tRH tRH tRH tRH -sJB -sJB -sJB -sJB +pEm +pEm +pEm +pEm itN itN itN itN -rej -vws +ojO +vAa vhB vhB -vws +vAa vhB vhB -vws +vAa vhB vhB -vws -vws +vAa +vAa vhB itN itN @@ -48668,42 +48668,42 @@ agi agi agi agi -jYW -jYW -jYW -joB -jYW +sqs +sqs +sqs +rlM +sqs hoZ hoZ hoZ -jYW +sqs moW njx njx -aWB -agi -quM -xfX -gMs -dAm -jYW -agi -aWB -mvz -quM -vXu -gMs +nKj +agi +kEm +crp +pVX +siR +sqs +agi +nKj +ipk +kEm +wkg +pVX rPZ -dAm -jYW -sNH -jny -dZv -dZv -dZv -dZv -dZv -tsJ +siR +sqs +iOM +aHO +tnD +tnD +tnD +tnD +tnD +lMb apf nre bfZ @@ -48713,39 +48713,39 @@ bfZ bfZ bfZ bfZ -bhc +adZ rja -sJP -gcO +plz +xsD rja rja rja -bhc -sGk -bhc -bhc +adZ +nPo +adZ +adZ bfZ bfZ bfZ bfZ -oyc -wzm -rrg -oyc +nRv +ePC +tKF +nRv bfZ bfZ bfZ bfZ bfZ -bhc -bhc -rYG -bhc -bhc +adZ +adZ +iOq +adZ +adZ apf bfZ bfZ -xBn +pHB apf rja rja @@ -48759,56 +48759,56 @@ rja rja rja bnA -rsR +bEV ifs -aOH -rsR +qQp +bEV bnA jbU xZD bnA bgc bnA -nGb -srF -wKl -gTx +ebr +pnD +dPN +kdk rol okv rol -gTx -nGb +kdk +ebr uSA uSA -xSp +jBn bnA -pbx -gTx -tYm +lIA +kdk +cwA wrR -cbd -vek -vek -nwa +nPg +hnL +hnL +sPT ipd -fxA -eRo -upC -kml -kml +wyg +kZx +leu +tNz +tNz hja -jCa -kyA -dOj -vws -vws -vws -asN -asN -asN -asN -wED -eIt +xsi +eAt +kkE +vAa +vAa +vAa +oeN +oeN +oeN +oeN +fBO +fxZ uGM uGM gUO @@ -48817,8 +48817,8 @@ uGM uGM uGM uGM -wED -eIt +fBO +fxZ uGM uGM uGM @@ -48883,39 +48883,39 @@ agi hoZ vjT gFg -cAS -jYW +kOO +sqs hoZ hoZ hoZ -jYW +sqs hoZ njx njx -jny -dAm +aHO +siR njx -mgl -jny -dAm -wTl -sNH -jny -dAm +iNY +aHO +siR +kAC +iOM +aHO +siR hoZ -sNH -jhW +iOM +gSr hoZ -dAm -jYW -sNH -jny -dZv -dZv -owR -dZv -dZv -nWj +siR +sqs +iOM +aHO +tnD +tnD +mat +tnD +tnD +laO tfX gFc gFc @@ -48925,10 +48925,10 @@ eWu gGu bfZ bfZ -bhc +adZ rja rja -mzY +gMB rja jta rja @@ -48936,19 +48936,19 @@ vVi vVi vVi rja -bhc +adZ dAA bfZ bfZ -wMH -rMM -eKE -har +riU +bsl +uha +nmN bfZ bfZ bfZ -bhc -bhc +adZ +adZ bis bis bis @@ -48957,8 +48957,8 @@ bis muO mNh ycC -hjz -sRl +amJ +uUu muO bis bis @@ -48966,61 +48966,61 @@ bis bis bis bis -scj -ykQ -uaj -bTb +uHb +rry +fYt +kLd xvB -gTx -kYg +kdk +nMQ fXv -mfB -gTx -kYg +sOD +kdk +nMQ fXv -mfB -gTx +sOD +kdk xvB -kYg +nMQ eZm -opb -gTx +ePz +kdk rol pLQ rol -gTx -nGb +kdk +ebr ndt -puI +jcA nyo bnA -wIH -gTx -wIH +gvW +kdk +gvW wrR jGA jGA jGA xFB ipd -fxA -eaq -tZT -tZT -tZT +wyg +cot +shT +shT +shT pDg -tZT -nfq -asN +shT +gbg +oeN vhB vhB -asN +oeN vhB vhB -asN +oeN vhB -hPZ -hPE +tTE +iDH jgu jgu uGM @@ -49029,8 +49029,8 @@ fZD wbI wbI agG -aGB -bCB +pFa +tRu nKX wbI wbI @@ -49096,38 +49096,38 @@ hoZ gFg hoZ gFg -rAZ +ekn gzb gzb gzb -rAZ +ekn hoZ njx njx -aWB -sno -edh -dZw -vrY -dAm -jYW -wzy -jny -sno -cOJ -dZw -gMs +nKj +cgK +hFd +udb +hGJ +siR +sqs +uOJ +aHO +cgK +acg +udb +pVX hoZ -dAm -jYW -sNH -jny -uJN -uJN -dZv -dZv -gNy -ohr +siR +sqs +iOM +aHO +xcH +xcH +tnD +tnD +oza +lHG apf bfZ umZ @@ -49138,27 +49138,27 @@ bfZ bfZ eGV bfZ -bhc +adZ vVi xxD vXS xxD -riq -bLn -oVa -prB +kvk +rrY +ygy +xEb rja -nNa +stD bfZ -bhc -bhc -oyc -rMH -cEC -oyc -bhc -bhc -bhc +adZ +adZ +nRv +aOA +cao +nRv +adZ +adZ +adZ bis bis bis @@ -49168,88 +49168,88 @@ bis bis wGM ycC -sRl +uUu ycC mNh dDU -fZY +gQa bis bis bis -jCN -apH -uaj -uaj -uaj -bTb +hQS +iQe +fYt +fYt +fYt +kLd okv -gTx -kYg +kdk +nMQ fXv -mfB -gTx -kYg +sOD +kdk +nMQ fXv -mfB -gTx +sOD +kdk okv -kYg +nMQ fUF uSA -gTx +kdk rol okv rol -gTx -nGb +kdk +ebr uSA uSA xVh kLT qxB fXv -gTx +kdk eMG jGA jGA jGA xFB ipd -nEY -eaq -tZT -uWc -wjA +anF +cot +shT +dAv +ulF mXe -jCB -lys -jmt -asN -asN -asN -asN -asN -asN -iBd -hPZ -hPE +rnV +bOZ +qvA +oeN +oeN +oeN +oeN +oeN +oeN +uXS +tTE +iDH kXD -kbo +hsg vhB kBV wbI -xqk -lvO +ebX +vPG vtl -hPZ -hPE +tTE +iDH ivz -ugN -lvO +pSE +vPG wbI bNT -ugN -lvO +pSE +vPG vtl uGM wRn @@ -49308,46 +49308,46 @@ hoZ vjT gFg vjT -jYW +sqs lrA lrA lrA -jYW +sqs hoZ njx njx jXz -lyB -lyB -lyB +xet +xet +xet jXz -dAm -jYW -sNH +siR +sqs +iOM fGB -sPN -jhW -jhW +rea +gSr +gSr aWV -jYW -dAm -jYW +sqs +siR +sqs mbC dxS whf -vCt -eEs -uJN -tjR -tsJ -vKp +xJH +gaK +xcH +sMF +lMb +sok rEm nWC -tgU +uBQ eWu -vKp +sok eWu -bhc +adZ gFc bfZ bfZ @@ -49355,113 +49355,113 @@ tob xxD xxD xxD -vaA -vaA -iuA -rNC +nVU +nVU +trP +lNS rja -ixm -bhc -viw -mdu -mdu -mdu -mdu -mdu -mdu -mdu -aCu +aft +adZ +bdq +dAZ +dAZ +dAZ +dAZ +dAZ +dAZ +dAZ +bvF bis bis htb -uRT -uRT -cux +brq +brq +eNR eTc eED ycC lqq ycC lqq -oyq +wBH ycC ycC -iAM -jJo -jJo -jJo -aTc -sPb -uaj -bTb +aVj +hHF +hHF +hHF +qVP +uOf +fYt +kLd okv -gTx -kYg +kdk +nMQ muZ -mfB -gTx -kYg +sOD +kdk +nMQ vxr -mfB -gTx +sOD +kdk okv -kYg +nMQ fUF uSA -gTx +kdk rol pLQ rol -gTx -nGb +kdk +ebr fXv fXv fXv uSA ena fXv -gTx +kdk bPG jGA jGA jGA xFB ipd -nEY -eaq -lyE -nfq +anF +cot +igX +gbg wrR ipd ipd nvD -rNk +jjw vhB vhB -asN +oeN vhB vhB -asN +oeN vhB -hPZ -hPE +tTE +iDH kXD -lTD +iWZ vhB uGM aRT -jFg -ghy +gwt +hBu oyC -hPZ -hPE +tTE +iDH aRT -jFg -ghy +gwt +hBu tfx qaO -coV -tkg +fYd +irT oyC uGM uGM @@ -49520,49 +49520,49 @@ hoZ gGx hoZ hoZ -jYW +sqs lrA agi lrA -jYW +sqs hoZ njx njx -aWB -mvz -quM -xfX -gMs -dAm -jYW -fAd -jny -mvz -dow -xfX -gMs -jYW -dAm -jYW +nKj +ipk +kEm +crp +pVX +siR +sqs +cpE +aHO +ipk +tyY +crp +pVX +sqs +siR +sqs eWu eXp vTv heO -vKN -dZv -odr +dio +tnD +rdk bIZ eXp -vKp -bhc -qGC -vKp -bhc -cNa -bhc +sok +adZ +pwC +sok +adZ +fvw +adZ bfZ bfZ -bhc +adZ rja rja mfR @@ -49572,104 +49572,104 @@ xxD xxD xxD vVi -viw -mdu -hob -bhc -bhc -bhc -bhc -bhc -bhc -bhc -vih +bdq +dAZ +eYK +adZ +adZ +adZ +adZ +adZ +adZ +adZ +uPt bis bis -sZt +rgs lqq mxR lqq -uSC +hUD pYc lqq lqq geL -uaj +fYt ycC -ulC -whS -jJo -uaj -uaj +uKQ +mvM +hHF +fYt +fYt ycC -uaj -bTb -uaj -bTb +fYt +kLd +fYt +kLd okv -gTx -kYg +kdk +nMQ ndt -puI +jcA ofw -qSi +umA bzL -mfB -gTx +sOD +kdk okv -kYg +nMQ fUF -nGb -gTx +ebr +kdk rol aVd rol -gTx -nGb +kdk +ebr fXv fXv fXv uSA ena fXv -gTx +kdk bPG jGA jGA jGA xFB ipd -xJn -eaq -tZT -hyV -kml +hbD +cot +shT +jON +tNz hja -jCa -kyA -cWz -asN -asN -iBd -asN -asN -asN -asN -hPZ -hPE +xsi +eAt +rww +oeN +oeN +uXS +oeN +oeN +oeN +oeN +tTE +iDH jgu -ihU +sZv uGM uGM bNT -jFg -ghy +gwt +hBu oRR -iNF -hPE +uYk +iDH aRT -jFg -ghy +gwt +hBu fQB wbI cCt @@ -49677,8 +49677,8 @@ wbI wbI uGM uGM -sKB -jiP +cvu +blx jgu itN itN @@ -49732,30 +49732,30 @@ hoZ fqF hoZ hoZ -jYW +sqs lrA agi lrA -jYW +sqs hoZ njx njx -jny -dAm +aHO +siR njx -sNH -jny -dAm -jYW -sNH +iOM +aHO +siR +sqs +iOM hoZ hoZ njx -sNH -sJf -jYW -dAm -jYW +iOM +off +sqs +siR +sqs eWu nga eXp @@ -49765,17 +49765,17 @@ apf apf apf eXp -bhc -bhc -bhc +adZ +adZ +adZ rja -nvr +pDk ccH -bhc +adZ eWu bfZ bfZ -gwd +hRi rja rja toE @@ -49784,113 +49784,113 @@ hqc xxD xxD tob -vRG -bhc -bhc -bhc -bhc -bhc -bhc -bhc -bhc -bhc -oqF +cvw +adZ +adZ +adZ +adZ +adZ +adZ +adZ +adZ +adZ +keu bis bis -hLk +eGJ lqq lqq lqq -uSC +hUD ycC lqq lqq ycC lqq sBA -nMY -voc -imv -imv -imv -bdf -uaj -bTb -umQ +jKt +uxB +pjd +pjd +pjd +ooM +fYt +kLd +vfv bis bnA tGi -nGb -nGb -nGb +ebr +ebr +ebr hUf -nGb -nGb -nGb +ebr +ebr +ebr feY bnA -eMn +uky fUF -nGb -gTx +ebr +kdk rol okv rol -gTx -nGb +kdk +ebr uSA uSA pCS tYr rAk fXv -gTx +kdk bPG jGA jGA jGA xFB ipd -qvE -vec -wjA -wQH -tZT +ito +rOM +ulF +elJ +shT pDg -tZT -nfq -asN +shT +gbg +oeN hCc vhB -asN +oeN vhB vhB -inM +cTT vhB -lYU -hPE +gnC +iDH kXD -ncs +xop vhB uGM bNT -jFg -wxi +gwt +yia vtl -hPZ -hfE +tTE +kwR lls -jFg -ghy +gwt +hBu wbI bNT -ugN -lvO +pSE +vPG vtl uGM uGM uGM -sKB +cvu jgu jgu jgu @@ -49944,51 +49944,51 @@ hoZ vjT gFg vjT -jYW +sqs lrA lrA lrA -jYW +sqs hoZ -iPn +uoP njx -aWB -sno -edh -dZw -lXn -dAm -jYW -sNH +nKj +cgK +hFd +udb +tza +siR +sqs +iOM hoZ -iPn -pHY -dZw -gMs +uoP +arK +udb +pVX agi -dAm -jYW +siR +sqs egv nga nga nga -eNw +qgu apf huD nga nga apf apf -jth +fMj rja rja -odq -bhc -bhc +xNo +adZ +adZ bfZ bfZ wxj -bhc +adZ vVi fyy toE @@ -49996,24 +49996,24 @@ toE pxk bJb rja -vRG -jCh -hmT -hmT -hmT -wBz -hmT -hmT -dsq -bhc -vih +cvw +vlP +oag +oag +oag +dta +oag +oag +leB +adZ +uPt bis bis -dpv +exG puw lqq rle -jdy +jXq bis bis wMi @@ -50021,90 +50021,90 @@ wMi wMi bis bis -uaj -uaj -uaj +fYt +fYt +fYt uXB -ulC -uaj -oAZ -umQ +uKQ +fYt +ksd +vfv bis bnA tGi -nGb -nGb -nGb +ebr +ebr +ebr fXv -nGb -nGb -nGb +ebr +ebr +ebr feY bnA -eMn +uky fUF -jqY -gTx +dAH +kdk rol okv rol -gTx -nGb +kdk +ebr ndt -puI +jcA nyo bnA -tYm -jJO -tYm +cwA +csR +cwA wrR vUn -bsB -bsB -dcB +naU +naU +dhM wrR wrR wrR wrR -eaq -uWc +cot +dAv mXe -jCB -lys -jmt -asN -fzl -asN -asN -asN -asN -asN -hPZ -hPE +rnV +bOZ +qvA +oeN +vWw +oeN +oeN +oeN +oeN +oeN +tTE +iDH kXD -jSZ +kPo itd uGM bNT -coV -bzr +fYd +jSK oyC -axU -iFg +izW +sQj pIt -coV -tkg +fYd +irT hFH bNT -coV -tkg +fYd +irT oyC uGM uGM uGM uGM -sKB -jiP +cvu +blx jgu itN itN @@ -50156,51 +50156,51 @@ hoZ gFg iKg gFg -rAZ +ekn gzb gzb gzb -rAZ +ekn hoZ njx njx jXz -pSV -pSV -pSV +oHs +oHs +oHs jXz -fQA -jYW -sNH +dMS +sqs +iOM fGB -jhW -cQj -pSV +gSr +qxk +oHs aWV agi -sno -edh +cgK +hFd qdJ apf -eNw +qgu apf apf -eNw -eNw -eNw -hak -eNw +qgu +qgu +qgu +cAn +qgu eYT eXp eXp eXp rja -bhc +adZ eWu bfZ bfZ bfZ -bhc +adZ vVi fMF pNj @@ -50208,91 +50208,91 @@ tDB rja rja rja -vRG -vih -bhc -bhc -bhc -bhc -bhc -bhc -vRG -bhc -vih +cvw +uPt +adZ +adZ +adZ +adZ +adZ +adZ +cvw +adZ +uPt bis ycC fAZ -uRT -uRT -fMc +brq +brq +ddk gSP bis bis -cQq -uRT -uRT +lZO +brq +brq bis bis -uaj -qUl +fYt +imV ycC -uaj -ulC -uaj -bTb -uaj -bTb +fYt +uKQ +fYt +kLd +fYt +kLd xvB -gTx -kYg +kdk +nMQ ndt -puI -neS -qSi +jcA +ufg +umA bzL -mfB -gTx +sOD +kdk xvB -kYg +nMQ fUF -nGb -gTx +ebr +kdk rol okv rol -gTx -ilw +kdk +xcM vJn vJn bLg bnA -xSj -gTx -wIH +bgP +kdk +gvW wrR -rvq -yct -yct -yct -yct -xJn +dRV +cnI +cnI +cnI +cnI +hbD ipd -sVS -eaq -nfq -oFO -oFO -omS +dgt +cot +gbg +kQw +kQw +dGb itN itN itN itN jgu -asN -asN -asN -hPZ -hPE +oeN +oeN +oeN +tTE +iDH jgu jgu uGM @@ -50301,8 +50301,8 @@ agv rPI qJf gfL -rQQ -eNU +rwF +geB doq wbI tmx @@ -50316,7 +50316,7 @@ uGM uGM lRI uGM -tFs +xfy jgu jgu jgu @@ -50368,112 +50368,112 @@ hoZ vjT gFg vjT -jYW +sqs hoZ hoZ hoZ hoZ hoZ njx -iPn +uoP hoZ -quM -quM -quM -quM -jny -jYW -jny -quM -quM -quM -quM +kEm +kEm +kEm +kEm +aHO +sqs +aHO +kEm +kEm +kEm +kEm aWV jXz -jYW -jYW +sqs +sqs qdJ apf ybg -wur -aLG -eNw -eNw -eNw -eNw -eNw +btC +jon +qgu +qgu +qgu +qgu +qgu eXp eXp eXp eWu rja -bhc -bhc +adZ +adZ bfZ bfZ bfZ -bhc +adZ rja vVi rja rja rja -viw -mdu -hob -vih -bhc -oyc -wzm -qtn -oyc -bhc -vRG -bhc -wHh +bdq +dAZ +eYK +uPt +adZ +nRv +ePC +foP +nRv +adZ +cvw +adZ +jwT ycC -uaj +fYt ycC lqq lqq bis bis bis -uxF +rpG geL -nti +wTH cCF -hLk +eGJ bis bis dje -uaj -uaj -ulC -eXj -bTb -uaj -bTb +fYt +fYt +uKQ +naP +kLd +fYt +kLd okv -gTx -kYg +kdk +nMQ fXv -mfB -gTx -kYg +sOD +kdk +nMQ muZ -mfB -gTx +sOD +kdk okv -kYg +nMQ fUF uSA -gTx +kdk rol okv rol -gTx -kYh +kdk +bcp wrR ipd ipd @@ -50482,39 +50482,39 @@ wrR wrR wrR wrR -yct -yct -yct -yct -yct -gyl +cnI +cnI +cnI +cnI +cnI +sBo ipd -vmL -eaq -nfq -oFO -oFO -nit +rki +cot +gbg +kQw +kQw +jQM tRH bQM bQM itN -iVQ +lwf uGM uGM -asN -hPZ -fKh -cUw -vFq -vFq -vFq -nsY -tSJ -jbC -xyx -dMY -nxB +oeN +tTE +mhg +qKo +hZr +hZr +hZr +xfP +tRI +jsj +hBt +pJi +rgd iKG uGM vNr @@ -50529,8 +50529,8 @@ uGM uGM uGM uGM -sKB -qVo +cvu +lEV jgu itN bQM @@ -50571,44 +50571,44 @@ bQM bQM agi agi -jYW -jYW -jYW +sqs +sqs +sqs aPD hoZ hoZ hoZ -jYW +sqs itv -jYW +sqs hoZ hoZ hoZ hoZ hoZ njx -iPn -jYW -jYW -jYW -jYW -jYW -dAm -jYW +uoP +sqs +sqs +sqs +sqs +sqs +siR +sqs hoZ -jYW -jYW -jYW -jYW -jYW -jYW -jYW -jYW +sqs +sqs +sqs +sqs +sqs +sqs +sqs +sqs egv nga -eNw -eNw -eNw +qgu +qgu +qgu qdJ qdJ qdJ @@ -50618,115 +50618,115 @@ rja rja rja eWu -viw -nmS -mdu -mdu -vIX -mdu -mdu -mdu -mdu -mdu -hwg -mdu -hob -bhc -bhc -vih -bhc -wMH -rMM -eKE -har -bhc -vRG -bhc -vih -sRl +bdq +ahY +dAZ +dAZ +bxg +dAZ +dAZ +dAZ +dAZ +dAZ +rqc +dAZ +eYK +adZ +adZ +uPt +adZ +riU +bsl +uha +nmN +adZ +cvw +adZ +uPt +uUu mNh lqq mxR nzI bis bis -mPK -ooD -ftV -uRT +sRa +vhJ +wWS +brq puw -vDP -mPK +lac +sRa dje ycC hNY ycC -ulC -uaj -bTb -uaj -mgz +uKQ +fYt +kLd +fYt +aLn okv -gTx -kYg +kdk +nMQ fXv -nwi -gTx -kYg +gSU +kdk +nMQ fXv -mfB -gTx +sOD +kdk okv -kYg +nMQ fUF uSA -gTx +kdk rol okv rol -gTx +kdk nyo -sKy -aBF -eRo -fiO -kml -kml -kml -kml -kml -kml -kml -kml -qGg -qvE +rPv +qsY +kZx +okx +tNz +tNz +tNz +tNz +tNz +tNz +tNz +tNz +eCE +ito ipd -xpy -eaq -nfq -oFO -oFO -fjc +flD +cot +gbg +kQw +kQw +osk tRH bQM bQM itN -mIh +cSU uGM uGM -asN -usj -ocN -ocN -hBY -ocN -ocN -dtH -ocN -ocN -dbT -vgi -vIp +oeN +vYp +hCH +hCH +mKg +hCH +hCH +dTs +hCH +hCH +jUe +dgd +lst eoR uGM wFE @@ -50742,7 +50742,7 @@ uGM uGM uGM dAk -pUl +tNf jgu itN bQM @@ -50783,150 +50783,150 @@ bQM bQM agi agi -jYW +sqs aWV agi agi hoZ hoZ -jYW +sqs hoZ hoZ hoZ -jYW +sqs hoZ agi agi aWV agi jXz -edh -edh -edh -edh -jny +hFd +hFd +hFd +hFd +aHO hoZ -jYW -sNH -jny -edh -edh -edh -edh -jny -jYW -jYW +sqs +iOM +aHO +hFd +hFd +hFd +hFd +aHO +sqs +sqs egv nga apf -eNw -eNw +qgu +qgu qdJ -gXh +deS apf -meZ -oyc -viw -mdu -mdu -mdu -hob -bhc +nFF +nRv +bdq +dAZ +dAZ +dAZ +eYK +adZ apf -bhc -bhc -bhc -bhc -bhc -bhc -bhc -bhc -bhc -bhc -bhc -bhc -vih -bhc -oyc -rMH -cEC -oyc -bhc -vRG -vih +adZ +adZ +adZ +adZ +adZ +adZ +adZ +adZ +adZ +adZ +adZ +adZ +uPt +adZ +nRv +aOA +cao +nRv +adZ +cvw +uPt dWB -uaj -sRl +fYt +uUu ycC lqq geL sBA -wey +qve lqq -gcy +pBp ane vvp amd -oaz +wab puw -sfa +cGu dyB mNh dDU -ulC +uKQ ycC -bTb -uaj -bTb +kLd +fYt +kLd okv -gTx -kYg +kdk +nMQ ndt -puI -neS -qSi +jcA +ufg +umA bzL -mfB -gTx +sOD +kdk okv -kYg +nMQ vdI -fxE -gTx +xXP +kdk rol okv rol -aRN -kYh -sKy -aBF -mRH -wjA -wjA -wjA -tPY -wjA -wjA -wjA -wjA -wQH -nfq -aze +nTy +bcp +rPv +qsY +lPc +ulF +ulF +ulF +tYQ +ulF +ulF +ulF +ulF +elJ +gbg +fST ipd -nEY -eaq -nfq -oFO -oFO -oFO +anF +cot +gbg +kQw +kQw +kQw tRH tRH bQM itN jgu -rBK -asN -asN +bic +oeN +oeN wbI wbI wbI @@ -50937,8 +50937,8 @@ hbo jJS occ qBB -hPZ -scf +tTE +cjz rwu wbI uep @@ -50995,8 +50995,8 @@ bQM bQM agi aWV -lKl -wEf +cLa +hnP dxS agi hoZ @@ -51004,8 +51004,8 @@ hoZ hoZ hoZ hoZ -sNH -jYW +iOM +sqs kAO agi agi @@ -51016,147 +51016,147 @@ aWV jXz jXz jXz -rAZ +ekn hoZ -jYW +sqs hoZ -rAZ +ekn jXz jXz jXz cvL -jny +aHO hoZ -jYW -oId +sqs +nVI apf -eNw -eNw -eNw +qgu +qgu +qgu qdJ apf iTm -lgL -mdu -hob -bhc -bhc -bhc -bhc +nNo +dAZ +eYK +adZ +adZ +adZ +adZ apf -jCh -hmT -hmT -hmT -hmT -hmT -hmT -hmT -hmT -hmT -hmT -hmT -hmT -msd +vlP +oag +oag +oag +oag +oag +oag +oag +oag +oag +oag +oag +oag +kRn rja rja rja rja rja rja -vRG -bhc -vih +cvw +adZ +uPt bis ycC nzI ycC lqq sBA -uRT -uRT -uSC +brq +brq +hUD rgg jnq hMf ycC ycC -uRT +brq dje ddG ddG -nOH -uaj -rqx +uvE +fYt +uZI bis bis bnA -eMn -nGb -nGb -nGb +uky +ebr +ebr +ebr fXv -nGb -nGb -nGb +ebr +ebr +ebr feY bnA -eMn -srF -wKl -gTx +uky +pnD +dPN +kdk rol okv rol -eVa -kYh +dyI +bcp wrR wrR -aHM -tZT -oFO +xND +shT +kQw nnX dyd dyd vqb -whU -tZT -eaq -kQF -tze +sjz +shT +cot +eqj +xxW ipd -nEY -eaq -nfq -pnH -oFO -xfn -xfn +anF +cot +gbg +xgB +kQw +sam +sam gEx bQM uGT -asN +oeN uGM uGM -asN +oeN bNT -rtz -iqE +sfH +cpT wbI uGM uGM bNT -ugN -gtR +pSE +mRd vtl -hPZ -hPE +tTE +iDH bNT -ugN -pBY -fGZ -pBY -lvO +pSE +uNn +kOT +uNn +vPG wbI gUO uGM @@ -51207,17 +51207,17 @@ bQM agi agi aWV -oeF -nZr +wtL +dwz dxS dxS hoZ bmV hoZ -dAm +siR hoZ -sNH -jYW +iOM +sqs hoZ agi agi @@ -51225,46 +51225,46 @@ agi agi jXz jXz -goC -goC -jny -jny -vaJ -jny -jny -ufa -pSQ -jKB -nMa -biB -jny +pyE +pyE +aHO +aHO +lUX +aHO +aHO +xYV +uzb +ekW +ybY +iFS +aHO hoZ pCX -bhc +adZ iPx apf -oFn +iFf egv qdJ -meZ +nFF iTm iTm -oId -bhc -bhc -jCh -hmT -hmT -tjZ -msd +nVI +adZ +adZ +vlP +oag +oag +mnE +kRn eXp -fDz -fnP -oyc -oyc -oyc -bhc -fDz +qgQ +seA +nRv +nRv +nRv +adZ +qgQ eXp dTx eXp @@ -51276,107 +51276,107 @@ gVs hQH hQH rja -vRG +cvw kMq -vih +uPt bis bis hPY lqq lqq sBA -uSC +hUD jpc -tdv +oYd lqq qbW dOE -gcy +pBp lqq -hnD +xHD eFD -ulC -uaj +uKQ +fYt hNY -uaj -bTb -uaj -uaj +fYt +kLd +fYt +fYt bnA -ffW -nGb -nGb -nGb +nug +ebr +ebr +ebr fXv -xtY -nGb -nGb +sYB +ebr +ebr fXv bnA fXv -nGb -wKl -gTx +ebr +dPN +kdk rol okv rol -aRN -kYh +nTy +bcp wrR -wXi -pAo -bNF -hfo -gjy -neE -bfk -tDR -fFM -xgv -eaq -nfq -aGE +ygq +eGe +nGR +iMH +dse +ulN +dcp +mrd +aAO +fqO +cot +gbg +kiF ipd -xJn -eaq -nfq -oFO -xZC -gIN -gIN +hbD +cot +gbg +kQw +jes +feE +feE gEx bQM uGT -cNm -nGe -gLy +iPN +oSV +kBu jgu bNT -coV -tkg +fYd +irT wbI uGM uGM wbI -uhQ -ghy +tci +hBu oyC -wUP -uCN +dNP +sXD wbI -nfU -rHE -rHE -rHE -eke +abr +xuY +xuY +xuY +nux wbI uGM uGM eLu -oVP -fRE -fRE -fVG +asQ +trU +trU +jcl eLu twb twb @@ -51419,17 +51419,17 @@ bQM agi aWV aak -fqz -xds -oYv +xsU +smJ +aRE dxS hoZ hoZ -jYW +sqs hoZ hoZ hoZ -jYW +sqs hoZ agi agi @@ -51437,46 +51437,46 @@ agi agi aWV jXz -qMm +nBg njx -jny -edh -jny +aHO +hFd +aHO njx -jny -qzJ -qzJ -jny -qzJ -xuz -jYW +aHO +fAg +fAg +aHO +fAg +mfw +sqs hoZ hoZ -bhc +adZ nga esS apf egv qdJ -oyc -vRG +nRv +cvw apf -jCh -hmT -tjZ -msd +vlP +oag +mnE +kRn rja rja rja rja eXp -wub -bhc -oyc -oyc -oyc -bhc -hFL +usZ +adZ +nRv +nRv +nRv +adZ +eoq eXp pTR apf @@ -51488,9 +51488,9 @@ apf apf apf rja -vRG +cvw kMq -oqF +keu bis bis bis @@ -51498,64 +51498,64 @@ wlG bis bis bis -mPK -uRT -xek -fMc -lUO -uRT -mPK +sRa +brq +uAN +ddk +tOa +brq +sRa bis bis -nOR -uaj -ulC -uaj -bTb +oCP +fYt +uKQ +fYt +kLd dje -uaj +fYt bnA -gTx -kYg +kdk +nMQ ndt -puI +jcA ofw -qSi +umA bzL -mfB -gTx +sOD +kdk fXv fXv -srF +pnD lGm -gTx +kdk rol okv rol -gTx +kdk nyo wrR -icA -okn -xgv -rKm +luW +nqy +fqO +vae bSM bSM bSM bSM -kJM -bNi -eaq -nfq -vmL +uaN +vmS +cot +gbg +rki ipd -gyl -eaq -nfq -oFO -gIN -omE -gIN +sBo +cot +gbg +kQw +feE +gey +feE gEx bQM uGT @@ -51567,27 +51567,27 @@ wbI mtj wbI wbI -kHz -kHz +qAn +qAn bNT -jFg -bvQ +gwt +cgx nFB -drb -hPE +ckz +iDH vLH -xHl -cpR -xHl -xHl -mIx +drI +tRB +drI +drI +cuU wbI uGM uGM eLu -mKv -fRE -fRE +rRu +trU +trU clG eLu twb @@ -51632,15 +51632,15 @@ agi agi aWV agi -mNf -moG +jrB +xsZ dxS -jYW +sqs hoZ -jYW +sqs hoZ hoZ -sNH +iOM hoZ hoZ agi @@ -51649,32 +51649,32 @@ agi agi aWV jXz -jny -jny -mvz +aHO +aHO +ipk njx -xfX -jny -tNz -qzJ -qzJ -jny -qzJ -qzJ -jYW -jYW -jYW +crp +aHO +twy +fAg +fAg +aHO +fAg +fAg +sqs +sqs +sqs apf uQE -bhc +adZ apf rja rja -viw -hob -bhc -vih -dJR +bdq +eYK +adZ +uPt +hWh rja rja eXp @@ -51682,13 +51682,13 @@ eXp eXp eXp eXp -fDz -bhc -oyc -oyc -oyc -fnP -fDz +qgQ +adZ +nRv +nRv +nRv +seA +qgQ eXp eXp eXp @@ -51700,9 +51700,9 @@ apf apf wvY rja -vRG -bhc -vih +cvw +adZ +uPt bis ewE ewE @@ -51711,63 +51711,63 @@ xIx bis bis bis -vMC +tiy mxR -pcn +ciB lqq -hLk +eGJ bis bis bis bis bis -ulC -uaj -bTb -uaj -uaj +uKQ +fYt +kLd +fYt +fYt bht hTM okv -lJs -mfB -gTx -kYg +hPS +sOD +kdk +nMQ muZ -mfB -gTx +sOD +kdk fXv fXv -nGb +ebr lGm -smp +eMQ rol qfR rol -gTx +kdk nyo wrR -wUp -plQ -qln -clg -xkM -xkM -xkM -xkM -dzm -xgv -eaq -xPZ -vRh +wnd +vAA +smZ +rTj +ins +ins +ins +ins +lLC +fqO +cot +hPV +hTz ipd -qvE -eaq -nfq -oFO -oFO -cZC -cZC +ito +cot +gbg +kQw +kQw +pLi +pLi gEx bQM bQM @@ -51779,29 +51779,29 @@ itN jgu jgu jgu -aAy -aAy +wKg +wKg jgu -mof -ghy +opu +hBu vtl -hPZ -hPE +tTE +iDH bNT -ugN -fGZ -fGZ -fGZ -lvO +pSE +kOT +kOT +kOT +vPG vtl uGM uGM eLu -xrO -fRE -fRE +qYI +trU +trU clG -psD +kPq twb twb kPz @@ -51847,74 +51847,74 @@ azZ lAh aMg dxS -jYW -jYW -jYW -dAm +sqs +sqs +sqs +siR hoZ -sNH +iOM hoZ hoZ aWV aWV agi -jYW +sqs aWV jXz -jny -dHM +aHO +mqX qLp -jYW +sqs frt -jej -jny -gvU -gvU -jny -gvU -bja +bKV +aHO +vxL +vxL +aHO +vxL +hXH egv eWu -bhc +adZ apf apf apf uQE apf lag -vRG -vMg -bhc -vih -dCJ +cvw +mAx +adZ +uPt +ley rja eXp -oyc -wzm -qtn -mjE +nRv +ePC +foP +eKo eXp -lks -nOg -oyc -oyc -oyc -tol -iUb +tNd +tEk +nRv +nRv +nRv +cAe +rwT eXp -oyc -wzm -qtn -oyc -vqK +nRv +ePC +foP +nRv +vaJ apf apf apf apf -vqK -vRG -bhc -vih +vaJ +cvw +adZ +uPt wpD lpr ycC @@ -51924,61 +51924,61 @@ bis epn bis bis -fMc -uRT -kMM -uRT -vNn -fjK -gZW -uaj -vNn -ulC -uaj -bTb -vMZ +ddk +brq +eaC +brq +nDy +bJD +rpu +fYt +nDy +uKQ +fYt +kLd +bBv hNY omI -gTx -kYg +kdk +nMQ fXv -mfB -gTx -kYg +sOD +kdk +nMQ fXv -mfB -gTx +sOD +kdk fXv fXv -nGb -wKl -mwh +ebr +dPN +vAU kJf okv rol -gTx -kYh +kdk +bcp wrR wrR -ueI -cbr -oFO -qTk -qTk -oFO -oFO -lMY -tZT -eaq -nfq +ipv +xGa +kQw +ttH +ttH +kQw +kQw +bGw +shT +cot +gbg wrR wrR wrR -nFY -nfq -cZC -oFO -lZk +aTT +gbg +pLi +kQw +kGX nvD tRH tRH @@ -51994,27 +51994,27 @@ rxz jJb cME eLu -mof -ghy +opu +hBu oyC -hPZ -hPE +tTE +iDH bNT -coV -rHE -rHE -sNz -tkg +fYd +xuY +xuY +uaF +irT oyC uGM vhB ayX -vnl +ksZ gfo qPr -fVG +jcl clG -luP +jng twb kPz bQM @@ -52061,72 +52061,72 @@ azZ agi qRg aWV -rAZ +ekn hoZ hoZ hoZ -rAZ +ekn agi agi agi hoZ -hoA -jYW +vSI +sqs jXz -jny -hAm +aHO +hTF qOy -qTj +rFI nGX -dJo -jny -mvz -xfX +jpV +aHO +ipk +crp njx -mvz -xfX +ipk +crp egv -bhc -bhc +adZ +adZ apf apf apf apf apf lag -vRG -bhc -bhc -vih -akt +cvw +adZ +adZ +uPt +pdP rja eXp -wMH -bJX -uBU -eEr -ous -kDP +riU +dCR +iYX +rTE +wpb +aTQ rTL azN azN azN vpJ -kDP -bhc -wMH -rMM -eKE -har +aTQ +adZ +riU +bsl +uha +nmN rja apf esS apf wAM rja -vRG -bhc -vih +cvw +adZ +uPt bis xIx ycC @@ -52141,58 +52141,58 @@ wMi wMi bis bis -nMY -vNn -ryh +jKt +nDy +bNo bis -ulC -uaj -bTb -uaj +uKQ +fYt +kLd +fYt dje -vAs +fNn okv -uUG +unm fXv -mfB -gTx -kYg +sOD +kdk +nMQ muZ -mfB -kMg +sOD +iTk twL fXv -nGb -wKl -mwh +ebr +dPN +vAU uEj okv rol -gTx -kYh -sKy -aBF -eRo -kml -wqE -kml -kml -kml -kml -fiO -kml -mtq -hyV -kml -kml -kml -skV -hyV -kml -kml -kml -kml -nWf +kdk +bcp +rPv +qsY +kZx +tNz +iTa +tNz +tNz +tNz +tNz +okx +tNz +rOh +jON +tNz +tNz +tNz +lCP +jON +tNz +tNz +tNz +tNz +xap gEx bQM bQM @@ -52200,33 +52200,33 @@ bQM bQM bQM tPN -gTb -xJV +law +lPE rxz cME jJb eLu -nPE -ghy +vvy +hBu joE -hPZ -vAh +tTE +tzQ wbI -xHl -xHl -dvE -xHl -aLr +drI +drI +aLv +drI +cLW wbI uGM vhB ayX -fRE +trU gfo gfo -fVG +jcl clG -xEj +bJh twb kPz bQM @@ -52273,30 +52273,30 @@ bQM agi aWV agi -jny -dAm +aHO +siR hoZ -sNH -jny +iOM +aHO agi -rAZ -jYW +ekn +sqs hoZ hoZ -jYW +sqs hoZ -dLu -sNH +kxs +iOM njx -jYW +sqs njx -dAm -jny -dAm -sNH +siR +aHO +siR +iOM njx -dAm -sNH +siR +iOM egv apf apf @@ -52306,39 +52306,39 @@ pKY qlf hcv hds -jox -mdm -bhc -vih +lGK +jpu +adZ +uPt eXp eXp eXp -oyc -rMH -aCu -qvK -bhc -bhc -bhc -oyc -oyc -oyc -bhc -bhc -bhc -oyc -rMH -cEC -oyc +nRv +aOA +bvF +ptW +adZ +adZ +adZ +nRv +nRv +nRv +adZ +adZ +adZ +nRv +aOA +cao +nRv rja rja rja rja rja rja -vRG +cvw kMq -vih +uPt bis ewE ycC @@ -52357,9 +52357,9 @@ bis bis bis bis -ulC -uaj -bTb +uKQ +fYt +kLd bis bis bnA @@ -52368,43 +52368,43 @@ cEw bnA bnA bnA -foi -nGb -nGb -nGb -ksn +coE +ebr +ebr +ebr +goJ fXv -nGb +ebr lGm -mwh +vAU jji vjG rol -gTx +kdk nyo -sKy -aBF -tPm -wjA -wjA -wjA -wjA -wjA -wjA -wjA -xvP -wQH -uWc -wjA -wjA -wQH -tZT -tZT -uWc -wjA -wjA -wQH -nfq +rPv +qsY +mKx +ulF +ulF +ulF +ulF +ulF +ulF +ulF +qnN +elJ +dAv +ulF +ulF +elJ +shT +shT +dAv +ulF +ulF +elJ +gbg gEx bQM bQM @@ -52412,8 +52412,8 @@ bQM bQM bQM twb -oqR -ryc +wEJ +eij rxz cME cME @@ -52421,24 +52421,24 @@ eLu jgu iSu vtl -hPZ -hPE +tTE +iDH bNT -iyF -fGZ -fGZ -fGZ -hVn +hMy +kOT +kOT +kOT +htq wbI uGM uGM eLu -oVP -fRE -fRE -fVG +asQ +trU +trU +jcl xzr -xEj +bJh twb kPz bQM @@ -52485,93 +52485,93 @@ bQM agi agi agi -jny -dAm +aHO +siR pCX -sNH -jny +iOM +aHO agi -rAZ -hoA +ekn +vSI hoZ hoZ hoZ -rAZ -rvd -sNH +ekn +xgo +iOM qQO -uDy +uAk njx -dAm -jny -epu -sNH +siR +aHO +uMJ +iOM njx -dAm -chw -bhc +siR +cwF +adZ apf iLJ apf -bhc -bhc -bhc -bhc +adZ +adZ +adZ +adZ rja -vRG -bhc -bhc -pYs -mdu -mdu -mdu -mdu -wcd -kbq -yfx -gbq -mdu -dZf -mdu -mdu -mdu -mdu -mdu -mdu -mdu -mdu -mdu -mdu -mdu -mdu -mdu -mdu -mdu -mdu -hob +cvw +adZ +adZ +jMh +dAZ +dAZ +dAZ +dAZ +gjD +nCB +fOb +lct +dAZ +eFS +dAZ +dAZ +dAZ +dAZ +dAZ +dAZ +dAZ +dAZ +dAZ +dAZ +dAZ +dAZ +dAZ +dAZ +dAZ +dAZ +eYK kMq -oqF +keu bis ewE ycC kCI bis -njP -exu -pDO +hcW +klB +geq lqq mxR lqq lqq lqq -tcr -exu -qJb +rAh +klB +fQq bis bFr -pKK -uaj -bTb +tUC +fYt +kLd iFD bFr cEw @@ -52579,44 +52579,44 @@ cEw cEw cEw bnA -vqr -nGb -nGb +nKI +ebr +ebr uSA -nGb -ksn +ebr +goJ fXv -srF +pnD lGm -gTx +kdk rol okv rol -gTx +kdk nyo wrR -nxE -nxn +qlj +aWG wrR wrR -iOO -oFO -euh +ewC +kQw +vlb wrR ipd wrR -dFc -pfJ -tZT -oFO +iTV +lTj +shT +kQw nnX dyd dyd vqb -oFO -tZT -eaq -nfq +kQw +shT +cot +gbg tRH tRH tRH @@ -52633,24 +52633,24 @@ eLu jgu jgu fic -hPZ -hPE +tTE +iDH bNT -coV -eQH -vxD -eQH -tkg +fYd +shA +wsL +shA +irT wbI uGM uGM eLu -dwA -fRE -fRE -anj +jEM +trU +trU +kGs clG -luP +jng twb kPz bQM @@ -52697,93 +52697,93 @@ bQM aWV fXL fXL -kIM -dNC +qyV +iUi iDq iDq -kIM +qyV fXL agi -jYW +sqs hoZ hoZ hoZ -rAZ -rvd -jny -sno +ekn +xgo +aHO +cgK njx -dZw -jny -jny -dAm -vkB +udb +aHO +aHO +siR +eLc njx -dAm -sNH +siR +iOM uQE apf apf -bhc +adZ eWu egv egv rja rja -vRG -bhc -bhc -qGC -bhc -bhc -bhc -bhc -bhc -frM -bhc -bhc -bhc -bhc -bhc -bhc -bhc -bhc -bhc -bhc -bhc -bhc -bhc -bhc +cvw +adZ +adZ +pwC +adZ +adZ +adZ +adZ +adZ +slD +adZ +adZ +adZ +adZ +adZ +adZ +adZ +adZ +adZ +adZ +adZ +adZ +adZ +adZ kMq kMq -bhc -bhc -bhc +adZ +adZ +adZ kMq kMq -bhc -vih +adZ +uPt bis kCI ycC bis bis -guX -gcP -hgv +kAd +wNW +fdI lqq lqq lqq epV lqq -eAi -nSK -nnA +hoG +eWF +gmg bis bis -ebo -uaj -rqx +hob +fYt +uZI bis bFr cEw @@ -52791,48 +52791,48 @@ cEw cEw cEw bnA -wvM +tSw uSA uSA -nGb -nGb +ebr +ebr aVE fXv -nGb -wKl -gTx +ebr +dPN +kdk rol kEj rol -gTx -kYh -sKy -uuv -aBF +kdk +bcp +rPv +xpL +qsY ipd -uNg -aBF -tZT -aBF -tZT -wSz +uns +qsY +shT +qsY +shT +pov ipd -eaq -nfq -xgv -hfo -wad -neE -bfk -tDR -fFM -xgv -eaq -nfq +cot +gbg +fqO +iMH +mik +ulN +dcp +mrd +aAO +fqO +cot +gbg wrR -oFO -oFO -whU +kQw +kQw +sjz wrR eLu eLu @@ -52842,11 +52842,11 @@ eLu rIE usg eLu -mof -ghy +opu +hBu msu -gCy -ngS +pHN +lRR fbo wbI fZD @@ -52857,11 +52857,11 @@ wbI uGM uGM eLu -dpZ -fRE -fRE +pYv +trU +trU clG -pUy +wht twb twb kPz @@ -52909,79 +52909,79 @@ bQM agi agi agi -jny -dAm +aHO +siR hoZ -sNH -jny +iOM +aHO agi -jYW -jYW +sqs +sqs hoZ hoZ hoZ jXz -cpU +aCY njx -jny -quM -jny +aHO +kEm +aHO njx -fjU -sno -dZw +pru +cgK +udb agi -sno -dZw +cgK +udb apf esS -bhc +adZ egv egv egv egv eXp rja -viw -aCu -hmT -nlA -hmT -tjZ -hmT -viw -mdu -mdu -aCu -hmT -tjZ -hmT -hmT -hmT -hmT -hmT -tjZ -hmT -viw -mdu -mdu -aCu -hmT -hmT -tjZ -hmT -hmT -hmT -hmT -hmT -msd +bdq +bvF +oag +sfh +oag +mnE +oag +bdq +dAZ +dAZ +bvF +oag +mnE +oag +oag +oag +oag +oag +mnE +oag +bdq +dAZ +dAZ +bvF +oag +oag +mnE +oag +oag +oag +oag +oag +kRn bis tgB tgB bis nOz -vjl -rds +cSK +ibo xst lqq lqq @@ -52989,13 +52989,13 @@ lqq lqq lqq vrT -vjl -rds +cSK +ibo nOz bis -ulC -aWc -bTb +uKQ +spN +kLd iFD bFr cEw @@ -53003,48 +53003,48 @@ cEw cEw cEw bnA -gDW -nGb -nGb +mWt +ebr +ebr uSA -nGb -nGb +ebr +ebr fXv -srF -wKl -gTx +pnD +dPN +kdk rol okv rol -gTx -kYh -sKy -aBF -aBF +kdk +bcp +rPv +qsY +qsY ipd -pFF -aBF -tZT -aBF -tZT -wnk +bUL +qsY +shT +qsY +shT +ike ipd -eaq -nDv -xgv -rKm +cot +eBm +fqO +vae bSM bSM bSM bSM -kJM -xgv -eaq -nfq +uaN +fqO +cot +gbg wrR -iOO -oFO -eQd +ewC +kQw +wkK wrR jKm aGV @@ -53054,11 +53054,11 @@ eLu cME cME eLu -rHE -jIz +xuY +mMn fZD -hPZ -hPE +tTE +iDH uGM uGM uGM @@ -53069,11 +53069,11 @@ uGM gUO vhB ayX -fRE +trU gfo gfo -fRE -xNs +trU +jiP twb twb kPz @@ -53121,11 +53121,11 @@ azZ agi agi hoZ -jny -dAm +aHO +siR hoZ -sNH -jny +iOM +aHO hoZ hoZ hsc @@ -53133,13 +53133,13 @@ hoZ bmV aWV jXz -jFa -fjU -jny -jny -gXu -jny -jny +xgk +pru +aHO +aHO +aRD +aHO +aHO agi agi agi @@ -53147,7 +53147,7 @@ agi agi apf apf -bhc +adZ egv egv tel @@ -53183,8 +53183,8 @@ ioM hVI hVI hVI -xUp -xUp +nfy +nfy hVI hVI hVI @@ -53192,22 +53192,22 @@ nXj nXj sJu lqq -vjl -rds -vWG -oTv +cSK +ibo +rAm +tKf nOz cLt nOz -dwr -eIe -vjl -rds +oEo +ssd +cSK +ibo lqq wpD -ulC -uaj -bTb +uKQ +fYt +kLd bis bFr cEw @@ -53216,61 +53216,61 @@ cEw cEw cEw bnA -ivo -nGb -nGb -nGb -nGb +xJQ +ebr +ebr +ebr +ebr fXv eZm -opb -gTx +ePz +kdk rol okv rol -gTx -kYh -sKy -aBF -aBF +kdk +bcp +rPv +qsY +qsY ipd -tkG -aBF -qxJ -aBF -tZT -sfB +eTM +qsY +dJk +qsY +shT +iUX ipd -eaq -nfq -xgv -clg -xkM -xkM -xkM -xkM -dzm -xgv -eaq -hyV +cot +gbg +fqO +rTj +ins +ins +ins +ins +lLC +fqO +cot +jON aMM -kml -kml -kml +tNz +tNz +tNz aMM -nZl +cUJ fnB fnB -mpc +ocQ liA cME cME liA -xHl -xHl +drI +drI wbI -hPZ -hPE +tTE +iDH uGM gUO uGM @@ -53281,11 +53281,11 @@ uGM uGM vhB ayX -fRE +trU gfo gfo -fRE -rHb +trU +pqY twb twb kPz @@ -53333,11 +53333,11 @@ azZ agi agi agi -jny -dAm +aHO +siR pCX -sNH -jny +iOM +aHO hoZ hoZ hsc @@ -53346,9 +53346,9 @@ hoZ aWV aWV aWV -pcA -pcA -pcA +uYZ +uYZ +uYZ jXz aWV agi @@ -53366,18 +53366,18 @@ tel ioM ioM ioM -vVG -nVm +cfV +uuS ioM hVI hVI -xEA -sAy -uyF -qxi -qxi -kZw -iqp +gMD +lLz +pTX +xQG +xQG +sZt +eLl hVI hVI hVI @@ -53385,15 +53385,15 @@ hVI hVI hVI hVI -jMu -uyF -qxi -qxi -kZw -qua +eoy +pTX +xQG +xQG +sZt +eaa sJu -gFZ -hZk +aOb +vfl hVI bmE bmE @@ -53404,73 +53404,73 @@ mEO mEO hVI nOz -vjl -rds +cSK +ibo eTc -snl -pdk -pdk -pdk -rLf +hRM +bgx +bgx +bgx +fAd eTc -vjl -rds +cSK +ibo nOz bis -ulC -uaj -fZY -clj +uKQ +fYt +gQa +ajl cvn bQM bQM bQM kPz wyT -nGb -acw -gTx -kYg -nGb -nGb +ebr +azj +kdk +nMQ +ebr +ebr fXv fUF fXv -gTx +kdk rol okv rol -gTx -kYh +kdk +bcp wrR -nxE -nxn +qlj +aWG wrR wrR -iOO -oFO -euh +ewC +kQw +vlb wrR ipd wrR -dFc -nfq -tZT -oFO -uaF -oFO -wCB -oFO -oFO -tZT -eaq -uWc +iTV +gbg +shT +kQw +mZY +kQw +hRB +kQw +kQw +shT +cot +dAv aMM -wjA -wjA -wjA +ulF +ulF +ulF aMM -nZl +cUJ fnB fnB fnB @@ -53478,11 +53478,11 @@ phe uJg cME eLu -fGZ -hVn +kOT +htq wbI -hPZ -hPE +tTE +iDH uGM eLu eLu @@ -53493,10 +53493,10 @@ eLu eLu eLu eLu -qin -fRE -fRE -ftw +gBR +trU +trU +oID eLu twb twb @@ -53546,26 +53546,26 @@ agi agi agi aWV -pcA -pcA -pcA +uYZ +uYZ +uYZ jXz -rAZ -rAZ +ekn +ekn agi agi -jYW -jYW +sqs +sqs jXz -bpb -bpb -bpb -bpb -bpb +bGM +bGM +bGM +bGM +bGM jXz xLi -kZd -qpx +tWv +owg azZ xLi rja @@ -53582,31 +53582,31 @@ oAm vQN ioM hVI -aSM -jMu -jMu -jMu -jMu -jMu -jMu -jMu -aSM +oro +eoy +eoy +eoy +eoy +eoy +eoy +eoy +oro hVI hVI hVI hVI hVI -aSM -jMu -asi -iem -jMu -jMu -qua +oro +eoy +tLA +vXO +eoy +eoy +eaa sJu cyV cyV -hZk +vfl cyV cyV sJu @@ -53616,71 +53616,71 @@ mJk svh hVI bis -vjl -low -exu -exu -exu -exu -exu -exu -exu -svN -rds +cSK +kNH +klB +klB +klB +klB +klB +klB +klB +naS +ibo bis bis -ulC -uaj -uaj -bTb +uKQ +fYt +fYt +kLd cvn kPz kPz kPz cEw wyT -nGb -mfB -gTx -kYg -nGb -nGb +ebr +sOD +kdk +nMQ +ebr +ebr fXv fUF fXv -gTx +kdk rol okv rol -gTx -aHe +kdk +spg xDz -tZT -eRo -kml -kml -kml -kml -kml -kml -kml -kml -skV -hyV -kml -kml -kml -kml -kml -kml -kml -kml -skV -nfq +shT +kZx +tNz +tNz +tNz +tNz +tNz +tNz +tNz +tNz +lCP +jON +tNz +tNz +tNz +tNz +tNz +tNz +tNz +tNz +lCP +gbg wrR -oFO -oFO -oFO +kQw +kQw +kQw wrR fnB fnB @@ -53690,20 +53690,20 @@ eLu cME cME eLu -eQH -tkg +shA +irT wbI -hPZ -hPE +tTE +iDH wRn eLu eLu eLu -vJu -vJu +bua +bua eLu -vJu -vJu +bua +bua eLu eLu ppI @@ -53757,68 +53757,68 @@ azZ azZ azZ azZ -bpb -bpb -bpb -bpb -bpb -dyP -sit +bGM +bGM +bGM +bGM +bGM +wqV +rnJ azZ xLi ddL ddL xLi -dyP -dyP -dyP -eDQ -dyP -jER -dyP -dyP -dyP -azZ -azZ -jMu -jMu -jMu +wqV +wqV +wqV +bls +wqV +cjh +wqV +wqV +wqV +azZ +azZ +eoy +eoy +eoy mEO -jMu -vfy +eoy +fWy hVI -lkv -lZt -thd -uyF -kZw -jMu -tnQ -cdy -sXC -qBy -jMu -jMu -wQI -cdy -cmp -lTh -lTh -jWu -oHB -kfb -sXC -jMu -jMu -qxP -ckA -kon -cmp +qmI +tzP +hyk +pTX +sZt +eoy +boO +lBf +mZk +eZz +eoy +eoy +gVU +lBf +uuN +cOo +cOo +sPP +pbX +ieS +mZk +eoy +eoy +qfY +mzZ +pVE +uuN ioM hVI cyV cyV -hZk +vfl cyV mbg ioM @@ -53828,74 +53828,74 @@ mrX mrX pkM bis -mUU -tVU -tVU -tVU -nSK -uaj -ftO -tVU -tVU -tVU -ezh +cCM +vsI +vsI +vsI +eWF +fYt +oJw +vsI +vsI +vsI +guv bis -mAZ -tau -bdf -cYc -bTb +faT +kfi +ooM +jDp +kLd cvn bQM bQM bQM wyT -nGb +ebr ndt -puI +jcA ofw -qSi +umA bzL -tMj +neC fXv vdI -fxE -gTx +xXP +kdk rol okv rol -gTx +kdk fXv bYB -tZT -eaq -tZT -tZT -tZT -mLp -tZT -tZT -tZT -tZT -tZT -tZT -tZT -tZT -tZT -tZT -tZT -tZT -tZT -tZT -tZT -pqH +shT +cot +shT +shT +shT +kvT +shT +shT +shT +shT +shT +shT +shT +shT +shT +shT +shT +shT +shT +shT +shT +kLW wrR wrR jRh wrR wrR lbk -fDY +iMq fnB aGV eLu @@ -53905,8 +53905,8 @@ eLu sGI szK wbI -usj -aRV +vYp +kcl uGM eLu mTM @@ -53921,8 +53921,8 @@ gyJ cME cME eLu -naA -ihG +ixL +dVs twb twb twb @@ -53966,73 +53966,73 @@ lAh lAh azZ azZ -rXu -rXu -qxg -xWz -fZa -kOs -aaz -dyP -unx -rXu -rXu -umR -rXu -rXu -rXu -rXu -rXu -rXu -rXu -rXu -rXu -rXu -rXu -rXu -azZ -azZ -azZ -xea -cdy -cdy +vxe +vxe +ubl +cPh +pjq +vkk +faX +wqV +ftX +vxe +vxe +ybF +vxe +vxe +vxe +vxe +vxe +vxe +vxe +vxe +vxe +vxe +vxe +vxe +azZ +azZ +azZ +qBe +lBf +lBf mEO -cdy +lBf mEO mEO -jMu -nVm -wQI -cdy -sXC -vVG -rYB -nVm -wQI -cdy -sXC -vVG -jMu -qyj -wQI -cdy -sXC -vVG -jMu -nVm -wQI -pHq -sXC -kql -jMu -nri +eoy +uuS +gVU +lBf +mZk +cfV +gFo +uuS +gVU +lBf +mZk +cfV +eoy +vZh +gVU +lBf +mZk +cfV +eoy +uuS +gVU +aou +mZk +vPh +eoy +sra ioM hVI -hZk -hZk +vfl +vfl hVI -hZk -hZk +vfl +vfl ioM ioM bmE @@ -54041,85 +54041,85 @@ aFZ aFZ bFr jUs -uRT -sHi +brq +fAH eTc -lor -uaj -rds +hLa +fYt +ibo eTc -uRT -sHi +brq +fAH iwf bFr cvn cvn -ulC -uaj -bTb +uKQ +fYt +kLd cvn bFr cvn cvn cEw -nGb -nGb -mfB -gTx -kYg -nGb -nGb +ebr +ebr +sOD +kdk +nMQ +ebr +ebr fXv -srF -wKl -gTx +pnD +dPN +kdk rol okv rol -gTx -ilw +kdk +xcM gMV -tZT -vec -wjA -wjA -wjA -wjA -wjA -wjA -wjA -wjA -wQH -uWc -wjA -wjA -wjA -wjA -wjA -wjA -wjA -wjA -wQH -nfq +shT +rOM +ulF +ulF +ulF +ulF +ulF +ulF +ulF +ulF +elJ +dAv +ulF +ulF +ulF +ulF +ulF +ulF +ulF +ulF +elJ +gbg wrR -oFO -oFO -oFO +kQw +kQw +kQw wrR fnB fnB fnB fnB fXB -sKB -sKB +cvu +cvu vhB uGM uGM uGM uGM uGM -vHL +jey liA cME cME @@ -54133,10 +54133,10 @@ xno cME cME ayX -pyz -tcU -wRa -vke +kTp +rxV +wbP +nwX twb kPz kPz @@ -54177,154 +54177,154 @@ bQM azZ azZ azZ -aQl -aQl -ssN -fzB -dyP -bpb -eAv -lni -dyP -dIH -xdi -aQl -bAp -aQl -aQl -aQl -aQl -aQl -rRm -aQl -slm -ssN -xdi -aQl -pjv -aQl +puA +puA +hVq +wnF +wqV +bGM +qzE +pNd +wqV +mJn +grV +puA +jTT +puA +puA +puA +puA +puA +sgL +puA +doi +hVq +grV +puA +sps +puA azZ azZ azZ -qxi -qxi -qxi -qxi +xQG +xQG +xQG +xQG mEO -uyF -qxi -kZw -vVG -jMu -nVm -uyF -qxi -kZw -vVG -jMu -nVm -uyF -qxi -iDm -vVG -uJi -nri -uyF -qxi -kZw -cXC -jMu -nVm -uyF -qxi -rJv -qua +pTX +xQG +sZt +cfV +eoy +uuS +pTX +xQG +sZt +cfV +eoy +uuS +pTX +xQG +huh +cfV +lJC +sra +pTX +xQG +sZt +pJe +eoy +uuS +pTX +xQG +vri +eaa sJu cyV cyV -hZk +vfl cyV cyV -hZk -hZk +vfl +vfl cyV tQB bQM bQM cvn -uSC +hUD tna umW -uSC -vjl -uaj -rds -uSC +hUD +cSK +fYt +ibo +hUD tna umW -uSC +hUD cvn bQM cvn iKs iKs iKs -dlj -wUO -pMr -bhg -dmw -wSS -nGb -mfB -gTx -kYg -nGb -nGb +laR +rBB +qZC +lAC +aYO +uMV +ebr +sOD +kdk +nMQ +ebr +ebr fXv bnA lGm -gTx +kdk rue dfV efS -gTx -kYh +kdk +bcp wrR -aBF -nfq -tZT -oFO +qsY +gbg +shT +kQw nnX dyd dyd vqb -oFO -tZT -mCm -nfq -wnk -hdX +kQw +shT +uMY +gbg +ike +wDt nnX dyd dyd vqb -whU -tZT -eaq -hyV +sjz +shT +cot +jON aMM -kml -kml -kml +tNz +tNz +tNz aMM -nZl +cUJ fnB fnB fnB fXB -sKB -sKB +cvu +cvu vhB uGM uGM @@ -54345,10 +54345,10 @@ cPq cME cME ayX -pyz +kTp mHC gfo -jCI +xII twb twb kPz @@ -54391,154 +54391,154 @@ azZ azZ azZ azZ -wWI -fzB -dyP -qpO -gTT -iai -dyP -qmT -fzB +jhh +wnF +wqV +nWX +wRC +gru +wqV +igZ +wnF azZ azZ -dyP -dyP -dyP -dyP -dyP -dyP -dyP -dyP -dIH -fzB -mLr -dyP -dyP +wqV +wqV +wqV +wqV +wqV +wqV +wqV +wqV +mJn +wnF +jve +wqV +wqV tuo azZ azZ azZ azZ -mxI -vfy +otF +fWy hVI -vfy -jMu -jMu -uyF -qxi -kZw -jMu -jMu -jMu -uyF -qxi -kZw -jMu -jMu -qxP -qME -qxi -qFa -jMu -uxK -jMu -ktd -aDo -kZw -jMu -jMu -jMu -aje +fWy +eoy +eoy +pTX +xQG +sZt +eoy +eoy +eoy +pTX +xQG +sZt +eoy +eoy +qfY +mVo +xQG +dur +eoy +aAy +eoy +goF +rHP +sZt +eoy +eoy +eoy +ncf sJu cyV cyV -hZk +vfl kvx cyV -hZk -hZk +vfl +vfl cyV tQB bQM bQM cvn -uSC +hUD tna umW -jeA -vjl -uaj -rds -pcn +frj +cSK +fYt +ibo +ciB tna umW -uSC +hUD cvn bQM cvn -uAk -uaj -aWc -jJo -jJo -jJo -jJo -jtk -nGb +bAm +fYt +spN +hHF +hHF +hHF +hHF +joQ +ebr ndt -puI +jcA ofw -qSi +umA bzL -tMj +neC feY bnA -wKl -gTx -gTx -gTx -gTx -gTx -kYh +dPN +kdk +kdk +kdk +kdk +kdk +bcp wrR -aBF -nfq -cuC -hfo -wad -neE -bfk -tDR -fFM -xgv -eaq -nfq -vIy -hfo -wad -neE -bfk -tDR -fFM -xgv -eaq -uWc +qsY +gbg +brB +iMH +mik +ulN +dcp +mrd +aAO +fqO +cot +gbg +gQO +iMH +mik +ulN +dcp +mrd +aAO +fqO +cot +dAv aMM -wjA -wjA -wjA +ulF +ulF +ulF aMM -nZl +cUJ fnB tZo fnB fXB -sKB -sKB +cvu +cvu vhB -kHz +qAn uGM uGM uGM @@ -54547,21 +54547,21 @@ wRn eLu eLu eLu -vJu -vJu +bua +bua eLu -vJu -vJu +bua +bua eLu eLu cME cME eLu -sYI -qcP +lHi +wxd gfo -tcU -hoG +rxV +lfe twb kPz bQM @@ -54604,29 +54604,29 @@ azZ azZ azZ azZ -fzB -bpb -bXg -bpb -bpb -bpb -wWI -fzB +wnF +bGM +gLi +bGM +bGM +bGM +jhh +wnF azZ xLi xLi xLi -fwy -fwy -fhI +uBw +uBw +oFA xLi -rpU -dyP -dIH -fzB -fCE -dyP -dyP +wBn +wqV +mJn +wnF +qFL +wqV +wqV tuo azZ azZ @@ -54651,96 +54651,96 @@ tQB tQB aFZ aFZ -jMu -jMu -jMu +eoy +eoy +eoy hVI hVI hVI hVI hVI -nag -juC -nag +kBD +tZv +kBD ioM hVI -hZk -hZk -hZk -hZk -rqI +vfl +vfl +vfl +vfl +qut hVI -qAZ -oKe +icV +pJY tQB bQM bQM cvn -uSC +hUD tna umW -uSC -vjl -uaj -rds -uSC +hUD +cSK +fYt +ibo +hUD tna umW -uSC +hUD cvn bQM cvn iKs iKs iKs -uaj +fYt iKs iKs iKs -nGb -nGb -nGb -mfB -gTx -kYg -nGb -nGb +ebr +ebr +ebr +sOD +kdk +nMQ +ebr +ebr fXv bnA -dSD -uBD +gMW +ohQ pip fXv pCS -uBD -oGY +ohQ +oOP wrR -nxE -nfq -xgv -rKm +qlj +gbg +fqO +vae bSM bSM bSM bSM -buH -xgv -eaq -nfq -mnM -rKm +grc +fqO +cot +gbg +aYT +vae bSM bSM bSM bSM -kJM -xgv -eaq -nfq +uaN +fqO +cot +gbg wrR -iOO -oFO -eQd +ewC +kQw +wkK wrR fnB fnB @@ -54770,10 +54770,10 @@ tPN twb twb twb -dTn -fRE -fRE -ghC +wjr +trU +trU +hhk twb kPz kPz @@ -54816,29 +54816,29 @@ azZ azZ azZ azZ -fzB +wnF azZ azZ azZ azZ azZ -dIH +mJn azZ azZ xLi -sMF -fwy -unx -rXu -qxg -miY -dyP -dyP -dIH -fzB -dSK -dyP -oXm +sLM +uBw +ftX +vxe +ubl +oTN +wqV +wqV +mJn +wnF +gzI +wqV +gZi azZ azZ azZ @@ -54849,11 +54849,11 @@ aFZ ioM ioM ioM -hZk +vfl idE idE idE -gXv +iSx aFZ bQM bQM @@ -54867,92 +54867,92 @@ hVI jjs hVI hVI -ouT -vDI +ouV +jWi aif -cPn -vDI -vDI -vDI +xwn +jWi +jWi +jWi ioM -sJq -ceh -hZk -hZk -hZk -ddZ +xBf +aqu +vfl +vfl +vfl +iBf hVI -qAZ -oKe +icV +pJY tQB bQM bQM cvn -uSC +hUD tna umW -pcn -vjl -uaj -rds -uSC +ciB +cSK +fYt +ibo +hUD tna umW -uSC +hUD cvn bQM cvn -ulC -uaj -uaj -imv -voc -imv -imv -ozB -nGb -nGb -mfB -gTx -kYg -nGb -nGb +uKQ +fYt +fYt +pjd +uxB +pjd +pjd +rlp +ebr +ebr +sOD +kdk +nMQ +ebr +ebr aiV bnA bnA -rbT +lxa eXU noY tVG -esx +fbi wrR wrR -aBF -nfq -xgv -clg -xkM -xkM -xkM -xkM -dzm -xgv -eaq -nfq -tRx -clg -xkM -xkM -xkM -tDb -dzm -xgv -eaq -nfq +qsY +gbg +fqO +rTj +ins +ins +ins +ins +lLC +fqO +cot +gbg +vPs +rTj +ins +ins +ins +nAl +lLC +fqO +cot +gbg wrR -oFO -oFO -oFO +kQw +kQw +kQw wrR axA fnB @@ -54965,9 +54965,9 @@ nUJ cME cME eLu -sKB -sKB -pUl +cvu +cvu +tNf itN swg fQV @@ -54982,10 +54982,10 @@ fQV fQV erT twb -jxB +qvz kMU gfo -jCI +xII twb twb kPz @@ -55038,19 +55038,19 @@ phz azZ azZ xLi -guL -unx -rXu -qxg -qir -vKS -dyP -dyP -dIH -fzB -dyP -dyP -dyP +hTW +ftX +vxe +ubl +qTC +vEs +wqV +wqV +mJn +wnF +wqV +wqV +wqV azZ azZ azZ @@ -55058,15 +55058,15 @@ bQM pfi hbC hbC -wWo +krU iSi -wWo +krU oYH oYH oYH oYH oYH -jva +iIh iSi hEb hzG @@ -55075,92 +55075,92 @@ hay vmj bQM aFZ -tgV -vDI -vDI +drP +jWi +jWi hVI -vhc -jzn +xXj +bmJ hVI -sGG -vDI -vDI -uso +cij +jWi +jWi +cGf ioM -hZk +vfl cyV ndZ -hZk +vfl cyV cyV -hZk -hZk +vfl +vfl cyV tQB bQM bQM cvn -uSC +hUD tna umW -uSC -vjl -uaj -rds -uSC +hUD +cSK +fYt +ibo +hUD tna umW -uSC +hUD cvn bQM cvn iKs iKs iKs -dlj -cWg -oFx -rzP -dmw -gTh +laR +nns +sUM +rws +aYO +jNY cEw wyT wyT wyT -nGb -nGb +ebr +ebr fXv fXv -gTx +kdk fXv fXv fXv fXv bcH -yct -tZT -aBF -nfq -tZT -oFO -oFO -oFO -whU -whU -oFO -tZT -eaq -nfq -tZT -oFO -oFO -oFO -oFO -oFO -oFO -tZT -eaq -nfq +cnI +shT +qsY +gbg +shT +kQw +kQw +kQw +sjz +sjz +kQw +shT +cot +gbg +shT +kQw +kQw +kQw +kQw +kQw +kQw +shT +cot +gbg wrR wrR jRh @@ -55169,36 +55169,36 @@ wrR xiF fnB fnB -mpc +ocQ liA cME -xlP +rJX cME cME cME eLu -sKB -sKB -xEB +cvu +cvu +akb uGT bTo -tle -tle -tle +qLS +qLS +qLS hkh -tle -tle +qLS +qLS hkh -tle -tle -tle +qLS +qLS +qLS iWq tPN -qTZ -fRE -fRE -pTM -tre +uao +trU +trU +qDA +buW twb kPz bQM @@ -55250,17 +55250,17 @@ kBE azZ azZ xLi -pFS -vMO -dyP -fzB -nOj -guL -dyP -dyP -dIH -lho -jER +ebg +dLb +wqV +wnF +evb +hTW +wqV +wqV +mJn +jLz +cjh lAh lAh azZ @@ -55270,15 +55270,15 @@ bQM gEU bQM bQM -qzz -eEt -qzz -hZy -kHh -kHh -kHh -kHh -jva +cbU +xAp +cbU +mUH +xRp +xRp +xRp +xRp +iIh bQM bFA anm @@ -55287,48 +55287,48 @@ hXZ aLp aLp aFZ -vSI -vDI -vDI +hRC +jWi +jWi hVI -sYf -vDI +aLu +jWi hVI -lNN -mGW -vDI -vDI +iFg +fGC +jWi +jWi sJu -hZk +vfl lwd ndZ -hZk +vfl cyV cyV -hZk -hZk +vfl +vfl cyV aFZ aFZ aFZ bFr jUs -uRT -uRT +brq +brq eTc -vjl -kCq -rds +cSK +rPR +ibo eTc -uRT -uRT +brq +brq iwf bFr cvn cvn -ulC -inO -bTb +uKQ +jAA +kLd cvn bFr cvn @@ -55339,40 +55339,40 @@ cEw bQM bQM wyT -nGb -nGb +ebr +ebr fXv otP -gTx +kdk fXv fXv fXv fXv fXv -yct -tZT -tZT -eRo -kml -kml -kml -kml -kml -kml -kml -kml -skV -hyV -kml -kml -kml -xbH -kml -kml -kml -kml -skV -nfq +cnI +shT +shT +kZx +tNz +tNz +tNz +tNz +tNz +tNz +tNz +tNz +lCP +jON +tNz +tNz +tNz +wAh +tNz +tNz +tNz +tNz +lCP +gbg wrR nNJ cME @@ -55394,23 +55394,23 @@ fXB fXB dCM bTo -tle -tle -tle +qLS +qLS +qLS pcu -tle -tle +qLS +qLS pcu -tle -tle -tle +qLS +qLS +qLS iWq tPN -qTZ +uao dKX gfo -vTh -rtt +uFu +tiA twb kPz bQM @@ -55462,17 +55462,17 @@ azZ azZ azZ xLi -dyP -wxg -pNE -nOj -fwy -miY -dyP -dyP -dIH -fzB -dyP +wqV +bfH +iKP +evb +uBw +oTN +wqV +wqV +mJn +wnF +wqV jKR lAh azZ @@ -55482,15 +55482,15 @@ bQM gEU bQM bQM -mkF -kvS -mkF -xUp -xUp -xUp -lvF -xUp -jva +avm +reP +avm +nfy +nfy +nfy +kDI +nfy +iIh bQM bFA hpJ @@ -55498,18 +55498,18 @@ ePq mzS lEp wWW -ogF -cPn -jZX -vDI +vKN +xwn +pTW +jWi tEH -vDI -vDI +jWi +jWi hVI -wgd -wgd -vDI -vDI +wBo +wBo +jWi +jWi ioM hVI hVI @@ -55524,23 +55524,23 @@ hVI hVI ioM bis -njP -exu -exu -abm -xqm -uaj -low -exu -vCK -exu -qJb +hcW +klB +klB +sZa +qeY +fYt +kNH +klB +mcz +klB +fQq bis -mAZ -bxt -aCR -inO -bTb +faT +vwf +xDF +jAA +kLd cvn kPz kPz @@ -55551,40 +55551,40 @@ kPz kPz kPz wyT -hQX -nGb -nGb -nGb -jyC -nGb -nGb -nGb -nGb -nGb -yct -bum -tZT -vec -wjA -bvx -wjA -wjA -wjA -wjA -bvx -wQH -tZT -tZT -uWc -jVP -wjA -wjA -wjA -wjA -wjA -wjA -wjA -tPE +emW +ebr +ebr +ebr +kAa +ebr +ebr +ebr +ebr +ebr +cnI +aoD +shT +rOM +ulF +uIe +ulF +ulF +ulF +ulF +uIe +elJ +shT +shT +dAv +xjc +ulF +ulF +ulF +ulF +ulF +ulF +ulF +mkI wrR bcf cME @@ -55598,7 +55598,7 @@ fnB clG clG clG -dYi +fqQ fnB fnB fnB @@ -55606,23 +55606,23 @@ fnB fnB dCM bTo -tle -tle -tle +qLS +qLS +qLS hkh -tle -tle +qLS +qLS hkh -tle -tle -tle +qLS +qLS +qLS iWq tPN -qTZ -fRE -fRE -aiy -qcI +uao +trU +trU +vce +jcD twb kPz bQM @@ -55675,16 +55675,16 @@ azZ azZ xLi xLi -sMF -guL -rul -miY +sLM +hTW +gYe +oTN xLi -fhI -dyP -dIH -fzB -dyP +oFA +wqV +mJn +wnF +wqV efT lAh azZ @@ -55694,15 +55694,15 @@ bQM qvn hbC hbC -wWo +krU iSi -wWo +krU oYH oYH oYH oYH oYH -jva +iIh iSi eHC uVX @@ -55711,24 +55711,24 @@ nHZ tHL sTu aFZ -cPn -vDI -vDI +xwn +jWi +jWi hVI -rKQ -rKQ +nqS +nqS hVI hVI -wgd -vDI -vDI -hZk -pVS -mkW -cko -hLx +wBo +jWi +jWi +vfl +gwU +aKD +pQz +cbP ioM -kHh +xRp ioM hVI idE @@ -55736,23 +55736,23 @@ dSn cRN ioM bis -vjl -ftO -tVU -tVU -sGV -uaj -ftO -tVU -tVU -nSK -rds +cSK +oJw +vsI +vsI +tAR +fYt +oJw +vsI +vsI +eWF +ibo bis bis -ulC -uaj -uaj -bTb +uKQ +fYt +fYt +kLd cvn bQM bQM @@ -55802,9 +55802,9 @@ eLu cME cME ggk -pvy +uKT fnB -fDY +iMq fnB fnB fnB @@ -55830,10 +55830,10 @@ jlH jlH bUB twb -mVX +hMe gfo gfo -jCI +xII twb twb kPz @@ -55892,10 +55892,10 @@ lAh lAh lAh lAh -dyP -dyP -dIH -fzB +wqV +wqV +mJn +wnF xLi xLi azZ @@ -55909,11 +55909,11 @@ aFZ aFZ aFZ aSS -hZk +vfl idE xDg idE -hZk +vfl aFZ bQM bQM @@ -55923,24 +55923,24 @@ bQM bQM bQM aFZ -ujv -mGW -vDI +wyZ +fGC +jWi tEH -pzg -nDm -xat +dCQ +fLb +lHX aif -oxV -wQI -pfZ -cdy -cdy -cdy -ntx -cdy -tLE -sXC +aHI +gVU +vDm +lBf +lBf +lBf +dzR +lBf +mIJ +mZk ioM bfg mEO @@ -55948,23 +55948,23 @@ mEO mEO ioM nOz -vjl -rds +cSK +ibo eTc -uRT -mUU -jdw -ezh -uRT +brq +cCM +lPH +guv +brq eTc -vjl -rds +cSK +ibo nOz bis -ulC -uaj -qod -bTb +uKQ +fYt +bML +kLd cvn bQM bQM @@ -55979,14 +55979,14 @@ bQM bQM bQM dCM -rvl -bnC -bnC -bnC -bnC -bnC -bnC -bnC +eXH +gRE +gRE +gRE +gRE +gRE +gRE +gRE dCM bQM kPz @@ -55995,12 +55995,12 @@ bQM kPz bQM dCM -wys -hyI -oic +qdA +tHv +ucM fnB -gNE -nZl +qjL +cUJ dCM bQM kPz @@ -56012,7 +56012,7 @@ pJK eLu kNY cME -nrx +vwh uGY fnB fnB @@ -56042,10 +56042,10 @@ pRG aWk twb twb -dTn -fRE -fRE -fbn +wjr +trU +trU +gul twb kPz kPz @@ -56103,11 +56103,11 @@ xLi xLi xLi xLi -qRn -oSm -dyP -dIH -fzB +fLY +geH +wqV +mJn +wnF lAh lAh lAh @@ -56135,24 +56135,24 @@ tQB tQB aFZ aFZ -uob -wPV -wPV +fva +qrT +qrT tEH -dUS -xat -xod +rKc +lHX +ksX hVI -aDO -uyF -eNk -oXl -qxi -qxi -aHE -qxi -eNk -nVm +wEg +pTX +kbN +sWj +xQG +xQG +kAW +xQG +kbN +uuS ioM hRR mEO @@ -56160,23 +56160,23 @@ mEO mEO sJu lqq -vjl -rds -uSC +cSK +ibo +hUD nOz dnz kNB bPl nOz -uSC -vjl -rds +hUD +cSK +ibo lqq wpD -ulC -aWc -uaj -bTb +uKQ +spN +fYt +kLd bFr bFr kPz @@ -56191,14 +56191,14 @@ kPz kPz kPz dCM -uZO -bnC -oBq -hyI -nZl -mhn -lyL -bnC +qAu +gRE +qSF +tHv +cUJ +pKX +xnP +gRE dCM bQM kPz @@ -56207,12 +56207,12 @@ kPz kPz bQM dCM -nZl -hyI +cUJ +tHv fnB -ucU -mhn -nZl +bgS +pKX +cUJ dCM bQM kPz @@ -56226,20 +56226,20 @@ cME cME uzw uGY -nZl -rYa +cUJ +cpn nqN nqN nqN -cBz -nZl -rYa +akZ +cUJ +cpn nqN nqN nqN -cBz -nZl -rYa +akZ +cUJ +cpn uGY vZX vZX @@ -56252,12 +56252,12 @@ oly vZX vZX jwc -ryE -aeI -pmS +dJe +aAe +fzE gfo -nsl -ooK +nUf +bSm twb kPz bQM @@ -56307,24 +56307,24 @@ lAh xLi xLi xLi -fCE -mLr +qFL +jve xLi xLi -mjM -wKv +mqD +vOg xLi xLi xLi xLi -dyP -dIH -fzB +wqV +mJn +wnF xLi -eol -vKS +vCm +vEs xLi -dqd +ifr azZ tel tel @@ -56333,23 +56333,23 @@ hVI xLS mEO ioM -hZk -jMu -vDI -jMu -hZk +vfl +eoy +jWi +eoy +vfl tQB pcu pcu pcu tQB -dmt -sWg -pLN -hZk -vDI -vDI -vDI +uqm +eGZ +xPR +vfl +jWi +jWi +jWi hVI tEH tEH @@ -56357,14 +56357,14 @@ hVI hVI tEH hVI -vVG -nVm -mZf -cdy -cdy -sXC -mFH -iJg +cfV +uuS +veP +lBf +lBf +mZk +ktz +hCw ioM hwx mEO @@ -56372,23 +56372,23 @@ mEO idE ioM nOz -vjl -rds +cSK +ibo eTc -uRT -njP -exu -qJb -uRT +brq +hcW +klB +fQq +brq eTc -vjl -rds +cSK +ibo nOz bFr -ulC +uKQ iKs iKs -bTb +kLd bFr bFr bQM @@ -56403,14 +56403,14 @@ bQM bQM bQM dCM -uZO -bnC -nZl -hyI -nZl -mhn -nZl -bnC +qAu +gRE +cUJ +tHv +cUJ +pKX +cUJ +gRE dCM bQM kPz @@ -56419,12 +56419,12 @@ bQM kPz bQM dCM -nZl -hyI -dTe -oic -mhn -cFk +cUJ +tHv +tNX +ucM +pKX +pbo dCM bQM kPz @@ -56438,20 +56438,20 @@ cME cME cME gIB -cfy -cfy +gIY +gIY dCM bQM dCM -cfy -cfy -cfy +gIY +gIY +gIY dCM bQM dCM -cfy -cfy -cfy +gIY +gIY +gIY ovr vZX vZX @@ -56464,11 +56464,11 @@ vZX vZX vZX jwc -pyz -fRE +kTp +trU gfo gfo -jCI +xII twb twb kPz @@ -56518,65 +56518,65 @@ azZ azZ xLi xLi -dSK -dyP -dyP -dyP -pjb -dyP -dyP -rpU -pDz +gzI +wqV +wqV +wqV +fbd +wqV +wqV +wBn +wZl xLi xLi -ggN -dIH -fzB -ayh -rZY -xTH +qYU +mJn +wnF +gkS +gGA +ubn ddL ejw ejw ejw rBr -vDW +bnt hVI xLS mEO sJu -xUp -jMu -vDI -jMu -xUp +nfy +eoy +jWi +eoy +nfy tQB jlH jlH jlH tQB -hZk -hZk -aLH -hZk -vDI -kmj -vDI -wQI -cdy -cdy -cdy -mNU -cdy -oYC -kpx -nVm -vVG -tCK -weR -tQK -tCn -vDI +vfl +vfl +wDD +vfl +jWi +thu +jWi +gVU +lBf +lBf +lBf +hBH +lBf +hIg +oME +uuS +cfV +hxB +aQP +uTl +dGp +jWi sJu mEO mEO @@ -56584,45 +56584,45 @@ mEO lyd ioM bis -guX -low -exu -exu -xqm -uaj -low -exu -exu -xqm -nnA +kAd +kNH +klB +klB +qeY +fYt +kNH +klB +klB +qeY +gmg bFr bFr -ebo -uaj -uaj -bTb +hob +fYt +fYt +kLd bFr bFr bFr bFr bFr bFr -rUN -rUN -rUN +tfC +tfC +tfC bFr -rUN -rUN -rUN +tfC +tfC +tfC dCM -rvl -bnC -nZl -hyI -nZl -mhn -nZl -bnC +eXH +gRE +cUJ +tHv +cUJ +pKX +cUJ +gRE nqN nqN nqN @@ -56635,7 +56635,7 @@ ceC nIh nIh nIh -xjI +gfv ceC nqN nqN @@ -56650,20 +56650,20 @@ cME cME cME gIB -bnC -bnC +gRE +gRE dCM bQM dCM -bnC -bnC -bnC +gRE +gRE +gRE dCM bQM dCM -bnC -bnC -wac +gRE +gRE +hFh nqN aWk aWk @@ -56676,11 +56676,11 @@ qkN vZX vZX aWk -oLy -mDU -snR -pen -toj +fBG +aCw +rwo +xdF +cnx twb kPz kPz @@ -56729,66 +56729,66 @@ azZ azZ azZ xLi -wTK -dyP -unx -rXu -rXu -rXu -rXu -rXu -rXu -rXu +aDp +wqV +ftX +vxe +vxe +vxe +vxe +vxe +vxe +vxe xZR -rXu -rXu -mtu -fzB -eCa -fwy -hYJ +vxe +vxe +vqx +wnF +dbS +uBw +pXU ddL -dyP -fwy -dyP -dqd +wqV +uBw +wqV +ifr phz hVI qeX mEO hVI dVK -qAx -vDI -jMu +rwA +jWi +eoy idE aFZ tQB tQB tQB aFZ -hZk -lsy -mLV -eNa -vDI -vDI -vDI -vVG -vDI -vDI -vDI -vDI -vDI -vDI -vDI -nVm -vVG -sHq -qMz -nVm -ijf -tKR +vfl +ncN +wZJ +pTi +jWi +jWi +jWi +cfV +jWi +jWi +jWi +jWi +jWi +jWi +jWi +uuS +cfV +olF +uSR +uuS +ayJ +axR aFZ hVI hVI @@ -56796,17 +56796,17 @@ bmE hVI aFZ bFr -mUU -tVU -tVU -tVU -nSK -uaj -ftO -tVU -tVU -tVU -ezh +cCM +vsI +vsI +vsI +eWF +fYt +oJw +vsI +vsI +vsI +guv bFr bis lEa @@ -56828,13 +56828,13 @@ iKs iKs uGY uGY -bnC -nZl -hyI -nZl -mhn -nZl -bnC +gRE +cUJ +tHv +cUJ +pKX +cUJ +gRE hVG fnB fnB @@ -56845,8 +56845,8 @@ dme fnB dAQ qms -sGj -xso +aIP +fIF qms aDr fnB @@ -56941,112 +56941,112 @@ azZ azZ azZ xLi -nWN -dyP -dIH -xdi -aQl -rRm -aQl -aQl -aQl -aQl +acM +wqV +mJn +grV +puA +sgL +puA +puA +puA +puA xZR -aQl -aQl -ssN -fzB +puA +puA +hVq +wnF xLi -qEN -sSC +efk +kjD ddL -dyP -fwy -dyP +wqV +uBw +wqV wfY -dqd +ifr hVI hVI mEO hVI -hZk -qTK -vDI -jMu -hZk +vfl +kdv +jWi +eoy +vfl hVI -oie -pRQ -cCI +kkb +aKt +lrf hVI hVI hVI -nRS -xSV -hZk -vDI -hZk -uyF -fGi -bYR -qxi -qxi -aHE -qxi -eNk +eAS +cWh +vfl +jWi +vfl +pTX +wHg +sTX +xQG +xQG +kAW +xQG +kbN mEO -vVG -otI +cfV +ujm lfo -nVm -vVG -nVm +uuS +cfV +uuS hVI -lMq -vKD -vVG -nVm -ogg +lra +hPQ +cfV +uuS +vPD bFr bFr uIS uIS bis -vjl -uaj -rds +cSK +fYt +ibo bis uIS uIS bis bFr -uVi -vjl +hih +cSK muO muO -rds -uaj -exu -exu -uaj +ibo +fYt +klB +klB +fYt muO muO -rds -njP -exu -exu -exu -exu -qJb -vjl +ibo +hcW +klB +klB +klB +klB +fQq +cSK ggk -bnC -nZl -hyI -nZl -mhn -mdR -bnC +gRE +cUJ +tHv +cUJ +pKX +lma +gRE hVG fnB fnB @@ -57054,14 +57054,14 @@ eUD fnB fnB fnB -ifa +dXJ sYP -bnC -qYE -gqb -pcT -bnC -bnC +gRE +tIL +qux +nCU +gRE +gRE fnB fnB uGY @@ -57154,20 +57154,20 @@ azZ azZ xLi xLi -dyP -dIH -fzB -dyP -dyP -dyP -dyP -dyP -pDz +wqV +mJn +wnF +wqV +wqV +wqV +wqV +wqV +wZl xLi xLi -ggN -dIH -fzB +qYU +mJn +wnF xLi ddL ddL @@ -57181,66 +57181,66 @@ hVI hVI mEO hVI -gAt -pJU -vDI -jMu -xnY +uFf +xtT +jWi +eoy +wvE hVI -rVN -jMu -jMu -jMu -jMu +wVU +eoy +eoy +eoy +eoy hVI hVI hVI -hZk -kOj -hZk +vfl +nYx +vfl hVI -wHE -jPS -eDT -gbR -jPa +aiX +nmr +hOC +dsM +giP mEO -vVG -qyj -vVG -fPi -lhL -nVm -vVG -nVm +cfV +vZh +cfV +aMO +xRi +uuS +cfV +uuS hVI -hWC -jMu -jMu -jMu -aWs -bAa +bOM +eoy +eoy +eoy +sQx +mXC hVI -xSc -uVi +hgL +hih bis wMi wMi wMi bis -pDA -vle +ksP +qQc bis bFr -uVi -vjl +hih +cSK iKs iKs -fDB -uaj +fCg +fYt iKs iKs -uaj +fYt mEL muO muO @@ -57252,30 +57252,30 @@ dFh muO muO ggk -bnC -nZl -hyI -nZl -mhn -nZl -bnC +gRE +cUJ +tHv +cUJ +pKX +cUJ +gRE hVG jJT fnB fnB fnB -iFs +xCC fnB -ifa +dXJ wWs wWs -nZl -rSv +cUJ +nSR wWs wWs -bnC -dzi -mpc +gRE +egE +ocQ ggk cME cME @@ -57286,27 +57286,27 @@ tPN bQM bQM dCM -bnC -bnC +gRE +gRE dCM bQM dCM -bnC -bnC -bnC +gRE +gRE +gRE dCM bQM dCM -bnC -bnC -bnC +gRE +gRE +gRE dCM bQM bQM pRG vZX vZX -jii +xEl nbb vZX vZX @@ -57366,10 +57366,10 @@ azZ azZ xLi xLi -dyP -oNc -fzB -dyP +wqV +pce +wnF +wqV xLi xLi ddL @@ -57377,15 +57377,15 @@ ddL ddL xLi xLi -dyP -dIH -fzB -jgm -wjb -dyP -dyP -dyP -dyP +wqV +mJn +wnF +pqD +hmi +wqV +wqV +wqV +wqV phz phz phz @@ -57394,100 +57394,100 @@ mEO mEO hVI idE -jMu -vDI -jMu +eoy +jWi +eoy idE hVI -dDq -vDI -vDI -vDI -vDI -vDI +rvi +jWi +jWi +jWi +jWi +jWi aif -vDI -vDI -vDI -oMC +jWi +jWi +jWi +kNa hVI -hde -cOR +ibU +iCf xxX iAA aRt nUb -koF -nVm -vVG -tCK -tIN -xwv -vVG -vDI +vqm +uuS +cfV +hxB +lcA +dbf +cfV +jWi aif -jMu -asI -vVG -nVm -kZw -orv +eoy +pnJ +cfV +uuS +sZt +egy hVI -uaj -uaj -uaj -vjl +fYt +fYt +fYt +cSK muO -rds -uaj -uaj -qfi -uaj -uaj -uaj -vjl +ibo +fYt +fYt +nIP +fYt +fYt +fYt +cSK muO muO -rds -uaj -kbD -tVU -uaj +ibo +fYt +vwZ +vsI +fYt muO muO -rds -mUU -tVU -tVU -tVU -tVU -ezh -vjl +ibo +cCM +vsI +vsI +vsI +vsI +guv +cSK ggk -bnC -nZl -hyI -nZl -mhn -oBq -wac +gRE +cUJ +tHv +cUJ +pKX +qSF +hFh ceC xGt xGt ceC fnB -sAg +gIg fnB -bnC +gRE wWs wWs -nZl -nZl +cUJ +cUJ wWs wWs -bnC -lSb -mpc +gRE +cGT +ocQ ggk cME cME @@ -57498,20 +57498,20 @@ tPN bQM bQM dCM -iCg -aLM +eDJ +cpO dCM bQM dCM -aLM -aLM -aLM +cpO +cpO +cpO dCM bQM dCM -aLM -aLM -aLM +cpO +cpO +cpO dCM bQM bQM @@ -57577,44 +57577,44 @@ azZ azZ azZ xLi -rpU -dyP -dIH -fzB -pDz +wBn +wqV +mJn +wnF +wZl xLi -dZu -mda -hrN -xMv -hXO -lhM -jER -dIH -fzB -dyP -dyP -dyP -jER -dyP -dyP -dyP -dyP +vxf +cJU +fgY +atg +opa +iLq +cjh +mJn +wnF +wqV +wqV +wqV +cjh +wqV +wqV +wqV +wqV phz ecu mEO hVI hVI -xUp -jMu -vDI -jMu -xUp +nfy +eoy +jWi +eoy +nfy vWe hVI -vDI -jMu -qHB +jWi +eoy +wIs hVI hVI hVI @@ -57632,11 +57632,11 @@ azv nUb mEO uza -iRK -qxi -kZw -vVG -iJg +jZa +xQG +sZt +cfV +hCw hVI hVI hVI @@ -57647,21 +57647,21 @@ hVI hVI muO muO -uaj -vjl +fYt +cSK iKs -rds -uaj -njP -exu -exu -exu -exu -xqm +ibo +fYt +hcW +klB +klB +klB +klB +qeY iKs -ftO -ezh -uVi +oJw +guv +hih bis bis bis @@ -57676,28 +57676,28 @@ bFr muO muO uGY -krP -bnC -bnC -bnC -bnC -bnC -bnC +wFL +gRE +gRE +gRE +gRE +gRE +gRE buz -iWe -tMb +cUN +hKl dCM fnB fnB fnB -bnC +gRE wWs wWs -oic +ucM fnB wWs wWs -bnC +gRE fnB fnB uGY @@ -57710,20 +57710,20 @@ nqN nqN nqN nqN -nZl +cUJ fCD nqN nqN nqN -cBz -nZl -rYa +akZ +cUJ +cpn nqN nqN nqN -cBz -nZl -rYa +akZ +cUJ +cpn nqN nqN nqN @@ -57788,91 +57788,91 @@ azZ azZ azZ azZ -dqd -dyP -dyP -dIH -fzB -dyP +ifr +wqV +wqV +mJn +wnF +wqV ddL lXO nId ykO pCc -xpA -jWq -dyP -dIH -vmh -rXu -rXu -rXu -rXu -rXu -rXu -qxg -dyP +ixO +eAC +wqV +mJn +vml +vxe +vxe +vxe +vxe +vxe +vxe +ubl +wqV phz mEO mEO hVI -vfy -jMu -ukV -vDI -jMu -jMu -jMu -boC -vDI -jMu -teu -gND -aSM -jMu -jWu -jMu -lTh +fWy +eoy +tfw +jWi +eoy +eoy +eoy +bUz +jWi +eoy +mzY +hUe +oro +eoy +sPP +eoy +cOo oja -bwQ -jMu -ckA -cdy +ezL +eoy +mzZ +lBf mEO -cdy -aij -sYm -fXR -iWC -cdy -cdy -cdy -kpx -nVm -jMu -jMu -jMu -jMu -jMu -jMu -jMu +lBf +kEx +bKT +nnp +iQf +lBf +lBf +lBf +oME +uuS +eoy +eoy +eoy +eoy +eoy +eoy +eoy sJu -gtB +ecX muO -uaj -vjl +fYt +cSK iKs -rds -uaj -vjl +ibo +fYt +cSK iKs iKs muO muO iKs -ftO -ezh -uVi +oJw +guv +hih bis bis cME @@ -57896,20 +57896,20 @@ nqN aIf fOt gpG -bnC -iCm +gRE +hgh ceC mAv fnB fnB -bnC +gRE wWs wWs -xZp +qsG fnB wWs wWs -bnC +gRE fnB vGe nqN @@ -57925,17 +57925,17 @@ tdG fnB fnB fnB -hqz -faB +cHe +ewK fnB -fDY +iMq fnB fnB fnB fnB fnB fnB -fDY +iMq fnB dAQ fnB @@ -58001,89 +58001,89 @@ azZ azZ azZ xLi -dqd -fhI -dIH -fzB -dyP +ifr +oFA +mJn +wnF +wqV ddL ntH nMZ oHX pFP -jvT -uWY -dyP -dIH -xdi -aQl -aQl -aQl -aQl -aQl -ssN -fzB -dyP +dGr +fRr +wqV +mJn +grV +puA +puA +puA +puA +puA +hVq +wnF +wqV phz mEO hVI hVI -bvv -vDI -vDI -vDI -vDI -vDI -vDI -vDI -vDI -jMu -iqp -vuq -jMu -vDI -vDI -vDI -ehX +bsO +jWi +jWi +jWi +jWi +jWi +jWi +jWi +jWi +eoy +eLl +bpy +eoy +jWi +jWi +jWi +hjL bNf -jMu -jMu +eoy +eoy mEO -oXl -qxi +sWj +xQG mEO -qxi -qxi -qxi -dYw -qxi -qxi -qxi -eNk -nVm -jMu -jMu -jMu -jMu -jMu -jMu -jMu +xQG +xQG +xQG +ajk +xQG +xQG +xQG +kbN +uuS +eoy +eoy +eoy +eoy +eoy +eoy +eoy sJu -gtB +ecX ekH -uaj -vjl +fYt +cSK iKs -rds -uaj -mUU -tVU -tVU -tVU -tVU -tVU -ezh -uVi +ibo +fYt +cCM +vsI +vsI +vsI +vsI +vsI +guv +hih bis bis cME @@ -58108,28 +58108,28 @@ twb oZy nfA gpG -rjx -bnC +pVT +gRE hVG jWB -iFs +xCC bfx -bnC +gRE wWs wWs -nZl -nZl +cUJ +cUJ wWs wWs -bnC -iFs -cdd -cfy -cfy -cfy -cfy -kVX -lAt +gRE +xCC +qua +gIY +gIY +gIY +gIY +pOh +tTf fnB fnB fnB @@ -58137,8 +58137,8 @@ fnB fnB fnB fnB -hyI -mhn +tHv +pKX sYP fnB fnB @@ -58150,7 +58150,7 @@ fnB fnB sYP fnB -mpc +ocQ ggk vZX vZX @@ -58213,66 +58213,66 @@ azZ xLi xLi xLi -dqd -dyP -dIH -fzB -krR +ifr +wqV +mJn +wnF +gSV ddL oIq nOw oXR pHh -xVS -kOV -dyP -dIH -fzB -dyP -dyP -dyP -dyP -dyP -dIH -fzB -dyP +lCI +liJ +wqV +mJn +wnF +wqV +wqV +wqV +wqV +wqV +mJn +wnF +wqV hVI hVI hVI sjx -jMu -vDI -smG +eoy +jWi +fRY vWe -nus -vDI -jMu -oYL -vDI -jMu -wlB +bbc +jWi +eoy +leX +jWi +eoy +kht hVI -ycG -vDI -vDI -vDI -ehX +lOz +jWi +jWi +jWi +hjL bNf -bUL +jnh jyP -vVG -rON +cfV +dWg hVI -jTh -jTh -jTh -cFT +qkd +qkd +qkd +aot hVI tEH tEH hVI -xLT -pqn +qeJ +cQQ hVI tEH tEH @@ -58281,18 +58281,18 @@ hVI hVI hVI hVI -uaj -rXZ -uaj -mUU -tVU -ezh -uaj -qcc -uaj -uaj -uaj -riz +fYt +kTD +fYt +cCM +vsI +guv +fYt +uSP +fYt +fYt +fYt +tmC muO muO muO @@ -58303,14 +58303,14 @@ cME bis bis jiJ -tPy -njP -exu -uhY -exu -exu -qJb -vjl +coP +hcW +klB +pRu +klB +klB +fQq +cSK rHu bnL cME @@ -58320,49 +58320,49 @@ liA nyS scZ ceC -gMC -ijm +qwa +pdC ceC fnB -sAg +gIg fnB -bnC +gRE wWs wWs -nZl -nZl +cUJ +cUJ wWs wWs -bnC -sAg -hug -aLM -aLM -aLM +gRE gIg -aLM -vFd +gTz +cpO +cpO +cpO +pFr +cpO +pTu fnB fnB fnB fnB fnB qhB -xtc -hyI -mhn +vdk +tHv +pKX fnB fnB -nZl -cfy -cfy -cfy -cfy -nZl +cUJ +gIY +gIY +gIY +gIY +cUJ fnB fnB fnB -mpc +ocQ ggk vZX vZX @@ -58427,67 +58427,67 @@ xLi phz phz phz -dIH -fzB -pDz +mJn +wnF +wZl xLi -alq -jfZ -fVm -kVc -qLT -rEp -dyP -dIH -wFL -jkE -jQe -rXu -qxg -mSO -dIH -fzB -pDz +diO +iuQ +giF +voT +eXv +qTk +wqV +mJn +ukh +rvm +igk +vxe +ubl +vxt +mJn +wnF +wZl hVI hVI hVI gfN -cFj -vDI -mZO -ojn -sjp -vDI -lfq -vuq -vDI -jMu -hwo -ujV -dfF -jMu -vDI -jMu -lTh +xIi +jWi +qNY +hnS +vMy +jWi +cnm +bpy +jWi +eoy +uKL +sEy +fsU +eoy +jWi +eoy +cOo fzb -ejT -jMu -vVG -qFh +cQw +eoy +cfV +nSN aif -jMu -jMu -jMu -wvx +eoy +eoy +eoy +rXF hVI -aIP -jMu +sBG +eoy hVI -vVG -vDI +cfV +jWi aif ovJ -jMu +eoy sJu hSL euG @@ -58538,14 +58538,14 @@ ceC fnB fnB fnB -bnC -bnC -bnC -bnC -bnC -bnC -bnC -bnC +gRE +gRE +gRE +gRE +gRE +gRE +gRE +gRE fnB nza nqN @@ -58561,16 +58561,16 @@ hoy fnB pTj fnB -hyI -mhn -xtc +tHv +pKX +vdk fnB -gIv +ehd pPf grL grL apy -gIv +ehd fnB fnB fnB @@ -58633,73 +58633,73 @@ azZ azZ azZ xLi -eAv -eAv +qzE +qzE phz phz csp kEZ -dIH -fzB -dyP +mJn +wnF +wqV xLi ddL ddL ddL xLi xLi -lSo -dyP -dIH -iLU -dyP -nXK +wzJ +wqV +mJn +kBr +wqV +civ xLi -oQN -dyP -dIH -fzB -dyP +yep +wqV +mJn +wnF +wqV hVI hVI hVI dvq -jMu -vDI -aSM -nFP -tVx -ePS -iqp -noi -vDI -jMu -eOr -gND -mQS -juf -vDI -jMu -lTh -poL -kMZ -ocp -rLt -dAW +eoy +jWi +oro +cDt +djw +bFc +eLl +mhs +jWi +eoy +wDQ +hUe +pjS +fgr +jWi +eoy +cOo +wMM +qiS +gyx +gGk +kIV hVI -cuy -xWf -jMu -lbo +tjt +uwc +eoy +lIt hVI -qdy +kAN ovJ dvY -vDI -nVm +jWi +uuS hVI -htQ -tIo +ozD +vgT hVI lbu mEO @@ -58721,31 +58721,31 @@ ecL cME cME tIU -oPb +jEi tIU cME eLu nbo muO -rds -mUU -tVU -tVU -tVU -tVU -ezh -vjl +ibo +cCM +vsI +vsI +vsI +vsI +guv +cSK rHu rJu uzw kqC -ctv -kmc -kmc -xcp +iwk +pXm +pXm +uiL abJ -saZ -saZ +cfE +cfE abJ fnB fnB @@ -58777,20 +58777,20 @@ gIB uGY flC fnB -nZl -aLM -aLM -aLM -aLM -nZl +cUJ +cpO +cpO +cpO +cpO +cUJ fnB fnB wxZ qeC aPU -oYx -kjq -oYx +eUu +jjp +eUu plK vZX vZX @@ -58845,59 +58845,59 @@ azZ azZ xLi xLi -dqd +ifr phz ctD phz phz -dyP -dIH -fzB -dyP -dyP -dyP -dyP -dyP +wqV +mJn +wnF +wqV +wqV +wqV +wqV +wqV xLi rfd -dyP -dyP -dIH -wFL -jkE -tBL -aQl -nOj -dyP -dIH -fzB -dyP +wqV +wqV +mJn +ukh +rvm +pPq +puA +evb +wqV +mJn +wnF +wqV gkt aDi nvF gkt -jMu -vDI -mRN +eoy +jWi +rmc hVI -hWC -rdZ -obw -vuq -qgo -jMu -mxI -nFP -sjp -jMu -vDI -mZO -grV -dzL -mxF -jMu -vVG -nVm +bOM +cSi +mJc +bpy +xlx +eoy +otF +cDt +vMy +eoy +jWi +qNY +vHp +aTV +qdC +eoy +cfV +uuS nQq hVI hVI @@ -58907,8 +58907,8 @@ hVI hVI hVI gUH -vVG -iJg +cfV +hCw vWe hVI hVI @@ -58918,32 +58918,32 @@ ndh kwT tQB azy -tle -tle -tle +qLS +qLS +qLS chA uWs -tle -tle -tle +qLS +qLS +qLS wvu fQV tPN ecL cME cME -fpQ +niG pSJ -sez +ctI cME eLu eLu eLu eLu twb -dJr -dJr -dJr +ptR +ptR +ptR eLu eLu eLu @@ -58951,13 +58951,13 @@ eLu kfW cME kqC -czn +urp uGD sHH -eDo +mrp vRA -saZ -saZ +cfE +cfE vRA fnB kNP @@ -58982,27 +58982,27 @@ fnB qms cph gIB -vjy -qoB -oEG -vBF +sYW +bvp +oRz +skY hjE fnB fnB fnB -nZl -nZl -nZl -nZl +cUJ +cUJ +cUJ +cUJ fnB fnB fnB kjP qeh nRb -lLM -lLM -wkh +hCN +hCN +hWY plK vZX waU @@ -59057,87 +59057,87 @@ azZ lAh xLi xLi -eAv +qzE phz phz phz xLi azZ -dIH -vmh -rXu -rXu -rXu -rXu -rXu -rXu +mJn +vml +vxe +vxe +vxe +vxe +vxe +vxe xZR -rXu -rXu -gPf -fzB -dyP -dyP -dyP -dyP -dyP -dIH -fzB -dyP +vxe +vxe +bJT +wnF +wqV +wqV +wqV +wqV +wqV +mJn +wnF +wqV cyV -jMu -jMu +eoy +eoy cyV -jMu -vDI -jMu -dvJ -jMu -nLF -hfB -mxI -vDI -jMu -xQO -vYa -rdW -vDI -vDI -mZO -xEA -dzL -mxF -jMu -vVG -nVm +eoy +jWi +eoy +dEv +eoy +aIH +nKC +otF +jWi +eoy +nUK +mJR +adn +jWi +jWi +qNY +gMD +aTV +qdC +eoy +cfV +uuS hVI -aJx -jMu -jMu -jMu +eBZ +eoy +eoy +eoy hVI -aIP -pgw +sBG +tme hVI -vVG -nVm -hnA -aIP +cfV +uuS +iol +sBG hVI -iPU +iyw mEO lLE xoi tQB urJ -tle +qLS hkh -tle +qLS tCZ urJ -tle +qLS hkh -tle +qLS tCZ pcu tPN @@ -59145,7 +59145,7 @@ slM cME cME tIU -mLk +dXe tIU cME cME @@ -59153,9 +59153,9 @@ cME qIq eLu lcH -ctv -kmc -xcp +iwk +pXm +uiL cME wQT eLu @@ -59163,13 +59163,13 @@ cME cME cME oFI -czn +urp lMB sHH -iDr +xrF kqC -bBy -jog +uBX +ect kqC rRO hvG @@ -59192,29 +59192,29 @@ nqN flC qms fnB -aZw +iQQ gIB -uDu +bTD dzo -nZl -bnC +cUJ +gRE hsC fnB fnB fnB -nZl -nZl -nZl -nZl +cUJ +cUJ +cUJ +cUJ fnB fnB fnB lAY nRb nRb -lLM -lLM -lLM +hCN +hCN +hCN plK vZX vZX @@ -59269,87 +59269,87 @@ azZ lAh xLi xLi -eAv +qzE phz phz -eAv +qzE azZ azZ -dIH -jmA -aQl -aQl -aQl -aQl -aQl -aQl +mJn +oWf +puA +puA +puA +puA +puA +puA xZR -aQl -aQl -ecm -fzB -dyP -dyP -dyP -dyP -dyP -dIH -fzB -dyP +puA +puA +gtg +wnF +wqV +wqV +wqV +wqV +wqV +mJn +wnF +wqV cyV -jMu -jMu +eoy +eoy cyV -jMu -vDI -mZO -nus -eGQ -adz -nyb -jMu -ckK -vDI -vDI -vDI -vDI -jMu -jMu -mZO -xEA -dzL -mxF -key -vVG -nVm +eoy +jWi +qNY +bbc +fem +eOX +bJe +eoy +rVT +jWi +jWi +jWi +jWi +eoy +eoy +qNY +gMD +aTV +qdC +eDv +cfV +uuS hVI -lbo -gWI -jMu -jMu +lIt +aJj +eoy +eoy hVI -qdy +kAN ovJ dvY -vDI -nVm -jMu -jMu +jWi +uuS +eoy +eoy sJu -nTT +mEI dQp idE fUX tQB iKT -tle -tle -tle +qLS +qLS +qLS cjA cpW -tle -tle -tle +qLS +qLS +qLS rac jlH twb @@ -59365,9 +59365,9 @@ cME cME cME liA -iWE -jpd -eDo +spB +tra +mrp xno dTf lcH @@ -59375,13 +59375,13 @@ cME ljd cME oFI -czn +urp sHH sHH -klI +dKl abJ -saZ -saZ +cfE +cfE abJ sFf fnB @@ -59395,38 +59395,38 @@ ubH ubH rYC fnB -cdd -cfy -cfy -cfy -cfy -cfy -lAt +qua +gIY +gIY +gIY +gIY +gIY +tTf eej fnB xnR gIB fnB -hGQ +sQA fnB -rhX +vgF vUv fnB fnB -nZl -cfy -cfy -cfy -cfy -nZl +cUJ +gIY +gIY +gIY +gIY +cUJ fnB fnB cri cIJ mie -nWx -jes -jZH +gJD +hYM +gSM plK wHw plK @@ -59480,73 +59480,73 @@ lAh lAh lAh xLi -dqd +ifr phz phz phz azZ xLi azZ -dIH -fzB -jER -dyP -dyP -dyP -dyP +mJn +wnF +cjh +wqV +wqV +wqV +wqV xLi rfd -dyP -dyP -dIH -wFL -jkE -jQe -rXu -qxg -dyP -dIH -fzB -dyP +wqV +wqV +mJn +ukh +rvm +igk +vxe +ubl +wqV +mJn +wnF +wqV cyV -jMu -jMu +eoy +eoy cyV -jMu -vDI -jMu -cgl -oYL -vDI -jMu -jMu -bEi -jMu -jMu -vDI -vDI -fjk -fjk -bGO -bGO -fKJ -xwz -cAr -fln -sgM +eoy +jWi +eoy +iqG +leX +jWi +eoy +eoy +aqG +eoy +eoy +jWi +jWi +vBU +vBU +dZh +dZh +mFF +xcb +cea +sCK +pDL hVI tEH tEH -aFT +eaH aoa hVI tEH tEH hVI -wmb -pDu -jMu -udF +qFt +rZI +eoy +uqs vWe hVI hVI @@ -59577,9 +59577,9 @@ cME cME cME kaO -vCg -jpd -hsH +sMy +tra +bEt daS cME cME @@ -59587,60 +59587,60 @@ cME cME eLu kqC -czn +urp sHH -dDi -xgZ +odo +aLQ vRA -saZ -saZ +cfE +cfE vRA fnB fnB fnB fnB hss -bnC -bnC -bnC -bnC -bnC +gRE +gRE +gRE +gRE +gRE dIi fnB -hug -aLM -aLM -aLM -aLM -aLM -vFd +gTz +cpO +cpO +cpO +cpO +cpO +pTu fnB fnB aaW gIB -nZl +cUJ vGe uGY gIB uGY nEy fnB -gIv +ehd pPf grL grL apy -gIv +ehd fnB fnB fnB plK -gIZ +vak nRb -lLM -fig +hCN +moD plK -moF +owC gRT vHU nCJ @@ -59692,77 +59692,77 @@ azZ azZ lAh xLi -eAv +qzE phz irD phz azZ azZ azZ -dIH -fzB -dyP +mJn +wnF +wqV xLi ddL ddL ddL xLi xLi -lSo -jER -dIH -iLU -taA -nXK +wzJ +cjh +mJn +kBr +nYn +civ xLi -oQN -dyP -dIH -fzB -dyP +yep +wqV +mJn +wnF +wqV tef tpO nql gkt -ein -vDI -ikr -pHf -qaL -vDI -gND -aht -jMu -jMu -jMu -vDI -nFs -fjk +lNj +jWi +xGk +tRi +szP +jWi +hUe +uFv +eoy +eoy +eoy +jWi +eWc +vBU aSS -bPI -bwM -bwM -wYq -cdy -kpx -qFh -xoC -cdy -cdy -cdy -vDI -cdy -cdy -cdy -cdy -kpx -nVm -jMu -ako +ceY +pQN +pQN +qrM +lBf +oME +nSN +hpY +lBf +lBf +lBf +jWi +lBf +lBf +lBf +lBf +oME +uuS +eoy +dCX hVI hVI hVI -oHf +ueH hVI aFZ xQC @@ -59789,9 +59789,9 @@ cME rJh eLu eLu -czn -jpd -eDo +urp +tra +mrp cME vZD cME @@ -59799,9 +59799,9 @@ cME cME eLu kqC -czn +urp sHH -rer +rzf uGY ceC xGt @@ -59812,13 +59812,13 @@ fnB eoZ fnB wTy -bnC -nZl -nZl -nZl -bnC +gRE +cUJ +cUJ +cUJ +gRE aQU -wTr +mfz fbs ceC ceC @@ -59833,26 +59833,26 @@ uGY uxv uGY uGY -bnC -bnC +gRE +gRE fnB -kRY -nZl -aLM -aLM -aLM -aLM -nZl +mBR +cUJ +cpO +cpO +cpO +cpO +cUJ fnB fnB wzS plK -qVU +oqs nRb -lLM -qBo +hCN +lAZ nRb -oYx +eUu pSU dKo rJO @@ -59904,86 +59904,86 @@ azZ azZ lAh xLi -eAv +qzE phz phz phz phz -wEN +vNj azZ -dIH -fzB -pDz +mJn +wnF +wZl xLi -dZu -xMv -lDp -bGb -hXO -rEp -dyP -dIH -wFL -jkE -tBL -aQl -nOj -dyP -dIH -fzB -dyP +vxf +atg +nub +bCY +opa +qTk +wqV +mJn +ukh +rvm +pPq +puA +evb +wqV +mJn +wnF +wqV hVI rIS hVI dvq -jMu -vDI -kdp -jMu -uxR -vDI -sjp -miH -dfF -jMu -sFV -vDI -vDI -lTh +eoy +jWi +uPV +eoy +fAq +jWi +vMy +mrw +fsU +eoy +nft +jWi +jWi +cOo oja -cQv -jMu -jBA -vVG -oXl -qxi -qxi -cXU -qxi -qxi -qxi -jrz -qxi -qxi -vDI -lio -qxi -kZw -jMu -xEA +pBa +eoy +qpe +cfV +sWj +xQG +xQG +fNx +xQG +xQG +xQG +otr +xQG +xQG +jWi +cxY +xQG +sZt +eoy +gMD hVI lDC lDC ldZ lDC -nAD +icF mGe dGw -qeP +fpX haa mGe mGe -qeP +fpX rKO mGe mGe @@ -60001,9 +60001,9 @@ mrk cME jkg cME -czn -jpd -eDo +urp +tra +mrp xno cME lcH @@ -60011,60 +60011,60 @@ cME cME cME kqC -czn +urp sHH -eDo +mrp uGY -lQQ -gaO -tHD +krs +sdR +ddY ceC fnB fnB fnB fnB ceC -mNQ +vnR tpa tpa tpa -mNQ +vnR ceC ceC ceC ceC -qZD -vEf -ltM +pQt +ias +xea ceC ceC fkY -xtc +vdk pTj -hqz +cHe pDH dme fnB -hyI -mhn +tHv +pKX fnB fnB fnB -nZl -nZl -nZl -nZl +cUJ +cUJ +cUJ +cUJ fnB fnB fnB fnB vFs -lLM -lLM -lLM -pun +hCN +hCN +hCN +hAa nRb -oYx +eUu gPs iMo rJO @@ -60074,7 +60074,7 @@ aPH aPH aPH aPH -wDh +lxg uMw uMw vXT @@ -60121,55 +60121,55 @@ phz phz phz phz -eAv -dyP -dIH -fzB -dyP +qzE +wqV +mJn +wnF +wqV ddL lXO nId ykO pCc -dcT -jWq -dyP -dIH -fzB -dyP -dyP -dyP -dyP -dyP -dIH -fzB -pDz +chK +eAC +wqV +mJn +wnF +wqV +wqV +wqV +wqV +wqV +mJn +wnF +wZl hVI hVI hVI -kum -jMu -vDI -tQj -jMu -dPo -vDI -jMu -nus -gND -kAb -nFP -vDI -jIk -ehX +lYU +eoy +jWi +bjB +eoy +cQx +jWi +eoy +bbc +hUe +iNE +cDt +jWi +pLL +hjL bNf -tCW -tFl -jMu -vVG -nVm -poe -tDm +vAO +fHt +eoy +cfV +uuS +vZn +qdw hVI hVI hVI @@ -60180,25 +60180,25 @@ hVI aoa hVI vWe -wLF -wLF -drT +bpO +bpO +aTO vWe mFv gXD -feE +edk dGw -qeP -qeP -qeP -qeP -qeP -qeP -qeP -qeP -qeP -qeP -qeP +fpX +fpX +fpX +fpX +fpX +fpX +fpX +fpX +fpX +fpX +fpX dGw eDn oVk @@ -60213,9 +60213,9 @@ cME cME eLu jkg -czn -jpd -eDo +urp +tra +mrp cME wQT eLu @@ -60223,67 +60223,67 @@ wOy qso hTr kqC -czn +urp sHH -eDo +mrp hVG -vGg +gQW cZV -kvG +sPK hVG fnB fnB fnB fnB ceC -toH -nZl -nZl -nZl -ikY +lsD +cUJ +cUJ +cUJ +nDE ceC -bSE -kRb -vEG -kRb -bSS -kzK -xAF +bUY +hNe +wav +hNe +tHw +cPr +bro ceC qnQ pTj fnB pTj gnj -fDY +iMq fnB -hyI -mhn +tHv +pKX fnB fnB fnB -nZl -nZl -nZl -nZl +cUJ +cUJ +cUJ +cUJ fnB fnB fnB fnB vFs -lLM -lLM -lLM -cQb +hCN +hCN +hCN +ahK nRb -oYx +eUu bWg tKv wxX rJO plK -anS -anS +sKc +sKc aPH nGy rJO @@ -60334,85 +60334,85 @@ phz phz irD phz -dyP -dIH -fzB -dyP +wqV +mJn +wnF +wqV ddL ntH nUr oHX pFP -hFb -uWY -dyP -dIH -vmh -rXu -rXu -rXu -rXu -rXu -mtu -fzB -dyP +gqy +fRr +wqV +mJn +vml +vxe +vxe +vxe +vxe +vxe +vqx +wnF +wqV hVI hVI hVI -qaH -jMu -vDI -jMu -jMu -jMu -vDI -jMu -aSM -olI -jMu -hUB -bgI -vDI -jNM +pyM +eoy +jWi +eoy +eoy +eoy +jWi +eoy +oro +cGA +eoy +gnD +wmJ +jWi +wmm bNf -srx -jMu -urm -vVG -nVm -jMu -tev +aiO +eoy +mSz +cfV +uuS +eoy +hEE hVI -rvK -jMu -jMu -jMu -jMu +sDt +eoy +eoy +eoy +eoy hVI -wQI -wOz +gVU +iEP pQD -jMp -jMu -jMu +hNJ +eoy +eoy wGa dGw -jxH -jxH -jxH -jxH -jxH -jxH -jxH -qeP -qeP -qeP -jxH -jxH -jxH -jxH -qeP -qeP +aYy +aYy +aYy +aYy +aYy +aYy +aYy +fpX +fpX +fpX +aYy +aYy +aYy +aYy +fpX +fpX dGw eHa eDn @@ -60425,9 +60425,9 @@ cME cME cME liA -czn -jpd -xli +urp +tra +toj kqC kqC kqC @@ -60435,60 +60435,60 @@ kqC kqC kqC kqC -xDR -huj -nnh +iRt +fbp +qtH uGY -rEy -vbb -vbb +eSL +mCo +mCo ceC bsq dzo dzo bsq ceC -iya +gkH fnB fnB fnB -nZl +cUJ hVG yft eSs -cTy -lna -nMb +joj +mKL +bWv lpf -tmb +tnW ceC sns fnB -veX +fhG fnB -oic +ucM sYP xqD -hyI -mhn +tHv +pKX fnB fnB -nZl -cfy -cfy -cfy -cfy -nZl +cUJ +gIY +gIY +gIY +gIY +cUJ fnB fnB wzS plK upX nRb -lLM -qBo +hCN +lAZ nRb -oYx +eUu uMw rJO rJO @@ -60501,7 +60501,7 @@ rJO anP omb rJO -eOs +vIB vXT kPz bQM @@ -60541,91 +60541,91 @@ azZ azZ xLi phz -eAv +qzE phz phz phz -dqd -dyP -dIH -fzB -lWB +ifr +wqV +mJn +wnF +pzq ddL oIq nOw oXR pHh -pjl -kOV -dyP -dIH -xdi -aQl -aQl -aQl -aQl -aQl -aQl -nOj -dyP +lOn +liJ +wqV +mJn +grV +puA +puA +puA +puA +puA +puA +evb +wqV mEO mEO hVI hVI -ipr -vDI -vDI -vDI -vDI -vDI -vDI -koF -vDI -ujf -vDI -vDI -vDI -kDB +tgC +jWi +jWi +jWi +jWi +jWi +jWi +vqm +jWi +aGa +jWi +jWi +jWi +fsp bNf -uBg -jMu -jMu -vVG -nVm -ipr -veg +bDJ +eoy +eoy +cfV +uuS +tgC +dcY hVI -kCD -qYM -jMu -jMu -jMu +mjC +cFL +eoy +eoy +eoy dvY -uyF -oaM +pTX +rnf qpw -jMu -jMu -jMu +eoy +eoy +eoy jEC dGw -jxH -dSv -jxH -jxH -jxH -jxH -jxH -qeP -qeP -qeP -jxH -jxH -jxH -jxH -jxH -jxH -qeP +aYy +rVn +aYy +aYy +aYy +aYy +aYy +fpX +fpX +fpX +aYy +aYy +aYy +aYy +aYy +aYy +fpX deH eDn eDn @@ -60637,19 +60637,19 @@ srI dTf cME eLu -czn -jpd -eDo -saZ -gIj -gIj +urp +tra +mrp +cfE +bOH +bOH kqC -xAW -nLp +iDy +uOE kqC -saZ -saZ -saZ +cfE +cfE +cfE uGY xGt xGt @@ -60660,19 +60660,19 @@ ceC ceC ceC ceC -lmP +nnO fnB fnB fnB -nZl +cUJ hVG vOj yft dpI fGe -pUp +lVE aBO -kyT +xrI ceC wvf cHx @@ -60681,26 +60681,26 @@ pTj fnB dme fnB -hyI -mhn +tHv +pKX fnB fnB -gIv +ehd pPf grL grL apy -gIv +ehd fnB fnB vGe plK -shX +mtE nRb -lLM -pun +hCN +hAa nRb -oYx +eUu uMw rJO rJO @@ -60752,60 +60752,60 @@ azZ azZ xLi xLi -dqd +ifr phz -ixT +rqu phz -dqd +ifr xLi -dyP -dIH -fzB +wqV +mJn +wnF azZ xLi -alq -fFI -fVm -kVc -qLT -lhM -jER -dIH -fzB -dyP -dyP -dyP -dyP -dyP -dyP -dyP -dyP +diO +mEq +giF +voT +eXv +iLq +cjh +mJn +wnF +wqV +wqV +wqV +wqV +wqV +wqV +wqV +wqV mEO mEO mEO hVI -ipr -jMu -lQK -vDI -jMu -jMu -jMu -agj -jMu -jMu -olI -qFH -shR -lTh +tgC +eoy +qDS +jWi +eoy +eoy +eoy +xvO +eoy +eoy +cGA +cxC +jDZ +cOo fzb -qQV -jMu -wQI -qca -qFh -sXC -vqm +rwr +eoy +gVU +tyX +nSN +mZk +ejP hVI hLV dDO @@ -60816,73 +60816,73 @@ hVI hVI hVI hVI -jMu -jMu -hdF +eoy +eoy +kNT lDC ggQ -jxH -jxH -jxH -jxH -fVP -jxH -jxH -qeP -qeP -qeP -jxH -jxH -jxH -jxH -jxH -jxH -jxH -qeP +aYy +aYy +aYy +aYy +hhn +aYy +aYy +fpX +fpX +fpX +aYy +aYy +aYy +aYy +aYy +aYy +aYy +fpX dGw -bdZ +qsi liA -tkC +nNp dMa gfo cME wQT cME kqC -czn -jpd -eDo -saZ -saZ -gIj +urp +tra +mrp +cfE +cfE +bOH kqC -rPJ -osr +eAu +pOr kqC -ctv -kmc -kmc -kmc -oWl -vJP -vJP -vJP -oBc +iwk +pXm +pXm +pXm +eoI +aWH +aWH +aWH +izc xGt -nRJ -bnC -nRJ -bnC -nZl -nZl -nZl -bnC +axK +gRE +axK +gRE +cUJ +cUJ +cUJ +gRE ceC ryt ryt ceC hSR -oYV +pDB ilh ceC ceC @@ -60897,22 +60897,22 @@ uGY uGY uGY uGY -nZl -aLM -aLM -aLM -aLM -nZl +cUJ +cpO +cpO +cpO +cpO +cUJ fnB fnB fnB plK -pun +hAa nRb -lLM -cQb +hCN +ahK nRb -oYx +eUu uMw rJO rJO @@ -60964,15 +60964,15 @@ azZ azZ xLi xLi -dqd +ifr phz phz phz phz xLi -dyP -dIH -fzB +wqV +mJn +wnF azZ xLi xLi @@ -60981,15 +60981,15 @@ ddL ddL xLi xLi -wiF -dIH -fzB -dyP -byi -uUk -oKw -dqd -eAv +dmD +mJn +wnF +wqV +mlX +iyD +seH +ifr +qzE lAh lAh aFZ @@ -60997,81 +60997,81 @@ aFZ bmE hVI hVI -eub -oSl -vDI -jMu -kHh +puW +uzj +jWi +eoy +xRp aFZ hVI hVI -vDI -vDI +jWi +jWi hVI hVI hVI yhR -wjQ -cdy -kpx -vDI -vDI -qFh -mYk -qIj -cdy -cdy -cdy -hKC -qSV +uNI +lBf +oME +jWi +jWi +nSN +wdI +tEy +lBf +lBf +lBf +omX +bAL hVI -gai -vfm -wQI -sXC -jMu -srx -sEm +uZz +pIJ +gVU +mZk +eoy +aiO +rIl bWr -jxH -jxH -jxH -jxH -jxH -jxH -jxH -qeP +aYy +aYy +aYy +aYy +aYy +aYy +aYy +fpX mGe -qeP -ktP -jxH -ikn -jxH -jxH -fVP -jxH -qeP +fpX +vlR +aYy +cNI +aYy +aYy +hhn +aYy +fpX dGw -bdZ +qsi liA -tkC +nNp dMa gfo cME cME eLu kqC -eTI -jpd -eDo -saZ -saZ -jog +trO +tra +mrp +cfE +cfE +ect kqC ryJ end kqC -czn +urp juW sHH nCu @@ -61079,59 +61079,59 @@ ufo sHH sHH eGz -isC +goT xGt -gfW -xrQ -gfW -bnC -nZl -nZl -nZl -bnC -swm -wQO -idC +ssC +ffd +ssC +gRE +cUJ +cUJ +cUJ +gRE +gFs +nZx +fZB hVG yft fnB fnB hVG -nZl +cUJ sFf -cfE +ixH uGY -ace -bnC -bnC +efe +gRE +gRE xGt -gtT -cTc -xMk +egX +cZM +qXj uGY fnB fnB fnB fnB fnB -nZl -nZl -nZl -nZl +cUJ +cUJ +cUJ +cUJ plK -cQb +ahK nRb -lLM -lLM -lLM -oYx +hCN +hCN +hCN +eUu uMw rJO rJO rJO plK -anS -anS +sKc +sKc eYV lvi rJO @@ -61177,93 +61177,93 @@ azZ azZ xLi xLi -dqd +ifr phz phz phz phz -dyP -dIH -fzB +wqV +mJn +wnF azZ azZ -dyP -dyP -dyP -pDz +wqV +wqV +wqV +wZl xLi xLi -ggN -dIH -fzB -dyP -vbl +qYU +mJn +wnF +wqV +lOV xLi -sBu +rHv azZ azZ azZ ohF pcu tQB -oSk -iOd +chl +vku hVI rfo -jMu -vDI -jMu +eoy +jWi +eoy idE tEH -jMu -jMu -jMu -oYL -oYL -jMu +eoy +eoy +eoy +leX +leX +eoy hVI hVI -pGG -vDI -vDI -fHW -vDI -vDI -owY -jZX -vDI -vDI -vDI -eIa -xGX +uPU +jWi +jWi +eDY +jWi +jWi +vBT +pTW +jWi +jWi +jWi +xcq +fRM hVI -mso -nVm -vVG -nVm -jMu -srx -jYl +mvP +uuS +cfV +uuS +eoy +aiO +pBZ eMJ -jxH -wtb -jxH -jxH -jxH -jxH -vMN -qeP +aYy +rtj +aYy +aYy +aYy +aYy +xbe +fpX mGe -qeP -jxH -jxH -jxH -jxH -jxH -jxH -jxH -jxH -qeP +fpX +aYy +aYy +aYy +aYy +aYy +aYy +aYy +aYy +fpX lDC eDn wzE @@ -61273,70 +61273,70 @@ hZR wzE wzE kqC -eTI -ohm -eDo -saZ -ctv -kmc -kmc -kmc -xcp -rgS -czn +trO +hqk +mrp +cfE +iwk +pXm +pXm +pXm +uiL +nDm +urp sHH sHH cVl sHH bSP sHH -rrv -udE +hbM +qoT xGt -ybi -ias -cXs -bDy -nZl +fbe +imJ +kBT +gww +cUJ fWL -mtg -oOx -hyB -nZl -san +xtL +gcF +cUY +cUJ +oOT ceC -lgX -cAu -cap +ecJ +pES +tWd ceC -bqU +hrr fnB -caS +frv uGY -axZ +rbx fnB -nZl +cUJ hVG -bnC -byI -bnC +gRE +osr +gRE hVG -nZl -nZl -nZl -nZl -nZl -nZl -nZl -nZl -rYa +cUJ +cUJ +cUJ +cUJ +cUJ +cUJ +cUJ +cUJ +cpn plK -eso +qWC nRb nRb nRb -lLM -oYx +hCN +eUu gHz aJX uMw @@ -61394,88 +61394,88 @@ phz phz phz phz -dyP -dIH -vmh -rXu -rXu -rXu -rXu -rXu -rXu +wqV +mJn +vml +vxe +vxe +vxe +vxe +vxe +vxe xZR -rXu -rXu -rDU -fzB -dyP -pXy -pUe -ntY +vxe +vxe +cDW +wnF +wqV +eDN +vND +qfG azZ azZ azZ bTo pcu aFZ -sqj -vDI +lBa +jWi hVI -kHh -jMu -vDI -nua -kHh +xRp +eoy +jWi +hHI +xRp tEH -jMu -xYm -sRM -kAb -mDR -jMu +eoy +hox +mwj +iNE +xOW +eoy aif rKa -ohv -xcU -uXL -dNl -vDI -vDI -owY -vDI -vDI -ggA -vDI -mEP +rvQ +doK +kHv +vGr +jWi +jWi +vBT +jWi +jWi +adM +jWi +fEV hVI hVI -uYX -kZw -wNn -bjd -cgw -nZj -lst +vtC +sZt +gqg +aYS +fKb +eiG +ola bWr -jxH -jxH -jxH -jxH -jxH -jxH -jxH -qeP +aYy +aYy +aYy +aYy +aYy +aYy +aYy +fpX dGw -qeP -jxH -jxH -jxH -jxH -jxH -jxH -jxH -jxH -qeP +fpX +aYy +aYy +aYy +aYy +aYy +aYy +aYy +aYy +fpX mGe xQC bQM @@ -61485,32 +61485,32 @@ bQM bQM wzE kqC -czn -jpd -eDo -saZ -rPJ -wLv -wLv -wLv -xgZ -rgS -bkA +urp +tra +mrp +cfE +eAu +fHm +fHm +fHm +aLQ +nDm +cvs sHH wOM sHH sHH hxi ufo -isC +goT ceC ceC -aZJ -bnC -aCZ -tCl -nZl -xQT +oob +gRE +kWA +tkH +cUJ +nwZ uGY uGY uGY @@ -61521,17 +61521,17 @@ ceC ceC ceC ceC -bHJ -nZl -yeC +hhP +cUJ +eaj uGY -uDQ +kcG fnB -bnC +gRE xGt -emy -wGR -ewj +wey +sWy +jsu uGY sEO sEO @@ -61551,8 +61551,8 @@ dwT dwT plK plK -mHp -wqC +xMa +wfn aPH kPz kPz @@ -61605,60 +61605,60 @@ xLi xLi xLi phz -dqd -dyP -wxg -aQl -aQl -aQl -aQl -aQl -aQl -aQl +ifr +wqV +bfH +puA +puA +puA +puA +puA +puA +puA xZR -aQl -aQl -ssN -fzB -dyP -dyP -dyP -dyP +puA +puA +hVq +wnF +wqV +wqV +wqV +wqV azZ bQM bQM bTo pcu aFZ -wDg -vDI +atk +jWi aif idE -jMu -vDI -jMu +eoy +jWi +eoy idE tEH -shR -mxI -mxI -jMu -jMu -shR +jDZ +otF +otF +eoy +eoy +jDZ hVI hVI -pGG -nYd -vDI -vDI -vDI -qzE -owY -nFs -vDI -eWQ -vDI -wnG +uPU +shk +jWi +jWi +jWi +xSf +vBT +eWc +jWi +wPp +jWi +gNx lDC lDC lDC @@ -61669,25 +61669,25 @@ lDC lDC lDC ggQ -jxH -piJ -jxH -jxH -jxH -ouh -jxH -qeP +aYy +wTB +aYy +aYy +aYy +fwF +aYy +fpX mGe -qeP -jxH -ouh -jxH -jxH -jxH -ckH -jxH -jxH -qeP +fpX +aYy +fwF +aYy +aYy +aYy +mKp +aYy +aYy +fpX deH eDn eDn @@ -61696,10 +61696,10 @@ xQC xQC eDn eDn -jIE -czn -jpd -iDr +wrH +urp +tra +xrF kqC ryJ end @@ -61707,39 +61707,39 @@ kqC ryJ end kqC -iyb +dBw sHH sHH cPQ sHH sHH pbS -isC +goT xGt -nRJ -bnC -nRJ -bnC -bnC +axK +gRE +axK +gRE +gRE fnB fnB pTj -nZl -oRS -bSE +cUJ +gLt +bUY wBK -dJQ +xZH ceC -mHO -mHO +szW +szW uGY uGY uxv uGY uGY -ujk +mGw fnB -bnC +gRE uGY xGt xGt @@ -61748,20 +61748,20 @@ uGY jwK jnd jwK -bGf +lsj hxy -bGf -bGf +lsj +lsj hxy -bGf +lsj okg jnd mpf hLz -bGf +lsj hxy hxy -bGf +lsj aPH aPH aPH @@ -61818,23 +61818,23 @@ xLi xLi xLi xLi -dyP -dyP -dyP -dyP -dyP -dyP -dyP -dyP -pDz +wqV +wqV +wqV +wqV +wqV +wqV +wqV +wqV +wZl xLi xLi -ggN -dIH -fzB -dyP -dyP -dyP +qYU +mJn +wnF +wqV +wqV +wqV azZ azZ bQM @@ -61846,9 +61846,9 @@ hVI hVI hVI gjj -jMu -vDI -jMu +eoy +jWi +eoy idE aFZ hVI @@ -61859,99 +61859,99 @@ hVI hVI hVI hVI -pGG -vDI -vDI -vDI -vDI -uUs -rld -uso -vDI -vDI -vDI -mwo -exp -qeP -wao -feE -feE -iuh -caJ -qeP -qeP +uPU +jWi +jWi +jWi +jWi +gdK +kdy +cGf +jWi +jWi +jWi +uGQ +iYC +fpX +cnA +edk +edk +uOF +oJj +fpX +fpX dGw -jxH -jxH -jxH -jxH -jxH -jxH -piJ -qeP +aYy +aYy +aYy +aYy +aYy +aYy +wTB +fpX mGe -ldw -jxH -jxH -ckH -jxH -eAj -jxH -jxH -jxH -qeP -qeP +tvy +aYy +aYy +mKp +aYy +qnV +aYy +aYy +aYy +fpX +fpX pkw -gaB -feE -feE -feE -qeP +eqe +edk +edk +edk +fpX pkw -kPk -wTb -jpd -xpu +atz +hhQ +tra +kyK kqC -ctv -jFu +iwk +bbJ kqC -ctv -gIU +iwk +wuM kqC -czn +urp sHH sHH sHH nCu juW buO -isC +goT xGt -gfW -fkN -gfW -bnC -bnC +ssC +tis +ssC +gRE +gRE fnB fnB pTj -hGQ +sQA gmS dhs sYP -dJQ +xZH uGY -lxM -bnC -fID -bnC -nZl -xUA +xhN +gRE +ufY +gRE +cUJ +fgl uGY -ueq +yfy fnB -bnC +gRE uGY jKG hxy @@ -61962,18 +61962,18 @@ pbC hxy hxy jwK -bGf -bGf +lsj +lsj jwK hxy mOW hxy -obc +rRU hLz -lBw +aNp jwK jwK -kfw +bAF wly kPz kPz @@ -62033,19 +62033,19 @@ xLi xLi xLi xLi -xtB -eAv -eAv -eAv -vkD -vkD +hYw +qzE +qzE +qzE +qXR +qXR xLi xLi phz -dIH -fzB +mJn +wnF rBr -dyP +wqV azZ azZ azZ @@ -62054,13 +62054,13 @@ bQM bTo pcu aFZ -aRn -vDI +oUS +jWi aif idE -jMu -vDI -jMu +eoy +jWi +eoy qQU aFZ fIT @@ -62070,20 +62070,20 @@ mEO qDo hVI lmn -xhH -oQt -lNN -uEF -lNN -tYs +kNr +owr +iFg +cgB +iFg +vVe nQq nQq -ggA -vDI -vDI -vDI -hRi -iZu +adM +jWi +jWi +jWi +dsG +hpg dGw fsn mGe @@ -62091,27 +62091,27 @@ mGe dGw rVy mGe -kGr -kGr -tss -qeP -qeP -qeP -qeP -qeP -qeP -qeP +fDc +fDc +eZa +fpX +fpX +fpX +fpX +fpX +fpX +fpX dGw -qeP -qeP -qeP -qeP -qeP -qeP -qeP -ydK -yay -yay +fpX +fpX +fpX +fpX +fpX +fpX +fpX +rnO +fni +fni mGe isl dGw @@ -62121,71 +62121,71 @@ mGe dGw isl sHH -czn -jpd -xpu +urp +tra +kyK kqC -scu -gWy +bjW +cnN kqC -scu -gWy +bjW +cnN kqC -czn +urp sHH -tCX +gFD sHH aLR sHH -xRN -udE +oVW +qoT xGt -ybi -nSc -ybi -bnC -bnC +fbe +sbd +fbe +gRE +gRE fnB fnB pTj -mLW -mLW -nZl -nZl -dJQ +gXO +gXO +cUJ +cUJ +xZH cCB -bnC +gRE fnB fnB cQu fnB -bnC +gRE cCB -bnC +gRE fnB -bnC +gRE uGY hLz -xiE -bGf -bGf -bGf -bGf -bGf -bGf -bGf -bGf -bGf -bGf -bGf -bGf +wbD +lsj +lsj +lsj +lsj +lsj +lsj +lsj +lsj +lsj +lsj +lsj +lsj hxy -ajn +sbU xUo -bGf +lsj jwK jwK -bGf +lsj ckm kPz bQM @@ -62244,18 +62244,18 @@ xLi xLi xLi xLi -qrW -dyP -fwy -eAv -fwy -dyP -dyP -dyP +eow +wqV +uBw +qzE +uBw +wqV +wqV +wqV phz phz -dIH -fzB +mJn +wnF azZ azZ azZ @@ -62266,13 +62266,13 @@ bQM bTo pcu aFZ -ehT -vDI +sQF +jWi hVI idE -jMu -vDI -jMu +eoy +jWi +eoy idE sJu mEO @@ -62282,20 +62282,20 @@ mEO ezo hVI gZf -jMu -vVG -uso -vDI -vDI -lsO +eoy +cfV +cGf +jWi +jWi +bDj hVI hVI -fKg -ggA -vDI -vDI -ehX -nbP +rqf +adM +jWi +jWi +hjL +rqK dGw dGw dGw @@ -62303,10 +62303,10 @@ jqR dGw rVy mGe -yjV -idL -msN -qeP +uHV +hBS +nba +fpX mGe mGe smz @@ -62320,10 +62320,10 @@ wWT dGw mGe mGe -qeP -qoS -liD -liD +fpX +qFp +aEU +aEU mGe isl dGw @@ -62333,9 +62333,9 @@ dGw dGw isl sHH -czn -jpd -iDr +urp +tra +xrF kqC kqC kqC @@ -62343,61 +62343,61 @@ kqC kqC kqC mCF -nuQ +sCY sHH sHH vRA sHH sHH -isC +goT ceC ceC -aZJ -bnC -aZJ -bnC -bnC -nZl -nta +oob +gRE +oob +gRE +gRE +cUJ +bDh uGY -sls -sls +kWq +kWq uGY -sls -kLK +kWq +tcP uGY -lli +cYe jpl -bnC -bnC +gRE +gRE fnB -nZl +cUJ hVG -nZl +cUJ fnB -bnC +gRE uGY mft -bGf -bGf -bGf -bGf -bGf -bGf -bGf -bGf -bGf -bGf -bGf -bGf -bGf +lsj +lsj +lsj +lsj +lsj +lsj +lsj +lsj +lsj +lsj +lsj +lsj +lsj hxy -bGf +lsj xUo -bGf +lsj jwK jwK -bGf +lsj ckm kPz bQM @@ -62457,17 +62457,17 @@ xLi xLi xLi xLi -udr -fwy -eAv -fwy -dyP -dyP -dyP +rUb +uBw +qzE +uBw +wqV +wqV +wqV phz phz -dIH -fzB +mJn +wnF pPd azZ azZ @@ -62478,13 +62478,13 @@ tuf bTo pcu tQB -fTt -vDI +fjh +jWi hVI lpV -pRT -vDI -jMu +kvH +jWi +eoy ygv aFZ hVI @@ -62494,20 +62494,20 @@ mEO rNp hVI gZf -jMu -vVG -vDI -vDI -orX -rZM +eoy +cfV +jWi +jWi +icP +tDn nQq nQq -bBH -vDI -vDI -vDI -qqP -tdf +msh +jWi +jWi +jWi +frN +sWs dGw gfp hkW @@ -62515,27 +62515,27 @@ mGe dGw rVy mGe -hPu -hPu -cjh -qeP -yed -qeP -qeP -qeP -qeP -yed +mlV +mlV +diw +fpX +vNU +fpX +fpX +fpX +fpX +vNU dGw -qeP -pxN -qeP -qeP -qeP -qeP -qeP -mxc -mSv -mSv +fpX +txY +fpX +fpX +fpX +fpX +fpX +kKe +mbf +mbf mGe isl dGw @@ -62545,71 +62545,71 @@ mGe dGw isl sHH -czn -jpd -eDo -saZ -saZ -saZ +urp +tra +mrp +cfE +cfE +cfE kqC -xAW -suL +iDy +gIu kqC -czn +urp sHH sHH vRA xQE xBv -isC +goT xGt maC -bnC -bnC -bnC -bnC -bnC +gRE +gRE +gRE +gRE +gRE bDd uGY uGY -dYi -dYi +fqQ +fqQ uGY -dYi -iAz +fqQ +uom xGt -bnC +gRE fnB -wbx -iZe +yiS +del vOj -nZl +cUJ hVG -nZl +cUJ fnB -bnC +gRE uGY gaN -bGf -bGf -bGf -bGf -sCM -bGf -bGf -bGf -bGf -bGf -bGf -bGf -ajn +lsj +lsj +lsj +lsj +oIa +lsj +lsj +lsj +lsj +lsj +lsj +lsj +sbU hxy -bGf +lsj xUo -bGf +lsj jwK jwK -bGf +lsj ckm kPz kPz @@ -62667,22 +62667,22 @@ xLi xLi csp csp -gPk -gPk -dyP -dpo -eAv -fwy -dyP -dyP -dyP +eEd +eEd +wqV +sAd +qzE +uBw +wqV +wqV +wqV rBr phz -dIH -fzB -dyP -eAv -dqd +mJn +wnF +wqV +qzE +ifr azZ azZ azZ @@ -62694,9 +62694,9 @@ hVI hVI hVI idE -jMu -vDI -jMu +eoy +jWi +eoy idE aFZ hVI @@ -62706,122 +62706,122 @@ mEO hVI hVI gZf -jMu -vVG -uso -vDI -xRp -vDI -cyC -vYa -uso -vDI -vDI -vDI -wMC -cXW -qeP -ycu -qAf -soS -fmN -mYP -qeP -qeP -jxH -jxH -jxH -jxH -jxH -jxH -jxH -jxH -qeP +eoy +cfV +cGf +jWi +tDZ +jWi +okc +mJR +cGf +jWi +jWi +jWi +kBI +whr +fpX +sUw +naM +mGY +aXR +ifu +fpX +fpX +aYy +aYy +aYy +aYy +aYy +aYy +aYy +aYy +fpX mGe -qeP -jxH -jxH -jxH -jxH -jxH -jxH -jxH -jxH -qeP -qeP +fpX +aYy +aYy +aYy +aYy +aYy +aYy +aYy +aYy +fpX +fpX dnA -bDY -soS -soS -soS -qeP +pWl +mGY +mGY +mGY +fpX dnA -lGu -czn -jpd -eDo -saZ -saZ -saZ +tLs +urp +tra +mrp +cfE +cfE +cfE kqC -rPJ -iyG +eAu +hXL kqC -czn +urp sHH vRA eNV sHH sHH -isC +goT xGt xed -bnC -bnC -bnC -bnC -bnC +gRE +gRE +gRE +gRE +gRE wAR cCB -nZl -nZl -nZl -nZl -nZl -dJQ +cUJ +cUJ +cUJ +cUJ +cUJ +xZH xGt -bnC +gRE fnB -aAu -kHc +wIQ +gfM fnB -bnC +gRE uGY -bnC -bnC -wvU +gRE +gRE +mwq uGY hLz -bGf -bGf +lsj +lsj hxy hxy jrL hxy hxy jwK -bGf -bGf +lsj +lsj jwK hxy mOW hxy -mal +jLS hLz -lBw +aNp hxy hxy -kfw +bAF wly ckm ckm @@ -62866,7 +62866,7 @@ bQM azZ azZ ejw -dqd +ifr etL phz phz @@ -62876,26 +62876,26 @@ gDx xLi xLi xLi -eAv +qzE csp csp -cDQ -cDQ -oMv -fwy -eAv -fwy -fhI +goc +goc +xfh +uBw +qzE +uBw +oFA xLi xLi -eAv +qzE phz -dIH -fzB +mJn +wnF irD trl phz -eAv +qzE azZ azZ lAh @@ -62906,9 +62906,9 @@ idE idE gkt idE -jMu -orX -jMu +eoy +icP +eoy idE eVm hVI @@ -62916,21 +62916,21 @@ tNS mEO xgF hVI -rOh -xAK -jMu -vVG -vDI -vDI -lui -vDI -nYd -vDI -vDI -nYd -vDI -vDI -enn +gfg +gUy +eoy +cfV +jWi +jWi +ois +jWi +shk +jWi +jWi +shk +jWi +jWi +hcX eDn eHa xQC @@ -62939,27 +62939,27 @@ xQC eDn eDn iCi -qeP -jxH -meU -jxH -jxH -jxH -jxH -ouh -jxH -qeP +fpX +aYy +jUU +aYy +aYy +aYy +aYy +fwF +aYy +fpX mGe -qeP -jxH -ouh -jxH -wtb -jxH -raK -lcb -jxH -qeP +fpX +aYy +fwF +aYy +rtj +aYy +epG +vMY +aYy +fpX deH eDn eDn @@ -62968,46 +62968,46 @@ xQC xQC eDn eDn -jIE -czn -jpd -eDo -saZ -saZ -jog +wrH +urp +tra +mrp +cfE +cfE +ect kqC ryJ end kqC -uOB +cLD sHH vRA sHH sHH oJW -isC +goT xGt adl -cWI -bnC -hEM -fpr -bnC +hDg +gRE +pqv +lJT +gRE mEb uGY -nZl -nZl -nZl -nZl -nZl -dJQ +cUJ +cUJ +cUJ +cUJ +cUJ +xZH xGt -bhP +qfh fnB -kda -bnC +xlr +gRE fnB -bnC +gRE uGY ceC uGY @@ -63024,8 +63024,8 @@ hxy hxy jwK jwK -bGf -bGf +lsj +lsj okg liZ uSQ @@ -63035,9 +63035,9 @@ xja xja hLz hLz -qWs -qWs -qWs +tsz +tsz +tsz wly wly kPz @@ -63089,38 +63089,38 @@ xLi xLi xLi phz -eAv -eAv +qzE +qzE xLi xLi -vfZ -fwy -eAv -fwy -dyP +kSM +uBw +qzE +uBw +wqV azZ azZ azZ -nBq -dIH -fzB +ojB +mJn +wnF phz -dqd +ifr phz -eAv +qzE csp -dyP -dyP +wqV +wqV csp idE idE hVI -dCT -jMu -jMu -jMu -vDI -jMu +twm +eoy +eoy +eoy +jWi +eoy idE aFZ hVI @@ -63128,21 +63128,21 @@ svG mEO mEO sJu -jMu -jMu -jMu -ekT -vDI -vDI -vDI -spu -vDI -vDI -vDI -vDI -vDI -vDI -qIH +eoy +eoy +eoy +cnz +jWi +jWi +jWi +bnQ +jWi +jWi +jWi +jWi +jWi +jWi +eiZ aFZ aFZ gyW @@ -63151,27 +63151,27 @@ bQM bQM xQC mGe -qeP -jxH -jxH -jxH -jxH -jxH -jxH -jxH -meU -qeP +fpX +aYy +aYy +aYy +aYy +aYy +aYy +aYy +jUU +fpX dGw -qeP -jxH -jxH -meU -jxH -piJ -jxH -lcb -jxH -qeP +fpX +aYy +aYy +jUU +aYy +wTB +aYy +vMY +aYy +fpX mGe xQC cAW @@ -63181,23 +63181,23 @@ cAW cAW wzE kqC -lUJ -jpd -eDo -saZ -ctv -kmc -kmc -pYD -xcp -rgS -bkA +iqv +tra +mrp +cfE +iwk +pXm +pXm +iLY +uiL +nDm +cvs uyd sHH sHH sHH sHH -isC +goT ceC ceC nqN @@ -63211,16 +63211,16 @@ uxv ceC ceC bBS -jxl -lmL +yki +ldI uGY -gAX +dek fnB fnB fnB fnB -bnC -eRX +gRE +jVZ ceC hLz gHl @@ -63299,40 +63299,40 @@ azZ phz xZR phz -dyP +wqV phz -dyP +wqV irD -xnJ -eMN -iLv -fwy -eAv -fwy -oQf +rjj +rTi +acd +uBw +qzE +uBw +nVh azZ xLi xLi -dyP -dIH -fzB +wqV +mJn +wnF phz phz phz kEZ csp -dyP -dyP +wqV +wqV csp idE idE hVI -ayf -jMu -jMu -jMu -vDI -jMu +sYf +eoy +eoy +eoy +jWi +eoy idE aFZ hVI @@ -63340,21 +63340,21 @@ svG mEO mEO hVI -tDm -jMu -jMu -uyF -ruS -qxi -xev -qxi -qzm -qxi -kyJ -xPE -qxi -vDI -iJT +qdw +eoy +eoy +pTX +adD +xQG +bun +xQG +jie +xQG +qqQ +ubx +xQG +jWi +rfY aFZ aFZ gyW @@ -63363,27 +63363,27 @@ bQM bQM xQC vuc -qeP -jxH -jxH -jxH -rAq -rZb -jxH -jxH -jxH -qeP +fpX +aYy +aYy +aYy +oZq +erJ +aYy +aYy +aYy +fpX mGe -qeP -jxH -meU -jxH -jxH -jxH -jxH -jxH -jxH -qeP +fpX +aYy +jUU +aYy +aYy +aYy +aYy +aYy +aYy +fpX mGe xQC cAW @@ -63393,75 +63393,75 @@ wzE wzE wzE kqC -uOB -jpd -eDo -saZ -agl -wLv -wLv -wLv -xgZ -rgS -bkA +cLD +tra +mrp +cfE +lIs +fHm +fHm +fHm +aLQ +nDm +cvs sHH sHH vRA nhR sql -ula -tEu -oBc +bUF +gPu +izc hZR kPz kPz kPz dCM -sJS -kvG -kvG -hND +eBH +sPK +sPK +qZw xGt -tCm -tCm -tCm +oXv +oXv +oXv gIB -iPc -pih -bnC -nZl -bnC -nRJ -xpH +mja +adC +gRE +cUJ +gRE +axK +vKB ceC tvU -xiE +wbD hxy hxy -bGf -bGf +lsj +lsj hxy -bGf -kFx +lsj +wOE hxy -bGf -bGf +lsj +lsj hxy -bGf -bGf +lsj +lsj hxy hxy lPW hxy -tnV -bGf +ekY +lsj wSm pBV qKT qbl wSm -bGf -xiE +lsj +wbD hxy wly wly @@ -63511,30 +63511,30 @@ xLi xLi xLi xLi -ggN +qYU phz -dyP -mYw -alI -aqz -iLv -fwy -eAv -fwy +wqV +pLz +wCW +vZY +acd +uBw +qzE +uBw phz xLi xLi azZ -dyP -dIH +wqV +mJn phz -dyP -dqd +wqV +ifr wNi -eAv +qzE csp -dyP -dyP +wqV +wqV gKA mxO arm @@ -63542,9 +63542,9 @@ arm arm miZ vcy -hhF -jMu -jMu +tJY +eoy +eoy edv aFZ aFZ @@ -63577,24 +63577,24 @@ jmG cKa cKa cNC -jxH -jxH -jxH -jxH -jxH -jxH -wtb -qeP +aYy +aYy +aYy +aYy +aYy +aYy +rtj +fpX mGe -qeP -qeP -qeP -qeP -naO -naO -naO -qeP -qeP +fpX +fpX +fpX +fpX +cNZ +cNZ +cNZ +fpX +fpX rWB eDn eDn @@ -63602,20 +63602,20 @@ cAW cAW wzE wzE -vPT -jpd -vDN -czn -jpd -eDo -saZ -saZ -jog +jqj +tra +njG +urp +tra +mrp +cfE +cfE +ect kqC ryJ end kqC -uOB +cLD sHH sHH sHH @@ -63623,57 +63623,57 @@ sHH xQE hCX sHH -isC +goT hZR kPz bQM kPz dCM -dKe -kvG +acJ +sPK cZV -sxn +fHr xGt -jHN -jHN -jHN +nvn +nvn +nvn gIB -snT -mXs +eZp +vQD uGY -oPT +rWH uGY -ptu -ueq +uGK +yfy ceC xOQ hxy hxy hxy -bGf -bGf +lsj +lsj hxy -oSn -pDr +opQ +kRZ dSy -bGf -bGf +lsj +lsj hxy -bGf -bGf +lsj +lsj hxy tSi fSe dSy -xiE -bGf +wbD +lsj ppG qbl qbl wSm rZr -bGf -bGf +lsj +lsj hxy wly wly @@ -63723,30 +63723,30 @@ xLi xLi xLi xLi -mLr +jve phz -dyP -dyP -alI -aqz -iLv -gnK -eAv -fwy +wqV +wqV +wCW +vZY +acd +xSl +qzE +uBw phz lAh lAh lAh -dyP -dIH -fzB -dyP +wqV +mJn +wnF +wqV lAh lAh beW csp -jYw -dyP +wfg +wqV upt jmG mvl @@ -63759,96 +63759,96 @@ idE idE idE tOp -gAE -hlO -wYB -lEd +rMx +dVM +pHX +czk tOp -cAm -vGk -tyc +aPr +eWA +hwG cKa cKa -aul -ntl -aul -ntl -aul +tKB +hLD +tKB +hLD +tKB hqD -cAm -vZR -lEd -mlf +aPr +gOc +czk +rgS cKa -rxj -dHU +nYc +jIb cKa -dFv -ntl -dug +wzq +hLD +qGs mEv jYs -lPJ -jxH -jxH -jxH -lcb -jxH -jxH -jxH -qeP -pMG -qeP -ckH -jxH -xDX -quu -aSV -yay -dtn -qeP +sJB +aYy +aYy +aYy +vMY +aYy +aYy +aYy +fpX +iNr +fpX +mKp +aYy +jGy +udT +iCB +fni +fiH +fpX rWB eDn cAW cAW cAW wzE -rzF -jpd -jpd -vDN -myV -jpd -eDo -saZ -saZ -saZ +xor +tra +tra +njG +dXY +tra +mrp +cfE +cfE +cfE kqC -ctv -cXQ +iwk +itW kqC -rPJ -wLv -wLv -wLv -wLv -wLv -wLv -wLv -udE +eAu +fHm +fHm +fHm +fHm +fHm +fHm +fHm +qoT hZR kPz kPz kPz dCM -miX -vue -hJo -bdD +xnD +can +uPl +iAz xGt -hJT -hJT -hJT +egG +egG +egG uGY tDo cHF @@ -63858,34 +63858,34 @@ uGY gIB gIB ceC -tNF +oEG hxy hxy hxy -bGf -bGf +lsj +lsj hxy -bGf -bGf +lsj +lsj hxy -bGf -bGf +lsj +lsj hxy -bGf -bGf +lsj +lsj hxy -bGf -bGf +lsj +lsj mnp -bGf -bGf +lsj +lsj hxy wSm wSm hxy rZr -bGf -bGf +lsj +lsj hxy wly tan @@ -63925,7 +63925,7 @@ vcC bQM bQM bQM -bLm +oWr azZ azZ eVq @@ -63935,35 +63935,35 @@ xLi xLi xLi xLi -uqR -eAv -dyP -dyP -lAc -eMN -iLv -fwy -sio -fwy -dyP +afx +qzE +wqV +wqV +lxp +rTi +acd +uBw +qyM +uBw +wqV lAh lAh lAh -dyP -dIH -fzB +wqV +mJn +wnF lAh lAh lAh -eAv +qzE csp -dyP -dyP +wqV +wqV upt lIG -kax -whA -kax +lNH +utS +lNH mvl vBQ idE @@ -63971,53 +63971,53 @@ bha cif cif jmG -dwz -cAm -lEd -lEd +woc +aPr +czk +czk tOp -iOP -jKr -bvW +osY +nbq +sbG cKa bRc -ntl -dFv -ntl -bID -ntl +hLD +wzq +hLD +urn +hLD hqD -wMZ -qjb -ilH -mlf +lvv +fqe +hdl +rgS hqD -tSF -vAo +esY +gIe cKa -qSe -ntl -dug +wJI +hLD +qGs biJ jYs -lPJ -mzV -jxH -jxH -jxH -jxH -jxH -jxH -ydK -jBD -yay -jxH -jxH -xDX -ozN -qeP -ozN -dtn +sJB +cjG +aYy +aYy +aYy +aYy +aYy +aYy +rnO +pqJ +fni +aYy +aYy +jGy +eNJ +fpX +eNJ +fiH dGw vVR eDn @@ -64025,28 +64025,28 @@ eDn eDn cAW wzE -jpd -jpd -jpd -saZ -czn -jpd -eDo -saZ -saZ -saZ +tra +tra +tra +cfE +urp +tra +mrp +cfE +cfE +cfE kqC -scu -gWy +bjW +cnN kqC -mjK -saZ -mjK +loR +cfE +loR kqC kqC -fhD -fhD -fhD +xYU +xYU +xYU kqC wzE hZR @@ -64058,51 +64058,51 @@ xGt ceC xGt ceC -bGf -bGf -bGf -lEL +lsj +lsj +lsj +ouz hxy hxy -lEL +ouz hxy -lEL +ouz hxy hxy -lEL -bGf +ouz +lsj hxy tFu hxy -etX -lOL +xPd +ktV uVo -gpS -etX -lOL -ssj -gpS -etX -lOL -ssj -gpS -etX -lOL -ssj -gpS -etX -lOL +hDk +xPd +ktV +nQO +hDk +xPd +ktV +nQO +hDk +xPd +ktV +nQO +hDk +xPd +ktV uVo -gpS -etX +hDk +xPd hxy -bGf -bGf -bGf -bGf -qJo +lsj +lsj +lsj +lsj +uwf fiq -qJo +uwf bQM bQM bQM @@ -64138,7 +64138,7 @@ bQM bQM bQM enY -bLm +oWr azZ azZ azZ @@ -64150,32 +64150,32 @@ xLi xLi phz xLi -eAv +qzE xLi xLi -vfZ -fwy -eAv -fwy -dyP +kSM +uBw +qzE +uBw +wqV lAh lAh jZc -dyP -dyP -dyP +wqV +wqV +wqV xnM xnM xnM -eAv -eAv -dyP -dyP -gEM +qzE +qzE +wqV +wqV +oyO cKa -xTv +vCW xlp -uWU +wFZ mvl oAm vMh @@ -64183,53 +64183,53 @@ xFe cPI lvN jmG -vXw -tXW -ilH -fog +wex +bMs +hdl +gDT tOp -tSF -fpF -crm +esY +juG +hOQ cKa bRc -ntl -hQF -ntl -pKO -ntl +hLD +xhd +hLD +coN +hLD cKa -diB -qjb -ilH -mlf +aqg +fqe +hdl +rgS cKa kzh tOp cKa -tlh -ntl -dug +xtV +hLD +qGs iwK cKa -ijj +qtB dGw -qeP -qeP -jxH -jxH -jxH -jxH -lyN -rrm -mSv -jxH -piJ -xDX -lyN -ozN -bJa -dtn +fpX +fpX +aYy +aYy +aYy +aYy +qWD +wzb +mbf +aYy +wTB +jGy +qWD +eNJ +afG +fiH deH ued uvM @@ -64237,55 +64237,55 @@ cnl eDn xQC wzE -jpd -jpd -jpd -saZ -czn -etT -eDo -saZ -saZ -saZ +tra +tra +tra +cfE +urp +rZL +mrp +cfE +cfE +cfE kqC kqC kqC mCF -rDL -tEu -oBc +kNf +gPu +izc kqC -aFd -xjg -xjg -xjg -lzr +dNy +oDM +oDM +oDM +tkK kqC -ctv -kmc -xcp +iwk +pXm +uiL abJ -saZ -saZ +cfE +cfE abJ -nSX -nSX -nSX +xfl +xfl +xfl hxy -pwD -egg -egg -egg -egg -bGf -egg -egg -egg -egg -bGf -bGf -bGf -tDk +lIO +meo +meo +meo +meo +lsj +meo +meo +meo +meo +lsj +lsj +lsj +qWJ wQN xnU wSm @@ -64312,9 +64312,9 @@ wSm wSm wSm wSm -qJo +uwf fiq -qJo +uwf bQM bQM bQM @@ -64350,10 +64350,10 @@ bQM bQM bQM fiq -pYb +pQC ePv ePv -pYb +pQC azZ lAh xLi @@ -64365,29 +64365,29 @@ phz kEZ phz xLi -nTx -fwy -eAv -fwy -dyP +vOT +uBw +qzE +uBw +wqV lAh -jSP -dyP -unx -eqX -rXu +lgr +wqV +ftX +bnx +vxe fde rjz fde -dyP -dyP -dyP -tmk -dyP +wqV +wqV +wqV +sOI +wqV rSr -dmm -dmm -dmm +sBV +sBV +sBV mvl idE idE @@ -64395,109 +64395,109 @@ idE idE jAy jmG -fzi -fzi -ilH -oyD +gRI +gRI +hdl +bcP jmG sta sta sta jmG cKa -aul -ntl -aul -ntl -aul +tKB +hLD +tKB +hLD +tKB cKa -wMZ -igc -ilH -aul -hBy -vZR -jCZ -vZR -vZR -lEd -aul -aul +lvv +daG +hdl +tKB +dIN +gOc +eMC +gOc +gOc +czk +tKB +tKB jmG eHa eDn dGw dGw -qeP -qeP -qeP -eLp -lyN -rrm -mSv -qeP -pMG -qeP -qKM -qKM -qKM -qeP -bdZ +fpX +fpX +fpX +pIE +qWD +wzb +mbf +fpX +iNr +fpX +mUp +mUp +mUp +fpX +qsi msS -lPJ +sJB mGe uIA mGe oFI -itY -jpd -kFE -saZ -czn -jpd -eDo -saZ -saZ -saZ +mZv +tra +xow +cfE +urp +tra +mrp +cfE +cfE +cfE kqC -xAW -nLp +iDy +uOE kqC -czn -nhx -iDr +urp +qSB +xrF kqC -wMu -qQJ -eIc -xjg -epv +tHO +pfM +bYJ +oDM +pTt kqC -uOB -jpd -eDo +cLD +tra +mrp vRA -saZ -saZ +cfE +cfE vRA hxy hxy -bGf -kfw +lsj +bAF sEO pXP fSe fSe dSy -bGf +lsj tSi fSe fSe dSy -bGf -bGf -bGf -gWx +lsj +lsj +lsj +tJG wSm wSm wSm @@ -64524,9 +64524,9 @@ qnB fHB fHB fHB -wWo +krU iSi -wWo +krU hbC hbC hbC @@ -64566,8 +64566,8 @@ fiq fiq fiq fiq -pYb -eAv +pQC +qzE lAh lAh lAh @@ -64577,25 +64577,25 @@ phz phz phz xLi -sio -eAv -eAv -eAv -eAv +qyM +qzE +qzE +qzE +qzE lAh lAh jZc -dIH -xdi -kpb +mJn +grV +crF fde fde fde -dyP -dyP -dyP -dyP -dyP +wqV +wqV +wqV +wqV +wqV jmG mvl mvl @@ -64607,34 +64607,34 @@ idE idE hVI jmG -fzi -fzi -ilH -fwo +gRI +gRI +hdl +tzr fSq -cAm -vZR -lEd +aPr +gOc +czk fSq -aul -cAm -vZR -vZR -vZR -lEd -xsK -fzi -qjb -ilH -aul -tQY -fpF -fpF -fpF -fpF -hwl -aul -aul +tKB +aPr +gOc +gOc +gOc +czk +egV +gRI +fqe +hdl +tKB +mem +juG +juG +juG +juG +ves +tKB +tKB jmG bQM eDn @@ -64643,73 +64643,73 @@ eDn mGe mGe isL -ncO +dPE mGe mGe mGe -rOF +nxw tsf -cuF -qeP -rOF -qeP -qeP -bdZ +yiq +fpX +nxw +fpX +fpX +qsi msS -lPJ +sJB mGe iTe mGe oFI -itY -jpd -jpd -saZ -czn -jpd -eDo -saZ -saZ -saZ +mZv +tra +tra +cfE +urp +tra +mrp +cfE +cfE +cfE kqC -rPJ -lwq +eAu +vHc kqC -czn -jpd -eDo +urp +tra +mrp kqC -hlX -tkQ +jgp +mEs kqC -hlX -tkQ +jgp +mEs kqC -czn -jpd -eDo +urp +tra +mrp kqC -saZ -saZ +cfE +cfE kqC -lhN -lhN +cVu +cVu hxy -bGf -eCV -eCV -eCV -eCV -eCV -bGf -eCV -eCV -eCV -eCV -gVM -bGf -bGf -ocL +lsj +kIJ +kIJ +kIJ +kIJ +kIJ +lsj +kIJ +kIJ +kIJ +kIJ +cBj +lsj +lsj +yjV wSm wSm wSm @@ -64736,9 +64736,9 @@ gAS wSm wSm wSm -qJo +uwf fiq -qJo +uwf bQM bQM bQM @@ -64776,9 +64776,9 @@ kPz bQM bQM kPz -wPT -qiW -qiW +lLt +aHe +aHe azZ azZ azZ @@ -64787,31 +64787,31 @@ azZ azZ kny phz -dyP -dyP -dyP -dyP -aox -dyP -dyP -dyP -dyP -dyP -fsH -fzB -iJi +wqV +wqV +wqV +wqV +ala +wqV +wqV +wqV +wqV +wqV +aoR +wnF +deJ hLX hLX nGW -eAv -jVU -pSk -dyP -dyP +qzE +fBq +mpY +wqV +wqV lZA -aul -aul -aul +tKB +tKB +tKB lZA idE idE @@ -64819,25 +64819,25 @@ idE idE idE lZA -fzi -fzi -ilH -ilH +gRI +gRI +hdl +hdl fSq -fzi -aLA -ilH +gRI +wbq +hdl fSq -aul -lIn -qjb -qjb -qjb -ilH -mMY -fzi -nHy -ilH +tKB +xIc +fqe +fqe +fqe +hdl +lXx +gRI +vuq +hdl cKa kzh tOp @@ -64845,8 +64845,8 @@ cKa kzh tOp cKa -cAm -lEd +aPr +czk jmG kPz uwY @@ -64862,63 +64862,63 @@ cYv arY lDC irx -jCn -soS +hLE +mGY dRW -soS -eyp +mGY +hIM eDn eDn xQC xQC xQC wzE -chN -jpd -jpd -saZ -eNj -jpd -eDo -saZ -saZ -jog +kpo +tra +tra +cfE +gLd +tra +mrp +cfE +cfE +ect kqC ryJ end kqC -ahd -jpd -eDo -ohh -xjg -xjg -uDK -sLh -xjg -ohh -czn -jpd -eDo +jBT +tra +mrp +equ +oDM +oDM +idX +vRK +oDM +equ +urp +tra +mrp abJ -saZ -saZ +cfE +cfE abJ hxy hxy -bGf -bGf -bGf -nmz +lsj +lsj +lsj +ahr uPA uWQ -bGf +lsj evD -bGf +lsj uPA uWQ -bGf -bGf +lsj +lsj hxy hxy vuE @@ -64948,9 +64948,9 @@ gAS wSm wSm wSm -qJo +uwf fiq -qJo +uwf bQM bQM bQM @@ -64989,8 +64989,8 @@ bQM bQM kPz bQM -cki -xvd +rdv +hWT azZ azZ azZ @@ -65000,30 +65000,30 @@ azZ azZ phz azZ -rXu -rXu -rXu -rXu -rXu -rXu -rXu -rXu -rXu -mtu -fzB -dyP -ltZ -xJp -lEw +vxe +vxe +vxe +vxe +vxe +vxe +vxe +vxe +vxe +vqx +wnF +wqV +xBr +woX +ugG csp fYD -cgC -dyP -dyP +sow +wqV +wqV wef -aul -aul -aul +tKB +tKB +tKB wef idE idE @@ -65031,34 +65031,34 @@ idE idE idE wef -tSF -tSF -hwl -hwl +esY +esY +ves +ves fSq -tSF -fpF -hwl +esY +juG +ves fSq -aul -tSF -fpF -fpF -fpF -hwl -xsK -fzi -qjb -ilH +tKB +esY +juG +juG +juG +ves +egV +gRI +fqe +hdl cKa -cAm -pXt +aPr +fAz cKa -dBX -pXt +qXA +fAz cKa -fzi -ilH +gRI +hdl uwk swg fyC @@ -65068,10 +65068,10 @@ erT kPz eDn rkB -efB +cbD lBY -mCN -fIP +hSI +xcF lDC lDC ldZ @@ -65086,54 +65086,54 @@ bce bce wzE kqC -saZ -saZ +cfE +cfE kqC -opM -jpd -gEk -kmc -kmc -sKi -kmc -kmc -xcp -saZ -czn -jpd -eDo -ohh -xjg -xjg -eIc -xjg -xjg -ohh -czn -jpd -eDo +cNL +tra +jBC +pXm +pXm +fRF +pXm +pXm +uiL +cfE +urp +tra +mrp +equ +oDM +oDM +bYJ +oDM +oDM +equ +urp +tra +mrp vRA -saZ -saZ +cfE +cfE vRA hxy hxy -bGf -bGf -bGf -bGf +lsj +lsj +lsj +lsj nKl qfc -bGf +lsj hxy -bGf +lsj nKl qfc -bGf -bGf -bGf -bGf -tDk +lsj +lsj +lsj +lsj +qWJ wSm wSm wSm @@ -65160,9 +65160,9 @@ gAS wSm wSm wSm -qJo +uwf fiq -qJo +uwf bQM bQM bQM @@ -65201,8 +65201,8 @@ bQM bQM kPz bQM -wPT -uLi +lLt +fmP azZ azZ azZ @@ -65212,30 +65212,30 @@ azZ azZ azZ azZ -fwy -fwy -fwy +uBw +uBw +uBw bou -fwy -fwy -fwy -dpo -fwy -fwy -fzB -dyP -dmr -aqz -lEw +uBw +uBw +uBw +sAd +uBw +uBw +wnF +wqV +ill +vZY +ugG csp csp -jrU -dyP -dyP +xBH +wqV +wqV cKa -qjb -qjb -qjb +fqe +fqe +fqe cKa tOp tOp @@ -65243,10 +65243,10 @@ cKa tOp cKa cKa -tSF -tSF -hwl -hwl +esY +esY +ves +ves jmG jmG jmG @@ -65259,23 +65259,23 @@ cKa kzh tOp cKa -vAI -tnf -ilH +qGg +ful +hdl cKa -dJx -gXk +hoQ +sYR cKa -dJx -cZw +hoQ +izb cKa -fzi -ilH +gRI +hdl uwk daD -tle -tle -tle +qLS +qLS +qLS ghg gef xQC @@ -65297,55 +65297,55 @@ bce cAW cAW wzE -khe -jrV -kmc -kmc -ksg -byS -jpd -jpd -uaP -dDi -wLv -wLv -xgZ -saZ -czn -jpd -eDo +hKR +mXs +pXm +pXm +nqD +dau +tra +tra +uZH +odo +fHm +fHm +aLQ +cfE +urp +tra +mrp kqC -fQO -tkQ +oMC +mEs kqC -hlX -tkQ +jgp +mEs kqC -czn -jpd -eDo +urp +tra +mrp kqC -saZ -saZ +cfE +cfE kqC -nSX -nSX +xfl +xfl hxy -bGf -egg -egg -egg -egg -egg -bGf -egg -egg -egg -egg -egg -bGf -bGf -gWx +lsj +meo +meo +meo +meo +meo +lsj +meo +meo +meo +meo +meo +lsj +lsj +tJG wSm wSm wSm @@ -65372,9 +65372,9 @@ gAS wSm wSm wSm -qJo +uwf fiq -qJo +uwf bQM bQM bQM @@ -65412,9 +65412,9 @@ bQM bQM vcC kPz -qiW +aHe fiq -orB +jAV azZ azZ azZ @@ -65425,55 +65425,55 @@ azZ azZ azZ azZ -aQl -aQl -aQl -aQl -aQl -aQl -aQl -aQl -ssN -fzB -mHS -bPy -lww -lEw +puA +puA +puA +puA +puA +puA +puA +puA +hVq +wnF +fbR +pcq +xWG +ugG csp fYD -cgC -dyP -dyP +sow +wqV +wqV lZA -aul -aul -aul +tKB +tKB +tKB lZA -cAm -vZR -vZR -vZR -vZR -rqR -vZR -vZR -vZR -vZR -kGQ -vZR -rqR -vZR -lEd +aPr +gOc +gOc +gOc +gOc +rBD +gOc +gOc +gOc +gOc +kbF +gOc +rBD +gOc +czk cKa -cAm -pXt +aPr +fAz cKa -feD -xQL +nOy +gUM cKa -vcp -qjb -ilH +gvJ +fqe +hdl hEs cKa cKa @@ -65481,13 +65481,13 @@ cKa cKa cKa cKa -fzi -ilH +gRI +hdl uwk urJ -tle +qLS hkh -tle +qLS tCZ pcu xQC @@ -65509,55 +65509,55 @@ bce cAW cAW wzE -czn -pyB -fuu -vBn -jpd -jpd -jpd -oUX -jpd -otp +urp +aNZ +dAL +tSC +tra +tra +tra +gQf +tra +rNe kqC ryJ end kqC -uOB -jpd -iDr +cLD +tra +xrF kqC -wMu -xjg -uDK -xjg -epv +tHO +oDM +idX +oDM +pTt kqC -uOB -jpd -eDo +cLD +tra +mrp abJ -saZ -saZ +cfE +cfE abJ hxy hxy -bGf -kfw +lsj +bAF sEO pXP fSe fSe dSy -bGf +lsj tSi fSe fSe dSy -bGf -bGf -bGf -ocL +lsj +lsj +lsj +yjV wSm wSm wSm @@ -65584,9 +65584,9 @@ gAS wSm wSm wSm -qJo +uwf fiq -qJo +uwf bQM bQM bQM @@ -65626,7 +65626,7 @@ bQM kPz vcC bQM -qiW +aHe azZ azZ azZ @@ -65637,77 +65637,77 @@ azZ azZ azZ azZ -dyP -dyP +wqV +wqV azZ -dyP +wqV azZ -dyP -dyP -dyP -dIH -fzB -dyP +wqV +wqV +wqV +mJn +wnF +wqV ezx ezx reO -eAv -gLr -dfc -dyP -dyP +qzE +rfm +jEn +wqV +wqV wef -aul -aul -aul +tKB +tKB +tKB wef -fzi -qjb -qjb -hKX -qjb -qjb -qjb -qjb -qjb -qjb -qjb -qjb -qjb -hKX -ilH +gRI +fqe +fqe +ycv +fqe +fqe +fqe +fqe +fqe +fqe +fqe +fqe +fqe +ycv +hdl cKa -dJx -gXk +hoQ +sYR cKa -dJx -gXk +hoQ +sYR cKa -vcp -qjb -ilH +gvJ +fqe +hdl cKa -rxj -dHU +nYc +jIb cKa -rxj -dHU +nYc +jIb cKa -fzi -ilH +gRI +hdl uwk mdJ -tle -tle -tle +qLS +qLS +qLS xMW ssJ xQC -ppd +uOk tom vGv uzO -bdZ +qsi edd fje das @@ -65721,52 +65721,52 @@ bce bce bce wzE -mcL -jpd -oay -frn -jpd -eyX -jpd -jpd -jpd -ctv +pTs +tra +lJN +bmo +tra +csv +tra +tra +tra +iwk kqC -ctv -fBV +iwk +vAN kqC -vPJ -jpd -vZh +gTF +tra +mKb kqC -ssQ -xjg -xjg -qQJ -drZ +poQ +oDM +oDM +pfM +qTJ kqC -czn -jpd -eDo +urp +tra +mrp vRA -saZ -saZ +cfE +cfE vRA -lhN -lhN -lhN +cVu +cVu +cVu hxy -quj -eCV -eCV -gVM -eCV -bGf -eCV -eCV -eCV -eCV -bGf +eEg +kIJ +kIJ +cBj +kIJ +lsj +kIJ +kIJ +kIJ +kIJ +lsj hxy hxy vPA @@ -65796,9 +65796,9 @@ gAS wSm wSm wSm -qJo +uwf fiq -qJo +uwf bQM bQM bQM @@ -65857,37 +65857,37 @@ lAh lAh lAh xvI -dIH -lfM -rXu +mJn +ctF +vxe fde fde fde -dyP -dyP -dyP -dyP -dyP +wqV +wqV +wqV +wqV +wqV cKa mvl mvl mvl cKa -tSF -fpF -fpF -cbo -qjb -kSO -fpF -fpF -fpF -fpF -fpF -fpF -cbo -qjb -uGd +esY +juG +juG +reh +fqe +vEI +juG +juG +juG +juG +juG +juG +reh +fqe +uaa cKa cKa cKa @@ -65895,18 +65895,18 @@ cKa cKa cKa cKa -ukE -fpF -hwl +pdF +juG +ves cKa -sAA -fLh +bMJ +oek cKa -tSF -fLh +esY +oek cKa -tSF -hwl +esY +ves uwk aKA tWI @@ -65915,11 +65915,11 @@ eOF bUB kPz eDn -qeP +fpX lBY oOv dGw -kPB +ulL lDC izZ uym @@ -65933,33 +65933,33 @@ bce cAW cAW wzE -pSE -xcp -jpd -jpd -jpd -gfM -vBn -jpd -ctv -czn +hpB +uiL +tra +tra +tra +uEG +tSC +tra +iwk +urp kqC -scu -pUR +bjW +gAG kqC -vzS -jpd -eDo +olD +tra +mrp kqC kqC -ohh -ohh -ohh +equ +equ +equ kqC kqC -czn -jpd -eDo +urp +tra +mrp vMK goG goG @@ -65969,19 +65969,19 @@ vMK xOQ hxy hxy -lEL +ouz hxy hxy -lEL +ouz hxy -lEL +ouz hxy hxy -lEL -bGf -bGf -bGf -tDk +ouz +lsj +lsj +lsj +qWJ wSm wSm wSm @@ -66008,9 +66008,9 @@ kAr wSm wSm wSm -qJo +uwf fiq -qJo +uwf bQM bQM bQM @@ -66067,49 +66067,49 @@ azZ azZ azZ lAh -jSP -dyP -wxg -aQl -aQl +lgr +wqV +bfH +puA +puA fde fde fde -dyP -dyP -dyP -dyP -dyP +wqV +wqV +wqV +wqV +wqV mvl -cIa -whA -nQF +wqz +utS +dhL mvl -umz -aul -aul -fzi -qjb -uGd +noT +tKB +tKB +gRI +fqe +uaa aSz uwk uwk uwk uwk aSz -vXw -qjb -ilH +wex +fqe +hdl cKa -rxj -eTt +nYc +jRQ cKa -rxj -dHU +nYc +jIb cKa -ocF -aul -aul +fAP +tKB +tKB cKa kzh tOp @@ -66117,8 +66117,8 @@ cKa kzh tOp cKa -aul -aul +tKB +tKB jmG jmG mlC @@ -66134,49 +66134,49 @@ cYv arY lDC xKX -pWd -pWd +wmT +wmT wWF -pWd -pWd +wmT +wmT ecM mlC wzE wzE wzE wzE -vbu -eDo -jpd -jpd -gjR -jpd -jpd -jpd -czn -tWV +iaA +mrp +tra +tra +aiB +tra +tra +tra +urp +kiI kqC kqC kqC kqC -bBK -jpd -ula -qqF -qqF -kmc -kmc -kmc -iIp -qqF -ksg -jpd -eDo +tvD +tra +bUF +ovU +ovU +pXm +pXm +pXm +mIO +ovU +nqD +tra +mrp goG -obs -joG -pBG -qQv +vZI +kqB +iTt +iqU goG hxy hxy @@ -66185,15 +66185,15 @@ hxy hxy hxy mxQ -tCm +oXv mxQ hxy hxy hxy hxy -bGf -bGf -gWx +lsj +lsj +tJG wSm wSm wSm @@ -66220,9 +66220,9 @@ mmP fHB fHB fHB -wWo +krU iSi -wWo +krU hbC hbC hbC @@ -66251,7 +66251,7 @@ bQM bQM bQM bQM -xWc +dJt bQM bQM cZq @@ -66281,114 +66281,114 @@ azZ lAh lAh jZc -dyP -dyP -dyP +wqV +wqV +wqV eAo eAo eAo -eAv -eAv -eDQ -dyP -eAv +qzE +qzE +bls +wqV +qzE mvl -kUM +mqN xlp -dmm +sBV cKa cKa cKa cKa -fzi -qjb -bfd +gRI +fqe +ykF uwk bQM bQM bQM bQM uwk -tSF -fpF -hwl +esY +juG +ves cKa -tSF -fLh +esY +oek cKa -tSF -fLh +esY +oek cKa -gCo -vZR -vZR -vZR -vZR -vZR -cku -vZR -vZR -vZR -vZR -vZR -cHp -gjJ -wqy -wqy -nkE -nkE -nkE -urC -nkE -nkE -nkE -nkE -nkE -ycM -nkE -nkE -nkE -nkE -nkE -nkE -ycM -nkE +gAy +gOc +gOc +gOc +gOc +gOc +ncv +gOc +gOc +gOc +gOc +gOc +tzf +qMU +faF +faF +nJF +nJF +nJF +sgM +nJF +nJF +nJF +nJF +nJF +pqU +nJF +nJF +nJF +nJF +nJF +nJF +pqU +nJF kqC -saZ -saZ -saZ -saZ -saZ -jpd -jpd -jpd -jpd -qbq -jpd -rPJ -czn +cfE +cfE +cfE +cfE +cfE +tra +tra +tra +tra +dDa +tra +eAu +urp kqC -hth -heH +upC +ciE kqC -czn -jpd -iEv -jpd -nhx -jpd -iEv -jpd -jpd -jpd -jpd -jpd -eDo +urp +tra +cPj +tra +qSB +tra +cPj +tra +tra +tra +tra +tra +mrp goG -pAI -lEE -acA -hfs +aJN +mEh +bqZ +qti goG hxy abe @@ -66403,9 +66403,9 @@ xOQ hxy hxy hxy -bGf -bGf -ocL +lsj +lsj +yjV wQN xnU wSm @@ -66432,9 +66432,9 @@ wSm wSm wSm wSm -qJo +uwf fiq -qJo +uwf bQM bQM bQM @@ -66501,29 +66501,29 @@ lAh lAh csp csp -dyP -dyP +wqV +wqV csp cKa -vqq +ivX fyi -dmm +sBV mvl -aul -aul -aul -fzi -qjb -uGd +tKB +tKB +tKB +gRI +fqe +uaa aSz uwk uwk uwk uwk aSz -ify -aul -aul +gXd +tKB +tKB cKa kzh tOp @@ -66531,29 +66531,29 @@ cKa kzh tOp cKa -vXw -qjb -qjb -hKX -qjb -qjb -qjb -qjb -qjb -qjb -qjb -mvy -ilH +wex +fqe +fqe +ycv +fqe +fqe +fqe +fqe +fqe +fqe +fqe +eTs +hdl fSq -nkE +nJF gqe -pFu -nkE +phi +nJF vEF gqe gqe miU -nEK +vBp xKX pXj gqe @@ -66564,43 +66564,43 @@ gqe gqe gqe gqe -gmE +qOg wpO -saZ -saZ -saZ -xgZ -jpd -vBn -eyX -jpd -oUX -pyB -jpd -jpd -rPJ +cfE +cfE +cfE +aLQ +tra +tSC +csv +tra +gQf +aNZ +tra +tra +eAu kqC -rPJ -xgZ +eAu +aLQ kqC -rPJ -wLv -dom -wLv -wLv -wLv -wLv -wLv -yie -wLv -wLv -wLv -xgZ +eAu +fHm +tKG +fHm +fHm +fHm +fHm +fHm +hGE +fHm +fHm +fHm +aLQ goG -nDi -neW -neW -jLO +lLo +kfa +kfa +iWt goG hxy hxy @@ -66618,35 +66618,35 @@ mxQ vMK hxy hxy -hHx -nqq -tzS -lld -hHx +qOn +qqx +vKG +uCq +qOn lLv -tzS -lld -hHx -nqq -tzS -lld -hHx -nqq -tzS -lld -hHx -nqq -tzS -lld -hHx -bGf -bGf -bGf -bGf -bGf -qJo +vKG +uCq +qOn +qqx +vKG +uCq +qOn +qqx +vKG +uCq +qOn +qqx +vKG +uCq +qOn +lsj +lsj +lsj +lsj +lsj +uwf fiq -qJo +uwf bQM bQM bQM @@ -66713,59 +66713,59 @@ lAh lAh glw csp -dyP -dyP +wqV +wqV csp rSr -dmm -dmm -dmm +sBV +sBV +sBV rSr -cAm -vZR -vZR -pvN -qjb -ilH -aul -cAm -vZR -vZR -vZR -lEd -sOV -cAm -vZR -vZR -vZR -vZR -vZR -vZR -vZR -vZR -pvN -qjb +aPr +gOc +gOc +oKL +fqe +hdl +tKB +aPr +gOc +gOc +gOc +czk +idR +aPr +gOc +gOc +gOc +gOc +gOc +gOc +gOc +gOc +oKL +fqe wef -qjb -aLi -fpF -fpF -fpF -fpF -fpF -fpF -fpF -hwl +fqe +rmp +juG +juG +juG +juG +juG +juG +juG +ves fSq -mgk +ycm jJe gqe gqe -wSE -ozK +owR +agq kJX oXE -pUA +mEn gqe kJX gqe @@ -66776,21 +66776,21 @@ gqe gqe gqe qqJ -gmE +qOg wpO -saZ -saZ -saZ -czn -eHe -jpd -jpd -vBn -kXt -jpd -eyX -xDI -iDr +cfE +cfE +cfE +urp +yjq +tra +tra +tSC +cvv +tra +csv +uTM +xrF kqC qRi end @@ -66798,21 +66798,21 @@ wzE wzE wzE kqC -saZ -saZ -saZ -saZ -sRF +cfE +cfE +cfE +cfE +mtA kqC jTJ goG goG goG vMK -rrI -neW -neW -qhf +bQu +kfa +kfa +eKJ vMK vMK xOQ @@ -66823,37 +66823,37 @@ hxy mxQ tUs mxQ -cfg -tFR -wnm -cfg +uQf +pTG +wIc +uQf vMK xOQ -bGf -bGf -bGf +lsj +lsj +lsj hxy hxy hxy hxy hxy hxy -bGf -bGf -bGf +lsj +lsj +lsj hxy -bGf -bGf -bGf +lsj +lsj +lsj hxy -bGf -bGf -bGf +lsj +lsj +lsj hxy -bGf -bGf -bGf -bGf +lsj +lsj +lsj +lsj hxy wly tan @@ -66923,58 +66923,58 @@ lAh lAh lAh lAh -wEN +vNj csp -dyP -dyP +wqV +wqV csp cKa cKa cKa cKa cKa -fzi -qjb -kSO -fpF -fpF -hwl -aul -tSF -fpF -fpF -fpF -hwl -aul -fzi -qjb -hKX -qjb -qjb -qjb -qjb -qjb -qjb +gRI +fqe +vEI +juG +juG +ves +tKB +esY +juG +juG +juG +ves +tKB +gRI +fqe +ycv +fqe +fqe +fqe +fqe +fqe +fqe wef -qjb -qjb -qjb -uGd +fqe +fqe +fqe +uaa jpN uwk uwk uwk lIG -aul -oUU -aul +tKB +fMu +tKB cKa -nkE +nJF gqe gqe gqe -iwp -dUe +uqB +kmn cnu gqe gqe @@ -66988,62 +66988,62 @@ bKs gqe gqe gqe -nkE +nJF wpO -saZ -saZ -saZ -rPJ -eGM -jpd -jpd -jpd -jpd -kXt -jpd -jpd -ula -kmc -kmc -xcp +cfE +cfE +cfE +eAu +fVq +tra +tra +tra +tra +cvv +tra +tra +bUF +pXm +pXm +uiL hZR bQM hZR -mUP -ctv -kmc -kmc -kmc -lin -uEn +rtZ +iwk +pXm +pXm +pXm +ugS +isd duF -iZX -wRE -dzR -neW -neW -neW -neW -neW -lDq +mzQ +vJm +vzr +kfa +kfa +kfa +kfa +kfa +tRK vMK goG goG goG vMK -tCm +oXv mxQ deR mxQ -cfg -tFR -wnm -cfg +uQf +pTG +wIc +uQf vMK hxy -bGf -bGf -bGf +lsj +lsj +lsj hxy wly wly @@ -67054,17 +67054,17 @@ fSe dSy hxy hxy -bGf -bGf +lsj +lsj hxy hxy hxy -bGf +lsj hxy hxy hxy hxy -bGf +lsj hxy hxy wly @@ -67142,12 +67142,12 @@ wef lSj cKa cKa -wjP -lEd -hHo -qjb -qjb -uGd +tHR +czk +gfK +fqe +fqe +uaa cKa kzh tOp @@ -67158,20 +67158,20 @@ cKa kzh tOp arn -vXw -qjb -kSO -fpF -fpF -fpF -fpF -fpF -fpF -cbo -qjb -qjb -qjb -ilH +wex +fqe +vEI +juG +juG +juG +juG +juG +juG +reh +fqe +fqe +fqe +hdl uwk bQM kPz @@ -67185,8 +67185,8 @@ qjp gqe gqe gqe -rsZ -rsZ +vHV +vHV lvk gqe gqe @@ -67195,41 +67195,41 @@ lvk gqe gqe gqe -nkE -nkE -npQ -qzL -fWr -tPb +nJF +nJF +wtF +bYl +ydV +rNh kqC kqC ecd kqC kqC -czn -jpd -jpd -aAp -jpd -dDi -wLv -wLv -wLv -wLv -wLv -xgZ +urp +tra +tra +niI +tra +odo +fHm +fHm +fHm +fHm +fHm +aLQ hZR kPz hZR -mye -czn -iEv -jpd -jpd -eDo -uEn +rOv +urp +cPj +tra +tra +mrp +isd duF -bEC +lgV rII lAS lAS @@ -67247,10 +67247,10 @@ iyf mxQ tUs mxQ -cfg -tFR -wnm -cfg +uQf +pTG +wIc +uQf vMK dlX iLQ @@ -67348,57 +67348,57 @@ cAW jmG bQM jmG -aul -cAm -vZR -lEd -qjb +tKB +aPr +gOc +czk +fqe cKa -uoq -ilH +dVj +hdl uwk -fzi -qjb -ilH +gRI +fqe +hdl cKa -cAm -pXt +aPr +fAz cKa -cAm -pXt +aPr +fAz cKa -khz -pXt +mGv +fAz cKa -fzi -qjb -uGd +gRI +fqe +uaa cKa cKa -nER -nER +iGQ +iGQ cKa jmG gHh -qjb -qjb -qjb -ilH +fqe +fqe +fqe +hdl uwk kPz kPz kPz uwk -dmm -dmm -ehZ +sBV +sBV +nzs lzm gqe gqe gqe gqe -jQC -ozK +akf +agq hLO gqe gqe @@ -67407,7 +67407,7 @@ hLO gqe pXj gqe -nkE +nJF kqC kqC xrG @@ -67418,12 +67418,12 @@ rCq vRA vRA kqC -qdE -eHe -jpd -jpd -jpd -ksM +iie +yjq +tra +tra +tra +oNO kqC cRB end @@ -67433,21 +67433,21 @@ end wzE bQM hZR -xdY -czn -dDi -eJw -eGM -eDo -eXe +uVz +urp +odo +uaj +fVq +mrp +sXo duF -hfs +qti lAS lAS lAS lAS -lyS -stz +pnm +lZT lAS lAS lAS @@ -67455,14 +67455,14 @@ lAS lAS bYv mxQ -cfg +uQf tUs tUs vDO -aZf -tFR -wnm -cfg +dly +pTG +wIc +uQf bzO bzO ybj @@ -67560,57 +67560,57 @@ cAW jmG jmG jmG -aul -fzi -qjb -ilH -aul +tKB +gRI +fqe +hdl +tKB cKa -dJx -gXk +hoQ +sYR uwk -fzi -qjb -ilH +gRI +fqe +hdl cKa -dJx -gXk +hoQ +sYR cKa -dJx -gXk +hoQ +sYR cKa -dxl -lJr +wCp +chv cKa -gCO -qjb -ilH +iYl +fqe +hdl cKa -rRo -wQv -wQv -bEd +bhG +cPS +cPS +tQM cKa -fzi -qjb -qjb -vnc -ilH +gRI +fqe +fqe +qBW +hdl uwk bQM kPz bQM uwk -dmm +sBV fyi -kcj +qdR qva dAe lps gqe gqe -jQk -dUe +fjk +kmn kJX gqe gqe @@ -67619,7 +67619,7 @@ kJX gqe gqe gqe -fWr +ydV kqC kqC vRA @@ -67630,30 +67630,30 @@ kqC tVV vRA oFI -xnP -sfC -wLv -eGM -jpd -eDo +gLJ +nfU +fHm +fVq +tra +mrp kqC -ctv -nuN +iwk +tRY kqC -ctv -nuN +iwk +tRY wzE kPz jTJ -jjj -czn -eDo -ayD -czn -eDo -erP +wvx +urp +mrp +gsD +urp +mrp +hov jTJ -aVC +jLL lAS lAS lAS @@ -67667,14 +67667,14 @@ lAS lAS bYv mxQ -wSu +fQD vfz tUs mxQ -cfg -tFR -wnm -cfg +uQf +pTG +wIc +uQf vEK bzO wly @@ -67772,18 +67772,18 @@ cAW cAW bQM uwk -aul -tSF -fpF -hwl -aul +tKB +esY +juG +ves +tKB hEs cKa cKa cKa -flU -kDl -ePi +gZz +gYu +hSX hEs cKa cKa @@ -67794,30 +67794,30 @@ cKa cKa cKa cKa -vXw -qjb -ilH +wex +fqe +hdl cKa -xCv -wIr -wQv -sqE +cDb +ncJ +cPS +sgC cKa -fzi -qjb +gRI +fqe wef -qjb -ilH +fqe +hdl jmG bQM kPz bQM uwk -xPS +ulI fyi -dmm +sBV cKa -jYG +uBt lps wAD gqe @@ -67831,13 +67831,13 @@ kDj gqe gqe gqe -mJL +dDt jKb abJ -ctv -kmc -xcp -ubU +iwk +pXm +uiL +iFx kqC vRA tiX @@ -67845,27 +67845,27 @@ kqC kqC kqC kqC -czn -jpd -eDo +urp +tra +mrp kqC -scu -gWy +bjW +cnN kqC -scu -gWy +bjW +cnN wzE bQM hZR -ayD -czn -eDo -ayD -czn -eDo -ayD +gsD +urp +mrp +gsD +urp +mrp +gsD duF -fyc +gOV lAS lAS lAS @@ -67879,14 +67879,14 @@ mxQ iyf mxQ mxQ -cfg +uQf ndl aZN mxQ -cfg -tFR -wnm -cfg +uQf +pTG +wIc +uQf vCv bzO bzO @@ -67984,82 +67984,82 @@ cAW cAW bQM uwk -cAm -vZR -lEd -aul -aul +aPr +gOc +czk +tKB +tKB wef -rxj -dHU -htd -ksp -qjb -owh +nYc +jIb +sqo +ezE +fqe +fFv cKa -rxj -dHU +nYc +jIb cKa -rxj -dHU +nYc +jIb cKa -rxj -dHU +nYc +jIb cKa -fzi -qjb -ilH +gRI +fqe +hdl cKa -nNT +dTH cKa -xCv -wQv -nER -fzi -qjb -qjb +cDb +cPS +iGQ +gRI +fqe +fqe wef -ilH +hdl uwk bQM kPz bQM jmG -gkn +nMP fyi -hDz +dkF mvl -jYG +uBt lps -lbV +nSp gqe -lbV +nSp gqe -lbV -fWr -tPb -mhP +nSp +ydV +rNh +xRb hgu hgu hgu hgu -iwv +sdq xNQ vRA -czn -nmB -eDo -ubU +urp +wbY +mrp +iFx oFI vRA glD kqC -mpz -nuN +uYW +tRY kqC -czn -jpd -ksM +urp +tra +oNO mCF kqC kqC @@ -68069,19 +68069,19 @@ kqC wzE kPz hZR -ayD -czn -eDo -ayD -czn -dga -ayD +gsD +urp +mrp +gsD +urp +iqr +gsD duF -dRN +uAf mWF lAS lAS -njI +rFh lAS dCF lAS @@ -68091,19 +68091,19 @@ tUs rbK tUs tUs -cRy +jKx tUs tUs ffZ -cfg -tFR -wnm -cfg -cfg +uQf +pTG +wIc +uQf +uQf mxQ -wHm -wJD -avm +fdH +vaR +wdO bzO rzt rzt @@ -68116,16 +68116,16 @@ kPz bQM bQM bTo -tle -tle -tle +qLS +qLS +qLS hkh -tle -tle +qLS +qLS hkh -tle -tle -tle +qLS +qLS +qLS iWq bQM bQM @@ -68196,72 +68196,72 @@ bce bce uwk uwk -fzi -qjb -ilH -lie -aul -htd -tSF -hwl +gRI +fqe +hdl +jeI +tKB +sqo +esY +ves wef -fzi -qjb -aDz +gRI +fqe +iMA cKa -tSF -hwl +esY +ves cKa -tSF -hwl +esY +ves cKa -tSF -gQQ +esY +jKE cKa -fzi -cRY -cxr +gRI +iEb +qyb cKa -xCv -sdO -iVF -wQv -nER -fzi -qjb +cDb +gmN +fko +cPS +iGQ +gRI +fqe jMf wef -ilH +hdl uwk kPz kPz kPz jmG -dFP +soS jEK -dmm +sBV jce -jYG +uBt lps gqe gqe gqe gqe gqe -jvU +fMr ecM -iNX -tRK -ygP -ggC -lVo -ohL +jPF +hFT +jPj +cMc +vZJ +fvG kqC kqC -uOB -jpd -eDo -ubU +cLD +tra +mrp +iFx kqC kqC kqC @@ -68269,31 +68269,31 @@ kqC ryJ end kqC -uOB -jpd -eDo +cLD +tra +mrp kqC -xAW -nLp +iDy +uOE kqC -xAW -nLp +iDy +uOE wzE bQM hZR -ayD -rPJ -xgZ -ayD -rPJ -xgZ -ayD +gsD +eAu +aLQ +gsD +eAu +aLQ +gsD duF -joG +kqB lAS lAS lAS -bcb +cdl lAS lAS lAS @@ -68303,23 +68303,23 @@ mxQ tUs mxQ mxQ -poV +kvu mxQ tUs mxQ -cfg -tFR -wnm -neW -neW -kox -aiT -hWj -cfg -cfg +uQf +pTG +wIc +kfa +kfa +xbO +wif +kbc +uQf +uQf lAS -cfg -mzq +uQf +mzv bzO bQM kPz @@ -68328,16 +68328,16 @@ kPz bQM bQM bTo -tle -tle -tle +qLS +qLS +qLS pcu -tle -tle +qLS +qLS pcu -tle -tle -tle +qLS +qLS +qLS iWq bQM bQM @@ -68407,19 +68407,19 @@ vBP fQV erT uwk -qWc -tSF -fpF -hwl -aul -aPN +cev +esY +juG +ves +tKB +qrZ cKa -htd +sqo wef wef -mfu -nXY -qWo +tHd +rNE +xUL cKa kzh tOp @@ -68430,66 +68430,66 @@ cKa kzh tOp cKa -vXw -qjb -ilH +wex +fqe +hdl cKa -xCv -sqE +cDb +sgC cKa -xCv -nER -fzi -qjb +cDb +iGQ +gRI +fqe bJn aTM -ilH +hdl uwk bQM kPz bQM jmG -jsy -xmJ -nkZ +ayP +riL +fBC uhm -mgk +ycm bej -lbV +nSp gqe -lbV +nSp gqe -lbV -iIs +nSp +kSc ecM -kaY -rsZ -rsZ -rsZ -rsZ -rsZ +vsS +vHV +vHV +vHV +vHV +vHV kqC -leh -hqj -jpd -ksM +pWJ +aYt +tra +oNO kqC kqC -rFA -suJ -kmc -kmc -kmc -xcp -czn -jpd -eDo +hWD +hBQ +pXm +pXm +pXm +uiL +urp +tra +mrp kqC -rPJ -iyG +eAu +hXL kqC -rPJ -iyG +eAu +hXL wzE wzE wzE @@ -68505,33 +68505,33 @@ vMK dhj lAS mKy -nMt +jgP lAS lAS -yaM +bpI mxQ jXj mxQ rsp mxQ -cfg -cfg +uQf +uQf mxQ tUs mxQ -cfg -vPw -wnm -cfg -cfg +uQf +vft +wIc +uQf +uQf mxQ -hWj -tro -hWj +kbc +tCD +kbc krr -dPd +rMc krr -wJD +vaR bzO bQM kPz @@ -68540,16 +68540,16 @@ kPz bQM bQM bTo -tle -tle -tle +qLS +qLS +qLS hkh -tle -tle +qLS +qLS hkh -tle -tle -tle +qLS +qLS +qLS iWq bQM bQM @@ -68614,48 +68614,48 @@ cAW bQM bce bTo -tle -tle -tle +qLS +qLS +qLS ghg uwk -sxt -aul -cAm -vZR -lEd -aul -hVv -cAm -iVz -dgh -pvN -pRa -wXJ -vZR -vZR -lEd -aul -wjP -dgh -vZR -vZR -lEd -aul -fzi -eoB -ilH +fRu +tKB +aPr +gOc +czk +tKB +oVw +aPr +jsd +qIM +oKL +dxL +nla +gOc +gOc +czk +tKB +tHR +qIM +gOc +gOc +czk +tKB +gRI +bOY +hdl cKa -xCv -wQv -sdO -sqE +cDb +cPS +gmN +sgC cKa -fzi -qjb +gRI +fqe wef -qjb -uGd +fqe +uaa jmG uwk uwk @@ -68665,37 +68665,37 @@ mvl mvl uhm cKa -cHs -qzL +tZj +bYl gqe gqe gqe gqe -nkE -jvU +nJF +fMr ecM bEX bEX izZ -nkE -nkE -nkE +nJF +nJF +nJF kqC -rGL -czn -jpd -eDo +nHx +urp +tra +mrp abJ -saZ -ctv -kmc -kmc -kmc -xcp -xgZ -czn -jpd -ksM +cfE +iwk +pXm +pXm +pXm +uiL +aLQ +urp +tra +oNO kqC ryJ end @@ -68705,36 +68705,36 @@ end kqC wzE pah -cLY -jpd -hfw +kZX +tra +fOG qOq -jpd -jpd +tra +tra pah bhu goG lAS lAS lAS -ezp +oVq lAS lAS -uTz +wYh mxQ tUs tUs oBj mxQ -cfg +uQf mxQ mxQ msj mxQ -cfg -tFR -wnm -cfg +uQf +pTG +wIc +uQf vEK mxQ mxQ @@ -68826,58 +68826,58 @@ cAW bQM bce ajx -tle +qLS hkh -tle +qLS tCZ uwk -fkq -aul -fzi -qjb -ilH -qjb -qjb -tSF -gQS -fpF -fpF -fpF -fpF -fpF -fpF -hwl -mjY -tSF -sIO -gQS -fpF -hwl -aul -fzi -qjb -ilH +rtB +tKB +gRI +fqe +hdl +fqe +fqe +esY +vau +juG +juG +juG +juG +juG +juG +ves +onq +esY +vNn +vau +juG +ves +tKB +gRI +fqe +hdl cKa -bmu -iVF -wQv -abH +pcd +fko +cPS +qUz hEs -fzi -qjb -qjb +gRI +fqe +fqe wef -ilH +hdl jYs -nTQ -rsZ -wSE -inI -rsZ -rsZ -ogU -icw -odM +hQp +vHV +owR +hVJ +vHV +vHV +gfx +ohk +mvj xrG lHy lHy @@ -68891,62 +68891,62 @@ gqe klg gqe gqe -nkE +nJF kqC -oaw -czn -jpd -eDo +oxY +urp +tra +mrp vRA -saZ -rPJ -wLv -wLv -wLv -xgZ -xcp -sEc -jpd -eDo -saZ -ctv -kmc -kmc -kmc -xcp -saZ +cfE +eAu +fHm +fHm +fHm +aLQ +uiL +lxc +tra +mrp +cfE +iwk +pXm +pXm +pXm +uiL +cfE duF -kIv +lyi gsL -jpd -jpd +tra +tra qOq -jpd -jpd -pSD +tra +tra +fnQ sNN goG lAS lAS lAS -jpL +mHA gnz lAS -aDe +hoR mxQ xCa fgU liI mxQ -qbj +sFF hvF tUs tUs lhY -cfg -tFR -wnm -cfg +uQf +pTG +wIc +uQf vEK mxQ mxQ @@ -69038,17 +69038,17 @@ cAW bQM bce bTo -tle -tle -tle +qLS +qLS +qLS xMW uwk -fkq -aul -tSF -fpF -hwl -cck +rtB +tKB +esY +juG +ves +fCO eov efl fDQ @@ -69056,9 +69056,9 @@ eov tzy wef wef -nao -aul -umz +tKJ +tKB +noT wef wef tOp @@ -69066,34 +69066,34 @@ cKa kzh tOp cKa -vXw -qjb -uGd +wex +fqe +uaa aSz aSz aSz hul aSz aSz -ukE -fpF -fpF -fpF -hwl +pdF +juG +juG +juG +ves jYs -rsZ -dUe -jQk -dUe -jQk -goS -hxN -sgQ -pmc +vHV +kmn +fjk +kmn +fjk +lXl +svj +fYq +eKP gqe -nkE -nkE -vdN +nJF +nJF +lhK gqe gqe gqe @@ -69103,73 +69103,73 @@ gqe gqe gqe gqe -nkE +nJF kqC -leh -kdv -jpd -ksM +pWJ +fXq +tra +oNO kqC kqC -saZ -rPJ -wLv -wLv -wLv -xgZ -czn -jpd -eDo -saZ -rPJ -wLv -wLv -wLv -xgZ -erF +cfE +eAu +fHm +fHm +fHm +aLQ +urp +tra +mrp +cfE +eAu +fHm +fHm +fHm +aLQ +ihE hBF -wEH -sXZ -jpd -jpd +kPb +wCu +tra +tra qOq -fPv -jpd +kif +tra pah -cGb +rpT goG lAS lAS lAS -oqJ +mle lAS lAS -bRi +oce mxQ tUs mxQ tUs tUs -cfg +uQf rbK tUs mxQ mxQ -cfg -tFR -wnm -cfg +uQf +pTG +wIc +uQf vEK -bdo +tNe kcz -psf -neW -aZf -neW +rnW +kfa +dly +kfa lAS lAS -cfg -cfg +uQf +uQf bzO bQM kPz @@ -69255,33 +69255,33 @@ eJQ jlH bUB uwk -ohX -cAm -vZR -lEd -aul -qjb +dMh +aPr +gOc +czk +tKB +fqe eov -xch -hwB +mwp +apk eov -gBU -omT +rqm +ari jAW -aul -pNo -aul +tKB +dzD +tKB wef -cAm -lEd +aPr +czk cKa -cAm -pXt +aPr +fAz cKa -fzi -qjb -ilH -aul +gRI +fqe +hdl +tKB cKa pVq wef @@ -69293,18 +69293,18 @@ uwk uwk jmG jmG -dUe -pCO -nkE -nkE -nkE -nkE -nkE -nkE -nkE -nkE -nkE -nkE +kmn +gzl +nJF +nJF +nJF +nJF +nJF +nJF +nJF +nJF +nJF +nJF gqe gqe gqe @@ -69315,13 +69315,13 @@ gqe gqe gqe gqe -oDW +dpD kqC kqC -uOB -jpd -eDo -ubU +cLD +tra +mrp +iFx kqC ryJ end @@ -69329,9 +69329,9 @@ kqC ryJ end kqC -czn -jpd -ksM +urp +tra +oNO kqC ryJ end @@ -69362,18 +69362,18 @@ tUs mxQ vrF hvF -cfg +uQf hvF oBj tUs vDO -aZf -tFR -bbz -cfg -cfg -aiT -nCo +dly +pTG +mry +uQf +uQf +wif +lti waN sfW sfW @@ -69381,7 +69381,7 @@ sfW sfW sfW oqu -nNN +pUP bzO tan tan @@ -69468,32 +69468,32 @@ bce bce uwk uwk -fzi -qjb -ilH -aul -mke +gRI +fqe +hdl +tKB +uqK eov -jfs -kMQ +toG +hKu eov -dJx -shK +hoQ +mOE hqD -jzP -aul -xMz +hZl +tKB +tAV hqD -dJx -gXk +hoQ +sYR cKa -dJx -gXk +hoQ +sYR cKa -fzi -qjb -ilH -aul +gRI +fqe +hdl +tKB glj pVq wef @@ -69505,21 +69505,21 @@ bQM bQM bQM uwk -jQk -nkE -xdV -nkE -nkE -nkE -nkE -nkE -nkE -nkE -qDt -nkE +fjk +nJF +hau +nJF +nJF +nJF +nJF +nJF +nJF +nJF +nen +nJF gqe -wSE -xIU +owR +tVW ecM mlC mlC @@ -69527,39 +69527,39 @@ mlC ecM qKF gqe -mJL +dDt jKb abJ -czn -jpd -eDo -ubU +urp +tra +mrp +iFx kqC -rPJ -iyG +eAu +hXL kqC -rPJ -iyG +eAu +hXL kqC -uOB -jpd -eDo +cLD +tra +mrp kqC -ctv -nuN +iwk +tRY kqC -ctv -nuN +iwk +tRY kqC -uXg +oHu lAS -cgO -tFR -wnm -nld -tFR -wnm -cfg +ahc +pTG +wIc +omT +pTG +wIc +uQf cFf vMK tld @@ -69574,18 +69574,18 @@ tUs tUs jXj mxQ -cfg +uQf mxQ tUs hvF mxQ -cfg -tFR -nwj -nUK -nUK +uQf +pTG +cZj +mRH +mRH pdf -psf +rnW hfd fIW htt @@ -69595,9 +69595,9 @@ vjq euC euC euC -wWo +krU iSi -wWo +krU hbC cbb bQM @@ -69680,11 +69680,11 @@ cAW cAW bQM uwk -tSF -fpF -hwl -aul -koS +esY +juG +ves +tKB +nmw eov dRO pvD @@ -69692,9 +69692,9 @@ eov cKa cKa cKa -kXG -aul -aPN +lKO +tKB +qrZ hEs cKa cKa @@ -69702,10 +69702,10 @@ cKa cKa cKa cKa -vXw -qjb -ilH -aul +wex +fqe +hdl +tKB glj pVq wef @@ -69718,20 +69718,20 @@ kPz kPz uwk gqe -mcQ -nkE -ozK +kak +nJF +agq kJX -jQk -dUe -ozK +fjk +kmn +agq kJX -jQk -nkE -nkE +fjk +nJF +nJF gqe -hmG -fQw +vLC +ugb mlC kPz kPz @@ -69739,13 +69739,13 @@ kPz mlC gqe bKs -fWr +ydV xNQ vRA -rPJ -pKq -xgZ -saZ +eAu +dUT +aLQ +cfE kqC kqC kqC @@ -69753,25 +69753,25 @@ mCF kqC kqC kqC -czn -jpd -eDo +urp +tra +mrp kqC -scu -gWy +bjW +cnN kqC -scu -gWy +bjW +cnN kqC -gHn +xpp boh -cfg -tFR -wnm -neW -tFR -wnm -cfg +uQf +pTG +wIc +kfa +pTG +wIc +uQf tld vMK goG @@ -69786,16 +69786,16 @@ mxQ uZX mxQ mxQ -uAE +eCZ mxQ uZX mxQ mxQ -naT -tFR -cfg -cfg -cfg +iAw +pTG +uQf +uQf +uQf amx lAS hfd @@ -69807,9 +69807,9 @@ tUs tUs tUs tUs -qJo +uwf fiq -qJo +uwf bQM gEU bQM @@ -69892,32 +69892,32 @@ cAW cAW bQM uwk -aul -cAm -vZR -lEd -uyg +tKB +aPr +gOc +czk +diM eov doe cAW eov -rxj -dHU +nYc +jIb cKa -mHs -aul -aul +iPP +tKB +tKB cKa -rxj -dHU +nYc +jIb cKa -rxj -dHU +nYc +jIb cKa -fzi -hKX -ilH -aul +gRI +ycv +hdl +tKB cKa nmQ wef @@ -69929,21 +69929,21 @@ bQM bQM bQM uwk -ozK -dsd -nkE -wSO +agq +iLg +nJF +dqV jRL mlC mlC mlC ecM qYc -nkE -nkE +nJF +nJF gqe -eQj -ydh +jYm +agJ mlC bQM bQM @@ -69951,7 +69951,7 @@ bQM mlC bKs gqe -nWo +eZA kqC kqC vRA @@ -69959,15 +69959,15 @@ blG kqC kqC kqC -jpd -jpd -jpd -gal -jpd -jpd -czn -jpd -ksM +tra +tra +tra +cEv +tra +tra +urp +tra +oNO kqC kqC kqC @@ -69977,39 +69977,39 @@ kqC kqC mxQ lAS -cfg -tFR -wnm -neW -tFR -wnm -cfg +uQf +pTG +wIc +kfa +pTG +wIc +uQf lAS sPk -neW -neW -neW +kfa +kfa +kfa mxQ oXS fUr wcW tTK mxQ -cfg -cRy -ogm -cfg +uQf +jKx +rNA +uQf mxQ tUs tUs bMu -qFS -tFR -sHD -rCD -rCD +xys +pTG +sNc +uiX +uiX jYd -vnk +taj hfd ucj bBA @@ -70019,9 +70019,9 @@ eMU euC euC euC -wWo +krU iSi -wWo +krU hbC ogo bQM @@ -70104,31 +70104,31 @@ cAW jmG jmG jmG -xej -fzi -igc -ilH -idB +ssL +gRI +daG +hdl +sbv eov ivb cAW eov -tSF -hwl +esY +ves cKa -vCn -mmL -aul +eJy +wit +tKB cKa -tSF -fLh +esY +oek cKa -tSF -fLh +esY +oek cKa -fzi -qjb -ilH +gRI +fqe +hdl cKa cKa cKa @@ -70141,21 +70141,21 @@ hxq hxq vnr vnr -dUe -nkE -nkE -jQk +kmn +nJF +nJF +fjk mlC bQM kPz bQM mlC -ozK -nkE -nkE +agq +nJF +nJF gqe -xqb -jsQ +fpJ +fDl mlC kPz kPz @@ -70170,32 +70170,32 @@ heb rIC wzE kqC -aHo -gal -pvQ -gzi -iKE -saZ -gal -lKi -jpd -eDo +gyR +cEv +ePO +hAI +ojF +cfE +cEv +rGu +tra +mrp kqC -xAW -nLp +iDy +uOE kqC -xAW -nLp +iDy +uOE kqC -nQH +eIs cfj -cfg -tFR -wnm -rIT -tFR -uen -cfg +uQf +pTG +wIc +mvi +pTG +xNq +uQf pfW fqD cmV @@ -70207,21 +70207,21 @@ rbK tUs tUs uZX -neW -neW -nJX -neW -neW +kfa +kfa +ruI +kfa +kfa tUs pnj mxQ -cfg -tFR -wnm -cfg -cfg -bdo -nCo +uQf +pTG +wIc +uQf +uQf +tNe +lti tuX vEi vEi @@ -70229,7 +70229,7 @@ vEi vEi vEi hhh -tfg +uCp bzO tan tan @@ -70316,11 +70316,11 @@ cAW jmG cAW jmG -aul -tSF -fpF -hwl -doJ +tKB +esY +juG +ves +bPX eov hxJ qgd @@ -70328,9 +70328,9 @@ eov kzh tOp cKa -tnh -aul -aPN +xCV +tKB +qrZ cKa kzh tOp @@ -70338,13 +70338,13 @@ cKa kzh tOp cKa -vXw -qjb -uGd +wex +fqe +uaa cKa -aul -aul -aul +tKB +tKB +tKB cKa xyf tMA @@ -70353,21 +70353,21 @@ jsn ycX eOS vNq -eqN -nkE -nkE +jrN +nJF +nJF gqe mlC kPz kPz kPz mlC -wSE -nkE -nkE +owR +nJF +nJF gqe -jQk -vdQ +fjk +uOy ecM mlC mlC @@ -70382,66 +70382,66 @@ rOm gGB rOm kqC -aHo -gal -qBL -gzi -xjp -saZ -fLi -czn -jpd -eDo +gyR +cEv +jWn +hAI +fbK +cfE +brC +urp +tra +mrp kqC -rPJ -iyG +eAu +hXL kqC -rPJ -iyG +eAu +hXL kqC -gHn +xpp mGx -cfg -tFR -wnm -wny -tFR -wnm -cfg -cfg -cfg -aAQ -cfg +uQf +pTG +wIc +jHe +pTG +wIc +uQf +uQf +uQf +hpy +uQf lAS mxQ -orm -orm -orm -orm +xOK +xOK +xOK +xOK uZX -cfg -vLK -fRw -eWH -cfg +uQf +coS +lpi +fVf +uQf mxQ mxQ mxQ -cfg -tFR -wnm -cfg +uQf +pTG +wIc +uQf vEK -aiT +wif pVv -cfg -neW -aZf -neW +uQf +kfa +dly +kfa lAS lAS -cfg -cfg +uQf +uQf bzO bQM kPz @@ -70537,26 +70537,26 @@ eov eov eov eov -aul +tKB wef -aul -wEq -aul -aul -bPN -cAm -vZR -mpn -dgh -lEd -aul -fzi -qjb -ilH +tKB +kpz +tKB +tKB +gFV +aPr +gOc +sbX +qIM +czk +tKB +gRI +fqe +hdl lZA -cAm -vZR -lEd +aPr +gOc +czk lZA ycX ycX @@ -70566,17 +70566,17 @@ qYq ycX sun gqe -nkE -nkE -ozK +nJF +nJF +agq mlC bQM kPz bQM mlC -jQk -nkE -nkE +fjk +nJF +nJF gqe gqe mmh @@ -70587,23 +70587,23 @@ gqe gqe gqe gqe -wSE -ozK +owR +agq gqe gqe gqe ijv kqC -aHo -gal -qvy -gzi -dqD -gzi -jpd -czn -jpd -ksM +gyR +cEv +fwe +hAI +cRR +hAI +tra +urp +tra +oNO kqC ryJ end @@ -70613,17 +70613,17 @@ end kqC kqC pmg -fqX -tFR -igX -ieP -aVg -nwj -nUK -nUK -nUK -bJR -cfg +aWe +pTG +ydc +dvQ +oke +cZj +mRH +mRH +mRH +oEy +uQf qLJ bzO rzt @@ -70631,21 +70631,21 @@ rzt rzt rzt bzO -neW -neW -lds -neW -neW +kfa +kfa +eQe +kfa +kfa mxQ -dIN -dIN -etJ -tFR -wnm -cfg -cfg -bdo -nCo +rxR +rxR +uPO +pTG +wIc +uQf +uQf +tNe +lti waN sfW sfW @@ -70653,7 +70653,7 @@ sfW sfW sfW oqu -nNN +pUP bzO tan tan @@ -70748,27 +70748,27 @@ jmG cKa cKa cKa -vHX -aul -aul -aul -aul -qKR -aul -umz -tSF -sIO -gQS -fpF -cPW -aul -fzi -qjb -ilH +grM +tKB +tKB +tKB +tKB +eaI +tKB +noT +esY +vNn +vau +juG +fFK +tKB +gRI +fqe +hdl wef -fzi -qjb -ilH +gRI +fqe +hdl wef ycX ycX @@ -70777,18 +70777,18 @@ ycX ycX ovj mfo -nkE -nkE -nkE -wSO +nJF +nJF +nJF +dqV ecM mlC mlC mlC ecM qYc -nkE -nkE +nJF +nJF gqe gqe gqe @@ -70799,43 +70799,43 @@ gqe gqe gqe gqe -bOd -dUe +coy +kmn gqe gqe gqe eRY kqC kqC -urn -xjp +rdE +fbK coj -saZ -saZ -jpd -czn -jpd -eDo -saZ -ctv -kmc -kmc -kmc -xcp -saZ +cfE +cfE +tra +urp +tra +mrp +cfE +iwk +pXm +pXm +pXm +uiL +cfE ntv lAS -cfg -tFR -cfg -cfg -cfg -cfg -cfg -cfg -cfg -wnm -cfg +uQf +pTG +uQf +uQf +uQf +uQf +uQf +uQf +uQf +wIc +uQf lAS bzO bQM @@ -70851,13 +70851,13 @@ mxQ mxQ suB lAS -bpI -tFR -nwj -nUK -nUK +fWw +pTG +cZj +mRH +mRH pdf -psf +rnW hfd fIW htt @@ -70867,9 +70867,9 @@ vjq euC euC euC -wWo +krU iSi -wWo +krU hbC cbb bQM @@ -70961,9 +70961,9 @@ cKa cKa cKa cKa -aul -aul -aul +tKB +tKB +tKB jfc wef wef @@ -70974,13 +70974,13 @@ rPS wef wef jfc -fzi -qjb -ilH +gRI +fqe +hdl lZA -fzi -qjb -ilH +gRI +fqe +hdl lZA ycX ycX @@ -70989,24 +70989,24 @@ ycX ycX ycX mfo -nkE -nkE -nkE -jQk -iSA -ozK +nJF +nJF +nJF +fjk +tHo +agq gqe -jQk -iSA -ozK -nkE -nkE -wSE -ozK +fjk +tHo +agq +nJF +nJF +owR +agq gqe gqe -wSE -ozK +owR +agq gqe gqe gqe @@ -71016,38 +71016,38 @@ mQD gqe gas gqe -icy +uLQ tHl -jkw +hJO lIJ -jkw -saZ -tfB -saZ -jpd -rPJ -wLv -xgZ -saZ -rPJ -wLv -wLv -wLv -xgZ -saZ +hJO +cfE +rGC +cfE +tra +eAu +fHm +aLQ +cfE +eAu +fHm +fHm +fHm +aLQ +cfE ntv lAS -cfg -luR -rCD -rCD -rCD -rCD -rCD -rCD -xAq -wnm -cfg +uQf +nts +uiX +uiX +uiX +uiX +uiX +uiX +eQb +wIc +uQf kLN bzO rzt @@ -71056,18 +71056,18 @@ rzt rzt bzO tJR -neW -cfg -neW +kfa +uQf +kfa wcW mxQ lAS lAS -cfg -tFR -imx -cfg -cfg +uQf +pTG +jDV +uQf +uQf amx lAS hfd @@ -71079,9 +71079,9 @@ tUs tUs tUs tUs -qJo +uwf fiq -qJo +uwf bQM gEU bQM @@ -71172,27 +71172,27 @@ jmG cKa cKa cKa -vHX -cAm -vZR -lEd +grM +aPr +gOc +czk hqD -cAm -stv +aPr +eTr wef -cAm -lEd +aPr +czk jfc -cAm -lEd +aPr +czk rPS -fzi -qjb -ilH +gRI +fqe +hdl wef -tSF -fpF -hwl +esY +juG +ves wef ycX ycX @@ -71201,24 +71201,24 @@ ycX qHZ ycX jRp -qwr -nkE -nkE -nkE -nkE -nkE -nkE -nkE -nkE -nkE -nkE -nkE -jQk -dUe +gAi +nJF +nJF +nJF +nJF +nJF +nJF +nJF +nJF +nJF +nJF +nJF +fjk +kmn gqe bKs -jQk -dUe +fjk +kmn gqe gqe gqe @@ -71234,12 +71234,12 @@ vRA sHH vRA vRA -saZ -gzi -jpd +cfE +hAI +tra vRA -jpd -jpd +tra +tra kqC ryJ end @@ -71249,39 +71249,39 @@ ecd kqC kqC pmg -cfg -cfg -cfg -cfg -cfg -cfg -cfg -cfg -tFR -wnm -cfg -gUp +uQf +uQf +uQf +uQf +uQf +uQf +uQf +uQf +pTG +wIc +uQf +cpA vDO -szD -szD -szD -hCU -cfg +rRD +rRD +rRD +moB +uQf tUs -neW -nJX -neW +kfa +ruI +kfa tUs vDO -aZf +dly lAS -cfg -tFR -sHD -rCD -rCD +uQf +pTG +sNc +uiX +uiX jYd -vnk +taj hfd ucj bBA @@ -71291,9 +71291,9 @@ eMU euC euC euC -wWo +krU iSi -wWo +krU hbC ogo bQM @@ -71385,26 +71385,26 @@ cKa cKa cKa cKa -fzi -qjb -ilH +gRI +fqe +hdl hqD -dJx -gXk +hoQ +sYR hqD -dJx -gXk +hoQ +sYR jfc -dJx -gXk +hoQ +sYR wef -fzi -qjb -ilH +gRI +fqe +hdl cKa -aul -aul -aul +tKB +tKB +tKB cKa xyf ycX @@ -71413,87 +71413,87 @@ ycX ycX eOS vNq -fTZ -qwr -dUe -ozK +oFa +gAi +kmn +agq hmg -hvv -iWm -ogN +foi +wxz +mTO uch -eFY -iWm -cnI +jvv +wxz +bSt gqe gqe hmg uch uch cWU -wSE -ozK +owR +agq gqe hYK -arB -kPo +gjB +uGi gqe gqe gqe gqe oPN vRA -oFr +qVu vRA -jkw +hJO lIJ vRA sHH sHH sHH -erI +gKw kqC -ctv -nuN +iwk +tRY mxQ dIT nZQ sso mxQ mKy -orm +xOK lAS rII rII lAS lAS lAS -cfg -tFR -wnm -cfg +uQf +pTG +wIc +uQf lAS bzO bzO mxQ tUs rVM -cfg -cfg -wSu -gij -gUs -wVf +uQf +uQf +fQD +bGR +sSZ +rMv vDO -aZf +dly lAS -cfg -tFR -wnm +uQf +pTG +wIc lAS lAS -bdo -nCo +tNe +lti tuX vEi vEi @@ -71501,7 +71501,7 @@ vEi vEi vEi hhh -tfg +uCp bzO tan tan @@ -71597,9 +71597,9 @@ cKa cKa cKa cKa -flU -qjb -ilH +gZz +fqe +hdl hEs cKa cKa @@ -71610,9 +71610,9 @@ cKa cKa cKa cKa -vXw -qjb -ilH +wex +fqe +hdl jmG uwk uwk @@ -71636,37 +71636,37 @@ vnr mlC mlC ecM -vjM +val lPV lPV kDq ecM nSx eiQ -qkw -mzo +nHI +lmK gqe gqe -jQk -dUe +fjk +kmn gqe gqe mAA atx -ary +owl wjH -cJQ -sJV -wBF +qVx +bcD +iuo dtg -saZ +cfE sHH sHH sHH -erI +gKw kqC -scu -gWy +bjW +cnN mxQ gRW ssO @@ -71677,43 +71677,43 @@ iyf mxQ pte bzO -iox -iox -iox -cfg -tFR -wnm -cfg -iox +kUb +kUb +kUb +uQf +pTG +wIc +uQf +kUb bzO bzO mxQ tUs uZX -cfg +uQf tUs -neW -lds -neW +kfa +eQe +kfa tUs mxQ -dIN +rxR lAS -imx -tFR -wnm +jDV +pTG +wIc lAS aRk -bdo +tNe pVv -cfg -neW -aZf -neW +uQf +kfa +dly +kfa lAS lAS -cfg -cfg +uQf +uQf bzO bQM kPz @@ -71806,25 +71806,25 @@ cAW cAW jmG cKa -rxj -dHU +nYc +jIb cKa -fzi -qjb -dln +gRI +fqe +bdn cKa -rxj -dHU +nYc +jIb cKa -rxj -dHU +nYc +jIb cKa -rxj -pju +nYc +vNA cKa -fzi -qjb -ilH +gRI +fqe +hdl uwk bQM kPz @@ -71848,10 +71848,10 @@ ezn kPz kPz hxq -fCq -bxg -jiG -jNz +ivl +gDk +qsy +lDA ecM nSx nrq @@ -71866,16 +71866,16 @@ gqe gqe atx tHl -iHP -jpd -gXo -rkf -jpd -tWr -jpd -jpd -vmP -jpd +dWY +tra +aKl +tPs +tra +ghy +tra +tra +hNj +tra kqC kqC kqC @@ -71889,16 +71889,16 @@ tUs mxQ bzO bzO -cfg -cfg -cfg -aiT -luR -pSR -aiT -cfg -cfg -cfg +uQf +uQf +uQf +wif +nts +hQL +wif +uQf +uQf +uQf mxQ iyf mxQ @@ -71911,13 +71911,13 @@ mxQ mxQ qbv cNn -cfg -tFR -wnm +uQf +pTG +wIc lAS xmX -udR -nCo +oiL +lti waN sfW sfW @@ -71925,7 +71925,7 @@ sfW sfW sfW oqu -nNN +pUP bzO tan tan @@ -72018,25 +72018,25 @@ cAW cAW jmG cKa -tSF -nxh +esY +utO cKa -fzi -qjb -ilH +gRI +fqe +hdl cKa -tSF -jNC +esY +hOm cKa -tSF -nvx +esY +eUb cKa -tSF -fLh +esY +oek cKa -tSF -fpF -hwl +esY +juG +ves uwk bQM kPz @@ -72060,19 +72060,19 @@ vnr hxq hxq vnr -slU -jZk +cHZ +etr ycX -foX +cUg ecM nSx -nzn -kEA -dSp +sIi +hBB +xCz gqe -wSE -ozK -dSp +owR +agq +xCz gqe gqe gqe @@ -72089,8 +72089,8 @@ blG jTJ jTJ jTJ -bmS -lIj +qwV +pqP ffZ tUs fgU @@ -72099,37 +72099,37 @@ noa mxQ mxQ mxQ -rDt -neW +gkr +kfa lAS lAS -cfg -cfg -neW -neW -cfg -cfg +uQf +uQf +kfa +kfa +uQf +uQf lAS lAS -neW -fqc +kfa +yiJ mxQ mxQ mxQ -qSB -qSB +jCx +jCx mxQ uod lAS -fWG +nHW pVv -cfg -tFR -nwj -nUK -nUK +uQf +pTG +cZj +mRH +mRH pdf -psf +rnW hfd fIW htt @@ -72139,9 +72139,9 @@ vjq euC euC euC -wWo +krU iSi -wWo +krU hbC cbb bQM @@ -72233,9 +72233,9 @@ cKa kzh tOp cKa -fzi -qjb -ilH +gRI +fqe +hdl cKa kzh tOp @@ -72246,87 +72246,87 @@ cKa kzh tOp cKa -ify -aul -aul +gXd +tKB +tKB uwk bQM kPz kPz bQM hxq -bxg -jiG -daY -jiG -jiG -jiG -jiG -jiG -jiG -dJw -jiG -jiG -jiG -jiG -jiG -pdX -jiG -jiG -fkT -fac -kEo +gDk +qsy +yal +qsy +qsy +qsy +qsy +qsy +qsy +oxn +qsy +qsy +qsy +qsy +qsy +hFP +qsy +qsy +bGD +iVt +seP nSx cVV -vfX +dCT xKX -joZ -dSp -jQk -wSE -ozK -dSp +xIq +xCz +fjk +owR +agq +xCz gqe gqe uix -rpN +aMj ntv -rFD -kmc -kmc -tgL -uyZ -saZ -saZ -bMI +vgn +pXm +pXm +gyd +oyK +cfE +cfE +uuD duF -pUv +gPt rCt -dBo +iGZ mxQ tUs kZy mxQ mxQ mxQ -neW -neW +kfa +kfa eCA lAS -cfg -cfg +uQf +uQf lAS -cfg -neW -neW -cfg +uQf +kfa +kfa +uQf lAS -cfg -cfg +uQf +uQf lAS lAS -neW -eQX +kfa +jBw mxQ mxQ mxQ @@ -72335,11 +72335,11 @@ uLr tUs fXQ ncQ -cfg -tFR -cfg -cfg -cfg +uQf +pTG +uQf +uQf +uQf amx lAS hfd @@ -72351,9 +72351,9 @@ tUs tUs tUs tUs -qJo +uwf fiq -qJo +uwf bQM gEU bQM @@ -72442,118 +72442,118 @@ cAW cAW jmG cKa -cAm -vZR -vZR -pvN -qjb -wXJ -vZR -vZR -dgh +aPr +gOc +gOc +oKL +fqe +nla +gOc +gOc +qIM wef -vZR -vZR -vZR -vZR -lEd -aul -cAm -vZR -lEd +gOc +gOc +gOc +gOc +czk +tKB +aPr +gOc +czk uwk bQM kPz kPz bQM hxq -jZk -fCq -fCq -cuW -fCq -fCq -fCq -fCq -fCq -fCq -fCq -fCq -fCq -fCq -fCq -fCq -fCq -fCq -fCq -fCq -foX +etr +ivl +ivl +sdG +ivl +ivl +ivl +ivl +ivl +ivl +ivl +ivl +ivl +ivl +ivl +ivl +ivl +ivl +ivl +ivl +cUg nSx nSx xKX rGf xKX -lVG -dSp -jQk -dUe -ozK +xZB +xCz +fjk +kmn +agq gqe gqe gqe kqC kqC kqC -lvj +iJr sHH -tgL -sXZ -saZ -saZ -ffu +gyd +wCu +cfE +cfE +fQZ kqC -mlE +lqb caF -qXf +qpn mxQ cLu wBX mxQ -rDt -neW +gkr +kfa lAS lAS -cfg -cfg +uQf +uQf lAS lAS lAS -cfg -mxu -neW -cfg +uQf +eoH +kfa +uQf lAS lAS lAS -cfg -cfg +uQf +uQf lAS lAS -neW -wyp +kfa +oDX mxQ mxQ mWY tUs amx lAS -cfg -tFR -sHD -rCD -rCD +uQf +pTG +sNc +uiX +uiX jYd -vnk +taj hfd ucj bBA @@ -72563,9 +72563,9 @@ eMU euC euC euC -wWo +krU iSi -wWo +krU hbC ogo bQM @@ -72654,70 +72654,70 @@ cAW cAW jmG cKa -fzi -qjb -qjb -qjb -qjb -qjb -qjb -qjb -qjb +gRI +fqe +fqe +fqe +fqe +fqe +fqe +fqe +fqe wef -qjb -qjb -qjb -qjb -ilH -aul -fzi -qjb -ilH +fqe +fqe +fqe +fqe +hdl +tKB +gRI +fqe +hdl uwk bQM kPz kPz bQM hxq -jZk -fCq -dOO -juw -juw -juw -juw -juw -juw -hLo -fCq -dOO -juw -juw -juw -juw -juw -juw -hLo -fCq -foX +etr +ivl +aDD +fOM +fOM +fOM +fOM +fOM +fOM +rSv +ivl +aDD +fOM +fOM +fOM +fOM +fOM +fOM +rSv +ivl +cUg cVV nSx jzY xKX -ffr -dUe +iLL +kmn gqe -dSp -jQk -dUe +xCz +fjk +kmn gqe gqe uix -xyW +euH ntv -rFD -kmc -kmc +vgn +pXm +pXm jTJ jTJ vRA @@ -72725,47 +72725,47 @@ blG jTJ jTJ kqC -ygC +xjp kqC mxQ tUs mxQ mxQ -neW +kfa lAS -cfg -cfg -vSU +uQf +uQf +jAw lAS lAS kIc -lIB -yfK -xjP -wfS -dwS -lIB +qpR +ilE +eJI +bfz +lPj +qpR uIa lAS lAS -bJR -cfg -cfg +oEy +uQf +uQf lAS -neW +kfa mxQ mxQ uSY tUs jYd cNn -xJj -tFR -wnm -cfg -cfg -aiT -nCo +fpo +pTG +wIc +uQf +uQf +wif +lti tuX vEi vEi @@ -72773,7 +72773,7 @@ vEi vEi vEi hhh -tfg +uCp bzO tan tan @@ -72866,60 +72866,60 @@ cAW cAW jmG cKa -suY -fpF -fpF -fpF -fpF -fpF -fpF -fpF -fpF +eEB +juG +juG +juG +juG +juG +juG +juG +juG ljc -fpF -fpF -fpF -fpF -hwl -aul -tSF -lrw -hwl +juG +juG +juG +juG +ves +tKB +esY +gDf +ves uwk bQM kPz kPz bQM hxq -jZk -fCq -kAg +etr +ivl +fYO vnr hxq vnr vnr hxq vnr -wxb -fCq -kAg +epl +ivl +fYO oUg -rNQ -rNQ +aEt +aEt oUg oUg oUg -htY -fCq -kAg +eje +ivl +fYO nSx nSx -dMX -ozK -dSp +kfb +agq +xCz gqe -wSE -uuy +owR +utN nSx qKF gqe @@ -72928,7 +72928,7 @@ gqe kqC kqC kqC -jpd +tra sHH sqC cXY @@ -72936,56 +72936,56 @@ kfl kfl dEo hfT -lEb -npn -hkE +fgA +sQV +aRo vDO tUs vDO -neW +kfa lAS -cfg +uQf lAS lAS lAS -hLP -lIB -eto +tVS +qpR +xco mxQ mxQ pwg nYA mxQ mxQ -dEi -lIB -gJU +jyl +qpR +kgY lAS lAS lAS -cfg +uQf lAS -neW +kfa mxQ -dIN +rxR lAS -etl +cgH pVv -cfg -tFR -wnm -cfg +uQf +pTG +wIc +uQf vEK -aiT +wif pVv -cfg -neW -aZf -neW -cfg -cfg -cfg -cfg +uQf +kfa +dly +kfa +uQf +uQf +uQf +uQf bzO bQM kPz @@ -73081,19 +73081,19 @@ cKa cKa cKa cKa -sEK -ntl -aul -ntl -aul -qjb -qjb -qjb -aul -ntl -auP -auP -auP +mFW +hLD +tKB +hLD +tKB +fqe +fqe +fqe +tKB +hLD +sOv +sOv +sOv cKa cKa cKa @@ -73103,90 +73103,90 @@ kPz kPz bQM hxq -jZk -fCq -foX +etr +ivl +cUg hxq hoH bQM bQM bQM hxq -jZk -rNQ -foX -gVl -fCq -qvf -vGs -cpM +etr +aEt +cUg +bWx +ivl +jpp +lYX +jno oUg -jZk -waJ -foX -qqz -kvy -jQk -wSE -ozK -dSp -jQk -wSE -aAN +etr +sTG +cUg +iTs +kLq +fjk +owR +agq +xCz +fjk +owR +kFW nSx qKF gqe uix -rpN +aMj ntv -rFD -kmc -kmc +vgn +pXm +pXm ntv -gkP -uwz -cah -rKK +wWX +rUh +xuW +yhI jqX -hhR -npn -hkE +oht +sQV +aRo bzO mxQ mxQ -neW +kfa lAS -cfg +uQf lAS kjA -lIB -eto +qpR +xco mxQ jjg mxQ -cgO -neW -neW -yen +ahc +kfa +kfa +gAV mxQ jjg mxQ -dgu -lIB +lNz +qpR uOb lAS -cfg +uQf lAS -neW +kfa mxQ mxQ mxQ vkZ ncQ -cfg -tFR -wnm -cfg +uQf +pTG +wIc +uQf mxk mxQ mxQ @@ -73292,21 +73292,21 @@ jmG cKa cKa cKa -czH -qjb -qjb -qjb -qjb -aul -qjb -qjb -qjb -aul -qjb -qjb -gLZ -aul -aul +qkV +fqe +fqe +fqe +fqe +tKB +fqe +fqe +fqe +tKB +fqe +fqe +tVA +tKB +tKB tBP vNq vnr @@ -73315,90 +73315,90 @@ kPz kPz bQM hxq -jZk -fCq -foX +etr +ivl +cUg hxq bQM bQM bQM bQM hxq -jZk -fCq -akY -gVl -gVl -ndj -fCq -fCq +etr +ivl +sWK +bWx +bWx +sRn +ivl +ivl oUg -jZk -fCq -foX -fCq -kvy -dSp -jQk -dUe -ozK -dSp -jQk -fMz -ozK -dSp +etr +ivl +cUg +ivl +kLq +xCz +fjk +kmn +agq +xCz +fjk +rjx +agq +xCz gqe gqe kqC kqC kqC -siu +hEN sHH ntv -gkP -uwz -cah -nXm +wWX +rUh +xuW +jXJ mwL -uwz +rUh aRG -cah +xuW bzO mxQ -neW +kfa eCA -cfg -vSU +uQf +jAw lAS -lCG +jLo mxQ jjg mxQ jMz -sHD -cfg -neW -neW -cfg -eJr -gsB +sNc +uQf +kfa +kfa +uQf +lCH +mDl mxQ jjg mxQ -nCo +lti lAS -bJR -lYN +oEy +tQA eCA -neW +kfa bzO bzO oeG lAS -cfg -tFR -wnm -cfg +uQf +pTG +wIc +uQf lAS mxQ mxQ @@ -73505,20 +73505,20 @@ cKa cKa cKa cKa -qjb -cSV -cSV -dFy -tHk -tHk -aJC -tHk -wRw -xAm -qjb -qjb -aul -aul +fqe +jhA +jhA +haX +xEZ +xEZ +aPl +xEZ +xEI +dRk +fqe +fqe +tKB +tKB tBP vNq vnr @@ -73527,94 +73527,94 @@ kPz kPz bQM hxq -jZk -fCq -foX +etr +ivl +cUg hxq bQM bQM bQM bQM hxq -jZk -fCq -nvn -ndj -gVl -pMs -cDk -rZn +etr +ivl +mZr +sRn +bWx +sPf +qIK +vyd oUg -jZk -gxn -foX -fCq -kvy -ozK -dSp -jQk -wSE -uuy +etr +rZG +cUg +ivl +kLq +agq +xCz +fjk +owR +utN nSx -pqv -wSE -ozK -dSp +asA +owR +agq +xCz uix -rJs +mFA ntv -rFD -kmc -kmc +vgn +pXm +pXm ntv -gkP -uwz -cah -uLg +wWX +rUh +xuW +bJQ fKr -exv -aca -qkL +gqE +ymc +rUZ bzO bzO -neW +kfa lAS -cfg +uQf lAS -hLP -eto +tVS +xco jjg -miR -boG -iWG -wnm -cfg -neW -pNA -cfg -tFR -nwj -nwj -kRr +tEp +hTo +pFn +wIc +uQf +kfa +nkJ +uQf +pTG +cZj +cZj +hmG jjg -dgu -gJU +lNz +kgY lAS -cfg +uQf lAS -eQX +jBw bzO bzO pmg lAS -cfg -tFR -wnm -jUO +uQf +pTG +wIc +rbl lAS -cfg +uQf lAS -cfg +uQf lAS bzO bzO @@ -73715,22 +73715,22 @@ jmG jmG jmG jmG -oyS -aul -qjb -cSV -cSV -uLN -pBd -xbT -pBd -pBd -qYD -lEd -gLZ -qjb -aul -aul +mrg +tKB +fqe +jhA +jhA +dmb +tSx +qgW +tSx +tSx +mdF +czk +tVA +fqe +tKB +tKB tBP vNq vnr @@ -73739,44 +73739,44 @@ kPz kPz bQM hxq -jZk -fCq -foX +etr +ivl +cUg hxq bQM bQM bQM bQM hxq -atX -kNX -foX -esQ -phX -ryb -phX -cyy +nCz +rdB +cUg +gqp +jHQ +cKv +jHQ +pem oUg -jZk -rvi -foX -fCq -kvy -dUe -ozK -dSp -jQk -dUe -ptO +etr +aUI +cUg +ivl +kLq +kmn +agq +xCz +fjk +kmn +wQF nSx -eqN -dUe -ozK -dSp +jrN +kmn +agq +xCz kqC kqC kqC -jpd +tra sHH jTJ qDd @@ -73788,46 +73788,46 @@ rBF nhY mny bzO -cfg +uQf lAS -cfg +uQf lAS lAS -lCG +jLo mxQ mxQ -boG -cfg -cfg -sHD -cfg -neW -neW -cfg -hYq -fxG -aKY -fKS +hTo +uQf +uQf +sNc +uQf +kfa +kfa +uQf +vhZ +eQS +wZy +pjj mxQ mxQ -nCo +lti lAS lAS -cfg +uQf lAS -aOe -cfg +xTH +uQf lAS mxQ -cfg -tFR -wnm -cfg -vrt -vrt -xbP +uQf +pTG +wIc +uQf +ure +ure +rwV lAS -cfg +uQf bzO bzO bzO @@ -73927,22 +73927,22 @@ cAW bQM fwn jmG -tXK -aul -qjb -cSV -wKs -vIt -pBd -sUI -pBd -pBd -qYD -ilH -qjb -qjb -qxG -qxG +gNX +tKB +fqe +jhA +pGG +qMK +tSx +xYp +tSx +tSx +mdF +hdl +fqe +fqe +rVt +rVt vNq vNq vNq @@ -73951,96 +73951,96 @@ vNq vNq vNq vNq -jZk -fCq -kAg +etr +ivl +fYO vnr hxq vnr vnr hxq vnr -htY -fCq -kAg +eje +ivl +fYO oUg -aPE -vhq +jXa +xCA oUg oUg oUg -htY -fCq -foX -jSX +eje +ivl +cUg +wbs nSx -tEP -jQk -ozK -dSp -jQk -wSE -ozK -dSp -jQk -wSE -ozK -anv -nqK -nqK -ctv -xcp +dlM +fjk +agq +xCz +fjk +owR +agq +xCz +fjk +owR +agq +umo +bGn +bGn +iwk +uiL jTJ -kJG -uwz -cah -nXm -xxA -tUT -nXm -pbz +elf +rUh +xuW +jXJ +tnf +jIe +jXJ +xXC bzO -cfg +uQf lAS -cfg +uQf lAS kjA -eto +xco jjg jMz -qIF -cfg -cfg -plf -vyZ -neW -neW +npO +uQf +uQf +meq +kuI +kfa +kfa vjR doQ upM vjR -nwj -gsB +cZj +mDl jjg -dgu +lNz cNn lAS -cfg +uQf lAS -aOe -cfg +xTH +uQf mKy vaO -cfg -tFR -wnm -lFA +uQf +pTG +wIc +wuY hab hab oaX vCv lAS -olD +eKh rzt bQM bQM @@ -74139,20 +74139,20 @@ cAW tan geF jmG -opS -aul -qjb -cSV -cSV -baL -pBd -jfG -pBd -rBi -qYD -hwl -qjb -nsE +ekE +tKB +fqe +jhA +jhA +qSI +tSx +kfO +tSx +ksw +mdF +ves +fqe +sYX oUg oUg oUg @@ -74163,96 +74163,96 @@ oUg oUg oUg oUg -jZk -iBe -wfR -vep -jiG -jiG -jiG -jiG -jiG -fkT -kLx -wfR -jiG -jiG -kJj -jiG -weU -jiG -fkT -mXj -tdR -rrl -kvy -dSp -jQk -dUe -uuy +etr +bhz +eBO +eZl +qsy +qsy +qsy +qsy +qsy +bGD +hRd +eBO +qsy +qsy +tAF +qsy +gum +qsy +bGD +rjU +pNr +jsF +kLq +xCz +fjk +kmn +utN nSx -eqN -dUe -ozK -dSp -jQk -dUe -anv +jrN +kmn +agq +xCz +fjk +kmn +umo sHH -nqK -rPJ -xgZ +bGn +eAu +aLQ jTJ -gJS -uwz -cah -nXm +iEX +rUh +xuW +jXJ kwv aRG aRG aRG -xPH -cfg -cfg +jQz +uQf +uQf lAS lAS -lCG +jLo mxQ mxQ -kvg -rCD -sHD -guv -jJL -uXg -paw -neW -fxG -oGj -kBS -eFI -rCD -eJr +ovu +uiX +sNc +hux +xbc +oHu +bnr +kfa +eQS +ifT +mUe +eHR +uiX +lCH mxQ mxQ -tkI +mSk lAS lAS -cfg -aOe -cfg +uQf +xTH +uQf lAS kbg -cfg -tFR -wnm -cfg -gPr -nUK -iKX +uQf +pTG +wIc +uQf +mXf +mRH +pEh lAS -cfg -olD +uQf +eKh rzt bQM bQM @@ -74353,18 +74353,18 @@ cAW jmG uwk jmG -qjb -wda -tUz -tSu -pBd -pBd -pBd -pBd -qYD -aul -qjb -qjb +fqe +jhR +tQU +lCt +tSx +tSx +tSx +tSx +mdF +tKB +fqe +fqe oUg oUg oUg @@ -74373,97 +74373,97 @@ oUg oUg oUg oUg -xFA -mPT -jZk -fCq -fCq -fCq -gVl -fCq -oNN -jKD -fCq -fCq -fCq -waJ -fCq -kNX -jKD -fCq -nAh -fCq -nDY -fCq -foX -qqz -kvy -ozK -dSp -jQk -wSE -uuy +eun +cPK +etr +ivl +ivl +ivl +bWx +ivl +dlR +nzK +ivl +ivl +ivl +sTG +ivl +rdB +nzK +ivl +jQr +ivl +oFE +ivl +cUg +iTs +kLq +agq +xCz +fjk +owR +utN nSx -eqN -tSR +jrN +eti izZ -tEP +dlM bGT kqC -wFq -nqK +ema +bGn mCF kqC jTJ -aGI -uwz -cah -nXm -nXm -stx -nXm -nXm -nXm -aiT -cwC -cfg -cfg -ntn +eBJ +rUh +xuW +jXJ +jXJ +vqB +jXJ +jXJ +jXJ +wif +owo +uQf +uQf +aSn mxQ -qOI -cfg -cfg -cfg -whX -uXg -nvo -vyB -reS +dZv +uQf +uQf +uQf +rsd +oHu +qep +mpn +tyL bzO -cfg -cfg -cfg -cfg -cfg -dLb +uQf +uQf +uQf +uQf +uQf +qst mxQ -sKz -cfg -cfg -cwC -aiT -cfg -cfg -cfg -cfg -tFR -wnm -cfg -vrt -bLI -rCD +hcs +uQf +uQf +owo +wif +uQf +uQf +uQf +uQf +pTG +wIc +uQf +ure +wCY +uiX lAS -cfg +uQf bzO bzO bQM @@ -74565,18 +74565,18 @@ cAW cAW cAW uwk -qjb -qjb -qjb -gWC +fqe +fqe +fqe +tpz oBC jNl vrp mTa -slx -nbA -qjb -qjb +pvk +fUj +fqe +fqe oUg kSh wPz @@ -74585,98 +74585,98 @@ wPz wPz ofq oUg -xFA -mPT -ctT -juw -juw -juw -gwS -juw -juw -juw -qnv -xcQ -fCq -qQH -juw -hHd -ifB -wmt -juw -juw -llm -jiB -foX -fCq -kvy -dUe -ozK -dSp -jQk -dUe -ozK -dSp -jQk -tKY -dSp -dSp +eun +cPK +jdu +fOM +fOM +fOM +dGW +fOM +fOM +fOM +biL +nki +ivl +kyx +fOM +jmS +oTu +vUy +fOM +fOM +exj +izI +cUg +ivl +kLq +kmn +agq +xCz +fjk +kmn +agq +xCz +fjk +oXL +xCz +xCz aRG aRG aRG aRG aRG oAv -aGI -uwz -jfV -npn -npn -npn -npn -npn -npn -uPB -neW -neW -neW -lHu +eBJ +rUh +dPT +sQV +sQV +sQV +sQV +sQV +sQV +xwK +kfa +kfa +kfa +xra xyK -neW -neW -neW -neW -vyB -neW -neW -neW -neW -neW -neW -neW -nyR -neW -neW -neW -bEb -vqt -neW -neW -neW -vSU -nUK -nUK -nUK -nUK -boG -wnm -lFA +kfa +kfa +kfa +kfa +mpn +kfa +kfa +kfa +kfa +kfa +kfa +kfa +gsW +kfa +kfa +kfa +eak +wGi +kfa +kfa +kfa +jAw +mRH +mRH +mRH +mRH +hTo +wIc +wuY xrn jXC hab vCv lAS -olD +eKh rzt bQM bQM @@ -74777,118 +74777,118 @@ cAW cAW cAW jmG -qjb -qjb -qjb -oxI +fqe +fqe +fqe +bMF ubQ okF fis lUs -sUI -nbA -qjb -qjb +xYp +fUj +fqe +fqe mPW cpP -dru -mPT -mPT -dru +qSp +cPK +cPK +qSp fnD oUg oUg -mNZ -knw -knw -nly +sHc +cTf +cTf +qjr oUg oUg oUg -iYD -pnE +fIC +kJi oUg -htY -iKa -kAg +eje +jGp +fYO oUg -ibV -qfx -uKV -sHe +mMj +cxi +jLp +odT ggh -lzP -giT -aoe -giT -dSp -jQk -dUe -goS -dUe -dSp -dSp -kru -dSp -kMm -dSp -klm +vmV +mNE +cgX +mNE +xCz +fjk +kmn +lXl +kmn +xCz +xCz +kgj +xCz +mMa +xCz +qyC aRG aRG aRG aRG aRG aRG -aGI -uwz -bqc -aca -aca -aca -aca -aca -aca -mnE -neW -neW -neW -wfS +eBJ +rUh +xve +ymc +ymc +ymc +ymc +ymc +ymc +vxy +kfa +kfa +kfa +bfz gbn -neW -neW -paw -neW -neW -neW -neW -neW -neW -neW -neW -neW -neW -neW -neW -neW +kfa +kfa +bnr +kfa +kfa +kfa +kfa +kfa +kfa +kfa +kfa +kfa +kfa +kfa +kfa +kfa jYd -xjP -neW -neW -neW -luR -rCD -rCD -rCD -rCD -rCD -jJL -cfg -nnp -tAg -hKz +eJI +kfa +kfa +kfa +nts +uiX +uiX +uiX +uiX +uiX +xbc +uQf +hNp +gVN +otf lAS -cfg -olD +uQf +eKh rzt bQM bQM @@ -74989,118 +74989,118 @@ cAW cAW cAW uwk -qjb -ehY -qjb -oxI +fqe +uEZ +fqe +bMF hpz hxM fHK iwT -pBd -nbA -uWH -qjb +tSx +fUj +mnD +fqe puE -aTZ -mPT -fEE -fEE -mPT -qMU -mPT -qMU -mPT -jZk -vBZ -foX +lKe +cPK +qWs +qWs +cPK +iPl +cPK +iPl +cPK +etr +lkE +cUg oUg -cVo -wLp -cuW -fCq -esQ -jZk -fCq -foX -laX -qvY -hym -aeE -vpm -mru -jZk -fCq -nvn -jSX +iuy +ojJ +sdG +ivl +gqp +etr +ivl +cUg +itO +atA +dsk +mkR +hBP +mcI +etr +ivl +mZr +wbs nSx -eqN -dUe -dSp -rVA +jrN +kmn +xCz +wZb izZ bEX bEX bEX iCU -dSp -dSp +xCz +xCz aRG oAv aRG aRG aRG aRG -aGI -uwz -kmG -mVx -mVx -nXm -nXm -nXm -xuG -aiT -cfg -cwC -cfg -ntn +eBJ +rUh +xdi +xzw +xzw +jXJ +jXJ +jXJ +nuu +wif +uQf +owo +uQf +aSn mxQ -qOI -cfg -cfg -cfg -fgn -fgn +dZv +uQf +uQf +uQf +lrX +lrX mxQ -acA -neW -bAf -hmm -cfL -cfg -cfg -cfg -dLb +bqZ +kfa +cFb +bIV +jRP +uQf +uQf +uQf +qst mxQ -iLZ -cfg -cwC -cfg -aiT -cfg -cfg +poi +uQf +owo +uQf +wif +uQf +uQf lAS -cfg -cfg -cfg -cfg -vrt -lqg -rCD +uQf +uQf +uQf +uQf +ure +mHF +uiX lAS -cfg -olD +uQf +eKh rzt bQM bQM @@ -75201,118 +75201,118 @@ cAW cAW cAW jmG -qjb -qjb -cSV -tSu -fXP -bRh -pBd -pBd -qYD -aul -qjb +fqe +fqe +jhA +lCt +txl +bQO +tSx +tSx +mdF +tKB +fqe wef puE -kpr -fEE -fEE -fEE -fEE -fEE -fEE -fEE -fEE -jZk -vBZ -foX +suN +qWs +qWs +qWs +qWs +qWs +qWs +qWs +qWs +etr +lkE +cUg oUg -uvl -fCq -fCq -kJT -fsv -jZk -kNX -nmt -laX -gRb -dhH -qaK -klx -mru -xEc -giT -aoe -giT -wSE -iek -nuY -eyW -dUe +mSL +ivl +ivl +vlr +roR +etr +rdB +nDs +itO +eAE +qqB +vzf +bTP +mcI +vIM +mNE +cgX +mNE +owR +wKp +tzT +kch +kmn izZ -sbs -lwY -qvF +rQB +qeI +nlp bEX -yfu -dSp +sSe +xCz bhX aRG vAi mNJ bVk oan -fvr -uwz -kmG -nXm +glo +rUh +xdi +jXJ plc -flM +rSf aRG aRG -xPH -cfg -cfg +jQz +uQf +uQf lAS lAS -lCG +jLo mxQ mxQ -pco -eBD -neW -neW -nXc -cfg -neW -neW -hGa -gfX -boG -boG -kaM -rUH +cWz +ciU +kfa +kfa +rRt +uQf +kfa +kfa +pHc +jMI +hTo +hTo +jww +sDj mxQ mxQ -nCo +lti lAS lAS -cfg -aOe -cfg +uQf +xTH +uQf lAS lAS lAS lAS -cfg +uQf vCv hab gIF ptZ vCv lAS -olD +eKh rzt bQM bQM @@ -75413,61 +75413,61 @@ cAW cAW cAW uwk -qjb -cSV -cSV -uLN -pBd -pBd -quc -pBd -qYD -lEd +fqe +jhA +jhA +dmb +tSx +tSx +ctB +tSx +mdF +czk wef -qjb +fqe qrz puE -lch -fEE -eFg -fEE -fEE -fEE -fEE -fEE -jZk -vBZ -foX +tKd +qWs +akt +qWs +qWs +qWs +qWs +qWs +etr +lkE +cUg eUi -gmd -kNX -fCq -hAK -fCq -jZk -fCq -foX -laX -tNL -gCd -ahz -qwI -mru -jZk -fCq -foX -jIp -jQk -jQk -dUe -dSp -dSp +pdE +rdB +ivl +oVV +ivl +etr +ivl +cUg +itO +sbB +ezU +sQs +azb +mcI +etr +ivl +cUg +oVD +fjk +fjk +kmn +xCz +xCz izZ -dbr +bcX gWq -qvF +nlp bEX -ubn +iSo xKX iyc bhX @@ -75475,55 +75475,55 @@ aRG oAv mNJ aRG -aGI -uwz -cah -nXm +eBJ +rUh +xuW +jXJ aRG wen aRG aRG -lWw -cfg +wJQ +uQf lAS -cfg +uQf lAS flg -isr +ePX mxQ -dtO -cfg -cfg -lYN -neW -cfg -neW -lEE -sGg -boG -eWH -cfg -sHD +oxV +uQf +uQf +tQA +kfa +uQf +kfa +mEh +xRk +hTo +fVf +uQf +sNc uod jjg -dmV +ojY ncQ lAS -cfg +uQf lAS -aOe -cfg -qbj +xTH +uQf +sFF qbY lAS lAS -cfg +uQf gqd -tAg -nUK -nUK +gVN +mRH +mRH lAS -cfg +uQf bzO bzO bQM @@ -75625,118 +75625,118 @@ cAW cAW cAW jmG -qjb -cSV -cSV -eOn -pBd -pBd -pBd -pBd -qYD -ilH -qjb -uWH +fqe +jhA +jhA +kcV +tSx +tSx +tSx +tSx +mdF +hdl +fqe +mnD puE -fEE -mPT -fEE -fEE -mPT -mPT -mPT -mPT -mPT -jZk -vBZ -foX +qWs +cPK +qWs +qWs +cPK +cPK +cPK +cPK +cPK +etr +lkE +cUg oUg -cyy -nzB -kNX -fCq -cVo -gXe -fCq -foX -laX -sBc -pAD -vBZ -vBZ -mru -raj -myc -klc -fCq -dSp -iek -nuY -dSp -dSp +pem +ife +rdB +ivl +iuy +inU +ivl +cUg +itO +aaM +hUL +lkE +lkE +mcI +pHM +bzu +owd +ivl +xCz +wKp +tzT +xCz +xCz izZ -spn +oVh tOc tOc bgd -dSp -dSp +xCz +xCz bhX mhR bhX aRG nrL aRG -aGI -uwz -cah -nXm +eBJ +rUh +xuW +jXJ qZL -flM +rSf aRG lBJ -eRv -cfg +jxU +uQf lAS -cfg +uQf lAS lAS -lCG +jLo mxQ mxQ lAS uTk -cfg -uYr -cfg -neW -neW -cfg -boG -cfg -cfg -kaI +uQf +ocX +uQf +kfa +kfa +uQf +hTo +uQf +uQf +lrk mxQ mxQ -nCo +lti lAS lAS -cfg +uQf lAS -aOe -cfg -fxG +xTH +uQf +eQS qbY gxN lAS -cfg +uQf egx -rCD -aXR -vrt +uiX +iUQ +ure lAS -cfg -mKJ +uQf +nFe rzt bQM bQM @@ -75837,104 +75837,104 @@ bQM cAW cAW uwk -qjb -cSV -cSV -lwp -pBd -mnR -pBd -pBd -eRR -hwl -qjb -qjb +fqe +jhA +jhA +oCp +tSx +oOG +tSx +tSx +dYF +ves +fqe +fqe mPW -xnw -poA -wkK -mPT -poA +bsB +ekU +lmt +cPK +ekU fnD oUg oUg -mNZ -knw -knw -nly +sHc +cTf +cTf +qjr oUg oUg oUg -fCq -chk +ivl +luL oUg -lzP -giT -byl +vmV +mNE +rHm oUg -aUK -eiL -kqj -jov +pla +jjL +xRG +cNW oUg -bSY -fCq -foX -fCq -fCq -jQk -dUe -dSp -koN +blW +ivl +cUg +ivl +ivl +fjk +kmn +xCz +iHq izZ bEX mrG bEX izZ -tEP -bsg +dlM +xYS vpk bhX aRG vAi fpl aRG -aGI -uwz -cah -nXm +eBJ +rUh +xuW +jXJ aRG aRG aRG uhb bzO bzO -neW +kfa lAS -cfg +uQf lAS -cdW -isr +ciu +ePX mxQ lAS lAS -cfg -neW -cfg -neW -neW -cfg -tFR -sHD -kaI -sGU +uQf +kfa +uQf +kfa +kfa +uQf +pTG +sNc +lrk +amz jjg -dmV -oTZ +ojY +bLu lAS -cfg +uQf lAS -eQX +jBw bzO bzO pmg @@ -75947,8 +75947,8 @@ cyU hab tiW vCv -cfg -mKJ +uQf +nFe rzt bQM bQM @@ -76049,18 +76049,18 @@ kPz bce cAW jmG -qjb -cSV -wda -dFy -wIT -wCe -kXB -wCe -och -aul -qjb -qjb +fqe +jhA +jhR +haX +qST +mWj +wtz +mWj +oJG +tKB +fqe +fqe jqt pTU wPz @@ -76069,95 +76069,95 @@ wPz wPz jPK oUg -xFA -mPT -bxg -jiG -jiG -jiG -jiG -dJw -bWm -jiG -kHV -fkT -fCq -wfR -jiG -bqJ -jiG -jiG -rvM -lQu -fkT -fCq -uPi -ahu -fCq -fCq -fCq -aGI -aGI -aGI -blm -aGI -blm -aGI -blm -aGI -ucw -aGI -sOm -rcp -vgW -aGI -aGI -uwz -kmG -nXm +eun +cPK +gDk +qsy +qsy +qsy +qsy +oxn +rFP +qsy +gnH +bGD +ivl +eBO +qsy +wKo +qsy +qsy +jPp +bRp +bGD +ivl +iBw +aXe +ivl +ivl +ivl +eBJ +eBJ +eBJ +msI +eBJ +msI +eBJ +msI +eBJ +gWZ +eBJ +snX +jtR +rfs +eBJ +eBJ +rUh +xdi +jXJ plc -flM +rSf aRG nds bzO bzO -neW +kfa eCA -cfg -luR +uQf +nts lAS -lCG +jLo mxQ mxQ mxQ -cqK -neW -oFq -neW -neW -cfg -aVv +wUk +kfa +hiR +kfa +kfa +uQf +mzC mLE mxQ jjg mxQ -nCo +lti lAS -pSR -cfg +hQL +uQf lAS -neW +kfa bzO bzO -cfg +uQf qbY gxN lAS -cfg +uQf lAS -nUK -tAg -nUK +mRH +gVN +mRH lAS eCA bzO @@ -76261,18 +76261,18 @@ fiq cAW cAW uwk -qjb -qjb -qjb -qjb -qjb -qjb -qjb -qjb -qjb -qjb -qjb -qjb +fqe +fqe +fqe +fqe +fqe +fqe +fqe +fqe +fqe +fqe +fqe +fqe oUg oUg oUg @@ -76281,52 +76281,52 @@ oUg oUg oUg oUg -xFA -mPT -jZk -vBZ -vBZ -vBZ -vBZ -vBZ -vBZ -icm -ilu -vBZ -vgb -bgq -vBZ -ilu -vBZ -vBZ -xGV -vBZ -vBZ -xGV -vBZ -mFw -jiG -dJw -jiG -npn -pek -npn -xWg -ydA -mBb -npn -mBb -eCb -rzL -npn -hZo -npn -eNQ -npn -npn -xjT -kmG -nXm +eun +cPK +etr +lkE +lkE +lkE +lkE +lkE +lkE +syZ +dOg +lkE +jFp +nCg +lkE +dOg +lkE +lkE +lAO +lkE +lkE +lAO +lkE +uHj +qsy +oxn +qsy +sQV +uuj +sQV +iQO +wqg +qxT +sQV +qxT +xpA +qeM +sQV +syN +sQV +qbF +sQV +sQV +cQm +xdi +jXJ aRG aRG aRG @@ -76334,45 +76334,45 @@ xnW bzO bzO mxQ -neW +kfa lAS -cfg +uQf lAS flg -cgP -isr +xZE +ePX mxQ mxQ mxQ -xLu -neW -neW -fiw +utw +kfa +kfa +xKV mxQ jjg mxQ -dmV -cgP +ojY +xZE ncQ lAS -cfg +uQf lAS -neW +kfa mxQ mxQ mxQ -cfg -cfg -cfg -cfg +uQf +uQf +uQf +uQf lAS -cfg -cfg +uQf +uQf lAS -cfg +uQf dgz -cfg -qjF +uQf +pJB bzO bzO bzO @@ -76473,18 +76473,18 @@ fiq fiq tan jmG -qjb -qjb -qjb -qjb -qjb -aul -aul -aul -aul -qjb -qjb -qjb +fqe +fqe +fqe +fqe +fqe +tKB +tKB +tKB +tKB +fqe +fqe +fqe oUg oUg oUg @@ -76495,87 +76495,87 @@ oUg oUg oUg oUg -ctT -juw -juw -juw -juw -juw -lVL -juw -aoD -juw -juw -juw -juw -aoD -juw -rQi -juw -juw -juw -juw -juw -juw -vBC -vBC -juw -aeJ -aca -aca -pOc -aca -pOc -nHt -pOc -aca -emO -aca -aca -aca -aca -aca -aca -aca -tch -nXm +jdu +fOM +fOM +fOM +fOM +fOM +oLa +fOM +uIJ +fOM +fOM +fOM +fOM +uIJ +fOM +iBl +fOM +fOM +fOM +fOM +fOM +fOM +xSS +xSS +fOM +gbB +ymc +ymc +xsS +ymc +xsS +cIZ +xsS +ymc +epT +ymc +ymc +ymc +ymc +ymc +ymc +ymc +spJ +jXJ plc -flM +rSf aRG -nfE +lRL vDO tUs mxQ -neW +kfa lAS -cfg +uQf lAS lAS lAS -cdW -cgP -isr +ciu +xZE +ePX mxQ mxQ kPC bPf mxQ mxQ -dmV -cgP -oTZ +ojY +xZE +bLu lAS lAS lAS -cfg +uQf eCA -neW +kfa mxQ tUs vDO -aZf -cfg -cfg +dly +uQf +uQf lAS eCA boh @@ -76584,7 +76584,7 @@ boh boh lAS lAS -uHR +lhm bzO bzO bzO @@ -76717,11 +76717,11 @@ hxq hxq hxq vnr -bMq -knw -knw +oeM +cTf +cTf vNq -jZk +etr ycX doB kFM @@ -76731,26 +76731,26 @@ ycX ycX ycX ycX -foX -wRs -aPb -wRs -flx -aGI -tKC -aGI -blm -aGI -twt -aGI -aGI -aGI -aGI -aGI -rFw -lft -lft -aGI +cUg +elv +wWm +elv +dQZ +eBJ +utv +eBJ +msI +eBJ +xzh +eBJ +eBJ +eBJ +eBJ +eBJ +dwB +npq +npq +eBJ aRG aRG aRG @@ -76759,35 +76759,35 @@ mxQ tUs mxQ mxQ -neW +kfa lAS -cfg -cfg -luR +uQf +uQf +nts lAS lAS flg -cgP -mzs -vqt -lHu -wKy -cgP +xZE +oHd +wGi +xra +lZL +xZE ncQ lAS lAS -pSR -cfg -cfg +hQL +uQf +uQf lAS -neW +kfa mxQ mxQ tUs bzO lAS lAS -cfg +uQf lAS mxQ mLP @@ -76898,14 +76898,14 @@ cAW tan tan tan -sZD -rjY -cKm +nUN +aeu +pvz lRT -fpw -cqJ -cqJ -uns +cTj +fMG +fMG +myf lRT cAW vnr @@ -76929,21 +76929,21 @@ bQM bQM kPz xDw -hbI -vVo -hKo +tFn +drj +uNY dOX -gwU -ipk -gdR -nrV -ipk -xyn -rbh -xyn +xmp +fPR +mXr +dRq +fPR +kRO +wxt +kRO fxY qcT -qmq +uRA lRT dzl dzl @@ -76955,15 +76955,15 @@ dzl skM fpl aRG -pTW -uXS -tZr -eBh -aGI -eBh -uXS -ngY -eBh +mIx +tdC +xwx +oIT +eBJ +oIT +tdC +jQg +oIT vOz aRG ogd @@ -76971,28 +76971,28 @@ mxQ cLu kVk mxQ -rDt -neW +gkr +kfa lAS lAS -cfg -cfg +uQf +uQf lAS lAS lAS -cfg -neW -neW -cfg +uQf +kfa +kfa +uQf lAS lAS lAS -cfg -cfg +uQf +uQf lAS lAS -neW -oEl +kfa +pro mxQ cZr tUs @@ -77002,14 +77002,14 @@ lAS vEK lAS jjg -vSU -xIm -nUK -nUK -nUK -nUK -nUK -uAT +jAw +ePW +mRH +mRH +mRH +mRH +mRH +iNL rzt bQM bQM @@ -77110,14 +77110,14 @@ cAW cAW pcu nfF -bZf +lJr ruD -vBf +quZ taY -nnP +bwC hKI hKI -qmq +uRA lRT cAW vnr @@ -77141,21 +77141,21 @@ xDw xDw xDw lRT -oGa -xyn -iEy +udK +kRO +hRI sIJ -srf -eBb -ism -fEb -rEF -fEb -aBV -vbx -fEb -hKo -qmq +fgo +nzC +acH +tYz +xkm +tYz +nfh +mXV +tYz +uNY +uRA xDw cAW bQM @@ -77167,17 +77167,17 @@ rBF dzl bVk vAi -kce -wrI -emN -kwp -aGI -kce -eJG -jHA -uAO +kgL +dXd +nnG +cJb +eBJ +kgL +liK +iJY +dDQ aRG -fru +smE mxQ mxQ tUs @@ -77185,24 +77185,24 @@ cFX mxQ mxQ mxQ -orm -neW +xOK +kfa eCA lAS -cfg -cfg +uQf +uQf lAS -cfg -neW -neW -cfg +uQf +kfa +kfa +uQf lAS -cfg -cfg +uQf +uQf lAS eCA -neW -neW +kfa +kfa mxQ iyf mxQ @@ -77214,14 +77214,14 @@ lAS vEK lAS jjg -tFR -cfg -cfg -pTi -dbw -cfg -cfg -jMC +pTG +uQf +uQf +tTJ +tZF +uQf +uQf +iqm rzt bQM bQM @@ -77322,14 +77322,14 @@ fiq fiq pcu fiq -bZf -bZf -bZf +lJr +lJr +lJr taY -srf +fgo hKI hKI -qmq +uRA lRT cAW vnr @@ -77352,22 +77352,22 @@ lwO eqC foT fxY -sVk -srf -cpG -qmq +oKI +fgo +dqD +uRA dOX -tbV -kcx -hbI -ism -htu -fEb -ism -vVo -vLQ -qmq -mNF +baj +tIT +tFn +acH +wSu +tYz +acH +drj +cUj +uRA +oeQ xDw dhi fQV @@ -77379,15 +77379,15 @@ erT dzl kng aRG -eBh -bcL -dng -eBh -vgW -eBh -bcL -dng -eBh +oIT +uYt +iLv +oIT +rfs +oIT +uYt +iLv +oIT aRG aRG ffZ @@ -77399,20 +77399,20 @@ oXS mxQ iyf mxQ -rDt -neW +gkr +kfa lAS lAS -cfg -cfg -neW -neW -cfg -cfg +uQf +uQf +kfa +kfa +uQf +uQf lAS lAS -neW -neW +kfa +kfa mxQ mxQ mxQ @@ -77426,14 +77426,14 @@ lAS vEK lAS jjg -luR -rCD -rCD -rCD -rCD -rCD -rCD -wxl +nts +uiX +uiX +uiX +uiX +uiX +uiX +egC rzt bQM bQM @@ -77538,10 +77538,10 @@ fiq nfF nfF lRT -srf -hSs -hSs -qmq +fgo +dkf +dkf +uRA lRT cAW bce @@ -77564,44 +77564,44 @@ hKI hKI hKI hKI -sVk -srf -xyn -qmq +oKI +fgo +kRO +uRA dOX -tMR -sxX -hDI -hbI -fEb -fEb -fEb -qiX -sgp -qmq -uWI +fvH +txu +ffu +tFn +tYz +tYz +tYz +bxE +rie +uRA +osn lRT ajx -tle -tle +qLS +qLS hkh -tle -tle +qLS +qLS iWq dzl aRG aRG -aGI -aGI -aGI -aGI -aGI -aGI -aGI -aGI -aGI -nXm -nfE +eBJ +eBJ +eBJ +eBJ +eBJ +eBJ +eBJ +eBJ +eBJ +jXJ +lRL vDO tUs tUs @@ -77613,16 +77613,16 @@ tUs mxQ mxQ bzO -cfg -cfg -cfg -aiT -vSU -bJR -aiT -cfg -cfg -dLb +uQf +uQf +uQf +wif +jAw +oEy +wif +uQf +uQf +qst bzO mxQ mxQ @@ -77634,13 +77634,13 @@ tUs tUs tUs vDO -aZf +dly vEK lAS mxQ -tuQ -hJq -wWu +fDw +aRy +jdw mxQ syV iyf @@ -77750,10 +77750,10 @@ pcu atp cAW lRT -oGa +udK hjW hjW -sCn +slK lRT cAW bce @@ -77776,44 +77776,44 @@ hKI eqC hKI nJC -lIO -pLl -ioD -sXV +kon +iow +dhA +dGP dOX -iaU -aco -srf -knc -hSs -hSs -hNV -sXV -tPx -qmq -fFg +cix +uKt +fgo +idL +dkf +dkf +wfR +dGP +stM +uRA +vgr xDw ajx -tle -tle +qLS +qLS pcu -tle -tle +qLS +qLS iWq dzl aRG aRG -eBh -uXS -ngY -eBh -aGI -eBh -uXS -ngY -eBh -nXm -nXm +oIT +tdC +jQg +oIT +eBJ +oIT +tdC +jQg +oIT +jXJ +jXJ mxQ mxQ mxQ @@ -77827,12 +77827,12 @@ oAH bzO bzO bzO -nvw -cfg -tFR -wnm -cfg -nvw +pSl +uQf +pTG +wIc +uQf +pSl bzO bzO bzO @@ -77850,13 +77850,13 @@ lAS vEK lAS mxQ -rGv -nLG -ijJ +oBG +mgO +vnA bzO -qhp -dsK -uUJ +qMt +hHZ +gOH bzO bQM bQM @@ -77962,10 +77962,10 @@ pcu fiq cAW lRT -srf -fEb -fEb -qmq +fgo +tYz +tYz +uRA lRT cAW bce @@ -77993,57 +77993,57 @@ hir hir hir dOX -ksI -tPL -bSQ -hSs -hNV -hSs -jHY -hSs -sXV -qmq -frk +huM +aRj +hsQ +dkf +wfR +dkf +psc +dkf +dGP +uRA +lih xDw ajx -tle -tle +qLS +qLS hkh -tle -tle +qLS +qLS iWq dzl vOz aRG -kce -kEO -fFy -uAO -aGI -kce -wrI -fgA -uAO -nXm -nXm -neW -aiT -imx -yen -cfg -yen -cfg -szD +kgL +phr +rGp +dDQ +eBJ +kgL +dXd +eRF +dDQ +jXJ +jXJ +kfa +wif +jDV +gAV +uQf +gAV +uQf +rRD lAS lAS rzt bQM rzt lAS -cfg -tFR -wnm -cfg +uQf +pTG +wIc +uQf qLJ mxQ cZr @@ -78062,13 +78062,13 @@ lAS vEK lAS mxQ -fJw -jZG -kNg +tPc +fjo +fia bzO -qhp -jhm -uUJ +qMt +sRB +gOH bzO bQM bQM @@ -78174,20 +78174,20 @@ pcu cAW cAW xDw -srf -hSs -hSs -qmq +fgo +dkf +dkf +uRA lRT lRT lRT cAW cAW lRT -qhI -qhI -qhI -qhI +qRf +qRf +qRf +qRf lRT bQM kPz @@ -78201,21 +78201,21 @@ xDw bQM bQM xDw -gRD -eQw -mOM -xyn -srf -bSk -hSs -hSs -hSs -isS -hSs -hSs -hSs -sXV -iAZ +sQv +qAh +bTJ +kRO +fgo +qRp +dkf +dkf +dkf +qbH +dkf +dkf +dkf +dGP +lkC xDw fdV jlH @@ -78227,36 +78227,36 @@ bUB rBF goM aRG -eBh -bcL -dng -eBh -aGI -eBh -bcL -dng -eBh -nXm -nXm -neW -nUK -nUK -nUK -nUK -nUK -bJR -cfg +oIT +uYt +iLv +oIT +eBJ +oIT +uYt +iLv +oIT +jXJ +jXJ +kfa +mRH +mRH +mRH +mRH +mRH +oEy +uQf lAS lAS rzt kPz rzt lAS -cfg -tFR -wnm -cfg -gUp +uQf +pTG +wIc +uQf +cpA vDO tUs tUs @@ -78271,12 +78271,12 @@ bQM bQM bzO lAS -orm +xOK kGW mxQ -idl -sMa -fSO +rfx +fqV +dDV bzO rzt rzt @@ -78386,10 +78386,10 @@ pcu cAW cAW xDw -srf +fgo hjW hjW -qmq +uRA hKI nvO lRT @@ -78413,21 +78413,21 @@ bQM bQM bQM lRT -gda +prA hva -lTS -xyn -srf -xyn -vTS -ntX -xyn -xyn -xyn -mBW +hUm +kRO +fgo +kRO +moY +cxb +kRO +kRO +kRO +mCO bFh hKI -nYe +gpO xDw cAW bQM @@ -78442,32 +78442,32 @@ aRG aRG aRG aRG -aGI -aGI -aGI +eBJ +eBJ +eBJ aRG -nXm +jXJ aRG -nXm -nXm -neW -rCD -rCD -rCD -rCD -xAq -wnm -cfg +jXJ +jXJ +kfa +uiX +uiX +uiX +uiX +eQb +wIc +uQf lAS lAS rzt bQM rzt lAS -cfg -tFR -wnm -cfg +uQf +pTG +wIc +uQf lAS mxQ bzO @@ -78598,11 +78598,11 @@ cAW cAW cAW xDw -srf -fEb -fEb -nZu -hKo +fgo +tYz +tYz +nup +uNY hKI hKI hKI @@ -78612,34 +78612,34 @@ hKI hKI hKI hKI -fHz -fHz -het -fHz -sVk -sVk -sVk -pdg +opK +opK +rcV +opK +oKI +oKI +oKI +nmk xDw bQM bQM bQM xDw -vnz -qWe -pGe -xyn -efJ -hSs -hSs -hSs -hSs -hSs -hSs -hSs -hSs -uDa -sXV +gQn +cju +bjK +kRO +jPc +dkf +dkf +dkf +dkf +dkf +dkf +dkf +dkf +sOz +dGP lRT xDw xDw @@ -78654,34 +78654,34 @@ iRa iRa iRa dOX -vUJ -sVk -sVk +saZ +oKI +oKI fjd -nXm -fYi -nXm -lsV -neW -aiT -cfg -fiw -cfg -tFR -wnm -cfg +jXJ +vAl +jXJ +tzv +kfa +wif +uQf +xKV +uQf +pTG +wIc +uQf lAS eCA bzO rzt bzO pmg -cfg -tFR -wnm -imx +uQf +pTG +wIc +jDV lAS -lji +koU rzt kPz rzt @@ -78810,25 +78810,25 @@ cAW cAW cAW xDw -srf +fgo oWz hKI hKI -hbI -hKo +tFn +uNY hKI -hbI -fEb -hKo +tFn +tYz +uNY hKI -hbI -fEb -hKo +tFn +tYz +uNY hKI -hbI -sfU -hKo -srf +tFn +bgi +uNY +fgo hKI hKI hKI @@ -78861,39 +78861,39 @@ xDw bQM xAl xDw -grE -grE -grE -grE -grE -grE -grE -grE +aDa +aDa +aDa +aDa +aDa +aDa +aDa +aDa fjd -nXm -oeI -nXm +jXJ +vLB +jXJ rBF rzt rzt rzt bzO -cfg -tFR -wnm -cfg -imx -cfg -cfg -cfg -cfg -lYN -cfg -tFR -wnm -cfg +uQf +pTG +wIc +uQf +jDV +uQf +uQf +uQf +uQf +tQA +uQf +pTG +wIc +uQf mKy -joG +kqB rzt bQM rzt @@ -79022,25 +79022,25 @@ cAW cAW cAW lRT -rBn -eeb +nVD +lKu orA hKI -srf -qmq -sVk -srf -sVk -qmq -sVk -srf -sVk -qmq -sVk -srf -sVk -qmq -srf +fgo +uRA +oKI +fgo +oKI +uRA +oKI +fgo +oKI +uRA +oKI +fgo +oKI +uRA +fgo hKI hKI hKI @@ -79056,14 +79056,14 @@ rMP hKI hKI hKI -srf -qmq +fgo +uRA hKI hKI hKI jal hKI -xqu +lsP ddc qbT xeO @@ -79073,14 +79073,14 @@ xDw bQM bQM xDw -grE +aDa hKI hKI hKI hKI hKI hKI -grE +aDa lRT rBF rBF @@ -79090,22 +79090,22 @@ bQM bQM bQM bzO -cfg -tFR -nwj -nUK -nUK -nUK -nUK -nUK -nUK -nUK -nUK -boG -wnm -cfg +uQf +pTG +cZj +mRH +mRH +mRH +mRH +mRH +mRH +mRH +mRH +hTo +wIc +uQf eCA -mek +anI rzt bQM rzt @@ -79235,24 +79235,24 @@ cAW cAW xDw xDw -bSQ -eeb +hsQ +lKu hKI -bSQ -sXV +hsQ +dGP hKI -bSQ -hSs -sXV +hsQ +dkf +dGP hKI -bSQ -hSs -sXV +hsQ +dkf +dGP hKI -bSQ -hSs -sXV -srf +hsQ +dkf +dGP +fgo hKI hKI aHj @@ -79268,31 +79268,31 @@ rMP fxY hKI hKI -srf -qmq +fgo +uRA hKI hjW hjW fxY hjW hKI -hbI -fAf -fEb +tFn +amS +tYz xeO smv xDw bQM bQM xDw -grE -grE -grE -grE -grE -grE -grE -grE +aDa +aDa +aDa +aDa +aDa +aDa +aDa +aDa xDw kPz kPz @@ -79302,22 +79302,22 @@ kPz kPz kPz bzO -odz -tFR -sHD -rCD -rCD -rCD -rCD -rCD -rCD -rCD -rCD -rCD -pSR -cfg +eGX +pTG +sNc +uiX +uiX +uiX +uiX +uiX +uiX +uiX +uiX +uiX +hQL +uQf lAS -qUI +bMa rzt kPz rzt @@ -79448,23 +79448,23 @@ cAW cAW xDw xDw -bSQ -hSs -yfr +hsQ +dkf +ycr hKI hKI hKI hKI lmM -ePo -ePo -ePo -rom -ePo -ePo -jQy -ePo -srf +olY +olY +olY +kay +olY +olY +tEJ +olY +fgo hKI hKI hKI @@ -79480,27 +79480,27 @@ hKI qcK hKI hKI -srf -qmq +fgo +uRA hKI hKI hKI hKI hKI hKI -srf +fgo hKI -xyn -aOf +kRO +jlt hKI lRT xDw xDw lRT -vUJ -sVk -sVk -sVk +saZ +oKI +oKI +oKI lRT fjd lRT @@ -79514,20 +79514,20 @@ bQM bQM kPz bzO -cfg -tFR -wnm -cfg -cfg -cfg -cfg -cfg -cfg -cfg -cfg -cfg -cfg -cfg +uQf +pTG +wIc +uQf +uQf +uQf +uQf +uQf +uQf +uQf +uQf +uQf +uQf +uQf lAS mxQ bzO @@ -79676,40 +79676,40 @@ lRT lRT lRT lRT -bPL -fEb -fEb -fEb -fEb -fEb -fEb -fEb -fEb -fEb -fEb -fEb -fEb -fEb -fEb -fEb -fEb -fEb -fEb -fEb -fEb -fEb -fEb -fEb -fEb -hKo -xyn -qmq +srV +tYz +tYz +tYz +tYz +tYz +tYz +tYz +tYz +tYz +tYz +tYz +tYz +tYz +tYz +tYz +tYz +tYz +tYz +tYz +tYz +tYz +tYz +tYz +tYz +uNY +kRO +uRA xeO -nhs -grE -grE -grE -grE +sXQ +aDa +aDa +aDa +aDa hKI hKI hKI @@ -79726,10 +79726,10 @@ bQM bQM bQM bzO -cfg -tFR -wnm -cfg +uQf +pTG +wIc +uQf lAS lAS kLQ @@ -79740,7 +79740,7 @@ lAS lAS lAS lAS -gUp +cpA vDO tUs tUs @@ -79885,37 +79885,37 @@ bQM bQM bQM bQM -qJo +uwf gws -qJo -srf +uwf +fgo hKI -sVk -bXK -tHj -poX -pTe -bXK -tHj -poX -pTe -bXK -tHj -poX -pTe -bXK -tHj -poX -pTe -bXK -tHj -poX -pTe -bXK -sVk -qmq -hSs -sXV +oKI +wUT +gRl +vLd +sFG +wUT +gRl +vLd +sFG +wUT +gRl +vLd +sFG +wUT +gRl +vLd +sFG +wUT +gRl +vLd +sFG +wUT +oKI +uRA +dkf +dGP hKI vQr hKI @@ -79938,10 +79938,10 @@ kPz kPz kPz bzO -cfg -tFR -wnm -oFq +uQf +pTG +wIc +hiR lAS lAS lAS @@ -80097,12 +80097,12 @@ bQM bQM bQM bQM -qJo +uwf gws -qJo -srf +uwf +fgo hKI -ajU +lDh iOa cCx xeO @@ -80124,19 +80124,19 @@ xeO xeO cCx iOa -gNO -qmq +dto +uRA hKI hKI hKI -grE -grE -grE -grE -grE -grE -grE -grE +aDa +aDa +aDa +aDa +aDa +aDa +aDa +aDa lRT xeO lRT @@ -80150,17 +80150,17 @@ bQM bQM bQM bzO -odz -tFR -wnm -cfg -neW -neW -neW -neW -moE -neW -neW +eGX +pTG +wIc +uQf +kfa +kfa +kfa +kfa +wli +kfa +kfa bzO rzt rzt @@ -80309,12 +80309,12 @@ hbC hbC hbC hbC -wWo +krU iSi -wWo -rqV +krU +oIh viV -gdr +hYx xeO xeO xeO @@ -80336,8 +80336,8 @@ xeO xeO xeO xeO -eJK -qmq +rwX +uRA hKI iWW hQh @@ -80346,8 +80346,8 @@ hQh hQh hQh hQh -xyn -xyn +kRO +kRO lRT lRT fjd @@ -80521,12 +80521,12 @@ bQM bQM bQM bQM -qJo +uwf gws -qJo -srf +uwf +fgo bYS -iXM +usx xeO xeO xeO @@ -80548,8 +80548,8 @@ xeO xeO xeO xeO -whq -qmq +lbv +uRA hjW iWW xeO @@ -80558,12 +80558,12 @@ uKx uKx xew vem -dnC -dnC +hzp +hzp yls -wWo +krU yls -wWo +krU iSi hbC iSi @@ -80572,14 +80572,14 @@ hbC hbC hbC hbC -wWo +krU kqe -kfJ -laN -laN -ojz +vdj +iIg +iIg +nMN ahR -vMM +apI dUZ dUZ dUZ @@ -80733,12 +80733,12 @@ bQM bQM bQM bQM -qJo +uwf gws -qJo -srf +uwf +fgo bYS -svD +pox xeO xeO xeO @@ -80760,8 +80760,8 @@ xeO xeO xeO xeO -qZo -qmq +tdL +uRA hjW iWW xeO @@ -80773,9 +80773,9 @@ xeO hjW hjW xeO -qJo +uwf xeO -qJo +uwf kPz bQM kPz @@ -80784,14 +80784,14 @@ bQM bQM bQM bQM -qJo +uwf ojK qQl qQl rGt qQl ojK -qJo +uwf cAW cAW bce @@ -80945,12 +80945,12 @@ bQM bQM bQM bQM -qJo +uwf gws -qJo -srf +uwf +fgo bYS -ajU +lDh xeO xeO xeO @@ -80972,8 +80972,8 @@ xeO xeO xeO mUA -gNO -qmq +dto +uRA hjW iWW xeO @@ -80982,12 +80982,12 @@ lIv lIv xFP sov -dnC -dnC +hzp +hzp yls -wWo +krU yls -wWo +krU iSi hbC iSi @@ -80996,14 +80996,14 @@ hbC hbC hbC hbC -wWo +krU hPW -laN -laN -laN -laN +iIg +iIg +iIg +iIg hPW -vMM +apI dUZ dUZ dUZ @@ -81157,12 +81157,12 @@ bQM bQM bQM bQM -qJo +uwf gws -qJo -srf +uwf +fgo bYS -gdr +hYx xeO xeO xeO @@ -81173,7 +81173,7 @@ xeO xeO xeO xeO -rIi +rsm xeO xeO xeO @@ -81184,8 +81184,8 @@ xeO xeO xeO xeO -eJK -qmq +rwX +uRA hKI iWW xeO @@ -81369,12 +81369,12 @@ bQM bQM bQM bQM -qJo +uwf gws -qJo -srf +uwf +fgo bYS -iXM +usx xeO xeO xeO @@ -81396,8 +81396,8 @@ xeO xeO xeO xeO -whq -qmq +lbv +uRA hjW iWW xeO @@ -81406,12 +81406,12 @@ uKx uKx xew vem -dnC -dnC +hzp +hzp yls -wWo +krU yls -wWo +krU iSi hbC xDq @@ -81420,14 +81420,14 @@ naf cqz bFj hbC -wWo +krU hPW -laN -laN -laN -laN +iIg +iIg +iIg +iIg hPW -vMM +apI dUZ dUZ dUZ @@ -81581,12 +81581,12 @@ bQM bQM bQM bQM -qJo +uwf gws -qJo -srf +uwf +fgo bYS -svD +pox xeO xeO xeO @@ -81608,8 +81608,8 @@ xeO xeO xeO xeO -qZo -qmq +tdL +uRA hjW iWW xeO @@ -81621,9 +81621,9 @@ xeO hjW hjW xeO -qJo +uwf xeO -qJo +uwf kPz bQM xme @@ -81632,14 +81632,14 @@ kEy sDL bQM bQM -qJo +uwf pXH qQl rGt qQl qQl ojK -qJo +uwf cAW cAW bce @@ -81793,12 +81793,12 @@ bQM bQM bQM bQM -qJo +uwf gws -qJo -srf +uwf +fgo bYS -ajU +lDh xeO xeO xeO @@ -81820,8 +81820,8 @@ xeO xeO xeO xeO -uSu -qmq +tAv +uRA hjW iWW xeO @@ -81830,12 +81830,12 @@ lIv lIv xFP sov -dnC -dnC +hzp +hzp yls -wWo +krU yls -wWo +krU iSi hbC iBP @@ -81844,14 +81844,14 @@ vcf lku bOz hbC -wWo +krU hPW -laN -laN -laN -laN +iIg +iIg +iIg +iIg hPW -vMM +apI dUZ dUZ dUZ @@ -82005,12 +82005,12 @@ hbC hbC hbC hbC -wWo +krU iSi -wWo -rqV +krU +oIh oSK -gdr +hYx doA xeO xeO @@ -82032,8 +82032,8 @@ xeO xeO xeO xeO -kcF -qmq +ess +uRA hKI iWW giX @@ -82042,8 +82042,8 @@ giX giX giX giX -xyn -xyn +kRO +kRO scM scM xkv @@ -82217,12 +82217,12 @@ bQM bQM bQM bQM -qJo +uwf gws -qJo -srf +uwf +fgo hKI -iXM +usx iOa cCx xeO @@ -82244,8 +82244,8 @@ xeO xeO cCx iOa -whq -qmq +lbv +uRA hKI hKI qyc @@ -82257,18 +82257,18 @@ hKI hKI hKI lnK -fdQ -bnP -fdQ +cdU +dOr +cdU scM xdE xdE xdE xdE scM -wWq -bnP -tJt +rKV +dOr +aIz lnK jeh bnK @@ -82276,7 +82276,7 @@ bnK qjC lnK jGd -sJe +vIN voa scM scM @@ -82429,37 +82429,37 @@ bQM bQM bQM bQM -qJo +uwf gws -qJo -srf +uwf +fgo hKI -sVk -rtF -tWG -mwr -evJ -rtF -tWG -mwr -evJ -rtF -tWG -mwr -evJ -rtF -tWG -mwr -evJ -rtF -tWG -mwr -evJ -rtF -sVk -qmq -fEb -hKo +oKI +ssA +kaM +esV +ljV +ssA +kaM +esV +ljV +ssA +kaM +esV +ljV +ssA +kaM +esV +ljV +ssA +kaM +esV +ljV +ssA +oKI +uRA +tYz +uNY hKI hKI kdR @@ -82469,28 +82469,28 @@ hjW hjW hKI vfR -tmF -mop +ryR +vHm qQl -pgc -rbg -rbg -rbg -mIV -rbg +oMF +eKN +eKN +eKN +foq +eKN iXL -tmF -mop -gNb +ryR +vHm +aKm iXL qQl qQl iXL -pgc +oMF sbj jGj uqp -pgc +oMF xdE cAW cAW @@ -82644,64 +82644,64 @@ bQM lRT lRT lRT -rBn -hSs -hSs -hSs -hSs -hSs -hSs -hSs -hSs -hSs -hSs -hSs -hSs -hSs -oWi -hSs -hSs -hSs -hSs -hSs -hSs -hSs -hSs -hSs -hSs -sXV -xyn -qmq -fEb -fEb -fEb -fEb -fEb -fEb -fEb -fEb -mGs -cTl -tmF -mop +nVD +dkf +dkf +dkf +dkf +dkf +dkf +dkf +dkf +dkf +dkf +dkf +dkf +dkf +khT +dkf +dkf +dkf +dkf +dkf +dkf +dkf +dkf +dkf +dkf +dGP +kRO +uRA +tYz +tYz +tYz +tYz +tYz +tYz +tYz +tYz +bXR +xAE +ryR +vHm iXL -tmF -tmF -uhZ -uhZ -uhZ -tmF -mop -dvM -pgc +ryR +ryR +jCa +jCa +jCa +ryR +vHm +pzE +oMF qQl -tmF -wjF +ryR +rWr qQl -pgc -tmF -uhZ -uCM +oMF +ryR +jCa +aRe iXL xdE bce @@ -82880,40 +82880,40 @@ hKI hKI hKI hKI -srf -xyn -xyn -qmq -hSs -hSs -hSs -hSs -hSs -hSs -hSs -hSs -tMk -cTl -jVI -vzN +fgo +kRO +kRO +uRA +dkf +dkf +dkf +dkf +dkf +dkf +dkf +dkf +oUv +xAE +xLD +dlZ iXL -jVI -jVI -dQv -dQv -dQv -jVI -vzN -dvM -pgc +xLD +xLD +fEG +fEG +fEG +xLD +dlZ +pzE +oMF qQl -jVI -vzN +xLD +dlZ qQl -pgc -jVI -dQv -vzN +oMF +xLD +fEG +dlZ iXL xdE cAW @@ -83092,10 +83092,10 @@ iUO iUO iUO jmO -bSQ -hSs -hSs -sXV +hsQ +dkf +dkf +dGP hKI hKI hjW @@ -83105,28 +83105,28 @@ hjW hjW hKI nhd -jVI -vzN +xLD +dlZ qQl -pgc -rmP -rmP -rmP -rmP -rmP +oMF +lOM +lOM +lOM +lOM +lOM rOa -jVI -vzN -pgc +xLD +dlZ +oMF iXL qQl qQl iXL -pgc +oMF sbj jGj uqp -pgc +oMF xdE cAW cAW @@ -83303,7 +83303,7 @@ xeO cXm uXm xeO -wUr +pOp hKI hKI lmM @@ -83317,9 +83317,9 @@ hKI hKI qDD lnK -aeU -lvm -mmG +fUy +lNQ +ooQ scM xdE xdE @@ -83327,13 +83327,13 @@ xdE xdE scM scM -fdQ -fdQ -pgc -pgc -pgc -pgc -pgc +cdU +cdU +oMF +oMF +oMF +oMF +oMF lnK jGd iXL @@ -83541,11 +83541,11 @@ bQM scM sws dBR -qux -rmP -rmP -rmP -lSt +dMb +lOM +lOM +lOM +arv scM scM scM @@ -83751,8 +83751,8 @@ pcu iWq bQM scM -hZF -hZF +gDv +gDv scM xdE xdE @@ -84380,16 +84380,16 @@ bQM bQM bQM bTo -tle -tle -tle +qLS +qLS +qLS hkh -tle -tle +qLS +qLS hkh -tle -tle -tle +qLS +qLS +qLS iWq bQM bQM @@ -84592,16 +84592,16 @@ bQM bQM bQM bTo -tle -tle -tle +qLS +qLS +qLS pcu -tle -tle +qLS +qLS pcu -tle -tle -tle +qLS +qLS +qLS iWq bQM bQM @@ -84804,16 +84804,16 @@ bQM bQM bQM bTo -tle -tle -tle +qLS +qLS +qLS hkh -tle -tle +qLS +qLS hkh -tle -tle -tle +qLS +qLS +qLS iWq bQM bQM diff --git a/maps/map_files/FOP_v3_Sciannex/sprinkles/15.nogear.dmm b/maps/map_files/FOP_v3_Sciannex/sprinkles/15.nogear.dmm index c0f7439ed3..2a10734ee9 100644 --- a/maps/map_files/FOP_v3_Sciannex/sprinkles/15.nogear.dmm +++ b/maps/map_files/FOP_v3_Sciannex/sprinkles/15.nogear.dmm @@ -1,100 +1,72 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"a" = ( +"aa" = ( /turf/closed/wall/r_wall/prison, /area/template_noop) -"b" = ( +"ab" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/prison, /area/template_noop) -"c" = ( +"ac" = ( /turf/open/floor/prison, /area/template_noop) -"d" = ( -/obj/structure/closet/secure_closet/guncabinet{ - req_access = null +"ae" = ( +/turf/closed/wall/prison, +/area/template_noop) +"af" = ( +/obj/structure/closet/secure_closet/security_empty, +/obj/item/clothing/accessory/storage/holster, +/obj/structure/window/reinforced{ + dir = 4 }, -/obj/item/clothing/under/color/orange, /turf/open/floor/prison/redfull, /area/template_noop) -"e" = ( -/turf/closed/wall/prison, +"ag" = ( +/obj/item/stack/folding_barricade, +/turf/open/floor/prison/floor_plate, /area/template_noop) -"i" = ( +"ah" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ dir = 1; req_one_access = null }, /turf/open/floor/plating/prison, /area/template_noop) -"k" = ( +"aj" = ( /obj/structure/closet/secure_closet/guncabinet{ req_access = null }, -/obj/item/clothing/shoes/galoshes{ - pixel_y = -6 +/obj/item/clothing/shoes/laceup{ + pixel_y = -9 }, /turf/open/floor/prison/redfull, /area/template_noop) -"l" = ( +"ao" = ( /obj/structure/closet/secure_closet/guncabinet{ req_access = null }, -/obj/item/clothing/shoes/dress/commander{ - pixel_y = -9 - }, -/turf/open/floor/prison/redfull, -/area/template_noop) -"m" = ( -/obj/structure/closet/secure_closet/security_empty, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/storage/box/flashbangs, +/obj/item/clothing/under/color/orange, /turf/open/floor/prison/redfull, /area/template_noop) -"n" = ( -/obj/item/stack/folding_barricade, +"ap" = ( /turf/open/floor/prison/floor_plate, /area/template_noop) -"r" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/prison/redfull, -/area/template_noop) -"s" = ( +"aq" = ( /obj/structure/machinery/power/apc/power/east, /turf/open/floor/prison, /area/template_noop) -"t" = ( +"at" = ( /obj/structure/window/reinforced, /turf/open/floor/prison, /area/template_noop) -"u" = ( -/obj/structure/closet/secure_closet/security_empty, -/obj/item/clothing/accessory/storage/holster, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/prison/redfull, -/area/template_noop) -"v" = ( +"av" = ( /obj/item/clothing/under/color/orange, /turf/open/floor/prison, /area/template_noop) -"w" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/floor_plate, -/area/template_noop) -"x" = ( +"ax" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/prison, /area/template_noop) -"y" = ( -/turf/open/floor/prison/floor_plate, -/area/template_noop) -"z" = ( +"az" = ( /obj/item/clothing/shoes/black{ pixel_x = -1; pixel_y = -17 @@ -102,62 +74,89 @@ /obj/effect/decal/cleanable/blood/oil/streak, /turf/open/floor/prison, /area/template_noop) -"B" = ( -/obj/item/tool/kitchen/knife{ - pixel_x = -7; - pixel_y = -15 +"aA" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = null }, -/turf/open/floor/prison/floor_plate, +/obj/item/clothing/shoes/galoshes{ + pixel_y = -6 + }, +/turf/open/floor/prison/redfull, /area/template_noop) -"C" = ( +"aC" = ( /obj/structure/machinery/light/double/blue{ dir = 1; pixel_y = 21 }, /turf/open/floor/prison, /area/template_noop) -"D" = ( +"aD" = ( /obj/effect/decal/cleanable/blood/oil/streak, /turf/open/floor/prison, /area/template_noop) -"E" = ( +"aE" = ( /obj/structure/window/reinforced{ dir = 8 }, /obj/structure/window/reinforced, /turf/open/floor/prison, /area/template_noop) -"F" = ( -/obj/item/prop/helmetgarb/riot_shield, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/floor_plate, -/area/template_noop) -"I" = ( +"aG" = ( /obj/structure/closet/secure_closet/guncabinet{ req_access = null }, -/obj/effect/spawner/random/gun/pistol/lowchance, +/obj/item/clothing/shoes/black{ + pixel_x = 2; + pixel_y = -9 + }, /turf/open/floor/prison/redfull, /area/template_noop) -"J" = ( +"aH" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/prison/redfull, +/area/template_noop) +"aJ" = ( /obj/structure/window/reinforced{ dir = 8 }, /turf/open/floor/prison, /area/template_noop) -"K" = ( +"aL" = ( +/obj/structure/window/framed/prison/reinforced, +/turf/open/floor/prison, +/area/template_noop) +"aM" = ( +/obj/structure/closet/secure_closet/security_empty, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/storage/box/flashbangs, +/turf/open/floor/prison/redfull, +/area/template_noop) +"aN" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = null + }, +/obj/effect/spawner/random/gun/pistol/lowchance, +/turf/open/floor/prison/redfull, +/area/template_noop) +"aO" = ( /obj/item/clothing/under/color/orange, /turf/open/floor/prison/floor_plate, /area/template_noop) -"L" = ( -/obj/structure/window/framed/prison/reinforced, -/turf/open/floor/prison, +"aP" = ( +/obj/item/frame/rack, +/turf/open/floor/prison/redfull, /area/template_noop) -"R" = ( +"aQ" = ( +/obj/effect/landmark/corpsespawner/ua_riot, +/turf/open/floor/prison/floor_plate, +/area/template_noop) +"aR" = ( /obj/structure/extinguisher_cabinet, /turf/closed/wall/r_wall/prison, /area/template_noop) -"S" = ( +"aS" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/flora/pottedplant{ pixel_y = 9 @@ -165,119 +164,120 @@ /obj/structure/machinery/light/double/blue, /turf/open/floor/prison, /area/template_noop) -"U" = ( -/obj/effect/landmark/corpsespawner/ua_riot, +"aT" = ( +/obj/item/prop/helmetgarb/riot_shield, +/obj/effect/decal/cleanable/blood, /turf/open/floor/prison/floor_plate, /area/template_noop) -"V" = ( +"aV" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/template_noop) -"W" = ( -/obj/structure/closet/secure_closet/guncabinet{ - req_access = null - }, -/obj/item/clothing/shoes/black{ - pixel_x = 2; - pixel_y = -9 +"aY" = ( +/obj/item/tool/kitchen/knife{ + pixel_x = -7; + pixel_y = -15 }, -/turf/open/floor/prison/redfull, -/area/template_noop) -"X" = ( -/obj/item/frame/rack, -/turf/open/floor/prison/redfull, +/turf/open/floor/prison/floor_plate, /area/template_noop) -"Z" = ( +"aZ" = ( /obj/effect/landmark/corpsespawner/ua_riot, /turf/open/floor/prison, /area/template_noop) +"UA" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/floor_plate, +/area/template_noop) (1,1,1) = {" -s -S -a -a -R -a -a -C +aq +aS +aa +aa +aR +aa +aa +aC "} (2,1,1) = {" -a -a -a -I -d -k -a -a +aa +aa +aa +aN +ao +aA +aa +aa "} (3,1,1) = {" -n -K -y -B -y -y -X -a +ag +aO +ap +aY +ap +ap +aP +aa "} (4,1,1) = {" -D -z -I -d -r -c -X -a +aD +az +aN +ao +aH +ac +aP +aa "} (5,1,1) = {" -Z -b -J -E -I -v -X -a +aZ +ab +aJ +aE +aN +av +aP +aa "} (6,1,1) = {" -L -L -V -t -l -c -a -e +aL +aL +aV +at +aj +ac +aa +ae "} (7,1,1) = {" -w -U -i -v -x -v -i -y +UA +aQ +ah +av +ax +av +ah +ap "} (8,1,1) = {" -y -F -V -d -W -I -a -u +ap +aT +aV +ao +aG +aN +aa +af "} (9,1,1) = {" -V -V -V -a -V -V -a -m +aV +aV +aV +aa +aV +aV +aa +aM "} diff --git a/maps/map_files/LV522_Chances_Claim/LV522_Chances_Claim.dmm b/maps/map_files/LV522_Chances_Claim/LV522_Chances_Claim.dmm index 288bae44b5..b6a8659d07 100644 --- a/maps/map_files/LV522_Chances_Claim/LV522_Chances_Claim.dmm +++ b/maps/map_files/LV522_Chances_Claim/LV522_Chances_Claim.dmm @@ -1,64 +1,80 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aag" = ( -/obj/structure/cargo_container/wy/right, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/atmos/cargo_intake) -"aar" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/central_streets) -"aax" = ( -/obj/structure/pipes/vents/pump, +"aaP" = ( +/obj/item/prop/helmetgarb/lucky_feather{ + pixel_x = 11; + pixel_y = 10 + }, +/obj/item/device/implanter/subdermal_armor, /turf/open/floor/corsat/plate, -/area/lv522/atmos/north_command_centre) -"aaz" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "76" +/area/lv522/oob) +"aaR" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 10; + pixel_y = 16 }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"aaE" = ( -/obj/structure/prop/ice_colony/ground_wire{ - dir = 8 +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/north) +"aaT" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = 4 + }, +/obj/structure/machinery/light{ + dir = 4 }, -/obj/effect/landmark/xeno_hive_spawn, -/obj/effect/landmark/ert_spawns/groundside_xeno, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor) -"aaH" = ( -/obj/structure/pipes/vents/pump, -/obj/structure/closet/firecloset/full, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) "aaX" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/outdoors/n_rockies) -"aaZ" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 +"aba" = ( +/obj/structure/stairs/perspective{ + dir = 10; + icon_state = "p_stair_full" }, -/turf/open/floor/corsat/brown/northeast, -/area/lv522/atmos/reactor_garage) -"abk" = ( -/obj/structure/closet/crate, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2) +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"abc" = ( +/obj/structure/largecrate/random/barrel, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"abj" = ( +/obj/structure/stairs/perspective{ + dir = 9; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "abo" = ( /turf/closed/wall/strata_outpost, /area/lv522/oob) -"abq" = ( -/obj/structure/machinery/door/airlock/almayer/maint, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/south) +"abp" = ( +/obj/item/clothing/shoes/jackboots{ + pixel_x = 5; + pixel_y = -6 + }, +/obj/item/clothing/shoes/jackboots{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/bar) "abt" = ( /obj/effect/spawner/gibspawner/xeno, /turf/open/auto_turf/shale/layer2, /area/lv522/outdoors/w_rockies) -"abC" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) +"abv" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "100" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) "abL" = ( /obj/structure/platform{ dir = 1 @@ -75,28 +91,31 @@ /obj/effect/acid_hole, /turf/closed/wall/strata_ice/dirty, /area/lv522/oob) -"abY" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) -"acf" = ( -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_west_street) +"ach" = ( +/turf/open/floor/corsat/squares, +/area/lv522/atmos/reactor_garage) +"aci" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/brown/northwest, +/area/lv522/atmos/east_reactor/south) +"aco" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/landing_zone_1/ceiling) "acp" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/landing_zone_2/ceiling) -"acy" = ( +"act" = ( /obj/structure/surface/table/almayer, -/obj/item/stack/sheet/hairlesshide{ - pixel_y = -1 - }, -/obj/item/stack/sheet/hairlesshide{ - pixel_x = -2; - pixel_y = 5 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/mining) +/obj/item/clipboard, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) +"acB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) "acD" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/corsat, @@ -105,6 +124,14 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/c_block/bridge) +"acH" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/obj/structure/foamed_metal{ + layer = 3.1 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) "acJ" = ( /obj/structure/platform, /obj/structure/platform{ @@ -115,36 +142,10 @@ }, /turf/open/gm/river, /area/lv522/oob) -"acW" = ( +"adh" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/drinks/coffeecup{ - pixel_x = 6; - pixel_y = 11 - }, -/obj/item/trash/ceramic_plate, -/obj/item/reagent_container/food/snacks/microwavable/packaged_hdogs{ - pixel_y = 2 - }, /turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/t_comm) -"adf" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "LV_522_Hydro-Lockdown"; - name = "\improper Storm Shutters" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/bridge) -"adh" = ( -/turf/open/floor/corsat/browncorner, -/area/lv522/atmos/east_reactor/west) +/area/lv522/outdoors/colony_streets/north_street) "adk" = ( /obj/structure/surface/table/almayer, /obj/item/trash/plate, @@ -166,16 +167,14 @@ /turf/closed/wall/strata_ice/dirty, /area/lv522/oob) "adz" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - pixel_y = 5 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"adC" = ( -/obj/structure/machinery/light, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat/brown/southwest, +/area/lv522/oob) +"adA" = ( +/obj/structure/largecrate/random, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/bridge) +/area/lv522/landing_zone_2/ceiling) "adI" = ( /obj/structure/ladder{ icon_state = "ladder10"; @@ -183,6 +182,9 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/oob) +"adL" = ( +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges/garden_bridge) "adN" = ( /obj/structure/platform, /obj/structure/platform{ @@ -194,10 +196,12 @@ /turf/open/gm/river, /area/lv522/oob) "adP" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "62" +/obj/structure/machinery/light{ + dir = 1 }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) +/obj/structure/machinery/vending/coffee, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) "aea" = ( /obj/structure/largecrate/random, /obj/structure/machinery/light{ @@ -209,34 +213,40 @@ /obj/effect/decal/cleanable/dirt, /turf/closed/wall/strata_outpost, /area/lv522/indoors/b_block/bridge) -"aep" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/c_block/bridge) +"aew" = ( +/obj/structure/prop/vehicles/crawler, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) "aeE" = ( -/obj/structure/stairs/perspective{ - dir = 6; - icon_state = "p_stair_full" +/obj/structure/barricade/wooden{ + dir = 8 }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/south_east_street) -"aeG" = ( -/obj/structure/closet/crate, -/obj/item/tool/pickaxe/silver, -/obj/item/tool/pickaxe/silver, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/floor_plate, -/area/lv522/indoors/lone_buildings/storage_blocks) -"aeK" = ( -/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ - dir = 10; - pixel_y = 16 +/area/lv522/indoors/c_block/cargo) +"aeO" = ( +/obj/structure/prop/vehicles/crawler{ + layer = 2.9 }, /turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/north) +/area/lv522/atmos/reactor_garage) +"aeY" = ( +/obj/structure/platform, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_east_street) +"aeZ" = ( +/obj/structure/window_frame/strata, +/obj/item/stack/rods, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Sec-Kitchen-Lockdown" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/kitchen/glass) "afa" = ( /obj/structure/prop/invuln/overhead_pipe{ pixel_x = 6; @@ -245,11 +255,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/mining) -"afl" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "97" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) "afp" = ( /obj/structure/platform, /turf/open/gm/river, @@ -268,10 +273,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/b_block/bridge) -"afv" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/c_block/t_comm) +"afz" = ( +/obj/structure/surface/table/almayer, +/obj/item/newspaper, +/obj/structure/machinery/light, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "afI" = ( /obj/item/reagent_container/food/drinks/cans/beer{ pixel_x = -21; @@ -292,10 +299,21 @@ }, /turf/closed/wall/mineral/bone_resin, /area/lv522/oob) -"agg" = ( -/obj/structure/platform_decoration, -/turf/open/asphalt/cement/cement2, -/area/lv522/outdoors/colony_streets/south_street) +"afM" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/south) +"afS" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/obj/item/stack/sheet/wood, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"agn" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/north_command_centre) "agu" = ( /obj/effect/decal/warning_stripes{ icon_state = "E"; @@ -303,68 +321,67 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_west_street) -"agI" = ( -/obj/structure/machinery/light{ - dir = 4 +"agG" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass{ + dir = 1; + name = "\improper Chunk 'N Dump" }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/east) -"agW" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/camera/autoname{ - dir = 4 +/turf/open/floor/strata/white_cyan1, +/area/lv522/indoors/lone_buildings/chunk) +"aht" = ( +/obj/structure/bookcase{ + density = 0; + icon_state = "book-5"; + pixel_y = 16 }, -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) -"ahk" = ( -/obj/structure/surface/rack, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/colony_streets/north_east_street) -"aho" = ( -/obj/structure/surface/table/almayer, -/obj/item/tool/kitchen/tray{ - pixel_y = 5 - }, -/obj/item/tool/kitchen/tray{ - pixel_x = 1; - pixel_y = 9 - }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) -"ahp" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/bridges/op_centre) -"ahx" = ( -/obj/structure/machinery/light{ - dir = 4 +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"ahA" = ( +/obj/structure/platform_decoration{ + dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) +/obj/structure/machinery/disposal, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) "ahP" = ( /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/north_street) -"ahQ" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) "ahT" = ( -/obj/structure/girder, +/obj/structure/largecrate/random, +/obj/structure/largecrate/random{ + pixel_y = 18 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) +"ahU" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("interrogation") + }, +/obj/structure/machinery/light/small, /turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +/area/lv522/indoors/c_block/mining) +"ahV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/reactor_garage) "ahW" = ( -/obj/structure/machinery/door/airlock/hatch/cockpit/three, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"ahY" = ( -/turf/open/floor/strata/cyan2/east, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/faxmachine{ + pixel_y = 5 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2/ceiling) +"ahX" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/mucus, +/turf/open/floor/strata/white_cyan3/north, /area/lv522/indoors/a_block/medical) "ahZ" = ( /obj/structure/closet/crate, @@ -395,15 +412,6 @@ /obj/structure/barricade/handrail/wire, /turf/open/floor/wood, /area/lv522/indoors/a_block/fitness/glass) -"aiC" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/way_in_command_centre) -"aiI" = ( -/obj/structure/surface/table/almayer, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) "aiO" = ( /obj/structure/window_frame/corsat, /turf/open/floor/corsat, @@ -415,45 +423,47 @@ "aiQ" = ( /turf/closed/wall/strata_outpost, /area/lv522/outdoors/colony_streets/central_streets) -"aiV" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"ajg" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/east) -"ajm" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper B-Block - Hydroponics Airlock" - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "LV_522_Hydro-Lockdown"; - name = "\improper Storm Shutters" +"aiX" = ( +/obj/structure/platform{ + dir = 8 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/bridge) -"ajq" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "Bathroom" +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/toilet) -"ajC" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/cell_stripe/west, -/area/lv522/atmos/reactor_garage) -"ajD" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/west_reactor) -"ajH" = ( -/obj/item/stack/sheet/metal, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/east_central_street) +"aiY" = ( +/obj/structure/pipes/vents/pump, /obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 + }, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms) +"ajg" = ( +/obj/structure/machinery/floodlight, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"ajn" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/gm/river, +/area/lv522/landing_zone_1/tunnel/far) +"ajz" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/microwave{ + pixel_y = 6 + }, +/obj/structure/machinery/microwave{ + pixel_y = 18 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/lone_buildings/chunk) "ajM" = ( /obj/structure/machinery/door/poddoor/almayer{ dir = 4; @@ -463,185 +473,116 @@ }, /turf/closed/wall/strata_outpost, /area/lv522/oob) -"ajO" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/north_west_street) +"ajN" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor) +"ajR" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1; + pixel_x = -1; + pixel_y = 3 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "akh" = ( /obj/structure/foamed_metal, /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms/glass) -"aki" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/item/tool/pen/blue/clicky, -/obj/item/device/flashlight/lamp{ - pixel_x = -9; - pixel_y = 10 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) "akl" = ( /obj/structure/barricade/wooden{ dir = 8 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/oob) -"akm" = ( -/obj/structure/largecrate/random/secure, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/way_in_command_centre) "akp" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/floor/prison, /area/lv522/atmos/outdoor) -"akD" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) -"akE" = ( -/obj/structure/coatrack{ - pixel_x = -6; - pixel_y = 3 - }, -/obj/item/clothing/suit/storage/snow_suit/survivor/parka/green{ - pixel_x = -7; - pixel_y = 9 - }, -/obj/item/clothing/suit/storage/snow_suit/survivor/parka/navy{ - pixel_x = -7; - pixel_y = 5 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) "akM" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/oob) -"akP" = ( -/obj/structure/blocker/forcefield/vehicles, +"akN" = ( +/obj/item/clothing/head/hardhat/white, +/obj/item/prop/alien/hugger{ + pixel_x = 11; + pixel_y = -9 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) +"akO" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Mining Equipment" + }, /turf/open/floor/corsat/marked, -/area/lv522/atmos/filt) +/area/lv522/indoors/c_block/mining) +"akT" = ( +/obj/structure/prop/server_equipment/yutani_server{ + density = 0; + pixel_y = 16 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/glass) "akV" = ( /obj/structure/prop/invuln/ice_prefab, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) -"alb" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" +"alh" = ( +/obj/structure/tunnel/maint_tunnel{ + pixel_y = 6 + }, +/obj/structure/machinery/light/small{ + dir = 1 }, -/obj/vehicle/train/cargo/engine, /turf/open/floor/plating, /area/lv522/landing_zone_1/tunnel/far) -"ale" = ( +"alx" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/asphalt/cement, +/area/lv522/outdoors/n_rockies) +"alI" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/lv522/oob) +"amc" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/outdoors/colony_streets/north_east_street) +"amp" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/south) +"amv" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/blocker/forcefield/vehicles, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/command_centre) +"amG" = ( +/obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, -/obj/structure/bed{ - can_buckle = 0 +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) +"amK" = ( +/obj/structure/machinery/microwave, +/obj/structure/machinery/microwave{ + pixel_y = 13 }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 3.3; - pixel_y = 4 - }, -/obj/structure/window/reinforced{ - dir = 4; - pixel_x = -2; - pixel_y = 4 - }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 - }, -/obj/item/bedsheet/brown{ - pixel_y = 13 - }, -/obj/item/bedsheet/brown{ - layer = 3.1 - }, -/obj/item/prop/alien/hugger, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"aln" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/paper_bin{ - pixel_x = 3; - pixel_y = 7 - }, -/obj/structure/machinery/camera/autoname, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"alw" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/indoors/a_block/fitness) -"alx" = ( -/obj/structure/platform{ - dir = 1 - }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/n_rockies) -"alI" = ( -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/lv522/oob) -"alO" = ( -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/c_block/mining) -"alR" = ( -/obj/item/clothing/mask/facehugger{ - desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; - icon_state = "facehugger_impregnated"; - layer = 3; - name = "????"; - stat = 2 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/filt) -"alX" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/obj/effect/landmark/corpsespawner/colonist/burst, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/corsat, -/area/lv522/atmos/east_reactor/south) -"amc" = ( -/obj/structure/cargo_container/kelland/left, -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/outdoors/colony_streets/north_east_street) -"amn" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_east_street) -"amq" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/structure/machinery/light{ - dir = 8 +/obj/item/trash/ceramic_plate{ + pixel_y = 21 }, -/obj/structure/machinery/disposal, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) "amP" = ( /obj/structure/machinery/light{ dir = 8 @@ -652,13 +593,18 @@ /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms/glass) "amV" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 8; - name = "\improper Human Resources Office" +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/north_east_street) +"amW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/bridge) "amY" = ( /obj/structure/cargo_container/horizontal/blue/top, /obj/structure/flora/pottedplant{ @@ -677,21 +623,47 @@ /turf/open/floor/carpet, /area/lv522/indoors/c_block/garage) "ani" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper C-Block - Casino Airlock" +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_x = 12; + pixel_y = 4 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/casino) +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_x = -13; + pixel_y = 4 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/east) +"ank" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/b_block/bar) "ann" = ( /obj/structure/barricade/wooden{ dir = 4 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/oob) -"ant" = ( -/obj/structure/machinery/light, -/turf/open/floor/corsat/brown/southwest, -/area/lv522/atmos/east_reactor) +"anr" = ( +/obj/item/clothing/suit/storage/marine/medium, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/east_reactor/south) +"anv" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/cans/souto/cranberry{ + pixel_x = 10; + pixel_y = 14 + }, +/obj/item/trash/plate, +/obj/item/reagent_container/food/snacks/microwavable/packaged_burger, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/lv522/indoors/c_block/garage) "anG" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/wall/shiva/prefabricated/reinforced, @@ -705,77 +677,50 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"anQ" = ( -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness/glass) -"anW" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"aoa" = ( -/obj/structure/stairs/perspective{ - dir = 9; - icon_state = "p_stair_full" - }, -/obj/structure/platform_decoration{ - dir = 1 - }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_east_street) -"aod" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor) -"aog" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/turf/open/gm/river, -/area/lv522/landing_zone_1/tunnel/far) "aoi" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 1 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) -"aoz" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"aov" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "Showeroom" }, -/turf/open/floor/corsat/browncorner, -/area/lv522/atmos/cargo_intake) -"aoL" = ( -/obj/structure/platform{ +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/executive) +"aoG" = ( +/obj/structure/surface/table/almayer, +/obj/item/seeds/potatoseed{ + pixel_x = -8; + pixel_y = 6 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/east_central_street) -"aoN" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/item/seeds/potatoseed, +/obj/structure/machinery/light, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) +"aoW" = ( +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/bridge) +"aoZ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/soap{ + pixel_x = 5 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/dorms) -"aoQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light{ - dir = 1 +/obj/item/reagent_container/spray/cleaner{ + pixel_x = -5; + pixel_y = 3 }, -/obj/structure/closet, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"aoY" = ( -/obj/structure/surface/table/almayer{ - dir = 4; - flipped = 1 +/obj/item/stack/nanopaste{ + pixel_x = 8; + pixel_y = 15 }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +/turf/open/floor/strata/cyan2/east, +/area/lv522/indoors/a_block/medical) "ape" = ( /obj/structure/bed/chair{ dir = 4 @@ -783,52 +728,85 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/a_block/security) -"apj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/bodybag, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"apF" = ( -/obj/item/ammo_magazine/rifle/heap{ +"aph" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/south_east_street) +"apk" = ( +/obj/structure/prop/vehicles{ + icon_state = "truck_damaged" + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) +"apJ" = ( +/obj/item/ammo_magazine/rifle/m4ra/ext{ current_rounds = 0 }, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor/south) -"apL" = ( -/obj/item/ammo_magazine/pistol/m1911{ - current_rounds = 0; - pixel_x = -17; - pixel_y = 14 +/obj/item/ammo_magazine/rifle/m4ra/ext{ + current_rounds = 0 }, -/obj/structure/pipes/standard/simple/hidden/green{ +/obj/item/ammo_magazine/rifle/m4ra/ext{ + current_rounds = 0 + }, +/obj/item/ammo_magazine/rifle/m4ra/ext{ + current_rounds = 0 + }, +/obj/structure/closet/crate/ammo, +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/structure/barricade/handrail{ dir = 4 }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/colony_streets/north_west_street) -"apN" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan3, -/area/lv522/indoors/a_block/medical) +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "apS" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_east_street) -"aqc" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/north_command_centre) -"aqf" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/south) -"aqE" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor{ - dir = 1 +"aqe" = ( +/obj/item/prop/alien/hugger, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"aqn" = ( +/obj/structure/window_frame/strata, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "LV522CIC_1"; + name = "\improper Storm Shutters" }, /turf/open/floor/corsat/marked, -/area/lv522/atmos/command_centre) +/area/lv522/indoors/a_block/admin) +"aqt" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"aqv" = ( +/obj/structure/machinery/medical_pod/bodyscanner, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical) +"aqD" = ( +/obj/structure/surface/rack, +/obj/item/explosive/plastic, +/obj/item/explosive/plastic, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/lone_buildings/storage_blocks) "aqH" = ( /obj/structure/prop/vehicles/crawler{ icon_state = "crawler_crate_alt2"; @@ -836,124 +814,99 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/garage) -"aqN" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/fence, +"ari" = ( +/obj/structure/machinery/floodlight, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/cell_stripe/east, +/area/lv522/indoors/lone_buildings/storage_blocks) +"arm" = ( +/obj/structure/platform, /obj/effect/decal/warning_stripes{ icon_state = "N"; pixel_y = 1 }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) -"aqP" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) -"aqV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/telecomms/bus/preset_one, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/c_block/t_comm) -"ari" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Mining Equipment" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/mining) +/area/lv522/indoors/a_block/garden) "arn" = ( +/obj/structure/bed/chair, /obj/effect/decal/cleanable/dirt, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = 9; - pixel_y = 3 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurple2, +/area/lv522/indoors/a_block/dorms) +"aro" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/microwave{ + pixel_y = 4 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/damage) +/obj/item/reagent_container/food/drinks/coffee{ + layer = 3.1; + pixel_x = -5; + pixel_y = 16 + }, +/obj/item/clothing/head/hardhat/orange{ + pixel_x = 6; + pixel_y = 16 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) "arq" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/trash/burger, /turf/open/floor/prison, /area/lv522/indoors/c_block/garage) -"arB" = ( +"arv" = ( +/obj/structure/bed/chair, /obj/effect/decal/cleanable/dirt, -/obj/structure/bed/chair/comfy{ - dir = 8 - }, -/turf/open/floor/prison/blue, -/area/lv522/indoors/a_block/admin) -"arH" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat/browncorner/west, -/area/lv522/atmos/east_reactor) -"arI" = ( -/obj/structure/fence{ - layer = 2.9 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/turf/open/floor/prison/floor_plate, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) +"ary" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/floor/corsat/plate, /area/lv522/atmos/cargo_intake) -"arJ" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper A-Block - Colony Operations Centre Airlock" +"arG" = ( +/obj/structure/bed/chair{ + dir = 8 }, -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "LV522CIC_1"; - name = "\improper Storm Shutters" +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"arM" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = 4 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/admin) -"arK" = ( -/obj/structure/closet/firecloset/full, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "arV" = ( /obj/structure/surface/table/almayer, /obj/item/storage/belt/utility, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) +"ash" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/north_east_street) +"ask" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "asn" = ( /turf/closed/wall/strata_ice/dirty, /area/lv522/outdoors/w_rockies) -"ass" = ( -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/east_central_street) +"ast" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/north_command_centre) "asz" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/security/glass) -"asC" = ( -/obj/structure/surface/rack, -/obj/item/clothing/under/colonist, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ - dir = 8 - }, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) "asF" = ( /obj/structure/platform_decoration{ dir = 4 @@ -974,133 +927,83 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/oob) -"asM" = ( -/obj/structure/surface/table/almayer, -/obj/item/clothing/gloves/boxing/yellow, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"asN" = ( -/obj/structure/machinery/portable_atmospherics/hydroponics{ - icon_state = "hydrotray4" - }, +"asL" = ( +/obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/platebotc, -/area/lv522/indoors/b_block/hydro/glass) -"asU" = ( -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor) -"atk" = ( -/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/hydro) +"ato" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) -"ats" = ( -/turf/open/floor/corsat/marked, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/north_command_centre) +"atE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/prop/colony/used_flare, +/turf/open/floor/prison/blue/north, +/area/lv522/indoors/a_block/admin) +"atH" = ( +/obj/structure/largecrate/random, +/turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"atP" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +"atM" = ( +/obj/structure/bed/chair/comfy{ dir = 4 }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/north_east_street) -"atS" = ( -/turf/open/asphalt/cement/cement4, -/area/lv522/landing_zone_1) -"aud" = ( -/obj/structure/prop/ice_colony/dense/planter_box{ +/turf/open/floor/prison/cell_stripe/east, +/area/lv522/atmos/east_reactor/south) +"atQ" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/plasteel/large_stack, +/turf/open/floor/plating/platebot, +/area/lv522/indoors/c_block/cargo) +"atR" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/south_west_street) +"auv" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 5 }, -/obj/structure/flora/bush{ - pixel_y = 9 +/turf/open/floor/corsat/squares, +/area/lv522/atmos/north_command_centre) +"auw" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) +"auG" = ( +/turf/open/auto_turf/shale/layer2, +/area/lv522/outdoors/nw_rockies) +"auS" = ( +/turf/open/floor/prison/cell_stripe/east, +/area/lv522/atmos/sewer) +"auX" = ( +/obj/structure/bed/chair/comfy, +/obj/item/stack/sheet/wood, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_west_street) +"ave" = ( +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison/darkredfull2, /area/lv522/indoors/a_block/kitchen) -"aum" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/obj/effect/landmark/corpsespawner/colonist/burst, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"aus" = ( -/obj/structure/closet/basketball, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"aux" = ( +"avg" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/strata/white_cyan3/east, /area/lv522/indoors/a_block/medical/glass) -"auy" = ( -/obj/item/prop/colony/used_flare, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_east_street) -"auF" = ( -/obj/structure/machinery/light/double, -/obj/structure/window/reinforced{ - dir = 1; - layer = 3 - }, -/obj/structure/machinery/computer3/server/rack, -/turf/open/floor/bcircuit, -/area/lv522/indoors/c_block/mining) -"auG" = ( -/turf/open/auto_turf/shale/layer2, -/area/lv522/outdoors/nw_rockies) -"auN" = ( -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice10"; - pixel_x = -2; - pixel_y = 8 - }, -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor/plating/platingdmg1, -/area/lv522/indoors/a_block/admin) -"auS" = ( -/obj/structure/girder/displaced, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/central_streets) "avq" = ( -/obj/item/stack/rods, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/south_street) -"avr" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper C-Block - Cargo Airlock"; - welded = 1 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +/obj/structure/machinery/door/airlock/almayer/maint, /turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/cargo) -"avv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/b_block/bar) -"avx" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/obj/structure/barricade/wooden{ - dir = 8 - }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/south_street) -"avM" = ( -/obj/structure/cargo_container/horizontal/blue/middle, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) -"avO" = ( -/obj/structure/platform, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/south_east_street) +/area/lv522/atmos/reactor_garage) "avX" = ( /obj/structure/surface/table/almayer, /turf/open/floor/prison, @@ -1110,14 +1013,21 @@ /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen/glass) "awx" = ( -/obj/structure/bookcase{ - density = 0; - icon_state = "book-5"; - pixel_y = 16 +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/drinks/bottle/whiskey{ + pixel_x = -7; + pixel_y = 2 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/obj/item/reagent_container/food/drinks/bottle/whiskey{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/item/reagent_container/food/drinks/bottle/whiskey{ + pixel_x = 9; + pixel_y = 2 + }, +/turf/open/floor/strata/fake_wood, +/area/lv522/atmos/east_reactor/east) "awI" = ( /obj/item/explosive/plastic/breaching_charge{ unacidable = 1 @@ -1130,34 +1040,32 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/security/glass) -"axu" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" +"awL" = ( +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/bridge) +"awR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_street) +"axr" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1; + layer = 3.1; + pixel_y = 6 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/south_west_street) -"axz" = ( -/obj/structure/pipes/standard/manifold/fourway/hidden/green, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"axy" = ( +/obj/structure/surface/table/almayer, +/obj/item/prop/alien/hugger, +/obj/structure/machinery/light, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "axD" = ( /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/op_centre) -"axF" = ( -/obj/structure/bed/sofa/south/grey/right{ - pixel_y = 16 - }, -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) "axN" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -1165,86 +1073,80 @@ /turf/open/floor/prison, /area/lv522/outdoors/colony_streets/windbreaker/observation) "axZ" = ( -/obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/bridge) -"aya" = ( -/obj/structure/largecrate/random, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_2) -"ayc" = ( -/obj/structure/window_frame/strata, -/obj/item/shard{ - icon_state = "medium" - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "LV522CIC_1"; - name = "\improper Storm Shutters" - }, /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/admin) -"ayh" = ( -/obj/structure/surface/table/almayer, -/obj/item/trash/ceramic_plate{ - pixel_y = 6 +/area/lv522/indoors/lone_buildings/engineering) +"ayc" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) -"ayk" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "63" +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/c_block/mining) +"ayd" = ( +/obj/structure/toilet{ + pixel_y = 16 }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"ayV" = ( -/obj/structure/machinery/door/airlock/almayer/maint{ - dir = 8; - req_one_access_txt = "100" +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/mining) -"azf" = ( -/obj/effect/decal/cleanable/blood{ - desc = "Watch your step."; - icon_state = "gib6" +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/dorms) +"ayu" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/central_streets) +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) +"ayz" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) +"ayW" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) +"aze" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) +"azk" = ( +/obj/structure/surface/rack, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_1) "azl" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/security/glass) -"azq" = ( -/obj/structure/surface/table/almayer{ - dir = 8; - flipped = 1 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +"azp" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/admin) +/turf/open/floor/prison/darkpurple2/north, +/area/lv522/indoors/a_block/dorms) "azz" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) -"azC" = ( -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/hallway) +"azD" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/tool/pen/blue/clicky, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "azE" = ( /obj/structure/bed/chair, /turf/open/floor/prison, /area/lv522/outdoors/colony_streets/windbreaker/observation) -"azH" = ( -/obj/structure/stairs/perspective{ - dir = 4; - icon_state = "p_stair_full" - }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_street) "azJ" = ( /obj/structure/surface/table/almayer, /turf/open/floor/prison, @@ -1253,170 +1155,118 @@ /obj/item/prop/colony/used_flare, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"azL" = ( -/obj/structure/closet/firecloset/full, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"azQ" = ( -/obj/structure/surface/table/almayer, -/obj/item/tool/kitchen/knife, -/obj/item/tool/kitchen/utensil/fork{ - pixel_x = 7 - }, -/obj/item/tool/kitchen/utensil/spoon{ - pixel_x = -8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) -"azX" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/item/stack/rods, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"aAe" = ( -/obj/effect/decal/cleanable/vomit{ - icon_state = "vomit_4" +"aAl" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, -/obj/structure/machinery/space_heater/radiator/red{ +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/south) +"aAF" = ( +/obj/structure/bed/chair/comfy{ dir = 4 }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical/glass) -"aAk" = ( -/obj/item/prop/colony/used_flare, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/nw_rockies) -"aAH" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/n_rockies) +/area/lv522/indoors/b_block/bar) "aAI" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/plating, /area/lv522/indoors/c_block/mining) -"aAL" = ( -/obj/item/prop/colony/used_flare, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) "aAN" = ( /obj/structure/cargo_container/wy/mid{ health = 5000 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"aAS" = ( -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"aBe" = ( -/obj/structure/platform_decoration{ +"aBo" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_east_street) -"aBA" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"aBK" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo/glass) +"aBt" = ( +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/bridge) +"aBE" = ( +/obj/item/prop/colony/canister, /turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor) +/area/lv522/atmos/cargo_intake) +"aBM" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/item/stack/rods, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"aBQ" = ( +/obj/structure/bed/sofa/vert/white, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo/glass) "aBY" = ( /obj/vehicle/train/cargo/trolley, /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"aCl" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 1 +"aCL" = ( +/obj/structure/surface/rack, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"aCN" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/filt) +"aCT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 4 }, -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" +/obj/structure/machinery/light/small{ + dir = 8 }, +/turf/open/floor/strata/cyan2/east, +/area/lv522/indoors/a_block/medical) +"aDc" = ( +/obj/structure/surface/table/almayer, +/obj/item/stack/sheet/metal/medium_stack, /turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/admin) -"aCr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) -"aCO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) -"aDb" = ( -/turf/open/floor/plating/plating_catwalk/prison, -/area/lv522/atmos/sewer) +/area/lv522/indoors/c_block/cargo) "aDh" = ( /obj/structure/platform{ dir = 4 }, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"aDi" = ( -/obj/structure/cargo_container/watatsumi/rightmid, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/lone_buildings/storage_blocks) -"aDo" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical) +"aDq" = ( +/obj/structure/machinery/door/airlock/almayer/engineering, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/east) "aDs" = ( /obj/item/explosive/mine/active{ dir = 8 }, /turf/open/floor/plating, /area/lv522/outdoors/colony_streets/north_east_street) -"aDC" = ( -/obj/structure/phone_base/colony_net{ - phone_category = "LV522 Chances Claim"; - phone_color = "red"; - phone_id = "Colony Northern Dorms"; - pixel_y = 26 +"aEf" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/north_command_centre) +"aEk" = ( +/obj/effect/acid_hole, +/turf/closed/wall/strata_outpost, +/area/lv522/landing_zone_1/tunnel/far) +"aEx" = ( +/obj/structure/cargo_container/horizontal/blue/middle{ + layer = 3.1 }, +/turf/open/floor/plating/platebot, +/area/lv522/indoors/c_block/cargo) +"aEz" = ( +/obj/item/prop/alien/hugger, +/obj/structure/surface/table/almayer, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) -"aDG" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "29" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"aDM" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 1 - }, -/obj/structure/prop/ice_colony/hula_girl{ - layer = 3.1; - pixel_x = 9; - pixel_y = 13 - }, -/obj/item/ashtray/bronze{ - icon_state = "ashtray_small_bl_full"; - pixel_y = 9 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/b_block/bar) "aEF" = ( /obj/structure/prop/invuln/overhead_pipe{ dir = 8; @@ -1425,48 +1275,38 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/mining) -"aFc" = ( -/turf/open/floor/strata/white_cyan3, -/area/lv522/indoors/a_block/medical) -"aFd" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"aFr" = ( -/obj/effect/decal/cleanable/generic, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) -"aFs" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"aFH" = ( -/obj/structure/platform_decoration{ - dir = 4 +"aEQ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 }, -/turf/open/floor/plating, -/area/lv522/outdoors/colony_streets/north_east_street) -"aFI" = ( -/obj/structure/machinery/disposal, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/north_command_centre) +"aFa" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"aFe" = ( +/obj/structure/curtain/red, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms) +"aFm" = ( +/obj/structure/girder/displaced, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"aFs" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "aFN" = ( /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms/glass) -"aFQ" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/cameras/wooden_tv/broadcast{ - dir = 8; - layer = 3; - pixel_x = 5; - pixel_y = 4 - }, -/turf/open/floor/plating/plating_catwalk/prison, -/area/lv522/landing_zone_2/ceiling) -"aGa" = ( -/turf/open/asphalt/cement/cement9, -/area/lv522/outdoors/colony_streets/east_central_street) "aGE" = ( /obj/structure/closet/crate/trashcart, /obj/item/trash/buritto, @@ -1475,13 +1315,27 @@ /obj/item/trash/pistachios, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/east_central_street) -"aGJ" = ( -/obj/structure/bed/chair/comfy{ +"aGH" = ( +/obj/structure/machinery/portable_atmospherics/canister/empty/oxygen, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"aGM" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/indoors/a_block/fitness) +"aGN" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue/southeast, -/area/lv522/indoors/a_block/admin) +/obj/structure/machinery/light, +/obj/structure/machinery/space_heater/radiator/red, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "aGQ" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/drip, @@ -1490,33 +1344,62 @@ }, /turf/open/floor/prison, /area/lv522/indoors/lone_buildings/outdoor_bot) -"aGR" = ( -/turf/open/floor/corsat/marked, -/area/lv522/outdoors/colony_streets/windbreaker/observation) "aGS" = ( /obj/structure/machinery/landinglight/ds1/delaytwo{ dir = 8 }, /turf/open/floor/plating, /area/lv522/landing_zone_1) -"aHn" = ( -/obj/structure/machinery/door_display/research_cell{ - dir = 4; - id = "Reactor_e_entry_4"; - pixel_x = -16; - req_access = null +"aHa" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/cameras/wooden_tv/broadcast{ + dir = 1; + pixel_x = -10; + pixel_y = 6 + }, +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = 16; + pixel_y = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"aHb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/computer/telecomms/server{ + pixel_x = 16; + pixel_y = 16 + }, +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + layer = 3; + name = "????"; + pixel_x = -2; + pixel_y = -6; + stat = 2 }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/lone_buildings/outdoor_bot) +"aHq" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/corsat/brown/north, -/area/lv522/atmos/filt) +/area/lv522/atmos/east_reactor/south) "aHs" = ( -/obj/item/prop/alien/hugger, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"aHF" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/north_command_centre) +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"aHv" = ( +/obj/item/stack/sheet/wood/large_stack, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) "aHH" = ( /obj/structure/platform{ dir = 1 @@ -1526,16 +1409,17 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/central_streets) -"aHY" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/barricade/deployable{ +"aHU" = ( +/obj/structure/barricade/wooden{ dir = 8 }, -/obj/item/stack/sheet/metal, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"aHW" = ( +/obj/item/stool, +/turf/open/floor/strata/white_cyan1, +/area/lv522/indoors/lone_buildings/chunk) "aIf" = ( /obj/structure/machinery/light{ dir = 1 @@ -1547,10 +1431,6 @@ /obj/item/weapon/gun/rifle/l42a, /turf/open/floor/prison, /area/lv522/indoors/a_block/security) -"aIi" = ( -/obj/structure/cargo_container/kelland/left, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) "aIp" = ( /turf/open/floor/plating, /area/shuttle/drop2/lv522) @@ -1559,132 +1439,196 @@ dir = 5 }, /area/lv522/indoors/c_block/mining) -"aIx" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Northlock" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/bridges/corpo) -"aIH" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"aIP" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "26" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"aIT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/pill_bottle/tramadol/skillless{ - layer = 2.9; - pill_type_to_fill = null - }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"aIV" = ( -/turf/open/asphalt/cement/cement15, -/area/lv522/outdoors/n_rockies) -"aJi" = ( -/obj/effect/decal/cleanable/flour, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) -"aJP" = ( +"aID" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/floor/corsat/marked, -/area/lv522/atmos/filt) -"aJQ" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/prison/cell_stripe/north, -/area/lv522/atmos/way_in_command_centre) -"aKg" = ( +/area/lv522/atmos/east_reactor/south) +"aIJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/dorms) +"aIR" = ( +/obj/structure/prop/server_equipment/yutani_server/off, /obj/structure/machinery/light{ dir = 8 }, -/obj/structure/pipes/vents/pump, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"aKm" = ( +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) +"aJf" = ( +/obj/structure/bed/chair{ + dir = 1 + }, /obj/effect/decal/cleanable/dirt, -/obj/structure/closet/secure_closet/engineering_welding, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/way_in_command_centre) -"aKp" = ( +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"aJk" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/north) +"aJy" = ( +/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_21"; + layer = 3.1; + name = "synthethic potted plant"; + pixel_y = 12 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"aJB" = ( +/obj/effect/decal/cleanable/blood/gibs/xeno/body, /obj/effect/decal/warning_stripes{ - icon_state = "W" + icon_state = "E"; + pixel_x = 1 }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/central_streets) -"aKA" = ( -/obj/structure/machinery/light{ - dir = 4 +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_west_street) +"aJV" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/fence, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_west_street) +"aJW" = ( +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 9 + }, +/obj/structure/flora/bush/ausbushes/var3/sunnybush{ + layer = 4.3; + pixel_y = 13 }, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms) -"aKX" = ( -/obj/structure/barricade/wooden{ - dir = 1 +"aKG" = ( +/obj/structure/coatrack{ + pixel_x = -6; + pixel_y = 22 + }, +/obj/item/clothing/suit/storage/snow_suit/survivor/parka/red{ + pixel_x = -7; + pixel_y = 26 + }, +/obj/item/clothing/shoes/jackboots{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) +"aKW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/lone_buildings/outdoor_bot) +"aLc" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/command_centre) +"aLr" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/obj/item/bedsheet/brown{ + pixel_y = 13 + }, +/obj/item/bedsheet/brown{ + layer = 3.1 }, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms) -"aLq" = ( -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/filt) +"aLx" = ( +/turf/open/asphalt/cement/cement9, +/area/lv522/outdoors/colony_streets/north_street) "aLJ" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) -"aMb" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/faxmachine, -/obj/structure/machinery/camera/autoname, -/obj/structure/machinery/light/small{ - dir = 1 +"aMt" = ( +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"aMx" = ( +/obj/structure/surface/table/almayer{ + dir = 1; + flipped = 1 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms) -"aMf" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/cell_stripe/east, -/area/lv522/indoors/lone_buildings/storage_blocks) -"aMm" = ( -/obj/structure/prop/invuln/ice_prefab{ - dir = 1 +"aMG" = ( +/obj/structure/prop/turbine_extras/border, +/obj/structure/prop/turbine, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/south_west_street) +"aMH" = ( +/obj/structure/coatrack{ + pixel_x = -6; + pixel_y = 3 }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 +/obj/item/clothing/suit/storage/snow_suit/survivor/parka/green{ + pixel_x = -7; + pixel_y = 9 }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/central_streets) -"aMG" = ( -/obj/structure/machinery/power/port_gen/pacman/super, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/outdoor_bot) +/obj/item/clothing/suit/storage/snow_suit/survivor/parka/navy{ + pixel_x = -7; + pixel_y = 5 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) "aMP" = ( -/obj/structure/surface/table/almayer, -/obj/item/trash/plate, -/obj/item/trash/eat, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"aNd" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/cameras/wooden_tv/broadcast{ +/obj/structure/machinery/door/airlock/almayer/generic{ dir = 1; - pixel_x = -10; - pixel_y = 6 + name = "\improper A-Block Corporate Office Airlock" }, -/obj/item/reagent_container/food/drinks/coffeecup/wy{ - pixel_x = 16; - pixel_y = 8 +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/corpo) +"aMZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/east_reactor/south) +"aNd" = ( +/obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/reactor_garage) +"aNf" = ( +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness/glass) +"aNn" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor) "aNr" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 @@ -1696,28 +1640,30 @@ /obj/item/prop/colony/used_flare, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) -"aNz" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/colony_streets/north_east_street) -"aNS" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 1 - }, -/obj/structure/machinery/light, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/c_block/mining) "aNV" = ( -/turf/open/floor/corsat/squares, -/area/lv522/atmos/command_centre) -"aOc" = ( -/obj/structure/machinery/camera/autoname{ - dir = 1 +/obj/structure/window/reinforced{ + dir = 8 }, -/obj/structure/machinery/light/small, -/turf/open/floor/prison/darkpurple2, -/area/lv522/indoors/a_block/dorms) +/obj/structure/prop/almayer/computers/sensor_computer1, +/obj/item/device/radio/marine{ + pixel_x = 10; + pixel_y = 22 + }, +/turf/open/floor/corsat/brown/northwest, +/area/lv522/oob) +"aNW" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 16 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 16 + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "aOi" = ( /obj/structure/prop/ice_colony/ground_wire, /obj/item/lightstick/red/spoke/planted{ @@ -1734,19 +1680,33 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/garage) -"aOL" = ( -/obj/structure/barricade/deployable{ - dir = 1 +"aOt" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/indoors/a_block/fitness) +"aOu" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/browncorner/west, +/area/lv522/atmos/cargo_intake) +"aOz" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "16" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/admin) -"aPd" = ( -/obj/structure/machinery/light{ - dir = 4 +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"aPc" = ( +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/filt) +/obj/item/paper_bin{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/item/tool/pen/red/clicky{ + pixel_x = -6 + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/c_block/mining) "aPe" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" @@ -1754,36 +1714,42 @@ /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_street) "aPo" = ( -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) -"aPw" = ( -/obj/structure/machinery/conveyor{ - dir = 8; - id = "cargo_container" - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"aPC" = ( -/obj/structure/fence{ - layer = 2.9 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"aPs" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/bed/chair, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/c_block/t_comm) +"aPt" = ( +/obj/structure/machinery/light/small{ + dir = 4 }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/lone_buildings/chunk) +"aPx" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Reactor_e_entry_4" }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_east_street) -"aPH" = ( +/turf/open/floor/corsat/marked, +/area/lv522/atmos/filt) +"aPB" = ( +/obj/structure/largecrate/random/barrel, /obj/effect/decal/cleanable/dirt, -/obj/structure/surface/table/almayer, -/obj/structure/machinery/light{ +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2/ceiling) +"aPK" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/bridges/op_centre) "aPN" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/light{ @@ -1794,54 +1760,62 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/security/glass) -"aQo" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/vehicle/powerloader/ft{ - dir = 4 - }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/north) -"aQI" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "SW-out" - }, -/turf/open/asphalt/cement/cement9, -/area/lv522/outdoors/colony_streets/central_streets) -"aQK" = ( +"aPY" = ( /obj/structure/filtration/machine_96x96/indestructible{ icon_state = "sedimentation" }, /turf/open/floor/prison/whitegreenfull/southwest, /area/lv522/oob) +"aPZ" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/plate{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/item/trash/plate{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = 4 + }, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) +"aQI" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/east_reactor/south) +"aQK" = ( +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor/north) "aQY" = ( -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/indoors/a_block/fitness/glass) -"aRf" = ( -/turf/open/floor/corsat/marked, -/area/lv522/atmos/reactor_garage) -"aRm" = ( -/obj/item/tool/warning_cone{ - pixel_x = -10; - pixel_y = 11 +/obj/structure/cargo_container/kelland/left, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/colony_streets/north_west_street) +"aRh" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -2; + pixel_y = 24 }, -/obj/structure/machinery/light{ - dir = 1 +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + layer = 2; + name = "weak acid" }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/west) -"aRn" = ( -/obj/structure/machinery/light, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/b_block/bridge) -"aRs" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper A-Block Corporate Office Airlock"; - req_access_txt = "100" +/turf/open/floor/plating/platingdmg3/west, +/area/lv522/indoors/a_block/admin) +"aRC" = ( +/obj/structure/fence{ + layer = 2.9 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/corpo/glass) +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/south_west_street) "aRH" = ( /obj/effect/decal/warning_stripes{ icon_state = "SE-out"; @@ -1853,43 +1827,64 @@ /obj/structure/largecrate/random/barrel, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_west_street) -"aRY" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"aSz" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper A-Block Canteen Airlock" +"aRT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) +"aRX" = ( +/obj/structure/bed/bedroll{ + dir = 4 }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "Sec-Kitchen-Lockdown"; - name = "\improper Storm Shutters" +/obj/effect/landmark/survivor_spawner/lv522_forecon_smartgunner, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/west, +/area/lv522/indoors/a_block/admin) +"aSb" = ( +/obj/structure/girder, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/darkpurple2/west, +/area/lv522/indoors/a_block/dorms) +"aSc" = ( +/obj/structure/platform, +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/kitchen/glass) +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"aSg" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_east_street) +"aSt" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor/south) "aSE" = ( /obj/structure/surface/table/almayer, /obj/item/trash/plate, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms) -"aSI" = ( -/obj/vehicle/powerloader, -/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"aSO" = ( -/obj/structure/closet/secure_closet/engineering_electrical, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/outdoor_bot) -"aSQ" = ( -/obj/structure/girder, -/turf/open/floor/prison/blue, -/area/lv522/indoors/a_block/admin) +"aST" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_x = -20 + }, +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) "aSZ" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/c_block/bridge) +"aTa" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "aTj" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -1902,9 +1897,6 @@ /obj/structure/cargo_container/horizontal/blue/top, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"aTs" = ( -/turf/open/floor/corsat/browncorner, -/area/lv522/atmos/command_centre) "aTw" = ( /obj/structure/bed/chair, /turf/open/floor/plating/plating_catwalk/prison, @@ -1915,84 +1907,83 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) -"aTF" = ( -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/medical) +"aTH" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/north_command_centre) +"aTM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/cassette_tape/nam{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/device/cassette_tape/pop4{ + pixel_x = 3; + pixel_y = 8 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/c_block/t_comm) "aTP" = ( /obj/structure/cargo_container/watatsumi/right, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) -"aTQ" = ( +"aTV" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 2 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"aUf" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/corsat/browncorner, -/area/lv522/atmos/east_reactor) -"aUg" = ( -/obj/structure/largecrate/random, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/structure/barricade/metal{ - dir = 1 +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges/corpo) +"aUi" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1 }, +/obj/structure/machinery/light/small, /turf/open/floor/prison/darkredfull2, -/area/lv522/outdoors/colony_streets/north_street) +/area/lv522/indoors/a_block/kitchen/glass) "aUk" = ( -/obj/structure/largecrate/random{ - layer = 2.9 - }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_2) -"aUm" = ( -/obj/item/ammo_magazine/rifle/heap{ - current_rounds = 0 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"aUo" = ( -/obj/structure/bed/chair{ +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) +"aUp" = ( +/obj/structure/platform, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/south_east_street) +"aUw" = ( +/obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) -"aUq" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/west) -"aUv" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"aUy" = ( +/obj/item/clothing/shoes/jackboots{ + pixel_x = 4; + pixel_y = 9 }, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/north_command_centre) -"aUI" = ( -/obj/structure/surface/table/almayer, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/computer/cameras/wooden_tv{ - pixel_y = 6 +/obj/item/clothing/shoes/jackboots{ + pixel_x = -5; + pixel_y = -6 }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) -"aUY" = ( -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 1; - pixel_y = 3 +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) +"aUB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/bridge) +"aUF" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +/turf/open/floor/prison/blue/east, +/area/lv522/indoors/a_block/admin) +"aUI" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/asphalt/cement/cement14, +/area/lv522/outdoors/colony_streets/north_east_street) "aVa" = ( /obj/structure/platform{ dir = 1 @@ -2009,155 +2000,154 @@ }, /turf/open/floor/prison, /area/lv522/atmos/way_in_command_centre) -"aVv" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/platform{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/dorms) -"aVy" = ( -/obj/structure/closet/toolcloset, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) "aVA" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/structure/barricade/wooden, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) +"aVJ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper C-Block - Cargo Airlock" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/cargo) +"aVL" = ( +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurple2/southwest, +/area/lv522/indoors/a_block/dorms) "aVX" = ( /obj/structure/ore_box, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"aWa" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/corpo/glass) "aWl" = ( /obj/structure/barricade/wooden, /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"aWZ" = ( -/obj/structure/machinery/door/airlock/almayer/maint, -/obj/structure/machinery/door/poddoor/almayer/closed{ - dir = 4; - id = "LZ1_Pressuredoor"; - name = "High Pressure Door"; - unacidable = 1 +"aWv" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/snacks/sandwich{ + pixel_x = -6; + pixel_y = 3 }, -/turf/open/floor/corsat/marked, -/area/lv522/landing_zone_1/tunnel) -"aXi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed/chair, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/c_block/t_comm) -"aXu" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" +/obj/item/clothing/glasses/meson, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/c_block/mining) +"aWA" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" }, -/turf/open/floor/prison/darkredfull2, +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/cargo_intake) +"aWE" = ( +/obj/structure/girder, +/turf/open/asphalt/cement/cement3, /area/lv522/outdoors/colony_streets/north_street) +"aWH" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper/janitor, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/c_block/mining) +"aWU" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) +"aXi" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/admin) "aXx" = ( /obj/item/weapon/twohanded/folded_metal_chair, /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/garden_bridge) -"aXy" = ( -/obj/structure/surface/table/almayer, -/obj/item/reagent_container/food/snacks/sliceable/bread{ - pixel_y = 8 - }, -/obj/item/reagent_container/food/snacks/sliceable/bread{ - pixel_y = 4 - }, -/obj/item/reagent_container/food/snacks/sliceable/bread, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) "aXD" = ( -/obj/structure/closet/secure_closet/engineering_welding, +/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"aXH" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) -"aXE" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +/obj/structure/machinery/computer/telecomms/server{ + pixel_y = 16 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"aXJ" = ( -/obj/structure/prop/invuln/lattice_prop{ - dir = 1; - icon_state = "lattice-simple"; - pixel_x = 4; - pixel_y = -15 +/obj/structure/bed/chair/comfy{ + dir = 1 }, -/obj/effect/decal{ - icon = 'icons/mob/xenos/effects.dmi'; - icon_state = "acid_weak"; - layer = 2; - name = "weak acid" +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/c_block/t_comm) +"aXX" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1 }, -/turf/open/floor/plating/platingdmg1, -/area/lv522/indoors/a_block/admin) -"aXS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/vending/coffee, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) +/obj/structure/machinery/light, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) "aYd" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/prison, /area/lv522/atmos/way_in_command_centre) +"aYe" = ( +/obj/item/trash/wy_chips_pepper, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "aYg" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/surface/rack, /turf/open/floor/plating, /area/lv522/indoors/c_block/garage) -"aYq" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/security) -"aYC" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/prop/server_equipment/laptop/on{ - layer = 3.1; - pixel_y = 10 +"aYm" = ( +/obj/structure/platform_decoration{ + dir = 8 }, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/east_reactor) +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/south_west_street) +"aYt" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 22 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 22 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security/glass) "aYD" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/security) +"aYM" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) "aYO" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_west_street) -"aZc" = ( -/obj/vehicle/powerloader{ - dir = 4; - layer = 3.5 - }, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/north) +"aYU" = ( +/obj/item/ammo_box/magazine/misc/mre/empty, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/north_street) "aZj" = ( /obj/structure/plasticflaps, /obj/structure/machinery/conveyor{ @@ -2166,98 +2156,100 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"aZl" = ( -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = 11; - pixel_y = 24 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +"aZy" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/glass) "aZD" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 }, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) -"aZI" = ( -/obj/structure/fence, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +"aZK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/cell_stripe/east, +/area/lv522/indoors/lone_buildings/storage_blocks) +"bac" = ( +/obj/item/prop/helmetgarb/spacejam_tickets{ + desc = "Two original, crisp, orange, tickets."; + name = "\improper Arcade Tickets"; + pixel_x = -8; + pixel_y = 11 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_east_street) -"aZL" = ( -/obj/structure/barricade/wooden{ - dir = 1 +/obj/item/prop/helmetgarb/spacejam_tickets{ + desc = "Two original, crisp, orange, tickets."; + name = "\improper Arcade Tickets"; + pixel_x = -2; + pixel_y = -13 }, -/obj/item/tool/weldingtool, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/kitchen/glass) -"aZN" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/south) -"aZS" = ( -/obj/structure/window_frame/strata/reinforced, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/lone_buildings/engineering) -"bar" = ( -/obj/structure/platform{ - dir = 1 +/obj/item/prop/helmetgarb/spacejam_tickets{ + desc = "Two original, crisp, orange, tickets."; + name = "\improper Arcade Tickets"; + pixel_x = 9; + pixel_y = 8 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"bat" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/paper_bin{ - pixel_x = 3; - pixel_y = 6 +/obj/item/tool/crowbar/red{ + pixel_x = 8; + pixel_y = 8 }, -/obj/item/tool/pen/blue/clicky, -/turf/open/floor/strata/fake_wood, -/area/lv522/atmos/east_reactor/east) +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/indoors/a_block/fitness) "baN" = ( /obj/structure/surface/rack, /obj/item/stack/sheet/metal/large_stack, /turf/open/floor/prison, /area/lv522/landing_zone_2) +"baQ" = ( +/obj/effect/landmark/monkey_spawn, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/floor/corsat/browncorner/north, +/area/lv522/atmos/command_centre) +"baS" = ( +/obj/structure/surface/table/almayer, +/obj/item/prop/colony/game, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness/glass) "bbd" = ( /obj/structure/closet/crate, /obj/item/tool/shovel, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"bbq" = ( -/obj/structure/barricade/deployable{ - dir = 8 +"bbh" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/east_reactor/south) -"bbV" = ( -/obj/structure/surface/table/almayer, -/obj/item/trash/cheesie, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"bbX" = ( -/obj/structure/girder, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_street) -"bca" = ( -/obj/structure/machinery/door/airlock/almayer/maint{ - dir = 1 +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/command_centre) +"bbP" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/machinery/door/poddoor/almayer/closed{ - id = "LZ1_Lockdown_Lo"; - name = "Emergency Lockdown" +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/reactor_garage) +"bbQ" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 }, -/turf/open/floor/corsat/marked, -/area/lv522/landing_zone_1/ceiling) +/turf/open/floor/corsat/brown/northwest, +/area/lv522/atmos/east_reactor/south) +"bca" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/corpo/glass) "bcf" = ( /obj/effect/spawner/gibspawner/xeno, /turf/open/auto_turf/sand_white/layer0, @@ -2269,32 +2261,32 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"bcp" = ( -/obj/effect/decal/cleanable/dirt, +"bcS" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/asphalt/cement/cement2, +/area/lv522/outdoors/colony_streets/central_streets) +"bdg" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" + }, /obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 + dir = 4 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) -"bcD" = ( -/obj/structure/machinery/door/airlock/almayer/medical{ - dir = 2; - name = "\improper A-Block - Colony Medical Centre Airlock" +/area/lv522/indoors/a_block/hallway) +"bdo" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/medical) -"bcT" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/sewer) -"bdw" = ( -/obj/structure/prop/invuln/ice_prefab/standalone{ - icon_state = "white" +/obj/structure/prop/almayer/computers/sensor_computer3, +/obj/structure/window/reinforced{ + dir = 4 }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/colony_streets/north_east_street) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/c_block/mining) "bdH" = ( /obj/structure/bed/chair{ dir = 4 @@ -2302,6 +2294,30 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/garage) +"bdU" = ( +/obj/structure/closet/crate, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"bec" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/south) +"bee" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice13"; + pixel_x = 11; + pixel_y = 16 + }, +/obj/structure/prop/invuln/pipe_water{ + pixel_x = 4; + pixel_y = -6 + }, +/turf/open/floor/plating/platingdmg3, +/area/lv522/indoors/a_block/admin) "beh" = ( /obj/effect/decal/warning_stripes{ icon_state = "E"; @@ -2313,16 +2329,23 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_street) -"bei" = ( +"beq" = ( /turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/hydro) -"bew" = ( -/turf/open/floor/prison/cell_stripe/east, -/area/lv522/atmos/reactor_garage) +/area/lv522/indoors/a_block/bridges) +"bev" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/sewer) "bex" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) +"bey" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat/browncorner/east, +/area/lv522/atmos/cargo_intake) "beB" = ( /turf/closed/wall/strata_outpost, /area/lv522/indoors/a_block/corpo/glass) @@ -2332,153 +2355,202 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/security) -"beU" = ( -/obj/structure/machinery/shower{ - pixel_y = 16 - }, -/obj/structure/pipes/vents/pump, -/obj/structure/machinery/light{ - dir = 8 +"beS" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + dir = 1; + req_one_access_txt = "100" }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/mining) +"beY" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"bfE" = ( +/obj/structure/platform_decoration, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/south_west_street) +"bfH" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/dorms) -"beW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light, -/obj/structure/closet/secure_closet/engineering_electrical, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/outdoor_bot) -"bfb" = ( -/obj/item/clothing/mask/facehugger{ - desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; - icon_state = "facehugger_impregnated"; - layer = 3; - name = "????"; - stat = 2 +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/b_block/bar) +"bfL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"bfg" = ( -/obj/structure/barricade/sandbags{ +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan4/north, +/area/lv522/indoors/a_block/medical) +"bfR" = ( +/obj/structure/platform_decoration{ dir = 8 }, -/obj/item/prop/alien/hugger{ - pixel_x = 13; - pixel_y = -5 - }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/north_street) -"bfC" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/east) -"bfF" = ( -/obj/structure/machinery/colony_floodlight, -/turf/open/floor/corsat/marked, -/area/lv522/outdoors/colony_streets/east_central_street) -"bfG" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/bridge) +/obj/effect/decal/cleanable/blood, +/turf/open/auto_turf/shale/layer1, +/area/lv522/outdoors/w_rockies) "bgc" = ( /turf/open/floor/plating, /area/lv522/atmos/cargo_intake) -"bge" = ( -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_full" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/dorms) +"bgd" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/suit/chef/classic, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) "bgC" = ( -/obj/structure/machinery/suit_storage_unit/compression_suit/uscm{ - name = "Suit Storage Unit"; - pixel_x = 3 +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "LV_522_Hydro-Lockdown"; + name = "\improper Storm Shutters" }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"bgE" = ( -/obj/structure/largecrate, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"bgO" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin/wy{ - pixel_x = 7; - pixel_y = 7 +/turf/open/floor/corsat/marked, +/area/lv522/indoors/b_block/bridge) +"bgF" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/east) +"bgL" = ( +/turf/open/asphalt/cement/cement14, +/area/lv522/outdoors/colony_streets/north_west_street) +"bgM" = ( +/obj/structure/machinery/light{ + dir = 4 }, -/obj/item/paper/wy, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) +/obj/structure/surface/table/almayer, +/obj/item/device/radio, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"bgY" = ( +/obj/structure/surface/rack, +/obj/item/ore/coal, +/obj/item/ore/coal, +/obj/structure/machinery/light/double, +/obj/item/ore/silver, +/obj/item/ore/silver, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) "bha" = ( /obj/item/stack/rods, /turf/open/floor/prison, /area/lv522/outdoors/colony_streets/windbreaker/observation) -"bhx" = ( -/obj/structure/bed/chair{ - dir = 8 +"bhf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 }, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/oob/w_y_vault) +"bhi" = ( /obj/item/prop/alien/hugger, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"bhA" = ( -/obj/structure/filingcabinet/seeds{ - density = 0; - pixel_x = -8; - pixel_y = 16 +/obj/structure/machinery/light{ + dir = 1 }, -/obj/structure/filingcabinet/seeds{ - density = 0; - pixel_x = 7; - pixel_y = 16 +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) +"bhs" = ( +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + layer = 2; + name = "weak acid" }, -/obj/effect/decal/cleanable/generic, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"bhJ" = ( -/obj/structure/barricade/handrail/strata, -/obj/structure/machinery/light{ - dir = 4 +/obj/item/stack/sheet/metal, +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "Sec-Kitchen-Lockdown"; + name = "\improper Storm Shutters" }, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/security) +"bht" = ( +/obj/structure/fence{ + layer = 2.9 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/strata/floor3/east, +/area/lv522/outdoors/colony_streets/east_central_street) +"bhv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 1 + }, +/obj/structure/machinery/light/small, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) +"bhw" = ( +/obj/structure/surface/rack, +/obj/item/tank/oxygen, +/obj/item/tank/oxygen, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, /area/lv522/indoors/c_block/mining) -"bhT" = ( -/obj/structure/machinery/light/double, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) +"bhE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"bhQ" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/item/prop/colony/usedbandage{ + dir = 1 + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"bhZ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/asphalt/cement/cement2, +/area/lv522/outdoors/colony_streets/east_central_street) "bia" = ( /obj/structure/largecrate/supply/supplies/tables_racks, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/op_centre) -"bid" = ( -/obj/structure/largecrate/random, -/obj/item/explosive/plastic/breaching_charge{ - pixel_y = -2 +"big" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/kitchen) +"bih" = ( +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"biq" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/pen/blue/clicky, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"biu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 }, /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_street) -"bik" = ( -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/lone_buildings/storage_blocks) -"biv" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/area/lv522/atmos/way_in_command_centre) +"biE" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/filt) +"biJ" = ( +/obj/structure/bed/chair/dropship/passenger{ dir = 4 }, -/turf/open/floor/corsat/brown/southwest, -/area/lv522/atmos/cargo_intake) -"biF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1 - }, -/turf/open/floor/corsat/marked, -/area/lv522/outdoors/colony_streets/windbreaker/observation) +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "biL" = ( /obj/structure/bed/chair{ dir = 1 @@ -2493,26 +2565,69 @@ /obj/structure/largecrate/random/case/small, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"bja" = ( -/obj/structure/machinery/light, +"biQ" = ( +/obj/item/stack/sheet/metal, +/obj/item/tool/pen/blue/clicky{ + pixel_x = 6 + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"biV" = ( +/obj/structure/machinery/vending/cola, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness/glass) +"bjb" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/cell_stripe/west, +/area/lv522/atmos/reactor_garage) "bjd" = ( /turf/closed/wall/strata_outpost/reinforced, /area/lv522/atmos/sewer) +"bjm" = ( +/obj/item/ammo_magazine/smg/nailgun{ + current_rounds = 0 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/engineering) +"bjn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/oob/w_y_vault) "bjx" = ( -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) -"bjK" = ( -/obj/structure/prop/invuln/overhead_pipe{ - dir = 8; - pixel_x = -6; - pixel_y = 6 +/obj/structure/machinery/camera/autoname{ + dir = 4 }, -/obj/vehicle/train/cargo/trolley, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"bjI" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/reactor_garage) +"bjS" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "100" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"bjV" = ( +/obj/structure/bed/stool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) "bjX" = ( /obj/effect/decal/warning_stripes{ icon_state = "SE-out"; @@ -2526,25 +2641,6 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms/glass) -"bko" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass{ - dir = 1; - name = "\improper Marshals Office"; - req_access = null - }, -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "Sec-Kitchen-Lockdown"; - name = "\improper Storm Shutters" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/security) -"bkr" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/c_block/cargo) "bkt" = ( /obj/structure/surface/table/almayer, /obj/item/clothing/head/headset{ @@ -2563,118 +2659,149 @@ "bkE" = ( /turf/closed/wall/shiva/prefabricated/reinforced, /area/lv522/outdoors/nw_rockies) -"bkZ" = ( -/obj/structure/machinery/light, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo/glass) -"bli" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/bed/chair, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/t_comm) -"blu" = ( -/obj/structure/machinery/floodlight, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/cell_stripe/east, -/area/lv522/indoors/lone_buildings/storage_blocks) -"blI" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/microwave{ - density = 0; - pixel_y = 9 +"bkM" = ( +/obj/structure/closet/secure_closet/quartermaster, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"bkO" = ( +/obj/item/stack/sheet/wood, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"blj" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 }, -/obj/item/trash/plate{ - pixel_x = 2; - pixel_y = 20 +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 }, -/obj/item/reagent_container/food/snacks/grilledcheese{ - pixel_y = 27 +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/obj/item/bedsheet/brown{ + pixel_y = 13 + }, +/obj/item/bedsheet/brown{ + layer = 3.1 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"blA" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) -"blL" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/filt) -"blM" = ( -/obj/structure/machinery/vending/coffee, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"blG" = ( +/obj/structure/cargo_container/kelland/right, /turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"bmd" = ( -/obj/structure/machinery/conveyor{ - dir = 5; - id = "cargo_container" - }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/brown/northwest, -/area/lv522/atmos/cargo_intake) -"bmf" = ( -/obj/structure/prop/invuln/ice_prefab/trim{ +/area/lv522/outdoors/colony_streets/north_east_street) +"blM" = ( +/obj/structure/machinery/light{ dir = 4 }, -/obj/structure/cargo_container/kelland/left{ - layer = 3 +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges) +"blP" = ( +/obj/structure/platform_decoration{ + dir = 1 }, /obj/effect/decal/warning_stripes{ - icon_state = "SE-out"; - pixel_x = 1 + icon_state = "N"; + pixel_y = 1 }, -/turf/open/asphalt/cement/cement2, -/area/lv522/outdoors/colony_streets/central_streets) -"bmh" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/turf/open/floor/almayer/w_y1/north, -/area/lv522/atmos/way_in_command_centre) +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/garden) "bmj" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/security/glass) -"bmB" = ( -/obj/structure/reagent_dispensers/watertank{ - anchored = 1 +"bmk" = ( +/obj/structure/fence{ + layer = 2.9 }, -/obj/structure/prop/ice_colony/dense/planter_box{ - dir = 9 +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/outdoors/colony_streets/south_west_street) +"bmJ" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = 9 }, -/obj/structure/flora/bush/ausbushes/palebush{ - pixel_y = 9 +/obj/item/reagent_container/food/condiment/saltshaker{ + layer = 3.1 + }, +/obj/item/tool/kitchen/tray{ + layer = 2.9; + pixel_y = 3 + }, +/obj/item/reagent_container/food/snacks/tofubreadslice{ + pixel_x = -7 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"bmP" = ( +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) +"bmT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/corpo/glass) +"bnd" = ( +/obj/structure/machinery/portable_atmospherics/canister/empty/oxygen, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/south_street) +"bnq" = ( +/obj/structure/largecrate/supply/supplies/metal, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2/ceiling) +"bnB" = ( +/obj/structure/platform{ + dir = 8 }, +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 9; + layer = 2.9 + }, +/obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/floor/prison/greenfull/east, /area/lv522/indoors/b_block/bridge) -"bmU" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/browncorner, +"bnI" = ( +/turf/open/floor/corsat/brown/southeast, /area/lv522/atmos/east_reactor/south) "bnN" = ( -/obj/structure/stairs/perspective{ - dir = 5; - icon_state = "p_stair_full" - }, -/obj/item/weapon/gun/pistol/m1911{ - current_mag = null - }, -/obj/item/prop{ - desc = "Holy shit"; - icon = 'icons/mob/humans/species/r_human.dmi'; - icon_state = "l_arm"; - name = "left arm"; - pixel_x = -4; - pixel_y = 10 +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 8 }, -/obj/item/ammo_magazine/pistol/m1911{ - current_rounds = 4 +/obj/structure/machinery/light/small{ + dir = 4 }, -/obj/structure/platform_decoration, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_east_street) +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/indoors/lone_buildings/storage_blocks) "bnP" = ( /obj/structure/pipes/vents/pump, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) +"bnR" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) "bof" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/structure/surface/table/woodentable/fancy, @@ -2690,6 +2817,19 @@ }, /turf/open/floor/wood/ship, /area/lv522/atmos/way_in_command_centre) +"bon" = ( +/obj/structure/machinery/colony_floodlight{ + layer = 4.3 + }, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/east_central_street) +"bop" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/almayer/w_y2/north, +/area/lv522/atmos/way_in_command_centre) "bou" = ( /obj/item/stack/tile/plasteel{ name = "ceiling tile"; @@ -2703,58 +2843,57 @@ /obj/structure/machinery/light, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) -"boB" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/brown/northeast, -/area/lv522/atmos/west_reactor) -"boQ" = ( -/obj/structure/prop/invuln/minecart_tracks/bumper{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison, -/area/lv522/indoors/c_block/mining) -"boS" = ( -/obj/structure/fence, +"boy" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/bridge) +"boA" = ( +/obj/structure/cargo_container/horizontal/blue/top, /obj/effect/decal/warning_stripes{ icon_state = "E"; pixel_x = 1 }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, /turf/open/floor/prison/floor_plate, /area/lv522/outdoors/colony_streets/north_west_street) -"boY" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 8; - name = "\improper Dormitories" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) -"bph" = ( -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/hallway) -"bpk" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 +"boQ" = ( +/obj/structure/prop/invuln/minecart_tracks/bumper{ + dir = 1 }, -/obj/structure/pipes/vents/pump, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, -/area/lv522/indoors/a_block/security/glass) -"bpm" = ( -/obj/item/prop/alien/hugger, +/area/lv522/indoors/c_block/mining) +"boW" = ( +/obj/structure/barricade/handrail, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2/ceiling) -"bpG" = ( -/obj/structure/girder/displaced, /turf/open/floor/plating, -/area/lv522/outdoors/w_rockies) +/area/lv522/landing_zone_1/tunnel) +"bpe" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/reactor_garage) +"bpj" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) +"bpl" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "69" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"bpm" = ( +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_street) +"bpo" = ( +/obj/item/stack/rods, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/blue/north, +/area/lv522/indoors/a_block/hallway) "bpN" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 @@ -2762,53 +2901,107 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/b_block/bridge) -"bqb" = ( -/obj/structure/machinery/vending/cola, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) +"bpU" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/prop/server_equipment/laptop/on{ + layer = 3.1; + pixel_y = 10 + }, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/east_reactor) "bqo" = ( /obj/item/prop/colony/usedbandage{ dir = 5 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"bqu" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"bqA" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 }, -/turf/open/floor/corsat/brown/northeast, -/area/lv522/atmos/command_centre) -"bqy" = ( -/obj/structure/barricade/deployable{ - dir = 4 +/obj/structure/machinery/light, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/mining) +"bqW" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper A-Block Dorms And Office Airlock"; + welded = 1 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_east_street) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) "brk" = ( /obj/structure/cargo_container/grant/rightmid, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"brr" = ( -/obj/structure/bed/chair, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"brz" = ( -/obj/item/explosive/mine/active, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/colony_streets/north_east_street) -"brU" = ( -/obj/structure/machinery/door/poddoor/shutters/almayer{ +"brE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"brL" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/east_reactor) +"brO" = ( +/obj/structure/window_frame/strata, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ dir = 4; - id = "Reactor_e_entry_3" + id = "LV522CIC_1"; + name = "\improper Storm Shutters" }, /turf/open/floor/corsat/marked, -/area/lv522/atmos/filt) -"bsj" = ( -/obj/structure/closet/secure_closet/quartermaster, -/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/a_block/admin) +"brV" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/crowbar/red, +/obj/item/clipboard{ + pixel_x = 1; + pixel_y = 4 + }, +/obj/item/storage/box/handcuffs{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/reagent_container/spray/cleaner, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security/glass) +"brW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/central_streets) +"bsc" = ( +/obj/structure/surface/table/almayer, +/obj/item/cpr_dummy, +/turf/open/floor/plating/platebot, /area/lv522/indoors/c_block/cargo) +"bsj" = ( +/obj/structure/blocker/forcefield/vehicles, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/filt) +"bsq" = ( +/obj/structure/prop/invuln/fire{ + pixel_x = -7; + pixel_y = 17 + }, +/obj/structure/prop/invuln/fire{ + pixel_x = -8; + pixel_y = 10 + }, +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "33" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "bsz" = ( /obj/effect/decal/warning_stripes{ icon_state = "NE-out"; @@ -2817,166 +3010,138 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) +"bsD" = ( +/obj/structure/surface/rack, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) "bsG" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/c_block/bridge) -"bsR" = ( -/obj/structure/cargo_container/horizontal/blue/top, -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/landing_zone_1) -"btt" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/obj/effect/landmark/corpsespawner/colonist/burst, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor/south) -"btw" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "SW-out"; - pixel_x = -1; - pixel_y = -1 - }, -/obj/effect/landmark/corpsespawner/wy/manager, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/oob/w_y_vault) -"bty" = ( -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/north_command_centre) -"btX" = ( -/obj/structure/machinery/computer/arcade{ - density = 0; - pixel_y = 16 - }, +"bsT" = ( +/turf/closed/shuttle/dropship3/tornado, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"bsY" = ( +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/north_east_street) +"btL" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"bue" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/command_centre) -"buy" = ( -/obj/effect/decal/hefa_cult_decals/d32{ - desc = "You think you can make out the iconography of a Xenomorph."; - icon_state = "3" +/obj/structure/bed{ + can_buckle = 0 }, -/obj/structure/machinery/computer/cameras/wooden_tv{ - pixel_y = 29 +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 }, -/obj/item/prop{ - desc = "Something about a research lab."; - icon = 'icons/obj/items/paper.dmi'; - icon_state = "folder_black"; - name = "USCM classified intelligence folder" +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 }, -/turf/open/floor/corsat/brown/north, -/area/lv522/oob) -"buz" = ( -/obj/structure/surface/table/almayer, -/obj/item/reagent_container/food/condiment/hotsauce/sriracha{ - pixel_x = -4; - pixel_y = 9 +/obj/item/bedsheet/brown{ + layer = 3.1 }, -/obj/item/reagent_container/food/condiment/saltshaker, -/obj/item/reagent_container/food/condiment/peppermill{ - pixel_x = 9 +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 }, -/obj/item/tool/kitchen/tray{ - layer = 2.9; - pixel_y = 3 +/obj/item/bedsheet/brown{ + pixel_y = 13 }, +/obj/item/prop/alien/hugger, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms) -"buD" = ( -/obj/structure/barricade/deployable, -/turf/open/floor/prison, -/area/lv522/outdoors/colony_streets/north_east_street) -"buF" = ( -/obj/item/shard, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +"bub" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/snacks/donut{ + pixel_y = 9 }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) -"buL" = ( -/obj/effect/decal/cleanable/mucus, -/turf/open/floor/strata/white_cyan3, -/area/lv522/indoors/a_block/medical/glass) -"buP" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 7; + pixel_y = -4 }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/colony_streets/north_west_street) -"buT" = ( /obj/structure/machinery/light{ - dir = 1 + dir = 8 }, -/obj/effect/decal/cleanable/blood/oil, -/obj/structure/machinery/suit_storage_unit/compression_suit/uscm{ - name = "Suit Storage Unit"; - pixel_x = 3 +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"buc" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 3 + }, +/obj/structure/machinery/computer3/server/rack, +/turf/open/floor/bcircuit, +/area/lv522/atmos/east_reactor/south) +"buh" = ( +/obj/structure/machinery/light/double, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_west_street) +"buw" = ( +/obj/structure/platform_decoration, +/obj/structure/stairs/perspective{ + dir = 5; + icon_state = "p_stair_full" }, +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/landing_zone_1) +"buz" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, +/turf/open/floor/plating/platebot, /area/lv522/indoors/c_block/cargo) -"buV" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/outdoors/colony_streets/north_street) -"bvr" = ( -/obj/structure/cargo_container/kelland/left{ - layer = 2.9 +"buD" = ( +/obj/structure/barricade/deployable, +/turf/open/floor/prison, +/area/lv522/outdoors/colony_streets/north_east_street) +"buP" = ( +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/vomit, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical) +"buZ" = ( +/obj/structure/bed/chair{ + dir = 8 }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"bvw" = ( /obj/structure/stairs/perspective{ - dir = 1; + dir = 5; icon_state = "p_stair_full" }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_east_street) -"bvE" = ( -/turf/open/floor/prison/floor_plate, +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/landing_zone_1) +"bvB" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/brown/west, /area/lv522/atmos/east_reactor/south) -"bvS" = ( -/obj/structure/bed/chair{ - dir = 4 +"bvJ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) "bvU" = ( /obj/structure/surface/table/almayer, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorm_north) -"bvY" = ( -/obj/structure/surface/rack, +"bvX" = ( +/obj/structure/surface/table/almayer, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) -"bvZ" = ( -/obj/item/storage/backpack/marine/satchel{ - desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; - icon = 'icons/obj/janitor.dmi'; - icon_state = "trashbag3"; - name = "trash bag"; - pixel_x = -4; - pixel_y = 6 - }, -/obj/structure/tunnel, -/obj/structure/machinery/camera/autoname{ - dir = 8 - }, -/obj/structure/machinery/light/small{ - dir = 4 +/obj/structure/phone_base/colony_net{ + dir = 1; + phone_category = "LV522 Chances Claim"; + phone_color = "red"; + phone_id = "Colony Kitchen"; + pixel_y = -6 }, /turf/open/floor/prison/kitchen, /area/lv522/indoors/a_block/kitchen) +"bvZ" = ( +/turf/open/floor/strata/white_cyan3/east, +/area/lv522/indoors/a_block/medical/glass) "bwd" = ( /obj/item/toy/beach_ball/holoball{ pixel_x = 8; @@ -2988,31 +3153,29 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_street) -"bwe" = ( -/turf/open/floor/corsat/browncorner/west, -/area/lv522/oob) +"bwl" = ( +/obj/structure/largecrate/random{ + layer = 2.9 + }, +/turf/open/floor/plating/platebot, +/area/lv522/indoors/c_block/cargo) "bwF" = ( /obj/item/stack/rods, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_street) -"bxa" = ( -/turf/open/asphalt/cement/cement3, -/area/lv522/landing_zone_1) -"bxd" = ( -/turf/open/floor/corsat/brown/southwest, -/area/lv522/atmos/east_reactor/south) -"bxh" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/cyan2/east, -/area/lv522/indoors/a_block/medical) -"bxk" = ( -/obj/structure/surface/table/almayer{ - dir = 8; - flipped = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +"bwG" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) +"bwI" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"bwT" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/mining) "bxr" = ( /obj/structure/prop/invuln/minecart_tracks{ dir = 8 @@ -3022,78 +3185,28 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"bxv" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "100" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"bxw" = ( -/obj/structure/largecrate/random/barrel, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2) -"bxx" = ( -/obj/structure/largecrate/random, -/obj/structure/largecrate/random{ - pixel_y = 18 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"bxB" = ( -/turf/open/floor/prison/darkpurple2/north, -/area/lv522/indoors/a_block/dorms) -"byv" = ( -/obj/structure/machinery/light, -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"byB" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/hydro) -"byS" = ( -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"byT" = ( -/obj/structure/surface/table/almayer, -/obj/item/tool/kitchen/tray{ - pixel_x = 12; - pixel_y = -6 - }, -/obj/item/reagent_container/food/drinks/coffee{ - pixel_x = 20; - pixel_y = -5 - }, -/obj/item/reagent_container/food/drinks/coffee{ - pixel_x = 8; - pixel_y = -5 - }, +"bxF" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/north_command_centre) +"bxJ" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/revolver/spearhead, +/obj/item/ammo_magazine/revolver/spearhead, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/b_block/bar) -"bza" = ( -/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"bxM" = ( +/obj/structure/machinery/power/monitor{ + name = "Main Power Grid Monitoring" + }, /turf/open/floor/prison/darkyellowfull2/east, /area/lv522/indoors/lone_buildings/engineering) -"bze" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/casino) -"bzi" = ( -/obj/item/clothing/suit/storage/jacket/marine/RO{ - name = "\improper UA jacket" - }, -/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"bzq" = ( -/obj/structure/prop/server_equipment/yutani_server/off, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) +"bxQ" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "bzw" = ( /obj/structure/phone_base/colony_net{ phone_category = "LV522 Chances Claim"; @@ -3113,23 +3226,15 @@ }, /turf/open/floor/plating, /area/lv522/indoors/lone_buildings/engineering) -"bzN" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/command_centre) -"bzR" = ( -/obj/structure/barricade/deployable{ - dir = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 +"bzZ" = ( +/obj/structure/surface/table/almayer, +/obj/structure/prop/server_equipment/laptop/on, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"bAa" = ( -/turf/open/floor/coagulation/icon0_0, -/area/lv522/oob) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "bAe" = ( /obj/structure/window/framed/strata/reinforced, /obj/structure/machinery/door/poddoor/shutters/almayer/open{ @@ -3138,13 +3243,6 @@ }, /turf/open/floor/plating, /area/lv522/indoors/a_block/security) -"bAj" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue, -/area/lv522/indoors/a_block/admin) "bAn" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -3152,30 +3250,38 @@ /obj/effect/decal/cleanable/dirt, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_street) -"bAF" = ( -/obj/structure/stairs/perspective{ +"bAt" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/dorms) +"bAy" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/north_street) +"bAU" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/east_reactor/south) +"bBm" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ dir = 1; - icon_state = "p_stair_full" + name = "\improper A-Block - Colony Operations Centre Airlock" }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/south_street) -"bAL" = ( -/turf/open/asphalt/cement/cement15, -/area/lv522/outdoors/colony_streets/central_streets) -"bAZ" = ( -/obj/item/shard{ - icon_state = "medium" +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/window_frame/strata, /obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; id = "LV522CIC_1"; name = "\improper Storm Shutters" }, /turf/open/floor/corsat/marked, /area/lv522/indoors/a_block/admin) -"bBa" = ( -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/n_rockies) "bBt" = ( /obj/structure/desertdam/decals/road_edge{ pixel_x = 16 @@ -3189,14 +3295,6 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/fitness/glass) -"bBA" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/surface/table/almayer, -/obj/item/device/radio, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) "bBI" = ( /obj/item/stack/tile/plasteel{ name = "ceiling tile"; @@ -3205,6 +3303,17 @@ }, /turf/open/gm/river, /area/lv522/indoors/a_block/kitchen/damage) +"bBN" = ( +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + layer = 3; + name = "????"; + stat = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/c_block/mining) "bCl" = ( /obj/structure/prop/invuln/lattice_prop{ dir = 1; @@ -3215,106 +3324,129 @@ /obj/structure/girder, /turf/open/floor/plating, /area/lv522/indoors/a_block/admin) -"bCR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "LV_522_Hydro-Lockdown"; - name = "\improper Storm Shutters" +"bCn" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -11 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/bridge) -"bDh" = ( -/obj/structure/prop/ice_colony/flamingo{ - dir = 6; - layer = 3.1; - pixel_x = -7; - pixel_y = 10 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/east_central_street) -"bDq" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/surface/rack, -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/item/cell/crap{ - pixel_x = 3; - pixel_y = 11 - }, -/obj/item/cell/hyper{ - pixel_x = -3; - pixel_y = -3 +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/dorms) +"bCE" = ( +/obj/item/storage/backpack, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/indoors/a_block/fitness) +"bCI" = ( +/obj/structure/surface/table/almayer, +/obj/structure/dropship_equipment/fuel/cooling_system{ + layer = 3.5 }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/c_block/t_comm) -"bDr" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/item/clothing/glasses/welding{ + layer = 3.6; + pixel_x = 2; + pixel_y = 7 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison, -/area/lv522/indoors/lone_buildings/storage_blocks) -"bDv" = ( -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/dorms/glass) -"bDH" = ( -/obj/structure/largecrate/random/barrel/yellow, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_1/ceiling) -"bDK" = ( -/obj/structure/cargo_container/seegson/mid, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/north) +"bCK" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/reagent_container/food/condiment/saltshaker, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/lone_buildings/chunk) +"bCM" = ( +/obj/structure/dispenser, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"bCQ" = ( +/turf/open/floor/corsat/plate, +/area/lv522/oob) +"bCY" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"bDb" = ( +/obj/structure/prop/invuln/fire{ + pixel_x = -8; + pixel_y = 10 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "99" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"bDo" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/corpo) +"bDq" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"bDr" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/lv522/indoors/lone_buildings/storage_blocks) "bDR" = ( /obj/item/explosive/grenade/high_explosive, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) -"bDW" = ( -/obj/structure/bed/chair{ - dir = 4 +"bEa" = ( +/obj/structure/window_frame/strata, +/obj/item/shard{ + icon_state = "medium" }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"bEe" = ( -/obj/effect/landmark/monkey_spawn, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/filt) -"bEG" = ( -/obj/effect/decal/cleanable/blood/gibs, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 +/obj/structure/curtain/red, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/t_comm) +"bEu" = ( +/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 'Tornado' flight controls"; + network = null; + pixel_y = 21 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/glass) -"bEL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed/chair/comfy{ +/obj/structure/bed/chair/dropship/pilot{ dir = 1 }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"bER" = ( -/obj/structure/barricade/wooden, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"bFc" = ( -/obj/structure/barricade/wooden, -/obj/item/shard{ - icon_state = "medium" +/obj/structure/machinery/light/double{ + dir = 1; + layer = 2.9; + pixel_y = 9 }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +/obj/item/prop/almayer/flight_recorder{ + layer = 2.9; + pixel_x = -9; + pixel_y = 4 + }, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"bED" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 8; + name = "\improper Dormitories" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) +"bEM" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "bFn" = ( /obj/item/tool/wet_sign{ pixel_x = -11; @@ -3325,67 +3457,59 @@ /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms/glass) "bFz" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan3/northwest, +/area/lv522/indoors/a_block/medical/glass) +"bFE" = ( +/obj/structure/barricade/deployable, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"bFZ" = ( /obj/structure/platform{ dir = 8 }, -/turf/open/gm/river, -/area/lv522/landing_zone_1/tunnel/far) -"bFF" = ( -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/nw_rockies) -"bFS" = ( -/obj/structure/machinery/vending/cigarette/colony, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) -"bGh" = ( -/obj/item/clothing/suit/storage/marine/medium/leader, -/obj/item/clothing/head/helmet/marine/leader{ +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_east_street) +"bGi" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "30" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"bGn" = ( +/obj/structure/coatrack{ + pixel_x = 10; + pixel_y = 2 + }, +/obj/item/clothing/suit/storage/snow_suit/survivor/parka/green{ pixel_x = 9; - pixel_y = 14 + pixel_y = 7 }, -/turf/open/floor/corsat/plate, -/area/lv522/oob) -"bGo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/deployable{ - dir = 4 +/obj/item/clothing/shoes/jackboots{ + pixel_x = -6; + pixel_y = -6 }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"bGv" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/turf/open/floor/strata/white_cyan1, +/area/lv522/indoors/lone_buildings/chunk) +"bGO" = ( +/obj/structure/barricade/wooden{ + dir = 1; + layer = 3.1; + pixel_y = 17 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/multi_tiles, -/area/lv522/indoors/c_block/mining) -"bGF" = ( -/obj/structure/ore_box, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) +/obj/structure/machinery/vending/cola{ + layer = 3.1 + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "bGT" = ( /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges) -"bGZ" = ( -/obj/structure/stairs/perspective{ - dir = 4; - icon_state = "p_stair_full" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_street) -"bHv" = ( -/obj/structure/cargo_container/kelland/right, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/outdoors/colony_streets/north_east_street) +"bHc" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "bHA" = ( /obj/item/storage/backpack/marine/satchel{ desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; @@ -3397,48 +3521,65 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) -"bHE" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 8; - pixel_y = 3 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) "bHF" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/hallway) +"bHI" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/filt) +"bHO" = ( +/obj/item/reagent_container/food/snacks/meat/human, +/turf/open/floor/corsat/squares, +/area/lv522/oob) +"bHV" = ( +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/bridges) +"bId" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper A-Block Dorms And Office Airlock" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) "bIe" = ( /obj/item/stack/sheet/metal, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/n_rockies) -"bIl" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/bridges) +"bIo" = ( +/obj/structure/platform, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/south_west_street) +"bIq" = ( +/obj/structure/machinery/vending/dinnerware, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) "bIr" = ( /turf/open/floor/corsat, /area/lv522/atmos/east_reactor/north) -"bIw" = ( -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -8; - pixel_y = 16 - }, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = 8; - pixel_y = 16 +"bIt" = ( +/obj/structure/noticeboard{ + pixel_y = 29 }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +/obj/structure/machinery/iv_drip, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"bIw" = ( +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"bIz" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) +/obj/item/trash/uscm_mre, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "bID" = ( /obj/structure/desertdam/decals/road_edge{ pixel_x = 2; @@ -3451,57 +3592,44 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/fitness/glass) +"bIH" = ( +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/east_central_street) "bIJ" = ( /turf/closed/wall/shiva/prefabricated/reinforced, /area/lv522/atmos/cargo_intake) -"bJg" = ( -/obj/structure/surface/rack, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"bJr" = ( -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/command_centre) -"bJw" = ( +"bIM" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/casino) +"bIN" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/north_command_centre) +"bIO" = ( +/obj/structure/surface/table/almayer{ + dir = 4; + flipped = 1 + }, /obj/effect/decal/cleanable/dirt, -/obj/structure/closet/emcloset, /turf/open/floor/prison/blue_plate/north, /area/lv522/indoors/a_block/admin) -"bJC" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper A-Block - Colony Operations Centre Airlock" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 1 - }, -/obj/structure/machinery/door/poddoor/almayer/closed{ - id = "East_Lock"; - name = "Emergency Lockdown" +"bIS" = ( +/obj/structure/filtration/machine_96x96/distribution{ + density = 0; + pixel_y = 16 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/hallway) -"bJF" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/prison/blue_plate/north, +/turf/open/gm/river, +/area/lv522/atmos/sewer) +"bJK" = ( +/obj/structure/barricade/wooden, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/floor_plate, /area/lv522/indoors/a_block/admin) "bJN" = ( /obj/item/stack/folding_barricade, /turf/open/floor/prison, /area/lv522/atmos/way_in_command_centre) -"bJU" = ( -/obj/structure/machinery/door/poddoor/shutters/almayer{ - id = "Reactor_entry_1" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/way_in_command_centre) -"bJV" = ( -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_full" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/asphalt/cement/cement3, -/area/lv522/landing_zone_1) "bJZ" = ( /obj/structure/barricade/wooden{ dir = 4 @@ -3518,92 +3646,48 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/w_rockies) -"bKH" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/hydro) -"bLb" = ( +"bKQ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/structure/surface/table/almayer, -/obj/structure/machinery/recharger{ - pixel_y = 5 +/turf/open/floor/corsat/browncorner, +/area/lv522/atmos/east_reactor/south) +"bLl" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 }, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) +"bLo" = ( +/turf/closed/wall/solaris/reinforced/hull/lv522, +/area/lv522/outdoors/colony_streets/central_streets) +"bLH" = ( +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/command_centre) +"bMk" = ( /obj/structure/machinery/light{ - dir = 4 + dir = 1 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"bLR" = ( -/obj/structure/closet/bodybag, -/obj/structure/curtain/medical, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/medical/glass) -"bMb" = ( +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/bridges/op_centre) +"bMl" = ( /obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurple2, -/area/lv522/indoors/a_block/dorms) -"bMe" = ( -/obj/structure/fence, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/n_rockies) -"bMh" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - req_access_txt = "100" - }, /turf/open/floor/corsat/marked, -/area/lv522/atmos/way_in_command_centre) -"bMk" = ( -/obj/structure/prop/ice_colony/dense/planter_box{ - dir = 8 - }, -/obj/structure/flora/bush/ausbushes/pointybush{ - pixel_y = 12 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"bMA" = ( -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -8; - pixel_y = 22 - }, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = 8; - pixel_y = 22 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security/glass) +/area/lv522/atmos/east_reactor) +"bMx" = ( +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/north_command_centre) +"bMz" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/security) "bMB" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_street) -"bMF" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 8; - pixel_y = 6 - }, -/obj/structure/machinery/light, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"bMI" = ( -/obj/structure/machinery/vending/cola, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"bMM" = ( -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) "bMN" = ( /obj/item/lightstick/red/spoke/planted{ pixel_x = 12; @@ -3611,22 +3695,22 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) -"bMS" = ( -/obj/effect/landmark/queen_spawn, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor) +"bMT" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/bridges/garden_bridge) "bMX" = ( /turf/closed/shuttle{ dir = 1; icon_state = "pwall" }, /area/lv522/oob) -"bMY" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/south_street) "bNf" = ( /obj/structure/desertdam/decals/road_edge{ pixel_x = 2; @@ -3639,17 +3723,12 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/fitness/glass) -"bNu" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, -/obj/structure/fence, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/nw_rockies) +"bNy" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/corpsespawner/colonist/burst, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/east_reactor/south) "bNE" = ( /obj/item/tank/oxygen{ pixel_x = 4; @@ -3664,107 +3743,186 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) -"bNG" = ( -/obj/structure/machinery/chem_dispenser/soda{ - density = 0; - pixel_y = 32 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood/wood_broken, -/area/lv522/indoors/b_block/bar) -"bNK" = ( +"bNH" = ( /obj/effect/decal/cleanable/dirt, +/obj/effect/spider/spiderling/nogrow, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/obj/effect/decal/cleanable/cobweb2, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"bNN" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/garden) +"bNV" = ( +/obj/item/storage/firstaid/o2, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/strata/white_cyan3/east, +/area/lv522/indoors/a_block/medical/glass) +"bOf" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurple2/north, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms) -"bNY" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "33" +"bOi" = ( +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"bOu" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/engineering) +"bOz" = ( +/turf/open/floor/prison/blue/east, +/area/lv522/indoors/a_block/admin) "bOE" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/filt) -"bOS" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper Emergency Engineering" +"bOG" = ( +/obj/structure/bed/bedroll{ + dir = 1 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/lone_buildings/engineering) -"bPH" = ( -/obj/structure/prop/invuln/ice_prefab/trim{ - dir = 6 +/turf/open/floor/prison/blue/north, +/area/lv522/indoors/a_block/admin) +"bOP" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/glasses/meson, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) +"bOZ" = ( +/obj/structure/filingcabinet/seeds{ + density = 0; + pixel_x = -8; + pixel_y = 16 }, -/obj/structure/prop/invuln/ice_prefab/roof_greeble{ - dir = 1 +/obj/structure/filingcabinet/seeds{ + density = 0; + pixel_x = 7; + pixel_y = 16 }, -/turf/open/auto_turf/shale/layer1, -/area/lv522/outdoors/colony_streets/north_street) -"bQe" = ( +/obj/structure/pipes/vents/pump, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges/corpo_fitness) -"bQw" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) +"bPs" = ( +/obj/structure/machinery/floodlight, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) +"bPA" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/fence{ + layer = 2.9 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/floor3/east, +/area/lv522/outdoors/colony_streets/central_streets) +"bPE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, /turf/open/floor/prison/darkbrownfull2, /area/lv522/indoors/c_block/casino) -"bQF" = ( +"bPH" = ( +/obj/structure/prop/invuln/ice_prefab/trim{ + dir = 6 + }, +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + dir = 1 + }, +/turf/open/auto_turf/shale/layer1, +/area/lv522/outdoors/colony_streets/north_street) +"bQc" = ( +/obj/structure/barricade/deployable{ + dir = 8 + }, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/prison/floor_plate, -/area/lv522/oob) +/area/lv522/indoors/a_block/admin) +"bQv" = ( +/obj/structure/surface/rack, +/obj/structure/machinery/light, +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) +"bQw" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/sewer) +"bQx" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/gm/river, +/area/lv522/atmos/sewer) "bQG" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) -"bQU" = ( +"bQX" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo) -"bRc" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" + dir = 6 }, -/turf/open/gm/river, -/area/lv522/atmos/sewer) -"bRy" = ( +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/south) +"bRm" = ( +/obj/structure/platform, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_east_street) +"bRn" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/surface/table/almayer, -/obj/structure/prop/server_equipment/laptop/on, -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) -"bRH" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/flashlight/lamp, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"bRI" = ( -/obj/structure/window/reinforced{ - dir = 8 +/obj/item/toy/beach_ball, +/obj/item/reagent_container/food/drinks/bottle/sake{ + pixel_x = 9; + pixel_y = 17 }, -/obj/structure/prop/almayer/computers/sensor_computer1, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/north_command_centre) +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"bRs" = ( +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/north_east_street) +"bRt" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "28" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"bRK" = ( +/turf/open/floor/plating/platingdmg3/west, +/area/lv522/indoors/a_block/bridges/op_centre) "bRP" = ( /obj/structure/bed/chair/comfy{ dir = 1 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/security) -"bRZ" = ( -/turf/open/floor/prison/cell_stripe/north, -/area/lv522/atmos/east_reactor/south) "bSa" = ( /obj/effect/decal/cleanable/blood, /obj/item/weapon/gun/revolver/spearhead, @@ -3773,80 +3931,22 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/op_centre) -"bSc" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/obj/structure/reagent_dispensers/fueltank{ - layer = 2.9 - }, -/obj/structure/barricade/metal{ - dir = 4 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/outdoors/colony_streets/north_street) -"bSB" = ( -/obj/structure/surface/rack, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ - dir = 8 - }, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"bSK" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/cargo_intake) -"bSO" = ( -/obj/structure/surface/table/almayer, -/obj/item/clothing/suit/chef/classic, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) -"bST" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/cameras/wooden_tv/broadcast{ - pixel_x = 16; - pixel_y = 7 - }, -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 +"bSP" = ( +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + layer = 3; + name = "????"; + stat = 2 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_east_street) "bSU" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/asphalt/cement, /area/lv522/outdoors/n_rockies) -"bSY" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/south) -"bSZ" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/east_reactor/south) -"bTf" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor) -"bTg" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "Showeroom" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) "bTo" = ( /obj/structure/stairs/perspective{ dir = 9; @@ -3854,15 +3954,6 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_1) -"bTP" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_street) "bTT" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -3872,33 +3963,52 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) -"bUj" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +"bTU" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/filt) +"bUf" = ( +/obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) -"bUs" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor) -"bUt" = ( -/obj/structure/window/framed/strata/reinforced, -/obj/structure/machinery/door/poddoor/almayer/closed{ - id = "East_Lock"; - name = "Emergency Lockdown" +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_street) +"bUv" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"bUy" = ( +/obj/structure/closet/secure_closet/marshal, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"bUz" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/browncorner/north, +/area/lv522/atmos/east_reactor/south) +"bUA" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper B-Block - Hydroponics Airlock" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "LV_522_Hydro-Lockdown"; + name = "\improper Storm Shutters" }, /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/hallway) -"bUy" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/west) +/area/lv522/indoors/b_block/hydro) "bUN" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/wall/mineral/bone_resin, /area/lv522/oob) +"bUR" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor) "bUV" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -3907,29 +4017,19 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"bVb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"bVf" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8 }, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/b_block/bar) -"bVd" = ( -/obj/structure/machinery/landinglight/ds1/delaytwo{ - dir = 1 +/obj/structure/machinery/light/small{ + dir = 4 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1) +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges) "bVh" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/hydro) -"bVl" = ( -/obj/structure/machinery/computer/crew/colony, -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/west) "bVu" = ( /obj/structure/prop/server_equipment/yutani_server{ density = 0; @@ -3938,60 +4038,57 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"bVD" = ( -/obj/structure/reagent_dispensers/fueltank/gas, -/obj/item/tool/weldpack{ - layer = 3.1; - pixel_x = -5; - pixel_y = 13 +"bVC" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/bridge) "bVG" = ( /obj/structure/bed/bedroll{ dir = 10 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/oob) -"bVZ" = ( -/obj/structure/machinery/space_heater/radiator/red{ - dir = 8 +"bVK" = ( +/obj/structure/surface/rack, +/obj/item/card/id/silver/clearance_badge/cl{ + desc = "Wow sorry, didn't mean to drop that in front of you, it's real, btw."; + name = "certified powerloader operator card"; + pixel_x = 5; + registered_name = "John Forklift" }, /turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) +/area/lv522/landing_zone_1/ceiling) "bWd" = ( /obj/structure/flora/jungle/planttop1, /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/floor/grass, /area/lv522/indoors/a_block/garden) -"bWe" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/box/matches{ - pixel_y = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) -"bWk" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, +"bWo" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison/darkredfull2, /area/lv522/indoors/a_block/security) "bWt" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/auto_turf/shale/layer2, /area/lv522/outdoors/w_rockies) -"bWu" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/browncorner/north, -/area/lv522/atmos/east_reactor/south) "bWv" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/mining) +"bWy" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + pixel_x = 10; + pixel_y = 13 + }, +/turf/open/floor/corsat/plate, +/area/lv522/indoors/c_block/mining) "bWA" = ( /obj/structure/prop/ice_colony/flamingo{ dir = 4; @@ -4003,29 +4100,51 @@ }, /turf/open/organic/grass, /area/lv522/indoors/a_block/garden) -"bWR" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"bWB" = ( +/obj/structure/machinery/door_control{ + id = "Marked_6"; + name = "Cargo Shutter Control"; + pixel_y = 10 }, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/east_reactor) -"bWS" = ( /obj/structure/surface/table/almayer, -/obj/structure/machinery/recharger{ - pixel_y = 2 +/obj/item/prop{ + desc = "The first page reads. 'Classified Weyland Bio-Weapons Division level eight clearance required.' The rest talks about some sort of XX-121 combat stim?"; + icon = 'icons/obj/items/paper.dmi'; + icon_state = "folder_black"; + name = "Weyland classified intelligence folder"; + pixel_y = -2 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security/glass) -"bXz" = ( -/obj/structure/platform, -/obj/structure/platform{ - dir = 8 +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/oob/w_y_vault) +"bWE" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/bed/roller, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo/glass) +"bXb" = ( +/obj/structure/closet/secure_closet/miner, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"bXe" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 }, -/obj/structure/platform_decoration{ - dir = 10 +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 2 }, -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/landing_zone_1) +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"bXN" = ( +/obj/structure/closet, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_2) "bXO" = ( /obj/structure/bed/stool, /obj/effect/decal/cleanable/dirt, @@ -4037,10 +4156,17 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) -"bXY" = ( -/obj/structure/machinery/door/airlock/almayer/maint, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/mining) +"bXV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/almayer/computers/sensor_computer3{ + density = 0; + pixel_y = 16 + }, +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "bXZ" = ( /obj/structure/platform{ dir = 1 @@ -4048,21 +4174,53 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"bYi" = ( -/obj/structure/bed/roller, -/obj/item/prop/alien/hugger, +"bYm" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical/glass) +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/c_block/mining) +"bYn" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "97" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "bYy" = ( /obj/item/paper, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"bYH" = ( -/obj/effect/spider/spiderling/nogrow, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo/glass) +"bYI" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown{ + layer = 3.1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) +"bYK" = ( +/turf/open/floor/prison/blue/southwest, +/area/lv522/indoors/a_block/admin) +"bYP" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) +"bYR" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) "bYS" = ( /obj/structure/prop/invuln/ice_prefab/trim{ dir = 4; @@ -4078,22 +4236,10 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) -"bYU" = ( -/obj/structure/machinery/door/airlock/almayer/maint{ - dir = 1 - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/sewer) "bYV" = ( /obj/structure/platform, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/south_street) -"bYY" = ( -/obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo/glass) "bYZ" = ( /obj/structure/bookcase{ density = 0; @@ -4107,57 +4253,90 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/lone_buildings/storage_blocks) -"bZf" = ( -/obj/structure/surface/table/almayer, -/obj/item/prop/alien/hugger, -/obj/structure/machinery/light, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"bZy" = ( -/obj/structure/coatrack{ - pixel_x = 11; - pixel_y = 3 - }, -/obj/item/clothing/suit/storage/snow_suit/survivor/parka/green{ - pixel_x = 9; - pixel_y = 9 +"bZm" = ( +/obj/structure/platform_decoration{ + dir = 8 }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2/ceiling) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"bZn" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/recharger, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical) +"bZx" = ( +/turf/open/floor/corsat/brown/southwest, +/area/lv522/atmos/east_reactor/south) "bZA" = ( -/obj/structure/machinery/light/double{ - dir = 4; - pixel_y = -5 +/obj/structure/bed{ + layer = 2.7; + pixel_y = 12 }, -/obj/structure/bed/chair/dropship/passenger{ - dir = 8 +/obj/structure/bed{ + layer = 2.6; + pixel_y = 25 }, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Tornado) +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "bZB" = ( /obj/structure/girder/displaced, /turf/open/floor/corsat, /area/lv522/atmos/outdoor) -"bZE" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/flashlight/lamp, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 +"bZI" = ( +/obj/structure/platform_decoration{ + dir = 1 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/gm/river, +/area/lv522/atmos/sewer) +"bZJ" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/darkpurple2, +/area/lv522/indoors/a_block/dorms) "bZK" = ( /turf/closed/wall/shiva/prefabricated/reinforced, /area/lv522/indoors/lone_buildings/outdoor_bot) -"bZS" = ( -/obj/structure/cargo_container/kelland/right, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_1) -"bZY" = ( -/obj/vehicle/train/cargo/trolley, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/lone_buildings/storage_blocks) +"bZO" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/east_reactor) +"bZQ" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "LZ1_Lockdown_Lo"; + name = "Emergency Lockdown" + }, +/turf/open/floor/corsat/marked, +/area/lv522/landing_zone_1/ceiling) +"bZW" = ( +/obj/structure/surface/table/almayer, +/obj/structure/foamed_metal, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) +"cau" = ( +/obj/structure/machinery/light, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo/glass) +"cav" = ( +/obj/item/weapon/gun/rifle/mar40/carbine, +/turf/open/floor/plating/platebot, +/area/lv522/indoors/c_block/cargo) +"caB" = ( +/turf/open/asphalt/cement/cement15, +/area/lv522/outdoors/colony_streets/east_central_street) "caE" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -4165,74 +4344,97 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood/ship, /area/lv522/atmos/way_in_command_centre) -"caL" = ( -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/central_streets) -"caM" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/brown/west, +"caF" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/camera/autoname, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) +"caO" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/turf/open/floor/corsat/brown/north, /area/lv522/atmos/cargo_intake) -"caT" = ( +"caU" = ( /obj/structure/surface/table/almayer, -/obj/structure/machinery/recharger, -/obj/item/device/flash, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = -9; + pixel_y = 7 + }, +/obj/item/device/flashlight/lamp{ + pixel_x = 7 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"cba" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/donut_box/empty{ + pixel_x = 1; + pixel_y = 8 }, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkredfull2, /area/lv522/indoors/a_block/security/glass) -"cbc" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"cbu" = ( +"cbj" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 + dir = 5 }, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/north_command_centre) -"cbP" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/bridge) +/turf/open/asphalt/cement/cement9, +/area/lv522/outdoors/colony_streets/central_streets) +"cbs" = ( +/obj/structure/surface/table/almayer{ + dir = 4; + flipped = 1 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"cbv" = ( +/obj/structure/cargo_container/horizontal/blue/middle{ + layer = 3.1 + }, +/turf/open/auto_turf/shale/layer1, +/area/lv522/outdoors/w_rockies) "cbW" = ( /obj/structure/machinery/light, /turf/open/floor/wood, /area/lv522/indoors/c_block/casino) -"cco" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"cci" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Community Office" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) +"ccp" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"ccr" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +/turf/open/floor/prison/blue/north, +/area/lv522/indoors/a_block/admin) "cct" = ( /obj/structure/bed/chair/wood/normal, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"ccv" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/structure/machinery/colony_floodlight, -/obj/structure/platform{ - dir = 8 - }, -/obj/structure/platform_decoration{ - dir = 5 - }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/south_street) -"ccD" = ( -/turf/open/floor/corsat/brown/northeast, +"ccw" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/squares, /area/lv522/atmos/command_centre) +"ccy" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/admin) "ccN" = ( /obj/item/reagent_container/glass/bucket, /obj/effect/decal/cleanable/blood/oil, @@ -4248,58 +4450,62 @@ }, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) -"ccV" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/obj/structure/barricade/metal{ - dir = 1 - }, -/obj/structure/barricade/metal{ - dir = 4 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/outdoors/colony_streets/north_street) -"cdf" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"ccQ" = ( +/obj/item/reagent_container/glass/bucket/janibucket{ + pixel_x = 7; + pixel_y = -12 }, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/south_street) +"cdb" = ( +/obj/structure/window/framed/strata/reinforced, /turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor) +/area/lv522/indoors/a_block/fitness) "cdj" = ( /obj/structure/largecrate/random, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) -"cdr" = ( -/obj/structure/pipes/unary/freezer{ - dir = 1; - icon_state = "freezer_1" +"cdm" = ( +/obj/structure/closet/crate/freezer{ + layer = 3 }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical/glass) -"cdx" = ( -/obj/structure/powerloader_wreckage, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/east_reactor) -"cdV" = ( +/obj/item/reagent_container/food/snacks/grown/orange, +/obj/item/reagent_container/food/snacks/grown/orange, +/obj/item/reagent_container/food/snacks/grown/orange, +/obj/item/reagent_container/food/snacks/grown/orange, +/obj/item/reagent_container/food/snacks/grown/orange, +/obj/item/reagent_container/food/snacks/grown/orange, +/obj/item/reagent_container/food/snacks/grown/orange, +/obj/item/reagent_container/food/snacks/grown/orange, +/obj/item/reagent_container/food/snacks/grown/orange, +/obj/item/reagent_container/food/snacks/grown/orange, +/obj/item/reagent_container/food/snacks/grown/orange, +/obj/item/reagent_container/food/snacks/grown/orange, +/obj/item/reagent_container/food/snacks/grown/orange, +/obj/item/reagent_container/food/snacks/grown/orange, +/obj/item/reagent_container/food/snacks/grown/orange, +/obj/item/reagent_container/food/snacks/grown/orange, +/obj/item/reagent_container/food/snacks/grown/orange, +/obj/item/reagent_container/food/snacks/grown/orange, +/obj/item/reagent_container/food/snacks/grown/orange, +/obj/item/reagent_container/food/snacks/grown/orange, +/obj/item/reagent_container/food/snacks/grown/orange, +/obj/item/reagent_container/food/snacks/grown/orange, +/obj/item/reagent_container/food/snacks/grown/orange, +/turf/open/floor/plating, +/area/lv522/indoors/c_block/cargo) +"cdN" = ( +/obj/structure/largecrate, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) +"cdT" = ( /obj/effect/decal/cleanable/blood/drip, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"cef" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) +/area/lv522/indoors/a_block/corpo) "cem" = ( /obj/structure/bed/chair/comfy{ dir = 4 @@ -4310,51 +4516,93 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/b_block/bar) -"cen" = ( -/obj/effect/decal{ - icon = 'icons/mob/xenos/effects.dmi'; - icon_state = "acid_weak"; - layer = 2; - name = "weak acid"; - pixel_x = -2; - pixel_y = 16 - }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/south_street) -"ceq" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/brown/northwest, -/area/lv522/atmos/east_reactor/south) "cex" = ( /turf/open/auto_turf/shale/layer2, /area/lv522/landing_zone_2) -"ceB" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/obj/effect/landmark/corpsespawner/colonist/burst, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/corsat, -/area/lv522/atmos/east_reactor/south) +"ceE" = ( +/obj/item/prop/colony/used_flare, +/obj/structure/barricade/deployable{ + dir = 1 + }, +/turf/open/floor/prison/blue/northeast, +/area/lv522/indoors/a_block/admin) "ceG" = ( /obj/structure/closet/crate/trashcart, /obj/item/trash/chips, /obj/item/trash/buritto, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/east_central_street) -"ceM" = ( -/obj/structure/cargo_container/kelland/left, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"ceU" = ( +"ceK" = ( +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "flagpole"; + layer = 4.11; + pixel_x = 4; + pixel_y = 3 + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/colony_streets/north_east_street) +"ceV" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/glasses/meson, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/engineering) +"ceW" = ( +/obj/structure/closet/bodybag, +/turf/open/floor/prison/blue, +/area/lv522/indoors/a_block/hallway) +"cfj" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/north_command_centre) +"cfF" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/obj/item/bedsheet/brown{ + pixel_y = 13 + }, +/obj/item/bedsheet/brown{ + layer = 3.1 + }, /obj/item/prop/alien/hugger, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/landing_zone_2/ceiling) -"cfo" = ( +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"cfJ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/central_streets) +"cfN" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + dir = 1 + }, /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/west_reactor) +/turf/open/floor/corsat/marked, +/area/lv522/atmos/sewer) "cfT" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" @@ -4364,94 +4612,69 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_street) +"cfV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/cargo_intake) +"cgi" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2 + }, +/turf/open/floor/corsat/marked, +/area/lv522/landing_zone_2/ceiling) +"cgk" = ( +/turf/open/floor/corsat/marked, +/area/lv522/landing_zone_2/ceiling) "cgn" = ( /obj/structure/platform_decoration{ dir = 8 }, /turf/open/gm/river, /area/lv522/atmos/sewer) -"cgt" = ( -/obj/structure/curtain/red, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"cgO" = ( +/obj/structure/barricade/handrail{ + dir = 8 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"cgx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/firecloset/full, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"cgK" = ( -/obj/structure/closet/secure_closet/freezer/fridge/full, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) -"chd" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 +/obj/item/stack/sheet/metal, +/turf/open/floor/prison/cell_stripe/west, +/area/lv522/indoors/lone_buildings/storage_blocks) +"cgT" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper B-Block - Hydroponics Airlock"; + welded = 1 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/dorms/glass) +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "LV_522_Hydro-Lockdown"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/b_block/hydro) "che" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/reagent_container/food/condiment/saltshaker, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/lone_buildings/chunk) +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) "chm" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/corsat, /area/lv522/atmos/west_reactor) -"chz" = ( -/obj/structure/closet/coffin/woodencrate, -/obj/item/clothing/mask/cigarette/weed, -/obj/item/clothing/mask/cigarette/weed, -/obj/item/clothing/mask/cigarette/weed, -/obj/item/clothing/mask/cigarette/weed, -/obj/item/clothing/mask/cigarette/weed, -/obj/item/clothing/mask/cigarette/weed, -/obj/item/clothing/mask/cigarette/weed, -/obj/item/reagent_container/food/snacks/grown/wheat{ - name = "straw" - }, -/obj/item/reagent_container/food/snacks/grown/wheat{ - name = "straw" - }, -/obj/item/reagent_container/food/snacks/grown/wheat{ - name = "straw" - }, -/obj/item/reagent_container/food/snacks/grown/wheat{ - name = "straw" - }, -/obj/item/reagent_container/food/snacks/grown/wheat{ - name = "straw"; - pixel_x = 7 - }, -/obj/item/reagent_container/food/snacks/grown/wheat{ - name = "straw"; - pixel_x = 6 - }, -/obj/item/reagent_container/food/snacks/grown/wheat{ - name = "straw"; - pixel_x = 2 +"chL" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, -/obj/item/reagent_container/food/snacks/grown/wheat{ - name = "straw"; - pixel_x = 3 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 1 }, -/obj/item/reagent_container/food/snacks/grown/wheat{ - name = "straw"; +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_east_street) +"chP" = ( +/obj/structure/surface/table/almayer, +/obj/item/prop/almayer/flight_recorder{ pixel_x = 9 }, -/obj/item/reagent_container/food/snacks/grown/wheat{ - name = "straw"; - pixel_x = -6 - }, -/obj/item/clothing/suit/storage/bomber/alt, -/obj/item/clothing/suit/storage/bomber/alt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/east_reactor/north) "chR" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 @@ -4460,19 +4683,33 @@ /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) "chX" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/phone_base/colony_net{ + phone_category = "LV522 Chances Claim"; + phone_color = "red"; + phone_id = "Colony Northern Dorms"; + pixel_y = 26 }, -/turf/open/floor/prison/darkpurple2/west, -/area/lv522/indoors/a_block/dorms) -"cir" = ( -/obj/structure/girder, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/admin) -"cit" = ( -/obj/structure/machinery/vending/snack, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) +"cid" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/kitchen/knife, +/obj/item/tool/kitchen/utensil/fork{ + pixel_x = 7 + }, +/obj/item/tool/kitchen/utensil/spoon{ + pixel_x = -8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) +"cio" = ( +/obj/structure/barricade/deployable{ + dir = 1 + }, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/atmos/way_in_command_centre) "ciw" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -4480,40 +4717,57 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/n_rockies) +"ciC" = ( +/obj/item/prop/colony/proptag{ + desc = "A fallen marine's information dog tag. It reads, Sergeant James 'Four eyes' Brown" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/colony_streets/north_west_street) +"ciE" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) "ciS" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 }, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) -"ciT" = ( -/obj/structure/barricade/wooden{ - dir = 1 - }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/central_streets) +"ciX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/vending/coffee, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "cjb" = ( /obj/vehicle/train/cargo/engine{ dir = 8 }, /turf/open/auto_turf/shale/layer1, /area/lv522/landing_zone_2) -"cje" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/surface/rack, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/outdoor_bot) -"cjr" = ( -/obj/structure/machinery/light{ - dir = 8 +"cjc" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1 }, -/obj/structure/platform{ - dir = 8 +/obj/structure/machinery/light, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/c_block/mining) +"cjh" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor/east) +"cjt" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) +/turf/open/floor/prison/cell_stripe/west, +/area/lv522/atmos/way_in_command_centre) "cjv" = ( /obj/structure/bed/chair/comfy{ dir = 4 @@ -4527,100 +4781,70 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) -"cjI" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"cjJ" = ( -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/north) -"cjK" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/dorms/glass) -"ckc" = ( -/obj/structure/machinery/vending/snack, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) "cks" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) -"ckA" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/belt/utility/full, -/obj/structure/machinery/camera/autoname{ - dir = 8 - }, -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"ckB" = ( -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/west_reactor) -"clc" = ( +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/indoors/lone_buildings/storage_blocks) +"ckz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/barricade/deployable, +/turf/open/floor/prison/darkredfull2, +/area/lv522/outdoors/colony_streets/north_street) +"ckE" = ( /obj/structure/surface/table/almayer, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/obj/item/device/flashlight/lamp, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"ckL" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/corsat/browncorner, +/area/lv522/atmos/east_reactor) "clf" = ( /obj/effect/landmark/xeno_spawn, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) +"clg" = ( +/turf/open/asphalt/cement/cement2, +/area/lv522/outdoors/colony_streets/south_west_street) +"clp" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor) +"cly" = ( +/obj/item/storage/firstaid/adv/empty, +/turf/open/floor/prison/blue/north, +/area/lv522/indoors/a_block/hallway) "clB" = ( -/obj/item/clothing/accessory/red, -/obj/item/clothing/under/liaison_suit/field{ - pixel_x = -4; - pixel_y = 9 +/turf/open/floor/corsat/brown/southwest, +/area/lv522/atmos/west_reactor) +"clQ" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib3" }, -/turf/open/floor/carpet, -/area/lv522/indoors/a_block/executive) -"clG" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Bedroom" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/mining) -"clH" = ( -/obj/structure/stairs/perspective{ - dir = 9; - icon_state = "p_stair_full" - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"clL" = ( -/obj/structure/machinery/photocopier, -/turf/open/floor/plating/platebot, -/area/lv522/indoors/c_block/cargo) -"clM" = ( -/obj/structure/blocker/forcefield/vehicles, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/filt) +/turf/open/floor/prison/cell_stripe, +/area/lv522/atmos/way_in_command_centre) "clY" = ( /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) -"cmk" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/indoors/a_block/fitness/glass) -"cmm" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/prison/darkpurple2/north, -/area/lv522/indoors/a_block/dorms) -"cmA" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/light{ - dir = 1 +"cmo" = ( +/obj/structure/window_frame/strata/reinforced, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/lone_buildings/engineering) +"cmv" = ( +/obj/structure/bed/chair{ + dir = 8 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +/obj/item/prop/alien/hugger, +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) "cmB" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 @@ -4640,91 +4864,83 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) -"cmS" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ +"cmI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/squares, +/area/lv522/indoors/c_block/mining) +"cnk" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/prop/almayer/computer/PC{ dir = 1; - name = "\improper Dormitories" + pixel_x = -1; + pixel_y = 3 }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorm_north) +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"cno" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/b_block/bar) "cnC" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/atmos/cargo_intake) +"cnI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/west) -"cnH" = ( -/turf/open/asphalt/cement/cement14, -/area/lv522/outdoors/colony_streets/north_street) +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "cnJ" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/auto_turf/shale/layer1, -/area/lv522/outdoors/w_rockies) -"cnQ" = ( -/obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/shower{ - pixel_y = 16 +/obj/structure/machinery/suit_storage_unit{ + pixel_x = -9 }, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/dorms) -"cnS" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 +/obj/structure/machinery/suit_storage_unit{ + pixel_x = 16 }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/north_command_centre) -"cnZ" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"cop" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "51" +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"cnP" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "95" }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"cos" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 +/area/lv522/landing_zone_forecon/UD6_Tornado) +"cnR" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/trash/plate{ + pixel_x = -2; + pixel_y = 12 }, -/turf/open/floor/prison/floor_marked/southwest, +/obj/item/trash/plate{ + pixel_x = 6 + }, +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) +"cnX" = ( +/obj/structure/platform_decoration, +/turf/open/asphalt/cement/cement2, /area/lv522/landing_zone_1) -"cov" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +"coj" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "Sec-Kitchen-Lockdown"; + name = "\improper Storm Shutters" }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/south_east_street) -"coI" = ( -/obj/structure/machinery/deployable/barrier, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/atmos/way_in_command_centre) -"coK" = ( -/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/security) +"coD" = ( +/obj/structure/prop/server_equipment{ + icon_state = "rackframe_broken" + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/indoors/lone_buildings/outdoor_bot) +"cpi" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"coL" = ( -/obj/structure/platform_decoration{ - dir = 4 +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/south_west_street) -"cpb" = ( -/turf/open/asphalt/cement/cement12, -/area/lv522/landing_zone_2) -"cpq" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/browncorner/north, -/area/lv522/atmos/cargo_intake) -"cpw" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/reactor_garage) "cpx" = ( /obj/structure/platform_decoration{ dir = 4 @@ -4756,6 +4972,11 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/kitchen) +"cpT" = ( +/obj/structure/foamed_metal, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/dorms/glass) "cpX" = ( /obj/item/toy/beach_ball/holoball, /obj/item/shard{ @@ -4765,6 +4986,13 @@ }, /turf/open/floor/prison, /area/lv522/indoors/b_block/bridge) +"cqa" = ( +/obj/structure/bed/sofa/south/grey/left{ + pixel_y = 16 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "cqb" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -4772,19 +5000,31 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) +"cqc" = ( +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/bridges/corpo_fitness) "cqe" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 1 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/w_rockies) -"cqm" = ( -/obj/effect/decal/cleanable/blood/oil, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"cql" = ( +/obj/structure/bed/chair{ + dir = 1 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/cargo) +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/east_reactor) +"cqo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + layer = 2.5; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/oob/w_y_vault) "cqs" = ( /obj/structure/machinery/light{ dir = 1 @@ -4795,43 +5035,38 @@ }, /turf/open/auto_turf/shale/layer2, /area/lv522/outdoors/colony_streets/central_streets) -"cqy" = ( +"cqx" = ( /obj/structure/stairs/perspective{ - dir = 8; + dir = 4; icon_state = "p_stair_full" }, /obj/structure/platform, /turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/south_west_street) -"cqC" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/b_block/bridge) -"cqG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 8 +/area/lv522/outdoors/colony_streets/south_street) +"cqW" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "86" }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"cqJ" = ( -/obj/structure/pipes/standard/simple/hidden/green, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"cro" = ( /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/corpo/glass) -"crf" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/west_reactor) +/area/lv522/indoors/a_block/security) +"crw" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/reagentgrinder{ + pixel_x = -3; + pixel_y = 12 + }, +/obj/item/tool/wrench{ + pixel_y = -6 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) "crM" = ( /obj/structure/surface/rack, /obj/effect/spawner/random/powercell, /turf/open/floor/prison, /area/lv522/landing_zone_2) -"crO" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/south) "crP" = ( /obj/structure/surface/table/almayer, /obj/item/trash/plate, @@ -4840,12 +5075,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"crS" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/strata/cyan2/east, -/area/lv522/indoors/a_block/medical/glass) "crT" = ( /obj/structure/prop/invuln/minecart_tracks{ dir = 6 @@ -4853,143 +5082,119 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"csc" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +"crU" = ( +/obj/structure/machinery/blackbox_recorder, +/obj/effect/decal/cleanable/cobweb, +/obj/item/prop/almayer/flight_recorder/colony{ + pixel_x = -6; + pixel_y = 10 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "cse" = ( -/obj/structure/pipes/standard/manifold/fourway/hidden/green, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"csh" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) +"csp" = ( +/obj/structure/bed/roller, +/obj/item/prop/alien/hugger, /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/drinks/coffee{ - pixel_x = 15; - pixel_y = -8 - }, -/obj/item/reagent_container/food/drinks/coffee{ - pixel_x = 10; - pixel_y = -13 - }, -/obj/item/trash/ceramic_plate, -/obj/item/reagent_container/food/snacks/microwavable/packaged_burger{ - pixel_y = 6 +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical/glass) +"csI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1; + pixel_y = -1 }, -/turf/open/floor/plating/plating_catwalk/prison, -/area/lv522/indoors/c_block/t_comm) -"csP" = ( -/obj/structure/surface/rack, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/atmos/cargo_intake) +/turf/open/floor/whiteyellowfull/east, +/area/lv522/oob/w_y_vault) "csU" = ( /obj/effect/decal/warning_stripes{ icon_state = "SW-out" }, /turf/closed/wall/strata_ice/dirty, /area/lv522/oob) -"ctf" = ( -/obj/structure/cargo_container/watatsumi/leftmid, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) -"cto" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/dropshipside/ds2{ - dir = 1; - id = "sh_dropship2"; - name = "\improper Typhoon crew hatch" - }, -/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"cts" = ( -/obj/structure/platform{ - dir = 4 +"cti" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/command_centre) +"ctk" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = 3 }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/north_east_street) -"ctA" = ( -/obj/structure/surface/rack, -/obj/item/tool/pickaxe, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/reactor_garage) +"ctn" = ( /turf/open/floor/prison/floor_marked/southwest, -/area/lv522/atmos/cargo_intake) -"ctB" = ( -/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ - dir = 1; - icon_state = "flammable_pipe_3"; - pixel_y = 16 - }, -/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ - dir = 8; - icon_state = "flammable_pipe_3" +/area/lv522/indoors/lone_buildings/engineering) +"ctr" = ( +/obj/structure/target{ + name = "punching bag" }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) "ctE" = ( /obj/structure/foamed_metal, /turf/open/floor/plating, /area/lv522/oob) -"ctJ" = ( -/obj/effect/decal/cleanable/blood/xeno, -/obj/structure/platform{ - dir = 8 +"ctM" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 1; + pixel_y = 6 }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_east_street) -"ctS" = ( -/obj/structure/closet/secure_closet/marshal, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"ctT" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/effect/decal/hefa_cult_decals/d96{ + desc = "You think you can make out the iconography of a Xenomorph?" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/indoors/a_block/fitness) -"ctZ" = ( -/turf/open/floor/corsat/browncorner/west, -/area/lv522/atmos/north_command_centre) +/turf/open/floor/corsat/brown/southwest, +/area/lv522/oob) "cua" = ( -/obj/structure/platform_decoration, -/turf/open/floor/prison/blue_plate/north, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper A-Block - Colony Operations Centre Airlock" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "LV522CIC_1"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, /area/lv522/indoors/a_block/admin) -"cui" = ( -/obj/item/stack/sheet/metal, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_east_street) -"cur" = ( -/obj/structure/platform_decoration, -/obj/structure/stairs/perspective{ - dir = 10; - icon_state = "p_stair_full" +"cup" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/south) +"cuK" = ( +/obj/item/hardpoint/locomotion/van_wheels{ + desc = "Integral to getting shreaded"; + name = "Lifting weights" }, -/turf/open/asphalt/cement/cement3, -/area/lv522/landing_zone_1) -"cux" = ( -/obj/structure/fence, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"cuQ" = ( +/obj/structure/largecrate/random, /obj/effect/decal/warning_stripes{ - icon_state = "W" + icon_state = "N"; + pixel_y = 1 }, /obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 + icon_state = "W" }, /turf/open/floor/prison/floor_plate, /area/lv522/outdoors/colony_streets/north_west_street) -"cuQ" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/east_reactor) -"cvd" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/east_central_street) +"cuX" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness/glass) +"cvc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/fitness) "cve" = ( /obj/structure/bed/chair/comfy{ dir = 1 @@ -4999,46 +5204,41 @@ "cvi" = ( /turf/open/floor/plating, /area/lv522/indoors/a_block/security) -"cvC" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "2" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"cvE" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/reactor_garage) -"cvN" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/browncorner, -/area/lv522/atmos/west_reactor) -"cvO" = ( -/obj/structure/cargo_container/wy/right, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_2) -"cwf" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/squares, +"cvM" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/corpsespawner/colonist/burst, +/turf/open/floor/corsat/brown, /area/lv522/atmos/east_reactor/south) -"cwB" = ( +"cvT" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 6; + pixel_y = 11 + }, +/obj/item/clothing/head/hardhat/white, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) +"cwt" = ( +/obj/structure/window/framed/strata/reinforced, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/fitness) +"cwy" = ( /obj/effect/decal/cleanable/blood/xeno, -/obj/effect/decal/cleanable/liquid_fuel, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/damage) -"cwD" = ( -/obj/item/prop/alien/hugger, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/atmos/cargo_intake) +/obj/structure/platform{ + dir = 8 + }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_east_street) "cwE" = ( /obj/structure/largecrate/random/secure, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) +"cwG" = ( +/obj/effect/spawner/gibspawner/human, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) "cwL" = ( /turf/closed/wall/shiva/prefabricated, /area/lv522/landing_zone_2) @@ -5052,6 +5252,14 @@ /obj/effect/decal/cleanable/blood/oil/streak, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) +"cxa" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_2/ceiling) +"cxi" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) "cxo" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 @@ -5062,39 +5270,46 @@ /obj/item/stack/cable_coil, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) -"cxx" = ( -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/bridges/op_centre) -"cxH" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/blue/northwest, -/area/lv522/indoors/a_block/admin) -"cxW" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/overwatch/almayer/broken{ - dir = 8; - pixel_x = -12; - pixel_y = 1 +"cxD" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/item/storage/backpack/marine/satchel/rto/small{ - pixel_x = 7; - pixel_y = 19 +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo/glass) +"cxJ" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 }, -/obj/structure/machinery/door_control{ - id = "UD6 East"; - name = "Cargo Shutter Control"; - pixel_y = -4 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"cxL" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo/glass) +"cya" = ( +/turf/open/floor/corsat/brown/southwest, +/area/lv522/atmos/east_reactor/north) +"cyh" = ( +/obj/structure/platform{ + dir = 8 }, -/obj/item/clothing/head/headset{ - pixel_x = 4 +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"cxX" = ( -/obj/item/prop/colony/used_flare, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/south) +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/garden) +"cyF" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) "czd" = ( /obj/effect/decal/cleanable/vomit{ icon_state = "vomit_4" @@ -5102,44 +5317,30 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms/glass) -"czj" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "71" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"czl" = ( -/obj/structure/toilet{ - pixel_y = 16 - }, +"czA" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 8 - }, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/dorms) -"czs" = ( -/obj/effect/landmark/monkey_spawn, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/west_reactor) -"czt" = ( -/obj/structure/toilet{ - pixel_y = 16 - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -11 +/turf/open/floor/almayer/w_y2/north, +/area/lv522/oob/w_y_vault) +"czB" = ( +/obj/structure/fence, +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/obj/structure/machinery/light/small{ - dir = 4 +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/toilet) +/turf/open/floor/strata/floor3/east, +/area/lv522/landing_zone_2/ceiling) "czC" = ( /turf/closed/wall/strata_outpost, /area/lv522/atmos/east_reactor/east) +"czF" = ( +/obj/structure/machinery/shower{ + dir = 1 + }, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/fitness) "czG" = ( /obj/structure/sign/safety/radio_rad{ pixel_y = 26 @@ -5150,39 +5351,11 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_west_street) -"czH" = ( -/obj/structure/window_frame/strata, -/obj/structure/curtain/red, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/t_comm) "czO" = ( /obj/structure/blocker/invisible_wall, /obj/item/pamphlet/skill/powerloader, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"czP" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"czR" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/item/tool/pen/blue/clicky, -/obj/item/device/flashlight/lamp{ - pixel_x = -8; - pixel_y = 12 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/door_control/brbutton/alt{ - id = "LZ1_Lockdown_Lo"; - name = "remote door-control"; - pixel_x = -7 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) "czW" = ( /obj/structure/barricade/wooden{ dir = 1; @@ -5191,142 +5364,128 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) -"cAa" = ( -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/n_rockies) -"cAg" = ( -/obj/structure/coatrack{ - pixel_x = 10; - pixel_y = 2 - }, -/obj/item/clothing/suit/storage/snow_suit/survivor/parka/green{ - pixel_x = 9; - pixel_y = 7 +"czY" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, -/obj/item/clothing/shoes/jackboots{ - pixel_x = -6; - pixel_y = -6 +/obj/structure/platform{ + dir = 8 }, -/turf/open/floor/strata/white_cyan1, -/area/lv522/indoors/lone_buildings/chunk) +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/south_street) "cAh" = ( -/obj/effect/decal/cleanable/generic, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"cAi" = ( -/obj/structure/machinery/landinglight/ds1/delaythree, -/turf/open/floor/plating, -/area/lv522/landing_zone_1) -"cAs" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"cAu" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/filt) -"cAw" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 }, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/east_reactor/south) -"cAP" = ( -/obj/structure/cargo_container/kelland/right, -/turf/open/floor/plating/platebot, -/area/lv522/indoors/c_block/cargo) -"cAR" = ( -/obj/structure/prop/server_equipment/yutani_server, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security/glass) -"cBe" = ( -/obj/item/stack/sheet/wood, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2) -"cBf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/prop/colony/used_flare, -/turf/open/floor/prison/blue, -/area/lv522/indoors/a_block/hallway) -"cBu" = ( -/obj/structure/bed/chair/comfy{ +/area/lv522/indoors/c_block/garage) +"cAk" = ( +/obj/structure/pipes/vents/pump, +/obj/vehicle/powerloader, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) +"cAr" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/west_reactor) +"cAN" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"cBG" = ( -/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/marked, +/area/lv522/landing_zone_1/tunnel) +"cAP" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/filt) +"cAU" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) +"cAX" = ( +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/garage) +"cAY" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/north) +"cBl" = ( +/obj/structure/machinery/floodlight, /turf/open/floor/prison/floor_marked/southwest, -/area/lv522/atmos/outdoor) -"cBS" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/lone_buildings/storage_blocks) +"cBr" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "LV522CIC_1"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, /area/lv522/indoors/a_block/admin) -"cBZ" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"cCh" = ( +"cBS" = ( /obj/structure/pipes/vents/pump, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) -"cCm" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor/south) -"cCu" = ( -/obj/structure/prop/invuln/minecart_tracks, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"cCa" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/clothing/gloves/marine, +/obj/item/tool/weldingtool{ + pixel_x = -4 + }, +/obj/item/tool/weldpack{ + pixel_x = 14; + pixel_y = 17 + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/mining) +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) "cCH" = ( /obj/effect/decal/cleanable/generic, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"cCJ" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/tool/pen/blue/clicky, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) "cCN" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/generic, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"cCS" = ( -/obj/item/prop/alien/hugger, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurple2/southwest, -/area/lv522/indoors/a_block/dorms) -"cCY" = ( +"cDd" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan3/north, -/area/lv522/indoors/a_block/medical) -"cDf" = ( -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -8; - pixel_y = 20 +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Family Dormitories" }, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = 8; - pixel_y = 20 +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) +"cDe" = ( +/obj/structure/platform{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 9; + layer = 2.9 + }, +/obj/structure/flora/bush/ausbushes/var3/ywflowers{ + layer = 3 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"cDg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/structure/fence, +/turf/open/floor/strata/floor3/east, +/area/lv522/landing_zone_2/ceiling) "cDi" = ( /obj/structure/platform_decoration{ dir = 4 @@ -5337,31 +5496,52 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_2) -"cDr" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 +"cDv" = ( +/obj/structure/ore_box{ + pixel_x = -4 }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/south) -"cDB" = ( +/obj/structure/ore_box{ + layer = 3.2; + pixel_x = -11; + pixel_y = 23 + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_2) +"cDy" = ( /obj/structure/stairs/perspective{ - dir = 10; + dir = 1; icon_state = "p_stair_full" }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/north_east_street) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/bridge) "cDH" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms/glass) -"cDK" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/north) +"cDM" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/bridge) +"cDN" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"cDQ" = ( +/obj/item/fuel_cell{ + layer = 3.1; + pixel_x = 3; + pixel_y = 15 + }, +/obj/item/fuel_cell{ + layer = 3.1; + pixel_x = -10; + pixel_y = 18 + }, +/turf/open/floor/plating, +/area/lv522/indoors/c_block/cargo) "cEj" = ( /obj/structure/closet/crate, /obj/item/clothing/under/colonist, @@ -5377,16 +5557,46 @@ /obj/effect/decal/cleanable/cobweb, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"cEz" = ( -/obj/item/prop/colony/used_flare, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/outdoors/colony_streets/north_east_street) -"cEE" = ( -/obj/structure/machinery/light{ - dir = 4 +"cEr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/lone_buildings/storage_blocks) +"cEv" = ( +/obj/structure/cargo_container/horizontal/blue/middle, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_west_street) +"cEG" = ( +/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_21"; + layer = 3.1; + name = "synthethic potted plant"; + pixel_y = 14 + }, +/obj/structure/machinery/light, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"cEJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/item/weapon/gun/rifle/m41a{ + current_mag = null + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/outdoors/colony_streets/north_street) "cEN" = ( /obj/structure/bed/bedroll{ dir = 10 @@ -5397,64 +5607,29 @@ /obj/effect/landmark/survivor_spawner, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"cEU" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S"; - pixel_y = -1 - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/oob/w_y_vault) -"cEY" = ( -/turf/open/floor/plating/platebot, -/area/lv522/indoors/c_block/cargo) -"cFa" = ( -/obj/structure/closet/crate/trashcart, -/obj/item/trash/wy_chips_pepper, -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/east_central_street) -"cFf" = ( -/obj/structure/surface/rack, -/obj/item/tool/crowbar, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) -"cFt" = ( -/obj/effect/decal/cleanable/blood/gibs, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/glass) -"cFC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) -"cFO" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/cargo_intake) +"cEO" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) "cFR" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 }, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) -"cGn" = ( +"cGh" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue/northeast, +/obj/structure/machinery/space_heater/radiator/red, +/turf/open/floor/prison/blue_plate/north, /area/lv522/indoors/a_block/admin) -"cGB" = ( -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/west_reactor) -"cGO" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) +"cGy" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"cGV" = ( +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/b_block/bar) "cGY" = ( /obj/item/tool/wrench, /obj/structure/pipes/standard/simple/hidden/green{ @@ -5466,79 +5641,38 @@ /obj/structure/machinery/deployable/barrier, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) -"cHi" = ( -/obj/structure/machinery/light{ - pixel_x = 16 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/bridge) "cHj" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 }, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) -"cHl" = ( -/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ - dir = 1; - pixel_y = 6 +"cHX" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 7 }, -/turf/open/floor/corsat/brown/west, -/area/lv522/oob) -"cHr" = ( -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/oob) -"cHs" = ( -/turf/open/floor/prison/cell_stripe, -/area/lv522/atmos/way_in_command_centre) -"cHR" = ( +/obj/item/tool/pen/red/clicky, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/c_block/mining) +"cHZ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_west_street) +"cIf" = ( /obj/structure/machinery/light{ dir = 1 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"cHS" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/prison/blue/west, -/area/lv522/indoors/a_block/admin) -"cHW" = ( -/obj/structure/platform_decoration{ - dir = 4 - }, -/turf/open/auto_turf/shale/layer1, -/area/lv522/outdoors/w_rockies) -"cIf" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/b_block/bar) -"cIh" = ( -/obj/structure/platform{ - dir = 4 - }, -/turf/open/gm/river, -/area/lv522/landing_zone_1/tunnel) -"cIj" = ( -/obj/structure/barricade/handrail{ - dir = 8 - }, -/obj/structure/barricade/handrail{ - dir = 4 - }, -/obj/structure/closet/crate/ammo, -/obj/item/ammo_magazine/m56d, -/obj/item/ammo_magazine/m56d, -/obj/item/device/m56d_gun, -/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"cIn" = ( -/obj/structure/surface/rack, -/obj/item/hardpoint/locomotion/van_wheels, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, /turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) +/area/lv522/indoors/c_block/casino) +"cIi" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/hydro) "cIr" = ( /obj/structure/bed/chair{ dir = 4 @@ -5556,23 +5690,27 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/garage) -"cIB" = ( -/obj/structure/machinery/light{ - dir = 8 +"cIF" = ( +/turf/open/floor/strata/fake_wood, +/area/lv522/atmos/east_reactor/east) +"cIO" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"cIG" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) +/turf/open/floor/strata/cyan2/east, +/area/lv522/indoors/a_block/medical/glass) "cJm" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 1 }, /turf/open/auto_turf/shale/layer2, /area/lv522/outdoors/w_rockies) +"cJs" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/disposal, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "cJy" = ( /obj/effect/decal/cleanable/blood/xeno, /turf/open/auto_turf/sand_white/layer0, @@ -5584,21 +5722,6 @@ }, /turf/closed/wall/strata_ice/dirty, /area/lv522/oob) -"cJH" = ( -/turf/open/floor/prison/blue/east, -/area/lv522/indoors/a_block/admin) -"cKa" = ( -/turf/open/asphalt/cement/cement9, -/area/lv522/landing_zone_2) -"cKc" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/radio/off{ - pixel_x = -5; - pixel_y = 7 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) "cKp" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/plating, @@ -5612,6 +5735,14 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor/west) +"cKB" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/briefcase{ + pixel_y = 6 + }, +/obj/item/storage/briefcase, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) "cKC" = ( /obj/structure/girder/displaced, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, @@ -5630,15 +5761,12 @@ "cKG" = ( /turf/closed/wall/strata_ice/dirty, /area/lv522/outdoors/nw_rockies) -"cKM" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - layer = 2.5; - pixel_x = -1; - pixel_y = 1 +"cKI" = ( +/obj/structure/barricade/deployable{ + dir = 8 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/north_street) "cKQ" = ( /obj/effect/decal/cleanable/blood/oil/streak, /obj/structure/pipes/standard/simple/hidden/green{ @@ -5658,78 +5786,41 @@ }, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) -"cLa" = ( +"cLg" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/disposal, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) +"cLi" = ( +/obj/structure/barricade/deployable{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison, +/area/lv522/indoors/a_block/kitchen) +"cLp" = ( +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/security) -"cLd" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass{ - name = "\improper Marshal Office Interrogation"; - req_access = null +/area/lv522/atmos/filt) +"cLv" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) +"cLB" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" }, -/obj/structure/pipes/standard/simple/hidden/green{ +/obj/structure/platform{ dir = 4 }, -/obj/structure/pipes/standard/simple/hidden/green{ +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) +"cLN" = ( +/obj/structure/platform{ dir = 4 }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "Sec-Kitchen-Lockdown"; - name = "\improper Storm Shutters" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/security) -"cLh" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/b_block/bar) -"cLi" = ( -/obj/structure/barricade/deployable{ - dir = 8 - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison, -/area/lv522/indoors/a_block/kitchen) -"cLm" = ( -/obj/structure/largecrate/random, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"cLn" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/prison/cell_stripe/north, -/area/lv522/atmos/way_in_command_centre) -"cLu" = ( -/turf/open/floor/prison/blue/west, -/area/lv522/indoors/a_block/admin) -"cLB" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/obj/structure/platform{ - dir = 4 - }, -/turf/open/floor/plating, +/turf/open/gm/river, /area/lv522/landing_zone_1/tunnel) -"cLM" = ( -/obj/structure/machinery/chem_dispenser/soda{ - density = 0; - pixel_x = 1; - pixel_y = 14 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) -"cLU" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/east_reactor) "cMc" = ( /obj/item/clothing/head/hardhat, /obj/structure/pipes/standard/simple/hidden/green, @@ -5739,73 +5830,74 @@ /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/central_streets) -"cMh" = ( -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"cMi" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "6" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"cMw" = ( -/obj/structure/dispenser/oxygen, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"cMx" = ( -/obj/effect/decal/cleanable/liquid_fuel, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) -"cMZ" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1 - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "Sec-Kitchen-Lockdown"; - name = "\improper Storm Shutters" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/kitchen) -"cNd" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"cNe" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 - }, -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 +/turf/open/floor/corsat/brown/southwest, +/area/lv522/atmos/cargo_intake) +"cMJ" = ( +/obj/item/shard{ + icon_state = "medium" }, -/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/blue/north, +/area/lv522/indoors/a_block/admin) +"cMO" = ( +/obj/structure/closet/crate, +/obj/item/ore/silver, +/obj/item/ore/silver, +/obj/item/ore/silver, +/obj/item/ore/silver, /turf/open/floor/prison/floor_plate, -/area/lv522/atmos/reactor_garage) +/area/lv522/indoors/lone_buildings/storage_blocks) +"cNb" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/asphalt/cement/cement9, +/area/lv522/outdoors/colony_streets/north_east_street) +"cNh" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"cNv" = ( +/obj/item/reagent_container/glass/bucket/janibucket, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/south_street) "cNA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/prop/alien/hugger, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/c_block/t_comm) -"cNN" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" +/turf/open/floor/corsat/brown/northeast, +/area/lv522/atmos/east_reactor/east) +"cNE" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/wy{ + pixel_x = 7; + pixel_y = 7 }, -/obj/structure/platform{ - dir = 4 +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"cNF" = ( +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 9 }, -/obj/structure/platform{ - dir = 8 +/obj/structure/flora/bush/ausbushes/var3/sunnybush{ + icon_state = "fernybush_2"; + pixel_y = 10 }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/ceiling) +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) "cNO" = ( /obj/structure/machinery/colony_floodlight_switch{ pixel_y = 30 }, /turf/open/floor/plating, /area/lv522/indoors/lone_buildings/engineering) +"cNP" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/east_reactor/west) +"cNT" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) "cNU" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -5816,75 +5908,96 @@ "cNV" = ( /turf/closed/wall/strata_outpost, /area/lv522/atmos/north_command_centre) -"cOg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/prop/colony/used_flare, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges/op_centre) -"cOu" = ( -/obj/structure/tunnel/maint_tunnel{ - pixel_y = 6 +"cOs" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) -"cON" = ( -/obj/effect/decal/cleanable/blood, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "LV_522_Hydro-Lockdown"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/b_block/bridge) +"cOt" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 1; - pixel_y = 26 +/obj/effect/spider/spiderling/nogrow, +/turf/open/floor/prison, +/area/lv522/indoors/lone_buildings/storage_blocks) +"cOx" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = 7; + pixel_y = 7 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/glass) -"cOQ" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_y = 7 }, -/obj/structure/platform{ - dir = 4 +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = -7; + pixel_y = 7 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"cOS" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) +"cOC" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "19" }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/browncorner, -/area/lv522/atmos/east_reactor/south) -"cPa" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/area/lv522/landing_zone_forecon/UD6_Tornado) +"cOF" = ( +/obj/structure/machinery/shower{ + dir = 1 }, -/turf/open/floor/corsat/brown/northwest, -/area/lv522/atmos/west_reactor) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/fitness) +"cOP" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/asphalt/cement/cement9, +/area/lv522/outdoors/colony_streets/north_street) +"cOR" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"cPc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/southwest, +/area/lv522/indoors/a_block/admin) "cPi" = ( /obj/effect/spawner/gibspawner/xeno, /obj/effect/decal/cleanable/blood/xeno, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) -"cPr" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper A-Block Security Airlock"; - welded = 1 - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/bridges/op_centre) "cPx" = ( /obj/structure/window/framed/corsat, /turf/open/floor/corsat, /area/lv522/atmos/filt) -"cQk" = ( -/obj/structure/surface/table/almayer, -/obj/item/toy/blink{ - pixel_x = 3; - pixel_y = 10 +"cPB" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"cPW" = ( +/obj/structure/machinery/conveyor{ + dir = 4; + id = "lv_gym_1"; + name = "treadmill" }, -/obj/item/toy/deck, /obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/conveyor_switch{ + id = "lv_gym_1"; + name = "treadmill switch"; + pixel_x = -8; + pixel_y = 8 + }, /turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness/glass) +/area/lv522/indoors/a_block/fitness) "cQm" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/backpack/marine/satchel{ @@ -5898,16 +6011,9 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/garage) -"cQy" = ( -/obj/structure/machinery/light{ - dir = 1; - pixel_x = 16 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/bridge) +"cQz" = ( +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/nw_rockies) "cQB" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/pipes/standard/simple/hidden/green{ @@ -5915,73 +6021,78 @@ }, /turf/open/floor/prison, /area/lv522/indoors/lone_buildings/storage_blocks) -"cRh" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper A-Block Dorms And Office Airlock" +"cRk" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/n_rockies) +"cRx" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/cargo_intake) +"cRO" = ( +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/indoors/lone_buildings/storage_blocks) +"cSg" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) -"cRi" = ( +/obj/structure/largecrate/random, +/turf/open/floor/corsat/brown/northeast, +/area/lv522/atmos/cargo_intake) +"cSw" = ( +/turf/open/floor/corsat/browncorner/east, +/area/lv522/atmos/east_reactor) +"cSC" = ( /obj/structure/surface/table/almayer, -/obj/item/clothing/suit/storage/CMB, -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) -"cRm" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper A-Block Corporate Office Airlock" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/bridges/corpo) -"cSM" = ( -/obj/structure/barricade/deployable{ - dir = 8 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = 5 }, -/turf/open/floor/corsat/plate, +/turf/open/floor/prison/floor_plate, /area/lv522/atmos/east_reactor/south) +"cSJ" = ( +/obj/docking_port/stationary/marine_dropship/lz2{ + name = "LZ2: Southeast Landing Zone" + }, +/turf/open/floor/plating, +/area/shuttle/drop2/lv522) "cSO" = ( /turf/open/floor/plating, /area/lv522/indoors/c_block/garage) -"cSP" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"cSZ" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/cargo_intake) -"cTD" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) -"cTF" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/structure/machinery/portable_atmospherics/hydroponics{ - icon_state = "hydrotray4" +"cSR" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/admin) +"cTB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/turf/open/floor/plating/platebotc, -/area/lv522/indoors/b_block/hydro/glass) +/turf/open/floor/prison, +/area/lv522/atmos/sewer) +"cTG" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/cargo_intake) +"cTK" = ( +/obj/vehicle/train/cargo/engine, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"cTM" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) "cTU" = ( /obj/structure/curtain/red, /turf/open/floor/wood/ship, /area/lv522/atmos/way_in_command_centre) -"cTW" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/filt) "cTX" = ( /obj/structure/pipes/vents/pump, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) -"cTY" = ( -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/colony_streets/north_west_street) "cTZ" = ( /obj/structure/bed/chair{ dir = 1 @@ -6002,95 +6113,123 @@ }, /turf/open/floor/plating, /area/lv522/atmos/east_reactor) +"cUo" = ( +/obj/structure/largecrate/random/case, +/turf/open/floor/corsat/brown/northeast, +/area/lv522/atmos/east_reactor) +"cUp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/bridges/corpo) +"cUv" = ( +/obj/structure/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/dorms) "cUG" = ( /turf/closed/wall/strata_outpost, /area/lv522/indoors/c_block/garage) -"cUK" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "31" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"cUR" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"cUL" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = 3 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"cVd" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/surface/table/almayer, -/obj/structure/prop/server_equipment/laptop/on, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/hydro) -"cVk" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) +"cUY" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/south_street) +/turf/open/floor/corsat/browncorner/east, +/area/lv522/oob) +"cVp" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv522/landing_zone_1/ceiling) "cVy" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) -"cVE" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/bridge) -"cVS" = ( +"cWa" = ( +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/west_reactor) +"cWc" = ( /obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/fence, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) "cWf" = ( /turf/open/auto_turf/sand_white/layer0, /area/lv522/atmos/cargo_intake) -"cWn" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/west_reactor) -"cWD" = ( -/obj/structure/shuttle/engine/heater{ - dir = 4; - pixel_x = 4 +"cWh" = ( +/obj/structure/phone_base/colony_net{ + phone_category = "LV522 Chances Claim"; + phone_color = "red"; + phone_id = "Colony Corporate"; + pixel_y = 26 }, -/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ - dir = 4; - icon_state = "flammable_pipe_3"; - pixel_x = 2 +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) +"cWy" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/west_reactor) -"cWN" = ( -/turf/open/floor/prison/blue, -/area/lv522/indoors/a_block/admin) +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/c_block/cargo) "cWP" = ( -/turf/open/floor/corsat/browncorner/east, -/area/lv522/atmos/north_command_centre) -"cWV" = ( -/obj/structure/largecrate/random/barrel/white, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"cXl" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = 13 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, -/obj/structure/prop/invuln/minecart_tracks{ - dir = 8 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) +"cWR" = ( +/obj/item/storage/backpack/marine/satchel{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/janitor.dmi'; + icon_state = "trashbag3"; + name = "trash bag"; + pixel_x = -4; + pixel_y = 6 }, -/turf/open/floor/corsat/plate, -/area/lv522/indoors/c_block/mining) +/obj/item/storage/backpack/marine/satchel{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/janitor.dmi'; + icon_state = "trashbag3"; + name = "trash bag"; + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv522/atmos/sewer) +"cXc" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "West LZ Storage"; + name = "Emergency Lockdown" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/lone_buildings/storage_blocks) +"cXo" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) "cXq" = ( /obj/structure/prop/invuln/ice_prefab/trim{ dir = 6 @@ -6098,11 +6237,6 @@ /obj/structure/machinery/autolathe, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"cXr" = ( -/obj/structure/surface/rack, -/obj/item/tool/crowbar, -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) "cXF" = ( /obj/structure/bed/chair{ dir = 8 @@ -6110,45 +6244,17 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/a_block/security) -"cXV" = ( -/obj/structure/machinery/space_heater/radiator/red{ - dir = 1; - pixel_y = 26 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical) -"cYa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/prop/alien/hugger, -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - pixel_x = -1; - pixel_y = 2 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"cYj" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/north) "cYn" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"cYv" = ( -/turf/open/floor/corsat/browncorner, -/area/lv522/atmos/east_reactor/north) -"cYy" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - dir = 4; - id = "Reactor_e_entry_4" +"cYu" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/filt) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "cYE" = ( /obj/structure/surface/table/almayer, /obj/item/trash/plate{ @@ -6157,34 +6263,25 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"cYL" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/west_reactor) +"cYN" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/browncorner/north, +/area/lv522/atmos/cargo_intake) "cYQ" = ( /obj/structure/window/framed/corsat, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor/east) -"cZg" = ( -/obj/item/prop/colony/used_flare, +"cZd" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spider/spiderling/nogrow, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/bar) +"cZx" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"cZq" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges/garden_bridge) -"cZB" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/faxmachine, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +/turf/open/asphalt/cement/cement2, +/area/lv522/outdoors/colony_streets/south_east_street) "cZH" = ( /obj/structure/blocker/invisible_wall, /turf/open/floor/plating, @@ -6193,33 +6290,57 @@ /obj/structure/machinery/photocopier, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"cZW" = ( -/obj/structure/machinery/light, +"dam" = ( +/obj/structure/machinery/shower{ + dir = 1 + }, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/disposal, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"daj" = ( +/mob/living/simple_animal/mouse, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/fitness) +"day" = ( +/obj/structure/bed/chair, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"daC" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/admin) +"daI" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/east_reactor/west) +"dbh" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/cyan2/east, -/area/lv522/indoors/a_block/medical/glass) -"daw" = ( -/turf/open/floor/corsat/plate, -/area/lv522/atmos/west_reactor) -"daH" = ( -/obj/structure/machinery/door/airlock/almayer/maint{ - dir = 1 +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo/glass) +"dbv" = ( +/obj/effect/decal/cleanable/blood{ + desc = "Watch your step."; + icon_state = "gib6" }, -/turf/open/floor/corsat/marked, -/area/lv522/landing_zone_1/ceiling) -"dbr" = ( -/obj/effect/decal/cleanable/blood, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/filt) +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/central_streets) +"dbA" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) +"dbC" = ( +/obj/item/prop/colony/used_flare, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/cargo_intake) "dbF" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/structure/surface/table/almayer{ @@ -6240,15 +6361,6 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/b_block/hydro) -"dbI" = ( -/obj/structure/surface/table/almayer, -/obj/item/toy/plush/farwa{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/item/toy/plush/farwa, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness/glass) "dbP" = ( /obj/structure/platform{ dir = 4 @@ -6262,19 +6374,15 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) -"dbV" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"dbW" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 +"dbR" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics{ + icon_state = "hydrotray4" }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/north_command_centre) +/turf/open/floor/plating/platebotc, +/area/lv522/indoors/b_block/hydro/glass) +"dcb" = ( +/turf/open/floor/corsat/browncorner, +/area/lv522/atmos/cargo_intake) "dcc" = ( /obj/structure/cargo_container/kelland/left, /obj/structure/pipes/standard/simple/hidden/green{ @@ -6282,33 +6390,57 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) +"dcl" = ( +/obj/structure/machinery/sleep_console, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical) "dco" = ( /obj/structure/cargo_container/grant/right, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"dcq" = ( +"dcv" = ( +/obj/structure/machinery/light{ + dir = 4 + }, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 8 +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2/ceiling) +"dcC" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) +"dcV" = ( +/obj/structure/machinery/light{ + dir = 4 }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"ddb" = ( +/obj/structure/surface/rack, +/obj/item/clothing/under/overalls, +/obj/item/clothing/under/overalls, +/obj/item/clothing/under/overalls, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"dcI" = ( +/area/lv522/indoors/c_block/mining) +"ddz" = ( /obj/structure/surface/table/almayer, -/obj/item/paper_bin{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/item/tool/pen/blue/clicky, +/obj/item/newspaper, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"ddk" = ( -/obj/structure/platform{ - dir = 8 +/obj/structure/machinery/light{ + dir = 4 }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"ddB" = ( +/obj/structure/largecrate/random/barrel/yellow, /turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/south_east_street) +/area/lv522/outdoors/colony_streets/north_east_street) +"ddH" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) "ddK" = ( /obj/structure/filingcabinet/chestdrawer{ density = 0; @@ -6338,33 +6470,11 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/executive) -"dee" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/n_rockies) -"deg" = ( -/obj/structure/pipes/standard/simple/hidden/green, +"ddU" = ( +/obj/structure/machinery/vending/cola, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ - dir = 8 - }, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/prison/blue/east, -/area/lv522/indoors/a_block/hallway) -"dei" = ( -/obj/structure/prop/invuln/ice_prefab{ - dir = 5 - }, -/obj/structure/prop/invuln/ice_prefab/roof_greeble{ - icon_state = "solarpanel1"; - pixel_x = 7 - }, -/turf/open/auto_turf/shale/layer1, -/area/lv522/outdoors/w_rockies) +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/bar) "dek" = ( /obj/effect/decal/warning_stripes{ icon_state = "N"; @@ -6390,52 +6500,43 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/east_central_street) -"deA" = ( -/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 = 1; - name = "Television set"; - network = null; - pixel_x = -1; - pixel_y = 7 - }, -/obj/structure/surface/table/woodentable, -/obj/item/reagent_container/food/drinks/bottle/vodka/chess/b_knight{ - pixel_x = -5; - pixel_y = 23 - }, -/obj/item/tool/wrench{ - pixel_y = -6 +"der" = ( +/turf/open/floor/prison/cell_stripe/east, +/area/lv522/atmos/way_in_command_centre) +"des" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "46" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood/wood_broken, -/area/lv522/indoors/b_block/bar) +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"dew" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/west) "deO" = ( -/obj/structure/cargo_container/kelland/right, -/turf/open/asphalt/cement/cement15, -/area/lv522/outdoors/colony_streets/south_east_street) -"deS" = ( -/obj/structure/barricade/wooden{ - dir = 1 - }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/central_streets) -"dfj" = ( -/obj/item/trash/hotdog, -/obj/item/reagent_container/food/drinks/cans/souto{ - pixel_x = 8; - pixel_y = 19 +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 }, -/obj/item/reagent_container/food/drinks/cans/souto{ - pixel_x = -2; - pixel_y = 19 +/turf/open/floor/corsat/brown/southwest, +/area/lv522/atmos/east_reactor/east) +"deR" = ( +/obj/structure/toilet{ + pixel_y = 16 }, -/obj/item/reagent_container/food/drinks/cans/souto{ - pixel_x = -11; - pixel_y = 12 +/obj/structure/sink{ + dir = 8; + pixel_x = -11 }, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/oob) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/dorms) +"deW" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/browncorner/west, +/area/lv522/atmos/west_reactor) +"dfb" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "dfk" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 @@ -6443,12 +6544,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/c_block/cargo) -"dfx" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper A-Block Security Airlock" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/bridges/op_centre) "dfE" = ( /obj/structure/filingcabinet{ density = 0; @@ -6472,42 +6567,10 @@ }, /turf/open/floor/carpet, /area/lv522/indoors/c_block/garage) -"dfO" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"dfU" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/recharger{ - pixel_y = 1 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) "dgb" = ( /obj/structure/cryofeed, /turf/open/floor/bluegrid, /area/lv522/atmos/east_reactor) -"dgn" = ( -/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ - dir = 1; - pixel_y = 6 - }, -/turf/open/floor/corsat/brown/northwest, -/area/lv522/oob) -"dgz" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/kitchen) -"dgB" = ( -/obj/effect/decal/cleanable/generic, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/b_block/bar) "dgR" = ( /obj/structure/machinery/conveyor{ dir = 8; @@ -6516,38 +6579,43 @@ /obj/structure/plasticflaps, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"dhd" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurple2/east, -/area/lv522/indoors/a_block/dorms) +"dha" = ( +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges/op_centre) +"dhf" = ( +/obj/structure/prop/vehicles/crawler{ + icon_state = "crawler_crate_alt" + }, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/south_east_street) "dhi" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin{ - pixel_x = 3; - pixel_y = 6 +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/east_reactor/south) +"dhm" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper A-Block - Colony Operations Centre Airlock" }, -/obj/item/tool/pen/blue/clicky, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/east) -"dhx" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/hallway) +"dho" = ( +/obj/structure/largecrate, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_1) +"dhq" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/analyzer{ + pixel_x = -9; + pixel_y = 3 }, -/turf/open/asphalt/cement/cement15, -/area/lv522/outdoors/n_rockies) -"dhD" = ( -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/south_east_street) -"dhK" = ( -/obj/structure/barricade/handrail, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) -"dhL" = ( -/obj/structure/machinery/light{ - dir = 8 +/obj/item/clipboard{ + pixel_x = 5; + pixel_y = 3 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/lone_buildings/storage_blocks) +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/east_reactor) "dhP" = ( /obj/structure/machinery/landinglight/ds1/delayone{ dir = 8 @@ -6558,62 +6626,40 @@ /obj/item/stack/cable_coil/cut, /turf/open/floor/plating, /area/lv522/atmos/east_reactor) -"die" = ( -/obj/structure/window/framed/strata/reinforced, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/medical) -"diy" = ( -/obj/item/prop/colony/proptag{ - desc = "A fallen marine's information dog tag. It reads, Sergeant Douglas 'Bedwetter' Smith" +"dir" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1; + pixel_y = 3 }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/brown/southeast, +/turf/open/floor/corsat/plate, /area/lv522/atmos/east_reactor/south) -"diC" = ( -/obj/structure/machinery/shower{ - dir = 1 +"diy" = ( +/obj/structure/filtration/machine_64x128{ + icon_state = "filtration_1" }, -/obj/effect/decal/cleanable/dirt, -/mob/living/simple_animal/mouse, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/fitness) -"diL" = ( +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/oob) +"diK" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 }, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo/glass) -"diO" = ( -/obj/structure/prop/ice_colony/dense/planter_box{ - dir = 5 - }, -/obj/structure/flora/bush{ - pixel_y = 9 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"djb" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, -/obj/effect/decal/cleanable/dirt, -/mob/living/simple_animal/mouse, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/sewer) +"dja" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/blue/east, +/area/lv522/indoors/a_block/hallway) "djm" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 }, /turf/open/floor/prison, /area/lv522/indoors/lone_buildings/storage_blocks) -"djv" = ( -/obj/structure/platform, -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_full" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/garage) +"djB" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/indoors/a_block/fitness) "djM" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -6621,41 +6667,47 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/op_centre) -"djR" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/north) -"djS" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_ew_full_cap" - }, -/obj/structure/platform/stair_cut/alt, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"djV" = ( -/obj/structure/machinery/vending/walkman{ - density = 0; +"djT" = ( +/obj/structure/machinery/space_heater/radiator/red{ pixel_y = 16 }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/c_block/t_comm) +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/reactor_garage) "djW" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/flashlight/lamp{ + pixel_x = -11; + pixel_y = 10 }, /obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"djY" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/reactor_garage) +"dkd" = ( +/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/spawner/gibspawner/xeno, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms) -"dka" = ( -/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/outdoor_bot) -"dko" = ( -/obj/structure/cargo_container/wy/mid{ - health = 5000 - }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_2) "dkq" = ( /obj/structure/bed/chair/comfy{ dir = 8 @@ -6663,14 +6715,11 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"dkA" = ( -/obj/structure/fence, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/n_rockies) +"dku" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/binoculars, +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) "dkB" = ( /obj/structure/largecrate/random, /turf/open/floor/prison, @@ -6683,35 +6732,89 @@ /obj/structure/platform_decoration, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_2) -"dlO" = ( +"dln" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) +"dlo" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/metal/medium_stack, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) +"dlG" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/dorms) -"dmk" = ( -/obj/structure/fence{ - layer = 2.9 +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/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/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) +"dlJ" = ( +/obj/structure/closet/crate/miningcar/yellow, +/obj/item/ore/coal, +/obj/item/ore/coal, +/obj/item/ore/coal, +/obj/item/ore/diamond, +/obj/item/ore/diamond, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"dlL" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 }, -/turf/open/floor/strata/floor3/east, -/area/lv522/outdoors/colony_streets/south_street) -"dml" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 +/obj/structure/bed{ + can_buckle = 0 }, -/turf/open/floor/corsat/brown/northwest, -/area/lv522/atmos/east_reactor/south) -"dmm" = ( -/obj/item/weapon/twohanded/folded_metal_chair{ - pixel_y = -8 +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/obj/item/bedsheet/brown{ + pixel_y = 13 + }, +/obj/item/bedsheet/brown{ + layer = 3.1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/c_block/mining) +"dlP" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + name = "\improper Cargo Bay Break Room"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/cargo) +"dlX" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/indoors/a_block/fitness) +"dmm" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_y = -8 }, /obj/structure/machinery/prop/almayer/computer/PC{ dir = 4; @@ -6719,6 +6822,19 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) +"dmv" = ( +/obj/structure/platform, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) +"dmz" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/toolbox/mechanical/green{ + pixel_y = 8 + }, +/obj/item/storage/toolbox/mechanical, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security/glass) "dmG" = ( /obj/structure/barricade/deployable{ dir = 1 @@ -6731,53 +6847,42 @@ }, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) -"dmT" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +"dmK" = ( +/obj/structure/machinery/deployable/barrier, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) +"dmU" = ( +/obj/structure/blocker/forcefield/vehicles, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/command_centre) +"dmY" = ( +/obj/structure/bed/chair{ + dir = 4 }, -/turf/open/floor/corsat/brown/northwest, -/area/lv522/atmos/filt) -"dnc" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"dnq" = ( -/turf/open/floor/prison/cell_stripe/east, -/area/lv522/atmos/sewer) -"dnF" = ( -/obj/structure/barricade/wooden{ - dir = 4; - layer = 5.3 +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/central_streets) +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"dnh" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/east) +"dnH" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/mineral/diamond{ + amount = 2 + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/atmos/cargo_intake) "dnM" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"dnT" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/filt) -"dnW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red, -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) -"dnZ" = ( -/obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical) -"doc" = ( -/obj/item/clothing/shoes/blue{ - desc = "Comfortable-looking slippers."; - name = "blue slippers" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) "doj" = ( /obj/item/ammo_magazine/rifle/heap{ current_rounds = 0 @@ -6786,6 +6891,12 @@ /obj/effect/decal/cleanable/blood, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) +"doo" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/east_central_street) "dox" = ( /obj/structure/prop/invuln/ice_prefab/roof_greeble{ icon_state = "vent5"; @@ -6802,35 +6913,10 @@ }, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) -"doS" = ( -/obj/structure/surface/table/almayer, -/obj/item/reagent_container/food/snacks/sliceable/plaincake{ - pixel_y = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) -"doT" = ( -/obj/structure/barricade/wooden{ - dir = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/kitchen/glass) -"doY" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"dpe" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical/glass) -"dpi" = ( -/obj/structure/cargo_container/watatsumi/right, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_west_street) +"doK" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) "dpk" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 1; @@ -6838,90 +6924,130 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"dqm" = ( -/obj/structure/surface/table/almayer, -/obj/item/restraint/handcuffs{ - pixel_y = 12 +"dpl" = ( +/obj/structure/machinery/door/poddoor/almayer{ + id = "Marked_1"; + indestructible = 1; + layer = 3.3; + name = "\improper Secure Blast Door"; + unacidable = 1 }, -/obj/item/restraint/handcuffs{ - pixel_y = 6 +/obj/structure/machinery/door/poddoor/almayer{ + id = "Marked_2"; + indestructible = 1; + layer = 3.3; + name = "\improper Secure Blast Door"; + unacidable = 1 + }, +/obj/structure/machinery/door/poddoor/almayer{ + id = "Marked_3"; + indestructible = 1; + layer = 3.3; + name = "\improper Secure Blast Door"; + unacidable = 1 + }, +/obj/structure/machinery/door/poddoor/almayer{ + id = "Marked_6"; + indestructible = 1; + layer = 3.3; + name = "\improper Secure Blast Door"; + unacidable = 1 + }, +/turf/open/floor/corsat/marked, +/area/lv522/oob) +"dpp" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/gm/river, +/area/lv522/atmos/sewer) +"dpJ" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/obj/item/restraint/handcuffs, -/obj/item/weapon/classic_baton, /turf/open/floor/prison/darkredfull2, /area/lv522/indoors/a_block/security/glass) -"dqr" = ( -/obj/item/weapon/gun/rifle/m41a{ - current_mag = null - }, -/turf/open/floor/prison, -/area/lv522/atmos/cargo_intake) -"dqv" = ( -/obj/structure/largecrate/random, -/obj/effect/decal/cleanable/dirt, +"dpL" = ( +/obj/item/stack/rods, +/turf/open/floor/prison/blue/north, +/area/lv522/indoors/a_block/hallway) +"dpN" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"dqw" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "86" +/area/lv522/indoors/a_block/bridges/op_centre) +"dpW" = ( +/obj/structure/barricade/wooden{ + dir = 1 }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"dqT" = ( -/obj/structure/surface/table/almayer, -/obj/item/toy/crossbow, -/obj/item/toy/crossbow_ammo, -/obj/item/toy/crossbow_ammo, -/obj/item/toy/crossbow_ammo, -/obj/item/toy/crossbow_ammo, -/obj/item/toy/crossbow_ammo, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness/glass) -"drb" = ( +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"dqh" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light{ +/obj/structure/machinery/camera/autoname{ dir = 1 }, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/corpo/glass) -"drv" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"dqi" = ( +/obj/structure/platform/stair_cut, /obj/structure/stairs/perspective{ - dir = 4; + dir = 8; icon_state = "p_stair_full" }, -/obj/structure/platform/stair_cut{ - icon_state = "platform_stair_alt" - }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/north_street) -"dry" = ( -/obj/structure/surface/rack, -/obj/item/frame/table/almayer{ - pixel_y = 16 +/turf/open/gm/river, +/area/lv522/atmos/sewer) +"dqr" = ( +/obj/item/weapon/gun/rifle/m41a{ + current_mag = null }, -/obj/item/frame/table/almayer{ - pixel_x = 10; - pixel_y = 12 +/turf/open/floor/prison, +/area/lv522/atmos/cargo_intake) +"dqu" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/lone_buildings/storage_blocks) +"dqC" = ( +/obj/structure/bed/chair/comfy, +/turf/open/floor/corsat/brown/southwest, +/area/lv522/atmos/command_centre) +"drl" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "23" }, -/obj/item/frame/table/almayer{ - pixel_y = 4 +/area/lv522/landing_zone_forecon/UD6_Tornado) +"drq" = ( +/obj/structure/barricade/wooden{ + dir = 4 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) +"drx" = ( +/obj/structure/barricade/wooden, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) "drz" = ( /obj/effect/decal/cleanable/blood, /obj/item/tool/hatchet, /turf/open/floor/prison, /area/lv522/indoors/b_block/hydro) +"drA" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/turf/open/floor/corsat/brown/northeast, +/area/lv522/atmos/east_reactor/south) "drP" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "66" +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"drX" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/lone_buildings/chunk) +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) "dsl" = ( /obj/effect/decal/warning_stripes{ icon_state = "NE-out"; @@ -6930,6 +7056,13 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_east_street) +"dsr" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) "dsu" = ( /obj/structure/machinery/light, /obj/effect/decal/cleanable/dirt, @@ -6947,14 +7080,21 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/security/glass) +"dsG" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/lone_buildings/storage_blocks) "dsJ" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "LV_522_Hydro-Lockdown"; - name = "\improper Storm Shutters" +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/bridge) +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/south_west_street) "dsL" = ( /obj/structure/surface/table/almayer, /obj/item/device/sentry_computer, @@ -6966,118 +7106,108 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/hallway) -"dsY" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/fancy/egg_box, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"dsZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/power/west{ - start_charge = 20 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"dth" = ( -/obj/structure/bed/chair, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"dts" = ( -/obj/structure/platform{ +"dsS" = ( +/obj/structure/machinery/space_heater/radiator/red{ dir = 4 }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/south_east_street) -"dtB" = ( -/obj/structure/largecrate/random/secure, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/bridges/op_centre) -"dtK" = ( -/obj/structure/largecrate/random{ - layer = 2.9 - }, -/turf/open/floor/plating/platebot, -/area/lv522/indoors/c_block/cargo) -"dtM" = ( -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -8; - pixel_y = 16 - }, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = 8; - pixel_y = 16 - }, -/obj/structure/machinery/light{ - dir = 8 +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) +"dsW" = ( +/obj/structure/largecrate, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_west_street) +"dtk" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/oob/w_y_vault) -"dtS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/dorms) +"dtq" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 9 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness/glass) -"dtU" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "47" +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) +"dts" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"dtX" = ( -/obj/structure/blocker/forcefield/vehicles, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"dtF" = ( +/obj/structure/machinery/door/airlock/almayer/maint, /turf/open/floor/corsat/marked, -/area/lv522/atmos/command_centre) -"dub" = ( +/area/lv522/indoors/c_block/mining) +"dtT" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2/ceiling) +"dug" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/surface/table/almayer, -/obj/item/device/walkman{ - pixel_x = 7; - pixel_y = 14 +/obj/item/clothing/gloves/boxing{ + pixel_x = -5; + pixel_y = 5 }, -/obj/item/device/cassette_tape/pop1{ - pixel_x = -1; - pixel_y = 1 +/obj/item/clothing/gloves/boxing/blue{ + pixel_x = 5; + pixel_y = -6 }, /turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"duF" = ( -/obj/structure/machinery/light{ - dir = 4 +/area/lv522/indoors/a_block/fitness) +"duw" = ( +/obj/structure/barricade/handrail{ + dir = 1 }, -/obj/structure/machinery/disposal, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"duT" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" +/turf/open/floor/coagulation/icon2_0, +/area/lv522/oob) +"duM" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/flashlight/lamp{ + pixel_x = -7; + pixel_y = 15 }, -/obj/structure/platform{ - dir = 4 +/obj/item/ashtray/glass, +/obj/item/clothing/mask/cigarette, +/obj/item/clothing/mask/cigarette{ + pixel_x = 6; + pixel_y = 12 }, -/turf/open/shuttle/dropship/can_surgery/light_grey_middle, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"dva" = ( -/obj/structure/pipes/vents/pump, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"dvi" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) +"duV" = ( +/turf/open/floor/prison/cell_stripe/west, +/area/lv522/atmos/reactor_garage) +"duW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 8 +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_street) +"duY" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 12; + pixel_y = 17 }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) +"dvh" = ( +/obj/structure/window/framed/strata/reinforced, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "LV522CIC_1"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/hallway) "dvp" = ( /obj/structure/largecrate/supply, /obj/structure/largecrate/supply{ @@ -7088,70 +7218,106 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/op_centre) -"dvB" = ( -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/east_reactor/east) -"dvO" = ( -/obj/structure/platform_decoration/strata, -/turf/closed/wall/strata_ice/dirty, -/area/lv522/oob) -"dvQ" = ( +"dvC" = ( /obj/structure/surface/table/almayer, -/obj/item/reagent_container/food/drinks/coffee, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"dvR" = ( -/obj/structure/machinery/cm_vending/sorted/boozeomat, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) -"dvT" = ( -/obj/structure/bed/chair{ - can_buckle = 0; - dir = 4 +/obj/item/cell/high{ + pixel_x = 3; + pixel_y = -1 }, -/obj/structure/bed/chair{ - can_buckle = 0; - dir = 4; - pixel_x = 1; - pixel_y = 3 +/obj/item/cell/high{ + pixel_x = -6; + pixel_y = 10 }, -/obj/structure/bed/chair{ - can_buckle = 0; - dir = 4; - pixel_x = 2; - pixel_y = 6 +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 }, -/obj/effect/spawner/gibspawner/xeno, /turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"dwd" = ( -/obj/item/lightstick/red/spoke/planted{ - pixel_x = -9; - pixel_y = 25 - }, -/obj/structure/prop/ice_colony/ground_wire{ +/area/lv522/indoors/a_block/dorms/glass) +"dvE" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/outdoors/colony_streets/central_streets) -"dwy" = ( -/obj/structure/surface/rack, -/obj/item/frame/table/almayer{ - pixel_y = 15 - }, -/obj/item/frame/table/almayer{ - pixel_x = 10; - pixel_y = 11 +/turf/open/floor/corsat/plate, +/area/lv522/atmos/filt) +"dvI" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/plate{ + pixel_x = 7; + pixel_y = 3 }, -/obj/item/frame/table/almayer{ - pixel_y = 1 +/obj/effect/decal/cleanable/dirt, +/obj/item/device/flashlight/lamp{ + pixel_x = -8 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) +"dvO" = ( +/obj/structure/platform_decoration/strata, +/turf/closed/wall/strata_ice/dirty, +/area/lv522/oob) +"dvR" = ( +/obj/structure/curtain/red, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/casino) +"dvY" = ( +/obj/item/stack/sheet/wood, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"dwd" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -9; + pixel_y = 25 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/outdoors/colony_streets/central_streets) +"dwo" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) "dwI" = ( /obj/structure/surface/table/reinforced/almayer_B, /turf/open/floor/prison, /area/lv522/atmos/way_in_command_centre) +"dwO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 15; + pixel_y = -8 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 10; + pixel_y = -13 + }, +/obj/item/trash/ceramic_plate, +/obj/item/reagent_container/food/snacks/microwavable/packaged_burger{ + pixel_y = 6 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv522/indoors/c_block/t_comm) +"dwR" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) +"dwU" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/west) +"dwV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) "dxc" = ( /obj/structure/prop/invuln/overhead_pipe{ name = "overhead pipe"; @@ -7160,143 +7326,152 @@ }, /turf/closed/wall/mineral/bone_resin, /area/lv522/atmos/east_reactor/south) -"dxg" = ( +"dxp" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/suit/storage/hazardvest{ + pixel_x = -8; + pixel_y = -3 + }, +/obj/item/clothing/suit/storage/hazardvest{ + pixel_x = 6; + pixel_y = 3 + }, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/south) -"dxh" = ( -/obj/structure/barricade/handrail{ - dir = 8 - }, -/obj/structure/blocker/invisible_wall, -/turf/open/floor/coagulation/icon8_3, -/area/lv522/oob) -"dxv" = ( -/obj/item/prop/colony/used_flare, -/turf/open/floor/prison/floor_marked/southwest, /area/lv522/atmos/cargo_intake) -"dxx" = ( -/obj/structure/safe{ - spawnkey = 0 +"dxE" = ( +/obj/structure/cargo_container/kelland/left{ + layer = 2.9 }, -/obj/item/storage/fancy/cigar, -/obj/item/clothing/head/helmet/marine/veteran/pmc, -/obj/item/m_gift, -/obj/item/coin/diamond, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) -"dxG" = ( -/turf/open/floor/prison, -/area/lv522/landing_zone_1/ceiling) +/turf/open/asphalt/cement/cement2, +/area/lv522/outdoors/colony_streets/south_street) +"dxQ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/east_reactor/west) +"dxV" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/east) "dyc" = ( -/obj/structure/curtain/medical, -/turf/open/floor/strata/white_cyan3/east, -/area/lv522/indoors/a_block/medical/glass) -"dyo" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/north_command_centre) -"dyr" = ( -/obj/structure/bed/chair/dropship/passenger{ - dir = 8 +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "101" }, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"dyt" = ( -/obj/item/prop/colony/used_flare, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue/north, -/area/lv522/indoors/a_block/hallway) -"dyw" = ( -/obj/structure/prop/invuln/minecart_tracks{ - dir = 10 +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"dyq" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/overwatch/almayer/broken{ + dir = 8; + pixel_x = -12; + pixel_y = 1 }, -/turf/open/floor/corsat/plate, -/area/lv522/indoors/c_block/mining) -"dyL" = ( -/obj/item/tool/wet_sign, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"dyX" = ( -/obj/structure/bed/chair/wheelchair, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) -"dzc" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 +/obj/item/storage/backpack/marine/satchel/rto/small{ + pixel_x = 7; + pixel_y = 19 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/generic, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) -"dzk" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin{ +/obj/structure/machinery/door_control{ + id = "UD6 East"; + name = "Cargo Shutter Control"; + pixel_y = -4 + }, +/obj/item/clothing/head/headset{ + pixel_x = 4 + }, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"dyv" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; pixel_x = -4; - pixel_y = 7 + pixel_y = 24 }, -/obj/item/tool/pen/red/clicky, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/mining) -"dzy" = ( +/obj/structure/girder/reinforced, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"dyF" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/filt) +"dyZ" = ( +/obj/structure/surface/table/almayer, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/reactor_garage) -"dzQ" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "47" +/obj/item/reagent_container/food/snacks/cheesyfries, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"dzj" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"dzW" = ( -/obj/item/seeds/riceseed, -/obj/structure/closet/crate, -/obj/item/seeds/riceseed, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/south_west_street) -"dAk" = ( -/obj/structure/prop/ice_colony/dense/planter_box{ - dir = 5 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"dzr" = ( +/turf/open/floor/prison/cell_stripe/east, +/area/lv522/atmos/reactor_garage) +"dzD" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/minihoe{ + pixel_y = -2 }, -/obj/structure/flora/bush{ +/obj/item/tool/shovel/spade{ + pixel_x = 2; pixel_y = 9 }, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"dAp" = ( -/obj/structure/surface/table/almayer, -/obj/item/clothing/gloves/boxing, -/obj/structure/window/reinforced{ - dir = 8 +/area/lv522/indoors/b_block/hydro) +"dzU" = ( +/obj/structure/window/framed/strata/reinforced, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "Sec-Kitchen-Lockdown"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/kitchen) +"dAo" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/sewer) +"dAt" = ( +/obj/item/clothing/shoes/blue{ + desc = "Comfortable-looking slippers."; + name = "blue slippers" }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"dAr" = ( -/obj/effect/landmark/xeno_hive_spawn, -/obj/effect/landmark/ert_spawns/groundside_xeno, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/west_reactor) -"dAy" = ( -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/lone_buildings/storage_blocks) -"dAN" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/prop/almayer/computer/PC{ +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) +"dAu" = ( +/obj/structure/barricade/wooden{ dir = 1; - pixel_y = 1 + pixel_y = 7 }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/c_block/t_comm) -"dAP" = ( -/obj/structure/machinery/sleep_console, /obj/effect/decal/cleanable/dirt, /turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical) +/area/lv522/indoors/a_block/corpo/glass) +"dAy" = ( +/obj/structure/prop/server_equipment/yutani_server, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) +"dAT" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_x = -12; + pixel_y = 4 + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_x = 14; + pixel_y = 4 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/east) "dBd" = ( /obj/item/clothing/mask/facehugger{ desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; @@ -7307,29 +7482,31 @@ }, /turf/open/floor/plating, /area/lv522/outdoors/colony_streets/north_east_street) -"dBj" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"dBn" = ( +/obj/item/tool/lighter/zippo{ + layer = 3.1; + pixel_x = 12; + pixel_y = 18 }, -/obj/structure/platform_decoration{ - dir = 8 +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_street) +"dBu" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/north_west_street) -"dBt" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/reagent_container/food/snacks/sliceable/bread, -/obj/item/newspaper{ - anchored = 1; - desc = "This is the Chunk and Dunks menu. It reads 'Starters chunky fried cheese chunky chicken giblets dunky donuts Main chunky mac and cheese chunky meat and gravy pizza galaxy pizza TM dunky grilled style steak imitation Deserts dunky refried ice cream OUT OF STOCK chunky chocolate moose dunky hash brown Drinks souto TM Original souto TM penguin week special chunk and dunk gravy soft drink chunky coffee CAUTION HOT dunky arcturian imitation tea"; - name = "menu"; - pixel_y = 26 +/obj/structure/surface/table/almayer, +/obj/item/tool/kitchen/tray{ + layer = 2.9; + pixel_y = 3 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/lone_buildings/chunk) -"dBu" = ( -/turf/open/asphalt/cement/cement2, -/area/lv522/outdoors/colony_streets/east_central_street) +/obj/item/reagent_container/food/condiment/saltshaker, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = 9 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "dBC" = ( /obj/structure/cargo_container/horizontal/blue/middle, /turf/open/floor/prison, @@ -7341,12 +7518,17 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_east_street) -"dBG" = ( -/obj/structure/barricade/handrail/strata{ - dir = 8 +"dBJ" = ( +/obj/structure/cargo_container/wy/left, +/obj/structure/prop/invuln/ice_prefab/standalone/trim{ + icon_state = "white_trim" }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/mining) +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_east_street) +"dBM" = ( +/obj/structure/machinery/light, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/c_block/cargo) "dBQ" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -7354,98 +7536,117 @@ /obj/item/prop/colony/used_flare, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_street) -"dCc" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "23" +"dBT" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = 2; + pixel_y = 4 }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"dCk" = ( -/turf/closed/wall/strata_outpost, -/area/lv522/landing_zone_1/tunnel/far) -"dCl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed/roller, -/obj/item/prop/alien/hugger, -/turf/open/floor/prison/blue_plate/north, +/obj/item/tool/pen/blue/clicky, +/turf/open/floor/prison/floor_plate, /area/lv522/indoors/a_block/hallway) -"dCA" = ( -/obj/structure/surface/rack, -/obj/item/tool/minihoe{ - pixel_x = -4 +"dBY" = ( +/obj/structure/platform_decoration{ + dir = 8 }, -/obj/item/tool/minihoe{ - pixel_x = 4 +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/obj/item/tool/minihoe{ - pixel_y = -4 +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/obj/item/tool/wirecutters/clippers{ - pixel_y = -4 +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/south_east_street) +"dCd" = ( +/obj/structure/barricade/deployable, +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/north_street) +"dCq" = ( +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 9 }, -/obj/item/tool/wirecutters/clippers{ - pixel_y = -2 +/obj/structure/flora/bush/ausbushes/var3/leafybush{ + pixel_y = 5 }, -/obj/item/tool/wirecutters/clippers, +/obj/effect/decal/cleanable/cobweb2, /turf/open/floor/prison/greenfull/east, /area/lv522/indoors/b_block/bridge) -"dCH" = ( +"dCy" = ( /obj/structure/machinery/light{ - dir = 1 + dir = 8 }, -/obj/structure/ore_box, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"dCR" = ( -/obj/structure/machinery/shower{ - dir = 1 +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"dCF" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/kitchen/tray, +/obj/item/tool/kitchen/tray{ + pixel_y = 6 + }, +/obj/item/trash/plate{ + pixel_x = 1; + pixel_y = 6 }, /turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/fitness) -"dCV" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/area/lv522/indoors/a_block/kitchen) +"dCR" = ( +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/west) +/area/lv522/atmos/east_reactor/east) +"dCU" = ( +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 8 + }, +/obj/structure/flora/bush/ausbushes/var3/fernybush{ + pixel_y = 12 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) "dCY" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) +"dCZ" = ( +/obj/structure/largecrate/random/barrel{ + layer = 2.9 + }, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/central_streets) "dDb" = ( -/obj/structure/machinery/light{ - dir = 1 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, -/turf/open/floor/corsat/brown/northeast, -/area/lv522/atmos/east_reactor) +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo/glass) "dDq" = ( /turf/closed/wall/shiva/prefabricated, /area/lv522/landing_zone_2/ceiling) -"dDE" = ( -/obj/structure/machinery/recharge_station, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) "dDS" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) -"dDU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed/chair/comfy, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"dDY" = ( -/obj/structure/prop/invuln/ice_prefab/standalone{ - icon_state = "white" - }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_east_street) "dEc" = ( /obj/structure/largecrate/random, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) +"dEd" = ( +/obj/item/prop/alien/hugger, +/obj/structure/phone_base/colony_net{ + dir = 4; + phone_category = "LV522 Chances Claim"; + phone_color = "red"; + phone_id = "Colony Bar & Grill"; + pixel_x = -16 + }, +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) "dEm" = ( /obj/structure/closet, /turf/open/floor/prison, @@ -7459,23 +7660,12 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) -"dEF" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/south) "dEP" = ( /obj/structure/closet/crate/trashcart, /obj/item/trash/chips, /obj/item/trash/wy_chips_pepper, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/east_central_street) -"dEZ" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/cell_stripe/west, -/area/lv522/atmos/reactor_garage) "dFd" = ( /obj/structure/bed/chair/comfy, /turf/open/floor/prison, @@ -7484,15 +7674,6 @@ /obj/structure/cargo_container/horizontal/blue/bottom, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"dFh" = ( -/obj/structure/prop/invuln/remote_console_pod, -/obj/structure/machinery/computer/shuttle/dropship/flight/lz2{ - density = 1; - layer = 3.5; - pixel_y = -9 - }, -/turf/open/floor/prison/floor_marked/southwest, -/area/shuttle/drop2/lv522) "dFn" = ( /obj/structure/bed, /obj/item/bedsheet/yellow, @@ -7506,19 +7687,18 @@ /obj/effect/spider/spiderling/nogrow, /turf/open/floor/wood, /area/lv522/indoors/a_block/executive) -"dFo" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/north_command_centre) +"dFw" = ( +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/north) +"dFy" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor) "dFz" = ( /turf/closed/shuttle/elevator{ dir = 6 }, /area/lv522/indoors/c_block/mining) -"dFG" = ( -/obj/structure/machinery/light, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) "dFH" = ( /obj/structure/machinery/power/port_gen/pacman{ layer = 3.1; @@ -7526,17 +7706,6 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"dFL" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/south) -"dFP" = ( -/obj/structure/machinery/door/airlock/almayer/maint{ - dir = 1; - req_one_access_txt = "100" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/mining) "dFR" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 @@ -7548,39 +7717,47 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) -"dGj" = ( -/obj/structure/surface/rack, -/obj/effect/spawner/random/tool, +"dGf" = ( +/obj/structure/cargo_container/wy/right, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_2) +"dGq" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ - dir = 4 - }, -/obj/structure/machinery/light/small{ - dir = 8 +/turf/open/floor/prison/blue/north, +/area/lv522/indoors/a_block/admin) +"dGs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/south) +"dGw" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown{ + layer = 3.1 }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"dGC" = ( -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/north_east_street) +/obj/item/clothing/under/suit_jacket/stowaway, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles, +/area/lv522/indoors/c_block/mining) "dGD" = ( /obj/structure/machinery/colony_floodlight{ layer = 4.3 }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/south_street) -"dGL" = ( -/obj/item/reagent_container/food/snacks/meat/human, -/turf/open/floor/corsat/squares, -/area/lv522/oob) -"dGT" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/faxmachine, -/obj/structure/machinery/light{ - dir = 1 +"dHa" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue{ + pixel_y = -12 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) +"dHf" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/bar) "dHj" = ( /obj/item/device/flashlight, /turf/open/floor/corsat, @@ -7593,52 +7770,25 @@ /turf/open/floor/carpet, /area/lv522/indoors/b_block/bar) "dHH" = ( -/obj/structure/surface/rack, -/obj/item/explosive/plastic, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/south_east_street) -"dHJ" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/surface/table/almayer, -/obj/item/prop/colony/game, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/fitness/glass) -"dHP" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) +/turf/open/floor/coagulation/icon8_0, +/area/lv522/oob) +"dHO" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/cargo_intake) "dHR" = ( /obj/structure/cargo_container/horizontal/blue/top{ pixel_x = 16 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) -"dHS" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper B-Block - Hydroponics Airlock" - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "LV_522_Hydro-Lockdown"; - name = "\improper Storm Shutters" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/hydro) -"dIc" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/obj/effect/landmark/corpsespawner/colonist/burst, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) "dIg" = ( -/obj/structure/platform{ - dir = 1 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/central_streets) +/obj/item/tool/surgery/scalpel/manager, +/obj/effect/decal/cleanable/vomit, +/turf/open/floor/strata/cyan2/east, +/area/lv522/indoors/a_block/medical) "dIi" = ( /obj/structure/cargo_container/horizontal/blue/middle, /turf/open/floor/prison, @@ -7651,37 +7801,30 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/carpet, /area/lv522/indoors/c_block/garage) -"dIz" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, -/obj/structure/machinery/light{ - dir = 4 +"dIH" = ( +/obj/structure/machinery/camera/autoname, +/obj/structure/machinery/light/small{ + dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2/ceiling) +/turf/open/floor/prison/darkpurple2/north, +/area/lv522/indoors/a_block/dorms) "dIK" = ( /obj/structure/bed/chair, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"dIL" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 +"dIS" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "32" }, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo) -"dIR" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/cargo_intake) -"dJg" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/area/lv522/landing_zone_forecon/UD6_Tornado) +"dJn" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/restraint/adjustable/cable/white, +/obj/item/restraint/adjustable/cable/white{ + pixel_y = 4 }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/north_west_street) +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) "dJs" = ( /obj/item/tool/pen/red/clicky, /turf/open/floor/corsat, @@ -7690,23 +7833,43 @@ /obj/effect/decal/cleanable/dirt, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"dJv" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor) -"dJy" = ( -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/bridges/corpo_fitness) +"dJw" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "Bathroom" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/executive) +"dJz" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/lv522/landing_zone_1/ceiling) +"dJC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/east, +/area/lv522/indoors/a_block/hallway) +"dJG" = ( +/turf/open/floor/corsat/browncorner, +/area/lv522/atmos/east_reactor/west) "dJJ" = ( /obj/structure/cargo_container/horizontal/blue/middle{ pixel_x = 16 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) -"dJO" = ( -/obj/item/tool/wet_sign, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) +"dJX" = ( +/obj/structure/surface/rack, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "dKd" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -7714,98 +7877,79 @@ /obj/effect/decal/cleanable/generic, /turf/open/floor/prison, /area/lv522/indoors/c_block/garage) -"dKm" = ( -/obj/structure/machinery/light, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/c_block/cargo) -"dKu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed/chair{ - dir = 1 +"dKE" = ( +/obj/structure/surface/table/almayer{ + dir = 1; + flipped = 1 }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/indoors/a_block/fitness) -"dKA" = ( -/obj/structure/curtain/medical, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical) +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"dKH" = ( +/turf/open/floor/corsat/brown, +/area/lv522/atmos/cargo_intake) "dKO" = ( /obj/structure/machinery/photocopier, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/east_reactor/east) -"dKZ" = ( +"dLm" = ( +/obj/item/storage/box/donkpockets{ + pixel_x = -14; + pixel_y = -2 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) +"dLw" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) -"dLb" = ( -/obj/structure/surface/table/almayer, -/obj/item/tool/wirecutters{ - pixel_y = 6 - }, -/obj/item/weapon/wirerod{ - pixel_x = -3; - pixel_y = 3 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) -"dLg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ +/turf/open/floor/corsat/squares, +/area/lv522/atmos/west_reactor) +"dLA" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC{ dir = 8 }, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"dLj" = ( -/obj/structure/bed/chair/dropship/passenger{ - dir = 4 - }, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"dLA" = ( -/obj/structure/surface/rack, -/obj/item/explosive/plastic, -/obj/item/explosive/plastic, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/lone_buildings/storage_blocks) +/turf/open/floor/strata/fake_wood, +/area/lv522/atmos/east_reactor/east) +"dLB" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "dLC" = ( /obj/structure/largecrate/random/barrel/white, /turf/open/floor/plating, /area/lv522/indoors/c_block/mining) -"dLH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" +"dLF" = ( +/obj/structure/tunnel/maint_tunnel{ + pixel_y = 6 }, -/turf/open/floor/prison, -/area/lv522/atmos/sewer) -"dLR" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/filt) +/obj/structure/machinery/light/small, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"dLK" = ( +/turf/open/floor/plating/platingdmg1, +/area/lv522/indoors/a_block/security) "dLX" = ( -/obj/structure/surface/table/almayer, -/obj/effect/decal/cleanable/dirt, -/obj/structure/flora/pottedplant{ - desc = "It is made of Fiberbush(tm). It contains asbestos."; - icon_state = "pottedplant_22"; - name = "synthetic potted plant"; - pixel_x = -7; - pixel_y = 7 +/obj/structure/barricade/handrail{ + layer = 3.7 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/static_comms/net_two, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/indoors/c_block/mining) "dLZ" = ( /obj/item/storage/box/guncase/m3717, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/oob) +"dMg" = ( +/obj/structure/platform_decoration, +/obj/structure/bed/roller, +/obj/effect/landmark/survivor_spawner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "dMl" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -7813,168 +7957,116 @@ /obj/effect/spawner/gibspawner/xeno, /turf/open/gm/river, /area/lv522/indoors/a_block/kitchen/damage) -"dMz" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "67" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"dMC" = ( -/obj/structure/noticeboard{ - pixel_y = 29 - }, -/obj/structure/machinery/iv_drip, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"dMD" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NE-out"; - pixel_x = 1; - pixel_y = 1 - }, -/turf/open/asphalt/cement/cement14, -/area/lv522/outdoors/colony_streets/central_streets) -"dMH" = ( -/obj/structure/prop/vehicles/crawler{ - icon_state = "crawler_crate_alt" - }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/south_east_street) +"dMt" = ( +/turf/open/floor/corsat/marked, +/area/lv522/atmos/reactor_garage) "dMI" = ( -/obj/structure/prop/ice_colony/dense/planter_box{ - dir = 9 - }, -/obj/structure/flora/bush/ausbushes/var3/sunnybush{ - icon_state = "fernybush_2"; - pixel_y = 10 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"dMK" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_street) +"dMU" = ( +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "dMY" = ( /obj/structure/machinery/landinglight/ds1/delaytwo{ dir = 1 }, /turf/open/floor/plating, /area/lv522/landing_zone_1) -"dNi" = ( -/obj/structure/surface/table/almayer, -/obj/effect/spawner/random/toolbox, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) +"dNc" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "dNm" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms) -"dNo" = ( -/obj/structure/closet/firecloset/full, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"dNJ" = ( -/obj/structure/prop/server_equipment/yutani_server{ - density = 0; - pixel_y = 16 - }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/nw_rockies) -"dNS" = ( -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_1/ceiling) -"dNY" = ( -/turf/open/floor/prison/cell_stripe/east, -/area/lv522/outdoors/n_rockies) +"dNy" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) "dOa" = ( /turf/closed/wall/strata_outpost, /area/lv522/atmos/east_reactor/north) -"dOf" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) -"dOg" = ( -/obj/structure/platform{ - dir = 1 +"dOk" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper A-Block Canteen Airlock"; + welded = 1 }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"dOj" = ( -/obj/structure/prop/invuln/overhead_pipe{ - dir = 8; - pixel_x = -6; - pixel_y = 6 +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "Sec-Kitchen-Lockdown"; + name = "\improper Storm Shutters" }, -/obj/structure/platform, -/turf/open/gm/river, -/area/lv522/landing_zone_1/tunnel/far) -"dON" = ( -/obj/structure/cargo_container/horizontal/blue/bottom, -/turf/open/floor/plating/platebot, -/area/lv522/indoors/c_block/cargo) -"dOS" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/kitchen/glass) +"dOm" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper A-Block Dorms And Office Airlock"; + welded = 1 }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) +"dOv" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/bridge) -"dOV" = ( -/obj/structure/closet/secure_closet/miner, -/obj/structure/barricade/handrail{ - dir = 4 +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) +"dOx" = ( +/obj/structure/prop/invuln/minecart_tracks{ + layer = 2.6 }, -/turf/open/floor/prison/darkbrownfull2, +/obj/structure/machinery/door/airlock/multi_tile/elevator/freight, +/turf/open/floor/corsat/plate, /area/lv522/indoors/c_block/mining) -"dPk" = ( -/obj/item/trash/wy_chips_pepper, -/obj/structure/machinery/light{ - dir = 8 +"dOF" = ( +/obj/structure/window/reinforced{ + dir = 4 }, +/obj/structure/surface/table/almayer, +/obj/item/prop/colony/game, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/fitness/glass) +"dOU" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"dPp" = ( -/obj/structure/stairs/perspective{ - dir = 6; - icon_state = "p_stair_full" +/obj/effect/spider/spiderling/nogrow, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/hydro) +"dPr" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"dPt" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor/prison/blue/east, -/area/lv522/indoors/a_block/admin) +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/west) +"dPA" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) "dPG" = ( /obj/item/trash/uscm_mre, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"dPL" = ( -/obj/item/prop/colony/canister, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"dPM" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 2; - name = "\improper B-Block Bar" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/bar) -"dQd" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/east_reactor) -"dQj" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +"dQe" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) +"dQn" = ( +/turf/open/floor/corsat/browncorner, +/area/lv522/atmos/command_centre) "dQr" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/blood/xeno, @@ -7986,157 +8078,133 @@ }, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) -"dQw" = ( -/obj/structure/machinery/light{ - dir = 8 +"dRm" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "2" }, +/obj/item/storage/belt/gun/m44/custom, +/turf/open/floor/corsat/brown/west, +/area/lv522/oob) +"dRL" = ( +/turf/closed/wall/strata_outpost, +/area/lv522/indoors/a_block/dorm_north) +"dRM" = ( +/obj/item/clothing/head/hardhat, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor) +"dRR" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"dQy" = ( -/obj/structure/machinery/light/double{ - dir = 8; - pixel_y = -5 - }, -/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"dQF" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "101" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"dRg" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/obj/structure/platform{ - dir = 4 - }, -/turf/open/gm/river, -/area/lv522/landing_zone_1/tunnel/far) -"dRj" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - pixel_y = 7 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"dRl" = ( +/turf/open/floor/corsat/plate, +/area/lv522/atmos/filt) +"dRX" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/prop/almayer/computer/PC{ - pixel_x = 4; - pixel_y = 6 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"dRE" = ( -/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/prison/blue, +/area/lv522/indoors/a_block/admin) +"dSb" = ( +/obj/structure/largecrate/guns/merc{ + icon_state = "case_double"; + name = "supply crate" + }, /obj/structure/machinery/light, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"dRL" = ( -/turf/closed/wall/strata_outpost, -/area/lv522/indoors/a_block/dorm_north) -"dRV" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 8 +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/bridges/op_centre) +"dSf" = ( +/obj/structure/platform{ + dir = 4 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"dRW" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/north_east_street) +"dSA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/obj/item/stack/sheet/metal, +/obj/structure/barricade/deployable{ dir = 1 }, -/obj/structure/window/reinforced{ - dir = 4 +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"dSU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) -"dSg" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/camera/autoname{ - dir = 4 +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/outdoor) +"dTg" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = 7; + pixel_y = 16 }, -/obj/structure/machinery/light/small{ - dir = 8 +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = -2; + pixel_y = 10 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) -"dSl" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 2; - name = "\improper A-Block Dorms And Office Airlock"; - welded = 1 +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = 5; + pixel_y = 4 }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) -"dSn" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = -9; + pixel_y = 5 }, -/turf/open/floor/corsat/brown/northeast, -/area/lv522/atmos/cargo_intake) -"dSN" = ( +/obj/item/reagent_container/glass/rag, /obj/effect/decal/cleanable/dirt, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/north_street) -"dTg" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/bridges/corpo) +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"dTn" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/north) "dTv" = ( /obj/structure/cargo_container/horizontal/blue/bottom, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) -"dTE" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"dTy" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/north_command_centre) "dTJ" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 5 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) -"dTP" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor) "dTY" = ( -/obj/structure/cargo_container/kelland/left, -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/landing_zone_1) -"dUl" = ( -/obj/structure/machinery/light{ - dir = 8 +/obj/structure/window_frame/strata, +/obj/item/stack/rods, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "LV522CIC_1"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/hallway) +"dUs" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"dUx" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Reactor_garage_3" }, -/obj/structure/closet/crate, -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/pouch/medkit/full_advanced, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/lone_buildings/storage_blocks) -"dUn" = ( -/obj/structure/window/framed/strata/reinforced, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) -"dUo" = ( -/turf/open/shuttle/dropship/can_surgery/light_grey_top_right, -/area/lv522/landing_zone_forecon/UD6_Tornado) +/area/lv522/atmos/reactor_garage) +"dUB" = ( +/obj/structure/prop/server_equipment, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/indoors/lone_buildings/outdoor_bot) "dUS" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/structure/prop/invuln/overhead/flammable_pipe/fly{ @@ -8154,89 +8222,103 @@ /obj/effect/decal/cleanable/blood/oil, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"dVa" = ( -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/filt) +"dVu" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/obj/item/stack/rods, +/obj/item/stack/sheet/metal, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"dVw" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"dVL" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/light/small{ + dir = 8; + pixel_x = -11; + pixel_y = 10 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/lone_buildings/chunk) "dVM" = ( /obj/structure/curtain/red, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorm_north) +"dVP" = ( +/obj/structure/prop/vehicles/crawler{ + icon_state = "crawler_crate_alt2"; + layer = 3.1 + }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/south_east_street) "dWc" = ( /obj/structure/closet/crate/trashcart, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) -"dWj" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) "dWn" = ( /obj/effect/spawner/random/toolbox, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/c_block/cargo) -"dWz" = ( -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -8; - pixel_y = 20 - }, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = 8; - pixel_y = 20 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) +"dWt" = ( +/obj/item/tool/surgery/circular_saw, +/obj/item/tool/surgery/cautery, +/obj/item/tool/surgery/retractor, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical) "dWD" = ( /obj/structure/cargo_container/kelland/left, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_east_street) -"dWH" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper A-Block Corporate Office Airlock" +"dWI" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/security) +/obj/structure/bed/roller, +/turf/open/floor/prison/blue/north, +/area/lv522/indoors/a_block/hallway) +"dWU" = ( +/obj/structure/machinery/computer/operating, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/strata/cyan2/east, +/area/lv522/indoors/a_block/medical) "dXa" = ( /obj/structure/cargo_container/arious/leftmid, /turf/open/auto_turf/shale/layer2, /area/lv522/outdoors/nw_rockies) +"dXi" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/cargo) "dXl" = ( -/obj/structure/barricade/deployable{ - dir = 8 - }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/north_street) -"dXp" = ( -/obj/structure/barricade/wooden{ - dir = 8 - }, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/security/glass) +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 8; + name = "\improper Dormitories" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) "dXt" = ( /obj/item/stack/folding_barricade, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/security) -"dXF" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/structure/prop/ice_colony/ground_wire{ - dir = 8 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"dXA" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1; + pixel_y = 2 }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor) -"dXG" = ( -/obj/structure/largecrate/random, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "dXI" = ( /obj/structure/surface/table/woodentable/fancy, /obj/item/reagent_container/food/drinks/flask/detflask{ @@ -8248,23 +8330,29 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, /area/lv522/indoors/a_block/security) -"dYj" = ( -/obj/item/prop/alien/hugger, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"dYu" = ( -/obj/structure/reagent_dispensers/water_cooler/stacks{ - density = 0; - pixel_y = 24 +"dXT" = ( +/obj/structure/barricade/wooden{ + dir = 4 }, -/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"dYg" = ( +/obj/item/tool/wet_sign, /turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) +/area/lv522/atmos/cargo_intake) +"dYh" = ( +/obj/structure/machinery/power/reactor/colony, +/turf/open/floor/plating, +/area/lv522/indoors/lone_buildings/engineering) "dYA" = ( /obj/structure/cargo_container/kelland/right, /turf/open/floor/prison, /area/lv522/outdoors/colony_streets/north_west_street) +"dYB" = ( +/obj/structure/prop/almayer/computers/sensor_computer3, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) "dYK" = ( /obj/structure/barricade/deployable{ dir = 1 @@ -8274,32 +8362,42 @@ }, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) -"dYL" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/c_block/mining) -"dYR" = ( -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -4; - pixel_y = 24 - }, -/obj/effect/decal{ - icon = 'icons/mob/xenos/effects.dmi'; - icon_state = "acid_weak"; - layer = 2; - name = "weak acid" +"dYM" = ( +/obj/structure/platform, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "LZ1_Lockdown_Lo"; + name = "Emergency Lockdown" }, +/turf/open/floor/corsat/marked, +/area/lv522/landing_zone_1) +"dYR" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurple2/east, -/area/lv522/indoors/a_block/dorms) -"dZf" = ( -/turf/open/floor/prison/blue/north, -/area/lv522/indoors/a_block/hallway) -"dZo" = ( -/obj/item/prop/alien/hugger, -/turf/open/floor/prison/darkpurple2/north, -/area/lv522/indoors/a_block/dorms) +/obj/structure/largecrate/random/mini/wooden, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"dYY" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/plate, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/accessory/poncho, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"dZc" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) +"dZh" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/prop/almayer/computers/sensor_computer1, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/north_command_centre) +"dZq" = ( +/obj/structure/closet/crate, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/north_command_centre) "dZs" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/corsat, @@ -8316,54 +8414,74 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/security) -"dZB" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/south_west_street) -"dZF" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper A-Block Fitness Centre Airlock" +"dZz" = ( +/obj/structure/prop/almayer/computers/sensor_computer1, +/obj/structure/window/reinforced{ + dir = 4; + health = 80; + pixel_y = 7 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/fitness/glass) -"dZI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"dZH" = ( /obj/structure/surface/table/almayer, -/obj/item/prop/colony/game, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/east_reactor/north) +"dZN" = ( +/obj/structure/barricade/deployable, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ - dir = 8 - }, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness/glass) -"dZL" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) +/turf/open/floor/prison/blue/west, +/area/lv522/indoors/a_block/admin) "dZP" = ( /obj/structure/curtain/red, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms) -"dZV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/tunnel/maint_tunnel{ - pixel_y = 6 +"ead" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "102" }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"eah" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/flashlight/lamp, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"eao" = ( +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/corpo/glass) +"eap" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/structure/phone_base/colony_net{ + dir = 8; + phone_category = "LV522 Chances Claim"; + phone_color = "red"; + phone_id = "Colony Casino"; + pixel_x = 16 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"eaw" = ( +/obj/structure/fence, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/n_rockies) +"eax" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/cargo_container/watatsumi/leftmid, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/indoors/lone_buildings/storage_blocks) +"eay" = ( +/turf/open/floor/corsat/browncorner/west, +/area/lv522/atmos/east_reactor/east) +"eaB" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) "eaC" = ( /obj/structure/surface/table/almayer, /obj/item/trash/plate{ @@ -8374,148 +8492,44 @@ "eaE" = ( /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) -"eaI" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/east_reactor/south) -"eaO" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "65" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"ebd" = ( -/obj/structure/prop/server_equipment{ - icon_state = "rackframe_broken" - }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/lone_buildings/outdoor_bot) -"ebh" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper C-Block - Casino Airlock"; - welded = 1 +"eaR" = ( +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + layer = 2; + name = "weak acid"; + pixel_x = -2; + pixel_y = 16 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/casino) -"ebv" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/south_street) "ebA" = ( -/obj/structure/prop/vehicles/crawler{ - icon_state = "crawler_covered_bed" - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) -"ebF" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/east_reactor/east) -"ebI" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/obj/structure/platform{ +/obj/structure/barricade/sandbags{ dir = 8 }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/south_street) -"ebL" = ( -/obj/structure/machinery/door/poddoor/almayer{ - id = "E_B_Door"; - name = "\improper Emergency Blast Door"; - unacidable = 1 - }, -/obj/structure/blocker/invisible_wall, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor) -"ebW" = ( -/obj/structure/machinery/conveyor{ - dir = 5; - id = "cargo_container" - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"eco" = ( -/obj/structure/surface/table/almayer, -/obj/item/robot_parts/robot_component/radio{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/device/radio/off{ - pixel_x = -7; - pixel_y = 9 - }, -/obj/item/device/radio/off{ - pixel_x = 5; - pixel_y = 13 - }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/outdoor_bot) -"ecC" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/microwave{ - pixel_y = 6 - }, -/obj/item/ashtray/bronze{ - icon_state = "ashtray_full_bl"; - pixel_x = 3; - pixel_y = 11 - }, -/obj/item/ashtray/bronze{ - icon_state = "ashtray_small_bl_full"; - pixel_x = -6; - pixel_y = 13 +/obj/item/trash/uscm_mre, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/north_street) +"ebM" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "Showeroom" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"ecF" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/wood/wood_broken3, -/area/lv522/indoors/b_block/bar) -"ecL" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_west_street) -"edc" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 1; - pixel_y = 3 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"edr" = ( -/obj/structure/largecrate/random, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) +"ecr" = ( +/obj/item/stack/sheet/wood, /turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) +/area/lv522/landing_zone_2) "edt" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"edB" = ( -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/east_reactor/west) -"edO" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) +"edz" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/n_rockies) "edQ" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 9 @@ -8525,51 +8539,42 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"eel" = ( -/obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo) -"eep" = ( -/obj/item/tool/warning_cone{ - pixel_x = -10; - pixel_y = 11 - }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/west) -"eev" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" +"eeo" = ( +/obj/item/storage/backpack/marine/satchel{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/janitor.dmi'; + icon_state = "trashbag3"; + name = "trash bag"; + pixel_x = -4; + pixel_y = 5 }, -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/bridge) -"eeE" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/east) +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv522/atmos/sewer) +"eeL" = ( +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/south_west_street) "eeY" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/n_rockies) -"efe" = ( -/obj/structure/window_frame/strata, -/obj/item/shard{ - icon_state = "medium" +"efn" = ( +/obj/structure/blocker/forcefield/vehicles, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/south) +"efo" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "LV_522_Hydro-Lockdown"; - name = "\improper Storm Shutters" +/turf/open/floor/corsat/browncorner/north, +/area/lv522/oob) +"efH" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/bridge) -"efv" = ( -/obj/structure/surface/table/almayer, -/obj/item/cpr_dummy, -/turf/open/floor/plating/platebot, -/area/lv522/indoors/c_block/cargo) +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo) "efK" = ( /obj/item/stack/tile/plasteel{ name = "ceiling tile"; @@ -8585,20 +8590,23 @@ }, /turf/open/gm/river, /area/lv522/indoors/a_block/kitchen/damage) -"efW" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +"egy" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/west_reactor) -"egn" = ( -/obj/structure/window/framed/strata/reinforced, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/corpo) -"egr" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/prison/blue/north, -/area/lv522/indoors/a_block/admin) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/brown/southwest, +/area/lv522/atmos/east_reactor/south) +"egz" = ( +/obj/structure/target{ + name = "punching bag" + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"egM" = ( +/obj/structure/surface/rack, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) "egV" = ( /obj/structure/barricade/deployable{ dir = 4 @@ -8613,75 +8621,61 @@ }, /turf/open/floor/plating, /area/lv522/indoors/a_block/kitchen/damage) -"egX" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"eht" = ( -/obj/structure/cargo_container/lockmart/mid, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/atmos/cargo_intake) "ehy" = ( /obj/effect/acid_hole, /turf/closed/wall/strata_outpost, /area/lv522/indoors/a_block/hallway) -"ehD" = ( -/obj/structure/machinery/light, -/turf/open/floor/prison/darkpurple2, -/area/lv522/indoors/a_block/dorms) "ehO" = ( /obj/effect/alien/resin/sticky, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor/south) -"eic" = ( -/turf/open/floor/prison/floor_plate, -/area/lv522/landing_zone_2/ceiling) -"ein" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) -"eis" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W" +"ehT" = ( +/obj/structure/bed/chair{ + dir = 8 }, -/obj/item/trash/uscm_mre, -/turf/open/floor/prison/darkredfull2, -/area/lv522/outdoors/colony_streets/north_street) -"eiz" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper A-Block - Colony Operations Centre Airlock" +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"eic" = ( +/obj/item/prop/alien/hugger, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/hallway) -"eiT" = ( +/turf/open/floor/corsat/brown/northwest, +/area/lv522/atmos/command_centre) +"eif" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) -"eiX" = ( -/obj/structure/machinery/conveyor{ - dir = 5; - id = "cargo_container" - }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/obj/structure/machinery/light{ +/obj/structure/barricade/wooden{ dir = 1 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/c_block/cargo) +"eiC" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/landing_zone_1) "eiZ" = ( /turf/open/floor/prison, /area/lv522/outdoors/colony_streets/north_west_street) -"ejn" = ( -/obj/structure/machinery/computer/arcade{ - density = 0; - pixel_y = 16 +"ejd" = ( +/obj/structure/machinery/light{ + pixel_x = 16 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan3, +/area/lv522/indoors/a_block/medical) +"eje" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper C-Block - Cargo Airlock"; + welded = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/cargo) +"ejs" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "eju" = ( /obj/item/storage/backpack/marine/satchel{ desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; @@ -8701,78 +8695,63 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/central_streets) -"ejz" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +"ejA" = ( +/obj/structure/prop/invuln/ice_prefab/trim{ dir = 4 }, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/command_centre) -"ejH" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"ejP" = ( -/obj/structure/machinery/vending/cola, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) -"ejX" = ( -/obj/structure/prop/invuln/fire{ - pixel_x = -6; - pixel_y = 32 - }, -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "17" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"ekk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/firstaid/adv{ - layer = 3.1; - pixel_x = 3; - pixel_y = -2 +/obj/structure/cargo_container/kelland/left{ + layer = 3 }, -/obj/structure/surface/rack, -/obj/item/storage/firstaid/adv{ - pixel_y = 14 +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"ekC" = ( -/obj/structure/machinery/light{ - dir = 4 +/turf/open/asphalt/cement/cement2, +/area/lv522/outdoors/colony_streets/central_streets) +"ekh" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/west_reactor) +"ekx" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/extinguisher, +/obj/structure/machinery/light/small{ + dir = 8 }, -/obj/structure/surface/table/almayer, -/obj/item/device/flashlight/lamp, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"ekA" = ( +/obj/structure/machinery/door/airlock/almayer/generic, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/b_block/bar) "ekO" = ( /obj/structure/bed/chair/wood/normal{ dir = 8 }, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"ekP" = ( -/obj/structure/surface/table/almayer, -/obj/item/reagent_container/food/drinks/coffeecup/wy{ - pixel_x = -9; - pixel_y = 7 - }, -/obj/item/device/flashlight/lamp{ - pixel_x = 7 +"elb" = ( +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/east_reactor/east) +"elf" = ( +/obj/structure/machinery/door_control{ + id = "UD6"; + name = "Cargo Shutter Control" }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"elo" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "53" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"elg" = ( /obj/structure/stairs/perspective{ - dir = 9; icon_state = "p_stair_full" }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/obj/structure/platform{ + dir = 8 + }, +/turf/open/shuttle/dropship/can_surgery/light_grey_middle, +/area/lv522/landing_zone_forecon/UD6_Tornado) "elq" = ( /obj/structure/prop/ice_colony/ground_wire, /obj/structure/prop/ice_colony/ground_wire{ @@ -8785,54 +8764,86 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"elr" = ( +"elz" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"elF" = ( +/obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/brown/northwest, -/area/lv522/atmos/reactor_garage) -"elu" = ( -/turf/open/floor/corsat/browncorner/west, -/area/lv522/atmos/reactor_garage) -"elB" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/camera, /turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) -"elI" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/item/clothing/mask/facehugger{ - desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; - icon_state = "facehugger_impregnated"; - layer = 3; - name = "????"; - stat = 2 +/area/lv522/indoors/a_block/dorms) +"elW" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "49" }, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/east_reactor/south) +/area/lv522/landing_zone_forecon/UD6_Typhoon) "emb" = ( /obj/item/ammo_magazine/smartgun{ current_rounds = 249 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms) -"emg" = ( -/obj/structure/platform_decoration{ - dir = 1 +"emc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/t_comm) +"emh" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/lv522/landing_zone_1/ceiling) +"emj" = ( +/obj/structure/closet/coffin/woodencrate, +/obj/item/clothing/mask/cigarette/weed, +/obj/item/clothing/mask/cigarette/weed, +/obj/item/clothing/mask/cigarette/weed, +/obj/item/clothing/mask/cigarette/weed, +/obj/item/clothing/mask/cigarette/weed, +/obj/item/clothing/mask/cigarette/weed, +/obj/item/clothing/mask/cigarette/weed, +/obj/item/reagent_container/food/snacks/grown/wheat{ + name = "straw" }, -/obj/structure/stairs/perspective{ - dir = 9; - icon_state = "p_stair_full" +/obj/item/reagent_container/food/snacks/grown/wheat{ + name = "straw" }, -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/landing_zone_1) -"emj" = ( -/obj/structure/prop/server_equipment/yutani_server/broken{ - density = 0; - layer = 3.5; - pixel_y = 16 +/obj/item/reagent_container/food/snacks/grown/wheat{ + name = "straw" }, -/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_container/food/snacks/grown/wheat{ + name = "straw" + }, +/obj/item/reagent_container/food/snacks/grown/wheat{ + name = "straw"; + pixel_x = 7 + }, +/obj/item/reagent_container/food/snacks/grown/wheat{ + name = "straw"; + pixel_x = 6 + }, +/obj/item/reagent_container/food/snacks/grown/wheat{ + name = "straw"; + pixel_x = 2 + }, +/obj/item/reagent_container/food/snacks/grown/wheat{ + name = "straw"; + pixel_x = 3 + }, +/obj/item/reagent_container/food/snacks/grown/wheat{ + name = "straw"; + pixel_x = 9 + }, +/obj/item/reagent_container/food/snacks/grown/wheat{ + name = "straw"; + pixel_x = -6 + }, +/obj/item/clothing/suit/storage/bomber/alt, +/obj/item/clothing/suit/storage/bomber/alt, /turf/open/floor/prison/darkredfull2, /area/lv522/indoors/a_block/kitchen) "emm" = ( @@ -8843,50 +8854,30 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/nw_rockies) -"emw" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_full" - }, -/obj/structure/platform/stair_cut{ - icon_state = "platform_stair_alt" - }, -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/indoors/a_block/bridges/dorms_fitness) +"emy" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/east_reactor/east) "emz" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/security) -"emY" = ( -/obj/structure/machinery/space_heater/radiator/red{ - dir = 8 +"emQ" = ( +/obj/structure/bed/chair{ + dir = 1 }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"end" = ( -/obj/structure/surface/table/almayer, /obj/effect/decal/cleanable/dirt, -/obj/item/reagent_container/food/drinks/coffee{ - pixel_x = -6; - pixel_y = 8 - }, -/obj/item/trash/plate, -/obj/structure/machinery/door_control/brbutton/alt{ - id = "LZ1_Pressuredoor"; - name = "remote door-control"; - pixel_x = 7; - pixel_y = 7 +/turf/open/floor/prison/darkpurple2/north, +/area/lv522/indoors/a_block/dorms) +"emS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/atmos/way_in_command_centre) "eng" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 @@ -8894,12 +8885,23 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/b_block/bridge) -"enA" = ( -/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ - pixel_y = 6 +"enl" = ( +/obj/item/seeds/riceseed, +/obj/structure/closet/crate, +/obj/item/seeds/riceseed, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/south_west_street) +"ent" = ( +/obj/structure/window/framed/strata/reinforced, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/corsat/brown/east, -/area/lv522/oob) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/corpo/glass) +"enL" = ( +/obj/structure/machinery/door/airlock/hatch/cockpit/three, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "enP" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 @@ -8910,130 +8912,146 @@ /obj/effect/spawner/gibspawner/xeno, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) -"eod" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) "eof" = ( /obj/structure/sign/safety/restrictedarea{ pixel_x = 15 }, /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/lv522/oob) -"epo" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) -"eqz" = ( -/obj/structure/surface/table/almayer, -/obj/item/clothing/suit/storage/hazardvest, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/filt) -"eqO" = ( -/obj/structure/bed/sofa/south/grey/left{ - pixel_y = 16 +"eok" = ( +/obj/structure/bed/chair{ + dir = 1 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"eqT" = ( -/obj/structure/machinery/portable_atmospherics/canister/phoron, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"eoq" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "45" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"eoN" = ( +/obj/structure/largecrate, /turf/open/floor/corsat/plate, -/area/lv522/indoors/c_block/mining) -"eqV" = ( +/area/lv522/atmos/east_reactor/west) +"epi" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/landing_zone_1/ceiling) +"epo" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) +"epA" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/gm/river, +/area/lv522/landing_zone_1/tunnel/far) +"epU" = ( +/turf/open/floor/corsat/squares, +/area/lv522/atmos/north_command_centre) +"eqd" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/light{ + dir = 1 + }, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"eql" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "77" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"eqC" = ( +/obj/structure/surface/table/almayer{ dir = 1; - network = list("interrogation") + flipped = 1 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"eqG" = ( +/turf/open/floor/corsat/squares, +/area/lv522/oob) +"eqI" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"eqP" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "24" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"err" = ( +/obj/structure/bed/chair{ + dir = 4; + pixel_x = 3 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 }, -/obj/structure/machinery/light/small, /turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"erd" = ( -/turf/open/floor/plating/platingdmg3, -/area/lv522/indoors/a_block/kitchen/damage) -"eri" = ( -/obj/item/stack/sheet/metal, -/obj/item/shard{ - icon_state = "medium" +/area/lv522/indoors/a_block/fitness) +"eru" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass{ + name = "\improper Marshal Office Armory" }, -/obj/item/stack/rods, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/glass) -"ert" = ( -/obj/structure/surface/table/almayer, -/obj/structure/window/reinforced{ +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/c_block/mining) +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Sec-Armoury-Lockdown" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/security) "erA" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_west_street) -"erF" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Generator Room"; - welded = 1 - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/lone_buildings/engineering) -"erK" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +"erH" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/east_reactor/south) +"erU" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor) -"erM" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 + dir = 5 }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"erT" = ( -/obj/structure/stairs/perspective{ - dir = 10; - icon_state = "p_stair_full" +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/cargo_intake) +"erW" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_y = 5 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) +/obj/item/tool/pen/blue/clicky, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/obj/effect/landmark/corpsespawner/colonist/burst, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "esa" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms) -"esn" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) +"esk" = ( +/obj/structure/closet/crate, +/obj/item/tool/pickaxe/silver, +/obj/item/tool/pickaxe/silver, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/lone_buildings/storage_blocks) "eso" = ( /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"esq" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/oob/w_y_vault) -"ess" = ( -/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ - dir = 8; - pixel_y = 16 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/north) "esw" = ( /obj/structure/surface/table/almayer, /obj/item/storage/box/matches{ @@ -9041,73 +9059,94 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) -"esA" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper A-Block - Colony Operations Centre Airlock" +"esO" = ( +/obj/structure/largecrate/random/barrel{ + layer = 5.1; + pixel_x = 13; + pixel_y = 16 + }, +/obj/structure/machinery/light{ + dir = 1 }, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "LV522CIC_1"; - name = "\improper Storm Shutters" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/admin) -"esC" = ( -/obj/structure/largecrate/random/mini, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2/ceiling) -"etp" = ( -/obj/structure/machinery/camera/autoname, -/obj/structure/machinery/light/small{ - dir = 1 +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/bridges/op_centre) +"esV" = ( +/obj/structure/cargo_container/wy/left, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/atmos/cargo_intake) +"etb" = ( +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/command_centre) +"etc" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/cameras/wooden_tv/broadcast{ + pixel_x = 16; + pixel_y = 7 }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) -"etw" = ( -/obj/structure/bed/chair{ +/obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"etx" = ( -/turf/open/gm/river, -/area/lv522/indoors/a_block/kitchen/damage) -"etG" = ( -/obj/structure/platform_decoration{ +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/lv522/indoors/a_block/dorms) +"ete" = ( +/obj/structure/bed/chair/comfy{ dir = 4 }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/south_west_street) -"etS" = ( -/obj/structure/largecrate/guns/merc{ - icon_state = "case_double"; - name = "supply crate" +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/obj/structure/machinery/light, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/bridges/op_centre) -"etZ" = ( -/obj/structure/machinery/light{ - dir = 8 +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/east_reactor/south) +"etk" = ( +/obj/structure/prop/server_equipment/yutani_server/broken{ + density = 0; + layer = 3.5; + pixel_y = 16 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/casino) -"eud" = ( -/turf/open/floor/strata/white_cyan1/east, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) +"ets" = ( +/obj/structure/machinery/bioprinter, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/cyan2/east, /area/lv522/indoors/a_block/medical) +"etx" = ( +/turf/open/gm/river, +/area/lv522/indoors/a_block/kitchen/damage) +"etB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/north_street) +"etF" = ( +/obj/structure/bed/chair/comfy, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"etJ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/west) +"eub" = ( +/obj/structure/platform, +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/landing_zone_1) "euk" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" +/obj/structure/reagent_dispensers/watertank, +/obj/structure/platform_decoration{ + dir = 8 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) +/area/lv522/indoors/c_block/cargo) "eur" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -9119,27 +9158,48 @@ /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) "eus" = ( -/obj/structure/surface/table/almayer, -/obj/item/co2_cartridge{ - pixel_x = -8; - pixel_y = 14 +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 }, -/obj/item/clothing/accessory/armband/engine, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"evz" = ( -/obj/structure/machinery/door/airlock/almayer/maint{ - dir = 1; - welded = 1 +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor) +"euv" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/security) +"euO" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "West LZ Storage"; + name = "Emergency Lockdown" }, /turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/south) -"evE" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/item/tool/weldingtool/simple, +/area/lv522/indoors/lone_buildings/storage_blocks) +"evf" = ( +/obj/structure/machinery/door/airlock/hatch/cockpit/three, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"evj" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"evt" = ( +/turf/open/floor/bcircuit, +/area/lv522/atmos/east_reactor/south) +"evJ" = ( +/obj/effect/decal/cleanable/vomit{ + icon_state = "vomit_2" + }, +/turf/open/floor/strata/white_cyan3/east, +/area/lv522/indoors/a_block/medical/glass) "evQ" = ( /obj/structure/barricade/sandbags, /obj/item/trash/uscm_mre{ @@ -9159,42 +9219,7 @@ pixel_y = -16 }, /turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/north_east_street) -"evT" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/surface/table/almayer, -/obj/item/tool/kitchen/tray{ - layer = 2.9; - pixel_y = 3 - }, -/obj/item/reagent_container/food/condiment/saltshaker, -/obj/item/reagent_container/food/condiment/peppermill{ - pixel_x = 9 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"evV" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/outdoor) -"ewh" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"ewq" = ( -/obj/structure/largecrate, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_1/ceiling) -"ewz" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/admin) +/area/lv522/outdoors/colony_streets/north_east_street) "ewE" = ( /obj/structure/platform{ dir = 4 @@ -9205,29 +9230,20 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_2) -"exa" = ( -/obj/structure/machinery/conveyor{ - dir = 4; - id = "lv_gym_2"; - name = "treadmill" - }, -/obj/structure/machinery/conveyor_switch{ - id = "lv_gym_2"; - name = "treadmill switch"; - pixel_x = -9; - pixel_y = 8 +"ewL" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"exh" = ( -/obj/structure/curtain/medical, +/turf/open/floor/strata/multi_tiles, +/area/lv522/indoors/c_block/mining) +"exi" = ( /obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/medical/glass) -"exn" = ( -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges/garden_bridge) +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "exu" = ( /obj/structure/surface/rack, /obj/item/tool/minihoe{ @@ -9248,92 +9264,78 @@ /obj/item/tool/wirecutters/clippers, /turf/open/floor/prison, /area/lv522/indoors/b_block/hydro) -"exG" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/bridges/op_centre) +"exz" = ( +/obj/structure/barricade/deployable{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"exI" = ( +/obj/structure/ore_box, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/lone_buildings/storage_blocks) +"exJ" = ( +/turf/open/floor/corsat/brown/southwest, +/area/lv522/atmos/command_centre) +"exW" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_ew_full_cap" + }, +/obj/structure/platform/stair_cut/alt, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) "eyc" = ( /obj/structure/platform{ dir = 1 }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/central_streets) -"eye" = ( -/obj/structure/surface/rack, -/obj/item/stack/sheet/mineral/silver{ - amount = 20 - }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/atmos/cargo_intake) -"eyg" = ( -/obj/item/prop/colony/used_flare, -/turf/open/floor/prison/blue/southwest, -/area/lv522/indoors/a_block/admin) -"eyi" = ( -/turf/open/floor/prison/cell_stripe/east, -/area/lv522/atmos/outdoor) -"eyr" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) -"eyt" = ( -/obj/structure/machinery/vending/coffee{ - density = 0; - pixel_x = 11; - pixel_y = 16 +"eyw" = ( +/obj/effect/landmark/monkey_spawn, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/filt) +"eyD" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/obj/item/prop/alien/hugger, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/glass) -"eyx" = ( -/obj/structure/cargo_container/kelland/left, -/turf/open/auto_turf/shale/layer1, -/area/lv522/outdoors/w_rockies) -"eyz" = ( -/obj/structure/reagent_dispensers/water_cooler/stacks{ - pixel_x = 1; - pixel_y = 6 +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/obj/structure/reagent_dispensers/water_cooler{ - pixel_x = -9; - pixel_y = 12 +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/cargo_intake) +"eyL" = ( +/obj/structure/stairs/perspective{ + dir = 6; + icon_state = "p_stair_full" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/central_streets) "eyM" = ( /obj/item/stack/tile/wood{ layer = 2.5 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"eyQ" = ( -/obj/structure/coatrack{ - pixel_x = 11 - }, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) -"eyS" = ( -/obj/effect/landmark/survivor_spawner, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/admin) +"eyU" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/asphalt/cement/cement2, +/area/lv522/outdoors/colony_streets/south_street) "eyV" = ( -/obj/structure/toilet{ - dir = 4 - }, -/obj/item/prop/alien/hugger, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/dorms) -"ezg" = ( -/obj/structure/machinery/space_heater/radiator/red{ - dir = 4 +/obj/structure/bed/chair{ + dir = 8 }, -/obj/structure/pipes/vents/pump, -/turf/open/floor/prison/darkpurplefull2, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/hydro) +"ezg" = ( +/turf/open/floor/prison/darkpurple2, /area/lv522/indoors/a_block/dorms) "ezo" = ( /obj/structure/surface/table/almayer, @@ -9359,39 +9361,25 @@ /obj/structure/pipes/vents/pump, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor/east) -"ezK" = ( -/obj/structure/machinery/light, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan2/west, +"ezD" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"ezF" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms) -"ezQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -8; - pixel_y = 16 - }, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = 8; - pixel_y = 16 - }, -/obj/structure/machinery/light{ - dir = 8 +"ezR" = ( +/obj/structure/window/framed/strata/reinforced, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Sec-Kitchen-Lockdown" }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/kitchen) "ezU" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/north_command_centre) -"eAj" = ( -/obj/structure/surface/rack, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) "eAm" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -9399,14 +9387,15 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"eAt" = ( -/obj/structure/prop/ice_colony/ground_wire, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"eAw" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/brown/northeast, -/area/lv522/atmos/east_reactor/south) +"eAp" = ( +/obj/structure/surface/rack, +/obj/item/storage/bag/ore, +/obj/item/storage/bag/ore, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) "eAC" = ( /obj/structure/surface/table/almayer, /obj/structure/bed/chair{ @@ -9416,19 +9405,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen/glass) -"eAG" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"eAR" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper C-Block - Radio Tower Airlock" +"eAJ" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/machinery/portable_atmospherics/hydroponics{ + icon_state = "hydrotray4" }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/t_comm) +/turf/open/floor/plating/platebotc, +/area/lv522/indoors/b_block/hydro/glass) "eAT" = ( /obj/structure/surface/table/almayer, /obj/structure/pipes/standard/simple/hidden/green, @@ -9439,44 +9422,90 @@ /obj/item/reagent_container/glass/fertilizer, /turf/open/floor/prison, /area/lv522/indoors/b_block/hydro) +"eBd" = ( +/obj/structure/closet/secure_closet/marshal, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) "eBi" = ( /obj/item/stack/cable_coil/cut, /obj/item/stack/cable_coil/cut, /turf/open/floor/plating, /area/lv522/atmos/east_reactor) -"eBR" = ( +"eBp" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/bridges) +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Family Dormitories" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) +"eBw" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"eBy" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"eBz" = ( +/obj/item/device/defibrillator, +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/medical/glass) +"eBN" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) +"eBV" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/fancy/cigarettes/wypacket{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/clothing/suit/storage/jacket/marine/corporate, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) "eCe" = ( /obj/effect/alien/resin/sticky, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) "eCh" = ( -/obj/item/reagent_container/spray/cleaner/drone{ - pixel_x = -3; - pixel_y = 6 +/turf/open/floor/corsat/browncorner/west, +/area/lv522/oob) +"eCz" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 3 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) -"eCk" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 +/obj/structure/machinery/computer3/server/rack, +/turf/open/floor/bcircuit, +/area/lv522/indoors/c_block/mining) +"eCI" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/plate, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = 4; + pixel_y = 15 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/south_west_street) -"eCw" = ( -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/bridges/corpo) -"eCB" = ( -/obj/structure/filtration/machine_96x96{ - icon_state = "disinfection" +/obj/item/reagent_container/food/snacks/grilledcheese{ + pixel_x = -3; + pixel_y = 7 }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/oob) +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"eCM" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/west_reactor) "eCO" = ( /obj/structure/largecrate/random, /obj/effect/decal/warning_stripes{ @@ -9489,10 +9518,13 @@ }, /turf/open/floor/corsat, /area/lv522/atmos/cargo_intake) -"eCV" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security/glass) +"eCW" = ( +/obj/structure/tunnel{ + pixel_x = 2; + pixel_y = -6 + }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/west_reactor) "eDc" = ( /obj/structure/bed/chair, /obj/structure/machinery/space_heater/radiator/red{ @@ -9500,6 +9532,19 @@ }, /turf/open/floor/plating, /area/lv522/indoors/a_block/security) +"eDh" = ( +/obj/structure/stairs/perspective{ + dir = 5; + icon_state = "p_stair_full" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"eDo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/corpo/glass) "eDq" = ( /obj/structure/platform{ dir = 1 @@ -9509,6 +9554,44 @@ }, /turf/open/gm/river, /area/lv522/outdoors/colony_streets/south_street) +"eDt" = ( +/obj/structure/curtain/red, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"eDv" = ( +/obj/effect/spawner/gibspawner/human, +/obj/item/clothing/suit/storage/marine/smartgunner, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/darkpurple2/north, +/area/lv522/indoors/a_block/dorms) +"eDw" = ( +/obj/structure/filingcabinet/seeds{ + density = 0; + pixel_x = -8; + pixel_y = 16 + }, +/obj/structure/filingcabinet/seeds{ + density = 0; + pixel_x = 7; + pixel_y = 16 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) +"eDy" = ( +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 9 + }, +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_y = 10 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) "eDz" = ( /obj/structure/surface/table/almayer{ flipped = 1 @@ -9516,46 +9599,37 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"eDO" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) +"eDF" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"eDQ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor) "eDS" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/auto_turf/shale/layer2, /area/lv522/outdoors/n_rockies) -"eEe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/emcloset, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) -"eEf" = ( -/turf/open/floor/corsat/brown/southwest, -/area/lv522/atmos/east_reactor/east) -"eEz" = ( -/obj/structure/surface/table/almayer, -/obj/item/trash/plate{ - pixel_x = 1; - pixel_y = 3 - }, -/obj/item/trash/plate{ - pixel_x = 1; - pixel_y = 6 - }, -/obj/item/reagent_container/food/condiment/peppermill{ - pixel_x = 4 +"eEo" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/item/reagent_container/food/condiment/saltshaker{ - pixel_x = -4 +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/hallway) +"eEp" = ( +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_east_street) +"eEO" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "24" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) -"eEM" = ( -/turf/open/floor/prison/darkpurple2/east, -/area/lv522/indoors/a_block/dorms) +/area/lv522/landing_zone_forecon/UD6_Tornado) +"eEY" = ( +/turf/open/asphalt/cement/cement14, +/area/lv522/outdoors/colony_streets/south_east_street) "eFb" = ( /obj/structure/machinery/light{ dir = 4 @@ -9563,52 +9637,18 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"eFg" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/radio/off{ - layer = 3.1; - pixel_x = -5; - pixel_y = 14 - }, -/obj/item/tool/screwdriver, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2/ceiling) -"eFh" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/reagentgrinder{ - pixel_x = -3; - pixel_y = 12 - }, -/obj/item/tool/wrench{ - pixel_y = -6 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) +"eFq" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) "eFt" = ( /obj/vehicle/train/cargo/engine, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) "eFy" = ( -/obj/structure/reagent_dispensers/fueltank{ - layer = 2.9 - }, -/obj/effect/decal/cleanable/liquid_fuel, -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/north_street) -"eFM" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_street) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan3, +/area/lv522/indoors/a_block/medical) "eFP" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/closed/wall/strata_outpost, @@ -9621,155 +9661,116 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/n_rockies) -"eGb" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/prop/almayer/computers/sensor_computer2, -/obj/structure/machinery/door_control/brbutton/alt{ - id = "Marked_1"; - name = "remote door-control"; - pixel_x = 7; - pixel_y = 16 - }, -/obj/structure/machinery/door_control/brbutton/alt{ - id = "Marked_2"; - name = "remote door-control"; - pixel_x = -8; - pixel_y = 16 - }, -/turf/open/floor/corsat/brown/northeast, -/area/lv522/oob) -"eGl" = ( -/obj/structure/largecrate/random/barrel, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) "eGQ" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor/east) -"eGS" = ( -/obj/effect/decal/cleanable/dirt, +"eGY" = ( +/obj/structure/largecrate/random/secure, +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/landing_zone_1) +"eHb" = ( /obj/structure/stairs/perspective{ + dir = 8; icon_state = "p_stair_full" }, -/turf/open/floor/plating, -/area/lv522/indoors/c_block/cargo) -"eGZ" = ( -/obj/effect/decal/cleanable/blood/xeno, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/platform/stair_cut{ + icon_state = "platform_stair_alt" }, -/obj/structure/platform_decoration{ - dir = 4 +/obj/structure/prop/invuln/overhead_pipe{ + dir = 8; + pixel_x = -6; + pixel_y = 6 }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_street) -"eHl" = ( -/obj/structure/largecrate/guns/russian, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_1/ceiling) -"eHm" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" +/obj/structure/prop/invuln/overhead_pipe{ + dir = 8; + pixel_x = 6; + pixel_y = 6 }, -/obj/structure/platform{ - dir = 8 +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"eHl" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_y = 3 }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/south_street) +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "eHy" = ( /obj/structure/surface/table/woodentable/fancy, /obj/structure/machinery/prop/almayer/computer/PC{ dir = 4; pixel_y = 3 }, -/turf/open/floor/wood, -/area/lv522/indoors/a_block/executive) -"eHC" = ( -/obj/structure/machinery/cm_vending/sorted/medical/no_access, -/turf/open/floor/strata/white_cyan3/west, -/area/lv522/indoors/a_block/medical/glass) -"eHF" = ( -/obj/structure/cargo_container/kelland/right, -/turf/open/floor/plating, -/area/lv522/indoors/c_block/cargo) -"eHH" = ( -/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ - dir = 8; - pixel_x = -20 - }, -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) -"eHJ" = ( -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) -"eHK" = ( -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -8; - pixel_y = 16 - }, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = 8; - pixel_y = 16 - }, -/obj/effect/spider/spiderling/nogrow, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"eHL" = ( -/obj/structure/girder, +/turf/open/floor/wood, +/area/lv522/indoors/a_block/executive) +"eHF" = ( +/obj/structure/cargo_container/kelland/right, /turf/open/floor/plating, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"eHQ" = ( -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/east) +/area/lv522/indoors/c_block/cargo) "eHY" = ( /obj/structure/surface/table/gamblingtable, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"eIe" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/bridges/garden_bridge) -"eIj" = ( +"eIh" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/filt) +"eIp" = ( /obj/structure/surface/table/almayer, -/obj/item/device/binoculars, -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) -"eIr" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "17" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"eIy" = ( -/obj/structure/machinery/recharge_station, -/obj/item/shard{ - icon_state = "medium" +/obj/structure/machinery/computer/cameras/wooden_tv{ + pixel_y = 6 }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/engineering) -"eIK" = ( -/obj/structure/prop/invuln/overhead/flammable_pipe/fly, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) -"eIY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) +"eIt" = ( /obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC, -/obj/structure/window/reinforced{ +/obj/structure/machinery/faxmachine/uscm/brig, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security/glass) +"eIJ" = ( +/obj/structure/machinery/colony_floodlight{ + layer = 4.3 + }, +/obj/structure/platform{ dir = 8 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"eJe" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_east_street) +"eIP" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) +"eIV" = ( +/obj/structure/closet/secure_closet/miner, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"eIZ" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "3" + }, +/obj/structure/machinery/computer/cameras/wooden_tv{ + pixel_y = 29 + }, +/obj/item/prop{ + desc = "Something about a research lab."; + icon = 'icons/obj/items/paper.dmi'; + icon_state = "folder_black"; + name = "USCM classified intelligence folder" + }, +/turf/open/floor/corsat/brown/north, +/area/lv522/oob) "eJm" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/bed{ @@ -9785,24 +9786,38 @@ }, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) -"eJI" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" +"eJy" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"eJN" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/landing_zone_1) +/turf/open/floor/corsat/browncorner, +/area/lv522/atmos/north_command_centre) "eJR" = ( /turf/open/floor/prison, /area/lv522/outdoors/colony_streets/windbreaker/observation) -"eKl" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) +"eJX" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/auto_turf/shale/layer1, +/area/lv522/outdoors/w_rockies) "eKm" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/organic/grass, /area/lv522/indoors/a_block/garden) +"eKz" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"eKC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/prop/colony/used_flare, +/turf/open/floor/prison/blue, +/area/lv522/indoors/a_block/hallway) "eKH" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 @@ -9815,29 +9830,54 @@ }, /turf/open/floor/prison, /area/lv522/indoors/b_block/hydro) -"eKM" = ( -/turf/open/floor/prison/cell_stripe/east, -/area/lv522/indoors/lone_buildings/storage_blocks) +"eKN" = ( +/obj/structure/largecrate/random, +/obj/item/storage/box/packet/high_explosive{ + pixel_x = -5; + pixel_y = -14 + }, +/obj/item/storage/pill_bottle/packet/oxycodone{ + pixel_x = -1; + pixel_y = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_street) "eKU" = ( -/turf/open/floor/corsat/browncorner/north, -/area/lv522/atmos/east_reactor) -"eLk" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/south_west_street) -"eLm" = ( -/obj/structure/cargo_container/horizontal/blue/bottom{ - pixel_x = 6 +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) +"eKV" = ( +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/reactor_garage) +"eLd" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurple2, +/area/lv522/indoors/a_block/dorms) +"eLi" = ( +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/kitchen) +"eLl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/turf/open/floor/plating/platebot, -/area/lv522/indoors/c_block/cargo) -"eLB" = ( -/obj/structure/largecrate/random/barrel, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) +/obj/item/prop/alien/hugger{ + pixel_x = -7; + pixel_y = -5 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/outdoors/colony_streets/north_street) +"eLq" = ( +/obj/structure/bed/chair, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) "eLG" = ( /obj/item/lightstick/red/spoke/planted{ pixel_x = -19; @@ -9845,11 +9885,13 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"eLL" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/bridges/dorms_fitness) +"eLO" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + pixel_y = 9 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2/ceiling) "eLU" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, @@ -9859,85 +9901,53 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/corsat, /area/lv522/oob) -"eLX" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/bridge) -"eMd" = ( -/obj/structure/machinery/camera/autoname{ - dir = 8 - }, -/obj/structure/machinery/light/small{ +"eMk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair{ dir = 4 }, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges) -"eMx" = ( +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/c_block/t_comm) +"eMs" = ( +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/c_block/mining) +"eMw" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/bridges/op_centre) +"eMP" = ( /obj/structure/prop/ice_colony/dense/planter_box{ dir = 8 }, /obj/structure/flora/bush/ausbushes/reedbush{ pixel_y = 11 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/dorms) -"eMy" = ( -/obj/effect/landmark/static_comms/net_one, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/lone_buildings/engineering) -"eMM" = ( +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) +"eMQ" = ( +/obj/structure/machinery/vending/cola, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue/east, +/turf/open/floor/prison/blue_plate/north, /area/lv522/indoors/a_block/admin) -"eMT" = ( -/obj/structure/cargo_container/wy/right, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_1) "eNf" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/spawner/gibspawner/xeno, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/b_block/hydro) "eNx" = ( -/obj/structure/largecrate/random/secure, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) -"eNC" = ( -/obj/structure/machinery/door/airlock/almayer/maint{ +/obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) -"eND" = ( -/obj/structure/phone_base/colony_net{ - phone_category = "LV522 Chances Claim"; - phone_color = "red"; - phone_id = "Reactor Central Office"; - pixel_y = 26 +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) -"eNN" = ( -/obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness/glass) +/turf/open/floor/wood, +/area/lv522/indoors/a_block/executive) "eNO" = ( -/obj/structure/machinery/body_scanconsole, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical) -"eOd" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/colony, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/south) +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2/ceiling) "eOe" = ( /obj/structure/bed/chair{ dir = 4 @@ -9947,37 +9957,32 @@ }, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) +"eOy" = ( +/obj/structure/closet/firecloset/full, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) +"eOD" = ( +/obj/structure/machinery/cm_vending/sorted/medical/blood, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical/glass) "eOE" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) -"eOF" = ( -/obj/structure/prop/invuln/fire{ - pixel_x = -7; - pixel_y = 24 - }, -/obj/structure/prop/invuln/fire{ - pixel_x = -8; - pixel_y = 10 - }, -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "70" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"eOM" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/tool/pen/blue/clicky, -/obj/structure/machinery/light{ - dir = 1 +"eOH" = ( +/obj/structure/bed/chair{ + dir = 4 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/reactor_garage) +"eOX" = ( +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical) "ePl" = ( /obj/structure/prop/invuln/fire{ pixel_x = -8; @@ -9991,128 +9996,182 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"eQj" = ( -/obj/structure/prop/server_equipment/yutani_server/broken, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) -"eQH" = ( -/obj/effect/spawner/gibspawner/xeno, -/obj/structure/platform_decoration{ - dir = 1 - }, -/obj/effect/decal/cleanable/generic, -/turf/open/floor/prison/darkpurple2, -/area/lv522/indoors/a_block/dorms) -"eRY" = ( -/obj/structure/coatrack{ - pixel_x = 10; - pixel_y = 9 - }, -/obj/item/clothing/suit/storage/snow_suit/survivor/parka/yellow{ - pixel_x = 8; - pixel_y = 13 +"ePs" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 16 }, -/obj/item/clothing/suit/storage/snow_suit/survivor/parka/green{ +/obj/structure/filingcabinet{ + density = 0; pixel_x = 8; - pixel_y = 11 + pixel_y = 16 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"eSd" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whiteyellowfull/east, +/turf/open/floor/strata/white_cyan1/east, /area/lv522/indoors/a_block/corpo) -"eSe" = ( -/obj/structure/platform, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/south_west_street) -"eSh" = ( -/obj/structure/pipes/vents/pump, +"ePE" = ( /obj/structure/surface/table/almayer, +/obj/item/trash/plate, +/obj/item/reagent_container/food/snacks/mushroompizzaslice, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) +"ePV" = ( +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/south_east_street) +"eQc" = ( +/obj/structure/cargo_container/horizontal/blue/middle, +/turf/open/floor/plating/platebot, +/area/lv522/indoors/c_block/cargo) +"eQq" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/reagent_container/food/drinks/cans/waterbottle{ - pixel_x = 7; - pixel_y = 7 - }, -/obj/item/reagent_container/food/drinks/cans/waterbottle{ - pixel_y = 7 - }, -/obj/item/reagent_container/food/drinks/cans/waterbottle{ - pixel_x = -7; - pixel_y = 7 - }, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/atmos/way_in_command_centre) +"eQJ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, /turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) -"eSi" = ( -/obj/structure/machinery/portable_atmospherics/hydroponics{ - icon_state = "hydrotray4" - }, -/obj/structure/window{ - dir = 8 +/area/lv522/atmos/east_reactor/south) +"eRd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"eRK" = ( +/obj/item/stack/rods, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/platebotc, -/area/lv522/indoors/b_block/hydro/glass) -"eSn" = ( -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_full" - }, -/obj/structure/platform, /turf/open/floor/prison/blue_plate/north, /area/lv522/indoors/a_block/admin) +"eRL" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) "eSx" = ( /obj/effect/spider/spiderling/nogrow, /turf/open/floor/prison, /area/lv522/indoors/a_block/security/glass) +"eSD" = ( +/obj/item/stack/sheet/metal, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/n_rockies) "eSF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/computer/telecomms/server{ - pixel_y = 16 +/obj/structure/machinery/light, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 }, -/obj/structure/bed/chair/comfy{ - dir = 1 +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"eSP" = ( +/turf/open/floor/prison/blue/northeast, +/area/lv522/indoors/a_block/admin) +"eSV" = ( +/obj/structure/machinery/conveyor{ + dir = 5; + id = "cargo_container" }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/c_block/t_comm) -"eSN" = ( -/obj/item/stack/sheet/wood, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /obj/structure/machinery/light{ - dir = 4 + dir = 1 }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) "eSY" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/c_block/cargo) -"eTl" = ( -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -4; - pixel_y = 24 +"eTf" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/obj/structure/girder/reinforced, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/glass) +"eTi" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2 + }, +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "LZ1_Lockdown_Lo"; + name = "Emergency Lockdown" + }, +/turf/open/floor/corsat/marked, +/area/lv522/landing_zone_1/ceiling) "eTt" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/atmos/outdoor) +"eTA" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor) +"eTE" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/prop/almayer/computers/sensor_computer1, +/turf/open/floor/corsat/brown/northwest, +/area/lv522/oob) "eTF" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv522/atmos/west_reactor) +"eTG" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"eTL" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) "eTQ" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/sewer) +"eTW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurple2/southeast, +/area/lv522/indoors/a_block/dorms) +"eUa" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/east) +"eUe" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass{ + dir = 1; + name = "\improper Marshals Office"; + req_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "Sec-Kitchen-Lockdown"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/security) "eUf" = ( /obj/item/ammo_magazine/m2c{ current_rounds = 0; @@ -10132,114 +10191,149 @@ "eUh" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/security) +"eUi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) "eUt" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) -"eUz" = ( -/obj/structure/machinery/light{ - dir = 8 +"eUA" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "66" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"eUG" = ( +/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 'Typhoon' flight controls"; + network = null; + pixel_y = 21 + }, +/obj/structure/bed/chair/dropship/pilot{ + dir = 1 + }, +/obj/structure/machinery/light/double{ + dir = 1; + layer = 2.9; + pixel_y = 9 + }, +/obj/item/prop/almayer/flight_recorder{ + layer = 2.9; + pixel_x = -9; + pixel_y = 4 + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"eUL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/bridges/corpo) +/area/lv522/indoors/a_block/bridges) +"eUR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) "eUX" = ( /obj/effect/landmark/survivor_spawner, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"eVA" = ( -/obj/effect/decal/cleanable/blood/drip, +"eUZ" = ( +/obj/structure/ore_box, +/turf/open/floor/plating/platebot, +/area/lv522/indoors/c_block/cargo) +"eVr" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"eVu" = ( /obj/structure/machinery/light{ dir = 8 }, -/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/engineering) +"eVF" = ( +/obj/structure/reagent_dispensers/watertank, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/bridges/corpo) -"eVJ" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/belt/utility, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) +/turf/open/floor/corsat/marked, +/area/lv522/atmos/way_in_command_centre) "eVO" = ( -/obj/structure/tent/big, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_street) -"eWb" = ( -/obj/structure/machinery/optable, +/obj/structure/closet/secure_closet/miner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"eWt" = ( +/obj/structure/machinery/iv_drip, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical/glass) +"eWv" = ( +/obj/effect/spawner/gibspawner/xeno, /obj/structure/machinery/light{ - dir = 4 + dir = 8 }, /obj/structure/pipes/vents/pump, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/cyan2/east, -/area/lv522/indoors/a_block/medical) -"eWx" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/north_command_centre) -"eWA" = ( -/obj/structure/machinery/vending/dinnerware, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) +"eWM" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) -"eWX" = ( -/obj/structure/fence{ - layer = 2.8 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles, +/area/lv522/indoors/c_block/mining) +"eWN" = ( +/obj/item/reagent_container/food/snacks/meat/human, +/turf/open/floor/corsat/browncorner/west, +/area/lv522/oob) +"eWO" = ( +/obj/structure/machinery/telecomms/bus/preset_one, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/outdoor_bot) "eXe" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor/west) -"eXh" = ( -/obj/structure/bed/chair/comfy, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) -"eXn" = ( -/obj/structure/surface/table/almayer, -/obj/item/folder/black_random, +"eXm" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"eXp" = ( -/obj/structure/bed/chair/comfy, -/obj/item/stack/sheet/wood, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/colony_streets/north_west_street) -"eXy" = ( +/turf/open/floor/corsat/marked, +/area/lv522/atmos/way_in_command_centre) +"eXs" = ( /obj/structure/machinery/light{ - dir = 1 + dir = 8 }, +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security/glass) -"eXA" = ( -/turf/open/floor/corsat/marked, -/area/lv522/indoors/lone_buildings/engineering) -"eXC" = ( -/obj/item/stack/rods, -/turf/open/floor/prison/blue/north, -/area/lv522/indoors/a_block/admin) +/area/lv522/indoors/a_block/bridges/corpo) +"eXv" = ( +/turf/open/floor/wood/wood_broken6, +/area/lv522/indoors/b_block/bar) "eXG" = ( /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_2) +"eXN" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" + }, +/obj/structure/platform/stair_cut, +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/south_street) "eXO" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 5 @@ -10270,10 +10364,27 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) -"eYo" = ( -/obj/structure/machinery/landinglight/ds1/delayone, +"eYp" = ( /turf/open/floor/plating, -/area/lv522/landing_zone_1) +/area/lv522/landing_zone_1/ceiling) +"eYx" = ( +/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 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) +"eYy" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) "eYA" = ( /obj/item/clothing/head/headband/tan{ pixel_x = -10; @@ -10281,31 +10392,38 @@ }, /turf/open/floor/prison, /area/lv522/atmos/outdoor) -"eYH" = ( -/obj/effect/decal/cleanable/blood/oil/streak, -/obj/structure/surface/table/reinforced/prison, -/obj/item/tool/extinguisher, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) +"eYG" = ( +/obj/structure/window/framed/strata/reinforced, +/obj/structure/curtain/red, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/t_comm) "eYM" = ( /turf/closed/wall/strata_outpost/reinforced, /area/lv522/landing_zone_1/tunnel) -"eZo" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/radio/off{ - pixel_x = -5; - pixel_y = 4 +"eYO" = ( +/obj/structure/window_frame/strata, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/b_block/bar) +"eYW" = ( +/obj/structure/largecrate/random, +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/obj/item/clothing/suit/storage/apron/overalls{ - pixel_x = 8 +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/nw_rockies) +"eZg" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/glass) +"eZI" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + pixel_y = 5 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb2/dynamic, /turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) +/area/lv522/indoors/c_block/cargo) "eZM" = ( /obj/structure/bed/chair/wood/normal{ dir = 4 @@ -10313,38 +10431,35 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"eZP" = ( -/obj/structure/filingcabinet/seeds{ - density = 0; - pixel_x = -8; - pixel_y = 16 +"eZT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -9; + pixel_y = 11 }, -/obj/structure/filingcabinet/seeds{ - density = 0; - pixel_x = 7; - pixel_y = 16 +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/c_block/t_comm) +"fab" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"eZR" = ( -/obj/effect/spawner/gibspawner/xeno, -/obj/effect/decal/cleanable/blood/xeno{ - icon_state = "xgib3" +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) +"fau" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper C-Block - Casino Airlock"; + welded = 1 }, /turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/south) -"fag" = ( -/obj/item/storage/backpack, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/indoors/a_block/fitness) -"fav" = ( -/obj/structure/stairs/perspective{ - dir = 4; - icon_state = "p_stair_full" +/area/lv522/indoors/c_block/casino) +"faz" = ( +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/south_street) +/obj/item/prop/alien/hugger, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "faQ" = ( /obj/structure/bed/chair/comfy{ dir = 8; @@ -10352,28 +10467,37 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) +"faS" = ( +/obj/item/reagent_container/glass/rag, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/indoors/a_block/fitness) +"faT" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/cell_stripe/west, +/area/lv522/atmos/reactor_garage) "fba" = ( /obj/structure/flora/bush/ausbushes/grassybush{ layer = 2.9 }, /turf/open/floor/grass, /area/lv522/indoors/a_block/garden) -"fbc" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/landing_zone_1) -"fbm" = ( -/obj/structure/prop/vehicles, -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) -"fbr" = ( +"fbg" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 }, -/turf/open/floor/corsat/brown/north, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/filt) +"fbi" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"fbt" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/marked, /area/lv522/atmos/east_reactor/south) "fbA" = ( /obj/structure/prop/invuln/ice_prefab/standalone{ @@ -10381,49 +10505,39 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) -"fbH" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 - }, -/turf/open/floor/corsat/browncorner/east, -/area/lv522/oob) -"fbI" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/faxmachine{ - pixel_y = 5 +"fbF" = ( +/obj/structure/barricade/wooden{ + dir = 8 }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2/ceiling) -"fbP" = ( -/obj/effect/landmark/monkey_spawn, +/obj/effect/decal/cleanable/blood/gibs, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges/op_centre) +"fbL" = ( +/turf/open/asphalt/cement/cement15, +/area/lv522/outdoors/colony_streets/central_streets) +"fbR" = ( +/obj/item/prop/alien/hugger, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/prop/ice_colony/ground_wire, -/turf/open/floor/corsat/browncorner/north, -/area/lv522/atmos/command_centre) -"fbV" = ( -/obj/structure/surface/rack, -/obj/item/reagent_container/spray/cleaner{ - pixel_x = 6 +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/security) +"fcl" = ( +/obj/item/storage/toolbox/electrical{ + pixel_y = -6 }, -/obj/item/reagent_container/spray/cleaner, -/obj/item/reagent_container/spray/cleaner{ - pixel_x = -6 +/obj/item/storage/toolbox/mechanical/green{ + pixel_x = -11; + pixel_y = 9 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spider/spiderling/nogrow, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) -"fcM" = ( -/obj/structure/surface/table/almayer, -/obj/item/clothing/gloves/boxing, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"fcS" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/cell_stripe/west, -/area/lv522/indoors/c_block/cargo) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) +"fcB" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper B-Block Bar" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/b_block/bar) "fdh" = ( /obj/item/lightstick/red/spoke/planted{ pixel_x = 11; @@ -10431,144 +10545,84 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/landing_zone_2) +"fdj" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/cyan2/east, +/area/lv522/indoors/a_block/medical) "fdn" = ( /obj/structure/surface/table/woodentable/fancy, /obj/item/trash/plate, /turf/open/floor/carpet, /area/lv522/indoors/b_block/bar) -"fdu" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 1 - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/mining) -"fdv" = ( +"fds" = ( +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_west_street) +"fdz" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/spider/spiderling/nogrow, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/lone_buildings/storage_blocks) -"fdA" = ( -/obj/structure/surface/table/almayer, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/b_block/bridge) +"fdH" = ( +/obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/prop/almayer/computer/PC{ - dir = 8 + dir = 4 }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"fdP" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/security) "fdS" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/item/stack/rods, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"fed" = ( -/obj/structure/barricade/wooden, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/admin) -"fee" = ( -/obj/structure/surface/table/almayer, -/obj/item/stack/sheet/metal/medium_stack, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/cargo) "fej" = ( /obj/structure/bed/roller, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) -"fek" = ( -/obj/item/clothing/head/helmet/marine/grenadier{ - armor_bullet = 10; - desc = "Pairs with the M3-G4 heavy grenadier plating. A distant cousin of the experimental B18 defensive helmet. Decorated with a blue stripe the large hole in the side of this helmet somewhat limits its protection."; - name = "\improper damaged M3-G4 grenadier helmet"; - pixel_x = 3; - pixel_y = 13 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_street) -"fel" = ( -/turf/open/floor/corsat/brown, -/area/lv522/oob) -"fen" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper A-Block Security Airlock" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - id = "Sec-Corpo-Bridge-Lockdown" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/security) -"fet" = ( -/obj/structure/filingcabinet{ - density = 0; - layer = 3.1; - pixel_x = 8; - pixel_y = 18 +"fer" = ( +/obj/structure/machinery/light{ + dir = 8 }, -/obj/structure/filingcabinet/chestdrawer{ +/turf/open/floor/prison/cell_stripe/north, +/area/lv522/atmos/way_in_command_centre) +"feI" = ( +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/c_block/cargo) +"feK" = ( +/obj/structure/machinery/chem_dispenser/soda{ density = 0; - pixel_x = -8; - pixel_y = 18 - }, -/obj/item/reagent_container/food/drinks/coffee{ - pixel_x = -10; - pixel_y = 21 + pixel_x = 1; + pixel_y = 14 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/multi_tiles, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) +"feQ" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/floor/prison/darkbrownfull2, /area/lv522/indoors/c_block/mining) -"feA" = ( -/obj/structure/prop/invuln/overhead_pipe{ - pixel_y = -6 - }, -/obj/structure/prop/invuln/overhead_pipe{ - pixel_y = 10 - }, -/obj/structure/barricade/wooden{ - dir = 4 +"feV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname, +/obj/structure/machinery/light/small{ + dir = 1 }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"feB" = ( -/obj/structure/machinery/light, -/obj/structure/machinery/disposal, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical) "ffe" = ( -/obj/structure/surface/table/almayer, -/obj/structure/window/reinforced, -/obj/item/clothing/accessory/medal/bronze{ - pixel_x = -6; - pixel_y = 1 - }, -/obj/item/clothing/accessory/medal/bronze{ - pixel_x = 6; - pixel_y = 4 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"ffg" = ( -/obj/item/ammo_magazine/rifle/heap{ - current_rounds = 0 - }, -/obj/effect/decal{ - icon = 'icons/mob/xenos/effects.dmi'; - icon_state = "acid_weak"; - layer = 2; - name = "weak acid"; - pixel_x = -10; - pixel_y = 4 +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1 }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/north_street) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/bridge) "ffj" = ( /obj/item/prop/alien/hugger, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/c_block/cargo) -"fft" = ( -/turf/open/floor/corsat/browncorner, -/area/lv522/atmos/west_reactor) -"ffB" = ( -/turf/open/floor/corsat/marked, -/area/lv522/landing_zone_1/ceiling) "ffG" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/structure/girder, @@ -10584,6 +10638,12 @@ }, /turf/open/floor/prison, /area/lv522/landing_zone_2) +"ffR" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/paper, +/obj/item/tool/pen/blue/clicky, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) "fgf" = ( /obj/item/ammo_magazine/m2c{ current_rounds = 0; @@ -10598,10 +10658,19 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"fgp" = ( -/obj/effect/decal/cleanable/generic, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) +"fgm" = ( +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/medical/glass) +"fgr" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/barricade/wooden{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/c_block/cargo) "fgv" = ( /obj/effect/decal/warning_stripes{ icon_state = "NE-out"; @@ -10610,12 +10679,24 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_west_street) +"fgw" = ( +/obj/structure/window_frame/strata, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "LV522CIC_1"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/hallway) "fgz" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ +/obj/structure/barricade/wooden{ dir = 1 }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) +/obj/item/tool/weldingtool, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/kitchen/glass) "fgB" = ( /obj/item/lightstick/red/spoke/planted{ pixel_x = 18; @@ -10623,50 +10704,21 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/east_central_street) -"fgC" = ( -/obj/structure/barricade/handrail/strata{ - dir = 4 - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/mining) -"fgD" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 - }, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) -"fgS" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/asphalt/cement/cement9, -/area/lv522/outdoors/colony_streets/north_street) -"fhk" = ( -/obj/structure/prop/holidays/string_lights{ - pixel_x = -13; - pixel_y = 5 - }, -/obj/structure/prop/holidays/string_lights{ - pixel_x = -1; - pixel_y = 5 +"fgF" = ( +/turf/open/floor/corsat/brown/southwest, +/area/lv522/atmos/filt) +"fha" = ( +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 }, -/turf/open/floor/plating/platebot, -/area/lv522/indoors/c_block/cargo) +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/colony_streets/north_east_street) "fhl" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 }, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"fhn" = ( -/obj/structure/platform, -/obj/structure/platform{ - dir = 4 - }, -/obj/structure/platform_decoration{ - dir = 6; - layer = 3.51 - }, -/turf/open/asphalt/cement, -/area/lv522/landing_zone_1) "fhu" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/generic, @@ -10677,28 +10729,37 @@ /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) "fhw" = ( -/turf/open/floor/corsat/brown, -/area/lv522/atmos/cargo_intake) -"fhD" = ( +/obj/structure/machinery/chem_dispenser/soda{ + density = 0; + pixel_y = 32 + }, /obj/effect/decal/cleanable/dirt, -/obj/item/weapon/twohanded/folded_metal_chair{ - pixel_x = -9; - pixel_y = 11 +/turf/open/floor/wood/wood_broken, +/area/lv522/indoors/b_block/bar) +"fhx" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/east_central_street) +"fhO" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/medical) +"fhS" = ( +/obj/structure/platform, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, /turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/t_comm) +/area/lv522/outdoors/colony_streets/south_east_street) "fib" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) -"fig" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NE-out"; - pixel_x = 1; - pixel_y = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) "fiu" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/structure/barricade/wooden{ @@ -10715,12 +10776,15 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/w_rockies) -"fiJ" = ( -/obj/structure/machinery/light{ - dir = 8 +"fiN" = ( +/obj/structure/prop/invuln/fire{ + pixel_x = 10; + pixel_y = 32 }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/lone_buildings/storage_blocks) +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "16" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "fiS" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -10730,14 +10794,6 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"fjf" = ( -/obj/structure/machinery/camera/autoname{ - dir = 1; - network = list("interrogation") - }, -/obj/structure/machinery/light/small, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/c_block/mining) "fjk" = ( /obj/structure/surface/rack, /obj/item/clothing/ears/earmuffs, @@ -10748,73 +10804,41 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) -"fjl" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "Bathroom" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 1 - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) "fjr" = ( /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_street) -"fju" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"fjw" = ( -/obj/structure/platform{ - dir = 8 +"fjy" = ( +/obj/structure/prop/server_equipment/yutani_server{ + density = 0; + pixel_y = 16 }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 +/obj/structure/machinery/atm{ + pixel_y = 11 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_street) -"fjB" = ( -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/east_central_street) -"fjO" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/obj/structure/platform_decoration{ - dir = 1 +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"fjJ" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) "fjP" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"fjU" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/browncorner, -/area/lv522/atmos/east_reactor/north) -"fkg" = ( +"fjW" = ( /obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 8; - pixel_y = 5 +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/east_reactor/south) +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/engineering) "fkj" = ( /turf/open/floor/grass, /area/lv522/indoors/a_block/garden) -"fkl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/generic, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) "fko" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/prop/almayer/computer/PC{ @@ -10823,9 +10847,26 @@ /obj/structure/window, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"fky" = ( -/turf/open/floor/prison/cell_stripe/north, -/area/lv522/atmos/way_in_command_centre) +"fks" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles, +/area/lv522/indoors/c_block/mining) +"fkw" = ( +/obj/structure/surface/table/almayer, +/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 = 4; + layer = 3.2; + name = "Television set"; + network = null; + pixel_y = 4 + }, +/obj/structure/machinery/light, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) "fkB" = ( /obj/structure/barricade/deployable, /obj/effect/decal/cleanable/blood, @@ -10835,51 +10876,67 @@ /obj/structure/largecrate/random/barrel/blue, /turf/open/auto_turf/shale/layer2, /area/lv522/outdoors/colony_streets/north_west_street) -"fkS" = ( -/obj/structure/cargo_container/horizontal/blue/top, +"fkJ" = ( +/turf/open/floor/corsat/plate, +/area/lv522/atmos/west_reactor) +"fkL" = ( /obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 + icon_state = "S" }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) +/turf/open/floor/prison/darkredfull2, +/area/lv522/outdoors/colony_streets/north_street) +"fkY" = ( +/obj/structure/fence, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/floor3/east, +/area/lv522/landing_zone_2/ceiling) +"fkZ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/south_east_street) "fld" = ( /mob/living/simple_animal/mouse, /turf/open/floor/prison, /area/lv522/indoors/c_block/garage) -"flo" = ( -/obj/structure/bed{ - layer = 2.7; - pixel_y = 12 - }, -/obj/structure/bed{ - layer = 2.6; - pixel_y = 25 +"flm" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass{ + dir = 8; + name = "\improper Marshal Head Office" }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"fly" = ( -/obj/structure/bed/chair{ +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/item/prop/alien/hugger, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"flz" = ( -/obj/structure/surface/table/almayer, -/obj/item/tool/kitchen/rollingpin, -/obj/item/reagent_container/food/condiment/saltshaker{ - pixel_x = -4 +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "Sec-Kitchen-Lockdown"; + name = "\improper Storm Shutters" }, -/obj/item/reagent_container/food/condiment/peppermill{ - pixel_x = 4 +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/security) +"fly" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 10 }, -/obj/item/tool/kitchen/knife{ - pixel_x = -9; - pixel_y = 3 +/turf/open/floor/corsat/plate, +/area/lv522/indoors/c_block/mining) +"flF" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "flI" = ( /obj/structure/surface/table/woodentable/fancy, /obj/item/ashtray/bronze{ @@ -10891,45 +10948,37 @@ /obj/item/weapon/gun/revolver/m44/custom/pkd_special/k2049, /turf/open/floor/wood, /area/lv522/indoors/a_block/security) -"flQ" = ( -/obj/structure/surface/table/almayer, -/obj/item/tool/stamp/denied{ - pixel_x = -11; - pixel_y = 8 - }, -/obj/item/card/id/silver/clearance_badge/cl{ - desc = "Wow sorry, didn't mean to drop that in front of you, it's real, btw."; - name = "certified powerloader operator card"; - pixel_x = 5; - registered_name = "John Forklift" - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"fma" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spider/spiderling/nogrow, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/dorms) -"fmn" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/liquid_fuel, -/turf/open/floor/plating/platingdmg3/west, -/area/lv522/indoors/a_block/kitchen/damage) "fms" = ( /obj/structure/bed/chair/comfy, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"fmR" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +"fmt" = ( +/obj/structure/bed/chair{ + dir = 1 }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"fmG" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) +"fmS" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/spacecash/c1000, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"fmX" = ( +/obj/structure/prop/vehicles/crawler{ + dir = 8; + layer = 3.1 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) "fni" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" @@ -10945,25 +10994,34 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"fnn" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/fence, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/outdoor) "fnA" = ( /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/south_west_street) -"fnN" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/way_in_command_centre) +"fnJ" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/east_central_street) +"fnL" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor) "fop" = ( /turf/open/floor/corsat, /area/lv522/atmos/west_reactor) +"foL" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 + }, +/turf/open/floor/corsat/brown/northeast, +/area/lv522/atmos/east_reactor/south) "foO" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/corsat, @@ -10972,82 +11030,66 @@ /obj/item/device/analyzer, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) -"fpx" = ( -/obj/structure/prop/almayer/computers/sensor_computer3{ - layer = 2.9 - }, -/obj/structure/machinery/door_display/research_cell{ - id = "Reactor_entry_1"; - pixel_x = 5; - pixel_y = -7; - req_access = null +"fqn" = ( +/obj/structure/curtain/red, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + layer = 2.1; + name = "????"; + stat = 2 }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"fqz" = ( +/obj/structure/largecrate/random, /turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"fpY" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, -/obj/structure/machinery/light{ - dir = 8 +/area/lv522/outdoors/colony_streets/north_west_street) +"fqH" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/west_reactor) +"frb" = ( +/obj/structure/bed/chair{ + dir = 1 }, +/obj/structure/machinery/light/double, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"fqd" = ( -/obj/structure/machinery/colony_floodlight{ - layer = 4.3 - }, -/obj/structure/platform{ - dir = 8 +/area/lv522/indoors/a_block/fitness) +"fri" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 16 }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_east_street) -"fqh" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 16 }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/central_streets) -"fqi" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) -"fqq" = ( -/obj/structure/surface/table/almayer, -/obj/item/clothing/accessory/storage/black_vest, -/obj/item/clothing/head/helmet/riot, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"fqy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes{ - icon_state = "S"; - pixel_y = -1 +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/oob/w_y_vault) +"frj" = ( +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/engineering) +"frl" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"fqL" = ( -/obj/structure/surface/rack, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"fqP" = ( +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"frt" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic, /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) -"fqW" = ( -/obj/structure/machinery/space_heater/radiator/red, -/turf/open/floor/prison/darkpurplefull2, +/turf/open/floor/corsat/marked, /area/lv522/indoors/a_block/dorms) -"frq" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper/janitor, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/mining) -"frE" = ( -/obj/structure/largecrate, +"frv" = ( +/obj/vehicle/train/cargo/engine, /turf/open/floor/corsat/plate, -/area/lv522/atmos/north_command_centre) +/area/lv522/atmos/filt) "frH" = ( /obj/item/clothing/head/hardhat/dblue{ layer = 6.1; @@ -11056,9 +11098,32 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) -"frK" = ( -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_east_street) +"frP" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical) +"frT" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_full" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/bridge) +"frX" = ( +/obj/structure/machinery/portable_atmospherics/canister/empty/oxygen, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"fsh" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) "fss" = ( /obj/structure/prop/ice_colony/ground_wire{ dir = 8 @@ -11078,13 +11143,32 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/garage) -"fsK" = ( -/turf/open/floor/corsat/brown/southwest, -/area/lv522/atmos/cargo_intake) +"fsN" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "29" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"fsO" = ( +/obj/structure/bed{ + layer = 2.7; + pixel_y = -8 + }, +/obj/structure/bed{ + layer = 2.6; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "fsQ" = ( /obj/structure/machinery/iv_drip, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) +"fsW" = ( +/obj/structure/surface/table/almayer, +/obj/item/ammo_box/magazine/shotgun, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) "ftd" = ( /obj/structure/bed/chair{ dir = 1 @@ -11094,11 +11178,6 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/outdoors/colony_streets/windbreaker/observation) -"fte" = ( -/obj/structure/machinery/vending/coffee, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) "ftl" = ( /obj/structure/prop/vehicles/crawler{ dir = 8; @@ -11128,18 +11207,39 @@ }, /turf/open/floor/wood/ship, /area/lv522/atmos/way_in_command_centre) -"ftB" = ( +"ftz" = ( +/obj/structure/window/framed/strata/reinforced, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorm_north) +"ftI" = ( /obj/structure/largecrate/random, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2) +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/south_street) "ftK" = ( /obj/structure/bed/chair, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"ftV" = ( -/obj/structure/cargo_container/kelland/right, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/colony_streets/north_west_street) +"ftT" = ( +/obj/structure/safe, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"ftU" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/weldpack{ + layer = 3.1; + pixel_x = -4; + pixel_y = 12 + }, +/obj/item/weapon/gun/flamer{ + current_mag = null; + layer = 3.1 + }, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/north_street) "fuc" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/prop/invuln/pipe_water{ @@ -11148,10 +11248,6 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) -"fug" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/filt) "ful" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -11171,71 +11267,65 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"fux" = ( -/obj/item/stack/rods, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/c_block/t_comm) +"fuH" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) "fuM" = ( -/turf/open/floor/corsat/brown/northwest, -/area/lv522/atmos/command_centre) -"fuT" = ( -/obj/structure/machinery/disposal, +/obj/structure/powerloader_wreckage, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) -"fuU" = ( -/obj/structure/machinery/colony_floodlight, -/turf/open/floor/corsat/marked, -/area/lv522/outdoors/colony_streets/north_east_street) -"fuV" = ( -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/east_reactor/east) -"fvd" = ( -/obj/structure/window/framed/strata/reinforced, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) -"fvg" = ( -/obj/structure/platform_decoration{ +/obj/structure/machinery/light{ dir = 1 }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/reactor_garage) +"fuT" = ( +/obj/structure/closet/firecloset/full, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness/glass) +"fvm" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"fvs" = ( /turf/open/asphalt/cement/cement4, /area/lv522/outdoors/colony_streets/north_east_street) -"fvi" = ( -/obj/structure/largecrate/random/barrel/green, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_2/ceiling) "fvv" = ( -/obj/structure/surface/table/almayer{ - flipped = 1 +/obj/structure/sink{ + dir = 8; + pixel_x = -11 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/glass) +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) "fvx" = ( /obj/structure/prop/vehicles/crawler{ icon_state = "crawler_crate_alt" }, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) -"fvy" = ( -/obj/structure/prop/server_equipment/yutani_server, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) -"fvC" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 8 - }, -/turf/open/floor/strata/fake_wood, -/area/lv522/atmos/east_reactor/east) -"fvI" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/obj/structure/machinery/light{ - dir = 1 +"fvz" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + req_access_txt = "100" }, -/turf/open/floor/corsat/browncorner, -/area/lv522/atmos/east_reactor) +/turf/open/floor/corsat/marked, +/area/lv522/atmos/way_in_command_centre) +"fvG" = ( +/obj/structure/surface/rack, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) "fvN" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -11251,116 +11341,73 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"fvW" = ( -/obj/structure/prop/invuln/ice_prefab/roof_greeble{ - icon_state = "flagpole"; - layer = 4.11; - pixel_x = 4; - pixel_y = 3 - }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/colony_streets/north_east_street) -"fwg" = ( -/obj/structure/machinery/portable_atmospherics/canister/empty/oxygen, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"fwk" = ( -/obj/structure/window/framed/strata/reinforced, -/obj/structure/machinery/door/poddoor/almayer/closed{ - id = "LZ1_Lockdown_Lo"; - name = "Emergency Lockdown" +"fwc" = ( +/obj/item/prop/colony/usedbandage{ + dir = 10 }, -/turf/open/floor/corsat/marked, -/area/lv522/landing_zone_1/ceiling) +/turf/open/floor/prison/floor_plate, +/area/lv522/oob) "fwo" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/west_reactor) "fws" = ( -/obj/structure/platform{ - dir = 8 +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "76" }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 +/area/lv522/landing_zone_forecon/UD6_Tornado) +"fwL" = ( +/obj/structure/closet/crate/trashcart, +/obj/item/trash/wy_chips_pepper, +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/east_central_street) +"fwR" = ( /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_east_street) -"fwF" = ( +/area/lv522/oob) +"fwT" = ( /obj/structure/surface/table/almayer, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/machinery/faxmachine, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/c_block/mining) -"fwI" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/west) -"fwS" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +/obj/item/robot_parts/robot_component/radio{ + pixel_x = 1; + pixel_y = 9 }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/central_streets) -"fxb" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/item/device/radio/off{ + pixel_x = -7; + pixel_y = 9 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/dorms) -"fxc" = ( -/obj/structure/largecrate/random/barrel{ - layer = 2.9 +/obj/item/device/radio/off{ + pixel_x = 5; + pixel_y = 13 }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/central_streets) +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/outdoor_bot) +"fwU" = ( +/obj/structure/barricade/deployable, +/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_left_to_right, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "fxh" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/east_reactor/south) -"fxo" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/hydro) -"fxN" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/reagent_container/food/drinks/bottle/whiskey{ - pixel_x = -7; - pixel_y = 2 - }, -/obj/item/reagent_container/food/drinks/bottle/whiskey{ - pixel_x = 1; - pixel_y = 2 - }, -/obj/item/reagent_container/food/drinks/bottle/whiskey{ - pixel_x = 9; - pixel_y = 2 +"fxI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/turf/open/floor/strata/fake_wood, -/area/lv522/atmos/east_reactor/east) -"fxU" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"fxV" = ( -/obj/effect/acid_hole, -/turf/closed/wall/strata_outpost, -/area/lv522/landing_zone_1/tunnel/far) -"fym" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +/obj/item/stack/folding_barricade, +/turf/open/floor/prison/darkredfull2, +/area/lv522/outdoors/colony_streets/north_street) +"fyA" = ( +/obj/structure/largecrate/random, +/obj/item/explosive/plastic/breaching_charge{ + pixel_y = -2 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_street) "fyC" = ( /obj/structure/surface/table/almayer, /obj/item/trash/plate{ @@ -11381,21 +11428,14 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms) -"fyX" = ( -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/south_east_street) -"fyZ" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"fzc" = ( -/obj/structure/machinery/light, -/obj/structure/machinery/disposal, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) +"fyE" = ( +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/b_block/bar) +"fza" = ( +/obj/item/trash/barcardine, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue, +/area/lv522/indoors/a_block/hallway) "fzf" = ( /obj/structure/stairs/perspective{ dir = 5; @@ -11407,37 +11447,33 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/garage) -"fzn" = ( -/obj/structure/surface/rack, -/obj/item/tank/oxygen, -/obj/item/tank/oxygen, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) +"fzj" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "65" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) "fzp" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/b_block/bridge) -"fzs" = ( -/obj/structure/phone_base/colony_net{ - phone_category = "LV522 Chances Claim"; - phone_color = "red"; - phone_id = "Reactor Meeting Room"; - pixel_y = 26 - }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"fzt" = ( -/obj/structure/platform_decoration{ - dir = 8 - }, -/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) +"fzD" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/admin) "fzE" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorm_north) +"fzN" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor) +"fzU" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/cargo_intake) "fzV" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -11445,19 +11481,11 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/garage) -"fAi" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 2; - name = "\improper A-Block - Colony Operations Centre Airlock" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/hallway) -"fAn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/prop/colony/used_flare, -/turf/open/floor/prison/blue/north, -/area/lv522/indoors/a_block/hallway) +"fAl" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/platform_decoration, +/turf/open/floor/plating, +/area/lv522/atmos/sewer) "fAq" = ( /obj/effect/spawner/gibspawner/xeno, /obj/structure/platform_decoration{ @@ -11465,219 +11493,135 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/north_east_street) -"fAM" = ( -/obj/structure/stairs/perspective{ - dir = 9; - icon_state = "p_stair_full" - }, -/obj/structure/platform{ +"fAu" = ( +/obj/structure/machinery/camera/autoname{ dir = 4 }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"fAZ" = ( -/turf/open/floor/strata/white_cyan1, -/area/lv522/indoors/lone_buildings/chunk) -"fBb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/static_comms/net_one, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/lone_buildings/outdoor_bot) -"fBf" = ( -/obj/structure/window_frame/strata, -/obj/effect/spawner/gibspawner/xeno, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) -"fBh" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/lone_buildings/storage_blocks) +"fBn" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/alien/resin/sticky, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"fBu" = ( +/obj/structure/bed/chair/dropship/passenger{ dir = 4 }, -/turf/open/asphalt/cement/cement9, -/area/lv522/outdoors/colony_streets/north_street) -"fBi" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"fBs" = ( -/obj/structure/cargo_container/seegson/right, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_west_street) +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"fBw" = ( +/obj/structure/machinery/recharge_station, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/engineering) "fBz" = ( -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/corpo) -"fBG" = ( -/obj/structure/surface/table/almayer, -/obj/item/tool/soap, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) +/obj/structure/pipes/standard/manifold/fourway/hidden/green, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_street) "fBR" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_east_street) -"fBZ" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/flashlight/lamp{ - pixel_x = -11; - pixel_y = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"fCe" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/indoors/a_block/fitness) -"fCf" = ( -/obj/structure/largecrate/supply{ - pixel_x = -4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/bridges/op_centre) -"fCm" = ( -/obj/structure/surface/rack, +"fCc" = ( +/obj/structure/machinery/conveyor, /obj/structure/machinery/light{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"fCL" = ( -/obj/structure/prop/ice_colony/ground_wire{ - dir = 1 + dir = 8 }, -/turf/open/floor/corsat/brown/southwest, +/turf/open/floor/corsat/plate, /area/lv522/atmos/cargo_intake) -"fCO" = ( -/obj/structure/largecrate/random, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/colony_streets/north_west_street) -"fCV" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "4" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"fDb" = ( -/obj/structure/largecrate/random/mini{ - pixel_x = -2; - pixel_y = -3 - }, -/obj/item/prop/colony/usedbandage{ - dir = 5; - pixel_y = 8 +"fCh" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/filt) +"fCw" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor/south) +"fDc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 16 }, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/oob) -"fDf" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 16 }, -/obj/structure/platform{ +/obj/structure/machinery/light{ dir = 8 }, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/floor_plate, /area/lv522/atmos/way_in_command_centre) -"fDk" = ( -/obj/structure/surface/rack, -/obj/item/tool/minihoe, -/obj/item/tool/crowbar, -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/south_west_street) -"fDV" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/west_reactor) -"fDY" = ( -/obj/structure/coatrack{ - pixel_y = 24 +"fDx" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/item/clothing/shoes/jackboots{ - pixel_x = 4; - pixel_y = 3 +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper A-Block Fitness Centre Airlock" }, -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/suit/storage/snow_suit/survivor/parka/purple{ - pixel_x = -2; - pixel_y = 27 +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/fitness) +"fDR" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) -"fEa" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +/obj/structure/prop/invuln/minecart_tracks/bumper{ + dir = 8 }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/south) -"fEb" = ( -/obj/structure/machinery/light, /turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) +/area/lv522/indoors/c_block/mining) +"fEd" = ( +/turf/open/floor/corsat/browncorner, +/area/lv522/atmos/north_command_centre) "fEe" = ( /obj/structure/platform, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/garage) -"fEo" = ( -/turf/open/floor/corsat/brown, -/area/lv522/atmos/north_command_centre) -"fEB" = ( -/obj/structure/machinery/light, -/obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"fEJ" = ( -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/bridges) -"fEO" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/platingdmg3, +"fEi" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison/darkpurple2/north, /area/lv522/indoors/a_block/dorms) -"fER" = ( -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/outdoor_bot) -"fFb" = ( -/obj/structure/bed/chair/comfy{ +"fEP" = ( +/turf/open/asphalt/cement/cement2, +/area/lv522/outdoors/colony_streets/east_central_street) +"fES" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"fFg" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/obj/structure/platform_decoration{ dir = 4 }, -/turf/open/floor/prison/cell_stripe/east, -/area/lv522/atmos/east_reactor/south) -"fFc" = ( -/obj/structure/closet/secure_closet/engineering_electrical, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/way_in_command_centre) -"fFl" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) +/turf/open/floor/plating, +/area/lv522/landing_zone_1/ceiling) "fFp" = ( /obj/item/clothing/gloves/yellow, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) -"fFr" = ( -/obj/structure/phone_base/colony_net{ - phone_category = "LV522 Chances Claim"; - phone_color = "red"; - phone_id = "Reactor Sewer"; - pixel_y = 26 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/prop/static_tank/water, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) +"fFq" = ( +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/b_block/bridge) "fFw" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/corsat, @@ -11691,191 +11635,135 @@ }, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) -"fGc" = ( -/turf/open/floor/strata/white_cyan4/west, -/area/lv522/indoors/a_block/medical/glass) -"fGl" = ( -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges/op_centre) -"fGm" = ( -/obj/item/shard{ - icon_state = "medium" - }, -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/prison/blue/north, -/area/lv522/indoors/a_block/admin) -"fGw" = ( -/obj/structure/ore_box, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"fGR" = ( -/obj/structure/window/framed/strata/reinforced, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/hallway) -"fGX" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -9; - pixel_y = 20 - }, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = 7; - pixel_y = 20 +"fFX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/c_block/cargo) +"fGi" = ( +/obj/item/tool/warning_cone{ + pixel_x = -10; + pixel_y = 3 }, -/turf/open/floor/corsat/brown/northwest, -/area/lv522/atmos/east_reactor/east) -"fHd" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 3 +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor/north) +"fGS" = ( +/obj/structure/bed/chair, +/obj/structure/machinery/light{ + dir = 1 }, -/obj/structure/machinery/computer3/server/rack, -/turf/open/floor/bcircuit, -/area/lv522/atmos/command_centre) -"fHe" = ( -/obj/item/ammo_magazine/rifle/heap{ - current_rounds = 0 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles, +/area/lv522/indoors/c_block/mining) +"fGW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" }, -/turf/open/floor/prison/darkpurple2/north, -/area/lv522/indoors/a_block/dorms) -"fHl" = ( -/obj/structure/machinery/space_heater/radiator/red{ +/obj/structure/machinery/fuelcell_recycler/full, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/engineering) +"fHT" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, +/turf/open/floor/prison/cell_stripe/east, +/area/lv522/atmos/way_in_command_centre) +"fHU" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics{ + icon_state = "hydrotray4" + }, /obj/structure/machinery/light{ - dir = 1 + dir = 1; + pixel_x = 16 }, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) -"fHv" = ( -/obj/structure/surface/table/almayer, -/obj/effect/decal/cleanable/cobweb2/dynamic, -/obj/item/stack/sheet/metal/medium_stack, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"fHV" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/largecrate/random/barrel/white, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) +/turf/open/floor/plating/platebotc, +/area/lv522/indoors/b_block/hydro/glass) "fIa" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 }, /turf/open/floor/prison, /area/lv522/indoors/b_block/bridge) -"fIg" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/prop/almayer/computers/sensor_computer2, -/turf/open/floor/corsat/brown/northeast, -/area/lv522/oob) -"fIk" = ( +"fIq" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/sewer) +"fIv" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/prop/colony/used_flare, -/turf/open/floor/prison/blue/north, -/area/lv522/indoors/a_block/admin) -"fIm" = ( -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/c_block/bridge) -"fIs" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/spawner/random/toolbox, +/turf/open/floor/prison/cell_stripe/east, +/area/lv522/indoors/c_block/cargo) +"fIz" = ( +/obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"fIF" = ( -/obj/structure/prop/invuln/overhead_pipe{ +/obj/structure/sink{ dir = 8; - pixel_x = -6; - pixel_y = 6 + pixel_x = -11 }, -/obj/vehicle/train/cargo/trolley, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/dorms) "fII" = ( /obj/structure/prop/ice_colony/ground_wire{ dir = 4 }, /turf/open/auto_turf/shale/layer1, /area/lv522/landing_zone_2) -"fIY" = ( -/turf/open/asphalt/cement/cement14, -/area/lv522/outdoors/n_rockies) +"fJb" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/turf/open/floor/corsat/brown/northeast, +/area/lv522/atmos/cargo_intake) +"fJc" = ( +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/east_central_street) "fJg" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/corpo/glass) -"fJk" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) "fJq" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) -"fJF" = ( -/obj/structure/largecrate/random, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/south_street) -"fJK" = ( -/obj/item/stack/rods, -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"fJT" = ( -/obj/structure/surface/table/almayer, -/obj/item/reagent_container/food/drinks/coffee{ - pixel_x = 7; - pixel_y = 10 +"fJz" = ( +/obj/structure/prop/server_equipment/yutani_server{ + density = 0; + pixel_y = 16 }, -/obj/item/reagent_container/food/snacks/donut{ - pixel_y = 3 +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"fKb" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/colony, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/south) +"fKi" = ( +/obj/item/clothing/suit/storage/marine/medium/smooth, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"fKk" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"fJX" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "2" +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/south) +"fKy" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"fKn" = ( +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) +"fKI" = ( +/obj/structure/closet, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/atmos/way_in_command_centre) -"fLj" = ( -/obj/effect/spawner/gibspawner/xeno, -/obj/structure/platform{ - dir = 8 - }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_east_street) -"fLo" = ( -/obj/item/tool/warning_cone{ - pixel_x = -10; - pixel_y = 11 +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"fKN" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "59" }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/west) -"fLq" = ( -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) -"fLx" = ( -/obj/item/tool/extinguisher, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) +/area/lv522/landing_zone_forecon/UD6_Typhoon) "fLz" = ( /obj/structure/machinery{ density = 1; @@ -11897,12 +11785,6 @@ }, /turf/closed/wall/strata_ice/dirty, /area/lv522/oob) -"fLE" = ( -/obj/item/stack/rods{ - pixel_y = 14 - }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/central_streets) "fLK" = ( /obj/structure/cryofeed, /obj/structure/prop/invuln/overhead/flammable_pipe/fly{ @@ -11910,28 +11792,47 @@ }, /turf/open/floor/bluegrid, /area/lv522/atmos/east_reactor) -"fLQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ - dir = 4 - }, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/strata/cyan2/east, -/area/lv522/indoors/a_block/medical) "fLS" = ( /obj/structure/prop/dam/crane, /turf/open/floor/prison, /area/lv522/atmos/outdoor) -"fMq" = ( -/obj/structure/surface/table/almayer, -/obj/item/clothing/glasses/meson, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) +"fLY" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/bar) +"fMj" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/plating/platingdmg3/west, +/area/lv522/indoors/a_block/kitchen/damage) +"fMk" = ( +/turf/open/floor/prison/darkpurple2/east, +/area/lv522/indoors/a_block/dorms) +"fMy" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/barricade/deployable{ + dir = 8 + }, +/obj/item/stack/sheet/metal, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "fMM" = ( -/turf/open/asphalt/cement/cement4, -/area/lv522/landing_zone_2) +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/stairs/perspective{ + dir = 6; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "fMN" = ( /obj/structure/surface/table/almayer, /obj/item/storage/pill_bottle/tramadol/skillless{ @@ -11962,65 +11863,76 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, /area/lv522/indoors/c_block/casino) +"fMV" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"fMY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/prison/cell_stripe, +/area/lv522/atmos/east_reactor/south) "fNm" = ( /obj/effect/landmark/monkey_spawn, /turf/open/floor/carpet, /area/lv522/atmos/east_reactor/east) -"fNG" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/south) -"fNH" = ( -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/b_block/bar) +"fNo" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper A-Block Fitness Centre Airlock" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/fitness) +"fND" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) +"fNN" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/bridge) +"fNZ" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "LZ1_Lockdown_Lo"; + name = "Emergency Lockdown" + }, +/turf/open/floor/corsat/marked, +/area/lv522/landing_zone_1) "fOc" = ( /obj/structure/machinery/landinglight/ds1/delayone{ dir = 4 }, /turf/open/floor/plating, /area/lv522/landing_zone_1) -"fOg" = ( -/obj/structure/surface/table/almayer, +"fOB" = ( +/obj/structure/machinery/deployable/barrier, /obj/effect/decal/cleanable/dirt, -/obj/structure/phone_base/colony_net{ - dir = 1; - phone_category = "LV522 Chances Claim"; - phone_color = "red"; - phone_id = "LZ1 Checkpoint"; - pixel_x = 4; - pixel_y = -5 - }, -/obj/item/tool/stamp/denied{ - pixel_x = -11; - pixel_y = 8 - }, -/obj/item/clothing/head/hardhat/white{ - pixel_x = -8; - pixel_y = 4 - }, -/turf/open/floor/plating/plating_catwalk/prison, -/area/lv522/landing_zone_1/ceiling) -"fOv" = ( -/obj/structure/surface/table/almayer, -/obj/item/prop/alien/hugger, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"fOA" = ( -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/north_west_street) +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) "fOM" = ( /obj/structure/bed/chair/comfy{ dir = 4 }, /turf/open/floor/carpet, /area/lv522/atmos/east_reactor/east) -"fON" = ( -/turf/open/floor/prison/blue/northeast, -/area/lv522/indoors/a_block/hallway) -"fOS" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/prison/blue/southwest, -/area/lv522/indoors/a_block/admin) +"fOT" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/prop/colony/canister{ + pixel_y = 14 + }, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_small_bl_full"; + pixel_y = -5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) "fPa" = ( /obj/structure/prop/server_equipment/yutani_server{ density = 0; @@ -12030,36 +11942,18 @@ /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/prison, /area/lv522/indoors/lone_buildings/outdoor_bot) -"fPf" = ( -/obj/structure/largecrate, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_west_street) -"fPj" = ( -/turf/open/floor/prison/blue/northeast, -/area/lv522/indoors/a_block/admin) -"fPx" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "UD6"; - name = "\improper Shutters" - }, -/turf/open/floor/plating, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"fPE" = ( -/obj/structure/platform{ - dir = 8 - }, -/obj/structure/prop/ice_colony/dense/planter_box{ - dir = 9; - layer = 2.9 - }, -/obj/structure/flora/bush/ausbushes/var3/ywflowers{ - layer = 3 +"fPb" = ( +/obj/item/shard{ + icon_state = "medium" }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/glass) +"fPv" = ( +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/corpo/glass) "fPH" = ( /obj/structure/closet/crate/miningcar, /turf/open/auto_turf/shale/layer1, @@ -12070,61 +11964,77 @@ }, /turf/open/floor/plating, /area/lv522/landing_zone_2) -"fQm" = ( -/obj/structure/surface/table/almayer, -/obj/item/co2_cartridge{ - pixel_x = 5; - pixel_y = 5 - }, -/turf/open/floor/plating/platebot, +"fPP" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison/darkbrownfull2, /area/lv522/indoors/c_block/cargo) -"fQo" = ( -/obj/effect/decal/hefa_cult_decals/d32{ - icon_state = "2" +"fPR" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/corsat/brown/southwest, -/area/lv522/oob) -"fQA" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/command_centre) -"fQM" = ( /turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/bridges/corpo) -"fQW" = ( -/obj/structure/machinery/light{ - dir = 8 +/area/lv522/outdoors/colony_streets/east_central_street) +"fQg" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"fQh" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/blue/west, +/area/lv522/indoors/a_block/admin) +"fQF" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/east_reactor/south) +"fQJ" = ( +/obj/structure/machinery/vending/coffee, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms) -"fRh" = ( +"fQP" = ( /obj/structure/surface/table/almayer, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"fRz" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/cargo_intake) -"fRB" = ( -/obj/structure/barricade/deployable{ - dir = 8 +/obj/structure/machinery/computer/cameras/wooden_tv/broadcast{ + dir = 8; + layer = 3; + pixel_x = 5; + pixel_y = 4 }, -/obj/item/clothing/suit/storage/marine/medium/rto, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/east_reactor/south) -"fRK" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv522/landing_zone_2/ceiling) +"fRn" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -4; + pixel_y = 24 }, -/obj/structure/bed/chair{ - dir = 1 +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"fRy" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue, +/area/lv522/indoors/a_block/admin) +"fRA" = ( +/obj/structure/prop/invuln/lifeboat_hatch_placeholder/terminal{ + layer = 2.1 + }, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) "fRP" = ( /obj/structure/prop/vehicles/crawler{ layer = 3.3 @@ -12140,17 +12050,52 @@ /obj/item/prop/colony/used_flare, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"fSc" = ( -/turf/open/floor/prison/cell_stripe/north, -/area/lv522/atmos/cargo_intake) +"fRT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 6; + pixel_y = 11 + }, +/obj/item/trash/ceramic_plate, +/obj/item/reagent_container/food/snacks/microwavable/packaged_hdogs{ + pixel_y = 2 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/c_block/t_comm) +"fRY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"fSb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) "fSf" = ( /obj/structure/blocker/invisible_wall, /turf/closed/wall/strata_outpost/reinforced, /area/lv522/atmos/sewer) "fSi" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/browncorner/north, -/area/lv522/atmos/north_command_centre) +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/east) +"fSr" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/hardpoint/locomotion/van_wheels, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) "fSv" = ( /obj/structure/surface/table/almayer, /obj/item/clothing/head/beret/eng, @@ -12163,37 +12108,43 @@ }, /turf/open/floor/prison, /area/lv522/indoors/lone_buildings/engineering) -"fSz" = ( -/obj/structure/stairs/perspective{ - dir = 4; - icon_state = "p_stair_full" +"fSx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/shard{ + icon_state = "medium" }, -/obj/structure/platform, -/obj/structure/machinery/camera/autoname{ - dir = 4 +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"fSI" = ( +/obj/structure/prop/invuln/overhead_pipe{ + dir = 8; + pixel_x = -6; + pixel_y = 6 }, -/obj/structure/machinery/light/small{ - dir = 8 +/obj/structure/platform_decoration{ + dir = 4 }, +/obj/item/stack/sheet/metal, /turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) -"fSK" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, +/area/lv522/landing_zone_1/tunnel/far) +"fSP" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2/ceiling) -"fTf" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 +/obj/structure/machinery/camera/autoname{ + dir = 1 }, -/turf/open/floor/prison/blue/west, -/area/lv522/indoors/a_block/admin) -"fTg" = ( -/turf/open/floor/prison/cell_stripe/west, -/area/lv522/atmos/reactor_garage) +/obj/structure/machinery/light/small, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/hallway) +"fTb" = ( +/obj/structure/pipes/standard/tank/oxygen{ + dir = 1 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical/glass) +"fTe" = ( +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/outdoor_bot) "fTi" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 9 @@ -12206,77 +12157,27 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/nw_rockies) -"fTj" = ( -/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/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"fTt" = ( -/obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"fTw" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2/ceiling) "fTP" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/b_block/bridge) -"fTT" = ( -/obj/structure/platform_decoration{ - dir = 1 +"fTQ" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "53" }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"fTU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname, -/obj/structure/machinery/light/small{ - dir = 1 +/area/lv522/landing_zone_forecon/UD6_Tornado) +"fUp" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/firstaid/adv/empty{ + pixel_x = -3; + pixel_y = 9 }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical) -"fUi" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +/obj/item/reagent_container/hypospray/autoinjector/kelotane{ + pixel_y = -3 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"fUj" = ( -/obj/structure/largecrate/random, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"fUl" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/stairs/perspective{ - dir = 6; - icon_state = "p_stair_full" - }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) "fUx" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 @@ -12285,24 +12186,15 @@ /obj/structure/machinery/space_heater/radiator/red{ dir = 8 }, -/turf/open/floor/wood, -/area/lv522/indoors/a_block/executive) -"fUB" = ( -/obj/structure/machinery/colony_floodlight{ - layer = 4.3 - }, -/obj/structure/platform{ - dir = 1 - }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/south_street) -"fUC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 8 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) +/turf/open/floor/wood, +/area/lv522/indoors/a_block/executive) +"fUJ" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/asphalt/cement/cement9, +/area/lv522/outdoors/colony_streets/north_street) +"fUP" = ( +/turf/open/asphalt/cement/cement15, +/area/lv522/landing_zone_2) "fUQ" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -12313,49 +12205,97 @@ /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_street) "fUV" = ( -/obj/structure/sink{ - pixel_y = 15 - }, +/obj/structure/reagent_dispensers/fueltank, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/cyan2/east, -/area/lv522/indoors/a_block/medical) -"fVI" = ( +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) +"fVl" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) +"fVp" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) +/obj/item/prop/colony/used_flare, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/bridges/op_centre) +"fVD" = ( +/obj/structure/barricade/wooden{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/kitchen/glass) +"fVR" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "fVS" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/south) +"fVX" = ( +/obj/item/trash/uscm_mre, +/obj/structure/surface/table/almayer, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/north_street) +"fVY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/fence, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/n_rockies) +"fVZ" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/toy/deck{ + pixel_x = 2; + pixel_y = 4 }, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light, -/obj/structure/machinery/space_heater/radiator/red, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"fWy" = ( -/obj/structure/filingcabinet/chestdrawer{ - density = 0; - pixel_x = 8; - pixel_y = 19 +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) +"fWq" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -7; - pixel_y = 19 +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/south) +"fWu" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/reactor_garage) +"fWz" = ( +/obj/structure/barricade/wooden{ + dir = 8 }, -/obj/item/shard{ - icon_state = "medium" +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/security/glass) "fWG" = ( /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_east_street) -"fWL" = ( +"fWI" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/medical/glass) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"fWV" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/bridges/op_centre) "fWW" = ( /obj/structure/prop/ice_colony/ground_wire{ dir = 1 @@ -12370,30 +12310,6 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"fXj" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"fXl" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/browncorner/west, -/area/lv522/atmos/east_reactor) -"fXo" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/browncorner, -/area/lv522/atmos/command_centre) -"fXw" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/east) -"fXM" = ( -/obj/structure/cargo_container/horizontal/blue/bottom, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/north_west_street) "fXU" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -12401,36 +12317,70 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) +"fYd" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/mining) +"fYf" = ( +/obj/structure/platform_decoration, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"fYh" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/glass) "fYi" = ( -/obj/item/storage/backpack/marine/satchel/rto, -/turf/open/floor/corsat/brown/west, -/area/lv522/oob) -"fYx" = ( -/obj/structure/surface/table/almayer, +/obj/structure/largecrate/random/barrel/white, /turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_1) -"fZh" = ( -/obj/structure/largecrate/random/mini{ - layer = 3.1; - pixel_x = 10; - pixel_y = -7 +/area/lv522/landing_zone_1/ceiling) +"fYj" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) +"fYF" = ( +/turf/open/floor/prison/cell_stripe/west, +/area/lv522/atmos/east_reactor/south) +"fYK" = ( +/obj/structure/platform_decoration{ + dir = 4 }, -/obj/structure/largecrate/random/mini{ - pixel_x = 7; - pixel_y = 15 +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/obj/structure/largecrate/random/barrel{ - pixel_x = -6; +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_street) +"fYL" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"fYM" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = 2; pixel_y = 4 }, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges/op_centre) -"fZv" = ( -/obj/item/storage/firstaid/toxin/empty, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo/glass) +/obj/item/tool/pen/blue/clicky, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"fYX" = ( +/obj/item/prop/alien/hugger, +/obj/structure/machinery/light, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"fYY" = ( +/obj/structure/window_frame/strata, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/b_block/bar) "fZy" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 10 @@ -12445,28 +12395,41 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/mining) -"fZD" = ( -/obj/item/tool/pen/clicky, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor) -"fZF" = ( -/obj/structure/pipes/vents/pump, -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 +"fZR" = ( +/turf/open/floor/corsat/browncorner/west, +/area/lv522/atmos/north_command_centre) +"fZX" = ( +/obj/item/prop/colony/proptag{ + desc = "A fallen marine's information dog tag. It reads, Sergeant Douglas 'Bedwetter' Smith" }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/filt) -"gag" = ( /obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/security) +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/east_reactor/south) +"gae" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/west_reactor) +"gar" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv522/landing_zone_1/ceiling) "gaw" = ( /obj/structure/barricade/deployable{ dir = 1 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) +"gaE" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_east_street) +"gaL" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison/darkpurple2, +/area/lv522/indoors/a_block/dorms) "gaS" = ( /obj/item/bananapeel{ desc = "A bunch of tiny bits of shattered metal."; @@ -12513,29 +12476,31 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/central_streets) -"gbG" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) "gbH" = ( /obj/structure/cargo_container/wy/mid, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) -"gbM" = ( -/obj/structure/surface/table/almayer, -/obj/structure/platform{ - dir = 8 +"gbL" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"gbN" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/marked, +/turf/open/floor/strata/white_cyan1/east, /area/lv522/indoors/a_block/corpo) +"gbM" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/browncorner/north, +/area/lv522/atmos/east_reactor/south) +"gbO" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/north_east_street) "gbQ" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 @@ -12543,17 +12508,33 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) -"gbX" = ( -/obj/structure/surface/rack, -/obj/item/clothing/suit/storage/hazardvest, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/lone_buildings/storage_blocks) -"gcl" = ( +"gcs" = ( +/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_21"; + layer = 3.1; + name = "synthethic potted plant"; + pixel_y = 14 + }, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/spider/spiderling/nogrow, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"gcy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/c_block/t_comm) +"gcI" = ( /obj/structure/machinery/door/poddoor/shutters/almayer{ - id = "Reactor_entry_1" + dir = 4; + id = "Reactor_garage_3" }, /turf/open/floor/corsat/marked, -/area/lv522/atmos/way_in_command_centre) +/area/lv522/atmos/reactor_garage) "gcO" = ( /obj/effect/decal/cleanable/dirt, /obj/item/clothing/under/colonist{ @@ -12562,63 +12543,86 @@ }, /turf/open/floor/carpet, /area/lv522/indoors/a_block/executive) +"gcU" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = 3 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/reactor_garage) +"gcV" = ( +/obj/structure/bed/chair/comfy, +/obj/item/stack/sheet/wood, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_west_street) "gcY" = ( /obj/structure/cargo_container/ferret/left, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) -"gdd" = ( -/obj/structure/coatrack{ - pixel_x = -6; - pixel_y = 22 +"gde" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor) +"gdm" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"gdo" = ( +/obj/structure/platform{ + dir = 1 }, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 4 +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"gdn" = ( -/obj/item/reagent_container/food/snacks/donut, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/east_central_street) +"gdp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/secure_closet/miner, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) "gdt" = ( /obj/item/tool/kitchen/knife, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"gdy" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/cargo_intake) +"gdw" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor/south) "gdA" = ( -/obj/structure/filingcabinet/filingcabinet{ - density = 0; - pixel_x = 8; - pixel_y = 16 - }, -/obj/structure/filingcabinet/filingcabinet{ - density = 0; - pixel_x = -8; - pixel_y = 16 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical) +/obj/effect/landmark/lv624/fog_blocker/short, +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/lv522/oob/w_y_vault) +"gdN" = ( +/obj/structure/closet/crate/green, +/obj/item/device/sentry_computer, +/obj/item/defenses/handheld/sentry, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Tornado) "gdO" = ( /turf/closed/wall/strata_outpost, /area/lv522/indoors/a_block/hallway) -"gdP" = ( -/obj/structure/blocker/forcefield/vehicles, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/west_reactor) -"gdZ" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper A-Block Corporate Office Airlock" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/corpo/glass) +"gec" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/recharger, +/obj/item/clothing/glasses/kutjevo, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/outdoor_bot) +"geo" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/corpsespawner/colonist/burst, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "get" = ( /turf/open/floor/carpet, /area/lv522/atmos/east_reactor/east) @@ -12630,27 +12634,26 @@ }, /turf/open/floor/carpet, /area/lv522/atmos/east_reactor/east) -"geG" = ( -/obj/structure/closet/boxinggloves, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) +"gew" = ( +/obj/structure/fence{ + layer = 2.9 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/strata/floor3/east, +/area/lv522/outdoors/colony_streets/north_street) "geH" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 }, /turf/open/floor/carpet, /area/lv522/indoors/b_block/bar) -"geN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb2, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"gfg" = ( -/obj/structure/machinery/light, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) "gfi" = ( /obj/item/weapon/twohanded/folded_metal_chair, /obj/item/prop/alien/hugger{ @@ -12658,29 +12661,6 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"gfk" = ( -/obj/structure/bed, -/obj/item/bedsheet/brown{ - layer = 3.1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) -"gfl" = ( -/obj/structure/cargo_container/watatsumi/right, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/lone_buildings/storage_blocks) -"gfo" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"gfI" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor/south) "gfL" = ( /obj/effect/decal/warning_stripes{ icon_state = "NE-out"; @@ -12694,161 +12674,100 @@ /obj/item/storage/belt/medical/lifesaver, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) -"ggk" = ( -/obj/effect/decal/cleanable/generic, -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/engineering) -"ggn" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/cargo_intake) -"ggz" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"ggu" = ( +/obj/structure/window/framed/strata/reinforced, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Sec-Kitchen-Lockdown" }, -/turf/open/floor/corsat/browncorner/north, -/area/lv522/atmos/west_reactor) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/kitchen) +"ggv" = ( +/obj/structure/closet/firecloset/full, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) "ggC" = ( /obj/structure/surface/table/almayer, /mob/living/simple_animal/mouse, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"ggQ" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/cargo_intake) -"ggU" = ( -/obj/structure/machinery/photocopier, -/turf/open/floor/strata/fake_wood, -/area/lv522/atmos/east_reactor/east) +"ggK" = ( +/obj/structure/window/reinforced, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/indoors/a_block/fitness) +"ggN" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/west) "ggZ" = ( /obj/structure/prop/invuln/minecart_tracks{ dir = 5 }, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"ghn" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/flashlight/lamp{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/trash/ceramic_plate{ - pixel_x = -13; - pixel_y = 2 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"ghq" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/structure/platform{ - dir = 8 - }, -/obj/structure/platform_decoration{ - dir = 5 - }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/south_west_street) -"ghQ" = ( -/obj/effect/decal/hefa_cult_decals/d32{ - desc = "You think you can make out the iconography of a Xenomorph."; - icon_state = "4" - }, -/obj/item/clothing/under/marine/officer/pilot/flight, -/obj/item/clothing/suit/storage/jacket/marine/pilot{ - layer = 3.1; - pixel_y = 2 +"ghh" = ( +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + layer = 3; + name = "????"; + stat = 2 }, -/turf/open/floor/corsat/brown/east, -/area/lv522/oob) -"gig" = ( +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_2) +"ghC" = ( +/turf/open/floor/prison/cell_stripe/east, +/area/lv522/indoors/lone_buildings/storage_blocks) +"ghF" = ( +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/west) +"ghM" = ( /obj/structure/prop/server_equipment/yutani_server{ density = 0; pixel_y = 16 }, -/obj/structure/machinery/atm{ - pixel_y = 11 +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/nw_rockies) +"gie" = ( +/obj/structure/machinery/light{ + dir = 1; + pixel_x = 16 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan3/north, +/area/lv522/indoors/a_block/medical/glass) "gij" = ( /obj/item/tool/wirecutters, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"gil" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/machinery/floodlight, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/lone_buildings/storage_blocks) -"giu" = ( -/obj/item/ammo_magazine/rifle/heap{ - current_rounds = 0 - }, -/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"giw" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_west_street) "giL" = ( /obj/vehicle/train/cargo/trolley, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) -"giO" = ( -/obj/item/stack/sheet/metal, -/obj/item/shard{ - icon_state = "medium" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, +"giS" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/west) +"giT" = ( +/obj/effect/decal/cleanable/blood/gibs, /obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/prison/darkredfull2, /area/lv522/indoors/a_block/kitchen/glass) -"giU" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "48" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"giW" = ( -/obj/structure/machinery/microwave, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_1) "giX" = ( /obj/structure/curtain/red, /turf/open/floor/wood, /area/lv522/indoors/a_block/executive) -"gjg" = ( -/obj/structure/machinery/disposal, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) -"gjl" = ( +"gjp" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/platingdmg1, -/area/lv522/indoors/a_block/bridges/op_centre) -"gjo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/oil/streak, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/reactor_garage) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/mining) "gjt" = ( /obj/structure/machinery/colony_floodlight{ density = 0; @@ -12857,9 +12776,10 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/east_central_street) -"gjv" = ( -/turf/open/asphalt/cement/cement14, -/area/lv522/outdoors/colony_streets/south_street) +"gjz" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/bridges/garden_bridge) "gjA" = ( /obj/item/prop/alien/hugger, /obj/effect/decal/cleanable/dirt, @@ -12868,17 +12788,10 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/outdoors/colony_streets/windbreaker/observation) -"gjE" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/south_west_street) -"gjJ" = ( -/obj/structure/surface/table/almayer, -/obj/item/clothing/gloves/yellow, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/outdoor_bot) +"gjG" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_1) "gjV" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 9 @@ -12895,59 +12808,102 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/nw_rockies) -"gka" = ( +"gkc" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/east_reactor) +"gkf" = ( +/obj/effect/decal/hefa_cult_decals/d96{ + desc = "You think you can make out the iconography of a Xenomorph?" + }, +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "bee" + }, +/obj/item/prop/colony/proptag{ + desc = "A fallen marine's information dog tag. It reads, Captain Hashim ibn Al-Waqqas" + }, +/turf/open/floor/corsat/plate, +/area/lv522/oob) +"gkh" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/brown/northeast, +/area/lv522/atmos/reactor_garage) +"gkA" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/prop/almayer/computers/sensor_computer1, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/c_block/mining) +"gkB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/asphalt/cement/cement9, +/area/lv522/outdoors/colony_streets/central_streets) +"gkK" = ( +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 5 + }, +/obj/structure/flora/bush{ + pixel_y = 9 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) +"gkL" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "LV_522_Hydro-Lockdown"; + name = "\improper Storm Shutters" }, /turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/west) -"gkt" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/toy/deck{ - pixel_x = 2; - pixel_y = 4 +/area/lv522/indoors/b_block/bridge) +"gkM" = ( +/obj/structure/machinery/light{ + dir = 1 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) +/obj/structure/machinery/cm_vending/sorted/tech/comtech_tools, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/outdoor_bot) +"gkN" = ( +/turf/open/floor/corsat/browncorner/north, +/area/lv522/atmos/east_reactor) +"gkR" = ( +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/east_reactor) +"gkT" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "Sec-Kitchen-Lockdown"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/security) "gkY" = ( /obj/structure/closet/bombcloset, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/south_east_street) -"gla" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/bridge) -"glh" = ( -/obj/item/storage/backpack/marine/satchel{ - desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; - icon = 'icons/obj/janitor.dmi'; - icon_state = "trashbag3"; - layer = 3.1; - name = "trash bag"; - pixel_x = 4; - pixel_y = 21 - }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/north_east_street) -"glI" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/landing_zone_1/ceiling) -"glL" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 1; - pixel_x = -1; - pixel_y = 3 +"glt" = ( +/obj/structure/prop/invuln/ice_prefab{ + dir = 5 }, -/obj/structure/machinery/light{ - dir = 4 +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_street) +"glD" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/clothing/head/welding{ + pixel_y = 7 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) "glO" = ( /obj/item/stack/sheet/wood, /obj/effect/decal/warning_stripes{ @@ -12963,23 +12919,6 @@ /obj/structure/platform, /turf/open/floor/plating, /area/lv522/indoors/c_block/mining) -"glS" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/reactor_garage) -"glW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/monitor{ - density = 0; - pixel_y = 16 - }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/outdoor_bot) "gme" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 @@ -12987,38 +12926,53 @@ /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) "gmg" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) -"gmk" = ( -/obj/item/prop/alien/hugger, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 +/obj/structure/platform{ + dir = 1 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) +"gms" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) "gmu" = ( /obj/structure/platform{ dir = 1 }, /turf/open/gm/river, /area/lv522/outdoors/colony_streets/south_street) -"gmH" = ( -/obj/structure/window/reinforced{ +"gmv" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/prop/almayer/computers/sensor_computer2, +/turf/open/floor/corsat/brown/northwest, +/area/lv522/atmos/command_centre) +"gmA" = ( +/obj/structure/surface/table/almayer, +/obj/item/folder/black_random, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"gmF" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/corsat/plate, -/area/lv522/atmos/north_command_centre) -"gmL" = ( -/obj/structure/platform_decoration{ - dir = 8 +/area/lv522/atmos/filt) +"gmH" = ( +/obj/structure/reagent_dispensers/fueltank{ + layer = 2.9 }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/south_street) +/obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_street) +"gmL" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/dorms/glass) "gnf" = ( /obj/structure/machinery/landinglight/ds1/delaythree{ dir = 1 @@ -13026,45 +12980,31 @@ /turf/open/floor/plating, /area/lv522/landing_zone_1) "gng" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/newspaper, -/obj/item/tool/pen/blue/clicky, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"gnl" = ( -/obj/structure/platform, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +/obj/item/prop/colony/usedbandage{ + dir = 9 }, +/turf/open/floor/prison/blue/west, +/area/lv522/indoors/a_block/admin) +"gnI" = ( +/obj/structure/machinery/vending/snack, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/garden) -"gnD" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor) -"gnR" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/cargo_intake) -"goa" = ( -/obj/structure/surface/table/almayer, -/obj/item/tool/kitchen/tray{ - layer = 2.9; - pixel_y = 3 +/area/lv522/indoors/b_block/bar) +"gnL" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"gnS" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/item/reagent_container/food/snacks/sliceable/pizza/margherita{ - pixel_y = 2 +/obj/structure/bed/chair{ + dir = 1 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"goc" = ( -/obj/item/prop/alien/hugger, -/turf/open/floor/prison/whitegreenfull/southwest, +/turf/open/floor/prison/greenfull/east, /area/lv522/indoors/a_block/fitness) "gof" = ( -/turf/open/floor/corsat/brown/north, +/turf/open/floor/corsat/plate, /area/lv522/atmos/east_reactor/south) "gok" = ( /obj/effect/decal/cleanable/dirt, @@ -13077,22 +13017,20 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_west_street) -"goq" = ( -/obj/structure/platform_decoration{ - dir = 4 - }, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/bridge) -"goA" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/bridges/dorms_fitness) -"goP" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "28" +"gon" = ( +/obj/structure/largecrate/random/mini, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/central_streets) +"goG" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1 }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) +/turf/open/floor/corsat/marked, +/area/lv522/atmos/reactor_garage) +"goR" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/landing_zone_1) "goT" = ( /obj/structure/stairs/perspective{ dir = 10; @@ -13100,61 +13038,91 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_2) -"goW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ - dir = 4 +"goU" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/stamp/denied{ + pixel_x = -11; + pixel_y = 8 }, -/obj/structure/machinery/light/small{ - dir = 8 +/obj/item/card/id/silver/clearance_badge/cl{ + desc = "Wow sorry, didn't mean to drop that in front of you, it's real, btw."; + name = "certified powerloader operator card"; + pixel_x = 5; + registered_name = "John Forklift" }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) "goY" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/w_rockies) -"gpb" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"gpD" = ( -/obj/structure/cargo_container/kelland/left, -/turf/open/floor/plating/platebot, -/area/lv522/indoors/c_block/cargo) -"gpN" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/auto_turf/shale/layer1, -/area/lv522/outdoors/colony_streets/north_east_street) -"gqn" = ( -/obj/structure/machinery/door/airlock/almayer/engineering{ - name = "\improper Cargo Bay Quartermaster" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"gpd" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/reactor_garage) +"gpr" = ( +/turf/open/floor/corsat/brown/northeast, +/area/lv522/atmos/filt) +"gpx" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/fence, +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/cargo) -"gre" = ( -/obj/structure/bed/chair{ - dir = 1 +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/south_street) -"grh" = ( -/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_west_street) +"gpC" = ( +/obj/structure/machinery/deployable/barrier, /obj/effect/decal/warning_stripes{ - icon_state = "SW-out"; + icon_state = "W"; pixel_x = -1 }, -/obj/effect/decal/cleanable/blood/xeno{ - icon_state = "xgib3" - }, /turf/open/floor/prison/floor_plate, /area/lv522/atmos/way_in_command_centre) +"gpJ" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper A-Block Corporate Office Airlock" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/corpo/glass) +"gpN" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/auto_turf/shale/layer1, +/area/lv522/outdoors/colony_streets/north_east_street) +"gpS" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/west) +"gqe" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = 11; + pixel_y = 24 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"gqP" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"gqR" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/damage) +"grf" = ( +/obj/structure/barricade/wooden, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "grq" = ( /obj/structure/barricade/wooden{ dir = 4 @@ -13168,39 +13136,37 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms) -"grB" = ( -/obj/structure/machinery/door/airlock/hatch/cockpit/three, -/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Tornado) "grP" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) +"grY" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_y = 5 + }, +/obj/item/tool/pen/blue/clicky, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) "gse" = ( /obj/structure/machinery/seed_extractor, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/b_block/hydro) -"gsi" = ( -/obj/structure/machinery/light, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"gsp" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/door_control/brbutton/alt{ - id = "LZ1_Lockdown_Lo"; - name = "remote door-control"; - pixel_y = 4 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"gsx" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/turf/open/floor/plating, -/area/lv522/landing_zone_forecon/UD6_Tornado) +"gsF" = ( +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/cargo_intake) +"gsG" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/blue/north, +/area/lv522/indoors/a_block/admin) +"gsO" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/command_centre) "gsP" = ( /obj/effect/decal/warning_stripes{ icon_state = "SE-out"; @@ -13212,12 +13178,15 @@ /obj/effect/decal/cleanable/blood/drip, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"gsW" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper A-Block Shared Dorms Airlock" +"gsT" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 }, -/turf/open/floor/corsat/marked, -/area/lv522/outdoors/colony_streets/windbreaker/observation) +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"gsX" = ( +/turf/open/asphalt/cement/cement2, +/area/lv522/outdoors/colony_streets/south_street) "gsZ" = ( /obj/structure/cargo_container/horizontal/blue/top, /turf/open/auto_turf/sand_white/layer0, @@ -13226,27 +13195,28 @@ /obj/structure/tunnel, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/east_central_street) -"gtE" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"gtZ" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/kitchen/tray{ + layer = 2.9; + pixel_y = 3 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 1; - pixel_y = 26 +/obj/item/reagent_container/food/snacks/sliceable/pizza/margherita{ + pixel_y = 2 }, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms) -"gtZ" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 +"gui" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/east) +"gum" = ( +/obj/structure/machinery/light{ + dir = 8 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"guz" = ( -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/south_street) +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "guB" = ( /obj/structure/bed/chair/comfy{ dir = 8 @@ -13265,53 +13235,27 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/north_east_street) -"gvl" = ( -/obj/structure/surface/table/almayer{ - dir = 4; - flipped = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"gvn" = ( -/obj/structure/machinery/door_display/research_cell{ - dir = 8; - id = "Reactor_entry_2"; - pixel_x = 16; - req_access = null - }, -/obj/item/prop/alien/hugger, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"gvu" = ( -/obj/structure/largecrate/random, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"gvD" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" +"gvf" = ( +/obj/structure/morgue{ + dir = 8 }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical) +"gvq" = ( +/obj/structure/barricade/deployable{ + dir = 1 }, -/obj/structure/barricade/deployable, -/turf/open/floor/prison/darkredfull2, -/area/lv522/outdoors/colony_streets/north_street) +/turf/open/floor/plating/platingdmg3/west, +/area/lv522/indoors/a_block/admin) +"gvD" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "95" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "gvG" = ( /obj/item/toy/beach_ball/holoball, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_street) -"gvI" = ( -/obj/structure/largecrate/random, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_2/ceiling) "gvT" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, @@ -13330,16 +13274,20 @@ /obj/item/ore/slag, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) +"gvV" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1) "gwb" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/corpo) -"gwe" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 - }, -/turf/open/floor/prison/blue/northwest, -/area/lv522/indoors/a_block/admin) +"gwf" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv522/atmos/sewer) +"gwo" = ( +/turf/open/asphalt/cement/cement2, +/area/lv522/outdoors/n_rockies) "gwt" = ( /obj/structure/cargo_container/wy/right, /turf/open/floor/prison, @@ -13348,72 +13296,63 @@ /obj/effect/alien/resin/sticky, /turf/closed/wall/strata_ice/dirty, /area/lv522/oob) -"gwE" = ( -/obj/structure/powerloader_wreckage/jd, +"gwD" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/landing_zone_1) +"gwH" = ( +/obj/structure/prop/invuln/minecart_tracks, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges/op_centre) -"gwF" = ( -/obj/effect/spawner/gibspawner/xeno, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/blue/north, -/area/lv522/indoors/a_block/admin) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/mining) "gwP" = ( /obj/structure/cargo_container/kelland/left, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) +"gxd" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/welding, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) "gxe" = ( /obj/effect/decal/cleanable/blood, /obj/effect/spawner/gibspawner/human, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/w_rockies) -"gxi" = ( +"gxm" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/sewer) "gxp" = ( /obj/structure/machinery/landinglight/ds2/delaythree{ dir = 4 }, /turf/open/floor/plating, /area/lv522/landing_zone_2) -"gxv" = ( -/obj/effect/decal/cleanable/blood, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"gxy" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) "gxN" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) -"gxP" = ( -/obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/dirt, -/obj/structure/surface/table/almayer, -/obj/item/ammo_box/magazine/shotgun/beanbag/empty, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"gxR" = ( -/obj/structure/surface/table/almayer{ - dir = 8; - flipped = 1 - }, -/obj/structure/machinery/light{ - dir = 8 +"gxZ" = ( +/obj/structure/closet/crate/trashcart, +/obj/item/trash/chips, +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/east_central_street) "gyb" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/machinery/camera/autoname, @@ -13422,38 +13361,26 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"gyh" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/door/window/eastleft, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/fitness/glass) -"gyy" = ( -/obj/structure/surface/table/almayer{ - dir = 4; - flipped = 1 - }, -/obj/structure/machinery/camera/autoname{ - dir = 8 - }, -/obj/structure/machinery/light/small{ +"gyp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan3/southwest, +/area/lv522/indoors/a_block/medical) +"gyP" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/west_reactor) +"gyR" = ( +/obj/item/clipboard, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) +"gzi" = ( +/obj/structure/bed/chair/comfy{ dir = 4 }, +/mob/living/simple_animal/corgi/puppy, /turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"gyR" = ( -/obj/item/ammo_magazine/pistol/m1911{ - pixel_x = 9; - pixel_y = 12 - }, -/obj/structure/platform, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_east_street) -"gzb" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper A-Block Dorms And Office Airlock" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) +/area/lv522/indoors/c_block/mining) "gzu" = ( /obj/structure/barricade/deployable{ dir = 8 @@ -13461,15 +13388,19 @@ /obj/structure/barricade/deployable, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) -"gzF" = ( -/obj/structure/bed/chair{ - dir = 1 +"gzK" = ( +/obj/structure/window/framed/strata/reinforced, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Sec-Armoury-Lockdown" }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) -"gzP" = ( -/turf/open/floor/plating/platingdmg1, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/security) +"gzN" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) "gAa" = ( /obj/structure/prop/ice_colony/ground_wire{ dir = 4 @@ -13480,61 +13411,28 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) -"gAf" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/indoors/a_block/fitness/glass) -"gAl" = ( -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/security/glass) -"gAq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 4 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"gAy" = ( -/obj/structure/toilet{ - pixel_y = 16 - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -11 +"gAr" = ( +/obj/structure/bed/chair{ + dir = 1 }, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) +"gAu" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/dorms) -"gAD" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/west_reactor) -"gAF" = ( -/obj/structure/surface/rack, -/obj/item/stack/sheet/mineral/iron{ - amount = 5 +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) +"gAx" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Sec-Corpo-Bridge-Lockdown" }, -/obj/item/stack/sheet/mineral/platinum, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/atmos/cargo_intake) -"gAH" = ( -/obj/structure/cargo_container/watatsumi/right, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/colony_streets/north_west_street) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/security) "gAO" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 10 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"gAY" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/turf/open/floor/prison/blue, -/area/lv522/indoors/a_block/admin) "gBe" = ( /obj/item/stack/sheet/metal, /obj/effect/decal/cleanable/dirt, @@ -13543,10 +13441,10 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"gBg" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical) +"gBf" = ( +/obj/structure/largecrate/random/secure, +/turf/open/auto_turf/shale/layer1, +/area/lv522/landing_zone_1) "gBi" = ( /obj/structure/cargo_container/watatsumi/right, /turf/open/floor/prison, @@ -13557,26 +13455,54 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_east_street) -"gCa" = ( -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"gCb" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/reactor_garage) -"gCC" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 - }, +"gBz" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/turf/open/floor/plating, +/area/lv522/indoors/c_block/cargo) +"gBI" = ( +/obj/structure/platform_decoration{ dir = 8 }, -/obj/structure/machinery/light/small{ - dir = 4 +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/indoors/a_block/fitness) +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/garden) +"gBK" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "40" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"gBO" = ( +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/central_streets) +"gBS" = ( +/obj/structure/coatrack{ + pixel_x = 11 + }, +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) +"gCl" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) +"gCA" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor/south) +"gCH" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/landing_zone_2) "gCO" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -13592,14 +13518,35 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/executive) +"gCZ" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "9" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"gDb" = ( +/obj/structure/machinery/vending/coffee{ + density = 0; + pixel_x = 11; + pixel_y = 16 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/glass) "gDe" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor) -"gDJ" = ( -/turf/open/floor/prison/darkpurple2/west, -/area/lv522/indoors/a_block/dorms) +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + pixel_y = 6 + }, +/turf/open/floor/corsat/brown/southeast, +/area/lv522/oob) +"gDl" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/turf/open/floor/prison/blue/north, +/area/lv522/indoors/a_block/admin) +"gDD" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "gDL" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/door_control/brbutton/alt{ @@ -13610,27 +13557,17 @@ /obj/item/prop/colony/game, /turf/open/floor/carpet, /area/lv522/indoors/c_block/garage) -"gDM" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/hallway) -"gDR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/rods, -/obj/item/stack/sheet/metal, -/obj/structure/barricade/deployable{ - dir = 1 +"gDO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 }, -/turf/open/floor/prison/blue_plate/north, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"gDW" = ( +/turf/open/floor/prison/blue/northwest, /area/lv522/indoors/a_block/admin) -"gDU" = ( -/obj/structure/closet/radiation, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/south) -"gDV" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/west_reactor) "gEd" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 @@ -13638,12 +13575,34 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/garage) +"gEj" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_west_street) "gEB" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) +"gEM" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/paper_bin{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/structure/machinery/camera/autoname, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"gEZ" = ( +/obj/item/storage/backpack/marine/satchel/rto, +/turf/open/floor/corsat/brown/west, +/area/lv522/oob) "gFp" = ( /obj/item/ammo_magazine/rifle/heap{ current_rounds = 0 @@ -13659,34 +13618,43 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"gFx" = ( -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice3"; - pixel_x = 6; - pixel_y = 19 +"gFH" = ( +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/south_west_street) +"gGc" = ( +/obj/structure/surface/rack, +/obj/item/device/analyzer, +/obj/item/stack/sheet/cardboard/full_stack, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"gGj" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" + }, +/obj/structure/platform, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"gGt" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/command_centre) +"gGv" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 }, -/turf/open/floor/plating/platingdmg3/west, -/area/lv522/indoors/a_block/kitchen/damage) -"gFL" = ( /turf/open/floor/corsat/squares, -/area/lv522/oob) -"gFT" = ( +/area/lv522/atmos/east_reactor) +"gGI" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurple2/north, -/area/lv522/indoors/a_block/dorms) -"gFX" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 8; - pixel_y = 4 - }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/c_block/t_comm) -"gGJ" = ( -/obj/structure/safe, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) "gGW" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -13695,33 +13663,65 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms) -"gGX" = ( -/obj/structure/machinery/camera/autoname{ +"gHf" = ( +/obj/structure/machinery/light{ dir = 1 }, -/obj/structure/machinery/light/small, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/glass) -"gHE" = ( +/obj/structure/surface/rack, +/obj/item/weapon/baseballbat/metal, +/obj/item/weapon/baseballbat/metal{ + pixel_x = 5 + }, +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) +"gHh" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) +"gHi" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 16 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 16 + }, /obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/railgun_camera_pos, -/turf/open/floor/prison/floor_plate, -/area/lv522/landing_zone_1/ceiling) +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"gHk" = ( +/obj/effect/decal/cleanable/dirt, +/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_plate/north, +/area/lv522/indoors/a_block/hallway) +"gHJ" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper A-Block Fitness Centre Airlock" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/fitness/glass) "gHN" = ( /obj/structure/prop/vehicles/crawler{ icon_state = "crawler_covered_bed" }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/east_central_street) -"gHV" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"gHW" = ( -/obj/structure/platform_decoration, -/obj/structure/machinery/light, -/turf/open/floor/prison/darkpurple2, -/area/lv522/indoors/a_block/dorms) +"gHQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/central_streets) "gIa" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, @@ -13736,97 +13736,66 @@ /mob/living/simple_animal/mouse, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/east_central_street) +"gIl" = ( +/obj/structure/bed/chair/wheelchair, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) "gIo" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "71" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/north) "gIv" = ( /obj/structure/cargo_container/ferret/left, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) -"gIw" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor) -"gIK" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) -"gJa" = ( -/obj/structure/machinery/light{ - dir = 8 +"gIz" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 }, -/obj/item/cpr_dummy, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"gIL" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/browncorner/west, +/area/lv522/atmos/east_reactor/south) +"gIO" = ( +/obj/item/stack/sheet/wood, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical) -"gJh" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/machinery/vending/coffee, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_2) "gJm" = ( /obj/structure/cargo_container/ferret/mid, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) -"gJF" = ( -/obj/structure/platform, -/obj/structure/reagent_dispensers/watertank{ - layer = 2.9 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/way_in_command_centre) -"gJN" = ( -/obj/structure/prop/invuln/fire{ - pixel_x = -6; - pixel_y = 32 - }, -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "17" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"gJV" = ( -/obj/effect/spawner/gibspawner/xeno, -/obj/effect/decal/cleanable/blood/xeno{ - icon_state = "xgib3" - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"gKl" = ( -/obj/item/cell/apc{ - pixel_x = -7; - pixel_y = 10 +"gJw" = ( +/obj/structure/machinery/computer/telecomms/server{ + pixel_y = 16 }, -/obj/item/cell/hyper{ - pixel_y = -2 +/obj/structure/bed/chair/comfy{ + dir = 1 }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"gKh" = ( /obj/structure/surface/table/almayer, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/outdoor_bot) -"gKo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ - dir = 4 - }, -/obj/structure/machinery/light/small{ - dir = 8 +/obj/structure/machinery/computer/cameras/wooden_tv/broadcast{ + pixel_y = 8 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"gKL" = ( -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "Sec-Kitchen-Lockdown"; - name = "\improper Storm Shutters" +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"gKy" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/obj/structure/phone_base/colony_net{ + phone_category = "LV522 Chances Claim"; + phone_color = "red"; + phone_id = "Colony Dining"; + pixel_y = 26 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/security) +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/glass) "gKO" = ( /obj/structure/machinery/colony_floodlight{ layer = 4.3 @@ -13834,12 +13803,9 @@ /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/north_west_street) "gKQ" = ( -/obj/item/stack/sheet/metal, -/obj/structure/platform_decoration{ - dir = 1 - }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_east_street) +/obj/structure/curtain/medical, +/turf/open/floor/strata/white_cyan3/east, +/area/lv522/indoors/a_block/medical/glass) "gKY" = ( /obj/structure/surface/table/almayer, /obj/effect/decal/cleanable/dirt, @@ -13848,55 +13814,23 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/b_block/bar) -"gLb" = ( -/obj/structure/prop/server_equipment/yutani_server{ - density = 0; - pixel_y = 16 - }, -/obj/structure/machinery/atm{ - pixel_y = 11 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) "gLg" = ( /obj/item/prop/alien/hugger, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen/glass) -"gLi" = ( -/obj/structure/cargo_container/ferret/mid, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_west_street) -"gLj" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "Bathroom" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) "gLk" = ( /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/prison, /area/lv522/indoors/a_block/security) -"gLn" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/corsat/browncorner/east, -/area/lv522/atmos/cargo_intake) -"gLr" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) -"gLW" = ( -/obj/structure/platform{ - dir = 4 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" +"gLL" = ( +/obj/structure/surface/table/almayer, +/obj/structure/prop/server_equipment/laptop/on{ + pixel_x = 1; + pixel_y = 6 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/garden) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) "gMb" = ( /obj/structure/bed/chair/comfy{ dir = 4 @@ -13910,27 +13844,31 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/n_rockies) -"gMt" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/brown/southwest, -/area/lv522/atmos/east_reactor/south) -"gMO" = ( -/obj/effect/spawner/gibspawner/xeno, +"gMf" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/sewer) +"gMs" = ( +/obj/item/stack/sandbags/small_stack, /turf/open/asphalt/cement/cement3, /area/lv522/outdoors/colony_streets/north_street) -"gNc" = ( -/obj/structure/surface/table/almayer, -/obj/item/newspaper, -/obj/effect/decal/cleanable/dirt, +"gMv" = ( /obj/structure/machinery/light{ - dir = 4 + dir = 8 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"gMX" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) +"gNm" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/head/hardhat, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) "gNn" = ( /obj/structure/largecrate/supply/medicine/medkits{ pixel_x = -7 @@ -13945,49 +13883,65 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/op_centre) +"gNC" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/corsat/browncorner, +/area/lv522/atmos/east_reactor/south) +"gNH" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/command_centre) "gNJ" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/plating, /area/lv522/indoors/a_block/bridges/op_centre) -"gNX" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"gNZ" = ( -/obj/structure/machinery/conveyor{ - dir = 5; - id = "cargo_container" +"gNM" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/browncorner/west, +/area/lv522/atmos/east_reactor/south) +"gNT" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/north_west_street) +"gNU" = ( +/obj/structure/barricade/deployable{ + dir = 1 }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /obj/structure/machinery/light{ - dir = 8 + dir = 4 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"gOh" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/machinery/photocopier, -/obj/structure/machinery/light, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +/turf/open/floor/prison/cell_stripe/north, +/area/lv522/atmos/way_in_command_centre) "gOj" = ( /obj/structure/cargo_container/horizontal/blue/middle, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) -"gOr" = ( -/obj/structure/closet/crate, -/obj/item/ore/silver, -/obj/item/ore/silver, -/obj/item/ore/silver, -/obj/item/ore/silver, +"gOz" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_west_street) +"gOI" = ( +/obj/item/clothing/shoes/jackboots{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/item/clothing/shoes/jackboots{ + pixel_x = 4; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/floor_plate, -/area/lv522/indoors/lone_buildings/storage_blocks) -"gOA" = ( -/obj/structure/window/framed/strata/reinforced, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/bridges/garden_bridge) +/area/lv522/indoors/b_block/bar) "gOJ" = ( /obj/item/tool/wirecutters{ pixel_x = -1; @@ -14005,10 +13959,22 @@ /obj/effect/decal/cleanable/cobweb, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"gPo" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/cell_stripe/north, -/area/lv522/atmos/way_in_command_centre) +"gPk" = ( +/obj/structure/surface/table/almayer, +/obj/item/weapon/gun/rifle/m4ra{ + current_mag = null + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"gPl" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) "gPv" = ( /obj/structure/platform{ dir = 1 @@ -14021,60 +13987,67 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_1) -"gPy" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 4; - pixel_x = 12; - pixel_y = 4 - }, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 8; - pixel_x = -13; - pixel_y = 4 - }, +"gPz" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/east) -"gQb" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 8; - pixel_y = 3 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/bridges/dorms_fitness) +"gPB" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/floor_plate, -/area/lv522/atmos/reactor_garage) -"gQe" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/obj/structure/machinery/light{ +/area/lv522/indoors/c_block/cargo) +"gPN" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ dir = 8 }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"gPR" = ( +/obj/structure/blocker/forcefield/vehicles, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/south) +"gPX" = ( +/obj/structure/window/framed/strata/reinforced, /turf/open/floor/corsat/marked, +/area/lv522/indoors/lone_buildings/engineering) +"gQb" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat/brown/northeast, /area/lv522/atmos/east_reactor) -"gQk" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) "gQu" = ( /mob/living/simple_animal/cat/kitten{ dir = 8 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorm_north) -"gQH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"gQM" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan3/northwest, -/area/lv522/indoors/a_block/medical/glass) +"gQz" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/bridges/op_centre) "gQQ" = ( -/obj/structure/closet/firecloset/full, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -7; + pixel_y = 19 + }, +/obj/structure/filingcabinet/chestdrawer{ + density = 0; + pixel_x = 8; + pixel_y = 19 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) "gQV" = ( /obj/structure/platform{ dir = 4 @@ -14085,23 +14058,35 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"gRd" = ( -/obj/structure/closet/crate, -/obj/item/stack/sheet/plasteel/small_stack, -/obj/item/ore/uranium, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"gRe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ - dir = 4 +"gQW" = ( +/obj/structure/platform{ + dir = 1 }, -/obj/structure/machinery/light/small{ - dir = 8 +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"gQY" = ( +/obj/structure/platform_decoration{ + dir = 1 }, /turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) +/area/lv522/atmos/way_in_command_centre) +"gRa" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/toy, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness/glass) +"gRg" = ( +/obj/structure/stairs/perspective{ + dir = 6; + icon_state = "p_stair_full" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/north_east_street) "gRi" = ( /obj/structure/closet/crate, /obj/item/stack/sheet/metal/medium_stack, @@ -14116,6 +14101,10 @@ /obj/item/prop/colony/used_flare, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) +"gRk" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/cargo_intake) "gRs" = ( /obj/structure/cargo_container/watatsumi/leftmid, /turf/open/auto_turf/sand_white/layer0, @@ -14132,52 +14121,96 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) +"gRL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/west_reactor) "gRS" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/blood/xeno, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_street) -"gRT" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - dir = 4; - id = "Reactor_e_entry_3" - }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/filt) -"gSe" = ( -/obj/structure/platform_decoration, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) +"gSp" = ( +/obj/item/prop/colony/used_flare, +/obj/structure/machinery/light, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "gSw" = ( /obj/item/prop/colony/used_flare, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) "gSE" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/cargo_intake) -"gSI" = ( -/turf/open/floor/corsat/browncorner/north, -/area/lv522/atmos/east_reactor/south) -"gSW" = ( -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "Sec-Kitchen-Lockdown"; - name = "\improper Storm Shutters" +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 8 + }, +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_y = 11 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/dorms) +"gSF" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/prison/blue/north, +/area/lv522/indoors/a_block/admin) +"gSL" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo/glass) +"gSM" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_1/ceiling) +"gSN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv522/landing_zone_1/ceiling) +"gSO" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/security) -"gTa" = ( -/obj/structure/machinery/door/airlock/almayer/engineering, +/area/lv522/atmos/filt) +"gTd" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/sewer) +"gTh" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Dormitories" + }, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/east) -"gTo" = ( -/obj/structure/bed/chair, +/area/lv522/indoors/a_block/dorm_north) +"gTi" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) +"gTs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/turf/open/asphalt/cement/cement15, +/area/lv522/outdoors/colony_streets/central_streets) +"gTy" = ( +/obj/structure/surface/table/almayer, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) +"gTO" = ( +/obj/effect/landmark/corpsespawner/colonist/burst, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "gUi" = ( /obj/structure/flora/jungle/planttop1, /turf/open/floor/grass, @@ -14188,34 +14221,22 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_street) -"gUu" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) -"gUy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ - dir = 8 +"gUC" = ( +/turf/open/floor/strata/cyan2/east, +/area/lv522/indoors/a_block/medical) +"gUK" = ( +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 9 }, -/obj/structure/machinery/light/small{ - dir = 4 +/obj/structure/flora/bush/ausbushes/var3/sunnybush{ + icon_state = "fernybush_2"; + pixel_y = 10 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"gUH" = ( -/obj/item/prop/alien/hugger, -/obj/structure/phone_base/colony_net{ - dir = 4; - phone_category = "LV522 Chances Claim"; - phone_color = "red"; - phone_id = "Colony Bar & Grill"; - pixel_x = -16 +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) -"gUP" = ( -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/nw_rockies) +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "gUT" = ( /obj/item/lightstick/red/spoke/planted{ pixel_x = -12; @@ -14223,12 +14244,6 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_street) -"gUX" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/turf/open/shuttle/dropship/can_surgery/light_grey_middle, -/area/lv522/landing_zone_forecon/UD6_Tornado) "gVd" = ( /obj/structure/prop/invuln/ice_prefab/standalone/trim, /obj/structure/prop/invuln/ice_prefab/roof_greeble{ @@ -14238,6 +14253,14 @@ }, /turf/closed/wall/shiva/prefabricated/reinforced, /area/lv522/atmos/cargo_intake) +"gVe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Family Dormitories" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) "gVf" = ( /obj/structure/machinery/landinglight/ds2, /obj/effect/decal/cleanable/dirt, @@ -14248,17 +14271,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"gVj" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/folder/white{ - pixel_y = 8 - }, -/obj/item/folder/yellow{ - pixel_y = 4 - }, -/obj/item/folder/red, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo) "gVn" = ( /obj/structure/platform_decoration{ dir = 4 @@ -14275,15 +14287,29 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) -"gVU" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor/south) -"gVZ" = ( -/obj/structure/largecrate/random, +"gVB" = ( +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + layer = 3; + name = "????"; + stat = 2 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/filt) +"gVR" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "gWb" = ( /obj/structure/surface/table/almayer, /obj/item/reagent_container/food/drinks/bottle/sake{ @@ -14296,31 +14322,45 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) +"gWp" = ( +/turf/open/floor/corsat/marked, +/area/lv522/outdoors/colony_streets/windbreaker/observation) +"gWz" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/dorms) "gWI" = ( /turf/open/asphalt/cement, /area/lv522/outdoors/n_rockies) -"gWP" = ( -/obj/effect/decal/cleanable/liquid_fuel, -/obj/structure/stairs/perspective{ +"gWT" = ( +/turf/open/floor/prison/cell_stripe/north, +/area/lv522/atmos/sewer) +"gWV" = ( +/obj/structure/machinery/light{ dir = 1; - icon_state = "p_stair_full" + pixel_x = 16 }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_street) -"gWQ" = ( -/turf/open/floor/corsat/brown/northeast, -/area/lv522/atmos/reactor_garage) +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/bridge) +"gWX" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "3" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) "gXc" = ( /obj/structure/barricade/wooden, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"gXh" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/belt/gun/smartgunner, +"gXw" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) "gXz" = ( /obj/structure/surface/table/almayer, /obj/structure/bed/chair{ @@ -14329,31 +14369,22 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen/glass) -"gXE" = ( -/obj/structure/prop/invuln/ice_prefab/roof_greeble{ - icon_state = "vent4"; - pixel_x = -2; - pixel_y = -8 - }, -/turf/closed/wall/shiva/prefabricated/reinforced, -/area/lv522/atmos/cargo_intake) -"gXG" = ( -/obj/structure/window/framed/strata/reinforced, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "LV522CIC_1"; - name = "\improper Storm Shutters" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/admin) -"gXQ" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" +"gXD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light, +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) +"gXE" = ( +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "vent4"; + pixel_x = -2; + pixel_y = -8 }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/bridge) +/turf/closed/wall/shiva/prefabricated/reinforced, +/area/lv522/atmos/cargo_intake) +"gXH" = ( +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/east_reactor) "gXT" = ( /obj/item/shard{ icon_state = "medium" @@ -14361,55 +14392,95 @@ /obj/effect/decal/cleanable/blood, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen/glass) +"gXV" = ( +/obj/item/stack/sheet/wood, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/south_street) "gYc" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/corsat, /area/lv522/atmos/reactor_garage) -"gYu" = ( +"gYp" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper A-Block Shared Dorms Airlock" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorm_north) +"gYv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 2 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"gYH" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/central_streets) +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor) "gYM" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/closed/wall/strata_outpost/reinforced, /area/lv522/atmos/cargo_intake) +"gYR" = ( +/obj/item/prop/colony/canister{ + pixel_y = 7 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/north) "gYT" = ( /obj/structure/bed/chair/comfy{ dir = 1 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/command_centre) -"gZy" = ( -/obj/structure/foamed_metal, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"gZH" = ( -/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage{ - req_access = null; - req_one_access_txt = "7;23;27" - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/north) +"gZc" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/way_in_command_centre) +"gZn" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/casino) +"gZt" = ( +/obj/structure/machinery/disposal, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) +"gZD" = ( +/obj/structure/machinery/microwave, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_1) +"gZE" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor) "gZL" = ( /obj/effect/decal/cleanable/blood/drip, /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) -"gZT" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin{ - pixel_y = 5 - }, -/obj/item/tool/pen/blue/clicky, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/obj/effect/landmark/xeno_spawn, -/obj/effect/landmark/corpsespawner/colonist/burst, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) "han" = ( /obj/structure/cargo_container/horizontal/blue/bottom, /turf/open/auto_turf/sand_white/layer0, @@ -14422,21 +14493,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/atmos/way_in_command_centre) -"haz" = ( -/obj/structure/platform{ - dir = 8 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/garden) -"haA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/glass) "haF" = ( /obj/structure/prop/invuln/overhead_pipe{ dir = 8; @@ -14451,66 +14507,77 @@ /obj/structure/largecrate/random/barrel/blue, /turf/open/floor/plating, /area/lv522/indoors/c_block/mining) +"haQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = 9; + pixel_y = 3 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/damage) +"haS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/south_west_street) "haY" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"hbe" = ( -/obj/structure/barricade/sandbags{ - dir = 8 +"hbw" = ( +/obj/structure/machinery/light, +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) +"hbz" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/c_block/cargo) +"hbK" = ( +/obj/structure/prop/vehicles/crawler{ + dir = 8; + layer = 3.1; + pixel_x = 5; + pixel_y = 7 }, -/obj/item/trash/uscm_mre, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/north_street) -"hbi" = ( -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo) -"hbl" = ( -/obj/structure/machinery/disposal, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/cyan2/east, -/area/lv522/indoors/a_block/medical) +/obj/structure/machinery/light, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) "hbO" = ( /obj/structure/largecrate/random/case/small, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/mining) -"hbW" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "Sec-Kitchen-Lockdown"; - name = "\improper Storm Shutters" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/kitchen) -"hbX" = ( -/obj/structure/closet/firecloset/full, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ - dir = 8 - }, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"hbY" = ( +"hbV" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/corsat/brown/southwest, -/area/lv522/atmos/west_reactor) -"hca" = ( -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_full" - }, +/area/lv522/atmos/cargo_intake) +"hcc" = ( +/obj/structure/cargo_container/grant/right, +/turf/open/floor/plating/platebot, +/area/lv522/indoors/c_block/cargo) +"hce" = ( +/turf/open/floor/corsat/brown, +/area/lv522/atmos/north_command_centre) +"hcg" = ( +/obj/effect/decal/cleanable/blood/gibs, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/glass) +"hcr" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 9 }, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/bridge) +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/east_reactor/south) "hcE" = ( /obj/item/stack/sheet/metal, /obj/effect/decal/cleanable/generic, @@ -14529,15 +14596,27 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_street) -"hdn" = ( -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/east_reactor/north) +"hcY" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/brown/southwest, +/area/lv522/atmos/east_reactor/east) "hdu" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 }, /turf/open/auto_turf/shale/layer2, /area/lv522/outdoors/n_rockies) +"hdw" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) +"hdE" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/north_command_centre) "hdG" = ( /obj/effect/decal/warning_stripes{ icon_state = "N"; @@ -14546,40 +14625,64 @@ /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_street) "hem" = ( -/obj/structure/prop/server_equipment/yutani_server{ - density = 0; - pixel_y = 16 +/obj/item/ammo_magazine/m56d, +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"her" = ( +/obj/structure/stairs/perspective{ + dir = 6; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"hey" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/reagent_container/food/snacks/donut/jelly{ + pixel_x = -6; + pixel_y = 4 }, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/glass) +/area/lv522/indoors/a_block/security) "heB" = ( /obj/structure/cargo_container/ferret/right, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) -"heR" = ( -/obj/structure/largecrate/random/secure, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"heS" = ( -/obj/structure/prop/server_equipment/yutani_server{ - density = 0; - pixel_y = 16 +"heG" = ( +/obj/structure/surface/rack, +/obj/item/tool/crowbar, +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) +"heI" = ( +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"heZ" = ( -/obj/structure/window/framed/strata/reinforced, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/bridge) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"heN" = ( +/obj/structure/machinery/optable, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/outdoors/w_rockies) +"heR" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/filt) +"hfb" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) "hft" = ( /obj/structure/largecrate/random, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"hfx" = ( -/turf/open/floor/corsat/brown, -/area/lv522/atmos/reactor_garage) "hfy" = ( /obj/structure/machinery/prop/almayer/computer/PC{ dir = 8; @@ -14587,23 +14690,34 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"hfB" = ( +"hfG" = ( /obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) +"hfH" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/door_control/brbutton/alt{ + id = "LZ1_Lockdown_Lo"; + name = "remote door-control"; + pixel_y = 4 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) +"hfL" = ( +/obj/item/stack/tile/plasteel{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/structure/prop/ice_colony/ground_wire{ dir = 4 }, -/turf/open/asphalt/cement/cement15, -/area/lv522/outdoors/colony_streets/north_east_street) -"hfC" = ( -/obj/structure/window/framed/strata/reinforced, -/obj/structure/curtain/red, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/executive) -"hfM" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/admin) +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor) "hfS" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, @@ -14615,37 +14729,37 @@ /obj/item/prop/alien/hugger, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms) -"hgf" = ( -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -8; - pixel_y = 16 +"hgb" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/west_reactor) +"hgi" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = 8; - pixel_y = 16 +/turf/open/asphalt/cement/cement9, +/area/lv522/outdoors/colony_streets/north_street) +"hgk" = ( +/obj/structure/fence, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_street) +"hgq" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/floor/prison/cell_stripe/west, +/area/lv522/indoors/lone_buildings/storage_blocks) "hgr" = ( /obj/structure/girder/reinforced, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"hgu" = ( -/obj/structure/machinery/space_heater/radiator/red{ - dir = 4 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"hgv" = ( -/obj/structure/window/framed/strata/reinforced, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "Sec-Kitchen-Lockdown"; - name = "\improper Storm Shutters" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/kitchen) "hgy" = ( /obj/structure/surface/rack, /obj/item/tank/emergency_oxygen{ @@ -14660,111 +14774,149 @@ }, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) -"hgA" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) -"hhe" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +"hgz" = ( +/obj/item/ammo_box/magazine/misc/mre, +/obj/item/prop/colony/usedbandage{ + dir = 9; + pixel_x = 5; + pixel_y = 15 }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_west_street) -"hhk" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper C-Block - Garage Airlock" +/obj/item/trash/tray{ + pixel_x = -16; + pixel_y = 13 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/bridge) -"hho" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/strata/fake_wood, -/area/lv522/atmos/east_reactor/east) -"hhy" = ( -/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/oob) +"hgG" = ( +/obj/structure/closet/secure_closet/miner, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper B-Block - Hydroponics Airlock" +/obj/structure/machinery/light{ + dir = 1 }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "LV_522_Hydro-Lockdown"; - name = "\improper Storm Shutters" +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"hgO" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical) +"hgP" = ( +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/oob) +"hhv" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/east_reactor) +"hhz" = ( +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"hhH" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/mineral/silver{ + amount = 20 + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/atmos/cargo_intake) +"hhR" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "33" }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"hhY" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"hib" = ( +/obj/structure/cargo_container/grant/left, +/turf/open/floor/plating/platebot, +/area/lv522/indoors/c_block/cargo) +"hif" = ( /turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/bridge) +/area/lv522/indoors/lone_buildings/outdoor_bot) "hir" = ( -/obj/structure/machinery/light{ - dir = 1 +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "77" }, -/obj/structure/stairs/perspective{ - dir = 10; - icon_state = "p_stair_full" +/area/lv522/landing_zone_forecon/UD6_Tornado) +"hiC" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/bridges/corpo) +"hiO" = ( +/obj/structure/window_frame/strata, +/obj/item/shard{ + icon_state = "medium" }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"hiw" = ( /obj/structure/machinery/door/poddoor/shutters/almayer{ dir = 4; - id = "Reactor_entry_2" + id = "Sec-Kitchen-Lockdown" }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/kitchen/glass) +"hiR" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/way_in_command_centre) -"hiI" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/n_rockies) -"hiN" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 1 +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo/glass) +"hiS" = ( +/obj/structure/machinery/door_display/research_cell{ + dir = 8; + id = "Reactor_entry_2"; + pixel_x = 16; + req_access = null }, -/turf/open/floor/bcircuit, -/area/lv522/indoors/a_block/admin) -"hiX" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurple2/southeast, -/area/lv522/indoors/a_block/dorms) -"hjf" = ( -/obj/structure/platform{ +/obj/item/prop/alien/hugger, +/obj/structure/machinery/light{ dir = 1 }, -/obj/structure/platform{ - dir = 4 +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 }, -/turf/open/gm/river, -/area/lv522/landing_zone_1/tunnel/far) -"hjg" = ( -/obj/structure/surface/table/almayer, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"hiU" = ( +/obj/structure/machinery/seed_extractor, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness/glass) -"hjz" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/item/prop/colony/usedbandage{ - dir = 1 - }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +/area/lv522/indoors/b_block/hydro) +"hjm" = ( +/obj/structure/surface/rack, +/obj/item/tool/crowbar, +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) +"hjt" = ( +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/south) +"hjw" = ( +/turf/open/floor/strata/white_cyan1, +/area/lv522/indoors/lone_buildings/chunk) "hjE" = ( /obj/effect/decal/cleanable/blood/oil, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/lone_buildings/storage_blocks) -"hjN" = ( -/obj/effect/spawner/gibspawner/xeno, +"hjP" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"hjU" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/gloves/botanic_leather, /obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) "hjW" = ( /obj/structure/surface/table/almayer, /obj/item/trash/plate{ @@ -14776,106 +14928,112 @@ }, /turf/open/floor/prison, /area/lv522/indoors/b_block/hydro) -"hjZ" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/north_command_centre) -"hka" = ( -/obj/structure/cable/heavyduty{ - icon_state = "4-8" +"hka" = ( +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/item/stack/tile/plasteel, +/obj/item/tool/wirecutters{ + pixel_x = -12; + pixel_y = -13 + }, +/turf/open/floor/plating, +/area/lv522/atmos/command_centre) +"hkc" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/gm/river, +/area/lv522/landing_zone_1/tunnel/far) +"hki" = ( +/obj/structure/girder, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_street) +"hkz" = ( +/obj/structure/machinery/vending/hydroseeds, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) +"hkA" = ( +/obj/structure/barricade/wooden{ + dir = 8 }, -/obj/item/stack/tile/plasteel, -/obj/item/tool/wirecutters{ - pixel_x = -12; - pixel_y = -13 +/obj/structure/barricade/wooden{ + dir = 8; + pixel_y = 13 }, -/turf/open/floor/plating, -/area/lv522/atmos/command_centre) -"hkn" = ( -/obj/structure/window/framed/strata/reinforced, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/fitness) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) "hkN" = ( -/obj/item/clothing/shoes/jackboots{ - pixel_x = 4; - pixel_y = 17 +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, -/obj/item/clothing/shoes/jackboots{ - pixel_x = -5; - pixel_y = -1 +/obj/structure/platform{ + dir = 8 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "hkO" = ( /obj/structure/surface/rack, /obj/item/stack/sheet/metal/medium_stack, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/south_east_street) +"hkR" = ( +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/corsat/marked, +/area/lv522/landing_zone_1/ceiling) +"hkS" = ( +/obj/structure/cargo_container/wy/left, +/turf/open/floor/plating, +/area/lv522/outdoors/colony_streets/north_east_street) "hlf" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/cargo_intake) -"hlw" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/obj/item/prop/alien/hugger, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/command_centre) -"hlA" = ( -/obj/structure/closet/secure_closet/freezer/fridge/full, -/obj/item/reagent_container/food/condiment/enzyme, -/obj/item/reagent_container/food/condiment/enzyme, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) -"hlC" = ( -/obj/structure/machinery/light, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/glass) -"hlD" = ( -/obj/structure/surface/table/almayer, -/obj/item/clothing/head/hardhat, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"hlO" = ( +"hlk" = ( +/turf/closed/wall/strata_outpost, +/area/lv522/landing_zone_1/tunnel/far) +"hln" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor/west) +"hls" = ( /obj/structure/surface/table/almayer, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/paper_bin{ - pixel_x = -6; - pixel_y = 7 - }, -/obj/item/tool/pen/red/clicky{ - pixel_x = -6 +/obj/structure/window/reinforced, +/obj/item/reagent_container/food/drinks/golden_cup{ + pixel_y = 9 }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/c_block/mining) -"hmc" = ( -/obj/structure/machinery/door/poddoor/almayer/closed{ - id = "West LZ Storage"; - name = "Emergency Lockdown" +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"hlw" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/lone_buildings/storage_blocks) -"hmn" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/bridge) +/turf/open/asphalt/cement/cement9, +/area/lv522/outdoors/colony_streets/central_streets) +"hlC" = ( +/obj/structure/cargo_container/watatsumi/leftmid, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_west_street) +"hlW" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/colony_streets/north_west_street) +"hmb" = ( +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1) "hmz" = ( /obj/structure/largecrate/random/barrel/white, /turf/open/auto_turf/shale/layer2, /area/lv522/outdoors/colony_streets/north_west_street) -"hmB" = ( -/obj/structure/surface/table/almayer, -/obj/item/prop/alien/hugger, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) "hmI" = ( -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Tornado) +/turf/open/floor/corsat/brown, +/area/lv522/atmos/command_centre) "hmJ" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -14883,6 +15041,16 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/hallway) +"hmK" = ( +/obj/structure/stairs/perspective{ + dir = 5; + icon_state = "p_stair_full" + }, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "hmM" = ( /obj/structure/largecrate/random/barrel/red, /turf/open/auto_turf/shale/layer2, @@ -14894,33 +15062,41 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) -"hnT" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/plating/platebot, -/area/lv522/indoors/c_block/cargo) -"hnU" = ( -/obj/structure/prop/vehicles/crawler{ - icon_state = "crawler_crate" +"hnl" = ( +/obj/structure/largecrate/random/mini, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_2/ceiling) +"hny" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Bedroom" }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/south_street) -"hnW" = ( -/obj/structure/stairs/perspective{ - dir = 4; - icon_state = "p_stair_full" +/turf/open/floor/corsat/marked, +/area/lv522/indoors/b_block/bar) +"hnH" = ( +/obj/structure/prop/invuln/lifeboat_hatch_placeholder/terminal{ + layer = 2.1 }, -/obj/structure/platform, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_street) -"hod" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_street) -"hoe" = ( -/obj/structure/closet/firecloset/full, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/structure/largecrate/random/secure, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"hnS" = ( +/obj/structure/largecrate, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_1/ceiling) +"hob" = ( +/obj/structure/machinery/colony_floodlight{ + layer = 4.3 + }, +/turf/open/asphalt/cement/cement9, +/area/lv522/outdoors/colony_streets/east_central_street) +"hoo" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/east_reactor/north) "hoq" = ( /obj/structure/prop/invuln/ice_prefab/roof_greeble{ icon_state = "vent4"; @@ -14933,6 +15109,10 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) +"hor" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) "hov" = ( /obj/effect/decal/warning_stripes{ icon_state = "SW-out" @@ -14943,38 +15123,83 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/b_block/bridge) -"hoI" = ( -/obj/item/clothing/under/marine/reconnaissance, -/turf/open/floor/corsat/brown/southeast, -/area/lv522/oob) -"hpp" = ( -/obj/structure/platform{ - dir = 8 - }, -/obj/structure/prop/ice_colony/dense/planter_box{ - dir = 9; - layer = 2.9 - }, -/obj/structure/flora/bush/ausbushes/var3/brflowers, +"hoL" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) +"hpr" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/greenfull/east, /area/lv522/indoors/b_block/bridge) -"hpx" = ( -/turf/open/floor/corsat/browncorner/north, -/area/lv522/atmos/cargo_intake) -"hqE" = ( -/obj/effect/decal/hefa_cult_decals/d32{ - desc = "You think you can make out the iconography of a Xenomorph."; - icon_state = "2" - }, -/obj/item/storage/belt/gun/m44/custom, -/turf/open/floor/corsat/brown/west, -/area/lv522/oob) -"hqY" = ( +"hpE" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "West LZ Storage"; + name = "Emergency Lockdown" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/lone_buildings/storage_blocks) +"hpF" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/tool/pen/blue/clicky, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"hpL" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/east) +"hpP" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics{ + icon_state = "hydrotray4" + }, +/obj/structure/window{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/platebotc, +/area/lv522/indoors/b_block/hydro/glass) +"hpZ" = ( +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 + }, /turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/cargo) +/area/lv522/atmos/way_in_command_centre) +"hqA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_street) +"hqC" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"hqK" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib3" + }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/south) "hqZ" = ( /obj/structure/bed/chair/wheelchair, /turf/open/auto_turf/shale/layer1, @@ -14984,80 +15209,80 @@ /obj/item/stack/sandbags_empty/small_stack, /turf/open/floor/plating, /area/lv522/indoors/c_block/mining) +"hrb" = ( +/obj/item/stool, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/lone_buildings/chunk) "hre" = ( /obj/structure/flora/jungle/planttop1, /turf/open/organic/grass, /area/lv522/indoors/a_block/garden) -"hrO" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/light, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"hrT" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +"hrK" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/cargo_intake) -"hsa" = ( /obj/structure/machinery/light{ - dir = 4 + dir = 8 }, -/obj/structure/machinery/disposal, /turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) -"hsf" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/prop/ice_colony/ground_wire{ - dir = 1 +/area/lv522/indoors/a_block/dorms) +"hrY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor) +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/b_block/bar) "hsh" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/open/floor/prison, /area/lv522/indoors/b_block/hydro) -"hsJ" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +"hst" = ( +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"hsT" = ( -/obj/structure/prop/ice_colony/dense/planter_box{ - dir = 8 +/obj/structure/machinery/disposal, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"hsZ" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4 }, -/obj/structure/flora/bush/ausbushes/reedbush{ - pixel_y = 11 +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"htb" = ( +/obj/structure/cargo_container/wy/mid{ + health = 5000 }, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"hsU" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_2) +"htf" = ( +/obj/structure/machinery/light/small{ + dir = 1 }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical) -"htl" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +/obj/structure/largecrate, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) +"htk" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 1 }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/filt) -"htq" = ( -/obj/structure/surface/rack, -/obj/item/stack/sheet/mineral/diamond{ - amount = 2 +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1) +"htn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + layer = 2; + name = "weak acid"; + pixel_x = 23; + pixel_y = 21 }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/atmos/cargo_intake) +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/damage) "htu" = ( /obj/structure/prop/invuln/ice_prefab/roof_greeble{ icon_state = "vent4"; @@ -15080,69 +15305,46 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) -"htG" = ( -/turf/open/asphalt/cement/cement9, -/area/lv522/outdoors/colony_streets/north_street) -"htK" = ( -/obj/structure/fence, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) -"htQ" = ( -/obj/structure/cargo_container/horizontal/blue/bottom, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) "htU" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/obj/structure/platform{ - dir = 8 +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo) +"hub" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges) +"hun" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "25" }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) +/area/lv522/landing_zone_forecon/UD6_Tornado) "huu" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/b_block/bridge) -"huG" = ( -/obj/structure/prop/vehicles/crawler{ - layer = 3.1 - }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/central_streets) -"huY" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/asphalt/cement/cement2, -/area/lv522/outdoors/colony_streets/east_central_street) -"hvg" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S"; - pixel_y = -1 +"huy" = ( +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/hallway) +"huO" = ( +/obj/structure/machinery/space_heater, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 5; + pixel_y = 9 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) "hvh" = ( /obj/structure/platform, /turf/open/gm/river, /area/lv522/atmos/sewer) -"hvq" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 +"hvj" = ( +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 }, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/east_reactor/south) +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_east_street) "hvD" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 1 @@ -15150,33 +15352,12 @@ /obj/structure/bed/chair, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/c_block/mining) -"hvH" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/brown/northeast, -/area/lv522/atmos/east_reactor/south) -"hvV" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/cargo_intake) -"hvZ" = ( -/obj/structure/machinery/computer/arcade, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb2, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) -"hwc" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "53" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"hwE" = ( -/obj/structure/surface/table/almayer, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/prop/almayer/computer/PC{ +"hwC" = ( +/obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/filt) "hwF" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 9 @@ -15188,9 +15369,25 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"hwT" = ( -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/west) +"hwJ" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges) +"hwQ" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ + pixel_x = 30 + }, +/obj/structure/bed/chair/dropship/passenger{ + dir = 8 + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"hxe" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) "hxn" = ( /obj/effect/decal/warning_stripes{ icon_state = "SW-out" @@ -15207,27 +15404,9 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_street) -"hxB" = ( -/obj/structure/surface/table/almayer, -/obj/item/trash/plate, -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/accessory/poncho, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"hxI" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"hxP" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) -"hxX" = ( -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/reactor_garage) +"hxS" = ( +/turf/open/floor/corsat/brown/east, +/area/lv522/oob) "hxY" = ( /obj/item/storage/backpack/marine/satchel{ desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; @@ -15239,117 +15418,73 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/east_central_street) -"hyb" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue/east, -/area/lv522/indoors/a_block/hallway) -"hyt" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/colony_streets/north_west_street) -"hyv" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurple2, -/area/lv522/indoors/a_block/dorms) -"hyG" = ( -/obj/structure/barricade/deployable{ +"hyq" = ( +/obj/structure/closet/firecloset/full, +/obj/structure/machinery/light{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue/east, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"hyx" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor) +"hyW" = ( +/obj/structure/prop/almayer/computers/sensor_computer1, +/turf/open/floor/prison/blue_plate/north, /area/lv522/indoors/a_block/admin) -"hyL" = ( -/obj/structure/machinery/landinglight/ds1/delaytwo, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1) -"hyR" = ( +"hzf" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/reactor_garage) -"hyY" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/vehicle/train/cargo/engine, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/lone_buildings/storage_blocks) + dir = 4 + }, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/south_east_street) "hzk" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/wall/strata_outpost, /area/lv522/indoors/a_block/fitness) "hzo" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "17" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/light, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"hzv" = ( +/obj/item/clothing/head/helmet/marine/pilot, +/turf/open/floor/corsat/squares, +/area/lv522/oob) "hzA" = ( /obj/item/ammo_magazine/rifle/heap{ current_rounds = 0 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/n_rockies) -"hzJ" = ( -/obj/effect/spawner/gibspawner/robot, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/security) -"hzT" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/t_comm) -"hAa" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/prison/darkpurple2/northeast, -/area/lv522/indoors/a_block/dorms) -"hAd" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) +"hzI" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "hAg" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 1 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_street) +"hAj" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("interrogation") + }, +/obj/structure/machinery/light/small, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"hAp" = ( +/obj/structure/cargo_container/horizontal/blue/middle, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/cargo_intake) "hAs" = ( /obj/structure/bed/chair{ dir = 4 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"hAu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ - dir = 1 - }, -/obj/structure/machinery/light/small, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"hAx" = ( -/obj/effect/spawner/gibspawner/xeno, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_x = -1; - pixel_y = 2 - }, -/obj/effect/decal/cleanable/blood/xeno{ - icon_state = "xgib3" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) "hAy" = ( /obj/structure/machinery/light{ dir = 1 @@ -15357,69 +15492,82 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"hAB" = ( -/obj/structure/platform{ - dir = 1 - }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"hAT" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/browncorner/west, -/area/lv522/atmos/west_reactor) "hBg" = ( /obj/structure/cryofeed, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/bluegrid, /area/lv522/atmos/east_reactor) -"hCa" = ( -/obj/structure/bed/chair/comfy, -/obj/item/stack/sheet/wood, +"hBo" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, /obj/effect/decal/warning_stripes{ icon_state = "E"; pixel_x = 1 }, /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) +/area/lv522/outdoors/colony_streets/east_central_street) +"hBv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/indoors/a_block/fitness/glass) +"hBw" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/turf/open/floor/prison/blue/southwest, +/area/lv522/indoors/a_block/admin) +"hBF" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) +"hBL" = ( +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/fitness) +"hBY" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"hBZ" = ( +/obj/structure/reagent_dispensers/fueltank{ + layer = 2.9 + }, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/north_street) "hCH" = ( /obj/structure/surface/table/almayer, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/way_in_command_centre) +"hCM" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/south) "hDa" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/command_centre) -"hDl" = ( -/obj/structure/surface/table/almayer, -/obj/item/trash/plate, -/obj/item/reagent_container/food/drinks/cans/waterbottle{ - pixel_x = 4; - pixel_y = 15 - }, -/obj/item/reagent_container/food/snacks/grilledcheese{ - pixel_x = -3; - pixel_y = 7 - }, +"hDk" = ( +/obj/structure/machinery/light, +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms) -"hDo" = ( -/turf/open/floor/strata/multi_tiles, -/area/lv522/indoors/c_block/mining) -"hDp" = ( -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/south_street) "hDy" = ( /turf/closed/wall/strata_outpost, /area/lv522/atmos/command_centre) -"hDz" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison, -/area/lv522/landing_zone_1/ceiling) -"hDD" = ( -/obj/structure/machinery/door/airlock/almayer/maint{ - dir = 1 - }, -/turf/open/floor/corsat/marked, -/area/lv522/landing_zone_1/tunnel) "hDE" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 @@ -15439,133 +15587,105 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"hDO" = ( -/turf/open/floor/corsat/brown/west, +"hDR" = ( +/turf/open/floor/corsat/brown/east, /area/lv522/atmos/filt) -"hDP" = ( -/obj/structure/prop/server_equipment/yutani_server{ - density = 0; +"hEd" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/soap, +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) +"hEo" = ( +/obj/structure/machinery/shower{ pixel_y = 16 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) -"hDQ" = ( -/obj/structure/bed{ - layer = 2.7; - pixel_y = 12 +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/fitness) +"hEx" = ( +/obj/structure/fence{ + layer = 2.9 }, -/obj/structure/bed{ - layer = 2.6; - pixel_y = 25 +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/floor3/east, +/area/lv522/outdoors/colony_streets/north_west_street) +"hEV" = ( +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/south_street) +"hFd" = ( +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 }, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/north_street) +"hFv" = ( +/obj/item/tool/crowbar, /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"hEu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper B-Block - Hydroponics Airlock" - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "LV_522_Hydro-Lockdown"; - name = "\improper Storm Shutters" +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/c_block/cargo) +"hFy" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/surface/table/almayer{ + dir = 1; + flipped = 1 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/hydro) -"hEx" = ( -/obj/effect/decal/cleanable/blood/oil, /obj/effect/decal/cleanable/dirt, -/turf/closed/wall/shiva/prefabricated/reinforced, -/area/lv522/indoors/lone_buildings/storage_blocks) -"hEy" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Corporate Liaison Office " - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/corpo) -"hEz" = ( -/turf/open/floor/corsat/brown, -/area/lv522/atmos/filt) -"hFr" = ( -/obj/structure/largecrate/random/secure, /turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/bridges/op_centre) -"hFB" = ( -/obj/structure/surface/table/reinforced/prison, +/area/lv522/indoors/a_block/bridges/garden_bridge) +"hFC" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"hFD" = ( -/obj/item/storage/backpack/marine/satchel{ - desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; - icon = 'icons/obj/janitor.dmi'; - icon_state = "trashbag3"; - name = "trash bag"; - pixel_x = -4; - pixel_y = 6 - }, -/obj/item/storage/backpack/marine/satchel{ - desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; - icon = 'icons/obj/janitor.dmi'; - icon_state = "trashbag3"; - name = "trash bag"; - pixel_x = 3; - pixel_y = -2 +/obj/structure/surface/rack, +/obj/item/circuitboard/computer{ + pixel_x = 8; + pixel_y = 8 }, -/turf/open/floor/plating/plating_catwalk/prison, -/area/lv522/atmos/sewer) -"hFE" = ( -/obj/structure/largecrate/random/secure, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/atmos/outdoor) -"hFJ" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - pixel_x = -1; +/obj/item/circuitboard/computer{ + pixel_x = -3; pixel_y = 2 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"hFV" = ( -/obj/structure/window/framed/strata/reinforced, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - id = "Sec-Kitchen-Lockdown" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/kitchen/glass) +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/c_block/t_comm) "hFX" = ( /turf/open/auto_turf/shale/layer2, /area/lv522/outdoors/colony_streets/south_street) -"hGl" = ( -/turf/open/floor/corsat/plate, -/area/lv522/oob) -"hGD" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"hGf" = ( +/turf/open/floor/corsat/brown/southwest, +/area/lv522/atmos/reactor_garage) +"hGr" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue, +/area/lv522/indoors/a_block/hallway) +"hGA" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 }, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/east_reactor/south) +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/b_block/bar) +"hGB" = ( +/obj/structure/largecrate/random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) "hGJ" = ( /obj/structure/platform_decoration/strata{ dir = 1 }, /turf/closed/wall/strata_ice/dirty, /area/lv522/oob) -"hGL" = ( -/obj/structure/machinery/space_heater/radiator/red{ - dir = 8 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"hGS" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/nw_rockies) +"hGV" = ( +/turf/open/floor/corsat/brown/northwest, +/area/lv522/atmos/cargo_intake) "hGX" = ( /obj/structure/bed/chair/comfy{ dir = 1 @@ -15577,39 +15697,42 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) +"hHb" = ( +/obj/structure/machinery/conveyor{ + dir = 5; + id = "cargo_container" + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) +"hHc" = ( +/obj/structure/surface/table/almayer, +/obj/item/toy/beach_ball/holoball, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) "hHd" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/atmos/outdoor) -"hHg" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor) -"hHq" = ( -/obj/structure/pipes/standard/simple/hidden/green, +"hHz" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue, -/area/lv522/indoors/a_block/admin) -"hHu" = ( -/obj/item/prop/colony/used_flare, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/obj/structure/machinery/light, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"hHV" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"hIm" = ( +/obj/item/explosive/mine/active, /turf/open/floor/prison/floor_marked/southwest, /area/lv522/outdoors/colony_streets/north_east_street) -"hHw" = ( -/obj/structure/bed/chair, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurple2, -/area/lv522/indoors/a_block/dorms) -"hIj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/surface/table/almayer, -/obj/item/seeds/bananaseed{ - pixel_x = -5; - pixel_y = 8 - }, -/obj/item/seeds/bananaseed, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/hydro) "hIp" = ( /obj/item/weapon/gun/rifle/m41a{ current_mag = null @@ -15624,15 +15747,11 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"hIH" = ( -/obj/structure/machinery/camera/autoname{ - dir = 4 - }, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/lone_buildings/storage_blocks) +"hIC" = ( +/obj/structure/largecrate/random/barrel/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2/ceiling) "hIP" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 @@ -15645,20 +15764,19 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/command_centre) -"hIT" = ( -/obj/item/stack/rods, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) +"hIY" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/sewer) "hIZ" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) -"hJk" = ( -/obj/structure/largecrate/random/secure, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2/ceiling) +"hJg" = ( +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/north_street) "hJq" = ( /obj/structure/platform/strata, /obj/structure/platform/strata{ @@ -15666,55 +15784,41 @@ }, /turf/closed/wall/strata_ice/dirty, /area/lv522/oob) -"hJz" = ( -/obj/item/stack/sheet/wood, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2) -"hJF" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/prison/cell_stripe/east, -/area/lv522/atmos/outdoor) "hJG" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"hJI" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 +"hJK" = ( +/obj/structure/phone_base/colony_net{ + phone_category = "LV522 Chances Claim"; + phone_color = "red"; + phone_id = "Reactor Central Office"; + pixel_y = 26 }, -/turf/open/floor/prison, -/area/lv522/indoors/a_block/kitchen) -"hJO" = ( -/obj/structure/blocker/forcefield/vehicles, -/turf/open/floor/corsat/marked, +/turf/open/floor/corsat/plate, /area/lv522/atmos/command_centre) +"hJP" = ( +/turf/open/asphalt/cement/cement9, +/area/lv522/outdoors/colony_streets/north_west_street) +"hJS" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "33" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) "hJZ" = ( /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"hKg" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/cell_stripe, -/area/lv522/atmos/way_in_command_centre) -"hKo" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 - }, -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/east_reactor/south) -"hKr" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/brown/northwest, -/area/lv522/atmos/east_reactor/south) +"hKc" = ( +/obj/structure/surface/table/almayer, +/obj/item/ore/gold, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "hKv" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/east) +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) "hKE" = ( /obj/structure/prop/ice_colony/ground_wire{ dir = 4 @@ -15735,95 +15839,74 @@ }, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor/south) -"hKL" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/blue/west, -/area/lv522/indoors/a_block/admin) -"hKP" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/hydro) -"hKX" = ( -/obj/structure/platform_decoration, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"hLc" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +"hKU" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 }, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/oob/w_y_vault) -"hLf" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/brown/north, +/turf/open/floor/corsat/browncorner/north, /area/lv522/atmos/filt) +"hKV" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) +"hLi" = ( +/turf/open/asphalt/cement/cement9, +/area/lv522/outdoors/colony_streets/north_east_street) "hLo" = ( /turf/open/floor/wood, /area/lv522/indoors/a_block/fitness/glass) -"hLu" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"hLL" = ( -/obj/item/tool/lighter/zippo{ - layer = 3.1; - pixel_x = 12; - pixel_y = 18 +"hLq" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/chem_dispenser/soda{ + pixel_x = 6; + pixel_y = 4 }, -/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/strata/white_cyan1, +/area/lv522/indoors/lone_buildings/chunk) +"hLt" = ( +/obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_street) -"hLO" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"hLU" = ( -/obj/item/tool/surgery/WYautopsy, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/glass) +"hLu" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/east_reactor/south) +"hLO" = ( +/obj/structure/surface/table/almayer, +/obj/structure/foamed_metal, /obj/effect/decal/cleanable/dirt, -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/turf/open/floor/strata/cyan2/east, -/area/lv522/indoors/a_block/medical) +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) "hLW" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/turf/open/floor/prison, -/area/lv522/atmos/sewer) -"hMb" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 1 - }, -/turf/closed/wall/strata_outpost, -/area/lv522/indoors/a_block/admin) -"hMe" = ( -/obj/structure/bed/roller, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical) -"hMm" = ( -/obj/effect/decal/cleanable/blood, /obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 + icon_state = "W" + }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/central_streets) +"hLX" = ( +/obj/structure/machinery/squeezer, +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) +"hMb" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 1 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) +/turf/closed/wall/strata_outpost, +/area/lv522/indoors/a_block/admin) +"hMr" = ( +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor/east) +"hMs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "hMI" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -15846,35 +15929,20 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"hMU" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) -"hNh" = ( -/obj/structure/platform, -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) "hNk" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/c_block/mining) -"hNo" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/corsat/brown, +"hNl" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/bridges/op_centre) +"hNJ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/squares, /area/lv522/atmos/east_reactor/south) -"hNt" = ( -/obj/structure/stairs/perspective{ - dir = 10; - icon_state = "p_stair_full" - }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/south_east_street) "hNP" = ( /obj/structure/platform{ dir = 8 @@ -15887,32 +15955,31 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_street) -"hNU" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"hOc" = ( +/obj/structure/surface/rack, +/obj/item/clothing/shoes/blue{ + desc = "Comfortable-looking slippers."; + name = "blue slippers"; + pixel_y = 9 }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/north_command_centre) -"hNX" = ( -/obj/item/prop/colony/used_flare, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"hOr" = ( -/obj/structure/machinery/washing_machine{ - density = 0; - pixel_x = -9; - pixel_y = 15 +/obj/item/clothing/shoes/blue{ + desc = "Comfortable-looking slippers."; + name = "blue slippers" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"hOs" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 +/obj/item/clothing/shoes/blue{ + desc = "Comfortable-looking slippers."; + name = "blue slippers"; + pixel_y = -8 }, -/turf/open/floor/plating/plating_catwalk/prison, -/area/lv522/atmos/west_reactor) +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/bar) +"hOj" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/bridge) "hOy" = ( /obj/effect/decal{ icon = 'icons/mob/xenos/effects.dmi'; @@ -15922,12 +15989,24 @@ }, /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/lv522/oob) -"hOX" = ( -/obj/structure/bed/chair/dropship/passenger{ - dir = 8 +"hOz" = ( +/obj/structure/surface/table/almayer{ + dir = 1; + flipped = 1 }, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) +/obj/effect/decal/cleanable/dirt, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"hPa" = ( +/obj/structure/fence, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/outdoor) "hPd" = ( /obj/structure/prop/vehicles/crawler{ dir = 8; @@ -15936,6 +16015,19 @@ }, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) +"hPg" = ( +/obj/structure/bed/roller, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"hPp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/medical/glass) "hPM" = ( /obj/item/stack/sheet/metal, /turf/open/auto_turf/sand_white/layer0, @@ -15947,170 +16039,156 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) -"hQd" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/b_block/bar) -"hQL" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor) -"hQR" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W" +"hPU" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = 7; + pixel_y = 7 }, +/obj/item/tool/pen/blue/clicky, /turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"hQS" = ( -/obj/structure/platform{ - dir = 8 +/area/lv522/atmos/east_reactor/south) +"hQd" = ( +/turf/open/floor/prison/cell_stripe/east, +/area/lv522/atmos/outdoor) +"hQg" = ( +/obj/item/device/flashlight/lamp/green{ + pixel_x = 5; + pixel_y = 12 }, -/obj/structure/machinery/light{ - dir = 1 +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door_control/brbutton/alt{ + id = "Secure_Master_Armoury_2"; + name = "remote door-control" }, +/turf/open/floor/strata/multi_tiles, +/area/lv522/indoors/c_block/mining) +"hQo" = ( +/obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/liquid_fuel, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"hQB" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/corpo/glass) +"hQO" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/strata/fake_wood, +/area/lv522/atmos/east_reactor/east) "hQU" = ( /obj/structure/prop/invuln/ice_prefab/trim{ dir = 8 }, /turf/closed/wall/shiva/prefabricated/reinforced, /area/lv522/outdoors/nw_rockies) -"hRn" = ( -/obj/structure/platform, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_east_street) -"hRq" = ( -/obj/item/prop/colony/used_flare, -/obj/structure/cargo_container/wy/right, -/turf/open/floor/plating, -/area/lv522/outdoors/colony_streets/north_east_street) "hRu" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/w_rockies) -"hRB" = ( -/obj/structure/machinery/light{ - dir = 8 +"hRv" = ( +/obj/structure/bedsheetbin{ + pixel_y = 7 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"hRH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, /obj/effect/spider/spiderling/nogrow, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"hRL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed/chair{ - dir = 4 +/obj/structure/machinery/camera/autoname{ + dir = 8 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/t_comm) -"hRY" = ( -/obj/structure/machinery/light{ +/obj/structure/machinery/light/small{ dir = 4 }, -/turf/open/floor/prison/blue/east, -/area/lv522/indoors/a_block/hallway) -"hRZ" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "LV_522_Hydro-Lockdown"; - name = "\improper Storm Shutters" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/hydro) -"hSf" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"hRH" = ( +/obj/item/stack/sheet/metal, +/obj/item/shard{ + icon_state = "medium" }, +/obj/item/stack/rods, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/glass) +"hSf" = ( +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) "hSi" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) -"hSY" = ( -/obj/structure/machinery/conveyor{ - dir = 8; - id = "cargo_container" +"hSP" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 }, -/turf/open/floor/corsat/browncorner/north, -/area/lv522/atmos/cargo_intake) -"hTb" = ( -/obj/structure/filingcabinet{ - pixel_x = -9 +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) +"hSU" = ( +/obj/structure/prop/almayer/computers/sensor_computer2, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) +"hSV" = ( +/obj/structure/fence, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/obj/structure/filingcabinet{ - pixel_x = 7 +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_east_street) +"hTb" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkbrownfull2, /area/lv522/indoors/c_block/cargo) -"hTc" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/filt) "hTe" = ( /turf/open/gm/river, /area/lv522/landing_zone_1/tunnel) -"hTM" = ( -/obj/structure/surface/table/almayer, -/obj/item/trash/ceramic_plate, +"hTC" = ( +/obj/effect/decal/cleanable/dirt, /turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) -"hTZ" = ( -/obj/structure/window/reinforced{ - dir = 4; - pixel_x = -2; - pixel_y = 4 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 3.3; - pixel_y = 4 - }, -/obj/structure/bed{ - can_buckle = 0 +/area/lv522/indoors/a_block/dorm_north) +"hUv" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/accessory/poncho, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"hUP" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/ceramic_plate{ + pixel_y = 6 }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 +/obj/structure/machinery/camera/autoname, +/obj/structure/machinery/light/small{ + dir = 1 }, -/obj/item/bedsheet/brown{ - pixel_y = 13 +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"hUQ" = ( +/obj/structure/machinery/atm{ + name = "Weyland-Yutani Automatic Teller Machine"; + pixel_y = 30 }, -/obj/item/bedsheet/brown{ - layer = 3.1 +/obj/structure/bed/chair{ + dir = 4; + pixel_x = 2; + pixel_y = 2 }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"hUk" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_street) -"hUy" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 }, -/turf/open/floor/prison/blue/northwest, -/area/lv522/indoors/a_block/hallway) -"hUB" = ( -/obj/structure/cargo_container/kelland/right, -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/landing_zone_1) +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) "hUZ" = ( /obj/structure/barricade/deployable, /obj/item/weapon/gun/rifle/m41a{ @@ -16118,46 +16196,72 @@ }, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) +"hVc" = ( +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"hVe" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/north_command_centre) "hVg" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor) +/obj/structure/machinery/photocopier, +/turf/open/floor/strata/fake_wood, +/area/lv522/atmos/east_reactor/east) "hVn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/conveyor{ - dir = 4; - id = "lv_gym_1"; - name = "treadmill" +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, -/obj/structure/barricade/handrail{ - dir = 4 +/turf/open/floor/corsat/squares, +/area/lv522/atmos/west_reactor) +"hVt" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_2) +"hVx" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + dir = 1; + welded = 1 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"hVs" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/east_reactor) +/turf/open/floor/corsat/marked, +/area/lv522/landing_zone_1/tunnel/far) "hVz" = ( -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_2/ceiling) -"hVG" = ( -/obj/structure/closet/crate, -/obj/structure/machinery/light/double{ - dir = 8; - pixel_y = -5 +/obj/structure/surface/table/almayer, +/obj/structure/phone_base/colony_net{ + dir = 1; + phone_category = "LV522 Chances Claim"; + phone_color = "red"; + phone_id = "Colony Engineering"; + pixel_y = -6 }, -/obj/item/tool/pickaxe/silver, -/obj/item/tool/pickaxe/silver, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/lone_buildings/storage_blocks) -"hVS" = ( -/obj/structure/pipes/vents/pump, /turf/open/floor/prison/darkyellowfull2/east, /area/lv522/indoors/lone_buildings/engineering) -"hWr" = ( -/turf/open/asphalt/cement/cement2, -/area/lv522/outdoors/colony_streets/north_street) +"hVK" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/north) +"hVW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/bridges/op_centre) +"hWb" = ( +/obj/structure/machinery/camera/autoname, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) "hWz" = ( /obj/structure/platform, /obj/item/prop/colony/canister{ @@ -16173,6 +16277,11 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) +"hWO" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "27" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) "hWV" = ( /obj/structure/barricade/deployable, /obj/item/weapon/gun/rifle/m41a{ @@ -16181,28 +16290,12 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) -"hXb" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/structure/platform_decoration{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) "hXk" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"hXl" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 +/obj/structure/platform_decoration{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/bridge) +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/south_street) "hXt" = ( /obj/effect/decal/cleanable/blood, /obj/effect/decal/warning_stripes{ @@ -16212,38 +16305,44 @@ }, /turf/closed/wall/mineral/bone_resin, /area/lv522/oob) -"hXJ" = ( +"hXR" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/bridge) +"hXS" = ( +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) +"hYd" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/floor/plating/platebot, +/area/lv522/indoors/c_block/cargo) +"hYe" = ( +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/reactor_garage) +"hYn" = ( /obj/structure/surface/table/almayer, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/filt) -"hYc" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/machinery/prop/almayer/computer/PC{ + pixel_y = 3 }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "LV_522_Hydro-Lockdown"; - name = "\improper Storm Shutters" +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) +"hYx" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper A-Block Corporate Office Airlock"; + req_access_txt = "100" }, /turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/hydro) -"hYq" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/east) -"hYO" = ( -/obj/structure/barricade/deployable{ - dir = 1 - }, -/obj/item/prop/colony/used_flare, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/atmos/cargo_intake) -"hYS" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/east_reactor/south) +/area/lv522/indoors/a_block/corpo) +"hYQ" = ( +/obj/structure/machinery/cm_vending/sorted/boozeomat, +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) "hYV" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, @@ -16262,10 +16361,23 @@ }, /turf/open/floor/bluegrid, /area/lv522/indoors/a_block/corpo/glass) -"hZB" = ( -/obj/structure/closet/boxinggloves, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) +"hZj" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/filt) +"hZl" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) +"hZz" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/asphalt/cement/cement14, +/area/lv522/outdoors/colony_streets/central_streets) "hZL" = ( /obj/structure/bed/chair/wood/normal{ dir = 4 @@ -16276,63 +16388,41 @@ /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) "hZV" = ( -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -8; - pixel_y = 16 - }, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = 8; - pixel_y = 16 +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) +/obj/item/cpr_dummy, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical) "hZZ" = ( /obj/structure/barricade/deployable, -/turf/open/floor/prison, -/area/lv522/atmos/cargo_intake) -"iae" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spider/spiderling/nogrow, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/hydro) -"iax" = ( -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -4; - pixel_y = 24 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"iay" = ( -/obj/structure/bed/bedroll{ - dir = 4 - }, -/obj/effect/landmark/survivor_spawner/lv522_forecon_smartgunner, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue/west, -/area/lv522/indoors/a_block/admin) -"iaL" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/cell_stripe/east, -/area/lv522/atmos/sewer) +/turf/open/floor/prison, +/area/lv522/atmos/cargo_intake) +"iaC" = ( +/obj/item/toy/beach_ball, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/bridges/dorms_fitness) "iaM" = ( /obj/effect/decal/cleanable/dirt, /obj/item/stack/rods, /turf/open/floor/plating, /area/lv522/outdoors/colony_streets/windbreaker/observation) -"iaQ" = ( -/turf/open/floor/prison/cell_stripe/north, -/area/lv522/atmos/sewer) -"iaT" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +"iaO" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/obj/structure/platform{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/bridge) +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/south_street) +"iaX" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "31" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) "iaY" = ( /obj/item/prop/alien/hugger, /obj/structure/pipes/standard/simple/hidden/green{ @@ -16340,37 +16430,43 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges) +"ibq" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) "ibu" = ( /obj/effect/spawner/gibspawner/xeno, /obj/effect/decal/cleanable/blood/xeno, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/nw_rockies) -"ibx" = ( -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"ibz" = ( -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice13"; - pixel_x = 11; - pixel_y = 16 - }, -/obj/structure/prop/invuln/pipe_water{ - pixel_x = 4; - pixel_y = -6 - }, -/turf/open/floor/plating/platingdmg3, -/area/lv522/indoors/a_block/admin) -"ibJ" = ( -/obj/structure/stairs/perspective{ - dir = 5; - icon_state = "p_stair_full" +"ibK" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/central_streets) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "ibS" = ( /obj/effect/decal/cleanable/blood/drip, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_street) +"ibZ" = ( +/turf/open/floor/corsat/browncorner/west, +/area/lv522/atmos/cargo_intake) +"icc" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_street) +"icp" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/vending/coffee, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) "icy" = ( /obj/item/prop/alien/hugger, /turf/open/floor/prison, @@ -16380,6 +16476,25 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/lone_buildings/storage_blocks) +"icG" = ( +/obj/structure/largecrate, +/turf/open/auto_turf/shale/layer1, +/area/lv522/landing_zone_1) +"icI" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/c_block/cargo) +"icQ" = ( +/obj/structure/barricade/deployable{ + dir = 8 + }, +/obj/item/clothing/suit/storage/marine/medium/rto, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/east_reactor/south) "icT" = ( /obj/structure/machinery/light{ dir = 1 @@ -16388,27 +16503,24 @@ /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) "icX" = ( -/obj/structure/largecrate/random, -/obj/structure/largecrate/random{ - pixel_y = 16 +/obj/structure/surface/table/almayer, +/obj/structure/machinery/recharger{ + pixel_y = 2 }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"idh" = ( +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security/glass) +"ida" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 8; - name = "\improper Wildcatters Office"; - panel_open = 1 + name = "\improper Electronics Storage" }, -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) -"idC" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" +/area/lv522/indoors/lone_buildings/outdoor_bot) +"idz" = ( +/obj/structure/platform_decoration{ + dir = 1 }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/north_east_street) +/turf/open/asphalt/cement/cement9, +/area/lv522/outdoors/colony_streets/south_east_street) "idH" = ( /obj/item/device/flashlight/flare/on, /obj/effect/decal/cleanable/blood, @@ -16419,21 +16531,38 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) +"idI" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/bridge) "idL" = ( /turf/closed/wall/shiva/prefabricated/reinforced/hull, /area/lv522/oob) -"idR" = ( -/obj/item/weapon/twohanded/folded_metal_chair, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_1) "idS" = ( -/obj/effect/decal/cleanable/blood/drip, +/obj/structure/stairs/perspective{ + dir = 10; + icon_state = "p_stair_full" + }, /turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/north_street) +/area/lv522/outdoors/colony_streets/south_east_street) "idX" = ( /obj/structure/window/framed/corsat, /turf/open/floor/plating, /area/lv522/atmos/east_reactor/south) +"ieb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurple2/east, +/area/lv522/indoors/a_block/dorms) +"iej" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "iel" = ( /obj/structure/blocker/invisible_wall, /turf/open/auto_turf/shale/layer1, @@ -16441,22 +16570,10 @@ "ien" = ( /turf/closed/wall/solaris/reinforced/hull/lv522, /area/lv522/oob) -"ieF" = ( -/obj/structure/bed/chair/comfy, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/command_centre) -"ieI" = ( -/turf/open/floor/prison/blue_plate/north, -/area/lv522/outdoors/colony_streets/north_east_street) -"ieM" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/command_centre) -"ieO" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/pouch/tools/full, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/filt) +"ieG" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat/brown/southwest, +/area/lv522/atmos/east_reactor) "ieW" = ( /obj/structure/prop/invuln/ice_prefab/trim{ dir = 6 @@ -16469,23 +16586,40 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) -"ifd" = ( -/obj/structure/toilet{ - pixel_y = 16 - }, -/obj/item/prop/alien/hugger, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 8 +"ieX" = ( +/obj/structure/window/framed/strata/reinforced, +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "East_Lock"; + name = "Emergency Lockdown" }, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/hallway) +"ifb" = ( +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/sewer) "iff" = ( /obj/structure/prop/invuln/ice_prefab/trim{ dir = 4 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) +"ifo" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/tool/pen/blue/clicky, +/obj/item/device/flashlight/lamp{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"ifs" = ( +/turf/open/floor/corsat/marked, +/area/lv522/atmos/filt) "ifx" = ( /obj/structure/surface/rack, /obj/item/tool/pickaxe, @@ -16495,33 +16629,23 @@ /obj/structure/barricade/wooden, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"ifF" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor) -"ifH" = ( -/obj/structure/closet/crate/green, -/obj/item/device/sentry_computer, -/obj/item/defenses/handheld/sentry, -/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"ifO" = ( -/obj/structure/platform_decoration{ - dir = 4 - }, -/obj/structure/largecrate/random, -/turf/open/asphalt/cement, -/area/lv522/outdoors/n_rockies) -"ifU" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +"ifG" = ( +/obj/structure/largecrate/guns/russian, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) +"ifK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/roller, +/obj/item/stack/medical/bruise_pack, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"igc" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"ifZ" = ( -/obj/structure/girder, -/turf/open/asphalt/cement/cement15, -/area/lv522/outdoors/colony_streets/north_street) +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "igg" = ( /obj/structure/largecrate/random/mini{ pixel_x = 9; @@ -16535,11 +16659,12 @@ /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) "ign" = ( -/obj/structure/barricade/handrail{ - dir = 4 - }, -/turf/open/floor/coagulation/icon0_5, -/area/lv522/oob) +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) +"igr" = ( +/obj/structure/cargo_container/seegson/right, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_west_street) "igv" = ( /obj/structure/desertdam/decals/road_edge{ icon_state = "road_edge_decal3"; @@ -16553,51 +16678,73 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/fitness/glass) -"igE" = ( -/obj/structure/machinery/optable{ - density = 0; - pixel_x = 16; - pixel_y = -6 - }, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/medical) -"ihh" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 - }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_1) -"ihi" = ( -/obj/structure/closet/firecloset/full, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"iht" = ( -/obj/structure/closet, -/obj/effect/decal/cleanable/dirt, +"igY" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp/green, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms) +"ihe" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) "ihy" = ( /obj/structure/barricade/deployable, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/n_rockies) -"ihM" = ( +"ihB" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/obj/item/bedsheet/brown{ + pixel_y = 13 + }, +/obj/item/bedsheet/brown{ + layer = 3.1 + }, +/obj/item/prop/alien/hugger, /turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/fitness) -"iie" = ( -/obj/structure/pipes/standard/manifold/fourway/hidden/green, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_street) -"iik" = ( -/obj/structure/barricade/wooden, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue/west, -/area/lv522/indoors/a_block/admin) -"iiA" = ( -/obj/structure/cargo_container/wy/left, +/area/lv522/indoors/a_block/dorms) +"iii" = ( +/turf/open/asphalt/cement/cement2, +/area/lv522/outdoors/colony_streets/north_west_street) +"iis" = ( +/obj/structure/toilet{ + pixel_y = 16 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -11 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/toilet) +"iit" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2) +/area/lv522/indoors/c_block/bridge) +"iiB" = ( +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) "iiE" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -16605,6 +16752,18 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/indoors/a_block/bridges/dorms_fitness) +"iiP" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 8 + }, +/obj/structure/flora/bush/ausbushes/var3/sunnybush{ + pixel_y = 15 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) "iiV" = ( /obj/effect/decal/warning_stripes{ icon_state = "SE-out"; @@ -16612,22 +16771,21 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_west_street) -"ijb" = ( -/obj/structure/machinery/light{ - dir = 1 +"ijg" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Reactor_garage_2" }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/vents/pump, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/c_block/t_comm) -"ijc" = ( -/obj/structure/cargo_container/kelland/right, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"ije" = ( -/obj/structure/cargo_container/lockmart/left, -/turf/open/floor/prison/floor_marked/southwest, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/reactor_garage) +"iji" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/corsat/brown, /area/lv522/atmos/cargo_intake) +"ijs" = ( +/obj/structure/machinery/vending/snack/packaged, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "ijv" = ( /obj/structure/barricade/deployable{ dir = 4 @@ -16635,137 +16793,45 @@ /obj/structure/barricade/deployable, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/n_rockies) -"ijw" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/bridges/garden_bridge) -"ijN" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "Bathroom" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 1 - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/executive) "ijR" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 1 }, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"ijV" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper Mining Overseers Office" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/mining) -"ijY" = ( -/obj/item/ammo_magazine/rifle/heap{ - current_rounds = 0 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"ijZ" = ( -/obj/structure/largecrate/random/case/double, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) -"ikg" = ( -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/cargo_intake) -"ikj" = ( +"iki" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 5 }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/central_streets) -"iku" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) +/turf/open/floor/prison, +/area/lv522/atmos/sewer) +"ikq" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/browncorner/north, +/area/lv522/atmos/north_command_centre) "ikz" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"ikE" = ( -/obj/item/clothing/head/hardhat, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/filt) -"ikH" = ( -/obj/structure/bed{ - layer = 2.7; - pixel_y = 12 - }, -/obj/structure/bed{ - layer = 2.6; - pixel_y = 25 - }, -/obj/item/prop/alien/hugger, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"ikX" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 8; - pixel_y = 1 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/prison/blue/north, -/area/lv522/indoors/a_block/admin) +/turf/open/floor/corsat/brown/northwest, +/area/lv522/atmos/reactor_garage) "ikZ" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) +"ilc" = ( +/turf/open/asphalt/cement/cement9, +/area/lv522/outdoors/colony_streets/south_west_street) "ild" = ( /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"ile" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"ilh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ - dir = 1 - }, -/obj/structure/machinery/light/small, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/admin) -"ilF" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/north_command_centre) "ilK" = ( /obj/item/stack/sheet/metal, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) -"ilS" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/obj/structure/surface/table/reinforced/prison, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) "ilU" = ( /obj/structure/prop/invuln{ desc = "big pile energy."; @@ -16776,42 +16842,26 @@ /obj/structure/blocker/invisible_wall, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) -"imt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 8 +"img" = ( +/obj/structure/platform{ + dir = 1 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness/glass) -"imB" = ( -/obj/structure/machinery/conveyor{ - dir = 8; - id = "cargo_container" +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_street) +"imr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) +"imC" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv522/landing_zone_1/ceiling) +"imG" = ( +/obj/structure/surface/table/almayer, /turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"imD" = ( -/obj/structure/machinery/light/small{ - dir = 8; - pixel_x = -11; - pixel_y = 10 - }, -/obj/item/stool, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 4 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/lone_buildings/chunk) -"imS" = ( -/obj/effect/decal{ - icon = 'icons/mob/xenos/effects.dmi'; - icon_state = "acid_weak"; - layer = 2; - name = "weak acid" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/hallway) +/area/lv522/atmos/east_reactor) "imT" = ( /obj/structure/stairs/perspective{ dir = 1; @@ -16823,16 +16873,6 @@ /obj/item/prop/colony/used_flare, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/n_rockies) -"inq" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges/corpo) -"inu" = ( -/obj/item/ammo_magazine/rifle/heap{ - current_rounds = 0 - }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/colony_streets/north_east_street) "inA" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/carpet, @@ -16841,9 +16881,12 @@ /obj/structure/bed/sofa/south/grey/left, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"inQ" = ( -/turf/open/floor/corsat/squares, -/area/lv522/indoors/c_block/mining) +"inZ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/lone_buildings/engineering) "iod" = ( /obj/structure/cargo_container/ferret/mid, /turf/open/auto_turf/sand_white/layer0, @@ -16852,6 +16895,26 @@ /obj/structure/cargo_container/ferret/right, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) +"ioS" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/east, +/area/lv522/indoors/a_block/hallway) +"ipa" = ( +/obj/structure/platform_decoration, +/turf/open/asphalt/cement/cement2, +/area/lv522/outdoors/colony_streets/south_street) +"ipc" = ( +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/north_street) +"ipn" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "ipw" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -16864,16 +16927,29 @@ "ipx" = ( /turf/open/auto_turf/sand/layer1, /area/lv522/indoors/b_block/bridge) -"ipz" = ( -/obj/structure/closet/crate/hydroponics/prespawned, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) "ipB" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/corsat, /area/lv522/atmos/cargo_intake) +"ipG" = ( +/obj/structure/surface/table/almayer, +/obj/item/seeds/bananaseed{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/seeds/berryseed, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) +"ipJ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/north_command_centre) "iqa" = ( /obj/structure/bed/chair/comfy{ dir = 4 @@ -16884,43 +16960,24 @@ /obj/structure/largecrate/random/secure, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) -"iql" = ( -/obj/structure/machinery/portable_atmospherics/hydroponics{ - icon_state = "hydrotray4" - }, -/obj/structure/machinery/light{ - dir = 1; - pixel_x = 16 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/platebotc, -/area/lv522/indoors/b_block/hydro/glass) -"iqq" = ( -/obj/structure/prop/invuln/overhead_pipe{ - dir = 8; - pixel_x = -6; - pixel_y = 6 - }, -/obj/structure/platform_decoration{ +"iqe" = ( +/obj/structure/bed/chair/comfy{ dir = 4 }, -/obj/item/stack/sheet/metal, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) +/obj/structure/machinery/camera/autoname, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/wood/wood_broken5, +/area/lv522/indoors/b_block/bar) +"iqf" = ( +/turf/open/floor/strata/white_cyan3/north, +/area/lv522/indoors/a_block/medical/glass) "iqw" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/generic, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"iqD" = ( -/obj/structure/machinery/light, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/bridges/op_centre) -"iqE" = ( -/obj/structure/prop/ice_colony/ground_wire, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor) "iqQ" = ( /obj/structure/prop/invuln/ice_prefab{ icon_state = "fab_2" @@ -16932,6 +16989,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) +"iqW" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "iqX" = ( /obj/structure/machinery/landinglight/ds2{ dir = 1 @@ -16940,109 +17003,102 @@ /turf/open/floor/plating, /area/lv522/landing_zone_2) "irc" = ( -/obj/structure/closet/crate, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"ire" = ( -/obj/structure/fence, -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 +/obj/structure/stairs/perspective{ + dir = 5; + icon_state = "p_stair_full" }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/cargo_intake) -"irg" = ( -/obj/item/prop/colony/used_flare, -/turf/open/floor/prison/floor_plate, +/turf/open/asphalt/cement/cement1, /area/lv522/outdoors/colony_streets/north_street) -"irk" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"iru" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper A-Block Corporate Office Airlock"; + req_access_txt = "100" }, /turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/mining) -"irC" = ( +/area/lv522/indoors/a_block/corpo) +"irE" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"irF" = ( /obj/structure/prop/ice_colony/dense/planter_box{ dir = 8 }, -/obj/structure/flora/bush/ausbushes/var3/fernybush{ +/obj/structure/flora/bush/ausbushes/pointybush{ pixel_y = 12 }, /turf/open/floor/prison/greenfull/east, /area/lv522/indoors/b_block/bridge) -"irS" = ( -/obj/structure/machinery/door/airlock/almayer/maint, -/turf/open/floor/corsat/marked, -/area/lv522/landing_zone_1/tunnel) -"irX" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +"irI" = ( +/obj/structure/stairs/perspective{ + dir = 5; + icon_state = "p_stair_full" }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"irZ" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) "isa" = ( /obj/structure/largecrate, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) -"ise" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/asphalt/cement/cement9, -/area/lv522/outdoors/colony_streets/north_street) +"ish" = ( +/obj/structure/bed/roller, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical) +"isn" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper A-Block Dorms And Office Airlock"; + welded = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) +"isq" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/north_command_centre) "iss" = ( /obj/item/prop/alien/hugger, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/admin) -"isy" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/juicer{ - pixel_y = 9 +"isE" = ( +/obj/effect/decal/cleanable/blood/splatter{ + icon_state = "gib4" }, -/obj/structure/machinery/light{ +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges/corpo) +"isS" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) -"isH" = ( -/obj/structure/largecrate/random/barrel/white, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/lone_buildings/storage_blocks) -"isN" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"isO" = ( -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -9; - pixel_y = 20 - }, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = 7; - pixel_y = 20 +/turf/open/floor/corsat/marked, +/area/lv522/indoors/b_block/bar) +"isX" = ( +/obj/structure/stairs/perspective{ + dir = 6; + icon_state = "p_stair_full" }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"ito" = ( +/obj/structure/foamed_metal, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) +"ity" = ( +/obj/effect/decal/cleanable/blood, /turf/open/floor/corsat/brown/north, -/area/lv522/atmos/east_reactor/east) -"isT" = ( -/obj/structure/prop/almayer/computers/sensor_computer2, -/obj/item/reagent_container/food/drinks/coffee{ - pixel_x = -7; - pixel_y = 19 - }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/c_block/mining) +/area/lv522/atmos/east_reactor/south) "itz" = ( /obj/structure/largecrate/random/barrel/white, /obj/effect/decal/warning_stripes{ @@ -17051,19 +17107,6 @@ }, /turf/open/floor/corsat, /area/lv522/atmos/cargo_intake) -"itB" = ( -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"itC" = ( -/obj/structure/closet/crate/miningcar/yellow, -/obj/item/ore/coal, -/obj/item/ore/coal, -/obj/item/ore/coal, -/obj/item/ore/diamond, -/obj/item/ore/diamond, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) "itG" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -17076,27 +17119,50 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) -"itQ" = ( -/obj/structure/largecrate/random/barrel, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_2/ceiling) -"itW" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/dorms) -"ius" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper C-Block - Cargo Airlock" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/cargo) +"iub" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/north_command_centre) "iuv" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 10 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) +"iuw" = ( +/obj/structure/bed/chair/comfy, +/turf/open/floor/prison/blue, +/area/lv522/indoors/a_block/admin) +"iuA" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/central_streets) +"iuB" = ( +/obj/structure/machinery/floodlight/landing, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2) +"iuI" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/bridges/op_centre) +"iuT" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper A-Block Shared Dorms Airlock" + }, +/turf/open/floor/corsat/marked, +/area/lv522/outdoors/colony_streets/windbreaker/observation) +"ivf" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 4; + icon_state = "flammable_pipe_3" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor) "ivk" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 @@ -17104,25 +17170,12 @@ /obj/item/tool/wet_sign, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"ivm" = ( -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/east) -"ivn" = ( -/obj/structure/surface/table/almayer, -/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 = 4; - layer = 3.2; - name = "Television set"; - network = null; - pixel_y = 4 +"ivt" = ( +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 }, -/obj/structure/machinery/light, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"ivo" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/brown, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, /area/lv522/atmos/east_reactor/south) "ivy" = ( /obj/structure/surface/rack, @@ -17139,42 +17192,22 @@ /obj/effect/decal/cleanable/blood/xeno, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/nw_rockies) -"ivP" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/north_command_centre) -"ivX" = ( -/obj/structure/machinery/iv_drip, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical/glass) -"iwd" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/landing_zone_2/ceiling) +"iwp" = ( +/obj/vehicle/train/cargo/trolley, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/filt) "iwt" = ( /obj/structure/barricade/deployable, /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/admin) -"iwA" = ( -/obj/structure/surface/table/almayer, -/obj/item/clothing/suit/storage/hazardvest{ - pixel_x = -8; - pixel_y = -3 - }, -/obj/item/clothing/suit/storage/hazardvest{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"iwD" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = -5 }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) +/turf/open/floor/prison/blue/west, +/area/lv522/indoors/a_block/hallway) "iwE" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -17188,6 +17221,10 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) +"iwO" = ( +/obj/item/trash/uscm_mre, +/turf/open/floor/prison/blue/east, +/area/lv522/indoors/a_block/admin) "iwV" = ( /obj/structure/prop/ice_colony/ground_wire, /obj/structure/prop/ice_colony/ground_wire{ @@ -17199,66 +17236,33 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"ixc" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"ixh" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +"iwZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/pill_bottle/tramadol/skillless{ + layer = 2.9; + pill_type_to_fill = null }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"ixg" = ( +/obj/structure/curtain/medical, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"ixo" = ( -/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/medical/glass) +"ixi" = ( +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/north_west_street) +"ixp" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) -"ixr" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) -"ixB" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/restraint/adjustable/cable/white, -/obj/item/restraint/adjustable/cable/white{ - pixel_y = 4 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"ixC" = ( -/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/structure/machinery/power/apc/power/north{ - start_charge = 20 +/obj/structure/machinery/camera/autoname{ + dir = 1 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/obj/structure/machinery/light/small, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/admin) "ixD" = ( /turf/open/floor/corsat, /area/lv522/atmos/north_command_centre) -"ixE" = ( -/obj/structure/machinery/light, -/obj/structure/pipes/vents/pump, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) "ixO" = ( /obj/structure/prop/invuln/minecart_tracks/bumper{ dir = 1 @@ -17275,106 +17279,42 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/admin) -"iyh" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +"izf" = ( +/obj/structure/bed/chair/comfy{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"iyW" = ( -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"ize" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/obj/item/stack/sandbags/small_stack, -/turf/open/floor/prison/darkredfull2, -/area/lv522/outdoors/colony_streets/north_street) -"izh" = ( -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/lone_buildings/storage_blocks) -"izq" = ( -/obj/structure/barricade/handrail{ - dir = 1 +/turf/open/floor/prison/blue/northwest, +/area/lv522/indoors/a_block/admin) +"izm" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, /turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"izt" = ( -/obj/structure/largecrate/random, -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) -"izz" = ( -/obj/effect/decal/cleanable/greenglow, -/turf/open/floor/plating, -/area/lv522/indoors/c_block/cargo) -"izW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/surface/rack, -/obj/item/circuitboard/computer{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/item/circuitboard/computer{ - pixel_x = -3; - pixel_y = 2 - }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/c_block/t_comm) -"iAc" = ( -/obj/structure/surface/rack, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/c_block/mining) -"iAk" = ( -/obj/structure/machinery/light, -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) -"iAn" = ( -/obj/structure/platform_decoration{ - dir = 4 +/area/lv522/atmos/east_reactor/east) +"izp" = ( +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 }, /obj/effect/decal/warning_stripes{ - icon_state = "S" + icon_state = "W" }, /obj/effect/decal/warning_stripes{ icon_state = "E"; pixel_x = 1 }, /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_street) -"iAt" = ( -/obj/structure/largecrate/random/barrel/white, +/area/lv522/atmos/cargo_intake) +"izz" = ( +/obj/effect/decal/cleanable/greenglow, /turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) +/area/lv522/indoors/c_block/cargo) "iAv" = ( /turf/closed/wall/strata_outpost/reinforced, /area/lv522/atmos/reactor_garage) -"iAx" = ( -/obj/structure/platform, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) -"iAz" = ( -/obj/structure/fence, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/nw_rockies) -"iAA" = ( -/obj/structure/cargo_container/horizontal/blue/middle, -/turf/open/floor/plating/platebot, -/area/lv522/indoors/c_block/cargo) -"iAB" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/medical) +"iAS" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/colony_streets/north_west_street) "iAU" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 @@ -17382,41 +17322,17 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, /area/lv522/indoors/a_block/security) -"iAW" = ( -/obj/structure/machinery/portable_atmospherics/hydroponics{ - icon_state = "hydrotray4" - }, -/obj/structure/window{ - dir = 4 - }, -/turf/open/floor/plating/platebotc, -/area/lv522/indoors/b_block/hydro/glass) "iAZ" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorm_north) -"iBa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 +"iBj" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 }, +/obj/structure/platform_decoration, /turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"iBi" = ( -/obj/structure/surface/table/almayer, -/obj/item/reagent_container/food/snacks/donut{ - pixel_y = 9 - }, -/obj/item/reagent_container/food/drinks/coffee{ - pixel_x = 7; - pixel_y = -4 - }, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) +/area/lv522/atmos/sewer) "iBr" = ( /obj/structure/bed/chair/comfy{ dir = 8 @@ -17424,9 +17340,26 @@ /obj/effect/landmark/survivor_spawner/lv522_forecon_tech, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"iBz" = ( -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/indoors/a_block/fitness) +"iBv" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper A-Block Canteen Airlock" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "Sec-Kitchen-Lockdown"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/kitchen/glass) +"iBJ" = ( +/obj/effect/decal/cleanable/generic, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -13; + pixel_y = -9 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/c_block/t_comm) "iBY" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 5 @@ -17444,37 +17377,58 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_street) -"iCm" = ( -/obj/structure/largecrate/random, +"iCl" = ( +/obj/structure/barricade/deployable{ + dir = 1 + }, /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/n_rockies) -"iCs" = ( -/obj/item/storage/backpack/marine/satchel{ - desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; - icon = 'icons/obj/janitor.dmi'; - icon_state = "trashbag3"; - name = "trash bag"; - pixel_x = -4; - pixel_y = 5 +/area/lv522/indoors/a_block/admin) +"iCq" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 16 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 16 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"iCF" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" }, -/turf/open/floor/plating/plating_catwalk/prison, -/area/lv522/atmos/sewer) -"iCt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/indoors/a_block/fitness) -"iCG" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/corsat/squares, /area/lv522/atmos/cargo_intake) -"iCV" = ( -/turf/open/floor/corsat/brown, -/area/lv522/atmos/command_centre) -"iDA" = ( -/turf/open/floor/corsat/browncorner, -/area/lv522/atmos/north_command_centre) +"iCI" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "62" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"iCJ" = ( +/turf/open/floor/wood/wood_broken7, +/area/lv522/indoors/b_block/bar) +"iCT" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness/glass) +"iDh" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/security) +"iDr" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "iDD" = ( /obj/item/stack/tile/plasteel{ name = "ceiling tile"; @@ -17490,41 +17444,27 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/outdoors/colony_streets/windbreaker/observation) -"iDR" = ( -/obj/structure/surface/table/almayer, -/obj/item/tool/minihoe{ - pixel_y = -2 - }, -/obj/item/tool/shovel/spade{ - pixel_x = 2; - pixel_y = 9 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"iDT" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/faxmachine, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) -"iDU" = ( -/obj/item/prop/alien/hugger, +"iEa" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1, -/area/lv522/indoors/lone_buildings/chunk) -"iDZ" = ( -/obj/structure/machinery/conveyor{ - dir = 8; - id = "cargo_container" +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/obj/structure/largecrate/random, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"iEF" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"iEd" = ( +/obj/item/trash/uscm_mre, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 }, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges) +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"iEi" = ( +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/east_reactor/south) +"iEE" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) "iEN" = ( /obj/item/reagent_container/food/drinks/drinkingglass{ icon_state = "shotglass"; @@ -17534,23 +17474,66 @@ /obj/structure/surface/table/gamblingtable, /turf/open/floor/carpet, /area/lv522/indoors/c_block/casino) -"iEY" = ( +"iEP" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/mining) -"iFM" = ( -/obj/structure/prop/ice_colony/dense/planter_box{ +/obj/structure/machinery/light{ dir = 8 }, -/obj/structure/flora/bush/ausbushes/reedbush{ - pixel_y = 11 - }, /turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"iFP" = ( -/turf/open/asphalt/cement/cement9, -/area/lv522/outdoors/colony_streets/south_east_street) +/area/lv522/landing_zone_1/ceiling) +"iEX" = ( +/obj/structure/cargo_container/seegson/mid, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_west_street) +"iFg" = ( +/obj/structure/largecrate/guns/russian, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_1/ceiling) +"iFj" = ( +/obj/item/fuel_cell{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/east_reactor) +"iFq" = ( +/obj/item/stack/rods, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/admin) +"iFr" = ( +/obj/structure/reagent_dispensers/water_cooler/stacks{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"iFu" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor) +"iFv" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/lv522/landing_zone_1/ceiling) +"iFD" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "75" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"iFK" = ( +/obj/structure/surface/table/almayer, +/obj/item/newspaper, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "iGn" = ( /obj/structure/largecrate/random/barrel{ layer = 3.2; @@ -17562,71 +17545,53 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/op_centre) -"iHn" = ( +"iGp" = ( /obj/structure/surface/table/almayer, -/obj/item/trash/ceramic_plate{ - pixel_y = 6 - }, -/obj/item/trash/ceramic_plate{ - pixel_y = 8 +/obj/item/clothing/gloves/boxing, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"iGV" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 }, -/turf/open/floor/corsat/plate, +/turf/open/floor/corsat/squares, /area/lv522/atmos/east_reactor/south) -"iHq" = ( -/obj/item/prop/alien/hugger, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) +"iHp" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"iHu" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/prison/cell_stripe/west, +/area/lv522/atmos/reactor_garage) +"iHA" = ( +/obj/structure/closet/boxinggloves, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) "iHD" = ( /obj/item/prop/alien/hugger, /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/outdoors/colony_streets/windbreaker/observation) -"iHE" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"iHF" = ( -/obj/structure/bed, -/obj/item/bedsheet/blue{ - pixel_y = -12 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) -"iHM" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) -"iHQ" = ( -/turf/open/asphalt/cement/cement15, -/area/lv522/outdoors/colony_streets/south_west_street) -"iHY" = ( -/obj/structure/blocker/forcefield/vehicles, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/south) -"iId" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +"iHN" = ( +/obj/structure/girder, +/turf/open/floor/prison/blue, +/area/lv522/indoors/a_block/admin) +"iIb" = ( +/obj/structure/platform_decoration{ dir = 4 }, -/turf/open/floor/corsat/browncorner, -/area/lv522/atmos/east_reactor/south) -"iIi" = ( -/obj/structure/window/framed/strata/reinforced, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/fitness/glass) -"iIk" = ( -/obj/item/ammo_magazine/m56d, -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 +/obj/structure/barricade/wooden{ + dir = 1 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"iIp" = ( -/obj/structure/largecrate/random, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/c_block/mining) +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) "iIs" = ( /obj/effect/decal/cleanable/blood/xeno, /turf/open/floor/plating/plating_catwalk/prison, @@ -17638,17 +17603,9 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/indoors/a_block/bridges/dorms_fitness) -"iIx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 4 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"iID" = ( -/obj/structure/window/framed/strata/reinforced, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/bridges/corpo_fitness) +"iIz" = ( +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/outdoor_bot) "iIK" = ( /obj/structure/foamed_metal, /obj/item/explosive/grenade/custom, @@ -17656,6 +17613,11 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms/glass) +"iIL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges/op_centre) "iIQ" = ( /obj/structure/platform{ dir = 4 @@ -17665,10 +17627,23 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_2) -"iJr" = ( -/obj/structure/window/framed/strata/reinforced, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/south) +"iIV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/west, +/area/lv522/indoors/a_block/hallway) +"iJb" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_east_street) "iJu" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 @@ -17689,35 +17664,52 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/nw_rockies) +"iJN" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/reactor_garage) +"iJU" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/indoors/a_block/fitness) "iJZ" = ( /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) +"iKj" = ( +/obj/structure/largecrate/random/case, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) "iKo" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_street) -"iKp" = ( -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/fitness) -"iKr" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor) +"iKA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/solaris/reinforced/hull/lv522, +/area/lv522/indoors/lone_buildings/storage_blocks) "iKF" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_street) -"iKI" = ( +"iKW" = ( /obj/structure/surface/rack, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/colony_streets/north_east_street) "iKY" = ( /obj/effect/decal/warning_stripes{ icon_state = "E"; @@ -17728,64 +17720,62 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_west_street) -"iLb" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 +"iLl" = ( +/obj/structure/machinery/sensortower{ + pixel_x = 6 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/b_block/bar) -"iLm" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/brown/southwest, -/area/lv522/atmos/cargo_intake) -"iLG" = ( -/obj/structure/window/reinforced{ - dir = 8 +/turf/open/floor/bcircuit, +/area/lv522/indoors/a_block/admin) +"iLw" = ( +/obj/structure/machinery/door/airlock/almayer/medical{ + dir = 2; + name = "\improper A-Block - Colony Medical Centre Airlock" }, -/obj/structure/prop/almayer/computers/sensor_computer1, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/c_block/mining) -"iLL" = ( -/obj/structure/bed/chair/comfy{ +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/medical) +"iLx" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"iLZ" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/cameras/wooden_tv{ - pixel_y = 6 +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/c_block/cargo) +"iLB" = ( +/obj/structure/platform/stair_cut{ + icon_state = "platform_stair_alt" }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2/ceiling) -"iMc" = ( -/obj/structure/window_frame/strata/reinforced, -/obj/item/stack/rods, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/lone_buildings/engineering) -"iMh" = ( /obj/structure/stairs/perspective{ - dir = 6; + dir = 8; icon_state = "p_stair_full" }, -/obj/structure/largecrate/random/barrel, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"iMi" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/structure/pipes/standard/simple/hidden/green{ +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/bridges/op_centre) -"iMp" = ( -/obj/structure/machinery/conveyor{ - dir = 8; - id = "cargo_container" +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"iLZ" = ( +/obj/structure/largecrate/random, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) +/obj/structure/barricade/metal{ + dir = 1 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/outdoors/colony_streets/north_street) +"iMn" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/prison/blue/west, +/area/lv522/indoors/a_block/admin) "iMv" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/corsat, @@ -17811,116 +17801,85 @@ }, /turf/open/floor/corsat, /area/lv522/atmos/cargo_intake) -"iMG" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +"iNd" = ( +/obj/structure/prop/vehicles{ + icon_state = "van_damaged" + }, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/reactor_garage) +"iNw" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light{ - dir = 1 +/obj/structure/phone_base/colony_net{ + phone_category = "LV522 Chances Claim"; + phone_color = "red"; + phone_id = "Reactor Garage"; + pixel_y = 26 }, /turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"iMV" = ( -/obj/item/prop/colony/used_flare, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_street) -"iMZ" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) -"iNu" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "9" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"iNF" = ( -/turf/open/asphalt/cement/cement15, -/area/lv522/outdoors/colony_streets/south_east_street) -"iNN" = ( -/obj/item/xeno_egg/alpha{ - pixel_x = -4; - pixel_y = 18 - }, -/obj/item/xeno_egg/alpha{ - pixel_x = 2; - pixel_y = 7 +/area/lv522/atmos/reactor_garage) +"iNA" = ( +/obj/item/clothing/shoes/marine/civilian{ + name = "steel toe boots" }, -/obj/structure/closet/crate, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/north_command_centre) -"iNO" = ( +/obj/structure/machinery/light, /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"iNE" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/blue, +/area/lv522/indoors/a_block/admin) +"iNL" = ( +/obj/structure/window_frame/strata, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "LV522CIC_1"; + name = "\improper Storm Shutters" }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"iOd" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/hallway) +"iNM" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/door_display/research_cell{ + dir = 4; + id = "Reactor_e_entry_3"; + pixel_x = -16; + req_access = null }, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/filt) +"iNR" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"iNU" = ( +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms) +"iNY" = ( +/obj/structure/window/framed/strata/reinforced, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Sec-Kitchen-Lockdown" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/kitchen/glass) "iOi" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 5 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) -"iOr" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/surface/table/almayer{ - dir = 1; - flipped = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/bridges/garden_bridge) -"iOC" = ( +"iOj" = ( +/obj/structure/machinery/disposal, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"iOD" = ( +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) +"iOW" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/east_reactor) -"iON" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/outdoors/colony_streets/north_street) -"iOP" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor/prison/blue/north, -/area/lv522/indoors/a_block/admin) -"iOU" = ( -/obj/structure/surface/table/almayer, -/obj/item/trash/plate{ - pixel_x = 7; - pixel_y = 3 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/device/flashlight/lamp{ - pixel_x = -8 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"iOV" = ( -/obj/item/toy/beach_ball, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/bridges/dorms_fitness) +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/n_rockies) "iOY" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 9 @@ -17941,175 +17900,167 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) -"iPk" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/lone_buildings/outdoor_bot) -"iPo" = ( -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/east_reactor/east) "iPu" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"iPA" = ( -/obj/item/storage/firstaid/toxin/empty, +"iPy" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/medical/glass) -"iQl" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo) -"iQo" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/plating/plating_catwalk/prison, -/area/lv522/indoors/b_block/bridge) -"iQq" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"iQs" = ( +/turf/open/floor/corsat/brown/northwest, +/area/lv522/atmos/reactor_garage) +"iPG" = ( /obj/structure/surface/table/almayer, -/obj/item/toy/snappop{ - pixel_x = -7 - }, -/obj/item/toy/snappop{ - pixel_x = 3; - pixel_y = 11 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness/glass) -"iQH" = ( +/obj/item/reagent_container/food/snacks/cheeseburger, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) +"iPP" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/closet, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"iQo" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/item/trash/liquidfood, -/obj/item/stack/tile/plasteel{ - name = "ceiling tile"; - pixel_x = -5; - pixel_y = 3 + dir = 9 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway/damage) +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv522/indoors/b_block/bridge) "iQL" = ( /obj/structure/bed/bedroll{ dir = 5 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) +"iQQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/sewer) +"iQY" = ( +/obj/structure/window/reinforced, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"iRb" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/filt) "iRl" = ( /obj/item/prop/colony/used_flare, /turf/open/floor/plating, /area/lv522/outdoors/colony_streets/north_east_street) -"iRp" = ( -/obj/structure/closet/firecloset/full, +"iRn" = ( /obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"iRw" = ( -/obj/structure/surface/rack, -/obj/item/tool/pickaxe, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/south_east_street) +/obj/structure/machinery/disposal, +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) +"iRE" = ( +/obj/structure/bed/chair/comfy, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) "iRF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spider/spiderling/nogrow, -/turf/open/floor/prison, -/area/lv522/indoors/lone_buildings/storage_blocks) +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) "iSf" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/auto_turf/shale/layer2, /area/lv522/outdoors/colony_streets/north_west_street) -"iSs" = ( +"iSj" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/machinery/light{ dir = 4 }, +/turf/open/floor/prison/cell_stripe/north, +/area/lv522/atmos/reactor_garage) +"iSo" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/bed/chair{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) -"iSx" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 4 - }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) +"iSr" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/floor/plating/platebot, +/area/lv522/indoors/c_block/cargo) +"iSs" = ( /obj/structure/machinery/light{ dir = 8 }, +/obj/structure/pipes/vents/pump, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "iSD" = ( -/obj/structure/largecrate/guns/russian, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) +/obj/item/prop/colony/used_flare, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "iSO" = ( -/obj/structure/machinery/light{ - dir = 4 - }, +/obj/item/prop/alien/hugger, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/bar) +"iST" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"iSP" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/floor/corsat/brown/north, -/area/lv522/atmos/east_reactor) -"iSQ" = ( -/obj/structure/surface/table/almayer{ - dir = 1; - flipped = 1 +/area/lv522/atmos/east_reactor/south) +"iSY" = ( +/obj/structure/barricade/wooden{ + dir = 4 }, -/obj/item/shard{ - icon_state = "medium" +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/lone_buildings/storage_blocks) +"iTh" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"iSX" = ( -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"iTg" = ( -/obj/effect/decal/cleanable/generic, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/hydro) -"iTj" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/brown/north, +/turf/open/floor/corsat/plate, /area/lv522/atmos/east_reactor/south) -"iTp" = ( -/obj/structure/barricade/deployable, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"iTs" = ( -/obj/structure/prop/invuln/overhead_pipe{ +"iTm" = ( +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/cargo) +"iTy" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/kitchen/tray{ + pixel_x = 12; pixel_y = -6 }, -/obj/item/stack/sheet/metal, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 20; + pixel_y = -5 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 8; + pixel_y = -5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/b_block/bar) +"iTD" = ( +/obj/item/trash/barcardine, +/obj/item/tool/weldingtool, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/oob) "iTF" = ( /obj/item/ammo_box/magazine/m4ra/ap/empty, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/admin) -"iTK" = ( -/turf/open/asphalt/cement/cement9, -/area/lv522/outdoors/colony_streets/south_street) -"iTR" = ( -/obj/structure/cargo_container/kelland/right, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/north) "iTS" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 10 @@ -18124,25 +18075,16 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) -"iUa" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/obj/structure/platform_decoration, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) -"iUb" = ( -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/mining) -"iUg" = ( -/obj/structure/machinery/camera/autoname{ - dir = 8 - }, -/obj/structure/machinery/light/small{ - dir = 4 +"iTZ" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "36" }, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"iUh" = ( +/obj/item/prop/alien/hugger, +/obj/effect/spider/spiderling/nogrow, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/indoors/a_block/fitness) "iUk" = ( /obj/structure/prop/dam/drill{ layer = 3.1; @@ -18151,31 +18093,26 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"iUu" = ( -/obj/effect/decal/cleanable/dirt, +"iUO" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/prison/blue/east, -/area/lv522/indoors/a_block/admin) -"iUx" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/spacecash/c1000, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"iUG" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/west) +"iUW" = ( +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/west_reactor) +"iVi" = ( +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 5 + }, +/obj/structure/flora/bush{ + pixel_y = 9 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) -"iVg" = ( -/obj/structure/curtain/red, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) "iVm" = ( /obj/item/storage/backpack/marine/satchel{ desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; @@ -18187,36 +18124,38 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/east_central_street) -"iVr" = ( -/obj/structure/machinery/door/airlock/almayer/maint, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) -"iVS" = ( -/turf/open/floor/prison/cell_stripe/west, +"iVA" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, /area/lv522/atmos/way_in_command_centre) +"iVM" = ( +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/corpo) +"iWe" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/bridge) +"iWk" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "Corpo Vault"; + name = "Vault Lockdown" + }, +/obj/effect/landmark/lv624/fog_blocker/short, +/turf/open/floor/corsat/marked, +/area/lv522/oob/w_y_vault) "iWo" = ( /obj/effect/spawner/gibspawner/xeno, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/w_rockies) -"iWx" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) -"iWA" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/brown/northwest, -/area/lv522/atmos/east_reactor/west) -"iWH" = ( -/obj/structure/fence, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/outdoor) -"iWL" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/plating_catwalk/prison, -/area/lv522/atmos/sewer) "iWN" = ( /obj/structure/platform_decoration{ dir = 1 @@ -18224,45 +18163,24 @@ /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_2) "iWV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/surface/table/woodentable/fancy, -/obj/structure/machinery/computer/cameras/wooden_tv/broadcast{ - dir = 1; - pixel_y = 3 - }, -/turf/open/floor/wood, -/area/lv522/indoors/a_block/executive) -"iWW" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/cameras/wooden_tv/broadcast{ - pixel_y = 8 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"iXb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"iXc" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/item/stack/rods, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_street) -"iXh" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) +"iXn" = ( +/obj/structure/barricade/wooden{ + dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/bridges) -"iXv" = ( -/obj/structure/surface/table/almayer, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/browncorner/north, -/area/lv522/atmos/east_reactor/south) +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/east_central_street) +"iXu" = ( +/obj/structure/prop/vehicles/crawler{ + icon_state = "crawler_fuel"; + pixel_y = 5 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) "iXy" = ( /obj/structure/largecrate/random/mini/med{ pixel_x = -12; @@ -18271,10 +18189,10 @@ /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) "iXA" = ( -/obj/structure/machinery/light, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/corpsespawner/colonist/burst, +/turf/open/floor/corsat/browncorner, +/area/lv522/atmos/east_reactor/south) "iXM" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, @@ -18288,6 +18206,23 @@ /obj/structure/barricade/deployable, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) +"iYe" = ( +/obj/structure/stairs/perspective{ + dir = 5; + icon_state = "p_stair_full" + }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/central_streets) +"iYk" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2/ceiling) "iYm" = ( /obj/structure/barricade/deployable, /turf/open/floor/plating/plating_catwalk/prison, @@ -18299,76 +18234,67 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"iYE" = ( -/obj/structure/stairs/perspective{ - dir = 4; - icon_state = "p_stair_full" +"iYJ" = ( +/obj/structure/machinery/light{ + dir = 4 }, -/obj/structure/platform/stair_cut, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/south_street) -"iYH" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "66" +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"iYN" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/dorms) +"iYQ" = ( +/obj/structure/platform{ + dir = 8 }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"iZj" = ( -/obj/structure/platform_decoration{ +/obj/structure/machinery/light{ dir = 1 }, -/obj/structure/machinery/disposal, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"iZp" = ( -/obj/structure/machinery/door/poddoor/almayer/closed{ - id = "LZ1_Lockdown_Lo"; - name = "Emergency Lockdown" +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) +"iZj" = ( +/turf/open/floor/corsat/plate, +/area/lv522/indoors/c_block/mining) +"iZm" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper C-Block - Garage Airlock" }, /turf/open/floor/corsat/marked, -/area/lv522/landing_zone_1) -"iZs" = ( -/obj/item/stack/rods/plasteel, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor) +/area/lv522/indoors/c_block/bridge) "iZI" = ( /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) -"iZN" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/donut_box/empty{ - pixel_x = 1; - pixel_y = 8 +"iZJ" = ( +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"iZP" = ( +/obj/structure/platform_decoration{ + dir = 4 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security/glass) +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/south_street) "iZS" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/way_in_command_centre) -"iZW" = ( -/obj/effect/spawner/gibspawner/human, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) -"jae" = ( -/obj/structure/fence{ - layer = 2.9 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +"jai" = ( +/obj/structure/prop/invuln/ice_prefab{ + dir = 1 }, /obj/effect/decal/warning_stripes{ - icon_state = "S" + icon_state = "E"; + pixel_x = 1 }, -/turf/open/floor/strata/floor3/east, +/turf/open/asphalt/cement/cement3, /area/lv522/outdoors/colony_streets/central_streets) -"jaj" = ( -/obj/structure/closet/secure_closet/miner, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) +"jam" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/west) "jaq" = ( /obj/structure/platform_decoration{ dir = 4 @@ -18382,9 +18308,17 @@ "jas" = ( /turf/closed/wall/strata_outpost, /area/lv522/indoors/c_block/mining) -"jaB" = ( -/turf/open/floor/plating, -/area/lv522/landing_zone_1/ceiling) +"jaE" = ( +/obj/structure/largecrate/random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/reactor_garage) +"jaG" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Corporate Liaison Office " + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/corpo) "jaO" = ( /obj/structure/surface/table/woodentable/fancy, /obj/effect/decal/cleanable/dirt, @@ -18411,25 +18345,17 @@ }, /turf/open/floor/carpet, /area/lv522/indoors/b_block/bar) -"jbe" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/machinery/vending/coffee, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) -"jbi" = ( -/obj/structure/filtration/machine_64x96{ - icon_state = "filtration_machine_B_1" - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/oob) -"jbl" = ( -/obj/structure/cargo_container/wy/mid{ - health = 5000 +"jaS" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness/glass) +"jbh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair/comfy{ + dir = 1 }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_1) +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) "jbn" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green{ @@ -18437,26 +18363,6 @@ }, /turf/open/floor/prison, /area/lv522/atmos/way_in_command_centre) -"jbr" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"jbx" = ( -/obj/structure/machinery/vending/snack{ - density = 0; - pixel_y = 16 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness/glass) -"jbB" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper A-Block Shared Dorms Airlock" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorm_north) "jbI" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 10 @@ -18468,154 +18374,81 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/nw_rockies) -"jbW" = ( -/obj/structure/closet, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) "jcb" = ( -/obj/structure/closet/crate, -/obj/item/stack/sheet/metal/large_stack, -/turf/open/floor/plating/platebot, -/area/lv522/indoors/c_block/cargo) -"jcg" = ( -/obj/item/prop/colony/used_flare, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/north_street) -"jcI" = ( -/obj/structure/curtain/medical, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/lv522/landing_zone_1/ceiling) +"jcz" = ( +/obj/structure/girder, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"jcW" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/strata/white_cyan3/north, -/area/lv522/indoors/a_block/medical) -"jcL" = ( -/obj/item/weapon/gun/pistol/m1911{ - current_mag = null - }, -/obj/effect/decal/cleanable/blood, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/n_rockies) -"jcM" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/c_block/cargo) -"jcN" = ( -/obj/structure/bed/chair{ - dir = 8 +/obj/item/trash/liquidfood, +/obj/item/stack/tile/plasteel{ + name = "ceiling tile"; + pixel_x = -5; + pixel_y = 3 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"jdk" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway/damage) +"jdi" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/oob/w_y_vault) +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges/corpo_fitness) "jdn" = ( /obj/effect/decal/cleanable/blood/drip, /obj/item/reagent_container/hypospray/autoinjector/emergency, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/corpo) -"jdp" = ( -/obj/item/ammo_magazine/rifle/heap{ - current_rounds = 0 +"jdP" = ( +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2/ceiling) +"jdQ" = ( +/obj/structure/platform_decoration{ + dir = 1 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_east_street) -"jdu" = ( -/obj/structure/surface/table/almayer, -/obj/item/seeds/potatoseed{ - pixel_x = -8; - pixel_y = 6 +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"jdR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/obj/item/seeds/potatoseed, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/hydro) -"jdy" = ( +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/central_streets) +"jer" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/almayer/w_y0/north, -/area/lv522/atmos/way_in_command_centre) -"jdM" = ( -/obj/structure/bed/alien, -/obj/item/pipe{ - pixel_x = -6 + dir = 4 }, +/obj/structure/machinery/space_heater/radiator/red, /turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"jdQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"jdZ" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 +/area/lv522/indoors/b_block/hydro) +"jfn" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/radio/off{ + pixel_x = -5; + pixel_y = 7 }, -/turf/open/floor/strata/fake_wood, -/area/lv522/atmos/east_reactor/east) -"jei" = ( -/obj/structure/stairs/perspective{ - dir = 9; - icon_state = "p_stair_full" +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) +"jfy" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/weldpack{ + pixel_y = 2 }, /turf/open/asphalt/cement/cement4, /area/lv522/outdoors/colony_streets/north_west_street) -"jeG" = ( -/obj/structure/surface/table/almayer, -/obj/item/trash/plate, -/obj/structure/machinery/light, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"jfa" = ( -/obj/structure/surface/rack, -/obj/item/reagent_container/food/snacks/sliceable/cheesewheel{ - pixel_y = -4 - }, -/obj/item/reagent_container/food/snacks/sliceable/cheesewheel{ - pixel_y = 5 - }, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) -"jfL" = ( -/obj/structure/shuttle/engine/heater{ - dir = 8; - pixel_x = -4 - }, -/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ - dir = 8; - icon_state = "flammable_pipe_3"; - pixel_x = -3 - }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/west_reactor) -"jfN" = ( -/obj/structure/closet/crate, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/north_command_centre) +"jfE" = ( +/obj/structure/barricade/deployable, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_east_street) "jfO" = ( /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen/glass) -"jfQ" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/surface/table/almayer, -/turf/open/floor/corsat/browncorner, -/area/lv522/atmos/east_reactor/south) -"jfT" = ( -/obj/structure/closet/crate/trashcart, -/obj/item/trash/chips, -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/east_central_street) "jfZ" = ( /obj/structure/platform{ dir = 8 @@ -18623,99 +18456,73 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"jgg" = ( -/turf/open/floor/corsat/browncorner/north, -/area/lv522/atmos/north_command_centre) -"jgi" = ( -/obj/structure/prop/server_equipment/yutani_server{ - density = 0; - pixel_y = 16 - }, -/obj/structure/machinery/atm{ - pixel_y = 11 +"jgo" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "4" }, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"jgq" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"jgG" = ( -/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_21"; - layer = 3.1; - name = "synthethic potted plant"; - pixel_y = 14 +/obj/structure/machinery/light{ + dir = 1 }, -/obj/structure/machinery/light, +/obj/structure/closet, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms) -"jgM" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"jgt" = ( +/obj/structure/surface/rack, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/hazardvest, +/obj/structure/machinery/light{ + dir = 1 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/bridges) -"jgU" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"jgM" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/south_west_street) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/east, +/area/lv522/indoors/a_block/hallway) "jhe" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_street) -"jhh" = ( -/obj/structure/cargo_container/kelland/left, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/colony_streets/north_west_street) "jhi" = ( -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/south_street) -"jhj" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/landing_zone_2/ceiling) +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "Bathroom" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/toilet) "jhl" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"jhr" = ( -/obj/effect/spawner/gibspawner/xeno, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) -"jhC" = ( -/obj/structure/foamed_metal, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) -"jhJ" = ( -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/dorms) -"jhK" = ( -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -8; - pixel_y = 16 +"jhF" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Reactor_garage_1" }, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = 8; - pixel_y = 16 +/turf/open/floor/corsat/marked, +/area/lv522/atmos/reactor_garage) +"jhH" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/command_centre) +"jhM" = ( +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 }, -/obj/structure/pipes/vents/pump, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_street) "jhQ" = ( /obj/effect/decal/warning_stripes{ icon_state = "NE-out"; @@ -18724,20 +18531,6 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"jhT" = ( -/obj/item/prop/colony/proptag{ - desc = "A fallen marine's information dog tag. It reads, Ensign Robert 'Roach' Yangley" - }, -/turf/open/floor/corsat/browncorner, -/area/lv522/oob) -"jid" = ( -/obj/item/tool/warning_cone{ - pixel_x = -10; - pixel_y = 3 - }, -/obj/structure/closet/crate, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor/north) "jih" = ( /obj/structure/phone_base/colony_net{ dir = 4; @@ -18748,31 +18541,6 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/c_block/cargo) -"jiE" = ( -/obj/structure/filingcabinet/chestdrawer{ - density = 0; - pixel_x = -11; - pixel_y = 20 - }, -/turf/open/floor/strata/fake_wood, -/area/lv522/atmos/east_reactor/east) -"jiI" = ( -/obj/item/weapon/gun/revolver/spearhead, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"jiM" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/south_west_street) "jiP" = ( /obj/structure/surface/table/almayer, /obj/item/facepaint/lipstick{ @@ -18787,6 +18555,25 @@ }, /turf/open/floor/carpet, /area/lv522/indoors/a_block/executive) +"jiR" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/west) +"jiU" = ( +/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, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) "jiY" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/pipes/standard/simple/hidden/green{ @@ -18794,23 +18581,50 @@ }, /turf/open/floor/corsat, /area/lv522/atmos/cargo_intake) -"jjk" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/west_reactor) -"jjn" = ( -/obj/structure/barricade/deployable{ - dir = 1 +"jjb" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/central_streets) +"jjh" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"jjx" = ( +/obj/structure/machinery/light{ + dir = 8 }, /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_east_street) -"jju" = ( +/area/lv522/atmos/way_in_command_centre) +"jjB" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue/southeast, -/area/lv522/indoors/a_block/admin) -"jjD" = ( -/turf/closed/shuttle/dropship3/tornado, -/area/lv522/landing_zone_forecon/UD6_Tornado) +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/sewer) +"jjF" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/gm/river, +/area/lv522/landing_zone_1/tunnel/far) "jjG" = ( /obj/structure/prop/ice_colony/ground_wire, /turf/open/auto_turf/sand_white/layer0, @@ -18820,85 +18634,87 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/a_block/security) -"jkb" = ( -/obj/structure/platform_decoration{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"jkg" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"jko" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) -"jkq" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +"jjX" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/closet/secure_closet/engineering_electrical, /obj/structure/machinery/light, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"jku" = ( -/obj/structure/surface/table/almayer, -/obj/item/reagent_container/food/snacks/plaincakeslice{ - pixel_x = 5; - pixel_y = 8 +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/c_block/t_comm) +"jjY" = ( +/obj/structure/platform_decoration{ + dir = 4 }, -/obj/item/reagent_container/food/snacks/plaincakeslice, -/obj/structure/machinery/light, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) +/turf/open/asphalt/cement/cement15, +/area/lv522/outdoors/colony_streets/north_east_street) "jkC" = ( /obj/structure/pipes/vents/pump, /obj/structure/surface/table/almayer, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"jkF" = ( -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_west_street) "jkJ" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/way_in_command_centre) -"jkR" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/south_east_street) -"jlf" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" +"jkP" = ( +/obj/structure/surface/table/almayer, +/obj/structure/platform{ + dir = 8 }, -/turf/open/floor/prison, -/area/lv522/atmos/sewer) +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"jlb" = ( +/turf/open/asphalt/cement/cement14, +/area/lv522/outdoors/colony_streets/south_street) "jll" = ( /obj/structure/machinery/light{ dir = 4 }, /turf/open/floor/wood, /area/lv522/indoors/a_block/executive) -"jlz" = ( -/obj/structure/bed/chair{ +"jlp" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/structure/machinery/light, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor) +"jmb" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/door/window/eastleft, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/fitness/glass) +"jmf" = ( +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor/west) +"jmk" = ( +/obj/structure/platform_decoration{ dir = 8 }, -/obj/item/prop/alien/hugger, +/obj/structure/stairs/perspective{ + dir = 9; + icon_state = "p_stair_full" + }, +/turf/open/asphalt/cement/cement3, +/area/lv522/landing_zone_1) +"jmm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/landing_zone_1/ceiling) -"jma" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/darkpurple2, -/area/lv522/indoors/a_block/dorms) +/obj/item/trash/uscm_mre, +/turf/open/floor/prison/darkredfull2, +/area/lv522/outdoors/colony_streets/north_street) +"jmo" = ( +/obj/structure/powerloader_wreckage, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) +"jmr" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat/brown/northwest, +/area/lv522/atmos/east_reactor) "jmz" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -18908,11 +18724,6 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"jmC" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "65" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) "jmE" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -18922,32 +18733,47 @@ "jmG" = ( /turf/closed/wall/strata_outpost, /area/lv522/indoors/c_block/cargo) -"jmI" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "74" +"jmL" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"jmR" = ( -/obj/structure/machinery/door/poddoor/shutters/almayer{ - dir = 4; - id = "Reactor_garage_1" +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/north) +"jmM" = ( +/obj/structure/bed{ + layer = 2.7; + pixel_y = 12 }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/bed{ + layer = 2.6; + pixel_y = 25 }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/reactor_garage) -"jnh" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "3" +/obj/item/prop/alien/hugger, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"jnf" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper C-Block - Garage Airlock" }, -/area/lv522/landing_zone_forecon/UD6_Tornado) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/garage) +"jng" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/north_street) "jnk" = ( /obj/structure/bed/chair{ dir = 4 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms/glass) +"jnm" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_east_street) "jnB" = ( /obj/structure/barricade/handrail{ dir = 4 @@ -18964,15 +18790,22 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_street) -"jnZ" = ( -/turf/open/floor/corsat/browncorner, -/area/lv522/atmos/cargo_intake) -"joi" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +"jnL" = ( +/obj/structure/bed/chair{ + dir = 4 }, -/turf/open/floor/corsat/browncorner, -/area/lv522/atmos/north_command_centre) +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"jnZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/indoors/lone_buildings/storage_blocks) +"joc" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) "jom" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 1; @@ -18983,34 +18816,27 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"joo" = ( -/obj/structure/machinery/conveyor{ - dir = 8; - id = "cargo_container" - }, +"jon" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/cargo_intake) -"jor" = ( -/obj/structure/prop/server_equipment/yutani_server/broken{ - density = 0; - pixel_x = -5; - pixel_y = 16 +/turf/open/floor/corsat/brown/northwest, +/area/lv522/atmos/east_reactor/west) +"jop" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/outdoor_bot) -"joy" = ( -/obj/structure/barricade/wooden{ +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/south_west_street) +"joH" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/camera/autoname{ dir = 4 }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/c_block/mining) -"joX" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/machinery/light/small{ + dir = 8 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/cargo) +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "jpb" = ( /obj/structure/closet/crate, /obj/item/storage/pouch/shotgun/large/slug, @@ -19022,73 +18848,99 @@ /obj/effect/spawner/gibspawner/xeno, /turf/open/floor/prison, /area/lv522/indoors/a_block/security/glass) +"jpl" = ( +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/atmos/way_in_command_centre) +"jpp" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/reactor_garage) "jpx" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/plating, /area/lv522/indoors/c_block/mining) -"jpI" = ( -/obj/structure/largecrate/random/secure, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_1) -"jpS" = ( -/obj/structure/machinery/light{ +"jpE" = ( +/obj/structure/filingcabinet/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 16 + }, +/obj/structure/filingcabinet/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 16 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical) +"jpH" = ( +/turf/open/floor/corsat/brown/northwest, +/area/lv522/atmos/east_reactor/east) +"jqa" = ( +/obj/structure/ore_box, +/turf/open/floor/prison, +/area/lv522/atmos/cargo_intake) +"jqb" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Reactor_entry_2" + }, +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/way_in_command_centre) +"jqv" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/flashlight/lamp/green{ + pixel_x = 3 + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"jpU" = ( -/obj/structure/machinery/door_control/brbutton{ - id = "Marked_2"; - pixel_y = 26 +/obj/item/falcon_drone{ + desc = "Some sort of fancy...toy? You're not sure.."; + pixel_x = -12 + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo) +"jqy" = ( +/obj/structure/fence, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/obj/structure/largecrate/random, /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) -"jqa" = ( -/obj/structure/ore_box, -/turf/open/floor/prison, -/area/lv522/atmos/cargo_intake) -"jqd" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/area/lv522/outdoors/colony_streets/north_street) +"jqC" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Northlock" }, -/obj/structure/bed/chair, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) -"jql" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/vents/pump, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/bridges/corpo) +"jqI" = ( +/obj/structure/largecrate/random, /turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) -"jqn" = ( -/obj/structure/machinery/light, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) -"jqv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed/chair{ +/area/lv522/atmos/sewer) +"jqJ" = ( +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/ground_wire{ dir = 8 }, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/hydro) -"jqB" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/open/floor/plating/plating_catwalk/prison, -/area/lv522/landing_zone_1/ceiling) -"jqE" = ( -/obj/structure/machinery/conveyor{ - dir = 10; - id = "cargo_container" - }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/plate, +/turf/open/floor/corsat/squares, /area/lv522/atmos/cargo_intake) +"jqN" = ( +/obj/structure/largecrate/random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/c_block/mining) "jqO" = ( /obj/structure/platform{ dir = 4 @@ -19098,57 +18950,94 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_1) +"jqS" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/c_block/cargo) +"jqT" = ( +/obj/item/stack/sheet/metal/large_stack, +/obj/structure/closet/crate, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/indoors/lone_buildings/storage_blocks) +"jrb" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/sewer) "jrd" = ( /obj/structure/girder/displaced, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/central_streets) "jrr" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/pipes/standard/simple/hidden/green{ +/obj/structure/machinery/portable_atmospherics/hydroponics{ + icon_state = "hydrotray4" + }, +/obj/structure/window{ dir = 4 }, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo/glass) +/turf/open/floor/plating/platebotc, +/area/lv522/indoors/b_block/hydro/glass) "jru" = ( /obj/structure/platform{ dir = 8 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_2) +"jrx" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "jrL" = ( /obj/item/stack/sheet/metal, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) +"jrO" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_street) "jrT" = ( /obj/effect/decal/cleanable/blood/xeno, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/nw_rockies) -"jrZ" = ( -/obj/structure/window/framed/strata/reinforced, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"jrU" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper B-Block - Hydroponics Airlock" }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorm_north) -"jsl" = ( -/obj/structure/barricade/wooden{ - dir = 4 +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "LV_522_Hydro-Lockdown"; + name = "\improper Storm Shutters" }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/glass) -"jsn" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor) -"jsr" = ( -/obj/structure/machinery/light{ - dir = 8 +/area/lv522/indoors/b_block/hydro) +"jrY" = ( +/obj/structure/filingcabinet/seeds{ + density = 0; + pixel_x = -8; + pixel_y = 1 }, -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 +/obj/structure/filingcabinet/seeds{ + density = 0; + pixel_x = 7; + pixel_y = 1 }, -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) +"jsc" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/machinery/disposal, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) +"jsn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/sofa/vert/white/top, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo/glass) "jsD" = ( /obj/effect/decal/warning_stripes{ icon_state = "N"; @@ -19156,13 +19045,12 @@ }, /turf/open/floor/corsat, /area/lv522/atmos/cargo_intake) -"jsH" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper A-Block Dorms And Office Airlock" +"jsJ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/north_command_centre) "jsM" = ( /obj/item/lightstick/red/spoke/planted{ pixel_x = -9; @@ -19175,26 +19063,38 @@ /obj/item/prop/alien/hugger, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) -"jsY" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 +"jte" = ( +/obj/structure/largecrate/random/mini{ + layer = 3.1; + pixel_x = 10; + pixel_y = -7 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"jta" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +/obj/structure/largecrate/random/mini{ + pixel_x = 7; + pixel_y = 15 }, -/turf/open/floor/prison/blue/west, -/area/lv522/indoors/a_block/admin) +/obj/structure/largecrate/random/barrel{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges/op_centre) "jtg" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /obj/structure/cargo_container/kelland/right, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) +"jtt" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_east_street) "jtu" = ( /obj/structure/barricade/deployable, /obj/structure/barricade/deployable{ @@ -19202,14 +19102,31 @@ }, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) -"jtS" = ( -/obj/vehicle/train/cargo/trolley, +"jtC" = ( +/obj/item/clothing/head/hardhat, /turf/open/floor/corsat/plate, /area/lv522/atmos/filt) -"jtX" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/west) +"jtK" = ( +/obj/structure/prop/server_equipment/yutani_server/broken{ + density = 0; + pixel_x = -5; + pixel_y = 16 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/outdoor_bot) +"jtY" = ( +/obj/structure/fence{ + layer = 2.9 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/floor3/east, +/area/lv522/outdoors/colony_streets/north_east_street) "jue" = ( /obj/structure/prop/ice_colony/ground_wire, /obj/item/lightstick/red/spoke/planted{ @@ -19218,6 +19135,11 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) +"juq" = ( +/obj/structure/machinery/vending/cigarette/colony, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) "jus" = ( /obj/structure/prop/invuln/ice_prefab/trim{ dir = 8 @@ -19228,23 +19150,31 @@ /obj/structure/cargo_container/arious/right, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/nw_rockies) -"juL" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "23" +"juW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"juP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/port_gen/pacman, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/outdoor_bot) -"juR" = ( -/obj/structure/machinery/vending/walkman{ - density = 0; - pixel_y = 16 +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/east) +"juX" = ( +/obj/item/prop/colony/used_flare, +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + layer = 3; + name = "????"; + stat = 2 }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/indoors/a_block/fitness) +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "juY" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 @@ -19285,81 +19215,71 @@ /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) "jvq" = ( -/obj/structure/surface/rack, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"jvr" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/south) +/obj/structure/surface/table/almayer, +/obj/structure/machinery/microwave{ + density = 0; + pixel_y = 9 + }, +/obj/item/trash/plate{ + pixel_x = 2; + pixel_y = 20 + }, +/obj/item/reagent_container/food/snacks/grilledcheese{ + pixel_y = 27 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/bar) "jvu" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/admin) -"jvD" = ( -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/south_west_street) -"jvP" = ( -/obj/structure/surface/table/almayer, -/obj/item/ashtray/plastic{ - icon_state = "ashtray_full_bl"; - pixel_x = 5; - pixel_y = 1 - }, -/obj/item/tool/lighter/random{ - pixel_x = -3; - pixel_y = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, +"jvx" = ( +/turf/open/floor/prison/floor_marked/southwest, /area/lv522/landing_zone_1/ceiling) -"jvQ" = ( -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/east_reactor) -"jvR" = ( -/obj/structure/largecrate/random, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ - dir = 4 +"jvy" = ( +/obj/structure/cargo_container/kelland/right, +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/obj/structure/machinery/light/small{ - dir = 8 +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/central_streets) +"jvA" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + pixel_y = 6 }, -/turf/open/floor/prison/darkbrownfull2, +/turf/open/floor/prison/blue_plate/north, /area/lv522/indoors/c_block/mining) -"jwt" = ( -/obj/structure/machinery/optable, -/obj/structure/pipes/vents/pump, -/obj/structure/machinery/light{ - dir = 8 +"jwo" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/item/prop/alien/hugger, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/cyan2/east, -/area/lv522/indoors/a_block/medical) -"jwu" = ( -/turf/open/shuttle/dropship/can_surgery/light_grey_top_left, -/area/lv522/landing_zone_forecon/UD6_Tornado) +/turf/open/floor/corsat/browncorner/west, +/area/lv522/atmos/east_reactor/south) "jwM" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) +"jwN" = ( +/obj/structure/barricade/deployable, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/shuttle/dropship/can_surgery/light_grey_bottom_left, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "jwO" = ( /obj/structure/largecrate/random/barrel/blue, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/mining) +"jwR" = ( +/turf/open/floor/corsat/browncorner/east, +/area/lv522/atmos/cargo_intake) "jwS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 8 - }, -/obj/structure/machinery/light, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) +/obj/structure/surface/table/almayer, +/obj/item/toy/bikehorn, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness/glass) "jwV" = ( /obj/structure/filingcabinet{ density = 0; @@ -19373,10 +19293,6 @@ }, /turf/open/floor/wood/ship, /area/lv522/atmos/way_in_command_centre) -"jxc" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/east_reactor/west) "jxz" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, @@ -19396,37 +19312,10 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/atmos/outdoor) -"jxM" = ( -/obj/structure/machinery/portable_atmospherics/hydroponics{ - icon_state = "hydrotray4" - }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_1) -"jxP" = ( -/obj/structure/machinery/shower{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/fitness) -"jye" = ( -/obj/structure/surface/rack, -/obj/item/clothing/shoes/blue{ - desc = "Comfortable-looking slippers."; - name = "blue slippers"; - pixel_y = 9 - }, -/obj/item/clothing/shoes/blue{ - desc = "Comfortable-looking slippers."; - name = "blue slippers" - }, -/obj/item/clothing/shoes/blue{ - desc = "Comfortable-looking slippers."; - name = "blue slippers"; - pixel_y = -8 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) +"jxW" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/browncorner, +/area/lv522/atmos/north_command_centre) "jyf" = ( /obj/structure/machinery/colony_floodlight{ layer = 4.3; @@ -19434,57 +19323,39 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/north_west_street) -"jyj" = ( -/obj/effect/spawner/gibspawner/xeno, -/obj/effect/decal/cleanable/blood/xeno{ - icon_state = "xgib3" - }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"jyA" = ( -/obj/structure/surface/table/almayer{ - dir = 8; - flipped = 1 +"jyz" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 }, -/turf/open/floor/prison/blue/northwest, -/area/lv522/indoors/a_block/admin) -"jyB" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/medical/glass) +"jyI" = ( +/obj/item/prop/colony/used_flare, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/nw_rockies) "jyM" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_street) -"jyN" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/asphalt/cement/cement9, -/area/lv522/outdoors/colony_streets/north_east_street) "jyO" = ( -/obj/structure/foamed_metal, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) +/obj/structure/curtain/medical, +/turf/open/floor/strata/white_cyan3/west, +/area/lv522/indoors/a_block/medical/glass) +"jyX" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "65" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"jzb" = ( +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_west_street) "jze" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"jzx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/surface/table/reinforced/prison, -/obj/item/ashtray/glass, -/obj/item/clothing/mask/cigarette{ - pixel_x = 6; - pixel_y = 12 - }, -/obj/item/clothing/mask/cigarette, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) "jzC" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/surface/table/woodentable/fancy, @@ -19522,6 +19393,26 @@ /obj/item/reagent_container/food/drinks/cans/waterbottle, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) +"jzU" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 1; + icon_state = "flammable_pipe_3"; + pixel_y = 16 + }, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + icon_state = "flammable_pipe_3" + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) +"jzV" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) "jzZ" = ( /obj/structure/machinery/landinglight/ds2/delaytwo{ dir = 1 @@ -19529,22 +19420,46 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/landing_zone_2) -"jAb" = ( -/obj/structure/surface/table/almayer, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 1; - pixel_x = -1; - pixel_y = 3 +"jAc" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "63" }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) +/area/lv522/landing_zone_forecon/UD6_Tornado) "jAd" = ( /obj/structure/prop/vehicles/crawler{ icon_state = "crawler_covered_bed" }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_street) +"jAh" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/engineering) +"jAl" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/cargo_intake) +"jAn" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/bridge) +"jAs" = ( +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges) +"jAt" = ( +/obj/structure/barricade/wooden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"jAx" = ( +/obj/structure/cargo_container/horizontal/blue/bottom, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/east) "jAz" = ( /obj/structure/prop/invuln/lattice_prop{ icon_state = "lattice13"; @@ -19557,36 +19472,31 @@ }, /turf/open/floor/plating, /area/lv522/indoors/a_block/admin) -"jAH" = ( -/obj/structure/fence{ - layer = 2.9 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +"jAC" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" }, -/turf/open/floor/strata/floor3/east, -/area/lv522/outdoors/colony_streets/east_central_street) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) +"jAD" = ( +/obj/structure/ore_box, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/south_east_street) +"jAG" = ( +/obj/structure/machinery/vending/cola, +/obj/effect/decal/cleanable/cobweb2, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "jAI" = ( /obj/effect/decal/cleanable/dirt, /mob/living/simple_animal/mouse, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"jAL" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/obj/item/weapon/gun/launcher/grenade/m81/m79, -/turf/open/floor/prison/darkredfull2, -/area/lv522/outdoors/colony_streets/north_street) -"jAQ" = ( +"jAJ" = ( +/obj/effect/decal/cleanable/blood/xeno, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/cargo) +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/hydro) "jAV" = ( /obj/item/prop/alien/hugger{ pixel_x = -12; @@ -19595,31 +19505,11 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorm_north) -"jBa" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"jBg" = ( -/turf/open/floor/corsat/browncorner/east, -/area/lv522/atmos/east_reactor) "jBh" = ( -/obj/structure/machinery/light{ - dir = 4 +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "47" }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/surface/table/almayer, -/obj/item/device/flashlight/lamp/on, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"jBt" = ( -/obj/effect/decal/cleanable/blood/oil/streak, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) +/area/lv522/landing_zone_forecon/UD6_Typhoon) "jBw" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -19643,18 +19533,12 @@ /obj/structure/platform_decoration{ dir = 8 }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/north_street) -"jCa" = ( -/obj/structure/surface/table/almayer, -/obj/item/clothing/head/hardhat/white{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/clothing/head/hardhat/white, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/north_street) +"jBX" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/glass) "jCb" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 10; @@ -19674,64 +19558,67 @@ /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) "jCy" = ( -/obj/structure/machinery/door/airlock/almayer/generic, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/bar) -"jCA" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue/east, -/area/lv522/indoors/a_block/hallway) -"jCG" = ( -/obj/structure/toilet{ - pixel_y = 16 +/turf/open/asphalt/cement/cement14, +/area/lv522/outdoors/colony_streets/north_east_street) +"jCF" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/juicer{ + pixel_y = 9 }, -/obj/structure/sink{ - dir = 4; - pixel_x = 11 +/obj/structure/machinery/light{ + dir = 4 }, -/obj/structure/machinery/light/small{ - dir = 8 +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) +"jCH" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/toilet) -"jCR" = ( -/obj/item/prop/alien/hugger, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/hydro) +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/east_reactor/south) "jCU" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_full" }, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"jDf" = ( -/obj/item/ammo_magazine/rifle/heap{ - current_rounds = 0 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, +"jCX" = ( +/obj/effect/decal/cleanable/blood, /obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 + icon_state = "W"; + pixel_x = -1 }, /turf/open/floor/prison/floor_plate, -/area/lv522/atmos/cargo_intake) -"jDj" = ( -/obj/structure/surface/table/almayer{ - dir = 1; - flipped = 1 +/area/lv522/atmos/way_in_command_centre) +"jDa" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"jDx" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/reactor_garage) +/obj/item/clothing/head/hardhat{ + pixel_x = 17 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/command_centre) +"jDg" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "UD6"; + name = "\improper Shutters" + }, +/turf/open/floor/plating, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"jDm" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) "jDA" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 @@ -19739,34 +19626,82 @@ /obj/structure/foamed_metal, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms/glass) +"jDD" = ( +/obj/structure/barricade/deployable{ + dir = 4 + }, +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + layer = 3; + name = "????"; + stat = 2 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_east_street) +"jDF" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/belt/utility/full, +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"jDG" = ( +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced, +/obj/item/clothing/accessory/medal/bronze{ + pixel_x = -6; + pixel_y = 1 + }, +/obj/item/clothing/accessory/medal/bronze{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) "jDJ" = ( /obj/effect/spawner/gibspawner/xeno, /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"jDL" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat, -/area/lv522/atmos/east_reactor/south) "jDO" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_street) -"jEb" = ( -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical/glass) -"jEm" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +"jDP" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Reactor_e_entry_3" }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_street) -"jEp" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/west_reactor) +/turf/open/floor/corsat/marked, +/area/lv522/atmos/filt) +"jDS" = ( +/obj/structure/window/framed/strata/reinforced, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "LV_522_Hydro-Lockdown"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/b_block/bridge) +"jDX" = ( +/obj/structure/filingcabinet/seeds{ + density = 0; + pixel_x = -8; + pixel_y = 16 + }, +/obj/structure/filingcabinet/seeds{ + density = 0; + pixel_x = 7; + pixel_y = 16 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) "jEu" = ( /obj/structure/sign/safety/rad_haz, /obj/structure/sign/safety/restrictedarea{ @@ -19774,22 +19709,10 @@ }, /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/lv522/oob) -"jEM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/surface/rack, -/obj/item/circuitboard/computer{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/item/circuitboard/computer{ - pixel_x = 1; - pixel_y = 2 - }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/outdoor_bot) +"jEE" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) "jEW" = ( /obj/structure/bed/chair{ dir = 1 @@ -19803,45 +19726,31 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/n_rockies) -"jEZ" = ( -/obj/structure/surface/table/almayer, -/obj/item/newspaper, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) "jFc" = ( /obj/item/tool/wrench, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) +"jFd" = ( +/obj/structure/prop/static_tank/water, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/sewer) "jFr" = ( /obj/structure/cargo_container/arious/rightmid, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) -"jFz" = ( -/obj/structure/surface/table/almayer, -/obj/item/ashtray/plastic{ - icon_state = "ashtray_full_bl"; - pixel_x = 5; - pixel_y = 1 - }, -/obj/item/paper/crumpled/bloody{ - pixel_x = -9 - }, -/obj/item/trash/cigbutt{ - pixel_x = 4 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) "jFG" = ( /obj/structure/cargo_container/arious/right, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/n_rockies) -"jFW" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/south_street) +"jFM" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/browncorner, +/area/lv522/atmos/reactor_garage) +"jFY" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/outdoors/colony_streets/north_east_street) "jGa" = ( /obj/item/storage/backpack/marine/satchel{ desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; @@ -19862,13 +19771,6 @@ /obj/structure/largecrate/random, /turf/open/floor/plating, /area/lv522/indoors/c_block/mining) -"jGi" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/medical/glass) "jGp" = ( /obj/structure/platform{ dir = 1 @@ -19881,204 +19783,192 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_2) -"jGw" = ( -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/east_reactor/south) -"jGF" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "67" +"jGv" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper A-Block Security Airlock" }, -/area/lv522/landing_zone_forecon/UD6_Tornado) +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Sec-Corpo-Bridge-Lockdown" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/security) +"jGy" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 1; + pixel_y = 6 + }, +/turf/open/floor/corsat/brown/west, +/area/lv522/oob) +"jGz" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/bar) +"jGJ" = ( +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/east) "jGK" = ( /obj/structure/largecrate/random/secure, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) +"jGU" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor/prison/blue/north, +/area/lv522/indoors/a_block/admin) "jHb" = ( /turf/open/gm/river, /area/lv522/oob) +"jHe" = ( +/obj/structure/girder, +/turf/open/floor/prison/blue/east, +/area/lv522/indoors/a_block/admin) +"jHg" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform_decoration{ + dir = 10 + }, +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/south_west_street) "jHi" = ( /obj/structure/flora/jungle/plantbot1, /turf/open/floor/grass, /area/lv522/indoors/a_block/garden) -"jHn" = ( -/obj/item/shard{ - icon_state = "medium" +"jHv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"jHP" = ( +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 8 }, -/obj/item/stack/rods, -/obj/item/stack/sheet/metal, -/obj/structure/pipes/vents/pump, +/obj/structure/machinery/faxmachine, +/obj/effect/decal/cleanable/cobweb, /turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"jHo" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/turf/open/floor/corsat/brown/northwest, -/area/lv522/atmos/cargo_intake) -"jHx" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/area/lv522/indoors/c_block/mining) +"jHS" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 10 }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/north_command_centre) +"jHW" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/faxmachine{ + pixel_y = 2 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "jIk" = ( /obj/structure/machinery/landinglight/ds1/delaythree{ dir = 8 }, /turf/open/floor/plating, /area/lv522/landing_zone_1) -"jIs" = ( +"jIA" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/medical) -"jIJ" = ( -/obj/vehicle/train/cargo/trolley, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/lone_buildings/storage_blocks) -"jIN" = ( -/obj/structure/machinery/light{ dir = 4 }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 1 - }, +/turf/open/floor/corsat/brown/northeast, +/area/lv522/atmos/command_centre) +"jIE" = ( +/obj/structure/closet/crate, +/obj/item/storage/xeno_tag_case, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/lone_buildings/storage_blocks) +"jIL" = ( /obj/effect/decal/cleanable/dirt, -/mob/living/simple_animal/mouse, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/executive) +/obj/effect/landmark/railgun_camera_pos, +/turf/open/floor/prison/floor_plate, +/area/lv522/landing_zone_1/ceiling) "jIR" = ( /obj/effect/decal/cleanable/greenglow, /turf/open/gm/river, /area/lv522/oob) -"jIY" = ( -/obj/effect/decal/cleanable/dirt, -/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_plate/north, -/area/lv522/indoors/a_block/hallway) -"jIZ" = ( -/obj/structure/machinery/conveyor{ - dir = 8; - id = "cargo_container" - }, -/obj/structure/barricade/handrail{ - dir = 8 - }, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/cargo_intake) -"jJz" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) +"jIU" = ( +/obj/structure/bed/chair/comfy, +/turf/open/floor/prison/blue/southeast, +/area/lv522/indoors/a_block/admin) "jJF" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/landing_zone_1/tunnel) "jJG" = ( -/obj/structure/machinery/door/poddoor/almayer/closed{ - id = "East_Lock"; - name = "Emergency Lockdown" +/obj/structure/machinery/light{ + dir = 8; + pixel_y = 16 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/hallway) +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) +"jJT" = ( +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/east_reactor/north) +"jJW" = ( +/obj/structure/foamed_metal, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) "jKn" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/west) -"jKr" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"jKP" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"jLu" = ( +/obj/structure/largecrate/random, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"jLw" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/vending/coffee, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"jKE" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/turf/open/floor/prison/cell_stripe, +/obj/structure/machinery/light, +/turf/open/floor/corsat/plate, /area/lv522/atmos/east_reactor/south) -"jKI" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/c_block/t_comm) -"jKN" = ( -/obj/structure/ore_box{ - pixel_x = -4 - }, -/obj/structure/ore_box{ - layer = 3.2; - pixel_x = -11; - pixel_y = 23 - }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_2) -"jKT" = ( -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/east_reactor/west) -"jLb" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper C-Block - Casino Airlock"; - welded = 1 +"jLz" = ( +/obj/structure/stairs/perspective{ + dir = 10; + icon_state = "p_stair_full" }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/casino) -"jLi" = ( -/obj/structure/bed/chair{ +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/cargo_intake) -"jLl" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/recharger, -/turf/open/floor/plating/platebot, -/area/lv522/indoors/c_block/cargo) +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/north_east_street) "jLF" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/fitness) -"jLJ" = ( +"jLG" = ( +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 + }, /turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, /area/lv522/landing_zone_forecon/UD6_Typhoon) -"jLK" = ( -/obj/structure/machinery/light, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) -"jLM" = ( -/obj/structure/surface/table/almayer, -/obj/item/reagent_container/food/snacks/tofukabob, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) "jLX" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/fitness) -"jMl" = ( -/obj/item/prop/alien/hugger, -/obj/effect/decal/cleanable/vomit, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical) -"jMm" = ( -/obj/structure/ore_box, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) +"jLZ" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/snacks/sliceable/plaincake{ + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) "jMv" = ( /obj/structure/prop/invuln/minecart_tracks{ dir = 8 @@ -20091,13 +19981,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"jMw" = ( -/obj/effect/decal/hefa_cult_decals/d32{ - desc = "You think you can make out the iconography of a Xenomorph."; - icon_state = "bee" - }, -/turf/open/floor/corsat/plate, -/area/lv522/oob) "jMy" = ( /obj/structure/cargo_container/kelland/left, /turf/open/floor/prison, @@ -20111,17 +19994,11 @@ }, /turf/open/floor/plating, /area/lv522/oob) -"jMQ" = ( -/obj/structure/bed/sofa/vert/white/top, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo/glass) -"jMT" = ( -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "Sec-Kitchen-Lockdown"; - name = "\improper Storm Shutters" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/kitchen) +"jMS" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "jMZ" = ( /obj/structure/surface/table/almayer, /obj/item/tool/pen/blue/clicky{ @@ -20134,44 +20011,49 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"jNa" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/drinks/cans/souto/cranberry{ - pixel_x = 10; - pixel_y = 14 +"jNj" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 4 }, -/obj/item/trash/plate, -/obj/item/reagent_container/food/snacks/microwavable/packaged_burger, +/obj/structure/platform_decoration{ + dir = 6; + layer = 3.51 + }, +/turf/open/asphalt/cement, +/area/lv522/landing_zone_1) +"jNp" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison, -/area/lv522/indoors/c_block/garage) -"jNr" = ( -/obj/effect/decal/cleanable/blood/splatter, -/obj/item/prop{ - desc = "Holy shit"; - icon = 'icons/mob/humans/species/r_human.dmi'; - icon_state = "l_leg"; - name = "left leg"; - pixel_x = -11; - pixel_y = -8 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, /turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges/corpo) +/area/lv522/indoors/a_block/corpo/glass) +"jNx" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges/garden_bridge) +"jNJ" = ( +/obj/structure/filtration/collector_pipes{ + icon_state = "lower_1" + }, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/coagulation/icon0_5, +/area/lv522/oob) "jOh" = ( /obj/structure/platform{ dir = 1 - }, -/turf/open/floor/plating, -/area/lv522/oob) -"jOl" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/reagent_container/food/drinks/drinkingglass{ - icon_state = "shotglass"; - pixel_x = 13; - pixel_y = 17 - }, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) + }, +/turf/open/floor/plating, +/area/lv522/oob) +"jOv" = ( +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/west_reactor) "jOw" = ( /obj/item/storage/backpack/marine/satchel{ desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; @@ -20191,30 +20073,17 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"jOC" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/largecrate, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) -"jOD" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/processor{ - pixel_x = -2; - pixel_y = 6 - }, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) -"jOE" = ( -/obj/structure/machinery/door_control{ - id = "UD6"; - name = "Cargo Shutter Control" +"jOA" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "53" +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "Sec-Kitchen-Lockdown"; + name = "\improper Storm Shutters" }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/kitchen/glass) "jOF" = ( /obj/effect/acid_hole, /turf/closed/wall/shiva/prefabricated/reinforced, @@ -20228,42 +20097,82 @@ }, /turf/open/floor/plating, /area/lv522/oob) -"jPf" = ( +"jOM" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 1 + }, +/turf/open/asphalt/cement/cement15, +/area/lv522/outdoors/colony_streets/south_east_street) +"jOT" = ( +/obj/structure/machinery/light{ + dir = 8 + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/reactor_garage) +/obj/structure/machinery/space_heater/radiator/red, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"jPa" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/cargo_intake) +"jPu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/n_rockies) "jPw" = ( /turf/open/floor/plating, /area/lv522/oob) +"jPx" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/bridge) "jPC" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/atmos/outdoor) -"jPE" = ( -/obj/structure/prop/ice_colony/dense/planter_box{ - dir = 9 +"jPI" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "71" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"jPQ" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"jPR" = ( +/obj/structure/barricade/deployable{ + dir = 8 }, -/obj/structure/flora/bush/ausbushes/ppflowers, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"jPG" = ( -/obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_street) -"jPS" = ( -/obj/item/tool/kitchen/knife/butcher, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"jPV" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2/ceiling) +"jPW" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "bee" + }, +/turf/open/floor/corsat/plate, +/area/lv522/oob) "jPY" = ( -/obj/structure/barricade/wooden{ - dir = 4 +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/corsat/squares, +/area/lv522/atmos/command_centre) "jQa" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/prop/dam/crane{ @@ -20277,125 +20186,83 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/security) -"jQp" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/reactor_garage) -"jQs" = ( -/obj/structure/bed/chair{ - dir = 8 +"jQL" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "26" }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) +/area/lv522/landing_zone_forecon/UD6_Typhoon) "jQN" = ( -/obj/structure/surface/table/almayer, -/obj/item/trash/ceramic_plate, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/north_command_centre) "jRc" = ( /obj/structure/machinery/disposal, /turf/open/floor/wood, /area/lv522/indoors/a_block/executive) -"jRl" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/structure/machinery/microwave{ - pixel_y = 6 - }, -/obj/structure/machinery/microwave{ - pixel_y = 18 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/lone_buildings/chunk) -"jRn" = ( -/obj/structure/surface/table/almayer, -/obj/effect/decal/cleanable/dirt, -/obj/item/ammo_box/magazine/l42a, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"jRt" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) -"jRu" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/turf/open/gm/river, -/area/lv522/landing_zone_1/tunnel/far) +"jRf" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/east_reactor/west) +"jRz" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/cargo_intake) "jRT" = ( /turf/open/floor/wood, /area/lv522/indoors/a_block/executive) +"jRV" = ( +/obj/structure/machinery/computer3/server/rack{ + density = 0; + pixel_y = 16 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/atmos/east_reactor/south) "jRZ" = ( /obj/structure/largecrate/random, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/cargo_intake) -"jSb" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/north_command_centre) "jSc" = ( -/obj/structure/cargo_container/kelland/left, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/lone_buildings/storage_blocks) -"jSi" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) +"jSw" = ( +/obj/structure/prop/invuln/fire{ + pixel_x = -6; + pixel_y = 32 }, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor/east) -"jSN" = ( -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice3"; - pixel_x = -5 +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "17" }, -/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_21"; - layer = 3.1; - name = "synthethic potted plant"; - pixel_x = -2; - pixel_y = 10 +/area/lv522/landing_zone_forecon/UD6_Tornado) +"jSL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"jSV" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/phone_base/colony_net{ + dir = 8; + phone_category = "LV522 Chances Claim"; + phone_color = "red"; + phone_id = "Colony Botany"; + pixel_x = 16 }, -/turf/open/floor/prison/blue/northwest, -/area/lv522/indoors/a_block/hallway) -"jSY" = ( -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/bridges/op_centre) +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/hydro) +"jTt" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/east) "jTx" = ( /obj/structure/cable/heavyduty{ icon_state = "1-2" }, /turf/open/floor/plating, /area/lv522/atmos/cargo_intake) -"jTy" = ( -/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 'Typhoon' flight controls"; - network = null; - pixel_y = 21 - }, -/obj/structure/bed/chair/dropship/pilot{ - dir = 1 - }, -/obj/structure/machinery/light/double{ - dir = 1; - layer = 2.9; - pixel_y = 9 - }, -/obj/item/prop/almayer/flight_recorder{ - layer = 2.9; - pixel_x = -9; - pixel_y = 4 - }, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) "jTH" = ( /obj/effect/decal/warning_stripes{ icon_state = "E"; @@ -20407,10 +20274,21 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_west_street) -"jTM" = ( -/obj/structure/largecrate, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/north_east_street) +"jTO" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window{ + dir = 4 + }, +/obj/structure/window{ + dir = 8 + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + desc = "A small desktop computer. Someone has switched to personal emails and disabled the inventory sort system."; + icon_state = "alert:2"; + name = "inventory computer" + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) "jUe" = ( /obj/structure/prop/ice_colony/ground_wire{ dir = 4 @@ -20421,56 +20299,51 @@ /obj/item/ammo_box/magazine/l42a/ap/empty, /turf/open/floor/prison, /area/lv522/indoors/a_block/security) -"jUi" = ( -/obj/effect/decal/cleanable/dirt, -/mob/living/simple_animal/mouse, -/turf/open/floor/strata/cyan2/east, -/area/lv522/indoors/a_block/medical) -"jUl" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) "jUn" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"jUv" = ( -/obj/structure/machinery/sensortower{ - pixel_x = 6 - }, -/turf/open/floor/bcircuit, -/area/lv522/indoors/a_block/admin) -"jUB" = ( +"jUo" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_street) +/turf/open/floor/prison/cell_stripe/east, +/area/lv522/atmos/reactor_garage) +"jUw" = ( +/obj/structure/prop/vehicles/crawler{ + icon_state = "crawler_covered_bed" + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) +"jUz" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/admin) "jUY" = ( /obj/structure/machinery/door_control/brbutton{ id = "Reactor_garage_2" }, /turf/closed/wall/strata_outpost/reinforced, /area/lv522/atmos/reactor_garage) -"jUZ" = ( -/obj/structure/cargo_container/kelland/left{ - layer = 4.13 - }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/outdoors/colony_streets/north_east_street) -"jVc" = ( -/turf/open/floor/prison/darkpurple2/southeast, -/area/lv522/indoors/a_block/dorms) "jVq" = ( /obj/structure/machinery/landinglight/ds2/delaytwo{ dir = 4 }, /turf/open/floor/plating, /area/lv522/landing_zone_2) +"jVE" = ( +/obj/structure/stairs/perspective{ + dir = 9; + icon_state = "p_stair_full" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) "jVH" = ( /obj/item/paper{ pixel_x = -4; @@ -20478,68 +20351,62 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"jWa" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/darkpurple2/west, -/area/lv522/indoors/a_block/dorms) -"jWg" = ( -/obj/structure/cargo_container/wy/left, -/turf/open/floor/plating, -/area/lv522/outdoors/colony_streets/north_east_street) -"jWs" = ( +"jVU" = ( /obj/structure/surface/table/almayer, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"jWw" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper A-Block Canteen Airlock"; - welded = 1 - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "Sec-Kitchen-Lockdown"; - name = "\improper Storm Shutters" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/kitchen/glass) -"jWz" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/east_reactor/west) -"jXd" = ( -/obj/structure/surface/rack, -/obj/item/stack/sheet/metal{ - amount = 50; - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/stack/sheet/metal{ - amount = 30 +/obj/structure/machinery/computer/cameras/wooden_tv{ + pixel_y = 6 }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/atmos/cargo_intake) -"jXf" = ( -/obj/structure/prop/ice_colony/dense/planter_box{ - dir = 9 +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2/ceiling) +"jWb" = ( +/obj/structure/barricade/wooden{ + dir = 4 }, -/obj/structure/flora/bush/ausbushes/ausbush{ - pixel_y = 8 +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/engineering) +"jWc" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 1 }, /turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"jXi" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass{ - name = "\improper Marshal Office Armory" +/area/lv522/landing_zone_1) +"jWe" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_full" }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"jWg" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/gloves/boxing/yellow, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"jWF" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 7; + pixel_y = 10 }, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - dir = 4; - id = "Sec-Armoury-Lockdown" +/obj/item/reagent_container/food/snacks/donut{ + pixel_y = 3 }, -/turf/open/floor/corsat/marked, +/turf/open/floor/prison/darkredfull2, /area/lv522/indoors/a_block/security) +"jWT" = ( +/obj/structure/cargo_container/horizontal/blue/top, +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/landing_zone_1) +"jXd" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/ceramic_plate, +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) +"jXk" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/bar) "jXp" = ( /obj/structure/prop/invuln/rope{ pixel_x = -5; @@ -20550,42 +20417,65 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/nw_rockies) +"jXr" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) +"jXy" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/light, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor/north) +"jXD" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/floor/corsat/marked, +/area/lv522/landing_zone_1/tunnel) +"jXH" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/structure/bed/chair/dropship/passenger{ + dir = 4 + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"jXK" = ( +/obj/structure/platform_decoration, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/garden) "jXQ" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_street) -"jXS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/prison/cell_stripe, -/area/lv522/atmos/reactor_garage) "jXT" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/nw_rockies) "jXW" = ( -/obj/structure/curtain/red, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/casino) -"jXX" = ( -/obj/item/stack/sheet/wood, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/engineering) +/obj/structure/platform{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) "jYj" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) -"jYm" = ( -/turf/open/asphalt/cement/cement15, -/area/lv522/outdoors/colony_streets/north_west_street) "jYr" = ( /obj/structure/machinery/landinglight/ds2/delaythree{ dir = 1 @@ -20603,65 +20493,110 @@ }, /turf/open/floor/plating, /area/lv522/indoors/lone_buildings/engineering) -"jYI" = ( -/obj/structure/barricade/wooden, +"jYG" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1; + pixel_y = 5 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"jYJ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/north) +"jYU" = ( +/obj/structure/bed{ + layer = 2.7; + pixel_y = 12 + }, +/obj/structure/bed{ + layer = 2.6; + pixel_y = 25 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"jZa" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) +/turf/open/floor/prison/blue/northeast, +/area/lv522/indoors/a_block/admin) "jZc" = ( /obj/structure/flora/jungle/thickbush, /turf/open/organic/grass, /area/lv522/indoors/a_block/garden) -"jZi" = ( -/obj/structure/coatrack{ - pixel_x = -6; - pixel_y = 23 - }, -/obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/multi_tiles, -/area/lv522/indoors/c_block/mining) +"jZf" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/west) "jZo" = ( /obj/structure/desertdam/decals/road_edge{ pixel_x = 2 }, /turf/open/floor/wood, /area/lv522/indoors/a_block/fitness/glass) -"jZt" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "22" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) +"jZv" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/snacks/cheeseburger, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/b_block/bar) "jZE" = ( /obj/structure/platform_decoration{ dir = 1 }, /turf/open/gm/river, /area/lv522/atmos/sewer) -"jZV" = ( -/turf/open/floor/almayer/w_y1/north, -/area/lv522/oob/w_y_vault) -"kac" = ( -/turf/open/floor/corsat/squares, -/area/lv522/atmos/reactor_garage) -"kal" = ( -/obj/structure/machinery/light{ - dir = 4 +"jZJ" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/metal{ + amount = 50; + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stack/sheet/metal{ + amount = 30 + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/atmos/cargo_intake) +"jZO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/turf/open/floor/wood/wood_broken2, +/area/lv522/indoors/b_block/bar) +"jZP" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Mining Equipment" }, -/obj/structure/machinery/disposal, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"kaA" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/mining) +"jZV" = ( +/obj/structure/girder/displaced, +/turf/open/floor/plating, +/area/lv522/outdoors/w_rockies) +"kas" = ( +/obj/structure/surface/table/almayer{ + flipped = 1 }, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor) -"kaB" = ( -/obj/structure/closet/secure_closet/freezer/fridge/full, /turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/lone_buildings/chunk) +/area/lv522/indoors/a_block/kitchen/glass) +"kaB" = ( +/obj/item/reagent_container/glass/bucket/janibucket{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/tool/mop{ + pixel_y = 6 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) "kaV" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 @@ -20683,20 +20618,35 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/sewer) -"kbf" = ( -/turf/open/floor/prison/darkpurple2, -/area/lv522/indoors/a_block/dorms) "kbh" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "77" +/obj/structure/largecrate/random, +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"kbG" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_west_street) +"kbi" = ( +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/bridge) +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) +"kbr" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/central_streets) +"kbw" = ( +/obj/structure/machinery/vending/hydronutrients, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"kbE" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) "kbH" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green{ @@ -20704,6 +20654,13 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/outdoors/colony_streets/windbreaker/observation) +"kbR" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/vehicle/train/cargo/engine, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/indoors/lone_buildings/storage_blocks) "kbS" = ( /obj/item/shard{ icon_state = "medium" @@ -20724,25 +20681,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"kcj" = ( -/obj/structure/window/framed/strata/reinforced, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "LV_522_Hydro-Lockdown"; - name = "\improper Storm Shutters" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/bridge) -"kcm" = ( -/obj/structure/machinery/microwave, -/obj/structure/machinery/microwave{ - pixel_y = 13 - }, -/obj/item/trash/ceramic_plate{ - pixel_y = 21 - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) "kco" = ( /obj/structure/platform{ dir = 8 @@ -20750,22 +20688,6 @@ /obj/structure/blocker/invisible_wall, /turf/open/floor/plating, /area/lv522/oob) -"kcp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 4 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"kcz" = ( -/obj/structure/closet/firecloset/full, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) -"kcA" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor) "kcC" = ( /obj/structure/prop/ice_colony/ground_wire, /obj/structure/prop/ice_colony/ground_wire{ @@ -20777,45 +20699,45 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"kcF" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper A-Block Shared Dorms Airlock" - }, -/turf/open/floor/corsat/marked, -/area/lv522/outdoors/colony_streets/windbreaker/observation) -"kcK" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/obj/effect/landmark/corpsespawner/colonist/burst, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) "kcL" = ( /obj/item/prop/colony/used_flare, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/n_rockies) -"kcM" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1, -/area/lv522/indoors/lone_buildings/chunk) "kcN" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/east_central_street) +"kcP" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) "kcR" = ( /obj/structure/machinery/landinglight/ds2{ dir = 1 }, /turf/open/floor/plating, /area/lv522/landing_zone_2) -"kdc" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 1 +"kcW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/south) +/obj/item/stack/sandbags/small_stack, +/turf/open/floor/prison/darkredfull2, +/area/lv522/outdoors/colony_streets/north_street) +"kdb" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison, +/area/lv522/atmos/sewer) "kdf" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -20836,21 +20758,6 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_street) -"kdp" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/obj/structure/platform_decoration{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"kdw" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) "kdx" = ( /obj/structure/largecrate/random/barrel/green, /turf/open/auto_turf/shale/layer1, @@ -20859,23 +20766,8 @@ /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/dorms_fitness) "kdD" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/west) -"kdI" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"kdK" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/dorms) +/area/lv522/atmos/cargo_intake) "kdL" = ( /obj/structure/filtration/collector_pipes{ icon_state = "lower_2"; @@ -20887,21 +20779,59 @@ /obj/structure/blocker/invisible_wall, /turf/open/floor/plating, /area/lv522/oob) -"kdM" = ( -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/central_streets) +"kdT" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/snacks/plaincakeslice{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/reagent_container/food/snacks/plaincakeslice, +/obj/structure/machinery/light, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) "kdZ" = ( -/obj/structure/barricade/wooden{ - dir = 8 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/effect/decal/cleanable/blood/gibs, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges/op_centre) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/platingdmg3, +/area/lv522/indoors/a_block/dorms) "keb" = ( /obj/effect/decal/cleanable/blood/oil/streak, /obj/effect/spawner/gibspawner/xeno, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/w_rockies) +"ked" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/rack, +/obj/item/stack/sheet/mineral/gold/small_stack, +/obj/item/ore/silver, +/obj/item/ore/silver, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"keh" = ( +/obj/structure/bed/chair/comfy, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/cargo_intake) +"kek" = ( +/obj/structure/stairs/perspective{ + dir = 10; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"kep" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/south_street) "keq" = ( /obj/structure/platform_decoration{ dir = 8 @@ -20912,27 +20842,23 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"keu" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 8; - pixel_y = 5 +"keC" = ( +/obj/structure/prop/dam/truck/cargo{ + layer = 3.1 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"kew" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/east) +"keM" = ( +/obj/structure/bed/chair/comfy{ dir = 4 }, -/obj/structure/bed/chair{ - dir = 1 - }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"key" = ( -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/b_block/bar) +"kfb" = ( +/obj/item/stack/rods, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/south_street) "kfq" = ( /obj/item/lightstick/red/spoke/planted{ pixel_x = -9; @@ -20940,12 +20866,6 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"kfr" = ( -/obj/structure/cargo_container/horizontal/blue/middle{ - layer = 3.1 - }, -/turf/open/auto_turf/shale/layer1, -/area/lv522/outdoors/w_rockies) "kfG" = ( /obj/structure/prop/dam/crane/cargo{ dir = 1; @@ -20957,43 +20877,75 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/landing_zone_2) -"kfV" = ( -/turf/open/asphalt/cement/cement2, -/area/lv522/outdoors/colony_streets/north_west_street) -"kgf" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) -"kgH" = ( +"kfI" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/way_in_command_centre) -"kgP" = ( -/obj/structure/ore_box, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/indoors/a_block/fitness/glass) +"kfP" = ( +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges) +"kfV" = ( /obj/structure/machinery/light{ - dir = 1 + dir = 8 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/oob/w_y_vault) +"kgn" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8 }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) +"kgp" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"kha" = ( -/turf/open/asphalt/cement/cement12, -/area/lv522/landing_zone_1) -"khu" = ( -/obj/structure/girder, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/north_street) -"khz" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"khE" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - pixel_y = 9 +/turf/open/floor/prison/blue/southeast, +/area/lv522/indoors/a_block/admin) +"kgB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical/glass) +"kgM" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/radio/off{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/clothing/suit/storage/apron/overalls{ + pixel_x = 8 }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb2/dynamic, /turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2/ceiling) +/area/lv522/indoors/c_block/garage) +"kgN" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics{ + icon_state = "hydrotray4" + }, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/plating/platebotc, +/area/lv522/indoors/b_block/hydro/glass) +"kgU" = ( +/obj/structure/largecrate/random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"khk" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"khy" = ( +/obj/item/tool/surgery/circular_saw, +/turf/open/floor/strata/cyan2/east, +/area/lv522/indoors/a_block/medical) "khG" = ( /obj/structure/largecrate/random/barrel/yellow, /turf/open/auto_turf/shale/layer1, @@ -21009,33 +20961,47 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"kid" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"khU" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/metal/large_stack, +/turf/open/floor/plating/platebot, +/area/lv522/indoors/c_block/cargo) +"kik" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/gloves/boxing, +/obj/structure/window/reinforced{ + dir = 8 }, /turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"kif" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/west_reactor) -"kim" = ( -/turf/open/asphalt/cement/cement1, -/area/lv522/landing_zone_2) +/area/lv522/indoors/a_block/fitness) "kiq" = ( -/obj/item/device/m56d_post, -/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"kiv" = ( -/obj/structure/window/framed/strata/reinforced, -/obj/structure/curtain/red, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/t_comm) -"kiM" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics{ + icon_state = "hydrotray4" + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_1) +"kiw" = ( /obj/structure/machinery/light{ dir = 8 }, /obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"kiR" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/condiment/hotsauce/sriracha{ + pixel_x = -4; + pixel_y = 9 + }, +/obj/item/reagent_container/food/condiment/saltshaker, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = 9 + }, +/obj/item/tool/kitchen/tray{ + layer = 2.9; + pixel_y = 3 + }, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms) "kiT" = ( @@ -21052,12 +21018,6 @@ /obj/item/reagent_container/food/drinks/coffee, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/c_block/mining) -"kjl" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/bridges/corpo) "kjp" = ( /obj/structure/blocker/invisible_wall, /obj/structure/machinery/door/poddoor/shutters/almayer{ @@ -21066,90 +21026,125 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/oob) -"kjy" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/indoors/a_block/fitness/glass) -"kjG" = ( -/obj/structure/stairs/perspective{ - dir = 5; - icon_state = "p_stair_full" +"kjF" = ( +/turf/open/floor/corsat/brown, +/area/lv522/atmos/filt) +"kjO" = ( +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_street) -"kjS" = ( -/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) +"kjQ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/corpsespawner/colonist/burst, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/corsat, +/area/lv522/atmos/east_reactor/south) +"kjW" = ( +/obj/structure/surface/rack, +/obj/item/explosive/plastic, /turf/open/asphalt/cement/cement12, -/area/lv522/landing_zone_1) +/area/lv522/outdoors/colony_streets/south_east_street) +"kke" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/browncorner/west, +/area/lv522/atmos/east_reactor) +"kkg" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/machinery/disposal, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) +"kko" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/trash/ceramic_plate{ + pixel_x = -13; + pixel_y = 2 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) "kky" = ( /obj/structure/cable/heavyduty{ icon_state = "1-2-4" }, /turf/open/floor/plating, /area/lv522/atmos/cargo_intake) -"kkD" = ( -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/bridges) -"kkG" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W" +"kkA" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/outdoors/colony_streets/north_street) -"klk" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/cargo_intake) +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/bridge) +"kkL" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_full" + }, +/obj/structure/platform, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"kkO" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/atmos/way_in_command_centre) "kll" = ( /obj/structure/cable/heavyduty{ icon_state = "1-2-8" }, /turf/open/floor/plating, /area/lv522/atmos/cargo_intake) -"kls" = ( -/obj/item/clothing/suit/storage/marine/medium/smooth, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"klu" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sink{ - dir = 8; - pixel_x = -11 +"kln" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/dorms) -"kly" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/command_centre) -"klC" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/nw_rockies) +"klr" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper A-Block Corporate Office Airlock"; - req_access_txt = "100" + name = "\improper A-Block - Colony Operations Centre Airlock" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "East_Lock"; + name = "Emergency Lockdown" }, /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/corpo) -"klM" = ( +/area/lv522/indoors/a_block/hallway) +"klA" = ( +/obj/structure/bed/bedroll{ + dir = 1 + }, +/obj/item/trash/uscm_mre, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/blue/west, +/area/lv522/indoors/a_block/admin) +"klN" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/west) +"klO" = ( +/obj/effect/spawner/gibspawner/xeno, /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, /turf/open/floor/prison/darkredfull2, /area/lv522/indoors/a_block/security) -"klO" = ( -/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 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) +"klU" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat/browncorner/north, +/area/lv522/atmos/east_reactor/south) "klW" = ( /obj/effect/decal/cleanable/blood/oil, /turf/closed/wall/mineral/bone_resin, @@ -21158,36 +21153,37 @@ /obj/structure/foamed_metal, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms/glass) -"kmc" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/west) "kmd" = ( /obj/structure/prop/turbine, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/west_reactor) -"kmf" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"kme" = ( +/obj/structure/barricade/handrail{ + dir = 1 }, -/turf/open/floor/prison/cell_stripe/east, -/area/lv522/atmos/reactor_garage) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) +"kmi" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/indoors/a_block/fitness) "kmq" = ( /obj/structure/machinery/colony_floodlight{ layer = 4.3 }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/south_west_street) -"kmy" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" +"kmr" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_east_street) "kmE" = ( /obj/structure/desertdam/decals/road_edge{ icon_state = "road_edge_decal3" @@ -21198,26 +21194,35 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/fitness/glass) -"kmK" = ( -/obj/structure/pipes/vents/pump, +"knk" = ( /obj/structure/machinery/light{ dir = 1 }, +/obj/structure/machinery/suit_storage_unit/compression_suit/uscm{ + name = "Suit Storage Unit"; + pixel_x = 3 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"knF" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/auto_turf/shale/layer1, +/area/lv522/landing_zone_1) +"knK" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/c_block/mining) -"knC" = ( -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"knR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed{ - can_buckle = 0 +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/bridge) +"knQ" = ( +/obj/structure/toilet{ + pixel_y = 16 }, -/obj/item/bedsheet/brown{ - layer = 3.1 +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 }, -/turf/open/floor/prison/darkpurplefull2, +/turf/open/floor/strata/white_cyan2/west, /area/lv522/indoors/a_block/dorms) "knT" = ( /obj/structure/machinery/cm_vending/sorted/tech/tool_storage{ @@ -21238,68 +21243,43 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"kom" = ( -/obj/structure/surface/table/almayer, -/obj/effect/decal/cleanable/dirt, -/obj/structure/foamed_metal{ - layer = 3.1 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) "kor" = ( /obj/item/stack/sheet/metal, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/w_rockies) -"koy" = ( -/obj/structure/platform_decoration, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/south_west_street) -"koB" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/command_centre) -"koE" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/obj/effect/landmark/xeno_spawn, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/south) -"koF" = ( +"koC" = ( /obj/structure/surface/table/almayer, -/obj/item/trash/plate{ - pixel_y = 9 +/obj/item/co2_cartridge{ + pixel_x = -8; + pixel_y = 14 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/obj/item/clothing/accessory/armband/engine, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "koM" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"koR" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "74" +"kpb" = ( +/obj/structure/curtain/medical, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/medical) +"kpf" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"kpi" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/prop/helmetgarb/spacejam_tickets{ - desc = "Hubba hubba."; - icon = 'icons/obj/structures/props/posters.dmi'; - icon_state = "poster17"; - name = "\improper torn magazine page"; - pixel_x = -2; - pixel_y = 3 +/turf/open/floor/corsat/browncorner/north, +/area/lv522/atmos/cargo_intake) +"kpt" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/obj/item/newspaper, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) +/obj/structure/machinery/disposal, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "kpB" = ( /obj/structure/barricade/handrail{ dir = 4 @@ -21310,9 +21290,10 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"kpK" = ( -/turf/open/floor/prison/darkpurple2/northwest, -/area/lv522/indoors/a_block/dorms) +"kpL" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/north_command_centre) "kpN" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, @@ -21322,28 +21303,26 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/a_block/security) -"kpS" = ( -/obj/effect/spawner/gibspawner/xeno, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges) -"kpX" = ( -/obj/structure/machinery/vending/cigarette/colony, -/obj/structure/machinery/light{ - dir = 4 +"kpR" = ( +/obj/structure/barricade/deployable{ + dir = 1 }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/east, +/area/lv522/indoors/a_block/admin) "kqb" = ( /turf/closed/wall/strata_outpost, /area/lv522/indoors/a_block/kitchen) "kqz" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/closet/firecloset/full, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) +"kqH" = ( /obj/structure/machinery/light{ - dir = 4 + dir = 8 }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor) +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "kqJ" = ( /obj/structure/barricade/wooden{ dir = 4 @@ -21357,40 +21336,52 @@ }, /turf/open/floor/prison, /area/lv522/outdoors/colony_streets/north_east_street) -"kqV" = ( -/obj/structure/machinery/vending/cola, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +"kqW" = ( +/obj/structure/machinery/conveyor{ + dir = 5; + id = "cargo_container" + }, +/turf/open/floor/corsat/brown/northwest, +/area/lv522/atmos/cargo_intake) "krm" = ( /obj/structure/surface/table/almayer{ flipped = 1 }, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"krr" = ( +"krq" = ( +/obj/item/stack/rods, +/obj/item/shard, /obj/effect/decal/cleanable/dirt, -/obj/structure/closet/secure_closet/miner, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) "krw" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/landmark/monkey_spawn, /turf/open/floor/corsat, /area/lv522/atmos/cargo_intake) -"krx" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) "kry" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/east_reactor/south) +"krB" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/central_streets) +"krI" = ( +/obj/structure/largecrate, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/north_east_street) "krK" = ( /obj/effect/decal/cleanable/dirt, /obj/item/tool/wrench, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) +"ksd" = ( +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/indoors/a_block/fitness) "ksf" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 8; @@ -21398,42 +21389,71 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/nw_rockies) -"ksh" = ( -/turf/open/floor/corsat/browncorner/east, -/area/lv522/atmos/filt) +"ksg" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper B-Block - Hydroponics Airlock" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "LV_522_Hydro-Lockdown"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/b_block/bridge) "ksk" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/outdoors/colony_streets/windbreaker/observation) -"ksl" = ( -/obj/structure/cargo_container/watatsumi/leftmid, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_west_street) -"ksr" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/cargo) -"ksv" = ( -/obj/structure/prop/invuln/minecart_tracks, -/obj/structure/prop/invuln/minecart_tracks{ - dir = 10 +"kso" = ( +/obj/structure/machinery/suit_storage_unit/compression_suit/uscm{ + name = "Suit Storage Unit"; + pixel_x = 3 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/plate, -/area/lv522/indoors/c_block/mining) -"ksD" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/device/flashlight/lamp/green, -/turf/open/floor/strata/fake_wood, -/area/lv522/atmos/east_reactor/east) -"ktb" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +/obj/structure/platform{ + dir = 8 }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"ksr" = ( +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/command_centre) +"kst" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/corsat/plate, /area/lv522/atmos/east_reactor) +"ktc" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "E_B_Door"; + name = "\improper Emergency Blast Door"; + unacidable = 1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat/marked, +/area/lv522/oob) +"ktd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/prop/colony/used_flare, +/turf/open/floor/prison/blue/east, +/area/lv522/indoors/a_block/admin) +"ktg" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 8 + }, +/obj/structure/flora/bush/ausbushes/grassybush{ + pixel_y = 7 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) "kti" = ( /obj/structure/platform, /obj/structure/platform{ @@ -21449,33 +21469,47 @@ /obj/structure/platform, /turf/open/floor/plating, /area/lv522/oob) +"ktt" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/sewer) "ktx" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 }, /turf/open/floor/plating, /area/lv522/indoors/a_block/dorms) -"ktM" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "4" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"ktQ" = ( -/obj/structure/surface/table/almayer, -/obj/item/cell/high{ - pixel_x = 3; - pixel_y = -1 +"ktC" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 }, -/obj/item/cell/high{ - pixel_x = -6; - pixel_y = 10 +/turf/open/floor/corsat/brown/northeast, +/area/lv522/atmos/east_reactor/south) +"ktI" = ( +/obj/structure/largecrate/random/case/double, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) +"ktM" = ( +/obj/structure/machinery/power/monitor{ + name = "Main Power Grid Monitoring" }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) +"ktU" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 +/obj/structure/machinery/camera/autoname{ + dir = 1 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) +/obj/structure/machinery/light/small, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"ktZ" = ( +/obj/structure/machinery/portable_atmospherics/canister/phoron, +/turf/open/floor/corsat/plate, +/area/lv522/indoors/c_block/mining) "kug" = ( /obj/structure/closet/crate/trashcart, /obj/item/trash/pistachios, @@ -21484,53 +21518,33 @@ /obj/item/trash/popcorn, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/east_central_street) -"kur" = ( -/obj/structure/cargo_container/hd/right/alt, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_2) -"kuu" = ( -/obj/structure/pipes/vents/pump, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_west_street) "kuy" = ( -/obj/structure/prop/invuln/overhead_pipe{ - dir = 8; - pixel_x = -6; - pixel_y = 6 +/obj/structure/surface/table/almayer, +/obj/item/clothing/suit/storage/snow_suit/survivor/parka/navy{ + pixel_x = 4; + pixel_y = 9 }, -/obj/structure/platform_decoration{ +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) +"kuA" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/obj/structure/barricade/wooden{ dir = 8 }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/south_street) "kuD" = ( /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"kuI" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) -"kuV" = ( -/obj/structure/closet/secure_closet/medical1, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical) -"kuX" = ( -/obj/structure/fence{ - layer = 2.9 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/floor/strata/floor3/east, -/area/lv522/outdoors/colony_streets/north_west_street) +"kuZ" = ( +/obj/structure/cargo_container/horizontal/blue/top, +/turf/open/auto_turf/shale/layer1, +/area/lv522/outdoors/w_rockies) "kvc" = ( /obj/structure/cargo_container/horizontal/blue/middle, /turf/open/floor/prison, @@ -21542,55 +21556,105 @@ /obj/effect/spawner/gibspawner/xeno, /turf/open/floor/prison, /area/lv522/outdoors/colony_streets/north_west_street) -"kvk" = ( +"kvi" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor/north) +"kvn" = ( +/obj/structure/surface/rack, +/obj/item/clothing/under/colonist, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) +"kvw" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "69" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"kvy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/flour, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) +"kvH" = ( /obj/structure/surface/table/almayer, -/obj/item/clothing/head/hardhat/orange{ - pixel_x = 8; - pixel_y = 12 +/obj/item/storage/box/flashbangs{ + pixel_x = 7; + pixel_y = 2 }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"kvP" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/west) +"kvW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/barrel/white, /turf/open/floor/plating, /area/lv522/landing_zone_1/tunnel) -"kvS" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/north_command_centre) -"kvX" = ( -/obj/structure/surface/table/almayer, -/obj/item/toy/deck/uno{ - pixel_x = 8; - pixel_y = 12 - }, -/obj/item/toy/dice, +"kwb" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, /obj/structure/machinery/power/apc/power/north{ start_charge = 20 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness/glass) -"kvZ" = ( -/obj/structure/machinery/camera/autoname{ - dir = 8 - }, -/obj/structure/machinery/light/small{ - dir = 4 +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) +"kwe" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1; + pixel_y = 3 }, -/turf/open/floor/strata/cyan2/east, -/area/lv522/indoors/a_block/medical) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "kwg" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/way_in_command_centre) -"kwh" = ( -/obj/structure/surface/rack, -/obj/item/stack/sheet/cardboard/full_stack, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) "kwj" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) +"kwm" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"kws" = ( +/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/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) "kwt" = ( /obj/structure/platform, /obj/structure/platform{ @@ -21602,11 +21666,12 @@ }, /turf/open/floor/plating, /area/lv522/oob) -"kwE" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/cell_stripe/north, -/area/lv522/atmos/reactor_garage) +"kwF" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/newspaper, +/obj/item/tool/pen/blue/clicky, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) "kwJ" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/north_command_centre) @@ -21617,100 +21682,81 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"kwL" = ( -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor/south) -"kwY" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass{ - dir = 1; - name = "\improper Marshals Office Armory"; - req_access = null +"kwR" = ( +/obj/structure/barricade/deployable{ + dir = 1 }, -/obj/structure/pipes/standard/simple/hidden/green, +/obj/item/prop/colony/used_flare, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/atmos/cargo_intake) +"kwU" = ( +/obj/structure/window/framed/strata/reinforced, /obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "Sec-Kitchen-Lockdown"; + dir = 4; + id = "LV_522_Hydro-Lockdown"; name = "\improper Storm Shutters" }, /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/security) -"kxc" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/structure/platform{ - dir = 4 +/area/lv522/indoors/b_block/bridge) +"kxe" = ( +/obj/structure/prop/vehicles/crawler{ + layer = 3.1 }, -/obj/structure/platform_decoration{ - dir = 9 +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/central_streets) +"kxq" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/snacks/microwavable/packaged_burrito, +/obj/item/reagent_container/food/drinks/cans/souto/diet/blue{ + pixel_y = 15 }, -/turf/open/gm/river, -/area/lv522/landing_zone_1/tunnel) -"kxA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/lv522/indoors/c_block/garage) +"kxv" = ( +/obj/structure/machinery/optable, +/obj/structure/pipes/vents/pump, /obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/filt) -"kxF" = ( -/obj/structure/closet/firecloset/full, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/way_in_command_centre) -"kxM" = ( -/obj/structure/cargo_container/horizontal/blue/middle, -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/landing_zone_1) -"kxX" = ( -/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"kyd" = ( -/obj/structure/platform{ - dir = 4 - }, -/obj/structure/prop/ice_colony/dense/planter_box{ - dir = 8 - }, -/obj/structure/flora/bush/ausbushes/var3/sunnybush{ - pixel_y = 15 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"kye" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/north_command_centre) -"kyo" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/item/tool/pickaxe/silver, -/turf/open/floor/prison, -/area/lv522/indoors/c_block/cargo) -"kyp" = ( -/obj/effect/decal/cleanable/blood, -/obj/effect/alien/resin/sticky, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"kyr" = ( -/obj/effect/landmark/monkey_spawn, +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/cyan2/east, +/area/lv522/indoors/a_block/medical) +"kxC" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/command_centre) -"kyt" = ( +/turf/open/floor/corsat/brown/northwest, +/area/lv522/atmos/east_reactor/north) +"kxI" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"kxN" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan4/north, -/area/lv522/indoors/a_block/medical) +/turf/open/floor/prison/cell_stripe/west, +/area/lv522/atmos/reactor_garage) +"kyo" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/item/tool/pickaxe/silver, +/turf/open/floor/prison, +/area/lv522/indoors/c_block/cargo) "kyB" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 }, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) +"kyC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/indoors/a_block/fitness) "kyH" = ( /obj/structure/prop/invuln/ice_prefab/roof_greeble{ icon_state = "vent2"; @@ -21719,39 +21765,21 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) -"kza" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "24" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"kzf" = ( -/obj/structure/surface/rack{ - density = 0; - pixel_y = 18 - }, -/obj/item/tool/soap{ - pixel_y = 14 - }, -/obj/structure/pipes/standard/simple/hidden/green{ +"kyY" = ( +/obj/structure/machinery/camera/autoname{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/dorms) -"kzi" = ( -/obj/structure/machinery/light, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) "kzl" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 9 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/nw_rockies) -"kzp" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) "kzr" = ( /obj/structure/closet/crate/trashcart, /obj/item/trash/wy_chips_pepper, @@ -21766,82 +21794,24 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/east_central_street) -"kzK" = ( -/obj/structure/pipes/standard/tank/oxygen{ - dir = 1 +"kzz" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical/glass) -"kzO" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/surface/table/almayer, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "kzT" = ( /turf/open/floor/prison, /area/lv522/indoors/b_block/hydro) -"kzW" = ( -/obj/structure/window_frame/strata, -/obj/item/shard{ - icon_state = "medium" - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "LV522CIC_1"; - name = "\improper Storm Shutters" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/hallway) -"kAa" = ( -/obj/structure/tunnel{ - pixel_x = 2; - pixel_y = -6 - }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/west_reactor) -"kAc" = ( -/obj/structure/surface/table/almayer, -/obj/item/ashtray/plastic{ - icon_state = "ashtray_full_bl"; - pixel_x = 5; - pixel_y = 1 - }, -/obj/item/paper/crumpled/bloody{ - pixel_x = -9; - pixel_y = 12 - }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) -"kAh" = ( -/obj/item/trash/uscm_mre, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 8 - }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) "kAj" = ( /obj/structure/bed/chair/comfy, /obj/effect/landmark/survivor_spawner/lv522_forecon_squad_leader, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"kAp" = ( -/obj/item/reagent_container/glass/bucket/janibucket{ - pixel_x = 7; - pixel_y = -12 - }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/south_street) -"kAz" = ( -/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ - pixel_x = 30 - }, -/obj/effect/decal/cleanable/blood/splatter, -/obj/item/ammo_box/rounds/smg{ - layer = 3; - pixel_x = 1; - pixel_y = 4 - }, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) +"kBc" = ( +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/cargo_intake) "kBj" = ( /obj/structure/cargo_container/horizontal/blue/top, /turf/open/floor/prison, @@ -21852,12 +21822,6 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/security) -"kBn" = ( -/obj/structure/machinery/power/monitor{ - name = "Main Power Grid Monitoring" - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) "kBq" = ( /obj/structure/girder, /turf/open/floor/plating, @@ -21868,14 +21832,17 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/nw_rockies) -"kBy" = ( -/obj/structure/window/framed/strata/reinforced, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorm_north) "kBz" = ( /obj/structure/cargo_container/horizontal/blue/bottom, /turf/open/floor/prison, /area/lv522/outdoors/colony_streets/north_west_street) +"kBA" = ( +/obj/item/stack/sheet/metal, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/central_streets) "kBB" = ( /obj/effect/spawner/gibspawner/xeno, /obj/effect/decal/cleanable/dirt, @@ -21898,36 +21865,29 @@ }, /turf/open/floor/plating, /area/lv522/atmos/filt) +"kBP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/prop/colony/used_flare, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges/op_centre) "kBT" = ( /obj/structure/cargo_container/grant/left, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/w_rockies) "kBW" = ( -/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_21"; - layer = 3.1; - name = "synthethic potted plant"; - pixel_y = 12 +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 4 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"kBY" = ( -/turf/open/floor/bcircuit, -/area/lv522/atmos/east_reactor/south) -"kBZ" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - pixel_x = 10; - pixel_y = 13 +/obj/structure/machinery/light/small{ + dir = 8 }, -/turf/open/floor/corsat/plate, -/area/lv522/indoors/c_block/mining) -"kCt" = ( -/obj/structure/machinery/vending/cigarette/colony, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"kBZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/hydro) "kCF" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/structure/prop/invuln/ice_prefab{ @@ -21936,29 +21896,46 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) -"kCH" = ( -/obj/structure/machinery/colony_floodlight{ - layer = 4.3 - }, -/turf/open/asphalt/cement/cement9, -/area/lv522/outdoors/colony_streets/east_central_street) "kCI" = ( -/obj/structure/surface/table/almayer{ - dir = 1; - flipped = 1 +/obj/structure/window_frame/strata, +/obj/item/stack/rods, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Sec-Kitchen-Lockdown" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/kitchen/glass) +"kCW" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 1 }, /obj/effect/decal/cleanable/dirt, -/obj/item/shard{ - icon_state = "medium" +/mob/living/simple_animal/mouse, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/executive) +"kDj" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"kDF" = ( +/turf/open/floor/corsat/browncorner, +/area/lv522/atmos/cargo_intake) +"kDn" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/stack/sheet/metal, -/obj/effect/decal/cleanable/generic, -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) +/turf/closed/wall/shiva/prefabricated/reinforced, +/area/lv522/indoors/lone_buildings/storage_blocks) +"kDs" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical) +"kDI" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) "kDY" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -21966,45 +21943,43 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/b_block/hydro) -"kEc" = ( -/turf/open/asphalt/cement/cement2, -/area/lv522/landing_zone_1) "kEd" = ( /obj/structure/bed/chair/comfy{ dir = 8 }, /turf/open/floor/carpet, /area/lv522/indoors/c_block/garage) -"kEi" = ( -/obj/item/storage/firstaid/o2, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/strata/white_cyan3/east, -/area/lv522/indoors/a_block/medical/glass) "kEj" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/reactor_garage) -"kEm" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper C-Block - Casino Airlock" +"kEv" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/janitorialcart, +/obj/structure/machinery/light{ + dir = 1 }, -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/casino) +/area/lv522/indoors/c_block/mining) "kEy" = ( -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/cargo_intake) -"kEE" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -11 +/obj/structure/prop/invuln/pipe_water{ + pixel_x = 3; + pixel_y = 10 }, -/obj/effect/decal/cleanable/generic, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) +/obj/structure/prop/invuln/overhead_pipe{ + pixel_y = -6 + }, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"kEM" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) "kEN" = ( /obj/effect/decal/cleanable/blood/splatter, /obj/item/prop{ @@ -22017,8 +21992,24 @@ /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/corpo) "kER" = ( -/turf/open/floor/strata/white_cyan3, -/area/lv522/indoors/a_block/medical/glass) +/obj/structure/fence{ + layer = 2.9 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/south_west_street) +"kEV" = ( +/obj/item/storage/firstaid/toxin/empty, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo/glass) "kFd" = ( /obj/structure/prop/invuln/overhead_pipe{ dir = 8; @@ -22031,26 +22022,32 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/mining) +"kFn" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/sewer) "kFo" = ( /obj/item/clothing/suit/storage/marine/M3G, /turf/closed/wall/mineral/bone_resin, /area/lv522/oob) -"kFs" = ( -/obj/structure/machinery/vending/cola, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness/glass) -"kFv" = ( -/turf/open/gm/river, -/area/lv522/landing_zone_1/tunnel/far) +"kFq" = ( +/obj/structure/barricade/wooden{ + dir = 1 + }, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/central_streets) "kFB" = ( /obj/structure/machinery/landinglight/ds2/delaytwo, /turf/open/floor/plating, /area/lv522/landing_zone_2) -"kFN" = ( -/obj/structure/window/framed/strata/reinforced, +"kFH" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/bridges/corpo) +/area/lv522/atmos/west_reactor) +"kFN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan3/southeast, +/area/lv522/indoors/a_block/medical) "kFP" = ( /obj/structure/platform/strata{ dir = 8 @@ -22071,93 +22068,119 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/op_centre) -"kGd" = ( -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/lone_buildings/outdoor_bot) -"kGf" = ( -/obj/structure/bed/chair{ - dir = 4 +"kGe" = ( +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/south_east_street) +"kGl" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "LV522CIC_1"; + name = "\improper Storm Shutters" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/reactor_garage) -"kGo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/cassette_tape/indie{ - pixel_x = -10; - pixel_y = 8 +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/admin) +"kGx" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = -5 }, -/obj/item/storage/pouch/cassette{ - pixel_y = 5 +/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_21"; + layer = 3.1; + name = "synthethic potted plant"; + pixel_x = -2; + pixel_y = 10 }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/c_block/t_comm) -"kGt" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/prison/blue/southwest, +/turf/open/floor/prison/blue/northwest, /area/lv522/indoors/a_block/hallway) -"kGA" = ( +"kGG" = ( +/obj/structure/machinery/body_scanconsole, /obj/structure/machinery/light{ - dir = 8 + dir = 1 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical) +"kGM" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/dorms) "kGX" = ( /obj/structure/tunnel, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_street) -"kHN" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - pixel_y = 7 +"kHu" = ( +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + layer = 3; + name = "????"; + stat = 2 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) -"kHO" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2) +"kHB" = ( +/obj/structure/toilet{ + pixel_y = 16 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/toilet) +"kHH" = ( +/turf/open/floor/corsat/brown/northeast, +/area/lv522/atmos/cargo_intake) +"kHM" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/gm/river, +/area/lv522/atmos/sewer) "kHP" = ( /obj/effect/decal/cleanable/dirt, /obj/item/trash/uscm_mre, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"kIh" = ( -/obj/structure/window/framed/strata/reinforced, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/fitness) +"kHY" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/east_reactor/south) "kIj" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/prison, /area/lv522/outdoors/colony_streets/north_west_street) -"kIk" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S"; - pixel_y = -1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"kIo" = ( -/obj/structure/platform_decoration{ - dir = 8 +"kIp" = ( +/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 = 1; + name = "Television set"; + network = null; + pixel_x = -1; + pixel_y = 7 }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" +/obj/structure/surface/table/woodentable, +/obj/item/reagent_container/food/drinks/bottle/vodka/chess/b_knight{ + pixel_x = -5; + pixel_y = 23 }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" +/obj/item/tool/wrench{ + pixel_y = -6 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/south_east_street) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood/wood_broken, +/area/lv522/indoors/b_block/bar) "kIs" = ( /obj/effect/decal/warning_stripes{ icon_state = "NE-out"; @@ -22166,164 +22189,230 @@ }, /turf/open/floor/plating, /area/lv522/indoors/lone_buildings/engineering) -"kIw" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/corsat/brown/southwest, -/area/lv522/atmos/east_reactor/south) -"kIF" = ( -/obj/structure/closet/toolcloset, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/engineering) -"kII" = ( -/obj/structure/machinery/light, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/bridge) -"kIJ" = ( -/obj/structure/machinery/door/airlock/almayer/maint{ - dir = 1; - welded = 1 +"kIt" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"kIN" = ( +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 8 }, -/turf/open/floor/corsat/marked, -/area/lv522/oob) +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_y = 13 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"kIO" = ( +/obj/structure/bed/alien, +/obj/item/pipe{ + pixel_x = -6 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) "kIV" = ( /obj/effect/decal/warning_stripes{ icon_state = "SW-out" }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"kJk" = ( -/obj/structure/prop/vehicles{ - icon_state = "van_damaged" +"kJd" = ( +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_street) +"kJg" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib3" + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"kJz" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" + }, +/obj/structure/platform, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_street) +"kJC" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_2) +"kJI" = ( +/obj/effect/alien/resin/sticky, +/turf/open/floor/corsat/browncorner/east, +/area/lv522/atmos/east_reactor/south) +"kJM" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper B-Block - Hydroponics Airlock" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "LV_522_Hydro-Lockdown"; + name = "\improper Storm Shutters" }, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/reactor_garage) -"kJq" = ( -/obj/structure/machinery/light, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/b_block/bridge) -"kJs" = ( -/obj/structure/cargo_container/hd/left/alt, /turf/open/floor/corsat/marked, -/area/lv522/atmos/north_command_centre) -"kJu" = ( -/obj/structure/closet/crate, -/obj/item/storage/xeno_tag_case, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/lone_buildings/storage_blocks) -"kJN" = ( -/obj/structure/cargo_container/kelland/left, -/turf/open/asphalt/cement/cement9, -/area/lv522/outdoors/colony_streets/east_central_street) +/area/lv522/indoors/b_block/bridge) "kJO" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/plating, -/area/lv522/indoors/c_block/garage) -"kJT" = ( -/turf/open/floor/corsat/brown/northwest, -/area/lv522/atmos/east_reactor/east) -"kJU" = ( -/obj/effect/decal/cleanable/generic, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/bridge) -"kKe" = ( -/obj/structure/window/framed/strata/reinforced, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "Sec-Kitchen-Lockdown"; - name = "\improper Storm Shutters" +/area/lv522/indoors/c_block/garage) +"kJY" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -7; + pixel_y = 19 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/security) +/obj/structure/filingcabinet/chestdrawer{ + density = 0; + pixel_x = 8; + pixel_y = 19 + }, +/obj/item/trash/uscm_mre, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"kKd" = ( +/obj/structure/cargo_container/watatsumi/rightmid, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/indoors/lone_buildings/storage_blocks) "kKw" = ( -/obj/effect/spawner/gibspawner/xeno, -/obj/effect/decal/cleanable/blood/xeno{ - icon_state = "xgib3" +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "18" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"kKI" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper B-Block Bar" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"kLo" = ( -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/corpo) -"kMc" = ( -/obj/structure/prop/ice_colony/dense/planter_box{ - dir = 9 +/area/lv522/indoors/b_block/bar) +"kLk" = ( +/obj/item/stack/sheet/metal, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/flora/bush/ausbushes/var3/sunnybush{ - pixel_y = 13 +/turf/open/floor/prison/blue/east, +/area/lv522/indoors/a_block/admin) +"kLp" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 4 }, -/obj/structure/machinery/light{ - dir = 8 +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"kLM" = ( +/obj/structure/closet/secure_closet/miner{ + pixel_x = 4 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"kMl" = ( -/obj/structure/pipes/vents/pump, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 1; - pixel_y = 26 +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"kLT" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical) -"kMu" = ( -/obj/structure/platform_decoration{ - dir = 1 +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) +"kMG" = ( +/turf/open/floor/corsat/browncorner/east, +/area/lv522/atmos/east_reactor/south) +"kML" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_full" }, -/turf/open/asphalt/cement/cement9, -/area/lv522/outdoors/colony_streets/south_east_street) +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/bridge) +"kMQ" = ( +/obj/structure/cargo_container/horizontal/blue/bottom, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/north_west_street) +"kMS" = ( +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_2/ceiling) +"kMU" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"kMW" = ( +/turf/open/floor/corsat/squares, +/area/lv522/atmos/command_centre) +"kMY" = ( +/obj/structure/platform, +/turf/open/floor/prison/darkpurple2, +/area/lv522/indoors/a_block/dorms) +"kNc" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/south) "kNe" = ( /obj/item/shard{ icon_state = "medium" }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/admin) -"kNu" = ( -/obj/structure/prop/invuln/overhead_pipe{ - dir = 8; - pixel_x = -6; - pixel_y = 6 +"kNg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/conveyor{ + dir = 4; + id = "lv_gym_1"; + name = "treadmill" }, -/obj/structure/closet/firecloset/full, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"kNP" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/brown, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"kNk" = ( +/obj/structure/surface/table/almayer{ + dir = 1; + flipped = 1 + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"kNo" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/east_reactor) +"kNs" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) +"kNH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/plate, /area/lv522/atmos/east_reactor/south) -"kNU" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "101" +"kNW" = ( +/obj/structure/pipes/standard/manifold/visible{ + dir = 1 }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) +/turf/open/floor/strata/white_cyan3, +/area/lv522/indoors/a_block/medical/glass) "kOa" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_street) +"kOp" = ( +/obj/item/reagent_container/glass/bucket/janibucket{ + pixel_x = -6; + pixel_y = 15 + }, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/south_street) "kOE" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/cargo_intake) -"kOG" = ( -/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_21"; - layer = 3.1; - name = "synthethic potted plant"; - pixel_y = 14 - }, -/obj/effect/decal/cleanable/cobweb2, -/obj/effect/spider/spiderling/nogrow, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) "kOQ" = ( /obj/structure/machinery/conveyor{ dir = 8; @@ -22342,80 +22431,50 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/cargo_intake) -"kPc" = ( -/obj/item/tool/warning_cone{ - pixel_x = -10; - pixel_y = 3 - }, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor/north) -"kPo" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 8; - pixel_y = 4 - }, -/obj/structure/machinery/light{ - dir = 4 - }, +"kPh" = ( +/obj/structure/machinery/vending/coffee, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkbrownfull2, /area/lv522/indoors/c_block/garage) -"kPt" = ( -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security/glass) -"kPC" = ( -/obj/structure/fence, -/obj/effect/decal/warning_stripes{ - icon_state = "NE-out"; - pixel_x = 1; - pixel_y = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_street) -"kPD" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/camera/autoname{ - dir = 8 +"kPu" = ( +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 }, -/obj/structure/machinery/light/small{ - dir = 4 +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor/south) +"kPC" = ( +/obj/structure/cargo_container/wy/mid{ + health = 5000 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) -"kPI" = ( -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/n_rockies) +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_1) "kPO" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 5 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/nw_rockies) -"kPR" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "3" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) +"kPW" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/turf/open/floor/strata/white_cyan3/west, +/area/lv522/indoors/a_block/medical/glass) "kQf" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "5" +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/north) +"kQI" = ( +/obj/structure/surface/rack{ + density = 0; + pixel_y = 18 }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"kQi" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "102" +/obj/item/tool/soap{ + pixel_y = 14 }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"kQG" = ( -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/nw_rockies) +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/dorms) "kQJ" = ( /obj/item/explosive/mine/active{ dir = 8 @@ -22437,6 +22496,10 @@ /obj/effect/spawner/gibspawner/xeno, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) +"kQV" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor/west) "kQW" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 @@ -22448,41 +22511,21 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/security) -"kRc" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "61" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"kRd" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/item/prop/alien/hugger, -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) "kRg" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/corpo) -"kRq" = ( -/obj/item/clothing/head/hardhat, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor) -"kRL" = ( -/obj/structure/pipes/vents/pump, -/obj/structure/machinery/light, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) +"kRH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/operating, +/turf/open/floor/strata/cyan2/east, +/area/lv522/indoors/a_block/medical) "kRQ" = ( /turf/open/floor/wood, /area/lv522/indoors/a_block/security) -"kRU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/generic, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) "kRZ" = ( /obj/structure/bed/chair/comfy{ dir = 8 @@ -22490,12 +22533,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/security/glass) -"kSi" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/turf/open/asphalt/cement/cement9, -/area/lv522/outdoors/colony_streets/north_east_street) "kSm" = ( /obj/structure/machinery/light{ dir = 8 @@ -22505,13 +22542,13 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"kSr" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 4 +"kSq" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 10 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/east_reactor/south) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan3, +/area/lv522/indoors/a_block/medical/glass) "kSs" = ( /obj/structure/filingcabinet/chestdrawer{ density = 0; @@ -22526,15 +22563,68 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"kSy" = ( -/turf/open/floor/corsat/browncorner/north, -/area/lv522/atmos/command_centre) +"kSt" = ( +/obj/structure/closet/crate, +/obj/item/storage/pouch/pressurized_reagent_canister/revival_peri, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/lone_buildings/storage_blocks) +"kSu" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 16 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 16 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "kSC" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/cargo_intake) +"kSE" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + pixel_y = 7 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"kSH" = ( +/obj/item/prop{ + desc = "Holy shit"; + icon = 'icons/mob/humans/species/r_human.dmi'; + icon_state = "r_leg"; + name = "right leg"; + pixel_x = 8; + pixel_y = 20 + }, +/obj/item/prop{ + desc = "Holy shit"; + icon = 'icons/mob/humans/species/r_human.dmi'; + icon_state = "r_foot"; + name = "right foot"; + pixel_x = 12; + pixel_y = 13 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/bridges/corpo) +"kSK" = ( +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor) "kSR" = ( /obj/structure/prop/invuln/ice_prefab/trim{ dir = 6 @@ -22542,14 +22632,10 @@ /obj/structure/cargo_container/grant/right, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/w_rockies) -"kTc" = ( -/obj/structure/surface/table/almayer, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) -"kTh" = ( -/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) +"kTj" = ( +/obj/structure/closet/crate, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_1) "kTn" = ( /obj/structure/prop/invuln/ice_prefab/trim{ dir = 6 @@ -22559,47 +22645,65 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/w_rockies) -"kTP" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor/west) -"kTQ" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"kTo" = ( +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"kTw" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 }, -/turf/open/floor/corsat/brown/west, +/turf/open/floor/corsat/brown/southwest, /area/lv522/atmos/cargo_intake) -"kTW" = ( -/obj/structure/bed/chair/comfy, +"kTB" = ( +/obj/structure/powerloader_wreckage/jd, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor/south) +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges/op_centre) +"kTC" = ( +/obj/structure/fence, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/nw_rockies) +"kTS" = ( +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) "kTY" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/asphalt/cement/cement9, -/area/lv522/outdoors/colony_streets/central_streets) +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/bridges) +"kUe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair/comfy, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) "kUo" = ( /obj/structure/machinery/vending/snack, /turf/open/floor/prison, /area/lv522/indoors/a_block/security/glass) -"kUr" = ( -/obj/effect/decal/cleanable/blood/gibs/xeno/body, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) -"kUt" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/paper_bin/wy{ - pixel_y = 8 +"kUw" = ( +/obj/item/shard, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, -/obj/item/tool/pen/clicky, /turf/open/floor/strata/white_cyan1/east, /area/lv522/indoors/a_block/corpo) +"kUA" = ( +/obj/structure/barricade/wooden{ + dir = 1 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/glass) "kUJ" = ( /obj/structure/prop/invuln/ice_prefab/trim{ dir = 4 @@ -22609,169 +22713,178 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/w_rockies) -"kUK" = ( -/obj/structure/surface/table/almayer, -/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."; - layer = 3.2; - name = "Television set"; - network = null; - pixel_x = -3; - pixel_y = 6 +"kVd" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibleg" }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"kUW" = ( -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/east_reactor/north) -"kUX" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/light, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor/north) +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/damage) +"kVe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) "kVh" = ( /obj/item/prop/colony/used_flare, /turf/open/floor/prison, /area/lv522/outdoors/colony_streets/north_east_street) -"kVl" = ( -/obj/structure/pipes/standard/simple/hidden/green, +"kVr" = ( +/obj/structure/barricade/deployable, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/colony_streets/north_east_street) +"kVz" = ( +/obj/effect/spawner/gibspawner/xeno, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"kVD" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/east) +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/north_street) "kVG" = ( /obj/structure/cargo_container/kelland/left, /obj/structure/pipes/standard/simple/hidden/green, /turf/open/auto_turf/shale/layer2, /area/lv522/outdoors/w_rockies) -"kVH" = ( -/turf/open/asphalt/cement/cement2, -/area/lv522/outdoors/colony_streets/south_east_street) "kVO" = ( /turf/open/floor/wood/ship, /area/lv522/atmos/way_in_command_centre) +"kVU" = ( +/obj/structure/window_frame/strata, +/obj/effect/spawner/gibspawner/xeno, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) "kVV" = ( /obj/item/ammo_magazine/rifle/heap{ current_rounds = 0 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) -"kVW" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) -"kWv" = ( -/obj/structure/bed/chair/dropship/passenger{ - dir = 8 +"kWh" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown{ + layer = 3.1 }, -/obj/structure/machinery/light/double{ - dir = 4; - pixel_y = -5 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) +"kWn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"kWz" = ( -/obj/structure/bed/chair/comfy{ +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"kWo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/rack, +/obj/item/weapon/gun/revolver/spearhead, +/obj/item/ammo_magazine/revolver/spearhead, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"kWM" = ( +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/landing_zone_2/ceiling) +"kWS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"kWX" = ( +/obj/structure/machinery/floodlight, +/turf/open/floor/prison, +/area/lv522/indoors/lone_buildings/storage_blocks) +"kXb" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/camera/autoname, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/wood/wood_broken5, -/area/lv522/indoors/b_block/bar) -"kWC" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/obj/effect/landmark/xeno_spawn, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"kWR" = ( -/obj/structure/platform_decoration, -/turf/open/asphalt/cement/cement2, -/area/lv522/outdoors/colony_streets/north_street) +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Reactor_e_entry_3" + }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/filt) "kXe" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/w_rockies) -"kXl" = ( -/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 +"kXk" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor/south) +"kXm" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/light{ + dir = 1 }, -/obj/item/reagent_container/glass/bucket, /turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) +/area/lv522/indoors/b_block/bridge) "kXo" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/w_rockies) -"kXq" = ( -/obj/item/prop/colony/canister{ +"kXC" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ dir = 8; - layer = 3.1; pixel_y = 16 }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/reactor_garage) -"kXt" = ( -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "LV_522_Hydro-Lockdown"; - name = "\improper Storm Shutters" +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/north) +"kXG" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/item/tool/weldingtool/simple, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) +"kXK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/bridge) -"kXv" = ( -/obj/structure/machinery/light, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) -"kXy" = ( -/obj/effect/decal/cleanable/generic, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/c_block/t_comm) +"kXU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) "kXY" = ( /turf/open/floor/prison, /area/lv522/atmos/way_in_command_centre) -"kYc" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/almayer/w_y2/north, -/area/lv522/oob/w_y_vault) -"kYf" = ( -/obj/structure/cargo_container/lockmart/right, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/atmos/cargo_intake) "kYm" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) +"kYv" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) "kYB" = ( -/obj/structure/machinery/door/poddoor/shutters/almayer{ - dir = 4; - id = "Reactor_garage_1" +/obj/structure/machinery/colony_floodlight{ + layer = 4.3 }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/reactor_garage) +/obj/structure/platform{ + dir = 1 + }, +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/south_street) "kYH" = ( /obj/structure/barricade/wooden{ dir = 8 @@ -22784,10 +22897,17 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/admin) -"kZn" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, +"kZm" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, /area/lv522/landing_zone_forecon/UD6_Typhoon) +"kZp" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/asphalt/cement/cement15, +/area/lv522/outdoors/colony_streets/south_east_street) "kZs" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -22797,44 +22917,51 @@ /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"kZL" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/box/flashbangs{ - pixel_x = 7; - pixel_y = 2 +"kZU" = ( +/obj/structure/platform{ + dir = 1 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"kZR" = ( -/obj/effect/spawner/gibspawner/robot, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/security) -"kZT" = ( -/obj/structure/cargo_container/kelland/left, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/north) -"laf" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/spider/spiderling/nogrow, -/obj/structure/machinery/space_heater/radiator/red{ +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"kZY" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) +"lab" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) +"lap" = ( +/turf/open/floor/corsat/brown/northwest, +/area/lv522/atmos/east_reactor) +"laC" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ dir = 1; - pixel_y = 26 + name = "\improper A-Block Security Airlock" }, -/obj/effect/decal/cleanable/cobweb2, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"lal" = ( -/obj/structure/surface/table/almayer, -/obj/item/clothing/head/hardhat, -/obj/item/clothing/head/hardhat{ - pixel_x = -5; - pixel_y = 9 +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "Sec-Kitchen-Lockdown"; + name = "\improper Storm Shutters" }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"laE" = ( -/turf/open/floor/corsat/browncorner/east, -/area/lv522/atmos/east_reactor/south) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/kitchen) +"laK" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/toolbox/mechanical/green, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_west_street) "laX" = ( /obj/structure/prop/invuln/ice_prefab/trim{ dir = 8; @@ -22850,90 +22977,66 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"lbl" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +"lbs" = ( +/obj/structure/powerloader_wreckage, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/east_reactor) +"lby" = ( +/obj/effect/decal/cleanable/blood/oil, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"lbv" = ( -/obj/structure/barricade/sandbags, -/turf/open/asphalt/cement/cement14, -/area/lv522/outdoors/colony_streets/north_street) +/turf/closed/wall/shiva/prefabricated/reinforced, +/area/lv522/indoors/lone_buildings/storage_blocks) "lbA" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/admin) -"lbC" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) "lbD" = ( /obj/item/prop/colony/usedbandage{ dir = 4 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/admin) -"lbF" = ( -/obj/structure/cargo_container/horizontal/blue/middle, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/cargo_intake) -"lbY" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/filt) -"lce" = ( -/obj/item/prop/alien/hugger, +"lbE" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/shard{ - icon_state = "medium" - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"lcJ" = ( -/obj/structure/pipes/vents/pump, -/obj/structure/machinery/light{ +/obj/structure/surface/rack, +/obj/item/clothing/head/welding, +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) +"lbZ" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/prison/cell_stripe/west, +/area/lv522/atmos/way_in_command_centre) +"lcs" = ( +/obj/structure/bed/chair{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"lcQ" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin/wy{ - pixel_x = 7; - pixel_y = 7 - }, -/obj/structure/machinery/door_control/brbutton/alt{ - id = "Sec-Kitchen-Lockdown"; - name = "remote door-control"; - pixel_x = -7; - pixel_y = 9 - }, -/obj/structure/machinery/door_control/brbutton/alt{ - id = "Sec-Armoury-Lockdown"; - name = "remote door-control"; - pixel_x = -7; - pixel_y = -2 - }, /turf/open/floor/prison/darkredfull2, /area/lv522/indoors/a_block/security) "lcR" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NE-out"; - pixel_x = 1; - pixel_y = 1 - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/oob/w_y_vault) +/turf/open/floor/corsat/browncorner/east, +/area/lv522/atmos/north_command_centre) "ldb" = ( -/obj/effect/decal/cleanable/blood/gibs, -/turf/open/floor/corsat/squares, -/area/lv522/oob) +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" + }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/south_street) +"ldc" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) +"ldl" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) "ldu" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 @@ -22945,20 +23048,46 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) +"ldE" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"ldJ" = ( +/obj/docking_port/stationary/marine_dropship/lz1{ + name = "LZ1: Southwest Landing Zone" + }, +/turf/open/floor/plating, +/area/shuttle/drop1/lv522) +"ldK" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 22 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 22 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security/glass) "ldM" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) -"ldX" = ( -/obj/structure/cargo_container/kelland/left, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) -"leb" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/corsat/browncorner/north, -/area/lv522/atmos/east_reactor/south) +"ldU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) "lep" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/machinery/space_heater/radiator/red{ @@ -22967,129 +23096,78 @@ /obj/item/prop/alien/hugger, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"lew" = ( -/obj/structure/window_frame/strata, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - dir = 4; - id = "Sec-Kitchen-Lockdown" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/kitchen/glass) +"leT" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) "leV" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 1 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/admin) -"lfc" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/structure/prop/cash_register/off/open{ - pixel_y = 8 - }, -/turf/open/floor/strata/white_cyan1, -/area/lv522/indoors/lone_buildings/chunk) -"lfu" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/north_command_centre) -"lfC" = ( -/obj/item/prop/alien/hugger, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"lfK" = ( +"leW" = ( /obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/cameras/wooden_tv{ +/obj/item/tool/wirecutters{ pixel_y = 6 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"lgo" = ( -/obj/structure/surface/table/almayer, -/obj/item/clothing/suit/storage/snow_suit/survivor/parka/navy{ - pixel_x = 4; - pixel_y = 9 +/obj/item/weapon/wirerod{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) +"lfc" = ( +/obj/structure/surface/table/almayer{ + dir = 1; + flipped = 1 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"lgC" = ( -/obj/item/ammo_magazine/rifle/heap{ - current_rounds = 0 +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"lfq" = ( +/obj/structure/machinery/light/small, +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("interrogation") }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/engineering) +"lfJ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/decal/warning_stripes{ - icon_state = "SE-out"; - pixel_x = 1 + icon_state = "N"; + pixel_y = 1 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) +/obj/effect/alien/resin/sticky, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"lgq" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"lgr" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/filt) +"lgI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/c_block/bridge) "lgR" = ( /obj/structure/largecrate/random/secure, /turf/open/floor/plating, /area/lv522/landing_zone_1/tunnel) -"lgW" = ( -/obj/structure/bedsheetbin{ - pixel_y = 7 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"lha" = ( -/turf/open/floor/corsat/browncorner/west, -/area/lv522/atmos/command_centre) -"lhg" = ( -/obj/structure/morgue{ - dir = 8 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical) -"lhj" = ( -/turf/open/floor/corsat/marked, -/area/lv522/atmos/north_command_centre) -"lhl" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 8 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"lhr" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/garden) -"lhu" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/reagent_container/food/snacks/monkeyburger{ - pixel_x = -9; - pixel_y = 12 - }, -/obj/item/reagent_container/food/snacks/cheesyfries, -/obj/item/reagent_container/food/condiment/hotsauce/tabasco{ - pixel_x = 6; - pixel_y = 19 - }, -/turf/open/floor/strata/white_cyan1, -/area/lv522/indoors/lone_buildings/chunk) -"lhB" = ( -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"lhF" = ( +"lgT" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, +/obj/structure/pipes/vents/pump, /turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) +/area/lv522/indoors/b_block/bar) "lhK" = ( /obj/structure/closet/secure_closet{ name = "secure evidence locker"; @@ -23097,83 +23175,52 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/security/glass) -"lhV" = ( -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -8; - pixel_y = 19 - }, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = 8; - pixel_y = 19 - }, +"lhZ" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) -"lij" = ( -/obj/structure/machinery/camera/autoname{ - dir = 1; - network = list("interrogation") - }, -/obj/structure/machinery/light/small, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"lik" = ( -/obj/structure/machinery/light{ - dir = 8 +/obj/structure/platform_decoration{ + dir = 1 }, /turf/open/floor/prison/floor_plate, /area/lv522/atmos/way_in_command_centre) -"liy" = ( -/obj/structure/machinery/photocopier, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_1) -"liz" = ( +"lid" = ( /obj/structure/surface/table/almayer, -/obj/item/paper_bin{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/tool/pen/blue/clicky, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"liF" = ( -/obj/structure/fence, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/floor/strata/floor3/east, -/area/lv522/landing_zone_2/ceiling) -"liJ" = ( -/obj/effect/decal/cleanable/vomit{ - icon_state = "vomit_2" +/obj/item/trash/ceramic_plate, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) +"liL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, -/turf/open/floor/strata/white_cyan3/east, -/area/lv522/indoors/a_block/medical/glass) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor) "liN" = ( /obj/structure/pipes/vents/pump, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"liX" = ( -/obj/item/stack/folding_barricade, +"ljk" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) +"ljn" = ( +/obj/structure/fence, /obj/effect/decal/warning_stripes{ icon_state = "E"; pixel_x = 1 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"lji" = ( -/obj/structure/machinery/door/poddoor/shutters/almayer{ - id = "Sec-Corpo-Bridge-Lockdown" +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/security) +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_west_street) "ljq" = ( /obj/structure/girder/displaced, /turf/open/floor/plating, @@ -23183,6 +23230,10 @@ dir = 10 }, /area/lv522/indoors/c_block/mining) +"ljt" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/corpo/glass) "ljA" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_full" @@ -23192,17 +23243,32 @@ }, /turf/open/gm/river, /area/lv522/atmos/filt) -"ljB" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"lkh" = ( -/obj/structure/pipes/vents/pump, +"ljK" = ( +/obj/structure/ore_box, +/obj/structure/machinery/light{ + dir = 1 + }, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"ljN" = ( +/obj/structure/prop/dam/crane/damaged, +/turf/open/floor/prison/cell_stripe/east, +/area/lv522/indoors/lone_buildings/storage_blocks) +"ljZ" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/dropshipside/ds2{ + dir = 1; + id = "sh_dropship2"; + name = "\improper Typhoon crew hatch" + }, +/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"lkc" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/n_rockies) "lkj" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -23210,79 +23276,95 @@ /obj/item/prop/colony/used_flare, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) -"lkn" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 8; - pixel_y = 4 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +"lkm" = ( +/obj/structure/closet/boxinggloves, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) "lko" = ( /obj/item/stack/sheet/metal, /turf/open/floor/corsat, /area/lv522/atmos/cargo_intake) -"lkC" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/tool/pen/blue/clicky, -/obj/item/storage/fancy/cigar/matchbook/exec_select{ - pixel_x = -9; - pixel_y = 9 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"lkG" = ( -/obj/structure/platform_decoration{ - dir = 4 +"lkp" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/south_street) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/west) "lkH" = ( /obj/item/ammo_magazine/rifle/heap{ current_rounds = 0 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/admin) -"lkO" = ( -/obj/structure/bed/chair{ - dir = 1 +"lkI" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "74" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"llh" = ( +/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{ + desc = "This poster features Audrey Rainwater standing in a jaccuzi. She was the July 2182 centerfold in House Bunny Gentleman's Magazine. Don't ask how you know that."; + icon_state = "poster16"; + name = "'Miss July' Pinup"; + pixel_x = -5; + pixel_y = 19; + serial_number = 16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv522/landing_zone_1/ceiling) +"lli" = ( +/turf/open/floor/corsat/marked, /area/lv522/indoors/a_block/fitness) -"lkT" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +"lll" = ( +/obj/structure/filingcabinet/chestdrawer{ + density = 0; + pixel_x = 8; + pixel_y = 19 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -7; + pixel_y = 19 + }, +/obj/item/shard{ + icon_state = "medium" }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"llp" = ( +/obj/structure/foamed_metal, /turf/open/floor/corsat/plate, /area/lv522/atmos/east_reactor/south) -"llm" = ( -/obj/structure/machinery/floodlight/landing, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2) -"llw" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/station_alert{ - dir = 4; - pixel_x = -3 +"llH" = ( +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 5 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"llP" = ( -/obj/item/stack/sheet/metal/large_stack, -/obj/structure/closet/crate, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/lone_buildings/storage_blocks) -"llS" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 +/obj/structure/flora/bush{ + pixel_y = 9 }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/lone_buildings/storage_blocks) +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"llO" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) +"llR" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) "llU" = ( /obj/structure/prop/invuln/ice_prefab, /turf/open/auto_turf/sand_white/layer0, @@ -23297,26 +23379,55 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/nw_rockies) +"lmh" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/south) "lmj" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/obj/item/bedsheet/brown{ + pixel_y = 13 + }, +/obj/item/bedsheet/brown{ + layer = 3.1 }, /turf/open/floor/strata/blue1, /area/lv522/indoors/a_block/dorm_north) +"lmn" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/filt) +"lmq" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "68" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "lms" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/plating_catwalk/prison, -/area/lv522/landing_zone_1/ceiling) -"lmE" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"lmH" = ( -/obj/structure/surface/rack, -/obj/item/storage/bag/ore, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "lmJ" = ( /obj/structure/prop/dam/crane/cargo, /turf/open/floor/plating, @@ -23331,35 +23442,27 @@ /turf/closed/wall/strata_outpost, /area/lv522/atmos/east_reactor/south) "lnb" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/light, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"lng" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/east_reactor/south) -"lnq" = ( +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor) +"lnc" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/squares, +/area/lv522/oob) +"lnf" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/fitness) +"lni" = ( /obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 8; - pixel_y = 7 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/mining) -"lny" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) -"lnG" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/filt) +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) "lnL" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 1 @@ -23375,6 +23478,9 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) +"lnV" = ( +/turf/open/floor/corsat/browncorner/north, +/area/lv522/atmos/cargo_intake) "lol" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/surface/table/woodentable/fancy, @@ -23383,62 +23489,75 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/executive) -"los" = ( -/obj/structure/window_frame/strata, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) -"loV" = ( -/obj/structure/machinery/computer/telecomms/server{ - pixel_y = 16 - }, -/obj/structure/bed/chair/comfy{ +"loy" = ( +/obj/item/pamphlet/skill/powerloader, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"lpc" = ( -/obj/item/prop/colony/proptag{ - desc = "A fallen marine's information dog tag. It reads, Staff Sergeant Thomas 'Dog' Smith" +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/north) +"loH" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/corsat/squares, -/area/lv522/oob) -"lph" = ( -/obj/structure/machinery/door/poddoor/almayer{ - dir = 2; - id = "map_corpo"; - indestructible = 1; - name = "Emergency Blast Door"; - unacidable = 1; - use_power = 0 +/turf/open/floor/corsat/browncorner, +/area/lv522/atmos/west_reactor) +"loM" = ( +/obj/structure/stairs/perspective{ + dir = 5; + icon_state = "p_stair_full" }, -/obj/structure/machinery/door/poddoor/almayer{ - dir = 2; - id = "map_corpo2"; - indestructible = 1; - name = "Emergency Blast Door"; - unacidable = 1; - use_power = 0 +/obj/item/weapon/gun/pistol/m1911{ + current_mag = null }, -/turf/open/floor/corsat/marked, -/area/lv522/oob) +/obj/item/prop{ + desc = "Holy shit"; + icon = 'icons/mob/humans/species/r_human.dmi'; + icon_state = "l_arm"; + name = "left arm"; + pixel_x = -4; + pixel_y = 10 + }, +/obj/item/ammo_magazine/pistol/m1911{ + current_rounds = 4 + }, +/obj/structure/platform_decoration, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_east_street) +"loR" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_1) +"loY" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/lv522/atmos/east_reactor/south) "lpn" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/bed/chair, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) "lpq" = ( /obj/structure/bed/stool, /obj/item/prop/alien/hugger, /turf/open/floor/carpet, /area/lv522/indoors/b_block/bar) +"lps" = ( +/turf/open/floor/corsat/browncorner/east, +/area/lv522/atmos/east_reactor/east) "lpy" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/filt) "lpD" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/east) +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor) "lpH" = ( /obj/structure/barricade/handrail{ dir = 4 @@ -23446,36 +23565,17 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"lpJ" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper A-Block Corporate Office Airlock"; - req_access_txt = "100" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/corpo) -"lpR" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/obj/structure/platform{ - dir = 8 - }, -/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"lpW" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +"lpL" = ( /turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/west) +"lpM" = ( +/obj/structure/machinery/conveyor{ + dir = 10; + id = "cargo_container" + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/plate, /area/lv522/atmos/cargo_intake) -"lpX" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) "lpY" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, @@ -23488,91 +23588,65 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/atmos/outdoor) -"lqs" = ( -/obj/structure/fence, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/nw_rockies) -"lqv" = ( +"lqA" = ( +/turf/open/asphalt/cement/cement2, +/area/lv522/outdoors/colony_streets/north_east_street) +"lqC" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +/obj/structure/machinery/recharge_station, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) +"lqD" = ( +/turf/open/floor/prison/blue, +/area/lv522/indoors/a_block/hallway) +"lqG" = ( +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"lqI" = ( -/turf/open/floor/plating, -/area/lv522/outdoors/w_rockies) -"lqU" = ( -/obj/structure/window/reinforced, -/turf/open/floor/prison/whitegreenfull/southwest, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/indoors/lone_buildings/storage_blocks) +"lqX" = ( +/obj/structure/curtain/red, +/turf/open/floor/prison/kitchen, /area/lv522/indoors/a_block/fitness) -"lqV" = ( -/obj/structure/window/reinforced{ - dir = 4; - pixel_x = -2; - pixel_y = 4 - }, -/obj/structure/window/reinforced{ +"lrb" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/west_reactor) +"lrk" = ( +/obj/structure/machinery/conveyor{ dir = 8; - layer = 3.3; - pixel_y = 4 - }, -/obj/structure/bed{ - can_buckle = 0 - }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 - }, -/obj/item/bedsheet/brown{ - pixel_y = 13 - }, -/obj/item/bedsheet/brown{ - layer = 3.1 + id = "cargo_container" }, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) "lrm" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 5 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"lrT" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +"lrS" = ( +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/prison, -/area/lv522/atmos/sewer) -"lrV" = ( -/obj/structure/prop/ice_colony/ground_wire, -/obj/structure/prop/ice_colony/ground_wire{ - dir = 8 - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"lsa" = ( -/obj/item/prop/alien/hugger, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/command_centre) -"lsc" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "22" +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"lsh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) +"lsl" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/faxmachine, +/obj/structure/machinery/light{ + dir = 1 }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"lsy" = ( -/obj/structure/ore_box, -/turf/open/floor/plating/platebot, -/area/lv522/indoors/c_block/cargo) +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) "lsD" = ( /obj/structure/bed/chair/comfy{ dir = 4 @@ -23587,34 +23661,27 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"lsX" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - layer = 2.5; - pixel_x = -1; - pixel_y = 1 - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/oob/w_y_vault) +"lsO" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) +"ltc" = ( +/turf/open/asphalt/cement/cement2, +/area/lv522/outdoors/colony_streets/south_east_street) "lte" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) +/turf/open/floor/plating/platebot, +/area/lv522/indoors/c_block/cargo) "ltf" = ( /obj/structure/platform{ dir = 1 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"ltl" = ( -/obj/structure/bed/chair/comfy, +"lti" = ( +/obj/structure/closet/emcloset, /obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +/turf/open/floor/corsat/marked, +/area/lv522/atmos/sewer) "lty" = ( /obj/structure/barricade/wooden{ dir = 8 @@ -23628,61 +23695,93 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"ltD" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/prop/almayer/computers/sensor_computer3, -/obj/structure/window/reinforced{ - dir = 4 +"ltE" = ( +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = -4; + pixel_y = -8 }, +/obj/effect/decal/strata_decals/grime/grime3, +/turf/open/floor/prison, +/area/lv522/landing_zone_1/ceiling) +"ltO" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/c_block/mining) -"ltF" = ( -/obj/structure/largecrate, -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/landing_zone_1) -"ltX" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 4 +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"lub" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"lua" = ( +/obj/structure/platform, /obj/effect/decal/warning_stripes{ - icon_state = "S" + icon_state = "N"; + pixel_y = 1 }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/central_streets) -"luc" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/east_central_street) +"lui" = ( +/obj/effect/decal/cleanable/blood/drip, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/west_reactor) -"lui" = ( -/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv522/indoors/a_block/security) +"lum" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/south_east_street) +"lun" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/box/handcuffs{ + pixel_x = 5; + pixel_y = 15 + }, +/obj/item/device/flash{ + pixel_y = 1 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security/glass) +"luq" = ( +/obj/structure/machinery/disposal, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/cyan2/east, +/area/lv522/indoors/a_block/medical) +"lur" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue, +/area/lv522/indoors/a_block/admin) +"lux" = ( +/obj/structure/curtain/medical, +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/medical/glass) +"luy" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 5 }, -/turf/open/floor/plating/plating_catwalk/prison, -/area/lv522/indoors/a_block/security) -"lum" = ( -/obj/structure/platform, -/obj/structure/platform{ - dir = 8 +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_street) +"luS" = ( +/obj/structure/machinery/door_display/research_cell{ + dir = 4; + id = "Reactor_e_entry_4"; + pixel_x = -16; + req_access = null }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/south_east_street) -"luN" = ( /turf/open/floor/corsat/brown/north, -/area/lv522/atmos/east_reactor/west) -"luW" = ( -/obj/structure/machinery/light, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor) +/area/lv522/atmos/filt) +"luX" = ( +/obj/structure/platform, +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/south_west_street) +"luZ" = ( +/obj/structure/machinery/computer/crew/colony, +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) "lvb" = ( /obj/structure/prop/ice_colony/ground_wire{ dir = 4 @@ -23693,53 +23792,88 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"lvm" = ( -/obj/structure/largecrate/random, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/reactor_garage) -"lvn" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/t_comm) -"lvs" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin/uscm{ - pixel_x = -7; - pixel_y = 7 +"lvi" = ( +/obj/structure/prop/invuln/overhead_pipe{ + dir = 8; + pixel_x = -6; + pixel_y = 6 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/obj/effect/decal/cleanable/dirt, +/obj/structure/platform, +/turf/open/gm/river, +/area/lv522/landing_zone_1/tunnel/far) "lvH" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat, /area/lv522/atmos/cargo_intake) -"lwp" = ( -/obj/effect/decal/cleanable/dirt, +"lvO" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) +"lvV" = ( +/obj/structure/fence{ + layer = 2.9 + }, /obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - pixel_y = 1 + icon_state = "S" }, /obj/effect/decal/warning_stripes{ - icon_state = "NE-out"; - pixel_x = 1; + icon_state = "N"; pixel_y = 1 }, /turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"lwN" = ( -/obj/structure/powerloader_wreckage, +/area/lv522/outdoors/colony_streets/north_east_street) +"lwa" = ( +/obj/structure/machinery/door/airlock/almayer/medical{ + name = "Medical Laboratory Operating Theatre"; + req_access_txt = "100"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/medical) +"lwf" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/engineering) +"lwx" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, /obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/reactor_garage) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"lwC" = ( +/obj/structure/fence{ + layer = 2.9 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/cargo_intake) "lwW" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) +"lwX" = ( +/obj/structure/largecrate/random, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) "lwZ" = ( /obj/item/ammo_box/magazine/m4ra/ap/empty, /obj/structure/pipes/standard/manifold/hidden/green{ @@ -23747,30 +23881,30 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"lxg" = ( -/obj/structure/prop/almayer/computers/sensor_computer2, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"lxi" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/obj/effect/landmark/corpsespawner/colonist/burst, -/turf/open/floor/corsat/browncorner, -/area/lv522/atmos/east_reactor/south) -"lxA" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/east) -"lxJ" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_x = -1; - pixel_y = 2 +"lxc" = ( +/obj/structure/surface/table/almayer, +/obj/item/ammo_box/magazine/shotgun/buckshot/empty, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"lxd" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/reagent_container/food/condiment/hotsauce/franks{ + pixel_x = 8; + pixel_y = 17 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"lxK" = ( +/obj/item/reagent_container/food/snacks/toastedsandwich, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -10; + pixel_y = 8 + }, +/turf/open/floor/strata/white_cyan1, +/area/lv522/indoors/lone_buildings/chunk) +"lxt" = ( /turf/open/floor/prison/floor_marked/southwest, /area/lv522/indoors/lone_buildings/outdoor_bot) +"lxw" = ( +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/east_central_street) "lxL" = ( /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) @@ -23778,63 +23912,65 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/corpo/glass) -"lxR" = ( -/obj/structure/cargo_container/kelland/right, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/lone_buildings/storage_blocks) "lxZ" = ( /obj/structure/bed/chair/comfy{ dir = 4 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) +"lye" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/command_centre) "lyg" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) +"lyq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/dorms/glass) "lyt" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2/ceiling) -"lyw" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 +/obj/structure/platform, +/obj/structure/reagent_dispensers/watertank{ + layer = 2.9 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/bridges/garden_bridge) -"lyF" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) +/turf/open/floor/corsat/marked, +/area/lv522/atmos/way_in_command_centre) +"lyN" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "lyP" = ( /turf/open/auto_turf/shale/layer2, /area/lv522/outdoors/colony_streets/north_east_street) "lzc" = ( -/obj/vehicle/powerloader{ - dir = 8 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) -"lzl" = ( -/obj/structure/bed/chair/comfy, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"lzv" = ( -/obj/structure/machinery/light{ - dir = 4 +/area/lv522/atmos/east_reactor) +"lzh" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_west_street) +"lzl" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges) +"lzq" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/autopsy_scanner, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical) "lzw" = ( /obj/structure/prop/ice_colony/ground_wire, /turf/open/auto_turf/shale/layer1, @@ -23843,18 +23979,49 @@ /obj/structure/surface/rack, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) +"lzC" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "48" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"lzM" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) +"lzN" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 8 + }, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"lzT" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "lzU" = ( /obj/structure/platform{ dir = 4 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"lzW" = ( -/obj/structure/bed/chair/dropship/passenger{ - dir = 4 +"lzZ" = ( +/obj/structure/reagent_dispensers/fueltank/gas, +/obj/item/tool/weldpack{ + layer = 3.1; + pixel_x = -5; + pixel_y = 13 }, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Tornado) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) "lAa" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green, @@ -23865,16 +24032,39 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/fitness/glass) -"lBe" = ( +"lAs" = ( +/obj/structure/surface/rack, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) +"lAJ" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_1/ceiling) +"lAN" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/medical) -"lBr" = ( -/obj/structure/machinery/power/monitor{ - name = "Main Power Grid Monitoring" +/obj/structure/largecrate, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) +"lAZ" = ( +/turf/open/floor/corsat/brown/northwest, +/area/lv522/atmos/north_command_centre) +"lBb" = ( +/obj/structure/curtain/red, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/casino) +"lBi" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor) +"lBs" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) +/obj/structure/platform{ + dir = 4 + }, +/turf/open/gm/river, +/area/lv522/landing_zone_1/tunnel/far) "lBw" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -23882,73 +24072,28 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_2) +"lBz" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper A-Block - Colony Operations Centre Airlock" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/hallway) "lBE" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 9 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/w_rockies) -"lBL" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper C-Block - Cargo Airlock"; - welded = 1 +"lBG" = ( +/obj/structure/window/framed/strata/reinforced, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "Sec-Kitchen-Lockdown"; + name = "\improper Storm Shutters" }, /turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/cargo) -"lBO" = ( -/obj/structure/platform{ - dir = 8 - }, -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/turf/open/gm/river, -/area/lv522/atmos/sewer) -"lBW" = ( -/turf/open/floor/coagulation/icon8_0, -/area/lv522/oob) -"lCb" = ( -/obj/structure/machinery/seed_extractor, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"lCc" = ( -/obj/structure/prop/invuln/overhead_pipe{ - dir = 8; - pixel_x = -6; - pixel_y = 6 - }, -/obj/vehicle/train/cargo/engine, -/obj/structure/prop/invuln/overhead_pipe{ - dir = 8; - pixel_x = 16; - pixel_y = 6 - }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"lCd" = ( -/obj/structure/machinery/light, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"lCe" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) -"lCg" = ( -/obj/structure/machinery/portable_atmospherics/canister/empty/oxygen{ - layer = 4.4; - pixel_x = 13; - pixel_y = 19 - }, -/turf/open/asphalt/cement/cement14, -/area/lv522/outdoors/colony_streets/south_street) +/area/lv522/indoors/a_block/security) "lCh" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/surface/table/almayer, @@ -23957,151 +24102,140 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"lCi" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/cargo_container/watatsumi/leftmid, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/lone_buildings/storage_blocks) -"lCk" = ( -/obj/structure/machinery/landinglight/ds1, -/turf/open/floor/plating, -/area/lv522/landing_zone_1) -"lCm" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_street) -"lCp" = ( -/obj/structure/coatrack{ - pixel_x = 12; - pixel_y = 24 - }, -/obj/structure/coatrack{ - pixel_x = 1; - pixel_y = 1 - }, -/obj/item/clothing/suit/storage/snow_suit/survivor/parka/yellow{ - pixel_y = 5 - }, -/obj/item/clothing/suit/storage/snow_suit/survivor/parka/green{ - pixel_x = 10; - pixel_y = 27 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) -"lCB" = ( -/obj/item/reagent_container/glass/rag, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/indoors/a_block/fitness) "lCH" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/n_rockies) -"lCM" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper A-Block Security Airlock" - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "Sec-Kitchen-Lockdown"; - name = "\improper Storm Shutters" +"lCT" = ( +/obj/structure/surface/table/almayer, +/obj/item/toy/deck/uno{ + pixel_x = 8; + pixel_y = 12 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/kitchen) -"lCO" = ( -/obj/structure/platform_decoration{ - dir = 4 +/obj/item/toy/dice, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 }, -/obj/structure/bed/chair/dropship/passenger{ - dir = 4 +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness/glass) +"lCW" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/storage/fancy/cigar, +/obj/item/clothing/mask/cigarette/pipe{ + pixel_y = 5 }, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"lDf" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/obj/effect/landmark/xeno_spawn, -/obj/structure/pipes/standard/simple/hidden/green{ +/turf/open/floor/strata/fake_wood, +/area/lv522/atmos/east_reactor/east) +"lCX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"lDK" = ( +/obj/structure/bed/chair{ + can_buckle = 0; dir = 4 }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/south) -"lDn" = ( -/obj/structure/bed/chair/dropship/passenger{ - dir = 8 +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = 3 }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/shuttle/dropship/can_surgery/light_grey_top_left, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"lDG" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"lDW" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"lDH" = ( -/obj/structure/machinery/deployable/barrier, +/area/lv522/indoors/a_block/bridges/dorms_fitness) +"lEy" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = -1 + }, /obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 + icon_state = "NW-out"; + pixel_y = 1 + }, +/obj/structure/machinery/light{ + dir = 1 }, /turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"lDK" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 2 +/area/lv522/atmos/east_reactor/south) +"lEI" = ( +/obj/item/stack/rods, +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/t_comm) -"lDL" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"lEK" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"lEN" = ( +/obj/structure/prop/invuln/lifeboat_hatch_placeholder{ + layer = 2.1 }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/c_block/t_comm) -"lDP" = ( -/obj/structure/closet/crate, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_1) -"lEh" = ( -/obj/structure/pipes/standard/simple/visible{ - dir = 6 +/obj/structure/barricade/handrail{ + dir = 8 }, -/turf/open/floor/strata/white_cyan3, -/area/lv522/indoors/a_block/medical/glass) -"lEx" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/north_command_centre) +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) "lEP" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" +/obj/structure/surface/table/almayer, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_full_bl"; + pixel_x = -8; + pixel_y = 7 }, -/obj/structure/largecrate/random, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"lEX" = ( +/obj/item/toy/plush/farwa, +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) +"lES" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/curtain/medical, /obj/effect/decal/cleanable/dirt, /turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) -"lFp" = ( -/obj/structure/machinery/light{ - dir = 1 +/area/lv522/indoors/a_block/medical/glass) +"lEY" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "101" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"lFf" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) +"lFg" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 + }, +/turf/open/floor/corsat/brown/northwest, +/area/lv522/atmos/east_reactor/north) +"lFi" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/recharger, +/turf/open/floor/plating/platebot, +/area/lv522/indoors/c_block/cargo) +"lFI" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "31" }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) -"lFK" = ( -/obj/item/clothing/under/marine/reconnaissance, -/turf/open/floor/corsat/squares, -/area/lv522/oob) +/area/lv522/landing_zone_forecon/UD6_Typhoon) "lFO" = ( /obj/item/storage/backpack/marine/satchel{ desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; @@ -24114,73 +24248,50 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/east_central_street) -"lGj" = ( -/turf/open/floor/corsat/brown/northeast, -/area/lv522/atmos/east_reactor/east) -"lGm" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "102" +"lFW" = ( +/turf/open/asphalt/cement/cement15, +/area/lv522/outdoors/n_rockies) +"lFZ" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper A-Block Security Airlock" }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"lGF" = ( -/obj/structure/surface/table/almayer, -/obj/item/reagent_container/food/snacks/grown/deathberries{ - pixel_y = 9 +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/bridges/op_centre) +"lGs" = ( +/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"lGH" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, -/obj/structure/machinery/light{ +/obj/structure/platform{ dir = 4 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"lGN" = ( -/obj/structure/machinery/door/airlock/almayer/engineering{ - name = "\improper Workshop Storage"; - req_access_txt = "100"; - req_one_access = null +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"lHe" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv522/atmos/sewer) +"lHk" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper A-Block Corporate Office Airlock"; + req_access_txt = "100" }, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/corsat/marked, /area/lv522/indoors/a_block/corpo) -"lHk" = ( -/obj/structure/window/reinforced{ - dir = 4; - pixel_x = -2; - pixel_y = 4 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 3.3; - pixel_y = 4 - }, -/obj/structure/bed{ - can_buckle = 0 - }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 - }, -/obj/item/bedsheet/brown{ - pixel_y = 13 - }, -/obj/item/bedsheet/brown{ - layer = 3.1 - }, -/obj/item/prop/alien/hugger, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"lHp" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 8; - pixel_y = 5 +"lHo" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison, -/area/lv522/landing_zone_1/ceiling) +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) "lHu" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/machinery/disposal{ @@ -24203,11 +24314,6 @@ }, /turf/open/floor/carpet, /area/lv522/indoors/c_block/garage) -"lHT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/prop/colony/used_flare, -/turf/open/floor/prison/blue/east, -/area/lv522/indoors/a_block/admin) "lHV" = ( /obj/item/stack/sheet/metal, /obj/effect/decal/cleanable/dirt, @@ -24218,6 +24324,31 @@ /obj/item/reagent_container/food/drinks/flask/marine, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) +"lIk" = ( +/obj/structure/cargo_container/arious/leftmid, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/north_command_centre) +"lIA" = ( +/obj/structure/surface/table/almayer, +/obj/item/ashtray/plastic{ + icon_state = "ashtray_full_bl"; + pixel_x = 5; + pixel_y = 1 + }, +/obj/item/tool/lighter/random{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) +"lII" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) "lIR" = ( /obj/structure/prop/invuln/ice_prefab/trim{ dir = 8 @@ -24228,31 +24359,90 @@ /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) "lIY" = ( -/obj/structure/largecrate/random/case/double, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) -"lJe" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/command_centre) -"lJi" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/south_east_street) +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/security) +"lJa" = ( +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/c_block/bridge) +"lJd" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/tool/pen/blue/clicky, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "lJl" = ( /obj/structure/platform_decoration, /turf/open/gm/river, /area/lv522/atmos/filt) -"lJt" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" +"lJn" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/belt/utility, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/sewer) +"lJr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +/obj/structure/reagent_dispensers/fueltank{ + layer = 2.9 }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_west_street) +/obj/structure/barricade/metal{ + dir = 4 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/outdoors/colony_streets/north_street) +"lJy" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/snacks/cheesyfries, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/bar) +"lJF" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) +"lJM" = ( +/obj/structure/surface/table/almayer{ + flipped = 1 + }, +/obj/structure/machinery/light, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/glass) +"lJP" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "68" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"lJT" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) +"lJZ" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 22 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 22 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"lKe" = ( +/obj/structure/surface/table/almayer, +/obj/item/book/manual/chef_recipes, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) "lKu" = ( /obj/structure/machinery/power/smes/buildable{ capacity = 1e+006; @@ -24264,102 +24454,137 @@ }, /turf/open/floor/plating, /area/lv522/indoors/lone_buildings/engineering) -"lKD" = ( -/obj/structure/machinery/conveyor, -/turf/open/floor/corsat/browncorner/north, -/area/lv522/atmos/cargo_intake) -"lKW" = ( -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) -"lLf" = ( +"lKA" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/port_gen/pacman{ + layer = 2.9 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/c_block/t_comm) +"lKB" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) +"lKR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) +"lKV" = ( /obj/structure/surface/table/almayer, -/obj/structure/window/reinforced, -/obj/item/reagent_container/food/drinks/golden_cup{ - pixel_y = 9 +/obj/item/device/flashlight/lamp, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"lLc" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_y = -6 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) +/obj/item/stack/sheet/metal, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"lLe" = ( +/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/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "lLl" = ( /obj/structure/foamed_metal, /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms/glass) -"lLp" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/south_east_street) -"lLu" = ( -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/corpo/glass) +"lLx" = ( +/obj/structure/curtain/medical, +/turf/open/floor/strata/white_cyan4/east, +/area/lv522/indoors/a_block/medical) "lLA" = ( /turf/open/floor/corsat, /area/lv522/atmos/reactor_garage) -"lLD" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/structure/barricade/deployable, -/obj/item/weapon/gun/rifle/m41a{ - current_mag = null +"lLB" = ( +/obj/structure/machinery/colony_floodlight{ + layer = 4.3 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/outdoors/colony_streets/north_street) +/turf/open/asphalt/cement/cement2, +/area/lv522/outdoors/colony_streets/east_central_street) "lLE" = ( -/obj/structure/largecrate, -/turf/open/auto_turf/shale/layer1, -/area/lv522/landing_zone_1) -"lLQ" = ( -/obj/structure/platform{ +/obj/structure/platform_decoration, +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/asphalt/cement/cement3, -/area/lv522/landing_zone_1) +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "lMg" = ( -/obj/structure/surface/rack, -/obj/item/tool/shovel/spade{ - pixel_x = -4 - }, -/obj/item/tool/shovel/spade{ - pixel_x = 4 +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/obj/item/reagent_container/glass/bucket{ - pixel_x = -4; - pixel_y = -3 +/obj/item/weapon/gun/launcher/grenade/m81/m79, +/turf/open/floor/prison/darkredfull2, +/area/lv522/outdoors/colony_streets/north_street) +"lMh" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "LZ1_Lockdown_Lo"; + name = "Emergency Lockdown" }, -/obj/item/reagent_container/glass/bucket, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"lMl" = ( +/turf/open/floor/corsat/marked, +/area/lv522/landing_zone_1) +"lMC" = ( +/obj/effect/decal/cleanable/dirt, /obj/effect/decal/warning_stripes{ - icon_state = "SW-out" + icon_state = "W" }, -/obj/structure/machinery/fuelcell_recycler/full, /turf/open/floor/prison/darkyellowfull2/east, /area/lv522/indoors/lone_buildings/engineering) -"lMq" = ( -/obj/structure/prop/ice_colony/ground_wire{ - dir = 8 - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/command_centre) -"lMz" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) -"lMD" = ( -/obj/structure/machinery/shower{ - pixel_y = 16 - }, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/fitness) "lMH" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/nw_rockies) +"lMK" = ( +/obj/structure/surface/table/almayer, +/obj/item/toy/snappop{ + pixel_x = -7 + }, +/obj/item/toy/snappop{ + pixel_x = 3; + pixel_y = 11 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness/glass) +"lMP" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/colony_streets/north_east_street) +"lMR" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/north_command_centre) "lNf" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 @@ -24379,46 +24604,27 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen/glass) +"lNv" = ( +/obj/structure/barricade/deployable{ + dir = 4 + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "lNA" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 }, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor/south) -"lNG" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/machinery/disposal, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) -"lNW" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/bed/roller, -/turf/open/floor/prison/blue/north, -/area/lv522/indoors/a_block/hallway) -"lOb" = ( -/obj/structure/machinery/light{ - pixel_x = 16 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan3, -/area/lv522/indoors/a_block/medical) -"lOg" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"lNR" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/security/glass) -"lOh" = ( -/obj/structure/machinery/portable_atmospherics/hydroponics{ - icon_state = "hydrotray4" +/obj/structure/platform{ + dir = 8 }, -/turf/open/floor/plating/platebotc, -/area/lv522/indoors/b_block/hydro/glass) +/turf/open/floor/plating, +/area/lv522/landing_zone_forecon/UD6_Tornado) "lOi" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 @@ -24432,32 +24638,43 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"lOz" = ( -/obj/structure/bed/chair, +"lOB" = ( /obj/structure/machinery/light{ - dir = 1 + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/multi_tiles, -/area/lv522/indoors/c_block/mining) +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/oob/w_y_vault) +"lOC" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/fence, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_west_street) "lOF" = ( -/obj/structure/platform, -/turf/open/asphalt/cement/cement4, -/area/lv522/landing_zone_1) -"lOG" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer, +/obj/structure/prop/server_equipment/laptop/on, +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) +"lOT" = ( +/obj/structure/fence, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/obj/structure/platform{ - dir = 4 +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/south_street) -"lOQ" = ( -/obj/structure/closet/bodybag, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/nw_rockies) "lPf" = ( /obj/structure/stairs/perspective{ dir = 10; @@ -24468,43 +24685,35 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/n_rockies) -"lPg" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/lone_buildings/storage_blocks) -"lPo" = ( -/obj/item/prop/alien/hugger, -/obj/effect/spider/spiderling/nogrow, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/indoors/a_block/fitness) +"lPi" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/east_reactor) "lPq" = ( /obj/structure/platform{ dir = 4 }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/south_east_street) -"lPC" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +"lPN" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 }, -/obj/structure/machinery/door/poddoor/almayer/closed{ - dir = 4; - id = "West LZ Storage"; - name = "Emergency Lockdown" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/lone_buildings/storage_blocks) -"lPG" = ( -/obj/structure/filingcabinet, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"lPS" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/dorms/glass) +"lPW" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/browncorner, +/area/lv522/atmos/command_centre) +"lPX" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/west) "lPY" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 @@ -24520,27 +24729,23 @@ /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) "lQh" = ( -/obj/structure/prop/vehicles/crawler, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) -"lQv" = ( -/turf/open/floor/corsat/browncorner/west, -/area/lv522/atmos/east_reactor/south) -"lQw" = ( -/turf/open/floor/prison/floor_plate, -/area/lv522/landing_zone_1/ceiling) +/obj/structure/window_frame/strata, +/obj/item/stack/rods, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) +"lQu" = ( +/obj/structure/prop/invuln/fire{ + pixel_x = -8; + pixel_y = 10 + }, +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "72" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "lQx" = ( -/obj/effect/landmark/xeno_spawn, -/obj/effect/landmark/queen_spawn, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/west_reactor) -"lQL" = ( -/obj/structure/closet, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_2) -"lQO" = ( -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_east_street) +/obj/structure/machinery/vending/snack, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) "lQS" = ( /obj/structure/prop/vehicles/crawler{ dir = 8; @@ -24549,13 +24754,20 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) -"lQT" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 +"lQV" = ( +/obj/structure/filingcabinet/seeds{ + density = 0; + pixel_x = -8; + pixel_y = 16 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) +/obj/structure/filingcabinet/seeds{ + density = 0; + pixel_x = 7; + pixel_y = 16 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) "lRi" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -24566,45 +24778,21 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_street) -"lRs" = ( -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/bridges) -"lRt" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/structure/barricade/metal{ - dir = 1 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/outdoors/colony_streets/north_street) -"lRD" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 8; - pixel_y = 4 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) "lRF" = ( /obj/structure/girder, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"lRY" = ( -/obj/vehicle/train/cargo/trolley, -/obj/structure/machinery/light, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"lSc" = ( -/obj/effect/spawner/gibspawner/xeno, +"lRR" = ( +/obj/structure/cargo_container/ferret/mid, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_west_street) +"lSe" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"lSf" = ( -/obj/item/weapon/twohanded/folded_metal_chair, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) +/turf/open/floor/plating, +/area/lv522/indoors/c_block/cargo) "lSg" = ( /obj/structure/surface/table/almayer, /obj/item/tool/warning_cone{ @@ -24622,29 +24810,29 @@ /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) "lSh" = ( -/turf/open/floor/corsat/marked, -/area/lv522/indoors/lone_buildings/outdoor_bot) -"lSp" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper Family Dormitories" +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"lSr" = ( +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"lSA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/south_west_street) "lSF" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_full" }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_2) -"lTc" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/indoors/a_block/fitness) +"lTa" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "6" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "lTd" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green{ @@ -24656,23 +24844,30 @@ /obj/structure/girder, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor/south) -"lTL" = ( -/obj/structure/stairs/perspective{ - dir = 6; - icon_state = "p_stair_full" +"lTD" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_street) +/turf/open/floor/plating/platingdmg1, +/area/lv522/indoors/a_block/security) "lTM" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 +/obj/structure/toilet{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"lTP" = ( -/turf/open/asphalt/cement/cement2, -/area/lv522/outdoors/colony_streets/north_east_street) +/obj/structure/sink{ + pixel_y = 23 + }, +/obj/structure/machinery/light/small{ + dir = 8; + pixel_x = -11; + pixel_y = 10 + }, +/obj/structure/mirror{ + pixel_x = -1; + pixel_y = 29 + }, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/toilet) "lTQ" = ( /obj/effect/decal/cleanable/blood/gibs/xeno, /obj/structure/pipes/standard/simple/hidden/green{ @@ -24685,6 +24880,16 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) +"lUb" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"lUc" = ( +/obj/structure/cargo_container/wy/left, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2) "lUh" = ( /obj/effect/decal/warning_stripes{ icon_state = "N"; @@ -24701,22 +24906,25 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"lUo" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/north_command_centre) "lUv" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/b_block/hydro) -"lUz" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "24" +"lUw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/light{ + dir = 4 }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) +"lUz" = ( +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical/glass) +"lUB" = ( +/turf/open/asphalt/cement/cement14, +/area/lv522/outdoors/colony_streets/east_central_street) "lUJ" = ( /obj/structure/stairs/perspective{ dir = 4; @@ -24727,6 +24935,21 @@ "lUK" = ( /turf/open/floor/prison, /area/lv522/outdoors/n_rockies) +"lUS" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 4; + pixel_y = -15 + }, +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + layer = 2; + name = "weak acid" + }, +/turf/open/floor/plating/platingdmg1, +/area/lv522/indoors/a_block/admin) "lUV" = ( /obj/effect/decal/warning_stripes{ icon_state = "NW-out"; @@ -24734,19 +24957,13 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_west_street) -"lVe" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_east_street) +"lVi" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) "lVp" = ( /turf/closed/wall/strata_outpost, /area/lv522/indoors/a_block/kitchen/glass) -"lVx" = ( -/obj/structure/largecrate/random, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/c_block/mining) "lVA" = ( /obj/structure/surface/table/almayer, /obj/item/reagent_container/food/drinks/cans/souto{ @@ -24759,71 +24976,27 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/landing_zone_2/ceiling) -"lVC" = ( -/obj/structure/surface/table/almayer, -/obj/item/folder/black_random, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"lVE" = ( -/obj/structure/surface/table/almayer, -/obj/item/tool/kitchen/tray, -/obj/item/tool/kitchen/tray{ - pixel_y = 6 - }, -/obj/item/trash/plate{ - pixel_x = 1; - pixel_y = 6 - }, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) -"lVF" = ( +"lVB" = ( +/obj/structure/pipes/standard/manifold/hidden/green, /obj/effect/decal/cleanable/dirt, -/obj/structure/surface/table/almayer, -/obj/item/clothing/gloves/boxing{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/clothing/gloves/boxing/blue{ - pixel_x = 5; - pixel_y = -6 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) +/turf/open/floor/strata/white_cyan3/north, +/area/lv522/indoors/a_block/medical) "lWf" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/c_block/mining) -"lWu" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) -"lWw" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/south) -"lWB" = ( -/obj/effect/decal/cleanable/blood/xeno, +"lWN" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/hydro) -"lWO" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper B-Block - Hydroponics Airlock" }, -/obj/effect/alien/resin/sticky, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/south) -"lWR" = ( -/obj/structure/bed/chair{ - dir = 8 +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "LV_522_Hydro-Lockdown"; + name = "\improper Storm Shutters" }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/b_block/bridge) "lWW" = ( /obj/item/trash/crushed_cup{ pixel_x = -4; @@ -24831,55 +25004,72 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/east_central_street) -"lXE" = ( -/obj/structure/prop/ice_colony/dense/planter_box{ - dir = 9 - }, -/obj/structure/flora/bush/ausbushes/var3/ywflowers{ - layer = 3 +"lXd" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) -"lXN" = ( -/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"lXl" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/cargo_intake) -"lXO" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 8; + name = "\improper Dormitories" }, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/reactor_garage) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/mining) +"lXy" = ( +/obj/structure/machinery/power/port_gen/pacman/super, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/outdoor_bot) +"lXB" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/shuttle/dropship/can_surgery/light_grey_top_left, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"lXR" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) "lXY" = ( /obj/structure/bed/chair/comfy{ dir = 8 }, /turf/open/floor/wood/ship, /area/lv522/atmos/way_in_command_centre) -"lYd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" +"lYe" = ( +/obj/structure/platform{ + dir = 1 }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) -"lYj" = ( -/obj/structure/machinery/conveyor{ - dir = 10; - id = "cargo_container" +/obj/structure/machinery/colony_floodlight, +/obj/structure/platform{ + dir = 8 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"lYk" = ( -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "LV522CIC_1"; - name = "\improper Storm Shutters" +/obj/structure/platform_decoration{ + dir = 5 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/admin) +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/south_street) +"lYs" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/dorms) +"lYB" = ( +/obj/structure/cargo_container/kelland/left, +/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/plating/platebot, +/area/lv522/indoors/c_block/cargo) "lYG" = ( /obj/structure/platform_decoration{ dir = 8 @@ -24905,73 +25095,89 @@ }, /turf/open/floor/carpet, /area/lv522/indoors/b_block/bar) -"lYX" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "62" +"lYY" = ( +/obj/effect/decal/cleanable/mucus, +/turf/open/floor/strata/white_cyan3, +/area/lv522/indoors/a_block/medical/glass) +"lYZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/firstaid/adv{ + layer = 3.1; + pixel_x = 3; + pixel_y = -2 }, -/area/lv522/landing_zone_forecon/UD6_Tornado) +/obj/structure/surface/rack, +/obj/item/storage/firstaid/adv{ + pixel_y = 14 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"lZa" = ( +/obj/item/prop/colony/usedbandage{ + dir = 5 + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "lZc" = ( /obj/structure/prop/invuln/ice_prefab/standalone{ icon_state = "white" }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"lZt" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/lone_buildings/storage_blocks) "lZx" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/firstaid/adv/empty{ - pixel_x = -3; - pixel_y = 9 - }, -/obj/item/reagent_container/hypospray/autoinjector/kelotane{ - pixel_y = -3 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"lZG" = ( -/obj/structure/platform_decoration{ - dir = 1 +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/central_streets) +"lZA" = ( +/obj/structure/fence, +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, /obj/effect/decal/warning_stripes{ icon_state = "N"; pixel_y = 1 }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, /turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/garden) -"mab" = ( -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"mah" = ( +/area/lv522/outdoors/colony_streets/north_west_street) +"lZD" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/filt) -"maw" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/structure/phone_base/colony_net{ - dir = 8; - phone_category = "LV522 Chances Claim"; - phone_color = "red"; - phone_id = "Colony Casino"; - pixel_x = 16 +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/cargo_intake) +"lZL" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/east_reactor/west) +"maf" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"map" = ( +/obj/structure/machinery/conveyor, +/turf/open/floor/corsat/browncorner/north, +/area/lv522/atmos/cargo_intake) +"mas" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/bridges/op_centre) "max" = ( /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_west_street) +"maz" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/tool/pen/blue/clicky, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/east) "maF" = ( /obj/effect/spawner/gibspawner/xeno, /obj/structure/pipes/standard/simple/hidden/green{ @@ -24980,29 +25186,18 @@ /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) "maH" = ( -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/corpo/glass) -"maV" = ( -/obj/structure/bed/chair{ - dir = 4 +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "71" }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) -"maW" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor/prison/blue, -/area/lv522/indoors/a_block/admin) -"maY" = ( -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/colony_streets/north_east_street) -"mbj" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 4 +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"mbh" = ( +/obj/structure/machinery/camera/autoname, +/obj/structure/largecrate, +/obj/structure/machinery/light/small{ + dir = 1 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/admin) +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) "mbr" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green{ @@ -25023,14 +25218,6 @@ /obj/effect/decal/cleanable/blood/xeno, /turf/open/auto_turf/shale/layer2, /area/lv522/outdoors/colony_streets/north_east_street) -"mbC" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NE-out"; - pixel_x = 1; - pixel_y = 2 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) "mbH" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 @@ -25050,89 +25237,105 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"mbR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/vents/pump, -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - pixel_x = -1; - pixel_y = 2 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "NE-out"; - pixel_x = 1; - pixel_y = 2 - }, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"mbZ" = ( -/obj/structure/machinery/light{ - dir = 4 +"mck" = ( +/obj/structure/surface/table/almayer{ + flipped = 1 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) -"mcm" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/structure/pipes/standard/manifold/hidden/green, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo/glass) +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/glass) "mco" = ( /obj/structure/machinery/space_heater/radiator/red{ dir = 4 }, /turf/open/floor/prison, /area/lv522/indoors/c_block/t_comm) +"mcq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/rack, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/outdoor_bot) "mcz" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat/browncorner/east, +/area/lv522/atmos/east_reactor/south) +"mcD" = ( /obj/structure/surface/table/reinforced/almayer_B, -/obj/structure/machinery/chem_dispenser/soda{ - pixel_x = 6; - pixel_y = 4 +/obj/item/reagent_container/food/snacks/meat, +/obj/item/reagent_container/food/snacks/meat{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 }, /turf/open/floor/strata/white_cyan1, /area/lv522/indoors/lone_buildings/chunk) -"mcK" = ( -/obj/item/stack/sheet/metal, +"mcI" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"mcM" = ( -/obj/structure/surface/table/almayer, -/obj/item/reagent_container/food/snacks/sandwich{ - pixel_x = -6; - pixel_y = 3 +/turf/open/floor/corsat/brown/northeast, +/area/lv522/atmos/reactor_garage) +"mcL" = ( +/obj/structure/platform, +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_full" }, -/obj/item/clothing/glasses/meson, /turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/mining) -"mcQ" = ( -/turf/open/floor/corsat/marked, -/area/lv522/landing_zone_2/ceiling) +/area/lv522/indoors/c_block/garage) +"mcM" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/gm/river, +/area/lv522/landing_zone_1/tunnel/far) +"mcW" = ( +/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_left_to_right, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"mcY" = ( +/obj/structure/largecrate/supply/ammo/m41a/half{ + pixel_x = 5 + }, +/obj/item/storage/box/guncase/m41a{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/ammo_box/rounds/empty{ + layer = 3.1; + pixel_y = -15 + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "mdp" = ( /obj/effect/decal/cleanable/blood/oil, /obj/item/tool/weldingtool, /turf/open/floor/plating, /area/lv522/indoors/lone_buildings/engineering) +"mdy" = ( +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/east_reactor/west) "mdD" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/plating/plating_catwalk/prison, -/area/lv522/atmos/filt) -"mdE" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 - }, -/obj/structure/barricade/wooden, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"mdO" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor/prison/darkpurple2/north, -/area/lv522/indoors/a_block/dorms) + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv522/atmos/filt) +"mdN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"mdQ" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"mdS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_street) "meb" = ( /obj/structure/largecrate/random{ layer = 2.9 @@ -25143,98 +25346,98 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/filt) -"mej" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +"meE" = ( +/obj/structure/machinery/conveyor, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/cargo_intake) +"meG" = ( +/obj/item/prop/colony/used_flare, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/north, +/area/lv522/indoors/a_block/hallway) +"meX" = ( +/turf/open/asphalt/cement/cement14, +/area/lv522/outdoors/colony_streets/north_street) +"meY" = ( +/obj/item/prop/alien/hugger, /obj/effect/decal/warning_stripes{ icon_state = "E"; pixel_x = 1 }, /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) -"mes" = ( -/obj/item/prop/colony/used_flare, -/obj/structure/barricade/deployable{ - dir = 1 - }, -/turf/open/floor/prison/blue/northeast, -/area/lv522/indoors/a_block/admin) -"mez" = ( -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_full" - }, -/obj/structure/platform/stair_cut{ - icon_state = "platform_stair_alt" +/area/lv522/atmos/way_in_command_centre) +"meZ" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges/garden_bridge) +"mfm" = ( +/obj/item/shard{ + icon_state = "medium" }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/south_west_street) -"meY" = ( -/obj/item/stack/sandbags/small_stack, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/north_street) -"mfa" = ( -/obj/effect/landmark/survivor_spawner, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue/southeast, -/area/lv522/indoors/a_block/admin) -"mfb" = ( +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/c_block/t_comm) +"mfo" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 4 +/obj/structure/prop/server_equipment/laptop/closed, +/obj/structure/surface/table/almayer, +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) +"mfu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) -"mfm" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "28" +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"mfy" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails{ + dir = 8 }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"mfu" = ( -/obj/structure/platform{ - dir = 4 +/turf/open/floor/corsat/browncorner/west, +/area/lv522/atmos/cargo_intake) +"mfG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper B-Block - Hydroponics Airlock" }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"mfW" = ( -/obj/item/stack/rods, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "LV_522_Hydro-Lockdown"; + name = "\improper Storm Shutters" }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/admin) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/b_block/hydro) +"mfN" = ( +/obj/structure/machinery/squeezer, +/turf/open/floor/plating, +/area/lv522/indoors/c_block/cargo) +"mfT" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/reactor_garage) "mgb" = ( /obj/structure/largecrate/random/mini{ pixel_x = 1 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/op_centre) -"mgm" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/box/handcuffs{ - pixel_x = 5; - pixel_y = 15 - }, -/obj/item/device/flash{ - pixel_y = 1 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security/glass) -"mgy" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"mgz" = ( -/obj/structure/machinery/door/airlock/almayer/engineering{ - name = "\improper Cargo Bay Break Room"; - req_one_access = null +"mge" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ + pixel_x = 30 }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/effect/decal/cleanable/blood/splatter, +/obj/item/ammo_box/rounds/smg{ + layer = 3; + pixel_x = 1; + pixel_y = 4 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/cargo) +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"mgo" = ( +/turf/open/floor/prison/cell_stripe/north, +/area/lv522/atmos/east_reactor/south) "mgB" = ( /obj/structure/surface/table/almayer, /obj/item/reagent_container/glass/beaker/vial, @@ -25244,38 +25447,44 @@ /obj/effect/decal/cleanable/blood/oil, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) -"mgP" = ( -/obj/item/stack/sheet/metal, -/obj/item/tool/pen/blue/clicky{ - pixel_x = 6 +"mhi" = ( +/obj/structure/surface/rack, +/obj/structure/machinery/light{ + dir = 1 }, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 4 - }, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms) -"mhp" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +"mhu" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"mhy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/east_reactor) -"mhq" = ( -/obj/item/prop/alien/hugger, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/south_west_street) +"mhG" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"mhz" = ( -/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib3" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"mhQ" = ( +/obj/effect/landmark/monkey_spawn, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/corpo/glass) +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/command_centre) "mhT" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -25283,6 +25492,17 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) +"mie" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/dorms) +"mii" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) "mil" = ( /obj/structure/platform{ dir = 1 @@ -25295,35 +25515,11 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"miE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/prop/almayer/computers/sensor_computer3{ - density = 0; - pixel_y = 16 - }, -/obj/structure/bed/chair/comfy{ - dir = 1 - }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"miR" = ( -/obj/structure/window/framed/strata/reinforced, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/bar) -"miS" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"miX" = ( -/obj/structure/barricade/deployable{ - dir = 1 - }, +"miD" = ( +/obj/structure/machinery/light, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/b_block/bridge) "miZ" = ( /obj/structure/prop/ice_colony/ground_wire, /obj/structure/prop/ice_colony/ground_wire{ @@ -25331,6 +25527,15 @@ }, /turf/open/auto_turf/shale/layer2, /area/lv522/outdoors/colony_streets/south_east_street) +"mjh" = ( +/obj/structure/machinery/colony_floodlight{ + layer = 4.3 + }, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/south_street) "mjs" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -25345,41 +25550,12 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/reactor_garage) -"mjP" = ( +"mjI" = ( /obj/structure/surface/table/almayer, -/obj/item/reagent_container/food/drinks/cans/waterbottle{ - pixel_x = -6; - pixel_y = 15 - }, -/obj/item/trash/plate, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"mka" = ( -/obj/structure/fence, -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/nw_rockies) -"mkf" = ( -/obj/structure/holohoop{ - density = 0; - pixel_y = 27 - }, -/obj/item/toy/beach_ball/holoball{ - pixel_x = 5; - pixel_y = -13 - }, -/obj/structure/pipes/vents/pump, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) +/obj/item/storage/fancy/egg_box, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "mkm" = ( /obj/structure/closet/crate, /obj/effect/decal/warning_stripes{ @@ -25388,19 +25564,18 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"mkv" = ( -/turf/open/asphalt/cement/cement2, -/area/lv522/outdoors/colony_streets/south_street) -"mkx" = ( -/obj/item/stool, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/lone_buildings/chunk) "mkW" = ( /obj/structure/bed/chair{ dir = 4 }, /turf/open/floor/prison, /area/lv522/indoors/c_block/garage) +"mkZ" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) "mld" = ( /obj/structure/barricade/wooden{ dir = 1 @@ -25408,73 +25583,114 @@ /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) "mlf" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "40" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) +/obj/structure/largecrate/random, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) +"mlr" = ( +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) "mlu" = ( -/obj/effect/decal/cleanable/blood, -/obj/item/prop/alien/hugger, +/obj/structure/prop/vehicles/crawler{ + icon_state = "crawler_crate_alt2"; + layer = 3.1 + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/cyan2/east, -/area/lv522/indoors/a_block/medical) +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) "mlE" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 }, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor/south) -"mlL" = ( -/obj/structure/window/framed/strata/reinforced, -/turf/open/floor/corsat/marked, -/area/lv522/outdoors/colony_streets/windbreaker/observation) -"mlW" = ( -/turf/open/floor/corsat/browncorner/west, -/area/lv522/atmos/filt) +"mlM" = ( +/obj/structure/barricade/sandbags{ + dir = 8 + }, +/obj/item/prop/alien/hugger{ + pixel_x = 13; + pixel_y = -5 + }, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/north_street) +"mlV" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 6 + }, +/turf/open/floor/strata/white_cyan3, +/area/lv522/indoors/a_block/medical/glass) "mlX" = ( -/obj/structure/platform_decoration{ - dir = 4 +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/gm/river, -/area/lv522/landing_zone_1/tunnel/far) -"mma" = ( -/obj/structure/barricade/wooden{ - dir = 4 +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"mmf" = ( +/obj/structure/prop/invuln/overhead_pipe{ + dir = 8; + pixel_x = -6; + pixel_y = 6 }, +/obj/structure/closet/emcloset, /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"mml" = ( +/obj/structure/stairs/perspective{ + dir = 6; + icon_state = "p_stair_full" }, -/turf/open/asphalt/cement/cement9, -/area/lv522/outdoors/colony_streets/central_streets) -"mmu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed/chair{ - dir = 4 +/obj/structure/largecrate/random/barrel, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"mmt" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/c_block/t_comm) -"mmC" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) -"mmH" = ( -/obj/structure/window_frame/strata, -/obj/item/stack/rods, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/bar) -"mna" = ( /turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/south_west_street) -"mnl" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/recharger{ - pixel_y = 2 +/area/lv522/outdoors/colony_streets/north_street) +"mmI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, /obj/effect/decal/cleanable/dirt, +/obj/item/trash/uscm_mre{ + pixel_x = -12; + pixel_y = 7 + }, /turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security/glass) +/area/lv522/outdoors/colony_streets/north_street) +"mmV" = ( +/obj/structure/coatrack{ + pixel_x = -6; + pixel_y = 22 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) +"mnm" = ( +/obj/structure/largecrate, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) +"mnq" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -9; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 7; + pixel_y = 20 + }, +/turf/open/floor/corsat/brown/northwest, +/area/lv522/atmos/east_reactor/east) "mnr" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 @@ -25485,23 +25701,24 @@ /obj/item/clothing/suit/storage/marine/M3S, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor/south) +"mnE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"mnF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/sewer) "mnG" = ( -/obj/structure/fence{ - layer = 2.9 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/fitness) +"mnM" = ( +/obj/structure/barricade/deployable{ + dir = 4 }, -/turf/open/floor/strata/floor3/east, +/turf/open/floor/prison/floor_marked/southwest, /area/lv522/outdoors/colony_streets/north_east_street) -"mnP" = ( -/obj/structure/bed/sofa/vert/white, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo/glass) "mnU" = ( /obj/effect/decal/cleanable/dirt, /obj/item/ammo_magazine/rifle/l42a/extended{ @@ -25509,107 +25726,58 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/security/glass) -"moh" = ( -/obj/structure/closet/crate/freezer{ - layer = 3 +"mnY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname, +/obj/structure/machinery/light/small{ + dir = 1 }, -/obj/item/reagent_container/food/snacks/grown/orange, -/obj/item/reagent_container/food/snacks/grown/orange, -/obj/item/reagent_container/food/snacks/grown/orange, -/obj/item/reagent_container/food/snacks/grown/orange, -/obj/item/reagent_container/food/snacks/grown/orange, -/obj/item/reagent_container/food/snacks/grown/orange, -/obj/item/reagent_container/food/snacks/grown/orange, -/obj/item/reagent_container/food/snacks/grown/orange, -/obj/item/reagent_container/food/snacks/grown/orange, -/obj/item/reagent_container/food/snacks/grown/orange, -/obj/item/reagent_container/food/snacks/grown/orange, -/obj/item/reagent_container/food/snacks/grown/orange, -/obj/item/reagent_container/food/snacks/grown/orange, -/obj/item/reagent_container/food/snacks/grown/orange, -/obj/item/reagent_container/food/snacks/grown/orange, -/obj/item/reagent_container/food/snacks/grown/orange, -/obj/item/reagent_container/food/snacks/grown/orange, -/obj/item/reagent_container/food/snacks/grown/orange, -/obj/item/reagent_container/food/snacks/grown/orange, -/obj/item/reagent_container/food/snacks/grown/orange, -/obj/item/reagent_container/food/snacks/grown/orange, -/obj/item/reagent_container/food/snacks/grown/orange, -/obj/item/reagent_container/food/snacks/grown/orange, -/turf/open/floor/plating, +/turf/open/floor/prison/darkbrownfull2, /area/lv522/indoors/c_block/cargo) -"moo" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/west_reactor) -"moq" = ( -/obj/item/prop/helmetgarb/spacejam_tickets{ - desc = "Two original, crisp, orange, tickets."; - name = "\improper Arcade Tickets"; - pixel_x = -8; - pixel_y = 11 - }, -/obj/item/prop/helmetgarb/spacejam_tickets{ - desc = "Two original, crisp, orange, tickets."; - name = "\improper Arcade Tickets"; - pixel_x = -2; - pixel_y = -13 - }, -/obj/item/prop/helmetgarb/spacejam_tickets{ - desc = "Two original, crisp, orange, tickets."; - name = "\improper Arcade Tickets"; - pixel_x = 9; - pixel_y = 8 +"mok" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/obj/item/tool/crowbar/red{ - pixel_x = 8; - pixel_y = 8 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/outdoors/colony_streets/north_street) +"mon" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_x = -1; + pixel_y = -1 }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/indoors/a_block/fitness) -"moO" = ( +/obj/effect/landmark/corpsespawner/wy/manager, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/oob/w_y_vault) +"mox" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/plating/plating_catwalk/prison, -/area/lv522/indoors/a_block/fitness/glass) -"mpd" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/machinery/suit_storage_unit/compression_suit/uscm{ - name = "Suit Storage Unit"; - pixel_x = 3 + dir = 10 }, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"mpB" = ( +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/south) +"moC" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/plasteel/small_stack, +/obj/item/ore/uranium, /obj/effect/decal/cleanable/dirt, -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/operating, -/turf/open/floor/strata/cyan2/east, -/area/lv522/indoors/a_block/medical) -"mpK" = ( -/obj/structure/barricade/wooden, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"moO" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv522/indoors/a_block/fitness/glass) +"mpu" = ( +/turf/open/asphalt/cement/cement2, +/area/lv522/landing_zone_1) "mpN" = ( /obj/structure/prop/vehicles/crawler{ layer = 3.2 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"mqg" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/obj/effect/decal/cleanable/blood/drip, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_east_street) "mqk" = ( /obj/structure/desertdam/decals/road_edge{ icon_state = "road_edge_decal3"; @@ -25621,12 +25789,6 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/fitness/glass) -"mqr" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) "mqx" = ( /turf/open/gm/river, /area/lv522/atmos/sewer) @@ -25642,43 +25804,22 @@ /obj/structure/cargo_container/horizontal/blue/top, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"mqE" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 1 - }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/filt) "mqH" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/security/glass) -"mqZ" = ( -/turf/open/floor/corsat/brown/northeast, -/area/lv522/atmos/east_reactor/north) -"mre" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/effect/landmark/monkey_spawn, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/light, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) -"mrp" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor/prison/cell_stripe/west, -/area/lv522/atmos/way_in_command_centre) -"mrE" = ( -/obj/structure/stairs/perspective{ - dir = 4; - icon_state = "p_stair_full" - }, -/obj/structure/platform/stair_cut, -/obj/structure/machinery/light{ - dir = 8 +"mqU" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 3 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) +/obj/structure/machinery/computer3/server/rack, +/turf/open/floor/bcircuit, +/area/lv522/atmos/command_centre) +"mqX" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/north_command_centre) "mrM" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -25686,15 +25827,22 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/security) -"mrY" = ( -/obj/effect/decal/cleanable/blood, +"msd" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/shower{ + pixel_y = 16 + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/executive) "mse" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_west_street) +"msi" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) "msj" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, @@ -25704,13 +25852,17 @@ /obj/item/device/analyzer/plant_analyzer, /turf/open/floor/prison, /area/lv522/indoors/b_block/hydro) -"mso" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper C-Block - Cargo Airlock" +"msu" = ( +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_2/ceiling) +"msA" = ( +/obj/structure/tunnel/maint_tunnel{ + pixel_y = 6 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/bridge) +/obj/structure/machinery/light/small, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) "msB" = ( /obj/item/reagent_container/food/snacks/stewedsoymeat{ pixel_y = -6 @@ -25724,28 +25876,41 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorm_north) -"msG" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 4 +"msR" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 }, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"msI" = ( -/obj/item/weapon/twohanded/folded_metal_chair, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/central_streets) -"msY" = ( -/obj/structure/filingcabinet, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_1) -"mth" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/obj/effect/landmark/corpsespawner/colonist/burst, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/east_reactor/south) +/area/lv522/indoors/c_block/cargo) +"msT" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 6; + pixel_y = 19 + }, +/turf/open/floor/plating/platingdmg3/west, +/area/lv522/indoors/a_block/kitchen/damage) +"msU" = ( +/obj/structure/prop/almayer/computers/sensor_computer1, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) +"msX" = ( +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/filt) +"mtb" = ( +/turf/open/floor/corsat/brown/northeast, +/area/lv522/atmos/east_reactor/west) +"mti" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/head/hardhat/white{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/clothing/head/hardhat/white, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) "mtt" = ( /obj/effect/decal/cleanable/vomit{ icon_state = "vomit_2" @@ -25753,63 +25918,40 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms/glass) -"mtx" = ( -/obj/structure/cargo_container/kelland/left, -/turf/open/asphalt/cement/cement2, -/area/lv522/outdoors/colony_streets/south_street) "mty" = ( /obj/structure/bed/chair, /turf/open/floor/plating, /area/lv522/indoors/a_block/security) -"mtA" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/surface/table/almayer, -/obj/effect/decal/cleanable/dirt, -/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/corsat/plate, -/area/lv522/atmos/reactor_garage) -"mtG" = ( -/obj/item/prop/alien/hugger, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/medical/glass) "mtI" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/floor/grass, /area/lv522/indoors/a_block/garden) "mtQ" = ( -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/command_centre) -"mtU" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W" +/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/dropshipside/ds2{ + dir = 2; + id = "sh_dropship2"; + name = "\improper Typhoon crew hatch" }, +/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"mtS" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/outdoors/colony_streets/north_street) -"mtW" = ( -/obj/structure/window/framed/strata/reinforced, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - dir = 4; - id = "Sec-Kitchen-Lockdown" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/kitchen) -"mtY" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical) "mua" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/lv522/atmos/filt) +"mud" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 + }, +/obj/structure/machinery/camera/autoname, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) "mum" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 @@ -25817,112 +25959,60 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"mut" = ( -/obj/structure/machinery/light{ +"muu" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/bed/chair{ dir = 1 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"mux" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/c_block/bridge) -"muM" = ( -/obj/structure/machinery/door/poddoor/almayer/closed{ - dir = 4; - id = "LZ1_Lockdown_Lo"; - name = "Emergency Lockdown" - }, -/turf/open/floor/corsat/marked, -/area/lv522/landing_zone_1) -"muO" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/reactor_garage) -"muR" = ( +/area/lv522/indoors/a_block/fitness) +"muN" = ( +/obj/effect/landmark/survivor_spawner, /obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue, +/area/lv522/indoors/a_block/admin) +"muY" = ( +/turf/open/asphalt/cement/cement15, +/area/lv522/outdoors/colony_streets/north_west_street) +"mvl" = ( +/obj/structure/surface/table/almayer, +/obj/structure/prop/server_equipment/laptop/closed, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) -"mvi" = ( -/obj/structure/largecrate/random/barrel, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2/ceiling) -"mvn" = ( -/obj/structure/platform_decoration{ - dir = 4 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/south_east_street) -"mvo" = ( -/obj/item/clothing/head/helmet/marine/pilot, /turf/open/floor/corsat/squares, -/area/lv522/oob) -"mvp" = ( -/obj/effect/spawner/gibspawner/xeno, -/obj/effect/decal/cleanable/blood/xeno{ - icon_state = "xgib3" - }, -/turf/open/floor/prison/cell_stripe, -/area/lv522/atmos/way_in_command_centre) -"mvA" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/area/lv522/atmos/cargo_intake) +"mvx" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/lone_buildings/engineering) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/north_command_centre) "mvB" = ( /obj/item/prop/alien/hugger, /turf/open/floor/plating, /area/lv522/indoors/a_block/security) -"mvC" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) -"mvU" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/west) -"mvW" = ( -/obj/structure/sink{ - pixel_y = 26 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1, -/area/lv522/indoors/lone_buildings/chunk) -"mvZ" = ( -/obj/structure/filtration/collector_pipes{ - icon_state = "lower_1" - }, -/obj/structure/barricade/handrail{ +"mvD" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/coagulation/icon0_5, -/area/lv522/oob) -"mwd" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/sewer) +"mvM" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/outdoors/colony_streets/north_street) +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"mwm" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_1) "mwn" = ( /obj/structure/largecrate/random/barrel/white, /obj/effect/decal/cleanable/dirt, @@ -25932,6 +26022,10 @@ /obj/effect/spawner/random/tool, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) +"mwx" = ( +/obj/structure/tunnel, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor) "mwC" = ( /obj/item/clothing/head/welding, /obj/effect/decal/warning_stripes{ @@ -25940,17 +26034,24 @@ }, /turf/open/floor/plating, /area/lv522/indoors/lone_buildings/engineering) -"mwL" = ( -/obj/structure/platform_decoration, -/turf/open/gm/river, -/area/lv522/landing_zone_1/tunnel/far) +"mwF" = ( +/obj/structure/prop/invuln/fire{ + pixel_x = -6; + pixel_y = 32 + }, +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "17" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"mwO" = ( +/turf/open/asphalt/cement/cement14, +/area/lv522/outdoors/colony_streets/south_west_street) "mwV" = ( -/obj/structure/largecrate/random, -/obj/effect/decal/warning_stripes{ - icon_state = "S" +/obj/item/shard{ + icon_state = "medium" }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/nw_rockies) +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo/glass) "mwX" = ( /obj/structure/prop/ice_colony/ground_wire{ dir = 8 @@ -25958,76 +26059,49 @@ /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) "mxc" = ( -/obj/structure/platform_decoration{ - dir = 8 - }, -/turf/open/asphalt/cement/cement14, -/area/lv522/outdoors/colony_streets/north_east_street) -"mxf" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "26" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"mxq" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, -/turf/open/floor/prison/floor_plate, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/asphalt/cement/cement9, /area/lv522/outdoors/colony_streets/north_west_street) -"mxv" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/flashlight/lamp{ - pixel_x = 6; - pixel_y = 14 +"mxx" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/item/paper_bin/wy{ - pixel_x = -7; - pixel_y = 7 +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/west_reactor) +"mxH" = ( +/obj/structure/cargo_container/horizontal/blue/bottom, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/colony_streets/north_east_street) +"mxK" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security/glass) -"mxx" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan3, -/area/lv522/indoors/a_block/medical/glass) +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) "mxO" = ( /obj/structure/window/framed/strata/reinforced, /obj/structure/curtain/red, /turf/open/floor/plating, /area/lv522/indoors/c_block/t_comm) -"mxU" = ( -/obj/structure/surface/rack, -/obj/item/stack/sheet/metal/medium_stack, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) -"mxV" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) -"myi" = ( -/obj/effect/decal/cleanable/blood/xeno, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/hydro) +"mxS" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/browncorner/west, +/area/lv522/atmos/cargo_intake) "mys" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/obj/item/stack/sheet/wood, +/obj/item/stack/rods, +/obj/structure/barricade/wooden{ dir = 4 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) -"myu" = ( -/obj/structure/filingcabinet, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) -"myx" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/lone_buildings/storage_blocks) +"myw" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/effect/alien/resin/sticky, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +/turf/open/asphalt/cement/cement9, +/area/lv522/outdoors/colony_streets/north_street) "myz" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/reactor_garage) @@ -26038,60 +26112,88 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"myF" = ( -/obj/item/shard{ - icon_state = "medium" - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo/glass) +"myK" = ( +/obj/structure/surface/rack, +/obj/item/clothing/suit/storage/hazardvest, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/lone_buildings/storage_blocks) "myV" = ( /obj/item/clothing/suit/storage/marine/light, /turf/closed/wall/mineral/bone_resin, /area/lv522/oob) -"mzc" = ( -/turf/open/floor/corsat/brown/southwest, -/area/lv522/atmos/command_centre) -"mzs" = ( +"myW" = ( +/obj/structure/closet/crate, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2) +"mzf" = ( +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 + }, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"mzh" = ( +/obj/structure/machinery/light, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/computer/telecomms/server{ - pixel_x = 16; - pixel_y = 16 +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"mzi" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 }, -/obj/item/clothing/mask/facehugger{ - desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; - icon_state = "facehugger_impregnated"; - layer = 3; - name = "????"; - pixel_x = -2; - pixel_y = -6; - stat = 2 +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/south_east_street) +"mzk" = ( +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/dirt, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"mzt" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/lone_buildings/outdoor_bot) -"mzN" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/largecrate/random/mini/wooden, /turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"mzR" = ( -/obj/item/prop/colony/used_flare, -/obj/item/clothing/mask/facehugger{ - desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; - icon_state = "facehugger_impregnated"; - layer = 3; - name = "????"; - stat = 2 +/area/lv522/indoors/b_block/bridge) +"mzy" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) +"mzM" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = 3; + pixel_y = 6 }, -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - pixel_y = 1 +/obj/item/tool/pen/blue/clicky, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/east) +"mzQ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /obj/structure/machinery/light{ dir = 1 }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +/turf/open/floor/corsat/browncorner/west, +/area/lv522/atmos/east_reactor) +"mzV" = ( +/obj/structure/surface/rack, +/obj/item/frame/table/almayer{ + pixel_y = 15 + }, +/obj/item/frame/table/almayer{ + pixel_x = 10; + pixel_y = 11 + }, +/obj/item/frame/table/almayer{ + pixel_y = 1 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "mzX" = ( /obj/structure/bed/chair{ dir = 1 @@ -26102,18 +26204,12 @@ /obj/structure/prop/dam/crane/damaged, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"mAn" = ( -/obj/structure/machinery/light/small{ - dir = 4 +"mAk" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/obj/structure/largecrate, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) -"mAw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/largecrate/random/case, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/b_block/bridge) "mAD" = ( /obj/structure/closet/secure_closet/detective, /turf/open/floor/wood, @@ -26128,50 +26224,30 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"mAJ" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/turf/open/floor/prison, -/area/lv522/atmos/sewer) "mAK" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/south) -"mAQ" = ( -/obj/structure/prop/vehicles/crawler{ - dir = 8; - icon_state = "crawler_crate_alt2"; - layer = 3.2 +/obj/structure/surface/table/almayer, +/obj/item/device/taperecorder, +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/east_central_street) +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) "mAR" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) -"mAS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/largecrate, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) "mAW" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/blood/oil, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) -"mAX" = ( -/obj/structure/largecrate/random, -/obj/structure/machinery/light{ - dir = 8 +"mAY" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "15" }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) +/area/lv522/landing_zone_forecon/UD6_Tornado) "mBc" = ( /obj/structure/bed/chair/comfy{ dir = 1 @@ -26179,172 +26255,154 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"mBe" = ( -/obj/structure/closet/firecloset/full, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) -"mBv" = ( -/obj/structure/platform_decoration{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, +"mBs" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/browncorner, +/area/lv522/atmos/east_reactor/south) +"mBE" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/bridge) +/area/lv522/indoors/b_block/hydro) "mBF" = ( /turf/closed/wall/strata_outpost, /area/lv522/indoors/b_block/bar) -"mBK" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/west) -"mCc" = ( -/obj/item/stack/medical/bruise_pack, -/turf/open/floor/prison/blue, -/area/lv522/indoors/a_block/hallway) -"mCn" = ( -/obj/structure/largecrate, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) +"mBU" = ( +/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_21"; + layer = 3.1; + name = "synthethic potted plant"; + pixel_y = 14 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"mCb" = ( +/obj/structure/largecrate/random, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/nw_rockies) "mCq" = ( /obj/item/storage/beer_pack, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/south_street) -"mCr" = ( -/obj/structure/machinery/autolathe, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) +"mCy" = ( +/obj/structure/largecrate/random/mini{ + pixel_x = -2; + pixel_y = -3 + }, +/obj/item/prop/colony/usedbandage{ + dir = 5; + pixel_y = 8 + }, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/oob) "mCA" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/b_block/hydro) "mCD" = ( -/obj/structure/prop/ice_colony/dense/planter_box{ - dir = 9 - }, -/obj/structure/flora/bush/ausbushes/var3/sunnybush{ - icon_state = "fernybush_2"; - pixel_y = 10 +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) -"mDd" = ( -/obj/structure/cargo_container/ferret/left, -/turf/open/asphalt/cement/cement2, -/area/lv522/outdoors/colony_streets/north_west_street) +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical) +"mCW" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/bridges) "mDe" = ( -/obj/structure/platform{ - dir = 4 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_street) -"mDn" = ( -/obj/structure/girder/displaced, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"mDp" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) +/area/lv522/indoors/a_block/corpo/glass) +"mDm" = ( +/turf/open/floor/corsat/brown/northeast, +/area/lv522/atmos/west_reactor) +"mDs" = ( +/obj/structure/closet/secure_closet/atmos_personal, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/engineering) +"mDu" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"mDv" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/computer/cameras/wooden_tv{ + pixel_y = 6 + }, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) "mDw" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 10 }, /turf/open/auto_turf/shale/layer2, /area/lv522/outdoors/w_rockies) -"mDD" = ( -/obj/item/prop/alien/hugger, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) "mDJ" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper A-Block Security Airlock" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "Sec-Kitchen-Lockdown"; - name = "\improper Storm Shutters" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/kitchen) -"mDM" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/multi_tiles, -/area/lv522/indoors/c_block/mining) -"mDU" = ( -/obj/structure/surface/table/almayer, -/obj/item/trash/ceramic_plate{ - pixel_y = 6 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"mEd" = ( -/obj/structure/barricade/deployable{ - dir = 8 - }, -/turf/open/floor/plating, -/area/lv522/outdoors/colony_streets/north_east_street) -"mEq" = ( -/obj/structure/machinery/iv_drip, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"mEu" = ( -/obj/structure/machinery/light{ - dir = 4 +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/north_command_centre) +"mEw" = ( +/obj/structure/platform_decoration{ + dir = 1 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2/ceiling) +/area/lv522/indoors/c_block/garage) "mEx" = ( /obj/item/stack/rods, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) +"mEy" = ( +/obj/item/tool/weldingtool, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/dorms) "mEz" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"mEC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/surface/rack, -/obj/item/clothing/head/welding, -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) -"mET" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light{ - dir = 1 +"mEL" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC, +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"mEV" = ( -/obj/structure/curtain/medical, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan3/west, -/area/lv522/indoors/a_block/medical/glass) -"mFk" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"mFn" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"mEX" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/c_block/mining) +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/bridge) +"mFv" = ( +/obj/structure/prop/ice_colony/flamingo{ + dir = 5; + pixel_x = 15 + }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/east_central_street) +"mFz" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper A-Block Kitchen Airlock" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "Sec-Kitchen-Lockdown"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/kitchen) "mFA" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -26353,6 +26411,21 @@ /obj/structure/platform/stair_cut/alt, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) +"mFS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2/ceiling) +"mFU" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor) +"mFY" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) "mFZ" = ( /obj/structure/barricade/handrail/strata{ dir = 8 @@ -26368,95 +26441,163 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/atmos/reactor_garage) +"mGq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/deployable{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) "mGL" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ +/obj/structure/machinery/portable_atmospherics/canister/phoron, +/turf/open/floor/corsat/squares, +/area/lv522/indoors/c_block/mining) +"mHf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red{ dir = 8 }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/central_streets) +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) +"mHk" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/b_block/bridge) +"mHm" = ( +/obj/item/clothing/gloves/yellow, +/obj/structure/machinery/space_heater/radiator/red{ + pixel_y = 26 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/engineering) "mHo" = ( /obj/structure/bed/chair/comfy{ dir = 4 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/security) -"mHu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/radio/off{ - pixel_x = -5; - pixel_y = 14 - }, -/obj/item/device/radio/off{ - pixel_x = 3; - pixel_y = 6 +"mHp" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "75" }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/c_block/t_comm) +/area/lv522/landing_zone_forecon/UD6_Typhoon) "mHv" = ( /obj/item/stack/sheet/wood, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) +"mHw" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/cardboard/full_stack, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"mHx" = ( +/obj/structure/prop/server_equipment/yutani_server{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) "mHC" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/garden_bridge) -"mHD" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +"mHI" = ( +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/filt) +"mHL" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) +"mHN" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass{ + name = "\improper Marshal Office Interrogation"; + req_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "Sec-Kitchen-Lockdown"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/security) "mHU" = ( /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/floor/grass, /area/lv522/indoors/a_block/garden) -"mIb" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/north_command_centre) -"mIf" = ( -/obj/structure/machinery/light{ - dir = 8 +"mIe" = ( +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 5 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"mIs" = ( -/obj/structure/fence{ - layer = 2.9 +/obj/structure/flora/bush{ + pixel_y = 9 }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/dorms) +"mIf" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "LV_522_Hydro-Lockdown"; + name = "\improper Storm Shutters" }, -/turf/open/floor/strata/floor3/east, -/area/lv522/outdoors/colony_streets/south_west_street) -"mJc" = ( -/obj/structure/prop/vehicles/crawler{ - icon_state = "crawler_fuel"; - pixel_y = 5 +/turf/open/floor/corsat/marked, +/area/lv522/indoors/b_block/hydro) +"mIl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/prop/alien/hugger, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/c_block/t_comm) +"mIv" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "102" }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) -"mJo" = ( -/obj/structure/window/framed/strata/reinforced, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/area/lv522/landing_zone_forecon/UD6_Tornado) +"mII" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper B-Block - Hydroponics Airlock" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "LV_522_Hydro-Lockdown"; + name = "\improper Storm Shutters" }, /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/corpo/glass) -"mJO" = ( -/obj/structure/platform{ - dir = 1 +/area/lv522/indoors/b_block/hydro) +"mJo" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "67" }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"mJq" = ( +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/nw_rockies) +"mJE" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + dir = 1; + req_one_access_txt = "100"; + welded = 1 }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/mining) +"mJK" = ( +/obj/structure/largecrate/random/barrel/white, /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/east_central_street) +/area/lv522/indoors/lone_buildings/storage_blocks) "mJQ" = ( /obj/item/storage/backpack/marine/satchel{ desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; @@ -26479,14 +26620,21 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_street) -"mKl" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan4/west, -/area/lv522/indoors/a_block/medical) -"mKw" = ( -/obj/structure/machinery/deployable/barrier, -/turf/open/floor/prison/darkredfull2, +"mKf" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper A-Block Security Airlock" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "Sec-Kitchen-Lockdown"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, /area/lv522/indoors/a_block/kitchen) +"mKx" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/west) "mKC" = ( /obj/item/toy/plush/farwa{ desc = "A Farwa plush doll. Once soft and comforting now just really wet."; @@ -26494,14 +26642,37 @@ }, /turf/open/gm/river, /area/lv522/atmos/sewer) -"mKU" = ( +"mKJ" = ( +/obj/structure/powerloader_wreckage, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) +"mKM" = ( /obj/structure/surface/table/almayer, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"mLN" = ( -/obj/structure/window/framed/strata/reinforced, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/cargo) +/obj/item/device/flashlight/lamp/on{ + pixel_x = -14; + pixel_y = 10 + }, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/tool/pen/blue/clicky, +/turf/open/floor/prison/blue, +/area/lv522/indoors/a_block/admin) +"mLx" = ( +/obj/structure/machinery/shower{ + pixel_y = 16 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/fitness) +"mLD" = ( +/obj/structure/machinery/camera/autoname, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges/corpo_fitness) "mLO" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 @@ -26531,43 +26702,54 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"mMn" = ( -/obj/structure/window/reinforced{ - dir = 4; - pixel_x = -2; - pixel_y = 4 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 3.3; - pixel_y = 4 - }, -/obj/structure/bed{ - can_buckle = 0 +"mLY" = ( +/obj/structure/platform_decoration, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/obj/item/bedsheet/brown{ - pixel_y = 13 +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_east_street) +"mMd" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/west_reactor) +"mMh" = ( +/obj/structure/machinery/washing_machine, +/obj/structure/machinery/washing_machine{ + pixel_y = 15 }, -/obj/item/bedsheet/brown{ - layer = 3.1 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) +"mMk" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice2"; + pixel_x = -37; + pixel_y = 17 }, -/obj/item/prop/alien/hugger, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/prison/blue/northeast, +/area/lv522/indoors/a_block/hallway) "mMo" = ( -/obj/structure/platform{ - dir = 4 +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 }, -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo/glass) +"mMu" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/central_streets) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) "mMv" = ( /obj/structure/bed/chair/comfy{ dir = 4 @@ -26578,112 +26760,60 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"mMP" = ( -/obj/structure/machinery/light{ - dir = 1 +"mME" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/cleanable/blood, +/obj/structure/phone_base/colony_net{ + phone_category = "LV522 Chances Claim"; + phone_color = "red"; + phone_id = "Reactor Entrance Office"; + pixel_y = 26 }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "mNa" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "Bathroom" - }, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/north_street) "mNc" = ( /obj/structure/machinery/floodlight, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"mNe" = ( -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/c_block/mining) -"mNj" = ( -/obj/structure/machinery/light{ - dir = 1 +"mNh" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "West LZ Storage"; + name = "Emergency Lockdown" }, -/obj/structure/machinery/space_heater, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/outdoor_bot) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/lone_buildings/storage_blocks) +"mNk" = ( +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) "mNm" = ( /turf/open/floor/corsat, /area/lv522/atmos/east_reactor/east) -"mNr" = ( -/obj/structure/surface/table/almayer, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/item/trash/plate, -/obj/item/reagent_container/food/drinks/cans/waterbottle{ - pixel_x = -10; - pixel_y = 12 - }, -/obj/item/reagent_container/food/snacks/wishsoup, -/obj/item/tool/kitchen/utensil/spoon{ - layer = 2.9; - pixel_x = 10; - pixel_y = 5 - }, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"mNC" = ( +"mNE" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/north_command_centre) -"mNF" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/clothing/suit/storage/snow_suit/survivor/parka/navy, -/obj/item/reagent_container/food/drinks/drinkingglass{ - icon_state = "shotglass"; - pixel_x = -1; - pixel_y = 17 - }, -/obj/item/reagent_container/food/drinks/drinkingglass{ - icon_state = "shotglass"; - pixel_x = -1; - pixel_y = 5 - }, -/obj/item/reagent_container/food/drinks/bottle/whiskey{ - pixel_x = 8; - pixel_y = 3 - }, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) -"mNH" = ( -/obj/structure/machinery/photocopier, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) -"mNN" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 1 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) "mNX" = ( /obj/structure/pipes/vents/pump, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms) -"mOd" = ( -/obj/structure/platform_decoration{ - dir = 1 +"mOt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/turf/open/asphalt/cement/cement9, -/area/lv522/outdoors/colony_streets/south_street) -"mOq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/south_west_street) "mOy" = ( /obj/vehicle/train/cargo/trolley, /obj/effect/decal/cleanable/blood/oil, @@ -26691,9 +26821,20 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) +"mOD" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/b_block/bar) "mOE" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/outdoors/colony_streets/north_street) +"mOH" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/command_centre) "mOI" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 @@ -26711,40 +26852,21 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) -"mOV" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/plating/plating_catwalk/prison, -/area/lv522/landing_zone_1/ceiling) +"mPb" = ( +/turf/open/floor/corsat/browncorner/east, +/area/lv522/atmos/west_reactor) "mPc" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 }, /turf/open/floor/carpet, /area/lv522/indoors/c_block/garage) -"mPd" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin/wy{ - pixel_x = 7; - pixel_y = 7 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) "mPj" = ( /turf/closed/wall/strata_outpost, /area/lv522/atmos/sewer) "mPr" = ( /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_street) -"mPA" = ( -/obj/item/clothing/mask/facehugger{ - desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; - icon_state = "facehugger_impregnated"; - layer = 3; - name = "????"; - stat = 2 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2) "mPB" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/machinery/space_heater/radiator/red{ @@ -26752,26 +26874,29 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms/glass) -"mPK" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper Post Office" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) -"mPM" = ( -/obj/structure/machinery/light{ - dir = 8 +"mPP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname, +/obj/structure/machinery/light/small{ + dir = 1 }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/oob/w_y_vault) +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/c_block/bridge) "mPR" = ( /obj/structure/machinery/light{ dir = 4 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms/glass) +"mPW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/nw_rockies) +"mPX" = ( +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/west) "mPY" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, /obj/effect/landmark/xeno_spawn, @@ -26783,6 +26908,38 @@ }, /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/lv522/atmos/filt) +"mQe" = ( +/obj/structure/largecrate, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/north_command_centre) +"mQj" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/tool, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) +"mQl" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_x = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "mQo" = ( /obj/item/ammo_magazine/rifle/heap{ current_rounds = 0 @@ -26802,13 +26959,11 @@ /turf/open/gm/river, /area/lv522/atmos/filt) "mQx" = ( -/obj/structure/machinery/light{ - dir = 8 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, -/obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) "mQy" = ( /obj/structure/surface/table/almayer, /obj/item/folder/black_random{ @@ -26822,25 +26977,53 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"mQS" = ( -/obj/structure/largecrate/random/case, +"mQz" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper A-Block - Colony Operations Centre Airlock" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/hallway) +"mQY" = ( +/obj/structure/barricade/deployable{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) -"mQX" = ( -/obj/effect/decal/cleanable/dirt, +/area/lv522/atmos/east_reactor/south) +"mRb" = ( /obj/structure/platform_decoration{ - dir = 8 + dir = 4 }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) -"mRc" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/garden) +"mRo" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/cargo_intake) "mRs" = ( /obj/item/prop/colony/used_flare, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) +"mRv" = ( +/turf/open/floor/corsat/browncorner, +/area/lv522/atmos/filt) +"mRw" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_2/ceiling) "mRx" = ( /obj/structure/prop/dam/drill{ layer = 3.1; @@ -26849,26 +27032,40 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"mRM" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +"mRG" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/camera/autoname, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) "mRO" = ( /obj/structure/prop/structure_lattice, /turf/open/auto_turf/shale/layer2, /area/lv522/outdoors/colony_streets/east_central_street) -"mRQ" = ( -/obj/structure/window_frame/strata, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "LV522CIC_1"; - name = "\improper Storm Shutters" +"mRR" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/admin) +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/south_street) +"mRU" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_y = 5 + }, +/obj/item/tool/pen/blue/clicky, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) "mSa" = ( /obj/structure/machinery/cm_vending/sorted/boozeomat, /turf/open/floor/wood, /area/lv522/indoors/a_block/executive) +"mSb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo) "mSe" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/garden_bridge) @@ -26881,53 +27078,45 @@ }, /turf/open/gm/river, /area/lv522/atmos/filt) -"mSo" = ( -/obj/structure/prop/ice_colony/dense/planter_box{ - dir = 8 - }, -/obj/structure/flora/bush/ausbushes/var3/stalkybush{ - pixel_y = 13 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"mSp" = ( -/obj/structure/window/framed/strata/reinforced, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms/glass) -"mSy" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/north_command_centre) +"mSs" = ( +/obj/structure/surface/rack, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) +"mSE" = ( +/obj/structure/barricade/sandbags, +/turf/open/asphalt/cement/cement14, +/area/lv522/outdoors/colony_streets/north_street) "mSI" = ( -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -4; - pixel_y = 24 - }, -/obj/structure/prop/invuln/pipe_water{ - pixel_x = -7; - pixel_y = 4 - }, -/turf/open/floor/plating/platingdmg3/west, -/area/lv522/indoors/a_block/dorms) -"mSJ" = ( /obj/structure/machinery/door/airlock/almayer/maint{ - dir = 1 + dir = 1; + welded = 1 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "LV_522_Hydro-Lockdown"; + name = "\improper Storm Shutters" }, /turf/open/floor/corsat/marked, -/area/lv522/atmos/sewer) +/area/lv522/indoors/b_block/bridge) +"mSS" = ( +/obj/structure/surface/rack, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/c_block/mining) "mSZ" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/garden_bridge) +"mTw" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/filt) "mTA" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "mTE" = ( /obj/structure/platform/strata{ dir = 8 @@ -26947,22 +27136,21 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/op_centre) -"mTQ" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/camera/autoname{ +"mTL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/cargo) +"mTN" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"mTX" = ( -/obj/structure/machinery/landinglight/ds1{ - dir = 1 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1) +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/command_centre) +"mTW" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/corsat/brown/southwest, +/area/lv522/atmos/east_reactor/south) "mTY" = ( /obj/structure/machinery/camera/autoname{ dir = 4 @@ -26987,48 +27175,41 @@ }, /turf/open/floor/plating, /area/lv522/atmos/filt) -"mUn" = ( -/obj/vehicle/train/cargo/engine, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/filt) "mUr" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"mUH" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan3/west, -/area/lv522/indoors/a_block/medical/glass) -"mUJ" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"mVb" = ( -/obj/structure/bookcase{ - density = 0; - icon_state = "book-5"; - pixel_y = 16 +"mUM" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/pouch/tools/full, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/filt) +"mUZ" = ( +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/east) +"mVe" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/recharger{ + pixel_y = 5 }, /obj/structure/machinery/light{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"mVd" = ( -/obj/structure/surface/table/almayer, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/faxmachine{ - pixel_y = 2 + dir = 4 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "mVg" = ( -/obj/structure/cargo_container/watatsumi/leftmid, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_east_street) +/obj/structure/bed/chair/comfy, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) +"mVh" = ( +/obj/effect/landmark/monkey_spawn, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/west_reactor) "mVm" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/wall/strata_outpost/reinforced, @@ -27043,10 +27224,11 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/b_block/bar) -"mVA" = ( +"mVy" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) +/obj/structure/machinery/space_heater/radiator/red, +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) "mVE" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_full" @@ -27056,27 +27238,32 @@ }, /turf/open/floor/plating, /area/lv522/atmos/filt) -"mVN" = ( -/turf/open/floor/corsat/browncorner/east, -/area/lv522/atmos/west_reactor) -"mVT" = ( -/turf/closed/wall/strata_outpost/reinforced, -/area/lv522/atmos/east_reactor/south) +"mVS" = ( +/obj/item/clothing/head/helmet/marine/grenadier{ + armor_bullet = 10; + desc = "Pairs with the M3-G4 heavy grenadier plating. A distant cousin of the experimental B18 defensive helmet. Decorated with a blue stripe the large hole in the side of this helmet somewhat limits its protection."; + name = "\improper damaged M3-G4 grenadier helmet"; + pixel_x = 3; + pixel_y = 13 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_street) "mWd" = ( /obj/structure/largecrate/random/secure, /turf/open/floor/prison, /area/lv522/landing_zone_2/ceiling) -"mWj" = ( -/obj/structure/window_frame/strata, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "LV522CIC_1"; - name = "\improper Storm Shutters" +"mWi" = ( +/obj/structure/bed/chair/comfy, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"mWq" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper C-Block - Casino Airlock" }, /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/hallway) -"mWm" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/darkbrownfull2, /area/lv522/indoors/c_block/casino) "mWw" = ( /obj/item/prop/colony/proptag{ @@ -27085,104 +27272,75 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/atmos/outdoor) +"mWz" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/prison/darkpurple2/west, +/area/lv522/indoors/a_block/dorms) "mWF" = ( /obj/item/trash/barcardine, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/hallway) -"mWO" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/south_west_street) +"mWH" = ( +/obj/structure/closet/radiation, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/south) "mWS" = ( -/obj/structure/barricade/deployable, -/obj/effect/decal/cleanable/dirt, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/north_street) -"mWY" = ( -/obj/structure/surface/rack, -/obj/item/clothing/suit/storage/hazardvest, -/obj/item/clothing/suit/storage/hazardvest, -/obj/item/clothing/suit/storage/hazardvest, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"mXa" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"mXv" = ( -/obj/structure/stairs/perspective{ - dir = 6; - icon_state = "p_stair_full" - }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/central_streets) -"mXE" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) -"mXI" = ( -/obj/structure/machinery/camera/autoname{ - dir = 4 - }, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"mXU" = ( -/obj/structure/prop/invuln/ice_prefab{ - dir = 10 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/central_streets) -"mXW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes{ - icon_state = "S"; - pixel_y = -1 - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/oob/w_y_vault) -"mYq" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Electronics Storage" +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper B-Block Bar" }, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat/marked, -/area/lv522/indoors/lone_buildings/outdoor_bot) -"mYL" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/area/lv522/indoors/b_block/bar) +"mWT" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/toolbox/mechanical, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/filt) +"mXq" = ( +/turf/open/floor/strata/white_cyan3/southeast, +/area/lv522/indoors/a_block/medical) +"mXr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/vending/coffee, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"mXC" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) +"mYv" = ( +/turf/open/floor/prison, +/area/lv522/landing_zone_1/ceiling) +"mYx" = ( +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor/south) -"mYP" = ( -/obj/structure/machinery/door/poddoor/shutters/almayer{ - dir = 4; - id = "Reactor_entry_2" +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/east, +/area/lv522/indoors/a_block/hallway) +"mYC" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/way_in_command_centre) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"mYL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurple2/north, +/area/lv522/indoors/a_block/dorms) +"mYQ" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/coffee, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "mYS" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -27193,33 +27351,22 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"mZb" = ( -/obj/item/storage/toolbox/electrical{ - pixel_y = -6 - }, -/obj/item/storage/toolbox/mechanical/green{ - pixel_x = -11; - pixel_y = 9 +"mZe" = ( +/turf/open/floor/prison/cell_stripe/north, +/area/lv522/atmos/way_in_command_centre) +"mZi" = ( +/obj/structure/fence{ + layer = 2.9 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) -"mZf" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/corpo/glass) -"mZq" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "49" +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"mZr" = ( -/obj/structure/machinery/light{ - dir = 8 +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/obj/structure/barricade/wooden, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/central_streets) "mZs" = ( /obj/structure/prop/invuln/ice_prefab/trim{ dir = 6 @@ -27229,16 +27376,6 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) -"mZH" = ( -/turf/open/floor/corsat/browncorner/east, -/area/lv522/atmos/cargo_intake) -"mZL" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) "mZQ" = ( /obj/structure/barricade/deployable, /turf/open/auto_turf/shale/layer1, @@ -27253,19 +27390,19 @@ }, /turf/open/gm/river, /area/lv522/atmos/filt) -"naa" = ( -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/east) -"naj" = ( -/obj/structure/pipes/standard/simple/hidden/green, +"nab" = ( +/obj/structure/machinery/computer/crew/colony{ + density = 0; + pixel_y = 16 + }, /turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) -"naq" = ( -/obj/structure/machinery/colony_floodlight{ - layer = 4.3 +/area/lv522/outdoors/colony_streets/windbreaker/observation) +"nar" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_east_street) +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) "nax" = ( /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_street) @@ -27276,12 +27413,6 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/c_block/mining) -"naI" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/west_reactor) "naM" = ( /obj/item/explosive/grenade/high_explosive/m15{ pixel_x = 8 @@ -27292,29 +27423,19 @@ }, /turf/open/floor/prison, /area/lv522/outdoors/colony_streets/north_street) -"naQ" = ( -/obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ +"naU" = ( +/obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"nbe" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo/glass) -"nbh" = ( -/obj/structure/barricade/wooden{ - dir = 1; - layer = 3.1; - pixel_y = 17 +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"nbc" = ( +/obj/structure/platform_decoration{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) +/turf/open/gm/river, +/area/lv522/landing_zone_1/tunnel/far) "nbj" = ( /obj/structure/platform{ dir = 1 @@ -27337,169 +27458,87 @@ /obj/structure/cargo_container/kelland/right, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"nbL" = ( -/obj/item/prop/alien/hugger, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"nbS" = ( -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = 9; - pixel_y = 3 - }, -/turf/open/floor/plating/platingdmg1, -/area/lv522/indoors/a_block/kitchen/damage) -"nbW" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/west_reactor) -"ncj" = ( -/obj/structure/bed/chair/dropship/passenger{ - dir = 4 - }, -/turf/open/shuttle/dropship/can_surgery/light_grey_top_right, -/area/lv522/outdoors/w_rockies) -"ncy" = ( -/obj/structure/prop/ice_colony/dense/planter_box{ - dir = 8 - }, -/obj/structure/flora/bush/ausbushes/reedbush{ - pixel_y = 11 - }, +"nbP" = ( +/obj/structure/closet/secure_closet/freezer/fridge/full, /turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) +/area/lv522/indoors/lone_buildings/chunk) +"nbQ" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "ncA" = ( /obj/item/clothing/suit/storage/marine/medium, /turf/closed/wall/mineral/bone_resin, /area/lv522/oob) -"ncD" = ( -/obj/structure/bed, -/obj/item/bedsheet/brown{ - layer = 3.1 +"ncI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" }, -/obj/item/clothing/under/suit_jacket/stowaway, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/multi_tiles, -/area/lv522/indoors/c_block/mining) +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/south_west_street) "ncJ" = ( /obj/structure/pipes/vents/pump, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"ncM" = ( -/obj/structure/window_frame/strata, -/obj/item/shard{ - icon_state = "medium" +"ncU" = ( +/obj/structure/barricade/handrail/strata, +/obj/structure/machinery/light{ + dir = 8 }, -/obj/structure/curtain/red, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/t_comm) -"ncN" = ( -/turf/closed/wall/r_wall/biodome/biodome_unmeltable, -/area/lv522/oob/w_y_vault) -"ncQ" = ( -/turf/open/floor/corsat/browncorner, -/area/lv522/atmos/east_reactor/south) -"ncW" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/cell_stripe/north, -/area/lv522/atmos/cargo_intake) -"ncY" = ( -/obj/item/ammo_magazine/rifle/boltaction, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/c_block/t_comm) +/area/lv522/indoors/c_block/mining) "ncZ" = ( -/obj/structure/cargo_container/horizontal/blue/bottom, -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/landing_zone_1) +/obj/structure/closet/toolcloset, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) "ndb" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/a_block/security) +"ndc" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + icon_state = "2" + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat/brown/southwest, +/area/lv522/oob) +"nde" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/bridges/op_centre) "ndf" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/kitchen/damage) -"ndk" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) +"ndq" = ( +/turf/open/floor/plating, +/area/lv522/outdoors/w_rockies) +"ndC" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/bridge) +"ndG" = ( +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/south_street) "ndP" = ( /obj/structure/platform{ dir = 1 }, /turf/open/floor/plating, /area/lv522/atmos/filt) -"ndV" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/cargo) -"ndW" = ( -/obj/structure/surface/table/almayer, -/obj/item/toy/beach_ball/holoball, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"ndY" = ( -/obj/structure/machinery/cm_vending/sorted/medical/no_access, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/strata/white_cyan3/west, -/area/lv522/indoors/a_block/medical/glass) -"neb" = ( -/obj/structure/machinery/cm_vending/sorted/medical/blood, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical/glass) "nel" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/security) -"neo" = ( -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/south_west_street) -"neq" = ( -/obj/structure/machinery/light, -/obj/structure/pipes/vents/pump, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"neD" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "33" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"neN" = ( -/obj/structure/surface/table/almayer, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/clothing/accessory/medal/gold{ - pixel_x = 7; - pixel_y = 10 - }, -/obj/item/clothing/accessory/medal/gold{ - pixel_x = -6; - pixel_y = 7 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"neU" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, -/turf/open/organic/grass, -/area/lv522/indoors/a_block/garden) -"neY" = ( -/turf/open/asphalt/cement/cement12, +"neT" = ( +/obj/item/stack/sandbags_empty/small_stack, +/turf/open/floor/prison/floor_plate, /area/lv522/outdoors/colony_streets/north_street) "nfe" = ( /obj/structure/window_frame/strata, @@ -27518,16 +27557,30 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) -"nfC" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 +"nfr" = ( +/obj/structure/surface/table/almayer, +/obj/item/grown/nettle/death{ + pixel_x = -3; + pixel_y = 7 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"nfE" = ( -/obj/structure/largecrate/random/secure, -/turf/open/auto_turf/shale/layer1, -/area/lv522/landing_zone_1) +/obj/item/seeds/glowshroom, +/obj/item/seeds/glowshroom{ + pixel_x = -6; + pixel_y = 5 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) +"nfx" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/bridge) +"nfJ" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/outdoors/colony_streets/north_east_street) "nfP" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -27539,34 +27592,46 @@ /obj/structure/largecrate/random/barrel/yellow, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) +"nfV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/case, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) "ngb" = ( /obj/structure/surface/table/gamblingtable, /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) +"ngc" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) "ngd" = ( /obj/item/tool/wrench, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/garage) -"ngh" = ( -/obj/item/newspaper, -/obj/effect/decal/cleanable/dirt, +"ngi" = ( +/obj/structure/bedsheetbin{ + pixel_y = 7 + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"ngl" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) "ngo" = ( /obj/structure/platform_decoration{ dir = 4 }, /turf/open/floor/plating, /area/lv522/atmos/filt) -"ngv" = ( -/obj/structure/machinery/light, -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) "ngx" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -27575,18 +27640,38 @@ /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) "ngB" = ( -/obj/structure/surface/table/almayer, -/obj/item/grown/nettle/death{ - pixel_x = -3; - pixel_y = 7 +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 1 }, -/obj/item/seeds/glowshroom, -/obj/item/seeds/glowshroom{ - pixel_x = -6; - pixel_y = 5 +/obj/structure/machinery/light/small, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"ngI" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) +"ngJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/sewer) +"ngQ" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/indoors/lone_buildings/storage_blocks) +"ngV" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_east_street) "ngY" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/admin) @@ -27594,45 +27679,48 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/plating, /area/lv522/atmos/filt) -"nhe" = ( -/obj/structure/prop/ice_colony/ground_wire{ +"nhc" = ( +/obj/structure/bed/chair{ dir = 4 }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor) -"nhf" = ( +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) +"nhj" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ - dir = 8 - }, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/prison/darkredfull2, +/turf/open/floor/prison/floor_plate, /area/lv522/indoors/a_block/security) -"nhh" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 1 +"nhk" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/c_block/cargo) +"nhm" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/box/matches{ + pixel_y = 8 }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_east_street) -"nhq" = ( -/obj/structure/cargo_container/kelland/left, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/north_command_centre) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) "nhs" = ( /obj/item/weapon/twohanded/folded_metal_chair, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"nhu" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/bridges/dorms_fitness) +"nht" = ( +/obj/structure/closet/bodybag, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/medical) +"nhy" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/south) +"nhz" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/colony_streets/north_west_street) "nhD" = ( /obj/effect/decal/cleanable/blood/xeno, /obj/structure/pipes/standard/simple/hidden/green{ @@ -27641,47 +27729,43 @@ /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/hallway) "nhI" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"nhR" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/east_central_street) -"nie" = ( +/obj/structure/surface/rack, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/atmos/cargo_intake) +"nhY" = ( /obj/structure/surface/table/almayer, -/obj/item/paper_bin{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/item/tool/pen/blue/clicky, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/east) +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/head/helmet/riot, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"nip" = ( +/turf/open/asphalt/cement/cement4, +/area/lv522/landing_zone_1) "niu" = ( /obj/structure/platform_decoration{ dir = 8 }, /turf/open/floor/plating, /area/lv522/atmos/filt) -"niz" = ( -/obj/structure/prop/invuln/ice_prefab{ - dir = 1; - icon_state = "fab_2" - }, -/obj/structure/prop/invuln/ice_prefab{ - icon_state = "fab_2" +"niC" = ( +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 }, -/turf/open/auto_turf/shale/layer2, -/area/lv522/outdoors/w_rockies) -"niB" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + layer = 2; + name = "weak acid"; + pixel_x = -10; + pixel_y = 4 }, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/north_street) +"niO" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/dorms) +/obj/effect/decal/cleanable/mucus, +/turf/open/floor/strata/white_cyan3, +/area/lv522/indoors/a_block/medical) "niU" = ( /obj/structure/foamed_metal, /obj/structure/pipes/standard/simple/hidden/green{ @@ -27689,54 +27773,63 @@ }, /turf/open/floor/plating, /area/lv522/atmos/cargo_intake) -"nja" = ( +"niZ" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +/turf/open/asphalt/cement/cement9, +/area/lv522/outdoors/colony_streets/central_streets) "njm" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/item/stack/sheet/wood, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"nka" = ( -/obj/item/prop/colony/canister{ - layer = 3.1; - pixel_y = 16 - }, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/reactor_garage) -"nkb" = ( -/obj/structure/window_frame/strata, -/obj/item/shard{ - icon_state = "medium" +"nkf" = ( +/obj/structure/machinery/washing_machine{ + density = 0; + pixel_y = 15 }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "LV522CIC_1"; - name = "\improper Storm Shutters" +/obj/structure/machinery/washing_machine{ + density = 0; + layer = 3.5; + pixel_y = 29 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/admin) -"nkp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"nkr" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor) +"nkB" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/outdoor_bot) -"nkA" = ( -/obj/structure/window_frame/strata, -/obj/item/stack/rods, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "LV_522_Hydro-Lockdown"; - name = "\improper Storm Shutters" +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/west_reactor) +"nkH" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Post Office" }, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/hydro) +/area/lv522/indoors/a_block/dorms) +"nkL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red, +/turf/open/floor/strata/cyan2/east, +/area/lv522/indoors/a_block/medical) +"nla" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/atmos/cargo_intake) "nlz" = ( /obj/structure/machinery/portable_atmospherics/canister/sleeping_agent{ density = 0; @@ -27746,14 +27839,11 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"nlI" = ( -/obj/structure/machinery/light/small, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"nlN" = ( -/obj/item/prop/colony/used_flare, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +"nlL" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/cell_stripe/north, +/area/lv522/atmos/reactor_garage) "nlV" = ( /obj/structure/machinery/portable_atmospherics/canister/sleeping_agent{ density = 0; @@ -27767,10 +27857,6 @@ /obj/item/stack/sheet/wood, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"nmb" = ( -/obj/structure/prop/almayer/computers/sensor_computer1, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) "nmh" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/prop/almayer/computer/PC{ @@ -27778,70 +27864,63 @@ }, /turf/open/floor/carpet, /area/lv522/indoors/c_block/garage) -"nmi" = ( -/obj/structure/closet/firecloset/full, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) -"nmn" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 8; - name = "\improper Dormitories" - }, +"nml" = ( +/turf/open/floor/prison/cell_stripe/north, +/area/lv522/atmos/cargo_intake) +"nmG" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/nw_rockies) +"nmK" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/prison, +/area/lv522/atmos/outdoor) +"nmV" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/browncorner, +/area/lv522/atmos/east_reactor/north) +"nne" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 9 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) -"nms" = ( -/obj/structure/platform, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/east) +"nnh" = ( +/obj/structure/coatrack{ + pixel_x = 12; + pixel_y = 24 + }, +/obj/structure/coatrack{ + pixel_x = 1; pixel_y = 1 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_street) -"nmA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "LV_522_Hydro-Lockdown"; - name = "\improper Storm Shutters" +/obj/item/clothing/suit/storage/snow_suit/survivor/parka/yellow{ + pixel_y = 5 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/bridge) -"nmJ" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/tool/pen/blue/clicky, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"nmK" = ( -/obj/item/prop/alien/hugger, -/turf/open/floor/prison, -/area/lv522/atmos/outdoor) -"nmT" = ( -/obj/structure/pipes/vents/pump, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 4 +/obj/item/clothing/suit/storage/snow_suit/survivor/parka/green{ + pixel_x = 10; + pixel_y = 27 }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) -"nnx" = ( -/obj/structure/reagent_dispensers/beerkeg{ - pixel_x = 5 +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/bar) +"nni" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_full" }, -/obj/structure/reagent_dispensers/beerkeg{ - pixel_x = -8; - pixel_y = -5 +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/south_west_street) +"nnx" = ( +/obj/structure/prop/server_equipment/yutani_server{ + density = 0; + pixel_y = 16 }, -/obj/structure/reagent_dispensers/beerkeg{ - layer = 3.1; - pixel_x = -3; - pixel_y = 12 +/obj/structure/machinery/atm{ + pixel_y = 11 }, -/obj/structure/machinery/light, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) "nnz" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 1 @@ -27850,10 +27929,11 @@ /turf/open/floor/wood, /area/lv522/indoors/a_block/executive) "nnA" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor/south) +/obj/structure/surface/rack, +/obj/item/storage/bag/ore, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) "nnB" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -27866,77 +27946,27 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"nnE" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor) -"nnH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"nnZ" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/structure/fence, -/turf/open/floor/strata/floor3/east, -/area/lv522/landing_zone_2/ceiling) -"nob" = ( -/obj/structure/curtain/medical, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/medical) -"noe" = ( -/obj/structure/stairs/perspective{ - dir = 5; - icon_state = "p_stair_full" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"noh" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"noy" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/cargo_intake) -"noG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 1; - pixel_y = 26 - }, -/turf/open/floor/wood/wood_broken2, -/area/lv522/indoors/b_block/bar) -"noJ" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "68" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) +"noq" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor/prison/blue/southwest, +/area/lv522/indoors/a_block/admin) +"nor" = ( +/obj/item/stack/rods, +/obj/structure/platform, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_east_street) "noL" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/nw_rockies) -"noO" = ( -/obj/item/reagent_container/food/drinks/flask/marine, -/obj/structure/pipes/vents/pump, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 4 +"noN" = ( +/obj/item/clothing/suit/storage/jacket/marine/RO{ + name = "\improper UA jacket" }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "noT" = ( /obj/structure/prop/ice_colony/ground_wire, /obj/structure/prop/ice_colony/ground_wire{ @@ -27948,28 +27978,28 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_east_street) +"npu" = ( +/obj/structure/filingcabinet{ + pixel_x = -9 + }, +/obj/structure/filingcabinet{ + pixel_x = 7 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) "npx" = ( /obj/structure/filtration/machine_96x96/indestructible{ icon_state = "distribution" }, /turf/open/floor/plating, /area/lv522/oob) -"npz" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"npB" = ( +/obj/item/shard{ + icon_state = "medium" }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/bridges/corpo_fitness) -"npC" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/north_east_street) +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/admin) "npD" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" @@ -27979,26 +28009,35 @@ }, /turf/open/floor/corsat, /area/lv522/atmos/cargo_intake) +"npH" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/obj/structure/surface/table/reinforced/prison, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) +"npR" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics{ + icon_state = "hydrotray4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/platebotc, +/area/lv522/indoors/b_block/hydro/glass) "npT" = ( /obj/structure/surface/table/almayer, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) "npY" = ( -/obj/structure/machinery/conveyor{ - dir = 8; - id = "cargo_container" - }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"npZ" = ( -/obj/structure/cargo_container/horizontal/blue/middle, -/obj/structure/largecrate/supply/floodlights{ - layer = 3.1; - pixel_y = 9 +/obj/structure/bed/chair/dropship/passenger{ + dir = 8 }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/colony_streets/north_east_street) +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"nqf" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/engineering) "nqo" = ( /obj/item/device/flashlight/lamp{ pixel_y = 13 @@ -28009,24 +28048,6 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms) -"nqp" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/toolbox/mechanical/green{ - pixel_y = 8 - }, -/obj/item/storage/toolbox/mechanical, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security/glass) -"nqv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) -"nqA" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) "nqB" = ( /obj/structure/filtration/machine_96x96/indestructible{ icon_state = "distribution"; @@ -28034,39 +28055,27 @@ }, /turf/open/floor/plating, /area/lv522/oob) -"nqJ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue/west, -/area/lv522/indoors/a_block/admin) -"nqP" = ( -/obj/item/clothing/shoes/jackboots{ - pixel_x = 4; - pixel_y = 9 +"nqM" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" }, -/obj/item/clothing/shoes/jackboots{ - pixel_x = -5; - pixel_y = -6 +/obj/structure/platform{ + dir = 4 }, -/obj/effect/decal/cleanable/blood/oil, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"nqX" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/weapon/pole/fancy_cane, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo) +/turf/open/shuttle/dropship/can_surgery/light_grey_middle, +/area/lv522/landing_zone_forecon/UD6_Tornado) "nqY" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/b_block/bar) -"nrr" = ( -/obj/structure/machinery/light, +"nrp" = ( +/obj/structure/barricade/deployable{ + dir = 1 + }, /obj/effect/decal/cleanable/dirt, -/obj/structure/surface/table/almayer, -/turf/open/floor/prison/blue_plate/north, +/turf/open/floor/prison/floor_plate, /area/lv522/indoors/a_block/admin) "nru" = ( /obj/effect/decal/warning_stripes{ @@ -28078,79 +28087,44 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) -"nrE" = ( -/obj/structure/window/framed/strata/reinforced, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "LV522CIC_1"; - name = "\improper Storm Shutters" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/hallway) -"nrJ" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - pixel_y = 3 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) "nrP" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/security) -"nrR" = ( -/obj/structure/surface/table/almayer, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) "nsv" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 }, /turf/open/floor/prison, /area/lv522/atmos/outdoor) -"nsG" = ( -/obj/effect/decal/hefa_cult_decals/d32{ - desc = "You think you can make out the iconography of a Xenomorph." - }, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/corsat/brown/southeast, +"nsH" = ( +/obj/structure/barricade/handrail, +/turf/open/floor/coagulation/icon4_8, /area/lv522/oob) +"nsJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/lone_buildings/chunk) "nsK" = ( -/turf/closed/wall/solaris/reinforced/hull/lv522, -/area/lv522/outdoors/colony_streets/central_streets) -"nsR" = ( -/obj/item/ammo_box/magazine/misc/mre, -/obj/item/prop/colony/usedbandage{ - dir = 9; - pixel_x = 5; - pixel_y = 15 - }, -/obj/item/trash/tray{ - pixel_x = -16; - pixel_y = 13 +/obj/item/prop/colony/used_flare, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_east_street) +"nth" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/oob) -"nsS" = ( -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"ntd" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse, +/turf/open/floor/prison/darkpurple2/north, +/area/lv522/indoors/a_block/dorms) +"nto" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) -"ntf" = ( -/obj/structure/platform_decoration, -/obj/structure/stairs/perspective{ - dir = 5; - icon_state = "p_stair_full" - }, -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/landing_zone_1) +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/security/glass) "ntq" = ( /obj/structure/prop/invuln/overhead_pipe{ name = "overhead pipe"; @@ -28159,17 +28133,10 @@ }, /turf/closed/wall/mineral/bone_resin, /area/lv522/atmos/east_reactor/south) -"ntu" = ( -/obj/structure/bed/chair, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurple2, -/area/lv522/indoors/a_block/dorms) -"ntE" = ( -/obj/structure/barricade/wooden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) +"ntI" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/lone_buildings/storage_blocks) "ntL" = ( /obj/item/stack/sheet/metal, /turf/open/floor/corsat, @@ -28180,42 +28147,26 @@ }, /turf/closed/wall/mineral/bone_resin, /area/lv522/oob) -"ntX" = ( -/obj/item/prop/alien/hugger, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"nua" = ( -/obj/item/stack/sheet/wood, -/obj/item/stack/rods, -/obj/structure/barricade/wooden{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/lone_buildings/storage_blocks) "nud" = ( /obj/structure/bed/chair{ dir = 4 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/security) -"nus" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "16" +"nug" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/blue/east, +/area/lv522/indoors/a_block/admin) +"nuq" = ( +/obj/structure/barricade/handrail{ + dir = 4 }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"nuv" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/east_reactor/south) -"nuB" = ( -/obj/structure/machinery/cryo_cell, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical/glass) -"nuD" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/cleanable/dirt, +/turf/open/floor/coagulation/icon0_5, +/area/lv522/oob) +"nus" = ( +/obj/structure/cargo_container/kelland/left, /turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) +/area/lv522/indoors/c_block/mining) "nuG" = ( /obj/structure/platform{ dir = 4 @@ -28226,6 +28177,16 @@ }, /turf/open/gm/river, /area/lv522/atmos/filt) +"nuH" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/ceramic_plate{ + pixel_y = 6 + }, +/obj/item/trash/ceramic_plate{ + pixel_y = 8 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "nuL" = ( /obj/structure/platform{ dir = 8 @@ -28236,98 +28197,221 @@ }, /turf/open/floor/plating, /area/lv522/atmos/filt) -"nuM" = ( -/obj/structure/foamed_metal, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/dorms/glass) +"nuX" = ( +/obj/effect/decal/cleanable/cobweb2, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) "nvd" = ( /obj/structure/girder/reinforced, /turf/open/floor/plating, /area/lv522/atmos/cargo_intake) -"nvm" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "68" +"nvh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/area/lv522/landing_zone_forecon/UD6_Tornado) +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"nvr" = ( +/obj/structure/machinery/conveyor{ + dir = 5; + id = "cargo_container" + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/brown/northwest, +/area/lv522/atmos/cargo_intake) +"nvw" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/indoors/lone_buildings/storage_blocks) "nvB" = ( /obj/structure/cargo_container/kelland/right, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/w_rockies) -"nvC" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +"nvH" = ( +/obj/item/reagent_container/glass/bucket/janibucket{ + pixel_y = -9 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) -"nvJ" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 1 +/obj/item/toy/beach_ball/holoball{ + pixel_y = -3 }, -/obj/structure/window/reinforced{ +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/south_street) +"nvI" = ( +/obj/structure/barricade/deployable{ dir = 8 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/colony_streets/north_east_street) "nvS" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/prison, /area/lv522/indoors/lone_buildings/outdoor_bot) -"nwd" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 2; - name = "\improper A-Block - Colony Operations Centre Airlock" +"nvZ" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo/glass) +"nwa" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/floor/corsat/marked, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/c_block/mining) +"nwf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/blue_plate/north, /area/lv522/indoors/a_block/hallway) "nwj" = ( /turf/closed/wall/strata_outpost, /area/lv522/indoors/a_block/dorms/glass) -"nwB" = ( +"nwn" = ( +/obj/structure/barricade/handrail, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) +"nwD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/south_west_street) +"nwN" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/central_streets) +"nwU" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/south_east_street) +"nxc" = ( +/obj/item/clothing/under/marine/reconnaissance, +/turf/open/floor/corsat/squares, +/area/lv522/oob) +"nxe" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/west) +"nxs" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib3" + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/brown/northeast, +/area/lv522/atmos/east_reactor/south) +"nxw" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/flour, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) -"nwJ" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "99" +/turf/open/floor/strata/white_cyan4/west, +/area/lv522/indoors/a_block/medical) +"nxN" = ( +/obj/structure/surface/table/almayer, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/item/trash/plate, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = -10; + pixel_y = 12 + }, +/obj/item/reagent_container/food/snacks/wishsoup, +/obj/item/tool/kitchen/utensil/spoon{ + layer = 2.9; + pixel_x = 10; + pixel_y = 5 }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"nxz" = ( -/obj/structure/reagent_dispensers/water_cooler/stacks{ - pixel_y = 16 +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"nxZ" = ( +/obj/item/shard{ + icon_state = "medium" }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"nym" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/filt) +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/hydro) +"nyd" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/cyan2/east, +/area/lv522/indoors/a_block/medical) "nyr" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue/west, -/area/lv522/indoors/a_block/hallway) -"nyy" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 }, -/obj/effect/decal/cleanable/mucus, -/turf/open/floor/strata/white_cyan3/north, -/area/lv522/indoors/a_block/medical) -"nyD" = ( -/obj/structure/barricade/deployable, -/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_left_to_right, -/area/lv522/landing_zone_forecon/UD6_Typhoon) +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"nyx" = ( +/obj/structure/closet, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "nyJ" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/c_block/mining) +"nyP" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/atmos/cargo_intake) +"nyU" = ( +/obj/vehicle/train/cargo/trolley, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/lone_buildings/storage_blocks) +"nyV" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/garden) +"nzb" = ( +/obj/structure/surface/table/almayer, +/obj/item/disk{ + desc = "a 2000 Russian crime film. It is a sequel to the 1997 film Brother."; + name = "brat 2 disk" + }, +/obj/structure/machinery/recharger{ + layer = 2.9; + pixel_x = 5; + pixel_y = -13 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2/ceiling) +"nzH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/sewer) "nzR" = ( /obj/item/stack/sheet/metal, /turf/closed/wall/r_wall/biodome/biodome_unmeltable, @@ -28345,6 +28429,23 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/carpet, /area/lv522/indoors/b_block/bar) +"nAm" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/cargo_intake) +"nAp" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"nAy" = ( +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/east_reactor/south) +"nAA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "nAC" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -28355,82 +28456,41 @@ }, /turf/open/floor/plating, /area/lv522/atmos/filt) -"nAN" = ( -/obj/structure/machinery/space_heater/radiator/red{ - dir = 4 - }, +"nAI" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"nAO" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) -"nAU" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin/wy{ - pixel_x = -7; - pixel_y = 7 - }, -/obj/item/device/flashlight/lamp{ - pixel_x = 6; - pixel_y = 14 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security/glass) -"nAZ" = ( -/obj/structure/fence{ - layer = 2.9 - }, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges/op_centre) +"nAP" = ( +/obj/effect/decal/cleanable/blood, /obj/effect/decal/warning_stripes{ icon_state = "N"; pixel_y = 1 }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) -"nBd" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/indoors/a_block/fitness) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"nBb" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) "nBe" = ( /turf/open/floor/plating, /area/lv522/indoors/a_block/kitchen/damage) -"nBh" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper B-Block - Hydroponics Airlock" - }, +"nBj" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "LV_522_Hydro-Lockdown"; - name = "\improper Storm Shutters" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/bridge) -"nBk" = ( -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -8; - pixel_y = 22 - }, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = 8; - pixel_y = 22 +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/indoors/a_block/fitness) +"nBl" = ( +/obj/structure/prop/invuln/overhead_pipe{ + dir = 8; + pixel_x = -6; + pixel_y = 6 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security/glass) +/obj/structure/platform, +/turf/open/gm/river, +/area/lv522/landing_zone_1/tunnel/far) "nBs" = ( /obj/structure/largecrate/random/barrel/green, /turf/open/auto_turf/shale/layer2, @@ -28446,27 +28506,19 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"nBH" = ( -/obj/structure/machinery/conveyor, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"nBL" = ( -/obj/structure/barricade/handrail/strata{ - dir = 8 - }, -/obj/structure/janitorialcart, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/mining) +"nBA" = ( +/obj/structure/curtain/medical, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan3, +/area/lv522/indoors/a_block/medical) "nBP" = ( /obj/structure/cargo_container/grant/left, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) +"nBT" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/south_west_street) "nBY" = ( /obj/item/tool/scythe, /turf/open/floor/prison, @@ -28475,39 +28527,30 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/n_rockies) -"nCg" = ( -/obj/structure/machinery/space_heater/radiator/red{ - dir = 4; - pixel_y = 7 +"nCs" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + dir = 1; + welded = 1 }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"nCj" = ( -/obj/effect/decal/cleanable/generic, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/south) "nCt" = ( /obj/effect/decal/cleanable/blood/gibs/xeno/body, /obj/effect/spawner/gibspawner/xeno, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/w_rockies) -"nCF" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/barricade/wooden{ - dir = 4 +"nCO" = ( +/obj/structure/machinery/light{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/cargo) -"nDc" = ( /obj/structure/pipes/vents/pump, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 4 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/bridges/garden_bridge) +"nCW" = ( +/obj/structure/prop/almayer/computers/sensor_computer2, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "nDn" = ( /obj/structure/bed/chair{ dir = 8 @@ -28526,6 +28569,10 @@ /obj/structure/platform, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_2) +"nDu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/cell_stripe/east, +/area/lv522/atmos/sewer) "nDM" = ( /turf/closed/wall/strata_outpost/reinforced, /area/lv522/outdoors/n_rockies) @@ -28533,46 +28580,28 @@ /obj/item/tool/wrench, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"nDX" = ( -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"nDY" = ( -/obj/structure/platform/stair_cut, -/obj/structure/stairs/perspective{ +"nDW" = ( +/obj/structure/prop/invuln/overhead_pipe{ dir = 8; - icon_state = "p_stair_full" - }, -/turf/open/gm/river, -/area/lv522/atmos/sewer) -"nEf" = ( -/obj/structure/closet/firecloset/full, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/sewer) -"nEn" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/item/prop/colony/canister{ - pixel_y = 11 + pixel_x = -6; + pixel_y = 6 }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"nEI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/phone_base/colony_net{ - dir = 8; - phone_category = "LV522 Chances Claim"; - phone_color = "red"; - phone_id = "Colony Medical"; - pixel_x = 16 +/obj/vehicle/train/cargo/trolley, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"nEE" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/kitchen/tray{ + pixel_y = 5 }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical/glass) -"nEV" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/item/tool/kitchen/tray{ + pixel_x = 1; + pixel_y = 9 }, -/obj/structure/machinery/space_heater/radiator/red, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) "nEX" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 @@ -28588,30 +28617,64 @@ /obj/structure/surface/table/reinforced/almayer_B, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/way_in_command_centre) -"nFe" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/tool/pen/blue/clicky, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +"nFh" = ( +/obj/structure/bed/roller, +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/medical) +"nFi" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_1/ceiling) "nFj" = ( /turf/open/floor/plating, /area/lv522/landing_zone_1) -"nFv" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper B-Block - Hydroponics Airlock" +"nFm" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/sewer) +"nFu" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "LV_522_Hydro-Lockdown"; - name = "\improper Storm Shutters" +/turf/open/floor/wood/wood_broken4, +/area/lv522/indoors/b_block/bar) +"nFw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/bridge) +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"nFy" = ( +/obj/structure/surface/table/almayer, +/obj/item/circuitboard/apc, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) +"nFA" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) +"nFK" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/microwave{ + pixel_y = 6 + }, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_full_bl"; + pixel_x = 3; + pixel_y = 11 + }, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_small_bl_full"; + pixel_x = -6; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "nFN" = ( /obj/item/tool/weldingtool{ pixel_x = 6; @@ -28623,22 +28686,20 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) +"nFR" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"nFS" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper C-Block - Radio Tower Airlock" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/t_comm) "nGc" = ( /obj/effect/alien/resin/sticky, /turf/open/gm/river, /area/lv522/atmos/filt) -"nGg" = ( -/obj/item/trash/barcardine, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue, -/area/lv522/indoors/a_block/hallway) -"nGo" = ( -/obj/structure/platform_decoration{ - dir = 8 - }, -/obj/item/stack/sheet/wood, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) "nGB" = ( /obj/structure/cargo_container/kelland/right, /obj/effect/decal/warning_stripes{ @@ -28654,91 +28715,108 @@ }, /turf/open/floor/plating, /area/lv522/atmos/filt) -"nGW" = ( -/obj/structure/machinery/camera/autoname, -/obj/structure/machinery/light/small{ - dir = 1 +"nGI" = ( +/obj/item/cell/apc{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/item/cell/hyper{ + pixel_y = -2 }, -/turf/open/floor/prison/darkpurple2/north, -/area/lv522/indoors/a_block/dorms) -"nHe" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/toolbox/mechanical/green, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_west_street) -"nHf" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/north_command_centre) -"nHv" = ( -/obj/structure/cargo_container/hd/right/alt, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/north_command_centre) -"nHI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/athletic_mixed, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) -"nHY" = ( -/obj/structure/machinery/light, /obj/structure/surface/table/almayer, -/obj/structure/machinery/recharger, -/obj/item/clothing/glasses/kutjevo, /turf/open/floor/prison/darkyellowfull2/east, /area/lv522/indoors/lone_buildings/outdoor_bot) +"nGX" = ( +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1, +/area/lv522/indoors/lone_buildings/chunk) +"nHl" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/organic/grass, +/area/lv522/indoors/a_block/garden) +"nHs" = ( +/obj/structure/cargo_container/lockmart/right, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/atmos/cargo_intake) +"nHG" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/north_west_street) "nIa" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 1 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"nIg" = ( -/obj/structure/prop/ice_colony/ground_wire{ - dir = 1 +"nIj" = ( +/obj/structure/coatrack{ + pixel_x = -6; + pixel_y = 23 }, -/turf/open/floor/corsat/browncorner/west, -/area/lv522/atmos/command_centre) -"nIm" = ( -/turf/open/floor/corsat/brown/northwest, -/area/lv522/atmos/reactor_garage) -"nIp" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles, +/area/lv522/indoors/c_block/mining) +"nIl" = ( +/obj/structure/stairs/perspective{ + dir = 6; + icon_state = "p_stair_full" + }, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/south_east_street) +"nIv" = ( +/obj/structure/bed/chair/comfy{ dir = 4 }, +/obj/structure/barricade/wooden, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"nIz" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "Sec-Kitchen-Lockdown"; + id = "LV522CIC_1"; name = "\improper Storm Shutters" }, /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/kitchen/glass) -"nIs" = ( -/obj/structure/machinery/door/poddoor/shutters/almayer{ - dir = 4; - id = "Reactor_garage_3" +/area/lv522/indoors/a_block/admin) +"nID" = ( +/obj/structure/prop/invuln/overhead_pipe{ + dir = 8; + pixel_x = -6; + pixel_y = 6 }, +/obj/vehicle/train/cargo/trolley, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"nIH" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/blue/northwest, +/area/lv522/indoors/a_block/admin) +"nIZ" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 10 }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/reactor_garage) -"nIx" = ( -/obj/item/device/flashlight/lamp/green{ - pixel_x = 5; - pixel_y = 12 +/turf/open/floor/corsat/squares, +/area/lv522/atmos/north_command_centre) +"nJm" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/surface/table/almayer, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/door_control/brbutton/alt{ - id = "Secure_Master_Armoury_2"; - name = "remote door-control" +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_street) +"nJo" = ( +/obj/structure/reagent_dispensers/water_cooler/stacks{ + density = 0; + pixel_y = 24 }, -/turf/open/floor/strata/multi_tiles, -/area/lv522/indoors/c_block/mining) -"nJm" = ( -/obj/structure/cargo_container/arious/right, +/obj/structure/pipes/vents/pump, /turf/open/floor/corsat/plate, -/area/lv522/atmos/north_command_centre) +/area/lv522/atmos/command_centre) "nJr" = ( /obj/structure/barricade/wooden{ dir = 8 @@ -28749,17 +28827,41 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_street) +"nJs" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/tool/lighter/random{ + pixel_x = 9; + pixel_y = 4 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) "nJv" = ( /turf/closed/wall/strata_outpost, /area/lv522/indoors/lone_buildings/engineering) -"nJJ" = ( +"nJM" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/bridges/dorms_fitness) +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/executive) "nJV" = ( /obj/structure/noticeboard, /turf/closed/wall/strata_outpost, /area/lv522/outdoors/colony_streets/windbreaker/observation) +"nKb" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "nKm" = ( /obj/structure/platform_decoration, /turf/open/asphalt/cement, @@ -28773,21 +28875,6 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/security/glass) -"nKB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) -"nKD" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper Family Dormitories" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) "nKK" = ( /obj/structure/platform{ dir = 8 @@ -28798,6 +28885,18 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/garage) +"nKL" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "LV_522_Hydro-Lockdown"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/b_block/bridge) +"nKQ" = ( +/obj/structure/cargo_container/arious/right, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/north_command_centre) "nKZ" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -28820,37 +28919,32 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/security) -"nLN" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"nLL" = ( +/obj/item/reagent_container/glass/bucket/janibucket{ + pixel_x = -11; + pixel_y = 16 }, -/turf/open/asphalt/cement/cement2, -/area/lv522/outdoors/colony_streets/central_streets) -"nLX" = ( +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/south_street) +"nLT" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/asphalt/cement/cement2, -/area/lv522/outdoors/colony_streets/central_streets) -"nMa" = ( -/obj/structure/window/framed/strata/reinforced, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/bridges/op_centre) -"nMf" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper Community Office" - }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/south) +"nLY" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/corsat/browncorner/north, +/area/lv522/atmos/filt) "nMl" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/atmos/reactor_garage) -"nMq" = ( -/obj/structure/largecrate/random/barrel/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2/ceiling) +"nMn" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/wood/wood_broken3, +/area/lv522/indoors/b_block/bar) "nMB" = ( /obj/structure/bed/chair{ dir = 4 @@ -28858,35 +28952,34 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood/ship, /area/lv522/atmos/way_in_command_centre) -"nMK" = ( -/obj/structure/machinery/light, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) +"nMD" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) +"nMH" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/suit/storage/hazardvest, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/filt) "nMX" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/atmos/way_in_command_centre) -"nMZ" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, +"nNo" = ( +/obj/structure/surface/table/almayer, /turf/open/floor/prison/floor_plate, /area/lv522/atmos/way_in_command_centre) -"nNc" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue/southwest, -/area/lv522/indoors/a_block/admin) -"nNy" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/east_central_street) "nNz" = ( /obj/structure/surface/table/almayer, /obj/item/reagent_container/glass/bucket, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/b_block/hydro) +"nNC" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/prison/darkpurple2/north, +/area/lv522/indoors/a_block/dorms) "nNL" = ( /obj/item/ammo_magazine/rifle, /obj/item/ammo_magazine/rifle{ @@ -28905,62 +28998,54 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"nNO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, +"nNN" = ( +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 9 + }, +/obj/structure/flora/bush/ausbushes/ppflowers, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"nNQ" = ( +/obj/item/prop/alien/hugger, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/strata/white_cyan2/west, /area/lv522/indoors/a_block/medical/glass) -"nNY" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/north_command_centre) -"nOh" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic, -/obj/structure/pipes/standard/simple/hidden/green, +"nOd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/phone_base/colony_net{ + dir = 8; + phone_category = "LV522 Chances Claim"; + phone_color = "red"; + phone_id = "Colony Medical"; + pixel_x = 16 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical/glass) +"nOu" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_street) +"nOv" = ( +/obj/structure/window/framed/strata/reinforced, /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/bridges) +/area/lv522/atmos/east_reactor/south) "nOB" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, /area/lv522/indoors/a_block/security) -"nOG" = ( -/obj/structure/platform{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"nOH" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/east) -"nON" = ( -/obj/structure/machinery/portable_atmospherics/canister/empty/oxygen, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"nOO" = ( -/obj/structure/prop/invuln/ice_prefab/roof_greeble{ - icon_state = "vent2"; - pixel_x = 4; - pixel_y = 2 - }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/colony_streets/north_east_street) -"nOQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ - dir = 8 - }, -/obj/structure/machinery/light/small{ - dir = 4 +"nOZ" = ( +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + layer = 3; + name = "????"; + stat = 2 }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/lone_buildings/storage_blocks) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "nPb" = ( /obj/structure/platform, /obj/structure/platform{ @@ -28976,28 +29061,42 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"nPe" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "95" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"nPf" = ( -/obj/structure/cargo_container/horizontal/blue/top, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/east) +"nPh" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/bar) "nPo" = ( /obj/item/prop/alien/hugger, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/security) -"nPT" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo/glass) +"nPQ" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "nPV" = ( /obj/structure/bed/chair/comfy, /turf/open/floor/prison, /area/lv522/atmos/way_in_command_centre) +"nQc" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"nQk" = ( +/obj/structure/prop/holidays/string_lights{ + pixel_x = -13; + pixel_y = 5 + }, +/obj/structure/prop/holidays/string_lights{ + pixel_x = -1; + pixel_y = 5 + }, +/turf/open/floor/plating/platebot, +/area/lv522/indoors/c_block/cargo) "nQu" = ( /turf/open/floor/plating, /area/lv522/indoors/c_block/mining) @@ -29011,20 +29110,41 @@ /obj/structure/platform_decoration, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_1) -"nQD" = ( -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor) "nQG" = ( /obj/item/stack/sheet/wood, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"nQH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ +"nQN" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/plate{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/trash/plate{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/trash/plate{ + pixel_x = 11; + pixel_y = 3 + }, +/obj/item/trash/plate{ + pixel_x = 11; + pixel_y = 6 + }, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = 4 + }, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -4 + }, +/obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) +/obj/effect/decal/cleanable/cobweb, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/bar) "nQQ" = ( /obj/item/storage/backpack/marine/satchel{ desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; @@ -29040,18 +29160,11 @@ /obj/structure/machinery/door/airlock/almayer/maint, /turf/open/floor/plating, /area/lv522/indoors/c_block/mining) -"nRk" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/west_reactor) -"nRo" = ( -/obj/structure/pipes/vents/pump, -/obj/structure/machinery/camera/autoname, -/obj/structure/machinery/light/small{ - dir = 1 +"nRg" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "73" }, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) +/area/lv522/landing_zone_forecon/UD6_Tornado) "nRs" = ( /obj/structure/prop/ice_colony/ground_wire{ dir = 8 @@ -29059,13 +29172,20 @@ /obj/structure/prop/ice_colony/ground_wire, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"nRF" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"nRv" = ( +/obj/effect/decal/cleanable/flour, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) +"nRA" = ( +/obj/structure/cargo_container/lockmart/mid, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/atmos/cargo_intake) +"nRE" = ( +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/west) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "nRK" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -29074,20 +29194,63 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/plating, /area/lv522/atmos/filt) -"nRP" = ( -/obj/structure/bed/chair/comfy, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +"nRL" = ( +/obj/structure/machinery/conveyor{ + dir = 10; + id = "cargo_container" + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/browncorner/north, +/area/lv522/atmos/cargo_intake) +"nRS" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Executive Suite" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/executive) +"nSd" = ( +/obj/structure/machinery/door/airlock/almayer/generic, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/lone_buildings/storage_blocks) "nSg" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) +"nSp" = ( +/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/prison/darkpurple2/north, -/area/lv522/indoors/a_block/dorms) -"nSn" = ( -/obj/item/stack/sheet/wood, +/obj/item/trash/plate, +/obj/structure/machinery/door_control/brbutton/alt{ + id = "LZ1_Pressuredoor"; + name = "remote door-control"; + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) +"nSB" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) +/area/lv522/indoors/c_block/bridge) +"nSD" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) "nSF" = ( /obj/structure/barricade/deployable{ dir = 1 @@ -29098,24 +29261,30 @@ /obj/item/stack/sheet/metal, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"nSY" = ( -/obj/structure/phone_base/colony_net{ - phone_category = "LV522 Chances Claim"; - phone_color = "red"; - phone_id = "Colony Fitness"; - pixel_y = 26 +"nSP" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/shovel/etool/folded, +/obj/item/tool/soap/deluxe{ + pixel_x = 4; + pixel_y = 13 }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/indoors/a_block/fitness) +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) +"nSY" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) "nTa" = ( /obj/structure/tunnel, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/nw_rockies) -"nTf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb2, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) +"nTd" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/cargo_intake) "nTg" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/structure/bed/chair{ @@ -29132,6 +29301,10 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) +"nTt" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/west_reactor) "nTv" = ( /turf/closed/wall/strata_outpost, /area/lv522/indoors/a_block/bridges/dorms_fitness) @@ -29140,14 +29313,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) -"nTG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper Family Dormitories" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) "nTJ" = ( /obj/structure/pipes/vents/pump, /obj/effect/decal/cleanable/dirt, @@ -29157,27 +29322,17 @@ /obj/structure/cargo_container/wy/left, /turf/open/floor/prison, /area/lv522/atmos/cargo_intake) -"nTW" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) "nUd" = ( /obj/structure/cargo_container/wy/left, /turf/open/floor/prison, /area/lv522/landing_zone_1) -"nUe" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 - }, -/mob/living/simple_animal/corgi/puppy, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/c_block/mining) -"nUs" = ( -/turf/open/asphalt/cement/cement9, -/area/lv522/outdoors/colony_streets/north_west_street) +"nUi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/cyan2/east, +/area/lv522/indoors/a_block/medical) +"nUl" = ( +/turf/open/floor/prison/blue, +/area/lv522/indoors/a_block/admin) "nUF" = ( /obj/structure/prop/invuln/overhead_pipe{ pixel_x = 6; @@ -29195,55 +29350,45 @@ /obj/structure/closet/crate/trashcart, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) -"nUW" = ( +"nUP" = ( /obj/structure/surface/table/almayer, -/obj/item/tool/crowbar/red, -/obj/item/clipboard{ - pixel_x = 1; - pixel_y = 4 +/obj/item/paper_bin/wy{ + pixel_x = 7; + pixel_y = 7 }, -/obj/item/storage/box/handcuffs{ - pixel_x = 5; - pixel_y = 5 +/obj/item/device/flashlight/lamp{ + pixel_x = -8; + pixel_y = 10 }, -/obj/item/reagent_container/spray/cleaner, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security/glass) +/obj/item/tool/pen, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "nVc" = ( /obj/structure/powerloader_wreckage, /turf/open/floor/plating, /area/lv522/indoors/c_block/garage) -"nVd" = ( -/obj/structure/platform{ - dir = 8 - }, -/obj/structure/prop/almayer/computers/sensor_computer2{ - layer = 2.0 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"nVe" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/dorms/glass) "nVq" = ( -/obj/structure/prop/vehicles/crawler{ - icon_state = "crawler_crate_alt2"; - layer = 3.1 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"nVz" = ( -/obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"nVr" = ( +/turf/open/floor/corsat/marked, +/area/lv522/atmos/west_reactor) "nVN" = ( /obj/item/ammo_magazine/flamer_tank/empty, /obj/effect/decal/cleanable/liquid_fuel, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_street) +"nWc" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) "nWq" = ( /obj/item/storage/backpack/marine/satchel{ desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; @@ -29255,44 +29400,21 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) -"nWy" = ( -/obj/structure/barricade/deployable{ - dir = 8 - }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/colony_streets/north_east_street) -"nWW" = ( -/obj/structure/closet/secure_closet/miner, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"nXi" = ( -/obj/item/shard{ - icon_state = "medium" +"nWX" = ( +/turf/open/floor/prison/blue/northeast, +/area/lv522/indoors/a_block/hallway) +"nXw" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "32" }, -/obj/item/stack/sheet/metal, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"nXx" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"nXr" = ( -/obj/structure/machinery/camera/autoname{ - dir = 8 - }, -/obj/structure/machinery/light/small{ +/obj/structure/machinery/space_heater/radiator/red{ dir = 4 }, -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) -"nXw" = ( -/obj/structure/stairs/perspective{ - dir = 4; - icon_state = "p_stair_full" - }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) "nXC" = ( /obj/item/tool/wrench, /obj/structure/platform_decoration{ @@ -29300,14 +29422,24 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/garage) -"nXM" = ( -/obj/structure/machinery/squeezer, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) +"nXD" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/central_streets) "nXO" = ( /obj/item/ammo_box/magazine/misc/flares, /turf/open/floor/prison, /area/lv522/indoors/lone_buildings/storage_blocks) +"nXT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "nXX" = ( /obj/effect/decal/warning_stripes{ icon_state = "E"; @@ -29315,63 +29447,34 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_street) -"nYy" = ( -/obj/structure/stairs/perspective{ - dir = 4; - icon_state = "p_stair_full" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"nYn" = ( +/obj/structure/closet/crate, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 }, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/bridge) +/obj/item/tool/pickaxe/silver, +/obj/item/tool/pickaxe/silver, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/lone_buildings/storage_blocks) +"nYs" = ( +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/lone_buildings/storage_blocks) "nYF" = ( /obj/item/weapon/twohanded/folded_metal_chair, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/plating_catwalk/prison, -/area/lv522/indoors/a_block/bridges/garden_bridge) -"nYK" = ( -/obj/structure/prop/ice_colony/dense/planter_box{ - dir = 5 - }, -/obj/structure/flora/bush{ - pixel_y = 9 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/dorms) -"nYM" = ( -/obj/structure/cargo_container/wy/mid, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/auto_turf/shale/layer1, -/area/lv522/outdoors/w_rockies) -"nYN" = ( -/obj/structure/surface/rack, -/obj/item/clothing/head/hardhat, -/obj/item/clothing/head/hardhat, -/obj/item/tool/pickaxe, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"nYR" = ( -/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/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv522/indoors/a_block/bridges/garden_bridge) +"nYM" = ( +/obj/structure/cargo_container/wy/mid, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/auto_turf/shale/layer1, +/area/lv522/outdoors/w_rockies) +"nYO" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "70" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) "nYW" = ( /obj/structure/machinery/space_heater/radiator/red{ dir = 1; @@ -29379,47 +29482,45 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) +"nYX" = ( +/turf/open/floor/corsat/browncorner, +/area/lv522/atmos/east_reactor/north) "nZd" = ( /obj/structure/platform, /obj/effect/decal/cleanable/generic, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) -"nZf" = ( -/obj/structure/filingcabinet/seeds{ - density = 0; - pixel_x = -8; - pixel_y = 1 - }, -/obj/structure/filingcabinet/seeds{ - density = 0; - pixel_x = 7; - pixel_y = 1 +"nZn" = ( +/obj/effect/decal/cleanable/cobweb2, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) +"nZJ" = ( +/turf/open/floor/strata/white_cyan4/west, +/area/lv522/indoors/a_block/medical/glass) +"nZL" = ( +/obj/structure/window/framed/strata/reinforced, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "LV522CIC_1"; + name = "\improper Storm Shutters" }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"nZI" = ( -/obj/structure/stairs/perspective{ - dir = 6; - icon_state = "p_stair_full" +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/admin) +"nZM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"nZV" = ( +/obj/structure/filtration/collector_pipes{ + icon_state = "lower_1"; + layer = 5.1 }, -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/landing_zone_1) -"nZO" = ( -/obj/structure/machinery/space_heater/radiator/red{ +/obj/structure/barricade/handrail{ dir = 4 }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/engineering) -"oah" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper C-Block - Cargo Airlock" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/cargo) -"oai" = ( -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) +/obj/structure/blocker/invisible_wall, +/turf/open/floor/coagulation/icon0_5, +/area/lv522/oob) "oaq" = ( /obj/item/storage/backpack/marine/satchel{ desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; @@ -29431,6 +29532,38 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/garage) +"oax" = ( +/obj/structure/cargo_container/horizontal/blue/middle, +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/landing_zone_1) +"oaz" = ( +/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, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"oaA" = ( +/obj/structure/fence{ + layer = 2.9 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_west_street) "oaH" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 @@ -29444,85 +29577,125 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/south_street) -"oaO" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/east_reactor/south) -"obv" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"oaY" = ( +/obj/structure/fence, +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/turf/open/floor/corsat/browncorner, -/area/lv522/atmos/east_reactor) -"obF" = ( -/obj/structure/largecrate/random/secure, -/obj/effect/decal/cleanable/dirt, /obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - pixel_y = 1 + icon_state = "E"; + pixel_x = 1 }, /turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"obY" = ( +/area/lv522/outdoors/nw_rockies) +"oba" = ( +/obj/structure/machinery/landinglight/ds1, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1) +"obo" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges/op_centre) -"ocd" = ( -/obj/structure/platform{ +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/glass) +"oby" = ( +/obj/structure/machinery/space_heater/radiator/red{ dir = 4 }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/north_west_street) +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) +"obW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/sewer) "ocn" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges) -"ocq" = ( -/obj/docking_port/stationary/marine_dropship/lz2{ - name = "LZ2: Southeast Landing Zone" +"ocD" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"ocF" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 }, -/turf/open/floor/plating, -/area/shuttle/drop2/lv522) -"ocE" = ( -/obj/structure/cargo_container/grant/rightmid, -/turf/open/auto_turf/shale/layer2, -/area/lv522/outdoors/w_rockies) -"ocI" = ( -/obj/structure/closet/crate/explosives, -/obj/item/storage/box/explosive_mines, -/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"ocW" = ( -/obj/structure/barricade/handrail{ +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) +"ocH" = ( +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"ocK" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/asphalt/cement/cement9, +/area/lv522/outdoors/colony_streets/east_central_street) +"ocN" = ( +/obj/structure/platform{ dir = 8 }, -/obj/item/stack/sheet/metal, -/turf/open/floor/prison/cell_stripe/west, -/area/lv522/indoors/lone_buildings/storage_blocks) -"odh" = ( -/obj/item/reagent_container/glass/bucket/janibucket, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, +/obj/structure/ore_box, +/turf/open/floor/plating, +/area/lv522/indoors/c_block/cargo) +"ocX" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/east_central_street) +"odc" = ( +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/prison/blue_plate/north, /area/lv522/indoors/c_block/mining) "odi" = ( /obj/effect/spawner/gibspawner/human, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/w_rockies) +"odr" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/turf/open/shuttle/dropship/can_surgery/light_grey_middle, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"odA" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/asphalt/cement/cement9, +/area/lv522/outdoors/colony_streets/south_west_street) "odB" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_street) -"odG" = ( -/obj/structure/pipes/vents/pump, -/obj/vehicle/powerloader, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) -"odH" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/structure/bed/chair/comfy{ + dir = 1 + }, /turf/open/floor/corsat/squares, /area/lv522/atmos/cargo_intake) +"odP" = ( +/obj/structure/largecrate/supply{ + pixel_x = -4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/bridges/op_centre) +"odV" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/browncorner/north, +/area/lv522/atmos/east_reactor) +"oee" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/shale/layer1, +/area/lv522/outdoors/w_rockies) "oet" = ( /obj/structure/prop/dam/crane/cargo{ dir = 1 @@ -29530,23 +29703,18 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"oev" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_street) "oeK" = ( -/obj/structure/platform_decoration{ - dir = 4 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/east_central_street) +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/colony_streets/north_east_street) +"oeR" = ( +/obj/structure/blocker/forcefield/vehicles, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/north_command_centre) +"oeS" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/west_reactor) "oeU" = ( /obj/structure/bed/chair/comfy{ dir = 1 @@ -29557,22 +29725,29 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/n_rockies) -"oeY" = ( -/obj/structure/pipes/vents/pump, +"ofc" = ( +/obj/structure/barricade/wooden{ + dir = 8; + pixel_y = 12 + }, +/obj/structure/barricade/wooden{ + dir = 8; + pixel_y = 25 + }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) +/area/lv522/indoors/c_block/casino) "ofi" = ( /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_west_street) -"ofs" = ( -/obj/structure/window/framed/strata/reinforced, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "LV_522_Hydro-Lockdown"; - name = "\improper Storm Shutters" +"ofv" = ( +/obj/structure/machinery/optable{ + density = 0; + pixel_x = 16; + pixel_y = -6 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/hydro) +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/medical) "ofy" = ( /obj/structure/bed/chair/wood/normal{ dir = 4; @@ -29580,28 +29755,23 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"ofI" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"ofT" = ( +/turf/open/asphalt/cement/cement9, +/area/lv522/outdoors/colony_streets/south_street) +"ogr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan3/west, -/area/lv522/indoors/a_block/medical/glass) -"ofV" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/landing_zone_2) -"ogk" = ( -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"ogu" = ( -/obj/structure/machinery/light{ - dir = 4 +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/cargo_intake) +"ogt" = ( +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorm_north) "ogA" = ( /obj/effect/decal/cleanable/blood/xeno, /obj/effect/decal/cleanable/dirt, @@ -29622,51 +29792,22 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"ogU" = ( -/obj/structure/largecrate/random/barrel/yellow, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_east_street) -"ogY" = ( -/obj/structure/surface/table/almayer, -/obj/item/clothing/head/hardhat/orange{ - pixel_x = 8; - pixel_y = 12 - }, -/obj/item/tool/lighter/random{ - pixel_x = -3; - pixel_y = 4 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"ohb" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) -"ohc" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness/glass) -"ohp" = ( -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges) -"ohI" = ( -/obj/structure/surface/table/almayer, -/obj/structure/foamed_metal, +"ogM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/indoors/lone_buildings/outdoor_bot) +"ohH" = ( +/obj/structure/closet/crate, +/obj/item/weapon/classic_baton, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2) +"oic" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) -"ohT" = ( /obj/structure/bed/chair{ - dir = 4 + dir = 8 }, /turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"oie" = ( -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) +/area/lv522/indoors/b_block/hydro) "oig" = ( /obj/structure/barricade/wooden{ dir = 4 @@ -29677,22 +29818,31 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/op_centre) +"oij" = ( +/turf/open/floor/corsat/browncorner/east, +/area/lv522/atmos/filt) "oim" = ( /obj/structure/machinery/light{ dir = 4 }, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) -"oin" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges/op_centre) -"oio" = ( -/obj/structure/surface/table/almayer, -/obj/item/trash/plate, -/obj/item/reagent_container/food/snacks/mushroompizzaslice, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) +"oip" = ( +/obj/structure/fence{ + layer = 2.9 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/floor3/east, +/area/lv522/outdoors/nw_rockies) +"oiq" = ( +/turf/open/floor/corsat/browncorner/north, +/area/lv522/atmos/command_centre) "oiA" = ( /obj/structure/stairs/perspective{ dir = 4; @@ -29701,49 +29851,56 @@ /obj/structure/platform, /turf/open/floor/plating, /area/lv522/atmos/filt) -"oiI" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 1; - pixel_y = 26 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/bridge) "oiL" = ( /obj/structure/surface/table/almayer, -/obj/structure/machinery/light{ - dir = 4 +/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_x = -2; + pixel_y = 16 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "oiP" = ( /obj/structure/platform_decoration{ dir = 1 }, /turf/open/floor/plating, /area/lv522/atmos/filt) +"oiV" = ( +/obj/item/stack/rods{ + pixel_y = -2 + }, +/obj/structure/machinery/disposal{ + density = 0; + pixel_x = -6; + pixel_y = 16 + }, +/obj/item/tool/mop{ + pixel_x = 13; + pixel_y = 25 + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "oiW" = ( /obj/structure/foamed_metal, /turf/open/floor/plating, /area/lv522/atmos/cargo_intake) -"ojc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light{ - dir = 4 +"oja" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/engineering) +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/lv522/indoors/a_block/security/glass) "ojh" = ( -/obj/effect/decal/cleanable/generic, -/obj/item/weapon/twohanded/folded_metal_chair{ - pixel_x = -13; - pixel_y = -9 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/t_comm) +/obj/item/prop/colony/used_flare, +/obj/structure/cargo_container/wy/right, +/turf/open/floor/plating, +/area/lv522/outdoors/colony_streets/north_east_street) "ojp" = ( /turf/closed/wall/strata_outpost, /area/lv522/indoors/a_block/bridges/garden_bridge) @@ -29753,14 +29910,6 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"ojv" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/item/stack/sheet/metal/large_stack, -/obj/structure/closet/crate, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/lone_buildings/storage_blocks) "ojy" = ( /obj/structure/closet/crate/trashcart{ layer = 3 @@ -29769,26 +29918,20 @@ /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) "ojH" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/outdoor_bot) -"oka" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"oke" = ( -/turf/open/floor/corsat/brown/northeast, -/area/lv522/atmos/cargo_intake) -"oki" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 }, -/turf/open/floor/corsat/brown/northwest, -/area/lv522/atmos/command_centre) +/turf/open/floor/whiteyellowfull/east, +/area/lv522/oob/w_y_vault) +"ojQ" = ( +/obj/item/prop/colony/used_flare, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/north_street) +"okk" = ( +/turf/open/floor/corsat/plate, +/area/lv522/atmos/filt) "okA" = ( /obj/structure/surface/rack, /obj/structure/machinery/camera/autoname{ @@ -29799,83 +29942,49 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"okJ" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) "okM" = ( -/obj/item/prop/colony/used_flare, -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 }, -/turf/open/floor/prison/floor_plate, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/brown, /area/lv522/atmos/cargo_intake) -"olm" = ( +"okN" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/landing_zone_1) +"okQ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/west_reactor) +"ole" = ( +/obj/structure/machinery/seed_extractor, /obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/n_rockies) -"olq" = ( -/obj/structure/blocker/forcefield/vehicles, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) +"olG" = ( +/obj/structure/closet/secure_closet/engineering_electrical, /turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor) +/area/lv522/atmos/way_in_command_centre) "olI" = ( /obj/item/prop/colony/usedbandage{ dir = 1 - }, -/turf/open/floor/prison, -/area/lv522/indoors/a_block/admin) -"olJ" = ( -/obj/structure/machinery/floodlight, -/turf/open/floor/prison, -/area/lv522/indoors/lone_buildings/storage_blocks) -"olR" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/obj/structure/platform{ - dir = 8 - }, -/turf/open/shuttle/dropship/can_surgery/light_grey_middle, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"olS" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/admin) -"omd" = ( -/obj/structure/stairs/perspective{ - dir = 10; - icon_state = "p_stair_full" - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"omk" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) -"omq" = ( -/obj/structure/surface/table/almayer, -/obj/item/clothing/gloves/botanic_leather, + }, +/turf/open/floor/prison, +/area/lv522/indoors/a_block/admin) +"olQ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/medical/glass) +"omI" = ( /obj/structure/machinery/light{ dir = 8 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"omE" = ( -/obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/bridges/op_centre) +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) "omT" = ( /obj/structure/sign/safety/radio_rad{ pixel_y = -26 @@ -29885,119 +29994,124 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_west_street) -"omV" = ( -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/bridges) "omX" = ( /obj/structure/platform, /obj/effect/decal/cleanable/blood/oil, /obj/structure/surface/rack, /turf/open/floor/plating, /area/lv522/indoors/c_block/garage) -"onF" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan3/northeast, -/area/lv522/indoors/a_block/medical/glass) -"onO" = ( -/obj/structure/machinery/light/double{ - dir = 8; - pixel_y = -5 +"onf" = ( +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 9 }, -/obj/structure/bed/chair/dropship/passenger{ - dir = 4 +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_y = 8 }, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Tornado) +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"onm" = ( +/obj/structure/barricade/deployable, +/turf/open/shuttle/dropship/can_surgery/light_grey_bottom_right, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"onA" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_1) +"onJ" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = 7 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/c_block/mining) "onX" = ( /obj/effect/decal/cleanable/blood/oil, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) "ooa" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor/west) -"ood" = ( -/obj/structure/bed/chair{ - dir = 1 +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/tool/pen/blue/clicky, +/obj/item/device/flashlight/lamp{ + pixel_x = -8; + pixel_y = 12 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) +/obj/structure/machinery/door_control/brbutton/alt{ + id = "LZ1_Lockdown_Lo"; + name = "remote door-control"; + pixel_x = -7 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) "ooe" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/closed/wall/strata_ice/dirty, /area/lv522/oob) -"oou" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"oov" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo) "oow" = ( /obj/effect/spawner/gibspawner/human, /obj/item/device/defibrillator/compact, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/w_rockies) -"oox" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/n_rockies) -"ooA" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/toolbox/mechanical{ - pixel_y = 6 - }, -/obj/item/storage/toolbox/electrical, +"ooT" = ( /obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) -"ooH" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 + dir = 1 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/east_reactor/south) -"ooM" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 8; - pixel_y = 4 +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/machinery/suit_storage_unit/compression_suit/uscm{ + name = "Suit Storage Unit"; + pixel_x = 3 }, -/obj/item/prop/alien/hugger, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"opk" = ( -/obj/structure/pipes/vents/pump, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/outdoor_bot) +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) "opl" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/corpo) -"opo" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) "opp" = ( /obj/structure/platform{ dir = 8 }, /turf/open/floor/plating, /area/lv522/atmos/filt) +"opx" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/corsat/marked, +/area/lv522/oob) +"opG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/mining) +"opJ" = ( +/obj/structure/fence{ + layer = 2.9 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/strata/floor3/east, +/area/lv522/outdoors/nw_rockies) +"opK" = ( +/obj/structure/machinery/computer/cameras{ + dir = 4; + network = null; + pixel_x = -16 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/north) "opO" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/green, /turf/open/floor/prison, @@ -30011,68 +30125,49 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) +"opR" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/cell_stripe/north, +/area/lv522/atmos/way_in_command_centre) "opS" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"oqc" = ( -/turf/open/floor/corsat/brown, -/area/lv522/atmos/west_reactor) +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Reactor_entry_1" + }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/way_in_command_centre) +"opT" = ( +/obj/structure/platform_decoration, +/turf/open/gm/river, +/area/lv522/landing_zone_1/tunnel/far) +"oqg" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) "oqp" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/prison, /area/lv522/indoors/b_block/bridge) -"oqu" = ( -/obj/item/storage/backpack/marine/satchel{ - desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; - icon = 'icons/obj/janitor.dmi'; - icon_state = "trashbag3"; - name = "trash bag"; - pixel_x = -4; - pixel_y = 6 - }, -/obj/item/storage/backpack/marine/satchel{ - desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; - icon = 'icons/obj/janitor.dmi'; - icon_state = "trashbag3"; - name = "trash bag"; - pixel_x = 3; - pixel_y = -2 - }, -/obj/structure/machinery/light, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"oqD" = ( -/obj/structure/coatrack{ - pixel_x = -7; - pixel_y = 24 - }, -/obj/item/clothing/suit/storage/bomber{ - pixel_x = -8; - pixel_y = 28 - }, -/obj/item/clothing/shoes/dress{ - pixel_y = 7 - }, -/turf/open/floor/carpet, -/area/lv522/indoors/c_block/garage) -"oqM" = ( -/obj/structure/bed/chair/comfy{ +"oqN" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/east) -"oqT" = ( -/obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 4 +/turf/open/asphalt/cement/cement15, +/area/lv522/outdoors/colony_streets/north_east_street) +"oqO" = ( +/obj/structure/machinery/portable_atmospherics/canister/empty/oxygen{ + layer = 4.4; + pixel_x = 13; + pixel_y = 19 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/turf/open/asphalt/cement/cement14, +/area/lv522/outdoors/colony_streets/south_street) +"oqZ" = ( +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/east_reactor/north) "ora" = ( /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."; @@ -30090,10 +30185,51 @@ }, /turf/closed/wall/strata_ice/dirty, /area/lv522/oob) +"orq" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/machinery/light, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) "orE" = ( /obj/item/prop/colony/used_flare, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/w_rockies) +"orF" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "23" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"orO" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/obj/item/bedsheet/brown{ + pixel_y = 13 + }, +/obj/item/bedsheet/brown{ + layer = 3.1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "orP" = ( /obj/structure/prop/invuln/ice_prefab/trim{ dir = 4 @@ -30110,77 +30246,45 @@ }, /turf/open/floor/plating, /area/lv522/landing_zone_1) -"osr" = ( -/obj/structure/largecrate/supply/supplies/metal, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2/ceiling) -"osR" = ( -/obj/structure/machinery/colony_floodlight{ - density = 0; - layer = 4.3; - pixel_y = 17 - }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/central_streets) -"osS" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/asphalt/cement/cement2, -/area/lv522/outdoors/colony_streets/south_east_street) -"osX" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -11 - }, +"osB" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/executive) -"otd" = ( -/obj/structure/machinery/floodlight, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"osO" = ( +/obj/item/stack/sheet/metal, /obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"otn" = ( -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/bridge) -"otu" = ( -/obj/item/shard{ - icon_state = "medium"; - pixel_x = -5; - pixel_y = -8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/bridge) -"otP" = ( -/obj/structure/largecrate/supply/ammo/m41a/half{ - pixel_x = 5 - }, -/obj/item/storage/box/guncase/m41a{ - pixel_x = 2; - pixel_y = 6 +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/glass) +"otD" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/monkey_spawn, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/item/ammo_box/rounds/empty{ +/obj/structure/machinery/light, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) +"otK" = ( +/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_21"; layer = 3.1; - pixel_y = -15 + name = "synthethic potted plant"; + pixel_y = 14 }, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"otR" = ( -/obj/structure/curtain/red, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/fitness) -"otV" = ( -/obj/item/reagent_container/food/drinks/coffeecup/wy{ - pixel_x = -4; - pixel_y = -8 +/obj/item/prop/alien/hugger, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"ouc" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper A-Block Shared Dorms Airlock" }, -/obj/effect/decal/strata_decals/grime/grime3, -/turf/open/floor/prison, -/area/lv522/landing_zone_1/ceiling) +/turf/open/floor/corsat/marked, +/area/lv522/outdoors/colony_streets/windbreaker/observation) "oud" = ( /obj/structure/platform{ dir = 1 @@ -30198,38 +30302,23 @@ /turf/open/gm/river, /area/lv522/outdoors/colony_streets/south_street) "ouu" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/west) -"ouz" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "LV_522_Hydro-Lockdown"; + name = "\improper Storm Shutters" }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_street) -"ouB" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/west) -"ouF" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/barricade/wooden{ - dir = 1 +/turf/open/floor/corsat/marked, +/area/lv522/indoors/b_block/bridge) +"ouC" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "81" }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/cargo) -"ovj" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 1 +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"ouS" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "67" }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/admin) -"ovo" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +/area/lv522/landing_zone_forecon/UD6_Tornado) "ovr" = ( /obj/structure/prop/invuln/lattice_prop{ icon_state = "lattice2"; @@ -30238,19 +30327,6 @@ }, /turf/open/gm/river, /area/lv522/indoors/a_block/kitchen/damage) -"ovt" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/admin) -"ovu" = ( -/obj/structure/surface/rack, -/obj/item/clothing/head/hardhat/dblue{ - pixel_x = 6; - pixel_y = 11 - }, -/obj/item/clothing/head/hardhat/white, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) "ovA" = ( /obj/item/shard{ icon_state = "medium" @@ -30266,54 +30342,76 @@ /obj/structure/platform, /turf/open/auto_turf/sand_white/layer0, /area/lv522/indoors/a_block/bridges/dorms_fitness) +"ovW" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper_bin{ + pixel_x = 3; + pixel_y = 6 + }, +/obj/item/tool/pen/blue/clicky, +/turf/open/floor/strata/fake_wood, +/area/lv522/atmos/east_reactor/east) +"ovY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/static_tank/water, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/sewer) +"owc" = ( +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/bridges) "owg" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/generic, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen/glass) -"owo" = ( -/obj/structure/stairs/perspective{ - dir = 6; - icon_state = "p_stair_full" +"owj" = ( +/obj/structure/barricade/wooden{ + dir = 1; + layer = 3.1; + pixel_y = 17 }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/north_east_street) -"owp" = ( -/obj/structure/machinery/seed_extractor, -/turf/open/floor/plating/platebotc, -/area/lv522/indoors/b_block/hydro/glass) -"owu" = ( -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/east_reactor/north) -"owB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red, -/turf/open/floor/strata/cyan2/east, -/area/lv522/indoors/a_block/medical) -"owK" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - pixel_y = 1 +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"own" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/indoors/a_block/fitness/glass) +"owT" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + name = "\improper Cargo Bay Quartermaster" }, -/turf/open/asphalt/cement/cement15, -/area/lv522/outdoors/colony_streets/central_streets) +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/cargo) "owX" = ( /obj/structure/machinery/light{ dir = 1 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) -"oxl" = ( -/obj/structure/machinery/light{ +"oxb" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) +"oxf" = ( +/obj/structure/platform{ dir = 8 }, -/obj/structure/machinery/disposal, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2/ceiling) -"oxp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurple2, +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/landing_zone_1) +"oxh" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms) "oxq" = ( /obj/item/paper{ @@ -30322,107 +30420,75 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"oxE" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/east) -"oxM" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/item/tool/pen/blue/clicky, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"oxO" = ( -/obj/item/stack/tile/plasteel, -/obj/structure/prop/ice_colony/ground_wire{ - dir = 8 - }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor) -"oxQ" = ( -/obj/structure/machinery/light{ - dir = 8 +"oxr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 }, -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"oxX" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/medical) +/turf/open/asphalt/cement/cement14, +/area/lv522/outdoors/colony_streets/central_streets) "oyf" = ( /obj/structure/machinery/landinglight/ds1/delaythree{ dir = 4 }, /turf/open/floor/plating, /area/lv522/landing_zone_1) -"oyn" = ( -/turf/open/shuttle/dropship/can_surgery/light_grey_bottom_left, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"oyp" = ( -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/north) "oyr" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/hallway) -"oys" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/t_comm) -"oyL" = ( -/obj/structure/reagent_dispensers/fueltank{ - layer = 2.9 - }, -/obj/effect/decal/cleanable/liquid_fuel, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/north_street) -"ozd" = ( -/obj/item/storage/box/donkpockets{ - pixel_x = -14; - pixel_y = -2 - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"ozm" = ( -/obj/structure/surface/table/almayer, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"oyz" = ( +/obj/item/trash/hotdog, +/obj/item/reagent_container/food/drinks/cans/souto{ + pixel_x = 8; + pixel_y = 19 }, -/obj/item/trash/plate{ - pixel_x = 6 +/obj/item/reagent_container/food/drinks/cans/souto{ + pixel_x = -2; + pixel_y = 19 }, -/obj/item/reagent_container/food/drinks/cans/waterbottle{ - pixel_x = -3; +/obj/item/reagent_container/food/drinks/cans/souto{ + pixel_x = -11; pixel_y = 12 }, -/obj/item/tool/kitchen/utensil/fork{ - pixel_x = 11 - }, -/obj/item/tool/kitchen/knife{ - pixel_x = -11 - }, -/obj/item/reagent_container/food/snacks/superbiteburger{ - pixel_x = 4; - pixel_y = 8 +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/oob) +"oyI" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Reactor_entry_1" }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/way_in_command_centre) +"oyX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/telecomms/bus/preset_one, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/c_block/t_comm) "ozn" = ( /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) +"ozs" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/station_alert{ + dir = 4; + pixel_x = -3 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "ozy" = ( -/turf/open/asphalt/cement/cement14, -/area/lv522/outdoors/colony_streets/east_central_street) +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/powercell, +/obj/structure/machinery/cell_charger, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/engineering) +"ozB" = ( +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/bridges/corpo) "ozF" = ( /obj/item/shard{ icon_state = "medium" @@ -30430,42 +30496,16 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/t_comm) -"ozL" = ( -/obj/item/stack/sheet/metal, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/prison/blue/east, -/area/lv522/indoors/a_block/admin) -"oAc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 8 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) "oAd" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 - }, -/turf/open/floor/corsat/brown/northeast, -/area/lv522/atmos/east_reactor/south) -"oAe" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"oAk" = ( -/obj/effect/spawner/gibspawner/xeno, -/obj/effect/decal/cleanable/blood/xeno{ - icon_state = "xgib3" - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/south) -"oAn" = ( -/obj/structure/machinery/light{ - dir = 8 +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 }, -/turf/open/floor/corsat/marked, +/turf/open/floor/corsat/plate, /area/lv522/atmos/east_reactor) +"oAm" = ( +/obj/item/tool/wet_sign, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) "oAu" = ( /obj/structure/platform{ dir = 1 @@ -30478,41 +30518,77 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"oBb" = ( -/obj/structure/largecrate/random/case, -/turf/open/floor/corsat/brown/northeast, -/area/lv522/atmos/east_reactor) +"oAF" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"oBd" = ( +/obj/structure/blocker/forcefield/vehicles, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/west_reactor) "oBf" = ( /obj/structure/bed/chair/wheelchair, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorm_north) -"oBo" = ( -/obj/item/clothing/shoes/jackboots{ - pixel_x = 5; - pixel_y = -6 +"oBj" = ( +/obj/structure/bed/chair{ + dir = 4 }, -/obj/item/clothing/shoes/jackboots{ - pixel_x = -6; - pixel_y = 10 +/obj/structure/machinery/light{ + dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/vents/pump, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) -"oBu" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) +"oBk" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/asphalt/cement/cement15, +/obj/structure/foamed_metal, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) +"oBn" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_full" + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) +"oBp" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/asphalt/cement/cement12, /area/lv522/outdoors/colony_streets/north_east_street) "oBx" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorm_north) -"oBI" = ( -/obj/structure/machinery/vending/hydroseeds, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) +"oBF" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/north_command_centre) +"oBK" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/prop/almayer/computers/sensor_computer2{ + layer = 2.0 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"oBN" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/east_reactor) "oBR" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/bed/chair, @@ -30526,79 +30602,91 @@ }, /turf/closed/wall/strata_outpost/reinforced/hull, /area/lv522/oob) +"oCr" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) "oCt" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/east_central_street) -"oCC" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/dorms) -"oCD" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/cargo_intake) -"oDa" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/west) -"oDh" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +"oCu" = ( +/obj/structure/fence{ + layer = 2.9 }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_street) -"oDn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata/floor3/east, +/area/lv522/outdoors/colony_streets/central_streets) +"oCy" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges/op_centre) +"oCI" = ( +/turf/open/asphalt/cement/cement9, +/area/lv522/outdoors/colony_streets/central_streets) +"oCP" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/bridges/corpo_fitness) +"oDE" = ( +/turf/open/floor/corsat/browncorner, +/area/lv522/atmos/west_reactor) +"oDK" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison, +/area/lv522/atmos/sewer) +"oDR" = ( +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor/corsat/plate, -/area/lv522/atmos/north_command_centre) -"oDA" = ( -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -8; - pixel_y = 22 +/area/lv522/atmos/command_centre) +"oEi" = ( +/obj/structure/closet/firecloset/full, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/sewer) +"oEQ" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 }, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = 8; - pixel_y = 22 +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 }, -/obj/effect/decal/cleanable/generic, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"oEf" = ( -/turf/open/floor/wood/wood_broken7, -/area/lv522/indoors/b_block/bar) -"oEI" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/bed{ + can_buckle = 0 }, -/turf/open/floor/plating/platebot, -/area/lv522/indoors/c_block/cargo) -"oEM" = ( -/obj/structure/surface/table/almayer, -/obj/item/prop/colony/proptag{ - desc = "A fallen marine's information dog tag. It reads, Sergeant Robert 'Boab' Macdonald" +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"oEO" = ( -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/command_centre) -"oEY" = ( -/obj/structure/fence{ - layer = 2.9 +/obj/item/bedsheet/brown{ + pixel_y = 13 + }, +/obj/item/bedsheet/brown{ + layer = 3.1 }, /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/south_west_street) +/area/lv522/indoors/c_block/mining) +"oFn" = ( +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) "oFr" = ( /obj/structure/machinery/light{ dir = 8 @@ -30606,70 +30694,52 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms/glass) -"oFs" = ( -/obj/structure/machinery/colony_floodlight{ - layer = 4.3 - }, -/obj/structure/platform{ - dir = 8 - }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/south_street) -"oFw" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/machinery/disposal, -/obj/item/storage/firstaid/adv/empty{ - pixel_x = 3; - pixel_y = 13 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) -"oFK" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/pipes/standard/simple/hidden/green, +"oFB" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue/east, -/area/lv522/indoors/a_block/hallway) -"oFM" = ( -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) -"oFP" = ( -/obj/structure/window_frame/strata, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/item/shard{ - icon_state = "medium" - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "LV522CIC_1"; - name = "\improper Storm Shutters" +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"oFC" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/west_reactor) +"oFG" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"oFH" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper C-Block - Casino Airlock" }, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/admin) -"oGc" = ( -/obj/structure/reagent_dispensers/water_cooler/stacks{ - density = 0; - pixel_y = 16 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"oGk" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "25" +/area/lv522/indoors/c_block/casino) +"oFP" = ( +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "vent2"; + pixel_x = 4; + pixel_y = 2 }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"oGq" = ( -/obj/structure/platform_decoration{ - dir = 8 +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/colony_streets/north_east_street) +"oFS" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/north) +"oFW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurple2, +/area/lv522/indoors/a_block/dorms) +"oGd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = 4 }, -/turf/open/asphalt/cement/cement14, -/area/lv522/landing_zone_1) +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/c_block/t_comm) "oGE" = ( /obj/item/prop/alien/hugger, /turf/open/floor/prison, @@ -30679,78 +30749,96 @@ /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/admin) "oGH" = ( -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/hydro) -"oGS" = ( -/obj/structure/platform_decoration{ - dir = 8 +/obj/item/clothing/under/marine/reconnaissance, +/turf/open/floor/corsat/brown/southeast, +/area/lv522/oob) +"oGJ" = ( +/obj/structure/machinery/optable, +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/cyan2/east, +/area/lv522/indoors/a_block/medical) +"oGN" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"oGV" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Reactor_entry_2" + }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/way_in_command_centre) "oGZ" = ( /obj/item/stack/sheet/wood, /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"oHf" = ( -/obj/structure/surface/rack, -/obj/item/ore/coal, -/obj/item/ore/coal, -/obj/structure/machinery/light/double, -/obj/item/ore/silver, -/obj/item/ore/silver, +"oHi" = ( +/obj/structure/surface/table/almayer, +/obj/structure/prop/server_equipment/laptop, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) +"oHC" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"oHk" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/reactor_garage) -"oHp" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/drinks/cans/beer{ - pixel_x = 8 +/obj/structure/machinery/camera/autoname{ + dir = 8 }, -/obj/item/reagent_container/food/snacks/hotdog{ - pixel_x = -8; - pixel_y = 15 +/obj/structure/machinery/light/small{ + dir = 4 }, /turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"oHv" = ( -/obj/structure/machinery/light{ +/area/lv522/indoors/c_block/mining) +"oHY" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges) -"oHG" = ( -/obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/hydro) -"oHZ" = ( -/obj/structure/surface/table/almayer, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) +"oIe" = ( +/obj/structure/machinery/door/poddoor/almayer{ + id = "mining_secure_blast_1"; + layer = 3.3; + name = "\improper Secure Blast Door"; + unacidable = 1 + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/lone_buildings/storage_blocks) +"oIj" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/browncorner/west, -/area/lv522/atmos/east_reactor/south) -"oII" = ( -/obj/structure/platform, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, /turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/dorms) -"oIU" = ( -/obj/structure/largecrate/random/secure, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_2/ceiling) -"oIV" = ( -/obj/structure/machinery/light{ - dir = 8 +/area/lv522/atmos/way_in_command_centre) +"oIw" = ( +/obj/item/clothing/shoes/jackboots{ + pixel_x = 4; + pixel_y = 17 }, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges) +/obj/item/clothing/shoes/jackboots{ + pixel_x = -5; + pixel_y = -1 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"oID" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib3" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "oJj" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/machinery/camera/autoname{ @@ -30762,12 +30850,38 @@ /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) "oJn" = ( -/turf/open/asphalt/cement/cement15, -/area/lv522/outdoors/colony_streets/north_east_street) +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/executive) +"oJu" = ( +/obj/structure/largecrate/random/secure, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"oJz" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/north_command_centre) "oJC" = ( -/obj/structure/curtain/medical, -/turf/open/floor/strata/white_cyan3/west, -/area/lv522/indoors/a_block/medical/glass) +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/almayer/generic/glass, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/way_in_command_centre) +"oJD" = ( +/obj/structure/prop/server_equipment/yutani_server{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/atmos/east_reactor/south) +"oJJ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/darkpurple2/west, +/area/lv522/indoors/a_block/dorms) "oJS" = ( /turf/closed/wall/mineral/bone_resin, /area/lv522/atmos/cargo_intake) @@ -30778,59 +30892,59 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_street) -"oKa" = ( -/obj/structure/prop/invuln/overhead_pipe{ - dir = 8; - pixel_x = -6; - pixel_y = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/platform, -/obj/structure/platform{ - dir = 8 - }, -/turf/open/gm/river, -/area/lv522/landing_zone_1/tunnel/far) "oKc" = ( /obj/structure/platform, /obj/structure/platform{ dir = 4 }, -/obj/structure/platform_decoration{ - dir = 6 +/obj/structure/platform_decoration{ + dir = 6 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/landing_zone_1) +"oKe" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv522/indoors/c_block/mining) +"oKr" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/cyan2/east, +/area/lv522/indoors/a_block/medical) +"oKL" = ( +/obj/structure/machinery/conveyor{ + dir = 10; + id = "cargo_container" + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) +"oKM" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) +"oKV" = ( +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 9 }, -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/landing_zone_1) -"oKe" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 +/obj/structure/flora/bush/ausbushes/var3/sunnybush{ + pixel_y = 13 }, -/turf/open/floor/plating/plating_catwalk/prison, -/area/lv522/indoors/c_block/mining) -"oKq" = ( -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/south_west_street) +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "oLa" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/b_block/bridge) -"oLc" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1 - }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/reactor_garage) "oLd" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/kitchen) -"oLl" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/central_streets) "oLo" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -30845,45 +30959,20 @@ }, /turf/open/floor/plating, /area/lv522/indoors/a_block/kitchen/damage) -"oLr" = ( -/obj/structure/platform_decoration, -/obj/item/reagent_container/food/drinks/flask/marine, -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"oLx" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo/glass) -"oLy" = ( -/obj/structure/stairs/perspective{ - dir = 4; - icon_state = "p_stair_full" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"oLS" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/west_reactor) "oLU" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 8; - name = "\improper Dormitories" +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/north_command_centre) +"oMe" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/mining) -"oMg" = ( -/obj/structure/machinery/disposal, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo) "oMi" = ( /obj/effect/decal/cleanable/blood/xeno, /obj/structure/pipes/standard/simple/hidden/green{ @@ -30899,52 +30988,30 @@ }, /turf/open/floor/wood/ship, /area/lv522/atmos/way_in_command_centre) -"oMx" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/east_reactor/south) -"oMy" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/radio{ - pixel_x = -12; - pixel_y = 8 - }, -/obj/item/device/radio{ - pixel_x = 3; - pixel_y = 3 +"oMq" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/prison/darkpurplefull2, +/turf/open/floor/prison/darkpurple2/west, /area/lv522/indoors/a_block/dorms) -"oMz" = ( -/obj/structure/machinery/camera/autoname, -/obj/structure/machinery/light/small{ - dir = 1 +"oMs" = ( +/obj/structure/platform{ + dir = 4 }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"oMB" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"oMG" = ( -/obj/structure/blocker/forcefield/vehicles, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/south) -"oMR" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/blue/east, -/area/lv522/indoors/a_block/hallway) +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_street) +"oMN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/static_comms/net_one, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/indoors/lone_buildings/outdoor_bot) "oNe" = ( /obj/effect/decal/cleanable/blood/xeno, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"oNi" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/browncorner, -/area/lv522/atmos/north_command_centre) "oNl" = ( /obj/effect/spawner/gibspawner/xeno, /obj/structure/pipes/standard/simple/hidden/green{ @@ -30952,133 +31019,139 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/hallway) +"oNn" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" + }, +/obj/structure/platform/stair_cut, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"oNr" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/disposal, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2/ceiling) +"oNL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/brown/northwest, +/area/lv522/atmos/west_reactor) "oOe" = ( /obj/effect/decal/cleanable/dirt, /turf/open/auto_turf/shale/layer2, /area/lv522/outdoors/colony_streets/north_east_street) -"oOq" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/cargo_intake) "oOw" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/bridges) -"oOx" = ( -/obj/structure/machinery/bioprinter, -/turf/open/floor/strata/cyan2/east, -/area/lv522/indoors/a_block/medical) -"oOH" = ( -/obj/structure/machinery/vending/snack{ - density = 0; - pixel_y = 16 +/obj/structure/surface/rack, +/obj/item/tool/minihoe{ + pixel_x = -4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/glass) +/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/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) "oOS" = ( /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/north_west_street) +"oOZ" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/item/ashtray/bronze, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) "oPc" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/lone_buildings/engineering) -"oPk" = ( -/obj/structure/window/framed/strata/reinforced, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/garage) +"oPf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/obj/item/stack/sheet/metal, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "oPu" = ( /obj/effect/spawner/gibspawner/xeno, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"oPL" = ( -/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ - dir = 1; - pixel_y = 6 - }, -/obj/effect/decal/hefa_cult_decals/d96{ - desc = "You think you can make out the iconography of a Xenomorph?" - }, -/turf/open/floor/corsat/brown/southwest, -/area/lv522/oob) +"oQa" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) "oQd" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/command_centre) -"oQf" = ( -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice3"; - pixel_x = -5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue/west, -/area/lv522/indoors/a_block/hallway) -"oQm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ - dir = 1 - }, -/obj/structure/machinery/light/small, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) -"oQB" = ( +/obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) +"oQr" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 }, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/b_block/bar) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) "oQC" = ( /obj/structure/platform_decoration, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) +"oQE" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/east_reactor) +"oQF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1; + pixel_y = 1 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/c_block/t_comm) +"oQG" = ( +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat/browncorner/east, +/area/lv522/oob) +"oQM" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) "oQN" = ( /obj/structure/largecrate/random/case, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) "oQZ" = ( -/turf/open/floor/corsat/browncorner/west, -/area/lv522/atmos/west_reactor) -"oRb" = ( -/obj/structure/machinery/light, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"oRl" = ( -/obj/item/ammo_magazine/rifle/m4ra/ext{ - current_rounds = 0 - }, -/obj/item/ammo_magazine/rifle/m4ra/ext{ - current_rounds = 0 - }, -/obj/item/ammo_magazine/rifle/m4ra/ext{ - current_rounds = 0 - }, -/obj/item/ammo_magazine/rifle/m4ra/ext{ +/turf/open/shuttle/dropship/can_surgery/light_grey_top_right, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"oRf" = ( +/obj/item/ammo_magazine/rifle/heap{ current_rounds = 0 }, -/obj/structure/closet/crate/ammo, -/obj/structure/barricade/handrail{ - dir = 8 - }, -/obj/structure/barricade/handrail{ - dir = 4 - }, -/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"oRw" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "32" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"oRL" = ( -/turf/open/floor/corsat/browncorner/west, -/area/lv522/atmos/east_reactor/east) +/turf/open/floor/prison/darkpurple2/north, +/area/lv522/indoors/a_block/dorms) +"oRT" = ( +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "oRU" = ( /obj/structure/machinery/portable_atmospherics/canister/sleeping_agent{ density = 0; @@ -31093,15 +31166,18 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"oSo" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"oSp" = ( -/obj/structure/surface/table/almayer, -/obj/effect/spider/spiderling/nogrow, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) +"oSj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison, +/area/lv522/atmos/sewer) +"oSv" = ( +/turf/open/asphalt/cement/cement4, +/area/lv522/landing_zone_2) "oSA" = ( /obj/structure/surface/rack, /obj/item/tool/pickaxe, @@ -31126,13 +31202,6 @@ /obj/structure/platform/stair_cut, /turf/open/auto_turf/sand_white/layer0, /area/lv522/indoors/a_block/bridges/dorms_fitness) -"oTh" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) "oTp" = ( /obj/structure/surface/table/almayer, /obj/item/ammo_box/magazine/nailgun/empty{ @@ -31143,9 +31212,6 @@ }, /turf/open/floor/prison, /area/lv522/indoors/lone_buildings/engineering) -"oTy" = ( -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/bridges/corpo_fitness) "oTD" = ( /obj/item/lightstick/red/spoke/planted{ layer = 3.1; @@ -31160,22 +31226,15 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"oTE" = ( -/turf/open/asphalt/cement/cement2, -/area/lv522/outdoors/colony_streets/central_streets) -"oTF" = ( -/turf/open/floor/corsat/brown/southwest, -/area/lv522/atmos/east_reactor/north) -"oTK" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, +"oTO" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/reactor_garage) +"oTV" = ( +/obj/structure/girder/displaced, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/central_streets) "oTX" = ( /obj/effect/spawner/gibspawner/xeno, /turf/open/auto_turf/sand_white/layer0, @@ -31184,54 +31243,23 @@ /obj/structure/flora/jungle/plantbot1, /turf/open/organic/grass, /area/lv522/indoors/a_block/garden) -"oUk" = ( -/obj/structure/surface/table/almayer, +"oUl" = ( +/obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/dirt, -/obj/item/clothing/accessory/poncho, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"oUq" = ( -/turf/closed/wall/strata_outpost/reinforced, -/area/lv522/atmos/way_in_command_centre) -"oUH" = ( -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/south_east_street) -"oUU" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/bridge) -"oUV" = ( -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -7; - pixel_y = 19 - }, -/obj/structure/filingcabinet/chestdrawer{ - density = 0; - pixel_x = 8; - pixel_y = 19 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) -"oUX" = ( -/obj/structure/barricade/deployable{ - dir = 8 - }, -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/admin) -"oUY" = ( -/obj/structure/bed/chair{ - dir = 4 +/area/lv522/indoors/c_block/casino) +"oUm" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = 5 }, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/hydro) +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) +"oUq" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/lv522/atmos/way_in_command_centre) "oVk" = ( /obj/structure/largecrate/random{ pixel_x = 1; @@ -31239,15 +31267,17 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) +"oVs" = ( +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/east_reactor/west) "oVt" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor/south) "oVw" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/west) +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/west_reactor) "oVD" = ( /obj/structure/pipes/vents/pump, /obj/structure/machinery/space_heater/radiator/red{ @@ -31255,169 +31285,94 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/executive) -"oVQ" = ( -/obj/structure/cargo_container/kelland/left, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/outdoors/colony_streets/north_east_street) -"oVU" = ( -/obj/structure/largecrate/random{ - layer = 2.9 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) -"oVW" = ( -/obj/structure/machinery/door/poddoor/almayer{ - id = "Marked_1"; - indestructible = 1; - layer = 3.3; - name = "\improper Secure Blast Door"; - unacidable = 1 - }, -/obj/structure/machinery/door/poddoor/almayer{ - id = "Marked_2"; - indestructible = 1; - layer = 3.3; - name = "\improper Secure Blast Door"; - unacidable = 1 - }, -/obj/structure/machinery/door/poddoor/almayer{ - id = "Marked_3"; - indestructible = 1; - layer = 3.3; - name = "\improper Secure Blast Door"; - unacidable = 1 - }, -/obj/structure/machinery/door/poddoor/almayer{ - id = "Marked_6"; - indestructible = 1; - layer = 3.3; - name = "\improper Secure Blast Door"; - unacidable = 1 - }, -/turf/open/floor/corsat/marked, -/area/lv522/oob) -"oVX" = ( -/obj/item/stack/tile/plasteel{ - pixel_x = 3; - pixel_y = 4 - }, -/obj/structure/prop/ice_colony/ground_wire{ - dir = 4 +"oVJ" = ( +/obj/structure/machinery/camera/autoname, +/obj/structure/machinery/light/small{ + dir = 1 }, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"oVR" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor) -"oWc" = ( -/obj/structure/barricade/deployable{ - dir = 1 - }, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/atmos/way_in_command_centre) -"oWh" = ( -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/atmos/outdoor) -"oWi" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) +"oVX" = ( /obj/structure/surface/table/almayer{ - dir = 8; - flipped = 1 - }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"oWj" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan3/north, -/area/lv522/indoors/a_block/medical) -"oWz" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/way_in_command_centre) -"oWG" = ( -/obj/structure/machinery/light/small, -/obj/structure/machinery/camera/autoname{ dir = 1; - network = list("interrogation") - }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/engineering) -"oWI" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat/brown/northwest, -/area/lv522/atmos/east_reactor) -"oWT" = ( -/obj/structure/platform{ - dir = 4 + flipped = 1 }, -/turf/open/asphalt/cement/cement12, -/area/lv522/landing_zone_2) -"oXa" = ( /obj/item/shard{ icon_state = "medium" }, -/turf/open/floor/prison, -/area/lv522/indoors/a_block/kitchen/glass) -"oXp" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"oWh" = ( +/obj/item/cell/crap{ + pixel_x = -8; + pixel_y = -5 }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/central_streets) -"oXt" = ( -/obj/structure/window_frame/strata, -/obj/item/shard{ - icon_state = "medium" +/obj/item/cell/crap{ + pixel_y = 8 }, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - dir = 4; - id = "Sec-Kitchen-Lockdown" +/obj/item/cell{ + pixel_x = 7; + pixel_y = -6 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/kitchen/glass) -"oXu" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/security) -"oXz" = ( -/obj/structure/platform{ +/obj/structure/surface/table/almayer, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/outdoor_bot) +"oWu" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical) +"oWF" = ( +/obj/structure/bed/chair{ dir = 1 }, -/obj/structure/platform{ - dir = 8 +/obj/structure/foamed_metal, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) +"oWQ" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "86" }, -/turf/open/gm/river, -/area/lv522/landing_zone_1/tunnel/far) -"oXE" = ( -/obj/structure/surface/table/almayer, -/obj/item/clothing/glasses/meson, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"oXa" = ( /obj/item/shard{ icon_state = "medium" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/engineering) -"oXG" = ( -/obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/cell_stripe, -/area/lv522/atmos/reactor_garage) -"oXK" = ( -/obj/structure/prop/almayer/computers/sensor_computer3, -/obj/structure/window/reinforced{ - dir = 8; - health = 80; - pixel_y = 7 +/turf/open/floor/prison, +/area/lv522/indoors/a_block/kitchen/glass) +"oXd" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/processor{ + pixel_x = -2; + pixel_y = 6 }, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) +"oXe" = ( +/obj/vehicle/train/cargo/trolley, /turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"oXO" = ( -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/fitness) +/area/lv522/indoors/c_block/cargo) +"oXp" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/central_streets) +"oXH" = ( +/obj/item/tool/surgery/hemostat, +/obj/item/tool/surgery/scalpel, +/obj/structure/surface/table/reinforced/prison, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical) "oXQ" = ( /obj/structure/machinery/light{ dir = 8 @@ -31445,17 +31400,35 @@ /obj/structure/platform, /turf/open/auto_turf/sand_white/layer0, /area/lv522/indoors/a_block/bridges/dorms_fitness) -"oYc" = ( -/obj/structure/girder, +"oYd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/item/bedsheet/brown{ + layer = 3.1 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"oYh" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/floor_plate, -/area/lv522/indoors/lone_buildings/storage_blocks) -"oYB" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/browncorner/east, -/area/lv522/atmos/west_reactor) -"oYJ" = ( -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/reactor_garage) +/area/lv522/indoors/a_block/dorms) +"oYi" = ( +/obj/structure/machinery/seed_extractor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/hydro) +"oYv" = ( +/turf/open/floor/strata/white_cyan4/east, +/area/lv522/indoors/a_block/medical/glass) "oYO" = ( /obj/structure/platform{ dir = 1 @@ -31466,71 +31439,35 @@ /obj/structure/platform, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_2) +"oYR" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/weapon/pole/fancy_cane, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo) +"oYY" = ( +/obj/structure/largecrate/random/secure, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/way_in_command_centre) "oZa" = ( -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -8; - pixel_y = 16 - }, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = 8; - pixel_y = 16 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/oob/w_y_vault) -"oZh" = ( -/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ - icon_state = "flammable_pipe_3"; - pixel_x = 12; - pixel_y = 16 - }, -/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ - dir = 4; - icon_state = "flammable_pipe_3"; - pixel_x = 12; - pixel_y = -4 - }, -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/east_reactor/north) -"oZt" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/bridges) +"oZy" = ( +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges/corpo) +"oZI" = ( /turf/open/floor/corsat/squares, /area/lv522/atmos/east_reactor/south) "oZN" = ( /obj/structure/platform, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"oZO" = ( -/obj/item/clothing/mask/facehugger{ - desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; - icon_state = "facehugger_impregnated"; - layer = 3; - name = "????"; - stat = 2 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/c_block/mining) -"oZP" = ( -/obj/structure/surface/table/woodentable, -/obj/structure/machinery/reagentgrinder{ - pixel_x = 3; - pixel_y = 5 - }, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) -"oZQ" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper C-Block - Garage Airlock" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"paa" = ( +/obj/structure/bed/chair{ + dir = 1 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/garage) +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/indoors/a_block/fitness) "pab" = ( /obj/structure/machinery/landinglight/ds2/delayone, /obj/effect/decal/cleanable/dirt, @@ -31546,102 +31483,91 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/op_centre) -"pah" = ( -/obj/structure/platform_decoration, -/obj/structure/bed/roller, -/obj/effect/landmark/survivor_spawner, +"pal" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +/obj/structure/machinery/light, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "pan" = ( -/obj/structure/prop/invuln/minecart_tracks{ - dir = 8 +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer, +/obj/item/ammo_box/magazine/shotgun/beanbag/empty, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"paE" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 1 }, -/obj/structure/prop/invuln/minecart_tracks/bumper{ +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/admin) +"paF" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/obj/structure/barricade/handrail{ dir = 8 }, /turf/open/floor/corsat/plate, -/area/lv522/indoors/c_block/mining) -"pao" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "40" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"pax" = ( -/obj/item/stack/rods, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"paJ" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "31" +/area/lv522/atmos/cargo_intake) +"paU" = ( +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/bridges/op_centre) +"pbc" = ( +/obj/item/xeno_egg/alpha{ + pixel_x = -4; + pixel_y = 18 }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"paZ" = ( -/obj/structure/window_frame/strata, -/obj/item/stack/rods, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - id = "Sec-Kitchen-Lockdown" +/obj/item/xeno_egg/alpha{ + pixel_x = 2; + pixel_y = 7 }, +/obj/structure/closet/crate, /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/kitchen/glass) +/area/lv522/atmos/north_command_centre) +"pbh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/central_streets) "pbi" = ( /obj/structure/machinery/door_control/brbutton{ id = "Reactor_garage_1" }, /turf/closed/wall/strata_outpost/reinforced, /area/lv522/atmos/reactor_garage) -"pbm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/surface/rack, -/obj/item/key/cargo_train{ - icon_state = "keys" - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) "pbp" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms/glass) -"pbv" = ( -/obj/structure/machinery/light{ - dir = 4 +"pbr" = ( +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 9 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"pbB" = ( -/obj/structure/bed/chair{ - dir = 8 +/obj/structure/flora/bush/ausbushes/var3/sunnybush{ + icon_state = "fernybush_2"; + pixel_y = 10 }, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"pbH" = ( -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor/west) +/area/lv522/indoors/b_block/bridge) +"pbC" = ( +/obj/structure/dispenser/oxygen, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) "pbN" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/hallway) -"pcc" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/corsat/browncorner, -/area/lv522/oob) -"pcd" = ( -/obj/structure/largecrate/random/secure, -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/landing_zone_1) -"pce" = ( +"pcg" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) -"pch" = ( -/obj/structure/surface/table/almayer, -/obj/item/toy/bikehorn, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness/glass) +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/east_reactor/south) "pco" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/green, /turf/open/floor/prison, @@ -31650,76 +31576,93 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/way_in_command_centre) +"pcI" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "UD6"; + name = "\improper Shutters" + }, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "pcQ" = ( /obj/effect/decal/cleanable/blood, /obj/item/weapon/twohanded/fireaxe, /turf/open/floor/prison, /area/lv522/indoors/a_block/security/glass) -"pcT" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper B-Block - Hydroponics Airlock"; - welded = 1 +"pcX" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 4 }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "LV_522_Hydro-Lockdown"; - name = "\improper Storm Shutters" +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/hydro) -"pdn" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"pde" = ( +/obj/item/prop/alien/hugger, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "pdo" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 1; - pixel_y = 5 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"pds" = ( -/obj/structure/machinery/door/airlock/almayer/secure/colony{ - icon_state = "door_locked"; - locked = 1; - name = "Storage"; - req_access_txt = "100" +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/cargo_intake) -"pdD" = ( -/obj/structure/cargo_container/watatsumi/rightmid, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/colony_streets/north_west_street) -"pdG" = ( -/obj/effect/decal/hefa_cult_decals/d96{ - desc = "You think you can make out the iconography of a Xenomorph?" +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/bridges/dorms_fitness) +"pdq" = ( +/obj/structure/closet/wardrobe/medic_white, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical) +"pdx" = ( +/obj/structure/machinery/floodlight/landing, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1) +"pdE" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/blue/southwest, +/area/lv522/indoors/a_block/hallway) +"pdX" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, -/obj/effect/decal/hefa_cult_decals/d32{ - desc = "You think you can make out the iconography of a Xenomorph."; - icon_state = "bee" +/obj/structure/platform{ + dir = 4 }, -/obj/item/prop/colony/proptag{ - desc = "A fallen marine's information dog tag. It reads, Captain Hashim ibn Al-Waqqas" +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/sewer) +"pdY" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -5; + pixel_y = -8 }, -/turf/open/floor/corsat/plate, -/area/lv522/oob) -"pdR" = ( -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/east_reactor/south) -"pdV" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/bridge) +"pea" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) "pej" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/hallway) +"per" = ( +/obj/structure/barricade/wooden{ + dir = 1 + }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/central_streets) "pet" = ( /obj/structure/platform_decoration{ dir = 1 @@ -31730,16 +31673,88 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"peH" = ( -/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"pfJ" = ( +"pev" = ( +/obj/item/tool/kitchen/knife/butcher, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) +"peI" = ( +/obj/item/prop/colony/used_flare, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_street) +"peU" = ( +/obj/structure/barricade/plasteel/metal, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/north_street) +"pfg" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/structure/closet/crate/ammo, +/obj/item/ammo_magazine/m56d, +/obj/item/ammo_magazine/m56d, +/obj/item/device/m56d_gun, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"pfl" = ( +/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/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"pfm" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/strata/cyan2/east, +/area/lv522/indoors/a_block/medical) +"pfo" = ( +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/bridges/corpo_fitness) +"pfs" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/prison/blue/north, +/area/lv522/indoors/a_block/admin) +"pfB" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/obj/structure/largecrate/random, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) "pfN" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/hallway) +"pfQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) "pfX" = ( /obj/effect/landmark/survivor_spawner, /turf/open/floor/plating/plating_catwalk/prison, @@ -31751,134 +31766,83 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"pgv" = ( -/obj/item/stack/sheet/metal, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/asphalt/cement/cement4, +"pgA" = ( +/turf/open/asphalt/cement/cement9, +/area/lv522/outdoors/colony_streets/south_east_street) +"pgI" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"pgP" = ( +/turf/open/asphalt/cement/cement14, /area/lv522/outdoors/colony_streets/central_streets) -"pgF" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"pgH" = ( -/obj/effect/decal/cleanable/dirt, -/turf/closed/wall/shiva/prefabricated/reinforced, -/area/lv522/indoors/lone_buildings/storage_blocks) -"pgZ" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/obj/structure/platform{ - dir = 8 - }, -/turf/open/gm/river, -/area/lv522/landing_zone_1/tunnel/far) -"phk" = ( -/obj/structure/prop/invuln/fire{ - pixel_x = -8; - pixel_y = 10 - }, -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "26" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) +"phe" = ( +/turf/open/asphalt/cement/cement12, +/area/lv522/landing_zone_1) "phn" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/b_block/hydro) -"phA" = ( -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/admin) -"phO" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor/east) -"phT" = ( -/obj/structure/barricade/wooden{ - dir = 8; - pixel_y = 12 - }, -/obj/structure/barricade/wooden{ - dir = 8; - pixel_y = 25 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"phZ" = ( +"phr" = ( /obj/structure/surface/table/almayer, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/lv522/indoors/c_block/cargo) -"pib" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Mining Control" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/mining) -"pic" = ( -/obj/structure/barricade/handrail/strata{ - dir = 4 - }, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/mining) -"pif" = ( -/obj/structure/blocker/invisible_wall, -/obj/structure/platform_decoration, -/turf/open/floor/plating, -/area/lv522/atmos/sewer) -"pin" = ( -/obj/structure/curtain/medical, -/turf/open/floor/strata/white_cyan4/east, -/area/lv522/indoors/a_block/medical) -"pip" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname, -/obj/structure/machinery/light/small{ +/obj/item/trash/plate, +/obj/structure/machinery/light, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"phy" = ( +/obj/structure/platform{ dir = 1 }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) -"piq" = ( -/obj/item/prop{ - desc = "Holy shit"; - icon = 'icons/mob/humans/species/r_human.dmi'; - icon_state = "r_leg"; - name = "right leg"; - pixel_x = 8; - pixel_y = 20 - }, -/obj/item/prop{ - desc = "Holy shit"; - icon = 'icons/mob/humans/species/r_human.dmi'; - icon_state = "r_foot"; - name = "right foot"; - pixel_x = 12; - pixel_y = 13 +/obj/structure/machinery/light{ + dir = 8 }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/bridges/corpo) -"pir" = ( -/obj/structure/machinery/door/airlock/almayer/maint, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/machinery/disposal, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"phF" = ( +/turf/open/floor/prison/darkpurple2/north, +/area/lv522/indoors/a_block/dorms) +"phL" = ( +/obj/structure/largecrate/random/barrel/green{ + pixel_x = -2 }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/sewer) +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/central_streets) +"phV" = ( +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/east_reactor/north) +"phX" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/atmos/cargo_intake) +"phZ" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/lv522/indoors/c_block/cargo) +"pie" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/c_block/t_comm) "pit" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) +"piv" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/faxmachine, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) +"piz" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/filt) +"piB" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/filt) "piD" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/landing_zone_2/ceiling) @@ -31895,25 +31859,11 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/fitness/glass) -"piF" = ( -/obj/structure/barricade/wooden{ - dir = 8 - }, +"piI" = ( +/obj/structure/closet/bodybag, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/cargo) -"piG" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper A-Block Kitchen Airlock" - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "Sec-Kitchen-Lockdown"; - name = "\improper Storm Shutters" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/kitchen) +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/medical/glass) "piY" = ( /obj/structure/platform{ dir = 4 @@ -31921,17 +31871,40 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"pjn" = ( -/turf/open/floor/coagulation/icon8_8, -/area/lv522/oob) +"piZ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/north_east_street) +"pjo" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/browncorner, +/area/lv522/atmos/east_reactor/south) +"pjt" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) "pjJ" = ( /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/n_rockies) -"pjR" = ( -/obj/effect/spawner/gibspawner/xeno, +"pjQ" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/obj/structure/platform_decoration{ + dir = 1 + }, /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/security) +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "pjT" = ( /obj/structure/surface/table/almayer, /obj/item/paper{ @@ -31953,168 +31926,155 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorm_north) -"pjX" = ( -/obj/structure/largecrate/random, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_street) -"pjZ" = ( -/obj/structure/surface/table/almayer, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/door_control/brbutton/alt{ - id = "Sec-Armoury-Lockdown"; - name = "remote door-control" +"pke" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2 }, -/obj/item/limb/hand/l_hand{ - dir = 1; - pixel_x = 9; - pixel_y = 3 +/turf/open/floor/corsat/marked, +/area/lv522/landing_zone_1/ceiling) +"pkg" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"pkk" = ( -/obj/structure/platform_decoration, -/obj/structure/machinery/light{ +/turf/open/floor/corsat/plate, +/area/lv522/atmos/filt) +"pku" = ( +/obj/item/tool/pen/clicky, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor) +"pkv" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"pkJ" = ( -/obj/effect/spawner/gibspawner/xeno, -/obj/effect/decal/warning_stripes{ - icon_state = "W" +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"pkw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer, +/obj/item/seeds/bananaseed{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/seeds/bananaseed, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/hydro) +"pkz" = ( +/obj/structure/platform{ + dir = 8 }, /obj/effect/decal/warning_stripes{ icon_state = "E"; pixel_x = 1 }, /turf/open/floor/prison/floor_plate, -/area/lv522/atmos/cargo_intake) +/area/lv522/outdoors/colony_streets/north_street) +"pkT" = ( +/obj/structure/surface/table/almayer, +/obj/structure/phone_base/colony_net/rotary{ + phone_category = "LV522 Chances Claim"; + phone_id = "Reactor Control"; + pixel_y = 6 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "pli" = ( /obj/effect/decal/cleanable/dirt, /obj/item/prop/colony/used_flare, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) -"plx" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +"pmw" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"plB" = ( -/obj/structure/surface/table/almayer, -/obj/structure/prop/server_equipment/laptop, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) -"plO" = ( -/obj/structure/machinery/door/airlock/almayer/maint{ - dir = 1 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/way_in_command_centre) -"pmm" = ( -/obj/structure/closet/crate, /turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/central_streets) -"pmA" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/south) -"pmH" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin{ - pixel_y = 5 - }, -/obj/item/tool/pen/blue/clicky, -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 +/area/lv522/outdoors/colony_streets/north_west_street) +"pmB" = ( +/obj/structure/platform_decoration, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) -"pmM" = ( -/obj/structure/platform{ - dir = 1 +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) -"pnb" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_street) +"pmQ" = ( +/obj/structure/platform, /obj/structure/stairs/perspective{ - dir = 4; + dir = 8; icon_state = "p_stair_full" }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +/turf/open/gm/river, +/area/lv522/atmos/sewer) +"pnb" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) +/obj/structure/surface/table/almayer, +/obj/structure/prop/server_equipment/laptop/on, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/hydro) "pni" = ( /obj/item/weapon/gun/revolver/spearhead, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen/glass) -"pnp" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" +"pns" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/bridge) +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"pnv" = ( +/obj/structure/cargo_container/watatsumi/leftmid, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_west_street) "pnE" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"pnH" = ( -/obj/effect/decal/cleanable/blood/xeno, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/admin) "pnO" = ( /obj/structure/prop/invuln/ice_prefab, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"pnP" = ( -/obj/structure/surface/table/almayer, -/obj/item/seeds/potatoseed{ - pixel_x = -8; - pixel_y = 6 +"pnX" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/filt) +"pod" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 }, -/obj/item/seeds/potatoseed, -/obj/structure/machinery/light, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"pnQ" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) +"pof" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/cargo_intake) +"pou" = ( +/obj/structure/prop/invuln/minecart_tracks, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 10 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) -"pnY" = ( -/obj/structure/pipes/standard/manifold/hidden/green, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"poa" = ( -/obj/structure/machinery/conveyor{ - dir = 10; - id = "cargo_container" - }, -/turf/open/floor/corsat/browncorner/north, -/area/lv522/atmos/cargo_intake) -"poe" = ( -/obj/structure/barricade/deployable, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/shuttle/dropship/can_surgery/light_grey_bottom_left, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"poz" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +/turf/open/floor/corsat/plate, +/area/lv522/indoors/c_block/mining) +"pow" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 6 }, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/north_command_centre) +/obj/item/tool/pen/blue/clicky, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) "poD" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 @@ -32122,11 +32082,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/b_block/bridge) -"poJ" = ( -/obj/item/stack/sheet/wood, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_2) "poP" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat/brown/north, @@ -32139,38 +32094,70 @@ /obj/structure/cargo_container/kelland/right, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"ppc" = ( +"ppd" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"ppe" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/stack/sheet/metal, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"ppg" = ( -/turf/open/floor/corsat/brown/northeast, -/area/lv522/atmos/filt) -"ppv" = ( -/obj/structure/largecrate/random/barrel/yellow, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/west) -"ppx" = ( -/obj/structure/machinery/light{ +/obj/structure/barricade/handrail{ dir = 8 }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) +/turf/open/floor/prison/cell_stripe/west, +/area/lv522/indoors/lone_buildings/storage_blocks) +"pph" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/item/reagent_container/food/drinks/flask/marine{ + layer = 3.1; + pixel_x = -6; + pixel_y = -11 + }, +/obj/item/reagent_container/food/drinks/flask/marine{ + layer = 3.1; + pixel_x = -6; + pixel_y = 13 + }, +/obj/item/reagent_container/food/drinks/flask/marine{ + layer = 3.1; + pixel_x = -2; + pixel_y = 7 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"ppv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/cargo_intake) +"ppx" = ( +/obj/structure/largecrate/random/barrel/green, +/turf/open/asphalt/cement/cement12, +/area/lv522/landing_zone_1) "ppD" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"ppE" = ( -/obj/structure/largecrate/random, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) -"ppG" = ( -/obj/structure/dispenser, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) +"ppJ" = ( +/obj/structure/safe{ + spawnkey = 0 + }, +/obj/item/storage/fancy/cigar, +/obj/item/clothing/head/helmet/marine/veteran/pmc, +/obj/item/m_gift, +/obj/item/coin/diamond, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) "ppK" = ( /obj/structure/surface/table/almayer, /obj/item/paper, @@ -32180,39 +32167,55 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorm_north) -"ppO" = ( -/obj/item/stack/rods, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/prison/blue/north, -/area/lv522/indoors/a_block/hallway) -"ppZ" = ( -/obj/structure/machinery/light{ - dir = 1 +"ppR" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + pixel_y = 7 }, -/obj/structure/machinery/disposal, /turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) +"pqe" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/browncorner/east, +/area/lv522/atmos/east_reactor) +"pqf" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -4; + pixel_y = 24 + }, +/obj/structure/prop/invuln/pipe_water{ + pixel_x = -7; + pixel_y = 4 + }, +/turf/open/floor/plating/platingdmg3/west, /area/lv522/indoors/a_block/dorms) "pqk" = ( /obj/effect/decal/cleanable/dirt, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_street) -"pqt" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"pqx" = ( -/obj/structure/machinery/vending/snack/packaged, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"pqG" = ( -/obj/structure/barricade/deployable{ - dir = 8 - }, +"pqD" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"pqE" = ( +/turf/open/floor/corsat/brown/northeast, +/area/lv522/atmos/reactor_garage) +"pqJ" = ( +/obj/item/tool/surgery/WYautopsy, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/open/floor/strata/cyan2/east, +/area/lv522/indoors/a_block/medical) +"pqO" = ( +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor/south) "pqQ" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -32223,6 +32226,9 @@ /obj/effect/decal/cleanable/cobweb2, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/south_street) +"pqV" = ( +/turf/open/floor/plating/platingdmg3, +/area/lv522/indoors/a_block/kitchen/damage) "pqX" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/item/lightstick/red/spoke/planted{ @@ -32231,19 +32237,13 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_street) -"prj" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "70" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"prk" = ( +"prh" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_2) -"prq" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) "prs" = ( /obj/effect/decal/cleanable/blood/xeno{ icon_state = "xgib3" @@ -32251,54 +32251,24 @@ /obj/effect/spawner/gibspawner/xeno, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_street) -"prv" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/prop/colony/canister{ - pixel_y = 14 - }, -/obj/item/ashtray/bronze{ - icon_state = "ashtray_small_bl_full"; - pixel_y = -5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"prA" = ( -/obj/structure/barricade/deployable{ - dir = 8 +"prw" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" }, -/obj/item/ammo_magazine/rifle/heap{ - current_rounds = 0 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_street) +"prz" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, -/turf/open/floor/prison, -/area/lv522/indoors/a_block/kitchen) -"prF" = ( -/obj/item/clothing/mask/facehugger{ - desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; - icon_state = "facehugger_impregnated"; - layer = 3; - name = "????"; - stat = 2 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_east_street) -"prK" = ( -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/corsat/brown/southwest, -/area/lv522/oob) +/turf/open/floor/corsat/squares, +/area/lv522/atmos/reactor_garage) "prM" = ( /obj/structure/cargo_container/horizontal/blue/top, /turf/open/floor/prison, /area/lv522/outdoors/colony_streets/north_west_street) -"prR" = ( -/obj/structure/prop/turbine_extras/border, -/obj/structure/prop/turbine, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/south_west_street) "prW" = ( /obj/structure/surface/table/almayer, /obj/item/newspaper{ @@ -32330,18 +32300,51 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"psc" = ( -/turf/open/floor/corsat/brown/northeast, -/area/lv522/atmos/west_reactor) +"psa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"psl" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) +"pss" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) +"pst" = ( +/obj/structure/machinery/seed_extractor, +/turf/open/floor/plating/platebotc, +/area/lv522/indoors/b_block/hydro/glass) "psF" = ( /obj/effect/decal/cleanable/dirt, /obj/item/ammo_magazine/rifle/mar40/lmg, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"psO" = ( -/obj/structure/machinery/door/airlock/almayer/generic, -/turf/open/floor/corsat/marked, -/area/lv522/landing_zone_1/ceiling) +"psJ" = ( +/obj/structure/reagent_dispensers/watertank{ + anchored = 1 + }, +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 9 + }, +/obj/structure/flora/bush/ausbushes/palebush{ + pixel_y = 9 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) "psQ" = ( /obj/structure/prop/ice_colony/ground_wire, /obj/structure/prop/server_equipment/laptop/on{ @@ -32350,38 +32353,88 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_east_street) -"ptA" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/faxmachine/corporate, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +"psW" = ( +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/central_streets) +"ptf" = ( +/obj/structure/coatrack{ + pixel_x = 11; + pixel_y = 3 + }, +/obj/item/clothing/suit/storage/snow_suit/survivor/parka/green{ + pixel_x = 9; + pixel_y = 9 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2/ceiling) +"ptg" = ( +/turf/open/floor/prison/blue/north, +/area/lv522/indoors/a_block/hallway) +"ptl" = ( +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/way_in_command_centre) +"ptm" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) +"pty" = ( +/obj/item/stack/sheet/metal, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_east_street) "ptB" = ( +/obj/structure/machinery/conveyor{ + dir = 4; + id = "lv_gym_2"; + name = "treadmill" + }, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"ptW" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 8 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1) +"puh" = ( +/obj/structure/surface/table/almayer, /obj/effect/decal/cleanable/dirt, -/obj/structure/prop/static_tank/water, /turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) -"ptC" = ( +/area/lv522/indoors/b_block/bar) +"pui" = ( +/obj/structure/surface/table/almayer, /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes{ - icon_state = "S" +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness/glass) +"puv" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/colony{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/south) +"pux" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"ptN" = ( -/obj/effect/decal/cleanable/blood/oil, /turf/open/floor/corsat/plate, /area/lv522/atmos/reactor_garage) -"ptO" = ( -/obj/structure/largecrate, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_1) -"ptR" = ( -/obj/structure/prop/server_equipment/yutani_server{ - density = 0; - pixel_y = 16 +"puy" = ( +/obj/structure/curtain/medical, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/atmos/east_reactor/south) +/turf/open/floor/strata/white_cyan3/north, +/area/lv522/indoors/a_block/medical) +"puP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) "puV" = ( /obj/structure/cargo_container/kelland/right, /turf/open/auto_turf/shale/layer1, @@ -32393,41 +32446,50 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"pvi" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/hydro) -"pvj" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"pvo" = ( -/obj/item/fuel_cell{ - pixel_x = 6; - pixel_y = 4 - }, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/east_reactor) -"pvq" = ( +"pvn" = ( +/turf/open/asphalt/cement/cement15, +/area/lv522/outdoors/colony_streets/north_street) +"pvA" = ( /obj/structure/barricade/wooden{ + dir = 1; + layer = 3.1; + pixel_y = 17 + }, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"pvI" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 13; + pixel_y = 17 + }, +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) +"pvJ" = ( +/obj/structure/bed/chair/comfy{ dir = 4 }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/engineering) -"pvv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_1) "pvP" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/barricade/deployable{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/admin) +"pvS" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/bridge) +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "pvW" = ( /obj/item/lightstick/red/spoke/planted{ pixel_x = -12; @@ -32439,18 +32501,18 @@ /turf/open/auto_turf/shale/layer1, /area/lv522/landing_zone_1) "pwe" = ( -/obj/structure/machinery/conveyor{ - dir = 8; - id = "cargo_container" - }, -/obj/structure/barricade/handrail{ - dir = 4 +/obj/effect/decal/cleanable/dirt, +/obj/item/maintenance_jack, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) +"pwn" = ( +/obj/structure/surface/table/almayer, +/obj/item/toy/deck/uno, +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"pwp" = ( -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/c_block/cargo) +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) "pwu" = ( /obj/structure/platform_decoration{ dir = 8 @@ -32465,101 +32527,96 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor/south) -"pwF" = ( -/obj/structure/bed/chair/comfy, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor/south) "pwK" = ( -/obj/structure/platform{ +/obj/structure/bed/chair{ dir = 8 }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_east_street) -"pwS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) "pwT" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/lone_buildings/engineering) -"pwU" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper B-Block - Hydroponics Airlock" - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "LV_522_Hydro-Lockdown"; - name = "\improper Storm Shutters" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/hydro) "pwX" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor/south) +"pxa" = ( +/obj/structure/prop/almayer/computers/sensor_computer2, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -7; + pixel_y = 19 + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/c_block/mining) "pxb" = ( /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_1) -"pxh" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) "pxk" = ( /obj/structure/largecrate/random/barrel/red, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"pxs" = ( -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1) "pxx" = ( -/obj/structure/machinery/camera/autoname{ +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ dir = 4 }, -/obj/structure/machinery/light/small{ - dir = 8 +/obj/structure/platform_decoration{ + dir = 9 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"pxM" = ( -/obj/item/reagent_container/glass/bucket/janibucket{ - pixel_x = -6; - pixel_y = 15 +/turf/open/asphalt/cement, +/area/lv522/landing_zone_1) +"pxH" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/south_street) -"pye" = ( -/obj/structure/prop/invuln/overhead_pipe{ - dir = 8; - pixel_x = -6; - pixel_y = 6 +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 }, /obj/effect/decal/cleanable/dirt, -/obj/structure/platform, -/turf/open/gm/river, -/area/lv522/landing_zone_1/tunnel/far) -"pyt" = ( -/obj/structure/reagent_dispensers/fueltank/gas, -/obj/structure/machinery/light{ - dir = 4 +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"pxM" = ( +/obj/item/stack/sheet/metal, +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_east_street) +"pyh" = ( +/turf/open/floor/corsat/brown/southwest, +/area/lv522/atmos/east_reactor/east) +"pyF" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/west_reactor) +"pyK" = ( +/obj/structure/barricade/wooden{ + dir = 1; + layer = 3.1; + pixel_y = 17 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) -"pyy" = ( -/obj/structure/machinery/deployable/barrier, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"pyG" = ( -/obj/structure/cargo_container/kelland/right, -/turf/open/auto_turf/shale/layer1, -/area/lv522/landing_zone_1) +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"pyP" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/stairs/perspective{ + dir = 5; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) "pza" = ( /obj/item/stack/sheet/wood{ pixel_x = -5; @@ -32593,56 +32650,67 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) +"pzg" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "pzo" = ( /obj/item/weapon/twohanded/folded_metal_chair, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"pzC" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) -"pzE" = ( -/obj/structure/barricade/deployable, -/turf/open/floor/prison/floor_plate, +"pzr" = ( +/obj/structure/machinery/colony_floodlight{ + layer = 4.3 + }, +/turf/open/asphalt/cement/cement4, /area/lv522/outdoors/colony_streets/north_east_street) -"pzF" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper C-Block - Garage Airlock" +"pzx" = ( +/obj/structure/stairs/perspective{ + dir = 9; + icon_state = "p_stair_full" }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/garage) -"pzN" = ( -/obj/structure/barricade/handrail, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) -"pzT" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" +/obj/structure/platform{ + dir = 4 }, -/obj/structure/fence, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"pzz" = ( /obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 + icon_state = "SW-out"; + pixel_x = -1; + pixel_y = -1 }, /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/n_rockies) -"pzU" = ( -/obj/structure/largecrate/random/barrel/white, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_1/ceiling) -"pzV" = ( -/obj/structure/machinery/door/airlock/almayer/medical{ - name = "Medical Laboratory Operating Theatre"; - req_access_txt = "100"; - req_one_access = null +/area/lv522/atmos/way_in_command_centre) +"pzD" = ( +/obj/structure/phone_base/colony_net{ + phone_category = "LV522 Chances Claim"; + phone_color = "red"; + phone_id = "Colony Fitness"; + pixel_y = 26 }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/indoors/a_block/fitness) +"pzJ" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 8; + name = "\improper Human Resources Office" }, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/medical) +/area/lv522/indoors/a_block/dorms) +"pzZ" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "4" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"pAm" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/south_east_street) "pAp" = ( /obj/structure/largecrate, /turf/open/auto_turf/sand_white/layer0, @@ -32651,6 +32719,16 @@ /obj/item/prop/colony/used_flare, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor/south) +"pAE" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/south_east_street) +"pAH" = ( +/obj/structure/closet/crate, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/central_streets) "pAW" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -32658,19 +32736,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/fitness) -"pBx" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo/glass) -"pBI" = ( -/obj/structure/bookcase{ - density = 0; - icon_state = "book-5" - }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) "pBK" = ( /obj/structure/surface/table/gamblingtable, /obj/item/toy/deck{ @@ -32684,19 +32749,43 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/carpet, /area/lv522/indoors/c_block/casino) -"pBO" = ( -/obj/structure/machinery/portable_atmospherics/hydroponics{ - icon_state = "hydrotray4" +"pBV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/window{ +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/b_block/bar) +"pBX" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/obj/vehicle/train/cargo/engine, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"pCc" = ( +/obj/structure/prop/ice_colony/dense/planter_box{ dir = 8 }, -/turf/open/floor/plating/platebotc, -/area/lv522/indoors/b_block/hydro/glass) -"pBS" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/medical/glass) +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_y = 11 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"pCf" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass{ + dir = 1; + name = "\improper Marshals Office Armory"; + req_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "Sec-Kitchen-Lockdown"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/security) "pCg" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -32704,6 +32793,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/carpet, /area/lv522/indoors/b_block/bar) +"pCk" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "pCm" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -32724,38 +32819,28 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_street) -"pCz" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 1; - pixel_y = 2 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"pCO" = ( -/obj/structure/surface/table/almayer, -/obj/item/book{ - pixel_x = -5; - pixel_y = 14 +"pCD" = ( +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/c_block/t_comm) +"pCI" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" }, -/obj/item/book{ - pixel_x = 5; - pixel_y = 5 +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_street) +"pCJ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/corsat/browncorner/north, +/area/lv522/atmos/west_reactor) "pCP" = ( /obj/item/tool/hatchet, /turf/open/floor/prison, /area/lv522/indoors/b_block/hydro) -"pCQ" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) "pCT" = ( /obj/structure/machinery/power/terminal, /obj/effect/decal/warning_stripes{ @@ -32764,27 +32849,30 @@ }, /turf/open/floor/plating, /area/lv522/indoors/lone_buildings/engineering) -"pCX" = ( -/obj/structure/largecrate/random/case, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) "pDd" = ( -/obj/structure/curtain/medical, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical/glass) -"pDl" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/east) -"pDr" = ( -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/engineering) -"pDB" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/squares, +/obj/structure/bed/chair, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) +"pDf" = ( +/turf/open/floor/corsat/brown/northeast, /area/lv522/atmos/command_centre) +"pDi" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor) +"pDm" = ( +/obj/structure/largecrate/random, +/turf/open/asphalt/cement/cement9, +/area/lv522/outdoors/colony_streets/north_street) +"pDw" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "5" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"pDO" = ( +/obj/item/trash/uscm_mre, +/turf/open/floor/prison/blue/southeast, +/area/lv522/indoors/a_block/admin) "pDU" = ( /obj/structure/barricade/wooden{ dir = 4 @@ -32793,26 +32881,32 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"pEg" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - pixel_y = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"pEs" = ( +"pEe" = ( +/turf/open/shuttle/dropship/can_surgery/light_grey_top_left, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"pEj" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/plating/plating_catwalk/prison, -/area/lv522/atmos/east_reactor/south) -"pEy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/mucus, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/medical/glass) +"pEn" = ( +/obj/structure/prop/invuln/fire{ + pixel_x = -7; + pixel_y = 24 + }, /obj/structure/prop/invuln/fire{ pixel_x = -8; pixel_y = 10 }, /turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "99" + icon_state = "70" }, /area/lv522/landing_zone_forecon/UD6_Typhoon) +"pEs" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv522/atmos/east_reactor/south) "pEA" = ( /obj/item/lightstick/red/spoke/planted{ pixel_x = -9; @@ -32823,24 +32917,44 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"pFl" = ( -/obj/item/clothing/gloves/yellow, -/obj/structure/machinery/space_heater/radiator/red{ - pixel_y = 26 +"pED" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage{ + req_access = null; + req_one_access_txt = "7;23;27" }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/engineering) -"pFq" = ( -/obj/structure/stairs/perspective{ +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/north) +"pEW" = ( +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/n_rockies) +"pFe" = ( +/obj/structure/prop/invuln/overhead_pipe{ dir = 8; - icon_state = "p_stair_full" + pixel_x = -6; + pixel_y = 6 }, -/obj/structure/platform, +/obj/structure/closet/firecloset/full, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"pFl" = ( +/turf/open/floor/almayer/w_y1/north, +/area/lv522/oob/w_y_vault) +"pFm" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, /obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) +/obj/effect/landmark/corpsespawner/colonist/burst, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"pFq" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) "pFH" = ( /obj/structure/stairs/perspective{ dir = 1; @@ -32848,30 +32962,15 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"pFX" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/microwave{ - pixel_y = 4 - }, -/obj/item/reagent_container/food/drinks/coffee{ - layer = 3.1; - pixel_x = -5; - pixel_y = 16 - }, -/obj/item/clothing/head/hardhat/orange{ - pixel_x = 6; - pixel_y = 16 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"pGa" = ( +"pFP" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/outdoor_bot) +"pGb" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/camera, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) "pGg" = ( /obj/structure/bed/chair{ dir = 8 @@ -32881,49 +32980,78 @@ "pGh" = ( /turf/closed/wall/strata_outpost/reinforced, /area/lv522/outdoors/colony_streets/north_street) +"pGk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/outdoor_bot) "pGl" = ( /turf/closed/wall/strata_outpost/reinforced/hull, /area/lv522/indoors/a_block/kitchen) -"pGu" = ( -/obj/structure/platform{ - dir = 1 - }, -/turf/open/gm/river, -/area/lv522/landing_zone_1/tunnel/far) -"pGC" = ( -/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ - dir = 1; - icon_state = "flammable_pipe_3"; - pixel_x = -20 +"pGm" = ( +/obj/structure/curtain/medical, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical/glass) +"pGo" = ( +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) +"pGp" = ( +/obj/structure/surface/rack, +/obj/item/tool/pickaxe, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/atmos/cargo_intake) +"pGB" = ( +/obj/structure/fence{ + layer = 2.9 }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor) -"pGE" = ( -/obj/structure/bed/chair{ - dir = 4; - pixel_x = 3 +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/obj/structure/machinery/space_heater/radiator/red{ +/turf/open/floor/strata/floor3/east, +/area/lv522/outdoors/colony_streets/north_street) +"pGF" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/camera/autoname{ dir = 4 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"pGJ" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper Dormitories"; - welded = 1 +/obj/structure/machinery/light/small{ + dir = 8 }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorm_north) +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) "pGQ" = ( /obj/item/prop/alien/hugger, /turf/open/floor/wood/ship, /area/lv522/atmos/way_in_command_centre) +"pGT" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "Sec-Kitchen-Lockdown"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/kitchen) +"pGW" = ( +/obj/structure/window_frame/strata, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "LV522CIC_1"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/admin) "pGY" = ( /obj/effect/decal/cleanable/blood/xeno, /obj/structure/platform{ @@ -32937,72 +33065,77 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/north_east_street) -"pHg" = ( -/obj/item/stool, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/lone_buildings/chunk) -"pHn" = ( +"pHc" = ( /obj/structure/closet/firecloset/full, /turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"pHC" = ( -/turf/open/floor/corsat/plate, -/area/lv522/indoors/c_block/mining) -"pHT" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat, -/area/lv522/atmos/east_reactor/south) -"pHZ" = ( -/obj/structure/largecrate/supply/supplies/water, +/area/lv522/indoors/c_block/cargo) +"pHo" = ( /obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/filt) -"pIG" = ( -/obj/structure/stairs/perspective{ - dir = 4; - icon_state = "p_stair_full" +/obj/item/stack/sheet/metal/large_stack, +/obj/structure/closet/crate, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/indoors/lone_buildings/storage_blocks) +"pHy" = ( +/obj/structure/filtration/machine_96x96{ + icon_state = "disinfection" }, -/obj/structure/platform, -/obj/structure/machinery/light{ - dir = 8 +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/oob) +"pHD" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "40" }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"pIR" = ( -/obj/structure/platform{ - dir = 1 +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"pHM" = ( +/obj/structure/machinery/washing_machine{ + density = 0; + pixel_x = -9; + pixel_y = 15 }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/north_east_street) -"pIX" = ( -/obj/structure/bed/chair{ - dir = 4 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"pHT" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat, +/area/lv522/atmos/east_reactor/south) +"pHW" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos."; + icon_state = "pottedplant_22"; + name = "synthetic potted plant"; + pixel_x = -7; + pixel_y = 7 }, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms) -"pJb" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/corsat/brown/north, +"pIb" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/brown, /area/lv522/atmos/east_reactor/south) -"pJe" = ( -/turf/open/floor/coagulation/icon0_8, -/area/lv522/oob) -"pJk" = ( -/obj/structure/surface/rack, -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/sheet/metal/medium_stack, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"pJB" = ( -/obj/structure/prop/server_equipment/yutani_server{ - density = 0; - pixel_y = 16 +"pId" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/faxmachine, +/obj/structure/machinery/camera/autoname, +/obj/structure/machinery/light/small{ + dir = 1 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"pIA" = ( +/turf/open/asphalt/cement/cement3, +/area/lv522/landing_zone_1) +"pJp" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) "pJW" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -33010,100 +33143,43 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms) +"pJX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) "pJZ" = ( /obj/effect/spawner/gibspawner/xeno, /turf/open/floor/prison, /area/lv522/indoors/b_block/hydro) +"pKg" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_east_street) +"pKh" = ( +/obj/vehicle/train/cargo/trolley, +/obj/structure/machinery/light, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) "pKl" = ( /obj/effect/decal/cleanable/dirt, /turf/open/auto_turf/sand/layer1, /area/lv522/indoors/b_block/bridge) "pKx" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "75" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"pKG" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/east_reactor/south) -"pKK" = ( -/obj/item/prop/alien/hugger, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"pKM" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/obj/structure/platform{ - dir = 8 +/turf/open/gm/river, +/area/lv522/landing_zone_1/tunnel/far) +"pKN" = ( +/obj/structure/prop/invuln/minecart_tracks, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 10 }, -/turf/open/floor/plating, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"pKO" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/reactor_garage) -"pKP" = ( -/obj/structure/window/reinforced, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"pKS" = ( -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_street) -"pKT" = ( -/obj/structure/barricade/deployable{ - dir = 1 - }, -/turf/open/floor/plating/platingdmg3/west, -/area/lv522/indoors/a_block/admin) -"pKW" = ( -/obj/structure/platform{ - dir = 4 - }, -/obj/structure/prop/ice_colony/dense/planter_box{ - dir = 8 - }, -/obj/structure/flora/bush/ausbushes/grassybush{ - pixel_y = 7 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) +/turf/open/floor/corsat/squares, +/area/lv522/indoors/c_block/mining) "pKX" = ( /turf/closed/wall/strata_outpost, /area/lv522/indoors/a_block/bridges/op_centre) -"pLa" = ( -/obj/structure/platform{ - dir = 8 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/east_central_street) -"pLd" = ( -/obj/structure/machinery/light{ - dir = 1; - pixel_x = 16 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/bridge) -"pLe" = ( -/turf/closed/wall/solaris/reinforced/hull/lv522, -/area/lv522/indoors/lone_buildings/storage_blocks) "pLj" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" @@ -33113,12 +33189,44 @@ }, /turf/open/floor/corsat, /area/lv522/atmos/cargo_intake) +"pLn" = ( +/obj/structure/machinery/door/airlock/almayer/secure/colony{ + icon_state = "door_locked"; + locked = 1; + name = "Storage"; + req_access_txt = "100" + }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/cargo_intake) +"pLp" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/spawner/random/toy, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/fitness/glass) +"pLr" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/mining) "pLs" = ( /obj/structure/barricade/wooden{ dir = 4 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/lone_buildings/storage_blocks) +"pLt" = ( +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/command_centre) "pLu" = ( /obj/item/lightstick/red/spoke/planted{ layer = 3.1; @@ -33127,22 +33235,19 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"pLy" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper Executive Suite" +"pLL" = ( +/obj/structure/surface/table/almayer, +/obj/item/toy/prize/deathripley{ + pixel_x = -7; + pixel_y = 17 + }, +/obj/item/toy/prize/ripley{ + pixel_x = 4; + pixel_y = 7 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/executive) -"pLF" = ( -/obj/effect/decal/cleanable/blood/oil, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"pLR" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/south) +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness/glass) "pLT" = ( /obj/item/reagent_container/glass/bucket/janibucket{ desc = "It's a large bucket that fits in a janitorial cart. Holds 500 units. The lip is stained."; @@ -33152,15 +33257,34 @@ /obj/effect/decal/strata_decals/grime/grime3, /turf/open/floor/plating, /area/lv522/indoors/a_block/security) -"pMf" = ( -/obj/structure/prop/ice_colony/dense/planter_box{ - dir = 8 +"pLY" = ( +/obj/structure/cargo_container/horizontal/blue/bottom, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2) +"pLZ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/flora/bush/ausbushes/var3/stalkybush{ - pixel_y = 12 +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/cargo_intake) +"pMe" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"pMo" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/prison, +/area/lv522/atmos/sewer) +"pMq" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/fitness) "pMs" = ( /obj/structure/surface/table/gamblingtable, /obj/item/card/id/visa{ @@ -33178,10 +33302,6 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"pMu" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/atmos/cargo_intake) "pMz" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/warning_stripes{ @@ -33191,9 +33311,11 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/sewer) -"pML" = ( -/turf/open/floor/strata/white_cyan4/east, -/area/lv522/indoors/a_block/medical/glass) +"pMM" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "61" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "pMT" = ( /obj/structure/largecrate/random/barrel/white, /turf/open/floor/plating/plating_catwalk/prison, @@ -33205,13 +33327,9 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms) -"pNh" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/outdoors/colony_streets/windbreaker/observation) -"pNi" = ( -/turf/open/floor/almayer/w_y0/north, -/area/lv522/oob/w_y_vault) +"pNm" = ( +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/n_rockies) "pNs" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -33219,43 +33337,25 @@ /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) "pNM" = ( -/obj/structure/prop/dam/truck, -/obj/structure/prop/holidays/wreath{ - layer = 4.1; - pixel_x = -1; - pixel_y = 16 +/obj/structure/prop/invuln/ice_prefab{ + dir = 5 }, -/turf/open/floor/plating/platebot, -/area/lv522/indoors/c_block/cargo) -"pNP" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "solarpanel1"; + pixel_x = 7 }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/south_east_street) -"pNQ" = ( -/obj/item/prop/colony/used_flare, -/turf/open/floor/prison/blue/north, -/area/lv522/indoors/a_block/admin) +/turf/open/auto_turf/shale/layer1, +/area/lv522/outdoors/w_rockies) "pNY" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/t_comm) -"pOa" = ( -/obj/structure/surface/table/almayer, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) "pOd" = ( /obj/structure/bed/chair/comfy{ dir = 8 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms) -"pOq" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/b_block/bar) "pOs" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, @@ -33266,14 +33366,18 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"pOz" = ( -/obj/structure/closet/secure_closet/bar, -/obj/structure/machinery/light{ - dir = 8 +"pOB" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp{ + pixel_x = 6; + pixel_y = 14 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) +/obj/item/paper_bin/wy{ + pixel_x = -7; + pixel_y = 7 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security/glass) "pOK" = ( /obj/structure/platform/strata{ dir = 1 @@ -33283,67 +33387,69 @@ }, /turf/closed/wall/strata_ice/dirty, /area/lv522/oob) +"pOQ" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/surgical_tray/empty, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/outdoors/w_rockies) +"pPg" = ( +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) "pPt" = ( /obj/structure/largecrate/random, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/outdoors/nw_rockies) -"pPC" = ( -/turf/open/floor/plating/plating_catwalk/prison, -/area/lv522/outdoors/nw_rockies) -"pPG" = ( -/obj/structure/closet/crate, -/obj/item/weapon/classic_baton, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2) -"pPJ" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/pipes/standard/simple/hidden/green{ +"pPx" = ( +/obj/structure/bed/chair/comfy{ dir = 4 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"pPK" = ( -/obj/structure/bed/chair/comfy, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"pPY" = ( -/obj/structure/cargo_container/grant/right, -/turf/open/floor/plating/platebot, -/area/lv522/indoors/c_block/cargo) -"pQp" = ( -/obj/structure/sign/nosmoking_2{ - pixel_y = 28 - }, -/obj/structure/surface/rack, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"pQt" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "89" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"pQw" = ( -/obj/structure/machinery/suit_storage_unit{ - pixel_x = -9 - }, -/obj/structure/machinery/suit_storage_unit{ - pixel_x = 16 +/turf/open/floor/prison/blue/southeast, +/area/lv522/indoors/a_block/admin) +"pPC" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv522/outdoors/nw_rockies) +"pQd" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/bed/chair/comfy/beige, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo) +"pQm" = ( +/obj/structure/stairs/perspective{ + dir = 6; + icon_state = "p_stair_full" }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/north_east_street) "pQA" = ( /obj/item/prop/alien/hugger, /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) +"pQB" = ( +/obj/effect/landmark/survivor_spawner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/northwest, +/area/lv522/indoors/a_block/admin) "pQE" = ( /turf/closed/wall/strata_outpost, /area/lv522/indoors/a_block/bridges) +"pQW" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/landing_zone_1) +"pQZ" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/lone_buildings/storage_blocks) "pRg" = ( /obj/structure/machinery/camera/autoname/lz_camera, /turf/open/floor/plating, @@ -33351,79 +33457,89 @@ "pRh" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/outdoors/n_rockies) +"pRl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) +"pRr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) "pRv" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"pRx" = ( -/obj/structure/machinery/space_heater/radiator/red{ - dir = 8 +"pRE" = ( +/obj/item/storage/backpack/marine/satchel{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/janitor.dmi'; + icon_state = "trashbag3"; + layer = 3.1; + name = "trash bag"; + pixel_x = 4; + pixel_y = 21 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/north_east_street) "pRH" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/garage) -"pRS" = ( -/obj/item/tool/surgery/hemostat, -/obj/item/tool/surgery/scalpel, -/obj/structure/surface/table/reinforced/prison, -/obj/effect/decal/cleanable/dirt, +"pRW" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"pSl" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/machinery/disposal, /turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical) -"pSa" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "45" +/area/lv522/indoors/a_block/corpo/glass) +"pSE" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"pSp" = ( -/obj/structure/machinery/light{ - dir = 1 +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"pSO" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/weldingtool{ + pixel_x = -7; + pixel_y = 3 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/glass) -"pSC" = ( -/obj/structure/machinery/conveyor{ - dir = 4; - id = "lv_gym_1"; - name = "treadmill" +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/east_reactor/north) +"pTo" = ( +/obj/structure/fence, +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/conveyor_switch{ - id = "lv_gym_1"; - name = "treadmill switch"; - pixel_x = -8; - pixel_y = 8 +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"pST" = ( -/obj/structure/window/framed/strata/reinforced, -/turf/open/floor/corsat/marked, -/area/lv522/landing_zone_1/ceiling) -"pTg" = ( -/obj/structure/largecrate/random, -/turf/open/asphalt/cement/cement9, -/area/lv522/outdoors/colony_streets/north_street) -"pTq" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/device/radio/off{ - pixel_x = 6; - pixel_y = 7 +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_west_street) +"pTz" = ( +/obj/structure/platform{ + dir = 4 }, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) -"pTr" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" }, -/turf/open/floor/prison/blue/southwest, -/area/lv522/indoors/a_block/admin) +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/central_streets) "pTJ" = ( /obj/structure/surface/table/woodentable/fancy, /obj/item/device/flashlight/lamp/on{ @@ -33433,34 +33549,30 @@ /obj/item/device/binoculars, /turf/open/floor/wood, /area/lv522/indoors/a_block/executive) +"pTN" = ( +/obj/structure/bed/bedroll{ + dir = 8 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/blue/east, +/area/lv522/indoors/a_block/admin) "pTW" = ( /obj/item/explosive/mine/active{ dir = 4 }, /turf/open/floor/plating, /area/lv522/outdoors/colony_streets/north_east_street) -"pTX" = ( -/obj/item/tool/weldingtool, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/dorms) -"pTY" = ( -/obj/structure/prop/ice_colony/ground_wire{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) "pTZ" = ( /obj/structure/bed/chair/wood/normal{ dir = 1 }, /turf/open/floor/carpet, /area/lv522/indoors/c_block/casino) -"pUi" = ( +"pUe" = ( +/obj/effect/decal/cleanable/dirt, /obj/effect/decal/warning_stripes{ - icon_state = "SW-out"; - pixel_x = -1; - pixel_y = -1 + icon_state = "W"; + pixel_x = -1 }, /turf/open/floor/prison/floor_plate, /area/lv522/atmos/way_in_command_centre) @@ -33469,6 +33581,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) +"pUp" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/browncorner/west, +/area/lv522/atmos/cargo_intake) "pUR" = ( /obj/structure/prop/ice_colony/ground_wire, /obj/structure/prop/ice_colony/ground_wire{ @@ -33476,32 +33594,17 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/w_rockies) -"pUY" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2/ceiling) -"pVa" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/east_reactor/south) -"pVc" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/cargo_intake) -"pVl" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/mucus, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/medical/glass) -"pVm" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/colony{ - dir = 1 +"pUS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/south) +/turf/open/floor/prison/darkredfull2, +/area/lv522/outdoors/colony_streets/north_street) +"pVe" = ( +/obj/structure/powerloader_wreckage/ft, +/turf/open/floor/prison/floor_plate, +/area/lv522/landing_zone_1/ceiling) "pVn" = ( /obj/structure/platform_decoration, /obj/structure/stairs/perspective{ @@ -33516,18 +33619,13 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/admin) -"pVr" = ( -/obj/structure/cargo_container/kelland/left, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_1) -"pVu" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/dropshipside/ds2{ - dir = 2; - id = "sh_dropship2"; - name = "\improper Typhoon crew hatch" +"pVv" = ( +/obj/structure/reagent_dispensers/fueltank{ + layer = 2.9 }, -/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/north_street) "pVA" = ( /obj/structure/bed/chair{ dir = 1 @@ -33535,50 +33633,46 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/a_block/security) -"pVI" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/north_command_centre) -"pWo" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/admin) -"pWu" = ( -/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_21"; - layer = 3.1; - name = "synthethic potted plant"; - pixel_y = 14 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) -"pWw" = ( -/obj/structure/barricade/handrail/strata{ - dir = 8 +"pVO" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/corsat/browncorner, +/area/lv522/oob) +"pVV" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/west_reactor) +"pVW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 }, -/obj/structure/machinery/light, -/turf/open/floor/corsat/marked, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles, /area/lv522/indoors/c_block/mining) -"pWA" = ( -/obj/structure/platform{ - dir = 8 +"pWj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/south_west_street) +"pWn" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/landing_zone_1) -"pWG" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/browncorner, -/area/lv522/atmos/north_command_centre) -"pWP" = ( -/obj/effect/decal/cleanable/cobweb2, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"pWL" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/radio{ + pixel_x = -12; + pixel_y = 8 + }, +/obj/item/device/radio{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "pWR" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 @@ -33586,112 +33680,64 @@ /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) "pWU" = ( -/obj/structure/window/framed/strata/reinforced, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/reactor_garage) +/obj/effect/landmark/xeno_spawn, +/obj/effect/landmark/queen_spawn, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/west_reactor) +"pXa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/prop/colony/used_flare, +/turf/open/floor/prison/blue/north, +/area/lv522/indoors/a_block/hallway) "pXf" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/prison/cell_stripe/north, -/area/lv522/atmos/reactor_garage) -"pXr" = ( -/obj/structure/prop/almayer/computers/sensor_computer3, -/obj/structure/machinery/door_control/brbutton/alt{ - id = "West_Lock"; - name = "remote door-control"; - pixel_x = -9; - pixel_y = 16 - }, -/obj/structure/machinery/door_control/brbutton/alt{ - id = "East_Lock"; - name = "remote door-control"; - pixel_x = 10; - pixel_y = 16 - }, -/obj/structure/machinery/door_control/brbutton/alt{ - id = "Containers_west_LV522"; - name = "remote door-control"; - pixel_x = 1; - pixel_y = 16 - }, -/obj/structure/machinery/door_control/brbutton{ - id = "West LZ Storage"; - name = "West LZ Storage control"; - pixel_x = -9; - pixel_y = 5 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/admin) +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/bridges) "pXu" = ( /obj/structure/cargo_container/kelland/right, /turf/open/floor/prison, /area/lv522/landing_zone_2) -"pXE" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"pXR" = ( +"pXy" = ( /obj/item/shard{ icon_state = "medium" }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/c_block/t_comm) -"pYb" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/c_block/cargo) +"pXK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/turf/open/floor/corsat/brown/northwest, -/area/lv522/atmos/east_reactor/north) -"pYo" = ( -/obj/structure/window/reinforced{ - dir = 8 +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/obj/structure/prop/almayer/computers/sensor_computer1, -/obj/item/device/radio/marine{ - pixel_x = 10; - pixel_y = 22 +/obj/structure/barricade/metal{ + dir = 1 }, -/turf/open/floor/corsat/brown/northwest, -/area/lv522/oob) -"pYr" = ( -/obj/structure/bed{ - layer = 2.7; - pixel_y = -8 +/obj/structure/barricade/metal{ + dir = 4 }, -/obj/structure/bed{ - layer = 2.6; - pixel_y = 5 +/turf/open/floor/prison/darkredfull2, +/area/lv522/outdoors/colony_streets/north_street) +"pXT" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "22" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/area/lv522/landing_zone_forecon/UD6_Tornado) +"pYc" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/effect/landmark/xeno_hive_spawn, +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor) "pYu" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/c_block/garage) -"pYw" = ( -/obj/structure/platform_decoration, -/turf/open/asphalt/cement/cement2, -/area/lv522/outdoors/colony_streets/south_east_street) -"pYB" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/tool/pen/blue/clicky, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) "pYN" = ( /obj/structure/platform_decoration{ dir = 1 @@ -33705,48 +33751,33 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/mining) -"pYT" = ( -/obj/structure/machinery/camera/autoname, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"pYX" = ( -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_full" - }, -/obj/structure/platform/stair_cut{ - icon_state = "platform_stair_alt" - }, -/obj/structure/prop/invuln/overhead_pipe{ - dir = 8; - pixel_x = -6; - pixel_y = 6 - }, -/obj/structure/prop/invuln/overhead_pipe{ - dir = 8; - pixel_x = 6; - pixel_y = 6 +"pZf" = ( +/obj/item/stack/rods/plasteel, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"pYZ" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/command_centre) -"pZj" = ( -/obj/structure/surface/table/almayer, -/obj/item/clothing/under/redpyjamas, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor) +"pZk" = ( +/obj/structure/window/framed/shiva, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/lone_buildings/chunk) "pZo" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) +"pZr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan3, +/area/lv522/indoors/a_block/medical/glass) +"pZw" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/central_streets) "pZA" = ( /obj/item/storage/secure/safe{ pixel_y = 29 @@ -33757,45 +33788,73 @@ }, /turf/open/floor/wood, /area/lv522/indoors/c_block/casino) -"pZU" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 - }, +"pZF" = ( +/obj/structure/pipes/vents/pump, /turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"pZX" = ( -/turf/open/floor/corsat/brown/east, -/area/lv522/oob) -"qay" = ( -/obj/structure/platform_decoration{ +/area/lv522/indoors/a_block/dorms/glass) +"pZG" = ( +/obj/structure/machinery/colony_floodlight{ + layer = 4.3; + pixel_y = 9 + }, +/turf/open/floor/corsat/marked, +/area/lv522/outdoors/colony_streets/north_street) +"pZN" = ( +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/mining) +"qaf" = ( +/obj/structure/surface/table/almayer, +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"qaV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/mucus, -/turf/open/floor/strata/white_cyan3, -/area/lv522/indoors/a_block/medical) -"qba" = ( -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/east_reactor) -"qbe" = ( -/turf/open/asphalt/cement/cement2, -/area/lv522/outdoors/colony_streets/south_west_street) -"qbp" = ( -/obj/structure/foamed_metal, -/obj/effect/decal/cleanable/dirt, +/obj/item/trash/plate{ + pixel_x = 6 + }, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = -3; + pixel_y = 12 + }, +/obj/item/tool/kitchen/utensil/fork{ + pixel_x = 11 + }, +/obj/item/tool/kitchen/knife{ + pixel_x = -11 + }, +/obj/item/reagent_container/food/snacks/superbiteburger{ + pixel_x = 4; + pixel_y = 8 + }, /turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) -"qbs" = ( -/obj/structure/machinery/light, +/area/lv522/indoors/a_block/dorms) +"qaq" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/darkpurple2, +/area/lv522/indoors/a_block/dorms) +"qaH" = ( +/obj/structure/fence, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, /turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"qby" = ( -/obj/structure/machinery/disposal, +/area/lv522/outdoors/colony_streets/north_east_street) +"qaJ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) +"qaL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) +"qbk" = ( +/obj/structure/machinery/mill, /turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) +/area/lv522/indoors/c_block/cargo) "qbG" = ( /obj/effect/decal{ icon = 'icons/mob/xenos/effects.dmi'; @@ -33818,26 +33877,10 @@ icon_state = "solarpanel2"; layer = 4.2; pixel_y = 21 - }, -/obj/structure/sign/safety/high_voltage, -/turf/open/auto_turf/shale/layer1, -/area/lv522/outdoors/colony_streets/central_streets) -"qbK" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/surface/rack, -/obj/item/weapon/baseballbat/metal, -/obj/item/weapon/baseballbat/metal{ - pixel_x = 5 - }, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) -"qbO" = ( -/obj/item/stack/sheet/wood, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/c_block/mining) + }, +/obj/structure/sign/safety/high_voltage, +/turf/open/auto_turf/shale/layer1, +/area/lv522/outdoors/colony_streets/central_streets) "qbW" = ( /obj/structure/prop/invuln/ice_prefab/trim{ dir = 8 @@ -33859,17 +33902,34 @@ /turf/open/floor/plating, /area/lv522/outdoors/colony_streets/central_streets) "qcb" = ( -/obj/structure/machinery/space_heater, -/turf/open/floor/prison/darkpurple2/north, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/dorms) +"qct" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 + }, +/turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms) "qcy" = ( /obj/effect/spawner/gibspawner/xeno, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms) -"qcR" = ( -/obj/structure/largecrate/random/mini, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/central_streets) +"qcF" = ( +/obj/structure/window_frame/strata, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) +"qcH" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"qcM" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/reactor_garage) "qdc" = ( /obj/structure/desertdam/decals/road_edge{ pixel_x = -12 @@ -33883,36 +33943,120 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/fitness/glass) -"qdh" = ( -/turf/open/floor/corsat/brown, +"qdm" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/turf/open/floor/plating/platebot, +/area/lv522/indoors/c_block/cargo) +"qdr" = ( +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"qdu" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -9; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 6; + pixel_y = 20 + }, +/turf/open/floor/strata/fake_wood, +/area/lv522/atmos/east_reactor/east) +"qdC" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/walkman{ + pixel_x = 7; + pixel_y = 14 + }, +/obj/item/device/cassette_tape/pop1{ + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) +"qdJ" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/way_in_command_centre) +"qdL" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/corsat/plate, /area/lv522/atmos/east_reactor/east) "qdS" = ( /obj/structure/bed/sofa/south/grey/left, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, /area/lv522/indoors/c_block/casino) -"qex" = ( +"qeb" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) +"qeg" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) +"qes" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb2, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/b_block/bridge) +"qeH" = ( +/obj/item/weapon/gun/pistol/m1911{ + current_mag = null }, +/obj/effect/decal/cleanable/blood, /turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_west_street) -"qeA" = ( -/obj/structure/cargo_container/ferret/right, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_west_street) -"qeV" = ( -/obj/structure/stairs/perspective{ - dir = 10; - icon_state = "p_stair_full" +/area/lv522/outdoors/n_rockies) +"qfa" = ( +/obj/structure/bed/chair{ + dir = 4 }, -/obj/structure/largecrate/random/barrel/white, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"qff" = ( +/turf/open/floor/corsat/brown, +/area/lv522/atmos/cargo_intake) +"qfb" = ( +/obj/structure/machinery/power/monitor{ + name = "Main Power Grid Monitoring" + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) +"qfh" = ( +/obj/structure/machinery/vending/dinnerware, /obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, /turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/dorms) +/area/lv522/indoors/b_block/bar) +"qfi" = ( +/obj/structure/largecrate/random/secure, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"qfl" = ( +/obj/structure/prop/invuln/overhead_pipe{ + dir = 4; + pixel_x = -12; + pixel_y = 6 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/oob) "qfm" = ( /obj/structure/prop/ice_colony/ground_wire{ dir = 8 @@ -33930,25 +34074,16 @@ }, /turf/open/floor/wood/ship, /area/lv522/atmos/way_in_command_centre) -"qfr" = ( -/obj/structure/barricade/handrail{ - dir = 8 - }, -/turf/open/floor/prison/cell_stripe/west, -/area/lv522/indoors/lone_buildings/storage_blocks) "qfu" = ( /obj/structure/foamed_metal, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms/glass) -"qfA" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "40" +"qfJ" = ( +/obj/structure/barricade/deployable{ + dir = 4 }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"qfB" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/asphalt/cement/cement1, +/turf/open/floor/prison/floor_plate, /area/lv522/outdoors/colony_streets/north_east_street) "qfK" = ( /obj/structure/machinery/light{ @@ -33962,34 +34097,27 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"qfM" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "16" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) "qfT" = ( -/obj/effect/spider/spiderling/nogrow, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/lone_buildings/storage_blocks) -"qgf" = ( -/obj/structure/surface/rack, -/obj/item/device/analyzer, -/obj/item/stack/sheet/cardboard/full_stack, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) +/obj/structure/surface/table/almayer{ + dir = 8; + flipped = 1 + }, +/turf/open/floor/prison/blue/northwest, +/area/lv522/indoors/a_block/admin) +"qfV" = ( +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/northwest, +/area/lv522/indoors/a_block/admin) +"qfW" = ( +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/central_streets) "qgj" = ( /obj/structure/barricade/wooden{ dir = 8 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) -"qgm" = ( -/obj/structure/bed/chair/comfy/beige{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo) "qgr" = ( /obj/structure/machinery/light/small, /obj/structure/ladder{ @@ -34004,45 +34132,51 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor/south) -"qha" = ( -/turf/open/floor/corsat/brown/east, +"qgz" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/machinery/light, +/turf/open/floor/corsat/plate, /area/lv522/atmos/cargo_intake) -"qhj" = ( -/obj/structure/surface/table/almayer, -/obj/item/tool/weldpack{ - layer = 3.1; - pixel_x = -4; - pixel_y = 12 +"qgH" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/bridges/corpo) +"qgM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname, +/obj/structure/machinery/light/small{ + dir = 1 }, -/obj/item/weapon/gun/flamer{ - current_mag = null; - layer = 3.1 +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"qhi" = ( +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 9 }, -/obj/effect/decal/cleanable/liquid_fuel, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/north_street) -"qhp" = ( -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_full" +/obj/structure/flora/bush/ausbushes/var3/sunnybush{ + icon_state = "fernybush_2"; + pixel_y = 10 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"qhD" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper A-Block - Colony Operations Centre Airlock" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 1 }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"qht" = ( -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) -"qhB" = ( -/obj/effect/decal/cleanable/cobweb2, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"qhG" = ( -/obj/structure/window/framed/strata/reinforced, /obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "Sec-Kitchen-Lockdown"; + id = "LV522CIC_1"; name = "\improper Storm Shutters" }, /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/security) +/area/lv522/indoors/a_block/admin) +"qhK" = ( +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/east_reactor/north) "qhO" = ( /obj/structure/bed/chair/comfy{ dir = 8 @@ -34050,22 +34184,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/carpet, /area/lv522/indoors/b_block/bar) -"qhR" = ( -/obj/structure/platform_decoration{ - dir = 8 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_east_street) -"qhV" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/south) "qic" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/c_block/cargo) @@ -34076,54 +34194,55 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) -"qii" = ( +"qim" = ( +/obj/structure/bed/chair/comfy, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"qiK" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"qiM" = ( +/obj/effect/spawner/gibspawner/robot, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/north) -"qip" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/cargo_intake) -"qiy" = ( -/obj/structure/machinery/light/small, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) -"qiB" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo/glass) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/security) "qiN" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen/damage) -"qiP" = ( -/obj/item/prop/colony/used_flare, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor/south) -"qiS" = ( -/obj/structure/surface/rack, -/obj/item/storage/toolbox/mechanical/green{ - pixel_y = 13 - }, -/obj/item/storage/toolbox/mechanical/green{ - pixel_y = -3 - }, -/turf/open/floor/corsat/plate, +"qiT" = ( +/obj/structure/prop/dam/crane/damaged, +/turf/open/floor/corsat/marked, /area/lv522/atmos/reactor_garage) -"qji" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"qiX" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper C-Block - Cargo Airlock" }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/reactor_garage) -"qjk" = ( -/obj/structure/window/framed/shiva, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat/marked, -/area/lv522/indoors/lone_buildings/chunk) +/area/lv522/indoors/c_block/cargo) +"qiY" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/admin) +"qjn" = ( +/obj/structure/prop/invuln/ice_prefab/standalone{ + icon_state = "white" + }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_east_street) +"qjp" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "qjr" = ( /obj/item/prop/alien/hugger, /obj/effect/decal/cleanable/dirt, @@ -34139,31 +34258,15 @@ "qjG" = ( /turf/open/floor/corsat, /area/lv522/atmos/east_reactor/south) -"qjJ" = ( -/obj/structure/platform, -/obj/structure/platform{ - dir = 8 - }, -/obj/structure/platform_decoration{ - dir = 10 - }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/south_west_street) "qjO" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_east_street) -"qkh" = ( -/obj/structure/machinery/cm_vending/sorted/medical/no_access, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan3/east, -/area/lv522/indoors/a_block/medical/glass) -"qkt" = ( -/obj/structure/barricade/deployable, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) +"qka" = ( +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/east) "qkw" = ( /obj/structure/prop/invuln/remote_console_pod, /obj/structure/machinery/computer/shuttle/dropship/flight/lz1{ @@ -34173,53 +34276,24 @@ }, /turf/open/floor/prison, /area/shuttle/drop1/lv522) -"qkR" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/colony_streets/north_west_street) -"qlc" = ( -/obj/structure/machinery/door_control{ - id = "Marked_6"; - name = "Cargo Shutter Control"; - pixel_y = 10 - }, -/obj/structure/surface/table/almayer, -/obj/item/prop{ - desc = "The first page reads. 'Classified Weyland Bio-Weapons Division level eight clearance required.' The rest talks about some sort of XX-121 combat stim?"; - icon = 'icons/obj/items/paper.dmi'; - icon_state = "folder_black"; - name = "Weyland classified intelligence folder"; - pixel_y = -2 +"qkQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/turf/open/floor/strata/white_cyan1/east, +/turf/open/floor/whiteyellowfull/east, /area/lv522/oob/w_y_vault) -"qld" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/hydro) "qle" = ( /obj/structure/machinery/landinglight/ds2/delaytwo, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/landing_zone_2) -"qlh" = ( +"qlx" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) -"qlu" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/door_control/brbutton/alt{ - id = "LZ1_Lockdown_Lo"; - name = "remote door-control"; - pixel_y = 4 - }, -/obj/item/device/flashlight/lamp{ - pixel_x = 6 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/south_west_street) "qly" = ( /obj/structure/surface/table/almayer, /obj/item/paper{ @@ -34252,14 +34326,11 @@ }, /turf/open/floor/plating, /area/lv522/outdoors/colony_streets/central_streets) -"qlY" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/box/flashbangs{ - pixel_x = -5; - pixel_y = 5 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) +"qlI" = ( +/obj/structure/bed/chair/comfy, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor/south) "qma" = ( /obj/effect/decal/warning_stripes{ icon_state = "NW-out"; @@ -34267,37 +34338,47 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) -"qmo" = ( +"qmd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb2, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"qmh" = ( +/obj/item/weapon/gun/revolver/spearhead, /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 6 }, -/turf/open/floor/plating/platingdmg1, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, /area/lv522/indoors/a_block/security) +"qmy" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/disposal, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "qmA" = ( /turf/open/floor/plating, /area/lv522/indoors/lone_buildings/engineering) -"qmB" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/dorms/glass) -"qmV" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/obj/structure/machinery/light/small{ +"qmI" = ( +/obj/structure/bed/chair{ dir = 8 }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) +"qmW" = ( +/obj/structure/surface/table/almayer{ + dir = 4; + flipped = 1 + }, /obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/obj/structure/machinery/light/small{ dir = 4 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"qmW" = ( -/obj/structure/girder, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/darkpurple2/west, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "qnb" = ( /obj/structure/platform, /obj/structure/platform{ @@ -34308,24 +34389,32 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"qnq" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor) -"qnt" = ( -/obj/effect/decal/cleanable/dirt, +"qni" = ( /obj/structure/stairs/perspective{ dir = 1; icon_state = "p_stair_full" }, -/obj/structure/platform{ +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"qny" = ( +/obj/structure/bed/chair/comfy{ dir = 8 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"qnz" = ( +/obj/structure/closet/firecloset/full, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "qnM" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/bed/chair{ @@ -34333,53 +34422,47 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/t_comm) -"qob" = ( +"qnP" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo) +"qnZ" = ( /obj/structure/platform_decoration{ dir = 8 }, /obj/effect/decal/cleanable/blood, -/turf/open/auto_turf/shale/layer1, -/area/lv522/outdoors/w_rockies) +/turf/open/floor/plating, +/area/lv522/outdoors/colony_streets/north_east_street) +"qoo" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "East_Lock"; + name = "Emergency Lockdown" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/hallway) "qot" = ( /obj/structure/surface/table/almayer, /obj/item/stack/sheet/cardboard/full_stack, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"qow" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue/north, -/area/lv522/indoors/a_block/admin) -"qoz" = ( -/obj/structure/surface/rack, -/obj/item/ore/uranium, -/obj/item/ore/uranium, -/obj/structure/barricade/handrail/strata{ - dir = 4 - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/mining) "qoG" = ( /obj/structure/cargo_container/kelland/right, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) -"qoN" = ( -/obj/structure/surface/rack, -/obj/item/clothing/head/welding, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) -"qoU" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Bedroom" +"qoP" = ( +/obj/structure/machinery/landinglight/ds1/delayone, +/turf/open/floor/plating, +/area/lv522/landing_zone_1) +"qpm" = ( +/obj/structure/bed/bedroll{ + dir = 4 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/bar) -"qpn" = ( -/turf/open/floor/plating/platingdmg3/west, -/area/lv522/indoors/a_block/bridges/op_centre) -"qpo" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/bridge) +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/blue/northwest, +/area/lv522/indoors/a_block/admin) "qpq" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/prop/almayer/computer/PC{ @@ -34402,18 +34485,23 @@ }, /turf/open/floor/plating, /area/lv522/outdoors/colony_streets/central_streets) -"qpK" = ( -/obj/structure/cargo_container/kelland/left, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/south_east_street) -"qpX" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/cargo_intake) -"qqd" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor/north) +"qpO" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "6" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"qqa" = ( +/obj/effect/landmark/survivor_spawner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/admin) +"qql" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib3" + }, +/turf/open/floor/corsat/brown/northeast, +/area/lv522/atmos/east_reactor/south) "qqx" = ( /obj/structure/barricade/wooden{ dir = 4 @@ -34427,9 +34515,6 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/op_centre) -"qqA" = ( -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/filt) "qqG" = ( /obj/structure/platform, /obj/structure/platform{ @@ -34446,96 +34531,52 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/n_rockies) -"qqV" = ( -/obj/structure/machinery/landinglight/ds1, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1) -"qqX" = ( -/obj/structure/fence{ - layer = 2.9 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/floor/strata/floor3/east, -/area/lv522/outdoors/nw_rockies) -"qrn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/east_reactor/south) -"qrB" = ( -/obj/structure/prop/almayer/computers/sensor_computer1, -/obj/structure/window/reinforced{ - dir = 4; - health = 80; - pixel_y = 7 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"qrT" = ( -/obj/structure/window/framed/strata/reinforced, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/way_in_command_centre) -"qrV" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "30" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"qrZ" = ( -/obj/structure/surface/table/almayer, -/obj/item/reagent_container/food/drinks/bottle/davenport{ - pixel_x = -4; - pixel_y = 9 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +"qqL" = ( +/obj/structure/cargo_container/watatsumi/leftmid, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_east_street) +"qrQ" = ( +/obj/item/device/m56d_post, +/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "qsi" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorm_north) +"qso" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/outdoor_bot) "qsr" = ( /obj/structure/surface/table/almayer, /obj/item/reagent_container/glass/beaker/vial, /obj/structure/machinery/cell_charger, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"qsB" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +"qss" = ( +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/south) +/obj/structure/foamed_metal, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) "qsC" = ( /obj/structure/surface/table/almayer, /obj/item/storage/box/beakers, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"qsD" = ( -/obj/structure/prop/ice_colony/ground_wire{ - dir = 8 - }, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/cargo_intake) -"qsG" = ( -/obj/structure/bed/bedroll{ - dir = 4 - }, -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/prison/blue/northwest, -/area/lv522/indoors/a_block/admin) -"qsK" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "86" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) +"qsF" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) +"qsH" = ( +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/reactor_garage) "qsN" = ( /obj/structure/window_frame/strata, /turf/open/floor/plating, @@ -34546,6 +34587,12 @@ }, /turf/open/gm/river, /area/lv522/atmos/sewer) +"qsY" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/almayer/w_y1/north, +/area/lv522/atmos/way_in_command_centre) "qts" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 @@ -34553,6 +34600,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/atmos/way_in_command_centre) +"qtv" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Emergency Engineering" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/lone_buildings/engineering) "qtx" = ( /obj/structure/barricade/wooden{ dir = 4 @@ -34573,14 +34627,13 @@ }, /turf/open/floor/carpet, /area/lv522/indoors/a_block/dorm_north) -"qtz" = ( -/obj/structure/machinery/light, -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/east_reactor) -"qtM" = ( -/obj/structure/machinery/light, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/outdoor_bot) +"qtG" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) "qtN" = ( /obj/effect/decal/warning_stripes{ icon_state = "E"; @@ -34601,9 +34654,6 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"qur" = ( -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) "quw" = ( /obj/item/clothing/head/welding, /turf/open/auto_turf/sand_white/layer0, @@ -34612,66 +34662,34 @@ /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"quX" = ( -/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 'Tornado' flight controls"; - network = null; - pixel_y = 21 - }, -/obj/structure/bed/chair/dropship/pilot{ - dir = 1 - }, -/obj/structure/machinery/light/double{ - dir = 1; - layer = 2.9; - pixel_y = 9 - }, -/obj/item/prop/almayer/flight_recorder{ - layer = 2.9; - pixel_x = -9; - pixel_y = 4 - }, -/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"qvd" = ( -/obj/structure/surface/table/almayer{ +"qvn" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ dir = 1; - flipped = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"qve" = ( -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/cargo_intake) -"qvg" = ( -/obj/structure/surface/table/almayer, -/obj/item/ore/gold, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"qvh" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 + name = "\improper B-Block - Hydroponics Airlock" }, -/turf/open/floor/prison/darkpurple2/west, -/area/lv522/indoors/a_block/dorms) -"qvl" = ( -/obj/structure/platform_decoration{ - dir = 4 +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "LV_522_Hydro-Lockdown"; + name = "\improper Storm Shutters" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/b_block/bridge) "qvw" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/c_block/mining) +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "qvJ" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms) +"qvL" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/turf/open/floor/corsat/brown/northwest, +/area/lv522/atmos/command_centre) "qvM" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/bed/chair/comfy{ @@ -34689,10 +34707,6 @@ /obj/structure/pipes/vents/pump, /turf/open/floor/prison, /area/lv522/indoors/lone_buildings/storage_blocks) -"qwd" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/east_reactor/south) "qws" = ( /obj/structure/surface/table/almayer, /obj/item/device/flashlight/lamp{ @@ -34706,6 +34720,26 @@ }, /turf/open/floor/carpet, /area/lv522/indoors/a_block/dorm_north) +"qwH" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/filt) +"qwP" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1, +/area/lv522/indoors/lone_buildings/chunk) +"qxc" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "qxe" = ( /obj/item/prop/colony/used_flare, /turf/open/asphalt/cement, @@ -34729,23 +34763,6 @@ /obj/structure/largecrate/random/case/double, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"qxr" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 1; - layer = 3.1; - pixel_y = 6 - }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"qxz" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/east_reactor/west) -"qxA" = ( -/obj/structure/cargo_container/hd/left/alt, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_2) "qxB" = ( /obj/item/ammo_magazine/sniper{ current_rounds = 0; @@ -34760,54 +34777,28 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"qxV" = ( -/obj/structure/platform_decoration{ - dir = 8 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/garden) "qxX" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorm_north) +"qyl" = ( +/obj/structure/platform, +/turf/open/asphalt/cement/cement4, +/area/lv522/landing_zone_1) +"qyF" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo) "qyG" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/n_rockies) -"qyL" = ( +"qyK" = ( +/obj/item/stack/sheet/metal, /obj/effect/decal/cleanable/dirt, -/obj/item/ammo_magazine/rifle/heap{ - current_rounds = 0 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_x = -1; - pixel_y = 2 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"qyN" = ( -/obj/structure/platform_decoration{ - dir = 4 - }, -/obj/structure/closet/crate/ammo, -/obj/item/ammo_magazine/rifle/lmg/holo_target, -/obj/item/weapon/gun/rifle/lmg{ - current_mag = null - }, -/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"qyO" = ( -/obj/structure/machinery/light/double, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_west_street) +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "qyS" = ( /obj/structure/desertdam/decals/road_edge{ pixel_x = 16 @@ -34820,13 +34811,19 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/fitness/glass) -"qzl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/shard{ - icon_state = "medium" +"qzk" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/south_east_street) +"qzu" = ( +/obj/structure/sink{ + pixel_y = 26 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1, +/area/lv522/indoors/lone_buildings/chunk) "qzy" = ( /obj/structure/largecrate/random/barrel{ layer = 2.7 @@ -34848,6 +34845,10 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) +"qzB" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) "qzE" = ( /obj/structure/platform{ dir = 8 @@ -34857,6 +34858,15 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) +"qzL" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/bridge) +"qzP" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/west) "qzQ" = ( /turf/open/floor/prison, /area/lv522/indoors/b_block/bridge) @@ -34868,19 +34878,12 @@ /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/b_block/bridge) -"qAj" = ( -/obj/effect/landmark/monkey_spawn, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/north_command_centre) -"qAp" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W" +"qAe" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 }, -/obj/effect/spawner/gibspawner/xeno, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/outdoors/colony_streets/north_street) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) "qAt" = ( /obj/structure/bed/chair/comfy{ dir = 8 @@ -34891,31 +34894,33 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"qAw" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) "qAx" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"qAO" = ( -/turf/open/floor/strata/white_cyan3/north, -/area/lv522/indoors/a_block/medical/glass) -"qAV" = ( -/obj/structure/barricade/wooden{ +/turf/open/floor/corsat/marked, +/area/lv522/atmos/north_command_centre) +"qAA" = ( +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor) +"qAM" = ( +/obj/structure/platform{ dir = 8 }, -/obj/structure/barricade/wooden{ - dir = 8; - pixel_y = 13 +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/south_east_street) +"qAU" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison, +/area/lv522/atmos/sewer) +"qBa" = ( +/turf/open/floor/corsat/brown/northeast, +/area/lv522/atmos/east_reactor/south) "qBb" = ( /obj/structure/barricade/wooden, /turf/open/floor/prison, @@ -34945,37 +34950,28 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/fitness/glass) -"qBt" = ( -/obj/structure/platform{ - dir = 4 +"qBm" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/south_east_street) -"qBz" = ( -/obj/structure/ore_box, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/south_east_street) +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"qBr" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) "qBE" = ( /obj/structure/surface/table/almayer, /obj/item/trash/plate, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"qBG" = ( -/obj/structure/surface/table/almayer, -/obj/item/weapon/gun/lever_action/r4t{ - pixel_y = 26 - }, -/obj/item/ammo_magazine/lever_action/marksman{ - layer = 3.1; - pixel_x = -5; - pixel_y = 8 - }, -/obj/item/weapon/butterfly/switchblade{ - pixel_x = 11; - pixel_y = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/mining) +"qBO" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) "qBQ" = ( /obj/structure/prop/invuln/ice_prefab/standalone/trim{ icon_state = "white_trim" @@ -34987,34 +34983,34 @@ }, /turf/closed/wall/solaris/reinforced/hull/lv522, /area/lv522/oob) -"qCl" = ( -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_full" - }, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/bridge) +"qBV" = ( +/obj/structure/cargo_container/wy/mid, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/atmos/cargo_intake) "qCu" = ( -/obj/structure/bed/chair/comfy{ +/obj/structure/largecrate/random, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/n_rockies) +"qCy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ dir = 1 }, -/turf/open/floor/strata/multi_tiles, -/area/lv522/indoors/c_block/mining) -"qCv" = ( -/obj/structure/machinery/light, -/obj/structure/barricade/wooden{ - dir = 4 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/glass) -"qCP" = ( -/obj/item/shard{ - icon_state = "medium" +/turf/open/floor/corsat/marked, +/area/lv522/outdoors/colony_streets/windbreaker/observation) +"qCG" = ( +/obj/structure/surface/rack, +/obj/item/clothing/under/colonist, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) +"qCS" = ( +/obj/structure/machinery/computer/arcade{ + density = 0; + pixel_y = 16 }, /obj/effect/decal/cleanable/dirt, -/obj/item/prop/colony/used_flare, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) "qCY" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 9 @@ -35029,10 +35025,9 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) -"qDf" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/east_reactor/south) +"qDe" = ( +/turf/open/floor/coagulation/icon8_8, +/area/lv522/oob) "qDl" = ( /obj/effect/decal/warning_stripes{ icon_state = "NE-out"; @@ -35041,44 +35036,29 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"qDo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/open/floor/almayer/w_y2/north, -/area/lv522/atmos/way_in_command_centre) -"qDp" = ( -/obj/structure/machinery/camera/autoname, -/obj/structure/largecrate, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) "qDr" = ( /obj/item/ammo_magazine/rifle/heap{ current_rounds = 0 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/security) -"qDu" = ( -/obj/structure/prop/dam/crane/damaged, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/reactor_garage) "qDw" = ( /obj/effect/decal/cleanable/generic, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"qDF" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +"qDx" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/obj/structure/platform{ dir = 4 }, -/turf/open/floor/corsat/browncorner/north, -/area/lv522/atmos/east_reactor) +/turf/open/floor/plating, +/area/lv522/landing_zone_forecon/UD6_Tornado) "qDH" = ( -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/cargo_intake) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/north_command_centre) "qDL" = ( /turf/closed/wall/strata_outpost, /area/lv522/indoors/a_block/bridges/corpo_fitness) @@ -35086,12 +35066,22 @@ /obj/structure/pipes/standard/manifold/fourway/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) +"qDT" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/green, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) "qDV" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) +"qEb" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/prison, +/area/lv522/indoors/a_block/kitchen) "qEc" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/wall/strata_outpost, @@ -35112,34 +35102,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/b_block/bridge) -"qEl" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 +"qEP" = ( +/obj/structure/barricade/deployable{ + dir = 1 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue/east, -/area/lv522/indoors/a_block/admin) -"qEw" = ( -/obj/structure/window/framed/strata/reinforced, -/obj/structure/curtain/medical, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/medical) -"qEC" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) -"qEI" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/bridges/op_centre) -"qEN" = ( -/obj/item/ammo_magazine/rifle/heap{ - current_rounds = 0 - }, -/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "qEQ" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green{ @@ -35147,52 +35116,50 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/sewer) -"qEW" = ( -/obj/structure/machinery/light{ - dir = 8 +"qEV" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/south_street) +"qFp" = ( +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/bridges/dorms_fitness) +"qFt" = ( +/obj/structure/bed/chair{ + dir = 8 }, +/turf/open/floor/prison/floor_plate, +/area/lv522/landing_zone_2/ceiling) +"qFz" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer, +/obj/item/circuitboard/machine/ghettosmes, /turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/engineering) -"qFc" = ( -/obj/structure/machinery/door/poddoor/almayer/closed{ - dir = 4; - id = "West LZ Storage"; - name = "Emergency Lockdown" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/lone_buildings/storage_blocks) -"qFj" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/area/lv522/indoors/lone_buildings/outdoor_bot) +"qFB" = ( +/obj/structure/bed/chair{ + dir = 1 }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"qFH" = ( -/turf/open/floor/corsat/brown/southwest, -/area/lv522/atmos/filt) -"qFI" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"qFR" = ( +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/south_street) +"qFV" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 8; - name = "\improper Dormitories" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) "qGf" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/central_streets) +"qGn" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/way_in_command_centre) "qGC" = ( /turf/open/floor/prison, /area/lv522/indoors/a_block/security/glass) @@ -35205,11 +35172,46 @@ "qGK" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges) +"qGL" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" + }, +/obj/structure/platform/stair_cut, +/obj/structure/prop/invuln/overhead_pipe{ + dir = 8; + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) +"qGM" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/west_reactor) +"qGP" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) +"qHi" = ( +/obj/structure/machinery/computer/arcade, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb2, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/bar) "qHj" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/generic, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) +"qHn" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/east) "qHr" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 @@ -35217,19 +35219,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"qHs" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/bridges/corpo) -"qHu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/platform_decoration{ - dir = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) "qHD" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/machinery/light, @@ -35241,35 +35230,17 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) -"qHJ" = ( -/obj/item/fuel_cell{ - layer = 3.1; - pixel_x = 3; - pixel_y = 15 - }, -/obj/item/fuel_cell{ - layer = 3.1; - pixel_x = -10; - pixel_y = 18 +"qHP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/medical/glass) +"qIp" = ( +/obj/structure/bed/chair{ + dir = 1 }, -/turf/open/floor/plating, -/area/lv522/indoors/c_block/cargo) -"qHO" = ( -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/structure/surface/rack, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/engineering) -"qIi" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) "qIu" = ( /obj/structure/bed/bedroll{ dir = 1; @@ -35282,36 +35253,45 @@ }, /turf/closed/wall/strata_ice/dirty, /area/lv522/oob) -"qID" = ( -/obj/structure/bed/sofa/vert/white/bot, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo/glass) -"qIK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/phone_base/colony_net{ - phone_category = "LV522 Chances Claim"; - phone_color = "red"; - phone_id = "Reactor Garage"; - pixel_y = 26 +"qIL" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/prison/blue, +/area/lv522/indoors/a_block/admin) +"qIR" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + dir = 1; + name = "\improper Workshop Storage"; + req_access_txt = "100"; + req_one_access = null }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) -"qIT" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/bridges/op_centre) -"qJd" = ( +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/corpo) +"qIZ" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper A-Block Corporate Office Airlock"; - req_access_txt = "100" + name = "\improper A-Block Security Airlock" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "Sec-Kitchen-Lockdown"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/security) +"qJa" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass{ + name = "\improper Marshal Office Holding Cell" }, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "Sec-Kitchen-Lockdown"; + name = "\improper Storm Shutters" + }, /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/corpo/glass) -"qJh" = ( +/area/lv522/indoors/a_block/security) +"qJc" = ( /obj/structure/platform{ dir = 4 }, @@ -35319,7 +35299,7 @@ icon_state = "W" }, /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_east_street) +/area/lv522/outdoors/colony_streets/south_east_street) "qJy" = ( /obj/structure/largecrate/random, /turf/open/auto_turf/shale/layer1, @@ -35328,9 +35308,6 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/lone_buildings/storage_blocks) -"qJL" = ( -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bridge) "qJN" = ( /obj/effect/decal/warning_stripes{ icon_state = "N"; @@ -35346,6 +35323,17 @@ }, /turf/open/floor/prison, /area/lv522/indoors/lone_buildings/outdoor_bot) +"qKd" = ( +/obj/structure/largecrate/random, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/n_rockies) +"qKi" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) "qKk" = ( /obj/effect/landmark/survivor_spawner, /obj/effect/decal/cleanable/dirt, @@ -35368,42 +35356,57 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/central_streets) -"qKC" = ( -/turf/open/floor/corsat/brown/northwest, -/area/lv522/atmos/east_reactor/south) "qKD" = ( -/obj/structure/bed/chair/comfy, +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/firstaid/fire{ + pixel_x = 7; + pixel_y = 9 + }, +/obj/item/storage/firstaid/fire, /turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"qLD" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" +/area/lv522/indoors/a_block/medical/glass) +"qKM" = ( +/obj/structure/bed/chair/comfy, +/turf/open/floor/prison/blue/southeast, +/area/lv522/indoors/a_block/hallway) +"qKT" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) +"qKX" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "26" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"qLe" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 }, -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/north_east_street) -"qLE" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/surface/rack, -/obj/item/weapon/gun/revolver/spearhead, -/obj/item/ammo_magazine/revolver/spearhead, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"qLI" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "46" +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"qLF" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/reactor_garage) "qLO" = ( -/obj/structure/bed/chair/dropship/passenger{ - dir = 4 - }, -/obj/structure/machinery/light/double{ - dir = 8; - pixel_y = -5 +/obj/structure/platform, +/turf/open/asphalt/cement, +/area/lv522/landing_zone_1) +"qLP" = ( +/obj/effect/decal/cleanable/blood/gibs/xeno/body, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 }, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/colony_streets/north_west_street) "qLQ" = ( /obj/item/storage/backpack/marine/satchel{ desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; @@ -35415,10 +35418,10 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/east_central_street) -"qLY" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/brown/northwest, -/area/lv522/atmos/east_reactor/south) +"qMa" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) "qMd" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green{ @@ -35426,63 +35429,57 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorm_north) -"qMn" = ( -/obj/structure/surface/table/almayer, -/obj/structure/prop/server_equipment/laptop/on, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light{ - dir = 8 +"qMj" = ( +/obj/structure/fence, +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/nw_rockies) "qMo" = ( /obj/structure/surface/table/almayer, /obj/item/stack/sheet/wood/large_stack, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"qMp" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 +"qMv" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = 8; + pixel_y = 6 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) +/obj/item/tool/pen/blue/clicky, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) "qMx" = ( /obj/item/ammo_magazine/sniper{ current_rounds = 6 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) -"qMy" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/cargo_container/wy/left, -/turf/open/auto_turf/shale/layer2, -/area/lv522/outdoors/w_rockies) -"qMN" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/fence{ - layer = 2.9 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_east_street) -"qMS" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/casino) +"qMD" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/pipes/standard/manifold/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo/glass) "qNh" = ( /obj/effect/landmark/yautja_teleport, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) +"qNk" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 16 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 16 + }, +/obj/effect/spider/spiderling/nogrow, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) "qNl" = ( /obj/structure/pipes/vents/pump, /turf/open/floor/prison, @@ -35495,18 +35492,20 @@ /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_street) "qNx" = ( -/obj/structure/window/framed/strata/reinforced, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "Sec-Kitchen-Lockdown"; - name = "\improper Storm Shutters" +/obj/item/stack/sheet/metal, +/obj/item/shard{ + icon_state = "medium" }, -/turf/open/floor/corsat/marked, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/darkredfull2, /area/lv522/indoors/a_block/kitchen/glass) "qNC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/hydro) "qNK" = ( /obj/structure/surface/table/almayer, /obj/item/newspaper{ @@ -35526,44 +35525,58 @@ }, /turf/open/floor/carpet, /area/lv522/indoors/a_block/dorm_north) -"qNL" = ( -/obj/structure/closet/crate, -/obj/effect/decal/cleanable/dirt, -/obj/item/tank/emergency_oxygen/double, -/obj/item/tank/emergency_oxygen/double, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/lone_buildings/storage_blocks) "qNR" = ( /obj/structure/barricade/handrail/strata{ dir = 8 }, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"qNV" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "27" +"qOj" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = -6; + pixel_y = 15 }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"qOg" = ( -/obj/structure/target{ - name = "punching bag" +/obj/item/trash/plate, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"qOq" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper_bin/wy{ + pixel_y = 8 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"qOk" = ( -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/bridges/dorms_fitness) -"qOu" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "69" +/obj/item/tool/pen/clicky, +/obj/item/tool/pen/red/clicky{ + pixel_y = 6 }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"qPi" = ( -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/west_reactor) -"qPx" = ( -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/medical/glass) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) +"qOx" = ( +/obj/structure/barricade/handrail/strata, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/mining) +"qOP" = ( +/obj/structure/pipes/vents/pump, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_west_street) +"qOU" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/filt) +"qPe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("interrogation") + }, +/obj/structure/machinery/light/small, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) "qPA" = ( /obj/structure/barricade/handrail/strata{ dir = 8 @@ -35571,6 +35584,19 @@ /obj/effect/decal/cleanable/generic, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) +"qPB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"qPM" = ( +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/south_east_street) "qPU" = ( /obj/structure/bed/chair{ dir = 8 @@ -35589,15 +35615,15 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) -"qQk" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/firstaid/regular{ - pixel_x = 6; - pixel_y = 11 +"qQj" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/item/storage/firstaid/regular, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical/glass) +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/north) "qQr" = ( /obj/item/trash/candle{ pixel_x = 8; @@ -35605,12 +35631,23 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) +"qQA" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_east_street) "qQB" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) +"qQI" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/indoors/a_block/fitness/glass) +"qQK" = ( +/turf/open/floor/prison/blue/west, +/area/lv522/indoors/a_block/admin) "qQQ" = ( /obj/structure/largecrate/random, /obj/effect/decal/cleanable/dirt, @@ -35623,21 +35660,32 @@ /obj/effect/decal/cleanable/generic, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/kitchen) -"qQT" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/east_reactor/west) -"qRh" = ( -/turf/open/asphalt/cement/cement15, -/area/lv522/outdoors/colony_streets/south_street) -"qRs" = ( -/obj/structure/surface/table/almayer, -/obj/item/circuitboard/airlock, +"qRb" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"qRn" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/east_reactor/south) +"qRt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles, /area/lv522/indoors/c_block/mining) +"qRz" = ( +/obj/structure/barricade/deployable{ + dir = 8 + }, +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/prison, +/area/lv522/indoors/a_block/kitchen) "qRB" = ( /obj/structure/closet/crate, /obj/item/stack/sheet/plasteel/medium_stack, @@ -35654,23 +35702,21 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/garage) +"qRM" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness/glass) +"qRY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) "qSa" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "27" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"qSm" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/oob/w_y_vault) -"qSq" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/north_command_centre) +/obj/structure/surface/table/almayer, +/obj/item/circuitboard/airlock, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) "qSw" = ( /obj/item/ammo_magazine/rifle/heap{ current_rounds = 0 @@ -35678,40 +35724,39 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms) -"qSC" = ( +"qSH" = ( +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/outdoors/colony_streets/north_east_street) +"qSN" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/east_reactor/south) +"qSX" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes{ - icon_state = "W" +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"qSD" = ( -/obj/structure/pipes/vents/pump, -/obj/structure/machinery/door_display/research_cell{ - dir = 4; - id = "Reactor_e_entry_3"; - pixel_x = -16; - req_access = null +/turf/open/floor/prison, +/area/lv522/atmos/sewer) +"qTB" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 }, /turf/open/floor/corsat/brown/north, -/area/lv522/atmos/filt) -"qSH" = ( -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/outdoors/colony_streets/north_east_street) -"qTD" = ( -/obj/structure/platform_decoration, +/area/lv522/atmos/east_reactor/south) +"qTC" = ( +/obj/effect/spawner/gibspawner/xeno, /obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 + icon_state = "SW-out"; + pixel_x = -1 }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib3" }, /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/east_central_street) -"qTF" = ( -/turf/open/floor/plating/platingdmg1, -/area/lv522/indoors/a_block/security) +/area/lv522/atmos/way_in_command_centre) "qTI" = ( /obj/item/lightstick/red/spoke/planted{ layer = 3.1; @@ -35726,56 +35771,59 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"qTZ" = ( -/obj/structure/stairs/perspective{ - dir = 4; - icon_state = "p_stair_full" - }, -/obj/structure/platform/stair_cut, -/obj/structure/prop/invuln/overhead_pipe{ - dir = 8; - pixel_x = -6; - pixel_y = 6 - }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) +"qTT" = ( +/obj/structure/cargo_container/hd/mid/alt, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/north_command_centre) "qUh" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"qUF" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical) +"qUt" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + dir = 1; + welded = 1 + }, +/turf/open/floor/corsat/marked, +/area/lv522/oob) "qUL" = ( /turf/open/floor/plating, /area/lv522/outdoors/colony_streets/north_east_street) -"qVA" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/corsat/browncorner/west, -/area/lv522/atmos/east_reactor) -"qVM" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/window{ - dir = 4 +"qUU" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "22" }, -/obj/structure/window{ +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"qVm" = ( +/obj/structure/machinery/conveyor, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/cargo_intake) +"qVp" = ( +/obj/item/explosive/mine/active{ dir = 8 }, -/obj/structure/machinery/prop/almayer/computer/PC{ - desc = "A small desktop computer. Someone has switched to personal emails and disabled the inventory sort system."; - icon_state = "alert:2"; - name = "inventory computer" - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"qWb" = ( -/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_east_street) +"qVz" = ( +/obj/structure/pipes/vents/pump, /turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) +/area/lv522/atmos/command_centre) +"qVG" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"qWa" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/obj/item/tank/emergency_oxygen/double, +/obj/item/tank/emergency_oxygen/double, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/lone_buildings/storage_blocks) "qWf" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green{ @@ -35783,74 +35831,117 @@ }, /turf/open/floor/prison, /area/lv522/indoors/lone_buildings/engineering) -"qWq" = ( +"qWo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/phone_base/colony_net{ + phone_category = "LV522 Chances Claim"; + phone_color = "red"; + phone_id = "LZ1 Service Tunnel"; + pixel_y = 24 + }, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) +"qWr" = ( +/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 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/cyan2/east, +/area/lv522/indoors/a_block/medical) +"qWD" = ( +/obj/structure/cargo_container/horizontal/blue/top, /turf/open/floor/corsat/squares, -/area/lv522/atmos/north_command_centre) -"qWH" = ( -/obj/structure/blocker/forcefield/vehicles, +/area/lv522/atmos/east_reactor/east) +"qWR" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 10 }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor) -"qWI" = ( -/turf/open/asphalt/cement/cement15, -/area/lv522/outdoors/colony_streets/north_street) -"qWR" = ( -/obj/structure/machinery/colony_floodlight, -/turf/open/floor/corsat/marked, -/area/lv522/outdoors/colony_streets/south_east_street) -"qXk" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper A-Block Fitness Centre Airlock" +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"qWT" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper C-Block - Cargo Airlock" }, /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/fitness) -"qXt" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/item/reagent_container/food/drinks/flask/marine{ - layer = 3.1; - pixel_x = -6; - pixel_y = -11 - }, -/obj/item/reagent_container/food/drinks/flask/marine{ - layer = 3.1; - pixel_x = -6; - pixel_y = 13 - }, -/obj/item/reagent_container/food/drinks/flask/marine{ - layer = 3.1; - pixel_x = -2; - pixel_y = 7 +/area/lv522/indoors/c_block/bridge) +"qXb" = ( +/obj/structure/barricade/wooden, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"qXd" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo, +/turf/open/floor/plating, +/area/lv522/landing_zone_1) +"qXg" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/east_reactor/west) +"qXm" = ( +/obj/structure/machinery/landinglight/ds1, +/turf/open/floor/plating, +/area/lv522/landing_zone_1) +"qXq" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/door_control/brbutton/alt{ + id = "Marked_1"; + name = "remote door-control"; + pixel_y = 3 }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +/obj/item/paper/janitor, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) +"qXA" = ( +/obj/structure/machinery/light, +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) +"qXG" = ( +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/garage) "qXH" = ( /obj/structure/surface/rack, /obj/effect/spawner/random/toy, /turf/open/floor/prison, /area/lv522/landing_zone_2) +"qXK" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor) "qXY" = ( /obj/structure/platform{ dir = 8 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"qYi" = ( -/obj/structure/fence{ - layer = 2.9 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, +"qYa" = ( /obj/effect/decal/warning_stripes{ - icon_state = "S" + icon_state = "E"; + pixel_x = 1 }, -/turf/open/floor/strata/floor3/east, +/turf/open/floor/prison/darkredfull2, /area/lv522/outdoors/colony_streets/north_street) +"qYg" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo/glass) "qYo" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, @@ -35874,40 +35965,30 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/north_east_street) -"qZa" = ( -/obj/structure/barricade/wooden{ - dir = 1 - }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/east_central_street) -"qZe" = ( -/obj/structure/window/reinforced{ - dir = 4; - pixel_x = -2; - pixel_y = 4 +"qYQ" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "Bathroom" }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) +"qYY" = ( +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced, /obj/structure/window/reinforced{ - dir = 8; - layer = 3.3; - pixel_y = 4 - }, -/obj/structure/bed{ - can_buckle = 0 - }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 + dir = 8 }, -/obj/item/bedsheet/brown{ - pixel_y = 13 +/obj/item/clothing/accessory/medal/gold{ + pixel_x = 7; + pixel_y = 10 }, -/obj/item/bedsheet/brown{ - layer = 3.1 +/obj/item/clothing/accessory/medal/gold{ + pixel_x = -6; + pixel_y = 7 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/mining) +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) "qZf" = ( /obj/item/storage/belt/marine{ pixel_x = 7; @@ -35915,29 +35996,24 @@ }, /turf/closed/wall/strata_ice/dirty, /area/lv522/oob) -"qZi" = ( -/turf/open/floor/prison, -/area/lv522/atmos/sewer) -"qZk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_x = -1; - pixel_y = 2 +"qZg" = ( +/turf/open/floor/strata/white_cyan3, +/area/lv522/indoors/a_block/medical) +"qZq" = ( +/obj/structure/stairs/perspective{ + dir = 9; + icon_state = "p_stair_full" }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"qZl" = ( -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2/ceiling) -"qZM" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "SE-out"; - pixel_x = 1; - pixel_y = -1 +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_west_street) +"qZs" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" }, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/oob/w_y_vault) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/cargo_intake) "qZT" = ( /obj/item/prop/colony/usedbandage{ dir = 9 @@ -35953,23 +36029,23 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) -"rab" = ( -/obj/structure/barricade/wooden{ - dir = 1; - pixel_y = 7 +"rav" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 }, +/turf/open/floor/prison/darkpurple2/north, +/area/lv522/indoors/a_block/dorms) +"raA" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"rad" = ( -/obj/structure/platform_decoration, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"raq" = ( -/obj/structure/closet/firecloset/full, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness/glass) +/obj/effect/alien/resin/sticky, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/south) +"raE" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) "raH" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, @@ -35979,11 +36055,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/corpo/glass) -"raN" = ( -/obj/structure/largecrate/random, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/reactor_garage) "raS" = ( /obj/structure/desertdam/decals/road_edge{ icon_state = "road_edge_decal8"; @@ -36017,9 +36088,14 @@ /turf/open/floor/wood, /area/lv522/indoors/a_block/fitness/glass) "raX" = ( -/obj/structure/machinery/medical_pod/bodyscanner, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical) +/obj/structure/prop/almayer/computers/sensor_computer3, +/obj/structure/window/reinforced{ + dir = 8; + health = 80; + pixel_y = 7 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) "rbb" = ( /obj/structure/desertdam/decals/road_edge{ icon_state = "road_edge_decal8"; @@ -36055,25 +36131,55 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms/glass) -"rbn" = ( -/obj/structure/bed/chair{ - dir = 1 +"rbq" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/colony_streets/north_west_street) +"rbt" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/machinery/light/double, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"rbK" = ( -/obj/structure/reagent_dispensers/fueltank{ - layer = 2.9 +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/n_rockies) +"rbx" = ( +/obj/structure/platform_decoration, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/east_central_street) +"rbI" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/beer_pack, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"rbJ" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/blue/east, +/area/lv522/indoors/a_block/hallway) +"rbP" = ( +/obj/item/stack/sheet/wood, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_2) +"rbT" = ( /obj/structure/stairs/perspective{ - dir = 1; icon_state = "p_stair_full" }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_street) +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "UD6"; + name = "\improper Shutters" + }, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "rbV" = ( /obj/structure/prop/vehicles/crawler{ dir = 8; @@ -36085,50 +36191,15 @@ /obj/effect/landmark/yautja_teleport, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/east_central_street) -"rbY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) "rcd" = ( /obj/structure/surface/table/almayer, /obj/item/clothing/accessory/poncho, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"rch" = ( -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_full" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"rck" = ( -/obj/structure/largecrate/random/barrel{ - layer = 5.1; - pixel_x = 13; - pixel_y = 16 - }, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/bridges/op_centre) "rcr" = ( /obj/structure/barricade/deployable, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"rcw" = ( -/obj/item/stack/sandbags_empty/small_stack, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_street) -"rcF" = ( -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges/corpo) "rcO" = ( /obj/structure/prop/ice_colony/ground_wire{ dir = 1; @@ -36168,38 +36239,19 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/fitness/glass) -"rcS" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) -"rcX" = ( -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/kitchen) -"rdd" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/obj/structure/platform{ - dir = 4 +"rcZ" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/ceramic_plate{ + pixel_y = 6 }, -/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"rde" = ( -/obj/structure/pipes/vents/pump, -/obj/structure/closet, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms) -"rdg" = ( -/obj/structure/window_frame/strata, -/obj/item/stack/rods, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) -"rdp" = ( -/obj/structure/platform{ - dir = 8 +"rde" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper A-Block Corporate Office Airlock" }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/south_west_street) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/security) "rdq" = ( /obj/structure/prop/invuln/ice_prefab/roof_greeble{ icon_state = "vent2"; @@ -36208,17 +36260,18 @@ }, /turf/closed/wall/solaris/reinforced/hull/lv522, /area/lv522/oob) +"rdB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/turf/open/floor/prison/blue, +/area/lv522/indoors/a_block/admin) "rdF" = ( /obj/structure/closet/crate/medical, /obj/item/tool/portadialysis, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"rdG" = ( -/obj/structure/surface/table/almayer, -/obj/item/clipboard, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) "rdM" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 9 @@ -36236,73 +36289,111 @@ "reo" = ( /turf/open/floor/carpet, /area/lv522/indoors/a_block/dorm_north) +"rep" = ( +/obj/structure/machinery/smartfridge/seeds, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) "res" = ( /obj/structure/machinery/landinglight/ds2/delaythree{ dir = 8 }, /turf/open/floor/plating, /area/lv522/landing_zone_2) -"reK" = ( -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_2) +"rez" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/engineering) +"reM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 8; + pixel_y = -2 + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"reO" = ( +/obj/item/tool/wirecutters, +/turf/open/floor/prison/blue/north, +/area/lv522/indoors/a_block/admin) "reQ" = ( /obj/structure/bed/chair{ dir = 1 }, /turf/open/floor/carpet, /area/lv522/indoors/a_block/dorm_north) -"reR" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/north_command_centre) -"reU" = ( -/obj/item/ammo_magazine/rifle/m4ra/ap{ - current_rounds = 0 - }, -/turf/open/floor/prison/blue/southwest, -/area/lv522/indoors/a_block/admin) "rfk" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/carpet, /area/lv522/indoors/a_block/dorm_north) -"rfq" = ( -/obj/structure/machinery/door/airlock/almayer/maint, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/way_in_command_centre) -"rfv" = ( -/obj/structure/surface/table/almayer, -/obj/item/disk{ - desc = "a 2000 Russian crime film. It is a sequel to the 1997 film Brother."; - name = "brat 2 disk" +"rfl" = ( +/obj/structure/platform_decoration{ + dir = 1 }, -/obj/structure/machinery/recharger{ - layer = 2.9; - pixel_x = 5; - pixel_y = -13 +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/south_east_street) +"rfv" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) +"rfx" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2/ceiling) +/obj/structure/surface/rack, +/obj/item/key/cargo_train{ + icon_state = "keys" + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) +"rfE" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) "rfL" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/corsat/browncorner, -/area/lv522/atmos/east_reactor/south) -"rfY" = ( -/turf/open/floor/prison/blue/southeast, -/area/lv522/indoors/a_block/admin) -"rgc" = ( -/obj/structure/platform_decoration, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/bridge) -"rgg" = ( -/obj/structure/closet/crate, -/obj/item/storage/pouch/pressurized_reagent_canister/revival_peri, +/obj/structure/surface/table/almayer, +/obj/item/clothing/head/hardhat, +/obj/item/clothing/head/hardhat{ + pixel_x = -5; + pixel_y = 9 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"rfM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/fence, /turf/open/floor/prison/floor_plate, -/area/lv522/indoors/lone_buildings/storage_blocks) +/area/lv522/outdoors/nw_rockies) +"rgD" = ( +/turf/open/floor/prison/cell_stripe/west, +/area/lv522/atmos/way_in_command_centre) +"rgE" = ( +/obj/structure/prop/ice_colony/flamingo{ + dir = 6; + layer = 3.1; + pixel_x = -7; + pixel_y = 10 + }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/east_central_street) "rgG" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -36311,58 +36402,78 @@ /obj/structure/platform, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"rgK" = ( -/obj/item/ammo_magazine/rifle/heap{ - current_rounds = 0 +"rhr" = ( +/obj/structure/bed/chair{ + dir = 8 }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/atmos/cargo_intake) -"rhl" = ( -/obj/structure/girder, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/north_street) -"rhS" = ( -/obj/structure/platform, -/obj/structure/machinery/door/poddoor/almayer/closed{ - dir = 4; - id = "LZ1_Lockdown_Lo"; - name = "Emergency Lockdown" +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/landing_zone_1/ceiling) +"rhD" = ( +/obj/item/prop/colony/proptag{ + desc = "A fallen marine's information dog tag. It reads, Staff Sergeant Thomas 'Dog' Smith" }, -/turf/open/floor/corsat/marked, -/area/lv522/landing_zone_1) -"rhX" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/cell_stripe/east, -/area/lv522/indoors/c_block/cargo) -"rij" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/analyzer{ +/turf/open/floor/corsat/squares, +/area/lv522/oob) +"rhU" = ( +/obj/structure/stairs/perspective{ + dir = 5; + icon_state = "p_stair_full" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_west_street) +"rin" = ( +/obj/structure/filingcabinet{ + density = 0; pixel_x = -9; - pixel_y = 3 + pixel_y = 20 }, -/obj/item/clipboard{ - pixel_x = 5; - pixel_y = 3 +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 7; + pixel_y = 20 }, /turf/open/floor/corsat/brown/north, -/area/lv522/atmos/east_reactor) -"rir" = ( +/area/lv522/atmos/east_reactor/east) +"riq" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/admin) +"riC" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/closet/firecloset/full, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"riM" = ( /obj/structure/stairs/perspective{ - dir = 1; + dir = 8; icon_state = "p_stair_full" }, -/obj/structure/platform_decoration{ - dir = 1 +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement/cement3, +/area/lv522/landing_zone_1) +"riP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/blue_plate/north, +/obj/structure/machinery/iv_drip, +/turf/open/floor/prison/blue/north, +/area/lv522/indoors/a_block/hallway) +"riT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/east, /area/lv522/indoors/a_block/admin) -"riS" = ( -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/east_reactor/south) -"riV" = ( -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/north_street) +"rji" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_2) "rjn" = ( /obj/structure/prop/invuln/ice_prefab/trim{ dir = 6; @@ -36380,73 +36491,45 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"rjK" = ( -/obj/structure/cargo_container/horizontal/blue/bottom, -/turf/open/auto_turf/shale/layer1, -/area/lv522/outdoors/w_rockies) -"rjN" = ( -/obj/structure/largecrate/random, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) -"rjQ" = ( -/obj/structure/window/reinforced{ - dir = 4; - pixel_x = -2; - pixel_y = 4 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 3.3; - pixel_y = 4 +"rjO" = ( +/obj/structure/machinery/squeezer, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) +"rkk" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("interrogation") }, -/obj/structure/bed{ - can_buckle = 0 +/obj/structure/machinery/light/small, +/turf/open/floor/strata/multi_tiles, +/area/lv522/indoors/c_block/mining) +"rkC" = ( +/obj/structure/machinery/light{ + dir = 8 }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/central_streets) +"rkE" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper A-Block - Colony Operations Centre Airlock" }, -/obj/item/bedsheet/brown{ - pixel_y = 13 +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/hallway) +"rkH" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper C-Block - Casino Airlock"; + welded = 1 }, -/obj/item/bedsheet/brown{ - layer = 3.1 +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/casino) +"rlz" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "16" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"rjZ" = ( -/obj/structure/machinery/floodlight, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/lone_buildings/storage_blocks) -"rkx" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue/north, -/area/lv522/indoors/a_block/hallway) -"rlt" = ( -/turf/open/floor/corsat/brown/northwest, -/area/lv522/atmos/east_reactor) +/area/lv522/landing_zone_forecon/UD6_Tornado) "rlB" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/outdoors/colony_streets/windbreaker/observation) -"rlG" = ( -/obj/structure/window_frame/strata, -/obj/item/stack/rods, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "LV522CIC_1"; - name = "\improper Storm Shutters" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/hallway) -"rlK" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/lone_buildings/storage_blocks) -"rlM" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/north_command_centre) "rlV" = ( /obj/effect/decal/cleanable/blood/oil, /obj/structure/barricade/wooden{ @@ -36454,6 +36537,13 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) +"rlW" = ( +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor) +"rlZ" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) "rmp" = ( /obj/structure/largecrate/random/barrel/red, /turf/open/floor/plating, @@ -36461,6 +36551,16 @@ "rmt" = ( /turf/closed/wall/strata_outpost, /area/lv522/indoors/a_block/fitness/glass) +"rmw" = ( +/obj/item/stack/rods{ + pixel_y = 14 + }, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/central_streets) +"rmx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/admin) "rmA" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 @@ -36468,79 +36568,19 @@ /turf/open/floor/prison, /area/lv522/atmos/way_in_command_centre) "rmJ" = ( -/obj/structure/prop/invuln/lifeboat_hatch_placeholder/terminal{ - layer = 2.1 - }, -/obj/structure/barricade/handrail{ - dir = 4 - }, -/obj/structure/largecrate/random/secure, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"rmK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/prop/colony/used_flare, -/turf/open/floor/prison/darkpurple2/northeast, -/area/lv522/indoors/a_block/dorms) -"rmL" = ( -/obj/structure/window/framed/strata/reinforced, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - id = "Sec-Kitchen-Lockdown" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/kitchen) -"rmQ" = ( -/obj/structure/platform, +/obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/warning_stripes{ icon_state = "N"; pixel_y = 1 }, /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/south_east_street) -"rmR" = ( -/obj/structure/largecrate/random, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) +/area/lv522/atmos/way_in_command_centre) "rmX" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"rnc" = ( -/obj/structure/machinery/door/airlock/almayer/maint{ - dir = 1; - welded = 1 - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "LV_522_Hydro-Lockdown"; - name = "\improper Storm Shutters" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/bridge) -"rne" = ( -/obj/structure/surface/rack, -/obj/item/clothing/under/overalls, -/obj/item/clothing/under/overalls, -/obj/item/clothing/under/overalls, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"rni" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/flashlight/lamp{ - pixel_x = -7; - pixel_y = 15 - }, -/obj/item/ashtray/glass, -/obj/item/clothing/mask/cigarette, -/obj/item/clothing/mask/cigarette{ - pixel_x = 6; - pixel_y = 12 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) "rnq" = ( /turf/closed/wall/solaris/reinforced/hull/lv522, /area/lv522/landing_zone_2) @@ -36551,14 +36591,6 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"rnw" = ( -/obj/structure/platform, -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_full" - }, -/turf/open/gm/river, -/area/lv522/atmos/sewer) "rnB" = ( /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/east_central_street) @@ -36568,42 +36600,41 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) -"rnU" = ( -/obj/structure/window/reinforced{ - dir = 4; - pixel_x = -2; - pixel_y = 4 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 3.3; - pixel_y = 4 +"rnP" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) +"rnZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/obj/structure/bed{ - can_buckle = 0 +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_west_street) +"rog" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/clothing/suit/storage/snow_suit/survivor/parka/navy, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = -1; + pixel_y = 17 }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = -1; + pixel_y = 5 }, -/obj/item/bedsheet/brown{ - pixel_y = 13 +/obj/item/reagent_container/food/drinks/bottle/whiskey{ + pixel_x = 8; + pixel_y = 3 }, -/obj/item/bedsheet/brown{ - layer = 3.1 +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) +"rom" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "17" }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/mining) -"roc" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/beer_pack, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"rog" = ( -/obj/structure/bed/chair/comfy, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security/glass) +/area/lv522/landing_zone_forecon/UD6_Tornado) "rot" = ( /obj/structure/cargo_container/kelland/right, /turf/open/asphalt/cement, @@ -36621,27 +36652,20 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"roH" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 2 +"roI" = ( +/obj/structure/machinery/power/port_gen/pacman/super, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/south_west_street) +"roS" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 1; + icon_state = "flammable_pipe_3"; + pixel_x = -20 }, -/turf/open/floor/corsat/marked, -/area/lv522/landing_zone_2/ceiling) -"rpi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ - dir = 1 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/machinery/light/small, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/hallway) -"rpj" = ( -/obj/structure/machinery/power/reactor/colony, -/turf/open/floor/plating, -/area/lv522/indoors/lone_buildings/engineering) -"rpl" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/corsat/marked, +/turf/open/floor/corsat/squares, /area/lv522/atmos/east_reactor) "rpm" = ( /obj/item/ammo_magazine/rifle/heap{ @@ -36649,25 +36673,78 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) +"rpn" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "rpu" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/fitness/glass) -"rqq" = ( -/obj/structure/fence{ - layer = 2.9 +"rpx" = ( +/obj/item/ammo_magazine/pistol/m1911{ + current_rounds = 0; + pixel_x = -17; + pixel_y = 14 }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/colony_streets/north_west_street) +"rpA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 8 }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/strata/floor3/east, -/area/lv522/outdoors/nw_rockies) +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"rpE" = ( +/obj/item/tool/crowbar, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/command_centre) +"rpN" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/prop/almayer/computers/sensor_computer2, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/north_command_centre) +"rpV" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor/south) +"rqh" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/bar) +"rqk" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + name = "\improper Workshop Storage"; + req_access_txt = "100"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/corpo) +"rqm" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor) +"rqu" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) "rqE" = ( /obj/structure/surface/table/reinforced/almayer_B, /obj/structure/machinery/prop/almayer/CICmap{ @@ -36676,6 +36753,11 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/way_in_command_centre) +"rqM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) "rqP" = ( /obj/structure/stairs/perspective{ dir = 4; @@ -36683,50 +36765,6 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"rqU" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) -"rqY" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/bed/chair/comfy{ - dir = 1 - }, -/turf/open/floor/corsat/brown/northwest, -/area/lv522/atmos/command_centre) -"rqZ" = ( -/obj/structure/surface/table/almayer, -/obj/item/trash/plate{ - pixel_x = -5; - pixel_y = 3 - }, -/obj/item/trash/plate{ - pixel_x = -5; - pixel_y = 6 - }, -/obj/item/trash/plate{ - pixel_x = 11; - pixel_y = 3 - }, -/obj/item/trash/plate{ - pixel_x = 11; - pixel_y = 6 - }, -/obj/item/reagent_container/food/condiment/peppermill{ - pixel_x = 4 - }, -/obj/item/reagent_container/food/condiment/saltshaker{ - pixel_x = -4 - }, -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/pipes/vents/pump, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) "rrf" = ( /obj/structure/platform, /obj/structure/prop/invuln/lattice_prop{ @@ -36736,23 +36774,28 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/north_east_street) -"rrA" = ( -/obj/vehicle/train/cargo/engine, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"rrS" = ( -/obj/structure/fence{ - layer = 2.9 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" +"rrh" = ( +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/south_east_street) +"rrl" = ( +/obj/structure/largecrate/random, +/obj/structure/machinery/light{ + dir = 8 }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"rrC" = ( +/obj/structure/closet/firecloset/full, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) +"rrT" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4 }, /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/central_streets) +/area/lv522/atmos/east_reactor/south) "rsa" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green{ @@ -36760,27 +36803,18 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/fitness) -"rsd" = ( -/obj/item/tool/crowbar, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/cargo) +"rsg" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/hydro) "rsq" = ( /obj/item/toy/beach_ball, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorm_north) -"rsD" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "32" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"rsE" = ( -/obj/structure/machinery/vending/snack, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) +"rsC" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) "rsF" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 @@ -36800,6 +36834,13 @@ /obj/structure/barricade/wooden, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/garden_bridge) +"rtf" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/hydro) "rtk" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/bed/chair{ @@ -36825,11 +36866,6 @@ /obj/structure/largecrate/random/barrel/white, /turf/open/floor/prison, /area/lv522/outdoors/nw_rockies) -"rtQ" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) "ruc" = ( /obj/structure/cargo_container/kelland/left{ layer = 2.9 @@ -36843,109 +36879,64 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"rut" = ( -/obj/structure/platform, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +"rum" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_east_street) +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/colony_streets/north_west_street) "ruv" = ( /obj/structure/blocker/invisible_wall, /obj/item/clothing/head/soft/ferret, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) -"ruG" = ( -/obj/structure/cargo_container/horizontal/blue/top, -/turf/open/auto_turf/shale/layer1, -/area/lv522/outdoors/w_rockies) +"ruE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) "ruH" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/w_rockies) -"ruN" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) "ruS" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms/glass) -"rvh" = ( -/obj/effect/decal/cleanable/blood/gibs/xeno/body, -/obj/effect/spawner/gibspawner/xeno, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/outdoors/w_rockies) -"rvl" = ( -/obj/structure/surface/table/almayer, -/obj/item/toy/deck/uno, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) -"rvq" = ( -/obj/structure/platform_decoration, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" +"rvb" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor) +"rvh" = ( +/obj/effect/decal/cleanable/blood/gibs/xeno/body, +/obj/effect/spawner/gibspawner/xeno, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_street) +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/outdoors/w_rockies) +"rvt" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) "rvx" = ( /obj/structure/prop/invuln/ice_prefab/trim{ dir = 4 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_street) -"rvD" = ( -/obj/structure/bed/chair, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) -"rvK" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/bridges/corpo_fitness) -"rvV" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"rwb" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/door_control/brbutton/alt{ - id = "Marked_1"; - name = "remote door-control"; - pixel_y = 3 +"rvB" = ( +/obj/structure/surface/table/almayer{ + dir = 8; + flipped = 1 }, -/obj/item/paper/janitor, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) -"rwl" = ( -/obj/structure/cargo_container/kelland/left, -/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 +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/plating/platebot, -/area/lv522/indoors/c_block/cargo) +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "rwo" = ( /obj/structure/surface/table/almayer, /obj/item/stack/tile/plasteel{ @@ -36958,6 +36949,23 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) +"rwr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/secure_closet/engineering_welding, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/way_in_command_centre) +"rwt" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform_decoration{ + dir = 9 + }, +/turf/open/gm/river, +/area/lv522/landing_zone_1/tunnel) "rwx" = ( /obj/structure/desertdam/decals/road_edge{ icon_state = "road_edge_decal8"; @@ -36981,12 +36989,6 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/fitness/glass) -"rwz" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) "rwB" = ( /obj/structure/cargo_container/grant/left, /turf/open/auto_turf/shale/layer1, @@ -36999,6 +37001,14 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) +"rwH" = ( +/obj/structure/surface/table/almayer, +/obj/structure/prop/server_equipment/laptop, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) "rwK" = ( /obj/structure/desertdam/decals/road_edge{ pixel_x = 2 @@ -37010,14 +37020,6 @@ /obj/structure/machinery/light/double, /turf/open/floor/wood, /area/lv522/indoors/a_block/fitness/glass) -"rwQ" = ( -/obj/structure/stairs/perspective{ - dir = 9; - icon_state = "p_stair_full" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) "rwR" = ( /obj/structure/desertdam/decals/road_edge{ icon_state = "road_edge_decal3"; @@ -37029,92 +37031,94 @@ /obj/structure/barricade/handrail/wire, /turf/open/floor/wood, /area/lv522/indoors/a_block/fitness/glass) -"rwW" = ( -/obj/structure/prop/invuln/overhead_pipe{ - dir = 8; - pixel_x = -6; - pixel_y = 6 - }, -/obj/structure/platform{ - dir = 4 - }, -/obj/structure/platform, -/turf/open/gm/river, -/area/lv522/landing_zone_1/tunnel/far) "rwX" = ( /obj/structure/largecrate/random/barrel, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) -"rxs" = ( -/obj/structure/machinery/light, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +"rxn" = ( +/obj/item/tool/extinguisher, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) +"rxp" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/radio/off{ + layer = 3.1; + pixel_x = -5; + pixel_y = 14 + }, +/obj/item/tool/screwdriver, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2/ceiling) +"rxt" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/structure/largecrate/random, +/turf/open/asphalt/cement, +/area/lv522/outdoors/n_rockies) "rxI" = ( /turf/open/auto_turf/shale/layer2, /area/lv522/outdoors/colony_streets/north_street) -"rxR" = ( +"ryx" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/south_east_street) -"ryi" = ( -/obj/item/prop/alien/hugger, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/b_block/bar) -"ryA" = ( -/obj/structure/machinery/shower{ - pixel_y = 16 - }, -/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/casino) +"ryB" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 4 - }, -/turf/open/floor/strata/white_cyan2/west, +/obj/item/prop/colony/used_flare, +/turf/open/floor/prison/darkpurple2/northeast, /area/lv522/indoors/a_block/dorms) -"ryC" = ( -/obj/structure/bed/chair/comfy, -/obj/structure/pipes/standard/simple/hidden/green{ +"ryI" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "72" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"rzk" = ( +/obj/structure/barricade/handrail/strata{ dir = 4 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"rzg" = ( -/obj/structure/platform_decoration{ +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/mining) +"rzl" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/south_east_street) -"rzh" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "36" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"rzl" = ( -/obj/structure/cargo_container/horizontal/blue/top, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/atmos/cargo_intake) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan3/north, +/area/lv522/indoors/a_block/medical) "rzq" = ( /obj/structure/cargo_container/kelland/left, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) -"rzJ" = ( +"rzs" = ( +/obj/item/trash/crushed_cup{ + pixel_y = 12 + }, +/obj/item/prop/colony/usedbandage{ + dir = 1 + }, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/oob) +"rzw" = ( +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 8 + }, +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_y = 12 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"rzC" = ( /obj/structure/surface/table/almayer, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/powercell, -/obj/structure/machinery/cell_charger, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/engineering) +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/east_reactor/south) +"rzI" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/hydro) "rzR" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -37122,182 +37126,266 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/garage) -"rzT" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "72" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) "rzU" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/west_reactor) -"rzZ" = ( -/obj/structure/window/framed/strata/reinforced, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - dir = 4; - id = "Sec-Armoury-Lockdown" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/security) -"rAa" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/effect/decal/cleanable/blood, -/obj/structure/phone_base/colony_net{ - phone_category = "LV522 Chances Claim"; - phone_color = "red"; - phone_id = "Reactor Entrance Office"; - pixel_y = 26 - }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"rAb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, +/obj/structure/largecrate/random, /turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) +/area/lv522/atmos/reactor_garage) +"rzZ" = ( +/turf/open/asphalt/cement/cement1, +/area/lv522/landing_zone_2) "rAf" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/carpet, /area/lv522/indoors/b_block/bar) -"rAA" = ( -/obj/structure/surface/rack, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_1) -"rAU" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/item/prop/alien/hugger, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"rAY" = ( -/obj/item/storage/backpack/marine/engineerpack/satchel, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) +"rAi" = ( +/obj/structure/largecrate/random, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) +"rAS" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/machinery/light, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "rBd" = ( /obj/structure/platform{ dir = 4 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_2) +"rBm" = ( +/turf/open/floor/corsat/browncorner/west, +/area/lv522/atmos/east_reactor/south) "rBz" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" }, /turf/open/floor/corsat, /area/lv522/atmos/cargo_intake) -"rBC" = ( -/turf/open/floor/corsat/browncorner/north, -/area/lv522/atmos/east_reactor/north) -"rBG" = ( +"rBB" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 1 + dir = 10 }, -/turf/open/asphalt/cement/cement15, -/area/lv522/outdoors/colony_streets/south_east_street) -"rDE" = ( -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/north) -"rDX" = ( -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/north_command_centre) -"rDZ" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/toolbox/mechanical, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/filt) -"rEF" = ( -/obj/structure/machinery/vending/snack/packaged, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"rEJ" = ( -/obj/structure/platform_decoration{ +/area/lv522/atmos/east_reactor) +"rBC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red{ dir = 8 }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" +/obj/structure/toilet{ + pixel_y = 16 }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/dorms) +"rBM" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/north_command_centre) +"rBN" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = -7; + pixel_y = 7 }, /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_street) -"rEO" = ( -/obj/structure/platform{ - dir = 1 +/area/lv522/atmos/way_in_command_centre) +"rBW" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/plate{ + pixel_y = 13 + }, +/obj/item/reagent_container/food/snacks/toastedsandwich{ + pixel_y = 20 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"rCb" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"rCe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/west{ + start_charge = 20 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) +"rCf" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, /obj/effect/decal/warning_stripes{ - icon_state = "S" + icon_state = "E"; + pixel_x = 1 }, /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_east_street) -"rFb" = ( -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -7; - pixel_y = 19 +/area/lv522/outdoors/colony_streets/north_west_street) +"rCr" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 7 }, -/obj/structure/filingcabinet/chestdrawer{ - density = 0; - pixel_x = 8; - pixel_y = 19 +/obj/item/tool/pen/red/clicky, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/c_block/mining) +"rDc" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" }, -/obj/item/trash/uscm_mre, +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/bridge) +"rDi" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/north_street) +"rDj" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/north_command_centre) +"rDm" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph." + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat/brown/southeast, +/area/lv522/oob) +"rDq" = ( +/obj/structure/stairs/perspective{ + dir = 9; + icon_state = "p_stair_full" + }, +/obj/structure/platform, +/obj/structure/machinery/light, /turf/open/floor/prison/blue_plate/north, /area/lv522/indoors/a_block/admin) -"rFk" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"rFr" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +"rDQ" = ( +/turf/open/floor/corsat/brown, +/area/lv522/atmos/reactor_garage) +"rDU" = ( +/obj/structure/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red{ dir = 4 }, -/turf/open/asphalt/cement/cement14, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/dorms) +"rEd" = ( +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"rEs" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/way_in_command_centre) +"rEx" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/outdoors/colony_streets/windbreaker/observation) +"rEF" = ( +/obj/structure/machinery/light, +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/glass) +"rEG" = ( +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/hallway) +"rEM" = ( +/obj/structure/stairs/perspective{ + dir = 9; + icon_state = "p_stair_full" + }, +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/asphalt/cement/cement4, /area/lv522/outdoors/colony_streets/north_east_street) -"rFs" = ( -/obj/item/stack/sheet/wood, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_2) -"rFR" = ( -/obj/structure/machinery/light{ - dir = 8; - pixel_y = 16 +"rFf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/prop/alien/hugger, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"rFm" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/auto_turf/shale/layer1, +/area/lv522/outdoors/w_rockies) +"rFq" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 4 }, /turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) +/area/lv522/landing_zone_1) +"rFr" = ( +/obj/structure/cargo_container/horizontal/blue/bottom{ + pixel_x = 6 + }, +/turf/open/floor/plating/platebot, +/area/lv522/indoors/c_block/cargo) +"rFx" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/landing_zone_1) +"rFL" = ( +/obj/structure/cargo_container/ferret/left, +/turf/open/asphalt/cement/cement2, +/area/lv522/outdoors/colony_streets/north_west_street) +"rFP" = ( +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) "rFT" = ( /obj/structure/machinery/landinglight/ds2, /turf/open/floor/plating, /area/lv522/landing_zone_2) -"rFW" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"rGa" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/cargo_intake) +"rGc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness/glass) +"rGe" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "3" }, -/obj/structure/cargo_container/wy/mid, -/turf/open/auto_turf/shale/layer2, -/area/lv522/outdoors/w_rockies) +/area/lv522/landing_zone_forecon/UD6_Typhoon) "rGi" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/w_rockies) -"rGt" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, +"rGn" = ( +/obj/structure/platform_decoration, +/obj/structure/machinery/light, +/turf/open/floor/prison/darkpurple2, /area/lv522/indoors/a_block/dorms) +"rGs" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" + }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/central_streets) "rGz" = ( -/obj/structure/bed/chair/comfy, -/turf/open/floor/prison/blue/southeast, -/area/lv522/indoors/a_block/admin) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat/browncorner, +/area/lv522/atmos/east_reactor) "rGD" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/generic, @@ -37307,96 +37395,113 @@ /obj/structure/bed/chair/comfy, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"rGJ" = ( -/obj/item/shard{ - icon_state = "medium" +"rGU" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 }, -/obj/structure/machinery/light, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/glass) -"rGQ" = ( -/obj/structure/pipes/vents/pump, -/obj/structure/machinery/shower{ - pixel_y = 16 +/obj/structure/prop/invuln/minecart_tracks/bumper{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/executive) -"rHq" = ( -/obj/structure/platform/stair_cut, +/obj/structure/closet/crate/miningcar{ + layer = 3.1; + name = "\improper materials storage bin"; + pixel_y = 8 + }, +/turf/open/floor/corsat/plate, +/area/lv522/indoors/c_block/mining) +"rHt" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/cargo_intake) +"rHI" = ( +/obj/structure/window/framed/strata/reinforced, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "LV522CIC_1"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/admin) +"rHT" = ( /obj/structure/stairs/perspective{ - dir = 8; + dir = 4; icon_state = "p_stair_full" }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/garage) -"rHG" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/strata/cyan2/east, -/area/lv522/indoors/a_block/medical) +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) "rHX" = ( /obj/structure/closet/crate/trashcart, /obj/item/trash/wy_chips_pepper, /obj/item/trash/chips, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/east_central_street) -"rIa" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/filt) -"rIe" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/fancy/cigarettes/wypacket{ - pixel_x = 5; +"rId" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/ceramic_plate{ pixel_y = 6 }, -/obj/item/clothing/suit/storage/jacket/marine/corporate, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) +"rIh" = ( +/obj/structure/fence{ + layer = 2.8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_west_street) "rIn" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/lone_buildings/engineering) -"rID" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) -"rIG" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper B-Block Bar" +"rIp" = ( +/obj/structure/machinery/light, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/b_block/bridge) +"rIA" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/item/prop{ + desc = "Holy shit"; + icon = 'icons/mob/humans/species/r_human.dmi'; + icon_state = "l_leg"; + name = "left leg"; + pixel_x = -11; + pixel_y = -8 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/bar) -"rIP" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges/corpo) +"rJb" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1 }, -/obj/structure/platform{ +/obj/structure/window/reinforced{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"rIY" = ( -/obj/structure/window/framed/strata/reinforced, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "LV_522_Hydro-Lockdown"; - name = "\improper Storm Shutters" +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) +"rJo" = ( +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 8 }, -/turf/open/floor/corsat/marked, +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_y = 11 + }, +/turf/open/floor/prison/greenfull/east, /area/lv522/indoors/b_block/bridge) +"rJt" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor/south) "rJC" = ( /obj/structure/window_frame/strata, /obj/item/shard{ @@ -37405,71 +37510,59 @@ /obj/item/stack/rods, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"rKc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed/roller, -/obj/item/stack/medical/bruise_pack, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"rKh" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/filt) -"rKj" = ( -/obj/structure/surface/table/almayer, -/obj/item/prop/alien/hugger, -/obj/item/reagent_container/food/drinks/coffee{ - pixel_x = -4; - pixel_y = 9 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"rKm" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/west_reactor) -"rKs" = ( -/obj/structure/machinery/space_heater/radiator/red{ - dir = 4 +"rJH" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = 9; + pixel_y = 3 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) +/turf/open/floor/plating/platingdmg1, +/area/lv522/indoors/a_block/kitchen/damage) +"rKi" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/filt) "rKB" = ( -/obj/structure/machinery/light{ - dir = 4 +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/nw_rockies) +"rKI" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/firstaid/adv{ + pixel_y = 9 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"rKQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +/obj/item/storage/firstaid/adv, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical/glass) +"rKP" = ( +/obj/effect/spawner/gibspawner/human, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) +"rKU" = ( +/obj/structure/machinery/vending/snack/packaged, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) +"rKV" = ( +/obj/structure/machinery/colony_floodlight{ + density = 0; + layer = 4.3; + pixel_y = 17 }, -/turf/open/floor/prison, -/area/lv522/atmos/sewer) +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/central_streets) "rKW" = ( /obj/effect/decal/cleanable/blood, /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"rKX" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"rLn" = ( -/obj/structure/filtration/machine_64x96{ - icon_state = "filtration_machine_A_1" - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/oob) -"rLu" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "95" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) +"rLa" = ( +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) +"rLf" = ( +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/bridges/corpo_fitness) "rLx" = ( /obj/structure/surface/table/woodentable/fancy, /obj/structure/machinery/prop/almayer/computer/PC{ @@ -37478,15 +37571,18 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/security) -"rLz" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/obj/effect/landmark/corpsespawner/colonist/burst, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +"rLD" = ( +/turf/open/floor/corsat/brown/southwest, +/area/lv522/atmos/cargo_intake) +"rMa" = ( +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/hallway) +"rMc" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "rMd" = ( /obj/item/weapon/gun/boltaction{ current_mag = null; @@ -37495,6 +37591,10 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/t_comm) +"rMk" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "rMz" = ( /obj/item/storage/backpack/marine/satchel{ desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; @@ -37506,53 +37606,57 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/east_central_street) -"rMB" = ( -/obj/structure/closet/firecloset/full, -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) "rME" = ( /turf/closed/wall/solaris/reinforced/hull/lv522, /area/lv522/outdoors/colony_streets/north_east_street) "rMF" = ( /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/central_streets) -"rMM" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/east_reactor/north) -"rMQ" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/bridge) "rMR" = ( /obj/structure/largecrate/random/secure, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"rNg" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"rNc" = ( +/obj/structure/prop/turbine_extras/left, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"rNh" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper A-Block Corporate Office Airlock" +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/south_west_street) +"rNj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/reinforced/prison, +/obj/item/ashtray/glass, +/obj/item/clothing/mask/cigarette{ + pixel_x = 6; + pixel_y = 12 }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/corpo) +/obj/item/clothing/mask/cigarette, +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) "rNm" = ( /obj/structure/largecrate/random/barrel/blue, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) +"rNn" = ( +/obj/structure/surface/table/almayer{ + dir = 1; + flipped = 1 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/bridges/garden_bridge) +"rNu" = ( +/obj/structure/largecrate/random, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) "rNv" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -37568,21 +37672,17 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/c_block/mining) -"rNG" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 +"rNJ" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper B-Block - Hydroponics Airlock" }, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/b_block/bar) -"rNX" = ( -/obj/structure/machinery/door/poddoor/almayer{ - id = "E_B_Door"; - name = "\improper Emergency Blast Door"; - unacidable = 1 +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "LV_522_Hydro-Lockdown"; + name = "\improper Storm Shutters" }, -/obj/structure/blocker/invisible_wall, /turf/open/floor/corsat/marked, -/area/lv522/oob) +/area/lv522/indoors/b_block/hydro) "rOf" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 @@ -37592,12 +37692,6 @@ "rOg" = ( /turf/open/floor/prison, /area/lv522/indoors/c_block/t_comm) -"rOh" = ( -/obj/docking_port/stationary/marine_dropship/lz1{ - name = "LZ1: Southwest Landing Zone" - }, -/turf/open/floor/plating, -/area/shuttle/drop1/lv522) "rOi" = ( /obj/structure/prop/invuln/ice_prefab/trim{ dir = 6 @@ -37613,42 +37707,72 @@ /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) "rOt" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin{ - pixel_x = 7; - pixel_y = 7 +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "48" }, -/obj/item/tool/pen/blue/clicky, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/east_reactor/south) -"rOB" = ( +/area/lv522/landing_zone_forecon/UD6_Tornado) +"rOJ" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/west_reactor) -"rOZ" = ( -/obj/structure/machinery/light, +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/north_command_centre) +"rOM" = ( +/obj/structure/cargo_container/lockmart/left, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/atmos/cargo_intake) +"rOT" = ( +/obj/structure/stairs/perspective{ + dir = 9; + icon_state = "p_stair_full" + }, /turf/open/floor/prison/darkbrownfull2, /area/lv522/indoors/c_block/casino) -"rPl" = ( -/obj/structure/bed/roller, -/obj/effect/decal/cleanable/blood, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/medical) +"rPb" = ( +/turf/open/floor/corsat/marked, +/area/lv522/atmos/north_command_centre) +"rPr" = ( +/obj/item/prop/colony/used_flare, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "rPu" = ( /obj/structure/machinery/light, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/t_comm) -"rPR" = ( -/obj/structure/machinery/light{ - dir = 1 +"rPD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/c_block/mining) +"rPN" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/bridge) +"rPU" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/machinery/disposal, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/cargo) +"rQc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges/garden_bridge) +"rQl" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Mining Overseers Office" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/mining) +"rQu" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/c_block/cargo) "rQB" = ( /obj/structure/closet/crate/miningcar/yellow, /obj/item/ore/coal, @@ -37658,65 +37782,15 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"rQG" = ( -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/south_east_street) -"rQJ" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/west_reactor) "rQL" = ( /obj/structure/platform_decoration/strata{ dir = 4 }, /turf/closed/wall/strata_ice/dirty, /area/lv522/oob) -"rQN" = ( -/obj/structure/stairs/perspective{ - dir = 5; - icon_state = "p_stair_full" - }, -/obj/structure/platform{ - dir = 8 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"rQP" = ( -/obj/structure/surface/rack, -/obj/structure/machinery/light, -/obj/item/ammo_box/magazine/misc/flares{ - pixel_x = -3; - pixel_y = 11 - }, -/obj/item/ammo_box/magazine/misc/flares, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/lone_buildings/storage_blocks) -"rQR" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "61" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"rQX" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/dorms) -"rRn" = ( -/obj/structure/barricade/wooden{ - dir = 8 - }, -/obj/item/shard{ - icon_state = "medium" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/admin) -"rRF" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Electronics Storage" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/lone_buildings/outdoor_bot) +"rRq" = ( +/turf/open/asphalt/cement/cement15, +/area/lv522/outdoors/colony_streets/north_east_street) "rRP" = ( /obj/effect/decal/cleanable/blood/drip, /obj/structure/prop/invuln/lattice_prop{ @@ -37730,17 +37804,6 @@ }, /turf/open/gm/river, /area/lv522/indoors/a_block/kitchen/damage) -"rRR" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"rRW" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/north_street) "rSd" = ( /obj/structure/desertdam/decals/road_edge{ icon_state = "road_edge_decal8"; @@ -37764,67 +37827,69 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/fitness/glass) -"rSv" = ( -/obj/structure/machinery/floodlight, +"rSu" = ( +/obj/structure/ore_box, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkbrownfull2, /area/lv522/indoors/c_block/mining) -"rSx" = ( -/obj/structure/surface/table/almayer, -/obj/structure/prop/server_equipment/laptop, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) "rSy" = ( -/obj/item/prop/colony/used_flare, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) -"rSN" = ( +/obj/structure/pipes/vents/pump, /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +/obj/structure/machinery/shower{ + pixel_y = 16 }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"rTi" = ( -/obj/effect/decal/cleanable/blood/splatter{ - icon_state = "gib4" +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/dorms) +"rSC" = ( +/obj/structure/machinery/deployable/barrier, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"rSK" = ( +/obj/structure/platform_decoration{ + dir = 4 }, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges/corpo) -"rTu" = ( -/obj/structure/surface/table/almayer, -/obj/item/tool/kitchen/tray{ - pixel_x = 3; - pixel_y = 7 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"rSL" = ( +/obj/structure/prop/invuln/ice_prefab{ + dir = 1; + icon_state = "fab_2" }, -/obj/item/reagent_container/food/drinks/coffee{ - pixel_x = 11; - pixel_y = 7 +/obj/structure/prop/invuln/ice_prefab, +/turf/open/auto_turf/shale/layer1, +/area/lv522/outdoors/w_rockies) +"rSP" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/reagent_container/food/snacks/sliceable/bread, +/obj/item/newspaper{ + anchored = 1; + desc = "This is the Chunk and Dunks menu. It reads 'Starters chunky fried cheese chunky chicken giblets dunky donuts Main chunky mac and cheese chunky meat and gravy pizza galaxy pizza TM dunky grilled style steak imitation Deserts dunky refried ice cream OUT OF STOCK chunky chocolate moose dunky hash brown Drinks souto TM Original souto TM penguin week special chunk and dunk gravy soft drink chunky coffee CAUTION HOT dunky arcturian imitation tea"; + name = "menu"; + pixel_y = 26 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/lone_buildings/chunk) +"rTa" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/east) +"rTY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) -"rTJ" = ( -/obj/structure/prop/turbine_extras/left, /obj/effect/decal/warning_stripes{ icon_state = "E"; pixel_x = 1 }, /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/south_west_street) -"rUa" = ( -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/bridges/dorms_fitness) -"rUb" = ( -/obj/item/trash/barcardine, -/obj/structure/largecrate/random/mini{ - pixel_x = -7; - pixel_y = 16 - }, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/oob) +/area/lv522/outdoors/colony_streets/north_west_street) +"rUf" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) "rUr" = ( /obj/structure/machinery/prop/almayer/computer/PC{ pixel_y = 5 @@ -37832,16 +37897,15 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"rUT" = ( -/obj/structure/stairs/perspective{ - dir = 4; - icon_state = "p_stair_full" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/central_streets) +"rUx" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/east_reactor/south) +"rUO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset/full, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "rUX" = ( /obj/structure/shuttle/engine/heater{ dir = 4; @@ -37854,101 +37918,73 @@ }, /turf/closed/wall/mineral/bone_resin, /area/lv522/oob) -"rVa" = ( -/obj/structure/machinery/colony_floodlight{ - density = 0; - layer = 4.3; - pixel_y = 17 - }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/central_streets) -"rVb" = ( -/obj/item/prop/alien/hugger, -/obj/structure/surface/table/almayer, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/b_block/bar) -"rVk" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"rVv" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic, -/obj/structure/pipes/standard/simple/hidden/green, +"rUZ" = ( +/obj/structure/cargo_container/hd/left/alt, /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) -"rVy" = ( -/obj/structure/barricade/wooden{ - dir = 1; - layer = 3.1; +/area/lv522/atmos/north_command_centre) +"rVa" = ( +/obj/structure/machinery/colony_floodlight{ + density = 0; + layer = 4.3; pixel_y = 17 }, -/obj/structure/machinery/vending/cola{ - layer = 3.1 - }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"rVH" = ( +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/central_streets) +"rVh" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/b_block/bar) -"rVI" = ( -/obj/structure/cargo_container/kelland/left{ - layer = 2.9 - }, -/turf/open/asphalt/cement/cement2, -/area/lv522/outdoors/colony_streets/south_street) -"rVU" = ( -/obj/structure/cargo_container/kelland/right, -/obj/item/seeds/riceseed{ - pixel_y = 15 +/obj/structure/cargo_container/wy/mid, +/turf/open/auto_turf/shale/layer2, +/area/lv522/outdoors/w_rockies) +"rVq" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - pixel_y = 1 +/turf/open/floor/prison/cell_stripe/east, +/area/lv522/atmos/outdoor) +"rVs" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/south_west_street) -"rWe" = ( -/obj/structure/surface/table/almayer{ +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/east_reactor/south) +"rVG" = ( +/obj/structure/stairs/perspective{ dir = 1; - flipped = 1 + icon_state = "p_stair_full" }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"rVN" = ( +/obj/structure/filtration/machine_64x96{ + icon_state = "filtration_machine_A_1" + }, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/oob) "rWu" = ( /obj/effect/decal/cleanable/dirt, /obj/item/prop/colony/used_flare, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms) +"rWA" = ( +/obj/vehicle/train/cargo/trolley, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/indoors/lone_buildings/storage_blocks) "rWF" = ( -/obj/structure/machinery/suit_storage_unit/compression_suit/uscm{ - name = "Suit Storage Unit"; - pixel_x = 3 - }, -/obj/structure/platform{ - dir = 8 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"rWI" = ( -/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/outdoor_bot) -"rWK" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 1; - pixel_y = 26 +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib3" }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"rWO" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/north_street) "rWP" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/plating, @@ -37956,65 +37992,82 @@ "rWS" = ( /turf/open/auto_turf/shale/layer2, /area/lv522/outdoors/w_rockies) -"rWU" = ( -/obj/structure/machinery/shower{ - pixel_y = 16 - }, -/obj/structure/pipes/vents/pump, +"rWW" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/dorms) +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/rack, +/obj/item/circuitboard/computer{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/circuitboard/computer{ + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/outdoor_bot) "rXb" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"rXD" = ( +"rXf" = ( /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_21"; - layer = 3.1; - name = "synthethic potted plant"; - pixel_y = 14 +/obj/item/paper_bin{ + pixel_x = 2; + pixel_y = 4 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) +/obj/item/tool/pen/blue/clicky, +/obj/item/storage/fancy/cigar/matchbook/exec_select{ + pixel_x = -9; + pixel_y = 9 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"rXl" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/reactor_garage) +"rXu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/indoors/c_block/mining) "rXH" = ( /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/b_block/hydro) -"rXI" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/obj/structure/machinery/light, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor) +"rXK" = ( +/obj/structure/window/framed/strata/reinforced, +/obj/structure/curtain/medical, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/medical) "rXL" = ( -/obj/structure/bed/chair{ - can_buckle = 0; - dir = 4 +/obj/structure/window/framed/shiva, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/lone_buildings/outdoor_bot) +"rXS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) +"rYh" = ( +/obj/structure/platform_decoration{ + dir = 8 }, -/obj/structure/bed/chair{ - can_buckle = 0; - dir = 4; - pixel_x = 1; - pixel_y = 3 +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/obj/structure/bed/chair{ - can_buckle = 0; - dir = 4; - pixel_x = 2; - pixel_y = 6 +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"rXN" = ( -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/east_central_street) -"rXQ" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_east_street) "rYi" = ( /obj/structure/platform{ dir = 4 @@ -38024,17 +38077,18 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/north_street) +"rYj" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "rYm" = ( /obj/structure/surface/table/almayer, -/obj/item/tool/kitchen/tray{ +/obj/item/trash/ceramic_plate{ pixel_y = 6 }, -/obj/item/tool/kitchen/tray{ - pixel_y = 10 - }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) "rYp" = ( /obj/effect/spawner/gibspawner/human, /turf/open/auto_turf/shale/layer2, @@ -38048,12 +38102,21 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms/glass) +"rYW" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) "rZc" = ( /obj/structure/prop/invuln/ice_prefab/trim{ dir = 6 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_street) +"rZd" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/brown/northwest, +/area/lv522/atmos/east_reactor/south) "rZg" = ( /obj/effect/decal/warning_stripes{ icon_state = "E"; @@ -38061,40 +38124,27 @@ }, /turf/open/floor/plating, /area/lv522/indoors/lone_buildings/engineering) -"rZA" = ( -/obj/structure/cargo_container/wy/mid, -/turf/open/floor/plating, -/area/lv522/outdoors/colony_streets/north_east_street) -"rZM" = ( -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_full" - }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/south_west_street) -"rZN" = ( -/obj/structure/surface/table/almayer, -/obj/item/tool/weldpack{ - pixel_y = 2 - }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_west_street) -"rZQ" = ( -/obj/structure/machinery/deployable/barrier, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"rZS" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper Mining Control" +"rZk" = ( +/obj/structure/platform{ + dir = 1 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/mining) -"rZX" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"rZm" = ( +/obj/structure/platform_decoration, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/bridge) +"rZI" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/green, /turf/open/floor/corsat/squares, -/area/lv522/atmos/west_reactor) +/area/lv522/atmos/cargo_intake) +"rZX" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "51" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "sag" = ( /obj/structure/ore_box, /obj/item/tool/weldpack{ @@ -38102,10 +38152,23 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"sak" = ( -/obj/structure/machinery/conveyor, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/cargo_intake) +"sao" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib3" + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/south) +"sar" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/hydro) +"sat" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/faxmachine, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "saz" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -38116,16 +38179,6 @@ "saC" = ( /turf/closed/wall/mineral/bone_resin, /area/lv522/oob) -"saW" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/bridges/op_centre) "saY" = ( /obj/structure/prop/invuln/ice_prefab/roof_greeble{ icon_state = "flagpole"; @@ -38135,6 +38188,16 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) +"sbe" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + name = "\improper Cargo Bay Storage"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/cargo) "sbh" = ( /obj/structure/platform_decoration, /obj/structure/stairs/perspective{ @@ -38142,60 +38205,24 @@ }, /turf/open/asphalt/cement, /area/lv522/landing_zone_2/ceiling) -"sbv" = ( -/obj/structure/curtain/medical, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan3, -/area/lv522/indoors/a_block/medical) -"sbw" = ( -/obj/item/reagent_container/glass/bucket/janibucket, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/south_street) +"sbt" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/filt) "sbA" = ( -/obj/item/weapon/gun/rifle/m41a{ - current_mag = null - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"sbH" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/reagent_container/food/condiment/hotsauce/franks{ - pixel_x = 8; - pixel_y = 17 - }, -/obj/item/reagent_container/food/snacks/toastedsandwich, -/obj/item/reagent_container/food/condiment/saltshaker{ - pixel_x = -10; - pixel_y = 8 +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, -/turf/open/floor/strata/white_cyan1, -/area/lv522/indoors/lone_buildings/chunk) -"sbI" = ( -/obj/structure/barricade/plasteel/metal, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/north_street) -"sbS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/atmos/sewer) +"sbK" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/security/glass) "sbV" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) -"sbY" = ( -/obj/structure/platform_decoration{ - dir = 4 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/garden) "scc" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -38203,91 +38230,59 @@ /obj/item/stack/sheet/metal, /turf/open/floor/prison, /area/lv522/indoors/c_block/t_comm) -"sck" = ( -/obj/structure/prop/ice_colony/dense/planter_box{ - dir = 9 - }, -/obj/structure/flora/bush/ausbushes/var3/sunnybush{ - layer = 4.3; - pixel_y = 13 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"scx" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) -"scA" = ( +"scB" = ( +/obj/structure/pipes/vents/pump, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) "scC" = ( -/obj/item/clothing/shoes/jackboots{ - pixel_x = -6; - pixel_y = -6 - }, -/obj/item/clothing/shoes/jackboots{ - pixel_x = 4; - pixel_y = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) -"scK" = ( -/obj/structure/machinery/space_heater/radiator/red{ - dir = 8 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"scT" = ( -/obj/vehicle/train/cargo/trolley, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/filt) -"sdc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed{ - can_buckle = 0 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 3.3; - pixel_y = 4 - }, -/obj/structure/window/reinforced{ +/obj/structure/surface/table/almayer{ dir = 4; - pixel_x = -2; - pixel_y = 4 - }, -/obj/item/bedsheet/brown{ - layer = 3.1 + flipped = 1 }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"scR" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/item/bedsheet/brown{ - pixel_y = 13 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"scV" = ( +/obj/structure/platform_decoration{ + dir = 1 }, -/obj/item/prop/alien/hugger, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"sdm" = ( +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_street) +"scX" = ( +/obj/structure/surface/rack, /obj/effect/decal/cleanable/dirt, /obj/structure/machinery/camera/autoname{ - dir = 1 + dir = 8 }, -/obj/structure/machinery/light/small, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"sdy" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) +"sdb" = ( +/obj/structure/prop/ice_colony/dense/planter_box{ dir = 9 }, -/turf/open/floor/corsat/browncorner/north, -/area/lv522/atmos/filt) +/obj/structure/flora/bush/ausbushes/var3/ywflowers{ + layer = 3 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) +"sdf" = ( +/obj/structure/machinery/floodlight, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"sdt" = ( +/obj/structure/cargo_container/ferret/right, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_west_street) "sdC" = ( /obj/structure/largecrate/random/secure{ pixel_x = -7 @@ -38295,33 +38290,10 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/op_centre) -"sdH" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/hallway) -"sdQ" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"sdS" = ( -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/north_east_street) -"sdV" = ( -/obj/structure/target{ - name = "punching bag" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"seh" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/clothing/head/welding{ - pixel_y = 7 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) +"sdO" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/filt) "sek" = ( /obj/structure/machinery/light{ dir = 8 @@ -38331,59 +38303,52 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"sem" = ( -/obj/effect/decal/cleanable/blood, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) "seF" = ( /obj/structure/window/framed/corsat, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor/south) -"seZ" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/trash/plate{ - pixel_x = -2; - pixel_y = 12 +"seS" = ( +/obj/structure/machinery/suit_storage_unit{ + pixel_x = -2 }, -/obj/item/trash/plate{ - pixel_x = 6 +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"seT" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) -"sfe" = ( -/obj/structure/machinery/light{ - dir = 1 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/bridge) +"seY" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/east) +"sff" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, /obj/effect/decal/cleanable/dirt, -/mob/living/simple_animal/mouse, -/turf/open/floor/prison/darkpurple2/north, -/area/lv522/indoors/a_block/dorms) -"sfi" = ( +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/indoors/a_block/fitness) +"sfn" = ( /obj/structure/platform_decoration{ dir = 8 }, -/obj/structure/stairs/perspective{ - dir = 9; - icon_state = "p_stair_full" - }, -/turf/open/asphalt/cement/cement3, +/turf/open/asphalt/cement/cement14, /area/lv522/landing_zone_1) -"sfo" = ( -/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ - pixel_x = 30 - }, -/obj/structure/bed/chair/dropship/passenger{ - dir = 8 - }, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"sfG" = ( +"sfs" = ( /obj/structure/surface/table/almayer, -/obj/item/book/manual/chef_recipes, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) +/obj/item/clothing/gloves/yellow, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/outdoor_bot) +"sfB" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/cyan2/east, +/area/lv522/indoors/a_block/medical/glass) "sfI" = ( /obj/structure/platform{ dir = 4 @@ -38391,67 +38356,65 @@ /obj/structure/stairs/perspective{ icon_state = "p_stair_full" }, -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/outdoors/colony_streets/north_east_street) +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/outdoors/colony_streets/north_east_street) +"sfL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) "sfO" = ( /obj/structure/platform_decoration{ dir = 8 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_2) -"sgi" = ( -/obj/structure/surface/rack, -/obj/effect/spawner/random/tool, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_2) -"sgk" = ( -/obj/structure/machinery/medical_pod/sleeper, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical) +"sfS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan3/northeast, +/area/lv522/indoors/a_block/medical/glass) +"sgg" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/c_block/cargo) +"sgj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) "sgm" = ( /obj/item/stack/sheet/wood, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/c_block/cargo) +"sgs" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_west_street) "sgx" = ( -/obj/structure/pipes/standard/manifold/hidden/green, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/indoors/a_block/fitness) +/turf/open/floor/prison/floor_plate, +/area/lv522/landing_zone_2) "sgT" = ( /turf/closed/wall/strata_outpost/reinforced/hull, /area/lv522/indoors/a_block/corpo) -"shd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 8 - }, -/obj/structure/toilet{ - pixel_y = 16 - }, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/dorms) -"shx" = ( -/obj/structure/stairs/perspective{ - dir = 9; - icon_state = "p_stair_full" - }, -/obj/structure/platform, -/obj/structure/machinery/light, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"shy" = ( -/obj/item/trash/crushed_cup{ - pixel_y = 12 - }, -/obj/item/prop/colony/usedbandage{ - dir = 1 - }, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/oob) +"shp" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) "shD" = ( /obj/item/stack/rods, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) +"shM" = ( +/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "sid" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -38459,57 +38422,36 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/mining) -"sio" = ( -/obj/structure/surface/table/almayer, -/obj/item/reagent_container/food/condiment/peppermill{ - pixel_x = 9 - }, -/obj/item/reagent_container/food/condiment/saltshaker{ - layer = 3.1 +"sis" = ( +/turf/open/floor/corsat/brown, +/area/lv522/atmos/west_reactor) +"siL" = ( +/obj/structure/window/framed/strata/reinforced, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "Sec-Kitchen-Lockdown"; + name = "\improper Storm Shutters" }, -/obj/item/tool/kitchen/tray{ - layer = 2.9; - pixel_y = 3 +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/security) +"siR" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_y = -6 }, -/obj/item/reagent_container/food/snacks/tofubreadslice{ - pixel_x = -7 +/obj/structure/prop/invuln/overhead_pipe{ + pixel_y = 10 }, -/obj/item/prop/alien/hugger, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"siv" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/obj/structure/barricade/wooden{ dir = 4 }, -/turf/open/floor/prison/cell_stripe/east, -/area/lv522/atmos/way_in_command_centre) -"siQ" = ( -/obj/structure/fence, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_east_street) +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) "siU" = ( -/obj/structure/bed/bedroll{ - dir = 1 - }, -/turf/open/floor/prison/blue/north, -/area/lv522/indoors/a_block/admin) -"siV" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/obj/structure/machinery/light{ - dir = 4 +/obj/structure/toilet{ + pixel_y = 16 }, -/obj/effect/landmark/corpsespawner/colonist/burst, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/executive) "siX" = ( /obj/structure/prop/ice_colony/ground_wire{ dir = 4 @@ -38520,69 +38462,97 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_street) -"sjh" = ( -/obj/structure/machinery/mill, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"sjm" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 2 +"sjo" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4 }, -/turf/open/floor/corsat/marked, -/area/lv522/landing_zone_1/ceiling) +/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/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "sjy" = ( /turf/closed/wall/strata_outpost, /area/lv522/indoors/a_block/security) -"sjI" = ( -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice3"; - pixel_x = -5 - }, -/turf/open/floor/prison/blue/west, -/area/lv522/indoors/a_block/hallway) "sjQ" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/bed/chair, /turf/open/floor/prison, /area/lv522/outdoors/colony_streets/windbreaker/observation) -"sjR" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/brown/north, +"sjT" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/machinery/photocopier, +/obj/structure/machinery/light, +/turf/open/floor/corsat/plate, /area/lv522/atmos/east_reactor/south) +"sjU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + layer = 2.5; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"sjW" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice10"; + pixel_x = -2; + pixel_y = 8 + }, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/plating/platingdmg1, +/area/lv522/indoors/a_block/admin) "sjY" = ( /turf/open/auto_turf/shale/layer2, /area/lv522/outdoors/colony_streets/north_west_street) -"ski" = ( -/obj/structure/stairs/perspective{ - dir = 4; - icon_state = "p_stair_full" +"skd" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform_decoration{ + dir = 10 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_1) -"skp" = ( -/obj/structure/machinery/atm{ - name = "Weyland-Yutani Automatic Teller Machine"; - pixel_y = 30 +"skf" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/cans/beer{ + pixel_x = 8 }, -/obj/structure/bed/chair{ - dir = 4; - pixel_x = 2; - pixel_y = 2 +/obj/item/reagent_container/food/snacks/hotdog{ + pixel_x = -8; + pixel_y = 15 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) +"skt" = ( +/obj/structure/curtain/medical, +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) -"skH" = ( -/obj/structure/surface/rack, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) -"skY" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/lone_buildings/outdoor_bot) +/turf/open/floor/strata/white_cyan4, +/area/lv522/indoors/a_block/medical) +"sky" = ( +/obj/structure/window/framed/strata/reinforced, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "LV_522_Hydro-Lockdown"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/b_block/hydro) "slq" = ( /obj/structure/platform_decoration{ dir = 8 @@ -38594,23 +38564,17 @@ /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_2) "slu" = ( -/obj/structure/barricade/deployable{ +/obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/admin) -"slv" = ( -/obj/structure/machinery/conveyor, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/cargo_intake) -"sly" = ( -/obj/structure/platform, -/turf/open/asphalt/cement, -/area/lv522/landing_zone_1) -"slz" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/corsat/plate, +/turf/open/floor/corsat/squares, /area/lv522/atmos/cargo_intake) +"slx" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) "slD" = ( /obj/structure/prop/invuln/ice_prefab/trim{ dir = 6 @@ -38618,27 +38582,29 @@ /obj/structure/cargo_container/watatsumi/rightmid, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) -"slF" = ( -/obj/item/trash/burger, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue, -/area/lv522/indoors/a_block/admin) +"slJ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/east_reactor/south) +"slL" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/brown/northeast, +/area/lv522/atmos/east_reactor/south) "slO" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"slQ" = ( -/obj/structure/cargo_container/kelland/right{ - layer = 2.9 - }, -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" +"slY" = ( +/obj/structure/surface/table/almayer, +/obj/item/co2_cartridge{ + pixel_x = 5; + pixel_y = 5 }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_east_street) +/turf/open/floor/plating/platebot, +/area/lv522/indoors/c_block/cargo) "smi" = ( /obj/item/prop/alien/hugger, /obj/structure/pipes/standard/manifold/hidden/green{ @@ -38646,98 +38612,34 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"smE" = ( -/obj/effect/decal/cleanable/dirt, +"smN" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"smH" = ( -/obj/structure/machinery/conveyor{ - dir = 8; - id = "cargo_container" - }, -/obj/structure/barricade/handrail{ - dir = 4 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"smV" = ( -/obj/structure/surface/table/almayer, /obj/effect/decal/cleanable/dirt, -/obj/structure/phone_base/colony_net{ - dir = 1; - phone_category = "LV522 Chances Claim"; - phone_color = "red"; - phone_id = "Colony Kitchen"; - pixel_y = -6 - }, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) -"smX" = ( -/obj/item/ammo_magazine/rifle/heap{ - current_rounds = 0 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +/turf/open/floor/prison/blue, +/area/lv522/indoors/a_block/admin) "snb" = ( /obj/effect/decal/cleanable/blood/gibs, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/op_centre) -"sng" = ( -/obj/item/storage/firstaid/adv/empty, -/turf/open/floor/prison/blue/north, -/area/lv522/indoors/a_block/hallway) "sno" = ( /obj/structure/prop/invuln/ice_prefab, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) -"snq" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/cargo_intake) -"snt" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/microwave{ - pixel_y = 3 - }, -/obj/structure/machinery/microwave{ - pixel_y = 15 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) -"snv" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/bed/chair, -/turf/open/floor/corsat/brown/southwest, -/area/lv522/atmos/reactor_garage) -"snH" = ( -/obj/effect/decal/cleanable/cobweb2, -/obj/structure/surface/table/almayer, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"snL" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +"snO" = ( +/obj/structure/machinery/floodlight/landing, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/outdoors/colony_streets/north_east_street) +"snQ" = ( +/obj/structure/cargo_container/horizontal/blue/top, +/obj/structure/machinery/light{ dir = 1 }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/south_east_street) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) "snX" = ( /turf/closed/wall/strata_outpost, /area/lv522/landing_zone_2/ceiling) -"sod" = ( -/obj/structure/machinery/door/poddoor/almayer{ - dir = 4; - id = "E_B_Door"; - name = "\improper Emergency Blast Door"; - unacidable = 1 - }, -/obj/structure/blocker/invisible_wall, -/turf/open/floor/corsat/marked, -/area/lv522/oob) "sol" = ( /obj/structure/machinery/landinglight/ds2/delayone, /turf/open/floor/plating, @@ -38747,35 +38649,19 @@ /obj/effect/decal/cleanable/generic, /turf/open/floor/prison, /area/lv522/indoors/c_block/t_comm) -"sow" = ( -/obj/structure/machinery/light{ - dir = 1; - pixel_x = 16 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan3/north, -/area/lv522/indoors/a_block/medical/glass) -"soz" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/reactor_garage) -"soD" = ( -/obj/structure/platform_decoration, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" +"soK" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/south_east_street) -"soZ" = ( -/obj/structure/machinery/power/apc/power/south{ - start_charge = 20 +/turf/open/floor/strata/fake_wood, +/area/lv522/atmos/east_reactor/east) +"soU" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/engineering) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo/glass) "spe" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 @@ -38795,6 +38681,13 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) +"spH" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/alien/resin/sticky, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/south) "spJ" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -38803,224 +38696,136 @@ /turf/open/floor/prison, /area/lv522/indoors/b_block/bridge) "spQ" = ( -/turf/open/floor/corsat/browncorner, -/area/lv522/atmos/filt) -"sqf" = ( -/obj/structure/machinery/door/airlock/almayer/maint, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/way_in_command_centre) -"sqi" = ( -/obj/structure/platform_decoration{ - dir = 8 +/obj/structure/surface/table/almayer, +/obj/item/book{ + pixel_x = -5; + pixel_y = 14 }, -/obj/structure/bed/chair/dropship/passenger{ - dir = 8 +/obj/item/book{ + pixel_x = 5; + pixel_y = 5 }, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"sqk" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness/glass) +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"sqc" = ( +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "sqw" = ( +/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_left_to_right, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"sqF" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 8 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) -"sqK" = ( -/obj/structure/stairs/perspective{ - dir = 5; - icon_state = "p_stair_full" - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"sqL" = ( -/obj/item/shard{ - icon_state = "medium" +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/dorms) "sqQ" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/a_block/kitchen/damage) "sqR" = ( -/obj/structure/stairs/perspective{ - dir = 5; - icon_state = "p_stair_full" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"src" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/filt) -"srl" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/north_command_centre) -"srp" = ( -/obj/structure/machinery/door/airlock/dropship_hatch/two{ +/obj/structure/machinery/vending/coffee, +/obj/structure/machinery/light{ dir = 8 }, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - dir = 4; - id = "UD6 East"; - indestructible = 1 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/bar) +"sqW" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"srz" = ( -/obj/item/stack/sheet/wood, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_west_street) +"srn" = ( +/obj/effect/landmark/survivor_spawner, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"srF" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 +/turf/open/floor/prison/blue/southeast, +/area/lv522/indoors/a_block/admin) +"srq" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/uscm{ + pixel_x = -7; + pixel_y = 7 }, -/turf/open/floor/prison, -/area/lv522/atmos/sewer) +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"srC" = ( +/obj/structure/girder, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/admin) +"srE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/bridges/dorms_fitness) "srJ" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/liquid_fuel, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) "srS" = ( -/obj/structure/machinery/landinglight/ds2/delaythree{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/lv522/landing_zone_2) -"ssb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) -"ssh" = ( -/obj/structure/closet/crate/trashcart, -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/outdoors/colony_streets/north_east_street) -"sso" = ( -/obj/structure/machinery/space_heater/radiator/red, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) -"ssu" = ( -/obj/structure/surface/table/almayer, -/obj/structure/phone_base/colony_net{ - dir = 1; - phone_category = "LV522 Chances Claim"; - phone_color = "red"; - phone_id = "Colony Engineering"; - pixel_y = -6 - }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/engineering) -"ssN" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"sto" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 1 }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/lv522/landing_zone_2) +"ssh" = ( +/obj/structure/closet/crate/trashcart, +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/outdoors/colony_streets/north_east_street) +"ssm" = ( +/obj/structure/window/framed/strata/reinforced, /turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/south) -"stz" = ( +/area/lv522/indoors/a_block/medical) +"ssZ" = ( +/obj/structure/filingcabinet, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"stf" = ( /obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 + dir = 8 }, /obj/effect/decal/cleanable/dirt, -/mob/living/simple_animal/mouse, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"stE" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"stR" = ( +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"stx" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) -"sug" = ( -/obj/structure/largecrate/random/secure, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_1/ceiling) +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/east_reactor/south) +"stL" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor) +"stT" = ( +/obj/structure/closet/bodybag, +/obj/structure/curtain/medical, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/medical/glass) "suh" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/c_block/mining) -"suk" = ( -/obj/structure/cargo_container/grant/rightmid, -/turf/open/floor/plating/platebot, -/area/lv522/indoors/c_block/cargo) -"suz" = ( -/obj/structure/machinery/light{ - dir = 8 +"sun" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/east_central_street) +"suq" = ( +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/oob/w_y_vault) "suF" = ( /obj/structure/bed/chair{ dir = 4 }, /turf/open/floor/prison, /area/lv522/indoors/b_block/hydro) -"suH" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper C-Block - Radio Tower Airlock" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/t_comm) -"suJ" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) -"suL" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) -"suN" = ( -/obj/structure/bed/chair, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) -"suT" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/flashlight/lamp/green, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"svg" = ( -/obj/structure/surface/table/almayer, -/obj/item/ammo_box/magazine/shotgun/buckshot/empty, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"svj" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/cargo_intake) "svo" = ( /obj/structure/surface/table/almayer, /obj/item/tool/wrench, @@ -39031,57 +38836,103 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) +"svr" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"svB" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/obj/structure/bed/chair/dropship/passenger{ + dir = 4 + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"svE" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/outdoor_bot) "svG" = ( /obj/structure/platform_decoration{ dir = 4 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_2) +"svI" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/asphalt/cement/cement9, +/area/lv522/outdoors/colony_streets/north_east_street) "svK" = ( /obj/structure/largecrate/random/barrel/blue, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) -"svM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"svN" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/reagent_container/food/drinks/coffee, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/lone_buildings/chunk) -"svP" = ( -/obj/structure/prop/invuln/ice_prefab{ - dir = 1; - icon_state = "fab_2" - }, -/obj/structure/prop/invuln/ice_prefab, -/turf/open/auto_turf/shale/layer1, -/area/lv522/outdoors/w_rockies) "svQ" = ( -/obj/item/shard{ - icon_state = "medium" - }, -/obj/effect/decal/cleanable/dirt, +/obj/effect/spider/spiderling/nogrow, /turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/admin) +/area/lv522/indoors/lone_buildings/storage_blocks) "svW" = ( /turf/closed/wall/strata_outpost, /area/lv522/atmos/east_reactor) -"swg" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/recharger, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical) +"svZ" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"swc" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/wy{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/structure/machinery/door_control/brbutton/alt{ + id = "Sec-Kitchen-Lockdown"; + name = "remote door-control"; + pixel_x = -7; + pixel_y = 9 + }, +/obj/structure/machinery/door_control/brbutton/alt{ + id = "Sec-Armoury-Lockdown"; + name = "remote door-control"; + pixel_x = -7; + pixel_y = -2 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) "swt" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 9 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) +"sww" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/ore_box, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"swy" = ( +/obj/structure/curtain/medical, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan3/west, +/area/lv522/indoors/a_block/medical/glass) "swF" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -39092,15 +38943,47 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/garage) -"swK" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/browncorner/north, -/area/lv522/atmos/filt) -"swR" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +"swH" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/east_reactor/south) +"sxa" = ( +/obj/structure/surface/table/reinforced/prison, +/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 = 4; + layer = 3.2; + name = "Television set"; + network = null; + pixel_y = 3 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) +"sxe" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/open/floor/corsat/plate, -/area/lv522/atmos/west_reactor) +/area/lv522/atmos/east_reactor/west) +"sxi" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) +"sxk" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/asphalt/cement/cement3, +/area/lv522/landing_zone_1) +"sxo" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/bridge) "sxp" = ( /obj/structure/surface/table/almayer, /obj/item/reagent_container/food/snacks/donut{ @@ -39109,48 +38992,46 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/security/glass) -"sxs" = ( -/obj/structure/largecrate/random, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" +"sxC" = ( +/turf/open/floor/corsat/squares, +/area/lv522/atmos/west_reactor) +"sxD" = ( +/turf/open/floor/corsat/browncorner/west, +/area/lv522/atmos/command_centre) +"sxQ" = ( +/obj/structure/platform_decoration{ + dir = 8 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) -"sxF" = ( -/obj/structure/platform{ - dir = 4 +/obj/structure/bed/chair/dropship/passenger{ + dir = 8 }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/central_streets) -"sxL" = ( -/obj/effect/decal/cleanable/generic, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"syp" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) "syq" = ( -/obj/effect/decal/cleanable/blood/gibs/xeno/body, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +/obj/structure/machinery/conveyor{ + dir = 4; + id = "lv_gym_2"; + name = "treadmill" }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/colony_streets/north_west_street) -"syA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/vents/pump, -/obj/effect/decal/warning_stripes{ - icon_state = "SW-out"; - pixel_x = -1 +/obj/structure/machinery/conveyor_switch{ + id = "lv_gym_2"; + name = "treadmill switch"; + pixel_x = -9; + pixel_y = 8 }, -/obj/effect/decal/warning_stripes{ - icon_state = "SE-out"; - pixel_x = 1 +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"syt" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Electronics Storage" }, -/obj/structure/machinery/light, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/lone_buildings/outdoor_bot) "syB" = ( /obj/structure/ore_box, /obj/effect/decal/warning_stripes{ @@ -39159,6 +39040,10 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) +"syF" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/prison, +/area/lv522/indoors/lone_buildings/storage_blocks) "syH" = ( /obj/structure/stairs/perspective{ dir = 9; @@ -39166,50 +39051,48 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_2) +"syL" = ( +/obj/structure/largecrate/random{ + layer = 2.9 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) "syW" = ( /obj/item/explosive/mine/active{ dir = 8 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) -"syY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/ammo_magazine/rifle/heap{ - current_rounds = 0 - }, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/atmos/way_in_command_centre) -"szb" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 1 +"szi" = ( +/obj/structure/phone_base/colony_net{ + phone_category = "LV522 Chances Claim"; + phone_color = "red"; + phone_id = "Reactor Meeting Room"; + pixel_y = 26 }, -/obj/structure/machinery/light, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) -"szA" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ +/area/lv522/atmos/east_reactor/south) +"szw" = ( +/obj/structure/machinery/light/double, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"szE" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ dir = 1; - name = "\improper B-Block Bar" + pixel_y = 6 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/bar) -"szB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/firecloset/full, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"szW" = ( -/obj/structure/closet/bodybag, -/turf/open/floor/prison/blue, -/area/lv522/indoors/a_block/hallway) -"szX" = ( -/obj/structure/prop/vehicles/crawler{ - icon_state = "crawler_crate_alt2"; - layer = 3.1 +/turf/open/floor/corsat/brown/northwest, +/area/lv522/oob) +"szH" = ( +/obj/effect/decal/cleanable/vomit{ + icon_state = "vomit_4" }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/south_east_street) +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical/glass) "szY" = ( /obj/structure/bed/chair/comfy{ dir = 8 @@ -39218,13 +39101,16 @@ /turf/open/floor/prison, /area/lv522/indoors/a_block/security) "sAa" = ( -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/east_central_street) -"sAf" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "25" +/obj/structure/phone_base/colony_net{ + phone_category = "LV522 Chances Claim"; + phone_color = "red"; + phone_id = "Reactor Sewer"; + pixel_y = 26 }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/static_tank/water, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/sewer) "sAp" = ( /obj/structure/barricade/wooden{ dir = 8 @@ -39247,93 +39133,45 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_2) -"sAw" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "73" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"sAA" = ( -/obj/structure/prop/invuln/minecart_tracks, -/obj/structure/prop/invuln/minecart_tracks{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/squares, -/area/lv522/indoors/c_block/mining) -"sAE" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/south_east_street) "sAU" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/security/glass) -"sAW" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor/north) -"sAZ" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 8; - pixel_y = -1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - pixel_y = 1 - }, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/east_reactor/south) -"sBr" = ( -/obj/structure/barricade/wooden, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) +"sBl" = ( +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/bridges/op_centre) +"sBp" = ( +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/east_reactor/east) "sBt" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 }, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"sBv" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/atmos/cargo_intake) -"sBG" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/browncorner, -/area/lv522/atmos/east_reactor/south) +"sBI" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 16 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 16 + }, +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"sBN" = ( +/obj/structure/machinery/door/airlock/almayer/generic, +/turf/open/floor/corsat/marked, +/area/lv522/landing_zone_1/ceiling) "sBX" = ( /obj/structure/girder, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"sCh" = ( -/obj/item/prop/alien/hugger, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) -"sCj" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "48" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"sCl" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/south) -"sCm" = ( -/obj/structure/machinery/light, -/obj/structure/machinery/disposal, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) "sCr" = ( /obj/structure/bed/chair/wood/normal{ can_buckle = 0 @@ -39341,142 +39179,235 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"sCx" = ( -/obj/structure/machinery/landinglight/ds1/delaytwo, -/turf/open/floor/plating, -/area/lv522/landing_zone_1) -"sCA" = ( +"sCz" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/tool/pen/blue/clicky, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) +"sCG" = ( +/obj/structure/holohoop{ + density = 0; + pixel_y = 27 + }, +/obj/item/toy/beach_ball/holoball{ + pixel_x = 5; + pixel_y = -13 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) +"sDh" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/north_command_centre) +"sDk" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/south_street) +"sDq" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/auto_turf/shale/layer1, +/area/lv522/outdoors/colony_streets/central_streets) +"sDt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/cassette_tape/indie{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/storage/pouch/cassette{ + pixel_y = 5 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/c_block/t_comm) +"sDv" = ( +/obj/structure/girder/displaced, +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/outdoors/colony_streets/north_east_street) +"sDA" = ( +/obj/structure/surface/table/almayer, +/obj/item/ashtray/plastic{ + icon_state = "ashtray_full_bl"; + pixel_x = 5; + pixel_y = 1 + }, +/obj/item/paper/crumpled/bloody{ + pixel_x = -9 + }, +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) +"sDG" = ( +/obj/effect/landmark/static_comms/net_one, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/indoors/lone_buildings/engineering) +"sDQ" = ( /obj/structure/platform_decoration{ - dir = 8 + dir = 1 }, /obj/effect/decal/warning_stripes{ - icon_state = "S" + icon_state = "N"; + pixel_y = 1 }, /obj/effect/decal/warning_stripes{ - icon_state = "W" + icon_state = "E"; + pixel_x = 1 }, /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/east_central_street) -"sCE" = ( -/obj/structure/platform_decoration{ +/area/lv522/outdoors/colony_streets/north_east_street) +"sDR" = ( +/obj/structure/machinery/light{ dir = 8 }, -/turf/open/asphalt/cement/cement14, -/area/lv522/outdoors/colony_streets/central_streets) -"sCI" = ( -/obj/structure/cargo_container/kelland/right, -/turf/open/floor/prison/floor_plate, +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/pouch/medkit/full_advanced, +/turf/open/floor/prison/floor_marked/southwest, /area/lv522/indoors/lone_buildings/storage_blocks) -"sCM" = ( -/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_left_to_right, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"sDd" = ( -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor/north) -"sDq" = ( -/obj/structure/barricade/wooden{ - dir = 4 - }, -/obj/item/weapon/twohanded/folded_metal_chair, -/turf/open/auto_turf/shale/layer1, -/area/lv522/outdoors/colony_streets/central_streets) -"sDv" = ( -/obj/structure/girder/displaced, -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/outdoors/colony_streets/north_east_street) "sDS" = ( /turf/open/floor/prison, /area/lv522/outdoors/nw_rockies) +"sDW" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) "sEa" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/prison, /area/lv522/indoors/lone_buildings/engineering) -"sEm" = ( -/obj/structure/bed/chair{ +"sEe" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"sEj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/landing_zone_2/ceiling) +"sEr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_west_street) +"sER" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"sET" = ( +/obj/structure/prop/server_equipment/yutani_server{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) +"sEU" = ( +/obj/item/stack/folding_barricade, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"sFm" = ( +/obj/structure/prop/invuln/ice_prefab/trim{ dir = 8 }, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges/garden_bridge) -"sEG" = ( +/obj/structure/cargo_container/grant/rightmid, +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/outdoors/w_rockies) +"sFu" = ( +/obj/structure/closet/bodybag, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"sFv" = ( +/obj/structure/surface/rack, +/obj/item/tool/minihoe, +/obj/item/tool/crowbar, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/south_west_street) +"sFC" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/cargo_intake) -"sEY" = ( -/turf/open/floor/corsat/marked, +/turf/open/floor/corsat/squares, /area/lv522/atmos/east_reactor/south) -"sFk" = ( -/obj/structure/window/framed/strata/reinforced, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/sewer) -"sFy" = ( -/obj/structure/pipes/standard/simple/hidden/green, +"sFD" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/north_east_street) +"sFE" = ( +/obj/structure/stairs/perspective{ + dir = 10; + icon_state = "p_stair_full" + }, /turf/open/floor/prison/greenfull/east, /area/lv522/indoors/b_block/bridge) -"sFH" = ( -/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ - pixel_y = 6 - }, -/turf/open/floor/corsat/brown/southeast, -/area/lv522/oob) +"sFJ" = ( +/obj/structure/largecrate/random/secure, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2/ceiling) "sFL" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 1 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"sFN" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - pixel_x = -10; - pixel_y = 13 - }, -/obj/structure/prop/invuln/minecart_tracks{ - dir = 8 +"sFW" = ( +/obj/structure/platform_decoration{ + dir = 1 }, -/obj/structure/prop/invuln/minecart_tracks/bumper{ - dir = 8 +/turf/open/asphalt/cement/cement9, +/area/lv522/outdoors/colony_streets/south_street) +"sGi" = ( +/obj/structure/surface/table/almayer, +/obj/item/toy/plush/farwa{ + pixel_x = -3; + pixel_y = 5 }, -/turf/open/floor/corsat/plate, -/area/lv522/indoors/c_block/mining) -"sFT" = ( -/obj/item/explosive/mine/active{ - dir = 8 +/obj/item/toy/plush/farwa, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness/glass) +"sGn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1; + pixel_y = -1 }, /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_east_street) -"sFZ" = ( -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_east_street) -"sGa" = ( -/turf/open/asphalt/cement/cement15, -/area/lv522/landing_zone_2) -"sGd" = ( -/obj/structure/barricade/deployable{ - dir = 8 - }, -/obj/structure/machinery/m56d_hmg{ - dir = 8 - }, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor/south) +/area/lv522/atmos/sewer) "sGF" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/closed/wall/mineral/bone_resin, /area/lv522/oob) -"sGG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ - dir = 1 +"sGJ" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper A-Block Corporate Office Airlock" }, -/obj/structure/machinery/light/small, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"sGL" = ( -/obj/effect/alien/resin/sticky, -/turf/open/floor/corsat/browncorner/east, -/area/lv522/atmos/east_reactor/south) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/bridges/corpo) "sGQ" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/prop/almayer/computer/PC{ @@ -39484,47 +39415,30 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/landing_zone_2/ceiling) -"sGS" = ( -/obj/structure/prop/invuln/ice_prefab{ - dir = 5 - }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_street) -"sHp" = ( -/obj/structure/platform_decoration{ - dir = 8 - }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/south_west_street) +"sHh" = ( +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/fitness/glass) "sHq" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"sHx" = ( -/obj/structure/machinery/camera/autoname{ - dir = 8 - }, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"sHK" = ( -/obj/structure/prop/almayer/computers/sensor_computer1, +/obj/structure/machinery/light, +/obj/structure/pipes/vents/pump, /turf/open/floor/prison/blue_plate/north, /area/lv522/indoors/a_block/admin) -"sHW" = ( -/obj/structure/barricade/deployable{ - dir = 1 - }, -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/prison/cell_stripe/north, -/area/lv522/atmos/way_in_command_centre) +"sHt" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/atmos/outdoor) +"sHH" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/filt) +"sHQ" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/plating/platebot, +/area/lv522/indoors/c_block/cargo) +"sHV" = ( +/turf/open/floor/strata/multi_tiles, +/area/lv522/indoors/c_block/mining) "sHY" = ( /obj/structure/platform{ dir = 8 @@ -39540,69 +39454,117 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/garage) -"sIc" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"sId" = ( +/turf/open/floor/corsat/brown/northwest, +/area/lv522/atmos/reactor_garage) +"sIj" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "64" }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/west) +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"sIm" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "4" + }, +/obj/item/clothing/under/marine/officer/pilot/flight, +/obj/item/clothing/suit/storage/jacket/marine/pilot{ + layer = 3.1; + pixel_y = 2 + }, +/turf/open/floor/corsat/brown/east, +/area/lv522/oob) +"sIp" = ( +/obj/structure/prop/ice_colony/dense/planter_box{ + dir = 9 + }, +/obj/structure/flora/bush/ausbushes/var3/ywflowers{ + layer = 3 + }, +/obj/structure/machinery/light, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) "sIr" = ( /obj/structure/surface/rack, /obj/effect/spawner/random/toolbox, /turf/open/floor/prison, /area/lv522/landing_zone_2) -"sIy" = ( -/obj/structure/closet/wardrobe/medic_white, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical) -"sIQ" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 8; - pixel_x = -12; - pixel_y = 4 +"sIJ" = ( +/obj/item/trash/barcardine, +/obj/structure/largecrate/random/mini{ + pixel_x = -7; + pixel_y = 16 }, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 4; - pixel_x = 14; - pixel_y = 4 +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/oob) +"sIL" = ( +/obj/item/tool/warning_cone{ + pixel_x = -10; + pixel_y = 11 }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/east) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/west) "sIS" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/prison, /area/lv522/indoors/lone_buildings/storage_blocks) -"sIX" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/west) -"sJv" = ( -/obj/structure/machinery/door/airlock/almayer/maint, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/reactor_garage) +"sJf" = ( +/obj/structure/fence{ + layer = 2.9 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_west_street) +"sJi" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"sJo" = ( +/obj/structure/machinery/conveyor{ + dir = 10; + id = "cargo_container" + }, +/turf/open/floor/corsat/browncorner/north, +/area/lv522/atmos/cargo_intake) "sJI" = ( /obj/structure/surface/table/almayer, /obj/item/key/cargo_train, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"sJT" = ( -/obj/structure/prop/server_equipment/yutani_server/broken, +"sJX" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"sKb" = ( /obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) -"sKk" = ( -/obj/item/shard{ - icon_state = "medium" +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/hydro) +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/dorms) "sKx" = ( /obj/item/clothing/mask/facehugger{ desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; @@ -39629,9 +39591,9 @@ /turf/open/floor/wood, /area/lv522/indoors/a_block/fitness/glass) "sKD" = ( -/obj/structure/tunnel, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor) +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_west_street) "sKJ" = ( /turf/open/auto_turf/shale/layer2, /area/lv522/outdoors/colony_streets/east_central_street) @@ -39664,15 +39626,6 @@ /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/plating, /area/lv522/indoors/c_block/garage) -"sLE" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor) -"sLF" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/bridges) "sLG" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -39686,9 +39639,6 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/garage) -"sLS" = ( -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges) "sLU" = ( /obj/structure/sign/safety/synth_storage{ pixel_x = 23; @@ -39702,6 +39652,17 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) +"sMl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/sewer) +"sMo" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/prison/blue/east, +/area/lv522/indoors/a_block/admin) "sMA" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 @@ -39713,6 +39674,21 @@ }, /turf/open/floor/wood/ship, /area/lv522/atmos/way_in_command_centre) +"sMH" = ( +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 + }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_street) +"sMJ" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = 4 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "sMN" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/auto_turf/sand_white/layer0, @@ -39741,32 +39717,34 @@ /obj/effect/landmark/survivor_spawner/lv522_forecon_sniper, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/nw_rockies) -"sNy" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) +"sNx" = ( +/obj/structure/filingcabinet, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) +"sNC" = ( +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/n_rockies) +"sNH" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) "sNQ" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/plating, /area/lv522/atmos/filt) "sOb" = ( -/obj/structure/cargo_container/horizontal/blue/top, -/obj/structure/machinery/light{ - dir = 1 +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"sOg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed/sofa/vert/white, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo/glass) -"sOs" = ( -/turf/open/floor/prison/cell_stripe/east, -/area/lv522/atmos/way_in_command_centre) +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/n_rockies) +"sOz" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) "sOA" = ( /obj/item/clothing/head/welding{ pixel_y = 7 @@ -39783,16 +39761,10 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_west_street) -"sOK" = ( -/obj/structure/window_frame/strata, -/obj/item/shard{ - icon_state = "medium" - }, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - id = "Sec-Kitchen-Lockdown" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/kitchen/glass) +"sOD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1, +/area/lv522/indoors/lone_buildings/chunk) "sOM" = ( /obj/structure/platform{ dir = 1 @@ -39805,11 +39777,6 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_1) -"sOQ" = ( -/obj/structure/barricade/deployable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue/west, -/area/lv522/indoors/a_block/admin) "sOR" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/machinery/camera/autoname{ @@ -39820,17 +39787,9 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"sOZ" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/item/ashtray/bronze, -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) +"sOU" = ( +/turf/open/floor/corsat/browncorner/west, +/area/lv522/atmos/reactor_garage) "sPk" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, @@ -39840,55 +39799,64 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms) +"sPn" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_box/magazine/l42a, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) "sPs" = ( /obj/item/stack/rods, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) +"sPu" = ( +/turf/open/floor/prison, +/area/lv522/atmos/sewer) "sPw" = ( /obj/effect/decal/cleanable/dirt, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) -"sPA" = ( -/obj/structure/machinery/space_heater/radiator/red{ - pixel_y = 16 +"sPE" = ( +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage{ + req_access = list(7,23,27) }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/reactor_garage) -"sPD" = ( /obj/structure/machinery/light{ dir = 4 }, -/obj/structure/machinery/disposal, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"sQe" = ( -/obj/structure/toilet{ +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/north) +"sPN" = ( +/obj/structure/bed/chair/dropship/passenger{ dir = 4 }, -/obj/structure/sink{ - pixel_y = 23 - }, -/obj/structure/machinery/light/small{ - dir = 8; - pixel_x = -11; - pixel_y = 10 - }, -/obj/structure/mirror{ - pixel_x = -1; - pixel_y = 29 - }, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/toilet) -"sQn" = ( -/obj/structure/prop/invuln/lifeboat_hatch_placeholder/terminal{ - layer = 2.1 +/turf/open/shuttle/dropship/can_surgery/light_grey_top_right, +/area/lv522/outdoors/w_rockies) +"sPQ" = ( +/obj/structure/platform_decoration{ + dir = 1 }, -/obj/structure/barricade/handrail{ +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/south_street) +"sQk" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) +"sQq" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/cargo_intake) +"sQs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2) +"sQw" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "sQD" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 @@ -39901,19 +39869,13 @@ }, /turf/open/floor/prison, /area/lv522/atmos/outdoor) -"sQO" = ( -/obj/structure/largecrate/random/barrel/white, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/nw_rockies) -"sRo" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +"sRj" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"sRs" = ( -/turf/open/floor/prison/floor_plate, -/area/lv522/landing_zone_2) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/glass) "sRu" = ( /obj/structure/platform, /obj/structure/platform{ @@ -39932,21 +39894,12 @@ /obj/structure/platform{ dir = 1 }, -/turf/open/gm/river, -/area/lv522/landing_zone_1/tunnel) -"sRT" = ( -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -9; - pixel_y = 20 - }, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = 7; - pixel_y = 20 - }, -/turf/open/floor/corsat/brown/northeast, -/area/lv522/atmos/east_reactor/east) +/turf/open/gm/river, +/area/lv522/landing_zone_1/tunnel) +"sRP" = ( +/obj/structure/largecrate/random, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_street) "sRY" = ( /obj/item/storage/backpack/marine/satchel{ desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; @@ -39958,36 +39911,55 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/east_central_street) -"sSh" = ( -/obj/structure/bed/chair{ - dir = 1 +"sSg" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/item/clothing/shoes/marine, +/obj/item/prop{ + desc = "Holy shit"; + icon = 'icons/mob/humans/species/r_human.dmi'; + icon_state = "l_foot"; + name = "left foot"; + pixel_x = 5; + pixel_y = 25 }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/bridges/corpo) +"sSx" = ( +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat/brown/north, -/area/lv522/atmos/cargo_intake) -"sSD" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/area/lv522/atmos/north_command_centre) +"sSO" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + pixel_y = 3 + }, /turf/open/floor/corsat/plate, /area/lv522/atmos/east_reactor/south) +"sSP" = ( +/obj/structure/phone_base/colony_net{ + dir = 4; + phone_category = "LV522 Chances Claim"; + phone_color = "red"; + phone_id = "Colony Security"; + pixel_x = -16 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security/glass) "sTd" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin{ - pixel_x = 2; - pixel_y = 4 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/item/tool/pen/blue/clicky, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"sTm" = ( -/obj/effect/decal/cleanable/blood/gibs/xeno, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/c_block/mining) -"sTu" = ( -/obj/structure/surface/rack, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"sTf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "sTA" = ( /obj/structure/desertdam/decals/road_edge{ icon_state = "road_edge_decal3" @@ -39998,6 +39970,10 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/fitness/glass) +"sTF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/reactor_garage) "sTG" = ( /obj/structure/barricade/wooden{ dir = 4 @@ -40005,23 +39981,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"sTL" = ( -/obj/structure/surface/table/almayer, -/obj/structure/foamed_metal, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) "sTR" = ( /obj/structure/machinery/landinglight/ds2/delaytwo{ dir = 8 }, /turf/open/floor/plating, /area/lv522/landing_zone_2) -"sTT" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/turf/open/floor/corsat/brown/southwest, -/area/lv522/atmos/east_reactor/south) "sTX" = ( /obj/item/lightstick/red/spoke/planted{ pixel_x = 11; @@ -40029,145 +39994,78 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/east_central_street) -"sUe" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 - }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/north_command_centre) +"sTZ" = ( +/turf/open/floor/prison/darkpurple2/northwest, +/area/lv522/indoors/a_block/dorms) "sUs" = ( /obj/effect/decal/cleanable/blood/oil, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/garage) -"sUx" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/obj/vehicle/train/cargo/trolley, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"sUA" = ( -/obj/structure/pipes/standard/manifold/visible{ - dir = 1 +"sUv" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/filt) +"sUy" = ( +/obj/structure/largecrate, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/cargo_intake) +"sVp" = ( +/obj/structure/pipes/unary/freezer{ + dir = 1; + icon_state = "freezer_1" }, -/turf/open/floor/strata/white_cyan3, +/turf/open/floor/strata/white_cyan1/east, /area/lv522/indoors/a_block/medical/glass) -"sUJ" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) -"sUK" = ( -/obj/structure/barricade/deployable{ - dir = 4 - }, -/obj/item/clothing/mask/facehugger{ - desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; - icon_state = "facehugger_impregnated"; - layer = 3; - name = "????"; - stat = 2 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_east_street) -"sUR" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"sVn" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/browncorner, -/area/lv522/atmos/reactor_garage) "sVq" = ( -/obj/structure/barricade/wooden{ - dir = 4 +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "sVu" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/browncorner/west, -/area/lv522/atmos/east_reactor/east) -"sVC" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/obj/structure/platform_decoration{ - dir = 8 - }, -/turf/open/gm/river, -/area/lv522/atmos/sewer) +/obj/structure/machinery/autolathe, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"sVE" = ( +/obj/structure/machinery/space_heater, +/turf/open/floor/prison/darkpurple2/north, +/area/lv522/indoors/a_block/dorms) "sVJ" = ( /obj/structure/barricade/handrail{ layer = 3.7 }, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"sVK" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/snacks/microwavable/packaged_burrito, -/obj/item/reagent_container/food/drinks/cans/souto/diet/blue{ - pixel_y = 15 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison, -/area/lv522/indoors/c_block/garage) -"sVQ" = ( -/obj/structure/prop/vehicles{ - icon_state = "truck_damaged" - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) -"sVY" = ( -/obj/item/shard{ - icon_state = "medium" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/c_block/cargo) -"sWb" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "30" +"sVP" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"sWf" = ( -/obj/structure/filingcabinet/seeds{ - density = 0; - pixel_x = -8; - pixel_y = 16 +/turf/open/asphalt/cement/cement2, +/area/lv522/outdoors/colony_streets/central_streets) +"sWl" = ( +/obj/structure/cargo_container/kelland/right{ + layer = 2.9 }, -/obj/structure/filingcabinet/seeds{ - density = 0; - pixel_x = 7; - pixel_y = 16 +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, -/obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"sWh" = ( -/obj/structure/largecrate/random/barrel/yellow, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2) +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_east_street) "sWn" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/wall/strata_outpost/reinforced, /area/lv522/atmos/cargo_intake) +"sWq" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/lv522/oob/w_y_vault) "sWr" = ( /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"sWs" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "5" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) "sWt" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -40177,60 +40075,71 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"sWV" = ( -/obj/effect/spawner/gibspawner/human, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) -"sXb" = ( -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -4; +"sWA" = ( +/obj/structure/coatrack{ pixel_y = 24 }, -/obj/structure/prop/invuln/pipe_water{ - pixel_x = -4; - pixel_y = 1 +/obj/item/clothing/shoes/jackboots{ + pixel_x = 4; + pixel_y = 3 }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/plating/platingdmg3, -/area/lv522/indoors/a_block/dorms) -"sXi" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/closet/secure_closet/engineering_electrical, -/obj/structure/machinery/light, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/c_block/t_comm) -"sXO" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/item/clothing/suit/storage/snow_suit/survivor/parka/purple{ + pixel_x = -2; + pixel_y = 27 }, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/east_reactor/south) -"sXS" = ( -/obj/structure/machinery/light, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/bar) +"sWI" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/wy{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"sWS" = ( +/obj/structure/shuttle/engine/heater{ + dir = 4; + pixel_x = 4 + }, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 4; + icon_state = "flammable_pipe_3"; + pixel_x = 2 + }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/west_reactor) +"sWZ" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/bridges/op_centre) -"sXU" = ( -/obj/structure/fence, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/bridge) +"sXf" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" +/turf/open/floor/corsat/brown/southwest, +/area/lv522/atmos/east_reactor/south) +"sXu" = ( +/obj/structure/prop/server_equipment/yutani_server/broken, +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_street) -"sXW" = ( -/obj/structure/barricade/deployable, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/colony_streets/north_east_street) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) +"sXI" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/corpsespawner/colonist/burst, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "sXZ" = ( /obj/structure/platform{ dir = 8 @@ -40241,91 +40150,71 @@ /obj/item/stack/sheet/metal, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"sYp" = ( -/obj/structure/machinery/door/airlock/almayer/generic, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/toilet) -"sYA" = ( -/obj/structure/machinery/space_heater, -/obj/item/reagent_container/food/drinks/coffee{ - pixel_x = 5; - pixel_y = 9 +"sYu" = ( +/obj/structure/machinery/conveyor{ + dir = 5; + id = "cargo_container" }, /turf/open/floor/corsat/plate, /area/lv522/atmos/cargo_intake) "sYH" = ( /turf/open/floor/plating, /area/shuttle/drop1/lv522) -"sYK" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - pixel_y = 6 - }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/c_block/mining) -"sYO" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/east_central_street) -"sZg" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/firstaid/adv{ - pixel_y = 9 +"sYZ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 }, -/obj/item/storage/firstaid/adv, -/obj/structure/pipes/vents/pump, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical/glass) -"sZj" = ( -/obj/structure/closet/crate, -/obj/item/stack/sheet/plasteel/large_stack, -/turf/open/floor/plating/platebot, -/area/lv522/indoors/c_block/cargo) -"sZm" = ( -/obj/structure/pipes/vents/pump, /turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor) +/area/lv522/atmos/east_reactor/south) +"sZf" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "sZq" = ( /turf/open/gm/river, /area/lv522/atmos/filt) -"sZt" = ( -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/fitness) -"sZO" = ( +"sZr" = ( +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/machinery/door/poddoor/almayer{ + id = "E_B_Door"; + name = "\improper Emergency Blast Door"; + unacidable = 1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat/squares, +/area/lv522/oob) +"sZC" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/north_street) +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) +"sZE" = ( +/obj/structure/surface/table/almayer, +/obj/item/ashtray/plastic{ + icon_state = "ashtray_full_bl"; + pixel_x = 5; + pixel_y = 1 + }, +/obj/item/paper/crumpled/bloody{ + pixel_x = -9; + pixel_y = 12 + }, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) "sZR" = ( -/obj/structure/closet/crate/radiation, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/north_command_centre) -"sZU" = ( -/obj/item/stack/sheet/metal, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"tav" = ( -/obj/structure/machinery/light{ - dir = 4 +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Bedroom" }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/mining) "taw" = ( /obj/structure/platform_decoration, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) +"tax" = ( +/obj/structure/girder, +/turf/open/asphalt/cement/cement15, +/area/lv522/outdoors/colony_streets/north_street) "taH" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 9 @@ -40346,26 +40235,23 @@ }, /turf/open/floor/prison, /area/lv522/outdoors/colony_streets/north_east_street) +"taL" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor) "taP" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"taR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ +"tbf" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/camera/autoname, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"taY" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/machinery/light, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +/obj/structure/bed/chair, +/turf/open/floor/corsat/brown/southwest, +/area/lv522/atmos/reactor_garage) "tby" = ( /obj/structure/bed/chair/comfy{ dir = 4 @@ -40373,52 +40259,35 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/hallway) -"tbL" = ( -/obj/structure/stairs/perspective{ - dir = 4; - icon_state = "p_stair_full" - }, -/obj/structure/platform, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"tbR" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/camera/autoname{ - dir = 4 - }, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) -"tcm" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/bridges/op_centre) -"tcx" = ( +"tbG" = ( +/obj/structure/closet/crate/radiation, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/north_command_centre) +"tbP" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/north_west_street) +"tbW" = ( /obj/structure/surface/table/almayer, -/obj/item/reagent_container/food/drinks/cans/waterbottle{ - pixel_x = 7; - pixel_y = 16 - }, -/obj/item/reagent_container/food/drinks/cans/waterbottle{ - pixel_x = -2; - pixel_y = 10 - }, -/obj/item/reagent_container/food/drinks/cans/waterbottle{ - pixel_x = 5; - pixel_y = 4 - }, -/obj/item/reagent_container/food/drinks/cans/waterbottle{ - pixel_x = -9; - pixel_y = 5 +/obj/item/spacecash/c1000, +/obj/item/spacecash/c1000, +/obj/item/spacecash/c1000, +/obj/item/spacecash/c1000, +/obj/item/spacecash/c1000, +/obj/item/spacecash/c1000, +/obj/item/spacecash/c1000, +/obj/item/spacecash/c1000, +/obj/item/spacecash/c1000, +/obj/item/spacecash/c1000, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/oob/w_y_vault) +"tck" = ( +/obj/structure/barricade/deployable{ + dir = 8 }, -/obj/item/reagent_container/glass/rag, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/east_reactor/south) "tcJ" = ( /turf/closed/shuttle/elevator{ dir = 9 @@ -40431,23 +40300,21 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"tcP" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"tdd" = ( +/obj/structure/surface/table/almayer, +/obj/item/prop/colony/proptag{ + desc = "A fallen marine's information dog tag. It reads, Sergeant Robert 'Boab' Macdonald" }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/bridges/op_centre) -"tcQ" = ( -/obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"tcW" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/east_reactor/south) +/area/lv522/indoors/a_block/admin) +"tdf" = ( +/obj/structure/reagent_dispensers/fueltank/gas, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) "tdi" = ( /obj/structure/prop/dam/crane, /obj/effect/spawner/random/toolbox{ @@ -40456,34 +40323,32 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/garage) -"tdl" = ( -/turf/open/floor/prison/blue, -/area/lv522/indoors/a_block/hallway) -"tdp" = ( -/obj/structure/barricade/wooden{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"tdu" = ( -/obj/structure/machinery/door/poddoor/shutters/almayer{ - dir = 4; - id = "Reactor_e_entry_4" +"tdj" = ( +/obj/structure/window_frame/strata, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "LV522CIC_1"; + name = "\improper Storm Shutters" }, /turf/open/floor/corsat/marked, -/area/lv522/atmos/filt) +/area/lv522/indoors/a_block/admin) +"tdn" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/east_reactor) +"tdp" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) "tdv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/radio/off{ - pixel_x = -5; - pixel_y = 4 +/obj/structure/surface/rack, +/obj/item/storage/toolbox/mechanical/green{ + pixel_y = 13 }, -/obj/structure/machinery/light, -/obj/structure/machinery/recharger, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/c_block/t_comm) +/obj/item/storage/toolbox/mechanical/green{ + pixel_y = -3 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) "tdz" = ( /obj/item/book/manual/marine_law{ pixel_x = 7 @@ -40498,48 +40363,42 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"tdL" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/turf/open/floor/plating/platebot, -/area/lv522/indoors/c_block/cargo) -"tdX" = ( -/obj/structure/largecrate/random, -/obj/item/storage/box/packet/high_explosive{ - pixel_x = -5; - pixel_y = -14 - }, -/obj/item/storage/pill_bottle/packet/oxycodone{ - pixel_x = -1; - pixel_y = 8 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_street) -"tes" = ( -/obj/structure/surface/table/almayer, -/obj/item/trash/plate{ - pixel_y = 13 +"tdJ" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -4; + pixel_y = 24 }, -/obj/item/reagent_container/food/snacks/toastedsandwich{ - pixel_y = 20 +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + layer = 2; + name = "weak acid" }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"tet" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/outdoor_bot) -"tev" = ( +/turf/open/floor/prison/darkpurple2/east, +/area/lv522/indoors/a_block/dorms) +"tec" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"tei" = ( /obj/structure/stairs/perspective{ - dir = 4; icon_state = "p_stair_full" }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/platform{ + dir = 8 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"tev" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "28" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) "tex" = ( /obj/structure/barricade/wooden{ dir = 4 @@ -40547,51 +40406,67 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"tez" = ( -/obj/effect/spawner/gibspawner/xeno, -/obj/effect/decal/warning_stripes{ - icon_state = "SE-out"; - pixel_x = 1 - }, -/obj/effect/decal/cleanable/blood/xeno{ - icon_state = "xgib3" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) "teD" = ( /obj/structure/machinery/colony_floodlight{ layer = 4.3 }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/south_east_street) -"teG" = ( -/obj/structure/machinery/light, -/obj/structure/machinery/disposal, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"teU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ - dir = 1 +"teF" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/machinery/light/small, -/turf/open/floor/prison/blue, -/area/lv522/indoors/a_block/hallway) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/platingdmg1, +/area/lv522/indoors/a_block/bridges/op_centre) +"teQ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"teR" = ( +/obj/structure/barricade/deployable, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"teW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/brown/northeast, +/area/lv522/atmos/east_reactor/south) "tfi" = ( /obj/structure/platform_decoration{ dir = 1 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) -"tfz" = ( -/obj/structure/barricade/wooden{ - dir = 8 +"tfk" = ( +/turf/open/asphalt/cement, +/area/lv522/landing_zone_1) +"tfo" = ( +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"tfC" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/effect/decal/cleanable/blood/gibs, -/obj/effect/decal/cleanable/blood, -/obj/item/weapon/gun/revolver/spearhead, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges/op_centre) +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + layer = 3; + name = "????"; + stat = 2 + }, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/east_reactor/south) +"tfG" = ( +/obj/structure/prop/invuln/ice_prefab{ + dir = 1; + icon_state = "fab_2" + }, +/obj/structure/prop/invuln/ice_prefab{ + icon_state = "fab_2" + }, +/turf/open/auto_turf/shale/layer2, +/area/lv522/outdoors/w_rockies) "tfO" = ( /obj/item/prop/colony/usedbandage{ dir = 9; @@ -40603,72 +40478,63 @@ "tfP" = ( /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/n_rockies) -"tfS" = ( -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/east_reactor/north) "tgj" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/prop/almayer/CICmap, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"tgo" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/almayer/generic/glass, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/way_in_command_centre) -"tgG" = ( -/obj/structure/machinery/landinglight/ds1/delayone{ - dir = 4 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1) -"tgL" = ( -/obj/structure/closet/secure_closet/atmos_personal, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/engineering) -"tgQ" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/item/weapon/gun/rifle/m41a{ - current_mag = null - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"tgR" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/b_block/bridge) -"thg" = ( +"tgn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/southwest, +/area/lv522/indoors/a_block/hallway) +"tgr" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"tgO" = ( /obj/structure/bed/chair{ - dir = 1 + dir = 4 }, /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/indoors/a_block/fitness) -"thm" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/command_centre) +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/reactor_garage) +"thv" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/bridges/dorms_fitness) "thw" = ( /obj/item/tool/pen/blue/clicky{ pixel_x = 6 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"thE" = ( -/turf/open/floor/corsat/browncorner/east, -/area/lv522/atmos/east_reactor/east) -"thS" = ( -/obj/effect/landmark/monkey_spawn, +"thy" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/south_east_street) +"thB" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/filt) +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) +"thM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/strata_outpost, +/area/lv522/landing_zone_1/tunnel/far) +"thT" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/kitchen/tray{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 11; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/bar) "thU" = ( /obj/structure/prop/invuln/overhead_pipe{ name = "overhead pipe"; @@ -40677,25 +40543,40 @@ }, /turf/closed/wall/mineral/bone_resin, /area/lv522/oob) -"tij" = ( -/turf/open/floor/corsat/plate, -/area/lv522/atmos/north_command_centre) -"tip" = ( +"tia" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper A-Block Corporate Office Airlock"; + req_access_txt = "100" + }, /obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 + dir = 4 }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/west) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/corpo/glass) +"tim" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/way_in_command_centre) +"tiF" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse, +/turf/open/floor/strata/cyan2/east, +/area/lv522/indoors/a_block/medical) "tiJ" = ( /obj/item/explosive/grenade/incendiary/molotov, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) -"tiP" = ( -/obj/structure/cargo_container/horizontal/blue/middle{ - layer = 3.1 +"tiN" = ( +/obj/structure/machinery/door/airlock/almayer/medical{ + dir = 2; + name = "\improper A-Block - Colony Medical Centre Airlock" }, -/turf/open/floor/plating/platebot, -/area/lv522/indoors/c_block/cargo) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/medical) "tiQ" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/lv522/oob) @@ -40719,40 +40600,37 @@ /turf/open/gm/river, /area/lv522/indoors/a_block/kitchen/damage) "tje" = ( -/obj/item/stack/sheet/metal, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"tjF" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/folder/black_random, +/obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo) -"tjH" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/reagent_container/food/snacks/cherrypie{ - pixel_y = 13 - }, -/obj/item/reagent_container/food/snacks/sliceable/pumpkinpie, -/obj/structure/machinery/door/window{ - dir = 2; - pixel_y = 6 +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/medical) +"tjk" = ( +/obj/structure/machinery/camera/autoname, +/obj/structure/machinery/light/small{ + dir = 1 }, -/obj/structure/machinery/door/window{ - dir = 1; - pixel_y = 18 +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"tjs" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/cheesie, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"tjC" = ( +/obj/structure/platform_decoration{ + dir = 4 }, -/obj/structure/window{ - dir = 4; - pixel_y = 13 +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/bridge) +"tjK" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/window{ - dir = 8; - pixel_y = 17 +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Mining Control" }, -/turf/open/floor/strata/white_cyan1, -/area/lv522/indoors/lone_buildings/chunk) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/mining) "tjM" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, @@ -40761,43 +40639,61 @@ /obj/structure/largecrate/random, /turf/open/floor/prison, /area/lv522/atmos/outdoor) -"tjU" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/storage/fancy/cigar, -/obj/item/clothing/mask/cigarette/pipe{ - pixel_y = 5 - }, -/turf/open/floor/strata/fake_wood, -/area/lv522/atmos/east_reactor/east) "tjV" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen/glass) +"tjW" = ( +/obj/item/stack/sheet/metal, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/glass) +"tkd" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Reactor_garage_2" + }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/reactor_garage) "tkf" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/b_block/bridge) -"tkg" = ( -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_1) +"tkj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/glass) "tkm" = ( /obj/structure/curtain, /mob/living/simple_animal/mouse, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"tks" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue/southwest, -/area/lv522/indoors/a_block/hallway) -"tkF" = ( +"tkn" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/platform{ +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"tkr" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" + }, +/obj/structure/platform, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/obj/structure/machinery/light/small{ dir = 8 }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_east_street) +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) "tkL" = ( /obj/structure/prop/server_equipment/yutani_server{ density = 0; @@ -40806,74 +40702,66 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) -"tkP" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/pipes/vents/pump, +"tkQ" = ( +/obj/structure/barricade/wooden, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/floor_plate, /area/lv522/indoors/a_block/hallway) -"tlo" = ( -/obj/structure/surface/table/almayer, -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 +"tla" = ( +/obj/structure/prop/invuln/remote_console_pod, +/obj/structure/machinery/computer/shuttle/dropship/flight/lz2{ + density = 1; + layer = 3.5; + pixel_y = -9 }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/engineering) +/turf/open/floor/prison/floor_marked/southwest, +/area/shuttle/drop2/lv522) "tlr" = ( /obj/structure/prop/ice_colony/ground_wire{ dir = 8 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"tlD" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/barricade/deployable{ +"tml" = ( +/obj/structure/platform{ dir = 1 }, -/turf/open/floor/prison/cell_stripe/north, -/area/lv522/atmos/way_in_command_centre) -"tlJ" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/prop/ice_colony/ground_wire{ - dir = 4 +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor) -"tlU" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/medical) -"tmh" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/kitchen) -"tmq" = ( -/obj/structure/bed, -/obj/item/bedsheet/brown{ - layer = 3.1 +/area/lv522/outdoors/colony_streets/north_east_street) +"tmm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) +/obj/structure/barricade/metal{ + dir = 1 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/outdoors/colony_streets/north_street) "tms" = ( /obj/structure/largecrate/random, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/mining) -"tmH" = ( -/obj/item/ammo_magazine/rifle/heap{ - current_rounds = 0 - }, +"tmD" = ( +/obj/item/storage/firstaid/toxin/empty, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_street) -"tnl" = ( +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/medical/glass) +"tmP" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/item/prop/colony/canister{ + pixel_y = 11 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) +"tnc" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/glass) +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/bridges/dorms_fitness) "tns" = ( /obj/structure/machinery/landinglight/ds1{ dir = 4 @@ -40881,33 +40769,54 @@ /turf/open/floor/plating, /area/lv522/landing_zone_1) "tnH" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/corsat/browncorner/north, +/area/lv522/atmos/north_command_centre) "tnM" = ( /obj/structure/cargo_container/horizontal/blue/top, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"toe" = ( -/obj/structure/machinery/door/airlock/almayer/maint{ - dir = 1 +"tnX" = ( +/obj/structure/reagent_dispensers/water_cooler/stacks{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/structure/reagent_dispensers/water_cooler{ + pixel_x = -9; + pixel_y = 12 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/reactor_garage) +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"toc" = ( +/turf/open/floor/corsat/browncorner, +/area/lv522/atmos/east_reactor/south) +"toe" = ( +/turf/open/asphalt/cement/cement15, +/area/lv522/outdoors/colony_streets/south_east_street) "too" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/flashlight/lamp, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"top" = ( -/obj/item/trash/uscm_mre, -/turf/open/floor/prison/blue/southeast, -/area/lv522/indoors/a_block/admin) +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/reagent_container/food/snacks/cherrypie{ + pixel_y = 13 + }, +/obj/item/reagent_container/food/snacks/sliceable/pumpkinpie, +/obj/structure/machinery/door/window{ + dir = 2; + pixel_y = 6 + }, +/obj/structure/machinery/door/window{ + dir = 1; + pixel_y = 18 + }, +/obj/structure/window{ + dir = 4; + pixel_y = 13 + }, +/obj/structure/window{ + dir = 8; + pixel_y = 17 + }, +/turf/open/floor/strata/white_cyan1, +/area/lv522/indoors/lone_buildings/chunk) "tos" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_full" @@ -40922,11 +40831,36 @@ /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/hallway/damage) "toy" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +/obj/structure/filtration/machine_64x96{ + icon_state = "filtration_machine_B_1" }, -/turf/open/floor/corsat/browncorner/north, -/area/lv522/atmos/east_reactor/north) +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/oob) +"toA" = ( +/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_21"; + layer = 3.1; + name = "synthethic potted plant"; + pixel_y = 12 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/east) +"toB" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/hydro) +"toD" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "toF" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 @@ -40934,15 +40868,22 @@ /turf/open/floor/carpet, /area/lv522/indoors/b_block/bar) "toH" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/floor_plate, +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/corsat/marked, /area/lv522/indoors/c_block/cargo) -"toK" = ( -/obj/structure/machinery/light{ - dir = 8 +"toO" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"toU" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) "tpa" = ( /obj/structure/window/framed/strata/reinforced, /obj/structure/machinery/door/poddoor/shutters/almayer/open{ @@ -40952,78 +40893,130 @@ }, /turf/open/floor/plating, /area/lv522/indoors/a_block/security) +"tpg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb2, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"tpr" = ( +/obj/structure/platform_decoration, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/south_east_street) +"tps" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/west_reactor) +"tpx" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) +"tpC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/metal, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) "tpD" = ( /obj/structure/prop/ice_colony/ground_wire{ dir = 4 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"tpF" = ( -/obj/structure/cargo_container/wy/mid, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/atmos/cargo_intake) -"tpH" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/prison/blue/east, -/area/lv522/indoors/a_block/admin) -"tpT" = ( -/obj/structure/machinery/floodlight/landing, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/outdoors/colony_streets/north_east_street) +"tpJ" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/wy{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/device/flashlight/lamp{ + pixel_x = 6; + pixel_y = 14 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security/glass) +"tpR" = ( +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/north_command_centre) +"tpU" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "64" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) "tpV" = ( /obj/structure/surface/table/almayer, /obj/item/storage/toolbox/mechanical/green, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/way_in_command_centre) -"tpW" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/curtain/medical, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical/glass) "tpZ" = ( /obj/structure/curtain/red, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"tqC" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"tqL" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/east_reactor/south) -"tqR" = ( -/obj/item/tool/wirecutters, -/turf/open/floor/prison/blue/north, -/area/lv522/indoors/a_block/admin) +"tqe" = ( +/turf/open/floor/coagulation/icon0_8, +/area/lv522/oob) +"tqp" = ( +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/south_west_street) +"tqx" = ( +/obj/structure/barricade/handrail{ + layer = 3.7 + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/indoors/c_block/mining) +"tqQ" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + icon_state = "flammable_pipe_3"; + pixel_x = 12; + pixel_y = 16 + }, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 4; + icon_state = "flammable_pipe_3"; + pixel_x = 12; + pixel_y = -4 + }, +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/east_reactor/north) "trf" = ( -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_full" +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) +/obj/structure/cargo_container/wy/left, +/turf/open/auto_turf/shale/layer2, +/area/lv522/outdoors/w_rockies) "trj" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"trq" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin/wy{ - pixel_x = 7; - pixel_y = 7 +"tro" = ( +/obj/structure/closet/fireaxecabinet{ + pixel_y = 29 }, -/obj/item/device/flashlight/lamp{ - pixel_x = -8; - pixel_y = 10 +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/sewer) +"trv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/hallway) +"trC" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4 }, -/obj/item/tool/pen, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/south_west_street) "trD" = ( /obj/structure/prop/invuln/ice_prefab/roof_greeble{ icon_state = "vent2"; @@ -41035,22 +41028,35 @@ }, /turf/open/floor/prison, /area/lv522/outdoors/colony_streets/north_east_street) -"trR" = ( -/obj/structure/machinery/prop/almayer/CICmap, -/obj/item/reagent_container/food/drinks/coffee{ - pixel_x = -4; - pixel_y = 2 +"trE" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/strata/fake_wood, +/area/lv522/atmos/east_reactor/east) +"trF" = ( +/obj/structure/machinery/computer/arcade{ + density = 0; + pixel_y = 16 }, -/obj/structure/machinery/light/double{ - dir = 8; - pixel_y = -5 +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"trG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 }, -/obj/item/ammo_magazine/rifle/m4ra{ - pixel_x = 5; - pixel_y = 6 +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"trM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/sofa/vert/white, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo/glass) +"trQ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/landing_zone_forecon/UD6_Typhoon) +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor) "trW" = ( /obj/structure/prop/invuln/ice_prefab/trim{ dir = 8 @@ -41058,52 +41064,95 @@ /obj/structure/machinery/mill, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) +"trX" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "trZ" = ( /turf/closed/wall/shiva/prefabricated/reinforced, /area/lv522/indoors/lone_buildings/chunk) -"tso" = ( +"tsb" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/plating/plating_catwalk/prison, -/area/lv522/atmos/cargo_intake) -"tsC" = ( -/obj/structure/platform{ +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ dir = 8 }, -/obj/structure/ore_box, -/turf/open/floor/plating, -/area/lv522/indoors/c_block/cargo) -"tsE" = ( -/obj/structure/surface/table/almayer, -/obj/structure/pipes/standard/simple/hidden/green{ +/obj/structure/machinery/light/small{ dir = 4 }, -/obj/item/reagent_container/food/condiment/hotsauce/tabasco{ - pixel_x = -5; - pixel_y = 8 - }, -/obj/item/reagent_container/food/condiment/peppermill{ - pixel_x = 9 - }, -/obj/item/reagent_container/food/condiment/saltshaker{ - pixel_x = 3 +/turf/open/floor/prison/blue/east, +/area/lv522/indoors/a_block/hallway) +"tsc" = ( +/obj/item/clothing/suit/storage/marine/medium/leader, +/obj/item/clothing/head/helmet/marine/leader{ + pixel_x = 9; + pixel_y = 14 }, -/obj/item/tool/kitchen/tray{ - layer = 2.9; - pixel_y = 3 +/turf/open/floor/corsat/plate, +/area/lv522/oob) +"tsl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"tsK" = ( /obj/effect/decal/warning_stripes{ - icon_state = "S" + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 }, /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/south_west_street) -"tsU" = ( -/obj/structure/pipes/vents/pump, +/area/lv522/atmos/way_in_command_centre) +"tsm" = ( +/obj/item/reagent_container/glass/bucket/janibucket, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"tsn" = ( +/obj/structure/platform_decoration, +/turf/open/asphalt/cement/cement2, +/area/lv522/outdoors/colony_streets/south_east_street) +"tso" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv522/atmos/cargo_intake) +"tsq" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/under/redpyjamas, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) +"tst" = ( +/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, /turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) +/area/lv522/landing_zone_1/ceiling) +"tsN" = ( +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/bridges/corpo) +"tsT" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/darkpurple2/northeast, +/area/lv522/indoors/a_block/dorms) +"tsU" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/security/glass) +"tta" = ( +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/nw_rockies) +"ttb" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/engineering) "ttf" = ( /obj/effect/landmark/corpsespawner/forecon_spotter, /obj/item/weapon/gun/rifle/m41a{ @@ -41113,51 +41162,37 @@ /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) -"ttj" = ( -/obj/structure/prop/vehicles/crawler{ - dir = 8; - layer = 3.1; - pixel_x = 5; - pixel_y = 7 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) -"ttm" = ( -/obj/structure/surface/rack, -/obj/structure/machinery/light, -/obj/item/clothing/mask/gas, +"tty" = ( +/obj/structure/machinery/power/port_gen/pacman/mrs, /turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/lone_buildings/storage_blocks) -"tts" = ( -/obj/item/trash/uscm_mre, -/turf/open/floor/prison/blue/east, -/area/lv522/indoors/a_block/admin) +/area/lv522/indoors/c_block/cargo) "ttC" = ( /obj/item/weapon/gun/smg/nailgun, /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/lone_buildings/storage_blocks) -"ttO" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/north_street) +"tuc" = ( +/obj/structure/platform_decoration, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) "tum" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/c_block/garage) -"tuw" = ( -/obj/effect/spawner/gibspawner/xeno, -/obj/structure/machinery/light{ - dir = 8 +"tup" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/mineral/iron{ + amount = 5 }, -/obj/structure/pipes/vents/pump, +/obj/item/stack/sheet/mineral/platinum, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/atmos/cargo_intake) +"tuz" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) +/obj/effect/decal/cleanable/cobweb, +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/c_block/t_comm) "tuJ" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/surface/table/almayer, @@ -41172,6 +41207,26 @@ }, /turf/open/floor/prison, /area/lv522/indoors/b_block/hydro) +"tuQ" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = 6 + }, +/obj/structure/machinery/light, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) +"tuX" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"tuY" = ( +/obj/structure/machinery/landinglight/ds1/delaythree, +/turf/open/floor/plating, +/area/lv522/landing_zone_1) "tvq" = ( /obj/structure/prop/vehicles/crawler{ icon_state = "crawler_crate_wy"; @@ -41182,6 +41237,16 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) +"tvs" = ( +/obj/item/tool/warning_cone{ + pixel_x = -10; + pixel_y = 11 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/west) "tvv" = ( /obj/structure/surface/table/woodentable/fancy, /obj/structure/phone_base/colony_net{ @@ -41193,109 +41258,75 @@ }, /turf/open/floor/wood, /area/lv522/indoors/c_block/casino) -"tvy" = ( -/obj/structure/cargo_container/kelland/right, +"tvN" = ( +/obj/structure/machinery/cryo_cell, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical/glass) +"twk" = ( /obj/effect/decal/warning_stripes{ - icon_state = "S" + icon_state = "N"; + pixel_y = 1 }, -/turf/open/asphalt/cement/cement4, +/turf/open/asphalt/cement/cement12, /area/lv522/outdoors/colony_streets/central_streets) -"tvF" = ( -/obj/structure/cargo_container/wy/left, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/atmos/cargo_intake) -"tvN" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/phone_base/colony_net{ - dir = 8; - phone_category = "LV522 Chances Claim"; - phone_color = "red"; - phone_id = "Colony Botany"; - pixel_x = 16 +"twp" = ( +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor) +"twv" = ( +/obj/structure/girder, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = 11; + pixel_y = -8 }, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/hydro) -"tvR" = ( -/obj/effect/landmark/lv624/fog_blocker/short, -/turf/closed/wall/r_wall/biodome/biodome_unmeltable, -/area/lv522/oob/w_y_vault) -"twa" = ( -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"twm" = ( -/obj/structure/machinery/vending/hydronutrients, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) +/turf/open/floor/plating/platingdmg3, +/area/lv522/indoors/a_block/dorms) +"twR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) "twT" = ( /obj/structure/cargo_container/grant/right, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"twW" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/clothing/gloves/marine/insulated, -/obj/item/tool/weldingtool{ - pixel_x = -4 - }, -/obj/item/tool/weldpack{ - pixel_x = 14; - pixel_y = 17 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) "twY" = ( /mob/living/simple_animal/mouse, /turf/open/organic/grass, /area/lv522/indoors/a_block/garden) -"txb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/obj/structure/platform{ - dir = 8 - }, -/obj/structure/phone_base/colony_net{ - phone_category = "LV522 Chances Claim"; - phone_color = "red"; - phone_id = "LZ1 Service Tunnel"; - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) -"txd" = ( -/obj/structure/platform_decoration, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_east_street) -"txJ" = ( -/obj/structure/machinery/door/airlock/almayer/maint, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/sewer) +"txG" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) "txK" = ( /obj/effect/decal/cleanable/blood/drip, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/lone_buildings/outdoor_bot) +"txQ" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/indoors/a_block/fitness) +"txW" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/way_in_command_centre) "txY" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms/glass) -"tya" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 7 +"txZ" = ( +/obj/structure/prop/invuln/overhead_pipe{ + dir = 8; + pixel_x = -6; + pixel_y = 6 }, -/obj/item/tool/pen/red/clicky, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/c_block/mining) +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform, +/turf/open/gm/river, +/area/lv522/landing_zone_1/tunnel/far) "tyc" = ( /obj/structure/surface/rack, /obj/item/storage/bag/ore, @@ -41313,16 +41344,6 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/south_street) -"tyj" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/brown/northwest, -/area/lv522/atmos/reactor_garage) -"tyu" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/prison/blue, -/area/lv522/indoors/a_block/admin) "tyy" = ( /obj/structure/desertdam/decals/road_edge{ pixel_x = 2; @@ -41335,35 +41356,26 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/fitness/glass) -"tyY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/atmos/outdoor) -"tzb" = ( -/obj/structure/machinery/space_heater/radiator/red{ - dir = 1; - pixel_y = 26 +"tyL" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8 }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "tzd" = ( /turf/closed/shuttle/elevator{ dir = 4 }, /area/lv522/indoors/c_block/mining) -"tzg" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1 +"tze" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -11 }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/south) -"tzj" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/paper, -/obj/item/tool/pen/blue/clicky, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/executive) "tzz" = ( /obj/structure/largecrate/random/secure, /obj/structure/largecrate/random/mini{ @@ -41371,114 +41383,89 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"tzD" = ( +"tzJ" = ( /obj/structure/surface/table/almayer, -/obj/item/trash/ceramic_plate{ - pixel_y = 6 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"tzM" = ( -/obj/structure/sink{ +/obj/item/clothing/suit/storage/CMB, +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) +"tzK" = ( +/obj/structure/stairs/perspective{ dir = 8; - pixel_x = -11 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/dorms) -"tzS" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper A-Block - Colony Operations Centre Airlock" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 1 - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "LV522CIC_1"; - name = "\improper Storm Shutters" + icon_state = "p_stair_full" }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/admin) -"tzX" = ( -/obj/item/trash/uscm_mre, +/obj/structure/platform, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"tzM" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/corpsespawner/colonist/burst, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/corsat, +/area/lv522/atmos/east_reactor/south) +"tAk" = ( /obj/structure/surface/table/almayer, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/north_street) -"tzZ" = ( -/obj/structure/bed/chair{ - dir = 8 +/obj/item/reagent_container/food/snacks/tofukabob, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"tAm" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "41" }, -/obj/structure/pipes/vents/pump, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"tAb" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/east_reactor) -"tAc" = ( -/obj/structure/largecrate/random/case, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) +/area/lv522/landing_zone_forecon/UD6_Typhoon) "tAr" = ( /obj/item/weapon/twohanded/folded_metal_chair, /turf/open/floor/prison, /area/lv522/landing_zone_1) -"tAI" = ( -/obj/structure/pipes/standard/manifold/fourway/hidden/green, -/turf/open/floor/strata/white_cyan3/north, -/area/lv522/indoors/a_block/medical) -"tAK" = ( -/obj/structure/cargo_container/kelland/left, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"tAN" = ( -/obj/structure/prop/almayer/computers/sensor_computer2, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) -"tAP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 8 +"tAt" = ( +/obj/structure/window/framed/strata/reinforced, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/prison/darkpurplefull2, +/turf/open/floor/corsat/marked, /area/lv522/indoors/a_block/dorms) -"tAT" = ( -/obj/structure/closet/emcloset, +"tAw" = ( +/obj/structure/machinery/door/poddoor/almayer{ + id = "E_B_Door"; + name = "\improper Emergency Blast Door"; + unacidable = 1 + }, +/obj/structure/blocker/invisible_wall, /turf/open/floor/corsat/marked, -/area/lv522/atmos/sewer) +/area/lv522/atmos/east_reactor) +"tAy" = ( +/obj/structure/window_frame/strata/reinforced, +/obj/item/stack/rods, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/lone_buildings/engineering) +"tAz" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/c_block/mining) +"tAC" = ( +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + layer = 2; + name = "weak acid" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/hallway) +"tAZ" = ( +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/east_reactor) "tBb" = ( /obj/structure/prop/dam/drill, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"tBg" = ( -/obj/structure/machinery/conveyor{ - dir = 8; - id = "cargo_container" - }, -/obj/structure/barricade/handrail{ - dir = 8 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"tBp" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"tBz" = ( -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/atmos/cargo_intake) -"tBB" = ( -/obj/structure/bed/chair{ +"tBx" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/landing_zone_2/ceiling) +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/west) "tBC" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/structure/barricade/wooden{ @@ -41486,6 +41473,12 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) +"tBO" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/turf/open/gm/river, +/area/lv522/landing_zone_1/tunnel/far) "tBQ" = ( /obj/structure/prop/ice_colony/ground_wire{ dir = 4 @@ -41498,20 +41491,12 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"tBU" = ( +"tBX" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/corsat/browncorner/west, -/area/lv522/atmos/cargo_intake) -"tBZ" = ( -/obj/structure/platform, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/east_central_street) +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/east_reactor) "tCa" = ( /obj/item/trash/uscm_mre{ pixel_x = 10; @@ -41522,12 +41507,33 @@ }, /turf/closed/wall/strata_ice/dirty, /area/lv522/oob) +"tCd" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/largecrate, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) +"tCg" = ( +/obj/structure/surface/rack, +/obj/item/tank/emergency_oxygen/double, +/obj/item/tank/emergency_oxygen/double, +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) "tCh" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" }, /turf/open/floor/corsat, /area/lv522/atmos/cargo_intake) +"tCi" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/medical) "tCq" = ( /obj/structure/machinery/portable_atmospherics/canister/empty/phoron{ density = 0; @@ -41546,16 +41552,28 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms) -"tCJ" = ( +"tCt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/sewer) +"tCE" = ( +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/corsat/marked, +/area/lv522/outdoors/colony_streets/windbreaker/observation) +"tCH" = ( /obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 4 +/obj/item/tool/kitchen/tray{ + pixel_y = 6 }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/item/tool/kitchen/tray{ + pixel_y = 10 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/bar) "tCL" = ( /obj/structure/surface/table/gamblingtable, /obj/item/reagent_container/food/drinks/bottle/sake{ @@ -41570,78 +41588,167 @@ "tCN" = ( /turf/closed/wall/strata_ice/dirty, /area/lv522/outdoors/colony_streets/south_east_street) -"tCT" = ( -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_full" +"tCU" = ( +/obj/structure/fence, +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/cargo_intake) "tCZ" = ( -/turf/open/asphalt/cement/cement14, -/area/lv522/landing_zone_1) -"tDb" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/fence{ + layer = 2.9 }, -/turf/open/floor/strata/white_cyan3/north, -/area/lv522/indoors/a_block/medical) +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/floor3/east, +/area/lv522/outdoors/colony_streets/central_streets) +"tDa" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/indoors/lone_buildings/storage_blocks) "tDd" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"tDJ" = ( -/obj/structure/platform_decoration{ - dir = 1 +"tDe" = ( +/obj/structure/machinery/colony_floodlight{ + density = 0; + layer = 4.3; + pixel_y = 17 + }, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/north_street) +"tDj" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/bridges/op_centre) +"tDo" = ( +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/asphalt/cement/cement9, -/area/lv522/outdoors/colony_streets/south_west_street) -"tDM" = ( -/obj/structure/surface/table/reinforced/prison, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkbrownfull2, /area/lv522/indoors/c_block/garage) -"tDN" = ( -/obj/structure/surface/table/almayer, -/obj/structure/prop/server_equipment/laptop/closed, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"tDF" = ( +/obj/structure/platform_decoration{ + dir = 8 }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/east_central_street) +"tDH" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"tDN" = ( +/obj/structure/platform, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/dorms) "tDS" = ( /turf/closed/wall/strata_outpost, /area/lv522/indoors/a_block/admin) -"tEX" = ( -/obj/structure/stairs/perspective{ - dir = 6; - icon_state = "p_stair_full" +"tDZ" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/metal/medium_stack, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/lone_buildings/storage_blocks) +"tEj" = ( +/obj/structure/prop/almayer/computers/sensor_computer3, +/obj/structure/machinery/door_control/brbutton/alt{ + id = "West_Lock"; + name = "remote door-control"; + pixel_x = -9; + pixel_y = 16 + }, +/obj/structure/machinery/door_control/brbutton/alt{ + id = "East_Lock"; + name = "remote door-control"; + pixel_x = 10; + pixel_y = 16 + }, +/obj/structure/machinery/door_control/brbutton/alt{ + id = "Containers_west_LV522"; + name = "remote door-control"; + pixel_x = 1; + pixel_y = 16 + }, +/obj/structure/machinery/door_control/brbutton{ + id = "West LZ Storage"; + name = "West LZ Storage control"; + pixel_x = -9; + pixel_y = 5 }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/admin) +"tEB" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/asphalt/cement/cement12, /area/lv522/outdoors/colony_streets/north_east_street) -"tFc" = ( +"tEF" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/cargo_intake) +"tEV" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/platform{ - dir = 1 +/obj/structure/surface/rack, +/obj/structure/machinery/light{ + dir = 4 }, -/obj/structure/largecrate, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) -"tFd" = ( -/obj/structure/largecrate/random/barrel/green, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"tFl" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +/obj/item/cell/crap{ + pixel_x = 3; + pixel_y = 11 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/obj/item/cell/hyper{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/c_block/t_comm) +"tFm" = ( +/obj/structure/machinery/light/small{ + dir = 8; + pixel_x = -11; + pixel_y = 10 + }, +/obj/item/stool, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/lone_buildings/chunk) +"tFr" = ( +/obj/structure/tunnel/maint_tunnel{ + pixel_y = 6 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) "tFx" = ( /turf/closed/wall/strata_outpost, /area/lv522/landing_zone_1/ceiling) @@ -41656,28 +41763,6 @@ }, /turf/open/floor/wood, /area/lv522/indoors/c_block/casino) -"tFE" = ( -/obj/structure/pipes/vents/pump, -/obj/structure/bed/alien, -/obj/item/pipe{ - pixel_x = -6 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"tFN" = ( -/obj/structure/surface/table/almayer, -/obj/item/spacecash/c1000, -/obj/item/spacecash/c1000, -/obj/item/spacecash/c1000, -/obj/item/spacecash/c1000, -/obj/item/spacecash/c1000, -/obj/item/spacecash/c1000, -/obj/item/spacecash/c1000, -/obj/item/spacecash/c1000, -/obj/item/spacecash/c1000, -/obj/item/spacecash/c1000, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/oob/w_y_vault) "tGb" = ( /obj/structure/prop/ice_colony/ground_wire, /obj/structure/prop/ice_colony/ground_wire{ @@ -41703,47 +41788,52 @@ "tGo" = ( /turf/open/floor/wood, /area/lv522/indoors/c_block/casino) -"tGE" = ( -/obj/structure/fence, -/obj/effect/decal/warning_stripes{ - icon_state = "S" +"tGq" = ( +/obj/structure/barricade/deployable{ + dir = 8 }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +/obj/structure/machinery/m56d_hmg{ + dir = 8 }, -/turf/open/floor/strata/floor3/east, -/area/lv522/landing_zone_2/ceiling) -"tGF" = ( -/obj/structure/closet/secure_closet/marshal, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"tGH" = ( -/obj/structure/machinery/seed_extractor, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor/south) +"tHa" = ( +/obj/structure/machinery/iv_drip, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/medical) +"tHb" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"tGO" = ( -/obj/item/trash/barcardine, -/obj/item/tool/weldingtool, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/oob) -"tHF" = ( +/area/lv522/indoors/a_block/fitness) +"tHl" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /obj/effect/decal/cleanable/dirt, -/obj/structure/surface/table/almayer, -/obj/item/toy/beach_ball, -/obj/item/reagent_container/food/drinks/bottle/sake{ - pixel_x = 9; - pixel_y = 17 +/turf/open/floor/strata/white_cyan3/north, +/area/lv522/indoors/a_block/medical) +"tHt" = ( +/obj/structure/platform{ + dir = 8 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/south_west_street) +"tHy" = ( +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/corpo/glass) +"tHA" = ( +/obj/structure/machinery/disposal, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) "tHG" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "27" }, -/turf/open/floor/prison/cell_stripe/west, -/area/lv522/atmos/reactor_garage) +/area/lv522/landing_zone_forecon/UD6_Typhoon) "tHJ" = ( /obj/structure/platform{ dir = 8 @@ -41752,20 +41842,26 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"tHO" = ( -/obj/structure/machinery/floodlight, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"tIn" = ( +"tIq" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/squares, -/area/lv522/indoors/c_block/mining) -"tIA" = ( -/obj/structure/machinery/colony_floodlight{ - layer = 4.3 +/obj/structure/machinery/light, +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/outdoor_bot) +"tIu" = ( +/obj/structure/platform{ + dir = 8 }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/east_central_street) +/obj/effect/decal/cleanable/dirt, +/obj/structure/phone_base/colony_net{ + dir = 4; + phone_category = "LV522 Chances Claim"; + phone_color = "red"; + phone_id = "Colony Garage"; + pixel_x = -16 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) "tID" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, @@ -41790,15 +41886,24 @@ /turf/open/auto_turf/shale/layer1, /area/lv522/landing_zone_2) "tJd" = ( -/obj/structure/stairs/perspective{ - dir = 5; - icon_state = "p_stair_full" +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/radio/off{ + pixel_x = -5; + pixel_y = 14 }, +/obj/item/device/radio/off{ + pixel_x = 3; + pixel_y = 6 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/c_block/t_comm) +"tJf" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_west_street) +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/b_block/bar) "tJk" = ( /obj/structure/prop/invuln/overhead/flammable_pipe/fly{ dir = 1; @@ -41807,95 +41912,22 @@ }, /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/lv522/oob) -"tJn" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "29" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"tJp" = ( -/obj/structure/platform{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/phone_base/colony_net{ - dir = 4; - phone_category = "LV522 Chances Claim"; - phone_color = "red"; - phone_id = "Colony Garage"; - pixel_x = -16 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"tJx" = ( -/obj/structure/machinery/light{ - dir = 1 - }, +"tJv" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/port_gen/pacman{ - layer = 2.9 - }, -/turf/open/floor/prison/darkyellowfull2/east, +/obj/effect/landmark/static_comms/net_two, +/turf/open/floor/prison/floor_marked/southwest, /area/lv522/indoors/c_block/t_comm) -"tJz" = ( -/obj/structure/prop/ice_colony/ground_wire{ - dir = 1 - }, -/obj/structure/prop/ice_colony/ground_wire{ - dir = 4 - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"tJB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"tJI" = ( +"tJK" = ( +/obj/structure/surface/rack, +/obj/item/hardpoint/locomotion/van_wheels, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/multi_tiles, -/area/lv522/indoors/c_block/mining) +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) "tJN" = ( /obj/structure/bed/chair, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"tJO" = ( -/obj/structure/prop/invuln/overhead_pipe{ - dir = 8; - pixel_x = -6; - pixel_y = 6 - }, -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"tJQ" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/platform{ - dir = 4 - }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/north_east_street) -"tJU" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/taperecorder, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"tJW" = ( -/obj/structure/phone_base/colony_net{ - phone_category = "LV522 Chances Claim"; - phone_color = "red"; - phone_id = "Colony Corporate"; - pixel_y = 26 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) "tKe" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -41909,6 +41941,9 @@ }, /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/lv522/oob) +"tKx" = ( +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/east_reactor/east) "tKB" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -41933,10 +41968,19 @@ /obj/effect/spawner/random/toolbox, /turf/open/floor/plating, /area/lv522/indoors/c_block/garage) -"tKZ" = ( -/obj/structure/window/framed/shiva, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/lone_buildings/outdoor_bot) +"tKT" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/engineering) +"tKV" = ( +/turf/open/floor/corsat/plate, +/area/lv522/atmos/north_command_centre) +"tLh" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat/browncorner/north, +/area/lv522/atmos/east_reactor/north) "tLr" = ( /obj/structure/surface/table/almayer, /obj/item/clothing/suit/storage/hazardvest{ @@ -41947,6 +41991,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) +"tLu" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/cargo_intake) "tLw" = ( /obj/structure/desertdam/decals/road_edge{ icon_state = "road_edge_decal3"; @@ -41958,58 +42008,46 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/fitness/glass) -"tLx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/rods, -/obj/item/stack/sheet/metal, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) "tLE" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/security) -"tLF" = ( +"tLG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/cell_stripe/west, +/area/lv522/indoors/c_block/cargo) +"tLV" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/fence, /obj/effect/decal/warning_stripes{ icon_state = "W" }, /obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/item/weapon/gun/rifle/m41a{ - current_mag = null + icon_state = "E"; + pixel_x = 1 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/outdoors/colony_streets/north_street) -"tLH" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/floor_plate, -/area/lv522/atmos/reactor_garage) -"tLU" = ( -/obj/effect/decal/cleanable/blood/xeno{ - icon_state = "xgibleg" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice3"; - pixel_x = 6; - pixel_y = 19 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/damage) -"tMg" = ( -/obj/structure/window/framed/strata/reinforced, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "LV522CIC_1"; - name = "\improper Storm Shutters" +/area/lv522/outdoors/colony_streets/north_west_street) +"tLW" = ( +/obj/structure/machinery/door/poddoor/almayer{ + id = "E_B_Door"; + name = "\improper Emergency Blast Door"; + unacidable = 1 }, +/obj/structure/blocker/invisible_wall, /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/admin) +/area/lv522/oob) +"tMi" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/structure/machinery/light/double, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) "tMk" = ( /turf/open/floor/prison, /area/lv522/indoors/a_block/bridges/dorms_fitness) @@ -42017,19 +42055,37 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorm_north) -"tMr" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/east_reactor/south) +"tMv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/bar) "tMD" = ( /obj/item/prop/alien/hugger, /turf/open/floor/prison, /area/lv522/indoors/c_block/garage) -"tMI" = ( -/obj/structure/largecrate/random/secure, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) +"tMF" = ( +/obj/effect/landmark/monkey_spawn, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/cargo_intake) +"tMQ" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/kitchen/rollingpin, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -4 + }, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = 4 + }, +/obj/item/tool/kitchen/knife{ + pixel_x = -9; + pixel_y = 3 + }, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) "tMT" = ( /obj/structure/surface/table/woodentable/fancy, /obj/item/ashtray/bronze{ @@ -42040,54 +42096,73 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, /area/lv522/indoors/c_block/casino) -"tMY" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/filt) "tNc" = ( /obj/structure/prop/ice_colony/ground_wire, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_street) +"tNf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/southeast, +/area/lv522/indoors/a_block/hallway) +"tNg" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/structure/closet/crate/ammo, +/obj/item/ammo_magazine/rifle/lmg/holo_target, +/obj/item/weapon/gun/rifle/lmg{ + current_mag = null + }, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "tNl" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"tNx" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/north_command_centre) -"tNA" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"tNt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset/full, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"tNu" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/folder/black_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo) +"tNy" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = 4 }, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/north_command_centre) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "tNC" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/a_block/hallway) -"tNE" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/bar) -"tNN" = ( -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/central_streets) +"tND" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "99" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) "tNQ" = ( /obj/structure/largecrate, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"tOh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice9"; - pixel_x = -5 +"tOc" = ( +/obj/structure/platform_decoration{ + dir = 4 }, -/turf/open/floor/prison/blue/west, -/area/lv522/indoors/a_block/hallway) +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/south_west_street) +"tOd" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "2" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "tOo" = ( /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/south_street) @@ -42108,6 +42183,21 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) +"tOC" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 6 + }, +/obj/item/storage/toolbox/electrical, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) +"tOQ" = ( +/obj/item/stack/medical/bruise_pack, +/turf/open/floor/prison/blue, +/area/lv522/indoors/a_block/hallway) "tPb" = ( /obj/structure/prop/structure_lattice, /turf/open/auto_turf/shale/layer1, @@ -42128,57 +42218,112 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"tPy" = ( -/obj/structure/curtain/red, -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/mask/facehugger{ - desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; - icon_state = "facehugger_impregnated"; - layer = 2.1; - name = "????"; - stat = 2 +"tPw" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/head/hardhat/orange{ + pixel_x = 8; + pixel_y = 12 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) "tPB" = ( /obj/structure/surface/table/woodentable/fancy, /obj/item/clothing/suit/storage/snow_suit/survivor/parka/navy, /turf/open/floor/carpet, /area/lv522/indoors/b_block/bar) -"tPC" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "81" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"tPN" = ( -/obj/structure/cargo_container/grant/right, -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/outdoors/w_rockies) "tQb" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) +"tQe" = ( +/obj/structure/largecrate/random/case, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) "tQi" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/corpo) -"tRj" = ( +"tQo" = ( +/obj/structure/bookcase{ + density = 0; + icon_state = "book-5"; + pixel_y = 16 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"tQs" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/corsat/browncorner/west, -/area/lv522/atmos/east_reactor/south) -"tRz" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/squares, -/area/lv522/oob) -"tRC" = ( -/obj/item/prop/colony/usedbandage{ - dir = 5 +/turf/open/floor/corsat/browncorner, +/area/lv522/atmos/east_reactor) +"tQB" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" }, -/turf/open/floor/prison/blue_plate/north, +/obj/vehicle/train/cargo/trolley, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"tQH" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "LV522CIC_1"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/admin) +"tQR" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) +"tRe" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo/glass) +"tRg" = ( +/obj/structure/ore_box, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"tRi" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/plate{ + pixel_y = 9 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"tRn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/indoors/a_block/fitness) +"tRR" = ( +/obj/structure/fence, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/strata/floor3/east, +/area/lv522/landing_zone_2/ceiling) +"tRT" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/blue/north, /area/lv522/indoors/a_block/admin) +"tRU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "tSb" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -42189,22 +42334,18 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_west_street) +"tSc" = ( +/obj/item/storage/backpack/marine/engineerpack/satchel, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"tSk" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/south_west_street) "tSm" = ( /obj/structure/cargo_container/kelland/right, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/east_central_street) -"tSt" = ( -/obj/structure/blocker/forcefield/vehicles, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/south) -"tSw" = ( -/obj/structure/machinery/shower{ - pixel_y = 16 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/fitness) "tSF" = ( /obj/item/trash/uscm_mre, /turf/open/auto_turf/sand_white/layer0, @@ -42217,6 +42358,27 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/carpet, /area/lv522/indoors/c_block/casino) +"tSR" = ( +/obj/structure/ore_box, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"tTh" = ( +/obj/structure/surface/table/almayer, +/obj/item/weapon/gun/lever_action/r4t{ + pixel_y = 26 + }, +/obj/item/ammo_magazine/lever_action/marksman{ + layer = 3.1; + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/weapon/butterfly/switchblade{ + pixel_x = 11; + pixel_y = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/c_block/mining) "tTr" = ( /obj/item/lightstick/red/spoke/planted{ pixel_x = -13 @@ -42229,10 +42391,13 @@ "tTD" = ( /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/east_central_street) -"tTF" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/corsat/browncorner/east, -/area/lv522/atmos/east_reactor/south) +"tTI" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper C-Block - Cargo Airlock" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/cargo) "tTK" = ( /turf/closed/wall/strata_outpost, /area/lv522/indoors/a_block/medical) @@ -42240,21 +42405,29 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/a_block/dorms) -"tUo" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/bridges/corpo) -"tUA" = ( -/obj/structure/bed/chair/comfy{ +"tTS" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) +"tUf" = ( +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"tUE" = ( +/obj/structure/prop/invuln/overhead_pipe{ + dir = 8; + pixel_x = -6; + pixel_y = 6 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/east_reactor/south) +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) "tUL" = ( /obj/item/lightstick/red/spoke/planted{ pixel_x = 11; @@ -42268,147 +42441,189 @@ "tUM" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms) -"tUW" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper C-Block - Cargo Airlock" +"tUV" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper A-Block Fitness Centre Airlock" }, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/cargo) -"tVe" = ( +/area/lv522/indoors/a_block/fitness) +"tUX" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) +"tVr" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/browncorner, +/area/lv522/atmos/east_reactor/south) +"tVt" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/north_command_centre) +/obj/structure/cargo_container/wy/right, +/turf/open/auto_turf/shale/layer1, +/area/lv522/outdoors/w_rockies) "tVv" = ( /obj/structure/barricade/wooden{ dir = 4 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"tVF" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/filt) -"tVO" = ( -/obj/structure/machinery/light, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/bridges/op_centre) -"tVS" = ( -/obj/item/tool/surgery/circular_saw, -/obj/item/tool/surgery/cautery, -/obj/item/tool/surgery/retractor, +"tVC" = ( +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/east_reactor/south) +"tVM" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/outdoor_bot) +"tVU" = ( /obj/structure/surface/table/reinforced/prison, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical) -"tWa" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/blocker/forcefield/vehicles, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/command_centre) -"tWf" = ( -/obj/structure/bed/roller, +/obj/effect/spawner/random/toolbox, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) +"tWf" = ( +/obj/structure/surface/rack, +/obj/structure/barricade/handrail/strata{ dir = 4 }, +/obj/structure/machinery/light/double, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/mining) +"tWk" = ( +/obj/structure/platform_decoration, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/blue_plate/north, /area/lv522/indoors/a_block/admin) -"tWs" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) -"tWu" = ( -/obj/item/prop/colony/proptag{ - desc = "A fallen marine's information dog tag. It reads, Sergeant James 'Four eyes' Brown" +"tWv" = ( +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/reactor_garage) +"tWx" = ( +/obj/structure/closet/firecloset/full, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) +"tWz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) +"tWD" = ( +/obj/structure/surface/table/almayer{ + dir = 8; + flipped = 1 }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/colony_streets/north_west_street) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/glass) "tWE" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"tWI" = ( -/turf/open/floor/strata/white_cyan3/southeast, -/area/lv522/indoors/a_block/medical) -"tWO" = ( -/obj/structure/platform/stair_cut{ - icon_state = "platform_stair_alt" +"tWG" = ( +/obj/structure/window/framed/strata/reinforced, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "LZ1_Lockdown_Lo"; + name = "Emergency Lockdown" }, -/obj/structure/stairs/perspective{ +/turf/open/floor/corsat/marked, +/area/lv522/landing_zone_1/ceiling) +"tWJ" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ dir = 8; - icon_state = "p_stair_full" - }, -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"tXc" = ( -/obj/structure/surface/table/almayer{ - dir = 1; - flipped = 1 + req_one_access_txt = "100" }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"tXn" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/mining) +"tWP" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = -5 }, /obj/effect/decal/cleanable/dirt, -/obj/item/storage/firstaid/adv/empty, -/turf/open/floor/prison/floor_plate, +/turf/open/floor/prison/blue/west, /area/lv522/indoors/a_block/hallway) -"tXt" = ( -/obj/structure/bed/chair/comfy{ +"tWS" = ( +/obj/effect/landmark/xeno_hive_spawn, +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/west_reactor) +"tWT" = ( +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/south_street) +"tXl" = ( +/obj/structure/bed/sofa/vert/white/top, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo/glass) +"tXu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ dir = 1 }, -/turf/open/floor/corsat/brown/northeast, -/area/lv522/atmos/east_reactor/south) -"tXC" = ( -/obj/structure/powerloader_wreckage/ft, -/turf/open/floor/prison/floor_plate, -/area/lv522/landing_zone_1/ceiling) -"tXO" = ( -/obj/item/stool, -/turf/open/floor/strata/white_cyan1, -/area/lv522/indoors/lone_buildings/chunk) -"tXW" = ( -/turf/open/auto_turf/shale/layer2, -/area/lv522/outdoors/colony_streets/south_east_street) -"tYq" = ( -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/east_reactor) -"tYy" = ( -/obj/structure/surface/table/almayer{ - dir = 4; - flipped = 1 +/obj/structure/machinery/light/small, +/turf/open/floor/prison/blue, +/area/lv522/indoors/a_block/hallway) +"tXN" = ( +/turf/open/floor/strata/white_cyan3, +/area/lv522/indoors/a_block/medical/glass) +"tXP" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/machinery/light{ +/obj/structure/platform{ + dir = 8 + }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_east_street) +"tXQ" = ( +/obj/structure/platform{ dir = 4 }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"tYM" = ( +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"tXW" = ( +/turf/open/auto_turf/shale/layer2, +/area/lv522/outdoors/colony_streets/south_east_street) +"tXY" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "74" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"tYd" = ( /obj/structure/stairs/perspective{ + dir = 1; icon_state = "p_stair_full" }, -/obj/structure/platform{ - dir = 4 +/turf/open/gm/river, +/area/lv522/landing_zone_1/tunnel/far) +"tYg" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/east_reactor/south) +"tYi" = ( +/obj/structure/platform_decoration, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"tYB" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/glass) +"tYT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/turf/open/floor/plating, -/area/lv522/landing_zone_forecon/UD6_Tornado) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/outdoors/colony_streets/north_street) +"tYY" = ( +/turf/open/floor/corsat/brown/northeast, +/area/lv522/atmos/east_reactor/north) "tYZ" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -42418,147 +42633,153 @@ "tZh" = ( /turf/open/auto_turf/shale/layer2, /area/lv522/outdoors/colony_streets/south_west_street) -"tZr" = ( -/obj/item/prop/alien/hugger, +"tZw" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, +/obj/effect/decal/cleanable/blood/drip, /turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/security) -"tZv" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/west) -"tZC" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/central_streets) +/area/lv522/indoors/a_block/dorms) "tZF" = ( /obj/structure/prop/ice_colony/ground_wire{ dir = 4 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_street) -"tZI" = ( +"tZL" = ( +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/indoors/a_block/fitness/glass) +"tZO" = ( /obj/structure/surface/table/almayer, -/obj/item/reagent_container/food/snacks/cheeseburger, +/obj/effect/decal/cleanable/cobweb2/dynamic, +/obj/item/stack/sheet/metal/medium_stack, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"tZU" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/b_block/bar) +"uae" = ( +/obj/structure/machinery/light{ + dir = 4 + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/kitchen, +/turf/open/floor/prison/floor_plate, /area/lv522/indoors/b_block/bar) -"tZV" = ( -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) +"uan" = ( +/obj/structure/surface/table/almayer{ + dir = 8; + flipped = 1 + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"uap" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "uar" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"uaA" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor) -"uaC" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/item/prop/alien/hugger, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/cargo) "uaI" = ( /turf/open/floor/prison, /area/lv522/indoors/c_block/garage) -"uaU" = ( -/obj/structure/machinery/light{ - dir = 4 +"uaR" = ( +/obj/structure/surface/table/almayer, +/obj/item/restraint/handcuffs{ + pixel_y = 12 }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +/obj/item/restraint/handcuffs{ + pixel_y = 6 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/dorms) +/obj/item/restraint/handcuffs, +/obj/item/weapon/classic_baton, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security/glass) "uaY" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/wall/strata_outpost, /area/lv522/outdoors/colony_streets/windbreaker/observation) +"ubb" = ( +/obj/structure/surface/rack, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) +"ubi" = ( +/obj/structure/surface/table/woodentable, +/obj/structure/machinery/reagentgrinder{ + pixel_x = 3; + pixel_y = 5 + }, +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) "ubJ" = ( /obj/structure/blocker/invisible_wall, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) "ubN" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper C-Block - Garage Airlock" + }, /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/blue/north, -/area/lv522/indoors/a_block/admin) -"ubU" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/west_reactor) -"ucB" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/garage) +"uca" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "83" }, -/obj/structure/machinery/power/apc/power/north{ +/area/lv522/landing_zone_forecon/UD6_Tornado) +"ucq" = ( +/obj/structure/machinery/power/apc/power/south{ start_charge = 20 }, -/turf/open/floor/wood, -/area/lv522/indoors/a_block/executive) +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/engineering) +"ucu" = ( +/obj/structure/surface/table/almayer, +/obj/item/folder/black_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"ucy" = ( +/obj/structure/prop/ice_colony/ground_wire, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor) +"ucI" = ( +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/north_west_street) +"ucL" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "Sec-Kitchen-Lockdown"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/kitchen) "ucM" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/kitchen) -"ude" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 1 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) -"udh" = ( -/obj/structure/prop/vehicles/crawler{ - layer = 2.9 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) "udi" = ( /obj/structure/platform{ dir = 8 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_1) -"udq" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/landing_zone_1/ceiling) "udA" = ( /obj/structure/machinery/landinglight/ds2/delayone{ dir = 8 }, /turf/open/floor/plating, /area/lv522/landing_zone_2) -"udD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 1; - pixel_y = 26 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) -"udH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "LV522CIC_1"; - name = "\improper Storm Shutters" - }, +"udF" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor, /turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/east) +"udJ" = ( +/obj/item/stack/rods, +/turf/open/floor/prison/blue/north, /area/lv522/indoors/a_block/admin) "udM" = ( /obj/effect/decal/cleanable/dirt, @@ -42572,36 +42793,13 @@ /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/lone_buildings/engineering) "ued" = ( -/obj/structure/barricade/deployable{ - dir = 4 - }, +/obj/structure/machinery/photocopier, /turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/colony_streets/north_east_street) +/area/lv522/landing_zone_1) "ueg" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/c_block/mining) -"uei" = ( -/obj/structure/machinery/washing_machine{ - density = 0; - pixel_y = 15 - }, -/obj/structure/machinery/washing_machine{ - density = 0; - layer = 3.5; - pixel_y = 29 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"uel" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "64" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"uem" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan3/southwest, -/area/lv522/indoors/a_block/medical) "uet" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 1 @@ -42612,37 +42810,26 @@ /obj/item/tool/screwdriver, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"uex" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +"ufc" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/corsat/browncorner/west, +/area/lv522/atmos/east_reactor) +"ufl" = ( +/obj/effect/decal/cleanable/blood/gibs, /turf/open/floor/corsat/squares, -/area/lv522/atmos/north_command_centre) -"ueH" = ( -/obj/structure/bed/chair/comfy{ +/area/lv522/oob) +"ufq" = ( +/obj/structure/platform_decoration{ dir = 8 }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"ueV" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/glass) -"ufk" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "59" +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"ufl" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/command_centre) -"ufp" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges) +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_street) "ufu" = ( /obj/item/tool/wrench{ pixel_x = -8; @@ -42654,39 +42841,47 @@ /obj/structure/cargo_container/watatsumi/leftmid, /turf/open/floor/prison, /area/lv522/atmos/outdoor) -"ufB" = ( -/obj/structure/machinery/cm_vending/sorted/tech/comp_storage{ - req_access = list(7,23,27) - }, -/obj/structure/machinery/light{ - dir = 4 +"ufD" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/north) +/obj/item/prop/alien/hugger, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/command_centre) +"ufG" = ( +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/north_command_centre) "ufR" = ( /obj/structure/machinery/landinglight/ds2/delayone{ dir = 4 }, /turf/open/floor/plating, /area/lv522/landing_zone_2) -"ufV" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) -"uga" = ( -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) -"ugq" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/east_reactor/south) -"ugr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed/chair{ +"uge" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ dir = 1 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) +"ugp" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) +"ugz" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/barricade/deployable{ + dir = 1 + }, +/turf/open/floor/prison/cell_stripe/north, +/area/lv522/atmos/way_in_command_centre) +"ugF" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/north_command_centre) "ugN" = ( /obj/item/storage/backpack/marine/satchel/scout_cloak, /obj/structure/pipes/standard/simple/hidden/green, @@ -42704,16 +42899,6 @@ /obj/item/stack/sheet/metal, /turf/open/floor/prison, /area/lv522/indoors/c_block/t_comm) -"uhm" = ( -/obj/structure/closet/bodybag, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/medical) -"uht" = ( -/obj/structure/filtration/machine_64x128{ - icon_state = "filtration_1" - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/oob) "uhv" = ( /obj/structure/bed/chair{ dir = 4 @@ -42727,14 +42912,28 @@ }, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor/south) -"uhy" = ( +"uhJ" = ( /obj/structure/surface/rack, /turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"uhZ" = ( -/obj/vehicle/train/cargo/trolley, +/area/lv522/indoors/c_block/mining) +"uhN" = ( +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = 10; + pixel_y = 5 + }, +/obj/item/reagent_container/food/snacks/wishsoup{ + pixel_x = -4; + pixel_y = -7 + }, +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) +"uhU" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) +/area/lv522/landing_zone_2/ceiling) "uie" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 1; @@ -42742,54 +42941,22 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) -"uif" = ( -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/south_west_street) -"uig" = ( -/obj/structure/stairs/perspective{ - dir = 6; - icon_state = "p_stair_full" - }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"uim" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"uio" = ( -/turf/open/asphalt/cement/cement14, -/area/lv522/outdoors/colony_streets/central_streets) -"uir" = ( -/obj/structure/barricade/deployable{ - dir = 4 - }, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"uiw" = ( -/obj/structure/machinery/camera/autoname, -/obj/structure/machinery/light/small{ - dir = 1 +"uis" = ( +/obj/structure/closet/crate/hydroponics/prespawned, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) +"uit" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges/corpo_fitness) -"uix" = ( -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/b_block/bridge) -"uiz" = ( -/obj/structure/platform{ +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"uiC" = ( +/obj/structure/platform_decoration{ dir = 8 }, -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/landing_zone_1) -"uiI" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/way_in_command_centre) +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/south_street) "uiK" = ( /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/w_rockies) @@ -42801,6 +42968,13 @@ /obj/item/shard, /turf/open/floor/plating, /area/lv522/indoors/a_block/corpo) +"uiT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 1 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) "uja" = ( /obj/structure/prop/ice_colony/ground_wire{ dir = 4 @@ -42815,36 +42989,18 @@ /obj/structure/window/framed/strata/reinforced, /turf/open/floor/plating, /area/lv522/atmos/east_reactor/south) -"uji" = ( +"ujh" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/surface/table/almayer, -/obj/item/reagent_container/food/drinks/coffee{ - pixel_x = 8; - pixel_y = -2 - }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"ujj" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 - }, -/turf/open/floor/corsat/brown/northeast, -/area/lv522/atmos/east_reactor/south) -"ujn" = ( -/obj/structure/machinery/computer3/server/rack{ - density = 0; - pixel_y = 16 - }, -/obj/structure/machinery/light{ - dir = 4 +/obj/structure/bed/chair{ + dir = 8 }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/atmos/east_reactor/south) -"ujs" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/hardpoint/locomotion/van_wheels, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"uju" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/cargo_intake) "ujy" = ( /obj/effect/decal/warning_stripes{ icon_state = "N"; @@ -42853,34 +43009,15 @@ /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_east_street) "ujN" = ( -/obj/structure/machinery/suit_storage_unit{ - pixel_x = -2 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"ujY" = ( -/obj/structure/barricade/handrail, -/turf/open/floor/coagulation/icon4_8, -/area/lv522/oob) -"ukj" = ( -/obj/structure/barricade/handrail{ - dir = 8 - }, -/turf/open/floor/coagulation/icon8_3, -/area/lv522/oob) -"uko" = ( -/obj/structure/fence{ - layer = 2.9 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +/obj/structure/window_frame/strata, +/obj/item/stack/rods, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "LV_522_Hydro-Lockdown"; + name = "\improper Storm Shutters" }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/b_block/hydro) "ukp" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/recharger, @@ -42890,25 +43027,6 @@ }, /turf/open/floor/prison, /area/lv522/indoors/lone_buildings/engineering) -"ukv" = ( -/obj/structure/surface/table/almayer, -/obj/item/weapon/gun/rifle/m4ra{ - current_mag = null - }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"ukH" = ( -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_full" - }, -/obj/structure/platform, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"ukI" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/filt) "ukK" = ( /obj/effect/decal/cleanable/blood, /obj/item/stack/medical/bruise_pack{ @@ -42917,48 +43035,26 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/security/glass) -"ukL" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "6" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"ukM" = ( -/obj/structure/machinery/optable, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/outdoors/w_rockies) -"ula" = ( -/obj/structure/largecrate/random/mini, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_2/ceiling) -"uli" = ( -/obj/structure/bed/chair/comfy, -/turf/open/floor/corsat/brown/southwest, -/area/lv522/atmos/east_reactor/south) -"ulm" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/west_reactor) -"ulA" = ( +"ukY" = ( +/obj/effect/landmark/monkey_spawn, /obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) -"ulI" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/lv522/indoors/c_block/cargo) -"ulM" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/turf/open/floor/corsat/squares, +/area/lv522/atmos/north_command_centre) +"ulg" = ( +/obj/structure/window/reinforced{ dir = 4 }, -/obj/item/tool/surgery/scalpel/manager, -/obj/effect/decal/cleanable/vomit, -/turf/open/floor/strata/cyan2/east, -/area/lv522/indoors/a_block/medical) +/obj/structure/prop/almayer/computers/sensor_computer2, +/turf/open/floor/corsat/brown/northeast, +/area/lv522/oob) +"ulj" = ( +/obj/structure/barricade/wooden, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"uln" = ( +/turf/open/floor/prison/cell_stripe, +/area/lv522/atmos/way_in_command_centre) "ulZ" = ( /turf/open/organic/grass, /area/lv522/indoors/a_block/garden) @@ -42972,104 +43068,83 @@ /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/north_east_street) "umi" = ( -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/cargo) -"umm" = ( -/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/dirt, +/obj/item/prop/alien/hugger, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 }, -/obj/structure/machinery/light{ - dir = 8 +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"umk" = ( +/obj/structure/surface/rack, +/obj/item/ore/uranium, +/obj/item/ore/uranium, +/obj/structure/barricade/handrail/strata{ + dir = 4 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"umq" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/mining) "ums" = ( /obj/item/stack/sheet/metal, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/central_streets) -"umw" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/east_reactor) -"umy" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/east_reactor/south) -"umz" = ( -/obj/item/clothing/shoes/jackboots{ - pixel_x = -5; - pixel_y = -6 - }, -/obj/item/clothing/shoes/jackboots{ - pixel_x = 4; - pixel_y = 9 +"umB" = ( +/obj/structure/closet/secure_closet/bar, +/obj/structure/machinery/light{ + dir = 8 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"umJ" = ( -/obj/item/reagent_container/glass/bucket/janibucket{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/tool/mop{ - pixel_y = 6 - }, +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) +"umD" = ( +/obj/item/reagent_container/food/snacks/donut, /turf/open/floor/corsat/squares, /area/lv522/atmos/cargo_intake) +"umE" = ( +/turf/open/floor/almayer/w_y0/north, +/area/lv522/oob/w_y_vault) +"umH" = ( +/turf/open/floor/prison/darkpurple2/west, +/area/lv522/indoors/a_block/dorms) "umR" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"umV" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W" +"umY" = ( +/obj/structure/machinery/shower{ + pixel_y = 16 }, +/obj/structure/pipes/vents/pump, /obj/effect/decal/cleanable/dirt, -/obj/item/trash/uscm_mre{ - pixel_x = -12; - pixel_y = 7 +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/dorms) +"une" = ( +/obj/structure/surface/table/almayer, +/obj/item/frame/fire_alarm, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/sewer) +"unr" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/outdoors/colony_streets/north_street) -"unn" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass{ - dir = 1; - name = "\improper Chunk 'N Dump" +/obj/structure/platform{ + dir = 4 }, -/turf/open/floor/strata/white_cyan1, -/area/lv522/indoors/lone_buildings/chunk) +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "unt" = ( /turf/closed/wall/mineral/bone_resin, /area/lv522/atmos/north_command_centre) -"uny" = ( -/obj/structure/largecrate/random/secure, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"unA" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "75" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) +"unu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/roller, +/obj/item/prop/alien/hugger, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) "unC" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, @@ -43104,102 +43179,59 @@ /obj/structure/blocker/invisible_wall, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"uon" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/squares, +"uoJ" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor) +"uph" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"upm" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/floor/corsat/plate, /area/lv522/atmos/north_command_centre) -"uox" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue, -/area/lv522/indoors/a_block/admin) -"uoC" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/outdoors/colony_streets/north_street) -"uoF" = ( -/obj/structure/blocker/forcefield/vehicles, -/obj/structure/machinery/door/poddoor/almayer{ - id = "E_B_Door"; - name = "\improper Emergency Blast Door"; - unacidable = 1 - }, -/obj/structure/blocker/invisible_wall, -/turf/open/floor/corsat/squares, -/area/lv522/oob) -"uoP" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/fence{ - layer = 2.9 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) -"uoS" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue, -/area/lv522/indoors/a_block/hallway) -"upk" = ( -/obj/structure/machinery/camera/autoname{ - dir = 1; - network = list("interrogation") - }, -/obj/structure/machinery/light/small, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) "upr" = ( /obj/effect/spawner/random/technology_scanner, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) +"ups" = ( +/obj/structure/largecrate/random/case, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) +"upx" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/floor/coagulation/icon8_3, +/area/lv522/oob) "upz" = ( /obj/structure/prop/ice_colony/ground_wire, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) +"upB" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "89" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) "upK" = ( /obj/structure/machinery/power/port_gen/pacman, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/central_streets) -"upQ" = ( -/obj/structure/barricade/wooden{ - dir = 1; - layer = 3.1; - pixel_y = 17 - }, -/obj/structure/pipes/standard/manifold/hidden/green{ +"upL" = ( +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/cargo_intake) +"upY" = ( +/obj/structure/bed/chair/dropship/passenger{ dir = 8 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/admin) -"upR" = ( -/obj/structure/closet/firecloset/full, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"upT" = ( -/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_21"; - layer = 3.1; - name = "synthethic potted plant"; - pixel_x = -2; - pixel_y = 16 - }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"upV" = ( -/obj/structure/machinery/colony_floodlight{ - layer = 4.3 +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 }, -/turf/open/asphalt/cement/cement2, -/area/lv522/outdoors/colony_streets/east_central_street) +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "upZ" = ( /obj/effect/decal/warning_stripes{ icon_state = "NW-out"; @@ -43213,42 +43245,29 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"uqk" = ( -/obj/structure/machinery/disposal, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) "uqo" = ( /turf/open/floor/plating, /area/lv522/indoors/a_block/admin) -"uqA" = ( -/obj/item/tool/surgery/circular_saw, -/turf/open/floor/strata/cyan2/east, -/area/lv522/indoors/a_block/medical) -"uqE" = ( -/obj/structure/machinery/portable_atmospherics/canister/empty/oxygen, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/south_street) +"uqq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/cameras/wooden_tv/broadcast{ + dir = 1; + pixel_y = 3 + }, +/turf/open/floor/wood, +/area/lv522/indoors/a_block/executive) +"uqD" = ( +/obj/structure/prop/vehicles, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) "uqP" = ( /obj/structure/cargo_container/horizontal/blue/top{ pixel_x = 6 }, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"uqV" = ( -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_street) -"uqY" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/north) "urd" = ( /obj/structure/surface/table/woodentable/fancy, /obj/item/trash/plate, @@ -43267,22 +43286,13 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"urj" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/flashlight/lamp{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/tool/lighter/random{ - pixel_x = 9; - pixel_y = 4 +"urr" = ( +/obj/structure/bookcase{ + density = 0; + icon_state = "book-5" }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"uro" = ( -/obj/item/weapon/gun/rifle/mar40/carbine, -/turf/open/floor/plating/platebot, -/area/lv522/indoors/c_block/cargo) +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) "urv" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/door/window{ @@ -43290,121 +43300,107 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"urG" = ( -/obj/structure/surface/table/almayer, -/obj/item/frame/fire_alarm, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) +"urH" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat, +/area/lv522/atmos/east_reactor/south) "urM" = ( /obj/structure/machinery/space_heater/radiator/red{ dir = 8 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/security) -"urT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 4 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2/ceiling) "urU" = ( -/obj/structure/fence{ - layer = 2.9 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2 }, -/turf/open/floor/strata/floor3/east, -/area/lv522/outdoors/colony_streets/central_streets) -"urW" = ( -/obj/structure/bed/chair{ +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/t_comm) +"usc" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 1 }, -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/indoors/a_block/fitness) -"usp" = ( -/obj/effect/decal/cleanable/dirt, -/turf/closed/wall/strata_outpost, -/area/lv522/landing_zone_1/tunnel/far) -"usv" = ( -/obj/structure/machinery/power/monitor{ - name = "Main Power Grid Monitoring" +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/engineering) -"usE" = ( -/obj/structure/largecrate/random, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"usF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/admin) +"ust" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 8; + name = "\improper Dormitories" }, -/obj/structure/machinery/iv_drip, -/turf/open/floor/prison/blue/north, -/area/lv522/indoors/a_block/hallway) -"usI" = ( -/obj/structure/machinery/light{ - dir = 1 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) +"usU" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/b_block/bridge) -"usN" = ( -/obj/structure/stairs/perspective{ - dir = 4; - icon_state = "p_stair_full" +/obj/structure/machinery/camera/autoname{ + dir = 8 }, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/bridge) -"uta" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 1; - pixel_y = 26 +/obj/structure/machinery/light/small{ + dir = 4 }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges/corpo) +"usZ" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"utb" = ( +/obj/structure/closet/crate/explosives, +/obj/item/storage/box/explosive_mines, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"utg" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/west_reactor) "utq" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/item/stack/sheet/metal, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"uuh" = ( -/obj/structure/bed/chair{ - dir = 4 +"utr" = ( +/obj/structure/surface/rack, +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"uum" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"utR" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Mining Control" }, -/obj/structure/cargo_container/wy/right, -/turf/open/auto_turf/shale/layer1, -/area/lv522/outdoors/w_rockies) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/mining) +"utV" = ( +/obj/structure/barricade/deployable{ + dir = 1 + }, +/obj/structure/barricade/deployable{ + dir = 8 + }, +/turf/open/asphalt/cement/cement2, +/area/lv522/outdoors/colony_streets/north_street) +"uuc" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "LV_522_Hydro-Lockdown"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/b_block/hydro) "uuo" = ( -/turf/open/floor/prison/blue/southwest, -/area/lv522/indoors/a_block/admin) -"uus" = ( -/obj/item/clothing/mask/facehugger{ - desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; - icon_state = "facehugger_impregnated"; - layer = 3; - name = "????"; - stat = 2 +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +/turf/open/floor/prison/darkpurple2/west, +/area/lv522/indoors/a_block/dorms) "uuy" = ( /obj/effect/decal/cleanable/blood/xeno{ icon_state = "xgib3" @@ -43419,6 +43415,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, /area/lv522/indoors/c_block/casino) +"uuC" = ( +/obj/structure/surface/rack, +/obj/structure/machinery/light, +/obj/item/clothing/mask/gas, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/lone_buildings/storage_blocks) "uuD" = ( /turf/closed/wall/strata_outpost, /area/lv522/indoors/c_block/t_comm) @@ -43428,52 +43430,53 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/hallway) -"uuI" = ( -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) +"uuJ" = ( +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/bridges/garden_bridge) +"uuN" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/west_reactor) "uuX" = ( -/obj/structure/barricade/wooden{ - dir = 1; - layer = 3.1; - pixel_y = 17 +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/east_central_street) +"uva" = ( +/obj/structure/machinery/door/airlock/dropship_hatch/two{ + dir = 8 }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"uvd" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/south) +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "UD6 East"; + indestructible = 1 + }, +/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Tornado) "uvg" = ( /obj/effect/decal/warning_stripes{ icon_state = "SW-out" }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_street) -"uvj" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/item/clothing/glasses/sunglasses{ - pixel_y = 5 - }, +"uvl" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"uvo" = ( -/obj/structure/prop/ice_colony/dense/planter_box{ - dir = 9 - }, -/obj/structure/flora/bush/ausbushes/var3/sunnybush{ - icon_state = "fernybush_2"; - pixel_y = 10 +/obj/structure/platform{ + dir = 1 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"uvw" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/plate, +/obj/structure/largecrate, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) +"uvn" = ( +/obj/structure/machinery/space_heater/radiator/red, +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) +"uvq" = ( +/obj/structure/blocker/forcefield/vehicles, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/marked, /area/lv522/atmos/east_reactor) "uvC" = ( /obj/structure/closet/crate/trashcart, @@ -43481,74 +43484,74 @@ /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/east_central_street) "uvG" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/fitness) -"uvP" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "LV_522_Hydro-Lockdown"; - name = "\improper Storm Shutters" +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/bridge) -"uvV" = ( -/turf/open/floor/prison/floor_plate, +/turf/open/asphalt/cement/cement12, /area/lv522/outdoors/n_rockies) -"uvZ" = ( -/obj/structure/machinery/camera/autoname{ - dir = 4 +"uvK" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/snacks/sliceable/bread{ + pixel_y = 8 }, -/obj/structure/machinery/light/small{ - dir = 8 +/obj/item/reagent_container/food/snacks/sliceable/bread{ + pixel_y = 4 }, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges) +/obj/item/reagent_container/food/snacks/sliceable/bread, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) +"uvX" = ( +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/south_west_street) +"uwo" = ( +/turf/open/floor/corsat/brown/northwest, +/area/lv522/atmos/east_reactor/south) "uwq" = ( -/obj/structure/barricade/wooden{ - dir = 1 +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 8 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/kitchen/glass) -"uwD" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/strata/cyan2/east, -/area/lv522/indoors/a_block/medical) +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) "uwF" = ( /turf/closed/wall/strata_ice/dirty, /area/lv522/outdoors/colony_streets/north_east_street) "uwT" = ( /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) +"uxa" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/bridges) "uxd" = ( /obj/effect/spawner/gibspawner/xeno, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/nw_rockies) -"uxC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/prop/server_equipment/laptop/closed, +"uxl" = ( /obj/structure/surface/table/almayer, /turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) -"uxO" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"uxR" = ( -/obj/structure/prop/ice_colony/dense/planter_box{ - dir = 9 - }, -/obj/structure/flora/bush/ausbushes/var3/ywflowers{ - layer = 3 +/area/lv522/indoors/a_block/dorm_north) +"uxq" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper C-Block - Cargo Airlock" }, -/obj/structure/machinery/light, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/bridge) +"uxK" = ( +/obj/structure/surface/table/almayer, +/obj/item/toy/crossbow, +/obj/item/toy/crossbow_ammo, +/obj/item/toy/crossbow_ammo, +/obj/item/toy/crossbow_ammo, +/obj/item/toy/crossbow_ammo, +/obj/item/toy/crossbow_ammo, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness/glass) "uxT" = ( /obj/effect/decal/warning_stripes{ icon_state = "SE-out"; @@ -43556,30 +43559,30 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"uyi" = ( -/obj/structure/largecrate/random/barrel/green{ - pixel_x = -2 - }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/central_streets) "uyn" = ( -/obj/structure/surface/table/almayer{ - dir = 1; - flipped = 1 +/obj/structure/cargo_container/kelland/right, +/obj/item/seeds/riceseed{ + pixel_y = 15 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 }, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/south_west_street) +"uyA" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"uyE" = ( +/obj/structure/cargo_container/grant/rightmid, +/turf/open/auto_turf/shale/layer2, +/area/lv522/outdoors/w_rockies) +"uyL" = ( /obj/item/stack/rods, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"uyL" = ( -/obj/structure/window/framed/strata/reinforced, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "LV_522_Hydro-Lockdown"; - name = "\improper Storm Shutters" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/hydro) +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/bridge) "uyN" = ( /obj/effect/decal/cleanable/blood/drip, /obj/item/clothing/head/helmet/marine/scout{ @@ -43599,91 +43602,36 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"uyQ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/bridges/op_centre) -"uyU" = ( -/obj/structure/machinery/conveyor{ - dir = 8; - id = "cargo_container" - }, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/cargo_intake) -"uyV" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 3 - }, -/obj/structure/machinery/computer3/server/rack, -/turf/open/floor/bcircuit, -/area/lv522/indoors/c_block/mining) -"uyZ" = ( -/obj/item/stack/folding_barricade, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"uzd" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 +"uyS" = ( +/obj/vehicle/powerloader{ + dir = 8 }, -/turf/open/floor/corsat/brown/southwest, -/area/lv522/atmos/east_reactor/east) -"uzw" = ( +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) +"uzo" = ( /obj/structure/pipes/vents/pump, -/obj/structure/machinery/camera/autoname, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) -"uzy" = ( -/obj/structure/largecrate/random, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/nw_rockies) -"uzA" = ( -/obj/structure/largecrate, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/cargo_intake) -"uzE" = ( -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -8; - pixel_y = 16 - }, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = 8; - pixel_y = 16 +/turf/open/floor/corsat/plate, +/area/lv522/atmos/west_reactor) +"uzp" = ( +/obj/structure/filtration/machine_96x96/indestructible{ + icon_state = "sedimentation_A_1"; + layer = 3.1 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/oob) +"uzH" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "uzI" = ( /turf/closed/wall/solaris/reinforced/hull/lv522, /area/space) -"uzJ" = ( -/obj/structure/largecrate/random, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/n_rockies) -"uzQ" = ( -/obj/structure/machinery/door/poddoor/almayer{ - id = "mining_secure_blast_1"; - layer = 3.3; - name = "\improper Secure Blast Door"; - unacidable = 1 - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/lone_buildings/storage_blocks) -"uzX" = ( -/obj/item/prop/colony/usedbandage{ - dir = 9 - }, -/turf/open/floor/prison/blue/west, -/area/lv522/indoors/a_block/admin) +"uzU" = ( +/obj/item/weapon/gun/revolver/spearhead, +/obj/item/clothing/head/soft/sec, +/obj/structure/curtain/medical, +/turf/open/floor/strata/white_cyan3/east, +/area/lv522/indoors/a_block/medical/glass) "uAa" = ( /turf/open/floor/prison, /area/lv522/outdoors/colony_streets/north_street) @@ -43695,34 +43643,14 @@ /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) "uAj" = ( -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/west) +/obj/structure/largecrate/random{ + layer = 2.9 + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_2) "uAm" = ( /turf/open/floor/corsat, /area/lv522/atmos/cargo_intake) -"uAp" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "LV522CIC_1"; - name = "\improper Storm Shutters" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/admin) -"uAr" = ( -/obj/structure/prop/ice_colony/dense/planter_box{ - dir = 9 - }, -/obj/structure/flora/bush/ausbushes/reedbush{ - pixel_y = 10 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"uAs" = ( -/obj/structure/prop/ice_colony/ground_wire{ - dir = 8 - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) "uAv" = ( /obj/structure/window_frame/strata, /obj/structure/machinery/door/poddoor/shutters/almayer/open{ @@ -43732,45 +43660,80 @@ }, /turf/open/floor/plating, /area/lv522/indoors/a_block/admin) -"uAW" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"uAH" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1 }, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/north_command_centre) -"uBa" = ( -/obj/structure/prop/almayer/computers/sensor_computer2{ - density = 0; - pixel_y = 16 +/obj/structure/machinery/light/small, +/turf/open/floor/prison/darkpurple2, +/area/lv522/indoors/a_block/dorms) +"uAI" = ( +/obj/structure/fence, +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/obj/structure/bed/chair/comfy{ - dir = 1 +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/n_rockies) +"uAV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +/obj/item/trash/uscm_mre, +/turf/open/floor/prison/darkredfull2, +/area/lv522/outdoors/colony_streets/north_street) "uBm" = ( /obj/structure/girder, /turf/open/auto_turf/shale/layer2, /area/lv522/outdoors/colony_streets/east_central_street) -"uBn" = ( +"uBx" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges) +"uBC" = ( +/obj/structure/machinery/deployable/barrier, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/atmos/way_in_command_centre) +"uBP" = ( +/obj/structure/foamed_metal, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) +"uBR" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2) -"uBB" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice9"; + pixel_x = -5 + }, +/turf/open/floor/prison/blue/west, +/area/lv522/indoors/a_block/hallway) +"uBW" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"uCe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness/glass) +"uCh" = ( +/obj/structure/barricade/wooden{ + dir = 1; + layer = 3.1; + pixel_y = 17 + }, /obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 + dir = 8 }, -/turf/open/floor/prison/darkpurple2/west, -/area/lv522/indoors/a_block/dorms) -"uBO" = ( -/obj/structure/machinery/vending/cola, -/obj/effect/decal/cleanable/cobweb2, -/turf/open/floor/prison/blue_plate/north, +/turf/open/floor/prison/floor_plate, /area/lv522/indoors/a_block/admin) -"uBV" = ( -/obj/structure/prop/invuln/ice_prefab, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_street) "uCo" = ( /obj/structure/stairs/perspective{ dir = 8; @@ -43791,66 +43754,40 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/mining) -"uCs" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/reactor_garage) -"uCI" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/west) -"uCS" = ( -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -8; - pixel_y = 20 +"uCB" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = 8; - pixel_y = 20 +/obj/structure/machinery/disposal, +/obj/item/storage/firstaid/adv/empty{ + pixel_x = 3; + pixel_y = 13 }, -/obj/structure/sign/poster{ - desc = "This poster features Audrey Rainwater standing in a jaccuzi. She was the July 2182 centerfold in House Bunny Gentleman's Magazine. Don't ask how you know that."; - icon_state = "poster16"; - name = "'Miss July' Pinup"; - pixel_x = -5; - pixel_y = 19; - serial_number = 16 +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) +"uCC" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/brown/northeast, +/area/lv522/atmos/west_reactor) +"uCP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/turf/open/floor/plating/plating_catwalk/prison, -/area/lv522/landing_zone_1/ceiling) -"uCZ" = ( -/obj/structure/machinery/light, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue, -/area/lv522/indoors/a_block/hallway) +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "uDb" = ( /turf/open/floor/prison, /area/lv522/indoors/a_block/security) +"uDk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) "uDs" = ( /obj/item/clothing/head/CMB, /obj/effect/decal/cleanable/blood, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/security) -"uDv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"uDz" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/obj/item/stack/sheet/wood, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/south_street) "uDC" = ( /obj/structure/machinery/light{ dir = 4 @@ -43870,43 +43807,52 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/b_block/bridge) -"uEk" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"uDV" = ( +/obj/structure/cargo_container/hd/right/alt, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_2) +"uEd" = ( +/obj/item/tool/warning_cone{ + pixel_x = -10; + pixel_y = 3 }, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/cargo_intake) -"uEu" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) -"uEw" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/closet/crate, /turf/open/floor/corsat/brown, -/area/lv522/atmos/north_command_centre) -"uEy" = ( -/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ - pixel_y = 6 +/area/lv522/atmos/east_reactor/north) +"uEi" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 }, -/turf/open/floor/corsat/brown/northeast, -/area/lv522/oob) +/turf/open/floor/prison/blue/north, +/area/lv522/indoors/a_block/hallway) +"uEn" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/gibs, +/obj/effect/decal/cleanable/blood, +/obj/item/weapon/gun/revolver/spearhead, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges/op_centre) +"uEw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/cell_stripe/north, +/area/lv522/atmos/cargo_intake) "uEE" = ( /obj/structure/bed/chair/comfy, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"uES" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/east_reactor/south) -"uEZ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/brown/northeast, -/area/lv522/atmos/reactor_garage) -"uFr" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/strata/fake_wood, -/area/lv522/atmos/east_reactor/east) +"uEM" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/disposal, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security/glass) +"uFk" = ( +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/south_street) "uFz" = ( /obj/item/clipboard, /turf/open/auto_turf/sand_white/layer0, @@ -43919,67 +43865,116 @@ /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) "uFJ" = ( -/obj/item/ammo_magazine/rifle/heap{ - current_rounds = 0 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_street) -"uGb" = ( -/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/lv522/landing_zone_1/ceiling) -"uGc" = ( -/obj/item/clothing/head/hardhat/white, -/obj/item/prop/alien/hugger{ - pixel_x = 11; - pixel_y = -9 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) +/turf/open/floor/strata/white_cyan3/north, +/area/lv522/indoors/a_block/medical) +"uFN" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/landing_zone_2/ceiling) +"uFZ" = ( +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/bridge) "uGd" = ( /obj/effect/decal/warning_stripes{ icon_state = "SW-out" }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"uGh" = ( -/obj/structure/closet/secure_closet/engineering_welding, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/engineering) -"uGo" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"uGs" = ( -/obj/structure/tunnel/maint_tunnel{ - pixel_y = 6 +"uGe" = ( +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/indoors/c_block/mining) +"uGn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 }, -/obj/structure/machinery/light/small{ +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2/ceiling) +"uGt" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"uGy" = ( +/obj/structure/platform{ dir = 1 }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"uGM" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/west_reactor) +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/south_east_street) +"uGD" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/south) +"uGE" = ( +/obj/structure/fence{ + layer = 2.9 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/floor3/east, +/area/lv522/outdoors/colony_streets/south_west_street) +"uGR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spider/spiderling/nogrow, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/lone_buildings/storage_blocks) "uGT" = ( /obj/item/explosive/mine/active, /turf/open/floor/prison, /area/lv522/outdoors/colony_streets/north_east_street) -"uHe" = ( -/obj/item/stack/sheet/metal, +"uHg" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo) +"uHt" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2) +"uHC" = ( +/turf/open/floor/corsat/brown/southwest, +/area/lv522/atmos/north_command_centre) +"uHJ" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/b_block/bar) +"uHW" = ( +/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_21"; + layer = 3.1; + name = "synthethic potted plant"; + pixel_y = 14 + }, /turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/glass) +/area/lv522/indoors/a_block/security) +"uId" = ( +/obj/structure/surface/table/almayer, +/obj/item/ammo_box/magazine/misc/flares{ + pixel_x = -7; + pixel_y = 16 + }, +/obj/item/newspaper{ + pixel_x = 7; + pixel_y = -7 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "uIe" = ( /obj/structure/ore_box, /turf/open/auto_turf/sand_white/layer0, @@ -43990,15 +43985,6 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/b_block/bridge) -"uIq" = ( -/obj/item/ammo_box/magazine/misc/mre/empty, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/north_street) -"uIu" = ( -/obj/structure/bed/stool, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) "uIJ" = ( /obj/structure/desertdam/decals/road_edge{ pixel_x = -12 @@ -44011,6 +43997,12 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/fitness/glass) +"uIN" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/south_east_street) "uIZ" = ( /obj/structure/window_frame/strata, /obj/item/stack/rods, @@ -44019,57 +44011,65 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/casino) -"uJb" = ( -/obj/structure/pipes/standard/simple/visible{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan3, -/area/lv522/indoors/a_block/medical/glass) -"uJk" = ( -/obj/item/prop/colony/usedbandage{ - dir = 10 +"uJd" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/oob) -"uJA" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges/garden_bridge) -"uJG" = ( -/obj/structure/machinery/door/airlock/almayer/generic, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/lone_buildings/storage_blocks) -"uJI" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"uJK" = ( -/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/reactor_garage) +"uJg" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/bridges) -"uJQ" = ( +/area/lv522/indoors/c_block/mining) +"uJi" = ( +/turf/open/asphalt/cement/cement2, +/area/lv522/outdoors/colony_streets/central_streets) +"uJq" = ( +/obj/structure/largecrate/random/mini, /obj/effect/decal/cleanable/dirt, -/obj/item/prop/alien/hugger, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"uJV" = ( -/turf/open/floor/corsat/marked, -/area/lv522/atmos/filt) -"uJX" = ( +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2/ceiling) +"uJy" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/c_block/mining) +"uJB" = ( +/obj/structure/machinery/light{ + dir = 8 + }, /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/generic, /turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) +/area/lv522/indoors/c_block/casino) +"uJE" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + pixel_y = 6 + }, +/turf/open/floor/corsat/brown/northeast, +/area/lv522/oob) "uKa" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/kitchen) +"uKe" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -9; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 7; + pixel_y = 20 + }, +/turf/open/floor/corsat/brown/northeast, +/area/lv522/atmos/east_reactor/east) "uKw" = ( /obj/structure/bed/chair{ dir = 1 @@ -44077,10 +44077,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/garage) -"uKz" = ( -/obj/structure/machinery/light, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) "uKE" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 @@ -44100,14 +44096,14 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"uLl" = ( -/obj/item/hardpoint/locomotion/van_wheels{ - desc = "Integral to getting shreaded"; - name = "Lifting weights" +"uLg" = ( +/obj/structure/sign/nosmoking_2{ + pixel_y = 28 }, +/obj/structure/surface/rack, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) "uLw" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -44115,6 +44111,11 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/corpo_fitness) +"uLx" = ( +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/south) "uLz" = ( /obj/effect/landmark/hunter_secondary, /obj/structure/machinery/landinglight/ds1{ @@ -44144,26 +44145,12 @@ /obj/structure/prop/ice_colony/ground_wire, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"uLG" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin{ - pixel_x = -5; - pixel_y = 6 - }, -/obj/item/tool/pen/blue/clicky, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) "uMc" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/security) -"uMi" = ( -/obj/structure/blocker/forcefield/vehicles, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/north_command_centre) "uMl" = ( /obj/item/storage/bag/ore, /obj/structure/surface/rack, @@ -44171,41 +44158,31 @@ /obj/item/storage/bag/ore, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"uMo" = ( -/obj/structure/surface/table/almayer, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) "uMr" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/landing_zone_2) -"uMC" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +"uMx" = ( +/turf/open/shuttle/dropship/can_surgery/light_grey_bottom_left, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"uME" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_x = -1 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"uMF" = ( -/obj/item/stack/sheet/wood, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/south_street) -"uMG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 + }, +/obj/structure/machinery/light, /turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/security) -"uML" = ( -/obj/structure/largecrate/random, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2/ceiling) +/area/lv522/atmos/way_in_command_centre) "uMM" = ( /obj/item/prop/alien/hugger, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"uMN" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) "uMO" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, @@ -44219,15 +44196,16 @@ /obj/item/tool/pickaxe, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"uNl" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/n_rockies) +"uNi" = ( +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) "uNp" = ( /turf/open/floor/carpet, /area/lv522/indoors/c_block/casino) +"uNq" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) "uNt" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -44240,26 +44218,18 @@ }, /turf/open/auto_turf/sand/layer1, /area/lv522/indoors/b_block/bridge) -"uNx" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper A-Block Dorms And Office Airlock"; - welded = 1 - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) -"uNI" = ( -/obj/structure/surface/table/almayer, -/obj/item/stack/sheet/mineral/gold{ - amount = 60; - pixel_y = 6 - }, -/obj/item/stack/sheet/mineral/gold{ - amount = 60; - pixel_y = 12 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/oob/w_y_vault) +"uNH" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/cargo_intake) +"uNK" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/bridges/op_centre) +"uOe" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/east_reactor/east) "uOj" = ( /obj/structure/surface/table/woodentable/fancy, /obj/item/device/flashlight/lamp/green{ @@ -44273,6 +44243,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/carpet, /area/lv522/indoors/c_block/casino) +"uOm" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) "uOp" = ( /obj/structure/largecrate/random/barrel/green{ pixel_x = 3 @@ -44283,10 +44259,27 @@ "uOs" = ( /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) +"uOu" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/dorms) +"uOv" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/east_reactor/south) "uOD" = ( /obj/structure/bed/stool, /turf/open/floor/carpet, /area/lv522/indoors/c_block/casino) +"uOG" = ( +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/medical) "uOJ" = ( /obj/structure/bed/chair{ dir = 8 @@ -44294,10 +44287,12 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/b_block/hydro) -"uON" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/cargo) +"uPa" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/hydro) "uPc" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/west_reactor) @@ -44308,16 +44303,35 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges) -"uPJ" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/east_reactor/north) -"uPY" = ( +"uPC" = ( +/obj/structure/surface/rack, +/obj/structure/machinery/light, +/obj/item/ammo_box/magazine/misc/flares{ + pixel_x = -3; + pixel_y = 11 + }, +/obj/item/ammo_box/magazine/misc/flares, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/lone_buildings/storage_blocks) +"uPE" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"uPI" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 + dir = 4 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"uPN" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "uQf" = ( /obj/structure/platform{ dir = 1 @@ -44345,19 +44359,6 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/garage) -"uQC" = ( -/obj/structure/filingcabinet/seeds{ - density = 0; - pixel_x = -8; - pixel_y = 16 - }, -/obj/structure/filingcabinet/seeds{ - density = 0; - pixel_x = 7; - pixel_y = 16 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) "uQI" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" @@ -44368,100 +44369,60 @@ }, /turf/open/floor/corsat, /area/lv522/atmos/cargo_intake) -"uQM" = ( -/obj/structure/prop/ice_colony/dense/planter_box{ - dir = 9 - }, -/obj/structure/flora/bush/ausbushes/var3/sunnybush{ - icon_state = "fernybush_2"; - pixel_y = 10 - }, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"uQN" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper A-Block Fitness Centre Airlock" +"uQJ" = ( +/obj/item/prop/colony/proptag{ + desc = "A fallen marine's information dog tag. It reads, Ensign Robert 'Roach' Yangley" }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/fitness) +/turf/open/floor/corsat/browncorner, +/area/lv522/oob) "uQO" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/squares, +/obj/structure/machinery/light/small, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) +"uQQ" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/corsat/marked, /area/lv522/atmos/east_reactor/south) -"uQX" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/fence, -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) +"uQZ" = ( +/turf/open/asphalt/cement/cement14, +/area/lv522/outdoors/n_rockies) "uRf" = ( -/obj/item/prop/alien/hugger, -/obj/item/clothing/head/helmet/riot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/kitchen) -"uRn" = ( -/obj/structure/machinery/computer/cameras{ - dir = 4; - network = null; - pixel_x = -16 +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("interrogation") + }, +/obj/structure/machinery/light/small, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"uRk" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib3" }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/north) -"uRJ" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +/area/lv522/atmos/east_reactor/south) +"uRr" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper A-Block Corporate Office Airlock"; + req_access_txt = "100" }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor) -"uRK" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/trash/uscm_mre, -/turf/open/floor/prison/darkredfull2, -/area/lv522/outdoors/colony_streets/north_street) -"uRM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal{ - icon = 'icons/mob/xenos/effects.dmi'; - icon_state = "acid_weak"; - layer = 2; - name = "weak acid"; - pixel_x = 23; - pixel_y = 21 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/damage) +/area/lv522/indoors/a_block/corpo/glass) +"uRD" = ( +/obj/structure/cargo_container/horizontal/blue/bottom, +/turf/open/auto_turf/shale/layer1, +/area/lv522/outdoors/w_rockies) "uSb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/recharge_station, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) -"uSk" = ( -/obj/effect/decal/cleanable/blood, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/damage) +/turf/open/floor/prison/cell_stripe/east, +/area/lv522/outdoors/n_rockies) +"uSg" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/south) +"uSm" = ( +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) "uSo" = ( /obj/item/storage/backpack/marine/satchel{ desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; @@ -44477,6 +44438,16 @@ /obj/effect/acid_hole, /turf/closed/wall/strata_outpost, /area/lv522/indoors/a_block/corpo) +"uSy" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/stairs/perspective{ + dir = 10; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "uSJ" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 @@ -44511,20 +44482,15 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"uTn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ - dir = 4 - }, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical) "uTv" = ( /obj/structure/window_frame/strata, /turf/open/floor/plating, /area/lv522/indoors/a_block/corpo) +"uTT" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "47" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) "uTY" = ( /obj/structure/prop/invuln/overhead_pipe{ dir = 8; @@ -44534,6 +44500,28 @@ /obj/structure/largecrate/random/case/small, /turf/open/floor/plating, /area/lv522/indoors/c_block/mining) +"uUa" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) +"uUd" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_street) +"uUf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) +"uUi" = ( +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/bridges/corpo) "uUj" = ( /obj/structure/machinery/vending/coffee, /obj/structure/machinery/light{ @@ -44548,99 +44536,94 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/carpet, /area/lv522/indoors/c_block/casino) -"uUA" = ( +"uUu" = ( +/obj/structure/machinery/light{ + dir = 1 + }, /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +/obj/structure/surface/table/almayer, +/obj/item/stack/sheet/mineral/uranium/small_stack{ + pixel_x = -5; + pixel_y = -3 }, -/turf/open/floor/prison, -/area/lv522/atmos/sewer) +/obj/item/stack/sheet/mineral/uranium/small_stack{ + pixel_y = 7 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/outdoor_bot) "uUB" = ( /obj/structure/foamed_metal, /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms/glass) -"uUH" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"uUJ" = ( +/obj/structure/prop/invuln/ice_prefab, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_street) +"uUP" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/prop/helmetgarb/spacejam_tickets{ + desc = "Hubba hubba."; + icon = 'icons/obj/structures/props/posters.dmi'; + icon_state = "poster17"; + name = "\improper torn magazine page"; + pixel_x = -2; + pixel_y = 3 }, -/turf/open/floor/prison/cell_stripe/west, -/area/lv522/atmos/way_in_command_centre) +/obj/item/newspaper, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) "uUU" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) -"uVc" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "77" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"uVg" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/cargo) -"uVp" = ( -/turf/open/floor/corsat/squares, -/area/lv522/atmos/west_reactor) -"uVq" = ( -/obj/structure/window_frame/strata, +/obj/structure/window/framed/strata/reinforced, /turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/bar) +/area/lv522/indoors/a_block/dorms/glass) +"uUV" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/c_block/t_comm) +"uVh" = ( +/obj/structure/window/framed/strata/reinforced, +/obj/structure/curtain/red, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/executive) +"uVu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurple2, +/area/lv522/indoors/a_block/dorms) "uVy" = ( /obj/effect/decal/cleanable/blood/xeno, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen/damage) -"uVB" = ( -/obj/structure/girder, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_street) +"uVE" = ( +/obj/structure/bed/sofa/vert/white/bot, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo/glass) "uVI" = ( /obj/structure/machinery/light{ dir = 8 }, /turf/open/floor/wood, /area/lv522/indoors/a_block/security) -"uVO" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"uVW" = ( -/obj/item/stack/rods, -/obj/item/shard, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) -"uWC" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - pixel_y = 6 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) +"uWs" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) "uWD" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) +"uWN" = ( +/obj/structure/bed/chair/comfy, +/turf/open/floor/corsat/brown/southwest, +/area/lv522/atmos/east_reactor/south) "uWO" = ( /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) -"uWQ" = ( -/obj/structure/machinery/light, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security/glass) -"uXm" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper A-Block Fitness Centre Airlock" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/fitness) "uXp" = ( /obj/item/weapon/twohanded/folded_metal_chair, /obj/effect/decal/warning_stripes{ @@ -44648,100 +44631,132 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_street) -"uXy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/corpo/glass) "uXO" = ( /obj/effect/decal/cleanable/blood/oil/streak, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"uXP" = ( -/obj/structure/prop/invuln/fire{ - pixel_x = -7; - pixel_y = 17 +"uXS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 1 }, -/obj/structure/prop/invuln/fire{ +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/corpo/glass) +"uXX" = ( +/turf/open/floor/corsat/browncorner/north, +/area/lv522/atmos/east_reactor/north) +"uXY" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/faxmachine/corporate, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"uYu" = ( +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/carpet, +/area/lv522/indoors/b_block/bar) +"uYJ" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_1) +"uYK" = ( +/obj/structure/reagent_dispensers/beerkeg{ + pixel_x = 5 + }, +/obj/structure/reagent_dispensers/beerkeg{ pixel_x = -8; - pixel_y = 10 + pixel_y = -5 + }, +/obj/structure/reagent_dispensers/beerkeg{ + layer = 3.1; + pixel_x = -3; + pixel_y = 12 + }, +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) +"uYR" = ( +/obj/item/clothing/accessory/red, +/obj/item/clothing/under/liaison_suit/field{ + pixel_x = -4; + pixel_y = 9 }, -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "33" +/turf/open/floor/carpet, +/area/lv522/indoors/a_block/executive) +"uYZ" = ( +/obj/structure/surface/table/almayer{ + dir = 8; + flipped = 1 }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"uYh" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/closet/bodybag, -/turf/open/floor/prison/blue/north, -/area/lv522/indoors/a_block/hallway) -"uYu" = ( -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor/carpet, -/area/lv522/indoors/b_block/bar) -"uYJ" = ( -/obj/item/stack/rods, /turf/open/floor/prison/blue_plate/north, /area/lv522/indoors/a_block/admin) -"uYP" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "97" +"uZj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/browncorner/east, +/area/lv522/atmos/east_reactor/south) +"uZq" = ( +/obj/structure/machinery/vending/walkman{ + density = 0; + pixel_y = 16 }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"uYS" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/indoors/a_block/fitness) +"vac" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, -/obj/structure/surface/table/reinforced/prison, -/obj/item/tool/pen/blue, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"uZh" = ( -/turf/open/floor/corsat/brown/northeast, -/area/lv522/atmos/north_command_centre) -"uZl" = ( -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/bridges/corpo) -"uZu" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/cell_stripe/north, -/area/lv522/atmos/cargo_intake) -"uZM" = ( /turf/open/floor/corsat/brown/northwest, -/area/lv522/atmos/north_command_centre) +/area/lv522/atmos/filt) "vae" = ( /obj/item/prop/colony/used_flare, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/w_rockies) -"vai" = ( -/obj/structure/bed/chair{ - dir = 4 +"vak" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/reactor_garage) -"vat" = ( -/obj/structure/platform_decoration{ - dir = 1 +/obj/structure/platform{ + dir = 8 }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_street) -"vaA" = ( -/obj/structure/prop/invuln/fire{ - pixel_x = 8; - pixel_y = 10 +/turf/open/gm/river, +/area/lv522/landing_zone_1/tunnel/far) +"van" = ( +/obj/structure/prop/turbine_extras, +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "22" +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/south_west_street) +"vau" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/c_block/t_comm) +"vax" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"vaN" = ( -/obj/structure/prop/almayer/computers/sensor_computer3, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) -"vaP" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/corsat/plate, +/turf/open/floor/almayer/w_y0/north, +/area/lv522/atmos/way_in_command_centre) +"vaB" = ( +/obj/structure/machinery/suit_storage_unit/compression_suit/uscm{ + name = "Suit Storage Unit"; + pixel_x = 3 + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"vaL" = ( +/obj/item/prop/colony/used_flare, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/squares, /area/lv522/atmos/east_reactor/south) +"vaN" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/cargo_intake) "vaZ" = ( /obj/item/lightstick/red/spoke/planted{ pixel_x = -10; @@ -44749,87 +44764,119 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"vbn" = ( -/obj/item/cell/crap{ - pixel_x = -8; - pixel_y = -5 - }, -/obj/item/cell/crap{ - pixel_y = 8 - }, -/obj/item/cell{ - pixel_x = 7; - pixel_y = -6 - }, -/obj/structure/surface/table/almayer, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/outdoor_bot) -"vbA" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/surface/table/almayer, -/obj/item/stack/sheet/mineral/uranium/small_stack{ - pixel_x = -5; - pixel_y = -3 +"vbl" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/garden) +"vbr" = ( +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 }, -/obj/item/stack/sheet/mineral/uranium/small_stack{ - pixel_y = 7 +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/outdoor_bot) +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "vbF" = ( /obj/structure/cargo_container/hd/mid/alt, /turf/open/floor/prison, /area/lv522/landing_zone_2) -"vbO" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/flashlight/lamp{ - pixel_y = 6 +"vbH" = ( +/obj/vehicle/powerloader, +/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"vbR" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) "vbW" = ( -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) +/obj/vehicle/train/cargo/trolley, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/lone_buildings/storage_blocks) "vbX" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/security) +"vca" = ( +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_1) +"vce" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/paper_bin/wy{ + pixel_y = 8 + }, +/obj/item/tool/pen/clicky, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) +"vck" = ( +/obj/item/storage/backpack/marine/satchel{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/janitor.dmi'; + icon_state = "trashbag3"; + name = "trash bag"; + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/storage/backpack/marine/satchel{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/janitor.dmi'; + icon_state = "trashbag3"; + name = "trash bag"; + pixel_x = 3; + pixel_y = -2 + }, +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) +"vcl" = ( +/turf/open/floor/corsat/marked, +/area/lv522/landing_zone_1/ceiling) "vcn" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 }, /turf/open/auto_turf/shale/layer2, /area/lv522/outdoors/colony_streets/north_east_street) -"vcx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/alien/resin/sticky, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/south) -"vcG" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"vcO" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +"vcA" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "17" }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/west) +/area/lv522/landing_zone_forecon/UD6_Typhoon) "vcR" = ( /obj/structure/largecrate/random/mini/med, /turf/open/floor/prison, /area/lv522/landing_zone_2/ceiling) +"vcU" = ( +/obj/structure/barricade/wooden{ + dir = 4; + layer = 5.3 + }, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/central_streets) "vcW" = ( -/obj/structure/surface/table/almayer, -/obj/effect/decal/cleanable/dirt, -/obj/item/reagent_container/food/snacks/cheesyfries, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/west) +"vcX" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/west) +"vcY" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"vcZ" = ( +/turf/open/floor/corsat/brown/northeast, +/area/lv522/atmos/north_command_centre) "vda" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" @@ -44840,6 +44887,18 @@ }, /turf/open/floor/corsat, /area/lv522/atmos/cargo_intake) +"vde" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8; + pixel_x = -4 + }, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + icon_state = "flammable_pipe_3"; + pixel_x = -3 + }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/west_reactor) "vdf" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 @@ -44847,41 +44906,37 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"vdj" = ( -/obj/structure/platform, -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/landing_zone_1) -"vdq" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/structure/platform{ - dir = 4 +"vdg" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/folder/white{ + pixel_y = 8 }, -/obj/structure/platform_decoration{ - dir = 9 +/obj/item/folder/yellow{ + pixel_y = 4 }, -/turf/open/asphalt/cement, +/obj/item/folder/red, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo) +"vds" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/dorms) +"vdJ" = ( +/obj/structure/filingcabinet, +/turf/open/floor/prison/floor_marked/southwest, /area/lv522/landing_zone_1) -"vdD" = ( -/obj/item/stack/sheet/metal, -/obj/item/shard{ - icon_state = "medium" - }, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/effect/decal/cleanable/generic, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/glass) -"vdS" = ( -/obj/structure/machinery/camera/autoname{ - dir = 1; - network = list("interrogation") +"vdN" = ( +/obj/item/prop/colony/canister{ + layer = 3.1; + pixel_y = 16 }, -/obj/structure/machinery/light/small, -/turf/open/floor/strata/multi_tiles, -/area/lv522/indoors/c_block/mining) +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/reactor_garage) +"vdW" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/south) "vdZ" = ( /obj/structure/surface/table/woodentable/fancy, /obj/item/device/flashlight/lamp/green{ @@ -44889,12 +44944,41 @@ }, /turf/open/floor/wood, /area/lv522/indoors/c_block/casino) -"vez" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 +"vee" = ( +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/corpo) +"vew" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/n_rockies) +/turf/open/floor/corsat/squares, +/area/lv522/atmos/west_reactor) +"veJ" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 8; + name = "\improper Wildcatters Office"; + panel_open = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) +"veK" = ( +/obj/structure/machinery/prop/almayer/CICmap, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/obj/item/ammo_magazine/rifle/m4ra{ + pixel_x = 5; + pixel_y = 6 + }, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "veP" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, @@ -44904,14 +44988,20 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, /area/lv522/indoors/c_block/casino) -"veU" = ( -/obj/item/stack/sheet/metal, +"veZ" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/strata/cyan2/east, +/area/lv522/indoors/a_block/medical) +"vff" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue/northwest, -/area/lv522/indoors/a_block/admin) -"vfi" = ( -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/west_reactor) +/obj/structure/machinery/power/port_gen/pacman, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/outdoor_bot) "vfj" = ( /obj/structure/bed/stool{ buckling_y = 14; @@ -44919,21 +45009,10 @@ }, /turf/open/floor/wood, /area/lv522/indoors/c_block/casino) -"vfk" = ( -/obj/structure/filtration/collector_pipes{ - icon_state = "lower_1"; - layer = 5.1 - }, -/obj/structure/barricade/handrail{ - dir = 4 - }, -/obj/structure/blocker/invisible_wall, -/turf/open/floor/coagulation/icon0_5, -/area/lv522/oob) -"vft" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) +"vfm" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor/north) "vfC" = ( /obj/item/storage/backpack/marine/satchel{ desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; @@ -44953,12 +45032,15 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/east_central_street) -"vfE" = ( -/obj/structure/platform_decoration{ +"vfZ" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ dir = 4 }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/south_street) +/turf/open/gm/river, +/area/lv522/landing_zone_1/tunnel/far) "vgb" = ( /obj/structure/platform, /obj/structure/prop/vehicles/crawler{ @@ -44973,6 +45055,21 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/garage) +"vge" = ( +/obj/structure/prop/almayer/computers/sensor_computer2{ + density = 0; + pixel_y = 16 + }, +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"vgu" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor) "vgw" = ( /obj/structure/platform, /obj/effect/decal/cleanable/blood/oil, @@ -44982,29 +45079,67 @@ /obj/item/stack/sheet/metal, /turf/open/floor/plating, /area/lv522/indoors/a_block/admin) -"vgB" = ( -/turf/open/asphalt/cement/cement2, -/area/lv522/outdoors/n_rockies) -"vho" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "64" +"vgD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security/glass) +"vgK" = ( +/obj/structure/surface/table/almayer, +/obj/item/map/lv522_map, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/north_street) +"vgN" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper A-Block Dorms And Office Airlock" }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"vhs" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) +"vgR" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"vgS" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) +"vhn" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/corsat/brown/west, -/area/lv522/atmos/east_reactor) -"vhu" = ( -/turf/open/asphalt/cement/cement14, -/area/lv522/outdoors/colony_streets/south_west_street) -"vhy" = ( -/obj/structure/machinery/conveyor{ - dir = 10; - id = "cargo_container" +/area/lv522/atmos/east_reactor/west) +"vic" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/browncorner/north, -/area/lv522/atmos/cargo_intake) +/turf/open/floor/corsat/brown/southwest, +/area/lv522/atmos/east_reactor/south) +"vih" = ( +/obj/structure/barricade/deployable{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_east_street) +"vin" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/north_west_street) +"viu" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/reagent_container/food/drinks/coffee, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/lone_buildings/chunk) "viA" = ( /obj/item/lightstick/red/spoke/planted{ pixel_x = -9; @@ -45036,6 +45171,10 @@ /obj/effect/decal/cleanable/blood/oil/streak, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/w_rockies) +"viO" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2) "viR" = ( /obj/structure/surface/table/woodentable/fancy, /obj/structure/machinery/light{ @@ -45043,14 +45182,6 @@ }, /turf/open/floor/carpet, /area/lv522/indoors/b_block/bar) -"vji" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 2; - name = "\improper A-Block Dorms And Office Airlock" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) "vjl" = ( /turf/closed/wall/mineral/bone_resin, /area/lv522/atmos/east_reactor/south) @@ -45060,6 +45191,20 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) +"vjt" = ( +/obj/structure/machinery/vending/snack{ + density = 0; + pixel_y = 16 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/glass) +"vjw" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/east_central_street) "vjB" = ( /obj/structure/machinery/light{ dir = 1 @@ -45067,11 +45212,9 @@ /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) "vjD" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/north_command_centre) +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/command_centre) "vjG" = ( /obj/structure/largecrate/random{ pixel_x = 1; @@ -45079,18 +45222,6 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) -"vjI" = ( -/obj/structure/barricade/handrail{ - dir = 1 - }, -/turf/open/floor/coagulation/icon2_0, -/area/lv522/oob) -"vjK" = ( -/obj/structure/prop/dam/truck/cargo{ - layer = 3.1 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/east) "vjP" = ( /obj/effect/decal/cleanable/dirt, /turf/open/asphalt/cement, @@ -45102,16 +45233,19 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) +"vjV" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) "vjW" = ( /turf/open/auto_turf/shale/layer2, /area/lv522/outdoors/n_rockies) -"vjY" = ( -/obj/structure/barricade/handrail{ - dir = 8 - }, -/obj/structure/largecrate/random/barrel/white, -/turf/open/floor/prison/cell_stripe/west, -/area/lv522/indoors/lone_buildings/storage_blocks) +"vkh" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/hydro) "vkj" = ( /obj/structure/bed/bedroll{ dir = 5 @@ -45120,69 +45254,70 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/admin) -"vko" = ( +"vkm" = ( /obj/structure/stairs/perspective{ - dir = 1; + dir = 8; icon_state = "p_stair_full" }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_east_street) +/obj/structure/platform, +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/south_west_street) "vkr" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue/east, -/area/lv522/indoors/a_block/hallway) -"vkv" = ( -/obj/structure/bed/chair{ - dir = 1 +/obj/structure/surface/table/almayer, +/obj/item/prop/alien/hugger, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -4; + pixel_y = 9 }, -/obj/structure/machinery/light/double, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"vku" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) "vkD" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/generic, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) "vkJ" = ( -/obj/structure/surface/table/almayer{ - flipped = 1 - }, -/obj/structure/machinery/light, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/glass) -"vkR" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper A-Block Corporate Office Airlock"; - req_access_txt = "100" +/obj/structure/machinery/light{ + dir = 4 }, +/obj/structure/machinery/floodlight, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/indoors/lone_buildings/storage_blocks) +"vkO" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Reactor_e_entry_4" + }, /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/corpo) -"vkW" = ( -/obj/item/paper_bin/uscm{ - pixel_x = -7; - pixel_y = 7 +/area/lv522/atmos/filt) +"vkU" = ( +/obj/item/tool/crowbar, +/turf/open/asphalt/cement/cement15, +/area/lv522/outdoors/colony_streets/north_west_street) +"vkV" = ( +/obj/structure/prop/invuln/fire{ + pixel_x = -8; + pixel_y = 10 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"vlf" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "26" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) +"vkW" = ( +/obj/structure/window/framed/strata/reinforced, +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "LZ1_Lockdown_Lo"; + name = "Emergency Lockdown" }, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/east_reactor/south) -"vlh" = ( -/obj/structure/curtain/red, -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/casino) +/area/lv522/landing_zone_1/ceiling) "vlp" = ( /obj/item/pipe, /turf/open/floor/prison, @@ -45191,25 +45326,26 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor/south) -"vlD" = ( -/obj/structure/barricade/handrail{ - layer = 3.7 +"vlr" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_full" }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/c_block/mining) +/obj/structure/platform, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "vlX" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/corpo_fitness) -"vmj" = ( -/obj/structure/surface/rack, -/obj/item/clothing/under/colonist, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) -"vmv" = ( -/obj/structure/machinery/squeezer, -/turf/open/floor/plating, -/area/lv522/indoors/c_block/cargo) +"vmz" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = 1 + }, +/turf/open/floor/prison/blue/north, +/area/lv522/indoors/a_block/admin) "vmG" = ( /obj/structure/surface/table/gamblingtable, /obj/item/reagent_container/food/drinks/drinkingglass{ @@ -45226,54 +45362,40 @@ /obj/structure/cargo_container/watatsumi/right, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) -"vmS" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin{ - pixel_x = -7; - pixel_y = 7 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"vmV" = ( -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/reactor_garage) -"vnw" = ( +"vnQ" = ( +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/bridges) +"vnR" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) +"vnV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) +"vnW" = ( /obj/structure/stairs/perspective{ - dir = 4; + dir = 1; icon_state = "p_stair_full" }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) -"vnH" = ( -/obj/structure/prop/invuln/minecart_tracks{ - dir = 8 - }, -/obj/structure/prop/invuln/minecart_tracks/bumper{ - dir = 8 - }, -/obj/structure/closet/crate/miningcar{ - layer = 3.1; - name = "\improper materials storage bin"; - pixel_y = 8 +/area/lv522/atmos/way_in_command_centre) +"voe" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = 6 }, -/turf/open/floor/corsat/plate, -/area/lv522/indoors/c_block/mining) -"vob" = ( -/obj/structure/machinery/seed_extractor, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/hydro) -"vol" = ( -/obj/structure/bed/chair{ - dir = 1 +/obj/item/reagent_container/spray/cleaner, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = -6 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurple2/north, -/area/lv522/indoors/a_block/dorms) -"vor" = ( -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/obj/effect/spider/spiderling/nogrow, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) "vov" = ( /obj/item/prop/alien/hugger{ pixel_x = -6 @@ -45284,32 +45406,29 @@ /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) "vox" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"voJ" = ( -/obj/item/clothing/mask/facehugger{ - desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; - icon_state = "facehugger_impregnated"; - layer = 3; - name = "????"; - stat = 2 +/obj/structure/largecrate/random, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/nw_rockies) +"voV" = ( +/obj/structure/surface/rack, +/obj/item/frame/table/almayer{ + pixel_y = 16 }, -/turf/open/floor/corsat/browncorner/north, -/area/lv522/atmos/east_reactor/south) -"voO" = ( -/obj/item/tool/crowbar, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/command_centre) -"voQ" = ( -/obj/item/reagent_container/glass/bucket/janibucket{ - pixel_y = -9 +/obj/item/frame/table/almayer{ + pixel_x = 10; + pixel_y = 12 }, -/obj/item/toy/beach_ball/holoball{ - pixel_y = -3 +/obj/item/frame/table/almayer{ + pixel_y = 4 }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/south_street) +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"voY" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/north_east_street) "vpa" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 @@ -45320,65 +45439,52 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"vpf" = ( -/obj/structure/toilet{ - pixel_y = 16 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/executive) -"vpo" = ( -/obj/structure/bedsheetbin{ - pixel_y = 7 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spider/spiderling/nogrow, -/obj/structure/machinery/camera/autoname{ - dir = 8 - }, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) "vpp" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/plating, /area/lv522/landing_zone_2/ceiling) -"vpw" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/filt) -"vpx" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/north) -"vpz" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +"vpr" = ( +/obj/structure/bed/chair{ dir = 4 }, -/turf/open/floor/corsat/brown/southwest, -/area/lv522/atmos/east_reactor/east) -"vpC" = ( -/obj/structure/barricade/deployable, -/turf/open/shuttle/dropship/can_surgery/light_grey_bottom_right, -/area/lv522/landing_zone_forecon/UD6_Typhoon) +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) "vpD" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/garage) -"vpY" = ( +"vpE" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/obj/structure/bed/chair/dropship/passenger{ + dir = 8 + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"vpL" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) +"vpN" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/belt/gun/smartgunner, /obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"vql" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/structure/bed/chair/comfy/beige, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo) +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"vpR" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/engineering) +"vpT" = ( +/turf/open/floor/coagulation/icon0_0, +/area/lv522/oob) "vqm" = ( /obj/item/prop/alien/hugger, /obj/structure/pipes/standard/manifold/hidden/green{ @@ -45387,20 +45493,66 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"vqq" = ( -/obj/structure/cargo_container/horizontal/blue/top, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/colony_streets/north_east_street) -"vqs" = ( -/obj/structure/machinery/power/port_gen/pacman/super, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/south_west_street) "vqv" = ( /obj/structure/barricade/deployable{ dir = 4 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/admin) +"vqB" = ( +/obj/structure/prop/invuln/ice_prefab/trim{ + dir = 8 + }, +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "windsock"; + pixel_x = 6; + pixel_y = -1 + }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_street) +"vqC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/blue/east, +/area/lv522/indoors/a_block/admin) +"vqE" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/structure/stairs/perspective{ + dir = 9; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/landing_zone_1) +"vqL" = ( +/obj/item/storage/backpack/marine/satchel{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/janitor.dmi'; + icon_state = "trashbag3"; + name = "trash bag"; + pixel_x = -4; + pixel_y = 6 + }, +/obj/structure/tunnel, +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) +"vqU" = ( +/obj/structure/machinery/recharge_station, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"vqX" = ( +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) "vra" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 @@ -45414,32 +45566,18 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/garage) -"vrp" = ( +"vrv" = ( /obj/structure/bed/chair{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges/garden_bridge) -"vrB" = ( -/obj/structure/cargo_container/arious/leftmid, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/north_command_centre) -"vrO" = ( -/obj/item/prop/alien/hugger, -/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/corsat/brown/northwest, -/area/lv522/atmos/command_centre) -"vrP" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/east_reactor/east) -"vrQ" = ( -/obj/structure/cargo_container/grant/left, -/turf/open/floor/plating/platebot, -/area/lv522/indoors/c_block/cargo) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"vrF" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) "vrW" = ( /obj/structure/stairs/perspective{ dir = 6; @@ -45450,100 +45588,34 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"vsa" = ( -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -9; - pixel_y = 20 - }, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = 6; - pixel_y = 20 - }, -/turf/open/floor/strata/fake_wood, -/area/lv522/atmos/east_reactor/east) -"vsg" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "SE-out"; - pixel_x = 1; - pixel_y = -1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) -"vsv" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin{ - pixel_y = 5 - }, -/obj/item/tool/pen/blue/clicky, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) -"vsz" = ( -/obj/structure/machinery/door/airlock/almayer/engineering{ - dir = 1; - name = "\improper Workshop Storage"; - req_access_txt = "100"; - req_one_access = null - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/corpo) -"vsO" = ( -/obj/item/shard{ - icon_state = "medium" - }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"vsP" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges/garden_bridge) -"vsX" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) "vtc" = ( /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/nw_rockies) -"vtu" = ( -/obj/structure/machinery/blackbox_recorder, -/obj/effect/decal/cleanable/cobweb, -/obj/item/prop/almayer/flight_recorder/colony{ - pixel_x = -6; - pixel_y = 10 +"vtd" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper C-Block - Radio Tower Airlock" }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"vtG" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/cargo_intake) -"vtM" = ( -/obj/structure/barricade/wooden{ - dir = 1; - layer = 3.1; - pixel_y = 17 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/item/shard{ - icon_state = "medium" +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/t_comm) +"vtm" = ( +/obj/structure/machinery/vending/walkman{ + density = 0; + pixel_y = 16 }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/c_block/t_comm) +"vtZ" = ( /obj/structure/pipes/vents/pump, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"vtY" = ( -/obj/item/clothing/suit/storage/marine/medium, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/east_reactor/south) -"vub" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/generic{ +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red{ dir = 1; - name = "\improper Mining Equipment" + pixel_y = 26 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/mining) +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "vuc" = ( /obj/structure/bed/chair/comfy{ dir = 8 @@ -45555,74 +45627,58 @@ /turf/open/floor/wood, /area/lv522/indoors/a_block/executive) "vuj" = ( +/obj/structure/machinery/medical_pod/sleeper, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical) +"vun" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/fence, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 + dir = 5 }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" +/turf/open/floor/corsat/plate, +/area/lv522/atmos/north_command_centre) +"vux" = ( +/obj/item/ammo_magazine/rifle/m4ra/ap{ + current_rounds = 0 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) -"vuw" = ( -/obj/structure/closet/firecloset/full, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/sewer) -"vuU" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/indoors/a_block/fitness/glass) -"vvd" = ( +/turf/open/floor/prison/blue/southwest, +/area/lv522/indoors/a_block/admin) +"vuT" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/asphalt/cement/cement9, -/area/lv522/outdoors/colony_streets/north_west_street) -"vvs" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/bed/chair{ +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/outdoor_bot) +"vve" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"vvI" = ( -/obj/item/stack/rods{ - pixel_y = -2 - }, -/obj/structure/machinery/disposal{ - density = 0; - pixel_x = -6; - pixel_y = 16 - }, -/obj/item/tool/mop{ - pixel_x = 13; - pixel_y = 25 - }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"vvM" = ( -/obj/structure/cargo_container/kelland/right, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_1/ceiling) -"vvS" = ( -/obj/structure/prop/server_equipment, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/lone_buildings/outdoor_bot) -"vvV" = ( -/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ - dir = 4; - icon_state = "flammable_pipe_3" +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/dorms) +"vvk" = ( +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/east_reactor/east) +"vvA" = ( +/turf/open/asphalt/cement/cement12, +/area/lv522/landing_zone_2) +"vvG" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 }, /obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 + dir = 4 }, /turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor) +/area/lv522/atmos/cargo_intake) +"vvH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/hydro) +"vvZ" = ( +/turf/open/asphalt/cement/cement2, +/area/lv522/outdoors/colony_streets/north_street) +"vwd" = ( +/obj/structure/curtain/medical, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical) "vwi" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/auto_turf/sand_white/layer0, @@ -45632,31 +45688,34 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, /area/lv522/indoors/a_block/executive) -"vwr" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_west_street) -"vws" = ( -/turf/open/shuttle/dropship/can_surgery/light_grey_bottom_right, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"vwu" = ( +"vwt" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "Bathroom" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) +"vwx" = ( /obj/item/ammo_magazine/rifle/heap{ current_rounds = 0 }, /turf/open/floor/corsat/brown/west, /area/lv522/atmos/east_reactor/south) -"vwy" = ( +"vwG" = ( /obj/structure/surface/table/almayer, -/obj/item/reagent_container/food/snacks/cheesyfries, -/obj/structure/machinery/light{ - dir = 4 +/obj/item/device/radio{ + pixel_x = 6; + pixel_y = 11 + }, +/obj/item/device/radio{ + pixel_x = -8; + pixel_y = 4 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) -"vwB" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/c_block/cargo) +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) "vwH" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/window, @@ -45666,10 +45725,13 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"vwN" = ( -/obj/structure/platform, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/south_west_street) +"vwR" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/dorms/glass) +"vwX" = ( +/obj/effect/landmark/queen_spawn, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor) "vxa" = ( /obj/structure/closet/crate, /obj/item/clothing/under/colonist, @@ -45693,59 +45755,63 @@ /obj/structure/cargo_container/watatsumi/right, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) -"vxn" = ( -/obj/structure/surface/rack, -/obj/item/card/id/silver/clearance_badge/cl{ - desc = "Wow sorry, didn't mean to drop that in front of you, it's real, btw."; - name = "certified powerloader operator card"; - pixel_x = 5; - registered_name = "John Forklift" +"vxh" = ( +/turf/open/floor/prison/blue_plate/north, +/area/lv522/outdoors/colony_streets/north_east_street) +"vxi" = ( +/obj/structure/prop/vehicles/crawler{ + icon_state = "crawler_crate" }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) -"vxp" = ( -/obj/structure/surface/table/almayer, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/south_street) +"vxA" = ( +/obj/item/prop/alien/hugger, +/obj/item/clothing/head/helmet/riot, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"vxu" = ( -/obj/structure/blocker/forcefield/vehicles, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/south) +/area/lv522/indoors/a_block/kitchen) +"vxH" = ( +/obj/structure/surface/table/almayer, +/obj/item/tank/emergency_oxygen/engi{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/item/tank/emergency_oxygen/engi, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) +"vxK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/outdoors/colony_streets/north_street) "vxM" = ( /obj/structure/barricade/wooden, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"vyj" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) -"vyl" = ( -/obj/structure/ore_box, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/lone_buildings/storage_blocks) -"vym" = ( +"vxP" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/decal/cleanable/blood/oil, -/obj/structure/machinery/light, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"vyt" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/east_reactor) +"vyf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 8 }, -/obj/item/trash/uscm_mre, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) "vyz" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms/glass) -"vyB" = ( -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/central_streets) "vyD" = ( /obj/item/clothing/shoes/jackboots{ pixel_x = -6; @@ -45753,44 +45819,12 @@ }, /turf/open/floor/prison, /area/lv522/indoors/b_block/bar) -"vyI" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/cameras/wooden_tv/broadcast{ - pixel_y = 16 - }, -/obj/item/trash/plate, -/obj/item/trash/plate{ - pixel_y = 3 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"vyM" = ( -/obj/structure/machinery/bioprinter, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/cyan2/east, -/area/lv522/indoors/a_block/medical) -"vyQ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/c_block/bridge) -"vyR" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"vyT" = ( -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -8; - pixel_y = 16 - }, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = 8; - pixel_y = 16 +"vyG" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "vzn" = ( /obj/item/clothing/shoes/jackboots{ pixel_x = -6; @@ -45807,15 +45841,10 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"vzs" = ( -/obj/structure/surface/table/almayer, -/obj/item/ammo_box/magazine/shotgun, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"vzx" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_2/ceiling) +"vzr" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/west) "vzy" = ( /obj/structure/prop/invuln/ice_prefab/trim{ dir = 6 @@ -45825,104 +45854,51 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"vzH" = ( -/obj/structure/filtration/machine_96x96/distribution{ - density = 0; - pixel_y = 16 - }, -/turf/open/gm/river, -/area/lv522/atmos/sewer) -"vzI" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper A-Block Fitness Centre Airlock" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/fitness) -"vzP" = ( -/obj/effect/decal/cleanable/blood/splatter, -/obj/item/clothing/shoes/marine, -/obj/item/prop{ - desc = "Holy shit"; - icon = 'icons/mob/humans/species/r_human.dmi'; - icon_state = "l_foot"; - name = "left foot"; - pixel_x = 5; - pixel_y = 25 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/bridges/corpo) +"vzA" = ( +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"vAe" = ( +/obj/structure/machinery/bioprinter, +/turf/open/floor/strata/cyan2/east, +/area/lv522/indoors/a_block/medical) +"vAm" = ( +/turf/open/floor/corsat/brown, +/area/lv522/oob) "vAn" = ( /obj/item/prop/alien/hugger, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen/glass) -"vAp" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/flashlight/lamp/on{ - pixel_x = -14; - pixel_y = 10 - }, -/obj/item/paper_bin{ - pixel_x = 6; - pixel_y = 8 - }, -/obj/item/tool/pen/blue/clicky, -/turf/open/floor/prison/blue, -/area/lv522/indoors/a_block/admin) -"vAy" = ( -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/lone_buildings/engineering) -"vAP" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +"vAN" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, +/obj/structure/closet/bodybag, +/turf/open/floor/prison/blue_plate/north, /area/lv522/indoors/a_block/hallway) -"vAR" = ( -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/fitness) +"vAP" = ( +/obj/structure/cargo_container/hd/left/alt, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_2) "vAT" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin/wy{ - pixel_x = 7; - pixel_y = 7 - }, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"vBf" = ( -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "41" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"vBk" = ( -/turf/open/floor/corsat/brown/southwest, -/area/lv522/atmos/reactor_garage) -"vBv" = ( -/obj/item/weapon/twohanded/folded_metal_chair, -/obj/item/prop/alien/hugger, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison, -/area/lv522/landing_zone_1/ceiling) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/north_command_centre) "vBB" = ( /obj/structure/surface/table/gamblingtable, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"vBE" = ( -/obj/structure/platform_decoration, -/turf/open/asphalt/cement/cement3, +"vBD" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/north_command_centre) +"vBJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/prison/floor_plate, /area/lv522/outdoors/colony_streets/north_west_street) -"vBF" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/east_reactor) "vBK" = ( /obj/structure/platform_decoration{ dir = 4 @@ -45934,31 +45910,19 @@ /obj/structure/bed/chair, /turf/open/floor/prison, /area/lv522/indoors/c_block/garage) -"vBV" = ( -/obj/structure/prop/invuln/pipe_water{ - pixel_x = 3; - pixel_y = 10 - }, -/obj/structure/prop/invuln/overhead_pipe{ - pixel_y = -6 +"vCj" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"vCi" = ( -/obj/structure/platform{ - dir = 4 +/obj/item/stack/sheet/wood, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/south_street) +"vCx" = ( +/obj/structure/prop/invuln/ice_prefab/standalone{ + icon_state = "white" }, -/turf/open/asphalt/cement/cement3, +/turf/open/floor/prison/floor_marked/southwest, /area/lv522/outdoors/colony_streets/north_east_street) -"vCr" = ( -/obj/structure/curtain/medical, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/medical/glass) -"vCt" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/west_reactor) "vCz" = ( /obj/item/pipe{ dir = 4; @@ -45973,6 +45937,20 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/hallway) +"vCJ" = ( +/obj/structure/machinery/light{ + dir = 1; + pixel_x = 16 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/bridge) +"vCW" = ( +/turf/open/floor/corsat/browncorner/west, +/area/lv522/atmos/west_reactor) "vDa" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green{ @@ -45980,32 +45958,29 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/hallway) -"vDh" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/item/stack/folding_barricade, -/obj/effect/decal/warning_stripes{ - icon_state = "SE-out"; - pixel_x = 1; - pixel_y = -1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) "vDj" = ( -/obj/structure/platform_decoration{ - dir = 8 +/obj/structure/prop/invuln/overhead_pipe{ + dir = 8; + pixel_x = -6; + pixel_y = 6 }, -/obj/structure/platform_decoration{ - dir = 4 +/obj/effect/decal/cleanable/dirt, +/obj/structure/platform, +/obj/structure/platform{ + dir = 8 }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/ceiling) +/turf/open/gm/river, +/area/lv522/landing_zone_1/tunnel/far) "vDr" = ( /obj/structure/largecrate/random, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/garage) +"vDv" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/dorms) "vDw" = ( /obj/item/ammo_magazine/rifle/heap{ current_rounds = 0 @@ -46014,52 +45989,58 @@ /obj/item/stack/sheet/metal, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor/south) -"vDA" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"vDC" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) +"vDG" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/south_street) "vDI" = ( +/obj/item/stack/sheet/wood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/c_block/mining) +"vDO" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/reactor_garage) +"vDT" = ( +/obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"vDY" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/mining) +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen/damage) +"vEc" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/disposal, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "vEf" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"vEl" = ( -/obj/structure/surface/rack, -/obj/item/stack/sheet/metal/medium_stack, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/lone_buildings/storage_blocks) -"vED" = ( +"vEx" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) +"vEz" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + dir = 1 + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/bridges/corpo) -"vEH" = ( -/obj/structure/window/framed/strata/reinforced, /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/corpo/glass) +/area/lv522/atmos/reactor_garage) +"vEU" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor/east) "vEW" = ( /obj/structure/barricade/wooden, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/admin) -"vEX" = ( -/obj/structure/cargo_container/kelland/right, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) "vFd" = ( /obj/structure/stairs/perspective{ dir = 9; @@ -46067,50 +46048,24 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"vFg" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, +"vFi" = ( +/obj/effect/decal/cleanable/blood/drip, /obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 + icon_state = "W"; + pixel_x = -1 }, /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) -"vFq" = ( -/obj/structure/machinery/camera/autoname{ - dir = 8 - }, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"vFs" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/medical/glass) -"vFu" = ( -/obj/structure/tunnel/maint_tunnel{ - pixel_y = 6 - }, -/obj/structure/machinery/light/small, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"vFz" = ( -/obj/structure/fence, -/obj/effect/decal/warning_stripes{ - icon_state = "W" +/area/lv522/atmos/way_in_command_centre) +"vFk" = ( +/obj/structure/prop/invuln/ice_prefab{ + dir = 10 }, /obj/effect/decal/warning_stripes{ icon_state = "E"; pixel_x = 1 }, -/turf/open/floor/strata/floor3/east, -/area/lv522/landing_zone_2/ceiling) +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/central_streets) "vFD" = ( /obj/structure/platform{ dir = 8 @@ -46122,6 +46077,10 @@ }, /turf/open/gm/river, /area/lv522/atmos/sewer) +"vFF" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/command_centre) "vFH" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/item/lightstick/red/spoke/planted{ @@ -46130,6 +46089,11 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) +"vFU" = ( +/obj/structure/window_frame/strata, +/obj/structure/curtain/red, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/t_comm) "vGb" = ( /obj/structure/machinery/colony_floodlight{ density = 0; @@ -46141,57 +46105,60 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/north_street) +"vGh" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/coagulation/icon8_3, +/area/lv522/oob) "vGk" = ( /obj/structure/machinery/power/port_gen/pacman, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"vGn" = ( -/obj/effect/spawner/gibspawner/xeno, -/obj/effect/decal/cleanable/blood/xeno{ - icon_state = "xgib3" - }, -/turf/open/floor/corsat/brown/northeast, -/area/lv522/atmos/east_reactor/south) "vGp" = ( /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) +"vGs" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) "vGv" = ( /obj/effect/decal/cleanable/blood/xeno, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) +"vGA" = ( +/obj/effect/decal/cleanable/blood/gibs, +/turf/open/floor/corsat/plate, +/area/lv522/oob) "vGG" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms) -"vGI" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/surgical_tray/empty, -/obj/structure/machinery/light/double{ - dir = 4; - pixel_y = -5 - }, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/outdoors/w_rockies) -"vGJ" = ( -/obj/structure/machinery/computer/operating, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/strata/cyan2/east, -/area/lv522/indoors/a_block/medical) -"vHe" = ( -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/lone_buildings/chunk) -"vHg" = ( -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/corsat/browncorner/east, -/area/lv522/oob) +"vGS" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison/cell_stripe/north, +/area/lv522/atmos/way_in_command_centre) +"vGU" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/cell_stripe, +/area/lv522/atmos/way_in_command_centre) +"vGZ" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/east_reactor) "vHj" = ( -/obj/structure/bed/chair/comfy, -/obj/item/stack/sheet/wood, /obj/effect/decal/warning_stripes{ - icon_state = "S" + icon_state = "W" }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) +/turf/open/floor/prison/darkredfull2, +/area/lv522/outdoors/colony_streets/north_street) +"vHv" = ( +/obj/structure/machinery/light, +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) "vHw" = ( /obj/structure/barricade/wooden{ dir = 8 @@ -46200,95 +46167,132 @@ /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/op_centre) "vHz" = ( -/obj/structure/cargo_container/arious/rightmid, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/north_command_centre) +/obj/structure/bed/chair/dropship/passenger{ + dir = 8 + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Tornado) "vHN" = ( /obj/structure/prop/ice_colony/ground_wire, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) -"vHU" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/admin) -"vIi" = ( -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges/corpo_fitness) +"vHS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue, +/area/lv522/indoors/a_block/hallway) +"vIj" = ( +/obj/structure/prop/invuln/overhead_pipe{ + dir = 8; + pixel_x = -6; + pixel_y = 6 + }, +/obj/vehicle/train/cargo/engine, +/obj/structure/prop/invuln/overhead_pipe{ + dir = 8; + pixel_x = 16; + pixel_y = 6 + }, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"vIn" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/bridge) "vIy" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/lone_buildings/engineering) -"vIH" = ( -/obj/item/clipboard, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"vIZ" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) +"vIJ" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "vJj" = ( /obj/structure/machinery/landinglight/ds1{ dir = 8 }, /turf/open/floor/plating, /area/lv522/landing_zone_1) +"vJp" = ( +/obj/structure/surface/rack, +/obj/item/tool/pickaxe, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/south_east_street) "vJr" = ( /obj/structure/machinery/landinglight/ds2/delaythree, /turf/open/floor/plating, /area/lv522/landing_zone_2) +"vJA" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1 + }, +/obj/structure/prop/ice_colony/hula_girl{ + layer = 3.1; + pixel_x = 9; + pixel_y = 13 + }, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_small_bl_full"; + pixel_y = 9 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) "vJD" = ( /obj/structure/window/framed/strata/reinforced, /obj/structure/curtain/red, /turf/open/floor/plating, /area/lv522/indoors/c_block/casino) +"vJE" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/bridges/op_centre) "vJO" = ( /obj/structure/cargo_container/kelland/right{ layer = 2.9 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) -"vJW" = ( -/obj/item/clothing/shoes/veteran/pmc{ - name = "steel toe boots" - }, -/obj/structure/machinery/light, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"vKc" = ( -/obj/effect/spawner/gibspawner/xeno, +"vJP" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red{ - dir = 1; - pixel_y = 26 +/obj/structure/bed/chair{ + dir = 1 }, -/turf/open/floor/prison/blue/north, -/area/lv522/indoors/a_block/hallway) +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/indoors/a_block/fitness) +"vKd" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "Bathroom" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) "vKe" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/op_centre) "vKj" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/north_command_centre) -"vKn" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/radio{ - pixel_x = 6; - pixel_y = 11 +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 8; + name = "\improper Dormitories" }, -/obj/item/device/radio{ - pixel_x = -8; - pixel_y = 4 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/hallway) +"vKo" = ( +/obj/structure/barricade/wooden, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"vKr" = ( +/turf/open/floor/corsat/browncorner/west, +/area/lv522/atmos/filt) "vKO" = ( /obj/effect/decal/warning_stripes{ icon_state = "NE-out"; @@ -46307,95 +46311,46 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) -"vKZ" = ( -/obj/structure/machinery/conveyor{ - dir = 5; - id = "cargo_container" +"vKU" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/plate, +/obj/item/trash/eat, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"vLk" = ( +/obj/structure/bed/chair/comfy, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"vLp" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, -/turf/open/floor/corsat/brown/northwest, -/area/lv522/atmos/cargo_intake) -"vLm" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/filt) -"vLn" = ( -/obj/structure/machinery/light/double{ +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"vLx" = ( +/obj/structure/machinery/vending/hydroseeds, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"vLL" = ( +/obj/vehicle/powerloader{ dir = 4; - pixel_y = -5 - }, -/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"vLz" = ( -/obj/effect/decal{ - icon = 'icons/mob/xenos/effects.dmi'; - icon_state = "acid_weak"; - layer = 2; - name = "weak acid" - }, -/obj/item/stack/sheet/metal, -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "Sec-Kitchen-Lockdown"; - name = "\improper Storm Shutters" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/security) -"vLB" = ( -/obj/item/prop/helmetgarb/lucky_feather{ - pixel_x = 11; - pixel_y = 10 - }, -/obj/item/device/implanter/subdermal_armor, -/turf/open/floor/corsat/plate, -/area/lv522/oob) -"vLN" = ( -/obj/structure/machinery/camera/autoname{ - dir = 8 - }, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) -"vLT" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/tool/shovel/etool/folded, -/obj/item/tool/soap/deluxe{ - pixel_x = 4; - pixel_y = 13 + layer = 3.5 }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) -"vMa" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/faxmachine/uscm/brig, /obj/structure/machinery/light{ - dir = 1 + dir = 8 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security/glass) +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/north) +"vMc" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/north_command_centre) "vMu" = ( /obj/item/weapon/gun/boltaction, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"vMx" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo/glass) -"vMy" = ( -/obj/structure/machinery/door/airlock/almayer/maint, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/casino) -"vMB" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, -/obj/item/stack/folding_barricade, -/turf/open/floor/prison/darkredfull2, -/area/lv522/outdoors/colony_streets/north_street) "vMJ" = ( /obj/structure/surface/table/gamblingtable, /obj/item/toy/deck{ @@ -46404,18 +46359,20 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"vNe" = ( -/obj/structure/machinery/door/airlock/almayer/maint{ - dir = 1; - welded = 1 +"vMP" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/corsat/marked, -/area/lv522/landing_zone_1/tunnel/far) -"vNf" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness/glass) +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/bridges/corpo) +"vMT" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "30" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "vNi" = ( /obj/item/prop/alien/hugger, /obj/effect/decal/cleanable/dirt, @@ -46431,6 +46388,12 @@ }, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor) +"vNC" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/south) "vNO" = ( /obj/structure/barricade/wooden{ dir = 4 @@ -46438,6 +46401,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) +"vNZ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/browncorner, +/area/lv522/atmos/east_reactor/south) "vOb" = ( /obj/structure/machinery/door_control{ id = "mining_secure_blast_1"; @@ -46445,42 +46415,29 @@ }, /turf/closed/wall/shiva/prefabricated/reinforced, /area/lv522/indoors/lone_buildings/storage_blocks) -"vOm" = ( -/turf/open/floor/prison/blue/northwest, -/area/lv522/indoors/a_block/admin) -"vOo" = ( -/obj/structure/window/framed/corsat/hull, -/turf/open/floor/corsat/marked, -/area/lv522/oob) -"vOp" = ( -/obj/structure/machinery/door/poddoor/shutters/almayer{ - dir = 4; - id = "Reactor_garage_3" - }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/reactor_garage) -"vOu" = ( -/obj/structure/platform{ - dir = 8 - }, -/obj/structure/ore_box, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/lv522/indoors/c_block/cargo) -"vOF" = ( -/obj/structure/barricade/wooden{ - dir = 4 - }, +"vOe" = ( +/obj/structure/cargo_container/grant/right, +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/outdoors/w_rockies) +"vOr" = ( +/obj/structure/prop/server_equipment/yutani_server/broken, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/command_centre) +"vOy" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, +/turf/open/floor/corsat/marked, /area/lv522/indoors/c_block/mining) -"vOX" = ( -/obj/item/prop/colony/canister{ - pixel_y = 7 - }, -/obj/structure/surface/table/almayer, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/north) +"vOE" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/cargo_intake) +"vOL" = ( +/turf/open/floor/prison/darkpurple2/southeast, +/area/lv522/indoors/a_block/dorms) +"vPa" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/west, +/area/lv522/indoors/a_block/admin) "vPk" = ( /obj/effect/decal/warning_stripes{ icon_state = "E"; @@ -46488,16 +46445,6 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/nw_rockies) -"vPp" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/platebot, -/area/lv522/indoors/c_block/cargo) -"vPr" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/east_reactor) "vPs" = ( /obj/structure/prop/dam/crane/damaged, /obj/structure/platform, @@ -46506,10 +46453,37 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/garage) +"vPt" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"vPy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) "vPz" = ( /obj/structure/platform, /turf/open/floor/plating, /area/lv522/indoors/c_block/garage) +"vPE" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/machinery/disposal, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) +"vPH" = ( +/obj/structure/barricade/wooden{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/kitchen/glass) +"vPN" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2) "vPO" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 8; @@ -46517,87 +46491,52 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"vPP" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"vPY" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/east) -"vQf" = ( -/obj/item/weapon/gun/revolver/spearhead, -/obj/item/clothing/head/soft/sec, -/obj/structure/curtain/medical, -/turf/open/floor/strata/white_cyan3/east, -/area/lv522/indoors/a_block/medical/glass) -"vQQ" = ( -/obj/structure/closet/bodybag, +"vQm" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/hardhat, +/obj/item/clothing/head/hardhat, +/obj/item/tool/pickaxe, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/medical/glass) -"vRg" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/obj/structure/platform{ +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"vRm" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/south_street) -"vRs" = ( -/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_21"; - layer = 3.1; - name = "synthethic potted plant"; - pixel_y = 12 - }, -/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/east) -"vRE" = ( +/area/lv522/atmos/east_reactor/south) +"vRC" = ( +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/lone_buildings/chunk) +"vSs" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname{ +/obj/structure/machinery/space_heater/radiator/red{ dir = 8 }, -/obj/structure/machinery/light/small{ - dir = 4 +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"vSt" = ( +/obj/structure/platform_decoration{ + dir = 1 }, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges/corpo) -"vSe" = ( -/obj/structure/prop/invuln/fire{ - pixel_x = 10; - pixel_y = 32 +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "16" +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"vSi" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_street) +"vSy" = ( +/obj/structure/machinery/light{ + pixel_x = 16 }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/west) -"vSq" = ( -/obj/structure/bed/chair/comfy, -/turf/open/floor/corsat/brown/southwest, -/area/lv522/atmos/command_centre) -"vSE" = ( -/obj/structure/platform, -/turf/open/floor/prison/darkpurple2, -/area/lv522/indoors/a_block/dorms) -"vSF" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/west_reactor) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/bridge) "vSM" = ( /obj/structure/tunnel, /turf/open/auto_turf/shale/layer1, @@ -46614,23 +46553,14 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/executive) +"vSW" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) "vSZ" = ( -/obj/structure/surface/rack, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/structure/machinery/camera/autoname{ - dir = 4 - }, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"vTd" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/atmos/cargo_intake) +/obj/structure/bed/chair/comfy, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security/glass) "vTn" = ( /obj/structure/barricade/wooden{ desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; @@ -46645,55 +46575,12 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) -"vTq" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/prison, -/area/lv522/indoors/lone_buildings/storage_blocks) -"vTG" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"vTI" = ( -/obj/item/prop/alien/hugger, -/obj/structure/machinery/light, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"vTL" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/surface/rack, -/obj/item/stack/sheet/mineral/gold/small_stack, -/obj/item/ore/silver, -/obj/item/ore/silver, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) "vTO" = ( /obj/structure/machinery/landinglight/ds1{ dir = 1 }, /turf/open/floor/plating, /area/lv522/landing_zone_1) -"vTR" = ( -/obj/structure/cargo_container/horizontal/blue/middle, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/east) -"vTS" = ( -/obj/item/clothing/mask/facehugger{ - desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; - icon_state = "facehugger_impregnated"; - layer = 3; - name = "????"; - stat = 2 - }, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_2) "vUe" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 @@ -46705,26 +46592,63 @@ /obj/structure/foamed_metal, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms/glass) -"vUt" = ( -/obj/structure/surface/table/almayer, -/obj/item/tool/weldingtool{ - pixel_x = -7; - pixel_y = 3 - }, -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/east_reactor/north) -"vUW" = ( -/obj/structure/surface/table/reinforced/prison, -/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."; +"vUr" = ( +/obj/structure/stairs/perspective{ dir = 4; - layer = 3.2; - name = "Television set"; - network = null; - pixel_y = 3 + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/landing_zone_1) +"vUs" = ( +/obj/item/tool/wet_sign{ + pixel_x = -11; + pixel_y = 21 + }, +/obj/effect/decal/cleanable/vomit, +/obj/item/tool/mop{ + pixel_x = -6; + pixel_y = 21 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) +/area/lv522/indoors/c_block/cargo) +"vUC" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) +"vUL" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"vUN" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_full" + }, +/obj/structure/platform/stair_cut{ + icon_state = "platform_stair_alt" + }, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/indoors/a_block/bridges/dorms_fitness) +"vUT" = ( +/obj/structure/surface/table/almayer, +/obj/item/toy/blink{ + pixel_x = 3; + pixel_y = 10 + }, +/obj/item/toy/deck, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness/glass) "vVd" = ( /obj/structure/cargo_container/kelland/left, /obj/effect/decal/warning_stripes{ @@ -46736,38 +46660,25 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_west_street) -"vVn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light{ - dir = 4 +"vVm" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 }, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/dorms) -"vVy" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"vVt" = ( +/obj/structure/cargo_container/watatsumi/right, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_west_street) +"vVR" = ( +/obj/structure/platform_decoration, /obj/structure/stairs/perspective{ - dir = 4; + dir = 10; icon_state = "p_stair_full" }, -/obj/structure/platform, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/south_street) -"vVC" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) -"vVF" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/indoors/a_block/fitness) -"vVG" = ( -/obj/effect/decal/cleanable/blood, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) +/turf/open/asphalt/cement/cement3, +/area/lv522/landing_zone_1) "vVS" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -46775,92 +46686,58 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"vWk" = ( -/obj/structure/powerloader_wreckage, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) +"vWi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "vWl" = ( /obj/item/prop/alien/hugger, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/prison, -/area/lv522/indoors/a_block/dorms) -"vWw" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/reagent_container/food/snacks/meat, -/obj/item/reagent_container/food/snacks/meat{ - pixel_x = 3; - pixel_y = 7 - }, -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 +/turf/open/floor/prison, +/area/lv522/indoors/a_block/dorms) +"vWs" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, -/turf/open/floor/strata/white_cyan1, -/area/lv522/indoors/lone_buildings/chunk) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) +"vWx" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 1 + }, +/turf/open/floor/bcircuit, +/area/lv522/indoors/a_block/admin) "vWI" = ( /obj/structure/largecrate/random, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"vWK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) +"vWO" = ( +/obj/structure/tent/big, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_street) +"vWV" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/browncorner/east, +/area/lv522/atmos/west_reactor) "vXc" = ( /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"vXo" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/cargo_intake) -"vXt" = ( -/obj/structure/fence{ - layer = 2.9 +"vXM" = ( +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/outdoors/colony_streets/south_west_street) -"vXu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/prop/colony/used_flare, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/bridges/op_centre) -"vXz" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"vXA" = ( -/turf/open/floor/prison/floor_plate, -/area/lv522/landing_zone_1) -"vXB" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/north_east_street) -"vXK" = ( -/turf/open/floor/plating/plating_catwalk/prison, -/area/lv522/landing_zone_1/ceiling) -"vXO" = ( -/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"vXN" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) -"vXP" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/filt) +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/c_block/t_comm) "vXY" = ( /obj/structure/barricade/handrail/strata{ dir = 8 @@ -46869,10 +46746,34 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"vYg" = ( -/obj/structure/largecrate/random, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/n_rockies) +"vYj" = ( +/obj/structure/surface/table/almayer{ + dir = 1; + flipped = 1 + }, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges/garden_bridge) +"vYq" = ( +/obj/structure/closet/secure_closet/freezer/fridge/full, +/obj/item/reagent_container/food/condiment/enzyme, +/obj/item/reagent_container/food/condiment/enzyme, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) +"vYu" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/firstaid/adv/empty, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) +"vYx" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/barricade/wooden, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/bridges/garden_bridge) "vYK" = ( /obj/structure/platform_decoration{ dir = 8 @@ -46884,40 +46785,87 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"vYP" = ( +"vYO" = ( +/obj/item/stack/folding_barricade, /obj/effect/decal/warning_stripes{ icon_state = "E"; pixel_x = 1 }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"vYP" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"vYT" = ( +/obj/structure/surface/table/almayer, /obj/effect/decal/cleanable/dirt, -/obj/item/prop/alien/hugger{ - pixel_x = -7; +/obj/structure/phone_base/colony_net{ + dir = 1; + phone_category = "LV522 Chances Claim"; + phone_color = "red"; + phone_id = "LZ1 Checkpoint"; + pixel_x = 4; pixel_y = -5 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/outdoors/colony_streets/north_street) -"vYS" = ( +/obj/item/tool/stamp/denied{ + pixel_x = -11; + pixel_y = 8 + }, +/obj/item/clothing/head/hardhat/white{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv522/landing_zone_1/ceiling) +"vZb" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/corsat/browncorner/east, -/area/lv522/atmos/east_reactor) -"vZj" = ( -/obj/structure/tunnel/maint_tunnel{ - pixel_y = 6 +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor/east) +"vZc" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -4; + pixel_y = 24 }, -/turf/open/floor/prison/darkpurplefull2, +/obj/structure/prop/invuln/pipe_water{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/plating/platingdmg3, /area/lv522/indoors/a_block/dorms) -"vZo" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) "vZy" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/security) +"vZz" = ( +/obj/structure/fence{ + layer = 2.9 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/floor3/east, +/area/lv522/outdoors/colony_streets/south_street) +"vZA" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/prison/darkpurple2/north, +/area/lv522/indoors/a_block/dorms) +"vZN" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/colony_streets/north_east_street) "vZP" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/prison, @@ -46931,22 +46879,24 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) +"vZX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/athletic_mixed, +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) "wao" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/plating, /area/lv522/indoors/c_block/garage) -"waK" = ( -/obj/structure/machinery/light, -/obj/structure/machinery/disposal, -/turf/open/floor/strata/multi_tiles, -/area/lv522/indoors/c_block/mining) -"waP" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/light{ +"was" = ( +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/filt) +"waA" = ( +/obj/structure/platform{ dir = 4 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) +/turf/open/asphalt/cement/cement12, +/area/lv522/landing_zone_2) "waQ" = ( /obj/structure/platform, /obj/structure/platform{ @@ -46954,17 +46904,14 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/south_east_street) -"waW" = ( -/obj/structure/closet/fireaxecabinet{ - pixel_y = 29 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) "waZ" = ( /obj/item/trash/uscm_mre, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) +"wbg" = ( +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_street) "wbj" = ( /obj/structure/machinery/cm_vending/sorted/tech/comp_storage{ density = 0; @@ -46978,114 +46925,75 @@ }, /turf/open/floor/prison, /area/lv522/indoors/lone_buildings/engineering) -"wbr" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/west_reactor) "wbt" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/w_rockies) +"wbw" = ( +/obj/structure/barricade/deployable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"wbM" = ( +/obj/structure/cargo_container/horizontal/blue/top, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/atmos/cargo_intake) "wbR" = ( /turf/open/floor/plating, /area/lv522/atmos/filt) -"wbU" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/north_command_centre) -"wcs" = ( -/obj/structure/platform{ - dir = 8 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/south_east_street) -"wcu" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/filt) -"wcD" = ( -/turf/open/floor/wood/wood_broken6, -/area/lv522/indoors/b_block/bar) -"wcG" = ( -/obj/structure/bed/chair{ +"wcc" = ( +/obj/structure/barricade/deployable{ dir = 4 }, +/obj/effect/landmark/survivor_spawner/lv522_forecon_marksman, +/turf/open/floor/plating/platingdmg3/west, +/area/lv522/indoors/a_block/admin) +"wci" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/blue/southwest, +/area/lv522/indoors/a_block/admin) +"wcr" = ( +/turf/open/shuttle/dropship/can_surgery/light_grey_bottom_right, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"wcS" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"wcK" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"wcV" = ( -/obj/structure/stairs/perspective{ - dir = 10; - icon_state = "p_stair_full" - }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/north_east_street) -"wdb" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/north_east_street) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/atmos/outdoor) "wdd" = ( /obj/item/stack/sheet/wood, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"wde" = ( -/obj/structure/cargo_container/horizontal/blue/bottom, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/outdoors/colony_streets/north_east_street) "wdj" = ( /turf/open/floor/prison, /area/lv522/indoors/lone_buildings/engineering) -"wdA" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/briefcase{ - pixel_y = 6 +"wdx" = ( +/obj/structure/machinery/light{ + dir = 4 }, -/obj/item/storage/briefcase, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"wdC" = ( -/obj/structure/surface/table/almayer, -/obj/item/circuitboard/apc, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp/on, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"wdS" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "5" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) "wdY" = ( /obj/structure/platform{ dir = 1 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_1) -"web" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/open/floor/prison/darkpurple2/north, -/area/lv522/indoors/a_block/dorms) "wef" = ( -/obj/structure/machinery/vending/hydroseeds, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"wej" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper A-Block Dorms And Office Airlock"; - welded = 1 +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/prison, +/area/lv522/atmos/sewer) "wes" = ( /obj/structure/platform_decoration{ dir = 4 @@ -47096,21 +47004,21 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_1) -"wev" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/foamed_metal, +"wex" = ( +/obj/effect/decal/cleanable/blood/gibs/xeno, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) -"weB" = ( -/obj/effect/landmark/corpsespawner/colonist/burst, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"weH" = ( -/turf/open/asphalt/cement/cement9, -/area/lv522/outdoors/colony_streets/north_east_street) +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/c_block/mining) +"weF" = ( +/obj/structure/prop/server_equipment/yutani_server{ + density = 0; + pixel_y = 16 + }, +/obj/structure/machinery/atm{ + pixel_y = 11 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) "weJ" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 1 @@ -47128,6 +47036,10 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) +"weP" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) "weQ" = ( /obj/structure/machinery/light{ dir = 1 @@ -47142,6 +47054,28 @@ /obj/effect/decal/cleanable/dirt, /turf/closed/wall/strata_outpost, /area/lv522/indoors/a_block/dorms) +"weV" = ( +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_2) +"wff" = ( +/obj/structure/surface/table/almayer, +/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."; + layer = 3.2; + name = "Television set"; + network = null; + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"wfk" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/cargo_intake) "wfl" = ( /obj/structure/surface/table/almayer, /obj/item/toy/deck{ @@ -47154,32 +47088,23 @@ /obj/structure/pipes/standard/manifold/fourway/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"wfB" = ( -/obj/structure/pipes/vents/pump, -/obj/effect/decal/warning_stripes{ - icon_state = "SW-out"; - pixel_x = -1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - pixel_x = -1; - pixel_y = 2 - }, -/obj/structure/machinery/light{ - dir = 8 +"wfq" = ( +/obj/structure/bed/chair{ + dir = 1 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) +/turf/open/floor/prison/darkpurple2/north, +/area/lv522/indoors/a_block/dorms) +"wfA" = ( +/obj/structure/cargo_container/hd/right/alt, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/north_command_centre) "wfF" = ( -/obj/structure/largecrate, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/west) -"wfJ" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper A-Block Fitness Centre Airlock" }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/fitness) "wfP" = ( /turf/open/floor/plating, /area/lv522/landing_zone_1/tunnel) @@ -47187,62 +47112,58 @@ /obj/structure/girder/displaced, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) +"wgm" = ( +/obj/structure/barricade/deployable{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv522/outdoors/colony_streets/north_east_street) "wgn" = ( /obj/structure/largecrate/random, /turf/open/floor/prison, /area/lv522/outdoors/n_rockies) +"wgs" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv522/outdoors/colony_streets/north_east_street) "wgH" = ( /obj/structure/largecrate/random, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"wgI" = ( -/obj/structure/prop/vehicles/crawler{ - dir = 8; - layer = 3.1 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) -"wgM" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/north_command_centre) "wgR" = ( /obj/structure/pipes/vents/pump, /turf/open/floor/prison, /area/lv522/indoors/c_block/garage) +"wgU" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/prop/almayer/computers/sensor_computer2, +/obj/structure/machinery/door_control/brbutton/alt{ + id = "Marked_1"; + name = "remote door-control"; + pixel_x = 7; + pixel_y = 16 + }, +/obj/structure/machinery/door_control/brbutton/alt{ + id = "Marked_2"; + name = "remote door-control"; + pixel_x = -8; + pixel_y = 16 + }, +/turf/open/floor/corsat/brown/northeast, +/area/lv522/oob) "wgW" = ( /turf/open/floor/carpet, /area/lv522/indoors/a_block/executive) -"whb" = ( -/obj/structure/largecrate/random/barrel, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) "whg" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/autopsy_scanner, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical) -"whj" = ( -/obj/structure/closet/bodybag, -/obj/structure/curtain/medical, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/medical/glass) -"whl" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper C-Block - Garage Airlock" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/garage) -"why" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/turf/open/gm/river, -/area/lv522/landing_zone_1/tunnel/far) +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) "whE" = ( /obj/structure/cargo_container/horizontal/blue/top{ layer = 3.1; @@ -47255,30 +47176,39 @@ /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) "whI" = ( -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/bridge) -"whL" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper A-Block Security Airlock" - }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/indoors/c_block/t_comm) +"whS" = ( /obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "Sec-Kitchen-Lockdown"; - name = "\improper Storm Shutters" +/turf/open/floor/corsat/squares, +/area/lv522/atmos/north_command_centre) +"whY" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/security) -"wia" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "19" +/obj/item/prop/colony/usedbandage{ + dir = 9 }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"wih" = ( -/obj/structure/platform_decoration{ - dir = 1 +/turf/open/floor/prison/blue/northwest, +/area/lv522/indoors/a_block/admin) +"wic" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) +/obj/structure/largecrate/random, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"wip" = ( +/turf/open/floor/corsat/squares, +/area/lv522/indoors/c_block/mining) +"wis" = ( +/obj/item/reagent_container/spray/cleaner/drone{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor) "wiz" = ( /obj/structure/desertdam/decals/road_edge{ pixel_x = 2; @@ -47291,6 +47221,13 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/fitness/glass) +"wiC" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/bridge) "wiE" = ( /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) @@ -47302,16 +47239,11 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/security) -"wiM" = ( -/obj/structure/cargo_container/horizontal/blue/bottom, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/east) -"wiQ" = ( +"wiK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/floor/corsat/plate, -/area/lv522/atmos/filt) -"wiS" = ( -/turf/open/asphalt/cement/cement2, -/area/lv522/outdoors/nw_rockies) +/area/lv522/atmos/east_reactor/south) "wiU" = ( /obj/item/pipe, /obj/effect/decal/cleanable/dirt, @@ -47323,15 +47255,27 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_1) +"wja" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_east_street) "wjf" = ( /obj/structure/bed/chair/wood/normal{ dir = 8 }, /turf/open/floor/carpet, /area/lv522/indoors/c_block/casino) -"wjD" = ( -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/north_west_street) +"wjv" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges/garden_bridge) "wjE" = ( /obj/structure/platform_decoration{ dir = 8 @@ -47355,14 +47299,9 @@ }, /turf/open/floor/prison, /area/lv522/indoors/lone_buildings/outdoor_bot) -"wkh" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/foamed_metal, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) +"wkm" = ( +/turf/closed/wall/solaris/reinforced/hull/lv522, +/area/lv522/indoors/lone_buildings/storage_blocks) "wko" = ( /obj/effect/decal/warning_stripes{ icon_state = "NE-out"; @@ -47371,54 +47310,32 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_street) -"wkv" = ( +"wkT" = ( +/obj/structure/closet/basketball, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"wla" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/prison/cell_stripe/east, -/area/lv522/indoors/c_block/cargo) -"wkJ" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper A-Block Security Airlock" - }, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/north_command_centre) +"wlh" = ( +/obj/structure/largecrate/random, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) +"wlk" = ( +/obj/structure/girder, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/north_street) +"wlm" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "Sec-Kitchen-Lockdown"; - name = "\improper Storm Shutters" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/security) -"wkM" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/glass) -"wkX" = ( -/obj/structure/closet/secure_closet/miner, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"wlq" = ( -/obj/item/pamphlet/skill/powerloader, -/obj/structure/surface/table/almayer, -/obj/structure/machinery/light{ - dir = 1 - }, /turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/north) -"wlu" = ( -/obj/item/stack/sheet/metal, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/pipes/vents/pump, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/glass) +/area/lv522/atmos/command_centre) "wlw" = ( /obj/structure/surface/table/woodentable/fancy, /obj/item/device/flashlight/lamp/green{ @@ -47437,41 +47354,57 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"wlI" = ( +"wlD" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/maintenance_jack, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) -"wlM" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/turf/open/floor/prison/blue/north, +/area/lv522/indoors/a_block/hallway) +"wlE" = ( +/obj/structure/filingcabinet/chestdrawer{ + density = 0; + pixel_x = -8; + pixel_y = 16 }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/west_reactor) -"wlX" = ( -/obj/structure/machinery/light{ - dir = 1 +/obj/structure/filingcabinet/chestdrawer{ + density = 0; + pixel_x = 7; + pixel_y = 16 }, -/obj/structure/machinery/disposal, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical) +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"wlI" = ( +/obj/effect/landmark/monkey_spawn, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/filt) "wma" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/asphalt/cement/cement9, -/area/lv522/outdoors/colony_streets/central_streets) +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) "wmk" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/fitness) -"wmn" = ( -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor) +"wmm" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/bridge) +"wmq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/south_west_street) "wms" = ( /obj/structure/cargo_container/wy/left, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/w_rockies) +"wmF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/corpo) "wmJ" = ( /obj/structure/surface/table/almayer, /obj/item/tool/pen{ @@ -47483,58 +47416,82 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/landing_zone_2/ceiling) -"wmV" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/browncorner/west, -/area/lv522/atmos/cargo_intake) -"wnd" = ( -/obj/item/device/defibrillator, -/obj/structure/pipes/standard/simple/hidden/green, +"wmM" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/vehicle/powerloader/ft{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/north) +"wni" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/corpsespawner/colonist/burst, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"wnq" = ( +/obj/structure/bed/sofa/south/grey/right{ + pixel_y = 16 + }, +/obj/structure/machinery/light{ + dir = 4 + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/medical/glass) +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "wnu" = ( /obj/structure/cargo_container/wy/right, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/w_rockies) +"wnA" = ( +/obj/item/weapon/gun/rifle/m41a{ + current_mag = null + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "wnM" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/b_block/hydro) -"wnT" = ( -/obj/structure/barricade/handrail{ - layer = 3.7 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/static_comms/net_two, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/c_block/mining) "wob" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/kitchen) -"wod" = ( -/obj/structure/prop/ice_colony/flamingo{ - dir = 5; - pixel_x = 15 - }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/east_central_street) "woq" = ( /obj/structure/cargo_container/horizontal/blue/bottom, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"wou" = ( -/obj/structure/machinery/disposal, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +"wos" = ( +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/structure/surface/rack, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/engineering) "wov" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/closed/wall/solaris/reinforced/hull/lv522, /area/lv522/oob) +"wow" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 19 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 19 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) "woy" = ( /obj/structure/largecrate/random{ pixel_x = 5 @@ -47563,60 +47520,76 @@ }, /turf/open/gm/river, /area/lv522/atmos/filt) +"woS" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/box/flashbangs{ + pixel_x = -5; + pixel_y = 5 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) "woU" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/sewer) "woV" = ( -/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 - }, +/obj/structure/surface/table/almayer, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/cyan2/east, -/area/lv522/indoors/a_block/medical) -"wpd" = ( -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/oob/w_y_vault) +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8 + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "wpn" = ( /obj/structure/window/framed/strata/reinforced, /turf/open/floor/plating, /area/lv522/indoors/c_block/casino) +"wpB" = ( +/obj/structure/bed/chair/comfy, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor/south) "wpH" = ( /obj/structure/window_frame/strata, /turf/open/floor/plating, /area/lv522/indoors/c_block/casino) +"wpW" = ( +/obj/structure/window/framed/strata/reinforced, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "Sec-Kitchen-Lockdown"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/kitchen/glass) "wqa" = ( /turf/closed/wall/shiva/prefabricated/reinforced, /area/lv522/outdoors/colony_streets/north_west_street) -"wqc" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - pixel_y = 3 +"wqh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) +"wqm" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) -"wqg" = ( -/obj/structure/largecrate/random, -/turf/open/floor/plating, -/area/lv522/indoors/c_block/cargo) -"wqz" = ( -/obj/structure/surface/table/almayer, -/obj/item/prop/almayer/flight_recorder{ - pixel_x = 9 +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/dorms) +"wqn" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_1) +"wqp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"wqv" = ( +/obj/structure/barricade/handrail{ + dir = 8 }, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/east_reactor/north) +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/prison/cell_stripe/west, +/area/lv522/indoors/lone_buildings/storage_blocks) "wqA" = ( /obj/structure/bed/chair{ dir = 8 @@ -47624,100 +47597,79 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/garage) -"wqD" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper B-Block - Hydroponics Airlock" +"wqC" = ( +/obj/structure/tunnel/maint_tunnel{ + pixel_y = 6 }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "LV_522_Hydro-Lockdown"; - name = "\improper Storm Shutters" +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"wqM" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/fence, +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/hydro) +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/outdoor) "wqU" = ( -/obj/structure/cargo_container/horizontal/blue/bottom, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2) +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper A-Block Dorms And Office Airlock" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) "wrc" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/reactor_garage) -"wrd" = ( -/obj/structure/machinery/computer/crew/colony{ - density = 0; - pixel_y = 16 +"wrh" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) -"wrf" = ( -/turf/open/asphalt/cement/cement15, -/area/lv522/outdoors/colony_streets/east_central_street) +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/east_reactor/south) +"wrt" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) "wrC" = ( /turf/closed/wall/strata_outpost, /area/lv522/indoors/a_block/corpo) -"wrH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/camera/autoname, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"wrK" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1, -/area/lv522/indoors/lone_buildings/chunk) -"wrX" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"wrZ" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/cargo_intake) -"wsg" = ( -/obj/structure/surface/table/almayer{ - dir = 8; - flipped = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/glass) -"wsh" = ( -/obj/item/prop/alien/hugger, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges/garden_bridge) -"wsm" = ( -/obj/item/prop/colony/used_flare, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/east_reactor/south) -"wsp" = ( -/obj/effect/decal/cleanable/dirt, +"wrI" = ( +/turf/open/asphalt/cement/cement9, +/area/lv522/landing_zone_2) +"wrO" = ( /obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 + icon_state = "S" }, /turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) -"wsu" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" +/area/lv522/atmos/way_in_command_centre) +"wst" = ( +/obj/structure/coatrack{ + pixel_x = -7; + pixel_y = 24 }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "UD6"; - name = "\improper Shutters" +/obj/item/clothing/suit/storage/bomber{ + pixel_x = -8; + pixel_y = 28 }, -/obj/structure/platform{ - dir = 4 +/obj/item/clothing/shoes/laceup{ + pixel_y = 7 }, -/turf/open/floor/plating, -/area/lv522/landing_zone_forecon/UD6_Typhoon) +/turf/open/floor/carpet, +/area/lv522/indoors/c_block/garage) +"wsA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/outdoors/colony_streets/north_street) "wsC" = ( /obj/structure/platform{ dir = 4 @@ -47729,15 +47681,20 @@ /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) "wsE" = ( -/obj/structure/bed/chair{ - dir = 1 +/obj/structure/coatrack{ + pixel_x = 10; + pixel_y = 9 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"wsM" = ( -/obj/structure/cargo_container/hd/mid/alt, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/north_command_centre) +/obj/item/clothing/suit/storage/snow_suit/survivor/parka/yellow{ + pixel_x = 8; + pixel_y = 13 + }, +/obj/item/clothing/suit/storage/snow_suit/survivor/parka/green{ + pixel_x = 8; + pixel_y = 11 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) "wsT" = ( /obj/structure/machinery/light{ dir = 4 @@ -47749,71 +47706,65 @@ /mob/living/simple_animal/mouse, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"wsV" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/reactor_garage) "wsY" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) -"wtb" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) +"wtc" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/atmos/cargo_intake) "wth" = ( /obj/structure/prop/ice_colony/ground_wire{ dir = 1 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"wtq" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) "wtE" = ( -/obj/structure/machinery/light{ - dir = 1 +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/east_reactor) +"wuy" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 }, -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) -"wtV" = ( -/obj/structure/machinery/light{ - dir = 8 +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"wtY" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"wuB" = ( +/obj/structure/machinery/vending/cigarette/colony, +/obj/structure/machinery/light{ dir = 4 }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/north_command_centre) -"wtZ" = ( -/obj/structure/bed/chair/comfy, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/cargo_intake) -"wuE" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"wuD" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 2; + id = "map_corpo"; + indestructible = 1; + name = "Emergency Blast Door"; + unacidable = 1; + use_power = 0 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/executive) -"wuN" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/machinery/door/poddoor/almayer{ + dir = 2; + id = "map_corpo2"; + indestructible = 1; + name = "Emergency Blast Door"; + unacidable = 1; + use_power = 0 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/bridges/dorms_fitness) +/turf/open/floor/corsat/marked, +/area/lv522/oob) "wuX" = ( /obj/structure/bed/chair/wood/normal{ dir = 4 @@ -47824,6 +47775,12 @@ /obj/structure/window/framed/strata/reinforced, /turf/open/floor/plating, /area/lv522/indoors/a_block/corpo) +"wuZ" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/north_east_street) "wvd" = ( /obj/structure/prop/dam/crane/damaged, /turf/open/auto_turf/sand_white/layer0, @@ -47832,15 +47789,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/lone_buildings/outdoor_bot) -"wvC" = ( -/obj/structure/platform_decoration, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_east_street) -"wvR" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"wvF" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, -/turf/open/floor/prison/floor_plate, +/turf/open/asphalt/cement/cement4, /area/lv522/outdoors/colony_streets/north_street) "wvY" = ( /obj/structure/window/framed/strata/reinforced, @@ -47852,109 +47807,82 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/c_block/mining) -"wwd" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) "wwe" = ( /obj/item/prop/alien/hugger, /obj/structure/pipes/standard/manifold/fourway/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms) -"wwg" = ( -/obj/structure/machinery/door/poddoor/almayer/closed{ - dir = 4; - id = "Corpo Vault"; - name = "Vault Lockdown" - }, -/obj/effect/landmark/lv624/fog_blocker/short, -/turf/open/floor/corsat/marked, -/area/lv522/oob/w_y_vault) -"wwD" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/obj/structure/machinery/light, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) -"wwF" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/glass) -"wwG" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/toolbox/emergency, -/turf/open/floor/plating/plating_catwalk/prison, -/area/lv522/atmos/way_in_command_centre) -"wwK" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"wxh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/bridge) -"wxn" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"wxT" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"wwt" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 }, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/east_reactor/south) +"wwG" = ( /obj/structure/surface/table/almayer, -/obj/structure/window/reinforced{ - dir = 4 +/obj/item/storage/toolbox/emergency, +/turf/open/floor/plating/plating_catwalk/prison, +/area/lv522/atmos/way_in_command_centre) +"wwW" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/obj/structure/machinery/light{ + dir = 8 }, -/obj/effect/spawner/random/toy, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/fitness/glass) +/turf/open/floor/strata/white_cyan3/west, +/area/lv522/indoors/a_block/medical/glass) +"wxK" = ( +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security/glass) "wxZ" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"wyj" = ( -/obj/structure/largecrate, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel) -"wyE" = ( -/obj/structure/machinery/floodlight/landing, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1) -"wyN" = ( -/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 +"wyc" = ( +/obj/item/shard{ + icon_state = "medium" }, -/obj/item/stack/nanopaste{ - pixel_x = 8; - pixel_y = 15 +/obj/structure/window_frame/strata, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "LV522CIC_1"; + name = "\improper Storm Shutters" }, -/turf/open/floor/strata/cyan2/east, -/area/lv522/indoors/a_block/medical) -"wyO" = ( -/obj/structure/curtain/medical, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/admin) +"wym" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/strata/white_cyan4, -/area/lv522/indoors/a_block/medical) -"wzd" = ( +/obj/item/weapon/gun/rifle/m41a{ + current_mag = null + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"wyL" = ( +/obj/structure/closet/emcloset, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"wyR" = ( +/obj/structure/surface/table/almayer{ + dir = 8; + flipped = 1 + }, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/east_central_street) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/admin) +"wze" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/b_block/bar) "wzt" = ( /obj/item/storage/backpack/marine/satchel{ desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; @@ -47967,22 +47895,18 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/garage) +"wzw" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical) "wzx" = ( /obj/item/tool/pickaxe/silver, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"wzz" = ( -/obj/structure/surface/table/almayer, -/obj/item/ammo_box/magazine/misc/flares{ - pixel_x = -7; - pixel_y = 16 - }, -/obj/item/newspaper{ - pixel_x = 7; - pixel_y = -7 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) "wzH" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 @@ -47993,51 +47917,26 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_west_street) -"wAh" = ( -/obj/structure/platform{ - dir = 8 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) -"wAl" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/east_reactor) -"wAw" = ( -/obj/item/prop/colony/used_flare, -/obj/structure/machinery/light, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"wAJ" = ( -/obj/structure/machinery/colony_floodlight, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/garden) -"wAO" = ( +"wzT" = ( +/obj/structure/cargo_container/horizontal/blue/top, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/colony_streets/north_east_street) +"wAx" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat/marked, /area/lv522/atmos/east_reactor/east) -"wAP" = ( -/turf/open/asphalt/cement/cement9, -/area/lv522/outdoors/colony_streets/central_streets) -"wAX" = ( -/obj/item/reagent_container/food/snacks/meat/human, -/turf/open/floor/corsat/browncorner/west, -/area/lv522/oob) -"wBa" = ( -/obj/item/stack/sheet/wood/large_stack, -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, +"wAS" = ( +/obj/structure/pipes/standard/manifold/hidden/green, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/casino) -"wBu" = ( -/obj/structure/closet/secure_closet/engineering_electrical, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/engineering) +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"wBb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/tunnel/maint_tunnel{ + pixel_y = 6 + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) "wBx" = ( /obj/structure/machinery/landinglight/ds2/delayone{ dir = 1 @@ -48048,6 +47947,19 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) +"wBD" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/food/snacks/sliceable/cheesewheel{ + pixel_y = -4 + }, +/obj/item/reagent_container/food/snacks/sliceable/cheesewheel{ + pixel_y = 5 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) "wBG" = ( /obj/structure/shuttle/engine/heater{ dir = 8; @@ -48060,38 +47972,40 @@ }, /turf/closed/wall/mineral/bone_resin, /area/lv522/atmos/west_reactor) -"wBK" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +"wBP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/radio/off{ + pixel_x = -5; + pixel_y = 4 }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 +/obj/structure/machinery/light, +/obj/structure/machinery/recharger, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/c_block/t_comm) +"wBY" = ( +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) +"wBZ" = ( +/obj/structure/machinery/vending/snack{ + density = 0; + pixel_y = 16 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_street) -"wCh" = ( +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness/glass) +"wCA" = ( +/obj/vehicle/train/cargo/trolley, /turf/open/floor/corsat/brown/east, -/area/lv522/atmos/north_command_centre) -"wCo" = ( +/area/lv522/atmos/filt) +"wCG" = ( +/obj/structure/platform_decoration, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_east_street) +"wCK" = ( +/obj/structure/closet/secure_closet/freezer/fridge/full, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/hallway) -"wCx" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"wCz" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) +/area/lv522/indoors/b_block/bar) "wCM" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 @@ -48105,74 +48019,24 @@ "wDa" = ( /turf/open/floor/prison, /area/lv522/landing_zone_2) -"wDg" = ( -/obj/structure/surface/rack, -/obj/structure/barricade/handrail/strata{ - dir = 4 - }, -/obj/structure/machinery/light/double, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/mining) "wDj" = ( /turf/closed/wall/strata_outpost, /area/lv522/outdoors/colony_streets/windbreaker/observation) -"wDr" = ( -/obj/item/ammo_magazine/rifle/heap{ - current_rounds = 0 - }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/north_street) -"wDF" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_street) -"wDG" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/security/glass) -"wDH" = ( -/obj/item/ammo_magazine/rifle/heap{ - current_rounds = 0 - }, +"wDz" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/medical) +"wDI" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/light, /turf/open/floor/corsat/plate, /area/lv522/atmos/east_reactor/south) -"wDJ" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"wDP" = ( -/obj/effect/spawner/gibspawner/human, -/obj/item/clothing/suit/storage/marine/smartgunner, +"wDQ" = ( /obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/prison/darkpurple2/north, -/area/lv522/indoors/a_block/dorms) -"wDR" = ( -/obj/structure/surface/table/almayer, -/obj/item/tank/emergency_oxygen/engi{ - pixel_x = 7; - pixel_y = 3 - }, -/obj/item/tank/emergency_oxygen/engi, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) -"wDW" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/item/prop/colony/usedbandage{ - dir = 9 - }, -/turf/open/floor/prison/blue/northwest, -/area/lv522/indoors/a_block/admin) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) "wDZ" = ( /obj/structure/surface/table/almayer, /obj/structure/flora/pottedplant{ @@ -48184,10 +48048,38 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms) -"wEe" = ( +"wEg" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"wEq" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/recharger{ + pixel_y = 1 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"wEy" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) +"wEA" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/browncorner/west, +/area/lv522/atmos/east_reactor/east) +"wEO" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_full" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/dorms) "wEP" = ( /obj/structure/prop/invuln/ice_prefab/standalone/trim{ icon_state = "white_trim" @@ -48198,62 +48090,68 @@ /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) "wER" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor) -"wES" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 +/obj/structure/bed/chair{ + dir = 4 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) "wEW" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"wFc" = ( -/turf/open/asphalt/cement, -/area/lv522/landing_zone_1) "wFd" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper C-Block - Cargo Airlock" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/bridge) -"wFg" = ( -/obj/item/tool/crowbar, -/turf/open/asphalt/cement/cement15, -/area/lv522/outdoors/colony_streets/north_west_street) -"wFm" = ( -/obj/structure/machinery/colony_floodlight{ - layer = 4.3; - pixel_y = 9 - }, -/turf/open/floor/corsat/marked, -/area/lv522/outdoors/colony_streets/north_street) -"wFu" = ( -/obj/structure/machinery/conveyor{ - dir = 8; - id = "cargo_container" - }, -/obj/structure/largecrate/random, -/turf/open/floor/corsat/brown/northeast, -/area/lv522/atmos/cargo_intake) +/obj/structure/surface/table/reinforced/prison, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"wFj" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"wFl" = ( +/turf/open/floor/corsat/browncorner/north, +/area/lv522/atmos/east_reactor/south) "wFC" = ( /obj/structure/largecrate/random/secure, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/mining) "wFE" = ( -/obj/effect/decal/cleanable/blood/oil, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo/glass) +/obj/effect/decal/cleanable/blood, +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/east_reactor/south) +"wFH" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/obj/item/bedsheet/brown{ + pixel_y = 13 + }, +/obj/item/bedsheet/brown{ + layer = 3.1 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "wFL" = ( /obj/structure/prop/invuln/overhead_pipe{ dir = 8; @@ -48263,35 +48161,49 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/mining) +"wFQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan3/west, +/area/lv522/indoors/a_block/medical/glass) "wFS" = ( -/obj/structure/machinery/vending/dinnerware, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) -"wGe" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/east_reactor/south) +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper A-Block Dorms And Office Airlock" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/dorms) +"wFW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/machinery/light, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) "wGh" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"wGo" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "Showeroom" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"wGk" = ( +/turf/open/asphalt/cement/cement14, +/area/lv522/landing_zone_1) +"wGB" = ( +/obj/structure/stairs/perspective{ + dir = 6; + icon_state = "p_stair_full" }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/executive) -"wGx" = ( +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/landing_zone_1) +"wGD" = ( /obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 1; - pixel_y = 3 +/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/corsat/plate, -/area/lv522/atmos/east_reactor/south) +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) "wGH" = ( /obj/item/prop/colony/usedbandage{ dir = 5; @@ -48306,147 +48218,153 @@ /obj/item/stack/sheet/wood, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"wGR" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/obj/effect/landmark/xeno_spawn, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) "wGY" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"wHg" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/blue/southwest, -/area/lv522/indoors/a_block/admin) -"wHq" = ( -/obj/structure/fence{ - layer = 2.9 - }, +"wHd" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" }, /obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 + icon_state = "W" }, /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/south_west_street) +/area/lv522/outdoors/colony_streets/north_west_street) +"wHu" = ( +/obj/structure/stairs/perspective{ + dir = 6; + icon_state = "p_stair_full" + }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_street) +"wHB" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/item/stack/folding_barricade, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "wHF" = ( /turf/open/floor/prison, /area/lv522/indoors/lone_buildings/outdoor_bot) -"wHH" = ( -/turf/open/floor/corsat/brown/northeast, -/area/lv522/atmos/east_reactor/south) -"wHI" = ( -/obj/structure/machinery/iv_drip, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/medical) +"wHM" = ( +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/atmos/cargo_intake) "wHU" = ( /obj/structure/cargo_container/horizontal/blue/middle, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"wIc" = ( -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/nw_rockies) +"wIg" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/fence{ + layer = 2.9 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_west_street) "wIi" = ( /obj/structure/machinery/colony_floodlight{ layer = 4.3 }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/east_central_street) -"wIp" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) +"wIq" = ( +/obj/structure/platform_decoration, +/turf/open/asphalt/cement/cement2, +/area/lv522/outdoors/colony_streets/north_street) "wIr" = ( /turf/closed/wall/strata_outpost, /area/lv522/indoors/b_block/bridge) -"wIt" = ( -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/reactor_garage) "wIu" = ( /obj/structure/bed/chair/comfy{ dir = 1 }, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"wIv" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "69" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) "wIE" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/organic/grass, /area/lv522/indoors/a_block/garden) -"wIP" = ( -/turf/open/floor/strata/fake_wood, -/area/lv522/atmos/east_reactor/east) -"wIQ" = ( -/obj/item/fuel_cell{ - pixel_x = -8; - pixel_y = -2 +"wIO" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/corsat/brown/east, -/area/lv522/atmos/east_reactor) -"wJf" = ( -/obj/structure/surface/table/almayer, -/obj/item/newspaper, -/obj/structure/machinery/light, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"wJg" = ( -/obj/item/ammo_magazine/rifle/heap{ - current_rounds = 0 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"wIX" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = 13 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_street) -"wJh" = ( -/obj/structure/surface/table/almayer, -/obj/item/trash/ceramic_plate, -/obj/structure/machinery/light{ - dir = 4 +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) +/turf/open/floor/corsat/plate, +/area/lv522/indoors/c_block/mining) +"wJe" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/strata/blue1, +/area/lv522/outdoors/colony_streets/windbreaker/observation) "wJq" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/c_block/mining) -"wJs" = ( -/obj/structure/surface/table/almayer{ - flipped = 1 +"wJr" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/glass) -"wJB" = ( -/obj/structure/barricade/deployable{ - dir = 4 +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) +"wJv" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/obj/effect/landmark/survivor_spawner/lv522_forecon_marksman, -/turf/open/floor/plating/platingdmg3/west, -/area/lv522/indoors/a_block/admin) +/obj/structure/machinery/disposal, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical) +"wJx" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor) "wJH" = ( /obj/structure/largecrate/random/barrel/blue, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"wJP" = ( +"wJM" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 + dir = 5 }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/east_central_street) +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_street) "wJR" = ( -/obj/item/stack/sheet/metal, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/n_rockies) -"wKf" = ( -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/corpo/glass) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"wJS" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/radio/off{ + pixel_x = 6; + pixel_y = 7 + }, +/turf/open/floor/wood, +/area/lv522/indoors/b_block/bar) "wKg" = ( /turf/closed/wall/strata_outpost, /area/lv522/indoors/a_block/bridges/corpo) @@ -48454,18 +48372,42 @@ /obj/effect/decal/cleanable/blood/drip, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) -"wKv" = ( -/obj/structure/tunnel/maint_tunnel{ - pixel_y = 6 +"wKn" = ( +/obj/structure/reagent_dispensers/water_cooler/stacks{ + pixel_y = 16 }, -/obj/structure/machinery/light/small, -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"wKI" = ( -/obj/structure/bed/chair/comfy, -/turf/open/floor/prison/blue/southeast, -/area/lv522/indoors/a_block/hallway) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"wKD" = ( +/obj/item/stack/sheet/wood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"wKK" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/medical/glass) +"wKN" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/west_reactor) +"wKQ" = ( +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/central_streets) +"wLa" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/west_reactor) +"wLb" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 1 + }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/south_east_street) "wLd" = ( /obj/structure/machinery/light, /obj/structure/pipes/standard/simple/hidden/green{ @@ -48480,54 +48422,16 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) +"wLn" = ( +/obj/item/paper_bin/uscm{ + pixel_x = -7; + pixel_y = 7 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "wLp" = ( /turf/closed/wall/mineral/bone_resin, /area/lv522/atmos/east_reactor/west) -"wLw" = ( -/obj/structure/desertdam/decals/road_edge{ - icon_state = "road_edge_decal8"; - pixel_x = -16; - pixel_y = -16 - }, -/obj/structure/desertdam/decals/road_edge{ - icon_state = "road_edge_decal7"; - pixel_x = 16; - pixel_y = -16 - }, -/obj/structure/desertdam/decals/road_edge{ - icon_state = "road_edge_decal6"; - pixel_x = 16; - pixel_y = 16 - }, -/obj/structure/desertdam/decals/road_edge{ - icon_state = "road_edge_decal5"; - pixel_x = -16; - pixel_y = 16 - }, -/obj/structure/holohoop{ - density = 0; - pixel_y = 27 - }, -/obj/item/toy/beach_ball/holoball{ - pixel_x = 8; - pixel_y = 5 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) -"wLC" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/nw_rockies) -"wLF" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/east_reactor/west) -"wLO" = ( -/obj/effect/decal/cleanable/dirt, -/turf/closed/wall/solaris/reinforced/hull/lv522, -/area/lv522/indoors/lone_buildings/storage_blocks) "wLU" = ( /obj/structure/machinery/light{ dir = 8 @@ -48535,45 +48439,39 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms/glass) -"wMd" = ( -/obj/structure/machinery/portable_atmospherics/canister/phoron, -/turf/open/floor/corsat/squares, -/area/lv522/indoors/c_block/mining) -"wMJ" = ( -/obj/structure/barricade/deployable{ - dir = 8 +"wMn" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "Bathroom" + }, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/dorms) +"wMS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "LV_522_Hydro-Lockdown"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/b_block/bridge) +"wNg" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/fence{ + layer = 2.9 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/admin) -"wMM" = ( -/obj/structure/bed/chair/comfy, -/obj/item/stack/sheet/wood, /obj/effect/decal/warning_stripes{ - icon_state = "S" + icon_state = "N"; + pixel_y = 1 }, /obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 + icon_state = "S" }, /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/north_west_street) -"wMZ" = ( -/obj/structure/machinery/washing_machine, -/obj/structure/machinery/washing_machine{ - pixel_y = 15 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) +/area/lv522/outdoors/colony_streets/north_east_street) "wNj" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 8; - name = "\improper Dormitories" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/marked, +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, /area/lv522/indoors/a_block/hallway) "wNl" = ( /obj/structure/pipes/standard/simple/hidden/green, @@ -48581,56 +48479,48 @@ /obj/structure/closet, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"wNA" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, +"wNz" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/squares, /area/lv522/atmos/east_reactor) -"wNV" = ( -/obj/item/reagent_container/glass/bucket/janibucket{ - pixel_x = -11; - pixel_y = 16 +"wNJ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/south_street) +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/bridges/corpo) "wNX" = ( /obj/structure/bed/chair, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"wOa" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan3/southeast, -/area/lv522/indoors/a_block/medical) -"wOp" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/barricade/wooden, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/bridges/garden_bridge) -"wOL" = ( -/obj/structure/largecrate/random, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/nw_rockies) -"wOS" = ( -/obj/structure/pipes/vents/pump, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"wPb" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 +"wNZ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor/west) +"wOv" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"wPJ" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 +/obj/structure/platform, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"wOT" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "97" }, -/turf/open/floor/prison/blue/north, -/area/lv522/indoors/a_block/admin) +/area/lv522/landing_zone_forecon/UD6_Tornado) +"wPb" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/filt) +"wPx" = ( +/obj/structure/girder, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_street) "wPL" = ( /obj/structure/platform_decoration/strata{ dir = 8 @@ -48644,47 +48534,74 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_2) -"wPX" = ( -/obj/effect/spawner/gibspawner/xeno, -/obj/effect/decal/cleanable/blood/xeno{ - icon_state = "xgib3" - }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/brown/northeast, -/area/lv522/atmos/east_reactor/south) +"wPY" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/outdoor_bot) "wQa" = ( /turf/open/auto_turf/shale/layer1, /area/lv522/landing_zone_2) -"wQn" = ( -/obj/structure/prop/server_equipment/yutani_server{ - pixel_y = 17 - }, +"wQg" = ( +/obj/structure/surface/table/almayer, /obj/structure/machinery/light{ - dir = 8 + dir = 1 + }, +/obj/item/clothing/glasses/sunglasses{ + pixel_y = 5 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2/ceiling) -"wQr" = ( +/area/lv522/indoors/c_block/mining) +"wQh" = ( +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + layer = 3; + name = "????"; + stat = 2 + }, +/turf/open/floor/corsat/browncorner/north, +/area/lv522/atmos/east_reactor/south) +"wQE" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/firstaid/regular{ + pixel_x = 6; + pixel_y = 11 + }, +/obj/item/storage/firstaid/regular, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical/glass) +"wQM" = ( +/obj/structure/cargo_container/kelland/left{ + layer = 2.9 + }, +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_east_street) +"wQN" = ( +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/colony_streets/north_west_street) +"wQO" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/obj/structure/platform{ + dir = 4 + }, /obj/structure/platform{ dir = 8 }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) -"wQI" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor/south) -"wQP" = ( -/obj/structure/girder, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = 11; - pixel_y = -8 +/turf/open/floor/plating, +/area/lv522/landing_zone_1/ceiling) +"wRc" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 }, -/turf/open/floor/plating/platingdmg3, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/bridges/corpo) "wRk" = ( /obj/effect/decal/warning_stripes{ icon_state = "NW-out"; @@ -48692,14 +48609,6 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_east_street) -"wRn" = ( -/obj/structure/machinery/cm_vending/sorted/medical/no_access, -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/medical_supply_link/green, -/turf/open/floor/strata/white_cyan3/east, -/area/lv522/indoors/a_block/medical/glass) "wRp" = ( /obj/structure/surface/rack, /obj/effect/spawner/random/tool, @@ -48711,36 +48620,39 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"wRA" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison, -/area/lv522/atmos/sewer) -"wRN" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice2"; - pixel_x = -37; - pixel_y = 17 +"wRB" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/prison/blue/northeast, -/area/lv522/indoors/a_block/hallway) -"wRT" = ( -/obj/structure/surface/rack, -/obj/structure/machinery/light, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) -"wSh" = ( +/turf/open/floor/corsat/brown/northwest, +/area/lv522/atmos/east_reactor/south) +"wRR" = ( +/obj/structure/window_frame/strata, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Sec-Kitchen-Lockdown" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/kitchen/glass) +"wRS" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/east_reactor) +"wRV" = ( /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_21"; - layer = 3.1; - name = "synthethic potted plant"; - pixel_y = 14 +/obj/item/prop/alien/hugger, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) +"wSl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/obj/structure/barricade/deployable, +/obj/item/weapon/gun/rifle/m41a{ + current_mag = null + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/outdoors/colony_streets/north_street) "wSt" = ( /obj/effect/decal/cleanable/blood/gibs, /turf/open/floor/prison, @@ -48752,43 +48664,34 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/landing_zone_1) -"wSI" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/emails{ - dir = 8 - }, -/turf/open/floor/corsat/browncorner/west, -/area/lv522/atmos/cargo_intake) "wSP" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/paper_bin{ - pixel_x = 6; - pixel_y = 7 - }, -/obj/item/tool/pen/blue/clicky, -/obj/item/device/flashlight/lamp{ - pixel_x = -9; - pixel_y = 10 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"wTd" = ( -/obj/structure/bed/chair/dropship/passenger{ - dir = 8 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/bridges) +"wTp" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door_control/brbutton/alt{ + id = "Sec-Armoury-Lockdown"; + name = "remote door-control" }, -/obj/structure/machinery/light/double{ - dir = 4; - pixel_y = -5 +/obj/item/limb/hand/l_hand{ + dir = 1; + pixel_x = 9; + pixel_y = 3 }, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"wTg" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/east) +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) "wTr" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/kitchen) +"wTt" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_2/ceiling) "wTv" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/plating/plating_catwalk/prison, @@ -48816,67 +48719,52 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/carpet, /area/lv522/indoors/c_block/garage) -"wTS" = ( -/obj/structure/machinery/light{ - dir = 1 +"wTG" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/microwave{ + pixel_y = 3 + }, +/obj/structure/machinery/microwave{ + pixel_y = 15 }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/bridges/op_centre) -"wTT" = ( -/obj/structure/pipes/vents/pump, /obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/a_block/kitchen) +"wTK" = ( +/obj/item/reagent_container/food/drinks/flask/marine, +/obj/structure/pipes/vents/pump, /obj/structure/machinery/space_heater/radiator/red{ - dir = 1; - pixel_y = 26 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"wUe" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "SW-out" - }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/south_west_street) -"wUw" = ( -/obj/structure/cargo_container/kelland/left, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/lone_buildings/storage_blocks) -"wUD" = ( -/obj/structure/prop/static_tank/water, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) -"wUE" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/obj/structure/platform{ dir = 4 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) -"wUK" = ( -/obj/structure/fence{ - layer = 2.9 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"wUo" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/disposal, +/turf/open/floor/strata/multi_tiles, +/area/lv522/indoors/c_block/mining) +"wUq" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/strata/floor3/east, -/area/lv522/outdoors/colony_streets/north_street) +/turf/open/floor/prison/blue/west, +/area/lv522/indoors/a_block/admin) "wUL" = ( /obj/structure/closet/toolcloset, /turf/open/floor/plating, /area/lv522/oob) "wUX" = ( -/obj/structure/prop/dam/crane/damaged, -/turf/open/floor/prison/cell_stripe/east, -/area/lv522/indoors/lone_buildings/storage_blocks) +/obj/item/stack/tile/plasteel, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/east_reactor) +"wVm" = ( +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "25" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "wVo" = ( /obj/item/lightstick/red/spoke/planted{ pixel_x = -9; @@ -48904,84 +48792,107 @@ }, /turf/open/floor/plating, /area/lv522/oob) +"wVU" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/landing_zone_2/ceiling) "wWe" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/carpet, /area/lv522/indoors/a_block/executive) -"wWo" = ( -/obj/structure/bed/chair/comfy{ +"wWw" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/corsat/brown/northwest, -/area/lv522/atmos/east_reactor/north) -"wWI" = ( -/obj/item/stack/rods, -/turf/open/floor/prison/blue/north, -/area/lv522/indoors/a_block/hallway) +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/t_comm) +"wWK" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "61" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"wWN" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) +"wWO" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/cargo_intake) "wWX" = ( /obj/effect/decal/cleanable/blood/gibs/xeno/body, /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/a_block/bridges/dorms_fitness) -"wWY" = ( -/obj/structure/machinery/camera/autoname{ - dir = 4 - }, -/obj/structure/machinery/light/small{ +"wXa" = ( +/obj/structure/bed/chair{ dir = 8 }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/south_west_street) -"wXk" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/dorms) -"wXG" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/north_street) -"wXK" = ( +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) +"wXg" = ( +/obj/structure/cargo_container/horizontal/blue/bottom, +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/landing_zone_1) +"wXp" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/closet/secure_closet/engineering_electrical, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/c_block/t_comm) -"wXO" = ( -/obj/structure/platform_decoration{ - dir = 4 +/obj/structure/machinery/power/monitor{ + density = 0; + pixel_y = 16 }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/outdoor_bot) +"wXt" = ( +/obj/item/prop/alien/hugger, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) -"wXS" = ( -/obj/structure/fence, -/obj/effect/decal/warning_stripes{ - icon_state = "W" +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"wXE" = ( +/obj/structure/cargo_container/horizontal/blue/bottom, +/turf/open/floor/plating/platebot, +/area/lv522/indoors/c_block/cargo) +"wXI" = ( +/obj/structure/prop/structure_lattice, +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_east_street) +"wXK" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/filt) +"wXO" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_full" }, -/turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/nw_rockies) +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"wXX" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"wXY" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) "wYa" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"wYb" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper A-Block - Colony Operations Centre Airlock" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/hallway) "wYe" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -48989,29 +48900,24 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"wYk" = ( -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/garage) -"wYn" = ( -/obj/structure/surface/table/almayer, -/obj/item/seeds/bananaseed{ - pixel_x = -5; - pixel_y = 8 +"wYm" = ( +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) +"wYB" = ( +/obj/item/prop/colony/used_flare, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"wYC" = ( +/obj/structure/machinery/conveyor{ + dir = 8; + id = "cargo_container" }, -/obj/item/seeds/berryseed, -/obj/structure/machinery/light{ +/obj/structure/barricade/handrail{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"wYr" = ( -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/command_centre) -"wYw" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/browncorner/west, -/area/lv522/atmos/east_reactor/south) +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) "wYE" = ( /obj/structure/surface/table/almayer, /obj/item/device/flashlight/lamp, @@ -49023,33 +48929,33 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"wZc" = ( -/obj/structure/window/reinforced{ - dir = 4; - pixel_x = -2; - pixel_y = 4 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 3.3; - pixel_y = 4 - }, -/obj/structure/bed{ - can_buckle = 0 - }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 +"wYK" = ( +/obj/structure/window_frame/strata, +/obj/item/shard{ + icon_state = "medium" }, -/obj/item/bedsheet/brown{ - pixel_y = 13 +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "LV522CIC_1"; + name = "\improper Storm Shutters" }, -/obj/item/bedsheet/brown{ - layer = 3.1 +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/admin) +"wYN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) +/turf/open/floor/whiteyellowfull/east, +/area/lv522/oob/w_y_vault) +"wYR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/bridges/op_centre) +"wZi" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/way_in_command_centre) "wZl" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -49063,6 +48969,24 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/executive) +"wZq" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper A-Block Security Airlock" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "Sec-Kitchen-Lockdown"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/security) +"wZr" = ( +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/c_block/t_comm) "wZt" = ( /obj/structure/platform_decoration{ dir = 8 @@ -49083,78 +49007,73 @@ /obj/structure/window/framed/strata/reinforced, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"wZV" = ( -/obj/structure/machinery/door/airlock/almayer/medical{ - dir = 2; - name = "\improper A-Block - Colony Medical Centre Airlock" +"wZC" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/hallway) +"wZG" = ( +/obj/structure/cargo_container/arious/rightmid, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/north_command_centre) +"wZW" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "2" }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/medical) -"wZY" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1 +/area/lv522/landing_zone_forecon/UD6_Tornado) +"wZX" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "29" }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/bridge) +/area/lv522/landing_zone_forecon/UD6_Tornado) "wZZ" = ( -/obj/structure/machinery/landinglight/ds1/delayone{ - dir = 8 +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/north_command_centre) +"xas" = ( +/obj/item/stack/rods, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"xaz" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname, +/obj/structure/machinery/light/small{ + dir = 1 }, /turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1) -"xam" = ( -/obj/structure/machinery/vending/cigarette/colony, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) -"xaq" = ( +/area/lv522/indoors/b_block/bridge) +"xaI" = ( +/obj/structure/platform_decoration, +/turf/open/asphalt/cement/cement3, +/area/lv522/outdoors/colony_streets/north_west_street) +"xaX" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 5 }, -/turf/open/floor/prison/cell_stripe/west, -/area/lv522/atmos/reactor_garage) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/sewer) "xbk" = ( /obj/structure/prop/ice_colony/ground_wire{ dir = 1 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"xbl" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 - }, -/turf/open/floor/corsat/browncorner/north, -/area/lv522/oob) -"xbm" = ( -/obj/structure/barricade/deployable{ - dir = 1 - }, -/obj/structure/barricade/deployable{ - dir = 8 - }, -/turf/open/asphalt/cement/cement2, -/area/lv522/outdoors/colony_streets/north_street) -"xbJ" = ( -/obj/structure/filingcabinet/chestdrawer{ - density = 0; - pixel_x = -8; - pixel_y = 16 - }, -/obj/structure/filingcabinet/chestdrawer{ - density = 0; - pixel_x = 7; - pixel_y = 16 - }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) "xbM" = ( /obj/structure/prop/vehicles/crawler{ icon_state = "crawler_fuel" }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_east_street) -"xbZ" = ( -/turf/open/floor/corsat/brown/northeast, -/area/lv522/atmos/east_reactor/west) +"xbR" = ( +/obj/structure/stairs/perspective{ + dir = 5; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/bridge) "xce" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/lv522/atmos/command_centre) @@ -49164,11 +49083,19 @@ }, /turf/open/floor/carpet, /area/lv522/indoors/b_block/bar) -"xcp" = ( +"xcj" = ( +/obj/item/trash/burger, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/corpo/glass) +/turf/open/floor/prison/blue, +/area/lv522/indoors/a_block/admin) +"xcw" = ( +/obj/structure/platform, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_street) "xcE" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -49191,21 +49118,22 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"xcS" = ( -/obj/structure/surface/table/almayer{ - dir = 1; - flipped = 1 - }, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges/garden_bridge) +"xcT" = ( +/obj/item/newspaper, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) +"xcV" = ( +/obj/structure/surface/table/almayer, +/obj/item/prop/alien/hugger, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "xcX" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/c_block/mining) -"xcZ" = ( -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/east_reactor/east) "xdb" = ( /obj/structure/prop/ice_colony/ground_wire, /obj/structure/prop/server_equipment/laptop/on{ @@ -49214,21 +49142,28 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"xdi" = ( -/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_21"; +"xdf" = ( +/turf/open/asphalt/cement/cement15, +/area/lv522/outdoors/colony_streets/south_street) +"xdk" = ( +/obj/structure/filingcabinet{ + density = 0; layer = 3.1; - name = "synthethic potted plant"; - pixel_y = 14 + pixel_x = 8; + pixel_y = 18 }, -/obj/item/prop/alien/hugger, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"xdq" = ( -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/west) +/obj/structure/filingcabinet/chestdrawer{ + density = 0; + pixel_x = -8; + pixel_y = 18 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -10; + pixel_y = 21 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles, +/area/lv522/indoors/c_block/mining) "xdt" = ( /obj/structure/prop/ice_colony/ground_wire{ dir = 8 @@ -49247,14 +49182,18 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/lone_buildings/engineering) -"xdK" = ( -/obj/structure/machinery/telecomms/bus/preset_one, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/outdoor_bot) -"xdR" = ( -/obj/structure/machinery/smartfridge/seeds, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) +"xdM" = ( +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/east_reactor/west) +"xdP" = ( +/obj/structure/machinery/light/double, +/obj/structure/window/reinforced{ + dir = 1; + layer = 3 + }, +/obj/structure/machinery/computer3/server/rack, +/turf/open/floor/bcircuit, +/area/lv522/indoors/c_block/mining) "xdX" = ( /obj/item/lightstick/red/spoke/planted{ pixel_x = -8; @@ -49272,6 +49211,12 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges) +"xeh" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/bridges/corpo_fitness) "xei" = ( /turf/closed/wall/strata_ice/dirty, /area/space) @@ -49283,6 +49228,11 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/security) +"xes" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "66" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) "xez" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/wood, @@ -49291,42 +49241,25 @@ /obj/structure/bed/sofa/south/grey/right, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"xeE" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 - }, -/turf/open/floor/corsat/brown/southwest, -/area/lv522/atmos/east_reactor/south) -"xeO" = ( -/obj/structure/prop/invuln/minecart_tracks{ - layer = 2.6 +"xeI" = ( +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/atmos/outdoor) +"xeU" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/obj/structure/machinery/door/airlock/multi_tile/elevator/freight, -/turf/open/floor/corsat/plate, -/area/lv522/indoors/c_block/mining) -"xeP" = ( -/turf/open/floor/corsat/brown/southwest, -/area/lv522/atmos/north_command_centre) -"xeQ" = ( -/obj/structure/machinery/light, -/obj/structure/machinery/disposal, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security/glass) -"xeT" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/c_block/t_comm) +"xfl" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/corsat/marked, +/area/lv522/outdoors/colony_streets/east_central_street) "xfn" = ( -/obj/structure/prop/structure_lattice, -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_east_street) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/medical) "xfp" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating/plating_catwalk/prison, @@ -49339,46 +49272,56 @@ /area/lv522/outdoors/colony_streets/north_east_street) "xfw" = ( /obj/structure/machinery/light, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"xfB" = ( +/obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, -/obj/structure/surface/table/almayer, -/obj/item/circuitboard/machine/ghettosmes, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/outdoor_bot) +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) "xfD" = ( /obj/item/prop/colony/used_flare, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_street) +"xfP" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/prison/blue/southwest, +/area/lv522/indoors/a_block/admin) +"xfS" = ( +/obj/structure/cargo_container/wy/mid, +/turf/open/floor/plating, +/area/lv522/outdoors/colony_streets/north_east_street) "xfX" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"xgk" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) +"xgt" = ( +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) "xgA" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/c_block/bridge) -"xgG" = ( -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/north_command_centre) +"xgD" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat/brown/west, +/area/lv522/atmos/east_reactor/south) "xgH" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/b_block/bridge) +"xgU" = ( +/obj/effect/spawner/gibspawner/robot, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/security) "xgX" = ( /obj/structure/surface/rack, /obj/item/tool/shovel/spade{ @@ -49394,9 +49337,17 @@ /obj/item/reagent_container/glass/bucket, /turf/open/floor/prison, /area/lv522/indoors/b_block/hydro) -"xhs" = ( -/turf/open/floor/corsat/brown/southeast, -/area/lv522/atmos/east_reactor/west) +"xgZ" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/prop/cash_register/off/open{ + pixel_y = 8 + }, +/turf/open/floor/strata/white_cyan1, +/area/lv522/indoors/lone_buildings/chunk) +"xhC" = ( +/obj/structure/cargo_container/horizontal/blue/bottom, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) "xhD" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -49404,31 +49355,25 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/c_block/bridge) -"xhN" = ( -/obj/structure/machinery/door/poddoor/shutters/almayer{ - id = "Reactor_garage_2" - }, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/reactor_garage) +"xhH" = ( +/obj/structure/surface/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/metal/medium_stack, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) "xhT" = ( /obj/effect/decal/cleanable/generic, /turf/open/floor/wood, /area/lv522/indoors/c_block/casino) -"xif" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/platform_decoration{ +"xij" = ( +/obj/structure/machinery/light/small{ dir = 4 }, /turf/open/floor/plating, /area/lv522/landing_zone_1/tunnel) -"xim" = ( -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) "xio" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/lone_buildings/outdoor_bot) "xiu" = ( /obj/structure/bed/chair/comfy{ dir = 4 @@ -49436,65 +49381,119 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"xiH" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W" +"xiJ" = ( +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo/glass) +"xiT" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper C-Block - Cargo Airlock"; + welded = 1 }, -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/south_west_street) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/cargo) +"xiX" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/command_centre) +"xjf" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spider/spiderling/nogrow, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/dorms) "xju" = ( /obj/structure/machinery/light{ dir = 4 }, -/obj/structure/pipes/vents/pump, -/obj/item/stack/sheet/wood, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison, -/area/lv522/indoors/c_block/cargo) -"xjw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue/southeast, -/area/lv522/indoors/a_block/hallway) -"xjF" = ( -/turf/closed/wall/strata_outpost, -/area/lv522/indoors/a_block/executive) -"xkn" = ( -/obj/structure/surface/table/almayer, -/obj/item/reagent_container/food/snacks/cheeseburger, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) +/obj/structure/pipes/vents/pump, +/obj/item/stack/sheet/wood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/lv522/indoors/c_block/cargo) +"xjx" = ( +/obj/structure/machinery/door/airlock/almayer/generic, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/toilet) +"xjF" = ( +/turf/closed/wall/strata_outpost, +/area/lv522/indoors/a_block/executive) +"xjP" = ( +/turf/open/asphalt/cement/cement15, +/area/lv522/outdoors/colony_streets/south_west_street) +"xjW" = ( +/obj/structure/window_frame/strata, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Sec-Kitchen-Lockdown" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/kitchen/glass) +"xjX" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 16 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 16 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/oob/w_y_vault) +"xkh" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"xkH" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/blue/west, +/area/lv522/indoors/a_block/admin) +"xkK" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "40" + }, +/area/lv522/landing_zone_forecon/UD6_Tornado) "xkO" = ( /turf/closed/wall/shiva/prefabricated/reinforced, /area/lv522/indoors/toilet) -"xkS" = ( -/obj/item/ammo_magazine/rifle/heap{ - current_rounds = 0 +"xlp" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper C-Block - Garage Airlock" }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_street) -"xkW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/handrail{ - dir = 8 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/prison/cell_stripe/west, -/area/lv522/indoors/lone_buildings/storage_blocks) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/c_block/garage) "xly" = ( /obj/structure/cargo_container/grant/rightmid, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"xlA" = ( -/obj/structure/machinery/light{ - dir = 1 - }, +"xlC" = ( +/obj/structure/pipes/vents/pump, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/cm_vending/sorted/tech/comtech_tools, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/outdoor_bot) -"xlB" = ( -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/landing_zone_2) +/turf/open/floor/prison/cell_stripe, +/area/lv522/atmos/reactor_garage) +"xlK" = ( +/obj/structure/prop/invuln/fire{ + pixel_x = 8; + pixel_y = 10 + }, +/turf/closed/shuttle/dropship3/tornado/typhoon{ + icon_state = "22" + }, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "xlN" = ( /obj/structure/surface/rack, /obj/structure/machinery/camera/autoname, @@ -49503,6 +49502,10 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/garage) +"xlP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/kitchen) "xlQ" = ( /obj/effect/decal/cleanable/blood/oil, /obj/item/clothing/shoes/jackboots{ @@ -49511,43 +49514,47 @@ }, /turf/open/floor/carpet, /area/lv522/indoors/c_block/garage) -"xlU" = ( -/obj/structure/machinery/vending/snack, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) -"xlW" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/filt) -"xmo" = ( -/obj/structure/surface/table/almayer, -/obj/item/trash/ceramic_plate{ - pixel_y = 6 +"xmf" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/bed/alien, +/obj/item/pipe{ + pixel_x = -6 }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"xmh" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/machinery/camera/autoname, /obj/structure/machinery/light/small{ dir = 1 }, -/turf/open/floor/prison/darkpurplefull2, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/casino) +"xmt" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/floor/corsat/marked, /area/lv522/indoors/a_block/dorms) -"xmq" = ( -/obj/structure/bed/bedroll{ - dir = 8 - }, -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/prison/blue/east, +"xmu" = ( +/obj/structure/barricade/wooden, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/west, /area/lv522/indoors/a_block/admin) "xmT" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/floor/corsat, /area/lv522/atmos/west_reactor) -"xmX" = ( -/obj/structure/closet/secure_closet/miner{ - pixel_x = 4 +"xmZ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) "xno" = ( /obj/item/weapon/gun/smartgun{ current_mag = null @@ -49557,30 +49564,31 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms) -"xoL" = ( -/obj/structure/platform_decoration{ +"xnr" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/cell_stripe/east, +/area/lv522/indoors/c_block/cargo) +"xnA" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/browncorner, +/area/lv522/atmos/north_command_centre) +"xnR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ dir = 1 }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/south_street) -"xoP" = ( -/obj/item/prop/alien/hugger, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/c_block/t_comm) -"xoU" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/reagent_container/food/drinks/drinkingglass{ - icon_state = "shotglass"; - pixel_x = 12; - pixel_y = 17 +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"xnS" = ( +/obj/item/fuel_cell{ + pixel_x = -8; + pixel_y = -2 }, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) -"xoV" = ( -/obj/structure/machinery/squeezer, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/hydro) -"xoX" = ( +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/east_reactor) +"xoe" = ( /obj/structure/stairs/perspective{ dir = 8; icon_state = "p_stair_full" @@ -49588,19 +49596,22 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/floor_plate, /area/lv522/indoors/a_block/dorms) +"xon" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/whitegreenfull/southwest, +/area/lv522/indoors/a_block/fitness) +"xoK" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/surface/table/almayer, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) "xpg" = ( /turf/closed/wall/strata_outpost/reinforced, /area/lv522/outdoors/nw_rockies) -"xpy" = ( -/obj/structure/surface/table/almayer, -/obj/item/ashtray/bronze{ - icon_state = "ashtray_full_bl"; - pixel_x = -8; - pixel_y = 7 - }, -/obj/item/toy/plush/farwa, -/turf/open/floor/strata/blue1, -/area/lv522/outdoors/colony_streets/windbreaker/observation) +"xpn" = ( +/obj/structure/cargo_container/wy/right, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/atmos/cargo_intake) "xpH" = ( /obj/structure/platform{ dir = 8 @@ -49611,9 +49622,25 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"xpM" = ( -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Typhoon) +"xqa" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/floor/corsat/browncorner/west, +/area/lv522/atmos/command_centre) +"xqb" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/snacks/grown/deathberries{ + pixel_y = 9 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) +"xqh" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/n_rockies) "xqj" = ( /obj/effect/landmark/yautja_teleport, /turf/open/auto_turf/shale/layer2, @@ -49621,50 +49648,41 @@ "xqp" = ( /turf/open/auto_turf/shale/layer2, /area/lv522/landing_zone_1) -"xqq" = ( -/obj/vehicle/train/cargo/trolley, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/lone_buildings/storage_blocks) -"xrl" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/space_heater/radiator/red, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"xrD" = ( -/obj/structure/platform{ - dir = 4 - }, -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" +"xrk" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/atmos/cargo_intake) +"xry" = ( +/obj/structure/surface/table/almayer, +/obj/item/seeds/potatoseed{ + pixel_x = -8; + pixel_y = 6 }, -/turf/open/gm/river, -/area/lv522/atmos/sewer) +/obj/item/seeds/potatoseed, +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/hydro) "xrH" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms/glass) -"xrJ" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/indoors/a_block/fitness) -"xrU" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/shiva/radiator_tile2, +"xrN" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor/south) +"xrR" = ( +/obj/effect/spider/spiderling/nogrow, +/turf/open/floor/whiteyellowfull/east, /area/lv522/indoors/a_block/corpo/glass) -"xrV" = ( -/obj/structure/machinery/light{ - dir = 8 +"xsa" = ( +/obj/item/tool/warning_cone{ + pixel_x = -10; + pixel_y = 11 }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/central_streets) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/west) "xsd" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -49673,6 +49691,9 @@ /obj/structure/bed/sofa/south/grey/left, /turf/open/floor/wood, /area/lv522/indoors/a_block/executive) +"xsk" = ( +/turf/open/floor/plating/platingdmg1, +/area/lv522/indoors/a_block/dorms) "xsq" = ( /obj/structure/machinery/landinglight/ds2{ dir = 8 @@ -49680,74 +49701,90 @@ /turf/open/floor/plating, /area/lv522/landing_zone_2) "xsu" = ( -/obj/structure/window/framed/strata/reinforced, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/lone_buildings/engineering) -"xsz" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/reactor_garage) +"xsI" = ( +/obj/structure/surface/table/almayer, /obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/sewer) -"xsB" = ( -/obj/structure/platform{ - dir = 8 +/obj/item/reagent_container/food/condiment/hotsauce/tabasco{ + pixel_x = -5; + pixel_y = 8 }, -/obj/structure/stairs/perspective{ - dir = 5; - icon_state = "p_stair_full" +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = 9 }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"xsD" = ( -/obj/structure/surface/table/almayer, -/obj/structure/prop/server_equipment/laptop/on{ - pixel_x = 1; - pixel_y = 6 +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = 3 + }, +/obj/item/tool/kitchen/tray{ + layer = 2.9; + pixel_y = 3 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"xsL" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) -"xsH" = ( -/obj/structure/pipes/standard/manifold/hidden/green, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan3/north, -/area/lv522/indoors/a_block/medical) -"xsJ" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/structure/machinery/light/small{ - dir = 8; - pixel_x = -11; - pixel_y = 10 +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/b_block/hydro) +"xsV" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/lone_buildings/chunk) -"xsW" = ( -/obj/structure/surface/table/almayer, -/obj/item/map/lv522_map, -/turf/open/asphalt/cement/cement3, +/obj/item/stack/rods, +/turf/open/asphalt/cement/cement4, /area/lv522/outdoors/colony_streets/north_street) +"xsZ" = ( +/obj/structure/surface/table/almayer, +/obj/item/stack/sheet/hairlesshide{ + pixel_y = -1 + }, +/obj/item/stack/sheet/hairlesshide{ + pixel_x = -2; + pixel_y = 5 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/c_block/mining) "xtb" = ( /turf/closed/wall/strata_outpost, /area/lv522/indoors/a_block/fitness) -"xth" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/firstaid/fire{ - pixel_x = 7; - pixel_y = 9 +"xtf" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/item/storage/firstaid/fire, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/medical/glass) +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/south) "xto" = ( /obj/item/storage/pouch/autoinjector/full, /turf/open/auto_turf/shale/layer2, /area/lv522/outdoors/w_rockies) -"xtz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed/sofa/vert/white/top, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo/glass) +"xtp" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/north_command_centre) +"xtK" = ( +/obj/structure/largecrate/supply/supplies/water, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/filt) "xtO" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -49755,21 +49792,18 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/security) -"xtV" = ( +"xtS" = ( /obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 4; - pixel_y = 3 - }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"xuh" = ( -/obj/structure/machinery/light{ - dir = 4 +/obj/item/paper_bin/wy{ + pixel_x = 7; + pixel_y = 7 }, -/obj/structure/machinery/disposal, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) +/obj/item/paper/wy, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"xtW" = ( +/turf/open/floor/corsat/brown/northwest, +/area/lv522/atmos/command_centre) "xuk" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/prop/almayer/computer/PC{ @@ -49777,20 +49811,23 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"xuR" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/fence{ - layer = 2.9 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, +"xuL" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/north_command_centre) +"xuX" = ( +/obj/effect/decal/cleanable/dirt, /obj/effect/decal/warning_stripes{ - icon_state = "S" + icon_state = "E"; + pixel_x = 1 }, -/turf/open/floor/strata/floor3/east, -/area/lv522/outdoors/colony_streets/central_streets) +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/sewer) +"xvg" = ( +/obj/structure/largecrate/random/secure, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_2/ceiling) "xvl" = ( /turf/closed/wall/strata_outpost, /area/lv522/indoors/c_block/bridge) @@ -49799,31 +49836,86 @@ /obj/effect/spider/spiderling/nogrow, /turf/open/floor/prison, /area/lv522/indoors/c_block/t_comm) -"xvU" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 +"xvq" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + pixel_y = 6 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/east) -"xwb" = ( +/turf/open/floor/corsat/brown/east, +/area/lv522/oob) +"xvE" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/cameras/wooden_tv/broadcast{ + pixel_y = 16 + }, +/obj/item/trash/plate, +/obj/item/trash/plate{ + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"xvI" = ( +/obj/structure/surface/table/almayer, +/obj/item/stack/sheet/mineral/gold{ + amount = 60; + pixel_y = 6 + }, +/obj/item/stack/sheet/mineral/gold{ + amount = 60; + pixel_y = 12 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/oob/w_y_vault) +"xwc" = ( /obj/structure/bed/chair/comfy, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/north) -"xwL" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/cargo_intake) +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"xwj" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/c_block/t_comm) +"xwt" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/plating/platebot, +/area/lv522/indoors/c_block/cargo) +"xwA" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/admin) +"xwB" = ( +/obj/structure/surface/rack, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) "xwO" = ( /obj/structure/cargo_container/seegson/left, /turf/open/floor/prison, /area/lv522/outdoors/colony_streets/north_west_street) -"xwU" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 +"xwR" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue/north, -/area/lv522/indoors/a_block/admin) +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"xwY" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/prison/kitchen, +/area/lv522/indoors/b_block/bar) "xxk" = ( /obj/structure/prop/ice_colony/ground_wire{ dir = 1 @@ -49838,15 +49930,14 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"xxo" = ( -/obj/item/prop/colony/used_flare, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) "xxs" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/security) +"xxu" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/central_streets) "xxw" = ( /obj/item/shard{ icon_state = "medium" @@ -49867,58 +49958,102 @@ /turf/open/floor/plating, /area/lv522/indoors/c_block/mining) "xxB" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/bed/roller, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo/glass) +/obj/structure/machinery/door/airlock/almayer/maint, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "LZ1_Pressuredoor"; + name = "High Pressure Door"; + unacidable = 1 + }, +/turf/open/floor/corsat/marked, +/area/lv522/landing_zone_1/tunnel) +"xxO" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/prison/blue/northwest, +/area/lv522/indoors/a_block/hallway) "xxU" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 }, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) -"xyx" = ( -/obj/structure/closet/secure_closet/medical2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/cyan2/east, -/area/lv522/indoors/a_block/medical) +"xyk" = ( +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + layer = 3; + name = "????"; + stat = 2 + }, +/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Tornado) +"xyn" = ( +/obj/structure/prop/vehicles/crawler{ + dir = 8; + icon_state = "crawler_crate_alt2"; + layer = 3.2 + }, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/east_central_street) +"xyu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv522/oob/w_y_vault) +"xyA" = ( +/obj/structure/girder, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/lone_buildings/storage_blocks) "xyC" = ( /obj/structure/machinery/landinglight/ds2/delaythree, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/landing_zone_2) +"xyG" = ( +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2) "xyU" = ( /obj/structure/surface/table/almayer, /obj/item/map/lv522_map, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_street) -"xyY" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"xyZ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/east_reactor/south) +"xzf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) +"xzi" = ( +/obj/structure/prop/almayer/computers/sensor_computer3{ + layer = 2.9 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/north_command_centre) -"xza" = ( -/obj/structure/surface/rack, -/obj/item/storage/bag/ore, -/obj/item/storage/bag/ore, -/obj/structure/machinery/light{ - dir = 1 +/obj/structure/machinery/door_display/research_cell{ + id = "Reactor_entry_1"; + pixel_x = 5; + pixel_y = -7; + req_access = null }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "xzn" = ( /turf/open/floor/prison, /area/lv522/atmos/outdoor) "xzq" = ( -/obj/structure/bed/bedroll{ - dir = 1 +/turf/open/asphalt/cement/cement2, +/area/lv522/outdoors/nw_rockies) +"xzx" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" }, -/obj/item/trash/uscm_mre, -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/prison/blue/west, -/area/lv522/indoors/a_block/admin) +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/south_street) "xzK" = ( /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/south_east_street) @@ -49930,40 +50065,20 @@ /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) "xzP" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/south) -"xzY" = ( -/obj/structure/surface/table/almayer, -/obj/item/reagent_container/food/drinks/coffee{ - pixel_x = 7; - pixel_y = 4 - }, -/obj/item/reagent_container/food/snacks/donut/jelly{ - pixel_x = -6; - pixel_y = 4 +/obj/structure/cargo_container/horizontal/blue/middle, +/obj/structure/largecrate/supply/floodlights{ + layer = 3.1; + pixel_y = 9 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"xzZ" = ( -/turf/open/floor/prison/blue/north, -/area/lv522/indoors/a_block/admin) -"xAd" = ( -/obj/structure/closet/emcloset, -/obj/structure/machinery/light{ - dir = 1 +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/colony_streets/north_east_street) +"xAq" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) -"xAn" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/atmos/way_in_command_centre) -"xAE" = ( -/obj/structure/closet/crate, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) +/turf/open/floor/strata/white_cyan3/west, +/area/lv522/indoors/a_block/medical/glass) "xAF" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 @@ -49983,14 +50098,14 @@ /obj/vehicle/train/cargo/engine, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"xAQ" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bridge) "xAZ" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/op_centre) +"xBb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/brown/southeast, +/area/lv522/atmos/east_reactor/south) "xBo" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 1 @@ -50002,39 +50117,37 @@ /obj/item/ammo_magazine/rifle/boltaction, /turf/open/floor/prison, /area/lv522/indoors/c_block/t_comm) -"xBI" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/browncorner/west, +"xBE" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/strata/blue1, +/area/lv522/indoors/a_block/dorm_north) +"xCd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) +"xCi" = ( +/turf/open/floor/corsat/brown/east, /area/lv522/atmos/cargo_intake) -"xBK" = ( -/obj/structure/barricade/wooden, +"xCx" = ( +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms) -"xBU" = ( -/obj/structure/surface/rack, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"xCq" = ( -/obj/structure/machinery/door/poddoor/shutters/almayer{ - id = "Reactor_garage_2" +"xCJ" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Dormitories"; + welded = 1 }, /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat/marked, -/area/lv522/atmos/reactor_garage) -"xCx" = ( -/obj/effect/landmark/survivor_spawner, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue, -/area/lv522/indoors/a_block/admin) -"xCD" = ( -/obj/structure/powerloader_wreckage, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/reactor_garage) -"xCH" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) +/area/lv522/indoors/a_block/dorm_north) "xCN" = ( /obj/item/clothing/under/shorts/blue{ pixel_x = -6; @@ -50042,24 +50155,20 @@ }, /turf/open/floor/carpet, /area/lv522/indoors/a_block/executive) +"xCR" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security/glass) "xCT" = ( /turf/open/floor/prison, /area/lv522/indoors/a_block/dorm_north) -"xCW" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass{ - dir = 8; - name = "\improper Marshal Head Office" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "Sec-Kitchen-Lockdown"; - name = "\improper Storm Shutters" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/security) +"xCV" = ( +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges/corpo_fitness) +"xDb" = ( +/turf/open/asphalt/cement/cement9, +/area/lv522/outdoors/colony_streets/east_central_street) "xDl" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/prison, @@ -50076,29 +50185,15 @@ "xDu" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/corpo/glass) -"xDw" = ( -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -2; - pixel_y = 24 - }, -/obj/effect/decal{ - icon = 'icons/mob/xenos/effects.dmi'; - icon_state = "acid_weak"; - layer = 2; - name = "weak acid" - }, -/turf/open/floor/plating/platingdmg3/west, -/area/lv522/indoors/a_block/admin) -"xDy" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "15" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) "xDz" = ( /obj/effect/spawner/gibspawner/xeno, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_street) +"xDA" = ( +/obj/item/weapon/gun/boltaction, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/c_block/cargo) "xDC" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 1; @@ -50116,6 +50211,18 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) +"xDI" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/head/hardhat/orange{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/tool/lighter/random{ + pixel_x = -3; + pixel_y = 4 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) "xDJ" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -50139,46 +50246,27 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"xDV" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/obj/structure/platform{ - dir = 4 - }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) -"xDY" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/east_reactor/east) "xEb" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 1 }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) -"xEl" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/surface/table/almayer, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"xEq" = ( -/obj/structure/machinery/space_heater/radiator/red{ - dir = 1; - pixel_y = 26 +"xEs" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) -"xEr" = ( -/obj/structure/platform_decoration{ - dir = 1 +/turf/open/asphalt/cement/cement15, +/area/lv522/outdoors/n_rockies) +"xEw" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) +/obj/structure/platform{ + dir = 4 + }, +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/south_street) "xEB" = ( /obj/structure/bed/chair/comfy{ dir = 1 @@ -50186,29 +50274,24 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) -"xEF" = ( -/turf/open/floor/corsat/brown/northwest, -/area/lv522/atmos/cargo_intake) -"xEM" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/brown/north, -/area/lv522/atmos/east_reactor/west) -"xEO" = ( -/obj/structure/surface/rack, -/obj/item/weapon/gun/revolver/spearhead, -/obj/item/ammo_magazine/revolver/spearhead, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) -"xFe" = ( -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor/south) -"xFo" = ( -/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_left_to_right, -/area/lv522/landing_zone_forecon/UD6_Tornado) +"xEZ" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_street) +"xFd" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) "xFp" = ( /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/north_east_street) +"xFs" = ( +/obj/structure/stairs/perspective{ + dir = 10; + icon_state = "p_stair_full" + }, +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/north_east_street) "xFv" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -50216,14 +50299,38 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) +"xFx" = ( +/obj/structure/largecrate, +/turf/open/auto_turf/sand_white/layer0, +/area/lv522/landing_zone_1) "xFG" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"xFO" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/south_west_street) +"xFJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical) +"xFV" = ( +/obj/item/stool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/lone_buildings/chunk) +"xFY" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo) "xGa" = ( /obj/effect/decal/cleanable/blood/xeno{ icon_state = "xgib3" @@ -50240,20 +50347,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) -"xGh" = ( -/obj/item/stack/rods, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/bridge) -"xGi" = ( -/obj/structure/prop/invuln/fire{ - pixel_x = -8; - pixel_y = 10 - }, -/turf/closed/shuttle/dropship3/tornado/typhoon{ - icon_state = "72" - }, -/area/lv522/landing_zone_forecon/UD6_Typhoon) "xGk" = ( /obj/item/lightstick/red/spoke/planted{ pixel_x = 13; @@ -50261,35 +50354,18 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_west_street) -"xGz" = ( -/obj/item/reagent_container/food/drinks/cans/waterbottle{ - pixel_x = 10; - pixel_y = 5 - }, -/obj/item/reagent_container/food/snacks/wishsoup{ - pixel_x = -4; - pixel_y = -7 - }, -/turf/open/floor/strata/blue1, -/area/lv522/indoors/a_block/dorm_north) -"xGL" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"xHa" = ( -/obj/structure/machinery/conveyor{ - dir = 4; - id = "lv_gym_2"; - name = "treadmill" - }, -/obj/structure/barricade/handrail{ +"xGv" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness) +/obj/structure/medical_supply_link/green, +/turf/open/floor/strata/white_cyan3/east, +/area/lv522/indoors/a_block/medical/glass) +"xHi" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/command_centre) "xHj" = ( /obj/structure/prop/invuln/minecart_tracks, /obj/structure/closet/crate/miningcar{ @@ -50304,6 +50380,19 @@ /obj/item/ore/slag, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) +"xHl" = ( +/obj/structure/closet/bodybag, +/obj/structure/curtain/medical, +/turf/open/floor/strata/white_cyan2/west, +/area/lv522/indoors/a_block/medical/glass) +"xHp" = ( +/obj/structure/bed/chair/comfy, +/obj/item/stack/sheet/wood, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_west_street) "xHr" = ( /obj/structure/pipes/vents/pump, /obj/structure/machinery/camera/autoname, @@ -50312,80 +50401,35 @@ }, /turf/open/floor/wood, /area/lv522/indoors/c_block/casino) -"xHt" = ( -/obj/structure/prop/invuln/lifeboat_hatch_placeholder{ - layer = 2.1 - }, -/obj/structure/barricade/handrail{ - dir = 8 - }, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/hallway) -"xHx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/static_comms/net_two, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/indoors/c_block/t_comm) -"xHI" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/multi_tiles, -/area/lv522/indoors/c_block/mining) -"xHS" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/structure/foamed_metal, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms/glass) -"xIg" = ( -/obj/structure/platform_decoration{ +"xHs" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/north_command_centre) +"xHA" = ( +/obj/structure/machinery/light{ dir = 8 }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/corpsespawner/colonist/burst, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/south) +"xHD" = ( +/obj/item/prop/alien/hugger, /obj/effect/decal/cleanable/blood, /turf/open/floor/plating, -/area/lv522/outdoors/colony_streets/north_east_street) +/area/lv522/landing_zone_1/tunnel/far) +"xHT" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/cargo_intake) +"xIe" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_west_street) "xIv" = ( /turf/open/floor/prison, /area/lv522/outdoors/colony_streets/north_east_street) -"xIA" = ( -/obj/structure/machinery/colony_floodlight{ - density = 0; - layer = 4.3; - pixel_y = 17 - }, -/turf/open/asphalt/cement/cement12, -/area/lv522/outdoors/colony_streets/north_street) -"xIG" = ( -/obj/structure/window_frame/strata, -/obj/item/stack/rods, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - dir = 4; - id = "Sec-Kitchen-Lockdown" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/kitchen/glass) -"xIH" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "100" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"xIT" = ( -/obj/structure/surface/table/almayer, -/obj/item/toy/prize/deathripley{ - pixel_x = -7; - pixel_y = 17 - }, -/obj/item/toy/prize/ripley{ - pixel_x = 4; - pixel_y = 7 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness/glass) "xIW" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 @@ -50393,15 +50437,10 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms) -"xIX" = ( -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/bridge) -"xJb" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "Bathroom" - }, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/dorms) +"xIY" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, +/area/lv522/landing_zone_forecon/UD6_Typhoon) "xJd" = ( /obj/structure/bed/chair{ dir = 4 @@ -50409,18 +50448,16 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"xJi" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/wood, -/area/lv522/indoors/b_block/bar) -"xJl" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"xJp" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper A-Block Security Airlock"; + welded = 1 }, -/turf/open/floor/wood/wood_broken4, -/area/lv522/indoors/b_block/bar) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/bridges/op_centre) +"xJr" = ( +/turf/open/floor/whiteyellowfull/east, +/area/lv522/indoors/a_block/corpo) "xJB" = ( /obj/structure/largecrate/random/barrel/red, /turf/open/floor/prison, @@ -50432,78 +50469,94 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/admin) -"xJM" = ( -/turf/open/asphalt/cement/cement14, -/area/lv522/outdoors/colony_streets/north_west_street) -"xKb" = ( -/obj/structure/surface/table/almayer, -/obj/structure/phone_base/colony_net/rotary{ - phone_category = "LV522 Chances Claim"; - phone_id = "Reactor Control"; - pixel_y = 6 +"xJP" = ( +/obj/structure/bed/chair{ + dir = 8 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges/garden_bridge) +"xKg" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor) "xKk" = ( /turf/closed/wall/strata_outpost_ribbed, /area/lv522/outdoors/colony_streets/south_west_street) -"xKC" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) -"xKE" = ( -/obj/structure/prop/ice_colony/dense/planter_box{ - dir = 9 - }, -/obj/structure/flora/bush/ausbushes/var3/leafybush{ - pixel_y = 5 - }, -/obj/effect/decal/cleanable/cobweb2, +"xKw" = ( +/obj/effect/decal/cleanable/generic, /turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) +/area/lv522/indoors/b_block/hydro) "xKH" = ( /obj/structure/machinery/vending/cigarette/colony, /turf/open/floor/prison, /area/lv522/indoors/c_block/mining) -"xKJ" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" +"xKO" = ( +/obj/structure/prop/server_equipment/yutani_server{ + pixel_y = 17 }, -/obj/structure/platform{ - dir = 4 +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"xLa" = ( -/obj/structure/surface/rack, -/obj/item/tank/emergency_oxygen/double, -/obj/item/tank/emergency_oxygen/double, -/obj/structure/machinery/light, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2/ceiling) +"xLb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/c_block/bridge) +"xLg" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/prison, +/area/lv522/indoors/a_block/dorms) +"xLl" = ( +/obj/structure/cargo_container/watatsumi/rightmid, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/colony_streets/north_west_street) +"xLo" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/bridges/corpo) +"xLq" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/prison, +/area/lv522/outdoors/colony_streets/north_west_street) +"xLG" = ( +/obj/structure/largecrate/random, +/obj/structure/largecrate/random{ + pixel_y = 16 + }, /turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) -"xLc" = ( +/area/lv522/indoors/c_block/cargo) +"xLL" = ( /obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ +/obj/item/reagent_container/food/drinks/bottle/davenport{ + pixel_x = -4; + pixel_y = 9 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"xLP" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/ceramic_plate, +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor/prison/blue, -/area/lv522/indoors/a_block/admin) -"xLg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed/chair/comfy{ - dir = 1 +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) +"xLT" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + pixel_x = 4; + pixel_y = 6 }, -/obj/item/prop/alien/hugger, -/turf/open/floor/prison, -/area/lv522/indoors/a_block/dorms) -"xLq" = ( -/obj/item/prop/alien/hugger, -/turf/open/floor/prison, -/area/lv522/outdoors/colony_streets/north_west_street) +/turf/open/floor/prison/floor_plate, +/area/lv522/atmos/way_in_command_centre) "xLU" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 @@ -50516,13 +50569,19 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) -"xMc" = ( -/obj/structure/cargo_container/kelland/right, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/north_command_centre) -"xMt" = ( -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo/glass) +"xMq" = ( +/obj/item/stack/sheet/wood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/landing_zone_2) +"xMA" = ( +/obj/structure/filingcabinet/chestdrawer{ + density = 0; + pixel_x = -11; + pixel_y = 20 + }, +/turf/open/floor/strata/fake_wood, +/area/lv522/atmos/east_reactor/east) "xMO" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, @@ -50532,11 +50591,6 @@ /obj/item/stack/sheet/cardboard/full_stack, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/c_block/cargo) -"xMZ" = ( -/obj/item/weapon/gun/boltaction, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/c_block/cargo) "xNd" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, @@ -50546,10 +50600,6 @@ /obj/effect/decal/cleanable/vomit, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms/glass) -"xNh" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/brown/west, -/area/lv522/atmos/east_reactor/west) "xNi" = ( /obj/structure/machinery/conveyor, /obj/structure/machinery/camera/autoname{ @@ -50560,64 +50610,36 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"xNv" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +"xNB" = ( +/obj/structure/machinery/camera/autoname{ dir = 4 }, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/east_reactor) -"xNz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/cassette_tape/nam{ - pixel_x = -4; - pixel_y = 1 - }, -/obj/item/device/cassette_tape/pop4{ - pixel_x = 3; - pixel_y = 8 - }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/c_block/t_comm) -"xNB" = ( -/obj/structure/platform_decoration{ +/obj/structure/machinery/light/small{ dir = 8 }, -/turf/open/gm/river, -/area/lv522/landing_zone_1/tunnel/far) -"xND" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges) +"xNK" = ( +/turf/open/floor/prison/blue/southeast, +/area/lv522/indoors/a_block/admin) +"xNT" = ( +/obj/structure/machinery/space_heater/radiator/red, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) +"xOj" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) -"xNF" = ( -/obj/structure/machinery/light/small{ +/obj/structure/machinery/camera/autoname{ dir = 4 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/lone_buildings/chunk) -"xNL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/dorms) -"xNN" = ( -/obj/structure/surface/table/almayer{ - dir = 1; - flipped = 1 +/obj/structure/machinery/light/small{ + dir = 8 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/bridges/garden_bridge) -"xNY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/browncorner/east, -/area/lv522/atmos/east_reactor/south) -"xOs" = ( -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/atmos/way_in_command_centre) +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) +"xOt" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_1) "xOw" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -50629,28 +50651,31 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) +"xOy" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/gm/river, +/area/lv522/landing_zone_1/tunnel/far) "xOD" = ( /obj/item/clothing/glasses/mbcg, /turf/open/floor/prison, /area/lv522/outdoors/colony_streets/north_west_street) -"xOT" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/filt) -"xOZ" = ( -/obj/item/ammo_magazine/smg/nailgun{ - current_rounds = 0 +"xOF" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + pixel_y = 6 }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/engineering) +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"xOJ" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/south) "xPa" = ( /obj/structure/machinery/conveyor, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) -"xPe" = ( -/obj/effect/decal/cleanable/blood/gibs, -/turf/open/floor/corsat/plate, -/area/lv522/oob) "xPg" = ( /obj/structure/platform{ dir = 1 @@ -50663,11 +50688,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms) -"xPq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/south) "xPx" = ( /obj/structure/prop/invuln/ice_prefab{ dir = 9 @@ -50675,11 +50695,6 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) -"xPy" = ( -/obj/effect/landmark/survivor_spawner, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue/northwest, -/area/lv522/indoors/a_block/admin) "xPA" = ( /obj/structure/desertdam/decals/road_edge{ icon_state = "road_edge_decal3"; @@ -50687,44 +50702,42 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/fitness/glass) -"xPB" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen) "xPF" = ( /turf/closed/shuttle/elevator, /area/lv522/indoors/c_block/mining) +"xPG" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/east_reactor/south) "xPH" = ( /turf/open/floor/prison, /area/lv522/landing_zone_2/ceiling) "xPI" = ( -/obj/effect/decal/cleanable/blood, -/obj/effect/decal/cleanable/dirt, -/obj/structure/phone_base/colony_net{ - phone_category = "LV522 Chances Claim"; - phone_color = "red"; - phone_id = "Colony Dining"; - pixel_y = 26 +/obj/item/clothing/shoes/jackboots{ + pixel_x = -5; + pixel_y = -6 }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/glass) +/obj/item/clothing/shoes/jackboots{ + pixel_x = 4; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"xPJ" = ( +/obj/structure/cargo_container/horizontal/blue/middle, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/east_reactor/east) "xPK" = ( /obj/structure/largecrate/random, /turf/open/floor/prison, /area/lv522/indoors/c_block/cargo) -"xPM" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) -"xPT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/a_block/bridges/op_centre) -"xPV" = ( -/obj/structure/largecrate/random, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/garage) +"xPN" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/turf/open/floor/corsat/brown/northwest, +/area/lv522/atmos/cargo_intake) "xPW" = ( /obj/effect/decal/cleanable/dirt, /obj/item/reagent_container/food/drinks/bottle/whiskey{ @@ -50742,16 +50755,6 @@ }, /turf/open/floor/carpet, /area/lv522/indoors/a_block/executive) -"xQa" = ( -/obj/structure/bed/chair/dropship/passenger{ - dir = 4 - }, -/obj/structure/machinery/light/double{ - dir = 8; - pixel_y = -5 - }, -/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, -/area/lv522/landing_zone_forecon/UD6_Tornado) "xQc" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/lv522/atmos/east_reactor/south) @@ -50760,30 +50763,38 @@ /turf/open/floor/carpet, /area/lv522/indoors/b_block/bar) "xQk" = ( -/obj/structure/machinery/light, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/b_block/bridge) +/obj/structure/window/framed/strata/reinforced, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "LV_522_Hydro-Lockdown"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/b_block/hydro) "xQq" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood/ship, /area/lv522/atmos/way_in_command_centre) -"xQH" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 +"xQA" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 7 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan2/west, -/area/lv522/indoors/a_block/dorms) -"xQL" = ( -/obj/structure/window_frame/strata, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "LV522CIC_1"; - name = "\improper Storm Shutters" +/obj/item/tool/pen/blue/clicky, +/obj/item/device/flashlight/lamp{ + pixel_x = -9; + pixel_y = 10 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/admin) +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/garage) +"xQK" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/machinery/space_heater, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/outdoor_bot) "xQZ" = ( /obj/effect/decal/cleanable/blood/xeno{ icon_state = "xgib3" @@ -50791,46 +50802,28 @@ /obj/effect/spawner/gibspawner/xeno, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_street) -"xRf" = ( -/obj/structure/prop/invuln/ice_prefab/trim{ - dir = 8 - }, -/obj/structure/prop/invuln/ice_prefab/roof_greeble{ - icon_state = "windsock"; - pixel_x = 6; - pixel_y = -1 - }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_street) -"xRl" = ( -/turf/open/asphalt/cement/cement9, -/area/lv522/outdoors/colony_streets/south_west_street) "xRn" = ( /obj/item/clothing/head/hardhat, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"xRp" = ( -/turf/open/asphalt/cement/cement3, -/area/lv522/outdoors/colony_streets/south_street) -"xRt" = ( -/obj/structure/machinery/door/airlock/almayer/maint{ - dir = 1; - req_one_access_txt = "100"; - welded = 1 - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/mining) "xRw" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/prison, /area/lv522/indoors/c_block/garage) -"xRJ" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "83" +"xRF" = ( +/obj/structure/platform{ + dir = 1 }, -/area/lv522/landing_zone_forecon/UD6_Tornado) +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform_decoration{ + dir = 5 + }, +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/south_west_street) "xRQ" = ( /obj/structure/surface/table/woodentable/fancy, /obj/structure/machinery/recharger{ @@ -50838,36 +50831,38 @@ }, /turf/open/floor/wood, /area/lv522/indoors/a_block/executive) -"xSa" = ( -/obj/structure/stairs/perspective{ - dir = 4; - icon_state = "p_stair_full" +"xRS" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Generator Room"; + welded = 1 }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/central_streets) -"xSc" = ( -/obj/item/stack/rods, -/obj/structure/platform, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/north_east_street) -"xSe" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor) -"xSj" = ( -/obj/structure/largecrate/random/barrel/yellow, -/turf/open/floor/prison/floor_marked/southwest, -/area/lv522/landing_zone_1) +/turf/open/floor/corsat/marked, +/area/lv522/indoors/lone_buildings/engineering) +"xRU" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/door_control/brbutton/alt{ + id = "LZ1_Lockdown_Lo"; + name = "remote door-control"; + pixel_y = 4 + }, +/obj/item/device/flashlight/lamp{ + pixel_x = 6 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/landing_zone_1/ceiling) +"xSi" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/pen/blue, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) "xSm" = ( /obj/effect/spawner/gibspawner/xeno, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/b_block/hydro) -"xSq" = ( -/obj/structure/pipes/standard/manifold/fourway/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo/glass) "xSv" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/auto_turf/sand_white/layer0, @@ -50876,14 +50871,6 @@ /obj/structure/largecrate/random/barrel/green, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/central_streets) -"xSG" = ( -/obj/structure/prop/invuln/overhead_pipe{ - dir = 4; - pixel_x = -12; - pixel_y = 6 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/oob) "xSP" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 @@ -50903,60 +50890,18 @@ }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_street) -"xTk" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/marked, -/area/lv522/atmos/east_reactor/north) -"xTr" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"xTw" = ( -/obj/structure/prop/turbine_extras, -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, +"xSW" = ( /turf/open/floor/prison/floor_plate, -/area/lv522/outdoors/colony_streets/south_west_street) -"xTy" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "UD6"; - name = "\improper Shutters" - }, -/obj/structure/platform{ - dir = 8 - }, -/turf/open/floor/plating, -/area/lv522/landing_zone_forecon/UD6_Typhoon) -"xTz" = ( -/obj/item/tool/wet_sign{ - pixel_x = -11; - pixel_y = 21 - }, -/obj/effect/decal/cleanable/vomit, -/obj/item/tool/mop{ - pixel_x = -6; - pixel_y = 21 +/area/lv522/landing_zone_1/ceiling) +"xTe" = ( +/obj/structure/prop/dam/truck, +/obj/structure/prop/holidays/wreath{ + layer = 4.1; + pixel_x = -1; + pixel_y = 16 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, +/turf/open/floor/plating/platebot, /area/lv522/indoors/c_block/cargo) -"xTB" = ( -/obj/structure/girder, -/turf/open/floor/prison/blue/east, -/area/lv522/indoors/a_block/admin) "xTJ" = ( /obj/item/tool/kitchen/utensil/pknife{ pixel_x = -9 @@ -50964,6 +50909,14 @@ /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/prison, /area/lv522/indoors/a_block/dorms) +"xTT" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp{ + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms) "xTV" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -50978,73 +50931,66 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/c_block/garage) -"xUf" = ( -/obj/structure/barricade/wooden, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, -/area/lv522/indoors/a_block/admin) +"xUh" = ( +/obj/structure/cargo_container/grant/rightmid, +/turf/open/floor/plating/platebot, +/area/lv522/indoors/c_block/cargo) "xUq" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/corsat, /area/lv522/atmos/reactor_garage) -"xUD" = ( -/obj/structure/cargo_container/wy/left, -/obj/structure/prop/invuln/ice_prefab/standalone/trim{ - icon_state = "white_trim" - }, -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_east_street) +"xUu" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/disposal, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) +"xUz" = ( +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/bridges/op_centre) "xUJ" = ( /obj/effect/decal/cleanable/blood/drip, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/lv522/indoors/a_block/security) -"xUN" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/obj/structure/platform{ - dir = 4 - }, -/turf/open/gm/river, -/area/lv522/landing_zone_1/tunnel/far) -"xUW" = ( -/obj/structure/pipes/vents/pump, -/obj/effect/decal/warning_stripes{ - icon_state = "SE-out"; - pixel_x = 1 +"xUT" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/green, +/turf/open/floor/strata/white_cyan3/north, +/area/lv522/indoors/a_block/medical) +"xUV" = ( +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/corpo/glass) +"xVd" = ( +/turf/closed/wall/strata_outpost_ribbed, +/area/lv522/indoors/lone_buildings/engineering) +"xVe" = ( +/obj/structure/sink{ + pixel_y = 15 }, -/obj/effect/decal/warning_stripes{ - icon_state = "NE-out"; - pixel_x = 1; - pixel_y = 2 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/cyan2/east, +/area/lv522/indoors/a_block/medical) +"xVl" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/camera/autoname{ + dir = 8 }, -/obj/structure/machinery/light{ +/obj/structure/machinery/light/small{ dir = 4 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"xVc" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/device/flashlight/lamp/green{ - pixel_x = 3 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/falcon_drone{ - desc = "Some sort of fancy...toy? You're not sure.."; - pixel_x = -12 +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) +"xVs" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 }, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo) -"xVd" = ( -/turf/closed/wall/strata_outpost_ribbed, -/area/lv522/indoors/lone_buildings/engineering) -"xVp" = ( -/obj/structure/barricade/deployable, +/turf/open/floor/corsat/squares, +/area/lv522/atmos/cargo_intake) +"xVv" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security) +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spider/spiderling/nogrow, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) "xVz" = ( /obj/structure/prop/ice_colony/ground_wire{ dir = 4 @@ -51059,97 +51005,39 @@ }, /turf/open/floor/corsat, /area/lv522/atmos/cargo_intake) -"xVL" = ( -/obj/structure/phone_base/colony_net{ - dir = 4; - phone_category = "LV522 Chances Claim"; - phone_color = "red"; - phone_id = "Colony Security"; - pixel_x = -16 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/security/glass) -"xVO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes{ - icon_state = "SW-out" - }, -/turf/open/floor/prison/floor_plate, -/area/lv522/atmos/way_in_command_centre) -"xVU" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass{ - name = "\improper Marshal Office Holding Cell" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "Sec-Kitchen-Lockdown"; - name = "\improper Storm Shutters" - }, +"xVX" = ( +/obj/structure/machinery/colony_floodlight, /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/security) -"xWa" = ( -/turf/open/asphalt/cement/cement1, -/area/lv522/outdoors/colony_streets/north_street) -"xWb" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/structure/platform{ - dir = 4 - }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/north_west_street) -"xWi" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/paper_bin/wy{ - pixel_y = 8 - }, -/obj/item/tool/pen/clicky, -/obj/item/tool/pen/red/clicky{ - pixel_y = 6 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo) -"xWs" = ( -/turf/open/floor/corsat/browncorner/west, -/area/lv522/atmos/cargo_intake) -"xWy" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 2 - }, -/obj/structure/machinery/door/poddoor/almayer/closed{ - id = "LZ1_Lockdown_Lo"; - name = "Emergency Lockdown" +/area/lv522/outdoors/colony_streets/north_east_street) +"xVY" = ( +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges/garden_bridge) +"xWb" = ( +/obj/structure/bed/chair{ + dir = 1 }, -/turf/open/floor/corsat/marked, -/area/lv522/landing_zone_1/ceiling) -"xWD" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/prop/ice_colony/ground_wire{ +/obj/structure/platform{ dir = 4 }, -/obj/item/clothing/head/hardhat{ - pixel_x = 17 +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/north_west_street) +"xWm" = ( +/obj/item/prop/colony/canister{ + dir = 8; + layer = 3.1; + pixel_y = 16 }, /turf/open/floor/corsat/squares, -/area/lv522/atmos/command_centre) -"xWT" = ( -/turf/open/floor/corsat/marked, -/area/lv522/atmos/west_reactor) +/area/lv522/atmos/reactor_garage) +"xWB" = ( +/obj/structure/cargo_container/watatsumi/right, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/colony_streets/north_west_street) "xXg" = ( /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/east_central_street) -"xXk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/power/north{ - start_charge = 20 - }, -/turf/open/floor/strata/white_cyan1/east, -/area/lv522/indoors/a_block/corpo/glass) "xXo" = ( /obj/structure/surface/table/almayer, /obj/structure/bed/chair{ @@ -51157,34 +51045,18 @@ }, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen/glass) -"xXC" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper B-Block - Hydroponics Airlock" - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "LV_522_Hydro-Lockdown"; - name = "\improper Storm Shutters" - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/hydro) -"xXF" = ( -/turf/closed/shuttle/dropship3/tornado{ - icon_state = "18" - }, -/area/lv522/landing_zone_forecon/UD6_Tornado) -"xXH" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +"xXq" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/floor/corsat/marked, -/area/lv522/indoors/b_block/bar) -"xXI" = ( -/obj/structure/filtration/machine_96x96/indestructible{ - icon_state = "sedimentation_A_1"; - layer = 3.1 - }, -/turf/open/floor/prison/whitegreenfull/southwest, -/area/lv522/oob) +/area/lv522/atmos/north_command_centre) +"xXE" = ( +/turf/open/floor/prison/blue/north, +/area/lv522/indoors/a_block/admin) +"xXL" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/a_block/dorms/glass) "xXN" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, @@ -51197,16 +51069,6 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/north_street) -"xXU" = ( -/obj/structure/machinery/conveyor{ - dir = 8; - id = "cargo_container" - }, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/cargo_intake) "xYn" = ( /obj/structure/surface/table/woodentable/fancy, /obj/item/trash/plate{ @@ -51215,8 +51077,9 @@ /turf/open/floor/carpet, /area/lv522/indoors/b_block/bar) "xYv" = ( -/turf/open/asphalt/cement/cement14, -/area/lv522/outdoors/colony_streets/south_east_street) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/west_reactor) "xYx" = ( /obj/structure/platform{ dir = 1 @@ -51229,42 +51092,72 @@ "xYD" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/east_reactor/south) -"xYM" = ( -/obj/structure/platform_decoration, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" +"xYE" = ( +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/a_block/garden) -"xZg" = ( -/obj/structure/machinery/vending/coffee, +/obj/structure/machinery/disposal, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security) +"xYU" = ( +/obj/structure/blocker/forcefield/vehicles, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/command_centre) +"xYV" = ( +/obj/structure/prop/server_equipment/yutani_server, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security/glass) +"xZb" = ( +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/east_reactor/west) +"xZc" = ( /obj/structure/machinery/light{ dir = 8 }, +/obj/structure/barricade/wooden, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/cargo) +"xZe" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/recharger, +/obj/item/device/flash, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security/glass) "xZi" = ( -/obj/structure/machinery/vending/cola, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/light, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/cargo_intake) +"xZv" = ( +/obj/item/shard{ + icon_state = "medium" + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/b_block/bar) +/obj/item/prop/colony/used_flare, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"xZx" = ( +/obj/structure/platform_decoration, +/obj/item/reagent_container/food/drinks/flask/marine, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) "xZz" = ( /obj/effect/decal/cleanable/blood/splatter, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/corpo) "xZD" = ( -/obj/structure/machinery/door/poddoor/almayer/closed{ - id = "West LZ Storage"; - name = "Emergency Lockdown" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, +/obj/structure/cargo_container/watatsumi/right, +/turf/open/floor/prison/floor_marked/southwest, /area/lv522/indoors/lone_buildings/storage_blocks) "xZE" = ( /obj/structure/bed/chair{ @@ -51272,6 +51165,15 @@ }, /turf/open/floor/prison, /area/lv522/atmos/way_in_command_centre) +"xZF" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison/cell_stripe/north, +/area/lv522/atmos/cargo_intake) +"xZJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/b_block/bar) "xZP" = ( /obj/structure/stairs/perspective{ dir = 1; @@ -51279,10 +51181,12 @@ }, /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/north_east_street) -"yac" = ( -/obj/structure/platform_decoration, -/turf/open/asphalt/cement/cement2, -/area/lv522/landing_zone_1) +"xZX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_west_street) "yaf" = ( /obj/structure/surface/rack, /obj/item/tool/pickaxe/plasmacutter, @@ -51292,26 +51196,19 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"yah" = ( -/obj/structure/stairs/perspective{ - dir = 5; - icon_state = "p_stair_full" - }, -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/landing_zone_1) +"yag" = ( +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/fitness) "yaj" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/corsat, /area/lv522/atmos/east_reactor/south) -"yal" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, +"yay" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/northwest, -/area/lv522/indoors/b_block/bridge) +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/c_block/cargo) "yaF" = ( /obj/effect/spawner/gibspawner/xeno, /obj/structure/pipes/standard/simple/hidden/green{ @@ -51326,22 +51223,74 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/sewer) -"yaN" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"yaI" = ( +/obj/structure/bed/chair, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurple2, +/area/lv522/indoors/a_block/dorms) +"yaK" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = 13 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/structure/prop/invuln/minecart_tracks/bumper{ + dir = 8 + }, +/turf/open/floor/corsat/plate, +/area/lv522/indoors/c_block/mining) +"yaR" = ( +/obj/structure/window_frame/strata, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "LV_522_Hydro-Lockdown"; + name = "\improper Storm Shutters" }, /turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/executive) -"yaT" = ( -/turf/open/floor/prison/cell_stripe/west, -/area/lv522/atmos/east_reactor/south) +/area/lv522/indoors/b_block/bridge) "ybj" = ( /obj/item/prop/alien/hugger, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) +"ybn" = ( +/obj/item/ammo_magazine/rifle/boltaction, +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/c_block/t_comm) +"ybu" = ( +/obj/structure/largecrate/random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/hallway) "ybz" = ( /turf/open/asphalt/cement, /area/lv522/landing_zone_2) +"ybO" = ( +/obj/structure/cargo_container/wy/right, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/landing_zone_1) +"ybS" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/asphalt/cement/cement1, +/area/lv522/outdoors/colony_streets/north_street) +"ybX" = ( +/obj/structure/platform/stair_cut, +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison/floor_plate, +/area/lv522/indoors/c_block/garage) "yca" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, @@ -51350,11 +51299,6 @@ /obj/structure/girder/reinforced, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/north_east_street) -"ycA" = ( -/obj/structure/surface/table/almayer, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/kitchen, -/area/lv522/indoors/a_block/kitchen) "ycE" = ( /turf/open/floor/carpet, /area/lv522/indoors/b_block/bar) @@ -51367,88 +51311,121 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) +"ycJ" = ( +/obj/structure/bed/chair/comfy, +/obj/item/stack/sheet/wood, +/turf/open/floor/prison/floor_marked/southwest, +/area/lv522/outdoors/colony_streets/north_west_street) "ycM" = ( /obj/structure/prop/ice_colony/ground_wire{ dir = 4 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) -"ycQ" = ( -/obj/structure/barricade/wooden{ - dir = 8 - }, -/turf/open/asphalt/cement/cement4, -/area/lv522/outdoors/colony_streets/south_street) "ydb" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, /area/lv522/indoors/a_block/executive) -"ydh" = ( -/obj/structure/barricade/wooden{ - dir = 1 - }, -/turf/open/floor/prison/darkredfull2, -/area/lv522/indoors/a_block/kitchen/glass) "ydo" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/machinery/camera/autoname{ + dir = 8 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/fitness) -"ydB" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 3 +/obj/structure/machinery/light/small{ + dir = 4 }, -/obj/structure/machinery/computer3/server/rack, -/turf/open/floor/bcircuit, -/area/lv522/atmos/east_reactor/south) -"ydW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light{ +/turf/open/floor/prison/darkbrownfull2, +/area/lv522/indoors/c_block/mining) +"ydu" = ( +/obj/structure/bed/chair/comfy, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/north) +"ydN" = ( +/obj/structure/platform{ dir = 8 }, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"ydX" = ( -/obj/structure/platform_decoration{ - dir = 4 +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/kitchen) +"yed" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 }, -/obj/structure/barricade/wooden{ - dir = 1 +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/corpo/glass) +"yej" = ( +/obj/structure/platform{ + dir = 8 }, +/obj/structure/ore_box, +/obj/effect/decal/cleanable/cobweb, /turf/open/floor/plating, -/area/lv522/landing_zone_1/tunnel/far) -"yez" = ( -/obj/structure/machinery/light{ - dir = 4 +/area/lv522/indoors/c_block/cargo) +"yek" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/corsat/marked, +/area/lv522/outdoors/colony_streets/south_east_street) +"yel" = ( +/obj/structure/closet/secure_closet/medical1, +/turf/open/floor/strata/white_cyan1/east, +/area/lv522/indoors/a_block/medical) +"yev" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/mining) +/obj/structure/platform/stair_cut{ + icon_state = "platform_stair_alt" + }, +/turf/open/asphalt/cement/cement12, +/area/lv522/outdoors/colony_streets/north_street) "yeH" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/surface/table/almayer, /turf/open/floor/prison, /area/lv522/outdoors/colony_streets/windbreaker/observation) -"yeK" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +"yeN" = ( +/turf/closed/shuttle/dropship3/tornado{ + icon_state = "62" }, -/turf/open/asphalt/cement/cement9, -/area/lv522/outdoors/colony_streets/north_street) +/area/lv522/landing_zone_forecon/UD6_Tornado) "yeV" = ( -/obj/structure/surface/table/almayer, -/obj/structure/dropship_equipment/fuel/cooling_system{ - layer = 3.5 +/obj/structure/machinery/door_control/brbutton{ + id = "Marked_2"; + pixel_y = 26 }, -/obj/item/clothing/glasses/welding{ - layer = 3.6; - pixel_x = 2; - pixel_y = 7 +/obj/structure/largecrate/random, +/turf/open/floor/prison/floor_plate, +/area/lv522/outdoors/colony_streets/north_west_street) +"yfj" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal8"; + pixel_x = -16; + pixel_y = -16 }, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/east_reactor/north) +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal7"; + pixel_x = 16; + pixel_y = -16 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal6"; + pixel_x = 16; + pixel_y = 16 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal5"; + pixel_x = -16; + pixel_y = 16 + }, +/obj/structure/holohoop{ + density = 0; + pixel_y = 27 + }, +/obj/item/toy/beach_ball/holoball{ + pixel_x = 8; + pixel_y = 5 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) "yfk" = ( /obj/item/tool/lighter/random{ pixel_x = -4; @@ -51468,6 +51445,12 @@ }, /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) +"yfm" = ( +/obj/structure/cargo_container/kelland/left{ + layer = 4.13 + }, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/outdoors/colony_streets/north_east_street) "yfu" = ( /turf/open/floor/prison, /area/lv522/indoors/lone_buildings/storage_blocks) @@ -51481,23 +51464,6 @@ }, /turf/open/floor/plating, /area/lv522/landing_zone_2) -"yfL" = ( -/obj/structure/machinery/door/airlock/almayer/engineering{ - name = "\improper Cargo Bay Storage"; - req_one_access = null - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/cargo) -"yfV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/lone_buildings/engineering) "yfX" = ( /obj/item/weapon/gun/boltaction{ pixel_y = -8 @@ -51518,48 +51484,63 @@ }, /turf/open/floor/prison, /area/lv522/indoors/c_block/casino) -"ygk" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/mining) "ygn" = ( -/obj/item/stack/sheet/metal, -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/prison/darkpurplefull2, -/area/lv522/indoors/a_block/dorms) -"ygr" = ( -/obj/structure/barricade/wooden{ - dir = 4 +/turf/open/floor/prison/greenfull/northwest, +/area/lv522/indoors/b_block/hydro) +"ygq" = ( +/obj/item/ammo_magazine/pistol/m1911{ + pixel_x = 9; + pixel_y = 12 }, -/turf/open/floor/prison/floor_plate, -/area/lv522/indoors/lone_buildings/storage_blocks) -"ygY" = ( -/obj/structure/window/reinforced{ +/obj/structure/platform, +/turf/open/asphalt/cement/cement4, +/area/lv522/outdoors/colony_streets/north_east_street) +"ygy" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/structure/machinery/light{ dir = 8 }, -/obj/structure/prop/almayer/computers/sensor_computer1, -/turf/open/floor/corsat/brown/northwest, -/area/lv522/oob) -"yhb" = ( +/turf/open/floor/shiva/radiator_tile2, +/area/lv522/indoors/a_block/bridges) +"ygF" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/bridges) +"ygG" = ( +/obj/item/stack/sheet/wood, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/corsat/squares, -/area/lv522/atmos/cargo_intake) -"yhc" = ( -/obj/structure/bed/chair/comfy, -/turf/open/floor/prison/blue, -/area/lv522/indoors/a_block/admin) -"yhe" = ( -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "LV522CIC_1"; - name = "\improper Storm Shutters" +/turf/open/floor/prison/darkyellowfull2/east, +/area/lv522/indoors/lone_buildings/engineering) +"ygH" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/recharger{ + pixel_y = 2 }, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/a_block/admin) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/security/glass) +"ygI" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/plate, +/area/lv522/atmos/east_reactor/north) +"ygN" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_full" + }, +/obj/structure/platform/stair_cut{ + icon_state = "platform_stair_alt" + }, +/turf/open/asphalt/cement, +/area/lv522/outdoors/colony_streets/south_west_street) +"ygW" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/plating/platebot, +/area/lv522/indoors/c_block/cargo) "yhi" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, @@ -51574,11 +51555,16 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_street) -"yhq" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC, -/turf/open/floor/corsat/plate, -/area/lv522/atmos/command_centre) +"yhn" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/prison/darkpurplefull2, +/area/lv522/indoors/a_block/dorms/glass) +"yhs" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/turf/open/floor/plating, +/area/lv522/landing_zone_forecon/UD6_Tornado) "yhz" = ( /obj/structure/window_frame/corsat, /obj/effect/spawner/gibspawner/xeno, @@ -51591,63 +51577,27 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_west_street) -"yhQ" = ( -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/c_block/t_comm) -"yhY" = ( -/obj/structure/coatrack{ - pixel_x = -6; - pixel_y = 22 - }, -/obj/item/clothing/suit/storage/snow_suit/survivor/parka/red{ - pixel_x = -7; - pixel_y = 26 - }, -/obj/item/clothing/shoes/jackboots{ - pixel_x = -6; - pixel_y = -6 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/landing_zone_1/ceiling) +"yie" = ( +/obj/structure/largecrate, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel) "yim" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/n_rockies) -"yio" = ( -/obj/structure/surface/table/almayer, -/obj/effect/spawner/random/toy, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/greenfull/east, -/area/lv522/indoors/a_block/fitness/glass) -"yis" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/prison/darkyellowfull2/east, -/area/lv522/indoors/c_block/t_comm) -"yiw" = ( -/obj/structure/machinery/power/port_gen/pacman/mrs, -/turf/open/floor/prison/darkbrownfull2, -/area/lv522/indoors/c_block/cargo) "yiM" = ( /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/central_streets) "yiP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb2, -/turf/open/floor/shiva/radiator_tile2, -/area/lv522/indoors/b_block/bridge) -"yiQ" = ( -/obj/structure/barricade/handrail/strata, -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/corsat/marked, -/area/lv522/indoors/c_block/mining) +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating, +/area/lv522/landing_zone_1/tunnel/far) +"yiV" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/brown/east, +/area/lv522/atmos/west_reactor) "yiZ" = ( /obj/structure/prop/vehicles/crawler{ dir = 8; @@ -51658,6 +51608,11 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/east_central_street) +"yjj" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/flashlight/lamp/green, +/turf/open/floor/strata/fake_wood, +/area/lv522/atmos/east_reactor/east) "yjm" = ( /obj/structure/largecrate/random, /turf/open/asphalt/cement, @@ -51688,14 +51643,24 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/corpo) -"yjx" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 8; - pixel_y = 3 +"yjt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/floor/prison/floor_plate, +/turf/open/floor/prison/cell_stripe, /area/lv522/atmos/reactor_garage) +"yjw" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "Sec-Kitchen-Lockdown"; + name = "\improper Storm Shutters" + }, +/turf/open/floor/corsat/marked, +/area/lv522/indoors/a_block/kitchen) "yjK" = ( /obj/structure/prop/ice_colony/ground_wire{ dir = 4 @@ -51703,30 +51668,66 @@ /obj/item/tool/weldingtool, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/colony_streets/south_east_street) +"yjO" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/prison/blue_plate/north, +/area/lv522/indoors/a_block/admin) +"yjP" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Reactor_garage_1" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/lv522/atmos/reactor_garage) "yjT" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" }, /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/south_west_street) -"yjZ" = ( -/obj/item/prop/alien/hugger, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/prison/blue_plate/north, +"ykp" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/reagent_container/food/snacks/monkeyburger{ + pixel_x = -9; + pixel_y = 12 + }, +/obj/item/reagent_container/food/snacks/cheesyfries, +/obj/item/reagent_container/food/condiment/hotsauce/tabasco{ + pixel_x = 6; + pixel_y = 19 + }, +/turf/open/floor/strata/white_cyan1, +/area/lv522/indoors/lone_buildings/chunk) +"ykq" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/prison/blue, /area/lv522/indoors/a_block/admin) -"ykz" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" +"ykO" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 }, -/turf/open/asphalt/cement, -/area/lv522/outdoors/colony_streets/central_streets) +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/prison/greenfull/east, +/area/lv522/indoors/a_block/fitness) "ykT" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/bridges/op_centre) -"ykZ" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat/brown, -/area/lv522/atmos/filt) +"yle" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/bodybag, +/turf/open/floor/prison/blue/north, +/area/lv522/indoors/a_block/hallway) +"yli" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/brown/north, +/area/lv522/atmos/north_command_centre) "ylo" = ( /turf/closed/wall/shiva/prefabricated/reinforced, /area/lv522/indoors/lone_buildings/storage_blocks) @@ -51743,22 +51744,21 @@ }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/outdoors/n_rockies) -"ylI" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/whiteyellowfull/east, -/area/lv522/indoors/a_block/corpo/glass) -"ylL" = ( -/obj/structure/prop/invuln/ice_prefab/trim{ - dir = 8 - }, -/obj/structure/cargo_container/grant/rightmid, -/turf/open/auto_turf/sand_white/layer0, -/area/lv522/outdoors/w_rockies) +"ylU" = ( +/obj/structure/bed/chair/comfy, +/turf/open/floor/corsat/brown, +/area/lv522/atmos/command_centre) "ylY" = ( /obj/structure/pipes/standard/manifold/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) +"ylZ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/darkredfull2, +/area/lv522/indoors/a_block/bridges/op_centre) (1,1,1) = {" bMX @@ -52625,7 +52625,7 @@ cpy cpy cpy cpy -dTY +okN pxb pxb pxb @@ -52724,10 +52724,10 @@ cpy cpy cpy cpy -lqs -lqs -lqs -lqs +lOT +lOT +lOT +lOT cpy cpy cpy @@ -52847,12 +52847,12 @@ cpy cpy cpy cpy -dTY -bsR -kxM -ncZ +okN +jWT +oax +wXg pxb -hUB +goR pxb pxb pxb @@ -53073,8 +53073,8 @@ cpy cpy cpy cpy -ltF -hUB +xFx +goR pxb pxb pxb @@ -53084,9 +53084,9 @@ pxb nQz tPf unM -pxs -pxs -pxs +hmb +hmb +hmb jqO tPf vYK @@ -53127,7 +53127,7 @@ bMX cpy abo afp -bQF +fwR abo abo abo @@ -53300,7 +53300,7 @@ cpy cpy cpy cpy -pcd +eGY pxb xqp pxb @@ -53309,13 +53309,13 @@ pxb nQz tPf oKc -wyE -pxs -pxs -vXA -pxs -pxs -wyE +pdx +hmb +hmb +eiC +hmb +hmb +pdx sOM tPf vYK @@ -53355,11 +53355,11 @@ cpy abo afp akM -xSG +qfl abo -rUb -shy -fDb +sIJ +rzs +mCy abo cpy cpy @@ -53526,7 +53526,7 @@ cpy cpy cpy cpy -dTY +okN pwa pwa xqp @@ -53534,17 +53534,17 @@ xqp xqp nQz oKc -pxs -pxs -pxs -xSj -msY -vXA -jpI -jpI -pxs -pxs -pxs +hmb +hmb +hmb +onA +vdJ +eiC +wqn +wqn +hmb +hmb +hmb sOM vYK pxb @@ -53583,9 +53583,9 @@ cpy afp ann asI -kIJ +qUt akM -uJk +fwc bVG abo cpy @@ -53625,7 +53625,7 @@ vtc vtc vtc vtc -qqX +oip vtc vtc vtc @@ -53753,26 +53753,26 @@ cpy cpy cpy cpy -pyG +knF pwa pwa pxb nQz tPf oKc -pxs -pxs +hmb +hmb uiM uiM uiM uiM -vXA +eiC uiM nUd tAr uiM -pxs -pxs +hmb +hmb sOM tPf vYK @@ -53811,9 +53811,9 @@ abS ajM cpy abo -dfj -nsR -tGO +oyz +hgz +iTD abo cpy cpy @@ -53852,7 +53852,7 @@ vtc vtc vtc vtc -qqX +oip vtc uWO uWO @@ -53891,10 +53891,10 @@ sRA sRA sRA sRA -pao -goP -vaA -nus +pHD +bRt +xlK +aOz sRA sRA sRA @@ -53980,28 +53980,28 @@ cpy cpy cpy cpy -lLE +icG pxb nQz tPf oKc -pxs -pxs -pxs -lDP +hmb +hmb +hmb +kTj uiM -msY -msY -ptO -vXA -tkg -jbl -pVr +vdJ +vdJ +dho +eiC +vca +kPC +uYJ uiM -idR -pxs -pxs -pxs +xOt +hmb +hmb +hmb sOM tPf vYK @@ -54079,7 +54079,7 @@ uWO gxN hIZ hIZ -rqq +opJ hSi uWO uWO @@ -54113,20 +54113,20 @@ sRA sRA sRA rWS -gIo -drP -rQR +maH +eUA +pMM sRA sRA -vBf -tJn -juL -eIr -pao -goP -jZt -vSe -oAe +tAm +fsN +orF +vcA +pHD +bRt +qUU +fiN +gDD kor rWS uiK @@ -54206,31 +54206,31 @@ cpy cpy cpy cpy -nfE +gBf pxb nQz oKc -pxs -pxs -pxs -lDP -xSj -xSj +hmb +hmb +hmb +kTj +onA +onA uiM -ptO -ptO -xSj -vXA -tkg -eMT -bZS +dho +dho +onA +eiC +vca +ybO +gjG uiM -idR -cos -cos -pxs -pxs -pxs +xOt +pvJ +pvJ +hmb +hmb +hmb sOM vYK pxb @@ -54339,21 +54339,21 @@ sRA sRA sRA rWS -pKx -xGi -dMz -adP -kxX -pVu -rzh -sWb -lUz -qLI -vBf -tJn -juL -eIr -cvC +mHp +lQu +mJo +iCI +shM +mtQ +iTZ +vMT +eqP +des +tAm +fsN +orF +vcA +tOd uiK rWS rWS @@ -54433,11 +54433,11 @@ cpy cpy cpy cpy -nfE +gBf nQz oKc -pxs -tgG +hmb +rFq uTd oyf tns @@ -54457,8 +54457,8 @@ fOc uTd oyf tns -tgG -pxs +rFq +hmb sOM vYK pxb @@ -54565,22 +54565,22 @@ rWS rWS sRA sRA -mlf -tPC -cxW -trR -otP -xpM -vyR -dLj -qLO -dLj -dtU -rzh -sWb -lUz -rzh -kPR +gBK +ouC +dyq +veK +mcY +sqc +fbi +biJ +pcX +biJ +jBh +iTZ +vMT +eqP +iTZ +rGe sRA sRA rWS @@ -54661,9 +54661,9 @@ cpy cpy cpy pwa -vdj -wyE -qqV +eub +pdx +oba nFj pRg nFj @@ -54685,8 +54685,8 @@ sYH nFj pRg nFj -bVd -wyE +jWc +pdx wdY pxb pwa @@ -54790,24 +54790,24 @@ vtc cpy cpy cpy -bxv -nPe -dqw -kbh -lDn -jLJ -jLJ -qEN -jLJ -kiq -jLJ -poe -lpR -qyN -dQy -giu -xTy -cHW +bjS +gvD +cqW +eql +lXB +aXD +aXD +jLG +aXD +qrQ +aXD +jwN +uBW +tNg +cPB +mzf +pcI +eJX uiK uiK sRA @@ -54886,11 +54886,11 @@ tFx tFx tFx tFx -kjS +ppx pwa -emg -pxs -cAi +vqE +hmb +tuY nFj nFj nFj @@ -54913,7 +54913,7 @@ nFj nFj sYH gnf -pxs +hmb wes pxb pwa @@ -54987,7 +54987,7 @@ uWO gEB uWO uWO -qqX +oip uWO uWO uWO @@ -55017,23 +55017,23 @@ uWO cpy cpy cpy -kNU -afl -jTy -ahW -sCM -wwK -oRl -noJ -ufk -jOE -cIj -nyD -jJz -kxX -wCx -kxX -fPx +dyc +bYn +eUG +enL +sqw +ejs +apJ +lmq +fKN +elf +pfg +fwU +lms +shM +xIY +shM +jDg kor sRA sRA @@ -55110,14 +55110,14 @@ cpy cpy tFx tFx -iIx -dsZ -sjm -kha +nXx +rCe +pke +phe pxb -eJI -pxs -sCx +pQW +hmb +qXd nFj nFj nFj @@ -55140,7 +55140,7 @@ sYH nFj sYH vTO -pxs +hmb wiY pxb pwa @@ -55183,13 +55183,13 @@ saC saC saC saC -qPi -qPi -qPi -fDV -qPi -vSF -vSF +oVw +oVw +oVw +lrb +oVw +okQ +okQ saC saC saC @@ -55214,7 +55214,7 @@ uWO gEB idH uWO -qqX +oip uWO uWO uWO @@ -55222,15 +55222,15 @@ uWO aTA bIJ bIJ -tBz -gAF -sBv +cnC +tup +xrk bIJ bIJ -wXS -wXS -wXS -wXS +oaY +oaY +oaY +oaY hQU iOi jCb @@ -55238,30 +55238,30 @@ fTi ksf kPO jYu -mka -wXS -wXS -wXS -cpy -cpy -lGm -pEy -bpG -eHL -ncj -bzi -jLJ -jLJ -kZn -jLJ -qEN -vpC -rdd -fzt -vLn -kTh -wsu -qob +kTC +oaY +oaY +oaY +cpy +cpy +ead +bDb +jZV +rpn +sPN +noN +aXD +aXD +ask +aXD +jLG +onm +unr +aqt +kZm +qdr +rbT +bfR sRA sRA sRA @@ -55336,15 +55336,15 @@ cpy cpy cpy tFx -tJB -lms -oie +iEP +gSN +ign tFx -kha +phe pxb -eJI -pxs -eYo +pQW +hmb +qoP sYH sYH sYH @@ -55367,7 +55367,7 @@ sYH sYH sYH orU -pxs +hmb wiY pxb pwa @@ -55379,8 +55379,8 @@ cpy cpy eYM eYM -cIh -cIh +cLN +cLN eYM eYM eYM @@ -55409,13 +55409,13 @@ saC saC saC saC -uVp -uVp -uVp -uVp -cYL -uVp -uVp +sxC +sxC +sxC +sxC +tps +sxC +sxC saC saC saC @@ -55448,11 +55448,11 @@ uWO uWO aTA bIJ -htq -ikg -ikg -ikg -eye +dnH +dHO +dHO +dHO +hhH gVd hoq hKG @@ -55474,21 +55474,21 @@ cpy cpy rWS rWS -lqI -ukM -vGI -kAz -uir -uir -hOX -kWv -hOX -giU -cop -cUK -sAf -cop -ktM +ndq +heN +pOQ +mge +lNv +lNv +npY +upY +npY +lzC +rZX +lFI +wVm +rZX +pzZ uiK uiK gxe @@ -55539,7 +55539,7 @@ ien ien ien ien -vyB +qfW umf vXc vXc @@ -55563,15 +55563,15 @@ cpy cpy cpy tFx -klO -jqB -nhI -pST -kha +eYx +cVp +oQa +hkR +phe pxb -eJI -pxs -lCk +pQW +hmb +qXm sYH sYH sYH @@ -55594,7 +55594,7 @@ sYH nFj nFj dMY -pxs +hmb wiY pxb pwa @@ -55635,16 +55635,16 @@ saC saC saC saC -uVp -uVp -uVp -uVp -uVp -cYL -uVp -uVp -vCt -vCt +sxC +sxC +sxC +sxC +sxC +tps +sxC +sxC +ekh +ekh saC saC saC @@ -55667,7 +55667,7 @@ vtc vtc gEB uWO -wiS +xzq cpy cpy cpy @@ -55675,11 +55675,11 @@ uWO uWO cpy bIJ -jXd +jZJ eaE eaE eaE -csP +nhI gXE htu uWO @@ -55701,38 +55701,38 @@ cpy cpy rWS sRA -lqI -bpG -qOu -uel -kxX -cto -cop -cUK -sAf -mZq -pao -oRw -phk -nus -sWs +ndq +jZV +kvw +sIj +shM +ljZ +rZX +lFI +wVm +elW +pHD +nXw +vkV +aOz +pDw uiK sRA odi ien ien -ctf -ppE +hlC +fqz ien -jpU -ldX +yeV +xIe ien -eHJ -tWs +sgs +sEr ien ldu yhK -aqN +aJV iSf iSf yhK @@ -55746,7 +55746,7 @@ czW sjY ien lSg -rZN +jfy ylo ylo ylo @@ -55758,7 +55758,7 @@ ylo ylo ylo ylo -pLe +wkm ylo ylo ylo @@ -55766,7 +55766,7 @@ ylo ylo ylo rMF -vyB +qfW vXc vXc vXc @@ -55790,15 +55790,15 @@ cpy cpy ien tFx -oxM -keu -qlu -pST -kha +qMv +oUm +xRU +hkR +phe pxb -eJI -pxs -cAi +pQW +hmb +tuY sYH sYH sYH @@ -55809,7 +55809,7 @@ sYH sYH sYH sYH -rOh +ldJ sYH sYH sYH @@ -55821,7 +55821,7 @@ sYH nFj nFj gnf -pxs +hmb wiY pxb pwa @@ -55831,12 +55831,12 @@ cpy cpy eYM eYM -pdn -hDD +eIP +cAN wfP wfP wfP -hDD +cAN sRM hTe eYM @@ -55861,18 +55861,18 @@ saC saC saC saC -uVp -uVp -uVp -uVp -uVp +sxC +sxC +sxC +sxC +sxC saC saC -uVp -rZX -uVp -uVp -vCt +sxC +utg +sxC +sxC +ekh saC saC saC @@ -55889,11 +55889,11 @@ cpy cpy cpy lqb -wIc -wIc -wIc -wLC -wIc +tta +tta +tta +mPW +tta nNL xpg cpy @@ -55902,11 +55902,11 @@ cpy cpy cpy bIJ -csP +nhI eaE eaE eaE -ctA +pGp gVd hoq hKG @@ -55929,37 +55929,37 @@ cpy cpy sRA sRA -jmI -eOF -jmC +tXY +pEn +jyX sRA sRA -pao -oRw -aIP -nus -vBf -bNY -qNV -gJN -cMi +pHD +nXw +jQL +aOz +tAm +hhR +tHG +mwF +lTa hPM uiK oow ien -eHJ -pdD -fCO +sgs +xLl +iAS dkB dkB dYA -buP -qkR -lte -ajO +rum +hlW +sqW +tbP ldM clY -eWX +rIh lIR dTJ dTJ @@ -55973,27 +55973,27 @@ woA hJZ hJZ hJZ -nHe +laK ylo -dUl -qfT -rlK -hyY -hIH -rlK -fiJ -jSc +sDR +svQ +cEr +kbR +fAu +cEr +lqG +ntI ylo ylo -pLe -pgH -lCi -isH -kJu -ojv +wkm +kDn +eax +mJK +jIE +pHo ylo rMF -vyB +qfW vXc vXc vXc @@ -56017,15 +56017,15 @@ ien ien ien tFx -uGb -uGb -uGb +tWG +tWG +tWG tFx -kha +phe pxb -eJI -pxs -sCx +pQW +hmb +qXd sYH sYH sYH @@ -56048,7 +56048,7 @@ sYH nFj nFj vTO -pxs +hmb wiY pxb pwa @@ -56087,26 +56087,26 @@ saC saC saC saC -uVp -uVp -uVp -uVp -uVp +sxC +sxC +sxC +sxC +sxC saC saC -uVp -uVp -uVp -uVp -uVp -vCt -vCt +sxC +sxC +sxC +sxC +sxC +ekh +ekh saC -vCt -vCt +ekh +ekh saC saC -hbY +clB saC saC saC @@ -56130,9 +56130,9 @@ cpy cpy bIJ bIJ -ikg -ikg -ikg +dHO +dHO +dHO bIJ gXE htu @@ -56161,32 +56161,32 @@ sRA sRA sRA sRA -vBf -uXP -qNV -eIr +tAm +bsq +tHG +vcA cpy cpy cpy rWS -ruG -kfr -rjK +kuZ +cbv +uRD ien ien ien -gAH -jhh +xWB +aQY prM kvc kBz -hyt -cTY -tWs -fOA +nhz +wQN +sEr +ucI clY sjY -eWX +rIh rOi swt rdM @@ -56199,28 +56199,28 @@ gRs hJZ hJZ hJZ -kfV +iii gKO ylo -lPg -izh -rlK -jIJ -izh -rlK -bik -sCI -dhL +jnZ +dqu +cEr +rWA +dqu +cEr +cRO +pQZ +dsG ylo -wLO +iKA ylo -aDi -qNL -rgg -wUw +kKd +qWa +kSt +nvw ylo rMF -vyB +qfW vXc vXc vXc @@ -56243,16 +56243,16 @@ ien qJy aRN ien -wWY -uif -uif +trC +tqp +tqp fnA -iZp -kha +fNZ +phe pxb -eJI -pxs -eYo +pQW +hmb +qoP sYH sYH sYH @@ -56275,7 +56275,7 @@ sYH sYH sYH orU -pxs +hmb wiY pxb pwa @@ -56283,7 +56283,7 @@ xqp pxb cpy eYM -end +nSp jJF wfP eYM @@ -56313,28 +56313,28 @@ saC saC saC saC -uVp -uVp -uVp -uVp -uVp -uVp -uVp -cYL -uVp -uVp -uVp -uVp -uVp -uVp -uVp -uVp -uVp -cYL -uVp -uVp -oQZ -hbY +sxC +sxC +sxC +sxC +sxC +sxC +sxC +tps +sxC +sxC +sxC +sxC +sxC +sxC +sxC +sxC +sxC +tps +sxC +sxC +vCW +clB saC saC saC @@ -56358,7 +56358,7 @@ cpy cpy bIJ bIJ -pds +pLn bIJ bIJ nru @@ -56401,19 +56401,19 @@ sRA sRA sRA ien -eHJ -cTY -ftV +sgs +wQN +rbq eiZ eiZ eiZ kIj eiZ -tWs -fOA +sEr +ucI clY sjY -nAZ +sJf mZs mOO iuv @@ -56426,28 +56426,28 @@ aTP hJZ hJZ hJZ -qyO +buh ylo ylo -llS -rlK -izh -jIJ -xqq -izh -lPg -izh -izh +ngQ +cEr +dqu +rWA +nyU +dqu +jnZ +dqu +dqu ylo -wLO +iKA ylo -gfl -fdv -rlK -lxR +xZD +uGR +cEr +tDa ylo ylo -vyB +qfW vXc vXc vXc @@ -56455,31 +56455,31 @@ umf vXc vXc vXc -oTE -tNN -rrS -tNN -tNN -rrS -tNN -qcR -rrS -uyi -tNN -wHq -neo -vhu +uJi +psW +mZi +psW +psW +mZi +psW +gon +mZi +phL +psW +kER +eeL +mwO tZh ofi ofi max -mna -iZp -kha +uvX +fNZ +phe pxb -eJI -pxs -lCk +pQW +hmb +qXm nFj nFj nFj @@ -56502,7 +56502,7 @@ sYH nFj sYH dMY -pxs +hmb wiY pxb xqp @@ -56510,7 +56510,7 @@ xqp cpy cpy eYM -aUI +mDv wfP wfP eYM @@ -56540,29 +56540,29 @@ saC saC saC saC -uVp -uVp -uVp -uVp -uVp -uVp -uVp -cYL -uVp -uVp -uVp -uVp -uVp -uVp -uVp -uVp -uVp -cYL -uVp -uVp -uVp -oQZ -hbY +sxC +sxC +sxC +sxC +sxC +sxC +sxC +tps +sxC +sxC +sxC +sxC +sxC +sxC +sxC +sxC +sxC +tps +sxC +sxC +sxC +vCW +clB saC saC saC @@ -56579,8 +56579,8 @@ bzC xpg cKG rtI -iAz -gUP +qMj +mJq cpy csU cpy @@ -56618,7 +56618,7 @@ cpy cpy sRA sRA -eyx +rFm cpy rWS rWS @@ -56628,19 +56628,19 @@ sRA sRA sRA ien -eHJ +sgs eiZ xGa xLq uyN -tWu -syq -cTY -tWs -fOA +ciC +qLP +wQN +sEr +ucI clY clY -nAZ +sJf slD xPx kCF @@ -56653,35 +56653,35 @@ yhK yhK vKR sjY -jkF -hmc +fds +euO yfu -qfr -rlK -izh -xkW -bZY -izh -xkW -rlK -izh +hgq +cEr +dqu +ppe +vbW +dqu +ppe +cEr +dqu ylo -pLe +wkm ylo -vjY -izh -rlK -ocW +wqv +dqu +cEr +cgO yfu ylo -vyB +qfW vXc vXc vXc umf umf vXc -oTE +uJi rMF nJv nJv @@ -56696,17 +56696,17 @@ nJv nJv nJv fnA -jvD +gFH tZh ofi max -mna -iZp -kha +uvX +fNZ +phe pxb -ntf -pxs -cAi +buw +hmb +tuY nFj nFj nFj @@ -56729,7 +56729,7 @@ nFj nFj sYH gnf -pxs +hmb wjE pxb xqp @@ -56737,8 +56737,8 @@ pwa cpy cpy eYM -kAc -gzF +sZE +gAr wfP eYM jJF @@ -56767,29 +56767,29 @@ saC saC saC saC -uVp -rZX -uVp -fft -vfi -vfi -vfi -nbW -vfi -vfi -vfi -vfi -vfi -vfi -mVN -uVp -uVp -rKm -uVp -uVp -uVp -uVp -oqc +sxC +utg +sxC +oDE +jOv +jOv +jOv +yiV +jOv +jOv +jOv +jOv +jOv +jOv +mPb +sxC +sxC +fqH +sxC +sxC +sxC +sxC +sis saC saC saC @@ -56805,9 +56805,9 @@ kBq bzC xpg pMT -uzy -hGS -gUP +vox +kln +mJq uWO uWO uWO @@ -56839,7 +56839,7 @@ sRA rWS sRA sRA -qMy +trf cpy cpy cpy @@ -56860,14 +56860,14 @@ xwO eiZ xOD kvh -apL -cTY -cTY -tWs -fOA +rpx +wQN +wQN +sEr +ucI clY clY -nAZ +sJf vmQ swt dpk @@ -56880,9 +56880,9 @@ hJZ clY eUt sjY -jkF -hmc -rlK +fds +euO +cEr qvY yfu yfu @@ -56892,38 +56892,38 @@ yfu yfu bZd yfu -pgH -wLO +kDn +iKA ylo yfu bZd yfu bZd bZd -hmc -vyB +euO +qfW vXc vXc vXc cpy umf yiM -caL +wKQ nJv xVd -vAy -eMy +ctn +sDG nJv nJv -tgL -tgL +mDs +mDs nJv -rpj -rpj -rpj +dYh +dYh +dYh xVd nJv -jvD +gFH tZh ofi max @@ -56931,9 +56931,9 @@ ien ien ien pxb -vdj -wyE -hyL +eub +pdx +gvV nFj pRg nFj @@ -56955,8 +56955,8 @@ sYH nFj pRg nFj -mTX -wyE +htk +pdx wdY pxb pwa @@ -56964,8 +56964,8 @@ pxb pxb cpy eYM -kvk -gzF +tPw +gAr wfP eYM jJF @@ -56994,30 +56994,30 @@ saC saC saC saC -uVp -uVp -uVp -oqc +sxC +sxC +sxC +sis uPc uPc kcb kcb -xWT -xWT +nVr +nVr uPc uPc kmd saC -cGB -uVp -uVp -cYL -uVp -uVp -uVp -uVp -oQZ -hbY +cWa +sxC +sxC +tps +sxC +sxC +sxC +sxC +vCW +clB fop saC tiQ @@ -57032,9 +57032,9 @@ oiW bzC xpg pPt -kQG -hGS -gUP +cQz +kln +mJq uWO vtc vtc @@ -57066,7 +57066,7 @@ cpy sRA kBT rWS -rFW +rVh sRA cpy cpy @@ -57082,19 +57082,19 @@ sRA sRA rWS ien -mTA -bDK -mTA -kUr -mTA -mej -mTA -fkS -avM -fXM +rnZ +iEX +rnZ +aJB +rnZ +rCf +rnZ +boA +cEv +kMQ sjY clY -nAZ +sJf vzy hwF ePp @@ -57107,8 +57107,8 @@ hJZ hJZ iPu wBA -giw -xZD +cHZ +cXc icE djm pCn @@ -57120,48 +57120,48 @@ qJK cQB bZd ylo -wLO -pgH +iKA +kDn yfu -vTq +syF bZd bZd yfu -hmc -vyB +euO +qfW vXc vXc cpy cpy umf yiM -caL +wKQ nJv nJv -vAy -vAy -qEW -nZO +ctn +ctn +eVu +ttb wdj -pDr +frj nJv bzL qmA qmA -rpj +dYh nJv -jvD +gFH ofi ofi max -mna -iZp -kha +uvX +fNZ +phe pxb -fbc -bXz -pxs -wZZ +rFx +skd +hmb +ptW vJj jIk aGS @@ -57181,8 +57181,8 @@ dhP vJj jIk aGS -wZZ -pxs +ptW +hmb gPv gVn pwa @@ -57192,7 +57192,7 @@ pxb cpy eYM eYM -etp +hWb wfP eYM wfP @@ -57221,30 +57221,30 @@ saC saC saC saC -uVp -uVp -uVp -oqc +sxC +sxC +sxC +sis uPc tKo wBG tiQ -xWT -xWT +nVr +nVr tKo -jfL +vde tiQ saC saC -uVp -uVp -vCt -vCt -uVp -uVp -uVp -uVp -oQZ +sxC +sxC +ekh +ekh +sxC +sxC +sxC +sxC +vCW fop fop tiQ @@ -57260,8 +57260,8 @@ bzC xpg pPt sDS -hGS -gUP +kln +mJq uWO uWO vtc @@ -57291,9 +57291,9 @@ sRA cpy cpy sRA -ocE +uyE rWS -uum +tVt sRA sRA cpy @@ -57309,16 +57309,16 @@ sRA sRA rWS ien -acf -fBs -acf -acf -acf -qex -acf -acf -acf -jYm +jzb +igr +jzb +jzb +jzb +gEj +jzb +jzb +jzb +muY sjY hJZ wqa @@ -57334,8 +57334,8 @@ hJZ hJZ slO hJZ -jkF -hmc +fds +euO yfu yfu yfu @@ -57347,68 +57347,68 @@ yfu bDr bZd ylo -pLe -pgH -iRF +wkm +kDn +cOt bZd yfu bZd yfu -hmc -vyB +euO +qfW vXc vXc cpy vXc vXc yiM -fxc +dCZ nJv -lMl -ggk -yfV +fGW +rez +lMC udM nEY sQD -bza +vpR nJv cNO qmA mdp -rpj +dYh nJv -vqs +roI ofi ofi max -mna -iZp -kha +uvX +fNZ +phe pxb pxb -fbc -bXz -pxs -pxs -pxs -rAA -liy -jxM +rFx +skd +hmb +hmb +hmb +azk +ued +kiq uiM -lDP -tkg -lDP -vXA -fYx -fYx -jpI +kTj +vca +kTj +eiC +loR +loR +wqn uiM -ihh -rAA -rAA -pxs -pxs -pxs +mwm +azk +azk +hmb +hmb +hmb gPv gVn pxb @@ -57418,7 +57418,7 @@ pwa pxb cpy eYM -jOC +htf wfP wfP eYM @@ -57449,46 +57449,46 @@ saC saC saC saC -cYL -cYL -jEp +tps +tps +pyF tiQ tiQ tiQ tiQ -gDV -gDV +nTt +nTt tiQ tiQ tiQ tiQ saC saC -vCt -vCt -vCt -uVp -uVp -uVp -uVp -uVp -uVp +ekh +ekh +ekh +sxC +sxC +sxC +sxC +sxC +sxC fop fop xmT -nDX -nDX -nDX -nDX -nDX -cGO -nDX +kdD +kdD +kdD +kdD +kdD +raE +kdD bzC xpg xpg -kQG -hGS -gUP +cQz +kln +mJq uWO uWO uWO @@ -57518,7 +57518,7 @@ sRA uiK uiK sRA -tPN +vOe sRA bKq goY @@ -57537,74 +57537,74 @@ sRA ien ien ien -cux -cux -cux -cux -uQX -cux -cux -cux -cux -cux +pTo +pTo +pTo +pTo +tLV +pTo +pTo +pTo +pTo +pTo wqa wqa wqa -boS -boS -boS -boS -boS -boS -boS -boS -boS -vuj -boS -boS +ljn +ljn +ljn +ljn +ljn +ljn +ljn +ljn +ljn +lOC +ljn +ljn ylo -izh -wUX -eKM -aMf -eKM -eKM -eKM +dqu +ljN +ghC +aZK +ghC +ghC +ghC yfu bDr yfu -hEx -pLe +lby +wkm ylo hjE -aMf -eKM -blu -olJ +aZK +ghC +ari +kWX ylo -vyB +qfW vXc vXc vXc vXc yiM yiM -pmm +pAH nJv -qHO +wos vIy vIy oTp knT sEa -soZ +ucq nJv rZg mwC kIs -rpj +dYh nJv -vqs +roI ofi ofi max @@ -57614,26 +57614,26 @@ ien pwa pxb pxb -fbc +rFx udi -bXz -pxs -pxs -pxs -jxM +skd +hmb +hmb +hmb +kiq qkw -lDP -xSj -lDP -vXA -fYx -fYx -jpI +kTj +onA +kTj +eiC +loR +loR +wqn uiM -rAA -pxs -pxs -pxs +azk +hmb +hmb +hmb gPv udi gVn @@ -57676,72 +57676,72 @@ saC saC saC saC -uVp -uVp -oqc +sxC +sxC +sis uPc dUS -cWD +sWS tiQ -xWT -xWT +nVr +nVr tJk -cWD +sWS tiQ saC saC saC saC -vCt -vCt -vCt -uVp -uVp -uVp -uVp -uVp +ekh +ekh +ekh +sxC +sxC +sxC +sxC +sxC fop fop xmT -rXQ +vnR jRZ -xEF -kEy -fsK -cGO +hGV +kBc +rLD +raE bzC bzC bzC xpg -kQG -hGS -gUP +cQz +kln +mJq uWO uWO -wiS -wIc -wIc -wIc -wIc -wIc -wIc -wIc -wIc -wIc +xzq +tta +tta +tta +tta +tta +tta +tta +tta +tta uWO iTW cPi uWO -wIc -wIc -wIc +tta +tta +tta uWO uWO vtc vtc vtc uWO -cnJ +oee sRA tTr pUR @@ -57788,35 +57788,35 @@ hJZ hJZ slO hJZ -qyO +buh ylo ylo -lZt -llP -bik -lZt -bik -bik -izh +cks +jqT +cRO +cks +cRO +cRO +dqu sIS yfu -pgH -wLO +kDn +iKA ylo ylo -nOQ -rjZ -gil +bnN +cBl +vkJ ylo ylo -vyB +qfW vXc vXc vXc yiM yiM yiM -caL +wKQ nJv nJv lHu @@ -57824,41 +57824,41 @@ pwT fSv wbj rIn -hVS -erF -pDr +tKT +xRS +frj vIy pCT jYy -xsu -jvD +gPX +gFH ofi tZh max -mna -iZp -kha +uvX +fNZ +phe pwa pwa pxb pxb pxb -fbc +rFx udi -bXz -pxs -pxs +skd +hmb +hmb uiM uiM uiM uiM -vXA +eiC uiM uiM uiM uiM -pxs -pxs +hmb +hmb gPv udi gVn @@ -57872,13 +57872,13 @@ pwa cpy cpy eYM -iSD +ifG wfP lgR eYM wfP wfP -qiy +uQO eYM sRM hTe @@ -57902,16 +57902,16 @@ saC saC saC saC -uVp -uVp -uVp -jjk +sxC +sxC +sxC +oeS uPc uPc uPc kmd -kAa -xWT +eCW +nVr uPc uPc kmd @@ -57921,40 +57921,40 @@ saC saC saC saC -oLS -vfi -vfi -vfi -vfi +xYv +jOv +jOv +jOv +jOv fop fop fop xmT -gvu -nDX -qve -mab -fRz -cGO -nDX +rAi +kdD +gsF +wYm +vaN +raE +kdD bzC xpg xpg -sQO -hGS -gUP +nmG +kln +mJq aNw uWO -bFF +rKB bIJ bIJ -ire -ire -vXo -pkJ -vXo -ire -ire +tCU +tCU +ogr +eyD +ogr +tCU +tCU uWO uWO uWO @@ -58002,7 +58002,7 @@ sjY hJZ hJZ clY -uko +oaA hJZ hJZ hJZ @@ -58015,7 +58015,7 @@ hJZ hJZ slO hJZ -nUs +hJP oOS ylo ylo @@ -58024,11 +58024,11 @@ ylo ylo ylo ylo -qFc -lPC -qFc +mNh +hpE +mNh ylo -pLe +wkm ylo ylo ylo @@ -58036,35 +58036,35 @@ ylo ylo ylo rMF -bAL +fbL vXc vXc yiM yiM yiM yiM -azf -iMc -oXE +dbv +tAy +ceV qWf icy wdj wdj wdj -xOZ -eXA -pDr +bjm +axZ +frj vIy eXU lKu -xsu -jvD +gPX +gFH ofi max max -mna -iZp -kha +uvX +fNZ +phe pwa pwa pwa @@ -58072,19 +58072,19 @@ pxb pxb pxb pxb -fbc -bXz -pxs -pxs -pxs -giW -ihh -vXA -jpI -jpI -pxs -pxs -pxs +rFx +skd +hmb +hmb +hmb +gZD +mwm +eiC +wqn +wqn +hmb +hmb +hmb gPv gVn pxb @@ -58100,14 +58100,14 @@ cpy cpy eYM eYM -irS +jXD eYM eYM -etp +hWb wfP wfP eYM -kxc +rwt qxk hTe eYM @@ -58128,51 +58128,51 @@ saC saC saC saC -uVp -uVp -uVp -uVp -oqc -daw -daw -daw -daw -daw -daw -daw -daw -daw -cWn -uVp +sxC +sxC +sxC +sxC +sis +fkJ +fkJ +fkJ +fkJ +fkJ +fkJ +fkJ +fkJ +fkJ +pVV +sxC saC saC saC saC saC -uVp -uVp -uVp -uVp +sxC +sxC +sxC +sxC fop fop fop xmT fop -nDX -qve -mab -fhw +kdD +gsF +wYm +dKH kOE -slz +eFq bzC xpg pPC -kQG -hGS -gUP +cQz +kln +mJq uWO uWO -bFF +rKB bIJ eaE eaE @@ -58229,7 +58229,7 @@ hJZ hJZ hJZ clY -uko +oaA hJZ hJZ hJZ @@ -58243,26 +58243,26 @@ hJZ slO hJZ hJZ -nUs -acf -nAZ -ciT -kdM -kdM -kdM -xrV -kdM -ikj -kdM -kdM -nsK -xrV -kdM -kdM -kdM -kdM -kdM -bAL +hJP +jzb +sJf +per +gBO +gBO +gBO +rkC +gBO +lZx +gBO +gBO +bLo +rkC +gBO +gBO +gBO +gBO +gBO +fbL vXc yiM yiM @@ -58270,46 +58270,46 @@ yiM yiM yiM yiM -caL -xsu -rzJ +wKQ +gPX +ozy ukp xdD oPc nEY sQD -oWG +lfq nJv -pFl +mHm rbc vIy -usv -xsu -jvD +bxM +gPX +gFH max max max -mna -iZp -wFc -bxa -bxa -bxa -bxa -tCZ +uvX +fNZ +tfk +pIA +pIA +pIA +pIA +wGk pxb pxb pxb -fbc +rFx udi -bXz -wyE -pxs -pxs -vXA -pxs -pxs -wyE +skd +pdx +hmb +hmb +eiC +hmb +hmb +pdx gPv udi gVn @@ -58354,63 +58354,63 @@ saC saC saC saC -uVp -uVp -uVp -uVp -uVp -oqc +sxC +sxC +sxC +sxC +sxC +sis uPc -xWT -xWT -xWT -daw -daw -xWT -xWT -xWT +nVr +nVr +nVr +fkJ +fkJ +nVr +nVr +nVr uPc -uVp -xWT -kif +sxC +nVr +kFH saC saC saC saC saC -uVp +sxC fop fop fop fop chm fop -nDX -qve -mab -bSK -nDX -nDX +kdD +gsF +wYm +wWO +kdD +kdD bzC xpg xpg sDS -hGS -gUP +kln +mJq uWO uWO -bFF -arI +rKB +lwC eaE -tBz -tBz +cnC +cnC uWO -tBz -tBz -tBz -vTd -tBz -tBz +cnC +cnC +cnC +nla +cnC +cnC uWO uWO uWO @@ -58456,7 +58456,7 @@ wBA wBA vEf wBA -cVS +gpx wBA wBA yhK @@ -58472,7 +58472,7 @@ wBA vEf wBA wBA -uoP +wIg tBC rwE rwE @@ -58481,9 +58481,9 @@ rwE rwE hWI yiM -nsK -nsK -nsK +bLo +bLo +bLo vXc vXc vXc @@ -58497,45 +58497,45 @@ yiM yiM yiM yiM -caL +wKQ nJv xVd -tlo -ssu -eIy -ojc -jXX -pvq +fjW +hVz +fBw +lwf +ygG +jWb nJv -wBu -uGh -kIF +bOu +jAh +nqf xVd nJv -jvD +gFH max max max -mna +uvX tFx -pST +hkR tFx tFx -pST +hkR tFx -kha +phe pxb pxb pxb pxb pxb -fbc +rFx udi -pWA -pxs -pxs -pxs -uiz +gwD +hmb +hmb +hmb +oxf udi gVn pxb @@ -58552,7 +58552,7 @@ xqp cpy cpy eYM -vWk +mKJ wfP wfP wfP @@ -58560,7 +58560,7 @@ eYM wfP wfP jJF -mAS +lAN eYM sRM hTe @@ -58581,27 +58581,27 @@ saC saC saC saC -uVp -uVp -uVp -uVp -uVp -oqc +sxC +sxC +sxC +sxC +sxC +sis uPc uPc uPc uPc -daw -daw +fkJ +fkJ uPc uPc uPc uPc -uVp -xWT -ulm -ulm -daw +sxC +nVr +eCM +eCM +fkJ saC saC saC @@ -58612,24 +58612,24 @@ fop fop chm chm -wwd -qve -mab -fhw -nDX +oQM +gsF +wYm +dKH +kdD bzC bzC bzC xpg -kQG -hGS -gUP +cQz +kln +mJq uWO uWO -bFF -arI +rKB +lwC enS -tBz +cnC dmG dQs gFp @@ -58637,7 +58637,7 @@ eaE eaE eaE eaE -tBz +cnC uWO uWO uWO @@ -58683,7 +58683,7 @@ hJZ hJZ slO clY -htK +lZA clY hJZ gVv @@ -58692,16 +58692,16 @@ xVz xVz gsS hJZ -kfV -wjD -wjD -wjD -dJg -wjD -wjD -nAZ -deS -uio +iii +ixi +ixi +ixi +nHG +ixi +ixi +sJf +kFq +pgP yiM yiM yiM @@ -58709,7 +58709,7 @@ yiM yiM yiM yiM -nsK +bLo vXc vXc vXc @@ -58724,33 +58724,33 @@ yiM yiM yiM yiM -caL +wKQ gbB nJv -xsu -aZS -iMc +gPX +cmo +tAy nJv -mvA -bOS +inZ +qtv nJv -xsu -xsu -xsu +gPX +gPX +gPX nJv kmq -iHQ +xjP max max ofi -mna -fwk -jCa -lgo -gdd -nhI -pST -kha +uvX +vkW +mti +kuy +mmV +oQa +hkR +phe pxb pxb pxb @@ -58758,11 +58758,11 @@ pwa pwa pxb pxb -yah -ski -ski -ski -nZI +bvw +vUr +vUr +vUr +wGB pxb pxb pxb @@ -58779,7 +58779,7 @@ xqp cpy cpy eYM -vWk +mKJ wfP wfP wfP @@ -58809,27 +58809,27 @@ saC saC saC saC -uVp -uVp -uVp -uVp -oqc +sxC +sxC +sxC +sxC +sis uPc -xWT -xWT -xWT -daw -daw -xWT -xWT -xWT +nVr +nVr +nVr +fkJ +fkJ +nVr +nVr +nVr uPc -uVp -xWT -daw -ulm -daw -daw +sxC +nVr +fkJ +eCM +fkJ +fkJ saC saC saC @@ -58840,23 +58840,23 @@ chm chm chm saC -jIZ +aWA uQI pLj -tBg -izq +paF +kme bzC xpg xpg -kQG -mwV -gUP +cQz +eYW +mJq uWO uWO -bFF -arI +rKB +lwC eaE -tvF +esV doj eaE gSw @@ -58864,22 +58864,22 @@ eaE nTO gge eaE -tBz +cnC ilK uWO uWO uWO uWO -gUP +mJq uWO vtc uWO uWO uWO -ylL -dei -dei -svP +sFm +pNM +pNM +rSL sRA sRA uiK @@ -58910,7 +58910,7 @@ hJZ hJZ eUt clY -uko +oaA clY hJZ hJZ @@ -58918,25 +58918,25 @@ hJZ hJZ clY clY -kfV +iii gKO nLm nLm nLm -omk -cRh +slx +wqU nLm nLm nLm rMF -uio +pgP yiM yiM yiM yiM yiM yiM -nsK +bLo vXc vXc vXc @@ -58952,32 +58952,32 @@ yiM yiM yiM yiM -wAP -kdM -kdM -kdM -kdM -ibJ -rUT -xSa -mXv -kdM -rrS -uif -uif -iHQ +oCI +gBO +gBO +gBO +gBO +iYe +jjb +rGs +eyL +gBO +mZi +tqp +tqp +xjP max max max ofi -mna -fwk -oie -hDz -hDz -opS -pST -kha +uvX +vkW +ign +jcb +jcb +gAu +hkR +phe pxb pxb pwa @@ -59006,7 +59006,7 @@ xqp cpy cpy eYM -qDp +mbh wfP wfP wfP @@ -59035,30 +59035,30 @@ saC saC saC saC -uVp -uVp -uVp -uVp -uVp -oqc -daw -daw -daw -daw -cWn -daw -ajD -daw -wbr -moo -czs -xWT -daw -daw -wbr -daw -xWT -uVp +sxC +sxC +sxC +sxC +sxC +sis +fkJ +fkJ +fkJ +fkJ +pVV +fkJ +qGM +fkJ +cAr +uzo +mVh +nVr +fkJ +fkJ +cAr +fkJ +nVr +sxC saC saC saC @@ -59067,23 +59067,23 @@ chm chm tiQ saC -wFu +cSg jsD tCh kOQ -izq +kme bzC xpg pPt sDS -iAz -wOL +qMj +mCb uWO uWO -bFF -arI +rKB +lwC eaE -tpF +qBV fsQ fej eaE @@ -59091,13 +59091,13 @@ eaE gbH hPd eaE -tBz +cnC eaE uWO uWO iTW uWO -gUP +mJq vtc vtc vtc @@ -59106,7 +59106,7 @@ uWO kSR lBE lBE -niz +tfG rWS sRA sRA @@ -59137,7 +59137,7 @@ hJZ wKj eUt sjY -uko +oaA clY clY clY @@ -59145,26 +59145,26 @@ clY clY clY clY -jkF +fds nLm nLm -kMc -uvo -aVv -oII -sck -uQM +oKV +qhi +oYh +tDN +aJW +gUK nLm nLm -vyB +qfW yiM yiM yiM yiM yiM -nsK -nsK -nsK +bLo +bLo +bLo vXc vXc vXc @@ -59189,7 +59189,7 @@ wYa vXc vXc vXc -rrS +mZi max max max @@ -59197,14 +59197,14 @@ max max max ofi -mna -xWy -oie -vXK -vXK -opS -sjm -kha +uvX +eTi +ign +imC +imC +gAu +pke +phe pxb pwa pwa @@ -59233,15 +59233,15 @@ pxb cpy cpy eYM -wyj +yie wfP wfP jJF eYM -mAS +lAN wfP wfP -iAt +eBN eYM sRM hTe @@ -59261,32 +59261,32 @@ saC saC saC saC -uVp -uVp -uVp -uVp -rZX -uVp -oqc +sxC +sxC +sxC +sxC +utg +sxC +sis uPc -xWT -xWT -xWT -lQx -daw -xWT -xWT -xWT +nVr +nVr +nVr +pWU +fkJ +nVr +nVr +nVr uPc -naI -xWT -daw -daw -daw -daw -xWT -uVp -uVp +dLw +nVr +fkJ +fkJ +fkJ +fkJ +nVr +sxC +sxC saC saC saC @@ -59297,20 +59297,20 @@ saC oJS oJS tCh -iMp -izq +rfE +kme bzC xpg xpg -uzy -iAz -wOL +vox +qMj +mCb uWO uWO -bFF -ggn +rKB +ppv eaE -aag +xpn gge jsQ uWO @@ -59318,13 +59318,13 @@ cWf gwt eaE eaE -tBz +cnC eaE uWO uWO uWO gcY -aAk +jyI uWO vtc vtc @@ -59359,43 +59359,43 @@ slO hJZ hJZ hJZ -kfV -wjD -wjD -dJg -wjD -uko -xJM +iii +ixi +ixi +nHG +ixi +oaA +bgL sjY clY clY clY clY sjY -jkF +fds nLm -rWF +kso jfZ jfZ sWt fgk tHJ jfZ -gbM +jkP nLm -vyB +qfW yiM yiM yiM yiM yiM -oTE -nsK -tNN -tNN -tNN -tNN -uio +uJi +bLo +psW +psW +psW +psW +pgP vXc vXc yiM @@ -59416,7 +59416,7 @@ pnE umf umf vXc -rrS +mZi max max max @@ -59424,14 +59424,14 @@ max max ofi tZh -mna -fwk -uLG -hDz -dxG -etw -pST -kha +uvX +vkW +pow +jcb +mYv +wER +hkR +phe pwa pwa pwa @@ -59449,26 +59449,26 @@ pwa pwa pwa pwa -kEc -bxa -bxa -bxa -bxa -bxa -bxa +mpu +pIA +pIA +pIA +pIA +pIA +pIA cpy cpy cpy eYM -mxU +dlo wfP jJF jJF eYM -mAS +lAN jJF wfP -iAt +eBN eYM sRM hTe @@ -59488,32 +59488,32 @@ saC saC saC saC -uVp -uVp -uVp -uVp -uVp -uVp -oqc +sxC +sxC +sxC +sxC +sxC +sxC +sis uPc uPc uPc uPc -dAr -daw +tWS +fkJ uPc uPc uPc uPc -naI -xWT -xWT -xWT -xWT -xWT -xWT -uVp -uVp +dLw +nVr +nVr +nVr +nVr +nVr +nVr +sxC +sxC saC saC saC @@ -59529,15 +59529,15 @@ bzC bzC bzC xpg -uzy +vox bkE -wOL +mCb uWO oTX -bFF -ggn +rKB +ppv eaE -tBz +cnC doF gFp uWO @@ -59545,7 +59545,7 @@ fkB uWO eaE eaE -tBz +cnC eaE eaE uWO @@ -59585,45 +59585,45 @@ hJZ slO hJZ hJZ -kfV +iii oOS nLm -fvd -dUn -fvd +rLa +tAt +rLa nLm oOS -xJM +bgL sjY clY clY sjY sjY -jkF -gzb -lmE +fds +wFS +hMs uOs tUM eAm uOs tUM uOs -vor -gzb -vyB +hhz +wFS +qfW yiM yiM yiM yiM -oTE +uJi gbB nLm -fvd -fvd -fvd +rLa +rLa +rLa nLm rMF -uio +pgP vXc vXc yiM @@ -59638,27 +59638,27 @@ yiM yiM vXc vXc -oTE -tNN -tNN -tNN -tNN -rrS -vhu +uJi +psW +psW +psW +psW +mZi +mwO max max max max ofi tZh -mna -fwk -ghn -opS -urj -wJh -pST -kha +uvX +vkW +kko +gAu +nJs +xLP +hkR +phe pwa pwa pxb @@ -59667,33 +59667,33 @@ pxb pxb pxb pwa -yac -lLQ -sfi -bJV -cur -lLQ -oGq +cnX +sxk +jmk +riM +vVR +sxk +sfn pwa pwa -atS +nip tFx tFx -ffB -ffB -ffB +vcl +vcl +vcl tFx tFx cpy cpy eYM -skH +lAs wfP jJF eYM eYM eYM -fHV +kvW wfP wfP eYM @@ -59714,32 +59714,32 @@ saC saC saC saC -uVp -uVp -uVp -uVp -uVp -uVp -uVp -jjk +sxC +sxC +sxC +sxC +sxC +sxC +sxC +oeS uPc -xWT -xWT -xWT -daw -daw -xWT -xWT -xWT +nVr +nVr +nVr +fkJ +fkJ +nVr +nVr +nVr uPc -naI -uVp -nRk -uVp -uVp -uVp -uVp -uVp +dLw +sxC +wLa +sxC +sxC +sxC +sxC +sxC saC saC saC @@ -59756,15 +59756,15 @@ bzC bzC xpg xpg -bNu +rfM bkE -dNJ +ghM uWO uWO -bFF -ggn +rKB +ppv eaE -tBz +cnC doF eaE gSw @@ -59772,7 +59772,7 @@ gFp eaE gIv eaE -vTd +nla eaE eaE uWO @@ -59811,47 +59811,47 @@ hJZ hJZ slO hJZ -kfV +iii oOS nLm nLm -lVC -tCJ -eXn +gmA +qxc +ucu nLm nLm oOS -wjD -wjD -wjD -wjD -wjD +ixi +ixi +ixi +ixi +ixi oOS -oai -lmE +uNi +hMs oPu uOs -aoN -jhJ +mie +qcb fjP uOs -ajH -oai +iNU +uNi rMF -tNN -tNN -tNN -tNN +psW +psW +psW +psW rMF nLm nLm -oqT -nRP -bZf +aiY +vLk +axy nLm nLm rVa -uio +pgP vXc vXc vXc @@ -59864,7 +59864,7 @@ yiM yiM vXc vXc -oTE +uJi rMF mBF rMF @@ -59872,20 +59872,20 @@ mBF rMF mBF fnA -vhu +mwO max max max tZh -qbe +clg fnA tFx -pST -psO -pST +hkR +sBN +hkR tFx tFx -kha +phe pxb pxb cpy @@ -59893,35 +59893,35 @@ cpy pxb pxb pxb -yac -fhn +cnX +jNj tFx tFx -psO +sBN tFx tFx -vdq -bxa -bxa -wFc +pxx +pIA +pIA +tfk tFx -bDH -lQw -vXK -lQw -eHl +nFi +xSW +imC +xSW +iFg tFx eYM eYM eYM eYM -irS +jXD eYM eYM eYM eYM eYM -irS +jXD eYM eYM sRM @@ -59940,32 +59940,32 @@ saC saC saC saC -uVp -uVp -uVp -uVp -uVp -uVp -uVp -uVp -oqc -daw -daw -daw -daw -daw -daw -daw -cWn -daw -ubU -cPa -qPi -qPi -qPi -qPi -qPi -qPi +sxC +sxC +sxC +sxC +sxC +sxC +sxC +sxC +sis +fkJ +fkJ +fkJ +fkJ +fkJ +fkJ +fkJ +pVV +fkJ +hgb +oNL +oVw +oVw +oVw +oVw +oVw +oVw eLV saC saC @@ -59973,9 +59973,9 @@ saC saC saC tiQ -gvu +rAi tiQ -iMp +rfE oJS oJS oJS @@ -59983,15 +59983,15 @@ bzC bzC bzC xpg -uzy +vox bkE -gUP +mJq uWO uWO -bFF -arI +rKB +lwC enS -tBz +cnC dqr eaE egV @@ -59999,7 +59999,7 @@ eaE eaE gJm eaE -tBz +cnC eaE eaE aNw @@ -60037,49 +60037,49 @@ hJZ hJZ hJZ slO -kfV +iii gKO nLm nLm -mVb -lmE +aht +hMs lnQ -lmE -wJf +hMs +afz nLm nwj -mSp -mSp +uUU +uUU nwj -mSp -mSp +uUU +uUU nwj nLm -ppZ -tAP -elo -bge -xoX -omd -hbX -ngv +kpt +bOf +abj +wEO +xoe +kek +qnz +hDk nLm nwj -mSp -mSp -mSp -mSp +uUU +uUU +uUU +uUU nwj nLm -eOM -iyh +azD +kzz fms -clc -clc +ezF +ezF nLm nLm rMF -uio +pgP vXc vXc umf @@ -60090,7 +60090,7 @@ yiM yiM vXc vXc -oTE +uJi gbB mBF mBF @@ -60100,19 +60100,19 @@ mBF mBF mBF fnA -vhu +mwO max max tZh -mna +uvX tFx tFx -yhY -opS -teG +aKG +gAu +cLg tFx tFx -kha +phe pxb pxb pxb @@ -60120,37 +60120,37 @@ pxb pxb pxb pwa -lOF +qyl tFx tFx -eAG -lQw -ivn +ocF +xSW +fkw tFx tFx cpy cpy -wFc +tfk tFx -ewq -tXC -vXK -lQw -dNS +hnS +pVe +imC +xSW +jvx tFx eYM -tFc -wyj +uvl +yie wfP jJF jJF eYM eYM eYM -pip +sfL wfP jJF -pzN +boW sRM eYM eYM @@ -60166,33 +60166,33 @@ tiQ saC saC saC -uVp -uVp -uVp -uVp -uVp -uVp -uVp -uVp -uVp -oqc +sxC +sxC +sxC +sxC +sxC +sxC +sxC +sxC +sxC +sis uPc uPc uPc kmd -xWT -xWT +nVr +nVr uPc uPc kmd uPc -rOB -uVp -uVp -uVp -uVp -uVp -uVp +gRL +sxC +sxC +sxC +sxC +sxC +sxC eLV eLV saC @@ -60200,25 +60200,25 @@ saC saC saC tiQ -ebW -nBH -lYj -xEF +sYu +fCc +oKL +hGV oJS oJS oJS bzC xpg xpg -kQG -iAz -gUP +cQz +qMj +mJq uWO uWO -bFF -arI +rKB +lwC eaE -rzl +wbM dBC dTv eaE @@ -60226,10 +60226,10 @@ jsQ eaE heB eaE -ikg -ikg -ikg -ikg +dHO +dHO +dHO +dHO uWO uWO uWO @@ -60241,7 +60241,7 @@ ien hmz nfU hJZ -kuX +hEx clY clY clY @@ -60256,57 +60256,57 @@ lsG qDl clY vjG -mDd -wjD -wjD -wjD -wjD -xJM +rFL +ixi +ixi +ixi +ixi +bgL xGk slO -jkF +fds nLm nLm -awx -lmE +tQo +hMs uOs eAm uOs -jEZ +iFK nLm -ktQ -nDc -gTo -wkh -sTL -sTL -xHS +dvC +mxK +arv +oBk +bZW +bZW +oWF nLm nLm nLm -fvd -omk -uNx -fvd +rLa +slx +bqW +rLa nLm nLm nLm -sOZ -kVW -eTt -ejP -rsE -jbe +oOZ +imr +pZF +gms +yhn +icp nLm -dRj +kSE lUi fjP guB -lTM -aFI +cxJ +bCY nLm nLm -vyB +qfW vXc vXc vXc @@ -60316,30 +60316,30 @@ vXc yiM vXc umf -oTE +uJi rMF mBF mBF -rqZ -eWA -xZi -xlU -xZg +nQN +qfh +ddU +gnI +sqR mBF mBF kmq -vhu +mwO max max -mna -fwk -jvP -otV -dxG -dxG -opS -pST -kha +uvX +vkW +lIA +ltE +mYv +mYv +gAu +hkR +phe pxb pxb pxb @@ -60347,37 +60347,37 @@ pxb pxb pxb pwa -lOF +qyl tFx -czR -opS -vXK -oio -vKn +ooa +gAu +imC +ePE +vwG tFx cpy cpy cpy tFx -oie -lQw -lQw -lQw -oie +ign +xSW +xSW +xSW +ign tFx -txb -xif +qWo +eUR wfP wfP wfP jJF -mAS +lAN eYM -kcz +rrC jJF wfP wfP -pzN +boW sRM eYM cpy @@ -60393,32 +60393,32 @@ tiQ saC saC saC -uVp -uVp -uVp -uVp -uVp -uVp -uVp -uVp -uVp -oqc +sxC +sxC +sxC +sxC +sxC +sxC +sxC +sxC +sxC +sis uPc tKo -jfL +vde tiQ -xWT -xWT +nVr +nVr tKo -jfL +vde tiQ -hOs -rOB -uVp -uVp -uVp +eTF +gRL +sxC +sxC +sxC eLV -uVp +sxC eLV eLV eLV @@ -60427,25 +60427,25 @@ saC saC saC tiQ -iDZ -vKZ -sak -lKD -slv +pfB +kqW +meE +map +qVm kOU oJS bzC xpg pPC sDS -iAz -gUP +qMj +mJq uWO uWO -bFF -ggn +rKB +ppv eaE -tBz +cnC eaE eaE bex @@ -60453,7 +60453,7 @@ eaE gFp eaE hZZ -dxv +wtc eaE eaE eaE @@ -60468,7 +60468,7 @@ ien hmM clY hJZ -kuX +hEx clY clY clY @@ -60483,57 +60483,57 @@ xkO lUh clY clY -gLi -sxs -izt -mxq -lWu -fOA +lRR +cuQ +kbh +xZX +wHd +ucI tPv slO -jkF +fds nLm -awx -lmE +tQo +hMs uOs mQy mMv uOs -lmE -fvd -oMg +hMs +rLa +gZt bkl vUf qfu qfu vUf -jyO -qbp -fvd -umm -nYR -dlO -pTX -vor -ydW -fvd -elB -epo +ito +jJW +rLa +pfl +sjo +tZw +mEy +hhz +hrK +rLa +pGb +kbE ruS rYE ruS ruS -aPo -fvd -xdi +pGo +rLa +otK trj tUM uOs fjP -lmE -vTI +hMs +fYX nLm -vyB +qfW vXc vXc vXc @@ -60543,30 +60543,30 @@ vXc vXc vXc vXc -caL +wKQ mBF mBF -blI -hQd -oQB -fNH -pOq -pOq -ein +jvq +wze +hrY +fyE +cno +cno +rqh mBF mBF -jvD +gFH max max -mna -fwk -iOU -vBv -vXK -hDz -opS -sjm -kha +uvX +vkW +dvI +emh +imC +jcb +gAu +pke +phe pxb pxb pxb @@ -60574,37 +60574,37 @@ pxb pxb pwa pwa -lOF -pST -lfK -udq -vXK -jlz -pFX +qyl +hkR +eIp +epi +imC +rhr +aro tFx tFx tFx tFx tFx -oie -bgE -vXK -oie -cWV -bca -lYd +ign +cdN +imC +ign +fYj +bZQ +tWz wfP wfP wfP wfP wfP -mAn +tCd eYM -nmi +kqz wfP wfP wfP -dhK +nwn sRM eYM cpy @@ -60620,30 +60620,30 @@ tiQ tiQ saC saC -mVN -uVp -rZX -uVp +mPb +sxC +utg +sxC chm chm saC -uVp -uVp -oqc +sxC +sxC +sis tiQ tiQ tiQ tiQ -xWT -xWT +nVr +nVr tiQ tiQ tiQ tiQ -wlM -cYL -cYL -tRz +uuN +tps +tps +lnc eLV eLV eLV @@ -60654,25 +60654,25 @@ saC saC tiQ tiQ -iMp -uyU -mab -mab -fhw -nDX +rfE +caO +wYm +wYm +dKH +kdD oJS bzC xpg xpg -kQG -hGS -gUP +cQz +kln +mJq uWO uWO -bFF -arI +rKB +lwC eaE -cwD +phX eaE dYK gFp @@ -60680,7 +60680,7 @@ eaE eaE eaE hUZ -tBz +cnC enS eaE eaE @@ -60695,7 +60695,7 @@ ien ien hAs hJZ -kuX +hEx clY hJZ clY @@ -60705,29 +60705,29 @@ clY clY rmX xkO -sQe +lTM xkO lUh clY clY -qeA -lCe -cTY -cTY -tWs -fOA +sdt +vBJ +wQN +wQN +sEr +ucI tPv slO -jkF -fvd -pCO +fds +rLa +spQ fjP ltC jMZ prW sPk sPk -mPK +nkH xrH jDA akh @@ -60735,32 +60735,32 @@ akh iIK uUB lLl -nuM -dSl -fma +cpT +isn +xjf pQA jhl sPk dnM -itW -vji -qmB +iYN +vgN +gmL cDH cDH gbe vyz czd cDH -nMf +cci dnM rou xXN tUM uOs uOs -lmE -fvd -vyB +hMs +rLa +qfW vXc vXc jue @@ -60770,68 +60770,68 @@ cpy vXc vXc yiM -caL +wKQ rMF -miR -rYm -pOq +cGV +tCH +cno nqY -iLb +keM cem -avv -jql -miR +bfH +lgT +cGV kbS -jvD +gFH max max -mna -fwk -gsp -lHp -hDz -hDz -oAc -pST -wFc -bxa +uvX +vkW +hfH +dJz +jcb +jcb +prh +hkR +tfk +pIA ien -bxa -bxa -bxa +pIA +pIA +pIA ien -bxa -sly -pST -fOg -lQw -gHE -glI -vXK -daH -cNN -vDj -jaB -daH -dNS -bgE -vXK -oie -pzU +pIA +qLO +hkR +vYT +xSW +jIL +aco +imC +iFv +wQO +fFg +eYp +iFv +jvx +cdN +imC +ign +fYi tFx cLB -mQX +kXU jJF -vLN +qKT jJF -mAS +lAN eYM eYM -pzC +pea wfP jJF jJF -dhK +nwn sRM eYM cpy @@ -60846,60 +60846,60 @@ cpy cpy tiQ saC -ulm -boB -oYB -cYL +eCM +uCC +vWV +tps chm chm saC saC saC -uVp -oqc +sxC +sis wTv tJk -cWD +sWS tiQ -xWT -xWT +nVr +nVr tJk rUX tiQ fwo -rOB -uVp -uVp +gRL +sxC +sxC eLV eLV eLV -uVp -uVp +sxC +sxC eLV eLV saC saC tiQ -ebW -lYj -uyU -mab -mab -fhw -fEb +sYu +oKL +caO +wYm +wYm +dKH +bnR bzC bzC bzC xpg -kQG -hGS -gUP +cQz +kln +mJq oTX uWO -bFF -arI +rKB +lwC eaE -tBz +cnC eaE eaE doF @@ -60907,7 +60907,7 @@ eaE eaE bex eaE -ije +rOM eaE jvf eaE @@ -60922,7 +60922,7 @@ ien prZ pza hJZ -kuX +hEx hJZ hJZ clY @@ -60932,62 +60932,62 @@ hJZ clY rmX xkO -sYp +xjx xkO lUh clY clY -jkF -lCe -cTY -eXp -vHj -fOA +fds +vBJ +wQN +ycJ +xHp +ucI tPv slO -jkF -fvd -dRj +fds +rLa +kSE xEB trj fjP fjP rox -clc -fvd -kHN +ezF +rLa +ppR klY klY rbj qfu qfu qfu -ohI -fvd -fkl -bxB +hLO +rLa +pqD +phF eAm uOs -hyv -vor -fvd -kVW +oFW +hhz +rLa +imr ruS xNe ruS mtt aFN -kTc -fvd -clc +hdw +rLa +ezF rox fjP uOs uOs lsD -dLX -fvd -vyB +pHW +rLa +qfW vXc vXc upz @@ -60997,54 +60997,54 @@ cpy yiM yiM yiM -caL +wKQ rMF -miR -cgK -pOq +cGV +wCK +cno nqY -byT +iTy gKY -ryi -uJX -mmH +uHJ +tMv +eYO fnA -xFO +nBT max max -mna +uvX tFx tFx -dGT -dcI -oqu +lsl +tst +vck tFx tFx -muM -muM +lMh +lMh ien -muM -muM -muM +lMh +lMh +lMh ien -muM -rhS +lMh +dYM tFx -uCS -lQw -glI -glI -mOV +llh +xSW +aco +aco +gar tFx tFx tFx tFx tFx -ewq -aIi -oie -cWV -sug +hnS +wEy +ign +fYj +lAJ tFx eYM eYM @@ -61054,11 +61054,11 @@ eYM eYM eYM eYM -pzC +pea wfP wfP wfP -pzN +boW sRM eYM cpy @@ -61073,60 +61073,60 @@ cpy cpy tiQ tiQ -ulm -daw -cGB -uVp +eCM +fkJ +cWa +sxC chm saC saC saC saC -uVp -oqc +sxC +sis wTv uPc uPc kmd -xWT -xWT +nVr +nVr uPc saC saC uPc -rOB -uVp -uVp -uVp +gRL +sxC +sxC +sxC eLV -uVp -uVp -uVp -oqc +sxC +sxC +sxC +sis eLV eLV tiQ tiQ -npY -vKZ -poa -mab -mab -bSK -ifU -slz +lrk +kqW +sJo +wYm +wYm +wWO +epo +eFq bzC xpg xpg -kQG -hGS -gUP +cQz +kln +mJq uWO uWO -bFF -arI +rKB +lwC eaE -tBz +cnC gSw eaE eaE @@ -61134,7 +61134,7 @@ fvx eaE eaE eaE -eht +nRA eaE jFr eaE @@ -61149,7 +61149,7 @@ ien qzy eyM gfi -kuX +hEx hJZ hJZ clY @@ -61164,57 +61164,57 @@ sek qma clY hJZ -jkF -vFg -mTA -hCa -wMM -fOA +fds +rTY +rnZ +auX +gcV +ucI kfq slO -ksl +pnv nLm -aMb -lkC -naQ -vor -gNc -lRD -lVC +pId +rXf +tDH +hhz +ddz +arM +gmA nLm -rdG -aCO -qbp -wev -jhC -jhC -kom -kom +act +uUf +jJW +qss +uBP +uBP +acH +acH nLm nLm -qcb +sVE trj uOs -aOc +uAH nLm nLm -kCt -fUC -pZj -kPD -hsa -wDR -wdC +hKv +puP +tsq +xVl +kkg +vxH +nFy nLm -nFe -ooM -ckA -rKB -lmE -lRD -nFe -fvd -vyB +lJd +sMJ +jDF +vXM +hMs +arM +lJd +rLa +qfW vXc vXc vXc @@ -61224,53 +61224,53 @@ yiM yiM yiM yiM -caL +wKQ mBF mBF -lQT -iLb +aAF +keM nqY -cIf +xwY gKY -fNH -cFC +fyE +xZJ mBF mBF -jvD +gFH max max -xRl +ilc fnA tFx -uGb -uGb -uGb +tWG +tWG +tWG tFx fnA -uif -uif +tqp +tqp ien -uif -uif -uif +tqp +tqp +tqp ien -uif -eSe -fwk -vxn -glI -lms -lQw -ogY +tqp +luX +vkW +bVK +aco +gSN +xSW +xDI tFx cpy cpy cpy tFx tFx -vvM -dNS -pzU +gSM +jvx +fYi tFx tFx cpy @@ -61283,7 +61283,7 @@ cpy eYM eYM jJF -akD +xij jJF jJF eYM @@ -61301,56 +61301,56 @@ cpy cpy tiQ tiQ -daw -psc -mVN -uVp +fkJ +mDm +mPb +sxC saC saC saC chm -vCt -hAT -vSF -vSF -qPi -qPi -qPi -qPi -qPi -qPi -fDV -qPi -ggz -uVp -uVp -uVp -cYL -uVp -uVp -fft -ckB -daw -tiQ -tiQ -eiX -jqE -joo -mab -mab -jnZ -qDH +ekh +deW +okQ +okQ +oVw +oVw +oVw +oVw +oVw +oVw +lrb +oVw +pCJ +sxC +sxC +sxC +tps +sxC +sxC +oDE +iUW +fkJ +tiQ +tiQ +eSV +lpM +qZs +wYm +wYm +dcb +upL kQK -nDX +kdD bzC xpg pPt sDS -hGS -gUP +kln +mJq uWO uWO -bFF +rKB uWO uWO iTW @@ -61361,7 +61361,7 @@ eaE eaE eaE eaE -kYf +nHs eaE jFG eaE @@ -61376,7 +61376,7 @@ ien ien pzo hJZ -kuX +hEx hJZ qNh clY @@ -61391,20 +61391,20 @@ yhK yhK wBA wBA -vvd -vwr -vwr -hhe -acf -wFg +mxc +sKD +sKD +lzh +jzb +vkU hJZ eUt -dpi +vVt nLm nLm nLm nLm -iVr +xmt nLm nLm nLm @@ -61418,12 +61418,12 @@ nLm nLm nLm nLm -evT -web +dBu +wfq gRw xPo -jma -nqA +qaq +jKn nLm nLm nLm @@ -61437,11 +61437,11 @@ nLm nLm nLm nLm -iVr +xmt nLm nLm nLm -vyB +qfW vXc umf vXc @@ -61451,29 +61451,29 @@ yiM yiM yiM yiM -caL +wKQ rMF -miR -rTu -rVb +cGV +thT +aEz eKH -cLh +hGA mVt -pOq -qur -miR +cno +nPh +cGV fnA -jvD +gFH max max max -xRl -uif -uif -uif -uif -uif -iHQ +ilc +tqp +tqp +tqp +tqp +tqp +xjP ofi max max @@ -61482,13 +61482,13 @@ max max max max -vwN -fwk -pbm -opS -vXK -etw -jFz +bIo +vkW +rfx +gAu +imC +wER +sDA tFx cpy cpy @@ -61511,7 +61511,7 @@ cpy eYM eYM eYM -aWZ +xxB eYM eYM cpy @@ -61528,53 +61528,53 @@ cpy cpy cpy tiQ -ulm -daw -psc -mVN -uVp +eCM +fkJ +mDm +mPb +sxC saC chm chm chm -vCt -vCt -uVp -uVp -uVp -uVp -uVp -uVp -uVp -cYL -uVp -naI -uVp -uVp -rZX -cYL -uVp -fft -ckB -daw -daw -tiQ -gNZ -jqE -bmd -vhy -odH -odH -fhw -ifU -fym -whb +ekh +ekh +sxC +sxC +sxC +sxC +sxC +sxC +sxC +tps +sxC +dLw +sxC +sxC +utg +tps +sxC +oDE +iUW +fkJ +fkJ +tiQ +hHb +lpM +nvr +nRL +hfb +hfb +dKH +epo +dwR +jEE bzC nDM nDM -vYg -hiI -cAa +qCu +jPu +pNm tfP tfP tfP @@ -61588,7 +61588,7 @@ eaE tfP jsQ eaE -tBz +cnC eaE tfP eaE @@ -61602,21 +61602,21 @@ tfP ien hJZ hJZ -kfV -kuX -wjD -wjD -wjD -wjD -wjD -wjD -wjD -wjD -wjD -wjD -wjD -wjD -xJM +iii +hEx +ixi +ixi +ixi +ixi +ixi +ixi +ixi +ixi +ixi +ixi +ixi +ixi +bgL hJZ hJZ clY @@ -61626,49 +61626,49 @@ wBA wBA wBA ldM -jkF +fds nLm -dRj -cBu -kiM -jbW -eNC -iht -oqT -eNC -jbW -nVz -eNC -iht -ezg -eNC -iht -nAN -eNC -suT -web +kSE +blA +elz +nyx +oxb +fKI +aiY +oxb +nyx +rMc +oxb +fKI +iHp +oxb +fKI +dts +oxb +igY +wfq dNm tUM -kbf -fly -eNC -kiM -iht -eNC -tnH -jbW -eNC -fQW -iht -eNC -kiM -jbW -eNC -iht -llw -roc +ezg +uPE +oxb +elz +fKI +oxb +iSs +nyx +oxb +gum +fKI +oxb +elz +nyx +oxb +fKI +ozs +rbI nLm -vyB +qfW vXc umf vXc @@ -61678,19 +61678,19 @@ umf yiM yiM yiM -caL +wKQ rMF -miR -oSp -tZI -rVH -pOq -pOq -iLb -qur -miR +cGV +cZd +jZv +tJf +cno +cno +keM +nPh +cGV fnA -jvD +gFH ofi ofi max @@ -61709,24 +61709,24 @@ max max max max -vwN +bIo tFx tFx -cHR -dub -bMF +ldl +qdC +tuQ tFx tFx cpy fnA -uif -uif -uif -uif -uif -uif -uif -uif +tqp +tqp +tqp +tqp +tqp +tqp +tqp +tqp fnA cpy cpy @@ -61737,9 +61737,9 @@ cpy cpy cpy eYM -qTZ -nXw -fSz +qGL +rHT +tkr eYM cpy cpy @@ -61756,52 +61756,52 @@ cpy cpy tiQ tiQ -daw -daw -psc -mVN +fkJ +fkJ +mDm +mPb chm chm chm chm -vCt -vCt -uVp -uVp -uVp -saC -saC -vCt -vCt -vCt -uVp -naI -uVp -uVp -uVp -cYL -fft -ckB -daw -daw -tiQ -tiQ -iMp -bmd -vhy -odH -odH -saC -fhw -hrO +ekh +ekh +sxC +sxC +sxC +saC +saC +ekh +ekh +ekh +sxC +dLw +sxC +sxC +sxC +tps +oDE +iUW +fkJ +fkJ +tiQ +tiQ +rfE +nvr +nRL +hfb +hfb +saC +dKH +xZi bzC bzC bzC bzC nDM -vYg -hiI -cAa +qCu +jPu +pNm tfP ylC qyG @@ -61815,7 +61815,7 @@ hfS hfS hPO hWV -pMu +nyP hfS hfS hfS @@ -61829,13 +61829,13 @@ uSY ien pAp hJZ -jkF +fds xtb xtb xtb -hkn -hkn -hkn +cdb +cdb +cdb xtb xtb xtb @@ -61843,7 +61843,7 @@ xtb xtb xtb xtb -fOA +ucI clY hJZ hJZ @@ -61853,49 +61853,49 @@ hJZ hJZ clY clY -jkF +fds nLm -dsY +mjI eJm hDE -mXa +dNc nLm -wZc -dTE +aLr +pal nLm -rjQ -fVS +orO +aGN nLm -wZc -dTE +aLr +pal nLm -wZc -lkh +aLr +mTA nLm -fHv -vol +tZO +emQ dNm qEi -kbf -ozm +ezg +qaf nLm -gtE -mMn +evj +wFH nLm -gtE -wZc +evj +aLr nLm -wTT -wZc +vtZ +aLr nLm -gtE -wZc +evj +aLr nLm -stz +svr koj -knR +oYd nLm -vyB +qfW vXc vXc vXc @@ -61905,19 +61905,19 @@ vXc umf yiM yiM -caL +wKQ mBF mBF -sUJ -rNG -bVb -pOq -iLb -pOa +fLY +ank +pBV +cno +keM +puh mBF mBF mBF -jvD +gFH ofi ofi ofi @@ -61936,16 +61936,16 @@ max max max max -tDJ -qjJ +odA +jHg tFx -uGb -uGb -uGb +tWG +tWG +tWG tFx -ghq -etG -iHQ +xRF +tOc +xjP ofi ofi ofi @@ -61954,22 +61954,22 @@ ofi ofi ofi ofi -xRl -uif -uif +ilc +tqp +tqp fnA -dCk -dCk -dCk -dCk -dCk -dCk -iqq -ogk -fTT -dCk -dCk -dCk +hlk +hlk +hlk +hlk +hlk +hlk +fSI +kTo +jdQ +hlk +hlk +hlk cpy cpy cpy @@ -61984,51 +61984,51 @@ cpy cpy tiQ tiQ -daw -daw -psc -vfi +fkJ +fkJ +mDm +jOv chm chm chm chm -vCt -cYL -cYL -saC -saC -uVp -uVp -cYL -uVp -uVp -naI -uVp -uVp -fft -nbW -ckB -daw -daw +ekh +tps +tps +saC +saC +sxC +sxC +tps +sxC +sxC +dLw +sxC +sxC +oDE +yiV +iUW +fkJ +fkJ uPc tiQ -ebW -lYj -uyU -mab -odH +sYu +oKL +caO +wYm +hfb saC saC -fhw -uMC -pCQ -scA +dKH +vWs +bvJ +gXw lqb lqb lqb lUK -hiI -cAa +jPu +pNm tfP yim bou @@ -62042,10 +62042,10 @@ eaE eaE eaE hZZ -ikg -ikg -ikg -ikg +dHO +dHO +dHO +dHO tfP tfP tfP @@ -62056,73 +62056,73 @@ ien ien ien pAp -jkF +fds xtb -kvX -xIT -anQ -eNN -iQs -dbI -dqT +lCT +pLL +aNf +cuX +lMK +sGi +uxK xtb -gig -goW -gNX +weF +xOj +xFd xtb jyf -wjD -wjD -vBE -ocd -dBj -wjD -wjD -wjD -vBE +ixi +ixi +xaI +gNT +vin +ixi +ixi +ixi +xaI xWb nLm weR nLm nLm -qFR +dXl nLm nLm -nmn +ust nLm nLm -nmn +ust nLm nLm -nmn +ust nLm nLm -nmn +ust nLm nLm -sfe +nth eAm fjP -ehD +gaL nLm nLm -qFR +dXl nLm nLm -boY +bED nLm nLm -qFR +dXl nLm nLm -qFR +dXl nLm nLm -boY +bED weR nLm nLm -vyB +qfW vXc vXc vXc @@ -62132,19 +62132,19 @@ vXc vXc vXc yiM -caL +wKQ rMF mBF -hvZ -ahx -dgB -pOq -vwy -uUU +qHi +uae +mOD +cno +lJy +jGz mBF fnA fnA -iHQ +xjP tZh tZh ofi @@ -62164,14 +62164,14 @@ max max max ofi -tDJ -rdp -rdp -rdp -rdp -rdp -coL -iHQ +odA +tHt +tHt +tHt +tHt +tHt +atR +xjP ofi ofi max @@ -62184,19 +62184,19 @@ ofi ofi ofi ofi -mna -dCk -bFz -mlX -aog -pgZ -dCk -fIF -ntX -ogk -szB -jdQ -dCk +uvX +hlk +jjF +epA +xOy +vak +hlk +nDW +eYy +kTo +tNt +jSL +hlk cpy cpy cpy @@ -62211,51 +62211,51 @@ cpy cpy cpy tiQ -daw -wbr -daw -daw +fkJ +cAr +fkJ +fkJ chm chm saC chm -uVp -uVp -uVp -uVp -uVp -uVp -efW -rzU -cfo -cfo -gAD -uVp -fft -ckB +sxC +sxC +sxC +sxC +sxC +sxC +hVn +gyP +oFC +oFC +vew +sxC +oDE +iUW saC tiQ -gdP -dtX -dtX +oBd +dmU +dmU tiQ -iMp -xEF -hSY -mab -ixc +rfE +hGV +kpf +wYm +wXY saC saC -xWs -kEy -biv -nDX -scA +ibZ +kBc +cMg +kdD +gXw sWn -uZu +uEw lUK -hiI -cAa +jPu +pNm tfP yim tfP @@ -62269,7 +62269,7 @@ bex eaE eaE eaE -tBz +cnC eaE eaE tfP @@ -62283,71 +62283,71 @@ tfP ien cwE hJZ -jkF -hkn -cQk -anQ -gAf -cmk -gAf -sqk -pch -hkn -aBA -lTc -azL +fds +cdb +vUT +aNf +hBv +kfI +hBv +rGc +jwS +cdb +osB +kyC +nFR xtb xtb -hkn -hkn +cdb +cdb xtb nTv -emw +vUN iiE iiE iiE oYa nTv nLm -nrR -clc -aFI -iOd -mTQ -clc -fxb -rXL -pKK -fxb -nrR -clc -fxb -vor -iax -fxb +bxQ +ezF +bCY +bDq +joH +ezF +gWz +lDK +aqe +gWz +bxQ +ezF +gWz +hhz +fRn +gWz nLm -jLM -gFT +tAk +azp maF uOs -hyv -hDl +oFW +eCI nLm -fxb -nYR -rXL -fxb -rAU -pxx -fxb -gQQ -prq +gWz +sjo +lDK +gWz +faz +bjx +gWz +nbQ +tgr dNm -wtV -vor -fxb -vor -uxO +kqH +hhz +gWz +hhz +fQJ nLm aiQ vXc @@ -62359,18 +62359,18 @@ vXc vXc vXc umf -caL +wKQ rMF mBF mBF mBF -xXH -szA +isS +kKI mBF mBF mBF mBF -jvD +gFH max tZh ofi @@ -62411,20 +62411,20 @@ ofi ofi ofi ofi -mna -vNe -why -kFv -kFv -jRu -vNe -bjK -lbC -ogk -ogk -mAw -dCk -dCk +uvX +hVx +tBO +pKx +pKx +tYd +hVx +nID +eJy +kTo +kTo +nfV +hlk +hlk cpy cpy bMX @@ -62438,51 +62438,51 @@ cpy cpy cpy tiQ -daw -daw +fkJ +fkJ uPc -daw -daw +fkJ +fkJ saC saC chm -uVp -uVp -uVp -uVp -uVp -uVp -naI -vCt -vCt -rZX -fft -vfi -ckB +sxC +sxC +sxC +sxC +sxC +sxC +dLw +ekh +ekh +utg +oDE +jOv +iUW saC saC tiQ -hDP -xim -uKz +sET +vqX +joc tiQ -xXU -qve -imB -mab +ljk +gsF +iCF +wYm saC saC saC saC -mab -tBU -kEy -fsK -ggQ -fSc +wYm +pUp +kBc +rLD +jRz +nml lUK -hiI -cAa +jPu +pNm tfP yim tfP @@ -62496,7 +62496,7 @@ fFA gzu eaE gFp -tBz +cnC jqa enS tfP @@ -62510,73 +62510,73 @@ tfP ien clY clY -jei +qZq xtb -iIi -dHJ -gyh -wxT -iIi -dZF -iIi +sHh +dOF +jmb +pLp +sHh +gHJ +sHh xtb -gLb -iBz -iyW -aBA -iyW -iyW -iyW +nnx +ksd +tfo +osB +tfo +tfo +tfo xtb -qOk -wuN -qOk -qOk -qOk -iOV -qOk +thv +pdo +thv +thv +thv +iaC +thv nLm -vor -kpK -gDJ -chX -gDJ -gDJ -niB -jWa -jWa -kdK -jWa -jWa -oCC -vor -eTl -fEO +hhz +sTZ +umH +oMq +umH +umH +vve +oJJ +oJJ +kGM +oJJ +oJJ +lYs +hhz +dyv +kdZ nLm -bhx -bxB +tuX +phF pJW tUM -hyv -jcN +oFW +buZ nLm -aoN -gDJ -gDJ +mie +umH +umH gRw -jWa -jWa +oJJ +oJJ xfX -qvh -gDJ -aoN -gDJ -gDJ -aoN -cCS -dvQ +mWz +umH +mie +umH +umH +mie +aVL +mYQ nLm -oLl +pZw vXc nRs vXc @@ -62585,19 +62585,19 @@ vXc vXc vXc umf -oTE +uJi gbB mBF mBF fdn xci -ecF -vbW -vbW -oEf -miR +nMn +bmP +bmP +iCJ +cGV fnA -jvD +gFH max max ofi @@ -62638,21 +62638,21 @@ ofi ofi tZh ofi -mna -dCk -dRg -xNB -mwL -xUN -dCk -lCc -ogk -aiV -ogk -ogk -oSo -dCk -dCk +uvX +hlk +lBs +nbc +opT +mcM +hlk +vIj +kTo +dwo +kTo +kTo +yiP +hlk +hlk cpy bMX "} @@ -62665,51 +62665,51 @@ cpy cpy cpy tiQ -daw -daw -daw -daw -daw +fkJ +fkJ +fkJ +fkJ +fkJ saC saC saC -vfi -vfi -vfi -mVN -uVp -uVp -cvN -oLS -oLS -oLS -crf +jOv +jOv +jOv +mPb +sxC +sxC +loH +xYv +xYv +xYv +wKN saC saC saC tiQ tiQ -dtX -dtX -tWa +dmU +dmU +amv tiQ -iMp -qve -imB -mab -mab +rfE +gsF +iCF +wYm +wYm saC saC saC -jyB -fgz -isN -noy -gnR -ncW +xzf +slu +sZC +gRk +sQq +xZF aaX -aAH -vez +sOb +uvG qyG rOf bIe @@ -62723,7 +62723,7 @@ eaE gFp eaE eaE -tBz +cnC hUZ eaE tfP @@ -62737,34 +62737,34 @@ ien ien ien clY -ecL -qXk -sqk -anQ -anQ -dtS -anQ -sqk -sqk -qXk -aBA -iBz -lTc -lTc -iBz -iBz -iyW -qXk -nhu +gOz +fNo +rGc +aNf +aNf +iCT +aNf +rGc +rGc +fNo +osB +ksd +kyC +kyC +ksd +ksd +tfo +fNo +tnc tYZ kdy kdy kdy tMk -rUa -gzb -lmE -bxB +qFp +wFS +hMs +phF fjP pJW fjP @@ -62776,17 +62776,17 @@ weR weR nLm ktx -qmW -sXb -uBB -wej -rQX +aSb +vZc +uuo +dOm +vDv uyP esa qvJ jDJ -rQX -jsH +vDv +bId enP dnM dnM @@ -62800,10 +62800,10 @@ xIW sPk dnM esa -bMb -vor -gzb -oLl +eLd +hhz +wFS +pZw vXc wth vXc @@ -62811,20 +62811,20 @@ wYa vXc vXc yiM -oTE +uJi rMF mBF mBF tPB fdn xci -xJi -vbW -vbW -wcD -miR +nar +bmP +bmP +eXv +cGV fnA -jvD +gFH max max ofi @@ -62865,21 +62865,21 @@ max ofi tZh ofi -mna -dCk -dCk -dCk -dCk -dCk -dCk -dCk -pCX -ogk -ogk -ogk -ogk -pGu -dCk +uvX +hlk +hlk +hlk +hlk +hlk +hlk +hlk +iKj +kTo +kTo +kTo +kTo +ajn +hlk cpy bMX "} @@ -62893,70 +62893,70 @@ cpy cpy tiQ cNV -uMi -uMi -uMi +oeR +oeR +oeR cNV cNV saC saC saC -ulm -ulm -psc -vfi -vfi -luc -ulm -ulm -ulm +eCM +eCM +mDm +jOv +jOv +mxx +eCM +eCM +eCM saC saC tiQ tiQ tiQ -kdw -xim +qVz +vqX hDa -xim +vqX hDy -iMp -qve -imB -mab -mab -jyB -saC -jyB -jyB -qFj -mab -fhw -ggQ -fSc +rfE +gsF +iCF +wYm +wYm +xzf +saC +xzf +xzf +uOm +wYm +dKH +jRz +nml lUK -hiI -uNl +jPu +iOW tfP tfP tfP tfP tfP bcf -hYO -rgK -cwD -tBz -tBz +kwR +wHM +phX +cnC +cnC tfP -tBz -tBz +cnC +cnC jtu gSw tfP tfP tfP -cAa +pNm pjJ yim tfP @@ -62964,34 +62964,34 @@ tfP ien clY clY -lJt -uvG -vNf -kjy +pmw +lnf +qRM +qQI qYo rpu lAm -vuU -vNf -uvG -vox -fCe -fCe -alw -fCe -alw -kVl -uvG -goA +own +qRM +lnf +ihe +xon +xon +aGM +xon +aGM +dVw +lnf +lDW opO xfp xfp xfp wWX -eLL -mRc -gQk -nSg +gPz +aUk +hHV +rav sPm wwe sPk @@ -63004,16 +63004,16 @@ nLm weR dNm tTR -dYR -gzP -oai -qff +tdJ +xsk +uNi +aIJ fuq eAm uOs fjP -qff -oai +aIJ +uNi fjP uOs uOs @@ -63027,31 +63027,31 @@ uOs fjP uOs trj -hyv -lmE -oai -oLl +oFW +hMs +uNi +pZw vXc wth vXc wYa yiM yiM -oTE +uJi rMF mBF mBF -iHq +dNy qhO qhO geH -kuI -vbW -vbW +auw +bmP +bmP mBF mBF mBF -jvD +gFH max max ofi @@ -63092,21 +63092,21 @@ max max ofi ofi -xRl -uif +ilc +tqp cpy cpy cpy cpy -dCk -dCk -usp -ogk -ogk -ogk -ntX -pGu -dCk +hlk +hlk +thM +kTo +kTo +kTo +eYy +ajn +hlk cpy bMX "} @@ -63119,51 +63119,51 @@ cpy cpy cpy tiQ -tij -tij -tij -tij -tij +tKV +tKV +tKV +tKV +tKV cNV saC saC saC tiQ -ulm -rQJ -swR -rQJ -uGM +eCM +mMd +gae +mMd +nkB tiQ tiQ saC saC saC tiQ -xkn -rwb -qlh -fuM -mzc -xim +iPG +qXq +wlm +xtW +exJ +vqX hDy -iMp -qve -imB -mab -mab -mab -jyB -jyB -mab -aoz -qha -qDH -ggQ -fSc +rfE +gsF +iCF +wYm +wYm +wYm +xzf +xzf +wYm +kDj +xCi +upL +jRz +nml lUK -uzJ -uNl +qKd +iOW tfP tfP tfP @@ -63183,7 +63183,7 @@ eaE eFT tfP bIJ -cAa +pNm pjJ yim tfP @@ -63191,94 +63191,94 @@ tfP ien sjY clY -tJd +rhU xtb -jbx -gAf -aQY +wBZ +hBv +tZL moO -aQY -aQY -kFs +tZL +tZL +biV xtb -ejn -moq -fag -iBz -iBz -iBz -iyW +trF +bac +bCE +ksd +ksd +ksd +tfo xtb -nJJ -wuN -qOk -qOk -qOk -qOk -nJJ +srE +pdo +thv +thv +thv +thv +srE nLm -vor -hAa -jhJ -fxb -eEM -dhd -eEM -eEM -eEM -eEM -eEM -qff -fxb -wQP -mSI -lmE +hhz +tsT +qcb +gWz +fMk +ieb +fMk +fMk +fMk +fMk +fMk +aIJ +gWz +twv +pqf +hMs nLm -dvT -gFT +dkd +azp dNm tUM -hyv -cNd +oFW +fES nLm -dhd -dhd -eEM +ieb +ieb +fMk dNm fjP -eEM -dhd -dhd -eEM -dhd -eEM -jhJ +fMk +ieb +ieb +fMk +ieb +fMk +qcb pJW -hiX -vcW +eTW +dyZ nLm -oLl +pZw vXc puY yiM wsY yiM -oTE +uJi gbB mBF mBF -noG -vyj -vbW -vbW -xJl -vbW -iku +jZO +eUi +bmP +bmP +nFu +bmP +aWU mBF mBF mBF fnA -jvD +gFH max max ofi @@ -63326,14 +63326,14 @@ cpy cpy cpy cpy -dCk -uGs -ogk -ogk -ogk -rKX -hjf -dCk +hlk +alh +kTo +kTo +kTo +eTL +vfZ +hlk cpy bMX "} @@ -63346,71 +63346,71 @@ cpy cpy cpy tiQ -tij -qWq -tij -qWq -tij +tKV +epU +tKV +epU +tKV cNV saC saC saC saC -lhj -lhj -lhj -lhj -mNC -lhj +rPb +rPb +rPb +rPb +qAx +rPb saC saC saC saC tiQ -yhq +pjt gYT -vrO -kSy -iCV -xim +eic +oiq +hmI +vqX hDy -smH -qve -pwe -mab -mab -mab -mab -jnZ -snq -lXN -scA -scA +wYC +gsF +kZY +wYm +wYm +wYm +wYm +dcb +rGa +tMF +gXw +gXw lqb -fSc +nml wgn -bMe -uNl +uAI +iOW tfP tfP tfP bIJ bIJ tfP -vXo -vXo +ogr +ogr eUf fLz -vXo -jDf -vXo -okM -pkJ -vXo +ogr +izp +ogr +dbC +eyD +ogr tfP bIJ bIJ -cAa +pNm pjJ lCH tfP @@ -63418,23 +63418,23 @@ ien ien ien sjY -kuu -hkn -ohc -anQ -gAf -cmk -gAf -anQ -yio -hkn -ejn -goc -lTc -iBz -iBz -iBz -iyW +qOP +cdb +jaS +aNf +hBv +kfI +hBv +aNf +gRa +cdb +trF +aOt +kyC +ksd +ksd +ksd +tfo xtb nTv oTc @@ -63444,45 +63444,45 @@ iIw ovT nTv nLm -nYR -ogu -jhJ -fxb -vor -vor -rKB -clc -clc -pRx -rKB -jhJ -fxb -vor -aZl -aKA +sjo +lrS +qcb +gWz +hhz +hhz +vXM +ezF +ezF +pCk +vXM +qcb +gWz +hhz +gqe +qcH nLm -ixC -bxB +lLe +phF dNm tUM -kbf -buz +ezg +kiR nLm -fOv -ekC -vor -fxb -jhJ -vor -pRx -aKA -aFI -vor -vor -jhJ -fxb -bBA -clc +xcV +jjh +hhz +gWz +qcb +hhz +pCk +qcH +bCY +hhz +hhz +qcb +gWz +bgM +ezF nLm aiQ vXc @@ -63490,23 +63490,23 @@ yiM yiM wsY yiM -caL +wKQ mBF mBF viC cjv ycE -vbW -vbW -xJi -vbW +bmP +bmP +nar +bmP mBF mBF -pOz +umB mBF mBF fnA -vhu +mwO max ofi tZh @@ -63553,14 +63553,14 @@ cpy cpy cpy cpy -dCk -dCk -aHs -ogk -ogk -bGo -ogk -dCk +hlk +hlk +xHD +kTo +kTo +mGq +kTo +hlk cpy bMX "} @@ -63573,51 +63573,51 @@ cpy cpy cpy tiQ -tij +tKV kwJ -mSy +oJz kwJ -tij +tKV cNV saC saC saC saC -tij -qWq -qWq -qWq -uex -tij -qWq +tKV +epU +epU +epU +oBF +tKV +epU saC saC saC tiQ -pmH -xim -ufl -thm -ieF -nvJ +grY +vqX +gNH +cti +ylU +uge hDy -lBr -uzA -kBn -mCn -mab -mab -mab -fhw -ifU -ixh -scA +qfb +sUy +ktM +mnm +wYm +wYm +wYm +dKH +epo +qeb +gXw lqb lqb lqb -dkA -pzT -uNl +eaw +fVY +iOW tfP bcf tfP @@ -63625,19 +63625,19 @@ tfP tfP tfP cpy -bBa +sNC cpy cpy -jcL -bBa -bBa +qeH +sNC +sNC tfP pjJ -bBa -bBa -bBa -bBa -aIV +sNC +sNC +sNC +sNC +lFW pjJ lCH tfP @@ -63645,36 +63645,36 @@ tfP ien sjY clY -jkF +fds xtb -raq -imt -sqk -dtS -anQ -dZI -hjg +fuT +uCe +rGc +iCT +aNf +baS +pui xtb -btX -nQH -aBA -iBz -iBz -iBz -exa +qCS +pRr +osB +ksd +ksd +ksd +syq xtb vGb -eGZ -xWa -xWa -odB -vat +ybS +wbg +wbg +jrO +scV gIc nLm nLm weR -gUu -nKD +acB +eBp weR weR nLm @@ -63682,58 +63682,58 @@ nLm weR weR nLm -gUu -nKD +acB +eBp nLm weR nLm nLm nLm -wDP +eDv xno emb -gHW +rGn nLm nLm nLm weR nLm -omk -nTG +slx +gVe nLm nLm nLm nLm weR nLm -oai -lSp +uNi +cDd weR nLm nLm -vyB +qfW vXc yiM yiM wsY yiM -caL +wKQ rMF -miR +cGV xYn uYu xci -vbW -vyj -xJi -kXv +bmP +eUi +nar +vHv mBF -iHF -vyj -gkt +dHa +eUi +fVZ mBF mBF -jvD +gFH ofi ofi max @@ -63781,13 +63781,13 @@ cpy cpy cpy cpy -dCk -dCk -feA -iTs -vBV -dCk -dCk +hlk +hlk +siR +lLc +kEy +hlk +hlk cpy bMX "} @@ -63800,51 +63800,51 @@ cpy cpy cpy tiQ -tij +tKV kwJ -tij +tKV kwJ -tij +tKV cNV saC saC saC saC -tij -qWq -qWq -qWq -uex -tij -qWq +tKV +epU +epU +epU +oBF +tKV +epU saC saC saC tiQ tiQ -suL -kyr -aNV -ieF -szb +llR +mhQ +kMW +ylU +aXX hDy -sOb -lbF -htQ -mCn -mab -mab -mab -fhw -hrO +snQ +hAp +xhC +mnm +wYm +wYm +wYm +dKH +xZi bzC bzC bzC bzC nDM gWI -bBa -dhx +sNC +xEs tfP tfP tfP @@ -63872,95 +63872,95 @@ tfP ien sjY clY -jkF +fds xtb xtb xtb -hkn -vzI -hkn +cdb +fDx +cdb xtb xtb xtb xtb xtb -kUK -iBz -iBz -iBz -xHa +wff +ksd +ksd +ksd +ptB xtb -neY +ipc jXQ iKF iKF iKF iKF -ouz +luy nLm -iht +fKI hfU uOs trj inB lep -dfU +wEq nLm -cnQ -klu -gLj +rSy +fIz +qYQ sPk -bST +etc eAT hGX -nqA +jKn nLm -dvT -cmm +dkd +fEi dNm tUM -vSE -eMx +kMY +gSE nLm -sdc +btL xXN tpZ vdf vqm wNl wNl -rde +iPP nLm -vyI +xvE adk xLg smi mNX -feB +vEc nLm -vyB +qfW yiM yiM yiM wsY yiM -caL +wKQ rMF -miR +cGV viR fdn dHy -vbW +bmP xQj jmE xQj mBF mBF -qoU +hny mBF mBF fnA -jvD +gFH ofi max max @@ -63991,10 +63991,10 @@ max iiV iKY bZK -tKZ -tKZ -tKZ -tKZ +rXL +rXL +rXL +rXL bZK jTH fgv @@ -64009,12 +64009,12 @@ cpy cpy cpy cpy -dCk -ogk -ogk -ogk -vFu -dCk +hlk +kTo +kTo +kTo +dLF +hlk cpy bMX "} @@ -64029,7 +64029,7 @@ cpy tiQ cNV kwJ -tij +tKV kwJ cNV cNV @@ -64038,38 +64038,38 @@ saC saC saC saC -ivP -ivP -ivP -wtY +agn +agn +agn +lMR saC saC saC saC saC tiQ -nmb -mqr -ufl -aNV -ieF -dRW +msU +qAe +gNH +kMW +ylU +rJb hDy iMC rBz npD -mab -mab -mab -uAs -qsD -uMC -fUi -nDX +wYm +wYm +wYm +dln +jPa +vWs +oQr +kdD bzC nDM nDM -cAa +pNm pjJ yim tfP @@ -64099,95 +64099,95 @@ ien ien ien clY -jkF +fds xtb xtb xtb -lDG -uPY -mNN -qmV -aus -aus -aus +fQg +fsh +uiT +xmZ +wkT +wkT +wkT xtb -tcx -iBz -iBz -lTc -iyW +dTg +ksd +ksd +kyC +tfo xtb -neY +ipc fjr fjr fjr fjr fjr -jUB +icc nLm -iht -tFl -rGt -krx +fKI +uit +elF +aTa xeA uOs -aNd +aHa nLm -shd -vVn +rBC +sqF nLm vjB fyC npT cve -cZW +qmy nLm -dry -bxB +voV +phF eAm oPu -vSE -nYK +kMY +mIe nLm -mET -flo -iVg -lmE +xnR +jYU +aFe +hMs eAm iqa rox -lmE -eNC -pZU +hMs +oxb +iqW ruf -djW -lhl -lmE -lHk +nQc +nKb +hMs +cfF nLm -vyB +qfW yiM yiM yiM wsY vXc -caL +wKQ mBF mBF mBF mBF -jRt -iHq +ngc +dNy hMI pCg nAa -mNF -gUH -vyj -dvR +rog +dEd +eUi +hYQ mBF kmq -jvD +gFH max max max @@ -64198,11 +64198,11 @@ max max max xKk -oEY -oEY -oEY -oEY -oEY +aRC +aRC +aRC +aRC +aRC xKk ofi ofi @@ -64218,10 +64218,10 @@ iiV iKY bZK bZK -vbA -vbn -gKl -xfw +uUu +oWh +nGI +qFz bZK bZK jTH @@ -64236,12 +64236,12 @@ cpy cpy cpy cpy -dCk -dCk -ogk -aiV -dCk -dCk +hlk +hlk +kTo +dwo +hlk +hlk cpy bMX "} @@ -64255,48 +64255,48 @@ cpy cpy tiQ cNV -qWq -tij -qWq +epU +tKV +epU cNV cNV saC saC tiQ tiQ -uZM -bty -bty -bty -tVe +lAZ +wZZ +wZZ +wZZ +wla ixD saC tiQ tiQ saC tiQ -tAN +hSU gYT -ufl -aNV -iCV -xim +gNH +kMW +hmI +vqX hDy itz iMv tCh -mab -mab -lrV +wYm +wYm +jqJ kky jTx -fCL +kTw kSC -slz +eFq bzC nDM pRh -cAa +pNm pjJ lCH tfP @@ -64326,39 +64326,39 @@ tfP ien clY clY -jkF +fds xtb -wLw -pGE -aBA -lTc -lTc -nBd -lTc -lTc -xio +yfj +err +osB +kyC +kyC +nBj +kyC +kyC +vPy xtb -eyz -lTc -iBz -lTc -pSC +tnX +kyC +ksd +kyC +cPW xtb xXR -riV -riV -riV -cnH +hJg +hJg +hJg +meX fjr -jUB +icc nLm nLm -mNa +vKd nLm -iyh +kzz tUM tUM -sCm +cJs nLm nLm weR @@ -64367,54 +64367,54 @@ fjP pOd qvM uOs -lmE +hMs nLm -dwy -mdO +mzV +vZA pJW rWu -vSE -uvo +kMY +qhi nLm nLm nLm nLm -aFI +bCY trj aSE eaC -rxs +jMS nLm -iVg +aFe dZP -cgt +eDt nLm nLm nLm nLm -vyB +qfW yiM yiM yiM wYa vXc -caL +wKQ rMF -miR -jye +cGV +hOc mBF mBF -kWz +iqe xQj pCg nAa -xoU -vyj -vyj -dvR +duY +eUi +eUi +hYQ mBF mBF -jvD +gFH ofi tZh ofi @@ -64424,13 +64424,13 @@ max max max max -vXt -axu -gjE -gjE -xTw -jiM -vXt +bmk +haS +lSA +lSA +van +dsJ +bmk max ofi ofi @@ -64444,12 +64444,12 @@ max fni bZK bZK -glW +wXp wvt wHF wHF txK -opk +svE bZK bZK gol @@ -64464,11 +64464,11 @@ cpy cpy cpy cpy -dCk -ogk -ogk -aiV -dCk +hlk +kTo +kTo +dwo +hlk cpy bMX "} @@ -64483,47 +64483,47 @@ cpy tiQ cNV kwJ -tij +tKV kwJ cNV cNV unt -kJs -iNN -tij -rDX -qWq -tij -tij -uex -fEo -saC -saC -lhj -vrB -tiQ -vaN -mqr -ufl -aNV -pYZ -xim +rUZ +pbc +tKV +tpR +epU +tKV +tKV +oBF +hce +saC +saC +rPb +lIk +tiQ +dYB +qAe +gNH +kMW +vFF +vqX hDy eCO xVG vda -ixc -eAt +wXY +hXS jTx kll -tJz -fhw -cGO -nDX +vpL +dKH +raE +kdD bzC nDM nDM -cAa +pNm pjJ lCH pjJ @@ -64553,111 +64553,111 @@ tfP ien clY clY -jkF +fds xtb -juR -iBz -iBz -iBz -lTc -ctT -lTc -lPo -lkO -hkn -geG -lTc -vVF -iBz -hVn +uZq +ksd +ksd +ksd +kyC +sff +kyC +iUh +aJf +cdb +iHA +kyC +djB +ksd +kNg xtb xtb xtb xtb xtb -xIA +tDe fjr -jUB +icc nLm -rWU -ezK +umY +dtk nLm -mhq +pde sPk sPk -nVz +rMc nLm -ale +ihB xXN dZP fjP fjP fjP fjP -lmE +hMs nLm nLm -nGW +dIH pJW tUM -eQH +bZJ nLm nLm -rWU -tzM +umY +bCn nLm -iWW +gKh eAm qBE crP -lmE +hMs nLm -aoQ +jgq xXN -iyh +kzz nLm -ryA -eyV +rDU +uOu nLm -osR +rKV yiM yiM vXc wYa vXc -caL +wKQ rMF -miR -scC +cGV +gOI vyD -miR -seZ +cGV +cnR xQj pCg lpq -jOl -vyj -vyj -nnx +pvI +eUi +eUi +uYK mBF mBF fnA -neo -neo -neo -neo -neo -neo -vhu +eeL +eeL +eeL +eeL +eeL +eeL +mwO max max -vXt -dZB -oKq -oKq -prR -tsK -vXt +bmk +jop +tSk +tSk +aMG +pWj +bmk max ofi ofi @@ -64670,14 +64670,14 @@ max max fni bZK -xdK +eWO wvt wHF -vvS -ebd +dUB +coD wHF wjI -juP +vff bZK gol max @@ -64691,11 +64691,11 @@ cpy cpy cpy cpy -dCk -uJQ -ogk -oXz -dCk +hlk +rFf +kTo +hkc +hlk cpy bMX "} @@ -64708,49 +64708,49 @@ cpy cpy cpy tiQ -tij +tKV kwJ -tij +tKV kwJ -mSy +oJz cNV -tij -wsM -lhj -tij -rDX -tij +tKV +qTT +rPb +tKV +tpR +tKV kwJ kwJ -lfu -fEo -tij -lhj -lhj -vHz +jsJ +hce +tKV +rPb +rPb +wZG tiQ tiQ tiQ -oQd -aqE +lye +gGt hDy hDy hDy hDy -nDX -qve -mab -mab +kdD +gsF +wYm +wYm jUe -pTY -mab -fhw -vym +fjJ +wYm +dKH +qgz bzC bzC bzC nDM -cAa +pNm vjW lCH pjJ @@ -64780,111 +64780,111 @@ ien ien ien clY -jkF +fds xtb -rWK -ohT -wcG -wcG -wcG -cUR -lTc -lTc -lkO -hkn -hZB -lTc +dmY +toU +ldE +ldE +ldE +frl +kyC +kyC +aJf +cdb +lkm +kyC jLF -lTc -fcM +kyC +iGp xtb -jdM -uLl -tFE +kIO +cuK +xmf xtb -neY +ipc fjr -jUB +icc nLm -ifd -xQH +knQ +wqm nLm -wZc -vor -pYr -nrR +aLr +hhz +fsO +bxQ nLm -mET -ikH -tPy -vor -lmE -jbW -jbW -jbW -eNC -pIX -fHe +xnR +jmM +fqn +hhz +hMs +nyx +nyx +nyx +oxb +nPQ +oRf eAm uar -ntu -goa +yaI +gtZ nLm -czl -uaU -gLj -miS -hSf -lTM -jsY -pRx +ayd +sKb +qYQ +oxh +ibK +cxJ +qny +pCk nLm -iht -vor -hDQ -fjl -wXk -xQH +fKI +hhz +bZA +vwt +bAt +wqm nLm -vyB +qfW yiM yiM gAa uLF vXc -caL +wKQ mBF mBF -fDY +sWA vzn mBF -dzc -vyj -bUj -uIu -pTq -vyj -vbW -deA -miR +psl +eUi +tTS +bjV +wJS +eUi +bmP +kIp +cGV fnA fnA fnA tSL -uyL -uyL -uyL +xQk +xQk +xQk tSL fnA -vhu +mwO max -vXt -jgU -eCk -eCk -rTJ -mWO -vXt +bmk +wmq +mhy +mhy +rNc +nwD +bmk max ofi ofi @@ -64897,14 +64897,14 @@ max max fni bZK -jor +jtK wvt wHF wHF fPa wHF nvS -aMG +lXy bZK gol max @@ -64915,14 +64915,14 @@ max max max max -mna -dCk -dCk -dCk -jkb -rKX -pGu -dCk +uvX +hlk +hlk +hlk +bZm +eTL +ajn +hlk cpy bMX "} @@ -64935,49 +64935,49 @@ cpy cpy cpy tiQ -tij +tKV kwJ -tij +tKV kwJ -tij +tKV cNV -tij -nHv -nNY -tij -rDX -tij +tKV +wfA +hdE +tKV +tpR +tKV kwJ kwJ -lfu -fEo -tij -lhj -lhj -nJm -tiQ -rSx -mqr -ufl -lMq -voO -toK -xim +jsJ +hce +tKV +rPb +rPb +nKQ +tiQ +rwH +qAe +gNH +jPY +rpE +jDm +vqX hDy -rwz -qve -mab +mkZ +gsF +wYm saC saC saC -jyB -fhw -cGO -nDX +xzf +dKH +raE +kdD bzC nDM nDM -cAa +pNm vjW eDS pjJ @@ -65007,37 +65007,37 @@ tfP ien rzq clY -jkF +fds xtb rmt qdc raS uIJ rmt -vvs -iBz -lTc -rbn +gnS +ksd +kyC +frb xtb -lVF -dKu +dug +vJP pAW -lTc -fcM +kyC +iGp xtb -aBA -iyW -nBd +osB +tfo +nBj xtb -neY +ipc fjr -jUB +icc nLm nLm nLm nLm nLm -iVr +xmt nLm nLm nLm @@ -65050,12 +65050,12 @@ nLm nLm nLm nLm -mNr -bxB +nxN +phF eAm uOs -hHw -sio +arn +bmJ nLm nLm nLm @@ -65068,49 +65068,49 @@ nLm nLm nLm nLm -iVr +xmt nLm nLm nLm nLm -aar +pbh vXc yiM tiJ mAE vXc -caL +wKQ rMF -rIG -qur -sCh -rIG -doc -vbW -xJi -vyj +fcB +nPh +iSO +fcB +dAt +bmP +nar +eUi mBF -bNG -kXy -jko -uVq +fhw +mzy +fUV +fYY fnA fnA tSL tSL -fVI -fVI -cMh +uDk +uDk +wBY tSL tSL -jvD +gFH max xKk -vXt -vXt -vXt -vXt -vXt +bmk +bmk +bmk +bmk +bmk xKk max max @@ -65124,14 +65124,14 @@ max max omT bZK -mNj +xQK wHF wvt -skY -kGd +aKW +xio wHF wjI -qtM +qso bZK czG max @@ -65142,14 +65142,14 @@ max max max max -xRl +ilc fnA -dCk -dCk -hAB -rKX -pGu -dCk +hlk +hlk +dPA +eTL +ajn +hlk cpy bMX "} @@ -65162,64 +65162,64 @@ cpy cpy cpy tiQ -tij -qWq -tij -qWq -tij +tKV +epU +tKV +epU +tKV cNV -bRI -sUe -lhj -tij -rDX -tij +dZh +vBD +rPb +tKV +tpR +tKV kwJ kwJ -lfu -fEo -tij -lhj -jSb -jfN -tiQ -plB -rqY -fbP +jsJ +hce +tKV +rPb +vAT +dZq +tiQ +oHi +qvL +baQ hka -nIg -mzc -xim -fQA -nDX -qve -mab +xqa +exJ +vqX +jhH +kdD +gsF +wYm saC saC saC -jyB -fhw +xzf +dKH kQK -nDX +kdD bzC nDM pRh -cAa +pNm vjW eDS pjJ pjJ -vgB -kPI -kPI -wJR -kPI -kPI -kPI -kPI -kPI -kPI -fIY +gwo +pEW +pEW +eSD +pEW +pEW +pEW +pEW +pEW +pEW +uQZ pjJ pjJ pjJ @@ -65234,111 +65234,111 @@ tfP ien puV clY -jkF -hkn +fds +cdb qBe mqk hLo sTA rwR -vvs -xrJ -iBz -aBA +gnS +paa +ksd +osB xtb -tHF -xrJ +bRn +paa pAW -lTc -mzN +kyC +dYR xtb -brr -lCB +eLq +faS jLF xtb -neY +ipc fjr -jUB +icc nLm -jDj -mgP -vkW -kiM -vor -wzz -lal +aMx +biQ +wLn +elz +hhz +uId +rfL nLm -gAy +deR nLm -gAy +deR nLm nLm -gAy +deR nLm -gAy +deR nLm -tsE -dZo +xsI +nNC pJW tUM -hHw -qrZ +arn +xLL nLm -beU +cUv nLm -beU +cUv nLm -beU +cUv nLm -beU +cUv nLm -wSh -xtV -xtV -vor -wou -bJg -bJg +mBU +eHl +eHl +hhz +tec +aCL +aCL nLm -msI +xxu vXc vXc yiM tDd rXb -mGL +kbr qGf -tNE -fqP -rID -tNE +tZU +jXk +dHf +tZU rAf rAf toF -cIG -dPM -vDC -uMN -nXM +amG +mWS +hoL +ayW +hLX mBF mBF -urU +oCu tSL -eSi -qld -jdu -oGH -pBO +hpP +kBZ +xry +ygn +kgN tSL -jvD +gFH max -vXt -axu -gjE -gjE -xTw -jiM -vXt +bmk +haS +lSA +lSA +van +dsJ +bmk max ofi ofi @@ -65350,16 +65350,16 @@ cpy max max yjT -mYq -tet +ida +pFP wvt -kGd -iPk -fBb -mzs +xio +ogM +oMN +aHb aGQ -ojH -rRF +vuT +syt wzH max cpy @@ -65370,13 +65370,13 @@ max max max max -mna -dCk -htU -ydX -ogk -hjf -dCk +uvX +hlk +tei +iIb +kTo +vfZ +hlk cpy bMX "} @@ -65389,53 +65389,53 @@ cpy cpy cpy tiQ -tij -tij -tij -tij -tij +tKV +tKV +tKV +tKV +tKV cNV -gmH -sUe -lhj -tij -rDX -qWq -tij -mSy -uex -fEo -tij -lhj -lhj -tij -tiQ -iDT -bJr -hlw -xWD -pDB -lJe -vft -kly -gHV -sEG -irX +rpN +vBD +rPb +tKV +tpR +epU +tKV +oJz +oBF +hce +tKV +rPb +rPb +tKV +tiQ +piv +bLH +ufD +jDa +ccw +xHi +rfv +gsO +qaJ +uNH +hKV saC saC saC -jyB -fhw -cGO -whb +xzf +dKH +raE +jEE bzC nDM nDM gWI -kPI -dee -kPI -kPI +pEW +rbt +pEW +pEW gWI iAv bZB @@ -65446,7 +65446,7 @@ iAv iAv iAv iAv -cAa +pNm pjJ pjJ pjJ @@ -65461,111 +65461,111 @@ ien ien ien clY -jkF -hkn +fds +cdb xPA igv hLo tLw aiw -vvs -xrJ -lTc -iyW -qXk -nnH -iBz -ctT -iBz -aBA -qXk -iyW +gnS +paa +kyC +tfo +fNo +ujh +ksd +sff +ksd +osB +fNo +tfo gvT jLF -hkn -neY +cdb +ipc fjr -iXc -los -kCI +xsV +qcF +hOz dmm thw vWl fjP guB -oMy +pWL nLm -xJb +wMn nLm -xJb +wMn nLm nLm -xJb +wMn nLm -xJb +wMn nLm nLm -bxB +phF pJW xXN -oxp +uVu nLm nLm -kzf +kQI nLm -kzf +kQI nLm -kzf +kQI nLm -kzf +kQI nLm -xmo +hUP ruf ruf fjP fjP fjP -fqW -fvd -dnF +xNT +rLa +vcU sDq faQ yiM sPs vXc -pgv +kBA mBF mBF -lCp -oBo +nnh +abp mBF spm jaO lYR -fgD +qGP mBF -vyj -oZP +eUi +ubi mBF mBF rMF rMF tSL -iql +fHU wnM exu -qld -lOh -ofs -jvD +kBZ +dbR +sky +gFH max -vXt -dZB -oKq -oKq -prR -tsK -vXt +bmk +jop +tSk +tSk +aMG +pWj +bmk max ofi ofi @@ -65577,16 +65577,16 @@ ofi tZh tZh yjT -lSh -fER +hif +iIz wHF -kGd -lxK -lxK -kGd +xio +lxt +lxt +xio ufu -fER -lSh +iIz +hif tSb max cpy @@ -65597,13 +65597,13 @@ max max max max -mna -dCk -sUx -ntE -ogk -ogk -dCk +uvX +hlk +tQB +jAt +kTo +kTo +hlk cpy bMX "} @@ -65617,43 +65617,43 @@ cpy cpy tiQ cNV -uMi -uMi -uMi +oeR +oeR +oeR cNV cNV -dFo -jSb -lhj -tij -rDX -qWq -qWq -saC -vjD -vKj -tij -lhj -lhj -tij -tiQ -fvy -ccD -ejz -oEO -oEO -bzN -xim +xHs +vAT +rPb +tKV +tpR +epU +epU +saC +nIZ +sDh +tKV +rPb +rPb +tKV +tiQ +dAy +pDf +mTN +ksr +ksr +aLc +vqX hDy -ndk -xwL -yhb +thB +fzU +gTi saC saC saC -czP -wrZ -dRE +tdp +jAl +wFW bzC bzC bzC @@ -65673,7 +65673,7 @@ saC saC saC iAv -cAa +pNm pjJ pjJ tfP @@ -65688,111 +65688,111 @@ tfP ien clY clY -fPf +dsW xtb xPA bID rSd bNf aiw -xgk -urW -alw -kVl -uvG -kVl -fCe -gCC -fCe -kVl -uvG -kVl +eRL +kmi +aGM +dVw +lnf +dVw +xon +iJU +xon +dVw +lnf +dVw jxz jLX -kIh -sZO +cwt +jng iKF -iie -fBf -ygn +fBz +kVU +dMU dnM nqo xTJ fjP fjP -xBK -fvd -aPo +aFa +rLa +pGo wLU aFN mPB aFN aFN wLU -kVW -fvd -vZj -bNK +imr +rLa +wqC +mYL gGW qSw -hyv -oRb +oFW +lzT nLm -bTg +ebM nLm -bTg +ebM nLm -bTg +ebM nLm -bTg +ebM nLm -fCm +mhi fjP xXN uOs uar fjP -wfJ -fvd -huG +qct +rLa +kxe hgr fRP vTn cmF qHI -mma +niZ ums mBF mBF mBF mBF mBF -miR -miR +cGV +cGV mBF mBF -jCy +ekA mBF mBF rMF rMF rMF tSL -asN +npR kzT xgX -qld -lOh -ofs -jvD +kBZ +dbR +sky +gFH max -vXt -jgU -eCk -eCk -rTJ -mWO -vXt +bmk +wmq +mhy +mhy +rNc +nwD +bmk max ofi ofi @@ -65805,14 +65805,14 @@ tZh tZh yjT bZK -xlA +gkM wHF wHF -kGd -skY +xio +aKW wvt wvt -nHY +gec bZK tSb max @@ -65824,13 +65824,13 @@ max max max max -mna -vNe -alb -ntE -ogk -dCk -dCk +uvX +hVx +pBX +jAt +kTo +hlk +hlk cpy bMX "} @@ -65843,64 +65843,64 @@ cpy cpy cpy tiQ -tij -tij -tij -tij -tij +tKV +tKV +tKV +tKV +tKV cNV -dFo -lhj -lhj -tij -rDX -lEx -saC -saC -saC -cbu -wgM -lhj -lhj -tij -tiQ -sJT -xim -qlh -xim -xim -mbZ +xHs +rPb +rPb +tKV +tpR +rDj +saC +saC +saC +isq +vun +rPb +rPb +tKV +tiQ +sXu +vqX +wlm +vqX +vqX +oDR hDy hDy -nDX -qve +kdD +gsF jiY saC saC saC -mab -fhw -cGO -whb +wYm +dKH +raE +jEE bzC iAv jUY -bew -bew -kmf +dzr +dzr +jUo iAv iAv iAv xzn xzn -tyY -tyY +wcS +wcS saC saC tjR tjR -iWH -cAa +hPa +pNm oeX tfP tfP @@ -65915,40 +65915,40 @@ uSY ien clY clY -fPf +dsW xtb xPA hLo hLo hLo aiw -kew -xrJ -iBz -aBA +muu +paa +ksd +osB xtb -qOg -sdV +egz +ctr xtb -qOg -sdV +egz +ctr xtb -aBA -iBz +osB +ksd wmk xtb -neY +ipc fjr -jUB -los -tXc +icc +qcF +eqC qjC tCs mbH dnM sPk aWl -idh +veJ vra bFn xrH @@ -65956,39 +65956,39 @@ xrH cDH xrH xrH -cjK -rVv -itW +xXL +frt +iYN sPk qDR dnM sPk -itW -jsH -chd +iYN +bId +lPN oFr lOi xrH nEX amP lOi -amV +pzJ sPk dnM wDZ eAT mum rGE -tzD -fvd -fLE +rcZ +rLa +rmw mpN vXc grq grq kqJ mAR -wma +cbj jrd mBF ums @@ -66005,20 +66005,20 @@ rMF rMF tSL tSL -iAW +jrr kzT qzT -qld -iAW -ofs -jvD +kBZ +jrr +sky +gFH max xKk -vXt -vXt -vXt -vXt -vXt +bmk +bmk +bmk +bmk +bmk xKk max ofi @@ -66032,14 +66032,14 @@ ofi ofi yjT bZK -rWI +tVM wvt wHF wHF qJT wvt wHF -gjJ +sfs bZK tSb max @@ -66051,13 +66051,13 @@ ofi max max max -mna -dCk -xKJ -nGo -ogk -wKv -dCk +uvX +hlk +kcP +afS +kTo +msA +hlk cpy bMX "} @@ -66070,64 +66070,64 @@ cpy cpy cpy tiQ -tij -tij -tij +tKV +tKV +tKV kwJ -tij +tKV cNV -dFo -ivP -ivP -nHf -pVI +xHs +agn +agn +xuL +yli saC saC saC saC saC -oDn -nHf -nHf +oLU +xuL +xuL hDy hDy hDy hDy -oQd -aqE +lye +gGt hDy hDy hDy -nDX -nDX -qve +kdD +kdD +gsF ipB -mab +wYm saC -mab -mab -xWs -biv -nDX +wYm +wYm +ibZ +cMg +kdD bzC iAv iAv -vOp -vOp -nIs +gcI +gcI +dUx iAv iAv mWw nmK -tyY -tyY +wcS +wcS xzn xzn fLS xzn hHd -iWH -cAa +hPa +pNm ylC qyG qyG @@ -66142,17 +66142,17 @@ ien ien ien clY -jkF -hkn +fds +cdb xPA hLo hLo hLo aiw -uPY -xrJ -iBz -vkv +fsh +paa +ksd +tMi xtb xtb xtb @@ -66160,22 +66160,22 @@ xtb xtb xtb xtb -lgW -iyW -iBz +ngi +tfo +ksd xtb -neY +ipc fjr -jUB -rdg -aKX +icc +lQh +dpW jFc nhs qcy tUM nBv vxM -oai +uNi bkl aFN txY @@ -66183,32 +66183,32 @@ pbp txY pbp aFN -bDv -oai -qff +vwR +uNi +aIJ oPu trj uOs uOs -xNL -oai -nVe +vds +uNi +lyq ruS txY pbp pbp sMV ruS -oai +uNi uOs fjP hxt tUM eAm rGE -clc -fvd -vyB +ezF +rLa +qfW tVv qgj tvq @@ -66216,29 +66216,29 @@ ftl yiM rwB gBe -caL +wKQ vjP rMF rMF -jae +tCZ rMF rMF -jae +tCZ rMF rMF -mIs +uGE rMF tSL tSL tSL -wDJ -vob +syp +oYi wnM kzT -oGH -tGH -ofs -jvD +ygn +hiU +sky +gFH ofi max max @@ -66259,14 +66259,14 @@ ofi ofi yjT bZK -dka +fTe wvt wvt -ebd -ebd +coD +coD wvt wvt -eco +fwT bZK juY mse @@ -66277,14 +66277,14 @@ aYO ofi ofi max -qbe +clg fnA -dCk -dCk -gpb -rKX -dCk -dCk +hlk +hlk +gQW +eTL +hlk +hlk cpy bMX "} @@ -66297,64 +66297,64 @@ cpy cpy tiQ tiQ -tij -tij -uZM -xeP -tij +tKV +tKV +lAZ +uHC +tKV cNV -dFo -lhj -lhj -tij -rDX -saC -saC -saC -saC -saC -tVe -bty -xeP -nDX -dIR -oMB -nDX -cGO -nDX -nDX -nDX -fxU -nDX -xEF -hpx -qFj -mab -mab -nbL -mab -mab -hrT -scA +xHs +rPb +rPb +tKV +tpR +saC +saC +saC +saC +saC +wla +wZZ +uHC +kdD +rHt +jAC +kdD +raE +kdD +kdD +kdD +cAU +kdD +hGV +lnV +uOm +wYm +wYm +rlZ +wYm +wYm +mRo +gXw bzC iAv iAv -fTg -fTg -dEZ +duV +duV +kxN iAv iAv saC eYA akp hHd -hFE -oWh +sHt +xeI xzn xzn hHd -iWH -cAa +hPa +pNm yim tfP tfP @@ -66369,7 +66369,7 @@ pjJ ien esw clY -jkF +fds xtb qBc jZo @@ -66377,65 +66377,65 @@ rbb jZo rwK hzk -nSY -iBz -vsX +pzD +ksd +xkh xtb -tSw -dCR +mLx +czF xtb -tSw -dCR +mLx +czF xtb -vpo -ikz -iyW +hRv +arG +tfo xtb -neY +ipc fjr -jUB +icc nLm -qzl -lmE +fSx +hMs gdt uOs grw uOs -mdE -fvd -eTt +nIv +rLa +pZF jnk jnk mPR nbx nbx aFN -kVW -fvd -gQH -rmK +imr +rLa +qRb +ryB trj gVg -jVc -lfC -fvd -aPo +vOL +xCx +rLa +pGo ruS aFN mQq aFN sMV -vmj -fvd -wfJ +qCG +rLa +qct fjP tUM uOs vzp -clc -jgG +ezF +cEG nLm -auS +oTV ofy sPs grq @@ -66443,7 +66443,7 @@ grq yiM xly wYa -caL +wKQ rMF tSL qKr @@ -66456,16 +66456,16 @@ tSL tSL tSL tSL -oTK -kEE -qld +xsL +fvv +kBZ wnM wnM kzT -oGH -eqV +ygn +qPe tSL -jvD +gFH tZh ofi max @@ -66487,12 +66487,12 @@ ofi yjT bZK bZK -nkp +pGk wvt wHF wHF wHF -tet +pFP bZK bZK gol @@ -66504,14 +66504,14 @@ erA ofi ofi ofi -mna -dCk -dCk -dCk -qay -rKX -ogk -dCk +uvX +hlk +hlk +hlk +sEe +eTL +kTo +hlk cpy bMX "} @@ -66523,65 +66523,65 @@ cpy cpy tiQ tiQ -tij -tij -uZM -fSi -fEo -tij +tKV +tKV +lAZ +ikq +hce +tKV cNV -dFo -lhj -lhj -tij -rDX -qWq +xHs +rPb +rPb +tKV +tpR +epU saC saC saC saC -uex -qWq -fEo -nDX -ggQ -jHo -gSE -kTQ -kEy -kEy -cFO -qip -cSZ -cpq -isN -cse -isN -isN -isN +oBF +epU +hce +kdD +jRz +xPN +pof +pLZ +kBc +kBc +tLu +uju +tEF +cYN +sZC +rZI +sZC +sZC +sZC krw -iCG -oOq +gzN +okM saC bzC iAv -ohb -lKW -lKW -jqd -aiI +wJr +edt +edt +lpn +pss iAv saC saC saC hHd -hFE -hFE +sHt +sHt xzn hHd xzn -evV -cAa +dSU +pNm yim tfP cpy @@ -66596,103 +66596,103 @@ pjJ ien dWc clY -jkF -hkn +fds +cdb xPA hLo hLo hLo aiw -kew -lTc -lTc -vsX +muu +kyC +kyC +xkh xtb -tSw -dCR +mLx +czF xtb -tSw -jxP +mLx +cOF xtb xtb -hkn +cdb xtb xtb -neY +ipc fjr -jUB +icc nLm nLm -aFI -lce +bCY +mzk uOs fjP fjP -jeG +phr nLm -suN -epo -epo +pDd +kbE +kbE nwj -oTh -epo -wCz -oMg +lni +kbE +qIp +gZt nLm -fkl -aKA -aoN -qff -aKA -oRb +pqD +qcH +mie +aIJ +qcH +lzT nLm -bvY -pWu -ayh +fvG +wGD +rId nwj -oMg -eTt -asC +gZt +pZF +kvn nLm -jEZ +iFK lsD fjP fjP -ryC -tzD +mWi +rcZ nLm nLm -aar +pbh vXc jrL qig yiM yiM twT -nLN +sVP rMF tSL tSL -uyL +xQk tSL tSL -wqD +jrU tSL -eFh -omq -iDR +crw +hjU +dzD tSL -pBO -qld -pBO +kgN +kBZ +kgN wnM wnM tSL phn kzT -qld -dHS -jvD +kBZ +rNJ +gFH ofi ofi tZh @@ -66701,44 +66701,44 @@ max max max max -qbe -neo -neo -neo -neo -neo -neo -vhu +clg +eeL +eeL +eeL +eeL +eeL +eeL +mwO ofi ofi hov sOB bZK bZK -jEM -cje -aSO -beW +rWW +mcq +wPY +tIq anG bZK vVd lUV max -qbe -neo -neo -eLk -neo -neo -neo +clg +eeL +eeL +qlx +eeL +eeL +eeL fnA cpy cpy -dCk -ogk -rKX -oXz -dCk +hlk +kTo +eTL +hkc +hlk cpy bMX "} @@ -66749,66 +66749,66 @@ cpy cpy cpy tiQ -aax -tij -uZM -jgg -iDA -xgG -tij +mDJ +tKV +lAZ +tnH +fEd +bMx +tKV cNV -dFo -aqc -lhj -tij -rDX -qWq +xHs +rBM +rPb +tKV +tpR +epU saC saC saC saC -lUo -tNx -dyo -gHV -oCD -svj -isN +ast +whS +bIN +qaJ +nAm +wfk +sZC hlf tso tso -plx -czP -mab -mab -mab -jHx -mab -mab -mab -mab -jyB +dtq +tdp +wYm +wYm +wYm +nSD +wYm +wYm +wYm +wYm +xzf saC saC bzC iAv -fbm -elr -oYJ -snv -aiI +uqD +iPy +tWv +tbf +pss iAv saC saC jPC xzn -oWh -oWh +xeI +xeI xzn xzn vZP -evV -cAa +dSU +pNm yim tfP cpy @@ -66823,149 +66823,149 @@ ien ien ien clY -jkF +fds xtb xPA hLo hLo hLo aiw -vvs -xrJ -lTc -vsX +gnS +paa +kyC +xkh xtb -lMD -jxP +hEo +cOF xtb -lMD -diC +hEo +dam xtb xAO xAO xAO xtb -neY +ipc ugV -fBh +myw yjm nLm nLm -rKB -lmE +vXM +hMs rGE -koF -vbO +tRi +xTT nLm nwj -mSp -mSp +uUU +uUU nwj -mSp -mSp +uUU +uUU nwj nwj nLm nLm nLm -omk -cRh +slx +wqU nLm nLm nLm nwj -mSp -mSp +uUU +uUU nwj -mSp -mSp +uUU +uUU nwj nLm -lvs -nrR +srq +bxQ cve -lmE -nqA +hMs +jKn nLm nLm rMF -bAL +fbL yiM yiM sPw yiM vXc vXc -gYu +cfJ tSL tSL -pvj -ipz -ipz -rFR -oGH -mXI -qld -oGH -uVO -ofs -lOh -qld -lOh +che +uis +uis +jJG +ygn +kyY +kBZ +ygn +rnP +sky +dbR +kBZ +dbR wnM kzT yfH xDl -qld -mgy +kBZ +txG tSL fnA -neo -neo -vhu +eeL +eeL +mwO max max max max -qbe +clg fnA wIr wIr -kXt -nFv +nKL +qvn wIr wIr kmq -vhu +mwO ofi ofi hov sOB bZK -tKZ -tKZ -tKZ -tKZ +rXL +rXL +rXL +rXL bZK vVd nGB max -qbe +clg kmq wIr -kXt -adf -kXt -kXt +nKL +cOs +nKL +nKL wIr cpy cpy cpy -dCk -ogk -oSo -pGu -dCk +hlk +kTo +yiP +ajn +hlk cpy bMX "} @@ -66976,54 +66976,54 @@ cpy cpy cpy tiQ -lfu -uZM -jgg -qWq -fEo -tij -tij +jsJ +lAZ +tnH +epU +hce +tKV +tKV cNV -dFo -aqc -lhj -tij -rDX -qWq -saC -saC -saC -saC -uex -rlM -fEo -nDX -ggQ -dSn -qha -uEk -qha -qha -qha -pVc -snq -mZH -mab -qFj -mab -mab -mab -jyB +xHs +rBM +rPb +tKV +tpR +epU +saC +saC +saC +saC +oBF +jQN +hce +kdD +jRz +fJb +xCi +nTd +xCi +xCi +xCi +vOE +rGa +jwR +wYm +uOm +wYm +wYm +wYm +xzf saC saC saC bzC iAv -gLr -dzy -kac -lXO -jQs +wqh +bpe +ach +vDO +qmI iAv saC lqd @@ -67034,8 +67034,8 @@ hHd hHd xzn xzn -evV -cAa +dSU +pNm yim tfP cpy @@ -67050,149 +67050,149 @@ pjJ ien nBs clY -jkF +fds xtb xPA wiz rwx tyy aiw -vvs -xrJ -iBz -bhT +gnS +paa +ksd +szw xtb -otR -otR +lqX +lqX xtb -otR -otR +lqX +lqX xtb xAO xAO xAO -hkn -jcg +cdb +ojQ ugV hNR -pTg +pDm yjm nLm nLm -qzl -jPY -qvg +fSx +dXT +hKc nLm nLm ahP -xWa -xWa -xWa -xWa -xRf -sGS -uBV -rRW +wbg +wbg +wbg +wbg +vqB +glt +uUJ +rDi pQE -iEF -iXh -kkD -ufp +hwJ +wSP +owc +lzl pQE -ykz +nXD rMF -kdM -kdM -kdM -kdM -kdM +gBO +gBO +gBO +gBO +gBO rMF nLm nLm -tzD -wPb -rxs +rcZ +hjP +jMS nLm nLm rMF -bAL +fbL vXc bMN yiM yiM pWR rXb -nLX +bcS oXp tSL -bhA -iae -oGH -oUY -oGH -qld -qld +lQV +dOU +ygn +toB +ygn +kBZ +kBZ rtk -oUY -fVI -ofs -lOh -qld -lOh +toB +uDk +sky +dbR +kBZ +dbR kzT xSm yfH xDp -qld -eJe +kBZ +cLv tSL fnA fnA tSL kmq -vhu +mwO max max -qbe +clg kmq wIr wIr -fpY -hmn -hmn -xrl +sJi +aUB +aUB +jOT wIr wIr dbP -sHp -neo -neo -wUe -xiH -xiH -xiH -xiH -xiH -fDk -rVU -dzW -koy +aYm +eeL +eeL +ncI +mOt +mOt +mOt +mOt +mOt +sFv +uyn +enl +bfE dbP wIr wIr -mut -wxh -hmn -xQk +qVG +amW +aUB +mhu wIr wIr cpy -dCk -dCk -ogk -ogk -pGu -dCk +hlk +hlk +kTo +kTo +ajn +hlk cpy bMX "} @@ -67203,54 +67203,54 @@ cpy cpy cpy tiQ -lfu -wbU -qWq -qWq -fEo -tij +jsJ +ugF +epU +epU +hce +tKV cNV cNV cNV -cnS -tij -tij -wbU +dTy +tKV +tKV +ugF saC saC saC saC -joi -poz -wCh -xgG -nDX -ggQ -oMB -nDX -cGO -nDX -nDX +eJN +hVe +ufG +bMx +kdD +jRz +jAC +kdD +raE +kdD +kdD saC saC saC -oke -gLn -qFj -mab -mab -mab +kHH +bey +uOm +wYm +wYm +wYm saC saC saC saC bzC iAv -gLr -wIt -kac -lXO -ptN +wqh +hYe +ach +vDO +oKM iAv saC saC @@ -67261,8 +67261,8 @@ hHd xzn xzn xzn -evV -cAa +dSU +pNm yim tfP cpy @@ -67277,41 +67277,41 @@ pjJ ien hmM clY -jkF +fds xtb xPA piE hLo tLw aiw -vvs -xrJ -lTc -iyW +gnS +paa +kyC +tfo xtb -ihM -oXO +cvc +yag xtb -sZt -iKp +mnG +hBL xtb xAO xAO xAO -hkn -neY +cdb +ipc ugV hNR ugV -ise +fUJ yjm nLm -los -rdg -los +qcF +lQh +qcF nLm ahP -qWI +pvn fjr xfD fjr @@ -67319,29 +67319,29 @@ fjr bPH dox tGl -lCm -uJK -sLS +nOu +vnQ +jAs uPy qGK -ufp -uJK -ykz -vyB +lzl +vnQ +nXD +qfW vXc vXc mqC pwz dFg -wAP +oCI rMF nLm -fvd -fvd -fvd +rLa +rLa +rLa nLm rMF -bAL +fbL vXc vXc upz @@ -67349,10 +67349,10 @@ yiM yiM wsY vXc -caL +wKQ tSL tSL -uQC +jDX wnM qEf eAX @@ -67360,66 +67360,66 @@ suF wnM wnM tuJ -hIj -ugr -ofs -lOh -oGH -lOh +pkw +iSo +sky +dbR +ygn +dbR kzT rXH yfH nBY -myi -neq +jAJ +vgS tSL tSL tSL tSL tSL fnA -neo -neo +eeL +eeL fnA wIr wIr -hsT -hmn +pCc +aUB fTP qzQ -hmn -iFM +aUB +rJo wIr wIr -mez -rZM -rZM -rZM -rZM -rZM -rZM -rZM -rZM -rZM -rZM -rZM -cqy +ygN +nni +nni +nni +nni +nni +nni +nni +nni +nni +nni +nni +vkm wIr wIr -diO -hmn +llH +aUB oqp qzQ -hmn -diO +aUB +llH wIr wIr -dCk -eLB -ogk -ogk -dCk -dCk +hlk +abc +kTo +kTo +hlk +hlk cpy bMX "} @@ -67430,42 +67430,42 @@ cpy cpy cpy tiQ -lfu -rDX -qWq -qWq -fEo -tij -tij -ivP -tij -uZM -bty -bty -jgg +jsJ +tpR +epU +epU +hce +tKV +tKV +agn +tKV +lAZ +wZZ +wZZ +tnH saC saC saC saC -hNU -nHf -nHf -nHf +xtp +xuL +xuL +xuL hDy hDy hDy hDy -oQd -aqE +lye +gGt hDy hDy hDy saC saC -qve -qFj -mab -mab +gsF +uOm +wYm +wYm saC saC saC @@ -67473,11 +67473,11 @@ saC saC bzC iAv -qoN -nka -kac -lXO -lKW +gxd +vdN +ach +vDO +edt iAv saC hHd @@ -67488,8 +67488,8 @@ jxI jxI jxI jxI -fnn -oox +wqM +edz rOf cpy cpy @@ -67504,40 +67504,40 @@ ien ien ien sjY -jkF -hkn +fds +cdb qBe sKz hLo kmE rwR -fRK -thg -iCt -smE -uQN -smE -vox -hLO -aBA -hAu +ykO +dlX +tRn +tHb +tUV +tHb +ihe +fvm +osB +ktU xtb xAO xAO xAO xtb -neY +ipc ugV hNR ugV ugV -fgS -pjX -pjX -xWa -iMV -xWa -qWI +cOP +sRP +sRP +wbg +peI +wbg +pvn ugV ugV kGX @@ -67546,28 +67546,28 @@ fjr rZc dox tGl -lCm -uJK -ufp +nOu +vnQ +lzl xeg uMO -sLS -uJK -ykz -vyB +jAs +vnQ +nXD +qfW laX dFH vXc vXc vXc vXc -wAP -kdM -kdM -kdM -kdM -kdM -bAL +oCI +gBO +gBO +gBO +gBO +gBO +fbL vXc vXc vXc @@ -67576,10 +67576,10 @@ vXc yiM wsY yiM -caL +wKQ tSL tSL -tqC +sDW wnM qEf hjW @@ -67587,65 +67587,65 @@ dbG eKL wnM fMN -cVd -ugr -ofs -iAW -qld -iAW +pnb +iSo +sky +jrr +kBZ +jrr kzT pCP yfH xDl -jCR -nEV +sar +jer tSL -cTF -owp -lOh +eAJ +pst +dbR tSL wIr wIr -kcj +kwU wIr wIr -pMf -hmn +rzw +aUB fTP oLa oLa qzQ -hmn -mSo +aUB +kIN wIr wIr wIr -kcj -kcj -kcj -kcj +kwU +kwU +kwU +kwU wIr wIr -kcj -kcj -kcj -kcj +kwU +kwU +kwU +kwU wIr wIr -diO -axZ +llH +cDM fTP xgH oLa qzQ -xIX -diO +aBt +llH wIr wIr -tMI -oSo -ogk -dCk +oJu +yiP +kTo +hlk cpy cpy bMX @@ -67657,41 +67657,41 @@ cpy cpy cpy tiQ -lfu -rDX -qWq -qWq -ctZ -xeP -tij -ivP -tij -rDX -qWq -qWq +jsJ +tpR +epU +epU +fZR +uHC +tKV +agn +tKV +tpR +epU +epU saC saC saC saC -qWq -uAW -tij -lhj -lhj -frE +epU +ato +tKV +rPb +rPb +mQe tiQ -bzq -xim -qlh -xim -xim -toK +aIR +vqX +wlm +vqX +vqX +jDm hDy hDy saC -xwL -yhb -czP +fzU +gTi +tdp saC saC saC @@ -67700,23 +67700,23 @@ saC saC bzC iAv -qiS -wIt -kac -lXO -lKW +tdv +hYe +ach +vDO +edt iAv lqd xzn sQN -oWh -oWh -cBG +xeI +xeI +eTt hHd xzn xzn -iWH -cAa +hPa +pNm tfP cpy cpy @@ -67731,29 +67731,29 @@ pjJ ien fkD clY -jkF +fds xtb rmt bBt rcP qyS rmt -kew -lTc -iBz -aBA -hkn -aBA -lTc -nBd -iBz -aBA -vAR +muu +kyC +ksd +osB +cdb +osB +kyC +nBj +ksd +osB +lli xAO xAO xAO -hkn -neY +cdb +ipc ugV hNR ugV @@ -67773,15 +67773,15 @@ fjr rZc dox tGl -lCm -uJK -ufp +nOu +vnQ +lzl xeg uMO -sLS -uJK -ykz -vyB +jAs +vnQ +nXD +qfW rjn bVu vXc @@ -67803,10 +67803,10 @@ vXc vXc wsY yiM -wAP +oCI rMF tSL -hoe +eOy kzT qEf msn @@ -67814,65 +67814,65 @@ wfl eKL kzT hsh -jqv -nMK +eyV +cse tSL -lCb -qld +ole +kBZ gse kzT xDl tSL pJZ drz -fxo +uPa tSL -fVI -vXz -fgp -cMh +uDk +oic +xKw +wBY wIr -usI -cqC -kJq +mHk +fdz +miD wIr -wrH -hmn +qgM +aUB oLa -lOh -lOh +dbR +dbR tkf qzQ -hmn -rwQ +aUB +jVE wIr -usI -cqC -uix -cqC -cqC +mHk +fdz +fFq +fdz +fdz wIr wIr -cqC -cqC -uix -cqC -kJq +fdz +fdz +fFq +fdz +miD wIr -erT -hXl +sFE +hXR pOs uNu pKl oLa qzQ -xIX -lyF +aBt +beY wIr -usE -dXG -ogk -dCk +kgU +jLu +kTo +hlk cpy cpy bMX @@ -67883,42 +67883,42 @@ cpy cpy cpy cpy -rNX -dbW -kvS -qAj -ilF -pWG -mIb -eWx -kye -eWx -kvS -tNx -qSq +tLW +mvx +sSx +ukY +vMc +jxW +kpL +ipJ +xXq +ipJ +sSx +whS +auv saC saC saC saC -qWq -uAW -tij -lhj -lhj -frE +epU +ato +tKV +rPb +rPb +mQe tiQ -eQj -xPM -oki -mtQ -mzc -xim -xim +vOr +jSc +gmv +pLt +exJ +vqX +vqX hDy -rwz -qve -qFj -mab +mkZ +gsF +uOm +wYm saC saC saC @@ -67927,23 +67927,23 @@ saC saC bzC iAv -ohb -wIt -kac -lXO -gLr +wJr +hYe +ach +vDO +wqh iAv hHd xzn sQN -oWh -hFE -oWh +xeI +sHt +xeI ufA hHd xzn -iWH -cAa +hPa +pNm tfP cpy cpy @@ -67958,29 +67958,29 @@ pjJ ien bHA clY -jkF -hkn -pbB -pbB -ikz -ikz -ikz -vDI -iBz -iBz -aus -hkn -aBA -lTc +fds +cdb +hBY +hBY +arG +arG +arG +scR +ksd +ksd +wkT +cdb +osB +kyC rsa -iBz -aBA -vAR +ksd +osB +lli xAO xAO xAO -hkn -neY +cdb +ipc ugV spe hcX @@ -68000,15 +68000,15 @@ nQx rvx fZy hAg -lCm -uJK -eMd +nOu +vnQ +bVf xeg qGK -sLS -uJK -ykz -vyB +jAs +vnQ +nXD +qfW qbI qlD qpz @@ -68031,9 +68031,9 @@ tpD tBQ yiM yiM -caL -pcT -qld +wKQ +cgT +kBZ wnM kzT hsh @@ -68042,9 +68042,9 @@ eKL qNl kzT wnM -oGH -xXC -oGH +ygn +mII +ygn wnM wnM wnM @@ -68053,53 +68053,53 @@ kzT kzT kzT kDY -hEu -qld -oGH -oGH -oGH -ajm -umq +mfG +kBZ +ygn +ygn +ygn +kJM +oFB tkf -byS -ajm -hmn +iiB +kJM +aUB qzQ oLa -lOh -lOh +dbR +dbR tkf fTP fTP -pnp -ajm -umq +cDy +kJM +oFB oLa oLa oLa tkf -kGA -gKo +heI +kBW tkf tkf tkf tkf -byS -ajm -dOS +iiB +kJM +idI oqp oLa pKl pKl tkf qzQ -xIX -lpn +aBt +whg wIr -qeV -uny -ntX -dCk +aba +jKP +eYy +hlk cpy cpy bMX @@ -68110,42 +68110,42 @@ cpy cpy cpy cpy -rNX -lfu -rDX -qWq -qWq -fEo -srl -tij -ivP -tij -uZh -wCh -tNA -cWP +tLW +jsJ +tpR +epU +epU +hce +aEf +tKV +agn +tKV +vcZ +ufG +rOJ +lcR saC saC saC -qWq -uAW -tij -lhj -lhj -tij +epU +ato +tKV +rPb +rPb +tKV tiQ xce -eND -ufl -aNV -lha -mzc -xim -fQA -nDX -qve -qFj -dJO +hJK +gNH +kMW +sxD +exJ +vqX +jhH +kdD +gsF +uOm +oAm saC saC saC @@ -68154,23 +68154,23 @@ saC saC bzC iAv -sVQ -wIt -kac -hyR -gLr +apk +hYe +ach +bbP +wqh iAv xzn -eyi -hJF -eyi -eyi +hQd +rVq +hQd +hQd xzn gBi saC hHd -iWH -cAa +hPa +pNm pjJ pjJ pjJ @@ -68185,57 +68185,57 @@ ien ien ien uSo -jkF +fds xtb -iyW -aBA -nQH -aBA -iyW -cUR -iyW -pbB -aus -hkn -iyW +tfo +osB +pRr +osB +tfo +frl +tfo +hBY +wkT +cdb +tfo wmk jLF wmk -iyW +tfo xtb xAO xAO xAO xtb -neY +ipc nDo ugV hNR -xbm -dXl -wDr -gMO -wXG -bfg -meY -hbe -ffg -rhl -cnH +utV +cKI +hFd +kVz +etB +mlM +gMs +ebA +niC +aWE +meX ugV spe nQx fjr xfD -lCm +nOu pQE pQE -iXh -kkD +wSP +owc pQE pQE -ykz -vyB +nXD +qfW vXc vXc vXc @@ -68258,75 +68258,75 @@ vXc tDd rwE bXS -tZC -hRZ -oHG +iuA +uuc +asL lUv msj hIP uOJ mCA qYG -oHG -byB -tvN -hRZ -byB -byB +asL +rsg +jSV +uuc +rsg +rsg mCA msj eNf -pvi -lWB -byB +rzI +mBE +rsg xAF -hRZ +uuc msj msj -byB -oHG -dsJ -fJk +rsg +asL +bgC +bUv pOs -fJk -dsJ -cbP +bUv +bgC +sxo iXM uIk -lOh -lOh +dbR +dbR eng iXM vUe -gXQ -dsJ -sFy +kkA +bgC +kIt fzp fzp pOs pOs -sHq -fJk +eBw +bUv fzp fzp pOs pOs -sFy -dsJ -eev +kIt +bgC +rDc huu tkf pKl pKl tkf qzQ -hmn -umq -rnc -lEP -eGl -dXG -dCk +aUB +oFB +mSI +wic +eDF +jLu +hlk cpy cpy bMX @@ -68337,43 +68337,43 @@ cpy cpy cpy cpy -rNX -lfu -rDX -qWq -qWq -fEo -tij +tLW +jsJ +tpR +epU +epU +hce +tKV cNV cNV cNV -srl -tij -lfu -rDX -saC -saC -tij -qWq -uAW -tij -lhj -lhj -tij -tiQ -eKl -xim -koB -pDB -fXo -ieM -hgA -kly -gHV -sEG -aIH -lSf -mab +aEf +tKV +jsJ +tpR +saC +saC +tKV +epU +ato +tKV +rPb +rPb +tKV +tiQ +mFY +vqX +xiX +ccw +lPW +vjD +aze +gsO +qaJ +uNH +leT +doK +wYm saC saC saC @@ -68381,23 +68381,23 @@ saC saC bzC iAv -lKW -kJk -kac -hyR -gLr +edt +iNd +ach +bbP +wqh iAv pbi -kYB -jmR -kYB -kYB +jhF +yjP +jhF +jhF iAv iAv iAv iAv iAv -cAa +pNm vjW pjJ pjJ @@ -68412,57 +68412,57 @@ pjJ ien hJZ hJZ -jkF +fds xtb -hkn -hkn +cdb +cdb xtb xtb xtb -ydo -uXm +pMq +wfF xtb xtb xtb -iyW +tfo wmk jLF wmk -iyW +tfo xtb xtb -hkn +cdb xtb xtb -xIA +tDe fjr ugV hNR -bbX -tLF -umV -mtU -eis -vMB -kkG -qAp -mtU -gvD -idS +wPx +cEJ +mmI +mok +uAV +fxI +vHj +vxK +mok +ckz +rWO pqk ugV jXQ nQx fjr -lCm -uJK -oIV +nOu +vnQ +uBx xeg uMO -hjN -uJK -ykz -vyB +ygy +vnQ +nXD +qfW vXc vXc vXc @@ -68484,76 +68484,76 @@ yiM yiM vXc vXc -nLN +sVP rMF tSL -qhB -qld +nuX +kBZ kzT -bKH -hKP +rtf +vvH wnM -oGH -bVZ +ygn +hSP tSL tSL tSL -xoV -wDJ -cMh -fVI -iSO -fVI -cMh -fVI -cMh +rjO +syp +wBY +uDk +kNs +uDk +wBY +uDk +wBY tSL -uuh -fVI -fVI -gUy +vpr +uDk +uDk +vyf wIr -usI -uix -kJq +mHk +fFq +miD wIr -byS -hmn +iiB +aUB xgH -lOh -lOh +dbR +dbR xgH fTP -qpo -sqK +ndC +xbR wIr -tgR -uix -uix -cqC -cqC +mAk +fFq +fFq +fdz +fdz wIr wIr -uix -cqC -cqC -cqC -aRn +fFq +fdz +fdz +fdz +rIp wIr -dPp -yal +isX +hOj aft pKl ipx tkf fTP -hmn -upk +aUB +hAj wIr -iMh -dXG -ogk -dCk +mml +jLu +kTo +hlk cpy cpy bMX @@ -68564,74 +68564,74 @@ cpy cpy cpy cpy -rNX -lfu -rDX -qWq -qWq -fEo -tij -tij +tLW +jsJ +tpR +epU +epU +hce +tKV +tKV cNV -nhq -sZR -jSb -lfu -rDX +upm +tbG +vAT +jsJ +tpR saC saC kwJ -tij -uAW -tij -lhj -lhj -tij -tiQ -yhq +tKV +ato +tKV +rPb +rPb +tKV +tiQ +pjt gYT -ufl -aTs -wYr -xim -xim +gNH +dQn +etb +vqX +vqX hDy -jBa -qve -qFj -mab -mab -kcm +oBj +gsF +uOm +wYm +wYm +amK saC saC saC saC bzC iAv -udh -wIt -kXq -hyR -lKW +aeO +hYe +xWm +bbP +edt iAv -ptN -lKW -mys -lKW -lKW -aVy -aXD +oKM +edt +oqg +edt +edt +ncZ +ngI iAv iAv iAv jEX -kPI -kPI -kPI -kPI -kPI -kPI -fIY +pEW +pEW +pEW +pEW +pEW +pEW +uQZ pjJ lCH vjW @@ -68639,57 +68639,57 @@ pjJ clY hJZ hJZ -nUs -qYi -xWa +hJP +pGB +wbg ahP -hkn -gLb -iyW -ctT -iBz -aBA -akE +cdb +nnx +tfo +sff +ksd +osB +aMH xtb -neN -iBz +qYY +ksd jLF -lqU -dAp -hkn +ggK +kik +cdb ahP -xWa -xWa -xWa -qWI +wbg +wbg +wbg +pvn fjr ugV hNR -bbX -uoC -irg -fek -wJg -uqV -uqV -rcw -hUk -lLD -dSN +wPx +pUS +xEZ +mVS +dMI +uUd +uUd +neT +adh +wSl +bAy pqk ugV ibS jXQ iKF -wDF -nOh -sLF +wvF +ygF +mCW ocn qGK -fEJ -bIl -ykz -vyB +beq +uxa +nXD +qfW pgm vXc yiM @@ -68698,89 +68698,89 @@ yiM nfk yiM yiM -bmf -mXU -mXU -mXU -mXU -aMm -fqh -fqh -dMD +ejA +vFk +vFk +vFk +vFk +jai +jdR +jdR +oxr yiM yiM yiM vXc -gYu +cfJ tSL tSL tSL -uyL -uyL -hYc -pwU -uyL -uyL +xQk +xQk +mIf +bUA +xQk +xQk tSL tSL tSL tSL tSL tSL -xdR -oBI +rep +hkz tSL -snH -kXl -fTj -pnP +xoK +jiU +oOw +aoG tSL -lOh -owp -lOh +dbR +pst +dbR tSL wIr wIr -kcj +kwU wIr wIr -bMk -hmn +irF +aUB bpN uDT pOs poD -hmn -irC +aUB +dCU wIr wIr wIr -kcj -kcj -kcj -kcj +kwU +kwU +kwU +kwU wIr wIr -kcj -kcj -kcj -kcj +kwU +kwU +kwU +kwU wIr wIr -diO -hmn +llH +aUB bpN uIk oLa fTP -hmn -dAk +aUB +iVi wIr wIr -uny -ogk -rKX -dCk +jKP +kTo +eTL +hlk cpy cpy bMX @@ -68791,64 +68791,64 @@ cpy cpy cpy cpy -rNX -lfu -rDX -qWq -qWq -ctZ -xeP -tij +tLW +jsJ +tpR +epU +epU +fZR +uHC +tKV cNV -xMc -sZR -lhj -lfu -rDX +iub +tbG +rPb +jsJ +tpR saC kwJ kwJ -tij -uAW -tij -lhj -jSb -saC -tiQ -waP -xim -kyr -lsa -xim -mbZ +tKV +ato +tKV +rPb +vAT +saC +tiQ +lII +vqX +mhQ +mOH +vqX +oDR hDy hDy -sYA -sSh -qFj -mab -mab -ozd -jyB +huO +cTG +uOm +wYm +wYm +dLm +xzf saC saC saC bzC iAv -lKW -wIt -kac -hyR -lKW +edt +hYe +ach +bbP +edt iAv -lwN -nIm -jQp -oYJ -oYJ -vBk -gLr -ttj +fuM +sId +iJN +tWv +tWv +hGf +wqh +hbK iAv iAv kdf @@ -68858,7 +68858,7 @@ ciw lPf qqJ jEX -cAa +pNm pjJ lCH pjJ @@ -68867,24 +68867,24 @@ clY clY hJZ hJZ -qYi +pGB fjr -pKS -hkn -aaH +kJd +cdb +riC jxz -sgx -lTc +txQ +kyC gvT -lij +uRf xtb -lLf -iBz -nBd -lqU -ndW -hkn -neY +hls +ksd +nBj +ggK +hHc +cdb +ipc fjr fjr fjr @@ -68892,31 +68892,31 @@ fjr fjr fjr fUQ -hod -lRt -tdX +mdS +tmm +eKN naM uAa fto uDF mQo -uqV -aXu -mWS +uUd +fkL +dCd ugV fjr fjr fjr ibS -lCm -lRs -fEJ +nOu +oZa +beq iaY bGT -fEJ -lRs -ykz -vyB +beq +oZa +nXD +qfW tpD qQi qQi @@ -68925,7 +68925,7 @@ qQi sMa yiM yiM -tvy +jvy trZ trZ trZ @@ -68933,22 +68933,22 @@ trZ trZ trZ trZ -fwS +twk yiM yiM yiM vXc -gYu +cfJ tSL tSL -sWf -oHG +bOZ +asL lUv -bVh -bei +cIi +vkh kzT -qld -nZf +kBZ +jrY tSL tSL tSL @@ -68958,8 +68958,8 @@ tSL tSL tSL tSL -uyL -uyL +xQk +xQk tSL tSL tSL @@ -68967,47 +68967,47 @@ tSL tSL tSL tOo -guz -guz +uFk +uFk tOo wIr wIr -pKW -mBv +ktg +wiC spJ fTP -rgc -kyd +rZm +iiP wIr wIr -iYE -fav -fav -fav -fav -fav -fav -fav -fav -fav -fav -fav -vVy +eXN +ldb +ldb +ldb +ldb +ldb +ldb +ldb +ldb +ldb +ldb +ldb +cqx wIr wIr -diO -xIX +llH +aBt oqp qzQ -hmn -diO +aUB +llH wIr wIr -uGs -ogk -rKX -rKX -dCk +alh +kTo +eTL +eTL +hlk cpy cpy bMX @@ -69019,73 +69019,73 @@ cpy cpy cpy tiQ -xyY -rDX -qWq -qWq -qWq -fEo -tij +cfj +tpR +epU +epU +epU +hce +tKV cNV saC -lhj -lhj -lfu -rDX -nHf +rPb +rPb +jsJ +tpR +xuL kwJ ezU -tij -uAW -tij -lhj +tKV +ato +tKV +rPb saC saC tiQ xce xce -oQd -aqE +lye +gGt hDy hDy hDy -wxn -nDX -qve -qFj -umJ -mab -ixc -jyB +dcC +kdD +gsF +uOm +kaB +wYm +wXY +xzf saC saC saC bzC iAv -bVD -jDx -kac -lXO -lKW -xhN -gLr -dzy -tyj -gjo -vBk -elu -vBk -gLr +lzZ +fWu +ach +vDO +edt +tkd +wqh +bpe +ikz +oTO +hGf +sOU +hGf +wqh iAv iAv -olm -dNY -dNY -uvV +lkc +uSb +uSb +xqh aea -iCm +cRk alx -cAa +pNm vjW lCH pjJ @@ -69094,24 +69094,24 @@ clY clY clY clY -qYi +pGB fjr -pKS -hkn -gNX -nQH -nBd -lTc -eRY -hkN +kJd +cdb +xFd +pRr +nBj +kyC +wsE +oIw xtb -ffe -iyW -cUR -pKP -asM -hkn -neY +jDG +tfo +frl +iQY +jWg +cdb +ipc fjr fjr fjr @@ -69119,31 +69119,31 @@ cpy bKf fjr nKZ -hod -aUg -bid -hLL -rcw -tmH -hUk -irg -uqV -aXu -sbI +mdS +iLZ +fyA +dBn +neT +jhM +adh +xEZ +uUd +fkL +peU ugV xfD cpy fjr fjr -lCm -uJK -oHv +nOu +vnQ +blM xeg qGK -oHv -uJK -ykz -vyB +blM +vnQ +nXD +qfW yiM yiM yiM @@ -69152,30 +69152,30 @@ yiM sMa yiM vXc -lub +gHQ trZ -mcz -xsJ -tjH -imD -tXO +hLq +dVL +too +tFm +aHW trZ -fwS +twk yiM yiM vXc vXc -gYu +cfJ rMF tSL -eZP -iTg -oGH -sKk -qld -qld -qld -nZf +eDw +qNC +ygn +nxZ +kBZ +kBZ +kBZ +jrY tSL tSL gbB @@ -69193,48 +69193,48 @@ tOo tOo tSL dGD -qRh +xdf mPr hFX -iTK +ofT bYV wIr wIr -tWO -hca -qCl -pFq +iLB +frT +kML +kkL wIr wIr -ccv -lkG -guz -guz -guz -guz -guz -guz -guz -guz -guz -guz -guz -xoL -oFs +lYe +hXk +uFk +uFk +uFk +uFk +uFk +uFk +uFk +uFk +uFk +uFk +uFk +sPQ +mjh wIr wIr -wOS -bfG -hmn -gfg +kXm +vIn +aUB +hpr wIr wIr -usp -usp -ogk -rKX -dCk -dCk +thM +thM +kTo +eTL +hlk +hlk cpy cpy bMX @@ -69246,73 +69246,73 @@ cpy cpy cpy tiQ -lfu -rDX -qWq -qWq -qWq -fEo -tij +jsJ +tpR +epU +epU +epU +hce +tKV saC saC -lhj -lhj -reR -kvS -hjZ -eWx -eWx -tNx -aUv -tij -lhj +rPb +rPb +jHS +sSx +aTH +ipJ +ipJ +whS +aEQ +tKV +rPb saC saC tiQ -yhq -mqr -bue -iCV -kgf -fHd +pjt +qAe +bbh +hmI +msi +mqU hDy -xam -xEF -hpx -qFj +ddH +hGV +lnV +uOm jBy uAm -jyB +xzf saC saC saC saC uAm iAv -qIK -dzy -kac -lXO -lKW -xhN -lKW -dzy -qji -kac -wsV -kac -hfx -pvv +iNw +bpe +ach +vDO +edt +tkd +edt +bpe +djY +ach +prz +ach +rDQ +aRT iAv iAv -pWU -aRf -oLc -pWU +qsH +dMt +goG +qsH iAv iAv alx -cAa +pNm vjW hdu nCa @@ -69321,24 +69321,24 @@ yhK yhK yhK iSf -wUK +gew nQx -pKS +kJd xtb xtb xtb -ydo -uXm +pMq +wfF xtb xtb xtb xtb xtb -ydo -uXm +pMq +wfF xtb xtb -neY +ipc fjr fjr cpy @@ -69346,31 +69346,31 @@ cpy cpy xDz bAn -pKS -ccV -bSc -uRK -mwd -jAL -vYP -buV -ize -iON -khu +kJd +pXK +lJr +jmm +tYT +lMg +eLl +qYa +kcW +wsA +wlk fjr fjr cpy cpy fjr -lCm +nOu pQE pQE -eBR -oOw +kTY +pXf pQE pQE -ykz -vyB +nXD +qfW yiM yiM iBY @@ -69379,61 +69379,61 @@ yiM sMa vXc umf -lub +gHQ trZ -jRl -iDU -svN -wrK -drX -unn -fwS +ajz +nGX +viu +sOD +nsJ +agG +twk yiM yiM vXc vXc -kTY +hlw rMF tSL tSL -wYn -nXi -bSB -eAj -ngB -lGF +ipG +cyF +scX +egM +nfr +xqb tSL tSL rMF -kdM -kdM -kdM -kdM -kdM -kdM -kdM -kdM -kdM -kdM -dmk -guz -guz -guz -qRh +gBO +gBO +gBO +gBO +gBO +gBO +gBO +gBO +gBO +gBO +vZz +uFk +uFk +uFk +xdf mPr mPr hFX hFX -mOd -ebI +sFW +czY wIr wIr -adf -nFv +cOs +qvn wIr wIr -eHm -vfE +kep +iZP mPr mPr mPr @@ -69447,20 +69447,20 @@ mPr mPr mPr mPr -iTK +ofT tOo wIr -kXt -uvP -bCR -kXt +nKL +gkL +wMS +nKL wIr -dCk -tJO -ogk -ogk -ogk -dCk +hlk +mmf +kTo +kTo +kTo +hlk cpy cpy cpy @@ -69473,40 +69473,40 @@ cpy cpy cpy tiQ -lfu -rDX -qWq -qWq -qWq -fEo +jsJ +tpR +epU +epU +epU +hce saC saC saC saC -lhj -tij -rDX -uon -qWq -qWq -qWq -fEo -tij +rPb +tKV +tpR +qDH +epU +epU +epU +hce +tKV saC saC saC tiQ -yhq +pjt gYT -ufl -iCV +gNH +hmI hDa -fHd +mqU hDy -bqb -qve -mab -qFj +sQk +gsF +wYm +uOm uAm uAm klW @@ -69516,56 +69516,56 @@ saC saC uAm lLA -lQh -uEZ -vmV -cvE -ulA -xCq -qMp +aew +mcI +eKV +qcM +oQd +ijg +pux poP -aaZ -gCb -soz -sVn -soz -gIK -uCs -kwE +gkh +jpp +gpd +jFM +gpd +ayz +mfT +nlL eLU -ajC -tHG +faT +iHu mjF -oXG -pWU -ifO +xlC +qsH +rxt gWI -kPI -kPI -kPI -kPI -wjD -wjD -xJM +pEW +pEW +pEW +pEW +ixi +ixi +bgL sjY -qYi +pGB jDO -htG -xWa -xWa -kjG -bGZ -azH -lTL -xWa +aLx +wbg +wbg +irc +prw +pCI +wHu +wbg ahP qDL -uiw -npz -oTy -vIi +mLD +oCP +pfo +xCV qDL -xIA +tDe fjr cpy cpy @@ -69573,31 +69573,31 @@ cpy cpy cpy dBQ -htG -xkS -xWa -xkS -oev -eVO -xWa -xWa -uFJ -uVB -ifZ +aLx +sMH +wbg +sMH +awR +vWO +wbg +wbg +bpm +hki +tax fjr cpy cpy cpy fjr -lCm -uJK -ohp +nOu +vnQ +kfP uPy uMO -uvZ -uJK -ykz -vyB +xNB +vnQ +nXD +qfW yiM yiM qCY @@ -69606,32 +69606,32 @@ yiM puY vXc umf -lub +gHQ trZ -lfc -drX -sbH -drX -cAg +xgZ +nsJ +lxd +nsJ +bGn trZ -fwS +twk yiM vXc vXc vXc wYa -wAP +oCI gbB tSL tSL -nkA +ujN tSL tSL -uyL +xQk tSL tSL rMF -bAL +fbL yiM yiM vXc @@ -69642,7 +69642,7 @@ umf umf vXc vXc -dmk +vZz nax nax nax @@ -69652,15 +69652,15 @@ mPr mPr hFX hFX -bAF -rIY -cqC -kid -umq -cqC -rIY -cVk -jhi +qEV +jDS +fdz +drP +oFB +fdz +jDS +xzx +tWT mPr tNc gUj @@ -69675,19 +69675,19 @@ mPr mPr mPr mPr -iTK -guz -guz -jFW -guz +ofT +uFk +uFk +sDk +uFk tOo -dCk -dCk -kNu -ogk -ogk -ogk -dCk +hlk +hlk +pFe +kTo +kTo +kTo +hlk cpy cpy cpy @@ -69700,77 +69700,77 @@ cpy cpy cpy tiQ -lfu -rDX -qWq -qWq -qWq -uEw +jsJ +tpR +epU +epU +epU +mqX saC saC saC saC saC saC -uZh -aHF -wCh -wCh -wCh -xgG +vcZ +bxF +ufG +ufG +ufG +bMx tiQ tiQ tiQ saC tiQ -yhq -mqr -ufl -iCV -xim -fHd +pjt +qAe +gNH +hmI +vqX +mqU hDy -pqx -klk -iLL -qFj -uGc -gdn +rKU +xHT +fKy +uOm +akN +umD saC saC saC saC -tAK +hor lko lLA -lKW -ebA -rvD -mtA -aiI +edt +jUw +cxi +dlG +pss jUY -mys -gWQ -vmV -vai -kGf -jPf -lKW -lzc -aRf -pXf +oqg +pqE +eKV +eOH +tgO +sTF +edt +uyS +dMt +iSj myz -bew -kmf +dzr +jUo kEj -jXS -pWU +yjt +qsH gWI gWI oUq oUq -qrT -qrT +ptl +ptl oUq oUq oUq @@ -69785,14 +69785,14 @@ iKo fjr fjr fjr -pKS -iID -vIi +kJd +cqc +xCV uLw vlX -vIi -iID -neY +xCV +cqc +ipc fjr cpy cpy @@ -69816,15 +69816,15 @@ cpy cpy cpy fjr -lCm -uJK -ufp +nOu +vnQ +lzl xeg qGK -ufp -uJK -ykz -vyB +lzl +vnQ +nXD +qfW yiM yiM qCY @@ -69833,22 +69833,22 @@ yiM yiM yiM vXc -lub +gHQ trZ -dBt -fAZ -svN -fAZ -pHg -qjk -fwS +rSP +hjw +viu +hjw +xFV +pZk +twk yiM vXc vXc vXc wYa umf -wAP +oCI rMF tSL rMF @@ -69857,7 +69857,7 @@ tSL rMF tSL rMF -bAL +fbL yiM yiM yiM @@ -69869,7 +69869,7 @@ umf vXc vXc yiM -dmk +vZz nax nax mPr @@ -69879,15 +69879,15 @@ mPr mPr mPr hFX -bAF -rIY -cqC +qEV +jDS +fdz xgH tkf -cqC -rIY -cVk -jhi +fdz +jDS +xzx +tWT mPr tNc nax @@ -69907,14 +69907,14 @@ mPr kOa jyM nax -hDp +ndG ouj -dCk -oKa -ogk -ogk -ogk -dCk +hlk +vDj +kTo +kTo +kTo +hlk cpy cpy cpy @@ -69927,10 +69927,10 @@ cpy cpy cpy tiQ -oDn -pVI -uon -uon +oLU +yli +qDH +qDH saC saC saC @@ -69941,64 +69941,64 @@ saC saC saC saC -lhj -lhj -lhj -lhj +rPb +rPb +rPb +rPb saC saC saC saC tiQ xce -mDD -ufl -pYZ -uKz +bhi +gNH +vFF +joc xce hDy -nDX -wtZ -hmB -lpW -mab -vIH +kdD +keh +wRV +cXo +wYm +gyR saC saC saC -fhw -ijc +dKH +ary uAm lLA ntL -lKW -pyt -eSh +edt +tdf +cOx iAv iAv -odG -mZb -ptN -sNy -mmC -gLr -pvv +cAk +fcl +oKM +xsu +vSW +wqh +aRT iAv iAv iAv -pWU -aRf -glS -pWU +qsH +dMt +rXl +qsH iAv iAv iAv oUq oUq -ezQ -gCa -vmS -vxp +fDc +hzI +rBN +nNo oUq oUq oUq @@ -70012,14 +70012,14 @@ ugV fjr fjr fjr -pKS -iID -vIi +kJd +cqc +xCV uNt vlX -vIi -iID -neY +xCV +cqc +ipc fjr cpy cpy @@ -70028,14 +70028,14 @@ fjr fjr hNR ugV -hWr -riV -tzX -xsW -uIq -riV -wXG -lbv +vvZ +hJg +fVX +vgK +aYU +hJg +etB +mSE fjr fjr fjr @@ -70043,15 +70043,15 @@ prs cpy fjr fjr -gWP -uJK -kpS +mmt +vnQ +hub xeg qGK -ufp -uJK -ykz -vyB +lzl +vnQ +nXD +qfW yiM yiM qCY @@ -70060,15 +70060,15 @@ yiM yiM yiM yiM -lub +gHQ trZ -vWw -vHe -lhu -drX -kcM -qjk -fwS +mcD +vRC +ykp +nsJ +qwP +pZk +twk yiM yiM vXc @@ -70076,14 +70076,14 @@ vXc wYa vXc umf -wAP -jae -kdM -kdM -kdM -kdM -kdM -bAL +oCI +tCZ +gBO +gBO +gBO +gBO +gBO +fbL yiM yiM yiM @@ -70096,7 +70096,7 @@ vXc yiM yiM yiM -dmk +vZz nax nax mPr @@ -70106,15 +70106,15 @@ mPr mPr mPr mPr -bAF -rIY -cqC +qEV +jDS +fdz xgH tkf -cqC -rIY -cVk -jhi +fdz +jDS +xzx +tWT mPr mPr iCb @@ -70134,14 +70134,14 @@ mPr tKB nax nax -hDp +ndG gmu -fxV -pye -ogk -rKX -rKX -dCk +aEk +lvi +kTo +eTL +eTL +hlk cpy cpy cpy @@ -70154,11 +70154,11 @@ cpy cpy cpy tiQ -lfu -rDX -qWq -qWq -lEx +jsJ +tpR +epU +epU +rDj saC saC saC @@ -70169,7 +70169,7 @@ saC saC saC saC -qWq +epU saC saC saC @@ -70177,24 +70177,24 @@ saC saC saC tiQ -vsv -xim -ufl -iCV -eXh -ude +mRU +vqX +gNH +hmI +mVg +qBr hDy -nDX -wtZ -jWs -iwA -mab -mab +kdD +keh +vEx +dxp +wYm +wYm saC saC -dPL -hvV -dyL +aBE +iji +dYg uAm uAm lLA @@ -70203,30 +70203,30 @@ iAv iAv iAv iAv -aRf -qDu -xCD +dMt +qiT +jmo iAv iAv -sJv +avq iAv iAv iAv iAv -raN -fTg -xaq -muO -muO -pKO -muO -oWz -rRR -rRR +jaE +duV +bjb +ahV +ahV +cpi +ahV +txW +kWS +kWS kXY kXY -gCa -vxp +hzI +nNo oUq oUq fjr @@ -70239,14 +70239,14 @@ ugV ugV fjr rxI -pKS -iID -bQe +kJd +cqc +jdi uNt vlX -bQe -iID -neY +jdi +cqc +ipc fjr fjr cpy @@ -70254,7 +70254,7 @@ fjr hxy iKF kdo -hWr +vvZ yjp sjy sjy @@ -70263,22 +70263,22 @@ sjy sjy sjy evQ -cnH +meX fjr fjr fjr fjr fjr nVN -rbK -uJK -ufp +gmH +vnQ +lzl xeg qGK -sLS -uJK -ykz -vyB +jAs +vnQ +nXD +qfW yiM yiM bYS @@ -70287,15 +70287,15 @@ yiM yiM yiM yiM -lub +gHQ trZ -kaB -wrK -che -wrK -mkx -qjk -fwS +nbP +sOD +bCK +sOD +hrb +pZk +twk yiM yiM yiM @@ -70304,7 +70304,7 @@ wYa vXc vXc vXc -jae +tCZ yiM yiM yiM @@ -70323,7 +70323,7 @@ vXc vXc yiM yiM -dmk +vZz nax mPr mPr @@ -70333,15 +70333,15 @@ mPr mPr mPr mPr -bAF -rIY -uix +qEV +jDS +fFq qEk tkf -cqC -rIY -cVk -jhi +fdz +jDS +xzx +tWT mPr nax bjX @@ -70361,14 +70361,14 @@ nax pCv nax mPr -hDp +ndG gmu -dCk -dOj -ogk -rKX -dCk -dCk +hlk +nBl +kTo +eTL +hlk +hlk cpy cpy cpy @@ -70381,12 +70381,12 @@ cpy cpy cpy tiQ -lfu -rDX -qWq -qWq -iDA -xgG +jsJ +tpR +epU +epU +fEd +bMx saC saC saC @@ -70404,24 +70404,24 @@ saC saC saC tiQ -eKl +mFY gYT -ufl -lha -vSq -ude +gNH +sxD +dqC +qBr hDy -nDX -qve -ueH -tDN -sUR -mab -mab +kdD +gsF +xVs +mvl +odB +wYm +wYm saC -hlD -jLi -nDX +gNm +qfa +kdD hao uAm uAm @@ -70430,8 +70430,8 @@ bzC bzC bzC iAv -aRf -aRf +dMt +dMt iAv iAv lLA @@ -70439,21 +70439,21 @@ lLA xUq xUq iAv -sPA -muO +djT +ahV nMl wrc mjF mGb -cNe -tLH -uiI -rAb +uJd +aNd +wZi +iej kXY nFc rqE kXY -xKb +pkT oUq oUq oUq @@ -70466,63 +70466,63 @@ ugV ugV ugV rxI -pKS +kJd qDL -bQe -rvK -dJy -vIi +jdi +xeh +rLf +xCV qDL ahP -cnH +meX fjr fjr fjr jDO fjr ugV -pKS +kJd sjy sjy -dth -tJU -rKj -ood +day +mAK +vkr +eok sjy sjy ahP -riV -riV -riV -riV -qhj -oyL -eFy +hJg +hJg +hJg +hJg +ftU +pVv +hBZ pQE -sLS -jgM -omV -sLS +jAs +eUL +bHV +jAs pQE -mMo +pTz vSN -sxF -sxF -sxF -sxF -sxF -sCE +krB +krB +krB +krB +krB +hZz yiM yiM -lub +gHQ trZ -mvW -xNF -fAZ -xNF -fAZ +qzu +aPt +hjw +aPt +hjw trZ -fwS +twk yiM yiM vXc @@ -70531,7 +70531,7 @@ tDd rXb rXb rXb -xuR +bPA rXb rwE rwE @@ -70550,7 +70550,7 @@ umf vXc vXc yiM -dmk +vZz nax nax mPr @@ -70560,15 +70560,15 @@ hFX hFX mPr mPr -bAF +qEV wIr wIr -pPJ -byS +svZ +iiB wIr wIr -cVk -avq +xzx +kfb mPr bjX yhj @@ -70588,13 +70588,13 @@ nax pCv nax mPr -hDp +ndG eDq -dCk -rwW -ogk -ogk -dCk +hlk +txZ +kTo +kTo +hlk cpy cpy cpy @@ -70608,13 +70608,13 @@ cpy cpy cpy tiQ -lfu -rDX -qWq -oNi -xgG -tij -tij +jsJ +tpR +epU +xnA +bMx +tKV +tKV cNV saC saC @@ -70622,35 +70622,35 @@ saC saC saC saC -lhj -lhj -lhj +rPb +rPb +rPb saC saC saC saC saC tiQ -eKl -xim -bqu -oEO -wYr -eKl +mFY +vqX +jIA +ksr +etb +mFY hDy saC -qve -mab -vTG -mab -mab -mab -czP -bRH -wSI -iLm -nDX -ppc +gsF +wYm +vvG +wYm +wYm +wYm +tdp +bwG +mfy +hbV +kdD +tpC saC saC saC @@ -70665,22 +70665,22 @@ lLA lLA lLA xUq -toe -muO -oHk -muO -muO -hxX -yjx -gQb -lvm -qrT -oou +vEz +ahV +bjI +ahV +ahV +qLF +gcU +ctk +rzU +ptl +sTd kXY nFc dwI kXY -gCa +hzI oUq oUq rxI @@ -70689,33 +70689,33 @@ fjr fjr ugV ugV -hWr -riV -riV -riV +vvZ +hJg +hJg +hJg yjp beB beB -aWa -gdZ +hQB +gpJ beB wrC wrC xXR -riV -riV -cnH +hJg +hJg +meX dBQ fjr -hWr +vvZ uuy sjy -klM -jiI +rqM +qmh jQk cXF -fFl -dva +fWI +nAp sjy sjy sjy @@ -70727,101 +70727,101 @@ sjy sjy kqb kqb -hbW -cMZ +yjw +pGT kqb kqb lVp lVp -oXt -xIG -lew +hiO +aeZ +wRR lVp lVp aHH -sCE +hZz yiM -lub +gHQ trZ -qjk +pZk trZ -qjk +pZk trZ -qjk +pZk trZ -fwS +twk vXc vXc vXc -oTE -tNN -tNN -tNN -tNN -jae -tNN -tNN -tNN -tNN -tNN -tNN -tNN -tNN -cMg -tNN -tNN -tNN -tNN -tNN -tNN -tNN -tNN -tNN -dmk -xRp -xRp -xRp -xRp -xRp -gjv +uJi +psW +psW +psW +psW +tCZ +psW +psW +psW +psW +psW +psW +psW +psW +brW +psW +psW +psW +psW +psW +psW +psW +psW +psW +vZz +hEV +hEV +hEV +hEV +hEV +jlb hFX hFX mPr -bAF +qEV wIr wIr -pXE -byS +xaz +iiB wIr wIr -cVk -jhi +xzx +tWT mPr aPe ylo ylo -gbX -dLA +myK +aqD ylo ylo hdG mPr mPr -mkv -xRp -xRp -xRp -xRp -bMY -xRp -xRp +gsX +hEV +hEV +hEV +hEV +mRR +hEV +hEV tOo -dCk -dCk -kuy -ogk -rad -dCk +hlk +hlk +tUE +kTo +fYf +hlk cpy cpy cpy @@ -70835,12 +70835,12 @@ cpy cpy cpy tiQ -lfu -rDX -iDA -xgG -tij -tij +jsJ +tpR +fEd +bMx +tKV +tKV cNV cNV saC @@ -70848,38 +70848,38 @@ saC saC saC wLp -xdq -xdq -xdq -xdq -xdq +lpL +lpL +lpL +lpL +lpL saC saC tiQ saC tiQ tiQ -dYu -pce -xim +nJo +hZl +vqX hIS -fMq +bOP hDy saC saC -mab -fmR -isN -isN -isN -gfo -isN -isN -xBI -cSZ +wYm +qaL +sZC +sZC +sZC +nSY +sZC +sZC +mxS +tEF lvH -gdy -caM +lZD +erU saC saC saC @@ -70902,12 +70902,12 @@ iAv iAv iAv oUq -bIw +kSu nMX rmA nMX nMX -kRL +hzo oUq oUq rxI @@ -70916,70 +70916,70 @@ fjr ugV ugV ugV -pKS +kJd beB beB beB beB beB -uYS -ewh -cpw -nlI +xSi +pkv +mii +ccp wrC wrC wrC wrC wrC -neY +ipc jDO fjr -pKS +kJd sjy sjy -nxz -tZr +wKn +fbR urM xxs uDb -qAw +lCX sjy sjy -svg -gxP -pjZ -vzs -fqq -fqq +lxc +pan +wTp +fsW +nhY +nhY sjy -aud -pmM +gkK +gmg lkj lxL -iAx -mCD +dmv +cNF lVp lVp -vdD -wsg -wsg -rGJ +qNx +tWD +tWD +fPb lVp lVp -dIg +nwN vXc -aQI -aKp -aKp -aKp -aKp -aKp -aKp -aKp -owK +gkB +hLW +hLW +hLW +hLW +hLW +hLW +hLW +gTs vXc vXc -oTE +uJi rMF jmG jmG @@ -70994,9 +70994,9 @@ jmG rMF rMF jmG -joX -ats -ats +rPU +iTm +iTm jmG rMF rMF @@ -71011,44 +71011,44 @@ tOo jmG jmG pqR -gjv +jlb hFX mPr -bAF -rIY -cqC +qEV +jDS +fdz xgH tkf -uix -rIY -cVk -jhi +fFq +jDS +xzx +tWT mPr uXp ylo -dAy +nYs yfu nXO -dLA +aqD ylo hdG mPr -mkv +gsX tOo jas jas jas -iUb -irk -iUb +pZN +uJg +pZN jas jas jas jas -pYX -qhp -ukH -dCk +eHb +wXO +tzK +hlk cpy cpy cpy @@ -71062,52 +71062,52 @@ cpy cpy cpy tiQ -lfu -uZh -xgG -tij +jsJ +vcZ +bMx +tKV cNV cNV cNV -kdD -kdD +mKx +mKx saC saC wLp -hwT -hwT -hwT -hwT -hwT -jtX -hwT -hwT -hwT +ghF +ghF +ghF +ghF +ghF +gpS +ghF +ghF +ghF saC saC tiQ -hJO -hJO -hJO +xYU +xYU +xYU tiQ -vsv +mRU tiQ saC saC saC -mab -mab -ixc -stE -czP -mab -mab -mab -mab -mab -mab -qFj -odH +wYm +wYm +wXY +qKi +tdp +wYm +wYm +wYm +wYm +wYm +wYm +uOm +hfb saC saC saC @@ -71129,12 +71129,12 @@ oUq oUq oUq oUq -nVd -rQN -tev -oLy -oLy -tbL +oBK +hmK +aFs +igc +igc +wOv oUq oUq oUq @@ -71143,29 +71143,29 @@ ugV ugV ugV ugV -pKS +kJd beB hZf -bar -wdA -eYH -jBt -wFE -ylI -tZV +kZU +cKB +ekx +qiK +aBo +dbh +bih wrC -myu -cTD -tbR +sNx +wrt +pGF wrC -neY +ipc jDO -hWr +vvZ qxe sjy sjy sjy -cLd +mHN sjy tpa tpa @@ -71177,23 +71177,23 @@ kBk iJu uDs jUg -qAw +lCX sjy -mCD +cNF oud dbQ lxL nTD -uxR +sIp lVp -hem -wwF +akT +tYB oXa awj -haA -tnl +tkj +obo lVp -dIg +nwN vXc vXc yiM @@ -71205,7 +71205,7 @@ yiM vXc vXc vXc -oTE +uJi rMF jmG jmG @@ -71238,42 +71238,42 @@ jmG jmG jmG jmG -jhi +tWT hFX mPr -bAF -rIY -cqC +qEV +jDS +fdz xgH tkf -cqC -rIY -cVk -fJF +fdz +jDS +xzx +ftI bwF aPe -uzQ +oIe yfu yfu yfu -rQP +uPC ylo hdG jAd -hDp +ndG jas jas -kgP +ljK jas -oka +ldU vjr -ibx +mNk jas -mWY -vSZ +jgt +xwB jas jas -ayV +tWJ jas jas cpy @@ -71289,33 +71289,33 @@ cpy cpy cpy tiQ -lfu -tij -tij +jsJ +tKV +tKV cNV cNV cNV cNV -wfF -iWA -xNh -xNh -xNh -edB -edB -edB -edB -edB -edB -edB -edB +eoN +jon +vhn +vhn +vhn +oVs +oVs +oVs +oVs +oVs +oVs +oVs +oVs saC saC saC tiQ -pJB -twa -kzi +fJz +gof +xfw tiQ tiQ tiQ @@ -71323,19 +71323,19 @@ saC saC saC saC -mab -mab -mab -czP -mab -mab -mab -mab -mab -mab -qFj -ixc -wmV +wYm +wYm +wYm +tdp +wYm +wYm +wYm +wYm +wYm +wYm +uOm +wXY +aOu saC saC saC @@ -71348,20 +71348,20 @@ saC saC saC oUq -xOs -coI -oWc -xOs -fKn -aTQ +jpl +uBC +cio +jpl +eQq +psa oUq oUq -fpx +xzi bJN jbn kXY kXY -qHu +lhZ oUq oUq ugV @@ -71370,57 +71370,57 @@ ugV ugV ugV ugV -pKS +kJd beB sLa -bar -xMt -xMt -xMt -nbe -ylI -gxi -vsz -lEX -eel -ilS +kZU +xiJ +xiJ +xiJ +hiR +dbh +wqp +qIR +pJX +htU +npH wrC -neY +ipc jDO -pKS +kJd sjy sjy -vMa -dqm -dXp -xVL -eCV -gAl -gAl +eIt +uaR +fWz +sSP +vgD +sbK +sbK sjy sjy -qLE -ekk -nTW -scK -lhB -xEO +kWo +lYZ +wIO +vbR +hSf +bxJ sjy -lXE +sdb xYx oLd wob nTD -ncy +eMP lVp -hem +akT vAn yca yca wSt -fvv -paZ -dIg +mck +kCI +nwN vXc gsP qtN @@ -71431,7 +71431,7 @@ yiM yiM yiM vXc -oTE +uJi rMF jmG jmG @@ -71452,53 +71452,53 @@ uKS ild ild jmG -dtK -gpD +bwl +hYd unS jwM -pNM -hnT +xTe +sHQ qvN gwP -vPp -lsy +buz +eUZ dUW dUW jmG -jhi +tWT mPr mPr -bAF -rIY -uix +qEV +jDS +fFq qEk oLa -cqC -rIY -cVk -jhi +fdz +jDS +xzx +tWT qbG aPe -uzQ +oIe yfu yfu yfu -ttm +uuC ylo hdG mPr -hnU +vxi jas -ujN +seS vpe aAI -irZ +mdN wwc -irZ +mdN aAI -rne +ddb eso -umz +xPI jas nQu tms @@ -71516,33 +71516,33 @@ cpy cpy cpy tiQ -mNC -lhj -lhj +qAx +rPb +rPb cNV cNV cNV cNV -hwT -luN -xdq -xdq -bUy -uAj -uAj -uAj -xdq -uAj -uAj -xdq +ghF +xZb +lpL +lpL +jam +mPX +mPX +mPX +lpL +mPX +mPX +lpL saC saC saC saC tiQ -oMG -oMG -oMG +gPR +gPR +gPR tiQ tiQ tiQ @@ -71551,103 +71551,103 @@ saC saC saC saC -mab -mab +wYm +wYm saC -mab -mab -mab -mab -mab -mab -qFj -mab -odH +wYm +wYm +wYm +wYm +wYm +wYm +uOm +wYm +hfb saC saC saC saC saC saC -hMm +jCX saC saC saC -iBa -wfB -xGL -lDH -bzR -kHO -ijY -cYa -gcl -cLn -gCa +pUe +mQl +pns +gpC +exz +vFi +vbr +umi +opS +fer +hzI har jbn awI kXY -rRR -rRR -qrT -riV -riV -riV -riV -riV -riV +kWS +kWS +ptl +hJg +hJg +hJg +hJg +hJg +hJg ahP beB sLU -azX -jMQ -mnP -qID -nbe -xMt -gxi +aBM +tXl +aBQ +uVE +hiR +xiJ +wqp wrC -vLT -iUG -dKZ +nSP +gbL +dsr wrC jBU -ttO +mNa nKm sjy -cAR -kPt +xYV +wxK qGC azl qGC mqH mqH -kPt +wxK sjy sjy -rzZ +gzK sjy -jXi +eru sjy -rzZ +gzK sjy sjy -ncy +eMP xYx oLd wob nZd -aud +gkK lVp -cON +hLt jfO yca owg jfO -eri -sOK -dIg +hRH +xjW +nwN vXc uWD xkO @@ -71658,7 +71658,7 @@ yiM aOi yiM vXc -caL +wKQ jmG jmG ubJ @@ -71679,53 +71679,53 @@ vVS ild ild jmG -dtK -cAP +bwl +iSr vVS afI -fhk -jLl +nQk +lFi qvN eHF -vPp -lsy +buz +eUZ jwM nBP jmG -jhi +tWT mPr mPr -bAF -rIY -cqC +qEV +jDS +fdz qEk oLa -cqC -rIY -cVk -uMF +fdz +jDS +xzx +gXV nax glO vOb -dAy +nYs yfu yfu -vyl +exI ylo nJr mPr -hDp +ndG jas -pQw +cnJ vpe aAI -irZ +mdN wwc -irZ +mdN aAI -uei +nkf vpe -vJW +iNA jas nQu bWv @@ -71743,33 +71743,33 @@ cpy cpy cpy tiQ -qii -oyp -oyp +hVK +kQf +kQf dOa -aZc -aQo +vLL +wmM dOa -aRm -luN -uAj -uAj -bUy -uAj -uAj -uAj -xdq -uAj -uAj -xdq +tvs +xZb +mPX +mPX +jam +mPX +mPX +mPX +lpL +mPX +mPX +lpL saC saC saC saC tiQ -iQq -qLY -jGw +wDQ +aci +nAy saC saC saC @@ -71781,111 +71781,111 @@ saC saC saC saC -mZH -stE -mab -mab -mab -mab -qFj -mab -mab -qpX +jwR +qKi +wYm +wYm +wYm +wYm +uOm +wYm +wYm +cRx saC saC saC saC -hFJ +eRd kwg kwg saC kwg -fky +mZe aYd -mvp +clQ kwg kwg kwg -fky +mZe kXY -gcl -aJQ +opS +vGS kwg iZS -vDh -wES -fig +wHB +kWn +sTf kXY -rRR +kWS oUq beB -vEH -vEH -vEH -vEH +tHy +tHy +tHy +tHy beB beB beB sMY -dOg -myF -myF -ylI -vMx -xMt -tZV +rZk +mwV +mwV +dbh +soU +xiJ +bih wrC wrC wrC -lGN +rqk wrC -drv +yev mJS -hnW +kJz sjy -bMA +aYt jpc sAU den xDP awK mqH -kPt +wxK sjy -oDA -lhB -mQx -pnY -rKs +lJZ +hSf +kiw +wAS +gsT xxs -tGF +eBd sjy -hQS +iYQ asF oLd wTr tfi -wAh +ydN lVp -wkM +eTf wSt pni yca gXT -uHe -hFV -dIg +aZy +iNY +nwN vXc uWD xkO -czt -ajq +iis +jhi qJN vXc vHN yiM vXc -caL +wKQ jmG ubJ ubJ @@ -71906,53 +71906,53 @@ vVS ild rGD jmG -clL -vPp +ygW +buz vVS ild -cEY -vPp +lte +buz jwM jwM -cEY -cEY +lte +lte fhu brk jmG -jhi +tWT mPr mPr -bAF -rIY -cqC +qEV +jDS +fdz qEk oLa -cqC -rIY -cVk -cen +fdz +jDS +xzx +eaR lty aPe ylo ylo -vEl -gbX +tDZ +myK ylo ylo tyc xSQ -ycQ +vDG jas -xmX +kLM eso jas -ibx +mNk wwc -irZ +mdN jas -hOr +pHM eso -xCH +iNR jas nQu nQu @@ -71970,33 +71970,33 @@ cpy cpy cpy tiQ -cYj -oyp -oyp -uRn -oyp -oyp +oFS +kQf +kQf +opK +kQf +kQf dOa -hwT -luN -uAj -uAj -bUy -xdq -xdq -xdq -ouB -tZv -tZv -bUy -kmc +ghF +xZb +mPX +mPX +jam +lpL +lpL +lpL +vzr +jZf +jZf +jam +dew saC saC saC saC -twa gof -xFe +tVC +oZI saC saC saC @@ -72008,100 +72008,100 @@ tiQ saC saC saC -oke -qha -qha -vtG -vtG -qha -uEk -qha -qha +kHH +xCi +xCi +cfV +cfV +xCi +nTd +xCi +xCi saC saC saC saC -lxJ +gDO kwg mOI pcH pcH pcH -gPo +opR pco -hKg +vGU pcH sGF pcH -gPo +opR nMX -bJU -tlD +oyI +ugz pcH pcH -hvg -jdy -aXE +bEM +vax +uCP kXY -qbs +qjp oUq -drb -xrU -maH -maH -xrU -xcp +uXS +bmT +fPv +fPv +bmT +eDo beB -cjr -wQr -qvl -jMQ -mnP -qID -vMx -xMt -tZV -ppx +jXW +uGt +rSK +tXl +aBQ +uVE +soU +xiJ +bih +lUb wrC -skp -dKZ +hUQ +dsr wrC -hUk -wvR -uqV +adh +nJm +uUd sjy -bMA +aYt qGC eSx dsA mqH asz xDP -wDG -kwY +tsU +pCf ndb vbX vbX vZy uDb xxs -ctS +bUy sjy -uzw +mRG fJq gZL lxL pli -cMx +iEE lVp -ydh +kUA jfO jfO yca jfO -wJs -hFV -dIg +kas +iNY +nwN vXc uWD xkO @@ -72112,7 +72112,7 @@ vXc vHN yiM vXc -caL +wKQ jmG ubJ ubJ @@ -72146,18 +72146,18 @@ ild ild dco jmG -jhi +tWT mPr mPr -bAF -rIY -yiP +qEV +jDS +qes qEk tkf -uix -rIY -avx -jhi +fFq +jDS +kuA +tWT nax uvg cfT @@ -72168,19 +72168,19 @@ ylo oSA jnF mPr -hDp +ndG jas -wkX +eVO fhl -vub +jZP xcX ueg xcX -vub +jZP kwj kwj cxo -xRt +mJE nQu nQu jas @@ -72197,149 +72197,149 @@ cpy cpy cpy tiQ -wlq -wWo -owu -owu -uPJ -oTF +loy +lFg +jJT +jJT +hoo +cya cKp -hwT -luN -uAj -uAj -bUy -xdq -xdq -ouB -ouB -uAj -uAj -xdq -uAj -uAj -pbH -hwT +ghF +xZb +mPX +mPX +jam +lpL +lpL +vzr +vzr +mPX +mPX +lpL +mPX +mPX +jmf +ghF vlq -twa gof -xFe -kwL +tVC +oZI +pqO saC saC saC saC -mKU -lnb +lEK +wDI tiQ tiQ tiQ saC -oGS -nDX -fXj +hfG +kdD +kjO saC saC -scA -cGO -nDX -nDX +gXw +raE +kdD +kdD saC saC saC -xOs -lxJ +jpl +gDO kwg jkJ kwg -lgC -gmk -wES -xUW -wES +hpZ +meY +kWn +bXe +kWn saC saC saC -liX -mbC -gcl -sHW -gCa +vYO +fRY +opS +gNU +hzI kXY -kIk -bmh -aXE +biu +qsY +uCP kwg -cHs -bMh -lLu +uln +fvz +xUV xDu xDu xDu raI -lLu -aRs -rab -xMt -ylI -ylI -xMt -xMt -vMx -xMt -xxB -tZV -klC -lEX -dIL -lpJ -jPG +xUV +uRr +dAu +xiJ +dbh +dbh +xiJ +xiJ +soU +xiJ +bWE +bih +iru +pJX +efH +hYx +bUf mLO -hUk +adh sjy -nBk +ldK uUj kUo sjy -bpk +oja lpY qGC -uWQ +xCR sjy -ctS -ctS -kZL -tGF -tGF -qlY -jRn +bUy +bUy +kvH +eBd +eBd +woS +sPn sjy -chz +emj lxL hnk xGf xGf -oFM -jWw -doT +oFn +dOk +vPH yca jfO jfO gLg -vkJ +lJM lVp -dIg +nwN vXc uWD xkO -jCG -ajq +kHB +jhi qJN vXc eLG yiM vXc -caL +wKQ jmG jmG dUW @@ -72355,36 +72355,36 @@ ild ild ild jwM -ats +iTm uKS jwM ild -ats +iTm eHF ild -oEI -cEY +xwt +lte ild ild -cEY -cEY +lte +lte jwM ild gwP psF jmG -jhi +tWT mPr mPr -bAF +qEV wIr wIr -edO -umq +vgR +oFB wIr wIr -uDz -jhi +vCj +tWT nax nax uvg @@ -72395,18 +72395,18 @@ jhe jnF mPr mPr -hDp +ndG jas -wkX +eVO vjr jas -irZ +mdN wwc -ibx +mNk jas jas jas -ari +akO jas nQu nQu @@ -72424,46 +72424,46 @@ cpy cpy cpy tiQ -yeV -rMM -cjJ -cjJ -cjJ -sDd +bCI +dZH +dFw +dFw +dFw +aQK cKp -hwT -luN -uAj -uAj -ouB -ouB +ghF +xZb +mPX +mPX +vzr +vzr saC saC -ouB -xdq -xdq -vSi -sIX -sIX -ooa -aUq +vzr +lpL +lpL +vcW +jiR +jiR +hln +ggN oVt -jbr -gof -xFe -kwL +pWn +tVC +oZI +pqO saC lmY -pJB -qLY -bxd -mHD -rLz -kcK +fJz +aci +bZx +trX +xHA +wni tiQ tiQ -djS -trf +exW +oBn tiQ saC saC @@ -72474,14 +72474,14 @@ pwX qjG saC oUq -xOs -lxJ +jpl +gDO iZS jkJ -tez -xTr -xOs -fKn +oID +qPB +jpl +eQq oUq bUN saC @@ -72491,38 +72491,38 @@ saC saC oUq mVm -oGc +iFr kXY -fqy -qDo -gbG +oIj +bop +rmJ pcH -hKg -uiI -uXy +vGU +wZi +bca lxN lxN lxN fJg -mZf -cqJ -mFk -qiB -oLx -nPT -nPT -qiB -mcm -ylI -diL -mFk -kLo -abY -oov -fBz -uqV +mDe +ljt +wEg +cxL +mMo +qYg +qYg +cxL +qMD +dbh +dDb +wEg +bDo +rvt +oMe +iVM +uUd mOE -hUk +adh sjy sjy sjy @@ -72531,7 +72531,7 @@ sjy lhK nKo mqH -mnl +ygH sjy sjy sjy @@ -72542,20 +72542,20 @@ sjy sjy sjy kqb -prA +qRz bTT srJ lxL -hxP -qNx -aZL +lKR +wpW +fgz yca yca wSt tjV -gGX +aUi lVp -dIg +nwN vXc uWD xkO @@ -72566,7 +72566,7 @@ vXc vXc yiM vXc -wAP +oCI rMF jmG jmG @@ -72582,11 +72582,11 @@ ldC ldC ldC iqw -ksr +dXi haY ldC ldC -ksr +dXi ldC ldC uqa @@ -72600,18 +72600,18 @@ ldC jtg liN jmG -jhi +tWT mPr mPr -bAF +qEV wIr wIr -kid -umq +drP +oFB wIr wIr -cVk -jhi +xzx +tWT nax nax nax @@ -72622,16 +72622,16 @@ mPr mPr mPr mPr -hDp +ndG jas -lcJ +eqd aNr aAI -irZ +mdN wwc -irZ +mdN aAI -cMw +pbC eso vpe jas @@ -72651,45 +72651,45 @@ cpy cpy cpy tiQ -qii -tfS -cjJ -cjJ -cjJ -jid +hVK +phV +dFw +dFw +dFw +uEd cKp -fLo -luN -mBK -xdq -ouB -saC -saC -saC -oDa -ouB -xdq -sIc -mBK -xdq -pbH -hwT +sIL +xZb +giS +lpL +vzr +saC +saC +saC +kvP +vzr +lpL +dPr +giS +lpL +jmf +ghF pwX -nja +tkn qjG -xFe -kwL -khz +oZI +pqO +dfb ujg -eIY -cAw -lQv -jGw -bxd -twa -twa -tiQ -abq +mEL +qTB +rBm +nAy +bZx +gof +gof +tiQ +cup seF tiQ saC @@ -72701,13 +72701,13 @@ qjG qjG pwC oUq -xAn -qyL +kkO +tsl iZS jkJ -nMZ -xOs -xOs +wrO +jpl +jpl oUq oUq oUq @@ -72718,38 +72718,38 @@ saC oUq oUq mVm -jKr +ciX kXY -pUi -iNO -cKM +pzz +eTG +sjU kXY -jwS +hHz oUq -drb -xrU -maH -xrU -mhz -xcp +uXS +bmT +fPv +bmT +jNp +eDo beB -duF -lWR -tzZ -kpX -hGL -sHx -dfO -opo -vDA -tav +pSl +pJp +pwK +wuB +yed +xwR +vLp +vPt +eKz +kDI wrC -qEC -ooA +lVi +tOC wrC -uqV +uUd mOE -uqV +uUd sjy sjy sjy @@ -72758,31 +72758,31 @@ sjy lhK azl mnU -bWS +icX sjy -bZE -qAw -gAq -iBi -ltX -mPd -cbc +fuH +lCX +kVe +bub +hsZ +cNE +bWo sjy -udD +pRl lxL hnk lxL lxL -hxP -jWw -uwq +lKR +dOk +fVD jfO xXo lNs jfO -hlC +jBX lVp -dIg +nwN vXc hxn eOE @@ -72794,7 +72794,7 @@ yiM yiM vXc vXc -wAP +oCI rMF jmG upr @@ -72823,22 +72823,22 @@ xPa iwF jwM ild -cEY -efv -fQm +lte +bsc +slY jmG -jhi +tWT mPr mPr -bAF -rIY -uix +qEV +jDS +fFq xgH tkf -uix -rIY -cVk -jhi +fFq +jDS +xzx +tWT mPr nax nax @@ -72849,18 +72849,18 @@ mPr mPr mPr mPr -uqE +bnd jas -edt +sOz vpe aAI -irZ +mdN wwc -irZ +mdN aAI -fwg +frX vpe -xLa +tCg jas bWv nQu @@ -72878,62 +72878,62 @@ cpy cpy cpy tiQ -qii -tfS -cjJ -cjJ -vpx -kUX +hVK +phV +dFw +dFw +jmL +jXy dOa -kdD -luN -uAj -uAj -ouB +mKx +xZb +mPX +mPX +vzr saC saC saC saC -ouB -ouB -sIc -uAj -uAj -pbH -hwT +vzr +vzr +dPr +mPX +mPX +jmf +ghF pwX -nja +tkn qjG -xFe -kwL -khz +oZI +pqO +dfb ujg -mKU +lEK +tVC +oZI +vdW +rBm +bZx gof -xFe -aZN -lQv -bxd -twa -twa -weB -kBY +gof +gTO +evt saC saC saC -alX +kjQ yaj qjG qjG -jDL +urH pwC oUq -xOs -qZk -mrp -uUH -nMZ -xOs +jpl +nyr +lbZ +cjt +wrO +jpl oUq oUq oUq @@ -72945,19 +72945,19 @@ oUq oUq oUq oUq -dRl +xLT oeU kXY aYd kXY -rRR -mVd +kWS +jHW oUq beB -vEH -vEH -vEH -mJo +tHy +tHy +tHy +ent beB beB beB @@ -72967,49 +72967,49 @@ beB beB beB beB -wKf -qJd +eao +tia wrC sgT sgT sgT sgT -uqV +uUd mOE -uqV +uUd sjy -nAU +tpJ aPN tIW sjy lhK azl qGC -xeQ +uEM sjy -uWC +xOF bRP xxs xxs szY wYE -cAh -qhG -oFM +bwI +siL +oFn xGf hnk lxL xGf -oFM +oFn lVp -xPI +gKy yca xXo lNs yca -wJs -hFV -dIg +kas +iNY +nwN vXc yiM yiM @@ -73022,14 +73022,14 @@ vXc vXc vXc vXc -caL +wKQ jmG biN -cEY -vrQ +lte +hib ild -cEY -cEY +lte +lte uKS jwM ild @@ -73050,22 +73050,22 @@ iwF xDD jwM amY -iAA -dON -uro +eQc +wXE +cav jmG -jhi +tWT mPr hFX -bAF -rIY -cqC +qEV +jDS +fdz xgH tkf -cqC -rIY -cVk -jhi +fdz +jDS +xzx +tWT mPr nax nax @@ -73075,19 +73075,19 @@ mPr mPr mPr mPr -mtx +eyU mjz jas -xza -nYN +eAp +vQm jas -ibx +mNk vjr -irZ +mdN jas -nON -dLg -fzn +aGH +oHC +bhw jas tms nQu @@ -73105,138 +73105,138 @@ cpy cpy cpy tiQ -uqY -mqZ -hdn -hdn -wqz -vUt +qQj +tYY +oqZ +oqZ +chP +pSO dOa -kdD -luN -uAj -uAj +mKx +xZb +mPX +mPX saC saC saC saC saC saC -ouB -sIc -uAj -uAj -pbH -hwT +vzr +dPr +mPX +mPX +jmf +ghF vlq -nja -gof -xFe -kwL -pgF +tkn +tVC +oZI +pqO +teQ ujg -rtQ -tXt -pdR -pdR -pdR -hYS +gqP +drA +iEi +iEi +iEi +dhi xYD kry -ovo -kBY +irE +evt saC saC saC -ceB +tzM yaj qjG qjG qjG -ceB +tzM oUq oUq -mbR +gYv nMX pco -syA +uME oUq oUq oUq oUq -aiC -kxF +gZc +rEs oUq oUq oUq -aKm -gJF +rwr +lyt oUq -dbV -gCa +gIz +hzI kXY aYd nPV -jAb +cnk oUq oUq -xWa -xWa -xWa -xWa -jEm -oDh +wbg +wbg +wbg +wbg +duW +wJM ahP yjp wrC wrC -dxx -pBI -pBI +ppJ +urr +urr wrC -uta -nAO -eod +eKU +cdT +xFY sgT wUL alI sgT -hUk +adh mOE -uqV +uUd sjy -mgm +lun kRZ sAU qGC jpc azl qGC -kPt +wxK sjy -vAT +sWI dZx uDb eUh uDb uDb -qAw -qhG -aFr +lCX +siL +lJT pli oLd ndf xGf -oFM +oFn lVp -pSp +sRj yca gXz eAC yca -fvv -hFV -dIg +mck +iNY +nwN vXc vXc yiM @@ -73249,14 +73249,14 @@ vXc vXc vXc yiM -caL +wKQ jmG oQN -cEY -suk -qHJ -cEY -rwl +lte +xUh +cDQ +lte +lYB vVS jwM gwP @@ -73281,18 +73281,18 @@ ora ild jmG jmG -jhi +tWT mPr hFX -bAF -rIY -cqC +qEV +jDS +fdz qEk oLa -cqC -rIY -cVk -jhi +fdz +jDS +xzx +tWT mPr mPr nax @@ -73301,23 +73301,23 @@ mPr mPr mPr mPr -rVI +dxE oaN jas jas jas jas jas -iUb -irk -vDY +pZN +uJg +vOy jas jas jas jas jas jas -bXY +dtF jas cpy cpy @@ -73332,17 +73332,17 @@ cpy cpy cpy tiQ -qii -oyp -oyp -xwb -vOX +hVK +kQf +kQf +ydu +gYR dOa dOa -kdD -wLF -bUy -bUy +mKx +dxQ +jam +jam saC saC saC @@ -73350,61 +73350,61 @@ saC saC saC saC -cnC -tZv -tZv -kTP -kdD +nxe +jZf +jZf +kQV +mKx saC -nja -gof -xFe -kwL -khz +tkn +tVC +oZI +pqO +dfb lmY -gZT -mKU -mHD -pxh -siV -dIc -sRo -twa -weB -ydB +erW +lEK +trX +lyN +pFm +sXI +mYC +gof +gTO +buc saC saC saC -ceB +tzM yaj qjG qjG qjG -ceB +tzM saC saC afL -sOs -siv -uDv -fKn +der +fHT +nXT +eQq oUq oUq -kgH -kmy -hQR -pEg -lik -xVO -qSC -hNh +eXm +bhE +brE +vWi +jjx +cnI +nvh +aSc oUq oUq -oiL -vxp -oou -pPK -glL +iVA +nNo +sTd +xwc +ajR oUq oUq pGh @@ -73413,57 +73413,57 @@ ugV ugV fjr jDO -pKS +kJd wrC wrC -xWi -qgm -eSd -bMM +qOq +qnP +mSb +xgt uSv -lEX -bQU -wlI -lph +pJX +uHg +pwe +wuD jPw qgr sgT -hUk +adh uAa -uqV +uUd sjy -nBk +ldK mqH dsv pcQ sAU asz xDP -wDG -bko +tsU +eUe ndb jQk sLk nel eUh xxs -bja +kYv sjy kqb uVy itG -uSk +vDT gaS kqb lVp -bEG +giT yca gXz eAC jfO -fvv -hFV -dIg +mck +iNY +nwN yiM vXc vXc @@ -73476,14 +73476,14 @@ vXc yiM yiM yiM -caL +wKQ jmG qxm -cEY -pPY +lte +hcc wsT -cEY -cAP +lte +iSr liN ild eHF @@ -73504,22 +73504,22 @@ xDD xDD jwM aTm -tiP -dON +aEx +wXE jmG tOo -qRh +xdf hFX hFX -bAF -rIY -uix -xND -byS -cqC -rIY -cVk -jhi +qEV +jDS +fFq +mzt +iiB +fdz +jDS +xzx +tWT mPr mPr mPr @@ -73527,24 +73527,24 @@ mPr mPr mPr mPr -mkv +gsX rot jas jas -dYL -wnT -amq -krr -irZ +rXu +dLX +phy +gdp +mdN vjr -ibx -jaj -mAX -edr -jMm +mNk +bXb +rrl +uph +tRg jas -fwF -tya +jHP +cHX jas jas jas @@ -73559,17 +73559,17 @@ cpy cpy cpy tiQ -qii -gZH -ufB +hVK +pED +sPE dOa dOa dOa dZs -eep -luN -uAj -uAj +xsa +xZb +mPX +mPX saC saC saC @@ -73577,15 +73577,15 @@ saC saC saC saC -nRF -uAj -uAj -pbH -jtX +iUO +mPX +mPX +jmf +gpS saC -nja -gof -xFe +tkn +tVC +oZI saC saC lmY @@ -73595,8 +73595,8 @@ ujg ujg lmY lmY -sto -tzg +aID +fKk lmY saC saC @@ -73613,23 +73613,23 @@ saC hXt saC jkJ -ptC -fKn +iEa +eQq oUq oUq -fnN -lqv +eVF +ltO kXY xZE kXY xZE kXY -wih -fDf +gQY +hkN oUq oUq oUq -tgo +oJC oUq oUq oUq @@ -73640,57 +73640,57 @@ ugV ugV ugV jDO -pKS +kJd wrC -oFw -xVc -gVj -nqX -lEX +uCB +jqv +vdg +oYR +pJX wrC -tJW -vVC -iSs +cWh +cNT +bYP sgT wVF alI sgT -hUk -hUk -uqV +adh +adh +uUd sjy -nBk -kPt +ldK +wxK mqH sxp ukK azl qGC -eCV +vgD sjy -heS +mHx xxs xxs nrP uDb xxs -lhB -qhG -arn +hSf +siL +haQ tiZ dMl -erd +pqV iDD -uRM +htn lVp -eyt +gDb yca yca jfO jfO -fvv -hFV -dIg +mck +iNY +nwN yiM yiM vXc @@ -73699,10 +73699,10 @@ vXc vXc vXc vXc -oTE -tNN -tNN -tNN +uJi +psW +psW +psW rMF jmG jmG @@ -73718,9 +73718,9 @@ jmG jmG jmG jmG -avr +eje wZy -lBL +xiT jmG aZj aZj @@ -73731,22 +73731,22 @@ vXY qPA ild ild -cEY -cEY +lte +lte jmG -jhi +tWT mPr hFX -agg -lOG +ipa +iaO wIr wIr -adf -nFv +cOs +qvn wIr wIr -vRg -gmL +xEw +uiC mPr mPr mPr @@ -73754,12 +73754,12 @@ mPr mPr mPr mPr -hDp +ndG jas jas -loV -mNe -vlD +gJw +uGe +tqx xPg vpe eso @@ -73768,12 +73768,12 @@ eso eso uMl vWI -edr +uph aAI -sYK +jvA wIu -qvw -hlO +rPD +aPc jas cpy cpy @@ -73786,17 +73786,17 @@ cpy cpy cpy tiQ -xTk +jYJ dOa dOa dOa -cDK -djR +ygI +aJk dZs -kdD -xEM -uAj -uAj +mKx +lZL +mPX +mPX saC saC saC @@ -73804,30 +73804,30 @@ saC saC saC saC -sIc -uAj -uAj -pbH +dPr +mPX +mPX +jmf saC saC -nja -gof -xFe +tkn +tVC +oZI saC saC saC saC -twa -twa -twa -vPP -twa -nja -twa +gof +gof +gof +nRE +gof +tkn +gof saC saC saC -mRM +gnL qjG qjG yaj @@ -73837,22 +73837,22 @@ saC saC saC bUN -lxJ +gDO kwg jkJ -nMZ -fKn +wrO +eQq oUq oUq oUq -lwp +gVR kXY wwG hCH hCH mzX har -ejH +vnW oUq bYZ kVO @@ -73867,57 +73867,57 @@ fjr ugV fjr jDO -pKS +kJd wrC -djb -bMM -bMM -lEX -sqw +ayu +xgt +xgt +pJX +mHf wrC -gbN -vkR +wmF +lHk wrC sgT sgT sgT sgT -egn -egn -egn +vee +vee +vee sjy sjy -eXy -rog +dpJ +vSZ qpq qGC bmj mqH -nqp +dmz sjy -lcQ +swc mHo xxs mrM uDb mHo -xzY -qhG +hey +siL egW bBI -fmn +fMj sqQ qiN nBe lVp -oOH -tnl +vjt +obo tjV yca -cFt -ueV +hcg +eZg lVp -dIg +nwN vXc yiM yiM @@ -73925,33 +73925,33 @@ yiM yiM yiM vXc -oTE +uJi rMF jmG -ats -ius +iTm +tTI jmG jmG jmG -iSx -tes +uwq +rBW jmG -hZV -aKg -hTb +iCq +naU +npu jmG -eHK -aKg -nCg -aki +qNk +naU +msR +ifo wZy jmz uTh -piF -mZr -aPw -aPw -aFs +aeE +xZc +lXd +lXd +jPQ jmG jmG jzF @@ -73961,29 +73961,29 @@ jwM ild meb jmG -jhi +tWT mPr -mkv +gsX bYV wIr wIr -mrE -nYy -usN -pIG +oNn +bVC +jAn +gGj wIr wIr -fUB -lCg +kYB +oqO mPr mPr mPr mPr mPr nax -hDp +ndG jas -nWW +hgG vpe vpe sVJ @@ -73995,12 +73995,12 @@ eso eso eso vWI -edr +uph aAI -ert +odc vpe uEE -aNS +cjc jas cpy cpy @@ -74013,48 +74013,48 @@ cpy cpy cpy tiQ -qii -tfS +hVK +phV bIr -cjJ -cjJ -sAW +dFw +dFw +vfm dZs -hwT -luN -uAj -uAj +ghF +xZb +mPX +mPX saC saC saC saC saC saC -xdq -sIc -xdq -xdq -pbH +lpL +dPr +lpL +lpL +jmf saC saC -nja -gof -fNG -lQv -uES -jGw -jGw -jGw -jGw -jGw -lng -bSZ -pVa -jGw -saC -saC -mth -bxd +tkn +tVC +hNJ +rBm +bvB +nAy +nAy +nAy +nAy +nAy +xgD +erH +uOv +nAy +saC +saC +bNy +bZx qjG qjG yaj @@ -74064,22 +74064,22 @@ saC saC saC bUN -hAx +mhG kwg jkJ -nMZ -syY +wrO +emS oUq oUq -fFc -aXE +olG +uCP aVj hCH hCH tpV kXY har -doY +kMU oUq xQq kVO @@ -74094,92 +74094,92 @@ fjr fjr fjr jDO -pKS +kJd wrC wrC wrC -hEy +jaG wrC wrC wrC -xXk -cdV -ppx -kcp -lPG -ixB -rIe -anW -erM -erM +mfu +mMu +lUb +nFw +ssZ +dJn +eBV +wFd +maf +maf sjy sjy sjy -mxv -iZN -gAl -lOg -caT -nUW +pOB +cba +sbK +nto +xZe +brV sjy -eah -dRV -fJT -mUJ -eah -dRV -bgO +ckE +gPN +jWF +rUf +ckE +gPN +xtS sjy -nbS +rJH ogA oLo efK etx -cwB +gqR lVp lVp -wlu -giO -jsl -qCv +osO +tjW +fYh +rEF lVp lVp eyc -tNN -tNN -tNN -tNN -tNN -tNN -tNN +psW +psW +psW +psW +psW +psW +psW rMF jmG jmG -fcS -fcS -pLF +tLG +tLG +hTb jmG -jhK +sBI khN -ekP +caU jmG -adz +eZI jBR -hTb +npu jmG -bsj +bkM wly dIK -pdo +jYG wZy -cqm +cWy unC -uON +fFX wdd mFZ qNR ifB -lCd +rYW jmG jmG ycH @@ -74189,28 +74189,28 @@ piY aDh jmG tOo -xRp +hEV tOo wIr wIr -fPE -goq +cDe +tjC oqp qzQ -cVE -hpp +nfx +bnB wIr wIr tyh -gjv +jlb mPr mPr mPr mPr nax -hDp +ndG jas -dOV +eIV vpe vpe kpB @@ -74222,12 +74222,12 @@ vpe eso eso lzB -ceM +nus jas -kmK +nwa sKx vpe -ert +odc jas cpy cpy @@ -74240,48 +74240,48 @@ cpy cpy cpy tiQ -qii -tfS +hVK +phV bIr -cjJ -cjJ -sAW +dFw +dFw +vfm cKw -hwT -luN -uAj -oVw -xdq +ghF +xZb +mPX +wNZ +lpL saC saC saC saC saC -mBK -sIc -xdq -xdq +giS +dPr +lpL +lpL saC saC saC -nja -gof -xFe -xFe -pmA -fNG -xFe -fEa -qhV -qhV -oZt -xFe -xFe +tkn +tVC +oZI +oZI +fVS +hNJ +oZI +bQX +sFC +sFC +sYZ +oZI +oZI saC saC saC saC -wYw +gIL pwX pwX uhx @@ -74290,24 +74290,24 @@ vlq saC saC saC -fKn -lxJ -iVS -uUH -nMZ -xOs +eQq +gDO +rgD +cjt +wrO +jpl oUq oUq -akm -lqv +oYY +ltO kXY aVj har qts nMX nMX -hLu -plO +exi +tim raH bof sMA @@ -74321,53 +74321,53 @@ fjr fjr fjr jDO -pKS +kJd wrC -vyT -nmT -okJ -agW -buF +ePs +wWN +tUX +uUa +kUw wuY -gxi -jrr -ylI -xMt -ylI -xMt -xMt -ylI -ylI -xMt -cAs +wqp +cxD +dbh +xiJ +dbh +xiJ +xiJ +dbh +dbh +xiJ +mDu sjy sjy sjy sjy -gKL -wkJ +gkT +wZq sjy sjy sjy sjy -kKe -kKe +lBG +lBG sjy -kKe -kKe +lBG +lBG sjy sjy kqb ovr -tLU -gFx +kVd +msT rRP kqb lVp lVp lVp -nIp -aSz +jOA +iBv lVp kqb kqb @@ -74381,63 +74381,63 @@ rJC wZy jmG jmG -mpd +knk bnP wiE -dnc +lSh jmG -hTZ +blj wly -icX +xLG jmG -hZV +iCq wly -hTb +npu jmG -jvq +bsD wly -flQ +goU jmG jmG -uaC +iLx unC -xMZ +xDA gXc wiE wEW ifB yhi -xTz +vUs jmG jmG -mLN -mLN -mLN +toH +toH +toH jmG jmG wIr -kcj +kwU wIr wIr -dMI -xIX +pbr +aBt fIa iQo tkf fTP -hmn -bmB +aUB +psJ wIr wIr -voQ +nvH mPr mPr mPr mPr nax -gre +qFB jas -xsB +pyP rqP rqP vrW @@ -74449,12 +74449,12 @@ vpe eso eso lzB -vEX +feQ jas -alO +eMs xFv vpe -nUe +gzi jas cpy cpy @@ -74467,48 +74467,48 @@ cpy cpy cpy tiQ -pYb -rBC -cjJ -cjJ -cjJ -kPc +kxC +uXX +dFw +dFw +dFw +fGi eXe -fLo -luN -xdq -xdq -xdq -tZv -uAj -uAj +sIL +xZb +lpL +lpL +lpL +jZf +mPX +mPX saC -vcO -fwI -tip -uAj -uAj +lPX +dwU +vcX +mPX +mPX saC saC saC -lkT -tqL -qhV -qhV -sCl -qhV -qhV -uvd -xFe -xFe -xFe -xFe +vyG +aQI +sFC +sFC +nLT +sFC +sFC +amp +oZI +oZI +oZI +oZI saC saC saC saC -xFe -fNG +oZI +hNJ qjG qjG yaj @@ -74517,23 +74517,23 @@ saC saC saC tTv -gvn -hFJ +hiS +eRd kXY aYd -grh -byv +qTC +eSF tTv oUq oUq -obF -vWK -gCa -gCa -qAx -rRR -pkk -cOQ +qfi +xCd +hzI +hzI +sQw +kWS +lLE +flF oUq kVO pGQ @@ -74548,81 +74548,81 @@ fjr fjr fjr jDO -pKS +kJd wrC -vyT -eSd -hbi -iQl -eyr +ePs +mSb +xJr +qyF +iWV uiS -tZV -vMx -fZv -bYH -ylI -xMt -xMt -xMt -ylI -xMt -cAs +bih +soU +kEV +xrR +dbh +xiJ +xiJ +xiJ +dbh +xiJ +mDu sjy -rXD -dQw -qAw -uMG -bWk -qAw -qAw -cIB -lhB -lhB -qAw -dQw -uyZ -qkt -rZQ -qhG -mKw +uHW +aHs +lCX +fdP +iDh +lCX +lCX +aUw +hSf +hSf +lCX +aHs +sEU +bFE +rSC +siL +dmK fuc pNs lxL dEp -hxP -hgv -emj -mfb -hAd -oFM -jLK +lKR +dzU +etk +fSb +kLT +oFn +vUC kqb -rcX -rcX -dgz -dgz +eLi +eLi +xlP +xlP kqb jmG -sVY -jcM -vwB -vwB +pXy +rQu +yay +yay jmG -tzb +jzV wly wiE -aAS +vzA jmG jmG -mgz +dlP jmG jmG jmG -yfL +sbe jmG jmG wZy -gqn +owT wZy jmG gOS @@ -74634,37 +74634,37 @@ krm wiE wGJ vNi -kRU +mvM jmG -bkr -pwp -pwp -pwp -dKm +hbz +feI +feI +feI +dBM jmG -tgR -uix -aRn +mAk +fFq +rIp aee -taR +mud fTP xgH -lOh -lOh +dbR +dbR tkf fTP -xIX -lMg -rIY -pxM +aBt +oaz +jDS +kOp mPr mPr mPr nax nax -gre +qFB jas -qgf +gGc eso eso eso @@ -74676,12 +74676,12 @@ iqV ixO eso eso -fqL +uhJ aAI -iLG +gkA vjr vpe -fjf +ahU jas cpy cpy @@ -74693,49 +74693,49 @@ cpy cpy cpy cpy -rNX -toy -rDE -rDE -rDE -rDE -qqd +tLW +tLh +gIo +gIo +gIo +gIo +kvi cKy -aUq -jWz -fwI -fwI -fwI -jKn -uCI -sIX -sIX -gka -xdq -xdq -uAj -saC -saC -saC -tiQ -iQq -gof -xFe -xFe -pmA -xFe -xFe -cwf -xFe -xFe -xFe +ggN +cNP +dwU +dwU +dwU +etJ +tBx +jiR +jiR +qzP +lpL +lpL +mPX +saC +saC +saC +tiQ +wDQ +tVC +oZI +oZI +fVS +oZI +oZI +vNC +oZI +oZI +oZI saC saC saC saC -xFe -fEa -qhV +oZI +bQX +sFC pHT pHT mlE @@ -74745,10 +74745,10 @@ saC tiQ tTv tTv -mYP -mYP -hiw -mYP +oGV +oGV +jqb +oGV tTv tTv tTv @@ -74756,8 +74756,8 @@ oUq oUq oUq oUq -rfq -sqf +qGn +qdJ oUq oUq oUq @@ -74775,27 +74775,27 @@ fjr rxI fjr jDO -pKS +kJd wrC wrC -mNH -vql -tjF -mXE -rNh -rvV -xSq -bYY -xMt -jMQ -mnP -qID -xMt -xMt -xMt -tZV +llO +pQd +tNu +cWP +aMP +wFj +nvZ +gSL +xiJ +tXl +aBQ +uVE +xiJ +xiJ +xiJ +bih sjy -qAw +lCX kOS uDb xxs @@ -74809,48 +74809,48 @@ sLk sLk jQk ndb -pjR -vLz -tmh +bMz +bhs +big sbV ucM cpJ cLi -xPB -mDJ -xPB +ave +mKf +ave uKa ucM uKa -xPB -mDJ -xPB +ave +mKf +ave uKa uKa veP -dSg -fyZ +bYR +mlX eSY tPs tPs -coK -oah +xfB +qiX grP jze grP grP -oah +qiX xNd iYt -toH -ouF +nhk +eif ogB sBt grP fiu grP -uVg -toH +sgg +nhk cCN kGa wfo @@ -74862,36 +74862,36 @@ grP aVA xNd xNd -oah -toH +qiX +nhk tPs tPs tPs -toH -tUW -xAQ +nhk +aVJ +boy pOs -xAQ -hhy +boy +lWN vUe hoy qzU -lOh -lOh +dbR +dbR tkf qzQ -xGh -wef -rIY -sbw +uyL +vLx +jDS +cNv mPr mPr bwd nax -mkv +gsX mCq jas -iHE +sNH eso eso eso @@ -74903,12 +74903,12 @@ xHj gvU boQ vpe -jMm +tRg aAI -isT +pxa urh vpe -qvw +rPD jas cpy cpy @@ -74920,72 +74920,72 @@ cpy cpy cpy cpy -rNX -cjJ -cjJ -cjJ -cjJ -cjJ -sDd +tLW +dFw +dFw +dFw +dFw +dFw +aQK eXe -hwT -luN -adh -jKT -jKT -jxc -qQT -qxz -jKT -jKT -jKT -jKT -jKT +ghF +xZb +dJG +xdM +xdM +qXg +daI +jRf +xdM +xdM +xdM +xdM +xdM saC saC saC tiQ saC -gof -xFe -xFe +tVC +oZI +oZI saC saC -xFe -cwf -xFe -xFe +oZI +vNC +oZI +oZI saC saC saC saC -xFe -xFe -cwf -xFe -xFe +oZI +oZI +vNC +oZI +oZI saC saC saC saC tiQ tiQ -gDU -myx -smX -cSP -eTF -ssN -aFd -xKC +mWH +lfJ +bOi +nAA +qWR +qvw +fVR +oAF tiQ tiQ tiQ bjd -pnQ -eiT -ssb -bcp +diK +kFn +obW +iQQ oUq oUq oUq @@ -75002,27 +75002,27 @@ fjr rxI fjr jXQ -yeK +hgi ahP wrC wrC -kUt -rni -uVW +vce +duM +krq uTv -tZV -nbe -ylI -xMt -xMt -xMt -xMt -xMt -xMt -xMt -tZV -dWH -oXu +bih +hiR +dbh +xiJ +xiJ +xiJ +xiJ +xiJ +xiJ +xiJ +bih +rde +nhj xxs eUh eUh @@ -75036,37 +75036,37 @@ gLk uDb uDb dXt -uMG -gSW -uRf +fdP +coj +vxA lxL oLd wTr xDJ -oFM -jMT -hxP +oFn +ucL +lKR wTr qQS wTr -hxP -jMT -hxP +lKR +ucL +lKR wTr wTr wTr -hxP -aAS +lKR +vzA qic unC unC -aAS -ats +vzA +iTm yhi wYe wiE yhi -ats +iTm wiE wiE qic @@ -75089,36 +75089,36 @@ wiE yhi wdd jAI -ats -umi +iTm +jqS qic qic qic -umi -ats -qJL +jqS +iTm +qzL tkf -qJL -nmA +qzL +ouu oqp fTP xgH -lOh -lOh +dbR +dbR oLa cpX -otu -dCA -efe -wNV +pdY +kws +yaR +nLL mPr mPr nax gvG -gre +qFB jas jas -iRp +hyq eso eso nLy @@ -75126,16 +75126,16 @@ qHr kce jas jas -pic -fgC -qoz -wDg +pLr +rzk +umk +tWf jas jas -ltD +bdo vjr iJZ -qvw +rPD jas cpy cpy @@ -75147,26 +75147,26 @@ cpy cpy cpy cpy -rNX -cjJ -cjJ -cjJ -cjJ -cjJ -kPc +tLW +dFw +dFw +dFw +dFw +dFw +fGi cKC -fLo -xbZ -xhs -hwT -hwT -dCV -ouu -hwT -hwT -hwT -hwT -hwT +sIL +mtb +mdy +ghF +ghF +klN +sxe +ghF +ghF +ghF +ghF +ghF saC saC saC @@ -75179,132 +75179,132 @@ saC saC saC saC -dxg -pmA -pmA +vRm +fVS +fVS saC saC saC saC -xFe -xFe -cwf -xFe +oZI +oZI +vNC +oZI saC saC saC saC -dWj -khz +eQJ +dfb tiQ -gDU -gxv +mWH +nAP qjG -jGw -oMx -vwu -bxd -cco -uMo -xEl +nAy +stx +vwx +bZx +dzj +fMV +ipn tiQ bjd -dZL -key -key -xeT -key +gTd +bQw +bQw +sMl +bQw bjd -tvR -tvR -wwg -ncN -tvR -tvR -tvR +gdA +gdA +iWk +sWq +gdA +gdA +gdA ien rxI -rvq -mDe -rEJ +pmB +oMs +ufq fjr fjr jDO -htG +aLx ahP wrC wuY uiS wuY wrC -oMz -vMx -bkZ +oVJ +soU +cau beB -vEH -vEH -vEH +tHy +tHy +tHy beB -pBx -xMt -gxi -cLa -uMG +tRe +xiJ +wqp +cro +fdP xxs uDb uDb xtO nPo uDb -qAw -lhB -lhB -lSc -nhf -qAw -xVp -pyy -qhG -oFM +lCX +hSf +hSf +klO +rpA +lCX +wbw +fOB +siL +oFn cHg pNs xGf lxL -hxP -hgv -pWP -hxP -ntd -oFM -jLK +lKR +dzU +nZn +lKR +oHY +oFn +vUC kqb -dgz -rcX -rcX -dgz +xlP +eLi +eLi +xlP kqb jmG -pwp -vwB -vwB -jcM +feI +yay +yay +rQu jmG -pwS +mnY wly wiE -dnc +lSh jmG -hXk +vjV yhi -umi -uON +jqS +fFX pCm yhi yhi vjR wiE -umi -umi +jqS +jqS wiE yhi wLd @@ -75315,35 +75315,35 @@ yhi wiE yhi gXc -dnc +lSh jmG -bkr -pwp -pwp -pwp -dKm +hbz +feI +feI +feI +dBM jmG -tgR -cqC -aRn +mAk +fdz +rIp wIr -tsU +cDN fTP xgH -lOh -lOh +dbR +dbR oLa fTP -xIX -twm -rIY -kAp +aBt +kbw +jDS +ccQ mPr nax nax nax -hDp -iUb +ndG +pZN vpe eso vpe @@ -75359,10 +75359,10 @@ xPF xPF ljr jas -mFn +ayc tOx eso -sTm +wex jas cpy cpy @@ -75374,24 +75374,24 @@ cpy cpy cpy cpy -rNX -cjJ -cjJ -cjJ -fjU -hdn -kUW +tLW +dFw +dFw +dFw +nmV +oqZ +qhK tiQ -mvU -ppv -ppv -ppv +lkp +bVh +bVh +bVh jEu nTl -qWH -olq -olq -olq +kSK +uvq +uvq +uvq nTl jEu saC @@ -75406,90 +75406,90 @@ saC saC saC saC -cwf -xFe -xFe -xFe +vNC +oZI +oZI +oZI saC saC saC -pmA -pmA -uQO -dFL +fVS +fVS +hCM +lmh saC saC -lxi -riS -twa +iXA +bnI +gof xQc xQc xQc -mzR +juX ehO qjG -xFe -xFe -lQv -elI -xeE -pCz +oZI +oZI +rBm +tfC +vic +dXA tiQ bjd pqQ -nDY -rnw -xeT -key +dqi +pmQ +sMl +bQw bjd -tvR -dtM -wpd -wpd -mPM -tFN -tvR +gdA +xjX +suq +suq +kfV +tbW +gdA ien ien -nms -wFm -bTP +xcw +pZG +img fjr fjr jDO fjr -htG -xWa -xWa -xWa +aLx +wbg +wbg +wbg ahP wrC -mMP -vMx -xMt -xMt -xMt -ylI -ylI -xMt -xMt -ylI -bEL +vUL +soU +xiJ +xiJ +xiJ +dbh +dbh +xiJ +xiJ +dbh +jbh sjy -lhB +hSf xxs uDb kBB nrP xxs -qAw -kal +lCX +xYE sjy -kKe -kKe +lBG +lBG sjy -kKe -kKe +lBG +lBG sjy sjy kqb @@ -75501,8 +75501,8 @@ kqb kqb kqb kqb -hbW -piG +yjw +mFz kqb kqb kqb @@ -75516,12 +75516,12 @@ wZy wZy jmG jmG -buT +ooT wly yhi -dnc +lSh jmG -dnc +lSh oet yhi onX @@ -75534,43 +75534,43 @@ vMu wiE yhi vNi -ndV +gPB jih -uON +fFX gXc yhi wiE wiE hft -fUj +fPP jmG jmG -mLN -mLN -mLN +toH +toH +toH jmG jmG wIr -kcj +kwU wIr wIr -xKE -hmn +dCq +aUB spJ oLa oLa fTP -hmn -jPE +aUB +nNN wIr wIr -jhi +tWT mPr nax nax nax -hDp -iUb +ndG +pZN vpe eso eso @@ -75578,18 +75578,18 @@ eso aTj vpe jMv -yiQ +ncU tzd -cXl -pan -vnH -sFN +wIX +fDR +rGU +yaK tzd jas -oZO +bBN lTQ nQG -joy +tAz jas cpy cpy @@ -75601,25 +75601,25 @@ cpy cpy cpy cpy -rNX -cjJ -cjJ -cYv -oZh -oyp -oyp +tLW +dFw +dFw +nYX +tqQ +kQf +kQf tiQ tiQ tiQ tiQ tiQ tiQ -fLq -csc -ktb -fLq -fLq -fLq +mlr +ldc +mQx +mlr +mlr +mlr tiQ tiQ tiQ @@ -75632,55 +75632,55 @@ saC saC saC saC -dFL -cwf -xFe -xFe -xFe +lmh +vNC +oZI +oZI +oZI saC saC -jvr -xFe -xFe -lDf +nhy +oZI +oZI +xtf saC saC saC -hNo -mHD -twa +xrN +trX +gof qjG -khz +dfb xQc -khz -khz +dfb +dfb qjG -xFe +oZI qjG qjG -cwf -kwL -wAw +vNC +pqO +gSp tiQ bjd qEQ lYK hvh pqQ -key +bQw bjd -tvR -oZa -qZM -esq -lcR -tFN -tvR +gdA +fri +csI +bjn +xyu +tbW +gdA ien rxI -wBK -fjw -iAn +vSt +pkz +fYK fjr fjr jXQ @@ -75689,27 +75689,27 @@ fjr ugV ugV ugV -pKS -egn -gxi -nbe -xMt -xMt -xtz -sOg -qID -xMt -xMt -ylI -lPS +kJd +vee +wqp +hiR +xiJ +xiJ +jsn +trM +uVE +xiJ +xiJ +dbh +pFq sjy -kOG -dNo +gcs +oCr uDb uDb xtO uDb -qAw +lCX sjy sjy ape @@ -75719,36 +75719,36 @@ dXI kRQ uVI sjy -uSb +lqC xGf pNs kVV xGf -cOu +tFr kqb -snt -tuw -iMZ -qht -fuT +wTG +eWv +tpx +pPg +iOj kqb kqb xXg xXg xXg -ass -ass -ass -ass -ass +lxw +lxw +lxw +lxw +lxw xXg jmG jmG -wkv -rhX -nCj +xnr +fIv +cGy jmG -nTf +qmd yhi yhi yhi @@ -75761,43 +75761,43 @@ wiE tex yhi yhi -nCF +fgr qic -uON +fFX wdd yhi yhi xPK -gVZ +hGB jmG jmG -vOu -tsC +yej +ocN opQ -tsC -tsC +ocN +ocN jmG xzK -dhD +qPM xzK wIr wIr -jXf -yal +onf +hOj hoy afr -axZ -uAr +cDM +eDy wIr wIr xzK -iNF +toe fWG uwT uwT uwT -rQG -iUb +rrh +pZN vpe vpe eso @@ -75805,16 +75805,16 @@ vpe aTj vpe crT -cCu -xeO -ksv -sAA -sAA -dyw +gwH +dOx +pou +pKN +pKN +fly tzd jas jas -pib +tjK qsN aAI jas @@ -75828,12 +75828,12 @@ cpy cpy cpy cpy -rNX -cYv -hdn -kUW -ess -oyp +tLW +nYX +oqZ +qhK +kXC +kQf tiQ tiQ tiQ @@ -75841,12 +75841,12 @@ hBg hBg hBg tiQ -nQD -nQD -cdf -nQD -nQD -nQD +twp +twp +trQ +twp +twp +twp tiQ dgb fLK @@ -75859,50 +75859,50 @@ saC saC saC saC -dFL -cwf -xFe -xFe -xFe +lmh +vNC +oZI +oZI +oZI saC -jvr -xFe -xFe -xFe -cwf -jvr +nhy +oZI +oZI +oZI +vNC +nhy saC -sBG -tcW -twa +mBs +slJ +gof qjG qjG -khz +dfb xQc xQc -vpY -wPX -sGL -xFe +kNH +nxs +kJI +oZI acD -cwf -kwL -kyp +vNC +pqO +fBn tiQ bjd qEQ lYK hvh pqQ -key +bQw bjd -tvR -uNI -cEU -pNi -hLc -wpd -tvR +gdA +xvI +bhf +umE +qkQ +suq +gdA ien ien rxI @@ -75916,28 +75916,28 @@ vwi vwi vpa ugV -pKS -egn -dDU -nbe -ylI -xMt -xMt -xMt -xMt -xMt -xMt -xMt -lPS +kJd +vee +kUe +hiR +dbh +xiJ +xiJ +xiJ +xiJ +xiJ +xiJ +xiJ +pFq sjy sjy -fBi +pRW xxs uDb lui uDb -qAw -qhG +lCX +siL kpP iXT pLT @@ -75946,85 +75946,85 @@ flI gMb nOB bAe -hxP +lKR bDR pNs pli lxL -hxP +lKR pGl -snt -abC -qht -abC -jhr +wTG +lsh +pPg +lsh +lFf kqb kqb kqb xXg -rXN +fJc tTD tTD tTD tTD tTD -aGa +xDb xXg jmG -joX -ius +rPU +tTI jmG jmG jmG -sjh -mCr -ahQ +qbk +sVu +eVr jmG -jvq -jvq -kwh -gVZ +bsD +bsD +mHw +hGB woy yhi rlV tex -hqY +icI xMX -fee +aDc yhi wdd -yiw -yiw +tty +tty jmG jmG -vrQ +hib aVX meb meb meb aVX jmG -fyX +ePV fWG -iFP +pgA xzK wIr wIr -jpS -xIX -pvP -xuh +eBy +aBt +sWZ +vPE wIr wIr teD -iNF +toe gme sMN sMN sMN sMN -lJi -ygk +thy +bwT kwj wiU lWf @@ -76032,18 +76032,18 @@ lWf mOy vpe kZs -vDY -inQ -tIn -tIn -tIn -inQ +vOy +wip +cmI +cmI +cmI +wip tzd jas -qbO +vDI xFv eso -qbO +vDI jas cpy cpy @@ -76055,81 +76055,81 @@ cpy cpy cpy cpy -rNX -kUW -kZT -oyp -aeK -tiQ -tiQ -fqi -fqi -fqi -fqi -fLq -fLq -fLq -fLq -wtq -qWb -qWb -qWb -qWb -qWb -eHH -ktb -saC -saC -tiQ -tiQ -saC -saC -saC -dFL -dFL -cwf -xFe -xFe -xFe -pmA -xFe -fEa -qhV -qhV -cDr -qhV -koE -gVU -twa -twa -sEY -aum -khz -khz -evz -mOq -vpY -sjR -vcx -xzP -lWO -apF -twa +tLW +qhK +cAY +kQf +aaR +tiQ +tiQ +jXr +jXr +jXr +jXr +mlr +mlr +mlr +mlr +gHh +weP +weP +weP +weP +weP +aST +mQx +saC +saC +tiQ +tiQ +saC +saC +saC +lmh +lmh +vNC +oZI +oZI +oZI +fVS +oZI +bQX +sFC +sFC +iGV +sFC +fWq +kXk +gof +gof +hjt +geo +dfb +dfb +nCs +jHv +kNH +qRn +raA +dGs +spH +kPu +gof tiQ bjd qEQ lYK hvh pqQ -key +bQw bjd -tvR -qlc -cEU -jZV -hLc -wpd -tvR +gdA +bWB +bhf +pFl +qkQ +suq +gdA ien ien ien @@ -76138,33 +76138,33 @@ ien ien ien ien -sXU -eFM -kPC +hgk +hqA +jqy hNR -kWR +wIq rYi wrC -qKD -lbl -cef -tZV -tZV -tav -dMK -dMK -dMK -qFI +iRE +nVq +ruE +bih +bih +kDI +wXX +wXX +wXX +kxI sjy sjy sjy -gxy +pMe xxs uDb xtO qDr -lhB -qhG +hSf +siL mty mvB pVA @@ -76173,33 +76173,33 @@ jvk rLx nOB bAe -oFM +oFn xGf pNs lxL xGf -oFM -hgv -azQ -aJi -qht -abC -abC -jfa -wFS +oFn +dzU +cid +nRv +pPg +lsh +lsh +wBD +bIq kqb kqb xXg -ozy +lUB tTD rnB rnB tTD tTD -aGa -ass -wzd -ass +xDb +lxw +vjw +lxw wIi vNk vNk @@ -76211,7 +76211,7 @@ uIZ wpn vNk vNk -fUj +fPP xPK yhi yhi @@ -76219,39 +76219,39 @@ saz avX qot yhi -dFG +rsC jmG jmG jmG -cEY +lte brk rdF ild jwM -moh -vmv +cdm +mfN jmG -fyX +ePV fWG fWG -iFP +pgA xzK wIr wIr -kXt -nBh +nKL +ksg wIr wIr xzK -iNF +toe uwT tKe uwT uwT uwT uwT -rQG -iUb +rrh +pZN vpe vpe eso @@ -76259,18 +76259,18 @@ lNl tcK vpe vpe -iEY -inQ -wMd -inQ -inQ -inQ +opG +wip +mGL +wip +wip +wip tzd jas -qvw +rPD xFv nQG -vOF +bYm jas jas cpy @@ -76282,30 +76282,30 @@ cpy cpy cpy cpy -rNX -oyp -iTR +tLW +kQf +dTn tiQ tiQ tiQ -uvw -fqi +qsF +jXr cTX iZI iZI iZI svW -oWI -tYq -wAl -tYq -tAb -ant +jmr +gkR +vxP +gkR +tdn +ieG svW -asU -pGC -vvV -sZm +rlW +roS +ivf +qXK saC saC tiQ @@ -76313,50 +76313,50 @@ tiQ tiQ saC saC -dFL -qsB -qhV -qhV -qhV -sCl -qhV -oZt -xFe -xFe -xFe -xFe -iId -tMr -khz +lmh +mox +sFC +sFC +sFC +nLT +sFC +sYZ +oZI +oZI +oZI +oZI +pjo +kHY +dfb qjG qjG -twa +gof mPY -khz +dfb xQc xQc -wDH -eAw -xNY -pmA -cOS -nuv -xPq +sVq +slL +uZj +fVS +vNZ +xyZ +wiK tiQ bjd -dZL +gTd lYK hvh -dZL -key +gTd +bQw bjd -tvR -uNI -mXW -kYc -hLc -wpd -tvR +gdA +xvI +ojH +czA +qkQ +suq +gdA ien ien cpy @@ -76367,31 +76367,31 @@ ien rME nQQ qSH -aZI +qaH umR -hRn +bRm wKg wKg wKg -kjl -cRm +xLo +sGJ wKg wKg wKg -kFN -kFN -kFN -kFN +tsN +tsN +tsN +tsN sjy sjy sjy -rAY +tSc uDb uDb xtO uDb -lhB -qhG +hSf +siL eDc jjP biL @@ -76401,23 +76401,23 @@ iAU wiI sjy kqb -hJI +qEb nfP wob lxL -hxP -hgv -jhr -qht -jPS -sWV -qht -nwB -qht -jOD +lKR +dzU +lFf +pPg +pev +cwG +pPg +kvy +pPg +oXd kqb xXg -rXN +fJc tTD tTD rnB @@ -76427,19 +76427,19 @@ tTD rnB kcN rnB -sAa +uuX vNk vNk -qIi -phT -qAV +bPE +ofc +hkA vNk -srz -tdp -qby +wKD +aHU +uNq vNk vNk -gVZ +hGB yhi wiE wly @@ -76447,29 +76447,29 @@ qMo sJI yhi wiE -rFk +ezD jmG -tdL +qdm ild dco -wqg +atH jwM liN ild jwM -ats -fyX +iTm +ePV fWG fWG fWG -iFP -dhD -dhD -dhD -jkR -snL -snL -rBG +pgA +qPM +qPM +qPM +mzi +wLb +wLb +jOM weJ weJ qUh @@ -76477,8 +76477,8 @@ uwT uwT uwT fWG -rQG -vDY +rrh +vOy eso vpe vpe @@ -76486,19 +76486,19 @@ aBY vjr vpe vpe -vDY -pHC -pHC -inQ -inQ -pHC +vOy +iZj +iZj +wip +wip +iZj tzd jas -iAc +mSS vZS vpe -joy -uyV +tAz +eCz jas cpy bMX @@ -76510,29 +76510,29 @@ cpy cpy cpy tiQ -oyp +kQf tiQ tiQ -ctB -fqi -fqi +jzU +jXr +jXr aLJ dDS iZI iZI svW svW -qba -asU -xNv -asU -asU -wmn +tAZ +rlW +wNz +rlW +rlW +qAA svW svW -xNv -asU -asU +wNz +rlW +rlW saC saC saC @@ -76541,49 +76541,49 @@ tiQ tiQ saC saC -dFL -xFe -xFe -xFe -pmA -xFe -xFe -xFe -xFe -xFe -xFe -mYL -twa -khz +lmh +oZI +oZI +oZI +fVS +oZI +oZI +oZI +oZI +oZI +oZI +rJt +gof +dfb qjG -twa -twa +gof +gof mPY -khz -khz +dfb +dfb xQc -rAa -xxo -sjR -xFe -mYL -kKw -wtb +mME +iSD +qRn +oZI +rJt +rWF +hhY tiQ bjd pqQ lYK hvh -dZL -key +gTd +bQw bjd -tvR -oZa -btw -jdk -lsX -tFN -tvR +gdA +fri +mon +wYN +cqo +tbW +gdA cpy cpy cpy @@ -76594,57 +76594,57 @@ ien rMR jGa qSH -aZI +qaH umR -aoa +rEM wKg wKg -dTg -qHs -fQM -fQM +wRc +wNJ +qgH +qgH wKg wKg -rcF -rcF -rcF -inq -inq -rTi +oZy +oZy +oZy +aTV +aTV +isE sjy -qAw +lCX qDr xxs nrP uDb -bja +kYv sjy sjy -xVU +qJa sjy sjy sjy -xCW +flm sjy sjy -fLx +rxn xDJ nfP wTr xGf -hxP -hgv -xEq -abC -abC -aXy -qht -abC -sWV -smV +lKR +dzU +bLl +lsh +lsh +uvK +pPg +lsh +cwG +bvX kqb kqb -rXN +fJc rnB tTD rnB @@ -76654,19 +76654,19 @@ tTD sTX oCt tTD -sAa +uuX vNk -qVM +jTO ozn xMO xMO -etZ +uJB xMO ovA xMO -bER +qXb wpn -uzE +gHi yhi yhi wly @@ -76674,18 +76674,18 @@ wiE wiE onX wiE -uhZ -mLN +oXe +toH jCU -wqg +atH ild ild -vPp -oEI +buz +xwt ild ild -jAQ -fyX +mTL +ePV fWG fWG fWG @@ -76704,8 +76704,8 @@ uwT fWG fWG fWG -rQG -vDY +rrh +vOy eso eso vpe @@ -76713,19 +76713,19 @@ xAP vjr vpe kZs -bhJ +qOx tzd -kBZ -eqT -pHC -kBZ +bWy +ktZ +iZj +bWy tzd jas -lVx +uJy vjr sTG -lVx -auF +uJy +xdP jas cpy bMX @@ -76739,8 +76739,8 @@ cpy tiQ tiQ tiQ -fqi -fqi +jXr +jXr aLJ aLJ aLJ @@ -76748,19 +76748,19 @@ dDS iZI fFw iZI -fLq -qba -gIw -lMz -fLq -asU -wmn -fLq -asU -obv -pvo -wIQ -jvQ +mlr +tAZ +eTA +gCl +mlr +rlW +qAA +mlr +rlW +tQs +iFj +xnS +gXH saC saC saC @@ -76769,32 +76769,32 @@ saC saC saC saC -dFL -dFL -xFe -pmA -xFe -xFe -xFe -xFe -xFe -xFe -mYL -twa +lmh +lmh +oZI +fVS +oZI +oZI +oZI +oZI +oZI +oZI +rJt +gof qjG qjG -mHD -qKC -jGw -kIw -khz +trX +uwo +nAy +mTW +dfb xQc xQc -cmA -sjR -xFe -mYL -qNC +cYu +qRn +oZI +rJt +nZM xQc tiQ bjd @@ -76802,15 +76802,15 @@ pqQ lYK hvh pqQ -key +bQw bjd -tvR -oZa -wpd -qSm -wpd -tFN -tvR +gdA +fri +suq +lOB +suq +tbW +gdA cpy cpy cpy @@ -76821,32 +76821,32 @@ ien ien ssh qSH -aZI +qaH pRv -mqg -aIx -eUz +wja +jqC +eXs gIa kRg gIa gIa -tUo -eVA +hiC +vMP gIa opl opl opl kEN -piq -fen -gag +kSH +jGv +euv ndb vbX tjM ndb -gag -whL -aYq +euv +qIZ +lIY nLD xen oXQ @@ -76854,24 +76854,24 @@ jQk uMc xxs bAe -oFM +oFn xDJ nfP wob xDJ -hxP -hgv -abC -sWV -qht -sfG -flz -qht -abC -abC -jku +lKR +dzU +lsh +cwG +pPg +lKe +tMQ +pPg +lsh +lsh +kdT kqb -rXN +fJc rnB tTD cpy @@ -76881,9 +76881,9 @@ lzw tTD oCt tTD -sAa +uuX vNk -qVM +jTO ozn ozn eZM @@ -76891,9 +76891,9 @@ xMO eZM xMO ozn -bER +qXb wpn -hZV +iCq yhi yhi wYe @@ -76901,19 +76901,19 @@ vMu yhi tex bJZ -lRY +pKh jmG -ulI +lSe ojy ild ild -cEY -oEI +lte +xwt ild jwM -jAQ +mTL xzK -xYv +eEY fWG fWG fWG @@ -76931,10 +76931,10 @@ fWG fWG uje fWG -rQG +rrh jas jas -otd +ajg mNc eso xFv @@ -76948,11 +76948,11 @@ xPF xPF dFz jas -iIp +jqN bUV vpe -lVx -uyV +uJy +eCz jas cpy bMX @@ -76965,8 +76965,8 @@ cpy cpy tiQ tiQ -fqi -fqi +jXr +jXr aLJ aLJ aLJ @@ -76975,19 +76975,19 @@ dDS iZI iZI iZI -fLq -qba -vIZ +mlr +tAZ +fab nTl nTl -fLq -wmn -fLq +mlr +qAA +mlr iZI -kaA -nQD -nQD -nQD +bUR +twp +twp +twp saC saC saC @@ -76997,47 +76997,47 @@ saC saC saC saC -dFL +lmh saC saC -xFe -oAk -xFe -xFe -xFe -bmU -pKG -twa +oZI +sao +oZI +oZI +oZI +tVr +jCH +gof qjG -khz -mRM -umy -xFe -btt -khz -khz +dfb +gnL +hLu +oZI +cvM +dfb +dfb seF -nrJ -tXt +sSO +drA qjG -mYL -twa -kBW +rJt +gof +aJy tiQ bjd -dZL +gTd lYK hvh pqQ -key +bQw bjd -tvR -tvR -tvR -tvR -tvR -tvR -tvR +gdA +gdA +gdA +gdA +gdA +gdA +gdA cpy cpy cpy @@ -77048,32 +77048,32 @@ ien tNQ qSH qSH -aZI +qaH umR -vko -uZl -vED +kmr +uUi +cUp tQi jdn tQi tQi -vED -eCw +cUp +ozB tQi gwb gwb xZz yjr -vzP -lji -uMG +sSg +gAx +fdP xxs qDr nrP xxs -uMG -gSW -oXu +fdP +coj +nhj uDb eUh nud @@ -77081,24 +77081,24 @@ nud uDb xxs bAe -mBe +tWx lxL pNs xGf xGf -ngh +xcT kqb -cLM -qht -abC -aJi -lVE -qht -qht -aCr -doS -rmL -rXN +feK +pPg +lsh +nRv +dCF +pPg +pPg +gGI +jLZ +ezR +fJc rnB tTD tTD @@ -77107,10 +77107,10 @@ cpy lzw tTD oCt -dBu +fEP xXg vNk -qVM +jTO wGh gij mHv @@ -77118,9 +77118,9 @@ nlW eHY ozn xMO -bER +qXb wpn -hZV +iCq wiE tex fiS @@ -77128,8 +77128,8 @@ bJZ wdd yhi yhi -rrA -ats +cTK +iTm jCU jwM jwM @@ -77141,7 +77141,7 @@ jwM qEc jmG gkY -xYv +eEY fWG fWG uwT @@ -77158,10 +77158,10 @@ fWG fWG fWG fWG -iFP +pgA xzK jas -rSv +sdf rwC eso wwc @@ -77169,16 +77169,16 @@ eso vpe jas jas -nBL -dBG -dBG -pWw +kEv +fYd +fYd +bqA jas jas -qbO +vDI xFv vWI -lVx +uJy jas jas cpy @@ -77191,8 +77191,8 @@ cpy cpy cpy tiQ -fqi -fqi +jXr +jXr aLJ aLJ aLJ @@ -77202,20 +77202,20 @@ fXU fib fib aLJ -fLq -qba -mre +mlr +tAZ +otD nTl nTl -aqP -nnE -cks -jsn -kaA -nQD -nQD -nQD -qba +fmG +gde +ugp +pDi +bUR +twp +twp +twp +tAZ saC saC saC @@ -77228,35 +77228,35 @@ saC saC vjl vjl -xFe -xFe -xFe -xFe -kwL -nja -gJV +oZI +oZI +oZI +oZI +pqO +tkn +kJg qjG -khz -qKC -gSI -xFe -lQv -kIw -khz +dfb +uwo +wFl +oZI +rBm +mTW +dfb seF -trq -kzp +nUP +oFG qjG -tRj -uli -pCz +jwo +uWN +dXA tiQ bjd pqQ lYK hvh qEQ -key +bQw mPj mPj mPj @@ -77275,57 +77275,57 @@ ien rNm jOw qSH -aZI +qaH umR -bnN +loM wKg wKg -rcF -inq -inq -rcF -eCw -eCw -inq -vRE -rcF -rcF -jNr -rcF +oZy +aTV +aTV +oZy +ozB +ozB +aTV +usU +oZy +oZy +rIA +oZy sjy -qAw -qTF +lCX +dLK cvi tLE iXT -lhB +hSf sjy -rXD -qAw -dth -mDU -dNi -wsE -rXD +uHW +lCX +day +rYm +shp +lcs +uHW sjy -wtE -sVq +rqu +drq htA vNO -sVq -fzc +drq +xUu kqb -bSO -isy -qht -abC -abC -qht -jhr -abC -ycA +bgd +jCF +pPg +lsh +lsh +pPg +lFf +lsh +gTy kqb -rXN +fJc rnB tTD tTD @@ -77333,30 +77333,30 @@ cpy cpy lzw fgB -huY +bhZ xXg vNk vNk -wBa +aHv xMO xMO mHv vBB vMJ xMO -sGG +ngB vNk vNk vNk -xAd +wyL wiE -rsd +hFv rtz -umi +jqS yhi qHj yhi -ats +iTm jCU jwM jwM @@ -77369,7 +77369,7 @@ phZ jmG jmG hkO -xYv +eEY fWG uwT uwT @@ -77386,9 +77386,9 @@ fWG fWG fWG fWG -rQG +rrh jas -ceM +nus nbE vpe oKe @@ -77401,10 +77401,10 @@ tNl tNl tNl tNl -rZS +utR njm qup -qvw +rPD jas jas cpy @@ -77418,7 +77418,7 @@ cpy cpy tiQ tiQ -fqi +jXr aLJ aLJ dFT @@ -77429,20 +77429,20 @@ dDS iZI iZI aLJ -cks -iSP -dOf +ugp +wtE +lzc nTl nTl -ixr -wmn -fLq -jsn -kaA -nQD -nQD -nQD -qba +oAd +qAA +mlr +pDi +bUR +twp +twp +twp +tAZ saC saC saC @@ -77456,39 +77456,39 @@ saC vjl vjl vjl -jvr -jvr -aZN -kwL -nja +nhy +nhy +vdW +pqO +tkn qjG qjG -sSD -umy -xFe -xFe -fNG -wQI -khz +iDr +hLu +oZI +oZI +hNJ +fCw +dfb xQc xQc -cSP -gof -cwf -qiP -mKU +nAA +tVC +vNC +gdw +lEK tiQ bjd pqQ lYK hvh qEQ -key +bQw mPj -iCs -hFD -aDb -key +eeo +cWR +gwf +bQw bjd mPj mPj @@ -77502,17 +77502,17 @@ ien ien svK qSH -aPC +lvV umR -gyR +ygq wKg wKg xjF xjF xjF xjF -yaN -pLy +oJn +nRS xjF xjF xjF @@ -77520,12 +77520,12 @@ xjF sjy sjy sjy -laf -dYj +bNH +ocH xUJ -qmo -lhB -qTF +lTD +hSf +dLK sjy sjy tpa @@ -77537,22 +77537,22 @@ sjy sjy kqb kqb -hbW -lCM +yjw +laC kqb kqb kqb kqb kqb -bvZ -abC -iZW -qht -abC -qht +vqL +lsh +rKP +pPg +lsh +pPg kqb kqb -rXN +fJc rnB rnB tTD @@ -77560,10 +77560,10 @@ cpy cpy tTD tTD -nNy +sun vNk vNk -mZL +cIf kuD xMO xMO @@ -77571,19 +77571,19 @@ xMO ekO ekO wGh -iXA +mzh vNk vNk vNk -upR +pHc yhi -uON +fFX dfk -toH +nhk grP xNd xNd -ksr +dXi rns ldC xcF @@ -77593,10 +77593,10 @@ taP ojy uqP wjF -eLm +rFr jmG jmG -iRw +vJp fWG uwT uwT @@ -77613,23 +77613,23 @@ dWD fWG fWG fWG -dMH +dhf jas -vEX +feQ xKH vpe wwc vpe vpe -ibx -ibx -ibx -ibx -vFq -ibx -ibx +mNk +mNk +mNk +mNk +ydo +mNk +mNk jas -bXY +dtF jas jas jas @@ -77644,8 +77644,8 @@ cpy cpy tiQ tiQ -fqi -fqi +jXr +jXr aLJ aLJ iZI @@ -77656,21 +77656,21 @@ cHj azz azz eFP -qWb -vBF -uaA -mxV -mxV -bUs -wmn -fLq -jsn -qnq +weP +hhv +gGv +lsO +lsO +rqm +qAA +mlr +pDi +mFU tiQ tiQ tiQ -qba -nQD +tAZ +twp saC saC saC @@ -77685,39 +77685,39 @@ vjl vjl vjl vlq -pmA -gVU -rNg +fVS +kXk +uPI qjG -khz -khz -sjR -pmA -pmA -dFL -gVU -khz -khz +dfb +dfb +qRn +fVS +fVS +lmh +kXk +dfb +dfb xQc -iMG -ugq -cwf -kwL -twa +jrx +iST +vNC +pqO +gof tiQ bjd pqQ lYK hvh -dZL -key -iaL -iaL -dnq -dnq -key -key -key +gTd +bQw +nDu +nDu +auS +auS +bQw +bQw +bQw bjd mPj cpy @@ -77729,14 +77729,14 @@ ien iqb kdx vGp -aZI +qaH umR -kSi +svI umg xjF xjF -vpf -osX +siU +tze xjF giX giX @@ -77749,12 +77749,12 @@ sjy sjy sjy sjy -kZR -hzJ +xgU +qiM sjy sjy sjy -neU +nHl ulZ ulZ ulZ @@ -77763,23 +77763,23 @@ twY ulZ ulZ pKX -fGl -tcm -uyQ -fGl +dha +ylZ +wYR +dha pKX -cvd +ocX xXg kqb kqb -fbV -aho -eEz -hlA +voe +nEE +aPZ +vYq kqb kqb xXg -wrf +caB rnB tTD tTD @@ -77787,8 +77787,8 @@ cpy cpy tTD tTD -nNy -ani +sun +mWq sCr uew xMO @@ -77799,31 +77799,31 @@ ozn xMO xMO xMO -mDp +vcY wpn -tFd +rFP wJH wEW -uON +fFX sLG -uON +fFX wiE wiE -dnc -ats +lSh +iTm jCU jwM ild -cEY -vPp +lte +buz vVS jwM ild ild -cEY -sZj +lte +atQ jmG -dHH +kjW fWG uwT uwT @@ -77842,13 +77842,13 @@ xbM fWG xzK jas -cit +lQx eso vpe xFv eso -ibx -ibx +mNk +mNk jas jas jas @@ -77870,8 +77870,8 @@ bMX cpy cpy tiQ -uvw -fqi +qsF +jXr aLJ aLJ iZI @@ -77883,21 +77883,21 @@ dDS iZI iZI svW -fLq -qba -asU -ifF -asU -asU -wmn -fLq +mlr +tAZ +rlW +imG +rlW +rlW +qAA +mlr iZI -kaA -nQD -nQD -nQD -qba -nQD +bUR +twp +twp +twp +tAZ +twp saC saC saC @@ -77913,39 +77913,39 @@ saC dxc ntq qjG -kwL -nja -eZR -twa -qKC -gSI -xFe -xFe -xFe -lQv -bxd -vZo +pqO +tkn +hqK +gof +uwo +wFl +oZI +oZI +oZI +rBm +bZx +rMk yhz -twa -ugq -cwf +gof +iST +vNC qjG hKK tiQ bjd -dZL +gTd lYK hvh eTQ -eiT +kFn woU woU woU woU -nvC -key -key -key +ktt +bQw +bQw +bQw mPj cpy cpy @@ -77956,16 +77956,16 @@ ien isa svK sRI -aZI +qaH umR qSH -lQO +fvs xjF -rGQ -jIN -wuE +msd +kCW +nJM xjF -ucB +eNx uog uog xBo @@ -77974,38 +77974,38 @@ oVD xjF xFp xZP -nMa -obY -qpn +sBl +nAI +bRK gNJ -fGl -nMa +dha +sBl ulZ ulZ ulZ -xYM -gLW -qxV +jXK +nyV +gBI jZc wIE ulZ -nMa -fGl +sBl +dha djM xAZ -fGl -nMa -cvd +dha +sBl +ocX xXg wIi kqb kqb -mtW -mtW +ggu +ggu kqb kqb wIi -wrf +caB rnB rnB tTD @@ -78014,8 +78014,8 @@ cpy tTD tTD rnB -wJP -bze +fhx +bIM oGZ uNd xFG @@ -78026,9 +78026,9 @@ rKW uNd oaH xMO -srz +wKD wpH -nSn +bkO wGJ wiE wiE @@ -78036,52 +78036,52 @@ wYe yhi yhi wiE -dFG +rsC jmG -eGS +gBz jwM ild -cEY -vPp +lte +buz vVS ild uqP wjF -eLm -jcb +rFr +khU jmG -dHH +kjW fWG uwT uwT fWG wVo -kVH -oUH -qBz -qBz -oUH -oUH -lLp -oUH -oUH -oUH -oUH +ltc +kGe +jAD +jAD +kGe +kGe +nwU +kGe +kGe +kGe +kGe jas jas -gJh -ibx +adP +mNk eso xFv uhv -ibx +mNk jas jas -qBG -acy +tTh +xsZ jas -nIx -tJI +hQg +qRt jas nQu uTY @@ -78097,7 +78097,7 @@ bMX cpy tiQ tiQ -fqi +jXr aLJ aLJ iZI @@ -78110,22 +78110,22 @@ cUg iZI dHj vNr -fLq -cdx -asU -asU -asU -asU -wmn -fLq -asU -kaA -nQD -nQD -nQD -qba -nQD -gnD +mlr +lbs +rlW +rlW +rlW +rlW +qAA +mlr +rlW +bUR +twp +twp +twp +tAZ +twp +gZE saC tiQ saC @@ -78140,39 +78140,39 @@ saC saC vjl qjG -kwL -nja -sEY -twa +pqO +tkn +hjt gof -xFe -xFe -xFe -xFe -ncQ -riS -vZo +tVC +oZI +oZI +oZI +oZI +toc +bnI +rMk aiO -kzO -ujj -sXO -riS +bHc +foL +wFE +bnI pAw tiQ bjd -xeT +sMl abL -sVC +bZI hNP hNP hNP hNP hNP vFD -scx -nvC -key -key +bev +ktt +bQw +bQw mPj cpy cpy @@ -78183,55 +78183,55 @@ ien ien ruv ilU -aZI +qaH umR qSH -lQO +fvs xjF xjF xjF -wGo +aov xjF gCO -clB +uYR wgW wgW jRT jRT -hfC +uVh xFp xZP -nMa -obY +sBl +nAI xAZ -gjl -fGl -nMa +teF +dha +sBl ulZ ulZ wIE -gnl -wAJ -lhr +arm +vbl +bNN hre oTY ulZ -nMa -obY +sBl +nAI xOw ykT -obY -nMa -cvd +nAI +sBl +ocX xXg -ass -ass -ass -ass -ass -ass -ass -wrf +lxw +lxw +lxw +lxw +lxw +lxw +lxw +caB rnB rnB rnB @@ -78241,10 +78241,10 @@ cpy tTD tTD rnB -sAa +uuX vNk vNk -geN +tpg xMO ozn xMO @@ -78253,9 +78253,9 @@ xMO nFN tQb mHv -vVG +sER wpH -nSn +bkO wiE wiE wiE @@ -78263,26 +78263,26 @@ wly yhi wiE wEW -nuD -mLN +lgq +toH jCU ild jwM -cEY -cEY +lte +lte vVS ild ild ild -cEY +lte jmG jmG -qpK +pAm uwT uwT uwT fWG -osS +cZx xzK jas jas @@ -78297,18 +78297,18 @@ jas jas jas jas -irZ +mdN eso mYS fnm -jkg +fmt jas -jZi -tJI -tJI +nIj +qRt +qRt jas -ncD -tJI +dGw +qRt jas nQu aEF @@ -78323,8 +78323,8 @@ bMX bMX cpy tiQ -oVU -mJc +syL +iXu aLJ dFR azz @@ -78337,22 +78337,22 @@ eJw iZI iZI fib -fLq -qba -asU -asU -asU -asU -wmn -fLq -asU -kaA -nQD -nQD -nQD -qba -nQD -nQD +mlr +tAZ +rlW +rlW +rlW +rlW +qAA +mlr +rlW +bUR +twp +twp +twp +tAZ +twp +twp tiQ tiQ saC @@ -78366,29 +78366,29 @@ saC saC qjG qjG -xFe -kwL -nja -bSY -twa -wsm -fNG -xFe -xFe -xFe -kwL +oZI +pqO +tkn +kNc +gof +rUx +hNJ +oZI +oZI +oZI +pqO saC saC xQc -ptA -lkn -nja -twa -taY +uXY +tNy +tkn +gof +rAS tiQ bjd -xeT -key +sMl +bQw abL qsW qsW @@ -78396,10 +78396,10 @@ qsW cgn mqx jZE -lBO +bQx pqQ -iaQ -aDb +gWT +gwf mPj cpy cpy @@ -78410,10 +78410,10 @@ ien iel iel iel -aZI +qaH pZo qSH -lQO +fvs xjF pTJ eHy @@ -78425,32 +78425,32 @@ xPW wgW jRT lol -hfC +uVh xFp xZP -nMa -fGl +sBl +dha xAZ djM -obY -nMa +nAI +sBl ulZ wIE eKm -lZG -haz -sbY +blP +cyh +mRb wIE bWA ulZ -nMa -obY +sBl +nAI xOw ykT -obY -nMa -cvd -rXN +nAI +sBl +ocX +fJc tTD sKJ sKJ @@ -78468,29 +78468,29 @@ tTD tTD rnB rnB -sAa +uuX xXg vNk vNk -sem -pfJ -cqG -eSN -maw -cjI +oUl +mnE +vSs +dvY +eap +ehT gFs pDU -tcQ +cBS vNk -rFk -gSe -mfu +ezD +tuc +tXQ pwu wly wiE taw -nOG -hXb +kEM +euk jmG jCU ild @@ -78504,38 +78504,38 @@ jkC jmG jmG ifx -deO +kZp uwT uwT uwT fWG -rxR +hzf jas jas -fGw -nVq -lmH -jvR -edr -ceM -itC -bGF -irZ -irZ +tSR +mlu +nnA +rNu +uph +nus +dlJ +rSu +mdN +mdN xcP -iUb +pZN vpe tJN rNv cYE -jkg +fmt aAI -bGv -tJI -hDo +eWM +qRt +sHV jas jas -clG +sZR jas rmp aEF @@ -78550,7 +78550,7 @@ bMX bMX cpy tiQ -eCh +wis iZI bNE dDS @@ -78564,22 +78564,22 @@ iZI iZI iZI aLJ -fLq -qba -kqz -nQD -hHg -bTf -wmn -fLq -asU -kaA +mlr +tAZ +aNn +twp +uoJ +lpD +qAA +mlr +rlW +bUR tiQ tiQ tiQ -aYC -nQD -nQD +bpU +twp +twp tiQ saC saC @@ -78587,46 +78587,46 @@ saC saC saC tiQ -kqV +sZf saC qjG qjG -xFe -xFe -xFe -sGd -cSM -sEY +oZI +oZI +oZI +tGq +mQY +hjt mnw qjG -xFe -xFe -xFe -xFe +oZI +oZI +oZI +oZI saC saC tiQ tiQ tiQ seF -sto -pVm +aID +puv yhz tiQ bjd eTQ -nqv +gMf kbb pMz yaH -lny +tCt lYK mqx mqx -bRc +kHM pqQ -iaQ -aDb +gWT +gwf mPj cpy cpy @@ -78637,10 +78637,10 @@ ien iel iel iel -aZI +qaH pZo vGp -lQO +fvs xjF vuc wgW @@ -78651,16 +78651,16 @@ wgW jiP wgW ydb -iWV -hfC +uqq +uVh xFp xZP -nMa -fGl +sBl +dha ykT djM -fGl -nMa +dha +sBl ulZ ulZ ulZ @@ -78670,14 +78670,14 @@ ulZ ulZ ulZ ulZ -nMa -gwE +sBl +kTB xOw xAZ -fGl -nMa -cvd -rXN +dha +sBl +ocX +fJc tTD sKJ tTD @@ -78695,7 +78695,7 @@ tTD tTD rnB rnB -sAa +uuX xXg vNk vNk @@ -78705,8 +78705,8 @@ vNk vNk vNk vNk -qMS -jLb +ryx +fau vNk vNk vNk @@ -78720,25 +78720,25 @@ jmG jmG jmG jmG -ats -ats +iTm +iTm jmG jmG -ats -ats +iTm +iTm jmG jmG jmG xzK -iNF +toe uwT uwT uwT uwT fWG -rxR +hzf jas -dCH +sww vpe vpe vpe @@ -78750,19 +78750,19 @@ vpe fhl ijR ijR -fdu +gjp myE hvD kjj naH kwj -ijV -xHI -dzk -tJI -hDo -tJI -vdS +rQl +pVW +rCr +qRt +sHV +qRt +rkk jas wFC aEF @@ -78777,8 +78777,8 @@ bMX bMX cpy tiQ -fqi -xSe +jXr +bpj azz aZD iZI @@ -78791,22 +78791,22 @@ ciS iZI iZI fFp -jsn +pDi nTl nTl nTl nTl nTl nTl -nQD -asU -kaA -nQD -nQD -nQD -qba -nQD -nQD +twp +rlW +bUR +twp +twp +twp +tAZ +twp +twp tiQ saC saC @@ -78814,46 +78814,46 @@ saC saC saC tiQ -rEF -twa -vGn -vlf -wGe -fRB -bbq -diy -iIk -pLR +ijs +gof +qql +swH +tYg +icQ +tck +fZX +hem +bec ugN pHT -mAK -xFe -xFe -xFe -kwL -vZo -iHY -svM -iHY -twa -nja -twa -mrY +aAl +oZI +oZI +oZI +pqO +rMk +efn +tRU +efn +gof +tkn +gof +hQo lTi bjd bjd -txJ -pir +nFm +mvD bjd -nEf -tAT +fIq +jrb lYK mqx mqx -bRc +kHM pqQ -iaQ -aDb +gWT +gwf mPj cpy cpy @@ -78864,10 +78864,10 @@ ien ien khG isa -aZI +qaH pZo vGp -lQO +fvs xjF dFn wWe @@ -78884,27 +78884,27 @@ xFp xZP pKX pKX -qEI -sXS +iuI +tDj pKX pKX ojp -gOA -gOA -gOA +uuJ +uuJ +uuJ ojp -gOA -gOA -gOA +uuJ +uuJ +uuJ ojp pKX pKX -saW -iqD +aPK +hNl pKX pKX -cvd -rXN +ocX +fJc tTD tTD tTD @@ -78922,7 +78922,7 @@ rnB rnB rnB rnB -sAa +uuX vNk vNk vdZ @@ -78930,18 +78930,18 @@ urd tvv vdZ vNk -bDW -ruN +jnL +vrv ngx xMO vNk -jgi -ile -vcG +fjy +stf +lXR vNk xvl -kbG -wZY +fNN +ffe xvl xvl jmG @@ -78956,15 +78956,15 @@ xzK jmG jmG xzK -iNF +toe uwT uwT uwT uwT uwT fWG -rxR -iUb +hzf +pZN vpe eso vpe @@ -78977,19 +78977,19 @@ eso vjr eso eso -iUb +pZN eso eso ipw vpe -irZ +mdN aAI -tJI -frq -qCu -tJI -tJI -mDM +qRt +aWH +ewL +qRt +qRt +fks jas bWv aEF @@ -79005,35 +79005,35 @@ bMX cpy tiQ jEu -fqi +jXr svW svW -fLq -fLq -fLq -fLq -xSe -fLq -iOD -sKD -fqi -jsn -jsn +mlr +mlr +mlr +mlr +bpj +mlr +lPi +mwx +jXr +pDi +pDi nTl nTl nTl nTl nTl nTl -nQD -nQD -kaA -nQD -nQD -nQD -qba -nQD -nQD +twp +twp +bUR +twp +twp +twp +tAZ +twp +twp tiQ tiQ saC @@ -79042,45 +79042,45 @@ saC saC tiQ jEu -twa +gof xYD fxh -kzp +oFG saC -sbA -nlN -twa +wnA +uyA +gof saC saC qjG yaj -xFe -lWw -xFe -kNP -xPq -iHY -cSP -vxu -nlN -ceq -bxd -cSP +oZI +afM +oZI +rpV +wiK +efn +nAA +uQQ +uyA +wRB +bZx +nAA qjG lTi bjd -eDO -dZL +mnF +gTd bjd bjd bjd lYK mqx mqx -bRc +kHM pqQ -iaQ -aDb +gWT +gwf mPj cpy cpy @@ -79091,15 +79091,15 @@ ien ssh tNQ vGp -aZI +qaH pZo vGp -lQO +fvs xjF xjF vwl fUx -ijN +dJw wZw ydb jll @@ -79110,28 +79110,28 @@ xjF xFp xZP pKX -vXu +fVp ykT kGb -qIT +vJE pKX -uJA -vrp -wsh -sEm +rQc +xJP +xVY +wjv ojp -sEm -exn -wsh -vrp +wjv +adL +xVY +xJP pKX -omE +mas kcd oig -dtB +gQz pKX -cvd -rXN +ocX +fJc tTD tTD tTD @@ -79143,13 +79143,13 @@ cpy cpy cpy rnB -qTD -aoL -sCA +rbx +fnJ +tDF rnB rnB rnB -sAa +uuX vNk pZA tGo @@ -79162,27 +79162,27 @@ ikZ vYL ozn vNk -pGa +xmh ozn pUo -vcG +lXR xvl -rMQ -adC +nSB +rPN xvl xvl teD xzK -dhD -dhD -dhD -dhD -dhD -dhD -dhD -dhD -dhD -iNF +qPM +qPM +qPM +qPM +qPM +qPM +qPM +qPM +qPM +toe uwT uwT cpy @@ -79190,8 +79190,8 @@ cpy uwT uwT fWG -cov -ygk +fkZ +bwT kwj xcX nyJ @@ -79203,19 +79203,19 @@ lWf lWf cxo vpe -irZ -iUb -ibx -irZ +mdN +pZN +mNk +mdN xFv -yez -irZ +ciE +mdN jas -lOz -mcM -lnq -fet -waK +fGS +aWv +onJ +xdk +wUo jas jas bWv @@ -79231,19 +79231,19 @@ bMX bMX cpy cpy -ebL -ovu -rlt -tYq -tYq -tYq -tYq -tYq -tAb -tYq -qDF -qVA -vhs +tAw +cvT +lap +gkR +gkR +gkR +gkR +gkR +tdn +gkR +odV +ufc +brL nTl nTl nTl @@ -79254,13 +79254,13 @@ nTl nTl nTl nTl -kaA -nQD -nQD -nQD -qba -nQD -nQD +bUR +twp +twp +twp +tAZ +twp +twp saC saC saC @@ -79269,45 +79269,45 @@ saC saC saC tiQ -nfC +dUs xYD -nja -gZy +tkn +llp saC saC -iJr -mVT +nOv +loY saC saC myV yaj qjG -xFe -xFe -kwL -jyj -vxu -twa -vxu -twa -hGD -kwL +oZI +oZI +pqO +uRk +uQQ +gof +uQQ +gof +wrh +pqO vDw -jDL +urH qjG bjd -eDO -dZL +mnF +gTd bjd fSf cZH -vzH +bIS mqx mKC -bRc -dZL -key -key +kHM +gTd +bQw +bQw mPj cpy cpy @@ -79315,13 +79315,13 @@ cpy cpy cpy ien -jTM -dGC -dGC -aZI -rFr +krI +bRs +bRs +qaH +jCy vGp -weH +hLi xFp xjF xjF @@ -79334,31 +79334,31 @@ xjF xjF xjF xFp -frK +eEp xZP -dfx +lFZ xAZ xAZ xOw ykT -cPr -xNN +xJp +rNn mSe nYF mSe -ijw +nCO mSe nDn hYV -eIe -cPr +gjz +xJp xAZ qqx pag bia -dfx -cvd -rXN +lFZ +ocX +fJc rnB tTD tTD @@ -79370,13 +79370,13 @@ cpy cpy cpy rnB -tBZ -bfF -mJO +lua +xfl +gdo tTD rnB rnB -sAa +uuX vJD tGh uUk @@ -79387,19 +79387,19 @@ vNk gyb xMO tQb -clH +rOT vNk -jgi +fjy xMO tQb -hFB +nBb xvl -oiI -kJU +mEX +wmm xvl xvl -hNt -fyX +idS +ePV fWG fWG fWG @@ -79417,8 +79417,8 @@ cpy uwT uwT uwT -rQG -iUb +rrh +pZN vpe vpe wwc @@ -79429,12 +79429,12 @@ eso vpe eso vpe -irZ +mdN jas jas jas jas -oLU +lXl jas jas jas @@ -79458,19 +79458,19 @@ bMX bMX cpy cpy -ebL -fLq -umw -asU -kRq -asU -asU -asU -asU -dJv -iZs -dJv -rXI +tAw +mlr +vGZ +rlW +dRM +rlW +rlW +rlW +rlW +stL +pZf +stL +jlp nTl nTl nTl @@ -79481,13 +79481,13 @@ nTl nTl nTl nTl -arH -tYq -tYq -tYq -eKU -nQD -nQD +mzQ +gkR +gkR +gkR +gkN +twp +twp saC saC saC @@ -79496,34 +79496,34 @@ saC saC saC xQc -iQq +wDQ xYD -cZg +rPr saC saC ncA -kSr -qDf +rrT +rzC saC -mVT -hsJ +loY +pSE lNA -qhV -cxX -qhV -nnA -cnZ -tSt -ssN -tSt -ssN -fbr -lQv -bxd +sFC +vaL +sFC +pIb +uPN +uLx +qvw +uLx +qvw +pcg +rBm +bZx qjG qjG bjd -key +bQw pqQ bjd fSf @@ -79531,10 +79531,10 @@ cZH mqx mqx mqx -bRc +kHM pqQ -iaQ -aDb +gWT +gwf mPj cpy cpy @@ -79542,50 +79542,50 @@ cpy wDj wDj wDj -mlL -mlL +tCE +tCE wDj wDj -atP +tEB vGp vGp -weH -frK -frK -siQ -frK -mVg -ogU -frK -xUD -frK -dDY -oJn -qSH -vko -jSY +hLi +eEp +eEp +hSV +eEp +qqL +ddB +eEp +dBJ +eEp +qjn +rRq +qSH +kmr +paU ykT axD kGb vKe -ahp -iOr +eMw +hFy dbF mHC mSZ -lyw +bMT aXx mSZ rsX -wOp -ahp +vYx +eMw qtx mTK sdC dvp -jSY -cvd -rXN +paU +ocX +fJc rnB rnB tTD @@ -79597,13 +79597,13 @@ cpy cpy cpy rnB -sYO -pLa -oeK +fPR +aiX +hBo tTD rnB rnB -sAa +uuX vJD tGh pBK @@ -79614,19 +79614,19 @@ vNk nYW vkD ngx -euk -ebh -itB +toO +rkH +lSr qDw ngx -pfJ -ebh +mnE +rkH xgA bsG -vyQ -heZ -pNP -fyX +xLb +aoW +qzk +ePV fWG fWG fWG @@ -79644,18 +79644,18 @@ cpy uwT uwT uwT -rQG +rrh jas -ibx -irZ -oeY -irZ +mNk +mdN +scB +mdN vpe vpe eso eso vpe -bGF +rSu jas jas cEj @@ -79664,7 +79664,7 @@ myE qHr vpe vxa -dFP +beS bWv bWv nQu @@ -79685,19 +79685,19 @@ bMX bMX cpy cpy -ebL -xsD -vPr -nQD -nQD -nQD -nQD -nQD -nQD -aaE -dXF -oxO -jsn +tAw +gLL +cql +twp +twp +twp +twp +twp +twp +pYc +gYH +wUX +pDi nTl nTl nTl @@ -79708,13 +79708,13 @@ nTl nTl nTl nTl -uRJ -hQL -wNA -hQL -hQL -hQL -rpl +liL +dFy +wJx +dFy +dFy +dFy +bMl saC saC saC @@ -79723,63 +79723,63 @@ saC saC saC xQc -twa -twa -nja +gof +gof +tkn kFo saC -ooH -fFb -bvE -bvE -iJr -nja -gof -xFe -xFe -dFL -ivo -khz -vxu -twa -vxu -cSP +aMZ +atM +bAU +bAU +nOv +tkn +tVC +oZI +oZI +lmh +aSt +dfb +uQQ gof -xFe -cCm -cSP +uQQ +nAA +tVC +oZI +xPG +nAA vKP bjd -key +bQw pqQ bjd fSf -pif +fAl qsW qsW qsW -xrD +dpp pqQ -iaQ -aDb +gWT +gwf mPj cpy cpy wDj nJV -cRi -eIj -jQN -bWe -bFS +tzJ +dku +lid +nhm +juq wDj -cDB +jLz vGp vGp vGp vGp vGp -siQ +hSV vGp vxg vGp @@ -79789,30 +79789,30 @@ qSH qSH qSH qSH -vko +kmr pKX -cxx +xUz ykT djM -exG +dpN pKX -uJA -xcS -uJA -wsh +rQc +vYj +rQc +xVY ojp -cZq -wsh -vsP -uJA +jNx +xVY +meZ +rQc pKX -hFr +uNK gNn mgb -fCf +odP pKX -cvd -rXN +ocX +fJc rnB rnB tTD @@ -79830,7 +79830,7 @@ tTD rnB rnB rnB -sAa +uuX vJD tGo ugR @@ -79841,19 +79841,19 @@ vNk xMO xMO kwK -bQw -bze -mWm +rVG +bIM +oGN hIx nNM -wrX -bze +cWc +bIM aSZ acE -vyQ -heZ -pNP -fyX +xLb +aoW +qzk +ePV fWG fWG cpy @@ -79871,18 +79871,18 @@ uwT uwT uwT uwT -rQG +rrh jas jas jas jas jas -vTL +ked vpe vpe eso vpe -oHf +bgY jas cEj vpe @@ -79912,19 +79912,19 @@ bMX bMX cpy cpy -ebL -dLb -rij -nQD -nQD -gnD -fZD -nQD -iqE +tAw +leW +dhq +twp +twp +gZE +pku +twp +ucy eBi cUl dhX -hsf +ajN nTl nTl nTl @@ -79935,13 +79935,13 @@ nTl nTl nTl nTl -jsn -jsn -nQD -nQD -nQD -nQD -nQD +pDi +pDi +twp +twp +twp +twp +twp saC saC saC @@ -79950,63 +79950,63 @@ saC saC saC xQc -sEY -sEY -sto -mVT -ptR -jKE +hjt +hjt +aID +loY +oJD +fMY xYD -bRZ -bvE -kdc -nja +mgo +bAU +uGD +tkn +tVC +oZI +oZI +oZI +kXk gof -xFe -xFe -xFe -gVU -twa -vxu -twa -vxu -miX +uQQ gof -fNG -kwL -uus +uQQ +qEP +tVC +hNJ +pqO +nOZ qjG bjd -key +bQw pqQ bjd bjd bjd -eDO -eDO -eDO -key +mnF +mnF +mnF +bQw pqQ -iaQ -aDb +gWT +gwf mPj cpy cpy wDj -iHM +dZc ezo eJR iDH eJR -stR -kcF -npC +qRY +ouc +gbO vGp vGp vGp vGp vGp -siQ +hSV nUO hqZ vGp @@ -80016,30 +80016,30 @@ rMR qSH qSH vGp -vko +kmr pKX pKX -wTS -tVO +bMk +fWV pKX pKX ojp -gOA -gOA -gOA +uuJ +uuJ +uuJ ojp -gOA -gOA -gOA +uuJ +uuJ +uuJ ojp pKX pKX -rck -etS +esO +dSb pKX pKX -cvd -rXN +ocX +fJc rnB rnB tTD @@ -80057,7 +80057,7 @@ tTD rnB rnB rnB -sAa +uuX vJD tGo tCL @@ -80068,19 +80068,19 @@ vNk hAy xMO ngx -sqR +eDh vNk vNk vNk vNk vNk xvl -pLd -cHi +vCJ +vSy xvl xvl -pNP -fyX +qzk +ePV fWG cpy uwT @@ -80098,26 +80098,26 @@ uwT uwT uwT uwT -iFP -dhD -dhD -dhD +pgA +qPM +qPM +qPM xzK jas jas -gRd +moC vpe eso gRi -bGF +rSu jas -rnU +oEQ vpe -rnU +oEQ eso -rnU +oEQ vpe -qZe +dlL jas jas jas @@ -80139,19 +80139,19 @@ bMX bMX cpy cpy -ebL -mQS -qba -asU -asU -asU -bMS -asU -asU -tlJ -oVX -nhe -luW +tAw +tQe +tAZ +rlW +rlW +rlW +vwX +rlW +rlW +eus +hfL +taL +clp nTl nTl nTl @@ -80162,13 +80162,13 @@ nTl nTl nTl nTl -fvI -cLU -cLU -jvQ -jBg -nQD -nQD +rGz +bZO +bZO +gXH +cSw +twp +twp saC saC saC @@ -80177,63 +80177,63 @@ saC saC saC xQc -dWj -twa -nja -mVT -ujn -tUA -yaT -eaI -vtY -mVT -tgQ +eQJ gof -xFe -xFe -xFe -gVU -twa -iHY -aUm -vxu -miX -hvH -pdR -riS -rEF +tkn +loY +jRV +ete +fYF +rVs +anr +loY +wym +tVC +oZI +oZI +oZI +kXk +gof +efn +ivt +uQQ +qEP +teW +iEi +bnI +ijs lTi bjd -key -scx -eiT -bYU -xsz -qZi -qZi -qZi -key +bQw +bev +kFn +cfN +xaX +sPu +sPu +sPu +bQw pqQ -iaQ +gWT mPj mPj mPj mPj wDj -xpy +lEP eJR kbH iHD ksk -wEe -pNh -qLD +wJe +rEx +sFD qSH vGp vGp vGp vGp -siQ +hSV nWq vGp qSH @@ -80243,13 +80243,13 @@ qSH qSH vGp vGp -vko -nMa -obY +kmr +sBl +nAI ykT xOw -obY -nMa +nAI +sBl fkj fkj fkj @@ -80259,14 +80259,14 @@ fkj fkj fkj fkj -nMa -fZh +sBl +jte iGn uOp -tfz -nMa -cvd -rXN +uEn +sBl +ocX +fJc rnB rnB rnB @@ -80284,30 +80284,30 @@ tTD rnB tTD rnB -sAa +uuX vNk qfK wjf wjf uNp tGo -jXW +lBb xMO eZM hZL -pfJ +mnE vNk vNk -msG -hFB +fdH +nBb vNk xvl -iaT -whI +seT +uFZ xvl xvl -pNP -fyX +qzk +ePV dBD sps sps @@ -80329,22 +80329,22 @@ uwT uwT uwT uwT -rQG +rrh xzK jas -dDE +vqU vpe eso eso -bGF +rSu jas -qZe +dlL oJj -qZe +dlL eFb -rnU +oEQ eso -qZe +dlL jas ctE jas @@ -80366,19 +80366,19 @@ bMX bMX cpy cpy -ebL -lIY -oBb -jvQ -jvQ -jvQ -jvQ -jvQ -jvQ -jvQ -vYS -aUf -jvQ +tAw +qzB +cUo +gXH +gXH +gXH +gXH +gXH +gXH +gXH +pqe +ckL +gXH nTl nTl nTl @@ -80389,13 +80389,13 @@ nTl nTl nTl nTl -aod -nQD -nQD -nQD -qba -nQD -nQD +rvb +twp +twp +twp +tAZ +twp +twp saC saC saC @@ -80404,63 +80404,63 @@ saC saC saC tiQ -kWC +lwx xYD -wGR -mVT -mVT -sAZ -rOt -fkg -mVT -mVT -nja -gof -aqf -xFe -ncQ -nuv -aAL -iHY -pbv -vxu -mHD -cSP -vaP -mHD -dQj +iTh +loY +loY +lEy +hPU +cSC +loY +loY +tkn +tVC +xOJ +oZI +toc +xyZ +wYB +efn +dcV +uQQ +trX +nAA +cNh +trX +uzH tiQ bjd -waW -eDO -eDO -mSJ -dZL -qZi -qZi -qZi -key -dZL -key -key -key +tro +mnF +mnF +hIY +gTd +sPu +sPu +sPu +bQw +gTd +bQw +bQw +bQw bjd bjd mPj -bVl +luZ ftd lTd iJE -cCh -nXr +ibq +iRF wDj -tEX +gRg qSH qSH vGp vGp vGp -siQ +hSV tkL vGp qSH @@ -80470,30 +80470,30 @@ qSH qSH vGp vGp -vko -nMa -obY +kmr +sBl +nAI xAZ djM -fGl -nMa +dha +sBl fkj mtI mHU -xYM -gLW -qxV +jXK +nyV +gBI bWd jHi fkj -nMa -kdZ +sBl +fbF sAp vHw -oin -nMa -cvd -rXN +oCy +sBl +ocX +fJc rnB sKJ sKJ @@ -80511,30 +80511,30 @@ tTD tTD rnB rnB -tIA +bon vNk xHr xez xez xez veT -vlh +dvR uQr ngb hMT -mWm -kEm -wrX +oGN +oFH +cWc qAt -fBZ +djW vNk -vyQ +xLb xhD acE -vyQ -heZ -pNP -fyX +xLb +aoW +qzk +ePV qjO ylo ylo @@ -80550,19 +80550,19 @@ ybj uwT uwT uwT -kVH -oUH -oUH -oUH -oUH -oUH +ltc +kGe +kGe +kGe +kGe +kGe xzK xzK jas jas -iUb -iUb -iUb +pZN +pZN +pZN jas jas jas @@ -80594,35 +80594,35 @@ bMX cpy tiQ jEu -lIY +qzB svW svW -iWx -fLq -fLq -fLq -fLq -fLq -iOD -wmn -fLq -nQD -nQD +kst +mlr +mlr +mlr +mlr +mlr +lPi +qAA +mlr +twp +twp nTl nTl nTl nTl nTl nTl -jsn -nQD -wmn -nQD -nQD -nQD -cuQ -nQD -nQD +pDi +twp +qAA +twp +twp +twp +oQE +twp +twp hOy saC saC @@ -80631,63 +80631,63 @@ saC saC tiQ jEu -twa +gof xYD -wGR -twa -mVT -mVT -iJr -mVT -mVT -kls -nja -wsm -lWw -xFe -kwL +iTh +gof +loY +loY +nOv +loY +loY +fKi +tkn +rUx +afM +oZI +pqO saC saC tiQ tiQ tiQ seF -sEY -pVm +hjt +puv seF tiQ tiQ bjd -fFr -wUD -key +sAa +jFd +bQw bjd -xeT -qZi -qZi -qZi -qZi -hLW -wRA -wRA -wRA -fjO -qnt +sMl +sPu +sPu +sPu +sPu +pMo +oDK +oDK +oDK +nzH +jjB mPj -uEu +nSg axN eJR -dnW +mVy wDj wDj wDj -vXB +amV xSv xSv xSv lTV lTV -qMN +wNg lTV dCY qSH @@ -80697,38 +80697,38 @@ qSH vGp vGp vGp -vko -nMa -fGl +kmr +sBl +dha xAZ xOw -cOg -nMa +kBP +sBl gUi jHi fkj -gnl -wAJ -lhr +arm +vbl +bNN mHU fkj fkj -nMa -obY +sBl +nAI xOw snb -xPT -nMa -cvd +iIL +sBl +ocX xXg -fjB -fjB -fjB -fjB -fjB -fjB -fjB -fjB +bIH +bIH +bIH +bIH +bIH +bIH +bIH +bIH rnB rnB rnB @@ -80738,35 +80738,35 @@ tTD tTD rnB rnB -sAa +uuX vNk qfK uNp uNp ugR tGh -jXW +lBb cct gbm ozn -itB +lSr vNk -dWz +wuy chR -fEB +vGs vNk -aep +mPP xgA acE -vyQ -heZ -pNP -fyX +xLb +aoW +qzk +ePV qjO ylo -gOr -hVG -aeG +cMO +nYn +esk ylo yaf uwT @@ -80777,7 +80777,7 @@ uwT uwT uwT uwT -rQG +rrh uzI dDq dDq @@ -80788,9 +80788,9 @@ uzI uzI uzI ybz -kim -kim -kim +rzZ +rzZ +rzZ cpy cpy cpy @@ -80820,8 +80820,8 @@ bMX bMX saC tiQ -rmR -xSe +lwX +bpj azz azz azz @@ -80834,22 +80834,22 @@ dDS fFw iZI iZI -nQD +twp nTl nTl nTl nTl nTl nTl -nQD -asU -wmn -nQD -nQD -nQD -qba -nQD -nQD +twp +rlW +qAA +twp +twp +twp +tAZ +twp +twp tiQ saC saC @@ -80857,64 +80857,64 @@ saC saC saC tiQ -dWj -twa +eQJ +gof xYD fxh -mHD -sEY -dEF -twa -twa -twa -twa -ceq -bWu +trX +hjt +uSg +gof +gof +gof +gof +wRB +gbM saC saC saC saC tiQ tiQ -wtb -cSP -cSP -twa -twa -jkq +hhY +nAA +nAA +gof +gof +jLw tiQ tiQ bjd -sFk -sFk +ifb +ifb bjd bjd -lhF -uUA -qZi -qZi -qZi -qZi -qZi -qZi -qZi -srF -dLH -bYU +gxm +iki +sPu +sPu +sPu +sPu +sPu +sPu +sPu +wef +oSj +cfN lAa gjA -stR +qRY wDj wDj xFp xFp -atP +tEB qSH qSH qSH qSH vGp -siQ +hSV vGp umR qSH @@ -80923,30 +80923,30 @@ qSH qSH vGp vGp -lTP +lqA xZP -nMa -obY -cxx -iMi -obY -nMa +sBl +nAI +xUz +nde +nAI +sBl fkj fkj mHU -lZG -haz -sbY +blP +cyh +mRb fkj mtI fkj -nMa -fGl +sBl +dha bSa xAZ -obY -nMa -cvd +nAI +sBl +ocX xXg wIi tTK @@ -80956,7 +80956,7 @@ tTK tTK tTK xXg -ozy +lUB rnB rnB cpy @@ -80965,7 +80965,7 @@ rnB tTD rnB rnB -sAa +uuX vJD tGh uNp @@ -80976,24 +80976,24 @@ vNk hAy xMO ozn -itB +lSr vNk -tzj +ffR ozn -pfJ +mnE vNk xvl -cQy -cHi +gWV +vSy xvl xvl -pNP -fyX +qzk +ePV qjO ylo -aeG +esk ttC -gOr +cMO ylo mkm uwT @@ -81004,17 +81004,17 @@ pLu uwT uwT uwT -rQG -tGE -pUY -pUY -qZl -qZl -qZl -lyt -mcQ +rrh +czB +mFS +mFS +jdP +jdP +jdP +dtT +cgk tos -cpb +vvA wQa wQa wQa @@ -81061,22 +81061,22 @@ dDS iZI iZI iZI -fLq -qba -oAn -jsn -jsn -gQe -wmn -fLq -aBK -wmn +mlr +tAZ +fzN +pDi +pDi +lnb +qAA +mlr +hyx +qAA tiQ tiQ tiQ -qba -nQD -nQD +tAZ +twp +twp tiQ saC saC @@ -81084,64 +81084,64 @@ saC saC saC tiQ -dWj -qKC -jGw -sTT +eQJ +uwo +nAy +sXf pEs -pLR -crO +bec +fbt pEs -hKr -bSZ -bSZ -leb -xFe -xFe +rZd +erH +erH +klU +oZI +oZI saC saC saC tiQ -qMn -gtZ -qKC -jGw -jGw -bxd -ltl -edc +bzZ +vVm +uwo +nAy +nAy +bZx +etF +kwe tiQ bjd -ptB -iWL +ovY +lHe bjd bjd -rjN -rKQ -uUA -qZi -qZi -qZi -qZi -qZi -qZi -lrT -jlf -mSJ +jqI +qSX +iki +sPu +sPu +sPu +sPu +sPu +sPu +kdb +sbA +hIY iJE gok -stR -mlL -txd -qJh -qhR -atP +qRY +tCE +mLY +ngV +rYh +tEB qSH qSH qSH vGp vGp -siQ +hSV qSH umR qSH @@ -81149,13 +81149,13 @@ qSH qSH vGp vGp -lTP +lqA xFp pKX pKX pKX -yhe -esA +kGl +bBm pKX pKX pKX @@ -81168,12 +81168,12 @@ fkj fkj fkj pKX -fGl -tcP -exG -obY +dha +hVW +dpN +nAI pKX -cvd +ocX xXg tTK tTK @@ -81184,7 +81184,7 @@ tTK tTK tTK gjt -ozy +lUB cpy cpy rnB @@ -81192,7 +81192,7 @@ rnB tTD rnB sKJ -sAa +uuX vJD fMP uNp @@ -81203,24 +81203,24 @@ vNk bXO xMO ozn -rOZ +mdQ vNk -aln +gEM ddK -gGJ +ftT vNk xvl -gla -oUU +iit +knK xvl xvl -pNP -fyX +qzk +ePV qjO jOF -nua +mys pLs -ygr +iSY ylo mkm uwT @@ -81231,17 +81231,17 @@ tXW uwT uwT uwT -rQG -tGE -pUY -hVz -hVz +rrh +czB +mFS +msu +msu xPH -hVz -lyt -mcQ +msu +dtT +cgk tos -cpb +vvA wQa wQa wQa @@ -81274,8 +81274,8 @@ bMX bMX saC saC -ijZ -tAc +ktI +ups aLJ aLJ iZI @@ -81288,22 +81288,22 @@ eOe iZI iZI fFw -fLq -qba -asU -kcA -kcA -kcA -wmn -fLq -asU -wmn -nQD -nQD -nQD -qba -nQD -nQD +mlr +tAZ +rlW +eDQ +eDQ +eDQ +qAA +mlr +rlW +qAA +twp +twp +twp +tAZ +twp +twp tiQ tiQ saC @@ -81311,93 +81311,93 @@ saC saC saC tiQ -twa gof -xFe -kwL -twa -sEY -dEF -twa -pJb -xFe -xFe -cwf -xFe -xFe -xFe -saC -saC -tiQ -iHn -qLY -voJ -dml -gMt -lQv -bxd -mcK +tVC +oZI +pqO +gof +hjt +uSg +gof +ity +oZI +oZI +vNC +oZI +oZI +oZI +saC +saC +tiQ +nuH +aci +wQh +bbQ +egy +rBm +bZx +aMt tiQ bjd -ptB -iWL -ptB +ovY +lHe +ovY bjd bjd -eDO -hLW -wRA -sbS -sbS -sbS -wRA -wRA -iUa -wUE +mnF +pMo +oDK +qAU +qAU +qAU +oDK +oDK +iBj +pdX mPj -stR +qRY iJE -stR -mlL -rut -fuU -rEO -atP +qRY +tCE +aeY +xVX +tml +tEB qSH qSH vGp vGp -lTP -siQ -dGC -wdb -glh -dGC -dGC -dGC -dGC +lqA +hSV +bRs +voY +pRE +bRs +bRs +bRs +bRs xFp tDS tDS -mDn -ahT -ewz -azq -oWi -dPk +aFm +jcz +cSR +wyR +uan +aYe tDS -gXG -gXG +rHI +rHI tDS tDS -gXG -gXG +rHI +rHI tDS gdO gdO gdO -sdH -eiz +eEo +mQz gdO gdO tTK @@ -81411,7 +81411,7 @@ tTK tTK tTK tTK -rXN +fJc rnB cpy cpy @@ -81419,7 +81419,7 @@ rnB tTD tTD tTD -sAa +uuX vJD qdS ugR @@ -81430,24 +81430,24 @@ vNk vwH xMO ozn -pfJ +mnE vNk -tzj +ffR kSs -gGJ +ftT vNk -fIm +lJa xhD bsG -fIm -heZ -pNP -fyX +lJa +aoW +qzk +ePV qjO ylo -izh -oYc -izh +dqu +xyA +dqu ylo syB uwT @@ -81458,17 +81458,17 @@ fWG uwT uwT uwT -rQG -nnZ -pUY -hVz -hVz +rrh +cDg +mFS +msu +msu acp -hVz -lyt -mcQ +msu +dtT +cgk tos -cpb +vvA wQa wQa wQa @@ -81502,7 +81502,7 @@ bMX saC saC saC -ijZ +ktI aLJ aLJ aLJ @@ -81515,23 +81515,23 @@ dDS fpn iZI oim -fLq -qba -asU -asU -kcA -gDe -nnE -cks -kcA -wmn -nQD -nQD -nQD -cuQ -nQD -nQD -kcA +mlr +tAZ +rlW +rlW +eDQ +vgu +gde +ugp +eDQ +qAA +twp +twp +twp +oQE +twp +twp +eDQ tiQ saC saC @@ -81539,106 +81539,106 @@ saC tiQ tiQ vjl +tVC +oZI +pqO +xfw +tiQ +tiQ +wDQ +aHq +oZI +oZI +vNC +oZI +oZI +oZI +pqO gof -xFe -kwL -kzi -tiQ -tiQ -iQq -iTj -xFe -xFe -cwf -xFe -xFe -xFe -kwL -twa idX -eus -hvq -qKC -iXv -oHZ -bxd -pwF -aUY +koC +wwt +uwo +bUz +gNM +bZx +wpB +hVc vKP bjd -eDO -aDb -eDO +mnF +gwf +mnF bjd bjd -eDO -qZi -qZi -qZi -qZi -eDO -eDO -eDO +mnF +sPu +sPu +sPu +sPu +mnF +mnF +mnF bjd bjd mPj -dyX -stR -rMB +gIl +qRY +uWs wDj -amn -fws -aBe -atP +sDQ +jtt +iJb +tEB qSH vGp vGp -lTP +lqA xFp tDS tDS -oFP -gXG +brO +rHI tDS -gXG -gXG +rHI +rHI tDS tDS tDS -pax -bFc -jyA +eRK +grf +qfT xDM lwW -reU -ahT -sTd -fRh -fRh +vux +jcz +hpF +gdm +gdm tDS -hgf -nsS -yjZ -suz +aNW +oRT +wXt +toD gdO -hRH -mIf -mtY -wCo -noh -uGo +xVv +omI +oVR +rXS +gMv +cEO tTK -kuV -gJa -eud -sIy +yel +hZV +eOX +pdq tTK -wyN -jwt -hbl +aoZ +kxv +luq tTK tTK -rXN +fJc rnB cpy cpy @@ -81646,7 +81646,7 @@ tTD tTD tTD tTD -sAa +uuX vJD xcJ ugR @@ -81657,23 +81657,23 @@ vNk fko xMO xMO -pfJ +mnE urv -pfJ +mnE xMO -itB +lSr vNk -fIm +lJa xhD bsG -vyQ -heZ -pNP -fyX +xLb +aoW +qzk +ePV qjO ylo ylo -uJG +nSd ylo ylo syB @@ -81685,17 +81685,17 @@ fWG uwT uwT uwT -rQG +rrh uzI -qZl -hVz -vzx +jdP +msu +cxa acp xPH -lyt -mcQ +dtT +cgk tos -cpb +vvA wQa wQa wQa @@ -81730,7 +81730,7 @@ saC saC saC saC -ijZ +ktI aLJ aLJ dFT @@ -81742,23 +81742,23 @@ cVy iZI dJs svW -fLq -qba -asU -asU -asU -asU -wmn -fLq -jsn -wmn -nQD -nQD -nQD -qba -nQD -jsn -kcA +mlr +tAZ +rlW +rlW +rlW +rlW +qAA +mlr +pDi +qAA +twp +twp +twp +tAZ +twp +pDi +eDQ saC saC saC @@ -81767,105 +81767,105 @@ saC saC saC saC -xFe +oZI saC saC tiQ tiQ -twa gof -xFe -fEa -oZt -xFe -xFe -oAk -kwL -mHD -eOd -twa +tVC +oZI +bQX +sYZ +oZI +oZI +sao +pqO +trX +fKb gof -qrn +tVC +fQF lmY lmY -gfI -kwL -twa +gCA +pqO +gof qjG bjd -eDO -key -key -ptB +mnF +bQw +bQw +ovY bjd -eDO -qZi -qZi -qZi -eDO +mnF +sPu +sPu +sPu +mnF wDj wDj wDj wDj wDj wDj -mlL -gsW -mlL +tCE +iuT +tCE wDj xFp xFp -frK -oBu +eEp +oqN vGp vGp vGp -lQO +fvs tDS tDS -vvI -aHY -oWi -gxR -oWi -bxk -cgx -bJw +oiV +fMy +uan +rvB +uan +uYZ +rUO +uap tDS -pYT -veU +tjk +qfV kYH lkH lwZ jUn -cHS -iik -pTr -fRh +fQh +xmu +hBw +gdm tDS -xbJ -gwe -fOS -iXb +wlE +izf +xfP +cGh gdO gdO -hUy +xxO oyr pbN -kGt +pdE gdO tTK -kuV -mlu -gBg +yel +fdj +mtS tTK tTK -uqA -ulM -bxh -vyM +khy +dIg +nUi +ets tTK -rXN +fJc cpy cpy rnB @@ -81873,7 +81873,7 @@ tTD tTD tTD tTD -sAa +uuX vNk wlw tGh @@ -81884,19 +81884,19 @@ vNk bXO ozn xMO -pfJ +mnE urv -pfJ +mnE ozn -pfJ +mnE vNk xvl -rMQ -adC +nSB +rPN xvl xvl -pNP -fyX +qzk +ePV gBy mUr kSm @@ -81912,17 +81912,17 @@ fWG uwT uwT uwT -rQG +rrh uzI -qZl +jdP xPH acp xPH xPH -fSK -mcQ +jPV +cgk tos -cpb +vvA wQa wQa wQa @@ -81969,23 +81969,23 @@ dDS fFw iZI svW -fLq -qba -asU -fLq -fLq -asU -wmn -fLq -jsn -sLE +mlr +tAZ +rlW +mlr +mlr +rlW +qAA +mlr +pDi +nkr tiQ tiQ tiQ -hVs -jsn -jsn -gDe +wRS +pDi +pDi +vgu saC saC saC @@ -82000,99 +82000,99 @@ saC tiQ tiQ saC -vGn -vlf -oaO -pdR -pdR -pdR -pdR -riS -twa -sEY -twa +qql +swH +hcr +iEi +iEi +iEi +iEi +bnI gof -qrn +hjt +gof +tVC +fQF lmY lmY -gfI -kwL -cSP +gCA +pqO +nAA qjG bjd -key -aDb -aDb -eDO -mSJ -eDO -qZi -qZi -eDO +bQw +gwf +gwf +mnF +hIY +mnF +sPu +sPu +mnF wDj wDj -bjx -bjx -bjx +kTS +kTS +kTS wDj -jsr -bjx -bjx -bjx +gPl +kTS +kTS +kTS wDj xFp -sdS +bsY qSH umR vGp vGp vGp -lQO -ayc -uyn -nsS -wDW -fTf -xzq -cLu -cLu -eyg -iOC -tMg -rWe -eXC +fvs +wYK +dKE +oRT +whY +wUq +klA +qQK +qQK +noq +wJR +nZL +kNk +udJ kZj oGF pVo wGY fRS iXZ -uox -nsS +lur +oRT tDS -mjP -ikX -vAp -iOC -kzW -hIT -dZf +qOj +vmz +mKM +wJR +fgw +bIw +ptg uuH pej -uoS -knC +vHS +rEd tTK -swg -uwD -gBg +bZn +nyd +mtS tTK -mpB -hLU -rHG -kvZ -xyx +kRH +pqJ +pfm +veZ +oKr tTK -rXN +fJc cpy rnB tTD @@ -82100,7 +82100,7 @@ rnB rnB tTD rnB -sAa +uuX vNk vNk tFB @@ -82108,22 +82108,22 @@ uuB uuB tMT vNk -wcK -pfJ -pfJ -sPD +vYP +mnE +mnE +hst vNk -nmJ +biq ozn -iXA +mzh vNk -mux +lgI xgA acE -fIm +lJa xvl -pNP -fyX +qzk +ePV fWG fWG uwT @@ -82139,17 +82139,17 @@ fWG uwT uwT uwT -rQG -tGE -pUY -hVz -hVz -hVz -hVz -fSK -mcQ +rrh +czB +mFS +msu +msu +msu +msu +jPV +cgk tos -cpb +vvA wQa wQa cex @@ -82165,7 +82165,7 @@ ctE ctE jas jas -bXY +dtF jas jas cpy @@ -82195,23 +82195,23 @@ fib gbQ jYj jYj -hQL -qWb -vBF -ktb +dFy +weP +hhv +mQx nTl nTl -fLq -wmn -fLq -nQD -wmn -nQD -nQD -nQD -hVs -jsn -jsn +mlr +qAA +mlr +twp +qAA +twp +twp +twp +wRS +pDi +pDi saC saC saC @@ -82226,100 +82226,100 @@ saC saC tiQ tiQ -twa -twa -nja -twa -twa -twa -pbv -twa -twa -twa +gof +gof +tkn +gof +gof +gof +dcV +gof +gof +gof idX -mKU -hvq -hvH -tTF -jfQ -riS -kTW -aUY +lEK +wwt +teW +mcz +bKQ +bnI +qlI +hVc qjG bjd -rbY -aDb -aDb -key -mSJ -vsg -mAJ -mAJ -wsp +ngJ +gwf +gwf +bQw +hIY +sGn +cTB +cTB +xuX wDj -bjx +kTS eJR eJR -mEC -mlL -bjx +lbE +tCE +kTS eJR eJR -bvS -mlL +nhc +tCE xFp -sdS +bsY qSH umR vGp vGp vGp -lQO -tMg -qvd -vOm +fvs +nZL +lfc +gDW mhT sWr wGY sWr krK -cWN -tRC +nUl +lZa tDS -hir -pNQ +uSy +jGU kZB lHV lwW sWr qBb iXZ -aSQ -pqt +iHN +yjO tDS -blM -iOP -cWN -hNX -rlG -mVA -wWI +rYj +pfs +nUl +dLB +dTY +dwV +dpL xxw pej -uoS -gsi +vHS +rCb tTK -dKA -wyO -pin +vwd +skt +lLx tTK tTK tTK -pzV +lwa tTK tTK tTK -rXN +fJc cpy tTD tTD @@ -82327,7 +82327,7 @@ tTD tTD tTD tTD -sAa +uuX wIi vNk vNk @@ -82336,21 +82336,21 @@ vJD vNk vNk vNk -vMy +gZn vNk vNk vNk -cDf +pxH xiu -gng +kwF vNk -vyQ +xLb xgA acE -fIm -mso -pNP -fyX +lJa +qWT +qzk +ePV cpy cpy uwT @@ -82366,17 +82366,17 @@ uwT uwT uwT uwT -rQG -tGE -pUY -hVz -hVz -hVz -vzx -fSK -mcQ +rrh +czB +mFS +msu +msu +msu +cxa +jPV +cgk tos -cpb +vvA cex cex eXG @@ -82391,9 +82391,9 @@ abo abo jas jas -xAE +ocD vpe -ibx +mNk jas jas cpy @@ -82422,21 +82422,21 @@ iZI dDS iZI iZI -nQD -cks -iSP -wwD +twp +ugp +wtE +orq nTl nTl -lFp -wmn -fLq -nQD -wmn -nQD -nQD -jsn -hVs +ngl +qAA +mlr +twp +qAA +twp +twp +pDi +wRS saC saC saC @@ -82454,66 +82454,66 @@ tiQ tiQ tiQ tiQ -brU -gRT -brU -brU +jDP +kXb +jDP +jDP tiQ tiQ tiQ tiQ tiQ tiQ -kzO -wHH -laE -oAd -hKo -rfL -qwd -vaP +bHc +qBa +kMG +ktC +qSN +gNC +xBb +cNh lTi bjd -rbY -key -maV -eDO +ngJ +bQw +dAo +mnF bjd bjd -bcT -vuw -bcT +lti +oEi +lti wDj -bjx +kTS eJR iJE -uxC -mlL -bjx +mfo +tCE +kTS rlB azE -hTM -mlL +jXd +tCE xFp -sdS +bsY qSH umR vGp vGp vGp -lQO +fvs tDS -miE -qow +bXV +dGq xcE tDS -jUv +iLl xuk kHP wxZ -ovj -tzS -aCl +paE +qhD +usc nIa jvu qZT @@ -82522,31 +82522,31 @@ ngY vEW iYm wgf -cir -udH -rRn -qow -uox -nsS -mWj -vsO -dZf +srC +nIz +qiY +dGq +lur +oRT +iNL +fYL +ptg nhD pfN -uoS -knC +vHS +rEd tTK -hsU -tDb -apN -tpW -bYi -aAe -daj -jEb -sZg -die -rXN +oWu +uFJ +eFy +lES +csp +szH +sfB +lUz +rKI +ssm +fJc tTD tTD rnB @@ -82554,9 +82554,9 @@ tTD tTD tTD tTD -sAa +uuX xXg -jAH +bht aGE uvC vfC @@ -82567,17 +82567,17 @@ rMz xXg vNk vNk -iUx -iUx +fmS +fmS vNk vNk -aep +mPP xgA bsG -fIm +lJa xvl -pNP -fyX +qzk +ePV cpy uwT uwT @@ -82593,17 +82593,17 @@ uwT uwT uwT uwT -rQG -nnZ -pUY -pUY -qZl -qZl -pUY -fSK -mcQ +rrh +cDg +mFS +mFS +jdP +jdP +mFS +jPV +cgk tos -cpb +vvA eXG eXG eXG @@ -82617,11 +82617,11 @@ cpy cpy abo jas -uvj +wQg vpe eso eso -odh +tsm jas cpy cpy @@ -82641,7 +82641,7 @@ saC saC saC saC -wgI +fmX aLJ aLJ aLJ @@ -82649,20 +82649,20 @@ iZI dDS iZI iZI -nQD -fLq -qba -vIZ +twp +mlr +tAZ +fab nTl nTl -fLq -wmn -fLq -nQD -wmn -nQD -nQD -jsn +mlr +qAA +mlr +twp +qAA +twp +twp +pDi saC saC saC @@ -82676,34 +82676,34 @@ saC saC saC tiQ -cHr -eCB -vOo -pHZ -qSD -mah -lnG -wiQ -wiQ -hEz -kxA +hgP +pHy +opx +xtK +iNM +eIh +bTU +okk +okk +kjF +hwC mQd nbj saC tiQ -bLb -gtZ -hvH -pdR -pdR -riS -lzl -wGx +mVe +vVm +teW +iEi +iEi +bnI +qim +dir tiQ bjd bjd -urG -eVJ +une +lJn bjd bjd bjd @@ -82711,36 +82711,36 @@ bjd bjd bjd wDj -bjx -cXr -bjx -bjx -mlL -bjx +kTS +hjm +kTS +kTS +tCE +kTS rlB eJR -kRd -mlL +cmv +tCE xFp -sdS +bsY qSH umR vGp vGp vGp -lQO +fvs tDS -uBa -qow +vge +dGq lbA hMb -hiN +vWx xSP leV wCM -ovt -lYk -hfM +rmx +tQH +daC waZ pVo wGY @@ -82749,31 +82749,31 @@ mEz iwt anM jUn -fed -uAp -upQ -gwF -bAj -nsS +bJK +cBr +uCh +tRT +fRy +oRT gdO gdO -ppO -mtY -uuI -uCZ +bpo +oVR +qeg +hGr gdO tTK -aDo -nyy -uem -oJC -mUH -mUH -ofI -pML -qQk -die -rXN +hgO +ahX +gyp +jyO +wFQ +wFQ +xAq +oYv +wQE +ssm +fJc rnB tTD rnB @@ -82781,9 +82781,9 @@ tTD tTD tTD rnB -sAa +uuX xXg -jAH +bht xXg xXg xXg @@ -82799,12 +82799,12 @@ vNk vNk vNk xvl -rMQ -kII +nSB +jPx xvl xvl -pNP -fyX +qzk +ePV fWG uwT uwT @@ -82820,17 +82820,17 @@ uwT uwT uwT uwT -rQG +rrh uzI -vFz -vFz +tRR +tRR uzI -vFz -vFz +tRR +tRR uzI uzI uzI -cpb +vvA eXG eXG eXG @@ -82844,11 +82844,11 @@ wQa cpy cpy jas -oXK +raX cTZ suh vpe -esn +nWc jas cpy cpy @@ -82868,8 +82868,8 @@ saC saC saC saC -iWx -fqi +kst +jXr aLJ aLJ iZI @@ -82877,18 +82877,18 @@ dDS iZI iZI iZI -fLq -qba -wER -ktb -fLq -gIw -hVg -qWb -iKr -fXl -dQd -mhp +mlr +tAZ +rBB +mQx +mlr +eTA +lBi +weP +iFu +kke +gkc +oBN tiQ saC saC @@ -82903,28 +82903,28 @@ saC saC saC saC -cHr -cHr -vOo -wiQ -dVa -wiQ +hgP +hgP +opx +okk +was +okk mdD woG -wiQ -hEz -wiQ +okk +kjF +okk mQd nbj sZq tiQ tiQ -fzs -cSP -cSP -cSP -uus -gOh +szi +nAA +nAA +nAA +nOZ +sjT tiQ tiQ saC @@ -82940,67 +82940,67 @@ saC wDj wDj wDj -aGR -biF +gWp +qCy uaY -wrd +nab eJR eJR -iAk +hbw wDj -wcV -sdS +xFs +bsY qSH umR qSH vGp vGp -lQO -ayc -tLx -fPj +fvs +wYK +oPf +eSP gaw sWr wGY xJL olI -cWN -iOC +nUl +wJR tDS -fUl -qow +fMM +dGq ixQ mEz koM wGY lRF ojt -cWN -xUf +nUl +vKo tDS -vtM -xzZ -gAY -pnH -imS -ixo +pvA +xXE +ykq +riq +tAC +wZC tNC -axz -hMU +qDT +dbA tNC -mpK -bcD -qUF -tAI -wHI -whj -wnd -pVl -vFs -kER -xth -die -rXN +drx +iLw +frP +xUT +tHa +stT +eBz +pEj +jyz +tXN +qKD +ssm +fJc tTD tTD tTD @@ -83008,9 +83008,9 @@ tTD tTD tTD rnB -aGa +xDb xXg -jAH +bht xXg mJQ xXg @@ -83023,15 +83023,15 @@ xXg xXg hxY rHX -jfT -heZ -fIm +gxZ +aoW +lJa xhD bsG -fIm -heZ -pNP -fyX +lJa +aoW +qzk +ePV fWG fWG uwT @@ -83047,7 +83047,7 @@ uwT uwT uwT uwT -rQG +rrh cwL ybz ybz @@ -83057,7 +83057,7 @@ ybz ybz cwL ybz -cpb +vvA wPN eXG eXG @@ -83071,11 +83071,11 @@ wQa wQa cpy jas -qrB +dZz eso wJq wNX -qRs +qSa jas cpy cpy @@ -83096,27 +83096,27 @@ saC saC saC saC -fqi -fqi -fqi +jXr +jXr +jXr aLJ dDS iZI iZI svW svW -qba -asU -erK -iKr -dTP -wmn +tAZ +rlW +fnL +iFu +xKg +qAA svW svW -asU -asU -xNv -fLq +rlW +rlW +wNz +mlr saC saC saC @@ -83130,17 +83130,17 @@ saC saC saC saC -cHr -cHr -vOo -wiQ -dVa -wiQ +hgP +hgP +opx +okk +was +okk mdD woG -xOT -hEz -wiQ +gmF +kjF +okk mQd nbj sZq @@ -83169,65 +83169,65 @@ utq saC qSH qSH -kDF -bjx +dOv +kTS rlB eJR -stR -kcF -idC -sdS +qRY +ouc +ash +bsY qSH umR qSH vGp vGp -lQO -mRQ -rWe -sqL -mes -cJH -cJH -iUu -eMM -rGz -nsS -bAZ -gDR -fPj -ozL -xmq -eMM -cJH -cJH -xTB -jju -xUf +fvs +tdj +kNk +cOR +ceE +bOz +bOz +vqC +riT +jIU +oRT +wyc +dSA +eSP +kLk +pTN +riT +bOz +bOz +jHe +kgp +vKo tDS -rVy -qow -maW -iOC +bGO +dGq +qIL +wJR gdO -mVA -fAn +dwV +pXa uuH pfN -tdl -sBr +lqD +ulj tTK -eud -cCY -uhm -bLR -vQQ -nNO -qPx -kER +eOX +tHl +nht +xHl +piI +hPp +fgm +tXN tTK tTK -rXN +fJc sKJ tTD tTD @@ -83236,8 +83236,8 @@ tTD tTD rnB rnB -sAa -jAH +uuX +bht gIg ceG sRY @@ -83250,15 +83250,15 @@ xXg xXg xXg qLQ -cFa -heZ -fIm +fwL +aoW +lJa xhD bsG -fIm -heZ -pNP -fyX +lJa +aoW +qzk +ePV fWG fWG uwT @@ -83274,7 +83274,7 @@ uwT uwT uwT uwT -rQG +rrh ybz ybz ybz @@ -83284,7 +83284,7 @@ ybz ybz ybz ybz -cpb +vvA uja uja uja @@ -83296,15 +83296,15 @@ wQa wQa wQa wQa -fMM +oSv jas -irc +bdU vpe eso wNX -too +lKV jas -cpb +vvA eXG cpy cpy @@ -83325,25 +83325,25 @@ saC saC saC tiQ -fqi -fqi +jXr +jXr cTX iZI iZI iZI svW -dDb -jvQ -jvQ -jvQ -bWR -qtz +gQb +gXH +gXH +gXH +tBX +kNo svW -asU -asU -asU -sZm -fLq +rlW +rlW +rlW +qXK +mlr saC saC saC @@ -83353,21 +83353,21 @@ saC saC saC saC -pJe -ign -mvZ -mvZ -ign -bAa +tqe +nuq +jNJ +jNJ +nuq +vpT tiQ -wiQ -dVa -wiQ +okk +was +okk mdD woG -wiQ -hEz -wiQ +okk +kjF +okk mQd nbj sZq @@ -83400,61 +83400,61 @@ qSH eJR rlB iJE -stR -aGR -idC -sdS +qRY +gWp +ash +bsY qSH umR qSH qSH vGp -lQO +fvs tDS tDS -rFb -nsS -aoY -tYy -jHn -aoY -gyy -emY +kJY +oRT +scC +cbs +dVu +scC +qmW +qBm tDS -hNX -phA -mfW -uYJ -hjz -kAh -iOC -pqt -nsS -nsS +dLB +ccy +iFq +xas +bhQ +iEd +wJR +yjO +oRT +oRT tDS -eqO -fPj -jju -svQ -nwd -rcS +cqa +eSP +kgp +npB +lBz +fVl mWF -vAP -uuI +mNE +qeg poQ -jYI -wZV -gBg -cCY -tWI -dyc -wRn -qkh -onF -lEh -nuB +tkQ +tiN +mtS +tHl +mXq +gKQ +xGv +avg +sfS +mlV +tvN tTK -rXN +fJc sKJ tTD tTD @@ -83462,7 +83462,7 @@ tTD tTD tTD rnB -upV +lLB xXg uuD uuD @@ -83480,12 +83480,12 @@ gIg imT xvl xvl -cQy -cHi +gWV +vSy xvl xvl -pNP -fyX +qzk +ePV uwT fWG fWG @@ -83501,7 +83501,7 @@ uwT uwT uwT uwT -rQG +rrh ybz ybz ybz @@ -83511,7 +83511,7 @@ ybz ybz ybz ybz -cpb +vvA eXG eXG eXG @@ -83523,15 +83523,15 @@ wQa wQa wQa wQa -fMM +oSv jas jas -irZ +mdN eso -irZ +mdN jas jas -cpb +vvA eXG cpy cpy @@ -83553,24 +83553,24 @@ saC saC tiQ tiQ -eIK -fqi -iWx -fLq -fLq -cks -fLq -fLq -fLq -fLq -vIZ -fLq -fLq -fLq -fLq -fLq -fLq -rlt +mXC +jXr +kst +mlr +mlr +ugp +mlr +mlr +mlr +mlr +fab +mlr +mlr +mlr +mlr +mlr +mlr +lap saC saC saC @@ -83578,23 +83578,23 @@ saC saC saC saC -cHr -xXI -ujY +hgP +uzp +nsH jHb jHb jHb jIR -vjI -tiQ -aPd -dVa -wiQ -cTW -wiQ -wiQ -hEz -aPd +duw +tiQ +piB +was +okk +dvE +okk +okk +kjF +piB mQd nbj sZq @@ -83619,7 +83619,7 @@ qSH qSH qSH qSH -stR +qRY eJR eJR eJR @@ -83627,61 +83627,61 @@ eJR eJR hcE sjQ -iHM +dZc wDj -owo -sdS +pQm +bsY qSH umR qSH qSH qSH -weH +hLi xFp tDS tDS -gXG -nkb +rHI +pGW tDS -xQL -gXG +aqn +rHI tDS tDS tDS -gXG -yhe -esA -gXG +rHI +kGl +bBm +rHI tDS tDS -gXG -gXG -gXG +rHI +rHI +rHI tDS tDS -axF -qCP -iOC -fJK +wnq +xZv +wJR +lEI gdO gdO -usF -mtY -wCo -cBf +riP +oVR +rXS +eKC gdO tTK -hMe -tDb -lOb +ish +uFJ +ejd tTK tTK tTK -sow -sUA -kzK +gie +kNW +fTb tTK -rXN +fJc rnB cpy cpy @@ -83689,30 +83689,30 @@ tTD rnB tTD rnB -sAa +uuX uuD uuD -lDL -afv +kXK +vXN uuD -wXK -sXi +tuz +jjX uuD uuD -tJx -mHu +lKA +tJd uuD uuD xXg imT xvl xvl -iaT -oUU +seT +knK xvl xvl -pNP -fyX +qzk +ePV uwT uwT fWG @@ -83728,7 +83728,7 @@ uwT uwT uwT uwT -rQG +rrh cwL ybz ybz @@ -83738,7 +83738,7 @@ ybz ybz cwL ybz -cpb +vvA eXG eXG eXG @@ -83750,15 +83750,15 @@ wQa wQa fdh wQa -cKa +wrI ybz jas jas -bXY +dtF jas jas ybz -sGa +fUP eXG eXG cpy @@ -83786,12 +83786,12 @@ dkC dkC dkC tiQ -nQD -nQD -nQD -nQD -cdf -nQD +twp +twp +twp +twp +trQ +twp tiQ tiQ cYQ @@ -83805,21 +83805,21 @@ saC saC saC saC -cHr -cHr -ujY +hgP +hgP +nsH jHb jHb jHb jHb -vjI +duw tiQ mua mua -tdu -cYy -tdu -tdu +aPx +vkO +aPx +aPx mua mua mua @@ -83854,61 +83854,61 @@ eJR iJE eJR azE -iHM +dZc wDj xFp -sdS +bsY qSH qQB qDV xSv xSv xSv -jyN -qfB -qfB -qfB -qfB -qfB -qfB -qfB -lVe +cNb +aSg +aSg +aSg +aSg +aSg +aSg +aSg +pKg xFp tDS -bMI -vHU -olS -upT +eMQ +aXi +xwA +oiL tDS -xBU -bxk -oWi -oWi -iKI +dJX +uYZ +uan +uan +utr tDS tDS nfe uAv tDS gdO -rKc -sng +ifK +cly uuH pej -tdl -aRY -qEw -sgk -tDb -qaV +lqD +khk +rXK +vuj +uFJ +niO tTK tTK tTK -qAO -sUA -cdr +iqf +kNW +sVp tTK -rXN +fJc rnB rnB cpy @@ -83916,30 +83916,30 @@ sKJ tTD tTD rnB -sAa +uuX uuD -aqV -fux +oyX +pCD rOg -lDK +urU sop pNY mTY mco pNY -aXi -dAN +vau +oQF uuD xXg imT -wFd -whI +uxq +uFZ xhD bsG -fIm -heZ -pNP -fyX +lJa +aoW +qzk +ePV uwT uwT fWG @@ -83955,17 +83955,17 @@ uwT uwT uwT uwT -rQG +rrh uzI -vFz -vFz +tRR +tRR uzI -vFz -vFz +tRR +tRR uzI uzI uzI -cpb +vvA wQa eXG eXG @@ -83978,13 +83978,13 @@ fII wQa wQa eXG -cKa -kim -kim -kim -kim -kim -sGa +wrI +rzZ +rzZ +rzZ +rzZ +rzZ +fUP eXG eXG eXG @@ -84013,18 +84013,18 @@ tiQ tiQ tiQ tiQ -fLq -fLq -fLq -fLq -vIZ -fLq +mlr +mlr +mlr +mlr +fab +mlr tiQ -vsa -wIP -wIP -wIP -ggU +qdu +cIF +cIF +cIF +hVg tiQ saC saC @@ -84032,22 +84032,22 @@ saC saC saC saC -cHr -cHr -ujY +hgP +hgP +nsH jHb jIR jHb jHb -vjI +duw tiQ saC -aHn -xOT -cTW -wiQ -wiQ -hEz +luS +gmF +dvE +okk +okk +kjF cPx ljA woR @@ -84081,10 +84081,10 @@ bha eJR eJR eJR -aUo +lvO wDj xFp -sdS +bsY qSH qSH umR @@ -84100,42 +84100,42 @@ vGp vGp vGp pZo -lQO +fvs tDS -ecC +nFK iss lbA -pWo -arJ -cxH -hKL -jta -uuo -nsS -tWf -iTp -iOC -oUk -gXh +fzD +cua +nIH +xkH +iMn +bYK +oRT +hPg +teR +wJR +hUv +vpN gdO -aIT -dZf +iwZ +ptg oNl pej -tdl -aRY -qEw -dAP -tDb -uem -mEV -ndY -eHC -gQM -uJb -nuB +lqD +khk +rXK +dcl +uFJ +gyp +swy +wwW +kPW +bFz +kSq +tvN tTK -rXN +fJc rnB rnB cpy @@ -84143,30 +84143,30 @@ sKJ tTD tTD rnB -sAa -czH -pXR +uuX +vFU +mfm rMd xBs uuD -djV +vtm pNY -fhD -hRL +eZT +gcy pNY oGE -kGo -kiv +sDt +eYG xXg imT -otn -oUU +awL +knK xgA bsG -vyQ -heZ -pNP -fyX +xLb +aoW +qzk +ePV uxT sps sps @@ -84182,17 +84182,17 @@ uwT uwT uwT uwT -rQG -tGE -uML -esC -osr -pUY -pUY -lyt -mcQ +rrh +czB +adA +uJq +bnq +mFS +mFS +dtT +cgk tos -cpb +vvA eXG eXG eXG @@ -84235,47 +84235,47 @@ saC saC saC tiQ -ivm -hKv -ivm -ivm +mUZ +dnh +mUZ +mUZ jEu nTl -olq -olq -olq -qWH +uvq +uvq +uvq +kSK nTl tiQ -jiE +xMA fNm get get -uFr +hQO saC saC saC saC saC -cHr -cHr -cHr -uht -ujY +hgP +hgP +hgP +diy +nsH jHb jHb jHb jHb -vjI +duw tiQ saC -dVa -wiQ -cTW -wiQ -wiQ -hEz -mqE +was +okk +dvE +okk +okk +kjF +iRb mQw sZq sZq @@ -84304,20 +84304,20 @@ tOt qSH cYn xei -aPH -bRy -bjx -bjx -bjx +lUw +lOF +kTS +kTS +kTS wDj -cts -cts -vCi -vCi -tJQ -vCi -vCi -mxc +wuZ +wuZ +dSf +dSf +piZ +dSf +dSf +aUI qSH qSH qSH @@ -84327,42 +84327,42 @@ vGp cpy vGp pZo -lQO +fvs tDS -cBS +aPo vkj lbD -ovt -lYk -cGn +rmx +tQH +jZa dPG pVo jzR -cLu -nqJ -sOQ -cLu -nNc -sTd -nrE -nbh -rkx +qQK +vPa +dZN +qQK +cPc +hpF +dvh +pyK +wlD uuH pfN -uoS -sBr -qEw -jMl -tDb -aTF -vCr -iPA -qPx -pBS -mxx +vHS +ulj +rXK +buP +uFJ +uOG +ixg +tmD +fgm +qHP +pZr tTK tTK -rXN +fJc rnB rnB tTD @@ -84370,30 +84370,30 @@ tTD rnB tTD rnB -sAa -ncM -fux +uuX +bEa +pCD oGE rPu uuD -ijb -bli -csh +xeU +aPs +dwO mbr -ojh +iBJ rOg -yhQ -kiv +wZr +eYG xXg imT xvl xvl -cQy -cHi +gWV +vSy xvl xvl -pNP -fyX +qzk +ePV ppD xkO xkO @@ -84409,17 +84409,17 @@ tXW uwT uwT uwT -rQG -tGE -uML -gvI -hVz +rrh +czB +adA +mRw +msu xPH -hVz -lyt -mcQ +msu +dtT +cgk tos -cpb +vvA eXG eXG eXG @@ -84461,47 +84461,47 @@ saC saC saC saC -rNX -ivm -kJT -eEf -ivm -ivm -hKv -ivm -ivm -ivm -kVD -hKv +tLW +mUZ +jpH +pyh +mUZ +mUZ +dnh +mUZ +mUZ +mUZ +juW +dnh tiQ -wIP +cIF fOM geu get -wIP +cIF tiQ saC tiQ saC saC -cHr -cHr -cHr -cHr -ujY +hgP +hgP +hgP +hgP +nsH jHb jHb jHb jHb -vjI +duw tiQ saC -dVa -wiQ +was +okk mdD woG -wiQ -hEz +okk +kjF cPx mSl mZX @@ -84533,19 +84533,19 @@ dRL dRL dRL dRL -kBy -jbB -kBy +ogt +gYp +ogt dRL dRL dRL -kBy -kBy -jrZ -kBy +ogt +ogt +ftz +ogt dRL guE -mxc +aUI qSH qSH qSH @@ -84554,42 +84554,42 @@ vGp cpy cpy pZo -lQO +fvs tDS -uBO -ckc -hxI -dvi +jAG +eqI +pzg +qLe tDS -lxg -xwU +nCW +ccr pVo sWr ngY ngY qKk oXU -uox -cZB +lur +sat gdO gdO -vKc +uEi uuH pfN -teU +tXu gdO tTK -raX -oWj -rPl -exh -fWL -mtG -jGi -buL -ivX -die -rXN +aqv +rzl +nFh +lux +olQ +nNQ +wKK +lYY +eWt +ssm +fJc rnB rnB tTD @@ -84597,34 +84597,34 @@ rnB rnB tTD rnB -sAa -kiv -ncY +uuX +eYG +ybn ozF xvo mxO -cNA +mIl ugX -oys -acW +pie +fRT qnM rOg -xNz -kiv +aTM +eYG xXg imT xvl xvl -iaT -oUU +seT +knK xvl xvl -pNP -fyX +qzk +ePV ppD xkO -czt -ajq +iis +jhi ujy uwT uwT @@ -84636,17 +84636,17 @@ uwT uwT uwT uwT -rQG -nnZ -hJk -gvI -hVz +rrh +cDg +sFJ +mRw +msu xPH -hVz -lyt -mcQ +msu +dtT +cgk tos -cpb +vvA eXG eXG eXG @@ -84688,47 +84688,47 @@ saC saC saC saC -rNX -ivm -xcZ -oRL -iPo -iPo -ebF -vrP -vrP -vrP -uzd -fXw +tLW +mUZ +tKx +eay +elb +elb +emy +uOe +uOe +uOe +deO +izm tiQ -bat -fvC -ksD -wIP -hho +ovW +dLA +yjj +cIF +trE tiQ saC tiQ -cHr -aQK -cHr -cHr -rLn -cHr -ujY +hgP +aPY +hgP +hgP +rVN +hgP +nsH jHb jHb jHb jIR -vjI +duw tiQ saC -dVa -fug +was +aCN mdD woG -wiQ -hEz +okk +kjF tiQ tiQ nbj @@ -84757,23 +84757,23 @@ cpy cpy dRL dRL -fHl +oby dRL dRL -uga -uga -ufV +uSm +uSm +hTC dRL dRL dRL -uqk -uga -lmj -wRT +xBE +uSm +fND +bQv dRL dRL guE -mxc +aUI qSH qSH qSH @@ -84781,42 +84781,42 @@ vGp vGp cpy pZo -wvC +wCG tDS tDS -gXG -gXG +rHI +rHI tDS tDS -lxg -xwU +nCW +ccr mhT sWr xOx wGY azK iYm -cWN -iOC -nrE -uuX -rkx -mtY -uuI -uoS -lOQ +nUl +wJR +dvh +owj +wlD +oVR +qeg +vHS +sFu tTK -eNO -tDb -wOa -vQf -liJ -aux -kEi -fGc -ivX -die -rXN +kGG +uFJ +kFN +uzU +evJ +bvZ +bNV +nZJ +eWt +ssm +fJc rnB rnB tTD @@ -84824,30 +84824,30 @@ rnB rnB tTD tTD -sAa +uuX uuD -eSF -jKI -xHx +aXH +whI +tJv mxO -izW +hFC pNY ylp scc pNY -mmu -tdv +eMk +wBP uuD xXg imT -heZ -fIm +aoW +lJa xhD bsG -fIm -heZ -pNP -fyX +lJa +aoW +qzk +ePV ppD xkO xkO @@ -84863,17 +84863,17 @@ uwT uwT uwT fWG -rQG +rrh uzI -qZl +jdP xPH acp acp xPH -lyt -mcQ +dtT +cgk tos -cpb +vvA eXG eXG wQa @@ -84916,46 +84916,46 @@ saC saC saC tiQ -ivm -xcZ -naa -naa -naa -naa -naa -naa -wTg -xDY -kVD +mUZ +tKx +qka +qka +qka +qka +qka +qka +seY +cjh +juW tiQ tiQ -jdZ +soK get get -fxN +awx tiQ tiQ tiQ -cHr -cHr -cHr -cHr -cHr -cHr -ujY +hgP +hgP +hgP +hgP +hgP +hgP +nsH jHb jHb jHb jHb -vjI +duw tiQ saC -dVa -alR +was +gVB mdD woG -wiQ -hEz +okk +kjF tiQ jPw jPw @@ -84983,67 +84983,67 @@ cpy cpy cpy dRL -lqV +lmj xCT -lqV +lmj dRL -uga +uSm xCT -ufV +hTC dRL dRL -dHP +uxl xCT xCT qMd xCT -cFf +heG dRL dRL guE -mxc +aUI qSH qSH qSH vGp vGp pZo -hRn +bRm tDS -vtu -pqG -pqG -uim -noO -qXt -ubN +crU +jPR +jPR +dCy +wTK +pph +gsG ylY wGY -cJH -cJH -tts -cJH -rfY -pah +bOz +bOz +iwO +bOz +xNK +dMg gdO -dZV -dZf -iQH -wCo -szW -apj +wBb +ptg +jcW +rXS +ceW +vAN tTK -kMl -xsH -apN -pDd -dpe -nEI -crS -dpe -neb -die -rXN +wzw +lVB +eFy +pGm +kgB +nOd +cIO +kgB +eOD +ssm +fJc rnB rnB tTD @@ -85051,34 +85051,34 @@ rnB tTD tTD tTD -sAa +uuX uuD uuD -jKI -jKI +whI +whI mxO -bDq -afv +tEV +vXN pNY -yis -xoP -gFX +xwj +uUV +oGd uuD uuD xXg imT -heZ -vyQ +aoW +xLb xhD bsG -vyQ -heZ -pNP -fyX +xLb +aoW +qzk +ePV ppD xkO -jCG -ajq +kHB +jhi ujy uwT uwT @@ -85090,17 +85090,17 @@ uwT uwT uwT fWG -rQG +rrh uzI -qZl -hVz -hVz +jdP +msu +msu acp -hVz -lyt -mcQ +msu +dtT +cgk tos -cpb +vvA wQa cex cex @@ -85142,47 +85142,47 @@ saC saC saC saC -rNX -ivm -lGj -fuV -fuV +tLW +mUZ +cNA +sBp +sBp mNm mNm -naa -naa -naa -qdh -pDl -fXw +qka +qka +qka +hMr +eUa +izm tiQ tiQ get get -tjU +lCW tiQ tiQ -cHr -cHr -cHr -cHr -cHr -jbi -cHr -ujY +hgP +hgP +hgP +hgP +hgP +toy +hgP +nsH jIR kba kba jHb -vjI +duw tiQ saC -dVa -wiQ -cTW -wiQ -wiQ -hEz +was +okk +dvE +okk +okk +kjF tiQ jPw jPw @@ -85214,63 +85214,63 @@ dRL dVM dRL dRL -suJ +sxi xCT -jqn +qXA dRL -rvl +pwn bvU xCT tMp qjr xCT xCT -sso +uvn dRL dRL -pIR +oBp qSH qSH qSH vGp vGp pZo -hRn -mRQ -lxg -xPy -cLu -uzX -iay -nqJ +bRm +tdj +nCW +pQB +qQK +gng +aRX +vPa sWr pVo -uox -hKX -fAM -rch -tCT -rch -eSn +lur +tWk +pzx +jWe +ppd +jWe +vlr gdO -dMC -rkx +bIt +wlD cNU rdT -szW -mVA +ceW +dwV tTK -dKA -jcI -sbv +vwd +puy +nBA tTK tTK tTK -pzV +lwa tTK tTK tTK -rXN +fJc rnB rnB tTD @@ -85278,16 +85278,16 @@ tTD tTD tTD tTD -kCH +hob xXg uuD uuD uuD uuD uuD -eAR +nFS rWP -suH +vtd uuD uuD uuD @@ -85296,12 +85296,12 @@ xXg imT xvl xvl -eLX -oUU +iWe +knK xvl xvl -pNP -fyX +qzk +ePV ppD xkO xkO @@ -85317,26 +85317,26 @@ uwT uwT uwT fWG -rQG +rrh uzI -pUY +mFS mWd xPH xPH xPH -fSK -mcQ +jPV +cgk tos -cpb +vvA wQa wQa eXG dkX rBd ewE -xlB -xlB -xlB +xyG +xyG +xyG iIQ rBd sfO @@ -85369,47 +85369,47 @@ saC saC saC saC -rNX -ivm -agI -ivm -ivm -ivm -xcZ -naa -naa -naa -oRL -eEf -kVD -ivm -tiQ -hho -wIP -tiQ -tiQ -tiQ -cHr -cHr -cHr -cHr -cHr -cHr -cHr -pjn -ukj -ukj -ukj -ukj -lBW +tLW +mUZ +dCR +mUZ +mUZ +mUZ +tKx +qka +qka +qka +eay +pyh +juW +mUZ +tiQ +trE +cIF +tiQ +tiQ +tiQ +hgP +hgP +hgP +hgP +hgP +hgP +hgP +qDe +upx +upx +upx +upx +dHH tiQ -fZF -hLf -mah -lnG -wiQ -wiQ -hEz +pkg +qOU +eIh +bTU +okk +okk +kjF tiQ jPw jPw @@ -85437,15 +85437,15 @@ cpy cpy cpy dRL -nRo +caF uSJ -lqV +lmj dRL -aDC +chX fzE -uga -kBy -fBG +uSm +ogt +hEd oBf xCT tMp @@ -85453,51 +85453,51 @@ qsi xCT rsq xCT -uga -kBy -pIR +uSm +ogt +oBp qSH qSH qSH qSH vGp pZo -hRn -tMg -sHK -fIk +bRm +nZL +hyW +atE ngY oGF iTF sWr sWr oMi -cWN -shx +nUl +rDq tDS -oUX -wMJ -ovt -ilh +bQc +pvP +rmx +ixp gdO gdO -lNW +dWI uuH tov -uCZ +hGr gdO tTK -gBg -cCY -aFc +mtS +tHl +qZg tTK -fUV -jUi -rHG -fLQ -xyx +xVe +tiF +pfm +aCT +oKr tTK -rXN +fJc rnB rnB tTD @@ -85506,15 +85506,15 @@ tTD rnB rnB rnB -sAa +uuX xXg xXg xXg xXg rWP -afv +vXN rOg -yis +xwj rWP xXg xXg @@ -85523,12 +85523,12 @@ xXg imT xvl xvl -rMQ -kII +nSB +jPx xvl xvl -pNP -fyX +qzk +ePV kIV mUr mUr @@ -85544,28 +85544,28 @@ uwT uwT uwT fWG -rQG -liF -hJk -oIU -itQ +rrh +fkY +sFJ +xvg +wTt vcR -hVz -fSK -mcQ +msu +jPV +cgk tos -cpb +vvA wQa dkX rBd nPb -pPG -uBn -xlB -sRs -ftB -ftB -llm +ohH +sQs +xyG +gCH +uHt +uHt +iuB jGp rBd sfO @@ -85601,41 +85601,41 @@ czC czC czC czC -ivm -xcZ -naa -nPf -vTR -wiM -oRL -vpz -ivm +mUZ +tKx +qka +qWD +xPJ +jAx +eay +hcY +mUZ tiQ -gTa +aDq tiQ tiQ tiQ tiQ tiQ -vOo -vOo -vOo +opx +opx +opx tiQ tiQ tiQ tiQ tiQ -vOo -vOo -vOo +opx +opx +opx tiQ tiQ mua mua -vXP -aJP -thS -vXP +sUv +gSO +wlI +sUv mua tiQ tiQ @@ -85664,15 +85664,15 @@ cpy cpy cpy dRL -rPR +iRn msB oBx -pGJ -evE +xCJ +kXG qxX -naj -cmS -rqU +ptm +gTh +pod oBx nTg nTg @@ -85680,68 +85680,68 @@ iAZ xCT xCT xCT -uga -kBy -pIR +uSm +ogt +oBp qSH qSH qSH qSH vGp pZo -hRn -tMg -lxg -iOP +bRm +nZL +nCW +pfs kNe sWr dPG wGY sWr xxU -hHq -rir -mbj -cxH -hKL -wHg -ixE +smN +pjQ +jUz +nIH +xkH +wci +sHq gdO -lOQ -dyt -tXn -wCo -mCc -mEq +sFu +meG +vYu +rXS +tOQ +qBO tTK -wlX -kyt -mKl +wJv +bfL +nxw tTK -vGJ -bxh -rHG -ahY -owB +dWU +nUi +pfm +gUC +nkL tTK -rXN +fJc rnB rnB tTD rnB rnB -dBu -fjB -fjB +fEP +bIH +bIH xXg xXg xXg xXg xXg rWP -lvn +emc pNY -hzT +wWw rWP xXg xXg @@ -85750,12 +85750,12 @@ xXg imT xvl xvl -kbG -hhk +fNN +iZm xvl xvl -pNP -fyX +qzk +ePV uwT uwT fWG @@ -85771,30 +85771,30 @@ fWG uwT uwT fWG -rQG -liF -hJk -oIU -fvi +rrh +fkY +sFJ +xvg +kMS xJB -ula -fSK -mcQ +hnl +jPV +cgk tos -cpb +vvA dkX nPb -llm -ftB -ftB -prk -prk -sRs -reK -qxA -ftB -ftB -xlB +iuB +uHt +uHt +rji +rji +gCH +weV +vAP +uHt +uHt +xyG jGp sfO eXG @@ -85824,60 +85824,60 @@ saC saC saC tiQ -fGX -iPo -eEf -eeE -ivm -xcZ -naa -naa +mnq +elb +pyh +udF +mUZ +tKx +qka +qka mNm -naa -naa -jSi -ivm -hKv -ivm -ivm +qka +qka +vZb +mUZ +dnh +mUZ +mUZ saC tiQ tiQ tiQ -wiQ -wiQ -wiQ +okk +okk +okk saC saC saC saC -wiQ -wiQ -wiQ -wiQ -tVF +okk +okk +okk +okk +wXK mua -dmT -swK -mah +vac +nLY +eIh bOE woG -wiQ -mlW -qFH +okk +vKr +fgF tiQ saC saC tiQ -uJV -uJV -uJV -uJV -vXP -uJV -uJV -uJV -uJV +ifs +ifs +ifs +ifs +sUv +ifs +ifs +ifs +ifs tiQ tiQ tiQ @@ -85891,15 +85891,15 @@ cpy cpy cpy dRL -xGz +uhN gQu -lqV +lmj dRL -uga +uSm jAV -uga -kBy -mkf +uSm +ogt +sCG oBR pjT qly @@ -85907,56 +85907,56 @@ qty reo xCT xCT -uga -kBy -pIR +uSm +ogt +oBp vGp qSH qSH qSH qSH pZo -hRn -tMg -sHK -tqR +bRm +nZL +hyW +reO mEx sWr lxZ lHV wGY sWr -mfa -vyt -ovt -qow +srn +bIz +rmx +dGq oGF -yhc -qxr +iuw +axr gdO -ljB -uYh -mtY -wCo -tdl -dCl +hqC +yle +oVR +rXS +lqD +unu tTK tTK -iAB -oxX +fhO +wDz tTK tTK -woV -eWb -hbl -oOx +qWr +oGJ +luq +vAe tTK -rXN +fJc rnB tTD tTD rnB -dBu +fEP xXg cUG cUG @@ -85966,9 +85966,9 @@ cUG cUG cUG cUG -whl +jnf wao -oZQ +xlp cUG cUG cUG @@ -85976,13 +85976,13 @@ cUG cUG cUG cUG -rHq +ybX swF fzV -djv +mcL cUG -aeE -fyX +nIl +ePV uwT uwT fWG @@ -85998,31 +85998,31 @@ tXW uwT uwT fWG -rQG -liF -pUY -nMq -qZl -mvi -mvi -fSK -mcQ +rrh +fkY +mFS +hIC +jdP +aPB +aPB +jPV +cgk sbh -oWT +waA nPb -xlB -iiA +xyG +lUc jMy qGI uMr uMr -sRs +gCH wDa vbF kBj dIi -wqU -wqU +pLY +pLY jGp rBd sfO @@ -86051,61 +86051,61 @@ saC saC saC tiQ -isO -naa -qdh -eHQ -ivm -xcZ -naa -naa -naa +rin +qka +hMr +jGJ +mUZ +tKx +qka +qka +qka mNm mNm -sVu -iPo -iPo -iPo -eEf -saC -saC -saC -uJV -hDO -hDO -hDO -hDO -saC -saC -hDO -hXJ -eqz -ieO -hDO -dLR -rIa -sdy -wiQ -wiQ +wEA +elb +elb +elb +pyh +saC +saC +saC +ifs +mHI +mHI +mHI +mHI +saC +saC +mHI +heR +nMH +mUM +mHI +piz +lmn +hKU +okk +okk woG woG -wiQ -wiQ -mlW -akP -hDO -xlW -hDO -hDO -hDO -hDO -dLR -dLR -hDO -hDO -hDO -hDO -uoF +okk +okk +vKr +sbt +mHI +bHI +mHI +mHI +mHI +mHI +piz +piz +mHI +mHI +mHI +mHI +sZr saC saC saC @@ -86122,94 +86122,94 @@ dRL dVM dRL dRL -suJ +sxi xCT -jqn +qXA dRL -qbK +gHf oBR ppK qws qNK reQ xCT -eyQ +gBS dRL dRL -pIR +oBp vGp vGp qSH qSH qSH umR -hRn +bRm tDS -fWy -siU +lll +bOG nSG gbk rcd lHY mBc -uox -cua -xDV -phA -xzZ +lur +tYi +lGH +ccy +xXE oGF -tyu -ukv +iNE +gPk gdO -ihi -uYh +ggv +yle uuH pfN -nGg -aIT +fza +iwZ tTK -gBg -jIs -tlU -dnZ +mtS +tCi +tje +kDs tTK tTK tTK tTK tTK tTK -rXN +fJc rnB rnB tTD rnB -sAa +uuX cUG cUG -vUW -cKc -fIs -hRB -sdQ -hgu -sTu -ebv +sxa +jfn +tVU +lKB +lJF +dsS +mSs +twR tID -rVk +lHo cUG -cIn -dGj -oxQ -pHn -iZj -tJp -wXO +tJK +mQj +lzM +cTM +ahA +tIu +mHL xRw uaI -xEr +mEw cUG xzK -iNF +toe uwT uwT fWG @@ -86225,7 +86225,7 @@ uwT uwT uwT uwT -rQG +rrh uzI dDq dDq @@ -86235,23 +86235,23 @@ uzI uzI uzI uzI -xlB -xlB -xlB -dko +xyG +xyG +xyG +htb pXu -jKN -dFh -prk -sRs -reK -kur -reK +cDv +tla +rji +gCH +weV +uDV +weV wDa -reK -xlB -mPA -xlB +weV +xyG +kHu +xyG rnq rnq sfO @@ -86278,61 +86278,61 @@ saC saC saC tiQ -sRT -fuV -dvB +uKe +sBp +vvk cYQ -ivm +mUZ mNm mNm -naa -naa +qka +qka mNm mNm -hYq -naa -naa -naa -qdh -ivm -saC -wiQ -uJV -wiQ -tMY -mah -mah -mah -lbY -mah -rDZ -mah -mah -mah -bEe -htl -wiQ -wiQ +fSi +qka +qka +qka +hMr +mUZ +saC +okk +ifs +okk +lgr +eIh +eIh +eIh +qwH +eIh +mWT +eIh +eIh +eIh +eyw +fbg +okk +okk woG mua mua woG -wiQ -wiQ -akP -wiQ -wcu -wiQ -wiQ -wiQ -tVF -tVF -tVF -tVF -tVF -wiQ -wiQ -uoF +okk +okk +sbt +okk +fCh +okk +okk +okk +wXK +wXK +wXK +wXK +wXK +okk +okk +sZr saC saC saC @@ -86345,74 +86345,74 @@ eCe cpy cpy dRL -lqV +lmj xCT -lqV +lmj dRL -pdV +kwb xCT -uga +uSm dRL dRL -nHI +vZX pGg qxg qPU rfk -iUg +kgn dRL dRL qYP -hfB +jjY vGp vGp qSH qSH qSH umR -hRn -mRQ -iSQ -xzZ +bRm +tdj +oVX +xXE kAj azJ tgj svo bqo -slF -shx +xcj +rDq tDS -pXr -wPJ +tEj +gDl ngY -yhc -qxr +iuw +axr gdO gdO -rkx +wlD uuH pfN -uoS +vHS gdO tTK -fTU -aTF -aTF -lBe -dKA -uTn -gBg -eud -gBg +feV +uOG +uOG +xfn +vwd +xFJ +mtS +eOX +mtS tTK -rXN +fJc rnB rnB tTD rnB -sAa +uuX cUG -lZx +fUp wgR tum pRH @@ -86423,7 +86423,7 @@ tum tum pRH gEd -pzF +ubN pRH pRH pRH @@ -86433,9 +86433,9 @@ pRH tum pYu pRH -fTt +vrF cUG -fyX +ePV xxk ycM tGb @@ -86452,35 +86452,35 @@ uwT uwT uwT uwT -iFP -dhD +pgA +qPM xzK xzK uzI uzI uzI uzI -xlB -xlB -xlB -reK -reK -cvO +xyG +xyG +xyG +weV +weV +dGf jpb -vTS -reK -reK -sRs -reK -reK -reK +ghh +weV +weV +gCH +weV +weV +weV wDa -reK -reK -reK -xlB -xlB -xlB +weV +weV +weV +xyG +xyG +xyG jGp sfO eXG @@ -86509,35 +86509,35 @@ tiQ tiQ dKO cYQ -ivm +mUZ uDC mNm mNm -naa +qka mNm mNm -hYq -oqM -nie -oqM -qdh -ivm -lxA -wiQ -uJV -wiQ +fSi +dxV +maz +dxV +hMr +mUZ +wAx +okk +ifs +okk mdD woG woG -wiQ -wcu -wiQ +okk +fCh +okk woG woG woG -wiQ -ikE -vXP +okk +jtC +sUv woG woG mua @@ -86546,20 +86546,20 @@ mua mua woG woG -akP -wiQ -wcu +sbt +okk +fCh woG woG woG -tVF -tVF -tVF +wXK +wXK +wXK mee mee lpy -dnT -uoF +hZj +sZr saC saC saC @@ -86573,23 +86573,23 @@ eCe cpy dRL dRL -suJ +sxi dRL dRL -eEe -jzx -arK +vnV +rNj +hxe dRL dRL dRL -suJ -mvC -muR -nKB +sxi +tQR +qFV +gXD dRL dRL qYP -hfB +jjY vGp vGp vGp @@ -86597,60 +86597,60 @@ vGp qSH qSH umR -hRn -tMg -rWe -eXC +bRm +nZL +kNk +udJ dFd arV bkt dsL iQL -cWN -kdp -phA -qsG +nUl +sJX +ccy +qpm azK wGY -uox -iTp +lur +teR ehy -mVA -dZf +dwV +ptg uuH pej -tdl -uji +lqD +reM tTK -cXV -lBe -aTF -aTF -nob -aTF -igE -lBe -pRS +mCD +xfn +uOG +uOG +kpb +uOG +ofv +xfn +oXH tTK -rXN +fJc rnB tTD tTD tTD -sAa +uuX cUG -prv +fOT tID -iSX -sxL -iSX -ebv -ebv -ebv -ebv +wma +eaB +wma +twR +twR +twR +twR uaI tID -wYk +qXG tID tID fld @@ -86660,9 +86660,9 @@ uaI tID xRw tID -bxx +ahT cUG -fyX +ePV rcO tBb xdb @@ -86681,12 +86681,12 @@ uwT uwT uwT fWG -rQG +rrh xzK uzI uzI uzI -xlB +xyG jVq gxp fPO @@ -86708,7 +86708,7 @@ gxp fPO ufR jVq -xlB +xyG jGp sfO eXG @@ -86738,33 +86738,33 @@ tiQ tiQ tiQ tiQ -vjK -lGj -thE +keC +cNA +lps mNm foO -vPY -sIQ -vRs -gPy -phO -bfC -wAO -mah -rKh -mah +hpL +dAT +toA +ani +vEU +gui +rTa +eIh +cLp +eIh bOE woG woG -wiQ -wcu -wiQ +okk +fCh +okk woG woG woG -wiQ -wiQ -dbr +okk +okk +pnX woG woG tiQ @@ -86773,20 +86773,20 @@ tiQ mua woG woG -akP -wiQ -tVF +sbt +okk +wXK lpy lpy lpy -tVF -tVF -tVF +wXK +wXK +wXK mee woG woG -wiQ -uoF +okk +sZr saC saC saC @@ -86809,13 +86809,13 @@ dRL dRL dRL dRL -kBy -kBy -jrZ -kBy +ogt +ogt +ftz +ogt dRL pGY -hfB +jjY vGp vGp vGp @@ -86824,72 +86824,72 @@ vGp vGp qSH umR -hRn -mRQ -rWe -fGm +bRm +tdj +kNk +cMJ oGF dkq iBr wGY eUX -uox -uJI -slu -xzZ +lur +pvS +iCl +xXE wGY wGY -yhc -qxr +iuw +axr gdO -aXS -fON +mXr +nWX hmJ poQ -wKI -jIY +qKM +gHk tTK -gBg -lBe -lBe -aTF -nob -lBe -aTF -aTF -tVS +mtS +xfn +xfn +uOG +kpb +xfn +uOG +uOG +dWt tTK -rXN +fJc rnB rnB tTD rnB -sAa +uuX cUG -nEn +tmP tID -tBp +nMD uQf fsz -iSX +wma uQf vgb -ebv +twR vDr -uhy +ubb cUG -jUl +cAh uaI vBN arq -jNa +anv aOj tID rzR uaI -xPV +mlf cUG -fyX +ePV fWW tlr xdt @@ -86908,11 +86908,11 @@ uwT uwT uwT uwT -rQG +rrh uzI uzI uzI -llm +iuB pab xYA aiP @@ -86936,7 +86936,7 @@ xYA aiP xYA jYr -llm +iuB aVa eXG eXG @@ -86958,62 +86958,62 @@ saC saC tiQ tiQ -dgn -hqE -cHl -fYi -oPL +szE +dRm +jGy +gEZ +ctM tiQ tiQ mNm -ivm -xcZ +mUZ +tKx mNm -naa -hYq -oxE -dhi -oxE -qdh -ivm -lxA -xOT -uJV -wiQ -wiQ -wiQ -wiQ -fug -wcu -wiQ -mUn -jtS -xOT -wiQ -alR -vXP -wiQ -cAu +qka +fSi +qHn +mzM +qHn +hMr +mUZ +wAx +gmF +ifs +okk +okk +okk +okk +aCN +fCh +okk +frv +iwp +gmF +okk +gVB +sUv +okk +sdO woG tiQ mua woG -wiQ -wiQ -akP -tVF -tVF -wiQ -wiQ -wiQ -cAu -tVF -tVF -wiQ -wiQ -blL -xOT -uoF +okk +okk +sbt +wXK +wXK +okk +okk +okk +sdO +wXK +wXK +okk +okk +dRR +gmF +sZr saC saC saC @@ -87035,13 +87035,13 @@ cpy ien ien ien -pwK -pwK -pwK -tkF -ctJ -fLj -hfB +bFZ +bFZ +bFZ +tXP +cwy +jnm +jjY vGp vGp vGp @@ -87051,72 +87051,72 @@ vGp vGp qSH yaF -xSc -mRQ -lxg -egr +nor +tdj +nCW +gSF kNe rUr waZ wGY oGF -uox -kdI -aOL -xzZ +lur +qni +nrp +xXE lCh cpG -xLc -bbV +dRX +tjs gdO -ppG -cEE -vAP -rSy -jBh -liz +bCM +iYJ +mNE +qMa +wdx +fYM tTK -lhg -lhg -lhg -lhg +gvf +gvf +gvf +gvf tTK -gdA -gBg -gBg -whg +jpE +mtS +mtS +lzq tTK -rXN +fJc rnB tTD tTD rnB -sAa +uuX cUG -pQp -tBp -egX +uLg +nMD +wXa uQn vPz -tHO +bPs uQn vgw -xPV +mlf vDr -uhy +ubb wao -uhy +ubb tID uaI -sVK +kxq cQm cIA uKw dKd oaq -cBZ +dQe cUG -fyX +ePV uwT uwT uwT @@ -87135,11 +87135,11 @@ uwT uwT uwT uwT -rQG +rrh xzK uzI -aUk -xlB +uAj +xyG gVf xYA xYA @@ -87163,7 +87163,7 @@ xYA xYA aIp kcR -xlB +xyG cDi eXG wQa @@ -87184,63 +87184,63 @@ saC saC saC tiQ -ygY -xbl -gFL -gFL -lpc -wAX -fQo +eTE +efo +eqG +eqG +rhD +eWN +ndc tiQ tiQ ezp eGQ eGQ -ajg -nOH -naa +bgF +nne +qka mNm mNm -qdh -ivm -lxA -wiQ -uJV -src -aLq -aLq -aLq -aLq -saC -saC -aLq -scT -aLq -aLq -src -vpw -ksh -wiQ -wiQ +hMr +mUZ +wAx +okk +ifs +wPb +hDR +hDR +hDR +hDR +saC +saC +hDR +wCA +hDR +hDR +wPb +dyF +oij +okk +okk woG woG -wiQ -wiQ -spQ -clM -src -aLq -aLq -aLq -aLq -aLq -aLq -aLq -aLq -aLq -aLq -aLq -uoF +okk +okk +mRv +bsj +wPb +hDR +hDR +hDR +hDR +hDR +hDR +hDR +hDR +hDR +hDR +hDR +sZr saC saC bUN @@ -87278,28 +87278,28 @@ lTV lTV xSv tWE -hRn +bRm tDS -sHK -wJB +hyW +wcc vqv iIs lHV pfX ngY -uox -kdI -eyS -xzZ +lur +qni +qqa +xXE lOq oGF -arB -nrr +rdB +vIJ gdO gdO gdO -sdH -eiz +eEo +mQz gdO gdO tTK @@ -87313,12 +87313,12 @@ tTK tTK tTK tTK -rXN +fJc rnB tTD tTD tTD -tIA +bon cUG sLw sXZ @@ -87332,7 +87332,7 @@ nKK fzf sHY wao -pJk +xhH tID uaI wqA @@ -87341,9 +87341,9 @@ tID tID rzR vBN -aDM +vJA cUG -fyX +ePV uwT uwT uwT @@ -87356,17 +87356,17 @@ kcC uwT uwT uwT -pYw -qBt -qBt -qBt -qBt -qBt +tsn +pAE +pAE +pAE +pAE +pAE lPq lPq uzI -aUk -uBn +uAj +sQs xyC xYA xYA @@ -87390,7 +87390,7 @@ aIp xYA aIp wBx -xlB +xyG lSF eXG eXG @@ -87411,62 +87411,62 @@ saC saC saC tiQ -eGb -fbH -lFK -hGl -xPe -hGl -bwe -prK +wgU +cUY +nxc +bCQ +vGA +bCQ +eCh +adz eof -ivm -xcZ -naa -naa -naa -naa +mUZ +tKx +qka +qka +qka +qka mNm mNm -qdh -ivm +hMr +mUZ tiQ saC saC -tVF -tVF -wiQ -nym +wXK +wXK +okk +sHH saC saC saC saC -wiQ -wiQ -tVF -tVF +okk +okk +wXK +wXK mua -ppg -ksh -wiQ +gpr +oij +okk woG woG -hTc -spQ -qqA +cAP +mRv +msX tiQ saC saC tiQ -uJV -uJV -uJV -uJV -uJV -uJV -uJV -uJV -uJV +ifs +ifs +ifs +ifs +ifs +ifs +ifs +ifs +ifs tiQ tiQ tiQ @@ -87501,51 +87501,51 @@ vGp vGp vGp vGp -txd -qJh -qhR +mLY +ngV +rYh umR -hRn -auN +bRm +sjW jAz -fIk +atE sWr -pKT +gvq sWr oNe hfy -xCx -kdI -slu -xzZ +muN +qni +iCl +xXE ngY ngY -cWN -hxB +nUl +dYY gdO -dqv -noe -pnb -vnw -uig -heR +wlh +irI +bdg +lab +her +pgI gdO -jSN -oQf -oQf -oQf -sjI -sjI -tOh -nyr -tks -fGR -rXN +kGx +tWP +tWP +tWP +iwD +iwD +uBR +iIV +tgn +rMa +fJc rnB rnB tTD tTD -sAa +uuX cUG sLR vpD @@ -87559,18 +87559,18 @@ cSO aqH vPz wao -fte +kPh uaI tID uaI -ebv -dcq -lzv +twR +sgj +tDo xRw -kpi -wSP +uUP +xQA cUG -fyX +ePV uwT uwT uwT @@ -87582,7 +87582,7 @@ uwT fWG uwT uwT -pYw +tsn waQ snX snX @@ -87592,8 +87592,8 @@ vpp vpp snX snX -reK -uBn +weV +sQs qle aIp aIp @@ -87617,7 +87617,7 @@ aIp aIp aIp jzZ -xlB +xyG lSF eXG eXG @@ -87639,46 +87639,46 @@ saC saC tiQ tiQ -buy -bGh +eIZ +tsc akM dLZ akM -hGl -fel -oVW -ivm -xcZ -naa -naa -naa -naa -naa -naa -qdh +bCQ +vAm +dpl +mUZ +tKx +qka +qka +qka +qka +qka +qka +hMr saC saC saC saC saC -vOo -vOo +opx +opx tiQ tiQ tiQ tiQ tiQ -vOo -vOo -vOo +opx +opx +opx tiQ tiQ mua mua -vXP -vXP -vXP -vXP +sUv +sUv +sUv +sUv mua tiQ tiQ @@ -87728,51 +87728,51 @@ vGp vGp vGp vGp -rut -fuU -rEO +aeY +xVX +tml umR -fvg +gaE sRu -xDw +aRh vgx -dPt -hyG -tpH -qEl -lHT -top -uJI -slu -cGn -qEl -cJH -aGJ -oEM +sMo +kpR +nug +aUF +ktd +pDO +pvS +iCl +jZa +aUF +bOz +pPx +tdd gdO -mVA -uuI +dwV +qeg bHF kpN -hMU -ixo -fAi -wRN -oFK -jCA -oMR -deg -vkr -hRY -hyb -xjw -fGR -rXN +dbA +wZC +dhm +mMk +mYx +jgM +dja +tsb +ioS +rbJ +dJC +tNf +rMa +fJc rnB rnB tTD tTD -sAa +uuX cUG cSO vpD @@ -87786,18 +87786,18 @@ cSO cSO hWz wao -twW +cCa mkW tID -ebv -wIp +twR +hBF cUG cUG -oZQ +xlp cUG cUG cUG -fyX +ePV uwT uwT uwT @@ -87809,18 +87809,18 @@ fWG cpy fWG uwT -avO +aUp snX snX -wQn -bpm +xKO +eNO aTw sGQ -eFg -oxl +rxp +oNr snX snX -uBn +sQs sol aIp aIp @@ -87844,7 +87844,7 @@ aIp xYA xYA srS -xlB +xyG lSF eXG eXG @@ -87865,48 +87865,48 @@ saC saC saC tiQ -pYo -xbl -dGL -pdG -vLB -jMw -pcc -hoI +aNV +efo +bHO +gkf +aaP +jPW +pVO +oGH tiQ -ivm -lGj -fuV -fuV -fuV -fuV -fuV -fuV -dvB +mUZ +cNA +sBp +sBp +sBp +sBp +sBp +sBp +vvk saC saC tiQ saC saC saC -cHr -cHr -cHr -uht -pJe -ign -vfk -vfk -ign -bAa -tiQ -nym -dVa -wiQ -wiQ -xOT -wiQ -hEz +hgP +hgP +hgP +diy +tqe +nuq +nZV +nZV +nuq +vpT +tiQ +sHH +was +okk +okk +gmF +okk +kjF tiQ jPw jPw @@ -87955,51 +87955,51 @@ lyP vGp vGp vGp -amn -fws -aBe +sDQ +jtt +iJb umR -cui +pty rrf tDS -ibz +bee uqo -sZU -gvl -gvl -bJF -oLr -rIP -iOC -iOC -fdA -aMP -hwE -sTd +qyK +bIO +bIO +usZ +xZx +kwm +wJR +wJR +tyL +vKU +woV +hpF gdO -cLm -eNx +ybu +nFA vDa pfN -wCo -sdm +rXS +dqh gdO gdO gdO -wNj +vKj gdO gdO -wNj +vKj gdO gdO gdO gdO -rXN +fJc rnB rnB tTD rnB -sAa +uuX cUG xlN cSO @@ -88013,10 +88013,10 @@ cSO vpD fEe wao -ujs +fSr tMD tID -iSX +wma cUG cUG nTJ @@ -88024,7 +88024,7 @@ mPc xlQ cUG xzK -iNF +toe uwT uwT uwT @@ -88036,18 +88036,18 @@ cpy cpy fWG uwT -avO +aUp vpp -khE -fTw -jhj -jhj -jhj -tBB -qZl -urT +eLO +uhU +sEj +sEj +sEj +qFt +jdP +uGn vpp -xlB +xyG rFT aIp aIp @@ -88059,7 +88059,7 @@ aIp aIp aIp aIp -ocq +cSJ aIp aIp aIp @@ -88071,7 +88071,7 @@ aIp xYA xYA iqX -uBn +sQs lSF eXG eXG @@ -88092,48 +88092,48 @@ saC saC saC tiQ -fIg -vHg -ldb -mvo -gFL -jhT -nsG +ulg +oQG +ufl +hzv +eqG +uQJ +rDm tiQ tiQ -xvU -agI -lpD -ivm -ivm -ivm -agI -ivm +qdL +dCR +jTt +mUZ +mUZ +mUZ +dCR +mUZ saC saC saC tiQ -cHr -cHr -aQK -cHr -cHr -cHr -cHr -ujY +hgP +hgP +aPY +hgP +hgP +hgP +hgP +nsH jMJ kco kco kti -vjI -vOo -nym -dVa -tVF -wiQ -wiQ -wiQ -hEz +duw +opx +sHH +was +wXK +okk +okk +okk +kjF tiQ jPw jPw @@ -88186,47 +88186,47 @@ vGp qSH qSH umR -weH +hLi fAq evS -aXJ +lUS bCl tDS -gXG -gXG -gXG +rHI +rHI +rHI tDS tDS tDS -gXG -gXG -gXG -gXG +rHI +rHI +rHI +rHI tDS gdO -xHt -uuI +lEN +qeg vDa pfN -wCo -xHt +rXS +lEN gdO -lhV -vXO -gmg -wCo +wow +wNj +aYM +rXS gdO -oUV -tkP -gRe -gfk +gQQ +kbi +pfQ +kWh gdO -rXN +fJc rnB rnB tTD rnB -sAa +uuX cUG tKF vpD @@ -88240,20 +88240,20 @@ cSO ngd omX wao -oHp +skf wzt uaI -ebv +twR cUG -oqD +wst inA qQe inA -oPk -fyX -soD -dts -kIo +cAX +ePV +tpr +qJc +dBY uwT uwT uwT @@ -88263,17 +88263,17 @@ cpy cpy cpy uwT -avO +aUp vpp -fbI +ahW wmJ piD -eic -jhj +uFN +sEj piD piD -pUY -roH +mFS +cgi wDa vJr aIp @@ -88298,7 +88298,7 @@ aIp xYA xYA wBx -uBn +sQs lSF eXG eXG @@ -88320,11 +88320,11 @@ saC saC tiQ tiQ -uEy -pZX -enA -ghQ -sFH +uJE +hxS +xvq +sIm +gDe tiQ tiQ tiQ @@ -88341,26 +88341,26 @@ saC saC tiQ tiQ -cHr -cHr -cHr -cHr -rLn -cHr -ujY +hgP +hgP +hgP +hgP +rVN +hgP +nsH jOh jPw jPw ktp -vjI -vOo -wiQ -dVa -tVF +duw +opx +okk +was +wXK mee woG -wiQ -hEz +okk +kjF tiQ jPw jPw @@ -88414,46 +88414,46 @@ qSH qSH umR qSH -weH -gKQ -pwK -fLj -pwK -pwK -pwK -pwK -pwK -fqd -pwK -pwK -pwK -pwK -pwK +hLi +pxM +bFZ +jnm +bFZ +bFZ +bFZ +bFZ +bFZ +eIJ +bFZ +bFZ +bFZ +bFZ +bFZ umg gdO -rmJ -wCo +hnH +rXS uuH pej -uuI -sQn +qeg +fRA gdO -wqc +hYn dsQ pej -oQm +bhv gdO -lpX +vku tby -gjg +tHA gdO gdO -rXN +fJc rnB tTD tTD rnB -sAa +uuX cUG cSO tdi @@ -88467,20 +88467,20 @@ sOA cSO vPs wao -nqP +aUy tID uaI -ebv -oPk +twR +cAX inA gDL anc inA -oPk -fyX -rmQ -qWR -sAE +cAX +ePV +fhS +yek +uGy uwT uwT uwT @@ -88490,18 +88490,18 @@ cpy cpy cpy uwT -avO +aUp vpp -iLZ -fTw -jhj -iwd -ceU -eic -pUY -bZy +jVU +uhU +sEj +wVU +kWM +uFN +mFS +ptf vpp -xlB +xyG kFB aIp aIp @@ -88525,7 +88525,7 @@ aIp aIp aIp yfK -uBn +sQs lSF eXG eXG @@ -88568,26 +88568,26 @@ cpy saC saC tiQ -cHr -cHr -cHr -cHr -cHr -cHr -ujY +hgP +hgP +hgP +hgP +hgP +hgP +nsH jOh jPw jPw ktp -vjI -vOo -wiQ -dVa -wiQ +duw +opx +okk +was +okk mee woG -wiQ -hEz +okk +kjF tiQ tiQ ndP @@ -88656,31 +88656,31 @@ vcn lyP lyP vGp -lQO +fvs gdO -bgC -tje -atk -wCo -mVA -cLm +vaB +tUf +qtG +rXS +dwV +ybu gdO -cCJ -lpX -lNG -tmq +sCz +vku +jsc +bYI gdO -pYB -bHE +dBT +cUL gdO gdO gjt -wrf +caB rnB tTD tTD rnB -sAa +uuX cUG cSO cSO @@ -88694,20 +88694,20 @@ vpD cSO vPz cUG -wMZ +mMh uaI bdH -tDM -oPk +gMX +cAX dIj kEd nmh lHL -oPk -fyX -rzg -wcs -mvn +cAX +ePV +rfl +qAM +aph uwT uwT fWG @@ -88717,18 +88717,18 @@ cpy cpy cpy uwT -avO +aUp snX snX -dIz -rfv -aFQ +iYk +nzb +fQP lVA -pUY -mEu +mFS +dcv snX snX -uBn +sQs sol xYA xYA @@ -88752,7 +88752,7 @@ aIp xYA aIp jYr -xlB +xyG lSF eXG eXG @@ -88797,25 +88797,25 @@ saC saC saC saC -cHr -cHr -jbi -cHr -ujY +hgP +hgP +toy +hgP +nsH jOh jPw jPw ktp -vjI -vOo -wiQ -dVa -wiQ +duw +opx +okk +was +okk woG woG -wiQ -hEz -vXP +okk +kjF +sUv mUh ngo wbR @@ -88883,12 +88883,12 @@ umR vGp vGp vGp -naq +pzr gdO gdO gdO -sdH -eiz +eEo +mQz gdO gdO gdO @@ -88901,13 +88901,13 @@ gdO gdO gdO xXg -wrf +caB rnB rnB tTD tTD rnB -mAQ +xyn cUG cUG aYg @@ -88922,16 +88922,16 @@ nVc cUG cUG cUG -eZo -kPo -seh +kgM +aaT +glD cUG dfE inA wTy cUG cUG -fyX +ePV uwT uwT uwT @@ -88944,7 +88944,7 @@ cpy cpy tXW uwT -kMu +idz lum snX snX @@ -88955,7 +88955,7 @@ vpp snX snX oYO -uBn +sQs gVf xYA xYA @@ -88979,7 +88979,7 @@ xYA xYA aIp kcR -xlB +xyG slq eXG eXG @@ -89024,25 +89024,25 @@ saC saC saC saC -cHr -cHr -cHr -cHr -ujY +hgP +hgP +hgP +hgP +nsH jOh jPw jPw ktp -vjI -vOo -wiQ -ukI -wiQ -wiQ -wiQ -wiQ -hEz -vXP +duw +opx +okk +mTw +okk +okk +okk +okk +kjF +sUv mUl wbR wbR @@ -89091,9 +89091,9 @@ vGv oQC lzU wsC -ieI -ieI -ieI +vxh +vxh +vxh sfI lzU gRD @@ -89110,40 +89110,40 @@ umR qSH vGp vGp -weH +hLi xZP gdO -bph -fju -mVA -gDM +rEG +nwf +dwV +trv gdO -cvd +ocX xXg -ass -ass -ass -ass -ass -ass -ass -wrf +lxw +lxw +lxw +lxw +lxw +lxw +lxw +caB rnB rnB tTD tTD tTD ruc -aGa +xDb wIi cUG cUG cUG -wYk -wYk -wYk -wYk -wYk +qXG +qXG +qXG +qXG +qXG cUG cUG cUG @@ -89154,11 +89154,11 @@ cUG cUG cUG cUG -oPk -oPk +cAX +cAX cUG xzK -fyX +ePV uwT uwT uwT @@ -89172,17 +89172,17 @@ cpy tXW uwT uwT -kMu -ddk -ddk -ddk -ddk -ddk -ddk +idz +uIN +uIN +uIN +uIN +uIN +uIN cpy cpy nDt -llm +iuB xyC xYA aiP @@ -89206,7 +89206,7 @@ xYA aiP xYA wBx -llm +iuB aVa eXG eXG @@ -89253,23 +89253,23 @@ saC saC saC saC -cHr -xXI -ujY +hgP +uzp +nsH jOh jPw jPw ktp -vjI -vOo -wiQ -dVa -alR -wiQ -wiQ -wiQ -hEz -vpw +duw +opx +okk +was +gVB +okk +okk +okk +kjF +dyF mUl wbR wbR @@ -89316,13 +89316,13 @@ qSH oQC lzU qnb -tpT -ieI -ieI -sFZ -ieI -ieI -tpT +snO +vxh +vxh +qQA +vxh +vxh +snO oAu lzU gRD @@ -89338,15 +89338,15 @@ qSH vGp vGp vGp -bvr -bUt -bph +wQM +ieX +rEG vDa pej -gDM -fGR -nhR -rXN +trv +rMa +doo +fJc tTD rnB rnB @@ -89362,30 +89362,30 @@ tTD rnB tSm rnB -kJN -qZa -bDh -wod -ass -ass -dhD -dhD -dhD -dhD -szX -dhD -dhD -dhD -dhD -dhD -dhD -dhD -dhD -dhD -dhD -dhD -dhD -iNF +ocK +iXn +rgE +mFv +lxw +lxw +qPM +qPM +qPM +qPM +dVP +qPM +qPM +qPM +qPM +qPM +qPM +qPM +qPM +qPM +qPM +qPM +qPM +toe uwT uwT uwT @@ -89410,7 +89410,7 @@ cpy cpy iWN jxD -xlB +xyG sTR udA xsq @@ -89432,7 +89432,7 @@ udA xsq res sTR -xlB +xyG sAt svG eXG @@ -89480,23 +89480,23 @@ cpy saC saC saC -cHr -cHr -ujY +hgP +hgP +nsH jOh jPw jPw ktp -vjI -vOo -wiQ -dVa -wiQ -wiQ -wiQ -wiQ -ykZ -vpw +duw +opx +okk +was +okk +okk +okk +okk +rKi +dyF mUl wbR wbR @@ -89541,17 +89541,17 @@ qSH qSH oQC qnb -ieI -ieI -cEz -nWy -nWy -jdp -maY -maY -cEz -ieI -oVQ +vxh +vxh +jFY +nvI +nvI +hvj +oeK +oeK +jFY +vxh +nfJ oAu gRD qSH @@ -89565,15 +89565,15 @@ qSH qSH vGp vGp -slQ +sWl gdO -bph +rEG vDa pej -rpi +fSP gdO -nhR -rXN +doo +fJc rnB rnB rnB @@ -89638,27 +89638,27 @@ cpy cpy iWN jxD -xlB -xlB -xlB -reK -reK -reK +xyG +xyG +xyG +weV +weV +weV dEm -prk -reK -sgi -sRs -reK -lQL -reK +rji +weV +kJC +gCH +weV +bXN +weV uMr -aya -rFs -aya -bxw -abk -abk +hVt +rbP +hVt +viO +myW +myW sAt svG eXG @@ -89708,22 +89708,22 @@ cpy tiQ saC saC -cHr -ujY +hgP +nsH jOG kdL kdL kwt -vjI -vOo -wiQ -dVa -wiQ +duw +opx +okk +was +okk woG woG -tVF -ykZ -vpw +wXK +rKi +dyF mUl wbR wbR @@ -89767,19 +89767,19 @@ qSH oQC gRj qnb -ieI -ieI +vxh +vxh xIv xIv kqT xIv -sFZ +qQA xIv buD xIv kqT -bHv -jUZ +blG +yfm oAu lzU gRD @@ -89792,15 +89792,15 @@ uet aoi aoi dcc -nhh -bJC +chL +klr vCG -rSN -mVA +trG +dwV pej -wYb -nhR -rXN +rkE +doo +fJc rnB rnB rnB @@ -89867,23 +89867,23 @@ eXG iWN rnq rnq -uBn -uBn -xlB -reK +sQs +sQs +xyG +weV qXH -prk -prk -lQL -sRs -reK -lQL -reK +rji +rji +bXN +gCH +weV +bXN +weV uMr -poJ -hJz -sWh -abk +gIO +ecr +vPN +myW rnq rnq svG @@ -89936,21 +89936,21 @@ cpy saC saC saC -pjn -ukj -dxh -dxh -ukj -lBW -vOo -wiQ -dVa -wiQ +qDe +upx +vGh +vGh +upx +dHH +opx +okk +was +okk woG woG -wiQ -ykZ -uJV +okk +rKi +ifs mUl wbR wbR @@ -89992,23 +89992,23 @@ qSH oQC lzU qnb -ieI -ieI -ieI -aNz +vxh +vxh +vxh +lMP taJ -nOO -bdw -brz -sFZ -maY -sXW -maY +oFP +vCx +hIm +qQA +oeK +kVr +oeK xIv -ahk -bHv -ieI -ieI +iKW +blG +vxh +vxh oAu lzU gRD @@ -90019,15 +90019,15 @@ qSH vGp vGp qoG -vko -jJG +kmr +qoo pfN -mVA -mVA +dwV +dwV pej -azC -nhR -rXN +huy +doo +fJc rnB rnB rnB @@ -90096,19 +90096,19 @@ eXG iWN jru jxD -uBn -uBn +sQs +sQs crM wDa ffL baN -sRs +gCH wDa sIr wDa wDa -cBe -ftB +xMq +uHt sAt jru svG @@ -90167,17 +90167,17 @@ saC saC saC saC -cHr -eCB -vOo -wiQ -dVa -wiQ +hgP +pHy +opx +okk +was +okk woG woG -wiQ -vLm -uJV +okk +biE +ifs mUl wbR wbR @@ -90217,27 +90217,27 @@ rMR qSH oQC qnb -ieI -ieI -ieI -maY -maY -hHu +vxh +vxh +vxh +oeK +oeK +vZN trD -fvW -maY -maY -sFZ -inu -maY -maY +ceK +oeK +oeK +qQA +fha +oeK +oeK xIv -maY -maY -maY -ieI -ieI -ieI +oeK +oeK +oeK +vxh +vxh +vxh oAu gRD qSH @@ -90246,15 +90246,15 @@ vGp vGp vGp vGp -xfn +wXI gdO -bph +rEG pej pej -gDM +trv gdO -nhR -rXN +doo +fJc rnB rnB rnB @@ -90324,17 +90324,17 @@ wQa eXG iWN jxD -uBn -xlB -xlB -reK -reK -sRs -reK -reK -xlB -xlB -xlB +sQs +xyG +xyG +weV +weV +gCH +weV +weV +xyG +xyG +xyG sAt svG eXG @@ -90394,17 +90394,17 @@ saC saC saC saC -cHr -cHr -vOo -wiQ -dVa -wiQ -wiQ -wiQ -xOT -vLm -uJV +hgP +hgP +opx +okk +was +okk +okk +okk +gmF +biE +ifs mUl nhb wbR @@ -90443,29 +90443,29 @@ ien rMR oQC qnb -ieI -ieI -sFZ -sFZ -sFZ -sFZ -sFZ -jjn -prF -sFZ -sFZ -sFZ -sFZ -sFT -sFZ -sFZ -sFZ -sFZ -sFZ -sFZ -sFZ -ieI -ieI +vxh +vxh +qQA +qQA +qQA +qQA +qQA +vih +bSP +qQA +qQA +qQA +qQA +qVp +qQA +qQA +qQA +qQA +qQA +qQA +qQA +vxh +vxh oAu gRD qSH @@ -90473,15 +90473,15 @@ vGp vGp vGp lyP -xfn -bUt -bph +wXI +ieX +rEG pej pej -gDM -fGR -nhR -rXN +trv +rMa +doo +fJc rnB rnB rnB @@ -90553,13 +90553,13 @@ cex iWN jru jxD -llm -xlB -xlB -ofV -uBn -xlB -llm +iuB +xyG +xyG +sgx +sQs +xyG +iuB sAt jru svG @@ -90621,16 +90621,16 @@ saC saC saC tiQ -cHr -cHr +hgP +hgP tiQ -sod -sod -sod -sod -sod -sod -sod +ktc +ktc +ktc +ktc +ktc +ktc +ktc tiQ mVE niu @@ -90669,8 +90669,8 @@ ien cpy qSH oZN -tpT -ieI +snO +vxh qUL qUL qUL @@ -90680,35 +90680,35 @@ qUL nSF qUL qUL -mEd -mEd -qfA -mfm -lsc -qfM +wgm +wgm +xkK +tev +pXT +rlz iRl qUL qUL qUL aDs qUL -ieI -tpT +vxh +snO ltf qSH vGp vGp kQJ tPb -vko +kmr gdO -bph -mVA -mVA -bph +rEG +dwV +dwV +rEG gdO cpy -rXN +fJc rnB rnB rnB @@ -90782,9 +90782,9 @@ cex iWN jru jxD -uBn -uBn -uBn +sQs +sQs +sQs sAt jru svG @@ -90896,7 +90896,7 @@ ien cpy qSH pet -ieI +vxh xIv qUL qUL @@ -90904,23 +90904,23 @@ qUL qUL qUL qUL -czj -iYH -kRc +jPI +xes +wWK qUL qUL -pSa -aDG -dCc -hzo -qfA -mfm -lsc -qfM -jjD +eoq +wZX +drl +rom +xkK +tev +pXT +rlz +bsT qUL -sFZ -ieI +qQA +vxh jaq vGp vGp @@ -91123,31 +91123,31 @@ ien ien qSH pFH -ieI +vxh xIv qUL qUL nSF qUL qUL -unA -rzT -jGF -lYX -srp -srp -xXF -qrV -kza -iNu -pSa -aDG -dCc -hzo -fJX +iFD +ryI +ouS +yeN +uva +uva +kKw +bGi +eEO +gCZ +eoq +wZX +drl +rom +wZW qUL -sFZ -ieI +qQA +vxh nTp vGp vGp @@ -91346,35 +91346,35 @@ qSH qSH qSH qSH -mnG +jtY qSH qSH pFH -ieI +vxh xIv qUL qUL nSF qUL -qfA -aaz -lzW -onO -lzW -hmI -hmI -lzW -xQa -lzW -dzQ -xXF -qrV -kza -xXF -jnh +xkK +fws +kLp +svB +kLp +iZJ +iZJ +kLp +fBu +kLp +uTT +kKw +bGi +eEO +kKw +gWX qUL -auy -ieI +nsK +vxh nTp vGp vGp @@ -91573,35 +91573,35 @@ qSH qSH qSH qSH -mnG +jtY qSH qSH pFH -ieI +vxh xIv qUL qUL -xIH -rLu -qsK -uVc -jwu -peH -peH -peH -peH -bfb -peH -oyn -olR -lCO -onO -lzW -pKM -aFH -jWg -sFZ -ieI +abv +cnP +oWQ +hir +pEe +lGs +lGs +lGs +lGs +xyk +lGs +uMx +elg +jXH +svB +kLp +lNR +wgs +hkS +qQA +vxh nTp vGp vGp @@ -91800,35 +91800,35 @@ qSH qSH qSH qSH -mnG +jtY qSH qSH pFH -ieI +vxh xIv qUL qUL -dQF -uYP -quX -grB -xFo -ifH -nvm -ayk -ayk -hwc -ocI -xFo -gUX -peH -peH -aSI -gsx +lEY +wOT +bEu +evf +mcW +gdN +lJP +jAc +jAc +fTQ +utb +mcW +odr +lGs +lGs +vbH +yhs qUL -rZA -sFZ -ieI +xfS +qQA +vxh nTp vGp vGp @@ -92031,31 +92031,31 @@ ien ien qSH pFH -ieI +vxh xIv qUL qUL -kQi -nwJ -pQt -uVc -dUo -peH -peH -peH -peH -peH -peH -vws -duT -sqi -bZA -dyr -tYM -xIg -hRq -sFZ -ieI +mIv +tND +upB +hir +oQZ +lGs +lGs +lGs +lGs +lGs +lGs +wcr +nqM +sxQ +vpE +vHz +qDx +qnZ +ojh +qQA +vxh nTp vGp cpy @@ -92258,31 +92258,31 @@ ien qSH qSH pFH -ieI +vxh xIv qUL qUL qUL pTW -pSa -aaz -dyr -bZA -sfo -hmI -hmI -dyr -wTd -dyr -sCj -wia -paJ -oGk -wia -fCV +eoq +fws +vHz +vpE +hwQ +iZJ +iZJ +vHz +lzN +vHz +rOt +cOC +iaX +hun +cOC +jgo qUL -sFZ -ieI +qQA +vxh nTp vGp cpy @@ -92485,31 +92485,31 @@ ien qSH qSH pFH -ieI +vxh xIv qUL qUL qUL qUL qUL -xRJ -sAw -wIv -vho -srp -srp -wia -paJ -oGk -xDy -qfA -rsD -mxf -qfM -kQf +uca +nRg +bpl +tpU +uva +uva +cOC +iaX +hun +mAY +xkK +dIS +qKX +rlz +wdS qUL -sFZ -ieI +qQA +vxh nTp vGp cpy @@ -92712,7 +92712,7 @@ ien ien qSH pVn -ieI +vxh xIv qUL qUL @@ -92720,23 +92720,23 @@ qUL qUL nSF qUL -koR -prj -eaO +lkI +nYO +fzj qUL qUL -qfA -rsD -mxf -qfM -pSa -neD -qSa -ejX -ukL +xkK +dIS +qKX +rlz +eoq +hJS +hWO +jSw +qpO qUL -sFZ -ieI +qQA +vxh keq vGp cpy @@ -92939,8 +92939,8 @@ ien qSH qSH oZN -tpT -oVQ +snO +nfJ qUL qUL qUL @@ -92952,18 +92952,18 @@ qUL dBd iRl qUL -pSa -neD -qSa -hzo +eoq +hJS +hWO +rom iRl pTW qUL qUL qUL qUL -ieI -tpT +vxh +snO ltf vGp cpy @@ -93167,29 +93167,29 @@ vGp qSH pYN qqG -bHv -ieI -sFZ -sFZ -sFZ -sFZ -sFZ -bqy -bqy -sFZ -sFZ -sFZ -sFZ -jdp -pzE -sFZ -sFZ -sFZ -sFZ -sFZ -sFZ -ieI -ieI +blG +vxh +qQA +qQA +qQA +qQA +qQA +qfJ +qfJ +qQA +qQA +qQA +qQA +hvj +jfE +qQA +qQA +qQA +qQA +qQA +qQA +vxh +vxh mil wYJ vGp @@ -93395,27 +93395,27 @@ vGp qSH pYN qqG -ieI -ieI -ieI -ahk -ahk -maY +vxh +vxh +vxh +iKW +iKW +oeK xIv -maY -maY -maY -sFZ -ahk -ahk -sXW +oeK +oeK +oeK +qQA +iKW +iKW +kVr xIv -maY -maY -maY -ieI -ieI -ieI +oeK +oeK +oeK +vxh +vxh +vxh mil wYJ qSH @@ -93624,23 +93624,23 @@ qSH pYN qXY qqG -ieI -ieI -ieI -hHu +vxh +vxh +vxh +vZN uGT -maY -maY -ued -sUK -vqq -npZ -wde +oeK +oeK +mnM +jDD +wzT +xzP +mxH xIv -maY -ieI -ieI -ieI +oeK +vxh +vxh +vxh mil qXY wYJ @@ -93853,19 +93853,19 @@ qSH pYN qXY qqG -ieI -ieI +vxh +vxh xIv xIv xIv xIv -sFZ +qQA xIv xIv xIv kVh -ieI -ieI +vxh +vxh mil qXY wYJ @@ -94081,17 +94081,17 @@ qSH qSH pYN qqG -ieI -ieI -ieI -maY -maY -sFZ -maY -maY -ieI -ieI -ieI +vxh +vxh +vxh +oeK +oeK +qQA +oeK +oeK +vxh +vxh +vxh mil wYJ qSH @@ -94310,13 +94310,13 @@ qSH pYN qXY qqG -tpT -ieI -ieI -sFZ -ieI -ieI -tpT +snO +vxh +vxh +qQA +vxh +vxh +snO mil qXY wYJ @@ -94539,9 +94539,9 @@ qSH pYN qXY xpH -ieI -ieI -ieI +vxh +vxh +vxh qzE qXY wYJ diff --git a/maps/map_files/LV624/LV624.dmm b/maps/map_files/LV624/LV624.dmm index 6909960060..6878440d10 100644 --- a/maps/map_files/LV624/LV624.dmm +++ b/maps/map_files/LV624/LV624.dmm @@ -451,9 +451,6 @@ /obj/effect/landmark/monkey_spawn, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) -"adK" = ( -/turf/open/floor/plating/asteroidwarning/north, -/area/lv624/lazarus/landing_zones/lz2) "adP" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_membrane, /obj/effect/landmark/structure_spawner/setup/distress/xeno_membrane, @@ -577,16 +574,6 @@ /obj/effect/decal/remains/xeno, /turf/open/gm/dirt, /area/lv624/ground/caves/south_east_caves) -"aeW" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = -10; - pixel_y = -2 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/south_central_caves) "aeX" = ( /obj/structure/cargo_container/grant/left, /turf/open/floor, @@ -639,6 +626,16 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/caves/sand_temple) +"afz" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/surface/rack, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb{ + pixel_y = 3 + }, +/turf/open/floor/vault2/west, +/area/lv624/lazarus/quartstorage) "afF" = ( /obj/effect/decal/cleanable/blood, /turf/open/gm/dirt, @@ -786,15 +783,6 @@ /obj/item/explosive/grenade/high_explosive, /turf/open/floor/plating, /area/lv624/ground/barrens/central_barrens) -"agy" = ( -/obj/structure/stairs/perspective{ - color = "#6b675e"; - dir = 1; - icon_state = "p_stair_full" - }, -/obj/structure/flora/jungle/vines/heavy, -/turf/open/floor/corsat/squareswood/north, -/area/lv624/ground/caves/sand_temple) "agz" = ( /obj/structure/cargo_container/horizontal/blue/middle, /turf/open/gm/dirt, @@ -878,13 +866,20 @@ "agX" = ( /turf/open/gm/dirt, /area/lv624/ground/caves/sand_temple) +"agY" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/caves/sand_temple) "ahe" = ( /obj/effect/landmark/crap_item, /turf/open/gm/coast/west, /area/lv624/ground/barrens/west_barrens) -"ahf" = ( -/turf/open/floor/plating/asteroidwarning/northeast, -/area/lv624/lazarus/landing_zones/lz2) "ahh" = ( /obj/effect/decal/cleanable/blood, /obj/item/ammo_casing, @@ -1034,11 +1029,25 @@ /obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/coast/north, /area/lv624/ground/river/east_river) +"ajz" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = 2; + pixel_y = 7 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/south_east_caves) "ajA" = ( /obj/structure/fence, /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, /area/lv624/lazarus/landing_zones/lz1) +"ajC" = ( +/obj/item/stack/rods, +/turf/open/gm/dirt, +/area/lv624/ground/colony/west_tcomms_road) "ajE" = ( /obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/coast/beachcorner/north_east, @@ -1101,6 +1110,13 @@ /obj/effect/landmark/hunter_primary, /turf/open/gm/river, /area/lv624/ground/river/east_river) +"ake" = ( +/obj/item/stack/sheet/wood{ + amount = 2 + }, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/floor/warning/northeast, +/area/lv624/lazarus/landing_zones/lz2) "akj" = ( /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/grass/grass1, @@ -1165,6 +1181,20 @@ /obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/coast/beachcorner/north_west, /area/lv624/ground/river/central_river) +"akS" = ( +/obj/structure/safe{ + spawnkey = 0 + }, +/obj/item/coin/diamond, +/obj/item/m_gift, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/item/clothing/head/helmet/marine/veteran/pmc, +/obj/item/clothing/under/marine/veteran/pmc, +/obj/item/storage/fancy/cigar, +/turf/open/floor/whiteyellow/northeast, +/area/lv624/lazarus/corporate_dome) "akV" = ( /obj/structure/disposalpipe/trunk{ dir = 8 @@ -1306,6 +1336,10 @@ /obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/dirt, /area/lv624/ground/river/central_river) +"amv" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/floor/plating/platebotc, +/area/lv624/lazarus/yggdrasil) "amw" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /turf/open/gm/river, @@ -1351,6 +1385,19 @@ /obj/structure/flora/jungle/vines/light_2, /turf/closed/wall/strata_ice/jungle, /area/lv624/lazarus/landing_zones/lz1) +"amP" = ( +/obj/structure/dispenser, +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) "amW" = ( /obj/effect/landmark/crap_item, /turf/open/gm/grass/grass2, @@ -1410,11 +1457,6 @@ "anG" = ( /turf/closed/wall/r_wall, /area/lv624/lazarus/hydroponics) -"anL" = ( -/obj/structure/surface/rack, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) "anM" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/auto_turf/strata_grass/layer1, @@ -1438,9 +1480,6 @@ /obj/structure/flora/bush/ausbushes/var3/stalkybush, /turf/open/gm/river, /area/lv624/ground/river/east_river) -"aoo" = ( -/turf/open/gm/dirt/desert1, -/area/lv624/ground/barrens/south_eastern_jungle_barrens) "aop" = ( /obj/effect/landmark/hunter_secondary, /turf/open/gm/dirt, @@ -1604,13 +1643,6 @@ /obj/structure/fence, /turf/open/gm/dirtgrassborder/west, /area/lv624/lazarus/quartstorage/outdoors) -"arx" = ( -/obj/structure/platform_decoration{ - dir = 4 - }, -/obj/structure/foamed_metal, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) "arG" = ( /obj/effect/landmark/survivor_spawner, /turf/open/gm/dirt, @@ -1768,6 +1800,15 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/west_jungle) +"atf" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) +"atg" = ( +/obj/structure/ore_box, +/obj/structure/fence, +/turf/open/floor/warning/east, +/area/lv624/ground/barrens/containers) "ati" = ( /turf/open/floor/vault, /area/lv624/lazarus/quartstorage) @@ -1780,6 +1821,9 @@ }, /turf/open/floor/plating, /area/lv624/lazarus/research) +"ats" = ( +/turf/open/floor/white, +/area/lv624/lazarus/medbay) "atu" = ( /turf/open/gm/dirtgrassborder/west, /area/lv624/ground/jungle/west_jungle) @@ -1916,12 +1960,6 @@ /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/gm/dirtgrassborder/south, /area/lv624/ground/jungle/east_jungle) -"auN" = ( -/obj/structure/surface/rack, -/obj/item/weapon/gun/shotgun/pump, -/obj/item/ammo_magazine/shotgun/slugs, -/turf/open/floor/cult, -/area/lv624/lazarus/armory) "auO" = ( /obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ name = "\improper River Snack Bar"; @@ -1973,11 +2011,6 @@ /obj/structure/barricade/wooden, /turf/open/floor/wood, /area/lv624/ground/jungle/west_jungle/ceiling) -"avs" = ( -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) "avw" = ( /obj/effect/landmark/good_item, /turf/open/gm/river, @@ -1994,13 +2027,6 @@ /obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/coast/east, /area/lv624/ground/river/west_river) -"avO" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper Corporate Liaison" - }, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) "avP" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/south, @@ -2121,15 +2147,6 @@ /obj/effect/decal/remains/human, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_west_jungle) -"axK" = ( -/obj/effect/decal/remains/xeno, -/obj/structure/stairs/perspective{ - color = "#b29082"; - dir = 8; - icon_state = "p_stair_full" - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/caves/south_east_caves) "axR" = ( /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/dirt, @@ -2263,10 +2280,6 @@ }, /turf/open/floor/plating, /area/lv624/lazarus/robotics) -"azH" = ( -/obj/item/ammo_magazine/rifle/extended, -/turf/open/floor/greengrid, -/area/lv624/lazarus/secure_storage) "azK" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony{ density = 0; @@ -2331,6 +2344,11 @@ }, /turf/open/floor/plating, /area/lv624/lazarus/landing_zones/lz2) +"aAc" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/candle, +/turf/open/floor/carpet/bcarpet03, +/area/lv624/ground/caves/north_central_caves) "aAd" = ( /obj/structure/platform/mineral/sandstone/runed, /turf/open/gm/dirtgrassborder/north, @@ -2381,6 +2399,9 @@ /obj/item/storage/fancy/cigarettes/wypacket, /turf/open/floor/vault, /area/lv624/lazarus/quartstorage) +"aAF" = ( +/turf/open/floor/whiteyellowcorner, +/area/lv624/lazarus/main_hall) "aAJ" = ( /obj/structure/machinery/landinglight/ds2/delaytwo{ dir = 8 @@ -2431,6 +2452,14 @@ /obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/coast/beachcorner/south_east, /area/lv624/ground/river/west_river) +"aBp" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "\improper Nexus Dome Canteen"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor/bar, +/area/lv624/lazarus/kitchen) "aBx" = ( /obj/effect/landmark/hunter_secondary, /turf/open/gm/dirt, @@ -2635,6 +2664,10 @@ }, /turf/open/floor/plating, /area/lv624/lazarus/landing_zones/lz1) +"aEq" = ( +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) "aEs" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, @@ -2852,15 +2885,6 @@ /obj/structure/fence, /turf/open/gm/grass/grass1, /area/lv624/ground/colony/north_nexus_road) -"aHy" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = 4 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/east_caves) "aHB" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, @@ -3256,10 +3280,6 @@ /obj/structure/flora/bush/ausbushes/var3/ywflowers, /turf/open/gm/grass/grass2, /area/lv624/ground/jungle/west_jungle) -"aMu" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/gm/dirt, -/area/lv624/lazarus/secure_storage) "aMz" = ( /obj/structure/flora/jungle/vines/light_2, /turf/closed/wall/strata_ice/jungle, @@ -3337,6 +3357,11 @@ }, /turf/open/floor/plating, /area/lv624/lazarus/landing_zones/lz1) +"aNy" = ( +/obj/structure/machinery/gibber, +/obj/effect/landmark/good_item, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/kitchen) "aNB" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /obj/structure/flora/jungle/vines/heavy, @@ -3476,6 +3501,10 @@ /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) +"aPn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "aPt" = ( /turf/closed/wall/r_wall, /area/lv624/lazarus/comms) @@ -3496,13 +3525,6 @@ /obj/effect/landmark/good_item, /turf/open/floor, /area/lv624/lazarus/chapel) -"aPL" = ( -/obj/structure/machinery/constructable_frame{ - icon_state = "box_1" - }, -/obj/effect/landmark/lv624/fog_blocker, -/turf/open/floor/plating/warnplate/north, -/area/lv624/ground/river/central_river) "aPM" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, @@ -3760,23 +3782,6 @@ }, /turf/open/floor, /area/lv624/lazarus/kitchen) -"aTQ" = ( -/obj/structure/surface/rack, -/obj/item/tool/shovel/spade, -/obj/item/tool/hatchet{ - pixel_x = 6; - pixel_y = 4 - }, -/obj/item/tool/hatchet{ - pixel_x = 6; - pixel_y = 4 - }, -/obj/item/tool/minihoe{ - pixel_y = -2 - }, -/obj/structure/machinery/light, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) "aTS" = ( /obj/effect/landmark/survivor_spawner, /turf/open/gm/dirt, @@ -3835,19 +3840,6 @@ }, /turf/open/floor/greengrid, /area/lv624/lazarus/secure_storage) -"aUW" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = 4 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/south_central_caves) -"aUZ" = ( -/obj/item/device/flashlight/on, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) "aVa" = ( /obj/item/xenos_claw, /turf/open/gm/grass/grass1, @@ -3881,6 +3873,15 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) +"aVz" = ( +/obj/structure/surface/rack, +/obj/item/tool/crowbar, +/obj/item/reagent_container/glass/bucket{ + pixel_y = -3 + }, +/obj/item/reagent_container/glass/bucket, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) "aVA" = ( /obj/structure/flora/jungle/plantbot1, /turf/open/gm/grass/grass2, @@ -3945,6 +3946,10 @@ /obj/item/ore/silver, /turf/open/floor/greengrid, /area/lv624/lazarus/secure_storage) +"aWb" = ( +/obj/structure/flora/jungle/vines/light_3, +/turf/open/floor/warning, +/area/lv624/lazarus/landing_zones/lz2) "aWh" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/east, @@ -4128,6 +4133,12 @@ /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) +"aYk" = ( +/obj/item/tool/mop, +/obj/structure/surface/rack, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) "aYm" = ( /obj/structure/flora/jungle/vines/heavy{ pixel_y = 24 @@ -4179,11 +4190,6 @@ /obj/structure/flora/jungle/vines/light_2, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_central_jungle) -"aYz" = ( -/obj/structure/bed/roller, -/obj/structure/machinery/light, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) "aYC" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, @@ -4288,10 +4294,21 @@ /obj/effect/decal/cleanable/blood/gibs/xeno/up, /turf/open/gm/dirt, /area/lv624/ground/jungle/north_west_jungle) +"baA" = ( +/obj/structure/fence, +/turf/open/floor/plating/asteroidfloor/north, +/area/lv624/ground/river/central_river) +"baM" = ( +/turf/open/floor/bot/north, +/area/lv624/lazarus/landing_zones/lz1) "baN" = ( /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/grass/grass2, /area/lv624/ground/jungle/west_jungle) +"baQ" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/floor/plating/warnplate/southwest, +/area/lv624/ground/river/central_river) "bbj" = ( /obj/structure/flora/jungle/vines/light_3, /obj/structure/flora/jungle/vines/heavy, @@ -4308,10 +4325,6 @@ /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_central_jungle) -"bbF" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/cult, -/area/lv624/lazarus/armory) "bbH" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/gm/grass/grass1, @@ -4328,6 +4341,10 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_central_jungle) +"bbK" = ( +/obj/structure/girder/reinforced, +/turf/open/floor/plating/platingdmg1, +/area/lv624/lazarus/secure_storage) "bbL" = ( /obj/structure/flora/grass/tallgrass/jungle, /turf/open/gm/grass/grass1, @@ -4365,31 +4382,30 @@ /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) +"bcl" = ( +/obj/structure/machinery/mecha_part_fabricator, +/turf/open/floor/vault2/west, +/area/lv624/lazarus/robotics) +"bcr" = ( +/obj/structure/window_frame/colony, +/turf/open/floor/plating/platebotc, +/area/lv624/lazarus/quartstorage) +"bcx" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/folder/black_random, +/turf/open/floor/whiteblue, +/area/lv624/lazarus/corporate_dome) "bdu" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 8 }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_west_caves) -"bdS" = ( -/obj/item/clothing/mask/gas, -/turf/open/floor/vault2, -/area/lv624/lazarus/robotics) "bei" = ( /obj/structure/flora/jungle/vines/heavy, /obj/effect/landmark/hunter_primary, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) -"beo" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = 2; - pixel_y = 7 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/south_west_caves) "beB" = ( /obj/structure/bed/chair/comfy/black{ dir = 8 @@ -4397,6 +4413,10 @@ /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/dirt, /area/lv624/ground/caves/sand_temple) +"beF" = ( +/obj/structure/bed/chair/office/dark, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) "bfc" = ( /obj/effect/landmark/hunter_primary, /turf/open/gm/dirt, @@ -4404,59 +4424,68 @@ "bfe" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, /area/lv624/ground/jungle/north_east_jungle) +"bfr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/structure/machinery/computer/telecomms/traffic{ + layer = 3.1; + pixel_y = 16 + }, +/obj/structure/bed/chair/office/light{ + dir = 1; + layer = 3.2 + }, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"bfD" = ( +/turf/open/floor/plating/asteroidfloor/north, +/area/lv624/lazarus/landing_zones/lz2) "bfY" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/gm/dirt, /area/lv624/ground/caves/east_caves) -"bgq" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) -"bgw" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NE-out"; - pixel_x = 1; - pixel_y = 1 +"bgd" = ( +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_9_1" }, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) +/turf/open/floor/white, +/area/lv624/lazarus/corporate_dome) +"bgm" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) "bgL" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/west, /area/lv624/ground/colony/west_tcomms_road) +"bgN" = ( +/obj/item/ammo_magazine/smg/mp5, +/turf/open/floor/white, +/area/lv624/lazarus/corporate_dome) "bgQ" = ( /obj/structure/flora/jungle/planttop1, /turf/open/gm/grass/grass1, /area/lv624/ground/colony/south_medbay_road) -"bgV" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/tool/kitchen/knife/butcher{ - pixel_x = -1; - pixel_y = 5 - }, -/obj/item/tool/kitchen/utensil/knife{ - pixel_x = 10; - pixel_y = 6 - }, -/obj/item/tool/kitchen/utensil/fork{ - pixel_x = -8; - pixel_y = 7 - }, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/quartstorage) "bhr" = ( /turf/open/gm/dirtgrassborder/east, /area/lv624/ground/jungle/south_east_jungle) -"bii" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/drinks/cans/waterbottle{ - pixel_x = -4; - pixel_y = 9 - }, -/turf/open/floor/whitebluefull, -/area/lv624/lazarus/medbay) +"bhN" = ( +/turf/open/floor/plating/asteroidwarning, +/area/lv624/ground/river/central_river) +"bir" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/trash/cigbutt/cigarbutt, +/obj/structure/machinery/cell_charger, +/obj/item/storage/fancy/cigarettes/wypacket, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/wood, +/area/lv624/lazarus/hop) "bit" = ( /obj/structure/machinery/colony_floodlight, /turf/open/gm/grass/grass1, @@ -4467,22 +4496,10 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/south_central_caves) -"bjx" = ( -/obj/effect/landmark/good_item, -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor/dark, -/area/lv624/lazarus/comms) -"bkc" = ( -/obj/structure/machinery/door/airlock/almayer/research/colony{ - density = 0; - dir = 1; - icon_state = "door_open"; - name = "\improper Research Dome"; - opacity = 0; - req_access_txt = "100" - }, -/turf/open/floor/white, -/area/lv624/lazarus/research) +"bjI" = ( +/obj/structure/window/framed/colony/reinforced, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) "bkG" = ( /turf/open/gm/coast/beachcorner/north_west, /area/lv624/ground/river/central_river) @@ -4497,36 +4514,35 @@ /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/gm/dirt, /area/lv624/ground/caves/sand_temple) -"bkW" = ( -/turf/open/floor/vault2/west, -/area/lv624/lazarus/robotics) "bkY" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/north_west, /area/lv624/ground/jungle/south_west_jungle) -"bll" = ( -/obj/effect/landmark/lizard_spawn, -/turf/open/gm/grass/grass1, -/area/lv624/ground/barrens/south_eastern_jungle_barrens) -"blt" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Corporation Dome"; - req_access_txt = "100" - }, +"blD" = ( +/turf/open/floor/corsat/squareswood/north, +/area/lv624/ground/caves/sand_temple) +"blJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/landmark/xeno_hive_spawn, +/obj/effect/landmark/ert_spawns/groundside_xeno, /turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"bmx" = ( -/obj/effect/landmark/good_item, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) -"bmD" = ( -/obj/structure/machinery/door/airlock/almayer/secure/colony{ - icon_state = "door_locked"; - locked = 1; - name = "Mining Storage"; - req_access_txt = "100" +/area/lv624/lazarus/main_hall) +"bmk" = ( +/turf/open/floor/loadingarea/east, +/area/lv624/lazarus/quartstorage) +"bmA" = ( +/obj/structure/machinery/shower{ + dir = 4 }, -/turf/open/floor/dark, -/area/lv624/ground/barrens/north_east_barrens/ceiling) +/obj/effect/glowshroom, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/toilet) +"bni" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/dirt/desert_dug, +/area/lv624/ground/barrens/south_eastern_jungle_barrens) "bnE" = ( /obj/structure/flora/bush/ausbushes/pointybush, /turf/open/gm/grass/grass1, @@ -4537,6 +4553,9 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/central_caves) +"bnS" = ( +/turf/open/gm/dirtgrassborder/desert1, +/area/lv624/ground/barrens/south_eastern_barrens) "bnX" = ( /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/coast/beachcorner/south_west, @@ -4544,18 +4563,30 @@ "boe" = ( /turf/open/floor/sandstone/runed, /area/lv624/ground/caves/sand_temple) -"bow" = ( -/obj/effect/decal/cleanable/blood/splatter, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/main_hall) "boy" = ( /obj/effect/landmark/hunter_secondary, /turf/open/gm/dirt, /area/lv624/ground/barrens/south_eastern_barrens) -"bpC" = ( -/turf/open/floor/wood, -/area/lv624/lazarus/hop) +"boW" = ( +/obj/effect/landmark/static_comms/net_two, +/turf/open/floor/asteroidfloor/north, +/area/lv624/ground/colony/telecomm/sw_lz2) +"bpf" = ( +/obj/structure/surface/table, +/obj/effect/landmark/crap_item, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) +"bpN" = ( +/obj/effect/landmark/good_item, +/turf/open/floor/vault2/west, +/area/lv624/lazarus/robotics) +"bpW" = ( +/obj/item/tool/kitchen/utensil/fork, +/turf/open/floor/white, +/area/lv624/lazarus/medbay) "bqf" = ( /obj/structure/surface/rack, /obj/item/explosive/grenade/smokebomb{ @@ -4572,52 +4603,70 @@ }, /turf/open/floor/vault, /area/lv624/lazarus/quartstorage) -"bqo" = ( -/obj/structure/bed, -/obj/item/bedsheet/yellow, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) -"bqJ" = ( -/obj/structure/surface/rack, -/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/dark, -/area/lv624/lazarus/engineering) -"bqK" = ( -/obj/structure/machinery/power/port_gen/pacman/super, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) +"bqi" = ( +/obj/structure/bookcase, +/turf/open/floor/wood, +/area/lv624/lazarus/hop) +"bqu" = ( +/obj/structure/flora/jungle/vines/heavy{ + pixel_y = 26 + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/jungle/south_west_jungle/ceiling) "brc" = ( -/turf/open/floor/plating/asteroidwarning, -/area/lv624/ground/river/central_river) +/obj/structure/window_frame/colony, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/white, +/area/lv624/lazarus/medbay) "brh" = ( /obj/structure/flora/jungle/plantbot1, /obj/structure/flora/jungle/vines/light_1, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_west_jungle) -"brj" = ( -/turf/open/floor/redcorner/west, -/area/lv624/lazarus/security) -"brS" = ( -/obj/structure/surface/rack, -/obj/item/stack/sheet/mineral/tritium{ - pixel_x = -4 +"brM" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/grimy, +/area/lv624/lazarus/hop) +"bsh" = ( +/obj/structure/largecrate/random, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 }, -/turf/open/floor/vault2/west, -/area/lv624/ground/barrens/north_east_barrens/ceiling) -"bsC" = ( -/turf/open/floor/wood/wood_broken6, -/area/lv624/ground/caves/north_central_caves) +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) +"bsK" = ( +/obj/item/storage/firstaid/adv/empty, +/obj/structure/machinery/door_control{ + id = "secure_outer_blast"; + name = "Secure Outer Doors"; + pixel_x = 25; + pixel_y = -5 + }, +/obj/structure/phone_base/colony_net{ + phone_category = "Lazarus Landing"; + phone_color = "blue"; + phone_id = "Corporate Office"; + pixel_y = 24 + }, +/turf/open/floor/whiteyellow/northeast, +/area/lv624/lazarus/corporate_dome) +"bsO" = ( +/obj/structure/machinery/computer3, +/turf/open/floor/plating/warnplate/north, +/area/lv624/ground/barrens/east_barrens/ceiling) +"bsP" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) "bsR" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, /area/lv624/ground/jungle/south_west_jungle) +"bsZ" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/shotgun/pump, +/obj/item/ammo_magazine/shotgun/slugs, +/turf/open/floor/cult, +/area/lv624/lazarus/armory) "btb" = ( /obj/item/stack/sheet/wood{ amount = 2 @@ -4651,39 +4700,20 @@ }, /turf/open/floor/sandstone/runed, /area/lv624/ground/barrens/south_eastern_barrens) -"btD" = ( -/obj/structure/filingcabinet/chestdrawer{ - density = 0; - pixel_x = -8; - pixel_y = 16 - }, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = 7; - pixel_y = 16 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) -"btE" = ( -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/research) "btF" = ( /obj/structure/fence, /turf/open/gm/grass/grass1, /area/lv624/lazarus/landing_zones/lz1) -"btJ" = ( -/obj/structure/closet/coffin, -/turf/open/floor/chapel/west, -/area/lv624/lazarus/chapel) "btS" = ( /turf/open/gm/dirtgrassborder/north, /area/lv624/ground/jungle/east_jungle) "btX" = ( /turf/open/gm/river, /area/lv624/ground/caves/sand_temple) +"btZ" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, +/area/lv624/ground/jungle/west_jungle) "buw" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 5 @@ -4714,6 +4744,10 @@ "bwc" = ( /turf/open/gm/coast/beachcorner2/north_east, /area/lv624/ground/barrens/west_barrens) +"bwh" = ( +/obj/structure/flora/bush/ausbushes/lavendergrass, +/turf/open/gm/grass/grass1, +/area/lv624/ground/jungle/central_jungle) "bwk" = ( /turf/open/gm/dirtgrassborder/east, /area/lv624/ground/barrens/south_eastern_barrens) @@ -4727,26 +4761,34 @@ }, /turf/open/gm/dirt, /area/lv624/ground/barrens/north_east_barrens) -"byc" = ( -/obj/structure/showcase{ - desc = "An ancient, dusty tomb with strange alien writing. It's best not to touch it."; - icon_state = "yaut"; - name = "alien sarcophagus" +"bxf" = ( +/obj/structure/machinery/light/small{ + dir = 1 }, -/obj/structure/flora/jungle/vines/heavy, -/turf/open/floor/corsat/squareswood/north, -/area/lv624/ground/caves/sand_temple) +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) +"bxr" = ( +/obj/structure/closet, +/obj/item/clothing/shoes/mime, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) +"bxA" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/dark, +/area/lv624/lazarus/quartstorage) "byl" = ( /obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, /area/lv624/ground/river/east_river) -"byE" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/open/floor/plating/warnplate, -/area/lv624/ground/barrens/east_barrens/ceiling) "byK" = ( /obj/structure/machinery/landinglight/ds2/delayone{ dir = 1 @@ -4760,35 +4802,38 @@ "byY" = ( /turf/open/gm/dirt, /area/lv624/ground/colony/north_tcomms_road) -"bzi" = ( -/obj/structure/window/reinforced/tinted, -/obj/structure/pipes/vents/pump{ - dir = 4 +"bzc" = ( +/turf/open/floor/redfull/northwest, +/area/lv624/lazarus/security) +"bzC" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "\improper Garage"; + req_access_txt = "100"; + req_one_access = null }, -/obj/effect/landmark/crap_item, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/toilet) +/turf/open/floor/dark, +/area/lv624/lazarus/corporate_dome) +"bzE" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = 6; + pixel_y = -8 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/west_caves) "bAB" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, /area/lv624/ground/jungle/south_east_jungle) -"bAM" = ( -/obj/structure/window_frame/colony, -/obj/effect/decal/cleanable/blood/drip, +"bAX" = ( +/obj/item/reagent_container/hypospray, /turf/open/floor/white, /area/lv624/lazarus/medbay) "bBk" = ( /obj/structure/flora/bush/ausbushes/palebush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/central_jungle) -"bBp" = ( -/obj/structure/machinery/door/airlock/almayer/research/colony{ - dir = 1; - locked = 1; - name = "\improper Research Dome"; - req_access_txt = "100" - }, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) "bBu" = ( /turf/open/gm/coast/beachcorner2/south_west, /area/lv624/ground/jungle/west_jungle) @@ -4803,15 +4848,6 @@ "bCe" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, /area/lv624/ground/jungle/south_east_jungle) -"bCj" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/item/tool/candle, -/obj/item/tool/match{ - pixel_x = 6; - pixel_y = 3 - }, -/turf/open/floor/carpet/bcarpet08, -/area/lv624/ground/caves/north_central_caves) "bCH" = ( /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/grass/grass1, @@ -4822,28 +4858,29 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) -"bDk" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/structure/machinery/computer/rdconsole, -/turf/open/floor/grimy, -/area/lv624/lazarus/hop) -"bDp" = ( -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_full" - }, -/obj/structure/platform/stair_cut/alt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) -"bDJ" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/structure/machinery/microwave{ +"bDf" = ( +/obj/effect/landmark/lizard_spawn, +/turf/open/gm/dirtgrassborder/south, +/area/lv624/ground/jungle/south_east_jungle) +"bDD" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; pixel_x = 2; - pixel_y = 3 + pixel_y = 7 }, -/turf/open/floor/wood/wood_broken6, -/area/lv624/ground/caves/north_central_caves) +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/north_east_caves) +"bDP" = ( +/obj/structure/machinery/constructable_frame{ + icon_state = "box_1" + }, +/turf/open/floor/plating/warnplate/north, +/area/lv624/ground/barrens/east_barrens/ceiling) +"bEa" = ( +/turf/open/floor/warning/west, +/area/lv624/lazarus/landing_zones/lz1) "bEj" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, @@ -4877,20 +4914,44 @@ }, /turf/open/floor/sandstone/runed, /area/lv624/ground/barrens/south_eastern_barrens) -"bEX" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) "bFa" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 5 }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_central_jungle) +"bFm" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = 6; + pixel_y = -8 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/barrens/north_east_barrens) +"bFZ" = ( +/obj/structure/surface/rack, +/obj/item/ammo_magazine/shotgun/slugs, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/greengrid, +/area/lv624/lazarus/secure_storage) "bGb" = ( /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/river, /area/lv624/ground/river/west_river) +"bGA" = ( +/obj/structure/surface/table/woodentable, +/obj/item/device/taperecorder, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/grimy, +/area/lv624/lazarus/hop) +"bHu" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ + pixel_x = 29 + }, +/turf/open/floor/dark, +/area/lv624/lazarus/corporate_dome) "bIO" = ( /obj/structure/platform_decoration/mineral/sandstone/runed{ dir = 8 @@ -4908,23 +4969,42 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_west_caves) -"bKh" = ( -/obj/structure/machinery/power/apc/no_power/north, -/turf/open/floor/whiteblue/north, -/area/lv624/lazarus/medbay) -"bKE" = ( -/turf/open/gm/dirt/desert0, -/area/lv624/ground/river/east_river) -"bKQ" = ( -/obj/effect/decal/cleanable/blood/splatter, -/obj/structure/machinery/door_control{ - id = "science_blast"; - name = "Science Wing Lockdown"; - pixel_x = 25 +"bJV" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/flashlight/lamp{ + pixel_x = -7; + pixel_y = 15 }, -/obj/effect/landmark/crap_item, -/turf/open/floor/white, -/area/lv624/lazarus/research) +/obj/item/ashtray/glass, +/obj/item/clothing/mask/cigarette, +/obj/item/clothing/mask/cigarette{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/floor/whiteblue/southeast, +/area/lv624/lazarus/corporate_dome) +"bJY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) +"bKa" = ( +/obj/structure/filingcabinet/chestdrawer{ + density = 0; + pixel_x = -8; + pixel_y = 16 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 7; + pixel_y = 16 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "bLs" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_membrane, /obj/effect/landmark/structure_spawner/setup/distress/xeno_membrane, @@ -4933,35 +5013,46 @@ "bLE" = ( /turf/open/gm/dirtgrassborder/south, /area/lv624/ground/caves/sand_temple) -"bMi" = ( -/turf/open/gm/dirt/desert1, +"bLU" = ( +/obj/structure/closet/coffin/predator, +/turf/open/floor/corsat/squareswood/north, /area/lv624/ground/caves/sand_temple) "bMu" = ( /turf/open/gm/dirtgrassborder/west, /area/lv624/ground/jungle/east_jungle) -"bMR" = ( -/turf/open/gm/dirt/desert1, -/area/lv624/ground/caves/south_west_caves) +"bMF" = ( +/obj/structure/surface/rack, +/obj/item/tool/crowbar, +/turf/open/floor/vault2/west, +/area/lv624/lazarus/quartstorage) +"bMT" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) +"bNe" = ( +/turf/open/gm/dirt/desert_dug, +/area/lv624/ground/caves/west_caves) "bNn" = ( /obj/structure/flora/jungle/vines/light_3, /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/barrens/south_eastern_barrens) -"bOb" = ( -/obj/item/stack/sheet/metal, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/greengrid, -/area/lv624/lazarus/secure_storage) +"bNW" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/dirt/desert1, +/area/lv624/ground/river/east_river) "bOg" = ( /obj/structure/platform_decoration/mineral/sandstone/runed{ dir = 1 }, /turf/open/gm/dirt, /area/lv624/ground/barrens/south_eastern_barrens) -"bOw" = ( -/obj/structure/girder, -/turf/open/floor/redyellowfull, -/area/lv624/ground/barrens/west_barrens/ceiling) +"bOs" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/machinery/light, +/obj/item/reagent_container/glass/fertilizer, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) "bOy" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony{ dir = 1; @@ -4970,27 +5061,35 @@ }, /turf/open/floor, /area/lv624/lazarus/landing_zones/lz2) +"bOJ" = ( +/obj/structure/flora/bush/ausbushes/lavendergrass, +/obj/effect/landmark/lizard_spawn, +/turf/open/gm/grass/grass1, +/area/lv624/ground/barrens/south_eastern_jungle_barrens) "bPy" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 10 }, /turf/open/gm/grass/grass2, /area/lv624/ground/jungle/north_east_jungle) -"bPA" = ( -/obj/effect/spawner/random/powercell, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) "bPE" = ( /obj/structure/flora/bush/ausbushes/pointybush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/north_west_caves) -"bPU" = ( -/turf/open/gm/dirt/desert3, -/area/lv624/ground/barrens/west_barrens) -"bQf" = ( -/turf/open/floor/plating/asteroidwarning/southeast, -/area/lv624/lazarus/landing_zones/lz2) +"bPH" = ( +/obj/effect/landmark/good_item, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) +"bPV" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/storage/box/matches, +/obj/item/tool/candle, +/turf/open/floor/chapel/north, +/area/lv624/lazarus/chapel) +"bQw" = ( +/obj/structure/closet, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) "bQz" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/decal/grass_overlay/grass1{ @@ -5006,176 +5105,130 @@ }, /turf/open/gm/dirt, /area/lv624/ground/barrens/south_eastern_barrens) +"bQM" = ( +/turf/open/floor/cult, +/area/lv624/ground/caves/east_caves) "bQP" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, /area/lv624/ground/jungle/north_east_jungle) +"bRh" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = -10; + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/north_east_caves) "bRk" = ( /obj/structure/flora/jungle/planttop1, /turf/open/gm/dirtgrassborder/south, /area/lv624/ground/jungle/south_central_jungle) -"bRm" = ( -/turf/open/floor/plating/platebot, -/area/lv624/lazarus/engineering) -"bRo" = ( -/obj/structure/window_frame/colony/reinforced, -/obj/item/stack/rods, -/turf/open/floor/plating, -/area/lv624/lazarus/comms) -"bRI" = ( -/obj/structure/surface/rack, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/quartstorage) -"bSa" = ( -/turf/open/floor/warningcorner/west, -/area/lv624/lazarus/landing_zones/lz1) "bSm" = ( /obj/effect/landmark/crap_item, /turf/open/gm/grass/grass1, /area/lv624/ground/colony/west_tcomms_road) -"bST" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony, -/turf/open/floor/white, -/area/lv624/lazarus/medbay) -"bTc" = ( -/obj/item/stack/rods, -/obj/effect/decal/cleanable/dirt, -/turf/open/gm/dirt, -/area/lv624/ground/jungle/south_west_jungle) -"bTV" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/whiteblue/north, -/area/lv624/lazarus/medbay) -"bVF" = ( -/obj/item/stack/sheet/wood, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) -"bXo" = ( -/turf/open/floor/redcorner/east, -/area/lv624/lazarus/security) -"bYu" = ( -/obj/structure/window_frame/colony/reinforced, -/obj/item/shard, -/turf/open/floor/plating, -/area/lv624/lazarus/comms) -"bYF" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 +"bSZ" = ( +/obj/structure/closet/cabinet, +/obj/item/reagent_container/food/snacks/syndicake{ + layer = 2.6 }, -/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/grimy, -/area/lv624/lazarus/hop) +/area/lv624/lazarus/captain) +"bUk" = ( +/obj/structure/machinery/shower{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/toilet) +"bVj" = ( +/obj/effect/decal/remains/xeno, +/obj/structure/stairs/perspective{ + color = "#b29082"; + dir = 8; + icon_state = "p_stair_full" + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/caves/south_east_caves) +"bXc" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/cult, +/area/lv624/ground/caves/west_caves) +"bXG" = ( +/obj/structure/machinery/requests_console{ + pixel_x = 30 + }, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/kitchen) +"bXN" = ( +/obj/structure/stairs/perspective{ + color = "#6b675e"; + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/floor/corsat/squareswood/north, +/area/lv624/ground/caves/sand_temple) +"bYA" = ( +/obj/item/storage/toolbox, +/turf/open/gm/dirt, +/area/lv624/ground/colony/west_tcomms_road) "bZb" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 5 }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/central_jungle) -"bZt" = ( -/obj/structure/flora/jungle/vines/light_1, -/turf/open/floor/warning/northeast, -/area/lv624/lazarus/landing_zones/lz1) -"bZU" = ( -/obj/structure/ore_box, -/obj/structure/fence, -/turf/open/floor/warning/east, -/area/lv624/ground/barrens/containers) "cag" = ( /turf/open/gm/coast/south, /area/lv624/ground/caves/sand_temple) -"cat" = ( -/obj/structure/reagent_dispensers/water_cooler/stacks, -/obj/structure/reagent_dispensers/water_cooler{ - pixel_x = -12 - }, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/quartstorage) "caX" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 5 }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) -"cbb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating/warnplate, -/area/lv624/ground/barrens/east_barrens/ceiling) -"cbe" = ( -/obj/structure/stairs/perspective{ - color = "#6b675e"; - dir = 5; - icon_state = "p_stair_full" - }, -/turf/open/floor/corsat/squareswood/north, -/area/lv624/ground/caves/sand_temple) -"cbj" = ( -/obj/structure/inflatable/door, -/turf/open/floor/redyellowfull, -/area/lv624/ground/barrens/west_barrens/ceiling) "ccn" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 4 }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) -"ccA" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - name = "\improper Leisure Dome"; - req_access_txt = "100"; - req_one_access = null - }, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/fitness) -"ccN" = ( -/obj/structure/flora/jungle/vines/heavy, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/jungle/south_west_jungle/ceiling) -"cdr" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/effect/decal/cleanable/blood/splatter, -/obj/item/prop/alien/hugger, -/obj/effect/landmark/corpsespawner/scientist, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/research) -"cdA" = ( -/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ - pixel_x = 29 - }, -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) +"ccJ" = ( +/turf/open/floor/loadingarea/north, +/area/lv624/lazarus/landing_zones/lz1) +"cdg" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/grille, +/turf/open/floor/plating/warnplate/east, +/area/lv624/ground/river/central_river) "cdF" = ( /obj/effect/landmark/nightmare{ insert_tag = "lv-centralcaves" }, /turf/closed/wall/rock/brown, /area/lv624/ground/caves/south_central_caves) -"cdH" = ( -/obj/structure/surface/table, -/obj/effect/landmark/crap_item, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/item/reagent_container/glass/watertank, +"ces" = ( +/turf/open/floor/barber/west, +/area/lv624/lazarus/fitness) +"cfl" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, /turf/open/floor/green/northwest, /area/lv624/lazarus/hydroponics) -"ceE" = ( -/turf/open/floor/white, -/area/lv624/lazarus/research) -"ceU" = ( -/obj/effect/landmark/lv624/fog_blocker, -/turf/open/floor/plating/asteroidwarning/north, -/area/lv624/ground/river/central_river) "cfD" = ( /turf/closed/wall/r_wall/unmeltable, /area/lv624/lazarus/quartstorage/outdoors) -"cfJ" = ( -/obj/structure/largecrate/random, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) +"cfE" = ( +/obj/structure/flora/jungle/vines/light_2, +/turf/open/gm/grass/grass1, +/area/lv624/ground/jungle/west_jungle) "cfL" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, @@ -5184,22 +5237,6 @@ "cfN" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, /area/lv624/ground/jungle/north_jungle) -"cgt" = ( -/obj/item/tool/weldingtool, -/obj/effect/decal/cleanable/dirt, -/turf/open/gm/dirt, -/area/lv624/ground/jungle/south_central_jungle) -"cgx" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) "cgD" = ( /obj/structure/machinery/colony_floodlight, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, @@ -5208,10 +5245,20 @@ /obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) +"cig" = ( +/obj/structure/barricade/sandbags/wired, +/turf/open/floor/wood/wood_broken, +/area/lv624/ground/caves/north_central_caves) "cij" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, /area/lv624/ground/caves/sand_temple) +"ciu" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) "ciz" = ( /obj/item/device/assembly/signaller{ pixel_x = -6; @@ -5237,32 +5284,34 @@ }, /turf/open/floor/sandstone/runed, /area/lv624/ground/caves/sand_temple) -"cjp" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/grown/banana, +"ciC" = ( +/turf/open/gm/dirt/desert3, +/area/lv624/ground/caves/sand_temple) +"cjm" = ( +/obj/structure/surface/table/woodentable, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) -"cjK" = ( -/obj/structure/closet/cabinet, -/turf/open/floor/wood/wood_broken, -/area/lv624/ground/caves/north_central_caves) -"cjM" = ( -/obj/item/stack/rods{ - amount = 20 - }, +/turf/open/floor/grimy, +/area/lv624/lazarus/hop) +"ckf" = ( /obj/structure/surface/rack, -/turf/open/floor/dark, +/obj/item/storage/firstaid, +/obj/item/explosive/grenade/incendiary/molotov{ + pixel_x = 8 + }, +/turf/open/floor/vault2/west, /area/lv624/lazarus/quartstorage) -"clL" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - dir = 1; - name = "\improper Leisure Dome"; - req_access_txt = "100"; - req_one_access = null +"ckE" = ( +/turf/open/floor/bot/north, +/area/lv624/ground/barrens/containers) +"cld" = ( +/turf/open/floor/plating/asteroidwarning/west, +/area/lv624/lazarus/landing_zones/lz2) +"clE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 }, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/fitness) +/turf/open/floor/grimy, +/area/lv624/lazarus/hop) "clO" = ( /obj/effect/landmark/crap_item, /obj/effect/decal/grass_overlay/grass1{ @@ -5270,79 +5319,54 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) +"cmc" = ( +/turf/open/floor/loadingarea/west, +/area/lv624/lazarus/landing_zones/lz1) "cmf" = ( /obj/structure/flora/jungle/planttop1, /turf/open/gm/grass/grass1, /area/lv624/lazarus/quartstorage/outdoors) -"cmo" = ( -/obj/structure/flora/jungle/vines/light_2{ - pixel_y = -22 +"cmq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 1 }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/jungle/south_west_jungle/ceiling) -"cmH" = ( -/obj/structure/closet, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) -"cnG" = ( -/obj/structure/surface/table, -/obj/item/folder, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) -"cnL" = ( -/obj/item/prop/alien/hugger, -/obj/structure/machinery/door/poddoor/almayer/open{ - dir = 4; - name = "\improper Forced Blast Door" - }, -/obj/structure/machinery/door/airlock/almayer/research/colony{ - density = 0; - icon_state = "door_open"; - name = "\improper Research Dome"; - opacity = 0; - req_access_txt = "100" - }, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) -"cnU" = ( -/obj/structure/stairs/perspective{ - color = "#6b675e"; - dir = 6; - icon_state = "p_stair_full" +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"cne" = ( +/obj/structure/stairs/perspective{ + color = "#b29082"; + dir = 8; + icon_state = "p_stair_ew_full_cap"; + layer = 3.5 }, /obj/structure/platform/mineral/sandstone/runed{ - dir = 8 - }, -/turf/open/floor/strata/grey_multi_tiles, -/area/lv624/ground/caves/sand_temple) -"con" = ( -/obj/structure/stairs/perspective{ - color = "#b29082"; - icon_state = "p_stair_full" + dir = 1 }, /turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/caves/sand_temple) +/area/lv624/ground/barrens/south_eastern_barrens) +"coe" = ( +/obj/structure/window/framed/colony, +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) "cop" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 9 }, /turf/open/gm/dirt, /area/lv624/ground/caves/east_caves) -"cpa" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) -"cpG" = ( -/obj/structure/machinery/shower{ - dir = 8 - }, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/toilet) +"cpl" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating/platingdmg1, +/area/lv624/lazarus/secure_storage) "cpQ" = ( /turf/open/gm/dirtgrassborder/north, /area/lv624/ground/caves/sand_temple) +"cpX" = ( +/obj/effect/landmark/hunter_secondary, +/turf/open/floor/plating/platebotc, +/area/lv624/lazarus/quartstorage/outdoors) "cpY" = ( /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) @@ -5388,138 +5412,134 @@ /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/dirtgrassborder/west, /area/lv624/ground/jungle/east_jungle) -"csn" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/bed/chair{ - dir = 1 +"crU" = ( +/obj/structure/machinery/door/airlock/almayer/research/colony{ + density = 0; + dir = 1; + icon_state = "door_open"; + name = "\improper Research Dome"; + opacity = 0; + req_access_txt = "100" }, -/turf/open/floor/whiteblue/southwest, -/area/lv624/lazarus/corporate_dome) -"cso" = ( -/turf/open/floor/asteroidwarning/north, -/area/lv624/ground/colony/telecomm/cargo) -"csr" = ( -/turf/open/floor/whiteyellowcorner/north, -/area/lv624/lazarus/corporate_dome) +/turf/open/floor/white, +/area/lv624/lazarus/research) "csu" = ( /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/coast/south, /area/lv624/ground/river/central_river) -"csK" = ( -/obj/item/storage/firstaid/regular, -/obj/structure/surface/rack, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) +"csv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/crap_item, +/turf/open/floor/wood, +/area/lv624/lazarus/hop) +"csx" = ( +/obj/item/clothing/under/colonist, +/turf/open/floor/white, +/area/lv624/lazarus/medbay) "csM" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/gm/dirt, /area/lv624/ground/barrens/central_barrens) -"csO" = ( -/obj/structure/filingcabinet, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/wood/wood_broken4, -/area/lv624/lazarus/hop) -"csW" = ( -/obj/item/tool/kitchen/knife/butcher, -/obj/structure/surface/rack, -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 +"ctH" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "\improper Robotics Dome"; + req_access_txt = "100"; + req_one_access = null }, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/kitchen) +/turf/open/floor/vault2/west, +/area/lv624/lazarus/robotics) +"ctZ" = ( +/obj/structure/foamed_metal, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) "cuu" = ( /obj/structure/surface/rack, /obj/item/ore/silver, /turf/open/floor/greengrid, /area/lv624/lazarus/secure_storage) -"cuY" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = 4 +"cuW" = ( +/obj/structure/bed, +/obj/item/bedsheet/purple, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) +"cwk" = ( +/obj/structure/machinery/light/small{ + dir = 1 }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/barrens/north_east_barrens) -"cvc" = ( -/obj/effect/decal/remains/human, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/white, -/area/lv624/lazarus/research) -"cvr" = ( -/obj/structure/surface/rack, -/obj/item/clothing/suit/apron, -/obj/item/tool/shovel, -/obj/item/clothing/gloves/botanic_leather, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, +/turf/open/floor/grimy, +/area/lv624/lazarus/captain) "cwv" = ( /obj/structure/flora/bush/ausbushes/genericbush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/central_jungle) -"cwz" = ( -/obj/item/tool/minihoe{ - pixel_x = 1; - pixel_y = -1 +"cwG" = ( +/obj/structure/machinery/light/small{ + dir = 8 }, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) +/turf/open/floor/red/northeast, +/area/lv624/lazarus/security) "cwV" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) +"cxd" = ( +/obj/structure/bed/chair/wheelchair, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) "cxi" = ( /obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_central_caves) -"cxj" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/floor/wood/wood_broken6, -/area/lv624/lazarus/hop) -"cxp" = ( -/obj/structure/machinery/light{ - dir = 4 +"cxr" = ( +/obj/structure/bed/chair/office/light, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/whiteblue, +/area/lv624/lazarus/corporate_dome) +"cyf" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Corporation Office"; + req_access_txt = "100" }, /turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"cxs" = ( -/obj/structure/cargo_container/wy/left, -/turf/open/floor/bot/north, -/area/lv624/ground/barrens/containers) -"cxN" = ( -/obj/structure/surface/rack, -/obj/effect/spawner/random/tech_supply, -/obj/effect/spawner/random/tech_supply, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) -"cxX" = ( -/obj/structure/barricade/handrail/strata, -/obj/structure/barricade/handrail/strata{ - dir = 8 +/area/lv624/lazarus/corporate_dome) +"cyq" = ( +/obj/structure/disposalpipe/broken{ + dir = 1 }, -/turf/open/gm/dirtgrassborder/weedable/grass1, -/area/lv624/ground/barrens/south_eastern_barrens) +/obj/structure/grille, +/turf/open/floor/plating/warnplate/west, +/area/lv624/ground/river/west_river) "cys" = ( /obj/structure/foamed_metal, /turf/open/gm/dirtgrassborder/south, /area/lv624/ground/jungle/east_central_jungle) -"cyU" = ( -/obj/structure/window/reinforced/tinted, -/obj/structure/machinery/door/window{ - dir = 8 - }, -/obj/structure/toilet{ - dir = 8 +"cyu" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/flashlight, +/obj/effect/spawner/random/tool, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) +"czi" = ( +/obj/item/clothing/head/helmet/augment{ + desc = "Part of a strange alien mask. It loosely fits on a human, but just barely."; + name = "alien mask"; + unacidable = 1 }, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/toilet) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/cult, +/area/lv624/ground/caves/west_caves) "czu" = ( /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/gm/grass/grass1, @@ -5530,10 +5550,11 @@ /obj/structure/shuttle/engine/propulsion, /turf/open/gm/dirt, /area/lv624/lazarus/crashed_ship_containers) -"cAu" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/greengrid, -/area/lv624/lazarus/secure_storage) +"cAH" = ( +/obj/item/ammo_casing, +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/plating, +/area/lv624/ground/barrens/central_barrens) "cAZ" = ( /obj/structure/surface/table/reinforced/prison{ color = "#6b675e" @@ -5544,12 +5565,13 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/sand_temple) -"cBP" = ( -/turf/open/floor/cult, -/area/lv624/ground/caves/south_west_caves) -"cBR" = ( -/turf/open/floor/plating/platebotc, -/area/lv624/lazarus/secure_storage) +"cBY" = ( +/turf/open/floor/asteroidwarning/east, +/area/lv624/ground/colony/telecomm/cargo) +"cCd" = ( +/obj/item/stack/sheet/wood, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) "cCr" = ( /turf/open/gm/dirtgrassborder/south, /area/lv624/ground/jungle/east_jungle) @@ -5557,10 +5579,6 @@ /obj/structure/girder, /turf/open/gm/grass/grass1, /area/lv624/ground/caves/north_central_caves) -"cDs" = ( -/obj/structure/bed/chair/comfy/beige, -/turf/open/floor/whiteyellowcorner/east, -/area/lv624/lazarus/corporate_dome) "cDQ" = ( /obj/item/ammo_magazine/sentry{ current_rounds = 0; @@ -5577,12 +5595,11 @@ }, /turf/open/gm/dirt, /area/lv624/ground/jungle/north_west_jungle) -"cDV" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) +"cEb" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/trash/candle, +/turf/open/floor/chapel/north, +/area/lv624/lazarus/chapel) "cEh" = ( /obj/structure/flora/bush/ausbushes/pointybush, /turf/open/gm/grass/grass1, @@ -5597,58 +5614,70 @@ /obj/effect/decal/remains/xeno, /turf/open/gm/dirt, /area/lv624/ground/barrens/west_barrens) -"cEO" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 1; - locked = 1; - name = "\improper Engineering Dome Office"; - req_access_txt = "100"; - req_one_access = null - }, -/turf/open/floor/delivery, -/area/lv624/lazarus/engineering) "cEQ" = ( /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_central_jungle) -"cFc" = ( -/obj/structure/flora/jungle/vines/heavy{ - pixel_y = 26 - }, -/obj/structure/flora/jungle/vines/light_3, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/jungle/south_west_jungle/ceiling) -"cFm" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) -"cFF" = ( +"cFO" = ( /obj/structure/bed, -/obj/item/bedsheet/blue, +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = -30 + }, /turf/open/floor/bluecorner, /area/lv624/lazarus/sleep_male) -"cFS" = ( -/obj/item/tool/soap, -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) +"cFZ" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/foamed_metal, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "cGb" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_west_jungle) -"cGe" = ( -/obj/structure/inflatable, -/turf/open/floor/redyellowfull, -/area/lv624/ground/barrens/west_barrens/ceiling) -"cGC" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/plating/warnplate/west, -/area/lv624/lazarus/robotics) +"cGf" = ( +/obj/structure/surface/rack, +/obj/item/clothing/mask/gas, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"cHi" = ( +/obj/structure/stairs/perspective{ + color = "#b29082"; + dir = 8; + icon_state = "p_stair_full" + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/caves/south_east_caves) "cHW" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 9 }, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) +"cHX" = ( +/obj/structure/surface/table, +/obj/structure/machinery/processor, +/turf/open/floor/barber/west, +/area/lv624/lazarus/kitchen) +"cIb" = ( +/obj/structure/surface/rack, +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/kitchen) +"cIj" = ( +/obj/item/tool/pickaxe, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) +"cII" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) "cIL" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, @@ -5657,10 +5686,6 @@ /obj/structure/flora/jungle/plantbot1, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_central_jungle) -"cIR" = ( -/obj/structure/foamed_metal, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) "cIU" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, @@ -5670,63 +5695,41 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/south_central_caves) -"cJf" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/bed/roller, -/obj/effect/landmark/corpsespawner/wygoon, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"cJj" = ( -/obj/structure/machinery/light/small, -/turf/open/floor/red/north, -/area/lv624/lazarus/security) "cJA" = ( /obj/effect/landmark/monkey_spawn, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) -"cJJ" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"cKc" = ( -/obj/structure/girder/displaced, -/turf/open/floor/plating/platebotc, -/area/lv624/lazarus/quartstorage/outdoors) "cKj" = ( /obj/effect/landmark/yautja_teleport, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) -"cKl" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) "cKt" = ( -/turf/open/floor/vault2/west, -/area/lv624/lazarus/quartstorage) -"cLB" = ( -/obj/structure/surface/table, -/obj/effect/landmark/crap_item, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/obj/structure/machinery/power/apc/no_power/north, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"cLE" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/kitchen) -"cLL" = ( -/obj/structure/bed, -/obj/structure/machinery/light, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) +/turf/open/gm/dirt/desert_dug, +/area/lv624/ground/barrens/west_barrens) +"cLd" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) +"cMh" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/structure/machinery/door_control{ + id = "garage_lv"; + name = "Garage Shutters"; + pixel_x = -28 + }, +/turf/open/floor/dark, +/area/lv624/lazarus/corporate_dome) "cMj" = ( /obj/effect/landmark/hunter_primary, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) +"cMo" = ( +/obj/structure/surface/table, +/obj/item/trash/candy, +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) "cMD" = ( /obj/effect/landmark/lv624/fog_blocker, /turf/closed/wall/strata_ice/jungle, @@ -5737,26 +5740,48 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_west_caves) -"cMN" = ( -/obj/structure/machinery/computer/telecomms/monitor{ - pixel_y = 16 - }, -/turf/open/floor/dark, +"cNw" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/brown/northwest, /area/lv624/lazarus/comms) "cNH" = ( /obj/structure/surface/rack, /obj/item/storage/box/beakers, /turf/open/floor/vault, /area/lv624/lazarus/quartstorage) +"cNL" = ( +/obj/structure/disposalpipe/broken{ + dir = 1 + }, +/obj/structure/grille, +/turf/open/floor/plating/warnplate/west, +/area/lv624/ground/river/central_river) +"cNP" = ( +/obj/item/stock_parts/matter_bin/super, +/obj/structure/surface/rack, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/turf/open/floor/wood, +/area/lv624/lazarus/main_hall) +"cOo" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = 4 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/south_central_caves) "cOs" = ( /turf/closed/wall/strata_ice/jungle, /area/lv624/lazarus/quartstorage/outdoors) -"cOt" = ( -/obj/structure/machinery/constructable_frame{ - icon_state = "box_1" - }, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/robotics) "cOF" = ( /obj/structure/closet/cabinet, /obj/structure/barricade/sandbags/wired{ @@ -5764,35 +5789,23 @@ }, /turf/open/floor/wood, /area/lv624/ground/caves/north_central_caves) -"cOT" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/whiteblue/west, -/area/lv624/lazarus/corporate_dome) -"cPt" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/stack/sheet/metal{ - amount = 5; - pixel_x = -2; - pixel_y = 6 - }, -/obj/item/stack/sheet/metal{ - amount = 5; - pixel_x = 4; - pixel_y = 4 +"cOI" = ( +/obj/structure/bed, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) +"cPn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) +"cPQ" = ( +/obj/item/ammo_casing/bullet{ + icon_state = "casing_9_1" }, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/quartstorage) +/turf/open/floor/white, +/area/lv624/lazarus/corporate_dome) "cPV" = ( /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/west_central_jungle) -"cPZ" = ( -/obj/structure/flora/jungle/vines/light_1, -/turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, -/area/lv624/ground/jungle/west_jungle) -"cQv" = ( -/obj/item/tool/wrench, -/turf/open/floor/plating, -/area/lv624/lazarus/secure_storage) "cQB" = ( /obj/item/reagent_container/food/snacks/grown/mushroom/amanita, /turf/open/auto_turf/strata_grass/layer1, @@ -5801,9 +5814,9 @@ /obj/structure/machinery/colony_floodlight, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) -"cQR" = ( -/turf/open/floor/whiteyellowcorner, -/area/lv624/lazarus/main_hall) +"cQP" = ( +/turf/open/gm/dirt/desert0, +/area/lv624/ground/barrens/central_barrens) "cQX" = ( /obj/structure/stairs/perspective{ color = "#b29082"; @@ -5813,86 +5826,98 @@ /obj/structure/platform/mineral/sandstone/runed, /turf/open/gm/dirt, /area/lv624/ground/barrens/south_eastern_barrens) -"cRh" = ( -/turf/open/gm/dirtgrassborder/desert3, -/area/lv624/ground/barrens/south_eastern_barrens) +"cRi" = ( +/obj/structure/bed/stool, +/obj/item/prop/alien/hugger, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "cRm" = ( /obj/structure/flora/jungle/vines/light_3, /turf/closed/wall/mineral/sandstone/runed/decor, /area/lv624/ground/caves/sand_temple) +"cRp" = ( +/obj/item/tool/warning_cone, +/turf/open/floor/plating/platebotc, +/area/lv624/lazarus/quartstorage/outdoors) "cRT" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_west_jungle) -"cRU" = ( -/obj/structure/ore_box, -/turf/open/floor/plating/platebot, -/area/lv624/lazarus/robotics) +"cSa" = ( +/obj/item/storage/box/beakers, +/obj/structure/surface/table, +/obj/structure/sign/safety/biohazard{ + pixel_x = -18 + }, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) +"cSl" = ( +/turf/open/floor/red/northwest, +/area/lv624/lazarus/security) "cSs" = ( /obj/item/tool/surgery/surgicaldrill/predatorsurgicaldrill, /turf/open/gm/dirt, /area/lv624/ground/caves/sand_temple) -"cSI" = ( -/obj/structure/machinery/light, -/obj/structure/stairs/perspective{ - dir = 9; - icon_state = "p_stair_full" - }, -/obj/structure/platform, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) "cSL" = ( /obj/item/reagent_container/food/snacks/grown/mushroom/plumphelmet{ pixel_x = 8 }, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/central_caves) +"cSV" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/surface/table, +/obj/item/clothing/ears/earmuffs, +/obj/item/ammo_magazine/revolver/spearhead, +/obj/item/weapon/gun/revolver/spearhead, +/obj/item/ammo_magazine/revolver/spearhead, +/obj/item/ammo_magazine/revolver/spearhead, +/turf/open/floor/red/northwest, +/area/lv624/lazarus/security) "cTi" = ( /obj/structure/flora/jungle/vines/light_2, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_west_jungle) -"cTr" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/storage/box/matches, -/obj/item/tool/candle, -/turf/open/floor/chapel/north, -/area/lv624/lazarus/chapel) -"cTM" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) -"cUi" = ( -/obj/item/stack/sheet/wood, -/obj/item/ammo_magazine/rifle/nsg23{ - current_rounds = 0 - }, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) +"cTR" = ( +/turf/open/gm/dirt, +/area/lv624/lazarus/secure_storage) +"cTU" = ( +/obj/structure/window/framed/colony, +/turf/open/floor/platebot, +/area/lv624/ground/barrens/east_barrens/ceiling) "cUk" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, /area/lv624/ground/jungle/north_east_jungle) +"cUK" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) "cUL" = ( /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) -"cVi" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" +"cUR" = ( +/obj/structure/window/reinforced/tinted, +/obj/structure/machinery/door/window{ + dir = 8 }, -/obj/structure/grille, -/turf/open/floor/plating/warnplate/west, -/area/lv624/ground/river/central_river) +/obj/structure/toilet{ + dir = 8 + }, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/toilet) +"cVG" = ( +/obj/structure/flora/jungle/vines/light_2{ + pixel_y = -22 + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/jungle/south_west_jungle/ceiling) "cWm" = ( /obj/structure/flora/bush/ausbushes/ausbush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) -"cWp" = ( -/turf/open/floor/plating/warnplate/west, -/area/lv624/lazarus/robotics) "cWr" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 1 @@ -5911,76 +5936,51 @@ "cXk" = ( /turf/open/gm/coast/west, /area/lv624/ground/barrens/west_barrens) -"cXB" = ( -/obj/structure/barricade/wooden{ - dir = 1; - pixel_y = 7 - }, -/turf/open/floor/vault2, -/area/lv624/lazarus/robotics) -"cXF" = ( -/obj/structure/surface/table/reinforced/prison{ - color = "#6b675e" - }, -/obj/structure/window/reinforced{ - dir = 8; - health = 80 - }, -/obj/structure/window/reinforced{ - dir = 4; - health = 80 - }, -/obj/item/stack/sheet/animalhide/xeno{ - name = "Lurker Hide" - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/caves/sand_temple) -"cXK" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/fitness) -"cXY" = ( -/obj/item/stack/rods, -/turf/open/gm/dirt, -/area/lv624/ground/colony/west_tcomms_road) -"cYl" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/explosive/grenade/high_explosive/stick, -/obj/item/explosive/grenade/high_explosive/stick{ - pixel_x = 6 - }, -/obj/item/explosive/grenade/high_explosive/stick{ - pixel_x = -6 +"cXu" = ( +/obj/structure/surface/table, +/obj/item/stack/medical/bruise_pack{ + pixel_x = 3; + pixel_y = 3 }, -/turf/open/floor/vault2/west, -/area/lv624/ground/barrens/north_east_barrens/ceiling) -"cYs" = ( -/turf/open/floor/whitegreencorner/west, +/turf/open/floor/whiteblue/east, +/area/lv624/lazarus/medbay) +"cYd" = ( +/turf/open/floor/wood/wood_broken, +/area/lv624/ground/caves/north_central_caves) +"cYJ" = ( +/obj/structure/surface/table, +/obj/effect/landmark/crap_item, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/white, /area/lv624/lazarus/main_hall) -"cZM" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4 +"cZf" = ( +/obj/item/device/flash, +/obj/structure/surface/table/reinforced/prison, +/obj/item/explosive/grenade/flashbang{ + pixel_x = 7; + pixel_y = 2 }, -/turf/open/floor/white, -/area/lv624/lazarus/medbay) -"daf" = ( -/obj/structure/bed/chair/comfy/orange{ +/obj/structure/machinery/light/small{ dir = 1 }, -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, +/turf/open/floor/redcorner, +/area/lv624/lazarus/security) +"cZi" = ( +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/flora/jungle/vines/light_3, +/turf/open/floor/warning/southwest, +/area/lv624/lazarus/landing_zones/lz2) "daz" = ( /obj/structure/prop/brazier/torch, /obj/structure/blocker/forcefield/multitile_vehicles, /turf/closed/wall/mineral/sandstone/runed, /area/lv624/ground/caves/sand_temple) -"daS" = ( -/obj/structure/surface/table, -/obj/item/clipboard, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) "daY" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_membrane, /obj/effect/landmark/structure_spawner/setup/distress/xeno_membrane, @@ -5989,78 +5989,71 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/south_central_caves) -"dbT" = ( -/obj/structure/bed, -/obj/item/bedsheet/brown, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) +"dbi" = ( +/obj/item/device/flashlight/on, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) +"dbB" = ( +/obj/effect/landmark/lizard_spawn, +/turf/open/gm/dirt, +/area/lv624/ground/jungle/south_west_jungle/ceiling) "dbY" = ( /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/gm/grass/grass1, /area/lv624/lazarus/landing_zones/lz1) -"dcu" = ( -/obj/structure/lamarr{ - density = 0; - destroyed = 1; - icon_state = "labcageb0"; - occupied = 0 - }, -/obj/item/shard, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) -"ddl" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper Nexus Dome Bathroom"; - req_access_txt = "100" +"dcb" = ( +/obj/effect/vehicle_spawner/van/decrepit, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/dark, +/area/lv624/lazarus/corporate_dome) +"dcy" = ( +/turf/open/gm/dirtgrassborder/desert_dug, +/area/lv624/ground/barrens/south_eastern_barrens) +"dcK" = ( +/obj/structure/sink{ + pixel_y = 30 }, /turf/open/floor/freezerfloor, /area/lv624/lazarus/toilet) -"ddu" = ( -/obj/structure/barricade/wooden, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) +"ddm" = ( +/obj/item/ammo_casing, +/turf/open/floor/plating/warnplate/east, +/area/lv624/ground/barrens/central_barrens) "ddS" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 8 }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) -"def" = ( -/turf/open/floor/plating/asteroidwarning/southwest, -/area/lv624/lazarus/landing_zones/lz2) -"deC" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/item/ammo_magazine/shotgun/buckshot, -/turf/open/floor/carpet/bcarpet02, -/area/lv624/ground/caves/north_central_caves) +"dfF" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) "dfJ" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, /obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, /obj/effect/landmark/corpsespawner/scientist, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/east_caves) -"dgP" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/item/prop/alien/hugger, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) -"dhm" = ( -/obj/item/circuitboard/airlock{ - pixel_x = 12 +"dfY" = ( +/obj/structure/machinery/newscaster{ + pixel_y = 30 }, -/turf/open/floor/asteroidwarning/north, -/area/lv624/ground/colony/telecomm/cargo) +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) +"dgt" = ( +/obj/structure/machinery/floodlight/landing, +/obj/effect/decal/warning_stripes, +/turf/open/floor/mech_bay_recharge_floor/shuttle_landing_lights, +/area/lv624/lazarus/landing_zones/lz1) +"dgQ" = ( +/obj/structure/largecrate/random, +/turf/open/floor/vault2, +/area/lv624/lazarus/robotics) "dhp" = ( /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/river, /area/lv624/ground/barrens/west_barrens) -"dhr" = ( -/obj/structure/flora/jungle/vines/light_3, -/turf/open/floor/warning, -/area/lv624/lazarus/landing_zones/lz2) "dhw" = ( /obj/effect/acid_hole{ dir = 4 @@ -6072,36 +6065,19 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/gm/dirt, /area/lv624/ground/caves/north_west_caves) -"dih" = ( -/turf/open/floor/red/southwest, -/area/lv624/lazarus/security) -"dik" = ( -/obj/structure/surface/table, -/obj/item/tool/surgery/scalpel{ - pixel_y = 12 - }, -/obj/structure/machinery/light, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) -"diE" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/restraint/adjustable/cable/white{ - pixel_y = 4 - }, -/obj/item/restraint/adjustable/cable/white, -/turf/open/floor/whiteyellow, -/area/lv624/lazarus/corporate_dome) -"diU" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = -5; - pixel_y = -5 +"dhX" = ( +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/central_caves) +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"diV" = ( +/obj/structure/flora/jungle/vines/light_3, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/floor/warning/northwest, +/area/lv624/lazarus/landing_zones/lz2) "diW" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_membrane, /obj/effect/landmark/structure_spawner/setup/distress/xeno_membrane, @@ -6112,43 +6088,14 @@ /obj/item/tool/crowbar, /turf/open/floor/vault, /area/lv624/lazarus/quartstorage) -"dje" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = 11; - pixel_y = -2 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/south_central_caves) -"djE" = ( -/turf/open/floor/barber/west, -/area/lv624/lazarus/kitchen) +"djF" = ( +/obj/structure/cargo_container/wy/left, +/turf/open/floor/plating/platebotc, +/area/lv624/lazarus/quartstorage/outdoors) "djI" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_jungle) -"dkn" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/wood/wood_broken6, -/area/lv624/ground/jungle/west_jungle/ceiling) -"dko" = ( -/obj/item/bedsheet/medical, -/turf/open/floor/white, -/area/lv624/lazarus/medbay) -"dkB" = ( -/obj/structure/barricade/wooden, -/obj/structure/flora/jungle/vines/heavy, -/turf/open/floor/warning/north, -/area/lv624/lazarus/landing_zones/lz2) -"dkI" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "lz-containers_swapped" - }, -/turf/open/floor/warning, -/area/lv624/lazarus/landing_zones/lz1) "dkN" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/closed/wall/rock/brown, @@ -6157,21 +6104,60 @@ /obj/effect/decal/remains/xeno, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) +"dld" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/showcase, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/whiteblue/southwest, +/area/lv624/lazarus/corporate_dome) "dlh" = ( /obj/structure/bed/chair/comfy/black, /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, /area/lv624/ground/caves/sand_temple) -"dlF" = ( -/turf/open/floor/plating/warnplate, -/area/lv624/lazarus/robotics) -"dmb" = ( -/obj/structure/cargo_container/wy/left, -/turf/open/floor/plating/platebotc, -/area/lv624/lazarus/quartstorage/outdoors) +"dlk" = ( +/obj/structure/machinery/constructable_frame{ + icon_state = "box_1" + }, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) +"dlG" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) "dmf" = ( /turf/open/gm/coast/south, /area/lv624/ground/jungle/west_jungle) +"dmp" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/dark, +/area/lv624/lazarus/corporate_dome) +"dmP" = ( +/obj/structure/stairs/perspective{ + color = "#6b675e"; + dir = 4; + icon_state = "p_stair_full" + }, +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 4 + }, +/turf/open/shuttle/red, +/area/lv624/ground/caves/sand_temple) "dmS" = ( /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/grass/grass1, @@ -6192,59 +6178,60 @@ /obj/structure/flora/jungle/planttop1, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_west_jungle) -"dos" = ( -/obj/structure/machinery/vending/hydroseeds, -/obj/structure/machinery/light{ - dir = 1 +"doL" = ( +/turf/open/gm/dirt/desert1, +/area/lv624/ground/barrens/west_barrens) +"dpr" = ( +/obj/structure/surface/table/reinforced{ + flipped = 1 + }, +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/warnplate, +/area/lv624/ground/barrens/central_barrens) +"dqn" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = -5; + pixel_y = -5 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/south_west_caves) +"dqy" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 2; + name = "Hydroponics" }, /turf/open/floor/green/northwest, /area/lv624/lazarus/hydroponics) -"dpB" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/vault2, -/area/lv624/lazarus/robotics) -"dpE" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) -"dqq" = ( -/obj/item/tool/pickaxe, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) -"dqs" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/dark, -/area/lv624/lazarus/comms) "dqK" = ( /obj/structure/flora/bush/ausbushes/var3/ywflowers, /turf/open/gm/grass/grass1, /area/lv624/lazarus/landing_zones/lz1) -"dqV" = ( -/obj/structure/surface/table/reinforced/prison{ - color = "#6b675e" +"drl" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/whiteblue/northeast, +/area/lv624/lazarus/corporate_dome) +"dru" = ( +/obj/structure/grille{ + density = 0; + icon_state = "brokengrille" }, -/obj/item/weapon/twohanded/yautja/spear, -/turf/open/floor/corsat/squareswood/north, -/area/lv624/ground/caves/sand_temple) -"drO" = ( -/obj/structure/cargo_container/seegson/right, -/turf/open/floor/plating/platebotc, -/area/lv624/lazarus/quartstorage/outdoors) +/turf/open/floor/plating/warnplate/east, +/area/lv624/ground/river/east_river) +"drE" = ( +/turf/open/floor/plating/warnplate/north, +/area/lv624/ground/barrens/central_barrens) "dsi" = ( /obj/effect/landmark/monkey_spawn, /turf/open/gm/dirt, /area/lv624/ground/jungle/east_jungle) -"dsk" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/spray, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/whiteblue/west, -/area/lv624/lazarus/medbay) -"dtl" = ( -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/main_hall) +"dsm" = ( +/obj/structure/girder, +/turf/open/floor/plating/platingdmg3, +/area/lv624/lazarus/secure_storage) "dtr" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/decal/grass_overlay/grass1{ @@ -6252,64 +6239,76 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/east_caves) -"dtG" = ( -/obj/item/stock_parts/matter_bin/super, -/obj/structure/surface/rack, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 +"dtJ" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "\improper Workshop Storage"; + req_access_txt = "100"; + req_one_access = null }, -/obj/structure/window/reinforced{ - dir = 8; - health = 80 +/turf/open/floor/plating/asteroidfloor/north, +/area/lv624/lazarus/corporate_dome) +"duY" = ( +/obj/structure/machinery/computer/telecomms/monitor{ + pixel_y = 16 }, -/turf/open/floor/wood, -/area/lv624/lazarus/main_hall) +/turf/open/floor/dark, +/area/lv624/lazarus/comms) "dvf" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_jungle) -"dvi" = ( -/obj/structure/machinery/constructable_frame{ - icon_state = "box_1" - }, -/obj/effect/landmark/lv624/fog_blocker, -/turf/open/floor/plating/warnplate, -/area/lv624/ground/river/central_river) -"dvA" = ( -/obj/structure/phone_base/colony_net{ - phone_category = "Lazarus Landing"; - phone_color = "yellow"; - phone_id = "Communications"; - pixel_y = 24 - }, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) +"dvh" = ( +/obj/structure/closet/lawcloset, +/obj/item/clothing/suit/armor/vest/security, +/turf/open/floor/red/north, +/area/lv624/lazarus/security) +"dvp" = ( +/obj/structure/window/framed/colony, +/turf/open/floor/bar, +/area/lv624/lazarus/kitchen) +"dvB" = ( +/turf/open/floor/whiteblue/southeast, +/area/lv624/lazarus/medbay) "dvF" = ( /obj/structure/flora/bush/ausbushes/pointybush, /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) -"dvG" = ( -/obj/structure/barricade/handrail/strata, -/obj/structure/barricade/handrail/strata{ - dir = 4 +"dwa" = ( +/obj/structure/surface/table, +/obj/item/tool/crowbar, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/dark, +/area/lv624/lazarus/comms) +"dwf" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "\improper Leisure Dome"; + req_access_txt = "100"; + req_one_access = null }, -/turf/open/gm/dirtgrassborder/weedable/grass1, -/area/lv624/ground/barrens/south_eastern_barrens) -"dvK" = ( -/obj/item/prop/alien/hugger, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/white, -/area/lv624/lazarus/research) -"dwl" = ( -/obj/structure/machinery/portable_atmospherics/hydroponics, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/fitness) +"dwg" = ( +/obj/structure/surface/table, +/obj/item/trash/snack_bowl{ + pixel_y = 9 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/barber/west, +/area/lv624/lazarus/kitchen) "dwt" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, /area/lv624/lazarus/landing_zones/lz2) +"dwZ" = ( +/obj/structure/filingcabinet, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/wood/wood_broken4, +/area/lv624/lazarus/hop) "dxy" = ( /obj/structure/flora/bush/ausbushes/lavendergrass{ pixel_x = 12; @@ -6317,66 +6316,65 @@ }, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, /area/lv624/ground/caves/sand_temple) -"dxC" = ( -/turf/open/gm/dirtgrassborder/desert1, -/area/lv624/ground/barrens/south_eastern_barrens) -"dzD" = ( -/obj/item/bananapeel, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) "dzM" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 1 }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_east_caves) -"dzU" = ( -/obj/structure/grille{ - density = 0; - icon_state = "brokengrille" +"dAm" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 }, -/turf/open/floor/plating/warnplate/east, -/area/lv624/ground/river/east_river) -"dzY" = ( -/obj/item/reagent_container/food/drinks/flask/barflask, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = -30 +/obj/structure/barricade/handrail/strata{ + dir = 4 }, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) +/turf/open/gm/dirtgrassborder/weedable/grass1, +/area/lv624/ground/barrens/south_eastern_barrens) +"dAp" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = 4 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/south_west_caves) +"dAs" = ( +/obj/effect/decal/remains/xeno, +/turf/open/floor/cult, +/area/lv624/ground/caves/south_west_caves) "dAu" = ( /obj/effect/landmark/crap_item, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_central_caves) -"dAI" = ( -/turf/open/floor/plating/platingdmg3, -/area/lv624/lazarus/secure_storage) -"dAR" = ( -/obj/structure/coatrack, -/turf/open/floor/grimy, -/area/lv624/lazarus/captain) -"dBf" = ( -/obj/item/reagent_container/food/snacks/grown/banana, +"dAx" = ( +/turf/open/gm/dirt/desert2, +/area/lv624/ground/barrens/south_eastern_jungle_barrens) +"dBm" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = -10; + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/west_caves) +"dBy" = ( +/obj/structure/machinery/chem_master/condimaster, +/obj/structure/surface/table, /turf/open/floor/barber/west, /area/lv624/lazarus/kitchen) -"dCl" = ( -/obj/structure/foamed_metal, -/obj/structure/flora/jungle/vines/heavy, -/turf/open/floor/plating/warnplate, -/area/lv624/lazarus/engineering) -"dCq" = ( -/obj/structure/bookcase, -/turf/open/floor/wood, -/area/lv624/lazarus/hop) "dCD" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 9 }, /turf/open/gm/dirt, /area/lv624/ground/barrens/north_east_barrens) +"dCS" = ( +/turf/open/floor/whitebluecorner/north, +/area/lv624/lazarus/corporate_dome) "dCZ" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 10 @@ -6388,11 +6386,6 @@ /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, /area/lv624/ground/caves/sand_temple) -"dDW" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/grille, -/turf/open/floor/plating/warnplate/east, -/area/lv624/ground/river/central_river) "dEc" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, /area/lv624/ground/jungle/south_central_jungle) @@ -6403,9 +6396,12 @@ /obj/structure/flora/bush/ausbushes/genericbush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_central_jungle) -"dEC" = ( -/turf/open/floor/warning/northwest, -/area/lv624/lazarus/landing_zones/lz1) +"dEB" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/ashtray/bronze, +/obj/item/storage/donut_box, +/turf/open/floor/red/west, +/area/lv624/lazarus/security) "dEI" = ( /obj/effect/landmark/monkey_spawn, /obj/structure/flora/jungle/vines/light_3, @@ -6426,28 +6422,26 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) -"dFK" = ( -/obj/structure/machinery/bioprinter{ - stored_metal = 1000 +"dFA" = ( +/obj/structure/surface/table, +/obj/item/stack/medical/bruise_pack{ + pixel_x = 3; + pixel_y = 3 }, -/obj/structure/machinery/light/small{ - dir = 4 +/obj/item/clothing/mask/surgical, +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/floor/plating/platebot, -/area/lv624/lazarus/robotics) +/obj/item/storage/belt/medical/full, +/turf/open/floor/whiteblue/north, +/area/lv624/lazarus/medbay) +"dFF" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony, +/turf/open/floor/white, +/area/lv624/lazarus/medbay) "dGc" = ( /turf/open/gm/dirtgrassborder/south, /area/lv624/ground/barrens/south_eastern_barrens) -"dGF" = ( -/obj/structure/bed, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = -30 - }, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) "dGG" = ( /turf/open/gm/coast/beachcorner2/south_west, /area/lv624/ground/river/central_river) @@ -6456,17 +6450,6 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/gm/dirt, /area/lv624/ground/caves/central_caves) -"dGZ" = ( -/obj/effect/landmark/hunter_secondary, -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/firstaid/fire{ - pixel_x = 5 - }, -/obj/item/storage/firstaid/fire{ - pixel_x = -5 - }, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/quartstorage) "dHg" = ( /obj/structure/flora/bush/ausbushes/var3/stalkybush, /turf/open/auto_turf/strata_grass/layer1, @@ -6475,28 +6458,10 @@ /obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, /area/lv624/ground/jungle/north_jungle) -"dHJ" = ( -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"dIa" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/plating/platingdmg1, -/area/lv624/lazarus/secure_storage) "dIj" = ( /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/north_west_caves) -"dIk" = ( -/obj/structure/barricade/metal/wired{ - dir = 8 - }, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"dIq" = ( -/obj/item/stack/sheet/metal, -/obj/effect/decal/cleanable/dirt, -/turf/open/gm/dirt, -/area/lv624/lazarus/secure_storage) "dIu" = ( /obj/structure/flora/bush/ausbushes/genericbush, /turf/open/auto_turf/strata_grass/layer1, @@ -6505,15 +6470,29 @@ /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/north_east_caves) -"dJq" = ( -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) +"dII" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, +/turf/open/floor/wood, +/area/lv624/lazarus/hop) "dJG" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 10 }, /turf/open/gm/grass/grass1, /area/lv624/ground/colony/west_nexus_road) +"dJJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/warnplate, +/area/lv624/ground/barrens/east_barrens/ceiling) +"dJR" = ( +/obj/structure/machinery/washing_machine, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/toilet) "dKg" = ( /turf/open/gm/dirtgrassborder/east, /area/lv624/ground/barrens/south_eastern_jungle_barrens) @@ -6521,16 +6500,14 @@ /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/west_caves) -"dKK" = ( -/obj/structure/bed/chair/office/dark{ - dir = 1 - }, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) -"dLc" = ( -/obj/structure/girder, +"dKM" = ( /turf/open/floor/dark, -/area/lv624/lazarus/quartstorage/outdoors) +/area/lv624/lazarus/engineering) +"dKT" = ( +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/white, +/area/lv624/lazarus/research) "dLm" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /obj/effect/decal/grass_overlay/grass1{ @@ -6542,30 +6519,27 @@ /obj/effect/acid_hole, /turf/closed/wall/r_wall, /area/lv624/lazarus/corporate_dome) -"dLo" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 2; - name = "Hydroponics" - }, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) "dLt" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 8 }, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, /area/lv624/ground/jungle/east_jungle) -"dLO" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "nexuscenter_barricaded" +"dLH" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/floor/redfull/northwest, -/area/lv624/lazarus/security) -"dLV" = ( -/obj/structure/largecrate/random, -/obj/item/tool/crowbar/red, -/turf/open/floor/plating/warnplate/northwest, -/area/lv624/ground/barrens/east_barrens/ceiling) +/obj/structure/foamed_metal, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) +"dLQ" = ( +/obj/structure/stairs/perspective{ + color = "#b29082"; + dir = 4; + icon_state = "p_stair_full" + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/caves/sand_temple) "dLW" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 6 @@ -6575,34 +6549,6 @@ "dLY" = ( /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_jungle) -"dMd" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = 2; - pixel_y = 7 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/south_central_caves) -"dMh" = ( -/obj/structure/machinery/blackbox_recorder, -/obj/item/prop/almayer/flight_recorder/colony{ - pixel_x = -6; - pixel_y = 10 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 - }, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) -"dMy" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/kitchen) "dMF" = ( /obj/structure/surface/table/reinforced/prison{ color = "#6b675e" @@ -6617,27 +6563,31 @@ /obj/structure/flora/jungle/vines/heavy, /turf/open/floor/sandstone/runed, /area/lv624/ground/caves/sand_temple) +"dMJ" = ( +/obj/item/toy/beach_ball, +/turf/open/floor/barber/west, +/area/lv624/lazarus/fitness) "dNj" = ( /turf/open/gm/grass/grass1, /area/lv624/ground/barrens/south_eastern_barrens) -"dNt" = ( -/obj/structure/surface/table, -/obj/item/clothing/glasses/hud/health, -/obj/effect/landmark/crap_item, -/obj/item/reagent_container/spray/cleaner, -/turf/open/floor/whitebluefull, -/area/lv624/lazarus/medbay) "dNx" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) +"dND" = ( +/turf/open/floor/dark, +/area/lv624/lazarus/quartstorage/outdoors) "dNN" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 9 }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_jungle) +"dNO" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/dark, +/area/lv624/lazarus/corporate_dome) "dOb" = ( /obj/item/reagent_container/food/snacks/grown/mushroom/angel, /turf/open/auto_turf/strata_grass/layer1, @@ -6647,15 +6597,13 @@ /obj/effect/landmark/crap_item, /turf/open/gm/dirt, /area/lv624/lazarus/crashed_ship_containers) -"dOq" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/bed/chair{ - dir = 1 +"dOm" = ( +/obj/structure/machinery/sleep_console, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 }, -/turf/open/floor/whiteblue/southeast, -/area/lv624/lazarus/corporate_dome) +/turf/open/floor/whitebluefull, +/area/lv624/lazarus/medbay) "dOA" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/auto_turf/strata_grass/layer1, @@ -6665,62 +6613,76 @@ /obj/effect/landmark/queen_spawn, /turf/open/gm/dirt, /area/lv624/ground/caves/central_caves) -"dQe" = ( -/obj/structure/cargo_container/horizontal/blue/top, -/turf/open/floor/bot/north, -/area/lv624/ground/barrens/containers) -"dRn" = ( +"dQf" = ( +/obj/structure/surface/rack, +/obj/item/clothing/suit/apron, +/obj/item/tool/shovel, +/obj/item/clothing/gloves/botanic_leather, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) +"dRD" = ( /obj/structure/surface/table, -/obj/structure/mirror{ - pixel_x = 30 +/obj/effect/decal/cleanable/dirt, +/obj/item/device/radio/off{ + frequency = 1469 }, -/obj/item/explosive/grenade/custom/cleaner, -/obj/item/reagent_container/spray/cleaner, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/toilet) -"dTk" = ( -/obj/structure/machinery/power/apc/no_power/south, -/turf/open/floor/asteroidfloor/north, -/area/lv624/ground/colony/telecomm/cargo) -"dUw" = ( -/obj/structure/bookcase/manuals/medical, -/obj/structure/machinery/light{ - dir = 4 +/turf/open/floor/dark, +/area/lv624/lazarus/comms) +"dTa" = ( +/obj/structure/phone_base/colony_net{ + phone_category = "Lazarus Landing"; + phone_color = "yellow"; + phone_id = "Communications"; + pixel_y = 24 }, -/turf/open/floor/whiteyellow/southeast, -/area/lv624/lazarus/corporate_dome) -"dVa" = ( -/obj/structure/bed/sofa/vert/grey/top, -/turf/open/floor/whiteyellow/east, -/area/lv624/lazarus/corporate_dome) +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"dTf" = ( +/obj/structure/flora/jungle/vines/light_3, +/obj/item/stack/sheet/wood{ + amount = 2 + }, +/turf/open/floor/warning/northeast, +/area/lv624/lazarus/landing_zones/lz1) +"dTi" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = -5; + pixel_y = -5 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/central_caves) +"dVA" = ( +/turf/open/floor/warnwhite/northwest, +/area/lv624/lazarus/fitness) "dVH" = ( /turf/open/gm/dirt, /area/lv624/ground/river/central_river) -"dVM" = ( -/obj/effect/decal/remains/human, -/turf/open/floor/white, -/area/lv624/lazarus/research) -"dWz" = ( -/obj/structure/curtain/red, -/turf/open/floor/strata/grey_multi_tiles, -/area/lv624/ground/caves/sand_temple) +"dVY" = ( +/obj/structure/phone_base/colony_net{ + phone_category = "Lazarus Landing"; + phone_color = "red"; + phone_id = "Secure Storage"; + pixel_y = 24 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/lv624/lazarus/secure_storage) +"dWa" = ( +/obj/structure/machinery/optable, +/obj/item/tank/anesthetic, +/turf/open/floor/whitebluefull, +/area/lv624/lazarus/medbay) "dWM" = ( /obj/effect/landmark/monkey_spawn, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_west_caves) -"dXa" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/trash/candle, -/turf/open/floor/chapel/north, -/area/lv624/lazarus/chapel) "dXq" = ( /obj/structure/platform_decoration/mineral/sandstone/runed, /turf/open/gm/dirt, /area/lv624/ground/barrens/south_eastern_barrens) -"dXH" = ( -/obj/structure/surface/rack, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) "dYx" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 6 @@ -6731,16 +6693,19 @@ /obj/structure/fence, /turf/open/gm/dirt, /area/lv624/ground/colony/west_nexus_road) +"dYV" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/research) "dZp" = ( /obj/structure/flora/bush/ausbushes/genericbush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) -"dZt" = ( -/obj/structure/surface/table, -/obj/item/tool/crowbar, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) +"dZV" = ( +/obj/item/stack/rods, +/turf/open/floor/dark, +/area/lv624/lazarus/comms) "dZY" = ( /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/grass/grass1, @@ -6753,27 +6718,43 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_east_caves) -"ebL" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) +"eaU" = ( +/obj/item/device/analyzer/plant_analyzer, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) +"eaX" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/warnplate, +/area/lv624/lazarus/robotics) "ebS" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/east, /area/lv624/ground/colony/south_nexus_road) -"ecl" = ( -/obj/structure/largecrate/random, -/obj/structure/pipes/vents/pump{ - dir = 8 +"ece" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + name = "\improper Forced Blast Door" }, -/obj/structure/machinery/light{ - dir = 1 +/obj/structure/machinery/door/airlock/almayer/research/colony{ + density = 0; + icon_state = "door_open"; + name = "\improper Research Dome"; + opacity = 0; + req_access_txt = "100" }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) +"ecf" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) +"ecl" = ( +/obj/structure/machinery/cm_vending/sorted/tech/science, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) "ecn" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, @@ -6785,68 +6766,33 @@ "ecy" = ( /turf/closed/wall/sulaco, /area/lv624/lazarus/crashed_ship_containers) -"ecB" = ( -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) -"ecM" = ( -/obj/structure/disposalpipe/junction, -/obj/structure/grille, -/turf/open/floor/plating/warnplate/west, -/area/lv624/ground/river/west_river) "ecO" = ( /turf/open/gm/dirtgrassborder/north, /area/lv624/ground/colony/west_nexus_road) -"ecP" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/main_hall) -"eda" = ( -/obj/item/storage/fancy/cigarettes/emeraldgreen, -/turf/open/floor/whitebluecorner/east, -/area/lv624/lazarus/corporate_dome) -"edd" = ( -/obj/structure/machinery/bot/mulebot{ - auto_pickup = 0; - auto_return = 0; - health = 1; - on = 0 +"edv" = ( +/obj/structure/closet{ + density = 0; + icon_state = "open"; + opened = 1 }, -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) -"edO" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/ashtray/bronze, -/obj/item/storage/donut_box, -/turf/open/floor/red/west, -/area/lv624/lazarus/security) +/obj/item/clothing/under/colonist, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) +"edM" = ( +/obj/item/clothing/head/welding, +/obj/effect/decal/cleanable/dirt, +/turf/open/gm/dirt, +/area/lv624/ground/jungle/south_west_jungle) "edS" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 4 }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/central_jungle) -"edU" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = 4 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/south_west_caves) -"eei" = ( -/obj/item/stack/medical/advanced/bruise_pack, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) -"eep" = ( -/obj/structure/barricade/wooden{ - dir = 4 - }, -/turf/open/floor/wood/wood_broken, -/area/lv624/ground/jungle/west_jungle/ceiling) +"eeV" = ( +/obj/structure/window/framed/colony, +/turf/open/floor/vault2/west, +/area/lv624/ground/barrens/east_barrens/ceiling) "eeW" = ( /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/gm/grass/grass1, @@ -6875,35 +6821,36 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/east_caves) -"ehF" = ( -/obj/structure/surface/table/woodentable, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/grimy, -/area/lv624/lazarus/hop) -"eib" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) +"ehd" = ( +/obj/structure/grille, +/turf/open/floor/plating/warnplate/east, +/area/lv624/ground/river/central_river) +"ehk" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"ehp" = ( +/obj/effect/decal/remains/human, +/turf/open/floor/vault2, +/area/lv624/lazarus/robotics) +"ehx" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, +/turf/open/floor/vault2, +/area/lv624/lazarus/robotics) "eil" = ( /obj/structure/flora/grass/tallgrass/jungle, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_jungle) -"eip" = ( -/obj/structure/stairs/perspective{ - color = "#6b675e"; - dir = 4; - icon_state = "p_stair_full" - }, -/obj/structure/platform_decoration/mineral/sandstone/runed{ - dir = 1 - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/caves/sand_temple) "eiP" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/gm/dirtgrassborder/east, /area/lv624/ground/river/east_river) -"eiV" = ( +"eiX" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/clothing/under/CM_uniform, /obj/item/clothing/suit/armor/vest/security, @@ -6935,10 +6882,6 @@ }, /turf/open/gm/dirt, /area/lv624/ground/barrens/south_eastern_barrens) -"ekN" = ( -/obj/structure/girder, -/turf/open/floor/asteroidplating, -/area/lv624/ground/caves/north_central_caves) "elp" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 10 @@ -6948,28 +6891,18 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/east_caves) -"elD" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/tool/lighter, -/obj/item/device/analyzer, -/obj/item/device/multitool, -/obj/item/device/assembly/prox_sensor, -/obj/effect/decal/cleanable/dirt, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) -"emi" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = 2; - pixel_y = 7 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/south_east_caves) +"elF" = ( +/obj/effect/decal/remains/human, +/turf/open/floor/white, +/area/lv624/lazarus/research) +"emo" = ( +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/main_hall) +"emx" = ( +/obj/effect/landmark/corpsespawner/security/liaison, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/white, +/area/lv624/lazarus/corporate_dome) "enn" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/decal/grass_overlay/grass1{ @@ -6981,18 +6914,13 @@ /obj/structure/flora/grass/tallgrass/jungle, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_west_jungle) -"enA" = ( -/obj/structure/bed/stool, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) -"enE" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/greengrid, -/area/lv624/lazarus/secure_storage) -"eof" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) +"eom" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/wood, +/area/lv624/lazarus/main_hall) "eoo" = ( /obj/structure/machinery/colony_floodlight, /turf/open/gm/grass/grass1, @@ -7001,163 +6929,112 @@ /obj/structure/flora/bush/ausbushes/pointybush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_west_caves) -"epo" = ( -/turf/open/gm/dirt/desert_dug, -/area/lv624/ground/caves/west_caves) -"epL" = ( -/obj/structure/machinery/shower{ +"epi" = ( +/obj/structure/machinery/light/small{ dir = 4 }, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/toilet) +/turf/open/floor/vault2, +/area/lv624/lazarus/robotics) +"eps" = ( +/obj/structure/bed/stool, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) +"eqg" = ( +/obj/structure/closet, +/obj/item/tool/crowbar, +/obj/item/clothing/gloves/yellow, +/obj/item/stack/medical/bruise_pack, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) +"eqq" = ( +/turf/open/gm/dirt/desert3, +/area/lv624/ground/caves/west_caves) "eqs" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 9 }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_central_jungle) -"eqt" = ( -/obj/structure/machinery/power/monitor{ - name = "Main Power Grid Monitoring" - }, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) +"eqE" = ( +/obj/structure/surface/table, +/obj/item/trash/plate, +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) "eqF" = ( /turf/open/gm/coast/north, /area/lv624/ground/river/central_river) +"eqI" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "eqS" = ( /obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/north_east_caves) -"eqX" = ( -/obj/item/device/assembly/timer, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) -"era" = ( -/obj/structure/girder/reinforced, -/turf/open/floor/plating/platingdmg1, -/area/lv624/lazarus/secure_storage) -"erp" = ( -/obj/structure/barricade/handrail/strata{ - dir = 1 - }, -/turf/open/gm/dirtgrassborder/weedable/grass1, -/area/lv624/ground/barrens/south_eastern_barrens) "erx" = ( /turf/open/gm/coast/beachcorner/south_east, /area/lv624/ground/jungle/west_jungle) -"erF" = ( -/obj/structure/surface/rack, -/obj/item/clothing/under/colonist, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/dark, -/area/lv624/lazarus/quartstorage) -"erS" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/floor/grimy, -/area/lv624/lazarus/captain) "esi" = ( /turf/open/gm/coast/beachcorner2/south_east, /area/lv624/ground/barrens/west_barrens) -"etT" = ( -/turf/open/floor/white, -/area/lv624/lazarus/fitness) +"esv" = ( +/obj/item/frame/apc, +/turf/open/floor/plating/warnplate/north, +/area/lv624/ground/barrens/east_barrens/ceiling) "etU" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/east_caves) -"eue" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NE-out"; +"evv" = ( +/obj/structure/surface/rack, +/obj/item/stack/sandbags/large_stack{ pixel_x = 1; - pixel_y = 1 + pixel_y = 3 }, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) -"euu" = ( -/obj/structure/surface/rack, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/obj/structure/phone_base/colony_net{ - phone_category = "Lazarus Landing"; - phone_color = "yellow"; - phone_id = "Engineering"; - pixel_y = 24 +/obj/item/stack/sandbags/large_stack{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/floor/vault2/west, +/area/lv624/lazarus/quartstorage) +"evF" = ( +/obj/structure/machinery/power/monitor{ + name = "Main Power Grid Monitoring" }, /turf/open/floor/dark, /area/lv624/lazarus/engineering) -"euT" = ( -/obj/structure/closet/toolcloset, -/turf/open/floor/plating/asteroidfloor/north, -/area/lv624/lazarus/corporate_dome) -"evO" = ( -/obj/structure/bed/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/corpsespawner/scientist, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) "evT" = ( /obj/structure/flora/jungle/plantbot1, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_jungle) -"evW" = ( -/obj/structure/stairs/perspective{ - color = "#6b675e"; - dir = 4; - icon_state = "p_stair_full" +"ewt" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/restraint/adjustable/cable/white{ + pixel_y = 4 }, -/obj/structure/flora/jungle/vines/heavy, -/obj/structure/platform_decoration/mineral/sandstone/runed{ - dir = 4 +/obj/item/restraint/adjustable/cable/white, +/turf/open/floor/whiteyellow, +/area/lv624/lazarus/corporate_dome) +"exf" = ( +/turf/open/gm/dirtgrassborder/north, +/area/lv624/ground/jungle/south_west_jungle) +"eyn" = ( +/obj/structure/flora/jungle/vines/light_3, +/turf/closed/wall/strata_ice/jungle, +/area/lv624/ground/jungle/central_jungle) +"eza" = ( +/obj/structure/surface/table/reinforced{ + flipped = 1 }, -/turf/open/shuttle/red, -/area/lv624/ground/caves/sand_temple) -"ewe" = ( -/obj/structure/fence, -/turf/open/gm/dirt, -/area/lv624/ground/colony/west_tcomms_road) -"exc" = ( -/turf/open/floor/plating/warnplate/west, -/area/lv624/lazarus/engineering) -"exe" = ( -/obj/structure/surface/rack, -/obj/item/ammo_magazine/rifle/mar40, -/obj/item/ammo_magazine/rifle/mar40, -/turf/open/floor/dark, -/area/lv624/lazarus/quartstorage) -"exf" = ( -/turf/open/gm/dirtgrassborder/north, -/area/lv624/ground/jungle/south_west_jungle) -"exh" = ( -/obj/effect/landmark/lv624/fog_blocker, -/turf/open/floor/plating/warnplate/northeast, -/area/lv624/ground/river/east_river) -"eyn" = ( -/obj/structure/flora/jungle/vines/light_3, -/turf/closed/wall/strata_ice/jungle, -/area/lv624/ground/jungle/central_jungle) +/turf/open/floor/plating/warnplate, +/area/lv624/ground/barrens/central_barrens) "ezz" = ( /obj/structure/flora/bush/ausbushes/ausbush, /turf/open/gm/dirtgrassborder/east, /area/lv624/ground/jungle/east_central_jungle) -"eAh" = ( -/obj/structure/surface/table, -/obj/item/device/flashlight, -/obj/item/device/radio/off{ - frequency = 1469 - }, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) -"eAo" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/item/ammo_magazine/rifle/nsg23{ - current_rounds = 0 - }, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) +"ezK" = ( +/turf/open/floor/asteroidfloor/north, +/area/lv624/ground/colony/telecomm/cargo) "eAr" = ( /obj/structure/showcase{ color = "#95948B"; @@ -7182,22 +7059,18 @@ /obj/structure/surface/table, /turf/open/floor/plating, /area/lv624/ground/barrens/central_barrens) -"eAT" = ( -/obj/structure/machinery/vending/cigarette/colony, -/obj/effect/landmark/crap_item, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"eBt" = ( -/obj/structure/surface/table, -/obj/structure/mirror{ - pixel_y = -30 - }, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/toilet) +"eAE" = ( +/obj/structure/bed/roller, +/obj/structure/machinery/light, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) "eBu" = ( /obj/structure/flora/jungle/vines/light_1, /turf/open/gm/grass/grass2, /area/lv624/ground/jungle/south_west_jungle) +"eCu" = ( +/turf/open/floor/cult, +/area/lv624/ground/caves/west_caves) "eCx" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/gm/grass/grass1, @@ -7207,9 +7080,13 @@ /obj/structure/machinery/computer/shuttle/dropship/flight/lz2, /turf/open/gm/dirt, /area/lv624/landing/console2) -"eDe" = ( -/turf/open/gm/dirt/desert0, -/area/lv624/ground/barrens/central_barrens) +"eCM" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/whitebluecorner/west, +/area/lv624/lazarus/medbay) +"eDc" = ( +/turf/open/floor/warnwhite/southwest, +/area/lv624/lazarus/fitness) "eDy" = ( /obj/structure/flora/bush/ausbushes/genericbush, /turf/open/gm/grass/grass1, @@ -7219,25 +7096,18 @@ /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, /area/lv624/lazarus/landing_zones/lz1) -"eDV" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/tool/shovel/etool/folded, -/obj/item/tool/soap/deluxe{ - pixel_x = 4; - pixel_y = 13 - }, -/turf/open/floor/plating/asteroidfloor/north, -/area/lv624/lazarus/corporate_dome) -"eEx" = ( -/obj/structure/largecrate/random, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/loadingarea/east, -/area/lv624/lazarus/quartstorage) +"eEl" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/corpsespawner/wygoon, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) "eER" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, /area/lv624/ground/barrens/south_eastern_barrens) +"eFQ" = ( +/obj/item/trash/popcorn, +/turf/open/floor/wood, +/area/lv624/lazarus/hop) "eFS" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, @@ -7248,6 +7118,15 @@ /obj/effect/landmark/monkey_spawn, /turf/open/gm/dirt, /area/lv624/ground/barrens/south_eastern_barrens) +"eGs" = ( +/obj/structure/surface/table, +/obj/structure/machinery/door/window/westright{ + layer = 2.9 + }, +/obj/item/paper_bin, +/obj/item/tool/pen, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) "eGD" = ( /turf/open/gm/dirt, /area/lv624/ground/caves/south_central_caves) @@ -7262,54 +7141,62 @@ "eHQ" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, /area/lv624/ground/jungle/north_west_jungle) -"eHT" = ( -/obj/effect/decal/cleanable/blood/gibs, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/main_hall) -"eJN" = ( -/turf/open/gm/dirt/desert3, -/area/lv624/ground/barrens/south_eastern_barrens) +"eIC" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) +"eIR" = ( +/obj/structure/closet{ + density = 0; + icon_state = "open"; + opened = 1 + }, +/obj/item/device/flashlight, +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = -30 + }, +/obj/item/clothing/under/colonist, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) "eKs" = ( /obj/structure/flora/bush/ausbushes/var3/sunnybush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) -"eKt" = ( -/obj/structure/filingcabinet, -/obj/structure/machinery/light, -/turf/open/floor/whiteblue, -/area/lv624/lazarus/medbay) -"eLh" = ( -/obj/structure/kitchenspike, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/wood/wood_broken, -/area/lv624/ground/caves/north_central_caves) +"eKN" = ( +/obj/structure/curtain/red, +/turf/open/floor/strata/grey_multi_tiles, +/area/lv624/ground/caves/sand_temple) +"eKV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/good_item, +/turf/open/floor/wood, +/area/lv624/lazarus/hop) +"eLb" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) "eMe" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 8 }, /turf/open/gm/dirt, /area/lv624/ground/caves/south_east_caves) -"eMO" = ( -/obj/structure/largecrate/supply/ammo/shotgun, -/obj/structure/largecrate/supply/ammo/shotgun{ - pixel_y = 8 - }, -/turf/open/floor/wood/wood_broken, -/area/lv624/ground/caves/north_central_caves) -"eNk" = ( -/turf/open/gm/dirt/desert1, -/area/lv624/ground/barrens/central_barrens) "eNK" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/north_west, /area/lv624/ground/jungle/south_east_jungle) -"eNW" = ( -/obj/item/ammo_casing, -/obj/structure/machinery/colony_floodlight, -/turf/open/floor/plating/warnplate/northwest, -/area/lv624/ground/barrens/central_barrens) -"eOd" = ( -/turf/open/floor/red/northwest, -/area/lv624/lazarus/security) "eOk" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, /area/lv624/ground/jungle/east_jungle) @@ -7317,9 +7204,6 @@ /obj/structure/machinery/colony_floodlight, /turf/open/gm/dirt, /area/lv624/ground/barrens/east_barrens) -"eOZ" = ( -/turf/open/gm/dirt/desert_dug, -/area/lv624/ground/caves/south_west_caves) "ePu" = ( /obj/effect/landmark/xeno_hive_spawn, /obj/effect/landmark/ert_spawns/groundside_xeno, @@ -7328,14 +7212,6 @@ "ePw" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, /area/lv624/ground/jungle/south_east_jungle) -"ePM" = ( -/obj/item/storage/firstaid, -/turf/open/floor/white, -/area/lv624/lazarus/medbay) -"ePO" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner, -/turf/open/gm/grass/grass2, -/area/lv624/ground/jungle/north_jungle) "ePV" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, @@ -7344,71 +7220,105 @@ /obj/structure/largecrate/random, /turf/open/floor, /area/lv624/lazarus/landing_zones/lz1) -"eQj" = ( -/obj/structure/surface/table, -/obj/effect/landmark/crap_item, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) +"eQx" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/gm/dirtgrassborder/weedable/grass1, +/area/lv624/ground/barrens/south_eastern_barrens) "eQL" = ( /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/barrens/north_east_barrens) -"eSg" = ( -/obj/structure/flora/jungle/vines/heavy, -/turf/closed/wall/strata_ice/jungle, -/area/lv624/ground/jungle/east_jungle) -"eSR" = ( +"eQP" = ( /obj/effect/decal/warning_stripes{ - icon_state = "N"; + icon_state = "NE-out"; + pixel_x = 1; pixel_y = 1 }, /turf/open/floor/brown/northwest, /area/lv624/lazarus/comms) +"eQX" = ( +/obj/structure/surface/table, +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_x = 30 + }, +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/toilet) +"eRE" = ( +/obj/effect/decal/remains/xeno, +/turf/open/floor/cult, +/area/lv624/ground/caves/west_caves) +"eSg" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/closed/wall/strata_ice/jungle, +/area/lv624/ground/jungle/east_jungle) "eTd" = ( /obj/structure/flora/jungle/vines/light_2, /turf/open/gm/dirtgrassborder/grassdirt_corner/north_west, /area/lv624/ground/jungle/west_central_jungle) -"eTi" = ( -/obj/item/storage/box/beakers, -/obj/structure/surface/table, -/obj/structure/sign/safety/biohazard{ - pixel_x = -18 - }, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) "eTI" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, /area/lv624/ground/barrens/south_eastern_jungle_barrens) "eTQ" = ( /turf/open/gm/dirtgrassborder/north, /area/lv624/ground/jungle/south_east_jungle) -"eWP" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) -"eWU" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/structure/grille{ - density = 0; - icon_state = "brokengrille" - }, -/turf/open/floor/plating/warnplate/west, -/area/lv624/ground/river/west_river) -"eWW" = ( -/obj/item/tool/shovel, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) -"eXl" = ( -/obj/structure/stairs/perspective{ - color = "#6b675e"; - dir = 6; - icon_state = "p_stair_full" +"eUk" = ( +/obj/structure/largecrate/random, +/turf/open/floor/plating/warnplate/east, +/area/lv624/lazarus/robotics) +"eUF" = ( +/turf/open/floor/plating/platebotc, +/area/lv624/lazarus/secure_storage) +"eVq" = ( +/obj/item/reagent_container/food/snacks/microwavable/donkpocket, +/obj/structure/flora/pottedplant, +/obj/structure/pipes/vents/pump, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) +"eWy" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = 11; + pixel_y = -2 }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/central_caves) +"eWC" = ( +/obj/structure/surface/table, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) +"eWH" = ( +/obj/structure/flora/jungle/vines/light_3, /turf/open/floor/corsat/squareswood/north, /area/lv624/ground/caves/sand_temple) +"eXi" = ( +/obj/item/stack/cable_coil/random{ + pixel_x = 7; + pixel_y = 9 + }, +/turf/open/gm/dirt, +/area/lv624/ground/jungle/east_jungle) +"eXx" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/metal{ + amount = 50; + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stack/sheet/metal{ + amount = 30 + }, +/turf/open/floor/vault2/west, +/area/lv624/ground/barrens/north_east_barrens/ceiling) "eYb" = ( /obj/structure/flora/bush/ausbushes/var3/sunnybush, /turf/open/auto_turf/strata_grass/layer1, @@ -7418,13 +7328,11 @@ /obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/river, /area/lv624/ground/river/east_river) -"eYO" = ( -/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ - pixel_x = 29 - }, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) +"eZe" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) "eZg" = ( /obj/item/reagent_container/food/snacks/grown/mushroom/amanita, /turf/open/auto_turf/strata_grass/layer1, @@ -7436,83 +7344,123 @@ /obj/effect/landmark/corpsespawner/colonist/random/burst, /turf/open/gm/dirt, /area/lv624/ground/caves/east_caves) -"eZQ" = ( -/obj/effect/landmark/lv624/fog_blocker, -/turf/open/floor/plating/warnplate/northeast, -/area/lv624/ground/river/central_river) -"fae" = ( -/obj/structure/surface/table, -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/phone_base/colony_net/rotary{ - phone_category = "Lazarus Landing"; - phone_id = "Medbay" - }, +"eZG" = ( +/obj/effect/landmark/crap_item, /turf/open/floor/white, -/area/lv624/lazarus/medbay) +/area/lv624/lazarus/main_hall) +"eZX" = ( +/obj/structure/largecrate/random, +/turf/open/floor/vault2/west, +/area/lv624/lazarus/quartstorage) +"fab" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 1; + name = "\improper Workshop Storage"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor/dark, +/area/lv624/lazarus/corporate_dome) "fbb" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 4 }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) +"fbr" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/chapel/east, +/area/lv624/lazarus/chapel) "fbD" = ( /obj/structure/flora/jungle/planttop1, /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/jungle/east_jungle) -"fcs" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = 6; - pixel_y = -8 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/south_east_caves) +"fbX" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) +"fcN" = ( +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) +"fcO" = ( +/obj/structure/surface/table, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) +"fdc" = ( +/obj/structure/surface/rack, +/obj/item/device/multitool, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) "fdl" = ( /turf/open/floor, /area/lv624/lazarus/hydroponics) -"feE" = ( -/obj/structure/machinery/light, -/obj/structure/bed/stool, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 2 - }, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) +"fdy" = ( +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) +"fek" = ( +/turf/open/floor/vault2/west, +/area/lv624/lazarus/robotics) +"ffg" = ( +/turf/open/floor/plating/warnplate/southwest, +/area/lv624/ground/barrens/east_barrens/ceiling) "ffC" = ( /obj/effect/landmark/crap_item, /turf/open/gm/dirt, /area/lv624/ground/barrens/south_eastern_barrens) -"fgL" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/dark, -/area/lv624/lazarus/quartstorage) +"fgq" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/chem_dispenser/soda/beer{ + pixel_y = 26 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/grimy, +/area/lv624/lazarus/captain) "fgS" = ( /turf/closed/wall/rock/brown, /area/lv624/ground/barrens/south_eastern_barrens) -"fgT" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) "fhd" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 1 }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/central_jungle) -"fho" = ( -/obj/effect/decal/cleanable/blood, +"fhx" = ( +/obj/structure/machinery/vending/coffee, /turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) +/area/lv624/lazarus/main_hall) +"fhD" = ( +/obj/structure/foamed_metal, +/obj/structure/flora/jungle/vines/light_2, +/turf/open/floor/delivery, +/area/lv624/lazarus/engineering) +"fhE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/lv624/lazarus/secure_storage) "fhJ" = ( /turf/open/gm/dirtgrassborder/west, /area/lv624/ground/barrens/south_eastern_barrens) +"fhQ" = ( +/obj/structure/stairs/perspective{ + color = "#b29082"; + dir = 8; + icon_state = "p_stair_ew_full_cap"; + layer = 3.5 + }, +/obj/structure/platform/mineral/sandstone/runed{ + dir = 1 + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/caves/sand_temple) "fhR" = ( /obj/structure/flora/jungle/planttop1, /obj/structure/flora/jungle/vines/light_2, @@ -7546,6 +7494,16 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) +"fjw" = ( +/turf/open/shuttle/red, +/area/lv624/ground/caves/sand_temple) +"fjD" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/open/floor/plating/asteroidfloor/north, +/area/lv624/lazarus/corporate_dome) "fjM" = ( /turf/open/gm/grass/grass1, /area/lv624/lazarus/quartstorage/outdoors) @@ -7558,33 +7516,27 @@ /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) -"fky" = ( -/obj/item/shard, -/turf/open/floor/dark, -/area/lv624/lazarus/comms) -"flG" = ( -/obj/effect/spawner/random/tech_supply, -/turf/open/floor/plating/warnplate/north, -/area/lv624/ground/barrens/east_barrens/ceiling) -"flN" = ( -/obj/structure/surface/rack, -/obj/item/stack/sheet/metal{ - amount = 50; - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/stack/sheet/metal{ - amount = 30 +"flK" = ( +/obj/structure/bed{ + desc = "For prime comfort."; + name = "fancy bed" }, -/turf/open/floor/vault2/west, -/area/lv624/ground/barrens/north_east_barrens/ceiling) -"fmU" = ( -/obj/item/stack/medical/ointment, /obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/whiteblue/north, -/area/lv624/lazarus/medbay) +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) +"fmH" = ( +/obj/item/weapon/gun/rifle/m41a, +/turf/open/gm/dirt, +/area/lv624/lazarus/secure_storage) +"fmS" = ( +/obj/structure/morgue/sarcophagus, +/obj/item/weapon/twohanded/yautja/glaive/damaged{ + name = "damaged war glaive" + }, +/turf/open/floor/corsat/squareswood/north, +/area/lv624/ground/caves/sand_temple) "fmV" = ( /obj/structure/flora/bush/ausbushes/ausbush, /turf/open/auto_turf/strata_grass/layer1, @@ -7592,23 +7544,22 @@ "fmW" = ( /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_west_caves) -"fnU" = ( -/obj/structure/bed, -/obj/item/bedsheet/purple, -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) -"fov" = ( -/obj/structure/machinery/recharge_station, -/turf/open/floor/plating/platebot, -/area/lv624/lazarus/robotics) +"fnY" = ( +/obj/effect/landmark/good_item, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/dark, +/area/lv624/lazarus/comms) "fpn" = ( /turf/open/gm/coast/beachcorner/north_east, /area/lv624/ground/barrens/east_barrens) -"fpY" = ( -/obj/structure/machinery/vending, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) +"fps" = ( +/mob/living/simple_animal/mouse, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/kitchen) +"fqc" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/open/floor/wood/wood_broken3, +/area/lv624/ground/caves/north_central_caves) "fqh" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, /area/lv624/ground/jungle/east_jungle) @@ -7618,11 +7569,26 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/south_central_caves) -"fra" = ( -/obj/structure/flora/bush/ausbushes/lavendergrass, -/obj/effect/landmark/lizard_spawn, -/turf/open/gm/grass/grass1, -/area/lv624/ground/barrens/south_eastern_jungle_barrens) +"fqu" = ( +/obj/item/stock_parts/scanning_module/phasic, +/obj/structure/surface/rack, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/wood, +/area/lv624/lazarus/main_hall) +"frh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/platingdmg1, +/area/lv624/lazarus/secure_storage) +"frB" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/floor/plating/warnplate/northeast, +/area/lv624/ground/river/east_river) "frV" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 6 @@ -7635,17 +7601,27 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_east_caves) -"fsn" = ( -/turf/open/gm/dirt/desert2, -/area/lv624/ground/caves/west_caves) -"ftQ" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/warning/north, -/area/lv624/lazarus/landing_zones/lz1) -"ftS" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) +"fsr" = ( +/obj/structure/bed/chair/comfy/lime{ + dir = 1 + }, +/obj/effect/landmark/survivor_spawner, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) +"ftt" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/obj/structure/medical_supply_link, +/turf/open/floor/whitebluefull, +/area/lv624/lazarus/medbay) +"fud" = ( +/obj/structure/surface/table, +/obj/item/tool/pen{ + layer = 3.1 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) "fur" = ( /turf/open/gm/dirtgrassborder/east, /area/lv624/ground/caves/sand_temple) @@ -7653,88 +7629,50 @@ /obj/structure/flora/jungle/vines/light_3, /turf/closed/wall/strata_ice/jungle, /area/lv624/lazarus/landing_zones/lz2) -"fuJ" = ( -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) +"fuP" = ( +/turf/open/gm/dirt/desert0, +/area/lv624/ground/caves/west_caves) "fuY" = ( /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/jungle/north_east_jungle) -"fva" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/kitchen) -"fvk" = ( -/obj/structure/machinery/power/terminal{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/platebot, -/area/lv624/lazarus/engineering) -"fvE" = ( +"fxX" = ( +/obj/effect/decal/cleanable/dirt, /obj/item/shard, -/obj/item/stack/rods, -/turf/open/floor/brown/northwest, +/turf/open/floor/dark, /area/lv624/lazarus/comms) -"fvK" = ( -/turf/open/floor/asteroidfloor/north, -/area/lv624/ground/colony/telecomm/sw_lz2) -"fvT" = ( -/obj/structure/bed/chair/office/light, -/turf/open/floor/grimy, -/area/lv624/lazarus/hop) -"fwb" = ( -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) -"fwj" = ( -/obj/structure/barricade/wooden, -/obj/structure/flora/jungle/vines/light_2, -/turf/open/floor/warning/north, -/area/lv624/lazarus/landing_zones/lz1) -"fyr" = ( -/turf/open/floor/chapel/north, -/area/lv624/lazarus/chapel) -"fyx" = ( -/obj/structure/barricade/wooden{ - dir = 8 - }, -/obj/structure/flora/jungle/vines/heavy, -/turf/open/floor/warning/east, -/area/lv624/lazarus/landing_zones/lz2) "fyA" = ( /obj/structure/flora/jungle/planttop1, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) -"fzp" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/surface/rack, -/obj/item/weapon/gun/pistol/highpower, -/obj/item/ammo_magazine/pistol/highpower, -/obj/item/ammo_magazine/pistol/highpower, -/obj/item/ammo_magazine/pistol/highpower, -/turf/open/floor/cult, -/area/lv624/lazarus/armory) -"fzv" = ( -/obj/structure/stairs/perspective{ - color = "#6b675e"; +"fzb" = ( +/obj/effect/landmark/static_comms/net_one, +/turf/open/floor/podhatchfloor, +/area/lv624/lazarus/comms) +"fzf" = ( +/obj/structure/disposalpipe/segment{ dir = 4; - icon_state = "p_stair_full" + icon_state = "pipe-c" + }, +/obj/structure/grille, +/turf/open/floor/plating/warnplate/east, +/area/lv624/ground/river/east_river) +"fzz" = ( +/obj/structure/barricade/wooden, +/obj/effect/landmark/crap_item, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) +"fAe" = ( +/obj/item/hunting_trap{ + desc = "A bizarre alien device used for trapping and killing prey."; + name = "Alien Mine" }, -/turf/open/floor/corsat/squareswood/north, -/area/lv624/ground/caves/sand_temple) -"fAv" = ( /obj/structure/stairs/perspective{ - color = "#6b675e"; - dir = 5; + color = "#b29082"; + dir = 8; icon_state = "p_stair_full" }, -/obj/structure/flora/jungle/vines/heavy, -/obj/structure/platform/mineral/sandstone/runed{ - dir = 8 - }, -/turf/open/floor/strata/grey_multi_tiles, -/area/lv624/ground/caves/sand_temple) +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/caves/south_east_caves) "fAD" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, /obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, @@ -7747,28 +7685,14 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/gm/dirt, /area/lv624/ground/caves/south_west_caves) -"fCE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/structure/grille, -/turf/open/floor/plating/warnplate/east, -/area/lv624/ground/river/east_river) -"fCF" = ( -/obj/structure/surface/table, -/obj/effect/decal/remains/human, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) -"fCL" = ( -/obj/structure/window/framed/colony, -/turf/open/floor/white, -/area/lv624/lazarus/medbay) -"fDA" = ( -/obj/effect/decal/remains/human, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/research) +"fBG" = ( +/obj/structure/closet/lasertag/red, +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) +"fCA" = ( +/obj/structure/computerframe, +/turf/open/floor/plating/platebot, +/area/lv624/lazarus/robotics) "fDE" = ( /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/central_caves) @@ -7784,52 +7708,45 @@ /obj/structure/flora/bush/ausbushes/ausbush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_jungle) -"fEQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/structure/grille, -/turf/open/floor/plating/warnplate/east, -/area/lv624/ground/river/central_river) "fEU" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/gm/dirt, /area/lv624/ground/barrens/south_west_barrens) +"fFx" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ + pixel_x = 29 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) +"fFL" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/floor/warning/southeast, +/area/lv624/lazarus/landing_zones/lz1) "fFN" = ( /obj/structure/window_frame/colony/reinforced, /obj/structure/foamed_metal, /turf/open/floor/plating, /area/lv624/lazarus/engineering) -"fFS" = ( -/obj/structure/largecrate/random, -/obj/structure/pipes/standard/manifold/hidden/cyan, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) "fGn" = ( /obj/effect/decal/grass_overlay/grass1, /obj/structure/flora/bush/ausbushes/pointybush, /turf/open/gm/dirt, /area/lv624/ground/caves/east_caves) -"fGx" = ( -/obj/structure/prop/tower, -/turf/open/floor/bot/north, -/area/lv624/lazarus/landing_zones/lz1) -"fGJ" = ( -/obj/item/stack/cable_coil/random{ - pixel_x = 7; - pixel_y = 9 +"fGz" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = 6; + pixel_y = -8 }, -/turf/open/gm/dirt, -/area/lv624/ground/jungle/east_jungle) +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/south_east_caves) "fGO" = ( /obj/structure/flora/bush/ausbushes/var3/ywflowers, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) -"fHe" = ( -/obj/structure/machinery/power/apc/no_power/west, -/turf/open/floor/cult, -/area/lv624/lazarus/armory) "fHw" = ( /obj/item/device/sentry_computer{ pixel_y = 5 @@ -7841,30 +7758,39 @@ /obj/structure/flora/jungle/vines/light_3, /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/barrens/south_eastern_jungle_barrens) -"fHC" = ( -/obj/structure/largecrate, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/quartstorage) +"fHE" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/kitchen) "fIj" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, /area/lv624/ground/colony/west_nexus_road) -"fIm" = ( -/obj/structure/largecrate/random, -/obj/item/clothing/head/soft/ferret{ - pixel_y = 5 - }, -/turf/open/floor/plating/warnplate/west, -/area/lv624/lazarus/robotics) "fIt" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, /obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, /turf/open/gm/dirt, /area/lv624/ground/caves/south_east_caves) +"fIw" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = 2; + pixel_y = 7 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/south_west_caves) "fIy" = ( /obj/structure/window/framed/colony/reinforced, /turf/open/floor, /area/lv624/lazarus/medbay) +"fIQ" = ( +/obj/structure/barricade/metal/wired{ + dir = 8 + }, +/turf/open/floor/white, +/area/lv624/lazarus/corporate_dome) "fIW" = ( /obj/effect/decal/grass_overlay/grass1, /turf/open/gm/dirt, @@ -7879,90 +7805,49 @@ /obj/structure/flora/bush/ausbushes/ausbush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_west_caves) -"fKG" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner, -/turf/open/gm/grass/grass1, -/area/lv624/ground/jungle/south_central_jungle) -"fLg" = ( -/obj/effect/landmark/lizard_spawn, -/turf/open/gm/dirtgrassborder/south, -/area/lv624/ground/jungle/south_east_jungle) +"fKl" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/dark, +/area/lv624/lazarus/quartstorage) +"fKT" = ( +/turf/open/floor/plating/asteroidwarning, +/area/lv624/lazarus/landing_zones/lz2) "fLh" = ( /obj/item/reagent_container/food/snacks/grown/mushroom/angel, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/west_caves) -"fLj" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, +"fOI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/foamed_metal, /turf/open/floor/dark, -/area/lv624/lazarus/quartstorage) -"fLT" = ( -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_y = 30 - }, -/obj/effect/landmark/crap_item, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) -"fNW" = ( -/obj/structure/surface/table, -/obj/item/ashtray/plastic, -/obj/item/stack/flag/red, -/obj/item/weapon/gun/pistol/holdout, -/turf/open/floor/plating/warnplate/north, -/area/lv624/ground/barrens/east_barrens/ceiling) -"fOF" = ( -/obj/structure/stairs/perspective{ - color = "#6b675e"; - dir = 4; - icon_state = "p_stair_full" - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/caves/sand_temple) +/area/lv624/lazarus/engineering) "fPi" = ( /turf/open/gm/coast/north, /area/lv624/ground/caves/sand_temple) -"fPk" = ( -/turf/open/floor/plating/asteroidfloor/north, -/area/lv624/lazarus/landing_zones/lz2) "fPH" = ( /turf/open/gm/dirtgrassborder/south, /area/lv624/ground/jungle/west_central_jungle) -"fPW" = ( -/obj/structure/closet/crate/secure/hydrosec, -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) -"fQf" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - name = "\improper Nexus Dome Canteen"; - req_access_txt = "100"; - req_one_access = null - }, -/turf/open/floor/bar, -/area/lv624/lazarus/kitchen) "fQL" = ( /turf/open/gm/coast/beachcorner2/south_east, /area/lv624/ground/river/west_river) -"fQO" = ( -/obj/structure/closet/lasertag/red, -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) -"fQQ" = ( -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) -"fRa" = ( -/obj/structure/flora/jungle/vines/light_3, -/turf/open/floor/warning/southeast, -/area/lv624/lazarus/landing_zones/lz2) -"fRr" = ( -/obj/structure/xenoautopsy/tank/hugger, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) +"fQU" = ( +/obj/effect/decal/cleanable/blood/tracks/footprints{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/tracks/footprints{ + dir = 8 + }, +/turf/open/floor/warning/west, +/area/lv624/lazarus/landing_zones/lz1) +"fRj" = ( +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/grimy, +/area/lv624/lazarus/captain) +"fRz" = ( +/turf/open/gm/dirtgrassborder/west, +/area/lv624/ground/jungle/south_west_jungle/ceiling) "fRD" = ( /obj/structure/flora/bush/ausbushes/ausbush, /turf/open/auto_turf/strata_grass/layer1, @@ -7971,26 +7856,16 @@ /obj/structure/flora/bush/ausbushes/genericbush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/west_caves) -"fSQ" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/whiteblue/northeast, -/area/lv624/lazarus/corporate_dome) "fSX" = ( /turf/open/gm/grass/grass2, /area/lv624/ground/jungle/east_jungle) +"fSZ" = ( +/turf/open/floor/redyellowfull, +/area/lv624/ground/barrens/west_barrens/ceiling) "fTf" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/south, /area/lv624/ground/colony/north_tcomms_road) -"fTg" = ( -/obj/item/ammo_casing, -/obj/structure/machinery/colony_floodlight, -/turf/open/floor/plating, -/area/lv624/ground/barrens/central_barrens) -"fTB" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/grimy, -/area/lv624/lazarus/hop) "fTE" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony{ dir = 1; @@ -8011,25 +7886,19 @@ /obj/structure/flora/bush/ausbushes/var3/stalkybush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_east_caves) -"fUC" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/structure/machinery/computer/med_data/laptop, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/grimy, -/area/lv624/lazarus/hop) -"fWz" = ( -/turf/open/floor/plating/warnplate/north, -/area/lv624/ground/barrens/central_barrens) -"fWL" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper Nexus Dome Female Dormitories"; - req_access_txt = "100" +"fUm" = ( +/obj/item/device/multitool, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 }, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) +/turf/open/floor/vault2, +/area/lv624/lazarus/robotics) +"fVA" = ( +/obj/structure/surface/table, +/obj/item/device/mmi/radio_enabled, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) "fXr" = ( /obj/effect/landmark/crap_item, /turf/open/gm/dirt, @@ -8043,39 +7912,35 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_membrane, /turf/open/gm/dirt, /area/lv624/ground/caves/south_central_caves) +"fYp" = ( +/obj/item/shard, +/turf/open/floor/dark, +/area/lv624/lazarus/comms) "fYG" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/east_caves) +"fYK" = ( +/turf/open/floor/airless/asteroidfloor/northeast, +/area/lv624/ground/barrens/north_east_barrens) +"fZJ" = ( +/obj/structure/surface/table, +/obj/item/ashtray/plastic, +/obj/item/stack/flag/red, +/obj/item/weapon/gun/pistol/holdout, +/turf/open/floor/plating/warnplate/north, +/area/lv624/ground/barrens/east_barrens/ceiling) "fZO" = ( /turf/open/gm/dirtgrassborder/east, /area/lv624/ground/jungle/north_west_jungle) -"gad" = ( -/obj/structure/bed, -/obj/item/bedsheet/hos, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) -"gav" = ( -/obj/structure/closet/athletic_mixed, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) -"gaB" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/barber/west, -/area/lv624/lazarus/fitness) -"gbc" = ( -/obj/structure/surface/rack, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) "gbl" = ( /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/gm/grass/grass1, /area/lv624/lazarus/quartstorage/outdoors) +"gbq" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/dark, +/area/lv624/lazarus/quartstorage) "gbz" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/gm/dirt, @@ -8088,25 +7953,11 @@ /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/gm/grass/grass2, /area/lv624/ground/jungle/south_central_jungle) -"gcw" = ( -/obj/structure/machinery/shower{ - dir = 4 - }, -/obj/effect/landmark/survivor_spawner, +"gcs" = ( +/obj/structure/surface/table, +/obj/item/clothing/suit/chef/classic, /turf/open/floor/freezerfloor, -/area/lv624/lazarus/toilet) -"gdh" = ( -/obj/structure/closet/coffin{ - density = 0; - icon_state = "coffin_open"; - opened = 1 - }, -/obj/effect/landmark/survivor_spawner, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/floor/chapel/north, -/area/lv624/lazarus/chapel) +/area/lv624/lazarus/kitchen) "gdr" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/gm/grass/grass1, @@ -8118,59 +7969,67 @@ "gdx" = ( /turf/open/gm/coast/north, /area/lv624/ground/barrens/west_barrens) +"geO" = ( +/obj/structure/machinery/power/port_gen/pacman/super, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "ggl" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 10 }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) -"ghe" = ( -/obj/effect/decal/remains/human, -/turf/open/floor/vault2, -/area/lv624/lazarus/robotics) -"ghu" = ( -/obj/structure/largecrate, -/turf/open/floor/dark, -/area/lv624/lazarus/quartstorage) -"ghE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/monitor, -/obj/item/ashtray/glass{ - pixel_x = 3; - pixel_y = 15 +"ggm" = ( +/turf/open/gm/dirtgrassborder/desert, +/area/lv624/ground/barrens/south_eastern_barrens) +"ghL" = ( +/obj/item/clothing/under/shorts/black{ + pixel_x = 2; + pixel_y = 2 }, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) -"gig" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) "git" = ( /obj/structure/flora/jungle/vines/light_1, /turf/open/gm/grass/grass1, /area/lv624/ground/barrens/south_eastern_jungle_barrens) -"gju" = ( -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_y = 30 +"giw" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/stairs/perspective{ + color = "#b29082"; + dir = 4; + icon_state = "p_stair_full" }, -/turf/open/floor/whitepurplecorner/east, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/caves/south_east_caves) +"giB" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) +"giJ" = ( +/obj/structure/surface/table, +/obj/item/device/flashlight, +/obj/item/device/radio/off{ + frequency = 1469 + }, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"gjd" = ( +/turf/open/floor/warnwhite/northeast, /area/lv624/lazarus/fitness) -"gjA" = ( -/turf/open/floor/whitebluecorner/north, -/area/lv624/lazarus/medbay) +"gjY" = ( +/obj/structure/bed/sofa/vert/grey, +/turf/open/floor/whiteyellow/east, +/area/lv624/lazarus/corporate_dome) "gkh" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 4 }, /turf/open/gm/grass/grass1, /area/lv624/ground/colony/west_tcomms_road) -"gkj" = ( -/obj/structure/filingcabinet, -/turf/open/floor/whiteyellow/southwest, -/area/lv624/lazarus/corporate_dome) "gkC" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, @@ -8180,112 +8039,120 @@ /obj/structure/flora/bush/ausbushes/var3/fernybush, /turf/open/gm/river, /area/lv624/ground/barrens/west_barrens) -"glN" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) -"glO" = ( -/obj/structure/barricade/handrail/strata{ - dir = 1 - }, -/obj/structure/barricade/handrail/strata{ - dir = 4 - }, -/turf/open/gm/dirtgrassborder/weedable/grass1, -/area/lv624/ground/barrens/south_eastern_barrens) +"glG" = ( +/turf/open/floor/wood, +/area/lv624/lazarus/hop) "glS" = ( /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/gm/grass/grass1, /area/lv624/ground/barrens/south_eastern_jungle_barrens) -"gnd" = ( -/obj/structure/surface/rack, -/obj/item/storage/firstaid, -/obj/item/explosive/grenade/incendiary/molotov{ - pixel_x = 8 +"gmg" = ( +/obj/effect/decal/grass_overlay/grass1/inner{ + dir = 10 }, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/quartstorage) +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = 2; + pixel_y = 7 + }, +/turf/open/gm/dirt, +/area/lv624/ground/caves/south_east_caves) +"gmF" = ( +/obj/structure/machinery/door/airlock/almayer/research/colony{ + dir = 1; + locked = 1; + name = "\improper Research Dome"; + req_access_txt = "100" + }, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) +"gmO" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/corpsespawner/scientist, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) +"gnG" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Nexus Dome Chapel"; + req_access_txt = "100" + }, +/turf/open/floor/white, +/area/lv624/lazarus/chapel) "god" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, /area/lv624/ground/colony/north_nexus_road) +"gon" = ( +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage, +/turf/open/floor/vault2, +/area/lv624/lazarus/robotics) "gos" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_west_caves) -"gpu" = ( -/obj/structure/stairs/perspective{ - color = "#6b675e"; - dir = 4; - icon_state = "p_stair_full" - }, -/obj/structure/platform_decoration/mineral/sandstone/runed{ - dir = 1 +"goz" = ( +/obj/structure/machinery/vending/cigarette, +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/shuttle/red, -/area/lv624/ground/caves/sand_temple) -"gpC" = ( -/obj/structure/flora/jungle/vines/light_2, -/obj/structure/flora/jungle/vines/heavy, -/turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, -/area/lv624/ground/jungle/west_central_jungle) -"gqh" = ( +/turf/open/floor/whiteblue/southeast, +/area/lv624/lazarus/corporate_dome) +"gpf" = ( /obj/structure/surface/rack, -/obj/item/ammo_magazine/rifle/nsg23/extended, -/obj/item/weapon/gun/rifle/nsg23/no_lock, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) -"gqp" = ( -/obj/structure/window/framed/colony, -/turf/open/floor/plating/platebotc, -/area/lv624/lazarus/quartstorage) -"grj" = ( -/obj/item/weapon/sword{ - pixel_x = -6; - pixel_y = 7 +/obj/item/tool/shovel/spade, +/obj/item/tool/hatchet{ + pixel_x = 6; + pixel_y = 4 }, -/obj/structure/showcase{ - color = "#95948B"; - desc = "A grey statue dawned in ancient armor, it stares into your soul."; - dir = 1; - icon = 'icons/mob/humans/species/r_synthetic.dmi'; - icon_state = "Synthetic_Template"; - name = "Eternal guardian" +/obj/item/tool/hatchet{ + pixel_x = 6; + pixel_y = 4 }, -/obj/item/clothing/mask/yautja_flavor{ - anchored = 1; - unacidable = 0 +/obj/item/tool/minihoe{ + pixel_y = -2 }, -/obj/item/clothing/suit/armor/yautja_flavor{ - anchored = 1 +/obj/structure/machinery/light, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) +"gpg" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/structure/machinery/light/small{ + dir = 8 }, -/obj/item/clothing/shoes/yautja_flavor{ - anchored = 1 +/turf/open/floor/plating/asteroidfloor/north, +/area/lv624/lazarus/corporate_dome) +"gpm" = ( +/obj/structure/window/reinforced/tinted, +/obj/structure/machinery/door/window, +/obj/structure/toilet{ + dir = 4 }, -/turf/open/floor/strata/grey_multi_tiles, -/area/lv624/ground/caves/sand_temple) +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/toilet) +"gpC" = ( +/obj/structure/flora/jungle/vines/light_2, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, +/area/lv624/ground/jungle/west_central_jungle) "grl" = ( /obj/structure/flora/jungle/planttop1, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_jungle) -"grt" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/condiment/saltshaker, -/obj/item/reagent_container/food/condiment/peppermill{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) "grW" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 10 }, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) +"gsn" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) "gsq" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, @@ -8297,55 +8164,10 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/central_jungle) -"gsG" = ( -/obj/item/handset{ - desc = "A model of an ancient Earth communication device."; - force = 8 - }, -/obj/structure/surface/rack, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/open/floor/wood, -/area/lv624/lazarus/main_hall) -"gti" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/wood, -/area/lv624/lazarus/main_hall) -"gtv" = ( -/obj/structure/disposalpipe/junction, -/obj/structure/grille, -/turf/open/floor/plating/warnplate/west, -/area/lv624/ground/river/central_river) -"gue" = ( -/obj/structure/bed, -/obj/item/bedsheet/blue, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = -30 - }, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) -"gut" = ( -/obj/structure/fence, -/turf/open/floor/warning/north, -/area/lv624/ground/barrens/containers) -"guD" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/effect/landmark/crap_item, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) +"gsP" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, +/turf/open/floor/vault2/west, +/area/lv624/lazarus/quartstorage) "guW" = ( /obj/effect/landmark/nightmare{ insert_tag = "storage-crashed-ship" @@ -8371,44 +8193,46 @@ /obj/structure/flora/bush/ausbushes/var3/stalkybush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/north_west_caves) -"gvw" = ( -/obj/structure/closet{ - density = 0; - icon_state = "open"; - opened = 1 - }, -/obj/structure/window/reinforced/tinted{ - dir = 1 +"gvY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 }, -/obj/item/clothing/under/colonist, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) -"gvE" = ( -/turf/open/floor/plating/warnplate/north, -/area/lv624/lazarus/robotics) +/turf/open/floor/wood, +/area/lv624/lazarus/hop) +"gwJ" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/dark, +/area/lv624/lazarus/quartstorage) "gwP" = ( /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) -"gwY" = ( -/obj/item/weapon/twohanded/fireaxe, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/dark, -/area/lv624/lazarus/comms) "gxd" = ( /turf/open/gm/coast/beachcorner/north_west, /area/lv624/ground/caves/sand_temple) -"gyu" = ( -/obj/structure/machinery/vending/cola, -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) +"gxk" = ( +/obj/structure/bed, +/obj/structure/machinery/light, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) +"gxp" = ( +/obj/structure/fence, +/turf/open/floor/warning/west, +/area/lv624/ground/barrens/containers) +"gxA" = ( +/obj/structure/fence, +/turf/open/floor/warning/northwest, +/area/lv624/ground/barrens/containers) +"gyd" = ( +/obj/structure/lattice{ + layer = 2.9 + }, +/obj/structure/platform, +/obj/structure/machinery/power/reactor/colony, +/turf/open/floor/plating/warnplate/southwest, +/area/lv624/lazarus/engineering) "gyP" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, /area/lv624/ground/jungle/north_west_jungle) -"gyU" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/obj/effect/landmark/crap_item, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) "gyY" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, /area/lv624/ground/river/east_river) @@ -8424,20 +8248,10 @@ /obj/effect/decal/grass_overlay/grass1, /turf/open/gm/dirt, /area/lv624/ground/caves/north_east_caves) -"gzs" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/structure/machinery/light/small, -/turf/open/floor/grimy, -/area/lv624/lazarus/captain) -"gzB" = ( -/obj/effect/decal/cleanable/blood/tracks/footprints{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/tracks/footprints{ - dir = 8 - }, -/turf/open/floor/warning/west, -/area/lv624/lazarus/landing_zones/lz1) +"gzu" = ( +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/red, +/area/lv624/lazarus/security) "gzH" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/auto_turf/strata_grass/layer1, @@ -8446,26 +8260,25 @@ /obj/effect/landmark/hunter_secondary, /turf/open/gm/dirt, /area/lv624/ground/barrens/south_west_barrens) +"gAG" = ( +/obj/docking_port/stationary/marine_dropship/lz1{ + name = "LZ1: Nexus Landing Zone" + }, +/turf/open/floor/plating, +/area/lv624/lazarus/landing_zones/lz1) "gAI" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_jungle) -"gAY" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = 2; - pixel_y = 7 +"gBf" = ( +/obj/structure/machinery/light/small{ + dir = 1 }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/west_caves) -"gBw" = ( -/turf/open/floor/corsat/squareswood/north, -/area/lv624/ground/caves/sand_temple) -"gBC" = ( -/turf/open/floor/plating/asteroidwarning/west, -/area/lv624/lazarus/landing_zones/lz2) +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) "gBG" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, @@ -8474,17 +8287,17 @@ /obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/dirtgrassborder/east, /area/lv624/ground/river/east_river) -"gBK" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/folder/white{ - pixel_y = 8 - }, -/obj/item/folder/yellow{ - pixel_y = 4 +"gCA" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/whiteblue/north, +/area/lv624/lazarus/medbay) +"gCF" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Nexus Dome Canteen"; + req_access_txt = "100" }, -/obj/item/folder/red, -/turf/open/floor/whiteyellow/east, -/area/lv624/lazarus/corporate_dome) +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) "gDu" = ( /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/colony/west_tcomms_road) @@ -8493,120 +8306,138 @@ /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_west_jungle) -"gDF" = ( -/turf/open/floor/whitebluecorner, -/area/lv624/lazarus/medbay) +"gDV" = ( +/obj/effect/spawner/random/powercell, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "gEn" = ( /obj/structure/flora/jungle/vines/light_1, /obj/structure/flora/jungle/vines/light_2, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) -"gEL" = ( -/obj/item/stack/sheet/wood{ - amount = 2 - }, -/obj/structure/flora/jungle/vines/light_3, -/turf/open/floor/warning/north, -/area/lv624/lazarus/landing_zones/lz2) +"gED" = ( +/obj/item/clothing/suit/armor/yautja_flavor, +/turf/open/floor/strata/grey_multi_tiles, +/area/lv624/ground/caves/sand_temple) "gFm" = ( /obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/grass/grass2, /area/lv624/ground/jungle/north_east_jungle) -"gFn" = ( -/obj/structure/computerframe{ - anchored = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/lv624/lazarus/secure_storage) "gGd" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_central_jungle) +"gGs" = ( +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/research) +"gHp" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/plating/warnplate/north, +/area/lv624/ground/barrens/east_barrens/ceiling) "gHt" = ( /obj/vehicle/train/cargo/trolley, /turf/open/floor, /area/lv624/ground/barrens/containers) -"gHR" = ( -/obj/structure/machinery/door/poddoor/almayer{ - dir = 8; - id = "garage_lv"; - name = "\improper Garage" +"gIa" = ( +/obj/structure/kitchenspike, +/obj/structure/machinery/light/small{ + dir = 8 }, -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) -"gIK" = ( -/obj/structure/machinery/washing_machine, /turf/open/floor/freezerfloor, -/area/lv624/lazarus/toilet) -"gKl" = ( -/obj/effect/decal/cleanable/vomit, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) +/area/lv624/lazarus/kitchen) +"gIE" = ( +/obj/structure/surface/rack, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/item/clothing/shoes/laceup, +/turf/open/floor/whiteblue/northwest, +/area/lv624/lazarus/corporate_dome) +"gIM" = ( +/obj/item/stack/rods, +/obj/item/shard, +/turf/open/floor/whiteyellow/east, +/area/lv624/lazarus/corporate_dome) +"gJf" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = 11; + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/south_central_caves) "gKw" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/gm/dirtgrassborder/east, /area/lv624/ground/jungle/south_central_jungle) -"gLi" = ( -/obj/structure/surface/rack, -/obj/item/stack/sheet/plasteel{ - amount = 10 - }, -/obj/item/stack/sheet/plasteel{ - amount = 10; - pixel_y = 3 - }, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/quartstorage) +"gLw" = ( +/obj/structure/largecrate, +/turf/open/floor/plating/platebot, +/area/lv624/lazarus/robotics) +"gLS" = ( +/turf/open/floor/asteroidwarning/west, +/area/lv624/ground/colony/telecomm/sw_lz2) "gMe" = ( /obj/effect/landmark/nightmare{ insert_tag = "lv-rightsidepass" }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_jungle) -"gMz" = ( -/obj/structure/machinery/bioprinter, -/turf/open/floor/whitebluefull, -/area/lv624/lazarus/medbay) -"gNi" = ( -/obj/structure/machinery/sensortower, -/turf/open/floor/bot/north, -/area/lv624/ground/caves/north_central_caves) +"gMi" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) "gNo" = ( /obj/structure/platform_decoration/mineral/sandstone/runed{ dir = 4 }, /turf/open/floor/sandstone/runed, /area/lv624/ground/caves/sand_temple) -"gPd" = ( -/obj/structure/closet, -/obj/item/storage/fancy/cigarettes/wypacket, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) +"gPp" = ( +/obj/structure/holohoop, +/turf/open/floor/warnwhite/north, +/area/lv624/lazarus/fitness) +"gPr" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/gm/grass/grass1, +/area/lv624/ground/jungle/north_west_jungle) "gPu" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 9 }, /turf/open/gm/dirt, /area/lv624/ground/caves/central_caves) -"gPC" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/plating/platebot, -/area/lv624/lazarus/robotics) "gPN" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, /area/lv624/ground/barrens/south_eastern_barrens) -"gPZ" = ( -/obj/structure/largecrate/random, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/obj/structure/machinery/power/apc/no_power/north, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) "gQr" = ( /turf/open/gm/coast/beachcorner/south_east, /area/lv624/ground/caves/sand_temple) +"gQG" = ( +/obj/structure/fence, +/turf/open/floor/warning/east, +/area/lv624/ground/barrens/containers) +"gQT" = ( +/obj/structure/stairs/perspective{ + color = "#b29082"; + dir = 4; + icon_state = "p_stair_full" + }, +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 1 + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/barrens/south_eastern_barrens) "gRk" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/auto_turf/strata_grass/layer1, @@ -8615,37 +8446,38 @@ /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/gm/dirtgrassborder/north, /area/lv624/ground/barrens/south_eastern_barrens) -"gRu" = ( -/turf/open/gm/dirt/desert3, -/area/lv624/ground/caves/west_caves) "gRx" = ( /turf/open/gm/dirtgrassborder/south, /area/lv624/ground/colony/south_medbay_road) -"gRM" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/trash/cigbutt/cigarbutt, -/obj/structure/machinery/cell_charger, -/obj/item/storage/fancy/cigarettes/wypacket, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/wood, -/area/lv624/lazarus/hop) -"gRV" = ( -/obj/structure/foamed_metal{ - layer = 3.1 +"gSd" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/grille, +/turf/open/floor/plating/warnplate/east, +/area/lv624/ground/river/east_river) +"gSM" = ( +/obj/structure/surface/table/gamblingtable, +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) +"gTi" = ( +/obj/structure/showcase{ + color = "#95948B"; + desc = "A grey statue dawned in ancient armor, it stares into your soul."; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + name = "Eternal guardian" }, -/obj/item/weapon/baseballbat/metal, -/obj/item/device/lightreplacer, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) -"gRY" = ( -/obj/structure/machinery/power/apc/no_power/east, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) -"gSC" = ( -/obj/item/prop/alien/hugger, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) +/obj/item/clothing/suit/armor/yautja_flavor{ + anchored = 1 + }, +/obj/item/clothing/shoes/yautja_flavor{ + anchored = 1 + }, +/obj/item/clothing/mask/yautja_flavor{ + anchored = 1; + unacidable = 0 + }, +/turf/open/floor/corsat/squareswood/north, +/area/lv624/ground/caves/sand_temple) "gTj" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 8 @@ -8657,28 +8489,44 @@ /obj/structure/flora/jungle/vines/light_2, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) -"gTD" = ( -/obj/structure/inflatable, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) +"gTH" = ( +/obj/item/ammo_magazine/smg/mp5, +/obj/item/weapon/gun/smg/mp5, +/turf/open/floor/white, +/area/lv624/lazarus/corporate_dome) "gTM" = ( /obj/structure/platform/mineral/sandstone/runed{ dir = 1 }, /turf/open/gm/dirt, /area/lv624/ground/barrens/south_eastern_barrens) -"gTZ" = ( -/obj/item/clothing/head/welding, -/obj/effect/decal/cleanable/dirt, -/turf/open/gm/dirt, -/area/lv624/ground/jungle/south_west_jungle) +"gUj" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/item/stack/sheet/animalhide/xeno{ + name = "Lurker Hide" + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/caves/sand_temple) "gUq" = ( /turf/open/gm/dirtgrassborder/south, /area/lv624/ground/jungle/south_east_jungle) -"gUZ" = ( -/obj/structure/cargo_container/wy/right, -/turf/open/floor/bot/north, -/area/lv624/ground/barrens/containers) +"gVm" = ( +/obj/item/reagent_container/food/snacks/grown/banana{ + pixel_x = -8 + }, +/obj/structure/surface/rack, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/kitchen) "gVw" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 8 @@ -8691,10 +8539,6 @@ /obj/effect/decal/grass_overlay/grass1/inner, /turf/open/gm/dirt, /area/lv624/ground/caves/east_caves) -"gWn" = ( -/obj/structure/machinery/mecha_part_fabricator, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/robotics) "gWE" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 10 @@ -8705,24 +8549,42 @@ /obj/structure/flora/bush/ausbushes/var3/ywflowers, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) +"gWO" = ( +/turf/open/floor/cult, +/area/lv624/lazarus/armory) +"gXn" = ( +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) "gYs" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/north, /area/lv624/ground/colony/north_nexus_road) +"gYJ" = ( +/obj/structure/flora/jungle/vines/light_2, +/turf/open/floor/warning, +/area/lv624/lazarus/landing_zones/lz1) +"gYL" = ( +/obj/structure/closet/boxinggloves, +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) +"gZg" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/folder, +/obj/item/device/assembly/signaller, +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "gZh" = ( /obj/structure/prop/brazier, /turf/open/gm/dirtgrassborder/east, /area/lv624/ground/caves/sand_temple) -"gZt" = ( -/obj/structure/flora/jungle/vines/light_1, -/turf/open/floor/warning/west, -/area/lv624/lazarus/landing_zones/lz2) -"gZI" = ( -/turf/open/floor/warning/north, -/area/lv624/lazarus/landing_zones/lz1) -"hac" = ( -/turf/open/floor/dark, -/area/lv624/lazarus/comms) +"haj" = ( +/obj/item/folder/red, +/turf/open/floor/redfull/northwest, +/area/lv624/lazarus/security) "han" = ( /obj/item/reagent_container/food/snacks/grown/mushroom/amanita, /turf/open/auto_turf/strata_grass/layer1, @@ -8733,34 +8595,13 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_central_caves) -"hay" = ( -/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) "haN" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) -"haV" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/shard, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) "hba" = ( /turf/open/gm/dirt, /area/lv624/ground/barrens/south_eastern_jungle_barrens) -"hbu" = ( -/obj/item/stack/sheet/metal, -/turf/open/gm/dirt, -/area/lv624/ground/colony/west_tcomms_road) "hbK" = ( /obj/structure/flora/jungle/vines/light_2, /turf/open/gm/grass/grass1, @@ -8772,42 +8613,25 @@ /obj/item/stack/yautja_rope, /turf/open/floor/sandstone/runed, /area/lv624/ground/caves/sand_temple) -"hcq" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = -10 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/south_east_caves) "hcN" = ( /obj/structure/surface/table/reinforced/prison{ color = "#6b675e" }, /turf/open/gm/dirt, /area/lv624/ground/caves/sand_temple) -"hdj" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/surface/table, -/turf/open/floor/white, -/area/lv624/lazarus/research) -"hdm" = ( -/obj/structure/fence, -/turf/open/floor/warning/northwest, -/area/lv624/ground/barrens/containers) -"hdK" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = 6; - pixel_y = -8 +"hdT" = ( +/obj/structure/machinery/power/apc/no_power/south, +/turf/open/floor/asteroidwarning/east, +/area/lv624/ground/colony/telecomm/sw_lz2) +"hed" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/barrens/north_east_barrens) +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) "heC" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 6 @@ -8820,61 +8644,70 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/colony/west_nexus_road) +"hfk" = ( +/turf/open/floor/dark, +/area/lv624/lazarus/quartstorage) "hfX" = ( /obj/effect/decal/remains/xeno, /obj/effect/decal/cleanable/blood/drip, /turf/open/gm/dirt, /area/lv624/lazarus/crashed_ship_containers) +"hgc" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/condiment/saltshaker, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) +"hgn" = ( +/obj/structure/closet{ + density = 0; + icon_state = "open"; + opened = 1 + }, +/obj/structure/window/reinforced/tinted, +/obj/item/clothing/under/colonist, +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = -30 + }, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) "hgt" = ( /obj/structure/flora/bush/ausbushes/grassybush, /obj/structure/flora/jungle/vines/light_1, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) -"hgG" = ( -/obj/structure/closet, -/obj/item/clothing/shoes/mime, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) "hgO" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) -"hgU" = ( -/obj/structure/showcase{ - color = "#95948B"; - desc = "A grey statue dawned in ancient armor, it stares into your soul."; - icon = 'icons/mob/humans/species/r_synthetic.dmi'; - icon_state = "Synthetic_Template"; - name = "Eternal guardian" - }, -/obj/structure/flora/jungle/vines/heavy, -/obj/item/clothing/suit/armor/yautja_flavor{ - anchored = 1 - }, -/obj/item/clothing/shoes/yautja_flavor{ - anchored = 1 - }, -/obj/item/clothing/mask/yautja_flavor{ - anchored = 1; - unacidable = 0 - }, -/turf/open/floor/corsat/squareswood/north, -/area/lv624/ground/caves/sand_temple) "hgY" = ( /obj/effect/landmark/nightmare{ insert_tag = "lv-leftsidepass" }, /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/jungle/west_jungle) +"hhj" = ( +/obj/structure/largecrate/random, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) "hhs" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/west_caves) -"hht" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/airless/asteroidfloor/northeast, -/area/lv624/ground/barrens/north_east_barrens) +"hhZ" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/light/small, +/turf/open/floor/grimy, +/area/lv624/lazarus/captain) "hjl" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/east, @@ -8885,15 +8718,10 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) -"hjY" = ( -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = -30 - }, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) +"hjA" = ( +/obj/item/clothing/suit/storage/hazardvest, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) "hke" = ( /obj/structure/platform/mineral/sandstone/runed, /obj/structure/stairs/perspective{ @@ -8903,24 +8731,30 @@ }, /turf/open/gm/dirt, /area/lv624/ground/barrens/south_eastern_barrens) +"hkk" = ( +/turf/open/floor/whiteyellow/west, +/area/lv624/lazarus/main_hall) +"hkR" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/white, +/area/lv624/lazarus/research) "hkT" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 10 }, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_central_caves) -"hkY" = ( -/obj/structure/surface/rack, -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/effect/spawner/random/toolbox, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) -"hlk" = ( -/turf/open/floor/barber/west, -/area/lv624/lazarus/fitness) +"hls" = ( +/obj/structure/kitchenspike, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/wood/wood_broken, +/area/lv624/ground/caves/north_central_caves) +"hlC" = ( +/obj/structure/flora/jungle/vines/light_3, +/turf/open/floor/warning/southeast, +/area/lv624/lazarus/landing_zones/lz2) "hmq" = ( /obj/structure/flora/bush/ausbushes/ausbush, /obj/effect/decal/grass_overlay/grass1/inner{ @@ -8928,12 +8762,16 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/south_west_caves) -"hmw" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/turf/open/floor/plating/warnplate/north, -/area/lv624/ground/barrens/east_barrens/ceiling) +"hmF" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/whiteblue/west, +/area/lv624/lazarus/medbay) +"hmI" = ( +/obj/structure/barricade/wooden, +/obj/structure/flora/jungle/vines/light_2, +/turf/open/floor/warning/north, +/area/lv624/lazarus/landing_zones/lz1) "hmJ" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 8 @@ -8944,25 +8782,46 @@ /obj/structure/flora/jungle/planttop1, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_jungle) -"hmX" = ( -/obj/structure/surface/table, -/obj/item/clothing/gloves/botanic_leather, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) +"hnJ" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/floor/corsat/squareswood/north, +/area/lv624/ground/caves/sand_temple) "hnX" = ( /obj/structure/flora/jungle/vines/light_3, /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/dirtgrassborder/west, /area/lv624/ground/jungle/west_central_jungle) -"hpQ" = ( -/turf/open/floor/loadingarea/east, -/area/lv624/lazarus/quartstorage) -"hpS" = ( -/obj/structure/machinery/light/small{ - dir = 1 +"hoS" = ( +/obj/structure/surface/table/reinforced{ + dir = 8; + flipped = 1 }, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) +/obj/effect/decal/remains/human, +/turf/open/floor/plating/warnplate/west, +/area/lv624/ground/barrens/central_barrens) +"hpk" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/whiteyellowcorner/west, +/area/lv624/lazarus/corporate_dome) +"hpp" = ( +/obj/effect/decal/remains/human, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/research) +"hpP" = ( +/obj/structure/window/reinforced/tinted, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/obj/effect/landmark/crap_item, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/toilet) +"hqv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/landmark/crap_item, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) "hqQ" = ( /obj/structure/flora/bush/ausbushes/var3/sunnybush, /turf/open/gm/grass/grass1, @@ -8972,78 +8831,61 @@ /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/gm/dirtgrassborder/north, /area/lv624/ground/caves/sand_temple) -"hro" = ( -/obj/structure/stairs/perspective{ - dir = 4; - icon_state = "p_stair_full" +"hri" = ( +/obj/structure/showcase{ + desc = "A stand with a plastic display of some kind of weird machine."; + icon_state = "coinpress0" }, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/wood, +/area/lv624/lazarus/main_hall) "hrG" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/gm/dirt, /area/lv624/ground/river/central_river) -"hrN" = ( -/obj/structure/filingcabinet/security{ - desc = "A large cabinet with hard copy security records."; - name = "Security Records" - }, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/redcorner/north, -/area/lv624/lazarus/security) -"hrS" = ( -/obj/item/clothing/under/colonist, -/turf/open/floor/white, -/area/lv624/lazarus/medbay) "hsc" = ( /turf/closed/wall/r_wall, /area/lv624/ground/river/central_river) -"hsf" = ( -/obj/structure/machinery/cm_vending/sorted/tech/tool_storage, -/turf/open/floor/vault2, -/area/lv624/lazarus/robotics) -"hte" = ( -/obj/item/toy/beach_ball, -/turf/open/floor/barber/west, -/area/lv624/lazarus/fitness) +"hsR" = ( +/obj/structure/bookcase, +/obj/item/bananapeel, +/obj/item/book/manual/research_and_development, +/obj/item/book/manual/security_space_law, +/turf/open/floor/wood, +/area/lv624/lazarus/hop) +"htr" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Corporate Liaison" + }, +/turf/open/floor/white, +/area/lv624/lazarus/corporate_dome) "huH" = ( /obj/structure/flora/jungle/planttop1, /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/west_central_jungle) -"hva" = ( -/obj/structure/showcase{ - color = "#95948B"; - desc = "A grey statue dawned in ancient armor, it stares into your soul."; - icon = 'icons/mob/humans/species/r_synthetic.dmi'; - icon_state = "Synthetic_Template"; - name = "Eternal guardian" - }, -/obj/item/weapon/sword{ - layer = 3.1; - pixel_x = 6; - pixel_y = 7 - }, -/obj/item/clothing/suit/armor/yautja_flavor{ - anchored = 1 - }, -/obj/item/clothing/shoes/yautja_flavor{ - anchored = 1 - }, -/turf/open/floor/strata/grey_multi_tiles, -/area/lv624/ground/caves/sand_temple) -"hwy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed/chair/office/light{ - dir = 8 +"hwg" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 8; + id = "garage_lv"; + name = "\improper Garage" }, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) +/turf/open/floor/dark, +/area/lv624/lazarus/corporate_dome) +"hwt" = ( +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/whiteblue/north, +/area/lv624/lazarus/medbay) "hwR" = ( /turf/open/gm/coast/east, /area/lv624/ground/river/central_river) +"hxs" = ( +/turf/open/floor/warnwhite/east, +/area/lv624/lazarus/fitness) "hxt" = ( /obj/structure/surface/table/reinforced/prison{ color = "#6b675e" @@ -9053,10 +8895,6 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/sand_temple) -"hxu" = ( -/obj/structure/bed/sofa/vert/grey/bot, -/turf/open/floor/whiteyellow/southeast, -/area/lv624/lazarus/corporate_dome) "hxL" = ( /obj/effect/landmark/hunter_primary, /obj/structure/flora/grass/tallgrass/jungle/corner{ @@ -9064,10 +8902,37 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_central_jungle) +"hxN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/almayer/command/colony{ + locked = 1; + name = "\improper Nexus Dome Marshal's Quarters"; + req_access_txt = "100" + }, +/turf/open/floor/cult, +/area/lv624/lazarus/captain) "hxP" = ( /obj/effect/decal/remains/xeno, /turf/open/gm/grass/grass1, /area/lv624/ground/barrens/south_eastern_jungle_barrens) +"hyi" = ( +/obj/structure/flora/pottedplant, +/obj/item/trash/cheesie, +/obj/structure/pipes/vents/pump, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) +"hyj" = ( +/obj/item/stack/medical/ointment, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/whiteblue/north, +/area/lv624/lazarus/medbay) +"hyz" = ( +/turf/open/floor/delivery, +/area/lv624/lazarus/engineering) "hyF" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/decal/grass_overlay/grass1{ @@ -9079,60 +8944,45 @@ /obj/effect/landmark/hunter_primary, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_central_jungle) -"hzs" = ( -/obj/structure/surface/table, -/obj/item/stack/rods{ - amount = 40 - }, -/obj/effect/spawner/random/tech_supply, +"hzl" = ( /turf/open/floor/plating/warnplate/north, /area/lv624/ground/barrens/east_barrens/ceiling) -"hzu" = ( -/obj/structure/machinery/chem_dispenser, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) "hzR" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_membrane, /turf/open/gm/dirt, /area/lv624/ground/caves/south_central_caves) +"hAh" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/floor/plating/warnplate/northwest, +/area/lv624/ground/river/central_river) +"hAl" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) +"hBs" = ( +/obj/item/trash/cheesie, +/turf/open/floor/wood/wood_broken4, +/area/lv624/lazarus/hop) "hBL" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_membrane, /obj/effect/landmark/structure_spawner/setup/distress/xeno_membrane, /turf/open/gm/dirt, /area/lv624/ground/caves/central_caves) -"hBZ" = ( -/obj/structure/bed/chair/office/light, -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/whiteblue, -/area/lv624/lazarus/corporate_dome) -"hCc" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - locked = 1; - name = "\improper Corporation Dome"; - req_access_txt = "100" - }, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"hCD" = ( -/obj/structure/surface/table, -/obj/item/clothing/head/chefhat, -/obj/structure/machinery/light/small{ +"hBO" = ( +/obj/structure/cargo_container/wy/right, +/turf/open/floor/bot/north, +/area/lv624/ground/barrens/containers) +"hCd" = ( +/obj/structure/closet/wardrobe, +/obj/structure/machinery/light{ dir = 8 }, -/obj/item/tool/kitchen/rollingpin, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/kitchen) -"hDb" = ( -/obj/structure/disposalpipe/broken{ - dir = 1 - }, -/obj/structure/grille, -/turf/open/floor/plating/warnplate/west, -/area/lv624/ground/river/central_river) +/turf/open/floor/whiteblue/west, +/area/lv624/lazarus/medbay) +"hDR" = ( +/obj/structure/machinery/vending/security, +/turf/open/floor/red/east, +/area/lv624/lazarus/security) "hDX" = ( /obj/effect/decal/remains/xeno, /turf/open/gm/dirt, @@ -9145,46 +8995,83 @@ /obj/structure/flora/jungle/vines/light_2, /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/jungle/north_west_jungle) +"hEm" = ( +/obj/structure/bed/chair/comfy/beige, +/turf/open/floor/whiteyellowcorner/east, +/area/lv624/lazarus/corporate_dome) "hEu" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/west, /area/lv624/ground/colony/west_nexus_road) +"hEH" = ( +/obj/item/device/analyzer, +/turf/open/floor/redyellowfull, +/area/lv624/ground/barrens/west_barrens/ceiling) +"hEY" = ( +/obj/structure/machinery/medical_pod/sleeper, +/turf/open/floor/whitebluefull, +/area/lv624/lazarus/medbay) +"hFi" = ( +/obj/structure/lattice{ + layer = 2.9 + }, +/obj/structure/platform, +/obj/structure/machinery/power/reactor/colony, +/turf/open/floor/plating/warnplate/southeast, +/area/lv624/lazarus/engineering) +"hFm" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/vault2, +/area/lv624/lazarus/robotics) +"hFo" = ( +/obj/structure/disposalpipe/junction, +/obj/structure/grille, +/turf/open/floor/plating/warnplate/west, +/area/lv624/ground/river/west_river) "hFO" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, /area/lv624/ground/colony/north_tcomms_road) -"hGd" = ( -/obj/structure/window/framed/colony, -/turf/open/floor/bar, -/area/lv624/lazarus/kitchen) -"hGi" = ( -/obj/structure/surface/table/reinforced{ - dir = 1; - flipped = 1 - }, -/obj/item/ammo_casing, -/turf/open/floor/plating/warnplate/north, -/area/lv624/ground/barrens/central_barrens) +"hFS" = ( +/obj/structure/machinery/fermenter, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) "hGN" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, /area/lv624/ground/jungle/south_central_jungle) -"hGQ" = ( -/turf/open/floor/asteroidwarning/east, -/area/lv624/ground/colony/telecomm/cargo) "hHc" = ( /obj/structure/window/framed/colony/reinforced, /obj/structure/foamed_metal, /turf/open/floor/plating, /area/lv624/lazarus/engineering) +"hHi" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/surface/table, +/turf/open/floor/white, +/area/lv624/lazarus/research) +"hHk" = ( +/obj/structure/surface/rack, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) "hHA" = ( /obj/structure/flora/jungle/vines/light_3, /turf/closed/wall/r_wall, /area/lv624/lazarus/landing_zones/lz2) -"hHM" = ( -/obj/structure/barricade/wooden, -/obj/effect/landmark/crap_item, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) +"hHL" = ( +/obj/structure/machinery/colony_floodlight_switch{ + pixel_y = 30 + }, +/obj/item/device/assembly/voice, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "hHR" = ( /turf/closed/wall/rock/brown, /area/lv624/ground/barrens/east_barrens) @@ -9197,18 +9084,22 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_west_jungle) +"hIz" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) "hJa" = ( /obj/structure/cargo_container/lockmart/left, /turf/open/floor, /area/lv624/ground/barrens/containers) +"hJL" = ( +/obj/structure/closet, +/obj/item/clothing/glasses/sunglasses, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) "hJW" = ( /turf/open/gm/dirtgrassborder/south, /area/lv624/ground/jungle/north_jungle) -"hKd" = ( -/obj/structure/grille, -/obj/effect/landmark/lv624/fog_blocker, -/turf/open/floor/plating/warnplate/east, -/area/lv624/ground/river/east_river) "hKk" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 6 @@ -9219,57 +9110,18 @@ /obj/effect/decal/grass_overlay/grass1/inner, /turf/open/gm/dirt, /area/lv624/ground/caves/north_west_caves) -"hLk" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "Hydroponics" - }, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) -"hLp" = ( -/obj/structure/surface/rack, -/obj/item/explosive/grenade/incendiary/molotov{ - pixel_x = -5; - pixel_y = -1 - }, -/obj/item/ammo_magazine/shotgun/buckshot{ - pixel_x = 6; - pixel_y = -2 +"hKT" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/stack/sheet/metal{ + amount = 30; + pixel_x = 4; + pixel_y = 4 }, /turf/open/floor/vault2/west, /area/lv624/lazarus/quartstorage) "hLu" = ( /turf/open/gm/dirtgrassborder/south, /area/lv624/ground/jungle/south_central_jungle) -"hLz" = ( -/obj/structure/bed, -/obj/structure/pipes/vents/pump{ - dir = 4 - }, -/obj/effect/landmark/good_item, -/turf/open/floor/grimy, -/area/lv624/lazarus/captain) -"hLI" = ( -/obj/structure/showcase{ - color = "#95948B"; - desc = "A grey statue dawned in ancient armor, it stares into your soul."; - icon = 'icons/mob/humans/species/r_synthetic.dmi'; - icon_state = "Synthetic_Template"; - name = "Eternal guardian" - }, -/obj/item/weapon/sword{ - layer = 3.1; - pixel_x = -6; - pixel_y = 7 - }, -/obj/item/clothing/mask/yautja_flavor{ - anchored = 1; - unacidable = 0 - }, -/obj/item/clothing/shoes/yautja_flavor{ - anchored = 1 - }, -/turf/open/floor/strata/grey_multi_tiles, -/area/lv624/ground/caves/sand_temple) "hMr" = ( /obj/structure/surface/rack{ color = "#6b675e"; @@ -9288,25 +9140,10 @@ }, /turf/open/gm/grass/grass2, /area/lv624/ground/jungle/north_east_jungle) -"hMJ" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/almayer/command/colony{ - locked = 1; - name = "\improper Nexus Dome Marshal's Quarters"; - req_access_txt = "100" - }, -/turf/open/floor/cult, -/area/lv624/lazarus/captain) "hNq" = ( /obj/structure/platform/mineral/sandstone/runed, /turf/open/gm/dirt, /area/lv624/ground/caves/sand_temple) -"hNr" = ( -/obj/effect/decal/cleanable/blood/oil/streak, -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) "hNR" = ( /obj/structure/surface/rack, /obj/item/clothing/under/colonist, @@ -9316,46 +9153,79 @@ /obj/item/reagent_container/food/snacks/grown/mushroom/plumphelmet, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/central_caves) -"hOH" = ( -/turf/open/floor/warningcorner/north, -/area/lv624/lazarus/landing_zones/lz1) -"hPi" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ +"hOd" = ( +/obj/structure/stairs/perspective{ + color = "#b29082"; + icon_state = "p_stair_ew_full_cap"; + layer = 3.5 + }, +/obj/structure/platform/mineral/sandstone/runed{ + dir = 1 + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/caves/sand_temple) +"hOv" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) +"hOE" = ( +/obj/structure/disposalpipe/segment{ dir = 1; - name = "\improper Nexus Dome"; - req_access_txt = "100" + icon_state = "pipe-c" }, -/turf/open/floor/whiteyellowcorner/east, +/obj/structure/grille, +/turf/open/floor/plating/warnplate/east, +/area/lv624/ground/river/east_river) +"hOJ" = ( +/turf/open/floor/plating/warnplate/southeast, +/area/lv624/ground/barrens/east_barrens/ceiling) +"hOX" = ( +/obj/item/handset{ + desc = "A model of an ancient Earth communication device."; + force = 8 + }, +/obj/structure/surface/rack, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/open/floor/wood, /area/lv624/lazarus/main_hall) +"hPz" = ( +/obj/structure/machinery/bioprinter{ + stored_metal = 1000 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating/platebot, +/area/lv624/lazarus/robotics) +"hPB" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/door/window/westright{ + dir = 2; + layer = 2.9 + }, +/turf/open/floor/white, +/area/lv624/lazarus/corporate_dome) "hPV" = ( /obj/effect/decal/remains/xeno{ pixel_x = 31 }, /turf/open/floor/sandstone/runed, /area/lv624/ground/caves/sand_temple) -"hQk" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 - }, -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/rods, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) -"hQw" = ( -/obj/item/trash/cheesie, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"hQU" = ( -/obj/structure/cargo_container/wy/mid, -/turf/open/floor/plating/platebotc, -/area/lv624/lazarus/quartstorage/outdoors) -"hRx" = ( -/turf/open/floor/warnwhite/northwest, -/area/lv624/lazarus/fitness) +"hQC" = ( +/obj/effect/landmark/xeno_hive_spawn, +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/floor/plating/asteroidwarning/east, +/area/lv624/lazarus/landing_zones/lz2) +"hQZ" = ( +/turf/open/floor/asteroidplating, +/area/lv624/ground/caves/north_central_caves) "hRB" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/decal/grass_overlay/grass1{ @@ -9367,14 +9237,6 @@ /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/grass/grass1, /area/lv624/ground/colony/west_tcomms_road) -"hRJ" = ( -/obj/structure/surface/table/reinforced{ - flipped = 1 - }, -/obj/effect/decal/remains/human, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/plating/warnplate, -/area/lv624/ground/barrens/central_barrens) "hRS" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/gm/grass/grass1, @@ -9386,25 +9248,40 @@ /obj/effect/landmark/hunter_secondary, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) +"hSA" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/trash/chips, +/obj/structure/phone_base/colony_net/rotary{ + phone_category = "Lazarus Landing"; + phone_color = "blue"; + phone_id = "Director's Office" + }, +/turf/open/floor/wood, +/area/lv624/lazarus/hop) "hSE" = ( /obj/effect/landmark/monkey_spawn, /turf/open/gm/dirt, /area/lv624/ground/jungle/east_central_jungle) +"hTb" = ( +/obj/structure/machinery/shower{ + dir = 8 + }, +/obj/effect/glowshroom, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/toilet) "hTs" = ( -/obj/structure/bed, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) +/obj/structure/platform_decoration, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"hTM" = ( +/obj/structure/machinery/smartfridge, +/turf/open/floor/barber/west, +/area/lv624/lazarus/kitchen) "hTR" = ( /obj/structure/flora/bush/ausbushes/var3/ywflowers, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_east_caves) -"hTT" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) "hUs" = ( /turf/open/gm/grass/grass2, /area/lv624/ground/jungle/south_west_jungle) @@ -9412,33 +9289,59 @@ /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, /area/lv624/ground/caves/sand_temple) -"hVp" = ( -/obj/structure/machinery/light/small, -/turf/open/floor/vault2, -/area/lv624/lazarus/robotics) +"hVD" = ( +/obj/structure/stairs/perspective{ + color = "#6b675e"; + dir = 6; + icon_state = "p_stair_full" + }, +/turf/open/floor/corsat/squareswood/north, +/area/lv624/ground/caves/sand_temple) "hWj" = ( /turf/open/gm/coast/beachcorner/south_east, /area/lv624/ground/river/east_river) -"hWZ" = ( -/obj/structure/flora/bush/ausbushes/var3/ywflowers, -/turf/open/gm/river, -/area/lv624/ground/river/central_river) -"hXF" = ( -/turf/open/floor/white, -/area/lv624/lazarus/medbay) -"hXG" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ +"hWP" = ( +/obj/structure/machinery/light/small, +/obj/structure/bed/chair{ dir = 4 }, -/obj/structure/machinery/light/small{ +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) +"hWX" = ( +/obj/structure/machinery/portable_atmospherics/powered/scrubber, +/turf/open/floor/plating/warnplate, +/area/lv624/ground/barrens/east_barrens/ceiling) +"hWZ" = ( +/obj/structure/flora/bush/ausbushes/var3/ywflowers, +/turf/open/gm/river, +/area/lv624/ground/river/central_river) +"hXp" = ( +/obj/structure/machinery/power/terminal{ + dir = 1 + }, +/obj/item/clothing/gloves/yellow, +/turf/open/floor/platebot, +/area/lv624/lazarus/engineering) +"hXr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/kitchen) -"hXJ" = ( -/obj/structure/window_frame/colony, -/turf/open/floor/plating/platebotc, -/area/lv624/lazarus/quartstorage/outdoors) +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/grimy, +/area/lv624/lazarus/hop) +"hYg" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = 6; + pixel_y = -8 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/east_caves) +"hZk" = ( +/turf/open/gm/dirt/desert_dug, +/area/lv624/ground/barrens/central_barrens) "hZn" = ( /obj/item/stack/sheet/metal{ pixel_x = 6; @@ -9459,6 +9362,9 @@ }, /turf/open/gm/dirtgrassborder/west, /area/lv624/ground/jungle/east_jungle) +"iaF" = ( +/turf/open/floor/plating/platebot, +/area/lv624/lazarus/engineering) "ibS" = ( /obj/structure/flora/jungle/vines/light_2, /obj/structure/flora/jungle/vines/heavy, @@ -9468,21 +9374,31 @@ /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/central_caves) -"idk" = ( +"ice" = ( /obj/structure/stairs/perspective{ - color = "#6b675e"; - dir = 4; + color = "#b29082"; + dir = 6; icon_state = "p_stair_full" }, -/obj/structure/platform_decoration/mineral/sandstone/runed{ +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/caves/sand_temple) +"ick" = ( +/obj/item/tool/crowbar, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) +"idy" = ( +/obj/structure/surface/rack, +/obj/structure/machinery/light{ dir = 4 }, +/obj/effect/spawner/random/toolbox, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/caves/sand_temple) -"idI" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/loadingarea/west, -/area/lv624/lazarus/landing_zones/lz1) +/area/lv624/lazarus/quart) +"iet" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) "ieH" = ( /obj/item/stack/sheet/wood{ amount = 2 @@ -9490,6 +9406,30 @@ /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/grass/grass1, /area/lv624/lazarus/landing_zones/lz1) +"ieO" = ( +/obj/structure/stairs/perspective{ + color = "#6b675e"; + dir = 5; + icon_state = "p_stair_full" + }, +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/platform/mineral/sandstone/runed{ + dir = 8 + }, +/turf/open/floor/strata/grey_multi_tiles, +/area/lv624/ground/caves/sand_temple) +"iff" = ( +/obj/structure/stairs/perspective{ + color = "#6b675e"; + dir = 4; + icon_state = "p_stair_full" + }, +/turf/open/shuttle/red, +/area/lv624/ground/caves/sand_temple) +"ifh" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/warning/northwest, +/area/lv624/lazarus/landing_zones/lz2) "ifk" = ( /obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/gm/grass/grass1, @@ -9498,13 +9438,6 @@ /obj/structure/flora/bush/ausbushes/pointybush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/east_caves) -"ifC" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/item/device/flashlight{ - pixel_y = 5 - }, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) "ifF" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, /area/lv624/ground/jungle/south_east_jungle) @@ -9515,19 +9448,26 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/central_jungle) -"igj" = ( -/turf/open/floor/whiteyellowcorner/east, -/area/lv624/lazarus/corporate_dome) +"igA" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/technology_scanner, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) "igN" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/decal/grass_overlay/grass1, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) -"igO" = ( -/obj/item/trash/cheesie, -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) +"igP" = ( +/obj/structure/coatrack, +/turf/open/floor/grimy, +/area/lv624/lazarus/captain) +"ihN" = ( +/obj/item/tool/crowbar, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/main_hall) "ihS" = ( /obj/structure/surface/table, /obj/item/reagent_container/food/drinks/cans/lemon_lime{ @@ -9539,49 +9479,25 @@ }, /turf/open/gm/dirt, /area/lv624/ground/jungle/east_jungle) -"iif" = ( -/obj/structure/surface/rack, -/obj/item/stack/sheet/mineral/diamond{ - amount = 2 - }, -/turf/open/floor/vault2/west, -/area/lv624/ground/barrens/north_east_barrens/ceiling) -"iil" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) "iiK" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/landmark/queen_spawn, /turf/open/gm/dirt, /area/lv624/ground/caves/east_caves) -"ije" = ( -/obj/structure/closet, -/obj/structure/window/reinforced/tinted{ - dir = 1 - }, -/obj/item/device/healthanalyzer, -/obj/item/clothing/shoes/centcom, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) -"ijF" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = -5; - pixel_y = -5 +"ijQ" = ( +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) +"ijS" = ( +/obj/structure/stairs/perspective{ + color = "#b29082"; + dir = 4; + icon_state = "p_stair_full" }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/south_west_caves) -"ikg" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/paper_bin/wy{ - pixel_y = 8 +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 4 }, -/obj/item/tool/pen/clicky, -/turf/open/floor/whitebluecorner, -/area/lv624/lazarus/corporate_dome) +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/barrens/south_eastern_barrens) "ikA" = ( /obj/item/reagent_container/food/snacks/grown/mushroom/chanterelle, /turf/open/auto_turf/strata_grass/layer1, @@ -9593,15 +9509,6 @@ /obj/structure/flora/jungle/planttop1, /turf/open/floor/plating, /area/lv624/lazarus/corporate_dome) -"ilv" = ( -/obj/structure/foamed_metal, -/obj/structure/flora/jungle/vines/light_2, -/turf/open/floor/plating/warnplate, -/area/lv624/lazarus/engineering) -"ilw" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/bot/north, -/area/lv624/lazarus/quartstorage) "ilF" = ( /obj/item/reagent_container/food/snacks/grown/mushroom/plumphelmet{ pixel_x = 8 @@ -9609,52 +9516,94 @@ /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_west_caves) -"ilV" = ( +"imQ" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/costume/butler, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) +"inb" = ( +/obj/item/stool, +/turf/open/floor/plating/platebot, +/area/lv624/lazarus/robotics) +"inc" = ( /turf/open/floor/dark, -/area/lv624/lazarus/quartstorage/outdoors) -"inn" = ( -/turf/open/floor/plating/warnplate/southwest, -/area/lv624/ground/barrens/east_barrens/ceiling) -"inJ" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, +/area/lv624/ground/barrens/north_east_barrens/ceiling) +"inu" = ( +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_3_1" + }, /turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"inN" = ( -/obj/structure/prop/mech/parts/gygax_torso, -/turf/open/floor/vault2, -/area/lv624/lazarus/robotics) -"ioz" = ( -/obj/structure/flora/jungle/vines/heavy, -/turf/open/floor/warning/southeast, -/area/lv624/lazarus/landing_zones/lz1) +/area/lv624/lazarus/corporate_dome) +"inv" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) +"inS" = ( +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) +"inW" = ( +/obj/structure/surface/table, +/obj/item/storage/box/masks{ + pixel_x = -4 + }, +/obj/item/storage/box/syringes{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/floor/whitebluefull, +/area/lv624/lazarus/medbay) +"ioe" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/floor/wood/wood_broken, +/area/lv624/ground/jungle/west_jungle/ceiling) +"ioj" = ( +/obj/structure/window/framed/colony/reinforced, +/turf/open/floor/plating/platebotc, +/area/lv624/lazarus/canteen) "ioC" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, /area/lv624/ground/jungle/east_jungle) -"ipq" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/gm/grass/grass1, -/area/lv624/ground/jungle/north_west_jungle) -"iqU" = ( -/obj/structure/girder/displaced, -/turf/open/gm/dirt, -/area/lv624/ground/jungle/south_central_jungle) -"irx" = ( -/obj/structure/noticeboard{ - pixel_y = 30 +"ipL" = ( +/obj/structure/closet{ + density = 0; + icon_state = "open"; + opened = 1 + }, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) +"ipO" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + locked = 1; + name = "\improper Corporate Liaison" }, /turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"isv" = ( -/obj/structure/surface/rack, -/obj/effect/landmark/crap_item, -/obj/effect/landmark/crap_item, -/obj/item/clothing/suit/armor/vest/security, -/turf/open/floor/cult, -/area/lv624/lazarus/armory) +/area/lv624/lazarus/corporate_dome) +"irr" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = -10 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/central_caves) "isF" = ( /obj/effect/landmark/hunter_primary, /turf/open/gm/dirt, /area/lv624/ground/caves/south_west_caves) +"isI" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/surface/table, +/obj/item/weapon/gun/revolver/spearhead, +/obj/item/ammo_magazine/revolver/spearhead, +/obj/item/ammo_magazine/revolver/spearhead, +/obj/item/ammo_magazine/revolver/spearhead, +/turf/open/floor/red/northeast, +/area/lv624/lazarus/security) "isJ" = ( /obj/structure/surface/table, /obj/item/storage/beer_pack{ @@ -9669,22 +9618,13 @@ /obj/structure/flora/bush/ausbushes/palebush, /turf/open/gm/dirt, /area/lv624/ground/caves/north_east_caves) -"itv" = ( -/obj/structure/closet, -/obj/item/clothing/shoes/laceup, -/obj/item/stack/medical/advanced/ointment, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) "itN" = ( -/obj/item/frame/table, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"iud" = ( -/turf/open/gm/dirt/desert0, -/area/lv624/ground/barrens/east_barrens) +/obj/structure/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/platebot, +/area/lv624/lazarus/engineering) "iuf" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/decal/grass_overlay/grass1/inner{ @@ -9692,6 +9632,15 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) +"iup" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/barber/west, +/area/lv624/lazarus/kitchen) +"iuJ" = ( +/obj/structure/largecrate, +/turf/open/floor/vault2/west, +/area/lv624/lazarus/quartstorage) "ivl" = ( /obj/structure/flora/jungle/vines/light_2, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, @@ -9700,54 +9649,22 @@ /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, /area/lv624/ground/caves/sand_temple) +"ivD" = ( +/turf/open/floor/whiteyellowcorner/west, +/area/lv624/lazarus/main_hall) "iwh" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/south, /area/lv624/ground/colony/north_nexus_road) -"ixn" = ( -/obj/structure/closet{ - density = 0; - icon_state = "open"; - opened = 1 - }, -/obj/item/device/flashlight, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = -30 - }, -/obj/item/clothing/under/colonist, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) -"ixw" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - pixel_x = -1; - pixel_y = 1 - }, +"iwm" = ( +/obj/structure/surface/rack, +/obj/item/ammo_magazine/shotgun/buckshot, /obj/effect/decal/cleanable/dirt, -/obj/item/shard, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) -"ixy" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "cargospecial1" - }, -/turf/open/floor/vault, -/area/lv624/lazarus/quartstorage) -"ixZ" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_y = 30 - }, -/turf/open/floor/grimy, -/area/lv624/lazarus/captain) +/turf/open/floor/greengrid, +/area/lv624/lazarus/secure_storage) +"ixr" = ( +/turf/open/floor/white, +/area/lv624/lazarus/research) "iye" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 8 @@ -9760,22 +9677,35 @@ /obj/effect/landmark/corpsespawner/doctor, /turf/open/gm/dirt, /area/lv624/ground/caves/east_caves) -"iyY" = ( -/turf/open/floor/loadingarea/west, +"iyB" = ( +/obj/structure/prop/tower, +/turf/open/floor/bot/north, /area/lv624/lazarus/landing_zones/lz1) +"iyK" = ( +/obj/structure/machinery/constructable_frame{ + icon_state = "box_1" + }, +/turf/open/floor/vault2, +/area/lv624/lazarus/robotics) "izh" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/gm/dirt, /area/lv624/ground/caves/central_caves) -"izz" = ( -/obj/structure/disposalpipe/junction, -/obj/structure/grille{ - density = 0; - icon_state = "brokengrille" +"izm" = ( +/obj/structure/bed/chair{ + dir = 1 }, -/turf/open/floor/plating/warnplate/west, -/area/lv624/ground/river/west_river) +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) +"izn" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/colony{ + name = "\improper Communications Dome"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor/delivery, +/area/lv624/lazarus/engineering) "izX" = ( /obj/structure/surface/table/reinforced/prison{ color = "#6b675e" @@ -9790,6 +9720,12 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/sand_temple) +"iAo" = ( +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/kitchen) +"iAq" = ( +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) "iAA" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 9 @@ -9802,85 +9738,53 @@ "iBy" = ( /turf/open/gm/dirtgrassborder/east, /area/lv624/ground/jungle/east_jungle) -"iCL" = ( -/obj/structure/largecrate/random, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) +"iCc" = ( +/obj/structure/inflatable/door, +/turf/open/floor/redyellowfull, +/area/lv624/ground/barrens/west_barrens/ceiling) "iCN" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/south, /area/lv624/ground/colony/west_nexus_road) -"iCU" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/structure/machinery/newscaster{ - pixel_x = -30 - }, -/obj/structure/machinery/photocopier{ - pixel_y = 12 - }, -/obj/item/tool/wrench, -/turf/open/floor/wood, -/area/lv624/lazarus/hop) -"iCW" = ( -/turf/open/floor/plating/warnplate/east, -/area/lv624/lazarus/robotics) -"iCY" = ( -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/kitchen) -"iDa" = ( -/obj/structure/platform_decoration{ - dir = 8 - }, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) -"iDD" = ( -/turf/open/floor/whitebluecorner/north, -/area/lv624/lazarus/corporate_dome) +"iDO" = ( +/turf/open/floor/plating/warnplate, +/area/lv624/ground/barrens/central_barrens) "iDX" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_membrane, /obj/effect/landmark/structure_spawner/setup/distress/xeno_membrane, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_central_caves) -"iEb" = ( -/obj/effect/decal/remains/xeno, -/turf/open/floor/cult, -/area/lv624/ground/caves/south_west_caves) -"iEs" = ( -/obj/item/stack/sheet/wood{ - amount = 2 - }, +"iDY" = ( +/obj/structure/foamed_metal, /obj/structure/flora/jungle/vines/heavy, -/obj/structure/flora/jungle/vines/light_2, -/turf/open/floor/warning/north, -/area/lv624/lazarus/landing_zones/lz1) -"iFn" = ( -/obj/item/hunting_trap{ - desc = "A bizarre alien device used for trapping and killing prey."; - name = "Alien Mine" +/turf/open/floor/delivery, +/area/lv624/lazarus/engineering) +"iFf" = ( +/obj/structure/machinery/shower{ + dir = 4 }, -/obj/structure/stairs/perspective{ - color = "#b29082"; - dir = 8; - icon_state = "p_stair_full" +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/toilet) +"iFG" = ( +/obj/structure/machinery/recharge_station, +/obj/structure/window/reinforced{ + dir = 8 }, /turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/caves/south_east_caves) -"iFF" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/red/north, -/area/lv624/lazarus/security) +/area/lv624/lazarus/quart) +"iFY" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) "iGf" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/west_caves) +"iGk" = ( +/turf/open/floor/warnwhite/west, +/area/lv624/lazarus/fitness) "iGn" = ( /obj/effect/landmark/hunter_primary, /turf/open/gm/grass/grass1, @@ -9890,38 +9794,43 @@ /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/west_caves) "iGU" = ( -/turf/open/gm/dirt/desert3, -/area/lv624/ground/barrens/east_barrens) -"iHN" = ( -/obj/item/weapon/sword{ - pixel_x = 6; - pixel_y = 7 - }, -/obj/structure/showcase{ - color = "#95948B"; - desc = "A grey statue dawned in ancient armor, it stares into your soul."; - dir = 1; - icon = 'icons/mob/humans/species/r_synthetic.dmi'; - icon_state = "Synthetic_Template"; - name = "Eternal guardian" +/obj/structure/machinery/light{ + dir = 8 }, -/obj/item/clothing/suit/armor/yautja_flavor{ - anchored = 1 +/obj/structure/surface/table, +/obj/item/trash/cheesie, +/obj/effect/landmark/crap_item, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) +"iGW" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/floor/plating/warnplate/northwest, +/area/lv624/ground/river/west_river) +"iHx" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + locked = 1; + name = "\improper Corporation Dome"; + req_access_txt = "100" }, -/turf/open/floor/strata/grey_multi_tiles, -/area/lv624/ground/caves/sand_temple) +/turf/open/floor/white, +/area/lv624/lazarus/corporate_dome) "iHQ" = ( /obj/structure/xenoautopsy/tank/broken, /turf/open/gm/dirt, /area/lv624/lazarus/crashed_ship_containers) -"iHR" = ( -/obj/structure/machinery/chem_master/condimaster, -/obj/structure/surface/table, -/turf/open/floor/barber/west, -/area/lv624/lazarus/kitchen) -"iIf" = ( -/obj/item/prop/alien/hugger, -/turf/open/floor/whitepurple/northeast, +"iIu" = ( +/obj/structure/machinery/door/poddoor/almayer{ + id = "science_blast"; + layer = 3.3; + name = "\improper Science Wing Blast Door" + }, +/obj/structure/machinery/door/airlock/almayer/research/colony{ + dir = 1; + locked = 1; + name = "\improper Research Dome"; + req_access_txt = "100" + }, +/turf/open/floor/white, /area/lv624/lazarus/research) "iIB" = ( /turf/closed/wall/strata_ice/jungle, @@ -9933,6 +9842,10 @@ /obj/structure/flora/jungle/vines/light_1, /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/jungle/south_central_jungle) +"iJm" = ( +/obj/structure/machinery/cm_vending/sorted/tech/robotics, +/turf/open/floor/plating/platebot, +/area/lv624/lazarus/robotics) "iJs" = ( /turf/open/gm/dirtgrassborder/north, /area/lv624/ground/barrens/south_eastern_jungle_barrens) @@ -9943,21 +9856,27 @@ "iJJ" = ( /turf/open/gm/grass/grass2, /area/lv624/ground/barrens/south_eastern_jungle_barrens) -"iJP" = ( -/obj/structure/bed, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) "iJW" = ( -/obj/structure/machinery/power/terminal{ - dir = 1 +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = 11; + pixel_y = -2 }, -/obj/item/clothing/gloves/yellow, -/turf/open/floor/platebot, -/area/lv624/lazarus/engineering) -"iLc" = ( -/obj/effect/decal/remains/human, -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/west_caves) +"iKS" = ( +/obj/structure/machinery/door/window/westleft, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) +"iLh" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/mineral/tritium{ + pixel_x = -4 + }, +/turf/open/floor/vault2/west, +/area/lv624/ground/barrens/north_east_barrens/ceiling) "iLL" = ( /obj/effect/decal/remains/human, /turf/open/gm/dirt, @@ -9972,33 +9891,43 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_west_jungle) -"iMa" = ( -/obj/structure/machinery/vending/snack, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/whiteblue/southwest, -/area/lv624/lazarus/corporate_dome) -"iMd" = ( -/obj/structure/foamed_metal{ - layer = 3.1 - }, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) -"iMD" = ( -/obj/structure/surface/table, -/obj/item/stack/medical/ointment, -/obj/effect/spawner/random/toolbox, -/turf/open/floor/plating/warnplate/east, -/area/lv624/ground/barrens/east_barrens/ceiling) -"iNv" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/colony{ - name = "\improper Communications Dome"; +"iMc" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + density = 0; + dir = 1; + icon_state = "door_open"; + name = "\improper Storage Dome"; req_access_txt = "100"; req_one_access = null }, -/turf/open/floor/delivery, -/area/lv624/lazarus/engineering) +/turf/open/floor/white, +/area/lv624/lazarus/quartstorage) +"iMs" = ( +/turf/open/floor/asteroidfloor/north, +/area/lv624/ground/colony/telecomm/sw_lz2) +"iMQ" = ( +/obj/item/clothing/mask/gas, +/turf/open/floor/vault2, +/area/lv624/lazarus/robotics) +"iNg" = ( +/obj/structure/lamarr{ + density = 0; + destroyed = 1; + icon_state = "labcageb0"; + occupied = 0 + }, +/obj/structure/sign/kiddieplaque{ + pixel_x = 32 + }, +/obj/item/shard, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) +"iNh" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor/warningcorner/north, +/area/lv624/lazarus/landing_zones/lz1) "iNB" = ( /obj/structure/ore_box, /turf/open/gm/dirt, @@ -10007,86 +9936,84 @@ /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/north_west_caves) -"iNP" = ( -/turf/open/floor/warning/east, -/area/lv624/lazarus/landing_zones/lz1) -"iOk" = ( -/turf/open/gm/dirtgrassborder/desert0, -/area/lv624/ground/barrens/south_eastern_barrens) -"iOy" = ( -/turf/open/floor/asteroidfloor/north, -/area/lv624/ground/colony/telecomm/cargo) +"iOw" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + density = 0; + icon_state = "door_open"; + name = "\improper Nexus Cargo Storage"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) "iOz" = ( /obj/structure/barricade/handrail/strata{ dir = 4 }, /turf/open/gm/dirtgrassborder/east, /area/lv624/ground/barrens/south_eastern_barrens) +"iOU" = ( +/obj/structure/machinery/atm{ + name = "Weyland-Yutani Automatic Teller Machine"; + pixel_x = -30 + }, +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) "iOX" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 8 }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) -"iOY" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) "iPB" = ( /obj/structure/flora/bush/ausbushes/pointybush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) -"iPC" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/structure/machinery/light{ +"iPK" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/clothing/glasses/sunglasses, +/obj/item/trash/cheesie, +/obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/turf/open/floor/whiteblue/northeast, -/area/lv624/lazarus/corporate_dome) -"iPF" = ( -/obj/structure/stairs/perspective{ - color = "#b29082"; - dir = 8; - icon_state = "p_stair_full" +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/wood, +/area/lv624/lazarus/hop) +"iPO" = ( +/obj/structure/grille{ + density = 0; + icon_state = "brokengrille" }, -/obj/structure/platform_decoration/mineral/sandstone/runed{ - dir = 8 +/obj/structure/foamed_metal{ + layer = 3.1 }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/barrens/south_eastern_barrens) -"iQP" = ( -/obj/structure/barricade/wooden{ - dir = 1; - pixel_y = 7 +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) +"iQc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair/office/light{ + dir = 1 }, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"iQX" = ( -/obj/structure/grille, -/turf/open/floor/plating/warnplate/west, -/area/lv624/ground/river/west_river) +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) "iRb" = ( /obj/effect/landmark/monkey_spawn, /turf/open/gm/grass/grass2, /area/lv624/ground/barrens/south_eastern_jungle_barrens) +"iRp" = ( +/obj/item/stack/sheet/wood{ + amount = 2 + }, +/obj/structure/flora/jungle/vines/light_3, +/turf/open/floor/warning/north, +/area/lv624/lazarus/landing_zones/lz2) "iSg" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/central_jungle) -"iTv" = ( -/obj/structure/surface/rack, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/greengrid, -/area/lv624/lazarus/secure_storage) -"iTz" = ( -/obj/item/tool/shovel, -/turf/open/floor/redyellowfull, -/area/lv624/ground/barrens/west_barrens/ceiling) +"iSS" = ( +/turf/open/gm/dirt/desert0, +/area/lv624/ground/barrens/west_barrens) "iTQ" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, @@ -10095,6 +10022,11 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/central_caves) +"iTW" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) "iUm" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /turf/open/gm/grass/grass1, @@ -10102,29 +10034,13 @@ "iUF" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, /area/lv624/ground/jungle/south_central_jungle) -"iUJ" = ( -/obj/structure/surface/table, -/obj/effect/landmark/crap_item, -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) "iWC" = ( /obj/structure/machinery/colony_floodlight, /turf/open/gm/dirt, /area/lv624/ground/barrens/south_eastern_barrens) -"iWZ" = ( -/obj/structure/machinery/still, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) "iXj" = ( /turf/closed/wall, /area/lv624/ground/barrens/east_barrens/ceiling) -"iXt" = ( -/obj/structure/flora/jungle/vines/light_2, -/turf/open/floor/warning, -/area/lv624/lazarus/landing_zones/lz1) "iXz" = ( /turf/open/gm/coast/beachcorner/south_west, /area/lv624/ground/barrens/west_barrens) @@ -10132,31 +10048,23 @@ /obj/structure/fence, /turf/open/gm/dirtgrassborder/east, /area/lv624/ground/colony/west_nexus_road) +"iXU" = ( +/obj/item/shard, +/obj/item/stack/rods, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) "iXX" = ( /obj/item/reagent_container/food/snacks/grown/mushroom/angel, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/north_west_caves) -"iYd" = ( -/turf/open/floor/plating/warnplate/northeast, -/area/lv624/lazarus/engineering) -"iYD" = ( -/turf/open/floor/plating/asteroidfloor/north, -/area/lv624/ground/river/central_river) "iYJ" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/gm/grass/grass1, /area/lv624/ground/colony/west_tcomms_road) -"iYM" = ( -/obj/structure/stairs/perspective{ - color = "#b29082"; - icon_state = "p_stair_ew_full_cap"; - layer = 3.5 - }, -/obj/structure/platform/mineral/sandstone/runed{ - dir = 1 - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/barrens/south_eastern_barrens) +"iZm" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/floor/warning, +/area/lv624/lazarus/landing_zones/lz2) "iZG" = ( /obj/effect/landmark/crap_item, /turf/open/gm/dirt, @@ -10166,24 +10074,26 @@ /obj/structure/flora/jungle/vines/light_1, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) -"jac" = ( -/obj/structure/foamed_metal, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) "jas" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, /area/lv624/ground/caves/sand_temple) -"jat" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/item/tool/candle, -/obj/item/stack/sheet/metal{ - amount = 30; - pixel_x = 4; - pixel_y = 4 +"jaC" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/jungle/south_west_jungle/ceiling) +"jaE" = ( +/obj/structure/stairs/perspective{ + color = "#6b675e"; + dir = 1; + icon_state = "p_stair_full" }, -/turf/open/floor/carpet/bcarpet01, -/area/lv624/ground/caves/north_central_caves) +/obj/structure/flora/jungle/vines/heavy, +/turf/open/floor/corsat/squareswood/north, +/area/lv624/ground/caves/sand_temple) +"jaH" = ( +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/toilet) "jbd" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/gm/grass/grass1, @@ -10194,59 +10104,48 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_jungle) -"jbN" = ( -/turf/open/floor/asteroidplating, -/area/lv624/ground/caves/north_central_caves) -"jbR" = ( -/obj/structure/machinery/vending/cigarette/colony, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"jcb" = ( -/turf/open/floor/whitegreencorner, -/area/lv624/lazarus/main_hall) -"jck" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "cargospecial2" - }, -/turf/open/floor/dark, -/area/lv624/lazarus/quartstorage) "jcn" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 8 }, /turf/open/gm/dirt, /area/lv624/ground/caves/central_caves) -"jcF" = ( -/obj/structure/stairs/perspective{ - color = "#b29082"; - dir = 8; - icon_state = "p_stair_full" - }, -/obj/structure/platform_decoration/mineral/sandstone/runed, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/barrens/south_eastern_barrens) -"jcS" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/floor/wood, -/area/lv624/lazarus/hop) +"jcU" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/floor/plating/warnplate/southeast, +/area/lv624/ground/river/central_river) +"jdb" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/redyellowfull, +/area/lv624/ground/barrens/west_barrens/ceiling) "jdi" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/flora/jungle/vines/light_3, /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) +"jdj" = ( +/obj/structure/stairs/perspective{ + color = "#6b675e"; + dir = 4; + icon_state = "p_stair_full" + }, +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 1 + }, +/turf/open/shuttle/red, +/area/lv624/ground/caves/sand_temple) "jeL" = ( /turf/closed/wall/r_wall, /area/lv624/ground/caves/north_central_caves) -"jfy" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"jfI" = ( -/turf/open/gm/dirt/desert1, -/area/lv624/ground/barrens/south_eastern_barrens) +"jeN" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/shovel, +/obj/item/stack/sheet/wood{ + amount = 16 + }, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) "jga" = ( /turf/open/gm/river, /area/lv624/ground/jungle/west_jungle) @@ -10263,30 +10162,19 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/central_caves) -"jgz" = ( -/turf/open/floor/whiteyellow/east, -/area/lv624/lazarus/main_hall) "jgJ" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, /area/lv624/ground/colony/south_nexus_road) -"jgT" = ( -/obj/item/tool/crowbar, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/main_hall) -"jgW" = ( -/obj/structure/stairs/perspective{ - color = "#b29082"; - dir = 8; - icon_state = "p_stair_ew_full_cap"; - layer = 3.5 - }, -/obj/structure/platform/mineral/sandstone/runed{ - dir = 1 - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/caves/sand_temple) +"jhf" = ( +/obj/structure/bookcase, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/engineering_guide, +/obj/item/book/manual/engineering_hacking, +/obj/item/book/manual/atmospipes, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "jhj" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, @@ -10294,35 +10182,36 @@ /obj/effect/decal/grass_overlay/grass1/inner, /turf/open/gm/dirt, /area/lv624/ground/caves/east_caves) +"jhv" = ( +/turf/open/floor/warningcorner/north, +/area/lv624/lazarus/landing_zones/lz1) +"jhC" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/whiteblue/southeast, +/area/lv624/lazarus/medbay) "jhG" = ( /obj/structure/barricade/handrail/strata{ dir = 8 }, /turf/open/gm/dirtgrassborder/west, /area/lv624/ground/barrens/south_eastern_barrens) -"jhY" = ( -/obj/structure/machinery/colony_floodlight, -/turf/open/floor/plating/warnplate/southwest, -/area/lv624/ground/barrens/central_barrens) "jic" = ( /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/dirt, /area/lv624/ground/barrens/south_eastern_barrens) -"jih" = ( -/obj/structure/cargo_container/wy/mid, -/turf/open/floor/bot/north, -/area/lv624/ground/barrens/containers) "jik" = ( /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/jungle/east_jungle) -"jkr" = ( -/obj/structure/target, -/turf/open/floor/red/northwest, -/area/lv624/lazarus/security) -"jkw" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, -/area/lv624/ground/jungle/west_jungle) +"jkf" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/floor/warning/east, +/area/lv624/lazarus/landing_zones/lz1) +"jkV" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/kitchen) "jlh" = ( /obj/structure/machinery/colony_floodlight, /turf/open/gm/dirt, @@ -10333,16 +10222,33 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/south_east_caves) -"jmc" = ( +"jlR" = ( /obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" + dir = 4 }, /turf/open/floor/plating/warnplate, /area/lv624/ground/barrens/east_barrens/ceiling) -"jmI" = ( -/turf/open/floor/whiteyellow/west, -/area/lv624/lazarus/corporate_dome) +"jmA" = ( +/obj/structure/reagent_dispensers/water_cooler/stacks, +/obj/structure/reagent_dispensers/water_cooler{ + pixel_x = -12 + }, +/turf/open/floor/vault2/west, +/area/lv624/lazarus/quartstorage) +"jmL" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/plating/warnplate/northwest, +/area/lv624/lazarus/engineering) +"jmW" = ( +/obj/structure/machinery/door/airlock/almayer/research/colony{ + density = 0; + icon_state = "door_open"; + name = "\improper Research Dome"; + opacity = 0; + req_access_txt = "100" + }, +/turf/open/floor/white, +/area/lv624/lazarus/research) "jnG" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony{ dir = 1; @@ -10356,16 +10262,6 @@ /obj/effect/landmark/crap_item, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_jungle) -"jpd" = ( -/obj/structure/surface/table/reinforced{ - flipped = 1 - }, -/turf/open/floor/plating/warnplate, -/area/lv624/ground/barrens/central_barrens) -"jpQ" = ( -/obj/structure/machinery/colony_floodlight, -/turf/open/floor/plating/warnplate/northeast, -/area/lv624/ground/barrens/central_barrens) "jpX" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/decal/grass_overlay/grass1{ @@ -10373,10 +10269,6 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/south_central_caves) -"jqh" = ( -/obj/structure/machinery/power/apc/no_power/west, -/turf/open/floor/vault, -/area/lv624/lazarus/quartstorage) "jqr" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, @@ -10385,69 +10277,66 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) -"jrO" = ( -/obj/item/stack/sheet/wood{ - amount = 2 - }, -/turf/open/floor/bot/north, -/area/lv624/lazarus/landing_zones/lz1) +"jrb" = ( +/obj/item/tool/wrench, +/turf/open/floor/plating, +/area/lv624/lazarus/secure_storage) "jrT" = ( -/obj/structure/cargo_container/seegson/mid, -/turf/open/floor/plating/platebotc, -/area/lv624/lazarus/quartstorage/outdoors) +/obj/structure/machinery/shower{ + pixel_y = 16 + }, +/obj/effect/landmark/monkey_spawn, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/research) "jsd" = ( /obj/structure/flora/jungle/vines/light_2, /turf/open/gm/grass/grass1, /area/lv624/lazarus/landing_zones/lz2) +"jse" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/grimy, +/area/lv624/lazarus/captain) +"jsU" = ( +/obj/structure/stairs/perspective{ + color = "#b29082"; + icon_state = "p_stair_full" + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/caves/sand_temple) "jtg" = ( /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/gm/grass/grass1, /area/lv624/lazarus/landing_zones/lz1) -"jtu" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/device/megaphone, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +"juY" = ( +/obj/structure/bed, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/obj/effect/landmark/good_item, /turf/open/floor/grimy, /area/lv624/lazarus/captain) -"jtx" = ( -/obj/structure/closet/radiation, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = -30 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) -"juO" = ( -/obj/structure/bed/stool, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) -"juW" = ( -/obj/structure/flora/bush/ausbushes/lavendergrass, -/turf/open/gm/grass/grass1, -/area/lv624/ground/colony/west_tcomms_road) "jvl" = ( /obj/structure/cargo_container/lockmart/mid, /turf/open/floor, /area/lv624/ground/barrens/containers) -"jvI" = ( -/turf/open/floor/plating/warnplate/east, -/area/lv624/lazarus/engineering) +"jvE" = ( +/turf/open/gm/dirt/desert0, +/area/lv624/ground/river/east_river) "jvQ" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 8 }, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) -"jwt" = ( -/obj/structure/surface/table/reinforced{ - dir = 4; - flipped = 1 - }, -/turf/open/floor/plating/warnplate/east, -/area/lv624/ground/barrens/central_barrens) +"jvS" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/dark, +/area/lv624/lazarus/comms) "jxw" = ( /obj/structure/surface/table/reinforced/prison{ color = "#6b675e" @@ -10465,46 +10354,53 @@ /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/gm/grass/grass1, /area/lv624/ground/barrens/south_eastern_barrens) -"jyo" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/warning/northwest, -/area/lv624/lazarus/landing_zones/lz2) -"jzE" = ( +"jyh" = ( +/obj/structure/machinery/status_display{ + pixel_y = -32 + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) +"jyG" = ( /obj/structure/surface/rack, -/obj/item/ammo_magazine/shotgun/buckshot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/greengrid, -/area/lv624/lazarus/secure_storage) -"jzM" = ( -/obj/structure/bed/chair/office/dark, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) +/turf/open/floor/vault2/west, +/area/lv624/lazarus/quartstorage) +"jyI" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/megaphone, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/grimy, +/area/lv624/lazarus/captain) +"jzf" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/whiteblue/north, +/area/lv624/lazarus/medbay) +"jzg" = ( +/turf/open/floor/asteroidwarning/northeast, +/area/lv624/ground/colony/telecomm/sw_lz2) +"jzq" = ( +/obj/structure/closet, +/obj/item/clothing/under/rank/scientist, +/obj/structure/window/reinforced/tinted, +/obj/item/stack/medical/advanced/bruise_pack, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) +"jzu" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/floor/warning/east, +/area/lv624/lazarus/landing_zones/lz2) "jzZ" = ( /obj/structure/flora/jungle/vines/light_2, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) -"jAb" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = 4 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/west_caves) -"jAc" = ( -/obj/item/stack/rods, -/obj/effect/decal/cleanable/dirt, -/turf/open/gm/dirt, -/area/lv624/lazarus/secure_storage) -"jAm" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) +"jAh" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) "jAo" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, /obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, @@ -10516,18 +10412,24 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_east_caves) -"jBR" = ( -/obj/structure/showcase, -/obj/structure/window/reinforced{ - dir = 1 +"jBt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 }, -/obj/structure/window/reinforced, +/obj/effect/landmark/crap_item, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/kitchen) +"jBu" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/newscaster{ + pixel_x = -30 + }, +/obj/structure/machinery/photocopier{ + pixel_y = 12 + }, +/obj/item/tool/wrench, /turf/open/floor/wood, -/area/lv624/lazarus/main_hall) -"jCn" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/gm/dirt, -/area/lv624/ground/jungle/west_jungle) +/area/lv624/lazarus/hop) "jCO" = ( /obj/item/reagent_container/food/snacks/grown/mushroom/plumphelmet{ pixel_x = 8; @@ -10535,6 +10437,23 @@ }, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_west_caves) +"jDk" = ( +/turf/open/floor/wood/wood_broken4, +/area/lv624/ground/caves/north_central_caves) +"jDJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/monitor, +/obj/item/ashtray/glass{ + pixel_x = 3; + pixel_y = 15 + }, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"jDW" = ( +/obj/structure/barricade/wooden, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/floor/warning/north, +/area/lv624/lazarus/landing_zones/lz2) "jDY" = ( /obj/effect/decal/cleanable/blood/gibs/xeno/limb, /turf/open/gm/dirt, @@ -10550,19 +10469,38 @@ /obj/effect/landmark/hunter_primary, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_jungle) +"jGh" = ( +/obj/structure/machinery/deployable/barrier, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/cult, +/area/lv624/lazarus/armory) "jGo" = ( /obj/structure/girder, /obj/structure/foamed_metal, /turf/open/gm/dirt, /area/lv624/lazarus/crashed_ship_containers) -"jGp" = ( -/obj/effect/landmark/hunter_secondary, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) "jGs" = ( /obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/gm/dirt, /area/lv624/ground/jungle/south_west_jungle/ceiling) +"jGG" = ( +/obj/structure/showcase{ + color = "#95948B"; + desc = "A grey statue dawned in ancient armor, it stares into your soul."; + dir = 1; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + name = "Eternal guardian" + }, +/obj/structure/flora/jungle/vines/heavy, +/obj/item/clothing/suit/armor/yautja_flavor{ + anchored = 1 + }, +/obj/item/clothing/shoes/yautja_flavor{ + anchored = 1 + }, +/turf/open/floor/corsat/squareswood/north, +/area/lv624/ground/caves/sand_temple) "jGU" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 1 @@ -10578,9 +10516,6 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_west_jungle) -"jHD" = ( -/turf/open/floor/plating/platebotc, -/area/lv624/lazarus/quartstorage/outdoors) "jHN" = ( /turf/open/gm/grass/grass1, /area/lv624/ground/colony/south_medbay_road) @@ -10595,42 +10530,39 @@ /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/central_jungle) -"jIl" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = -10; - pixel_y = -2 +"jIP" = ( +/obj/structure/stairs/perspective{ + color = "#b29082"; + icon_state = "p_stair_ew_full_cap"; + layer = 3.5 }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/south_east_caves) +/obj/structure/platform/mineral/sandstone/runed{ + dir = 1 + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/barrens/south_eastern_barrens) "jJg" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_east_caves) -"jJi" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) "jKc" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 10 }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_west_caves) +"jKp" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/item/ammo_magazine/rifle/nsg23{ + current_rounds = 0 + }, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) "jKu" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, /area/lv624/ground/jungle/west_central_jungle) -"jKJ" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/grimy, -/area/lv624/lazarus/hop) "jLc" = ( /obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/coast/beachcorner/north_east, @@ -10638,29 +10570,12 @@ "jLv" = ( /turf/open/gm/coast/beachcorner2/south_west, /area/lv624/ground/barrens/east_barrens) -"jLA" = ( -/obj/structure/bed, -/obj/item/bedsheet/medical, -/turf/open/floor/whitebluefull, -/area/lv624/lazarus/medbay) "jLD" = ( /obj/effect/landmark/nightmare{ insert_tag = "maintemple" }, /turf/open/gm/river, /area/lv624/ground/river/central_river) -"jLO" = ( -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_y = 30 - }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/floor/grimy, -/area/lv624/lazarus/hop) "jLR" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/dirtgrassborder/south, @@ -10671,6 +10586,18 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_west_caves) +"jMo" = ( +/obj/structure/machinery/sensortower, +/turf/open/floor/bot/north, +/area/lv624/ground/caves/north_central_caves) +"jMB" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Nexus Dome"; + req_access_txt = "100" + }, +/turf/open/floor/whiteyellowcorner/east, +/area/lv624/lazarus/main_hall) "jMD" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 6 @@ -10682,46 +10609,19 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/gm/dirt, /area/lv624/ground/caves/south_east_caves) -"jNa" = ( -/obj/structure/showcase{ - desc = "An ancient, dusty tomb with strange alien writing. It's best not to touch it."; - icon_state = "yaut"; - name = "alien sarcophagus" - }, -/turf/open/floor/corsat/squareswood/north, -/area/lv624/ground/caves/sand_temple) -"jNd" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) -"jNk" = ( -/obj/effect/landmark/lv624/fog_blocker, -/turf/open/floor/plating/warnplate/southeast, -/area/lv624/ground/river/east_river) -"jNl" = ( -/obj/structure/machinery/requests_console{ - pixel_x = 30 - }, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/kitchen) -"jOl" = ( -/obj/item/trash/candy, -/obj/structure/machinery/power/apc/power/north, -/obj/structure/machinery/door_control{ - id = "secure_outer_blast"; - name = "Secure Outer Doors"; - pixel_x = 25; - pixel_y = -5 +"jNY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 }, -/turf/open/floor/wood, -/area/lv624/lazarus/hop) -"jOv" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/structure/machinery/light/small{ - dir = 8 +/mob/living/simple_animal/corgi/puppy{ + desc = "It's a corgi puppy. MISTER WIGGLES!! HE IS THE GREATEST!"; + name = "\improper Mister Wiggles" }, -/turf/open/floor/plating/asteroidfloor/north, -/area/lv624/lazarus/corporate_dome) +/turf/open/floor/grimy, +/area/lv624/lazarus/captain) +"jPU" = ( +/turf/open/gm/dirtgrassborder/desert0, +/area/lv624/ground/barrens/south_eastern_barrens) "jQj" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/flora/bush/ausbushes/var3/sunnybush, @@ -10730,18 +10630,28 @@ "jQJ" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, /area/lv624/ground/jungle/east_central_jungle) -"jRi" = ( +"jQR" = ( /obj/structure/largecrate/random, -/turf/open/floor/vault2, -/area/lv624/lazarus/robotics) +/obj/item/storage/fancy/crayons{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/plating/asteroidfloor/north, +/area/lv624/lazarus/corporate_dome) "jRm" = ( /turf/open/gm/dirt, /area/lv624/ground/colony/north_nexus_road) -"jRG" = ( -/obj/structure/bed, -/obj/item/bedsheet/purple, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) +"jRo" = ( +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_6_1" + }, +/obj/item/ammo_magazine/smg/mp5, +/turf/open/floor/white, +/area/lv624/lazarus/corporate_dome) +"jRu" = ( +/obj/item/reagent_container/glass/bucket, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) "jRJ" = ( /obj/effect/decal/cleanable/blood/xeno, /turf/open/gm/dirt, @@ -10751,15 +10661,6 @@ /obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/dirt, /area/lv624/ground/river/east_river) -"jRZ" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = -10 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/north_west_caves) "jSp" = ( /obj/structure/showcase{ color = "#95948B"; @@ -10782,82 +10683,66 @@ }, /turf/open/floor/sandstone/runed, /area/lv624/ground/barrens/south_eastern_barrens) -"jSY" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) "jTm" = ( /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/central_jungle) -"jTC" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/wood/wood_broken6, -/area/lv624/ground/caves/north_central_caves) -"jTI" = ( -/turf/open/floor/cult, -/area/lv624/ground/caves/east_caves) "jTP" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/gm/dirt, /area/lv624/ground/barrens/west_barrens) -"jUr" = ( -/obj/structure/machinery/cm_vending/sorted/medical/no_access, -/turf/open/floor/whiteblue, -/area/lv624/lazarus/medbay) -"jUs" = ( -/obj/structure/machinery/floodlight/landing, -/turf/open/floor/mech_bay_recharge_floor/shuttle_landing_lights, -/area/lv624/lazarus/landing_zones/lz2) -"jUH" = ( -/obj/structure/machinery/computer3, -/turf/open/floor/plating/warnplate/north, -/area/lv624/ground/barrens/east_barrens/ceiling) -"jVO" = ( -/obj/effect/landmark/good_item, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) +"jUW" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/dark, +/area/lv624/lazarus/corporate_dome) +"jVS" = ( +/obj/structure/foamed_metal, +/obj/structure/flora/jungle/vines/light_2, +/turf/open/floor/plating/warnplate, +/area/lv624/lazarus/engineering) +"jWm" = ( +/obj/structure/stairs/perspective{ + color = "#b29082"; + dir = 8; + icon_state = "p_stair_full" + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/barrens/south_eastern_barrens) +"jWs" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/floor/warning/northwest, +/area/lv624/lazarus/landing_zones/lz1) +"jWD" = ( +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/dirt, +/turf/open/gm/dirt, +/area/lv624/lazarus/secure_storage) "jWM" = ( /obj/structure/girder, /turf/closed/shuttle{ icon_state = "wall3" }, /area/lv624/lazarus/crashed_ship_containers) -"jWN" = ( -/obj/structure/barricade/wooden, +"jXz" = ( +/obj/structure/foamed_metal, /obj/structure/flora/jungle/vines/heavy, -/turf/open/floor/warning/north, -/area/lv624/lazarus/landing_zones/lz1) -"jWP" = ( -/obj/structure/flora/bush/ausbushes/var3/leafybush, -/turf/open/gm/dirt, -/area/lv624/ground/jungle/west_jungle) -"jXs" = ( -/obj/item/reagent_container/glass/bucket/mopbucket, -/obj/item/tool/mop, -/obj/item/tool/mop, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) +/turf/open/floor/plating/warnplate, +/area/lv624/lazarus/engineering) "jXT" = ( /turf/open/gm/dirtgrassborder/east, /area/lv624/ground/jungle/north_east_jungle) -"jYs" = ( +"jXV" = ( /obj/structure/surface/table/woodentable/poor, -/obj/item/device/flashlight/lantern{ - pixel_x = 1; - pixel_y = 9 - }, -/turf/open/floor/carpet/bcarpet09, +/obj/item/device/flashlight/lantern, +/obj/structure/barricade/sandbags/wired, +/obj/item/weapon/baseballbat/metal, +/turf/open/floor/wood/wood_broken6, /area/lv624/ground/caves/north_central_caves) -"jYE" = ( -/obj/structure/fence, -/turf/open/floor/warning/west, -/area/lv624/ground/barrens/containers) +"jYl" = ( +/turf/open/floor/red/northeast, +/area/lv624/lazarus/security) "jZL" = ( /obj/effect/landmark/monkey_spawn, /turf/open/gm/grass/grass1, @@ -10870,44 +10755,80 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/central_caves) +"jZZ" = ( +/turf/open/floor/chapel/north, +/area/lv624/lazarus/chapel) "kae" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 10 }, /turf/open/gm/dirt, /area/lv624/ground/barrens/north_east_barrens) -"kbD" = ( -/turf/open/floor/warnwhite/west, -/area/lv624/lazarus/fitness) -"kcf" = ( -/obj/structure/machinery/power/port_gen/pacman/super, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) -"kcC" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - name = "\improper Nexus Dome Canteen"; - req_access_txt = "100"; - req_one_access = null +"kaF" = ( +/obj/effect/decal/remains/xeno, +/turf/open/floor/cult, +/area/lv624/ground/caves/east_caves) +"kbf" = ( +/obj/structure/machinery/shower{ + dir = 4 }, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/toilet) +"kbw" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 7 + }, +/turf/open/floor/white, +/area/lv624/lazarus/corporate_dome) +"kcp" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/flora/jungle/vines/light_3, +/turf/open/floor/warning, +/area/lv624/lazarus/landing_zones/lz2) "kcP" = ( /obj/effect/landmark/lv624/fog_blocker, /turf/closed/wall/rock/brown, /area/lv624/ground/river/west_river) +"kcW" = ( +/obj/structure/showcase{ + color = "#95948B"; + desc = "A grey statue dawned in ancient armor, it stares into your soul."; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + name = "Eternal guardian" + }, +/obj/structure/flora/jungle/vines/heavy, +/obj/item/clothing/suit/armor/yautja_flavor{ + anchored = 1 + }, +/obj/item/clothing/shoes/yautja_flavor{ + anchored = 1 + }, +/obj/item/clothing/mask/yautja_flavor{ + anchored = 1; + unacidable = 0 + }, +/turf/open/floor/corsat/squareswood/north, +/area/lv624/ground/caves/sand_temple) "kdj" = ( /obj/structure/flora/bush/ausbushes/pointybush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_central_caves) -"keK" = ( +"kdM" = ( +/obj/structure/machinery/power/apc/no_power/east, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) +"kdW" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/item/reagent_container/hypospray/autoinjector/tricord, /obj/structure/surface/rack, -/obj/item/tool/crowbar, -/obj/item/reagent_container/glass/bucket{ - pixel_y = -3 - }, -/obj/item/reagent_container/glass/bucket, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) +/obj/item/reagent_container/hypospray/autoinjector/tricord, +/obj/effect/landmark/crap_item, +/obj/effect/landmark/crap_item, +/obj/item/clothing/suit/armor/vest/security, +/turf/open/floor/cult, +/area/lv624/lazarus/armory) "keS" = ( /turf/open/floor/plating, /area/lv624/ground/barrens/east_barrens/ceiling) @@ -10919,31 +10840,27 @@ /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/river, /area/lv624/ground/river/central_river) -"khB" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) -"kik" = ( -/obj/structure/surface/table, -/obj/structure/machinery/chem_dispenser/soda{ - pixel_y = 22 - }, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/barber/west, -/area/lv624/lazarus/kitchen) +"kgB" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) +"kgS" = ( +/turf/open/floor/warning/northwest, +/area/lv624/lazarus/landing_zones/lz1) "kip" = ( /obj/structure/flora/grass/tallgrass/jungle, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) -"kjg" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/grown/tomato, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/barber/west, -/area/lv624/lazarus/kitchen) +"kix" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/mineral/gold{ + amount = 2 + }, +/obj/item/stack/sheet/mineral/platinum{ + pixel_x = -6 + }, +/turf/open/floor/vault2/west, +/area/lv624/ground/barrens/north_east_barrens/ceiling) "kjp" = ( /obj/structure/flora/grass/tallgrass/jungle, /turf/open/gm/grass/grass1, @@ -10955,27 +10872,37 @@ /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, /area/lv624/ground/jungle/east_jungle) -"kkP" = ( -/obj/structure/largecrate/random, -/turf/open/floor/bot/north, -/area/lv624/lazarus/landing_zones/lz1) -"kkV" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/paper_bin/wy{ - pixel_y = 8 - }, -/obj/item/tool/pen/clicky, -/obj/item/tool/pen/red/clicky{ - pixel_y = 6 +"kkB" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/machinery/door_control{ + id = "science_blast"; + name = "Science Wing Lockdown"; + pixel_x = 25 }, -/turf/open/floor/whiteyellow/northeast, -/area/lv624/lazarus/corporate_dome) +/obj/effect/landmark/crap_item, +/turf/open/floor/white, +/area/lv624/lazarus/research) "klD" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 6 }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_west_caves) +"klL" = ( +/obj/structure/closet/crate/hydroponics/prespawned, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) +"klY" = ( +/obj/structure/surface/rack, +/obj/item/clothing/glasses/regular, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) +"kmm" = ( +/obj/effect/landmark/crap_item, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/wood/wood_broken3, +/area/lv624/ground/caves/north_central_caves) "kmH" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 9 @@ -10986,47 +10913,46 @@ /obj/item/stool, /turf/open/gm/dirt, /area/lv624/ground/caves/sand_temple) -"kmZ" = ( -/turf/open/floor/loadingarea/north, -/area/lv624/lazarus/landing_zones/lz1) "knd" = ( /turf/open/gm/coast/west, /area/lv624/ground/jungle/west_jungle) -"kng" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/obj/structure/stairs/perspective{ - color = "#b29082"; - dir = 4; - icon_state = "p_stair_full" - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/caves/south_east_caves) "knp" = ( /obj/structure/flora/jungle/plantbot1, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_central_jungle) +"knA" = ( +/turf/open/floor/whiteyellow, +/area/lv624/lazarus/main_hall) +"kof" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) "koh" = ( /obj/structure/flora/jungle/vines/light_2, /turf/open/gm/dirt, /area/lv624/ground/colony/north_tcomms_road) +"kos" = ( +/obj/item/stack/medical/advanced/bruise_pack, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) "koM" = ( /obj/structure/flora/bush/ausbushes/var3/sunnybush, /turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, /area/lv624/ground/barrens/south_eastern_jungle_barrens) -"kpf" = ( -/obj/structure/machinery/vending/snack, -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) +"koZ" = ( +/obj/structure/machinery/body_scanconsole, +/turf/open/floor/whitebluefull, +/area/lv624/lazarus/medbay) +"kpc" = ( +/obj/structure/bed/sofa/vert/grey/top, +/turf/open/floor/whiteyellow/east, +/area/lv624/lazarus/corporate_dome) "kpx" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 5 }, /turf/open/gm/dirt, /area/lv624/ground/barrens/north_east_barrens) -"kpD" = ( -/obj/structure/flora/bush/ausbushes/var3/ywflowers, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/jungle/south_west_jungle/ceiling) "kqx" = ( /obj/structure/flora/jungle/plantbot1, /obj/structure/flora/jungle/vines/light_3, @@ -11036,16 +10962,6 @@ /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/dirt, /area/lv624/ground/caves/sand_temple) -"krr" = ( -/turf/open/floor/whitebluecorner/east, -/area/lv624/lazarus/medbay) -"krN" = ( -/obj/structure/morgue/sarcophagus, -/obj/item/weapon/twohanded/yautja/glaive/damaged{ - name = "damaged war glaive" - }, -/turf/open/floor/corsat/squareswood/north, -/area/lv624/ground/caves/sand_temple) "ksc" = ( /obj/structure/flora/bush/ausbushes/var3/sunnybush{ icon_state = "fernybush_2"; @@ -11057,6 +10973,15 @@ /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, /area/lv624/ground/caves/sand_temple) +"kta" = ( +/obj/structure/closet/coffin, +/turf/open/floor/chapel/west, +/area/lv624/lazarus/chapel) +"ktb" = ( +/obj/structure/bed, +/obj/item/bedsheet/hos, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) "ktf" = ( /obj/structure/barricade/handrail/strata{ dir = 1 @@ -11072,9 +10997,34 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_east_caves) -"kuh" = ( -/turf/open/floor/whitegreen, -/area/lv624/lazarus/main_hall) +"kue" = ( +/obj/structure/surface/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 6 + }, +/obj/item/storage/toolbox/electrical{ + pixel_y = -3 + }, +/turf/open/floor/vault2/west, +/area/lv624/lazarus/quartstorage) +"kuo" = ( +/obj/structure/machinery/computer/telecomms/server{ + pixel_y = 16 + }, +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"kus" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/dark, +/area/lv624/lazarus/quartstorage/outdoors) +"kuy" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) "kuZ" = ( /obj/structure/machinery/colony_floodlight, /turf/open/gm/grass/grass1, @@ -11082,38 +11032,61 @@ "kvo" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, /area/lv624/ground/jungle/east_central_jungle) -"kvA" = ( -/obj/structure/machinery/vending/cola, -/obj/structure/machinery/light/small{ - dir = 8 +"kvD" = ( +/obj/structure/machinery/power/smes/buildable{ + capacity = 1e+006; + dir = 1 }, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) +/turf/open/floor/plating/platebotc, +/area/lv624/lazarus/engineering) "kvE" = ( /obj/structure/machinery/landinglight/ds2/delaythree, /turf/open/floor/plating, /area/lv624/lazarus/landing_zones/lz2) +"kwe" = ( +/obj/structure/showcase{ + color = "#95948B"; + desc = "A grey statue dawned in ancient armor, it stares into your soul."; + dir = 1; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + name = "Eternal guardian" + }, +/obj/item/clothing/suit/armor/yautja_flavor{ + anchored = 1 + }, +/obj/item/clothing/shoes/yautja_flavor{ + anchored = 1 + }, +/turf/open/floor/corsat/squareswood/north, +/area/lv624/ground/caves/sand_temple) "kwG" = ( /obj/structure/flora/jungle/vines/light_3, /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) +"kxn" = ( +/obj/structure/showcase{ + layer = 3.1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/wood, +/area/lv624/lazarus/hop) "kxv" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 1 }, /turf/open/gm/dirt, /area/lv624/ground/caves/central_caves) -"kxE" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/whiteblue/southeast, -/area/lv624/lazarus/main_hall) "kxI" = ( /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_central_jungle) -"kxM" = ( -/turf/open/floor/whiteblue/west, -/area/lv624/lazarus/medbay) "kyc" = ( /turf/open/gm/coast/beachcorner/north_east, /area/lv624/ground/river/central_river) @@ -11163,86 +11136,92 @@ /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass2, /area/lv624/ground/jungle/north_west_jungle) -"kBt" = ( -/obj/item/ammo_casing/bullet{ - icon_state = "cartridge_9_1" - }, -/turf/open/floor/whiteyellow, -/area/lv624/lazarus/corporate_dome) -"kBv" = ( -/obj/structure/machinery/door/airlock/almayer/research/colony{ - name = "\improper Research Dome"; - req_access_txt = "100" +"kAJ" = ( +/obj/structure/machinery/door/airlock/almayer/secure/colony{ + locked = 1; + name = "\improper Nexus Dome Armory"; + req_one_access_txt = "19;106" }, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) -"kBN" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor/cult, -/area/lv624/ground/caves/south_west_caves) +/area/lv624/lazarus/armory) +"kCq" = ( +/turf/open/floor/whiteyellow/east, +/area/lv624/lazarus/main_hall) "kCD" = ( /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/west_caves) -"kCH" = ( -/obj/structure/surface/table, -/obj/item/tool/pen{ - layer = 3.1 +"kCM" = ( +/obj/structure/closet/coffin{ + density = 0; + icon_state = "coffin_open"; + opened = 1 }, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) -"kDi" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Nexus Dome"; - req_access_txt = "100" +/obj/effect/landmark/survivor_spawner, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 }, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"kDW" = ( -/turf/open/gm/dirt/desert2, -/area/lv624/ground/barrens/south_eastern_jungle_barrens) +/turf/open/floor/chapel/north, +/area/lv624/lazarus/chapel) +"kEf" = ( +/obj/structure/largecrate, +/obj/structure/prop/mech/repair_droid{ + layer = 2; + pixel_y = -10 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating/platebot, +/area/lv624/lazarus/robotics) "kFx" = ( /obj/structure/flora/jungle/plantbot1, /turf/open/gm/grass/grass1, /area/lv624/lazarus/landing_zones/lz1) -"kFV" = ( -/turf/open/gm/coast/beachcorner/north_east, -/area/lv624/ground/barrens/west_barrens) -"kGk" = ( -/obj/item/storage/toolkit/empty{ - pixel_x = 5; - pixel_y = -3 - }, -/turf/open/gm/dirt, -/area/lv624/ground/jungle/east_jungle) -"kGB" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_10" +"kFL" = ( +/obj/structure/surface/rack, +/obj/item/storage/firstaid/adv, +/turf/open/floor/vault2/west, +/area/lv624/lazarus/quartstorage) +"kFU" = ( +/obj/structure/showcase{ + color = "#95948B"; + desc = "A grey statue dawned in ancient armor, it stares into your soul."; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + name = "Eternal guardian" }, -/turf/open/floor/whitebluefull, -/area/lv624/lazarus/medbay) -"kGZ" = ( -/obj/item/bedsheet/rd, -/obj/item/weapon/pole/fancy_cane, -/obj/structure/bed{ - desc = "For prime comfort."; - name = "fancy bed" +/obj/item/weapon/sword{ + layer = 3.1; + pixel_x = -6; + pixel_y = 7 }, -/obj/structure/pipes/vents/pump{ - dir = 4 +/obj/item/clothing/mask/yautja_flavor{ + anchored = 1; + unacidable = 0 }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/grimy, -/area/lv624/lazarus/hop) -"kHo" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +/obj/item/clothing/shoes/yautja_flavor{ + anchored = 1 }, -/obj/item/tool/crowbar, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) +/turf/open/floor/strata/grey_multi_tiles, +/area/lv624/ground/caves/sand_temple) +"kFV" = ( +/turf/open/gm/coast/beachcorner/north_east, +/area/lv624/ground/barrens/west_barrens) +"kGk" = ( +/obj/item/storage/toolkit/empty{ + pixel_x = 5; + pixel_y = -3 + }, +/turf/open/gm/dirt, +/area/lv624/ground/jungle/east_jungle) +"kHq" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/crap_item, +/obj/effect/landmark/crap_item, +/obj/item/clothing/suit/armor/vest/security, +/turf/open/floor/cult, +/area/lv624/lazarus/armory) "kHU" = ( /turf/open/gm/grass/grass1, /area/lv624/ground/caves/sand_temple) @@ -11250,10 +11229,6 @@ /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/central_caves) -"kJf" = ( -/obj/item/tool/crowbar, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) "kJm" = ( /turf/open/gm/coast/beachcorner2/north_east, /area/lv624/ground/barrens/south_eastern_jungle_barrens) @@ -11265,10 +11240,14 @@ /obj/structure/flora/jungle/planttop1, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) -"kJU" = ( -/obj/item/tool/shovel, -/turf/open/gm/dirt/desert_dug, -/area/lv624/ground/barrens/west_barrens) +"kJX" = ( +/obj/item/storage/toolbox/syndicate, +/obj/structure/surface/rack, +/obj/effect/landmark/crap_item, +/obj/effect/landmark/crap_item, +/obj/item/clothing/suit/armor/vest/security, +/turf/open/floor/cult, +/area/lv624/lazarus/armory) "kKa" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/decal/grass_overlay/grass1/inner{ @@ -11276,49 +11255,28 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_west_caves) -"kKu" = ( -/obj/structure/surface/table, -/obj/item/device/radio/headset{ - frequency = 1469; - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/device/radio/headset{ - frequency = 1469 - }, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) -"kKv" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/structure/machinery/chem_dispenser/soda/beer{ - pixel_y = 26 - }, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/grimy, -/area/lv624/lazarus/captain) -"kKD" = ( -/obj/structure/window/framed/colony/reinforced, +"kKl" = ( +/obj/structure/largecrate/random, /turf/open/floor/plating/platebotc, -/area/lv624/lazarus/canteen) +/area/lv624/lazarus/quartstorage/outdoors) "kLl" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 8 }, /turf/open/gm/dirt, /area/lv624/ground/caves/central_caves) +"kLD" = ( +/obj/item/storage/fancy/cigarettes/emeraldgreen, +/turf/open/floor/whitebluecorner/east, +/area/lv624/lazarus/corporate_dome) "kLP" = ( /obj/structure/flora/jungle/plantbot1, /obj/structure/flora/jungle/vines/light_2, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) -"kMg" = ( -/obj/structure/machinery/deployable/barrier, -/turf/open/floor/cult, -/area/lv624/lazarus/armory) -"kMB" = ( -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) +"kMi" = ( +/turf/open/floor/warningcorner/west, +/area/lv624/lazarus/landing_zones/lz1) "kML" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/decal/grass_overlay/grass1/inner{ @@ -11326,25 +11284,38 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) -"kNb" = ( -/obj/effect/landmark/corpsespawner/wygoon, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) +"kNl" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) "kNm" = ( /obj/effect/landmark/hunter_primary, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_jungle) -"kOQ" = ( -/turf/open/floor/delivery, -/area/lv624/lazarus/engineering) -"kOT" = ( -/obj/effect/landmark/corpsespawner/miner, -/turf/open/floor/redyellowfull, -/area/lv624/ground/barrens/west_barrens/ceiling) -"kOX" = ( -/obj/structure/window_frame/colony, -/obj/item/shard, -/turf/open/floor/plating, +"kNp" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner, +/turf/open/gm/grass/grass1, +/area/lv624/ground/jungle/north_west_jungle) +"kOc" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/whiteblue/southeast, +/area/lv624/lazarus/main_hall) +"kOi" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/plating/platebot, +/area/lv624/lazarus/robotics) +"kPO" = ( +/obj/structure/flora/pottedplant, +/obj/structure/machinery/light/spot{ + dir = 1 + }, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) +"kPQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/brown/northwest, /area/lv624/lazarus/comms) "kPU" = ( /obj/structure/platform_decoration/mineral/sandstone/runed{ @@ -11352,13 +11323,24 @@ }, /turf/open/floor/sandstone/runed, /area/lv624/ground/caves/sand_temple) -"kQB" = ( -/obj/structure/bookcase, -/obj/item/bananapeel, -/obj/item/book/manual/research_and_development, -/obj/item/book/manual/security_space_law, -/turf/open/floor/wood, -/area/lv624/lazarus/hop) +"kPX" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 1; + locked = 1; + name = "\improper Engineering Dome Office"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor/delivery, +/area/lv624/lazarus/engineering) +"kQQ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/paper_bin/wy{ + pixel_y = 8 + }, +/obj/item/tool/pen/clicky, +/turf/open/floor/whitebluecorner, +/area/lv624/lazarus/corporate_dome) "kQY" = ( /turf/open/gm/coast/beachcorner/north_west, /area/lv624/ground/jungle/west_jungle) @@ -11366,16 +11348,32 @@ /obj/effect/landmark/hunter_primary, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_west_jungle) -"kRh" = ( -/obj/structure/machinery/light{ - dir = 4 +"kRI" = ( +/obj/item/ammo_casing/bullet{ + icon_state = "casing_1_1" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) +/obj/item/ammo_magazine/smg/mp5, +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 7 + }, +/turf/open/floor/white, +/area/lv624/lazarus/corporate_dome) "kRR" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, /area/lv624/ground/caves/sand_temple) +"kRW" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/weapon/twohanded/yautja/spear, +/turf/open/floor/corsat/squareswood/north, +/area/lv624/ground/caves/sand_temple) +"kSv" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/ammo_magazine/shotgun/buckshot, +/turf/open/floor/carpet/bcarpet02, +/area/lv624/ground/caves/north_central_caves) "kSH" = ( /obj/structure/bed/alien{ color = "#aba9a9" @@ -11386,97 +11384,108 @@ /obj/structure/fence, /turf/open/gm/dirtgrassborder/grassdirt_corner/north_west, /area/lv624/ground/colony/south_medbay_road) -"kTX" = ( -/obj/item/clothing/head/helmet/augment{ - desc = "Part of a strange alien mask. It loosely fits on a human, but just barely."; - name = "alien mask"; - unacidable = 1 +"kTg" = ( +/obj/item/tool/pickaxe/jackhammer{ + desc = "Cracks rocks with sonic blasts, perfect for killing cave lizards. This one is dull and nearly useless."; + force = 3; + name = "display jackhammer" }, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/cult, -/area/lv624/ground/caves/west_caves) -"kUp" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/spray/plantbgone{ - pixel_x = 4; - pixel_y = 6 +/obj/structure/surface/rack, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 }, -/obj/effect/landmark/crap_item, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/open/floor/wood, +/area/lv624/lazarus/main_hall) +"kUa" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/wood/wood_broken6, +/area/lv624/ground/caves/north_central_caves) +"kUe" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/floor/plating/warnplate/southwest, +/area/lv624/lazarus/engineering) "kUr" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, /area/lv624/ground/colony/north_tcomms_road) -"kUS" = ( -/turf/open/gm/dirt/desert0, -/area/lv624/ground/caves/west_caves) -"kVy" = ( -/obj/structure/lattice{ - layer = 2.9 +"kUQ" = ( +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_9_1" }, -/obj/structure/machinery/light{ - dir = 8 +/turf/open/floor/whiteyellow, +/area/lv624/lazarus/corporate_dome) +"kVp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 1 }, -/obj/structure/machinery/power/reactor/colony, -/turf/open/floor/plating/warnplate/east, -/area/lv624/lazarus/engineering) +/obj/effect/decal/cleanable/dirt, +/obj/item/shard, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) "kVG" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_membrane, /obj/effect/landmark/structure_spawner/setup/distress/xeno_membrane, /obj/effect/decal/grass_overlay/grass1, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) -"kVN" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 - }, -/turf/open/floor/redfull/northwest, -/area/lv624/lazarus/security) "kVP" = ( /obj/structure/flora/jungle/plantbot1, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_west_jungle) -"kWg" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - pixel_x = -1; - pixel_y = 1 - }, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) +"kVT" = ( +/obj/structure/surface/rack, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/greengrid, +/area/lv624/lazarus/secure_storage) +"kWi" = ( +/turf/open/floor/redcorner/west, +/area/lv624/lazarus/security) +"kWt" = ( +/obj/structure/closet/secure_closet/hydroponics, +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) +"kWw" = ( +/turf/open/floor/plating/platingdmg3, +/area/lv624/lazarus/secure_storage) "kWJ" = ( /obj/structure/machinery/landinglight/ds2/delaythree{ dir = 4 }, /turf/open/floor/plating, /area/lv624/lazarus/landing_zones/lz2) -"kWL" = ( -/obj/item/ammo_casing/bullet{ - icon_state = "casing_1_1" - }, -/obj/item/ammo_magazine/smg/mp5, -/obj/structure/barricade/wooden{ - dir = 1; - pixel_y = 7 - }, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) "kWV" = ( /obj/effect/decal/grass_overlay/grass1/inner, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) +"kXj" = ( +/obj/item/bananapeel, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/research) "kXE" = ( /obj/structure/flora/bush/ausbushes/ausbush, /turf/open/gm/dirtgrassborder/north, /area/lv624/ground/jungle/south_central_jungle) -"kYr" = ( -/obj/structure/machinery/light/small, -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) +"kXQ" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) +"kYb" = ( +/obj/structure/bed, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) "kYx" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 9 @@ -11502,62 +11511,31 @@ /obj/structure/flora/jungle/vines/light_2, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_central_jungle) -"kZE" = ( -/turf/open/floor/plating/warnplate/east, -/area/lv624/ground/barrens/central_barrens) -"kZI" = ( -/obj/structure/showcase{ - color = "#95948B"; - desc = "A grey statue dawned in ancient armor, it stares into your soul."; - icon = 'icons/mob/humans/species/r_synthetic.dmi'; - icon_state = "Synthetic_Template"; - name = "Eternal guardian" - }, -/obj/item/clothing/suit/armor/yautja_flavor{ - anchored = 1 - }, -/obj/item/clothing/shoes/yautja_flavor{ - anchored = 1 - }, -/obj/item/clothing/mask/yautja_flavor{ - anchored = 1; - unacidable = 0 - }, -/turf/open/floor/corsat/squareswood/north, -/area/lv624/ground/caves/sand_temple) -"kZT" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/item/tool/candle, -/turf/open/floor/carpet/bcarpet03, -/area/lv624/ground/caves/north_central_caves) -"laE" = ( -/obj/item/clothing/under/shorts/black{ - pixel_x = 2; - pixel_y = 2 - }, -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) -"laJ" = ( -/obj/structure/stairs/perspective{ - color = "#b29082"; - dir = 8; - icon_state = "p_stair_full" +"kZx" = ( +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"lan" = ( +/obj/structure/flora/jungle/vines/light_3, +/turf/open/gm/dirt, +/area/lv624/ground/jungle/west_jungle) +"lao" = ( +/obj/structure/filingcabinet, +/turf/open/floor/plating/warnplate/north, +/area/lv624/ground/barrens/east_barrens/ceiling) +"laq" = ( +/obj/structure/machinery/chem_dispenser, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) +"laU" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 15 }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/caves/south_east_caves) +/turf/open/floor/delivery, +/area/lv624/lazarus/comms) "laY" = ( /obj/structure/flora/jungle/vines/light_1, /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/jungle/west_central_jungle) -"lba" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/fancy/cigarettes/wypacket{ - pixel_x = 5; - pixel_y = 6 - }, -/obj/item/clothing/under/liaison_suit/blue, -/turf/open/floor/whiteyellow/southeast, -/area/lv624/lazarus/corporate_dome) "lbd" = ( /turf/open/gm/coast/beachcorner/north_west, /area/lv624/ground/barrens/west_barrens) @@ -11574,18 +11552,25 @@ }, /turf/open/gm/grass/grass2, /area/lv624/ground/jungle/east_jungle) -"ldb" = ( -/turf/open/floor/podhatchfloor, -/area/lv624/lazarus/comms) +"lcc" = ( +/obj/structure/cargo_container/wy/mid, +/turf/open/floor/plating/platebotc, +/area/lv624/lazarus/quartstorage/outdoors) +"lcv" = ( +/obj/effect/decal/remains/human, +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) +"lcX" = ( +/turf/open/floor/whitebluecorner/west, +/area/lv624/lazarus/medbay) "ldi" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_east_caves) -"ldz" = ( -/obj/structure/machinery/vending/coffee, -/obj/structure/foamed_metal, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) +"ldq" = ( +/obj/item/stack/rods/plasteel, +/turf/open/floor/greengrid, +/area/lv624/lazarus/secure_storage) "ldB" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 4 @@ -11595,29 +11580,43 @@ "ldZ" = ( /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/jungle/north_jungle) +"leQ" = ( +/obj/structure/flora/jungle/vines/light_3, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/jungle/south_west_jungle/ceiling) +"lfd" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/phone_base/colony_net{ + phone_category = "Lazarus Landing"; + phone_id = "Research Dome"; + pixel_y = 24 + }, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) +"lfi" = ( +/obj/item/shard, +/turf/open/floor/podhatchfloor, +/area/lv624/lazarus/comms) "lfy" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/west, /area/lv624/ground/colony/south_nexus_road) -"lfY" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = -5; - pixel_y = -5 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/north_east_caves) "lgu" = ( /obj/structure/flora/bush/ausbushes/genericbush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) -"lhk" = ( -/obj/structure/platform_decoration, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) +"lgP" = ( +/obj/structure/filingcabinet/security{ + desc = "A large cabinet with hard copy security records."; + name = "Security Records" + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/redcorner/north, +/area/lv624/lazarus/security) "lhE" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, @@ -11628,6 +11627,9 @@ /obj/structure/flora/bush/ausbushes/var3/stalkybush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_central_caves) +"lhN" = ( +/turf/open/gm/dirt/desert3, +/area/lv624/ground/barrens/west_barrens) "liI" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, @@ -11636,21 +11638,28 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/south_central_caves) +"ljo" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/flashlight/lamp/green{ + pixel_x = 3 + }, +/turf/open/floor/white, +/area/lv624/lazarus/corporate_dome) "lju" = ( /turf/open/gm/coast/beachcorner2/south_east, /area/lv624/ground/river/central_river) +"ljH" = ( +/obj/structure/surface/table, +/obj/item/stack/rods{ + amount = 40 + }, +/obj/effect/spawner/random/tech_supply, +/turf/open/floor/plating/warnplate/north, +/area/lv624/ground/barrens/east_barrens/ceiling) "lke" = ( /obj/effect/landmark/crap_item, /turf/open/floor, /area/lv624/lazarus/landing_zones/lz1) -"lkh" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - pixel_x = -1; - pixel_y = 1 - }, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) "lkj" = ( /obj/structure/inflatable/popped/door, /turf/open/gm/dirt, @@ -11660,31 +11669,21 @@ /obj/effect/decal/grass_overlay/grass1, /turf/open/gm/dirt, /area/lv624/ground/caves/south_central_caves) -"llc" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper Corporation Office"; - req_access_txt = "100" - }, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"lmj" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/grille, -/turf/open/floor/plating/warnplate/west, -/area/lv624/ground/river/central_river) -"lne" = ( -/turf/open/gm/dirt/desert0, -/area/lv624/ground/caves/south_west_caves) -"lng" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = 4 +"lkV" = ( +/obj/structure/machinery/light/small{ + dir = 1 }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/north_west_caves) +/obj/structure/surface/rack, +/obj/item/weapon/gun/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/turf/open/floor/cult, +/area/lv624/lazarus/armory) +"lnj" = ( +/obj/structure/largecrate, +/turf/open/floor/bot/north, +/area/lv624/lazarus/landing_zones/lz1) "lnr" = ( /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/auto_turf/strata_grass/layer1, @@ -11696,6 +11695,9 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_jungle) +"lnL" = ( +/turf/open/floor/plating/warnplate/north, +/area/lv624/lazarus/engineering) "lnR" = ( /obj/structure/flora/jungle/vines/light_3, /turf/closed/wall/strata_ice/jungle, @@ -11704,6 +11706,13 @@ /obj/effect/landmark/hunter_primary, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, /area/lv624/ground/jungle/south_east_jungle) +"lnZ" = ( +/obj/effect/landmark/corpsespawner/wygoon, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) +"lok" = ( +/turf/open/gm/dirt/desert0, +/area/lv624/ground/caves/sand_temple) "loP" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 8 @@ -11714,11 +11723,6 @@ /obj/structure/flora/bush/ausbushes/genericbush, /turf/open/gm/dirt, /area/lv624/ground/caves/south_east_caves) -"lpA" = ( -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/whiteblue/west, -/area/lv624/lazarus/medbay) "lqI" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/gm/grass/grass1, @@ -11727,21 +11731,6 @@ /obj/effect/landmark/monkey_spawn, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/central_jungle) -"lrx" = ( -/obj/structure/flora/bush/ausbushes/var3/stalkybush, -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = 11; - pixel_y = -2 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/south_west_caves) -"lrA" = ( -/obj/item/tool/warning_cone, -/turf/open/floor/plating/platebotc, -/area/lv624/lazarus/quartstorage/outdoors) "lse" = ( /obj/structure/stairs/perspective{ color = "#6b675e"; @@ -11758,14 +11747,6 @@ /obj/structure/flora/jungle/plantbot1, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/west_central_jungle) -"lsB" = ( -/obj/structure/window/reinforced/tinted, -/obj/structure/machinery/door/window, -/obj/structure/toilet{ - dir = 4 - }, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/toilet) "lsK" = ( /turf/open/gm/coast/beachcorner2/north_west, /area/lv624/ground/barrens/west_barrens) @@ -11773,45 +11754,44 @@ /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/central_jungle) -"lus" = ( -/obj/structure/barricade/wooden{ +"lue" = ( +/obj/structure/bed/chair{ dir = 8 }, -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - density = 0; - icon_state = "door_open"; - name = "\improper Robotics Dome"; - req_access_txt = "100"; - req_one_access = null - }, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/robotics) -"luR" = ( -/obj/item/ammo_casing/bullet{ - icon_state = "cartridge_10_1" +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/floor/white, +/turf/open/floor/whiteblue/northeast, /area/lv624/lazarus/corporate_dome) -"lxr" = ( -/obj/structure/flora/jungle/vines/light_2, -/turf/open/gm/dirtgrassborder/south, -/area/lv624/ground/barrens/south_eastern_barrens) -"lxG" = ( -/obj/structure/coatrack{ - pixel_x = 11; - pixel_y = 14 +"luj" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 }, -/obj/item/clothing/head/soft/blue{ - pixel_x = 7; +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/grimy, +/area/lv624/lazarus/hop) +"lvP" = ( +/obj/structure/machinery/medical_pod/bodyscanner, +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; pixel_y = 28 }, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) -"lxQ" = ( -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/barber/west, -/area/lv624/lazarus/kitchen) +/turf/open/floor/whitebluefull, +/area/lv624/lazarus/medbay) +"lvU" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/med_data/laptop, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/grimy, +/area/lv624/lazarus/hop) +"lxr" = ( +/obj/structure/flora/jungle/vines/light_2, +/turf/open/gm/dirtgrassborder/south, +/area/lv624/ground/barrens/south_eastern_barrens) "lxX" = ( /obj/structure/flora/bush/ausbushes/var3/sunnybush, /turf/open/gm/grass/grass1, @@ -11822,11 +11802,26 @@ "lyz" = ( /turf/closed/wall/mineral/sandstone/runed/decor, /area/lv624/ground/jungle/south_west_jungle/ceiling) +"lyF" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = -30 + }, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) "lyL" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/central_jungle) +"lyO" = ( +/obj/structure/girder, +/turf/open/floor/asteroidplating, +/area/lv624/ground/caves/north_central_caves) "lyS" = ( /turf/closed/wall/r_wall/unmeltable, /area/lv624/lazarus/quartstorage) @@ -11843,28 +11838,29 @@ /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/gm/dirt, /area/lv624/ground/caves/north_east_caves) -"lzh" = ( -/turf/open/floor/red/west, +"lzu" = ( +/turf/open/floor/redcorner/east, /area/lv624/lazarus/security) -"lzt" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 +"lAI" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/whiteblue/northwest, +/area/lv624/lazarus/main_hall) +"lAN" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 1; + name = "\improper Communications Dome"; + req_access_txt = "100"; + req_one_access = null }, -/turf/open/floor/grimy, -/area/lv624/lazarus/hop) -"lzO" = ( -/obj/structure/closet/wardrobe, +/turf/open/floor/delivery, +/area/lv624/lazarus/comms) +"lAU" = ( /obj/structure/machinery/light{ - dir = 8 + dir = 4 }, -/turf/open/floor/whiteblue/west, -/area/lv624/lazarus/medbay) -"lAQ" = ( -/obj/structure/surface/table, -/obj/item/device/mmi/radio_enabled, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) +/obj/item/prop/alien/hugger, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) "lAX" = ( /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/grass/grass1, @@ -11875,18 +11871,6 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/south_east_caves) -"lBn" = ( -/obj/structure/surface/rack, -/obj/item/weapon/baton/cattleprod{ - pixel_x = -2; - pixel_y = 1 - }, -/obj/item/weapon/baton/cattleprod{ - pixel_x = 4; - pixel_y = -2 - }, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/quartstorage) "lBr" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/gm/grass/grass1, @@ -11898,18 +11882,45 @@ "lBw" = ( /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/jungle/south_east_jungle) +"lBN" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = 4 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/barrens/north_east_barrens) "lCG" = ( /obj/effect/decal/cleanable/blood/oil, /obj/effect/decal/cleanable/blood/gibs/robot/down, /turf/open/gm/dirt, /area/lv624/ground/jungle/north_west_jungle) -"lDi" = ( -/turf/open/floor/whiteblue/southeast, -/area/lv624/lazarus/medbay) +"lCS" = ( +/turf/open/floor/asteroidwarning/northeast, +/area/lv624/ground/colony/telecomm/cargo) +"lDf" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/open/floor/wood, +/area/lv624/lazarus/main_hall) +"lEd" = ( +/obj/structure/noticeboard{ + pixel_y = 30 + }, +/obj/item/trash/cheesie, +/turf/open/floor/wood, +/area/lv624/lazarus/hop) "lEY" = ( /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_central_jungle) +"lFt" = ( +/obj/structure/fence, +/turf/open/floor/plating/asteroidwarning, +/area/lv624/ground/river/central_river) "lFv" = ( /obj/structure/bed/chair/wheelchair{ dir = 4 @@ -11917,47 +11928,31 @@ /obj/structure/machinery/light, /turf/open/floor/greengrid, /area/lv624/lazarus/corporate_dome) -"lFK" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/toilet) -"lHG" = ( -/obj/effect/landmark/lv624/fog_blocker, -/turf/open/gm/dirt/desert1, -/area/lv624/ground/river/east_river) +"lGL" = ( +/obj/structure/surface/table/reinforced{ + dir = 4; + flipped = 1 + }, +/turf/open/floor/plating/warnplate/east, +/area/lv624/ground/barrens/central_barrens) +"lHy" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) "lHL" = ( /obj/effect/landmark/hunter_primary, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) -"lHN" = ( -/obj/structure/machinery/power/smes/buildable{ - capacity = 1e+006; - dir = 1 - }, -/turf/open/floor/plating/platebotc, -/area/lv624/lazarus/engineering) -"lHP" = ( -/obj/structure/machinery/vending/snack, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"lIj" = ( -/obj/structure/bookcase, -/obj/item/book/manual/research_and_development, -/obj/item/book/manual/medical_diagnostics_manual, -/obj/item/book/manual/security_space_law, -/turf/open/floor/whiteblue/northeast, -/area/lv624/lazarus/corporate_dome) "lIm" = ( /obj/structure/fence, /turf/open/gm/dirt, /area/lv624/ground/colony/north_tcomms_road) -"lIo" = ( +"lIG" = ( /obj/structure/largecrate, -/obj/structure/prop/mech/parts/gygax_armor{ - layer = 1 - }, -/turf/open/floor/plating/platebot, -/area/lv624/lazarus/robotics) +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) "lIL" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /obj/effect/decal/grass_overlay/grass1{ @@ -11968,6 +11963,16 @@ "lIU" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/north_west, /area/lv624/ground/jungle/south_central_jungle) +"lJi" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = 6; + pixel_y = -8 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/south_west_caves) "lJo" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/dirtgrassborder/west, @@ -11976,10 +11981,12 @@ /mob/living/simple_animal/bat, /turf/open/gm/grass/grass1, /area/lv624/ground/caves/north_central_caves) -"lKr" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/dark, -/area/lv624/lazarus/quartstorage/outdoors) +"lJX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/whitegreencorner, +/area/lv624/lazarus/main_hall) "lKF" = ( /turf/closed/wall/rock/brown, /area/lv624/ground/barrens/containers) @@ -11987,12 +11994,6 @@ /obj/structure/shuttle/engine/propulsion, /turf/open/gm/dirt, /area/lv624/ground/barrens/north_east_barrens) -"lLt" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 - }, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) "lLK" = ( /obj/structure/flora/bush/ausbushes/ausbush, /turf/open/auto_turf/strata_grass/layer1, @@ -12010,56 +12011,85 @@ /obj/structure/flora/bush/ausbushes/genericbush, /turf/open/gm/dirt, /area/lv624/ground/caves/north_east_caves) -"lMH" = ( -/obj/structure/flora/jungle/vines/heavy{ - pixel_y = 26 - }, -/obj/structure/flora/jungle/vines/light_2{ - pixel_y = -22 +"lLW" = ( +/turf/open/floor/warning/southwest, +/area/lv624/lazarus/landing_zones/lz1) +"lMR" = ( +/obj/structure/largecrate/random, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 }, /turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/jungle/south_west_jungle/ceiling) -"lNn" = ( -/obj/structure/bed/chair{ +/area/lv624/lazarus/quart) +"lMU" = ( +/obj/structure/showcase, +/obj/structure/window/reinforced{ dir = 1 }, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) -"lNL" = ( -/obj/structure/machinery/floodlight/landing, -/obj/effect/decal/warning_stripes, -/turf/open/floor/mech_bay_recharge_floor/shuttle_landing_lights, -/area/lv624/lazarus/landing_zones/lz1) -"lOe" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/floor/cult, -/area/lv624/ground/caves/south_west_caves) -"lOy" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/redyellowfull, -/area/lv624/ground/barrens/west_barrens/ceiling) -"lOM" = ( -/obj/structure/bed/chair/comfy/lime{ - dir = 1 +/obj/structure/window/reinforced, +/turf/open/floor/wood, +/area/lv624/lazarus/main_hall) +"lNo" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner, +/turf/open/gm/grass/grass1, +/area/lv624/ground/jungle/central_jungle) +"lNK" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = -30 }, -/obj/effect/landmark/survivor_spawner, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) -"lPG" = ( -/obj/structure/bed/chair/comfy/black, /turf/open/floor/purple/northwest, /area/lv624/lazarus/sleep_female) -"lQe" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/clothing/glasses/sunglasses, -/obj/item/trash/cheesie, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 +"lNS" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 }, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/wood, -/area/lv624/lazarus/hop) +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/kitchen) +"lOI" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = -5; + pixel_y = -5 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/north_east_caves) +"lOP" = ( +/obj/structure/machinery/vending/cola, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) +"lPL" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/snacks/tomatosoup{ + desc = "Why would you ever drink this? Its full of mold and yucky slime!"; + pixel_y = 3 + }, +/obj/item/tool/kitchen/utensil/spoon{ + desc = "It's a spoon. Covered in red slime and mold."; + pixel_x = 10; + pixel_y = 5 + }, +/turf/open/floor/vault2/west, +/area/lv624/lazarus/quartstorage) +"lQw" = ( +/obj/item/prop/alien/hugger{ + pixel_x = -20; + pixel_y = 8 + }, +/obj/item/tool/hatchet{ + pixel_x = -14; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) "lQC" = ( /turf/open/gm/dirt, /area/lv624/ground/barrens/east_barrens) @@ -12068,6 +12098,12 @@ /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/wood, /area/lv624/ground/caves/north_central_caves) +"lRC" = ( +/obj/structure/surface/table, +/obj/item/device/analyzer/plant_analyzer, +/obj/effect/landmark/crap_item, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) "lSs" = ( /obj/structure/flora/jungle/vines/heavy, /turf/closed/wall/strata_ice/jungle, @@ -12083,26 +12119,12 @@ /obj/structure/flora/bush/ausbushes/ausbush, /turf/open/gm/dirt, /area/lv624/ground/caves/south_east_caves) -"lSU" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 - }, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) "lTv" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 1 }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_west_caves) -"lTP" = ( -/obj/structure/largecrate, -/turf/open/floor/plating/platebot, -/area/lv624/lazarus/robotics) "lTZ" = ( /obj/item/tool/shovel, /turf/open/gm/dirt, @@ -12111,10 +12133,10 @@ /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_central_jungle) -"lUe" = ( -/obj/structure/machinery/vending/snack, -/turf/open/floor/whiteblue/northeast, -/area/lv624/lazarus/main_hall) +"lUp" = ( +/obj/item/storage/firstaid, +/turf/open/floor/white, +/area/lv624/lazarus/medbay) "lUy" = ( /obj/structure/prop/brazier/torch, /turf/closed/wall/rock/brown, @@ -12128,9 +12150,38 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/south_west_caves) -"lVO" = ( -/obj/item/ammo_magazine/smg/mp5, -/turf/open/floor/white, +"lVd" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/kitchen/knife/butcher{ + pixel_x = -7 + }, +/obj/item/tool/kitchen/knife/butcher, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/wood/wood_broken4, +/area/lv624/ground/caves/north_central_caves) +"lVw" = ( +/turf/open/floor/whiteyellowcorner, +/area/lv624/lazarus/corporate_dome) +"lVx" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "\improper Engineering Dome"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor/delivery, +/area/lv624/lazarus/engineering) +"lVV" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/showcase, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/whiteblue, /area/lv624/lazarus/corporate_dome) "lWh" = ( /obj/effect/decal/grass_overlay/grass1/inner{ @@ -12151,13 +12202,18 @@ /obj/structure/platform/mineral/sandstone/runed, /turf/open/gm/dirt, /area/lv624/ground/barrens/south_eastern_barrens) +"lWD" = ( +/obj/structure/window_frame/colony/reinforced, +/obj/item/shard, +/turf/open/floor/plating, +/area/lv624/lazarus/comms) +"lWL" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/vault2, +/area/lv624/lazarus/robotics) "lWO" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, /area/lv624/ground/jungle/south_west_jungle) -"lXT" = ( -/obj/structure/window_frame/colony, -/turf/open/floor/plating/platebotc, -/area/lv624/lazarus/chapel) "lYt" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 9 @@ -12168,9 +12224,6 @@ /obj/structure/fence, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, /area/lv624/ground/colony/north_tcomms_road) -"lYG" = ( -/turf/open/floor/plating/warnplate, -/area/lv624/ground/barrens/central_barrens) "lYI" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony{ dir = 1; @@ -12180,59 +12233,13 @@ /obj/structure/flora/jungle/vines/light_2, /turf/open/floor, /area/lv624/lazarus/landing_zones/lz2) -"lYO" = ( +"mal" = ( /obj/structure/surface/table, -/obj/structure/mirror{ - dir = 4; - pixel_x = -32 - }, +/obj/effect/landmark/crap_item, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) -"lYT" = ( -/obj/structure/largecrate/random, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/white, /area/lv624/lazarus/main_hall) -"lYV" = ( -/obj/effect/decal/cleanable/blood/oil/streak, -/obj/structure/machinery/door_control{ - id = "garage_lv"; - name = "Garage Shutters"; - pixel_x = -28 - }, -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) -"lZE" = ( -/obj/structure/stairs/perspective{ - color = "#b29082"; - dir = 8; - icon_state = "p_stair_full" - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/barrens/south_eastern_barrens) -"lZG" = ( -/obj/structure/closet{ - density = 0; - icon_state = "open"; - opened = 1 - }, -/obj/structure/window/reinforced/tinted, -/obj/item/clothing/under/colonist, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = -30 - }, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) -"mbd" = ( -/obj/structure/machinery/light/small, -/turf/open/floor/wood, -/area/lv624/lazarus/hop) "mbp" = ( /obj/structure/flora/jungle/alienplant1{ layer = 4.13; @@ -12240,6 +12247,10 @@ }, /turf/open/gm/dirtgrassborder/north, /area/lv624/ground/caves/sand_temple) +"mbt" = ( +/obj/item/ammo_magazine/rifle/extended, +/turf/open/floor/plating, +/area/lv624/lazarus/secure_storage) "mbu" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 6 @@ -12250,38 +12261,53 @@ /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/dirt, /area/lv624/ground/jungle/east_jungle) -"mda" = ( -/obj/item/device/flashlight/on, -/obj/effect/decal/cleanable/blood/drip, -/obj/effect/landmark/corpsespawner/wygoon, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) -"mdz" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - locked = 1; - name = "\improper Storage Room" +"mbZ" = ( +/obj/structure/surface/table, +/obj/item/clothing/head/chefhat, +/obj/structure/machinery/light/small{ + dir = 8 }, -/turf/open/floor/white, +/obj/item/tool/kitchen/rollingpin, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/kitchen) +"mcs" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/machinery/vending/coffee, +/turf/open/floor/barber/west, +/area/lv624/lazarus/kitchen) +"mcV" = ( +/obj/item/tool/shovel, +/turf/open/floor/redyellowfull, +/area/lv624/ground/barrens/west_barrens/ceiling) +"mdl" = ( +/obj/structure/surface/table, +/obj/item/clipboard, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) +"mdK" = ( +/turf/open/floor/whiteyellowcorner/north, /area/lv624/lazarus/corporate_dome) +"mdL" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/plating/warnplate/southeast, +/area/lv624/ground/barrens/central_barrens) "mdQ" = ( /turf/closed/wall/rock/brown, /area/lv624/ground/caves/west_caves) +"mer" = ( +/turf/open/floor/loadingarea/north, +/area/lv624/lazarus/quartstorage) "meP" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) -"mfl" = ( -/turf/open/floor/asteroidwarning/west, -/area/lv624/ground/colony/telecomm/sw_lz2) -"mfp" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/structure/surface/table, -/obj/item/trash/plate, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) "mfu" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 8 @@ -12296,51 +12322,58 @@ /obj/structure/flora/jungle/vines/light_1, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/central_jungle) +"mfU" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/floor/warning/west, +/area/lv624/lazarus/landing_zones/lz1) "mgi" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 10 }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_west_caves) -"mgF" = ( -/obj/structure/surface/table, -/obj/item/trash/plate, +"mgC" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) +"mgW" = ( +/obj/structure/bed/stool, /turf/open/floor/bar, /area/lv624/lazarus/canteen) -"mgO" = ( -/obj/structure/flora/jungle/vines/light_3, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/jungle/south_west_jungle/ceiling) +"mho" = ( +/obj/structure/machinery/vending/hydroseeds, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) +"mhS" = ( +/turf/open/gm/dirt/desert1, +/area/lv624/ground/barrens/central_barrens) "miu" = ( +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/white, +/area/lv624/lazarus/research) +"mjB" = ( /obj/structure/surface/table, -/obj/item/trash/candy, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) -"miV" = ( -/obj/structure/showcase{ - color = "#95948B"; - desc = "A grey statue dawned in ancient armor, it stares into your soul."; - dir = 1; - icon = 'icons/mob/humans/species/r_synthetic.dmi'; - icon_state = "Synthetic_Template"; - name = "Eternal guardian" - }, -/obj/structure/flora/jungle/vines/heavy, -/obj/item/clothing/suit/armor/yautja_flavor{ - anchored = 1 - }, -/obj/item/clothing/shoes/yautja_flavor{ - anchored = 1 +/obj/item/weapon/gun/pistol/holdout, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/plating/platebot, +/area/lv624/lazarus/robotics) +"mkg" = ( +/obj/structure/lattice{ + layer = 2.9 }, -/turf/open/floor/corsat/squareswood/north, -/area/lv624/ground/caves/sand_temple) -"mjd" = ( -/obj/structure/surface/rack, -/obj/item/stack/sheet/mineral/silver{ - amount = 20 +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/vault2/west, -/area/lv624/ground/barrens/north_east_barrens/ceiling) +/obj/structure/machinery/power/reactor/colony, +/turf/open/floor/plating/warnplate/east, +/area/lv624/lazarus/engineering) "mko" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/north, @@ -12350,42 +12383,26 @@ /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) -"mkL" = ( -/obj/structure/machinery/constructable_frame, -/obj/effect/spawner/random/bomb_supply, -/turf/open/floor/plating/warnplate/northwest, -/area/lv624/ground/barrens/east_barrens/ceiling) "mkW" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 9 }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) -"mls" = ( -/obj/item/prop/alien/hugger{ - pixel_x = -20; - pixel_y = 8 - }, -/obj/item/tool/hatchet{ - pixel_x = -14; - pixel_y = 6 - }, -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) -"mmu" = ( -/obj/structure/flora/jungle/plantbot1, +"mmc" = ( +/obj/structure/barricade/wooden, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/floor/warning/north, +/area/lv624/lazarus/landing_zones/lz1) +"mmu" = ( +/obj/structure/flora/jungle/plantbot1, /turf/open/gm/grass/grass1, /area/lv624/ground/colony/west_tcomms_road) -"mnf" = ( -/turf/open/floor/plating/asteroidwarning/east, -/area/lv624/lazarus/landing_zones/lz2) -"mnj" = ( -/obj/effect/decal/cleanable/blood/splatter, -/obj/effect/decal/cleanable/blood/gibs, -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/main_hall) +"mnq" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/weapon/pole/fancy_cane, +/turf/open/floor/white, +/area/lv624/lazarus/corporate_dome) "mnr" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, /area/lv624/ground/jungle/east_jungle) @@ -12406,43 +12423,27 @@ }, /turf/open/floor/wood, /area/lv624/ground/caves/north_central_caves) -"mpq" = ( -/obj/structure/machinery/newscaster{ - pixel_y = 30 - }, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"mpC" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/folder, -/obj/item/device/assembly/signaller, -/obj/structure/platform_decoration{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) -"mqp" = ( -/obj/structure/machinery/cm_vending/sorted/tech/robotics, -/turf/open/floor/plating/platebot, -/area/lv624/lazarus/robotics) +"mpL" = ( +/obj/structure/surface/table, +/obj/item/tool/crowbar, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) "mqJ" = ( /obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/dirt, /area/lv624/ground/river/east_river) +"mqU" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) "mrg" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/central_caves) -"mru" = ( -/obj/item/clothing/glasses/regular, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/grimy, -/area/lv624/lazarus/hop) -"mrL" = ( -/turf/open/floor/plating/warnplate, -/area/lv624/ground/barrens/east_barrens/ceiling) "mrQ" = ( /obj/structure/bed/chair/comfy/black{ dir = 4 @@ -12452,20 +12453,17 @@ "msd" = ( /turf/open/gm/dirtgrassborder/west, /area/lv624/ground/caves/sand_temple) -"msy" = ( -/obj/structure/machinery/shower{ - pixel_y = 16 - }, -/obj/effect/landmark/monkey_spawn, -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/research) "msV" = ( /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/dirt, /area/lv624/ground/river/west_river) +"mte" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/redyellowfull, +/area/lv624/ground/barrens/west_barrens/ceiling) +"mtJ" = ( +/turf/open/floor/white, +/area/lv624/lazarus/corporate_dome) "mun" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, @@ -12481,67 +12479,99 @@ /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) -"muU" = ( -/obj/structure/surface/rack, -/obj/item/stack/sheet/mineral/gold{ - amount = 2 - }, -/obj/item/stack/sheet/mineral/platinum{ - pixel_x = -6 - }, -/turf/open/floor/vault2/west, -/area/lv624/ground/barrens/north_east_barrens/ceiling) "mvr" = ( /obj/structure/machinery/colony_floodlight, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_west_jungle) +"mvv" = ( +/obj/structure/surface/table, +/obj/item/toy/deck, +/obj/item/storage/fancy/cigarettes/wypacket, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) +"mvI" = ( +/obj/effect/decal/remains/xeno, +/obj/item/stack/sheet/metal, +/turf/open/gm/dirt, +/area/lv624/ground/colony/west_tcomms_road) +"mvO" = ( +/turf/open/floor/whiteblue/west, +/area/lv624/lazarus/medbay) +"mwi" = ( +/turf/open/floor/plating/asteroidwarning/southeast, +/area/lv624/lazarus/landing_zones/lz2) +"mww" = ( +/obj/structure/cargo_container/seegson/mid, +/turf/open/floor/plating/platebotc, +/area/lv624/lazarus/quartstorage/outdoors) +"mwJ" = ( +/turf/open/floor/plating/warnplate/east, +/area/lv624/lazarus/engineering) "mxd" = ( /obj/structure/flora/bush/ausbushes/var3/ywflowers, /turf/open/gm/grass/grass1, /area/lv624/lazarus/quartstorage/outdoors) +"mxD" = ( +/obj/structure/cargo_container/wy/mid, +/turf/open/floor/bot/north, +/area/lv624/ground/barrens/containers) +"mxE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/grille, +/turf/open/floor/plating/warnplate/east, +/area/lv624/ground/river/central_river) +"mxF" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/grown/banana, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) "mxW" = ( /obj/structure/window/framed/colony/reinforced, /obj/structure/flora/jungle/vines/light_2, /turf/open/floor/plating, /area/lv624/lazarus/landing_zones/lz2) -"myF" = ( -/obj/effect/landmark/good_item, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) "myI" = ( /obj/effect/landmark/monkey_spawn, /obj/structure/flora/jungle/vines/light_2, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) -"mzj" = ( -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) -"mzL" = ( -/obj/structure/stairs/perspective{ - color = "#b29082"; - dir = 4; - icon_state = "p_stair_full" - }, -/obj/structure/platform_decoration/mineral/sandstone/runed{ +"myR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/barrens/south_eastern_barrens) -"mAl" = ( -/obj/structure/stairs/perspective{ - color = "#b29082"; - dir = 8; - icon_state = "p_stair_full" - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/caves/sand_temple) -"mDr" = ( -/turf/open/floor/white, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/chapel/north, /area/lv624/lazarus/chapel) -"mDt" = ( -/obj/structure/machinery/autolathe, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/robotics) +"mzh" = ( +/obj/structure/surface/table, +/obj/structure/machinery/light, +/obj/item/tool/wrench, +/obj/item/tool/weldingtool, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"mAn" = ( +/turf/open/floor/whitebluecorner/north, +/area/lv624/lazarus/medbay) +"mAo" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) +"mCZ" = ( +/obj/item/weapon/twohanded/fireaxe, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/dark, +/area/lv624/lazarus/comms) +"mDK" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) "mEo" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 10 @@ -12552,6 +12582,10 @@ /obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/dirtgrassborder/south, /area/lv624/ground/jungle/north_jungle) +"mEY" = ( +/obj/effect/landmark/hunter_secondary, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) "mFu" = ( /obj/effect/landmark/crap_item, /turf/open/gm/dirt, @@ -12562,29 +12596,34 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_east_caves) -"mGg" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper Leisure Dome"; - req_access_txt = "100" - }, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/fitness) "mGG" = ( /obj/structure/window_frame/colony/reinforced, /turf/open/floor/plating, /area/lv624/lazarus/corporate_dome) -"mGW" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/grille, -/turf/open/floor/plating/warnplate/east, -/area/lv624/ground/river/east_river) +"mHi" = ( +/obj/docking_port/stationary/marine_dropship/lz2{ + name = "LZ2: Robotics Landing Zone" + }, +/turf/open/floor/plating, +/area/lv624/lazarus/landing_zones/lz2) "mHk" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 10 }, /turf/open/gm/dirt, /area/lv624/ground/caves/east_caves) +"mHp" = ( +/turf/open/floor/warningcorner/east, +/area/lv624/lazarus/landing_zones/lz1) +"mHy" = ( +/obj/structure/surface/table, +/obj/effect/decal/remains/human, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) +"mHK" = ( +/turf/open/floor/plating/warnplate/west, +/area/lv624/ground/barrens/central_barrens) "mHM" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, /area/lv624/ground/colony/south_medbay_road) @@ -12597,31 +12636,23 @@ /obj/structure/flora/bush/ausbushes/palebush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_central_caves) +"mJQ" = ( +/turf/open/gm/dirtgrassborder/desert3, +/area/lv624/ground/barrens/south_eastern_barrens) +"mJZ" = ( +/obj/structure/surface/table, +/obj/item/folder, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) "mKf" = ( /turf/open/gm/dirt, /area/lv624/ground/colony/west_nexus_road) -"mKh" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = 2; - pixel_y = 7 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/east_caves) -"mKu" = ( -/obj/structure/surface/table, -/turf/open/floor/vault2, -/area/lv624/lazarus/robotics) -"mKL" = ( -/obj/structure/surface/table/reinforced{ - dir = 8; - flipped = 1 +"mKl" = ( +/obj/item/circuitboard/airlock{ + pixel_x = 12 }, -/obj/effect/decal/remains/human, -/turf/open/floor/plating/warnplate/west, -/area/lv624/ground/barrens/central_barrens) +/turf/open/floor/asteroidwarning/north, +/area/lv624/ground/colony/telecomm/cargo) "mKM" = ( /obj/structure/machinery/door/airlock/sandstone/runed/destroyable{ name = "\improper Strange Temple" @@ -12632,10 +12663,14 @@ /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/east_caves) -"mMi" = ( -/obj/structure/surface/table, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) +"mLK" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/cult, +/area/lv624/ground/caves/east_caves) +"mMh" = ( +/obj/structure/inflatable, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) "mMq" = ( /obj/structure/flora/jungle/planttop1, /turf/open/gm/grass/grass1, @@ -12658,11 +12693,9 @@ /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, /area/lv624/ground/jungle/east_central_jungle) -"mOg" = ( -/obj/effect/decal/remains/human, -/obj/effect/landmark/crap_item, -/turf/open/floor/white, -/area/lv624/lazarus/research) +"mOp" = ( +/turf/open/gm/dirt/desert3, +/area/lv624/ground/barrens/east_barrens) "mOA" = ( /obj/structure/flora/bush/ausbushes/ausbush, /turf/open/gm/dirt, @@ -12671,45 +12704,82 @@ /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_central_caves) -"mPj" = ( -/obj/structure/bed, -/obj/item/bedsheet/mime, -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) +"mPq" = ( +/obj/structure/holohoop{ + dir = 1 + }, +/obj/structure/machinery/light, +/turf/open/floor/warnwhite, +/area/lv624/lazarus/fitness) "mPt" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, /area/lv624/ground/barrens/south_eastern_jungle_barrens) +"mPJ" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/plating/warnplate/northeast, +/area/lv624/ground/barrens/central_barrens) "mPK" = ( /obj/effect/landmark/crap_item, /turf/open/gm/dirt, /area/lv624/ground/barrens/west_barrens) -"mQK" = ( -/turf/open/gm/dirtgrassborder/desert2, -/area/lv624/ground/barrens/south_eastern_barrens) -"mQP" = ( -/obj/structure/machinery/light{ - dir = 8 - }, +"mPU" = ( +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) +"mQh" = ( /obj/structure/surface/table, -/obj/item/trash/cheesie, -/obj/effect/landmark/crap_item, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) +/obj/item/stack/medical/ointment, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/plating/warnplate/east, +/area/lv624/ground/barrens/east_barrens/ceiling) +"mQq" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/kitchen) +"mRM" = ( +/obj/item/reagent_container/food/drinks/flask/barflask, +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = -30 + }, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) "mSN" = ( /obj/structure/flora/bush/ausbushes/ausbush, /turf/open/gm/dirtgrassborder/east, /area/lv624/ground/barrens/south_eastern_jungle_barrens) -"mTe" = ( -/obj/structure/largecrate/random, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/quartstorage) -"mTx" = ( -/obj/structure/surface/table, -/obj/item/weapon/gun/pistol/holdout, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +"mSR" = ( +/obj/structure/ore_box, /turf/open/floor/plating/platebot, /area/lv624/lazarus/robotics) +"mTu" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 7 + }, +/turf/open/floor/plating/warnplate/north, +/area/lv624/lazarus/robotics) +"mUa" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/kitchen/knife/butcher{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/tool/kitchen/utensil/knife{ + pixel_x = 10; + pixel_y = 6 + }, +/obj/item/tool/kitchen/utensil/fork{ + pixel_x = -8; + pixel_y = 7 + }, +/turf/open/floor/vault2/west, +/area/lv624/lazarus/quartstorage) "mUQ" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /turf/open/gm/grass/grass1, @@ -12746,6 +12816,10 @@ /obj/structure/flora/bush/ausbushes/palebush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/central_caves) +"mVF" = ( +/obj/effect/decal/cleanable/blood/gibs, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/main_hall) "mVK" = ( /obj/structure/machinery/colony_floodlight, /turf/open/gm/grass/grass1, @@ -12756,19 +12830,35 @@ "mWe" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, /area/lv624/ground/jungle/south_west_jungle) -"mWo" = ( -/obj/item/stack/rods, -/obj/item/shard, -/turf/open/floor/whiteyellow/east, -/area/lv624/lazarus/corporate_dome) "mWA" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/north_east_caves) -"mXg" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/vault2, -/area/lv624/lazarus/robotics) +"mWG" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, +/turf/open/floor/wood, +/area/lv624/lazarus/hop) +"mXE" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "cargospecial1" + }, +/turf/open/floor/vault, +/area/lv624/lazarus/quartstorage) +"mXK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) "mXR" = ( /turf/open/gm/dirtgrassborder/west, /area/lv624/ground/colony/north_nexus_road) @@ -12778,29 +12868,15 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) -"mZx" = ( -/turf/open/floor/wood/wood_broken3, -/area/lv624/ground/caves/north_central_caves) -"nai" = ( -/obj/structure/closet{ - density = 0; - icon_state = "open"; - opened = 1 - }, -/obj/item/clothing/under/colonist, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) -"nat" = ( -/obj/structure/stairs/perspective{ - color = "#b29082"; - dir = 4; - icon_state = "p_stair_full" - }, -/obj/structure/platform_decoration/mineral/sandstone/runed{ - dir = 1 +"mZv" = ( +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/barrens/south_eastern_barrens) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) "naR" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/east, @@ -12812,9 +12888,10 @@ /obj/structure/flora/jungle/vines/light_1, /turf/closed/wall/r_wall, /area/lv624/lazarus/landing_zones/lz1) -"ncy" = ( -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) +"ncT" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/white, +/area/lv624/lazarus/medbay) "ndk" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/auto_turf/strata_grass/layer1, @@ -12823,13 +12900,6 @@ /obj/structure/flora/jungle/vines/light_1, /turf/closed/wall/r_wall, /area/lv624/lazarus/corporate_dome) -"ndZ" = ( -/obj/item/reagent_container/food/snacks/grown/banana{ - pixel_x = -8 - }, -/obj/structure/surface/rack, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/kitchen) "ner" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, @@ -12838,13 +12908,23 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/central_caves) -"nfm" = ( -/obj/item/ammo_casing/bullet{ - icon_state = "cartridge_6_1" +"neE" = ( +/obj/structure/machinery/constructable_frame{ + icon_state = "box_1" }, -/obj/item/ammo_magazine/smg/mp5, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/floor/plating/warnplate, +/area/lv624/ground/river/central_river) +"neW" = ( +/obj/effect/decal/remains/human, +/turf/open/floor/vault2/west, +/area/lv624/lazarus/robotics) +"nfj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/kitchen) "nfD" = ( /obj/effect/landmark/survivor_spawner, /turf/open/gm/dirt, @@ -12859,25 +12939,14 @@ }, /turf/open/gm/dirt, /area/lv624/ground/barrens/south_eastern_barrens) -"ngl" = ( -/obj/structure/lattice{ - layer = 2.9 - }, -/obj/structure/machinery/power/reactor/colony, -/turf/open/floor/plating/warnplate, -/area/lv624/lazarus/engineering) -"ngH" = ( -/obj/structure/stairs/perspective{ - color = "#b29082"; - dir = 8; - icon_state = "p_stair_ew_full_cap"; - layer = 3.5 - }, -/obj/structure/platform/mineral/sandstone/runed{ - dir = 1 +"ngX" = ( +/obj/item/weapon/gun/smg/mp5, +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_3_1" }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/barrens/south_eastern_barrens) +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/white, +/area/lv624/lazarus/corporate_dome) "nha" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, @@ -12886,20 +12955,24 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/east_caves) -"nhb" = ( -/obj/structure/closet, -/obj/item/weapon/baseballbat, -/obj/item/clothing/head/beret/jan, -/obj/item/stack/medical/splint, -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) "nhi" = ( /obj/structure/flora/bush/ausbushes/genericbush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/west_central_jungle) +"nhD" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/wood/wood_broken6, +/area/lv624/ground/caves/north_central_caves) +"niD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"niE" = ( +/turf/open/floor/strata/grey_multi_tiles, +/area/lv624/ground/caves/sand_temple) "niF" = ( /obj/structure/flora/bush/ausbushes/var3/sunnybush, /turf/open/gm/grass/grass1, @@ -12928,30 +13001,23 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_jungle) -"nlx" = ( -/obj/structure/machinery/computer/telecomms/server{ - pixel_y = 16 - }, -/obj/structure/bed/chair/office/light{ - dir = 1 - }, -/turf/open/floor/brown/northwest, +"nlb" = ( +/obj/structure/window_frame/colony/reinforced, +/obj/item/stack/rods, +/turf/open/floor/plating, /area/lv624/lazarus/comms) -"nlJ" = ( -/obj/structure/closet/secure_closet/freezer/kitchen, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/kitchen) -"nmA" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/structure/blocker/forcefield/multitile_vehicles, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, -/turf/open/floor/cult, -/area/lv624/ground/caves/south_west_caves) -"nmL" = ( -/obj/structure/surface/rack, -/obj/effect/spawner/random/tech_supply, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) +"nlh" = ( +/obj/structure/lattice{ + layer = 2.9 + }, +/obj/structure/machinery/power/reactor/colony, +/turf/open/floor/plating/warnplate/east, +/area/lv624/lazarus/engineering) +"nlB" = ( +/obj/item/ammo_casing, +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/plating/warnplate/northwest, +/area/lv624/ground/barrens/central_barrens) "nmO" = ( /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/grass/grass1, @@ -12963,136 +13029,89 @@ "nnL" = ( /turf/open/gm/coast/beachcorner2/south_east, /area/lv624/ground/barrens/east_barrens) -"noq" = ( -/obj/structure/barricade/wooden{ - dir = 1; - pixel_y = 7 +"noo" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/device/flashlight/lantern{ + pixel_x = 1; + pixel_y = 9 }, -/turf/open/floor/plating/warnplate/north, +/turf/open/floor/carpet/bcarpet09, +/area/lv624/ground/caves/north_central_caves) +"npf" = ( +/turf/open/gm/coast/beachcorner/north_east, +/area/lv624/ground/jungle/west_jungle) +"npv" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/vault2, /area/lv624/lazarus/robotics) -"nov" = ( -/obj/structure/bed/chair/dropship/pilot{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/drip, +"npQ" = ( +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/flora/bush/ausbushes/ppflowers, +/turf/open/gm/grass/grass1, +/area/lv624/ground/jungle/west_jungle) +"nqv" = ( +/turf/open/gm/river, +/area/lv624/ground/barrens/east_barrens) +"nqy" = ( +/obj/structure/flora/bush/ausbushes/lavendergrass, +/turf/open/gm/grass/grass1, +/area/lv624/ground/jungle/north_jungle) +"nqX" = ( +/obj/structure/xenoautopsy/tank/hugger, /turf/open/shuttle/bright_red, /area/lv624/lazarus/crashed_ship_containers) -"noI" = ( -/obj/structure/surface/table, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) -"noK" = ( +"nrh" = ( +/obj/item/trash/cheesie, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) +"nrE" = ( /obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ light_on = 1; light_range = 1; light_system = 1; - pixel_x = -1; - pixel_y = 7 + pixel_x = -10; + pixel_y = -2 }, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_west_caves) -"noQ" = ( -/obj/structure/sink{ - pixel_y = 30 - }, -/turf/open/floor/plating/warnplate/north, -/area/lv624/ground/barrens/east_barrens/ceiling) -"noU" = ( -/obj/effect/decal/cleanable/cobweb2, -/obj/item/reagent_container/hypospray/autoinjector/tricord, -/obj/structure/surface/rack, -/obj/item/reagent_container/hypospray/autoinjector/tricord, -/obj/effect/landmark/crap_item, -/obj/effect/landmark/crap_item, -/obj/item/clothing/suit/armor/vest/security, -/turf/open/floor/cult, -/area/lv624/lazarus/armory) -"npf" = ( -/turf/open/gm/coast/beachcorner/north_east, -/area/lv624/ground/jungle/west_jungle) -"npj" = ( -/obj/structure/lattice{ - layer = 2.9 - }, -/obj/structure/machinery/power/reactor/colony, -/turf/open/floor/plating/warnplate/east, -/area/lv624/lazarus/engineering) -"npk" = ( -/obj/structure/window/framed/colony, -/turf/open/floor/vault2/west, -/area/lv624/ground/barrens/east_barrens/ceiling) -"npQ" = ( -/obj/structure/flora/jungle/vines/heavy, -/obj/structure/flora/bush/ausbushes/ppflowers, -/turf/open/gm/grass/grass1, -/area/lv624/ground/jungle/west_jungle) -"npS" = ( -/obj/structure/disposalpipe/broken{ - dir = 1 - }, -/obj/structure/grille, -/turf/open/floor/plating/warnplate/west, -/area/lv624/ground/river/west_river) -"nqn" = ( -/obj/structure/bed/chair/dropship/pilot, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) -"nqv" = ( -/turf/open/gm/river, -/area/lv624/ground/barrens/east_barrens) -"nqy" = ( -/obj/structure/flora/bush/ausbushes/lavendergrass, -/turf/open/gm/grass/grass1, -/area/lv624/ground/jungle/north_jungle) -"nqM" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Nexus Dome Canteen"; - req_access_txt = "100" - }, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) -"nqN" = ( -/obj/effect/landmark/good_item, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/robotics) -"nrv" = ( -/obj/effect/decal/cleanable/blood, -/obj/item/device/flashlight/lamp, -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) -"nsk" = ( -/turf/open/gm/dirt, -/area/lv624/ground/river/west_river) -"nsA" = ( -/obj/structure/lz_sign/lazarus_sign{ - layer = 4 +"nsk" = ( +/turf/open/gm/dirt, +/area/lv624/ground/river/west_river) +"nsA" = ( +/obj/structure/lz_sign/lazarus_sign{ + layer = 4 }, /turf/open/gm/dirt, /area/lv624/lazarus/landing_zones/lz2) -"ntp" = ( -/obj/item/stack/sheet/wood{ - amount = 2 - }, -/turf/open/floor/warning/northeast, -/area/lv624/lazarus/landing_zones/lz2) +"nsO" = ( +/obj/structure/machinery/power/apc/no_power/south, +/turf/open/floor/asteroidfloor/north, +/area/lv624/ground/colony/telecomm/cargo) +"nth" = ( +/turf/open/floor/plating/platebot, +/area/lv624/lazarus/robotics) "ntr" = ( /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/barrens/north_east_barrens) +"ntI" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/plating/platebot, +/area/lv624/lazarus/robotics) "ntL" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/south, /area/lv624/ground/colony/west_tcomms_road) -"ntM" = ( -/obj/structure/machinery/light, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) "ntQ" = ( /obj/structure/flora/bush/ausbushes/ausbush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/west_central_jungle) +"nul" = ( +/turf/open/gm/dirt/desert3, +/area/lv624/ground/barrens/south_eastern_jungle_barrens) +"nuH" = ( +/turf/open/floor/barber/west, +/area/lv624/lazarus/kitchen) "nuU" = ( /obj/effect/landmark/hunter_primary, /turf/open/gm/grass/grass2, @@ -13100,11 +13119,15 @@ "nuW" = ( /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/jungle/north_west_jungle) -"nva" = ( -/obj/item/device/flashlight, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/red/east, -/area/lv624/lazarus/security) +"nvE" = ( +/obj/structure/flora/jungle/vines/heavy{ + pixel_y = 26 + }, +/obj/structure/flora/jungle/vines/light_2{ + pixel_y = -22 + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/jungle/south_west_jungle/ceiling) "nvS" = ( /obj/structure/showcase{ color = "#95948B"; @@ -13134,97 +13157,105 @@ }, /turf/open/floor/sandstone/runed, /area/lv624/ground/barrens/south_eastern_barrens) -"nwE" = ( -/obj/item/device/analyzer, -/turf/open/floor/redyellowfull, -/area/lv624/ground/barrens/west_barrens/ceiling) "nwI" = ( /obj/item/bananapeel, /turf/open/gm/dirt, /area/lv624/lazarus/landing_zones/lz2) -"nxk" = ( -/obj/structure/machinery/door/airlock/almayer/secure/colony{ - name = "Water Filtration Plant"; - req_access_txt = "100" - }, -/turf/open/floor/vault2/west, -/area/lv624/ground/barrens/east_barrens/ceiling) -"nxt" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/structure/grille, -/turf/open/floor/plating/warnplate/east, -/area/lv624/ground/river/east_river) -"nxv" = ( -/turf/open/gm/dirt/desert3, -/area/lv624/ground/caves/south_west_caves) -"nxH" = ( -/obj/structure/flora/jungle/vines/light_2, -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 2; - name = "\improper Atmospherics Condenser" - }, -/turf/open/floor/plating/platebotc, -/area/lv624/lazarus/yggdrasil) -"nyi" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner, -/turf/open/gm/grass/grass1, -/area/lv624/ground/jungle/central_jungle) -"nyn" = ( -/obj/structure/sink/kitchen{ - pixel_y = 30 - }, -/obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/microwavable/donkpocket{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/reagent_container/food/snacks/microwavable/donkpocket{ - pixel_x = -4; - pixel_y = -4 - }, -/obj/item/reagent_container/food/snacks/microwavable/donkpocket, -/turf/open/floor/barber/west, -/area/lv624/lazarus/kitchen) +"nxI" = ( +/obj/structure/closet/cabinet, +/turf/open/floor/wood/wood_broken, +/area/lv624/ground/caves/north_central_caves) +"nyg" = ( +/obj/structure/surface/rack, +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) "nys" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 10 }, /turf/open/gm/dirt, /area/lv624/ground/caves/south_west_caves) -"nyN" = ( -/turf/open/floor/plating/warnplate/southeast, -/area/lv624/ground/barrens/east_barrens/ceiling) +"nza" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner, +/turf/open/gm/grass/grass1, +/area/lv624/ground/jungle/north_jungle) "nzw" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/gm/dirt, /area/lv624/ground/caves/east_caves) -"nAa" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) +"nAp" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 16 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 16 + }, +/turf/open/floor/whiteblue/northwest, +/area/lv624/lazarus/corporate_dome) "nAD" = ( /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/gm/dirt, /area/lv624/ground/jungle/south_central_jungle) +"nAP" = ( +/turf/open/shuttle/bright_red, +/area/lv624/ground/barrens/north_east_barrens) +"nAQ" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = 2; + pixel_y = 7 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/central_caves) +"nBn" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 28 + }, +/turf/open/floor/whiteblue/north, +/area/lv624/lazarus/medbay) "nBM" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/grass/grass1, /area/lv624/ground/barrens/south_eastern_jungle_barrens) -"nCm" = ( -/turf/open/floor/whiteyellowcorner/east, -/area/lv624/lazarus/main_hall) -"nDT" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/warnwhite/east, -/area/lv624/lazarus/fitness) +"nCa" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/flashlight/lamp{ + pixel_x = 6; + pixel_y = 14 + }, +/obj/structure/phone_base/colony_net/rotary{ + phone_category = "Lazarus Landing"; + phone_color = "red"; + phone_id = "Marshal Office" + }, +/turf/open/floor/redcorner/west, +/area/lv624/lazarus/security) +"nCq" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = -30 + }, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) "nEd" = ( /turf/closed/wall/r_wall, /area/lv624/lazarus/robotics) +"nEj" = ( +/turf/open/gm/dirt/desert0, +/area/lv624/ground/caves/south_west_caves) "nEo" = ( /obj/item/stack/sheet/metal{ amount = 3 @@ -13252,32 +13283,16 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/barrens/south_eastern_jungle_barrens) -"nEP" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/cheeseburger, -/obj/effect/landmark/crap_item, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"nFw" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/whitebluecorner/north, -/area/lv624/lazarus/corporate_dome) -"nGw" = ( -/obj/structure/platform_decoration/mineral/sandstone/runed{ - dir = 4 +"nEW" = ( +/obj/structure/target/syndicate, +/turf/open/floor/red/northeast, +/area/lv624/lazarus/security) +"nGW" = ( +/obj/structure/machinery/atm{ + name = "Weyland-Yutani Automatic Teller Machine"; + pixel_y = 30 }, -/turf/open/gm/dirt/desert_dug, -/area/lv624/ground/caves/sand_temple) -"nGy" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) -"nGJ" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/whiteyellowcorner/west, +/turf/open/floor/whiteblue/northwest, /area/lv624/lazarus/corporate_dome) "nHq" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, @@ -13299,51 +13314,28 @@ /obj/structure/flora/bush/ausbushes/genericbush, /turf/open/gm/grass/grass1, /area/lv624/lazarus/landing_zones/lz2) -"nIj" = ( -/obj/structure/surface/table, -/obj/structure/machinery/processor, -/turf/open/floor/barber/west, -/area/lv624/lazarus/kitchen) -"nIR" = ( -/obj/structure/bed/chair/wheelchair, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) +"nJp" = ( +/turf/open/gm/dirt/desert2, +/area/lv624/ground/barrens/central_barrens) +"nJB" = ( +/turf/open/floor/plating/warnplate/northeast, +/area/lv624/lazarus/engineering) "nJF" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, /area/lv624/ground/colony/west_nexus_road) -"nJM" = ( -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = -30 - }, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) -"nJU" = ( -/obj/item/weapon/gun/rifle/m41a, -/turf/open/gm/dirt, -/area/lv624/lazarus/secure_storage) -"nJV" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood, -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) -"nKg" = ( -/obj/structure/flora/jungle/vines/heavy, -/turf/open/floor/corsat/squareswood/north, -/area/lv624/ground/caves/sand_temple) -"nKN" = ( -/obj/structure/closet/crate/hydroponics/prespawned, +"nJI" = ( /obj/structure/machinery/light{ - dir = 8 + dir = 1 }, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/spawner/random/tool, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) +"nKv" = ( +/obj/structure/target, +/turf/open/floor/red/northwest, +/area/lv624/lazarus/security) "nLf" = ( /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/dirtgrassborder/west, @@ -13352,6 +13344,10 @@ /obj/structure/flora/grass/tallgrass/jungle, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) +"nLo" = ( +/obj/structure/surface/table, +/turf/open/floor/vault2, +/area/lv624/lazarus/robotics) "nLF" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 10 @@ -13362,60 +13358,66 @@ /obj/structure/flora/bush/ausbushes/palebush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_central_jungle) -"nMl" = ( -/obj/item/tool/crowbar/red, -/turf/open/floor/warningcorner/west, -/area/lv624/lazarus/landing_zones/lz1) -"nMv" = ( -/obj/item/shard, -/turf/open/floor/podhatchfloor, -/area/lv624/lazarus/comms) +"nMb" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/obj/structure/flora/jungle/vines/light_3, +/turf/open/floor/warning/southeast, +/area/lv624/lazarus/landing_zones/lz2) "nMJ" = ( /obj/structure/flora/jungle/vines/heavy, /turf/closed/wall/r_wall, /area/lv624/lazarus/corporate_dome) -"nML" = ( -/obj/structure/bed/chair/office/light, -/turf/open/floor/redfull/northwest, -/area/lv624/lazarus/security) -"nNl" = ( -/obj/structure/surface/table, -/obj/item/book/manual/research_and_development, -/obj/item/cell/hyper, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) "nNw" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/grassdirt_corner/north_west, /area/lv624/ground/colony/west_nexus_road) -"nNI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/no_power/north, -/turf/open/floor/delivery, -/area/lv624/lazarus/engineering) +"nNO" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/landmark/good_item, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) +"nOc" = ( +/obj/item/frame/table, +/obj/effect/landmark/crap_item, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) +"nOd" = ( +/obj/item/trash/chips, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) +"nOR" = ( +/obj/structure/stairs/perspective{ + color = "#6b675e"; + dir = 6; + icon_state = "p_stair_full" + }, +/obj/structure/platform/mineral/sandstone/runed{ + dir = 8 + }, +/turf/open/floor/strata/grey_multi_tiles, +/area/lv624/ground/caves/sand_temple) "nOX" = ( /obj/structure/machinery/colony_floodlight, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_jungle) -"nPa" = ( -/obj/structure/surface/rack, -/obj/item/tool/crowbar, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/quartstorage) "nPd" = ( /turf/open/gm/coast/beachcorner/south_west, /area/lv624/ground/river/central_river) -"nPW" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Nexus Dome Chapel"; - req_access_txt = "100" - }, -/turf/open/floor/white, -/area/lv624/lazarus/chapel) -"nQK" = ( -/turf/open/gm/dirt/desert2, +"nQC" = ( +/obj/item/ammo_casing, +/turf/open/floor/plating/warnplate/west, /area/lv624/ground/barrens/central_barrens) +"nQQ" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/whiteblue/northeast, +/area/lv624/lazarus/medbay) "nRA" = ( /obj/item/reagent_container/food/snacks/grown/mushroom/plumphelmet{ pixel_x = 8; @@ -13423,27 +13425,50 @@ }, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/west_caves) -"nSs" = ( -/obj/effect/landmark/lv624/fog_blocker, -/turf/open/floor/plating/warnplate/southwest, -/area/lv624/ground/river/central_river) -"nSA" = ( -/obj/effect/decal/remains/human, -/obj/structure/machinery/light{ - dir = 4 +"nSm" = ( +/obj/structure/bed/chair/dropship/pilot{ + dir = 1 }, -/turf/open/floor/white, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) +"nSv" = ( +/obj/structure/surface/table, +/obj/effect/landmark/good_item, +/turf/open/floor/whitepurple/northeast, /area/lv624/lazarus/research) -"nSM" = ( -/obj/structure/machinery/photocopier, -/turf/open/floor/whiteblue/southwest, -/area/lv624/lazarus/corporate_dome) +"nSL" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/turf/open/floor/whiteblue, +/area/lv624/lazarus/medbay) "nSR" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 5 }, /turf/open/gm/grass/grass1, /area/lv624/lazarus/landing_zones/lz1) +"nTf" = ( +/obj/item/tool/extinguisher, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) +"nTH" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) +"nTR" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/shovel/etool/folded, +/obj/item/tool/soap/deluxe{ + pixel_x = 4; + pixel_y = 13 + }, +/turf/open/floor/plating/asteroidfloor/north, +/area/lv624/lazarus/corporate_dome) "nUy" = ( /turf/closed/wall/r_wall/unmeltable, /area/lv624/lazarus/robotics) @@ -13454,17 +13479,14 @@ /obj/structure/barricade/wooden, /turf/open/gm/dirt, /area/lv624/lazarus/crashed_ship_containers) +"nUU" = ( +/obj/item/clothing/glasses/regular, +/turf/open/floor/white, +/area/lv624/lazarus/research) "nUZ" = ( /obj/effect/decal/grass_overlay/grass1, /turf/open/gm/dirt, /area/lv624/ground/caves/central_caves) -"nVa" = ( -/obj/structure/machinery/shower{ - dir = 8 - }, -/obj/effect/glowshroom, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/toilet) "nVC" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 6 @@ -13475,6 +13497,10 @@ /obj/structure/flora/bush/ausbushes/var3/ywflowers, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_west_jungle) +"nVP" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/whiteblue/north, +/area/lv624/lazarus/medbay) "nVZ" = ( /obj/structure/stairs/perspective{ color = "#b29082"; @@ -13486,31 +13512,22 @@ }, /turf/open/gm/dirt, /area/lv624/ground/barrens/south_eastern_barrens) -"nWa" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/stack/sheet/metal{ - amount = 30; - pixel_x = 4; - pixel_y = 4 - }, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/quartstorage) "nWe" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/gm/dirt, /area/lv624/ground/barrens/south_eastern_jungle_barrens) +"nWp" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/shard, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) "nWJ" = ( /obj/structure/flora/bush/ausbushes/var3/stalkybush, /turf/open/gm/river, /area/lv624/ground/jungle/west_jungle) -"nXv" = ( -/obj/structure/window/framed/colony, -/turf/open/floor/platebot, -/area/lv624/ground/barrens/east_barrens/ceiling) -"nYn" = ( -/obj/item/prop/alien/hugger, -/turf/open/floor/white, -/area/lv624/lazarus/research) "nYx" = ( /obj/structure/flora/jungle/planttop1, /obj/structure/flora/jungle/vines/light_3, @@ -13520,35 +13537,41 @@ /obj/structure/flora/grass/tallgrass/jungle, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) +"nZi" = ( +/turf/open/gm/dirt/desert3, +/area/lv624/ground/caves/south_west_caves) "nZz" = ( /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/gm/grass/grass2, /area/lv624/ground/barrens/south_eastern_jungle_barrens) -"nZS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed/chair/office/light{ - dir = 1 - }, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) -"oas" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/effect/landmark/crap_item, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) +"oah" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/device/flashlight/lamp, +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) "oaL" = ( /obj/structure/flora/bush/ausbushes/ausbush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_central_jungle) +"oaO" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/floor/strata/grey_multi_tiles, +/area/lv624/ground/caves/sand_temple) +"obm" = ( +/obj/structure/surface/table, +/obj/item/tool/surgery/scalpel{ + pixel_y = 12 + }, +/obj/structure/machinery/light, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) "obp" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/gm/coast/beachcorner/south_west, /area/lv624/ground/barrens/east_barrens) -"obB" = ( -/turf/open/floor/asteroidwarning/northeast, -/area/lv624/ground/colony/telecomm/sw_lz2) "obC" = ( /obj/structure/flora/bush/ausbushes/palebush, /turf/open/gm/grass/grass1, @@ -13561,17 +13584,9 @@ /obj/structure/flora/grass/tallgrass/jungle/corner, /turf/open/gm/grass/grass2, /area/lv624/ground/jungle/north_east_jungle) -"ocu" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/toolbox/mechanical{ - pixel_y = 6 - }, -/obj/item/storage/toolbox/electrical, -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/whiteblue/east, -/area/lv624/lazarus/corporate_dome) +"oco" = ( +/turf/open/gm/dirt/desert1, +/area/lv624/ground/caves/sand_temple) "ocL" = ( /obj/effect/landmark/lv624/fog_blocker, /obj/structure/platform_decoration/mineral/sandstone/runed{ @@ -13579,19 +13594,16 @@ }, /turf/open/gm/coast/beachcorner/north_east, /area/lv624/ground/river/east_river) +"ocX" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) "odw" = ( /obj/structure/machinery/landinglight/ds2/delaythree{ dir = 1 }, /turf/open/floor/plating, /area/lv624/lazarus/landing_zones/lz2) -"odC" = ( -/obj/structure/largecrate/random, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) "odE" = ( /obj/structure/fence, /obj/effect/landmark/nightmare{ @@ -13599,75 +13611,60 @@ }, /turf/open/gm/dirtgrassborder/north, /area/lv624/ground/colony/south_medbay_road) -"oeg" = ( -/obj/structure/noticeboard{ - pixel_y = 30 - }, +"oea" = ( +/obj/structure/surface/table, /obj/item/trash/cheesie, -/turf/open/floor/wood, -/area/lv624/lazarus/hop) -"oei" = ( -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = -30 - }, -/turf/open/floor/warning/west, -/area/lv624/lazarus/landing_zones/lz1) +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) "oek" = ( /turf/open/gm/coast/north, /area/lv624/ground/jungle/west_jungle) -"oen" = ( -/obj/structure/machinery/cm_vending/sorted/tech/science, +"oel" = ( +/obj/item/bananapeel, /turf/open/floor/whitepurple/northeast, /area/lv624/lazarus/research) "oeN" = ( /turf/closed/wall, /area/lv624/ground/barrens/north_east_barrens/ceiling) -"oeR" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/tool/candle, -/turf/open/floor/chapel/west, -/area/lv624/lazarus/chapel) "oeS" = ( /obj/effect/decal/remains/human, /turf/open/gm/dirt, /area/lv624/ground/barrens/east_barrens) -"ofo" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/white, -/area/lv624/lazarus/research) "ofv" = ( /obj/effect/landmark/crap_item, /turf/open/gm/grass/grass1, /area/lv624/ground/colony/south_medbay_road) -"ofP" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper Nexus Dome Male Dormitories"; - req_access_txt = "100" +"ofz" = ( +/obj/structure/surface/table, +/obj/structure/machinery/chem_dispenser/soda{ + pixel_y = 22 }, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) -"ofY" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/barber/west, +/area/lv624/lazarus/kitchen) +"ogl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "ogJ" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 6 }, /turf/open/gm/dirt, /area/lv624/ground/caves/central_caves) -"ogL" = ( -/obj/structure/surface/rack, -/obj/item/device/multitool, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) "ogM" = ( /turf/open/gm/dirt, /area/lv624/ground/river/east_river) +"ogX" = ( +/obj/structure/foamed_metal{ + layer = 3.1 + }, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "ogZ" = ( /obj/structure/flora/bush/ausbushes/var3/stalkybush, /turf/open/gm/dirt, @@ -13687,12 +13684,6 @@ }, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_central_caves) -"oho" = ( -/obj/docking_port/stationary/marine_dropship/lz2{ - name = "LZ2: Robotics Landing Zone" - }, -/turf/open/floor/plating, -/area/lv624/lazarus/landing_zones/lz2) "ohE" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/snacks/tomatomeat, @@ -13704,59 +13695,91 @@ }, /turf/open/floor/wood, /area/lv624/ground/caves/north_central_caves) -"okc" = ( -/obj/item/frame/apc, -/turf/open/floor/plating/warnplate/north, -/area/lv624/ground/barrens/east_barrens/ceiling) -"okK" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 +"oij" = ( +/obj/structure/closet/crate/hydroponics/prespawned, +/obj/structure/machinery/light{ + dir = 8 }, -/obj/item/prop/alien/hugger, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) -"olc" = ( -/obj/structure/bed/chair{ - dir = 1 +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) +"oim" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 }, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"olE" = ( -/obj/structure/barricade/wooden{ - dir = 8 +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 }, -/obj/structure/flora/jungle/vines/light_3, -/turf/open/floor/warning/southeast, -/area/lv624/lazarus/landing_zones/lz2) -"olY" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = 2; - pixel_y = -2 +/turf/open/floor/grimy, +/area/lv624/lazarus/hop) +"oiO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/east_caves) +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/grimy, +/area/lv624/lazarus/hop) +"ojw" = ( +/obj/item/weapon/sword{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/structure/showcase{ + color = "#95948B"; + desc = "A grey statue dawned in ancient armor, it stares into your soul."; + dir = 1; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + name = "Eternal guardian" + }, +/obj/item/clothing/mask/yautja_flavor{ + anchored = 1; + unacidable = 0 + }, +/obj/item/clothing/suit/armor/yautja_flavor{ + anchored = 1 + }, +/obj/item/clothing/shoes/yautja_flavor{ + anchored = 1 + }, +/turf/open/floor/strata/grey_multi_tiles, +/area/lv624/ground/caves/sand_temple) +"ojM" = ( +/obj/structure/disposalpipe/junction, +/obj/structure/grille{ + density = 0; + icon_state = "brokengrille" + }, +/turf/open/floor/plating/warnplate/west, +/area/lv624/ground/river/west_river) +"okl" = ( +/obj/item/storage/firstaid/regular, +/obj/structure/surface/rack, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) +"okT" = ( +/turf/open/floor/wood/wood_broken3, +/area/lv624/ground/jungle/west_jungle/ceiling) +"olX" = ( +/obj/structure/barricade/handrail/strata, +/turf/open/gm/dirtgrassborder/weedable/grass1, +/area/lv624/ground/barrens/south_eastern_barrens) "omu" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/gm/dirt, /area/lv624/ground/jungle/west_jungle) -"omF" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/white, -/area/lv624/lazarus/research) +"omJ" = ( +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/whiteblue/northwest, +/area/lv624/lazarus/corporate_dome) "omK" = ( /turf/open/gm/coast/beachcorner/south_east, /area/lv624/ground/barrens/west_barrens) -"omS" = ( -/turf/open/floor/chapel, -/area/lv624/lazarus/chapel) -"omT" = ( -/obj/structure/filingcabinet, -/turf/open/floor/grimy, -/area/lv624/lazarus/hop) "onP" = ( /obj/effect/decal/grass_overlay/grass1, /turf/open/gm/dirt, @@ -13764,10 +13787,12 @@ "onU" = ( /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/caves/west_caves) -"onW" = ( -/obj/item/tool/kitchen/utensil/fork, -/turf/open/floor/white, -/area/lv624/lazarus/medbay) +"ooj" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) "oov" = ( /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/gm/dirt, @@ -13776,92 +13801,92 @@ /obj/structure/flora/bush/ausbushes/ausbush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_central_jungle) +"ooO" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 7 + }, +/turf/open/floor/vault2, +/area/lv624/lazarus/robotics) +"opb" = ( +/obj/structure/lamarr{ + density = 0; + destroyed = 1; + icon_state = "labcageb0"; + occupied = 0 + }, +/obj/item/shard, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) "opf" = ( /obj/structure/flora/bush/ausbushes/ausbush, /obj/structure/flora/jungle/vines/light_2, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) -"opF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/rods, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) +"opp" = ( +/obj/item/bedsheet/rd, +/obj/item/weapon/pole/fancy_cane, +/obj/structure/bed{ + desc = "For prime comfort."; + name = "fancy bed" + }, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/grimy, +/area/lv624/lazarus/hop) "opP" = ( /turf/open/gm/dirtgrassborder/north, /area/lv624/ground/colony/south_medbay_road) -"opR" = ( -/obj/structure/machinery/medical_pod/sleeper, -/turf/open/floor/whitebluefull, -/area/lv624/lazarus/medbay) "opS" = ( /turf/open/gm/dirt, /area/lv624/ground/jungle/south_east_jungle) -"oqv" = ( -/obj/structure/machinery/vending/cola, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/whiteblue/northwest, -/area/lv624/lazarus/corporate_dome) -"oqC" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/flashlight/lamp{ - pixel_x = 6; - pixel_y = 14 - }, -/obj/structure/phone_base/colony_net/rotary{ - phone_category = "Lazarus Landing"; - phone_color = "red"; - phone_id = "Marshal Office" - }, -/turf/open/floor/redcorner/west, -/area/lv624/lazarus/security) -"oqG" = ( -/obj/item/stool, -/turf/open/floor/plating/platebot, -/area/lv624/lazarus/robotics) "oqO" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, /area/lv624/ground/colony/north_nexus_road) -"orf" = ( -/obj/structure/surface/rack, -/obj/item/weapon/gun/rifle/mar40{ - pixel_y = 6 - }, -/obj/item/weapon/gun/rifle/mar40{ - pixel_y = -3 - }, -/turf/open/floor/vault2/west, -/area/lv624/ground/barrens/north_east_barrens/ceiling) "orj" = ( /obj/structure/flora/jungle/vines/light_1, /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_central_jungle) -"otc" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 1; - name = "\improper Engineering Dome"; - req_access_txt = "100"; - req_one_access = null - }, -/turf/open/floor/delivery, -/area/lv624/lazarus/engineering) +"osL" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/plating/warnplate/southwest, +/area/lv624/ground/barrens/central_barrens) +"osZ" = ( +/turf/open/floor/white, +/area/lv624/lazarus/fitness) "otl" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/central_caves) -"otL" = ( -/obj/effect/landmark/lv624/fog_blocker, -/turf/open/floor/plating/warnplate/southwest, -/area/lv624/ground/river/east_river) +"otu" = ( +/obj/structure/machinery/door/airlock/almayer/research/colony{ + name = "\improper Research Dome"; + req_access_txt = "100" + }, +/turf/open/floor/white, +/area/lv624/lazarus/research) "oua" = ( /obj/effect/landmark/crap_item, /turf/open/gm/dirt, /area/lv624/ground/colony/south_medbay_road) -"ovf" = ( -/turf/open/floor/airless/asteroidfloor/northeast, -/area/lv624/ground/barrens/north_east_barrens) +"ouh" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = -4; + pixel_y = 9 + }, +/turf/open/floor/whitebluefull, +/area/lv624/lazarus/medbay) +"ouX" = ( +/obj/effect/decal/remains/human, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/white, +/area/lv624/lazarus/research) "ovg" = ( /obj/structure/surface/table/reinforced/prison{ color = "#6b675e" @@ -13877,40 +13902,22 @@ /obj/item/stack/sheet/wood, /turf/open/gm/dirt, /area/lv624/lazarus/crashed_ship_containers) -"ovV" = ( -/obj/structure/showcase{ - color = "#95948B"; - desc = "A grey statue dawned in ancient armor, it stares into your soul."; - dir = 1; - icon = 'icons/mob/humans/species/r_synthetic.dmi'; - icon_state = "Synthetic_Template"; - name = "Eternal guardian" - }, -/obj/item/clothing/suit/armor/yautja_flavor{ - anchored = 1 - }, -/obj/item/clothing/shoes/yautja_flavor{ - anchored = 1 - }, -/turf/open/floor/corsat/squareswood/north, -/area/lv624/ground/caves/sand_temple) "owe" = ( /obj/item/reagent_container/food/snacks/grown/mushroom/plumphelmet{ pixel_x = 8 }, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/west_caves) -"owr" = ( -/obj/structure/showcase, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/whiteblue/northeast, +"owC" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/plating/asteroidfloor/north, /area/lv624/lazarus/corporate_dome) +"owG" = ( +/obj/structure/bed, +/obj/item/bedsheet/mime, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) "owQ" = ( /turf/open/gm/coast/east, /area/lv624/ground/barrens/east_barrens) @@ -13920,37 +13927,21 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) -"oxn" = ( -/obj/structure/surface/table, -/obj/item/stack/medical/bruise_pack{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/clothing/mask/surgical, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/item/storage/belt/medical/full, -/turf/open/floor/whiteblue/north, -/area/lv624/lazarus/medbay) +"oxH" = ( +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/greengrid, +/area/lv624/lazarus/secure_storage) "oxY" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 6 }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) -"oyf" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/window/framed/colony, -/turf/open/floor/plating/warnplate, -/area/lv624/ground/barrens/east_barrens/ceiling) "oym" = ( /turf/open/gm/coast/south, /area/lv624/ground/river/west_river) -"oyq" = ( -/obj/effect/landmark/lv624/fog_blocker, -/turf/open/floor/plating/warnplate/northwest, -/area/lv624/ground/river/west_river) "oys" = ( /obj/structure/stairs/perspective{ color = "#b29082"; @@ -13962,87 +13953,52 @@ "oyx" = ( /turf/open/gm/dirt, /area/lv624/ground/barrens/south_west_barrens) -"oyZ" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 - }, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) -"ozM" = ( -/obj/item/clothing/suit/armor/yautja_flavor, -/turf/open/floor/strata/grey_multi_tiles, -/area/lv624/ground/caves/sand_temple) +"oyO" = ( +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/cult, +/area/lv624/lazarus/armory) +"oAp" = ( +/turf/open/floor/whiteblue/west, +/area/lv624/lazarus/corporate_dome) "oAD" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 1 }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_west_jungle) -"oAU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/random/tech_supply, -/turf/open/floor/plating/warnplate, -/area/lv624/ground/barrens/east_barrens/ceiling) "oAV" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, /obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) -"oBc" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = -10; - pixel_y = -2 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/west_caves) +"oBf" = ( +/turf/open/floor/chapel/east, +/area/lv624/lazarus/chapel) "oBi" = ( /obj/effect/landmark/nightmare{ insert_tag = "lv-medbay" }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_west_jungle) -"oBw" = ( -/obj/structure/showcase{ - desc = "A stand with a plastic display of some kind of weird machine."; - icon_state = "coinpress0" - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/wood, -/area/lv624/lazarus/main_hall) -"oCy" = ( -/obj/structure/grille{ - density = 0; - icon_state = "brokengrille" - }, -/obj/structure/foamed_metal{ - layer = 3.1 +"oBy" = ( +/obj/structure/machinery/vending/cola, +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/dark, +/turf/open/floor/whiteblue/northwest, +/area/lv624/lazarus/corporate_dome) +"oCc" = ( +/turf/open/floor/plating/warnplate/west, /area/lv624/lazarus/engineering) -"oCL" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 1; - name = "\improper Robotics Dome"; - req_access_txt = "100"; - req_one_access = null +"oCg" = ( +/obj/structure/surface/table, +/obj/effect/landmark/crap_item, +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/floor/plating/platebot, -/area/lv624/lazarus/robotics) -"oCW" = ( -/obj/structure/closet/secure_closet/hydroponics, -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) -"oDi" = ( -/turf/open/shuttle/red, -/area/lv624/ground/caves/sand_temple) +/obj/item/reagent_container/glass/watertank, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) "oDE" = ( /obj/effect/decal/grass_overlay/grass1, /turf/open/gm/dirt, @@ -14065,16 +14021,38 @@ }, /turf/open/gm/dirt, /area/lv624/ground/jungle/north_west_jungle) +"oEe" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/landmark/crap_item, +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) +"oEg" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/cult, +/area/lv624/ground/caves/south_west_caves) +"oEi" = ( +/obj/structure/surface/table, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) +"oEy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/warnplate, +/area/lv624/ground/barrens/east_barrens/ceiling) "oED" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, /area/lv624/ground/colony/north_tcomms_road) -"oEH" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) "oEI" = ( /turf/open/gm/coast/west, /area/lv624/ground/barrens/east_barrens) @@ -14085,16 +14063,20 @@ "oFf" = ( /turf/open/gm/grass/grass1, /area/lv624/ground/river/east_river) -"oFm" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = 6; - pixel_y = -8 +"oFA" = ( +/obj/structure/surface/table, +/obj/structure/prop/mech/drill, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/vault2, +/area/lv624/lazarus/robotics) +"oFF" = ( +/obj/structure/platform_decoration, +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/south_west_caves) +/turf/open/floor/plating/warnplate/southeast, +/area/lv624/lazarus/engineering) "oFJ" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, @@ -14109,12 +14091,6 @@ }, /turf/open/floor/sandstone/runed, /area/lv624/ground/barrens/south_eastern_barrens) -"oFS" = ( -/obj/structure/bed/chair/wood/wings{ - dir = 4 - }, -/turf/open/floor/wood, -/area/lv624/lazarus/hop) "oGj" = ( /obj/structure/stairs/perspective{ color = "#b29082"; @@ -14130,19 +14106,6 @@ /obj/structure/fence, /turf/open/gm/dirtgrassborder/west, /area/lv624/ground/colony/north_tcomms_road) -"oGD" = ( -/obj/structure/surface/table, -/obj/item/paper_bin{ - pixel_y = 4 - }, -/obj/item/tool/pen, -/turf/open/floor/white, -/area/lv624/lazarus/medbay) -"oGY" = ( -/obj/structure/surface/rack, -/obj/item/weapon/gun/rifle/mar40/carbine, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/quartstorage) "oHu" = ( /turf/open/gm/coast/north, /area/lv624/ground/river/east_river) @@ -14150,110 +14113,94 @@ /obj/structure/flora/bush/ausbushes/pointybush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_central_jungle) -"oHM" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ +"oIs" = ( +/obj/structure/disposalpipe/segment{ dir = 2; - name = "\improper Medical Bay" - }, -/turf/open/floor/white, -/area/lv624/lazarus/medbay) -"oId" = ( -/turf/open/floor/whitebluecorner/west, -/area/lv624/lazarus/medbay) -"oII" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/whitebluecorner/west, -/area/lv624/lazarus/medbay) -"oIK" = ( -/obj/structure/machinery/status_display{ - pixel_y = -32 + icon_state = "pipe-c" }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) +/obj/structure/grille, +/turf/open/floor/plating/warnplate/west, +/area/lv624/ground/river/central_river) "oJL" = ( /obj/effect/landmark/crap_item, /turf/open/gm/grass/grass1, /area/lv624/ground/colony/west_nexus_road) -"oKL" = ( -/obj/structure/machinery/constructable_frame{ - icon_state = "box_1" - }, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) -"oKX" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 - }, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) "oLk" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, /area/lv624/ground/colony/west_nexus_road) -"oLG" = ( +"oMg" = ( +/obj/structure/lattice{ + layer = 2.9 + }, +/obj/structure/machinery/power/reactor/colony, +/turf/open/floor/plating/warnplate, +/area/lv624/lazarus/engineering) +"oMx" = ( /obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/machinery/light/small{ dir = 8 }, -/turf/open/floor/whiteblue/east, +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) +"oMD" = ( +/obj/item/storage/firstaid/toxin/empty, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) -"oMm" = ( -/turf/open/gm/dirt/desert0, -/area/lv624/ground/barrens/south_eastern_jungle_barrens) -"oMU" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/surgical_tray, -/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" - }, -/turf/open/floor/whitebluefull, -/area/lv624/lazarus/medbay) "oMZ" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_membrane, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) +"oNq" = ( +/obj/item/prop/alien/hugger, +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + name = "\improper Forced Blast Door" + }, +/obj/structure/machinery/door/airlock/almayer/research/colony{ + density = 0; + icon_state = "door_open"; + name = "\improper Research Dome"; + opacity = 0; + req_access_txt = "100" + }, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) "oOd" = ( /obj/effect/landmark/monkey_spawn, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) +"oOt" = ( +/obj/item/device/flashlight, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/red/east, +/area/lv624/lazarus/security) "oOB" = ( /obj/structure/machinery/landinglight/ds2/delayone, /turf/open/floor/plating, /area/lv624/lazarus/landing_zones/lz2) -"oQh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/device/multitool, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) -"oQm" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/east_caves) -"oQA" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 +"oPc" = ( +/obj/structure/machinery/portable_atmospherics/powered/scrubber, +/turf/open/floor/plating/warnplate/north, +/area/lv624/ground/barrens/east_barrens/ceiling) +"oPd" = ( +/obj/item/stack/sheet/wood{ + amount = 2 }, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/kitchen) -"oQM" = ( -/obj/structure/surface/table, -/obj/item/clothing/glasses/sunglasses/big, -/obj/structure/machinery/light, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) -"oRb" = ( -/obj/structure/surface/table, -/obj/item/tool/crowbar, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/dark, -/area/lv624/lazarus/comms) -"oRG" = ( -/turf/open/floor/asteroidwarning/northeast, -/area/lv624/ground/colony/telecomm/cargo) +/turf/open/floor/warning/northeast, +/area/lv624/lazarus/landing_zones/lz2) +"oQc" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/barber/west, +/area/lv624/lazarus/fitness) +"oQm" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/east_caves) "oRH" = ( /turf/open/gm/dirtgrassborder/south, /area/lv624/ground/jungle/north_east_jungle) @@ -14267,6 +14214,9 @@ /obj/structure/largecrate/random/barrel/red, /turf/open/gm/dirt, /area/lv624/ground/barrens/north_east_barrens) +"oSq" = ( +/turf/open/floor/whiteyellow/west, +/area/lv624/lazarus/corporate_dome) "oSv" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, @@ -14277,6 +14227,10 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_central_jungle) +"oTm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/whitegreen, +/area/lv624/lazarus/main_hall) "oTt" = ( /turf/open/gm/coast/beachcorner/south_east, /area/lv624/ground/river/central_river) @@ -14292,59 +14246,70 @@ "oTJ" = ( /turf/open/gm/dirt, /area/lv624/ground/jungle/north_west_jungle) +"oTY" = ( +/turf/open/floor/asteroidwarning/north, +/area/lv624/ground/colony/telecomm/sw_lz2) "oUa" = ( /turf/open/gm/dirt, /area/lv624/ground/jungle/east_jungle) +"oUn" = ( +/obj/structure/window/framed/colony, +/turf/open/floor/plating/platebotc, +/area/lv624/lazarus/quartstorage) "oUy" = ( /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_central_jungle) -"oUF" = ( -/obj/effect/landmark/static_comms/net_two, -/turf/open/floor/asteroidfloor/north, -/area/lv624/ground/colony/telecomm/cargo) -"oUH" = ( -/obj/item/ammo_casing, -/turf/open/floor/plating/warnplate/west, -/area/lv624/ground/barrens/central_barrens) -"oUP" = ( -/obj/structure/stairs/perspective{ - color = "#b29082"; - dir = 4; - icon_state = "p_stair_full" +"oVK" = ( +/obj/structure/lattice{ + layer = 2.9 }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/barrens/south_eastern_barrens) -"oUR" = ( -/obj/structure/prop/mech/drill, -/turf/open/floor/greengrid, -/area/lv624/lazarus/secure_storage) -"oVz" = ( -/obj/structure/flora/bush/ausbushes/lavendergrass, -/turf/open/gm/grass/grass1, -/area/lv624/ground/jungle/west_central_jungle) +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/machinery/power/reactor/colony, +/turf/open/floor/plating/warnplate/west, +/area/lv624/lazarus/engineering) +"oWv" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/grilledcheese, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/kitchen) "oWN" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass2, /area/lv624/ground/barrens/south_eastern_jungle_barrens) -"oXa" = ( -/obj/structure/fence, -/turf/open/floor/plating/asteroidwarning, -/area/lv624/ground/river/central_river) +"oWV" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = -30 + }, +/turf/open/floor/warning/west, +/area/lv624/lazarus/landing_zones/lz1) "oXl" = ( /turf/open/gm/dirtgrassborder/east, /area/lv624/ground/jungle/south_west_jungle) -"oXv" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/obj/structure/machinery/power/apc/no_power/north, -/turf/open/floor/chapel/north, -/area/lv624/lazarus/chapel) -"oXE" = ( -/obj/structure/surface/table, -/obj/item/clothing/suit/chef/classic, -/turf/open/floor/freezerfloor, +"oXr" = ( +/obj/item/reagent_container/food/snacks/grown/banana, +/turf/open/floor/barber/west, /area/lv624/lazarus/kitchen) +"oXs" = ( +/obj/item/stack/sheet/wood{ + amount = 2 + }, +/turf/open/floor/bot/north, +/area/lv624/lazarus/landing_zones/lz1) +"oXu" = ( +/turf/open/floor/plating/platebotc, +/area/lv624/lazarus/quartstorage/outdoors) +"oXz" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/crowbar, +/obj/item/reagent_container/spray/cleaner, +/turf/open/floor/whiteyellow/northwest, +/area/lv624/lazarus/corporate_dome) "oXI" = ( /turf/closed/wall/r_wall/unmeltable, /area/lv624/lazarus/landing_zones/lz2) @@ -14359,25 +14324,42 @@ "oYM" = ( /turf/open/gm/coast/south, /area/lv624/ground/barrens/west_barrens) -"oZw" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" +"oYX" = ( +/obj/structure/machinery/door/airlock/almayer/secure/colony{ + name = "Water Filtration Plant"; + req_access_txt = "100" }, -/turf/open/floor/plating/warnplate, -/area/lv624/lazarus/engineering) -"oZz" = ( -/turf/open/floor/bot/north, -/area/lv624/ground/caves/north_central_caves) -"oZW" = ( -/obj/structure/surface/rack, -/obj/item/tool/pickaxe, /turf/open/floor/vault2/west, +/area/lv624/ground/barrens/east_barrens/ceiling) +"oZd" = ( +/turf/open/floor/whiteyellow/north, +/area/lv624/lazarus/main_hall) +"oZn" = ( +/obj/structure/machinery/door/airlock/almayer/secure/colony{ + icon_state = "door_locked"; + locked = 1; + name = "Mining Storage"; + req_access_txt = "100" + }, +/turf/open/floor/dark, /area/lv624/ground/barrens/north_east_barrens/ceiling) +"oZV" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/vault2, +/area/lv624/lazarus/robotics) "pab" = ( /obj/structure/flora/jungle/vines/light_2, /turf/open/gm/grass/grass1, /area/lv624/lazarus/landing_zones/lz1) +"pah" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = 4 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/north_west_caves) "pas" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/gm/dirtgrassborder/north, @@ -14390,6 +14372,9 @@ /obj/structure/window/framed/colony/reinforced, /turf/open/floor/plating, /area/lv624/lazarus/corporate_dome) +"paN" = ( +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) "pba" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/gm/grass/grass1, @@ -14402,51 +14387,94 @@ /obj/structure/fence, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, /area/lv624/ground/colony/south_nexus_road) +"pbR" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_full" + }, +/obj/structure/platform/stair_cut/alt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"pbY" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) "pcd" = ( /turf/open/gm/coast/south, /area/lv624/ground/barrens/east_barrens) "pci" = ( /turf/open/gm/coast/beachcorner/south_west, /area/lv624/ground/barrens/east_barrens) +"pcj" = ( +/obj/structure/machinery/vending/coffee, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) +"pcm" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/wood/wood_broken6, +/area/lv624/ground/jungle/west_jungle/ceiling) "pcu" = ( /obj/structure/flora/bush/ausbushes/genericbush, /turf/open/gm/dirtgrassborder/grassdirt_corner/north_west, /area/lv624/ground/jungle/east_jungle) +"pcw" = ( +/obj/structure/fence, +/turf/open/gm/dirtgrassborder/east, +/area/lv624/ground/jungle/west_central_jungle) "pcA" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, /area/lv624/ground/jungle/south_central_jungle) -"pcB" = ( -/obj/item/storage/toolbox, -/turf/open/gm/dirt, -/area/lv624/ground/colony/west_tcomms_road) -"pdP" = ( -/obj/structure/sink{ - pixel_y = 30 +"pcH" = ( +/obj/structure/largecrate/random, +/turf/open/floor/plating/platebot, +/area/lv624/lazarus/robotics) +"pdL" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" }, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/toilet) -"pdY" = ( +/obj/structure/grille{ + density = 0; + icon_state = "brokengrille" + }, +/turf/open/floor/plating/warnplate/west, +/area/lv624/ground/river/west_river) +"pef" = ( /obj/structure/closet/secure_closet/engineering_electrical, /turf/open/floor/dark, /area/lv624/lazarus/engineering) -"pez" = ( -/obj/structure/surface/table, -/obj/item/handset, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) +"pem" = ( +/turf/open/floor/plating/asteroidfloor/north, +/area/lv624/ground/river/central_river) +"pey" = ( +/obj/structure/surface/rack, +/obj/item/storage/belt/shotgun/full, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb{ + pixel_y = -6 + }, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) "pfl" = ( /obj/effect/decal/cleanable/blood, /obj/effect/landmark/corpsespawner/chef, /obj/item/weapon/twohanded/fireaxe, /turf/open/floor/wood, /area/lv624/ground/caves/north_central_caves) -"pfs" = ( -/obj/item/ammo_magazine/smg/mp5, -/obj/item/ammo_magazine/smg/mp5, -/obj/structure/machinery/power/apc/power/north, -/turf/open/floor/whiteblue/northwest, -/area/lv624/lazarus/corporate_dome) +"pfB" = ( +/turf/open/gm/dirt/desert3, +/area/lv624/ground/barrens/central_barrens) +"pfE" = ( +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) "pfK" = ( /obj/structure/flora/bush/ausbushes/var3/ywflowers, /obj/structure/platform_decoration/mineral/sandstone/runed{ @@ -14454,14 +14482,43 @@ }, /turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, /area/lv624/ground/barrens/south_eastern_barrens) -"pfV" = ( -/obj/structure/largecrate/random, -/turf/open/floor/plating/platebotc, -/area/lv624/lazarus/quartstorage/outdoors) +"pfS" = ( +/obj/structure/closet, +/obj/item/clothing/shoes/laceup, +/obj/item/stack/medical/advanced/ointment, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) "pgc" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/barrens/north_east_barrens) +"pgd" = ( +/obj/structure/bed/chair/comfy/orange{ + dir = 1 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) +"phm" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner, +/turf/open/gm/grass/grass1, +/area/lv624/ground/jungle/south_central_jungle) +"php" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/kitchen) +"phr" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) "phU" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, @@ -14473,14 +14530,19 @@ "pim" = ( /turf/open/floor, /area/lv624/ground/barrens/east_barrens) -"pir" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) -"piQ" = ( -/obj/structure/surface/table, -/turf/open/floor/barber/west, -/area/lv624/lazarus/kitchen) +"piq" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/floor/plating/warnplate/southeast, +/area/lv624/ground/river/east_river) +"pjh" = ( +/obj/structure/showcase{ + desc = "An ancient, dusty tomb with strange alien writing. It's best not to touch it."; + icon_state = "yaut"; + name = "alien sarcophagus" + }, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/floor/corsat/squareswood/north, +/area/lv624/ground/caves/sand_temple) "pjk" = ( /turf/open/gm/coast/beachcorner2/north_east, /area/lv624/ground/river/east_river) @@ -14488,31 +14550,12 @@ /obj/structure/flora/jungle/plantbot1, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/central_jungle) -"pkh" = ( -/turf/open/gm/dirt/desert3, -/area/lv624/ground/barrens/central_barrens) -"pku" = ( -/obj/structure/surface/table, -/obj/item/toy/deck, -/obj/item/storage/fancy/cigarettes/wypacket, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/obj/structure/machinery/power/apc/no_power/north, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) -"pkw" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) -"pkI" = ( -/obj/structure/surface/table, -/obj/effect/decal/cleanable/dirt, -/obj/item/device/radio/off{ - frequency = 1469 - }, -/turf/open/floor/dark, -/area/lv624/lazarus/comms) +"pkq" = ( +/turf/open/floor/plating/asteroidwarning/east, +/area/lv624/lazarus/landing_zones/lz2) +"pkR" = ( +/turf/open/floor/plating/warnplate, +/area/lv624/ground/barrens/east_barrens/ceiling) "pkU" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 9 @@ -14526,28 +14569,52 @@ /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, /area/lv624/ground/caves/sand_temple) +"pls" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/barber/west, +/area/lv624/lazarus/fitness) "ply" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 9 }, /turf/open/gm/grass/grass1, /area/lv624/ground/colony/west_tcomms_road) -"plA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, +"plz" = ( +/obj/structure/foamed_metal, /turf/open/floor/dark, /area/lv624/lazarus/engineering) +"pmA" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/tech_supply, +/obj/effect/spawner/random/tech_supply, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) "pnl" = ( /obj/structure/largecrate/random, /turf/open/floor/greengrid, /area/lv624/lazarus/corporate_dome) -"pnw" = ( -/obj/effect/landmark/static_comms/net_two, -/turf/open/floor/asteroidfloor/north, -/area/lv624/ground/colony/telecomm/sw_lz2) +"pnR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"poI" = ( +/obj/item/stack/sheet/wood, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) +"poU" = ( +/obj/structure/coatrack{ + pixel_x = 11; + pixel_y = 14 + }, +/obj/item/clothing/head/soft/blue{ + pixel_x = 7; + pixel_y = 28 + }, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) "poX" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/decal/grass_overlay/grass1/inner{ @@ -14555,34 +14622,41 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/central_caves) +"ppz" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/red/north, +/area/lv624/lazarus/security) "ppR" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, /area/lv624/ground/colony/north_nexus_road) +"ppX" = ( +/obj/effect/spawner/random/tech_supply, +/turf/open/floor/plating/warnplate/north, +/area/lv624/ground/barrens/east_barrens/ceiling) "ppZ" = ( /obj/effect/landmark/nightmare{ insert_tag = "armory" }, /turf/open/gm/dirtgrassborder/east, /area/lv624/ground/jungle/east_central_jungle) -"pql" = ( -/obj/structure/fence, -/turf/open/gm/dirtgrassborder/east, -/area/lv624/ground/jungle/west_central_jungle) -"pqu" = ( -/turf/open/floor/whiteyellow/north, -/area/lv624/lazarus/main_hall) -"prt" = ( -/obj/structure/bookcase, -/obj/item/book/manual/engineering_construction, -/obj/item/book/manual/engineering_guide, -/obj/item/book/manual/engineering_hacking, -/obj/item/book/manual/atmospipes, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) -"pru" = ( -/turf/open/floor/whiteyellow/west, -/area/lv624/lazarus/main_hall) +"pqk" = ( +/obj/structure/stairs/perspective{ + color = "#b29082"; + dir = 8; + icon_state = "p_stair_full" + }, +/obj/structure/platform_decoration/mineral/sandstone/runed, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/barrens/south_eastern_barrens) +"pqo" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/rifle/lmg, +/turf/open/floor/vault2/west, +/area/lv624/ground/barrens/north_east_barrens/ceiling) +"pqx" = ( +/turf/open/floor/whitebluecorner/east, +/area/lv624/lazarus/medbay) "prQ" = ( /obj/structure/flora/jungle/vines/light_2, /obj/structure/flora/jungle/vines/heavy, @@ -14594,12 +14668,6 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_jungle) -"psf" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/whiteyellowcorner/west, -/area/lv624/lazarus/corporate_dome) "psh" = ( /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_west_jungle) @@ -14608,134 +14676,152 @@ /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/vault, /area/lv624/lazarus/quartstorage) -"psS" = ( -/obj/structure/machinery/light/small, -/turf/open/floor/dark, -/area/lv624/lazarus/quartstorage) -"ptn" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/computerframe{ - anchored = 1 - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) "ptr" = ( /obj/structure/flora/bush/ausbushes/palebush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_jungle) -"ptE" = ( -/obj/item/reagent_container/hypospray, -/turf/open/floor/white, -/area/lv624/lazarus/medbay) -"puf" = ( -/turf/open/floor/plating/warnplate/north, -/area/lv624/lazarus/engineering) +"ptw" = ( +/obj/item/tool/crowbar/red, +/turf/open/floor/warningcorner/west, +/area/lv624/lazarus/landing_zones/lz1) +"ptY" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = -30 + }, +/turf/open/floor/warning/southwest, +/area/lv624/lazarus/landing_zones/lz1) "puo" = ( /turf/open/floor/greengrid, /area/lv624/lazarus/corporate_dome) -"pwE" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = -10 +"put" = ( +/obj/structure/bed/chair{ + dir = 8 }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/central_caves) -"pwP" = ( -/turf/open/floor/warning/northeast, -/area/lv624/lazarus/landing_zones/lz1) +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) +"puY" = ( +/obj/item/ammo_magazine/rifle/extended, +/turf/open/floor/greengrid, +/area/lv624/lazarus/secure_storage) +"pvs" = ( +/obj/structure/machinery/light, +/obj/structure/bed/stool, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) +"pvy" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/white, +/area/lv624/lazarus/research) +"pvZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) +"pwa" = ( +/obj/structure/surface/table, +/obj/item/stack/cable_coil/random, +/obj/effect/spawner/random/tech_supply, +/turf/open/floor/plating/warnplate/northeast, +/area/lv624/ground/barrens/east_barrens/ceiling) +"pwf" = ( +/obj/item/tool/shovel, +/turf/open/gm/dirt/desert_dug, +/area/lv624/ground/barrens/west_barrens) +"pwF" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner, +/turf/open/gm/grass/grass2, +/area/lv624/ground/jungle/north_jungle) "pxc" = ( /obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/coast/beachcorner/south_west, /area/lv624/ground/river/central_river) -"pxj" = ( -/obj/structure/window/framed/colony/reinforced, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) +"pxe" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/caves/sand_temple) "pxs" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/gm/dirtgrassborder/east, /area/lv624/ground/barrens/south_eastern_jungle_barrens) -"pxM" = ( -/obj/structure/machinery/vending/cigarette, -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/whiteblue/southeast, -/area/lv624/lazarus/corporate_dome) -"pya" = ( +"pxu" = ( +/obj/structure/closet, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) +"pyi" = ( /obj/item/stack/sheet/wood{ amount = 2 }, -/obj/structure/flora/jungle/vines/heavy, -/turf/open/floor/warning/northeast, -/area/lv624/lazarus/landing_zones/lz2) -"pyj" = ( -/obj/structure/bed{ - desc = "For prime comfort."; - name = "fancy bed" - }, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) +/turf/open/floor/dark, +/area/lv624/lazarus/quartstorage) +"pyH" = ( +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/turf/open/gm/dirt, +/area/lv624/ground/jungle/south_west_jungle) "pyS" = ( /obj/effect/landmark/crap_item, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/west_central_jungle) +"pyX" = ( +/obj/item/frame/table, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) +"pzB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"pzF" = ( +/obj/structure/window_frame/colony, +/turf/open/floor/plating/platebotc, +/area/lv624/lazarus/quartstorage/outdoors) +"pAf" = ( +/obj/item/bedsheet/medical, +/turf/open/floor/white, +/area/lv624/lazarus/medbay) +"pAu" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/floor/plating/warnplate/southwest, +/area/lv624/ground/river/east_river) +"pAA" = ( +/turf/open/gm/dirt/desert1, +/area/lv624/ground/caves/west_caves) "pAE" = ( /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/central_caves) -"pAW" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = 6; - pixel_y = -8 +"pAV" = ( +/obj/structure/barricade/wooden{ + dir = 4 }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/central_caves) +/obj/structure/flora/jungle/vines/heavy, +/turf/open/floor/warning/southwest, +/area/lv624/lazarus/landing_zones/lz1) "pBk" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_central_jungle) -"pBz" = ( -/turf/open/gm/dirtgrassborder/south, -/area/lv624/ground/colony/north_tcomms_road) "pBH" = ( /obj/structure/flora/jungle/plantbot1, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_west_caves) -"pBU" = ( -/obj/structure/machinery/smartfridge, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) -"pCn" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 200 - }, -/turf/open/floor/greengrid, -/area/lv624/lazarus/secure_storage) -"pCR" = ( -/obj/structure/safe{ - spawnkey = 0 - }, -/obj/item/coin/diamond, -/obj/item/m_gift, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/item/clothing/head/helmet/marine/veteran/pmc, -/obj/item/clothing/under/marine/veteran/pmc, -/obj/item/storage/fancy/cigar, -/turf/open/floor/whiteyellow/northeast, -/area/lv624/lazarus/corporate_dome) "pDt" = ( /turf/open/gm/dirt, /area/lv624/ground/barrens/north_east_barrens) @@ -14743,31 +14829,14 @@ /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_west_jungle) -"pDW" = ( -/obj/structure/phone_base/colony_net{ - phone_category = "Lazarus Landing"; - phone_color = "red"; - phone_id = "Secure Storage"; - pixel_y = 24 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/lv624/lazarus/secure_storage) "pEl" = ( /obj/effect/landmark/hunter_primary, /turf/open/gm/grass/grass1, /area/lv624/lazarus/landing_zones/lz1) -"pEz" = ( -/obj/structure/closet/crate, -/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/dark, -/area/lv624/ground/barrens/north_east_barrens/ceiling) +"pEL" = ( +/obj/item/frame/table, +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) "pET" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 6 @@ -14783,10 +14852,9 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_east_caves) -"pGq" = ( -/obj/item/tool/crowbar, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) +"pGb" = ( +/turf/open/floor/warning/north, +/area/lv624/lazarus/landing_zones/lz1) "pGD" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /turf/open/gm/grass/grass1, @@ -14799,6 +14867,10 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/south_east_caves) +"pGZ" = ( +/obj/structure/grille, +/turf/open/floor/plating/warnplate/west, +/area/lv624/ground/river/west_river) "pHn" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/gm/dirt, @@ -14807,18 +14879,22 @@ /obj/effect/landmark/survivor_spawner, /turf/open/gm/dirt, /area/lv624/ground/colony/west_tcomms_road) -"pHI" = ( -/obj/structure/surface/rack, -/obj/structure/machinery/light, -/obj/effect/spawner/random/technology_scanner, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) "pIl" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 5 }, /turf/open/gm/dirt, /area/lv624/ground/caves/south_west_caves) +"pIu" = ( +/obj/structure/largecrate/random, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) "pIy" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/north, @@ -14835,20 +14911,11 @@ /obj/effect/landmark/hunter_secondary, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) -"pIY" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/pie, -/turf/open/floor/whitebluefull, -/area/lv624/lazarus/medbay) -"pJd" = ( +"pJq" = ( /obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/surface/rack, -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb{ - pixel_y = 3 + dir = 8 }, -/turf/open/floor/vault2/west, +/turf/open/floor/dark, /area/lv624/lazarus/quartstorage) "pJr" = ( /obj/effect/landmark/hunter_primary, @@ -14858,34 +14925,41 @@ /obj/effect/landmark/hunter_secondary, /turf/open/gm/grass/grass1, /area/lv624/lazarus/quartstorage/outdoors) -"pKK" = ( -/obj/structure/stairs/perspective{ - color = "#6b675e"; - dir = 1; - icon_state = "p_stair_full" +"pJZ" = ( +/obj/item/reagent_container/glass/bucket/mopbucket, +/obj/item/tool/mop, +/obj/item/tool/mop, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) +"pKr" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 }, -/turf/open/floor/corsat/squareswood/north, -/area/lv624/ground/caves/sand_temple) +/turf/open/floor/white, +/area/lv624/lazarus/medbay) +"pKE" = ( +/obj/effect/landmark/good_item, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) +"pKG" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) +"pKL" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/airless/asteroidfloor/northeast, +/area/lv624/ground/barrens/north_east_barrens) "pKS" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/flora/jungle/vines/light_2, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) -"pKW" = ( -/obj/item/device/analyzer/plant_analyzer, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) "pLm" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, /area/lv624/ground/colony/west_nexus_road) -"pLt" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) -"pLw" = ( -/turf/open/shuttle/bright_red, -/area/lv624/ground/barrens/north_east_barrens) "pMM" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/gm/dirtgrassborder/east, @@ -14898,48 +14972,29 @@ /obj/structure/flora/jungle/vines/light_2, /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/jungle/south_east_jungle) -"pOi" = ( -/obj/structure/surface/rack, -/obj/item/storage/belt/shotgun/full, -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb{ - pixel_y = -6 +"pNL" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) "pOC" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, /area/lv624/ground/jungle/north_west_jungle) +"pOM" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/suit/armor/vest/security, +/turf/open/floor/red/east, +/area/lv624/lazarus/security) "pPd" = ( /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) -"pPu" = ( -/obj/structure/fence, -/turf/open/floor/warning/east, -/area/lv624/ground/barrens/east_barrens) -"pQl" = ( -/obj/structure/surface/table, -/obj/item/device/analyzer/plant_analyzer, -/obj/effect/landmark/crap_item, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) "pQV" = ( /obj/structure/flora/bush/ausbushes/palebush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/east_caves) -"pQX" = ( -/obj/structure/bed/chair/wood/wings{ - dir = 4 - }, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = -30 - }, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) "pRx" = ( /obj/structure/stairs/perspective{ color = "#b29082"; @@ -14954,11 +15009,6 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_east_caves) -"pRK" = ( -/obj/structure/surface/table, -/obj/effect/landmark/good_item, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) "pRT" = ( /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/caves/sand_temple) @@ -14968,91 +15018,61 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_west_caves) +"pSj" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/red/north, +/area/lv624/lazarus/security) "pSt" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, /area/lv624/ground/colony/west_nexus_road) -"pSS" = ( -/obj/structure/surface/table/woodentable, -/obj/item/device/taperecorder, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/grimy, -/area/lv624/lazarus/hop) -"pTm" = ( -/obj/structure/machinery/light, -/obj/structure/stairs/perspective{ - dir = 8; - icon_state = "p_stair_full" - }, -/obj/structure/platform, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) -"pTs" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/flashlight/lamp{ - pixel_x = -7; - pixel_y = 15 - }, -/obj/item/ashtray/glass, -/obj/item/clothing/mask/cigarette, -/obj/item/clothing/mask/cigarette{ - pixel_x = 6; - pixel_y = 12 - }, -/turf/open/floor/whiteblue/southeast, -/area/lv624/lazarus/corporate_dome) -"pTY" = ( -/obj/structure/surface/table, -/obj/structure/machinery/door/window/westright{ - layer = 2.9 +"pTD" = ( +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 4 }, -/obj/item/paper_bin, -/obj/item/tool/pen, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) +/turf/open/gm/dirt/desert_dug, +/area/lv624/ground/caves/sand_temple) "pUm" = ( /turf/closed/wall/rock/brown, /area/lv624/ground/caves/east_caves) -"pUU" = ( -/obj/structure/flora/jungle/vines/heavy, -/obj/structure/window_frame/colony, -/obj/item/shard, -/turf/open/floor/plating, -/area/lv624/lazarus/yggdrasil) -"pWL" = ( -/obj/structure/stairs/perspective{ - color = "#b29082"; - dir = 6; - icon_state = "p_stair_full" - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/caves/sand_temple) -"pXp" = ( -/obj/item/prop/alien/hugger, -/turf/open/floor/plating/warnplate/northwest, -/area/lv624/lazarus/engineering) -"pXC" = ( -/obj/structure/window/reinforced{ - dir = 8 +"pUy" = ( +/obj/structure/surface/rack, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) +"pVw" = ( +/obj/structure/bed/chair, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) +"pXk" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/floor/dark, +/area/lv624/lazarus/corporate_dome) +"pXt" = ( +/turf/open/floor/whiteyellowcorner/north, +/area/lv624/lazarus/main_hall) +"pXy" = ( +/turf/open/floor/chapel/west, +/area/lv624/lazarus/chapel) +"pXG" = ( +/obj/structure/barricade/handrail/strata, +/obj/structure/barricade/handrail/strata{ + dir = 4 }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) +/turf/open/gm/dirtgrassborder/weedable/grass1, +/area/lv624/ground/barrens/south_eastern_barrens) "pXI" = ( /obj/structure/flora/grass/tallgrass/jungle, /turf/open/gm/grass/grass1, /area/lv624/ground/colony/west_nexus_road) -"pXS" = ( -/obj/item/clothing/suit/storage/hazardvest, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) -"pXU" = ( -/obj/structure/stairs/perspective{ - color = "#6b675e"; - icon_state = "p_stair_full" +"pXZ" = ( +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/corsat/squareswood/north, -/area/lv624/ground/caves/sand_temple) +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/whiteblue/southwest, +/area/lv624/lazarus/corporate_dome) "pYp" = ( /obj/structure/flora/bush/ausbushes/var3/sunnybush, /turf/open/gm/grass/grass1, @@ -15063,82 +15083,72 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_west_jungle) +"pYB" = ( +/obj/structure/machinery/autolathe, +/turf/open/floor/vault2/west, +/area/lv624/lazarus/robotics) +"pYC" = ( +/obj/effect/decal/cleanable/vomit, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) "pYJ" = ( /obj/structure/flora/jungle/vines/light_3, /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/jungle/north_west_jungle) -"pYY" = ( -/obj/structure/surface/rack, -/obj/structure/machinery/power/apc/power/north, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/kitchen) +"pYX" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) "pZb" = ( /turf/closed/wall/rock/brown, /area/lv624/ground/caves/north_east_caves) +"pZq" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) +"pZv" = ( +/obj/structure/closet/athletic_mixed, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) "pZM" = ( /obj/structure/surface/rack, /obj/item/clothing/mask/gas, /turf/open/floor/vault, /area/lv624/lazarus/quartstorage) +"pZY" = ( +/turf/open/floor/podhatchfloor, +/area/lv624/lazarus/comms) +"qar" = ( +/obj/item/tool/crowbar, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) "qaE" = ( /obj/effect/landmark/hunter_primary, /obj/effect/landmark/queen_spawn, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) -"qaG" = ( -/obj/structure/flora/jungle/vines/light_3, -/turf/open/gm/dirtgrassborder/south, -/area/lv624/ground/jungle/west_jungle) -"qaH" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/weapon/pole/fancy_cane, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"qbv" = ( -/obj/structure/surface/table, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) +"qbV" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/floor/warning/west, +/area/lv624/lazarus/landing_zones/lz2) "qcz" = ( /obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/river, /area/lv624/ground/river/east_river) -"qcP" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = -10; - pixel_y = -2 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/north_east_caves) "qcX" = ( /obj/structure/machinery/colony_floodlight, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_jungle) -"qdr" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/grilledcheese, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/kitchen) "qdw" = ( -/obj/structure/machinery/door/airlock/almayer/research/colony{ - density = 0; - icon_state = "door_open"; - name = "\improper Research Dome"; - opacity = 0; - req_access_txt = "100" - }, -/turf/open/floor/white, -/area/lv624/lazarus/research) +/turf/open/floor/whiteyellowcorner/east, +/area/lv624/lazarus/corporate_dome) "qdx" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 8 @@ -15149,6 +15159,10 @@ /obj/structure/machinery/colony_floodlight, /turf/open/gm/grass/grass1, /area/lv624/ground/colony/west_nexus_road) +"qeF" = ( +/obj/effect/landmark/static_comms/net_two, +/turf/open/floor/asteroidfloor/north, +/area/lv624/ground/colony/telecomm/cargo) "qeW" = ( /turf/open/gm/coast/beachcorner2/north_west, /area/lv624/ground/caves/sand_temple) @@ -15168,24 +15182,18 @@ /obj/structure/flora/jungle/vines/light_3, /turf/open/floor, /area/lv624/lazarus/landing_zones/lz2) -"qfI" = ( -/obj/structure/largecrate/random/barrel/yellow, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) "qfK" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 10 }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_east_caves) +"qfS" = ( +/turf/open/floor/warnwhite/southeast, +/area/lv624/lazarus/fitness) "qgA" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, /area/lv624/ground/jungle/south_east_jungle) -"qgY" = ( -/obj/structure/surface/rack, -/obj/item/explosive/grenade/incendiary/molotov, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/quartstorage) "qhl" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 4 @@ -15195,121 +15203,98 @@ "qhn" = ( /turf/open/floor/plating, /area/lv624/lazarus/secure_storage) -"qhx" = ( -/obj/structure/machinery/door/poddoor/almayer{ - dir = 4; - id = "science_blast"; - layer = 3.3; - name = "\improper Science Wing Blast Door" - }, -/obj/structure/machinery/door/airlock/almayer/research/colony{ - locked = 1; - name = "\improper Research Dome"; - req_access_txt = "100" - }, -/turf/open/floor/white, -/area/lv624/lazarus/research) -"qhI" = ( -/obj/item/stack/rods, -/turf/open/floor/plating/platingdmg3, -/area/lv624/lazarus/secure_storage) -"qin" = ( -/obj/structure/stairs/perspective{ - color = "#b29082"; - dir = 4; - icon_state = "p_stair_full" - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/caves/sand_temple) +"qhA" = ( +/turf/open/gm/dirt/desert3, +/area/lv624/ground/barrens/south_eastern_barrens) +"qic" = ( +/turf/open/floor/chapel, +/area/lv624/lazarus/chapel) "qiL" = ( /obj/item/reagent_container/food/snacks/grown/mushroom/amanita, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/north_west_caves) -"qjf" = ( -/turf/open/floor, -/area/lv624/ground/barrens/containers) -"qji" = ( -/obj/structure/holohoop{ - dir = 1 +"qiO" = ( +/obj/item/weapon/sword{ + pixel_x = 6; + pixel_y = 7 }, -/obj/structure/machinery/light, -/turf/open/floor/warnwhite, -/area/lv624/lazarus/fitness) -"qjm" = ( -/obj/structure/bed/chair{ - dir = 1 +/obj/structure/showcase{ + color = "#95948B"; + desc = "A grey statue dawned in ancient armor, it stares into your soul."; + dir = 1; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + name = "Eternal guardian" }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 +/obj/item/clothing/suit/armor/yautja_flavor{ + anchored = 1 }, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) +/turf/open/floor/strata/grey_multi_tiles, +/area/lv624/ground/caves/sand_temple) +"qjf" = ( +/turf/open/floor, +/area/lv624/ground/barrens/containers) "qjt" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) -"qky" = ( -/turf/open/floor/plating/platebotc, -/area/lv624/lazarus/quartstorage) -"qkE" = ( -/obj/structure/surface/table/holotable, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) -"qmp" = ( -/obj/item/frame/table, +"qjG" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/warning/north, +/area/lv624/lazarus/landing_zones/lz1) +"qko" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "\improper Nexus Dome Canteen"; + req_access_txt = "100"; + req_one_access = null + }, /turf/open/floor/bar, /area/lv624/lazarus/canteen) +"qkA" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"qkD" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Corporation Dome"; + req_access_txt = "100" + }, +/turf/open/floor/white, +/area/lv624/lazarus/corporate_dome) +"qmw" = ( +/obj/structure/machinery/light/small, +/obj/effect/landmark/crap_item, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) "qns" = ( /obj/structure/machinery/colony_floodlight, /turf/open/gm/dirt, /area/lv624/ground/jungle/east_jungle) -"qnA" = ( -/obj/structure/surface/table, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) "qnQ" = ( /obj/structure/flora/bush/ausbushes/var3/ywflowers, /turf/open/gm/grass/grass2, /area/lv624/ground/jungle/north_east_jungle) -"qoc" = ( -/obj/structure/lattice{ - layer = 2.9 - }, -/obj/item/clothing/head/hardhat/orange{ - pixel_x = -7; - pixel_y = 13 - }, -/obj/structure/machinery/power/reactor/colony, -/turf/open/floor/plating/warnplate/west, -/area/lv624/lazarus/engineering) -"qoJ" = ( -/obj/effect/landmark/survivor_spawner, -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 - }, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) -"qoZ" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/spawner/random/tool, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) -"qpF" = ( -/obj/structure/target/syndicate, -/turf/open/floor/red/northeast, -/area/lv624/lazarus/security) +"qnZ" = ( +/obj/structure/bed, +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/corpsespawner/engineer, +/turf/open/floor/whitebluefull, +/area/lv624/lazarus/medbay) "qqJ" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, /area/lv624/ground/caves/sand_temple) -"qrw" = ( -/obj/structure/machinery/gibber, -/obj/effect/landmark/good_item, -/turf/open/floor/freezerfloor, +"qqO" = ( +/obj/structure/machinery/vending/dinnerware, +/turf/open/floor/barber/west, /area/lv624/lazarus/kitchen) +"qrB" = ( +/turf/open/gm/dirt/desert1, +/area/lv624/ground/barrens/south_eastern_jungle_barrens) "qrH" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, @@ -15318,10 +15303,6 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_west_caves) -"qrQ" = ( -/obj/structure/flora/jungle/vines/light_2, -/turf/open/gm/grass/grass1, -/area/lv624/ground/jungle/west_jungle) "qsM" = ( /obj/structure/platform/mineral/sandstone/runed{ dir = 1 @@ -15343,32 +15324,65 @@ /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_west_jungle) -"qur" = ( -/obj/docking_port/stationary/marine_dropship/lz1{ - name = "LZ1: Nexus Landing Zone" +"quf" = ( +/obj/structure/machinery/light/small{ + dir = 8 }, -/turf/open/floor/plating, -/area/lv624/lazarus/landing_zones/lz1) +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) +"quh" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/bomb_supply, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) "qvf" = ( /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/dirtgrassborder/north, /area/lv624/ground/caves/sand_temple) +"qvm" = ( +/turf/open/floor/red/southwest, +/area/lv624/lazarus/security) +"qvs" = ( +/obj/structure/flora/bush/ausbushes/lavendergrass, +/turf/open/gm/grass/grass1, +/area/lv624/ground/colony/west_tcomms_road) +"qvv" = ( +/obj/structure/surface/table, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/item/tool/pen, +/turf/open/floor/white, +/area/lv624/lazarus/medbay) "qvC" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, /area/lv624/ground/colony/west_nexus_road) -"qvE" = ( -/obj/structure/surface/table, -/obj/structure/machinery/microwave, -/turf/open/floor/barber/west, -/area/lv624/lazarus/kitchen) +"qwz" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "\improper Leisure Dome"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/fitness) "qwA" = ( -/turf/open/gm/dirtgrassborder/desert_dug, -/area/lv624/ground/barrens/south_eastern_barrens) -"qxj" = ( -/obj/structure/curtain/red, -/turf/open/shuttle/red, -/area/lv624/ground/caves/sand_temple) +/turf/open/gm/dirt/desert2, +/area/lv624/ground/caves/west_caves) +"qwE" = ( +/obj/structure/machinery/still, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) +"qxu" = ( +/obj/structure/surface/rack, +/obj/item/ammo_magazine/rifle/nsg23/extended, +/obj/item/weapon/gun/rifle/nsg23/no_lock, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) +"qxX" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/white, +/area/lv624/lazarus/research) "qxZ" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/stack/sheet/metal{ @@ -15378,27 +15392,31 @@ }, /turf/open/floor/wood, /area/lv624/ground/caves/north_central_caves) -"qyc" = ( -/obj/item/ammo_casing/bullet{ - icon_state = "cartridge_3_1" +"qzr" = ( +/obj/structure/stairs/perspective{ + color = "#b29082"; + dir = 10; + icon_state = "p_stair_full" }, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"qzv" = ( -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/obj/structure/machinery/light, -/obj/item/reagent_container/glass/fertilizer, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) -"qzB" = ( -/obj/structure/lattice{ - layer = 2.9 +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/caves/sand_temple) +"qzP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 }, -/obj/structure/platform, -/obj/structure/machinery/power/reactor/colony, -/turf/open/floor/plating/warnplate/southeast, +/turf/open/floor/dark, /area/lv624/lazarus/engineering) +"qAb" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/cheeseburger, +/obj/effect/landmark/crap_item, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) "qAc" = ( /obj/structure/platform/mineral/sandstone/runed, /turf/open/floor/sandstone/runed, @@ -15412,17 +15430,25 @@ }, /turf/open/gm/dirtgrassborder/grassdirt_corner/north_west, /area/lv624/ground/caves/sand_temple) -"qAl" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/item/device/flashlight/lantern, -/obj/structure/barricade/sandbags/wired, -/obj/item/weapon/baseballbat/metal, -/turf/open/floor/wood/wood_broken6, -/area/lv624/ground/caves/north_central_caves) +"qAr" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) "qAu" = ( /obj/structure/flora/bush/ausbushes/var3/ywflowers, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) +"qAw" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 200 + }, +/turf/open/floor/greengrid, +/area/lv624/lazarus/secure_storage) "qAP" = ( /obj/effect/landmark/crap_item, /turf/open/gm/dirt, @@ -15431,26 +15457,18 @@ /obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_central_jungle) -"qAY" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) -"qBo" = ( -/obj/structure/machinery/door/airlock/almayer/secure/colony{ - locked = 1; - name = "\improper Nexus Dome Armory"; - req_one_access_txt = "19;106" +"qBC" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 }, -/turf/open/floor/cult, -/area/lv624/lazarus/armory) -"qBp" = ( -/obj/structure/largecrate/random, -/obj/item/storage/fancy/crayons{ - pixel_x = 1; - pixel_y = 8 +/turf/open/floor/plating/warnplate, +/area/lv624/ground/barrens/east_barrens/ceiling) +"qBL" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "cargospecial2" }, -/turf/open/floor/plating/asteroidfloor/north, -/area/lv624/lazarus/corporate_dome) +/turf/open/floor/dark, +/area/lv624/lazarus/quartstorage) "qBQ" = ( /obj/structure/stairs/perspective{ color = "#b29082"; @@ -15462,6 +15480,9 @@ }, /turf/open/gm/dirt, /area/lv624/ground/barrens/south_eastern_barrens) +"qBT" = ( +/turf/open/floor/plating/warnplate/east, +/area/lv624/ground/barrens/central_barrens) "qBW" = ( /turf/open/gm/dirt, /area/lv624/ground/jungle/south_west_jungle/ceiling) @@ -15469,20 +15490,10 @@ /obj/structure/flora/grass/tallgrass/jungle, /turf/open/gm/grass/grass1, /area/lv624/lazarus/landing_zones/lz1) -"qDn" = ( -/obj/structure/surface/table/gamblingtable, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) "qDt" = ( -/obj/structure/window/framed/colony/reinforced, -/turf/open/floor/plating/platebotc, -/area/lv624/lazarus/sleep_female) -"qDv" = ( -/obj/structure/barricade/wooden{ - dir = 4 - }, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) +/obj/effect/landmark/monkey_spawn, +/turf/open/gm/dirt, +/area/lv624/ground/jungle/west_jungle) "qDx" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, /area/lv624/ground/barrens/south_eastern_jungle_barrens) @@ -15490,6 +15501,14 @@ /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_jungle) +"qDB" = ( +/obj/structure/stairs/perspective{ + color = "#b29082"; + dir = 8; + icon_state = "p_stair_full" + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/caves/sand_temple) "qDQ" = ( /obj/structure/machinery/colony_floodlight, /turf/open/gm/grass/grass1, @@ -15500,14 +15519,36 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/colony/west_tcomms_road) -"qFp" = ( -/obj/structure/machinery/deployable/barrier, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/cult, -/area/lv624/lazarus/armory) -"qGA" = ( -/turf/open/floor/chapel/west, -/area/lv624/lazarus/chapel) +"qEi" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/white, +/area/lv624/lazarus/corporate_dome) +"qEm" = ( +/obj/structure/flora/jungle/vines/light_2, +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 2; + name = "\improper Atmospherics Condenser" + }, +/turf/open/floor/plating/platebotc, +/area/lv624/lazarus/yggdrasil) +"qFr" = ( +/obj/item/trash/cheesie, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) +"qFX" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/rifle/mar40{ + pixel_y = 6 + }, +/obj/item/weapon/gun/rifle/mar40{ + pixel_y = -3 + }, +/turf/open/floor/vault2/west, +/area/lv624/ground/barrens/north_east_barrens/ceiling) +"qGC" = ( +/obj/structure/surface/table, +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) "qGH" = ( /obj/structure/flora/bush/ausbushes/var3/ywflowers, /turf/open/gm/grass/grass2, @@ -15516,34 +15557,31 @@ /obj/structure/flora/jungle/vines/light_1, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/west_central_jungle) -"qHi" = ( -/obj/structure/machinery/cm_vending/sorted/boozeomat, -/turf/open/floor/barber/west, -/area/lv624/lazarus/kitchen) +"qGL" = ( +/turf/open/floor/whiteblue/southwest, +/area/lv624/lazarus/medbay) +"qHh" = ( +/obj/structure/showcase{ + desc = "An ancient, dusty tomb with strange alien writing. It's best not to touch it."; + icon_state = "yaut"; + name = "alien sarcophagus" + }, +/turf/open/floor/corsat/squareswood/north, +/area/lv624/ground/caves/sand_temple) "qHC" = ( /obj/structure/largecrate/random/barrel/red, /turf/open/gm/dirt, /area/lv624/lazarus/crashed_ship_containers) -"qHW" = ( -/obj/structure/xenoautopsy/tank/larva, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) -"qIj" = ( -/obj/structure/machinery/door_control{ - id = "garage_lv"; - name = "Garage Shutters"; - pixel_y = -28 +"qHI" = ( +/obj/structure/bed/chair{ + dir = 8 }, -/turf/open/floor/plating/asteroidwarning, -/area/lv624/lazarus/landing_zones/lz2) +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) "qIw" = ( /obj/effect/landmark/monkey_spawn, /turf/open/gm/dirt, /area/lv624/ground/barrens/east_barrens) -"qID" = ( -/obj/item/trash/cheesie, -/turf/open/floor/wood/wood_broken4, -/area/lv624/lazarus/hop) "qIO" = ( /turf/open/gm/dirt, /area/lv624/ground/colony/west_tcomms_road) @@ -15551,6 +15589,31 @@ /obj/structure/flora/bush/ausbushes/var3/ywflowers, /turf/open/gm/dirt, /area/lv624/ground/jungle/north_west_jungle) +"qJj" = ( +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = 2 + }, +/turf/open/floor/white, +/area/lv624/lazarus/medbay) +"qJp" = ( +/obj/structure/lattice{ + layer = 2.9 + }, +/obj/item/clothing/head/hardhat/orange{ + pixel_x = -7; + pixel_y = 13 + }, +/obj/structure/machinery/power/reactor/colony, +/turf/open/floor/plating/warnplate/west, +/area/lv624/lazarus/engineering) +"qJv" = ( +/obj/structure/cargo_container/seegson/left, +/turf/open/floor/plating/platebotc, +/area/lv624/lazarus/quartstorage/outdoors) +"qJw" = ( +/obj/structure/girder, +/turf/open/floor/plating/platebotc, +/area/lv624/lazarus/quartstorage/outdoors) "qJx" = ( /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/gm/grass/grass1, @@ -15561,103 +15624,67 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) -"qJH" = ( -/turf/open/floor/plating/platingdmg1, -/area/lv624/lazarus/secure_storage) -"qJM" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 9 - }, -/obj/effect/landmark/nightmare{ - insert_tag = "corporatedome" - }, -/turf/open/gm/grass/grass1, -/area/lv624/ground/colony/west_tcomms_road) "qKl" = ( /turf/open/gm/dirtgrassborder/east, /area/lv624/ground/colony/north_nexus_road) -"qKH" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/device/flashlight/lamp/green{ - pixel_x = 3 +"qKt" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/item/device/flashlight{ + pixel_y = 5 }, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"qKN" = ( -/turf/open/floor/warning, -/area/lv624/lazarus/landing_zones/lz1) +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) "qLc" = ( /obj/structure/flora/grass/tallgrass/jungle, /turf/open/gm/grass/grass2, /area/lv624/ground/jungle/north_east_jungle) -"qLi" = ( -/obj/structure/disposalpipe/junction{ - dir = 4 +"qLs" = ( +/obj/structure/machinery/vending/coffee, +/obj/structure/foamed_metal, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) +"qLC" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" }, /turf/open/floor/plating/warnplate, -/area/lv624/ground/barrens/east_barrens/ceiling) -"qMc" = ( -/obj/structure/surface/table, -/obj/item/trash/cheesie, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) -"qMd" = ( -/obj/item/clothing/glasses/regular, -/turf/open/floor/white, -/area/lv624/lazarus/research) +/area/lv624/lazarus/engineering) +"qLT" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/floor/cult, +/area/lv624/ground/caves/south_west_caves) +"qMk" = ( +/turf/open/floor/bot/north, +/area/lv624/lazarus/quartstorage) "qMX" = ( /obj/structure/flora/jungle/alienplant1, /turf/open/gm/river, /area/lv624/ground/jungle/west_jungle) "qNf" = ( -/obj/structure/surface/rack, -/obj/item/reagent_container/food/drinks/cans/souto/diet/peach{ - pixel_x = 7 - }, -/obj/item/reagent_container/food/drinks/cans/souto/diet/cherry{ - pixel_x = -7 - }, -/obj/item/reagent_container/food/drinks/cans/souto/classic, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/quartstorage) -"qNN" = ( -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_y = 30 - }, -/obj/structure/stairs/perspective{ - dir = 4; - icon_state = "p_stair_full" - }, -/obj/structure/platform/stair_cut, -/obj/item/clothing/head/hardhat/orange, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) +/obj/effect/landmark/hunter_primary, +/turf/open/gm/dirt, +/area/lv624/ground/jungle/west_jungle) "qNQ" = ( /obj/structure/machinery/landinglight/ds2/delayone{ dir = 4 }, /turf/open/floor/plating, /area/lv624/lazarus/landing_zones/lz2) -"qOW" = ( -/obj/structure/barricade/metal/wired, -/turf/open/floor/whiteblue/southwest, -/area/lv624/lazarus/corporate_dome) -"qPa" = ( -/obj/structure/flora/jungle/vines/light_3, -/turf/open/floor/corsat/squareswood/north, -/area/lv624/ground/caves/sand_temple) +"qNT" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = 2; + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/east_caves) "qPx" = ( /obj/structure/flora/bush/ausbushes/var3/ywflowers, /turf/open/gm/grass/grass1, /area/lv624/ground/barrens/south_eastern_jungle_barrens) -"qPI" = ( -/obj/effect/landmark/crap_item, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) "qPY" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, @@ -15670,6 +15697,17 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/gm/dirt, /area/lv624/ground/barrens/north_east_barrens) +"qRr" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/window/framed/colony, +/turf/open/floor/plating/warnplate, +/area/lv624/ground/barrens/east_barrens/ceiling) +"qSg" = ( +/obj/item/stack/sheet/wood{ + amount = 2 + }, +/turf/open/floor/warning/north, +/area/lv624/lazarus/landing_zones/lz1) "qSn" = ( /obj/structure/barricade/wooden{ dir = 4 @@ -15697,27 +15735,20 @@ /obj/item/shard, /turf/open/floor/plating, /area/lv624/lazarus/corporate_dome) -"qTx" = ( -/obj/item/trash/chips, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) "qUM" = ( /turf/open/gm/dirtgrassborder/north, /area/lv624/ground/jungle/west_central_jungle) -"qVc" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = 2; - pixel_y = 7 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/central_caves) "qVh" = ( /obj/effect/decal/grass_overlay/grass1, /turf/open/gm/dirt, /area/lv624/ground/caves/north_west_caves) +"qVj" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" + }, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "qVN" = ( /obj/structure/flora/bush/ausbushes/ausbush, /turf/open/auto_turf/strata_grass/layer1, @@ -15730,42 +15761,12 @@ /obj/effect/decal/grass_overlay/grass1/inner, /turf/open/gm/dirt, /area/lv624/ground/caves/central_caves) -"qWM" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/obj/effect/landmark/xeno_hive_spawn, -/obj/effect/landmark/ert_spawns/groundside_xeno, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"qXq" = ( -/obj/structure/surface/table, -/obj/structure/prop/mech/drill, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/vault2, -/area/lv624/lazarus/robotics) -"qXD" = ( -/obj/effect/landmark/hunter_secondary, -/turf/open/floor/plating/platebotc, -/area/lv624/lazarus/quartstorage/outdoors) -"qXI" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) -"qYe" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/mob/living/simple_animal/corgi/puppy{ - desc = "It's a corgi puppy. MISTER WIGGLES!! HE IS THE GREATEST!"; - name = "\improper Mister Wiggles" - }, -/turf/open/floor/grimy, -/area/lv624/lazarus/captain) -"qYg" = ( -/obj/structure/barricade/wooden{ - dir = 8 - }, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) +"qXi" = ( +/obj/structure/surface/rack, +/obj/structure/machinery/light, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) "qYF" = ( /obj/structure/flora/bush/ausbushes/var3/sunnybush, /turf/open/gm/dirt, @@ -15774,6 +15775,10 @@ /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/gm/grass/grass2, /area/lv624/ground/jungle/south_west_jungle) +"qYN" = ( +/obj/structure/largecrate/random, +/turf/open/floor/bot/north, +/area/lv624/lazarus/landing_zones/lz1) "qYS" = ( /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/auto_turf/strata_grass/layer1, @@ -15782,35 +15787,20 @@ /obj/structure/flora/grass/tallgrass/jungle, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_central_jungle) -"qZR" = ( -/obj/structure/flora/bush/ausbushes/reedbush, -/turf/open/gm/dirt/desert2, -/area/lv624/ground/barrens/south_eastern_barrens) "rac" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/closed/wall/mineral/sandstone/runed, /area/lv624/ground/caves/sand_temple) -"rap" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/showcase, -/obj/structure/machinery/light{ - dir = 4 +"raQ" = ( +/obj/structure/surface/table, +/obj/structure/mirror{ + pixel_y = -30 }, -/turf/open/floor/whiteblue, -/area/lv624/lazarus/corporate_dome) -"rax" = ( -/obj/structure/surface/rack, -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) -"rbo" = ( -/obj/item/ammo_casing, -/turf/open/floor/plating/warnplate, -/area/lv624/ground/barrens/central_barrens) +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/toilet) +"rbe" = ( +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/jungle/south_west_jungle/ceiling) "rbs" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 10 @@ -15821,49 +15811,101 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_east_caves) +"rbJ" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) "rck" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 5 }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) +"rcp" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/folder/white{ + pixel_y = 8 + }, +/obj/item/folder/yellow{ + pixel_y = 4 + }, +/obj/item/folder/red, +/turf/open/floor/whiteyellow/east, +/area/lv624/lazarus/corporate_dome) "rcy" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/dirtgrassborder/west, /area/lv624/ground/jungle/east_jungle) +"rcB" = ( +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage, +/turf/open/floor/vault2/west, +/area/lv624/lazarus/quartstorage) "rcR" = ( /obj/effect/landmark/hunter_primary, /turf/open/gm/dirt, /area/lv624/ground/barrens/south_eastern_barrens) -"rdn" = ( -/obj/item/reagent_container/glass/bucket, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) -"reB" = ( -/obj/structure/surface/table, -/obj/item/stack/medical/bruise_pack{ - pixel_x = 3; - pixel_y = 3 +"rdt" = ( +/obj/item/stack/sheet/wood{ + amount = 2 }, -/turf/open/floor/whiteblue/east, -/area/lv624/lazarus/medbay) -"reE" = ( -/obj/structure/platform_decoration, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) +"rdV" = ( /obj/structure/stairs/perspective{ - dir = 1; + color = "#6b675e"; + dir = 4; icon_state = "p_stair_full" }, -/turf/open/floor/plating/warnplate/southeast, -/area/lv624/lazarus/engineering) -"reV" = ( -/obj/structure/bed/chair, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 1 + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/caves/sand_temple) +"rdY" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/explosive/grenade/high_explosive/stick, +/obj/item/explosive/grenade/high_explosive/stick{ + pixel_x = 6 + }, +/obj/item/explosive/grenade/high_explosive/stick{ + pixel_x = -6 + }, +/turf/open/floor/vault2/west, +/area/lv624/ground/barrens/north_east_barrens/ceiling) +"rex" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/whitebluefull, +/area/lv624/lazarus/medbay) +"reR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/wood/wood_broken6, +/area/lv624/lazarus/hop) +"rfy" = ( +/obj/structure/surface/table, +/obj/item/handset, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) "rfH" = ( /obj/structure/flora/jungle/vines/light_2, /obj/structure/flora/jungle/vines/heavy, /turf/closed/wall/r_wall, /area/lv624/lazarus/corporate_dome) +"rfM" = ( +/obj/structure/surface/table, +/turf/open/floor/barber/west, +/area/lv624/lazarus/kitchen) +"rga" = ( +/obj/structure/grille, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/floor/plating/warnplate/east, +/area/lv624/ground/river/east_river) "rgj" = ( /obj/effect/decal/remains/xeno, /obj/effect/decal/grass_overlay/grass1{ @@ -15871,73 +15913,67 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/south_east_caves) -"rgA" = ( -/obj/structure/machinery/status_display{ - pixel_y = 30 +"rgs" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 6 }, -/obj/structure/bed/chair, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) +/obj/item/storage/toolbox/electrical, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/whiteblue/east, +/area/lv624/lazarus/corporate_dome) "rgQ" = ( /obj/structure/flora/jungle/plantbot1, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) -"rha" = ( -/obj/structure/surface/rack, -/obj/item/ammo_magazine/shotgun/slugs, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/greengrid, -/area/lv624/lazarus/secure_storage) +"rhe" = ( +/obj/structure/largecrate/random, +/turf/open/floor/loadingarea/east, +/area/lv624/lazarus/quartstorage) +"rhj" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 1; + name = "\improper Engineering Dome"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor/delivery, +/area/lv624/lazarus/engineering) "rit" = ( /turf/open/gm/coast/south, /area/lv624/ground/river/central_river) -"rjz" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) -"rjU" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner, -/turf/open/gm/grass/grass1, -/area/lv624/lazarus/landing_zones/lz1) -"rke" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/gm/dirt, -/area/lv624/ground/jungle/west_jungle) -"rks" = ( -/obj/structure/surface/rack, -/obj/structure/machinery/light, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/whitepurplecorner/east, +"riO" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/warnwhite/east, /area/lv624/lazarus/fitness) -"rkw" = ( -/turf/open/floor/bot/north, -/area/lv624/lazarus/quartstorage) -"rkA" = ( -/obj/structure/closet/lawcloset, -/obj/item/clothing/suit/armor/vest/security, -/turf/open/floor/red/north, -/area/lv624/lazarus/security) -"rle" = ( -/obj/structure/flora/pottedplant, -/obj/structure/machinery/light/spot{ - dir = 1 - }, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"rlG" = ( -/obj/structure/dispenser, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_y = 30 +"rjK" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = -1; + pixel_y = 7 }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/south_west_caves) +"rkc" = ( +/turf/open/floor/wood/wood_broken3, +/area/lv624/ground/caves/north_central_caves) +"rle" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/pie, +/turf/open/floor/whitebluefull, +/area/lv624/lazarus/medbay) +"rln" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/whitegreen/north, +/area/lv624/lazarus/main_hall) +"rlq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/greengrid, +/area/lv624/lazarus/secure_storage) "rmB" = ( /obj/structure/phone_base/colony_net{ phone_category = "Lazarus Landing"; @@ -15946,68 +15982,106 @@ }, /turf/open/floor/wood, /area/lv624/ground/caves/north_central_caves) -"rnD" = ( -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = -30 - }, -/turf/open/floor/warning/southwest, -/area/lv624/lazarus/landing_zones/lz1) +"rns" = ( +/obj/structure/flora/bush/ausbushes/var3/ywflowers, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/jungle/south_west_jungle/ceiling) +"rnu" = ( +/obj/item/tool/soap, +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) +"rnB" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/tech_supply, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) +"rnF" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/restraint/handcuffs, +/obj/item/storage/firstaid/adv, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/red/north, +/area/lv624/lazarus/security) "rox" = ( /obj/structure/flora/jungle/vines/light_1, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_central_jungle) +"roy" = ( +/obj/structure/flora/bush/ausbushes/pointybush, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, +/area/lv624/ground/jungle/west_jungle) +"roD" = ( +/obj/structure/girder, +/turf/open/floor/dark, +/area/lv624/lazarus/quartstorage/outdoors) "roQ" = ( /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/central_caves) -"rpr" = ( -/obj/structure/prop/mech/parts/chassis/gygax, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/robotics) "rpx" = ( /obj/effect/decal/grass_overlay/grass1, /turf/open/gm/dirt, /area/lv624/ground/caves/north_east_caves) +"rpV" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/whiteblue/southeast, +/area/lv624/lazarus/corporate_dome) "rqf" = ( /obj/structure/flora/bush/ausbushes/palebush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) +"rqh" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/warnplate/west, +/area/lv624/lazarus/robotics) +"rqS" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"rrp" = ( +/obj/structure/barricade/wooden, +/obj/structure/flora/jungle/vines/light_3, +/turf/open/floor/warning/northwest, +/area/lv624/lazarus/landing_zones/lz1) "rrz" = ( /obj/structure/curtain/red, /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/wood, /area/lv624/ground/caves/north_central_caves) -"rrL" = ( -/obj/structure/closet/boxinggloves, -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) "rsD" = ( -/obj/structure/bed/sofa/vert/grey, -/turf/open/floor/whiteyellow/east, -/area/lv624/lazarus/corporate_dome) -"rsM" = ( -/obj/structure/surface/table, -/obj/item/storage/box/masks{ - pixel_x = -4 - }, -/obj/item/storage/box/syringes{ - pixel_x = 5; - pixel_y = 4 +/turf/open/floor/wood/wood_broken6, +/area/lv624/ground/caves/north_central_caves) +"rsH" = ( +/obj/item/tool/kitchen/knife/butcher, +/obj/structure/surface/rack, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 }, -/turf/open/floor/whitebluefull, -/area/lv624/lazarus/medbay) -"rtg" = ( -/obj/structure/flora/jungle/vines/heavy, -/turf/open/floor/warning/east, -/area/lv624/lazarus/landing_zones/lz1) +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/kitchen) "rtD" = ( /obj/structure/flora/jungle/planttop1, /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_jungle) +"rtQ" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/obj/structure/machinery/light, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) "rua" = ( /obj/structure/flora/jungle/vines/light_2, /turf/closed/wall/strata_ice/jungle, @@ -16021,58 +16095,26 @@ }, /turf/closed/wall/rock/brown, /area/lv624/ground/caves/south_west_caves) -"ruz" = ( -/obj/item/stack/sheet/wood, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"ruE" = ( -/obj/item/ammo_casing/bullet{ - icon_state = "casing_9_1" - }, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"ruJ" = ( -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) -"ruQ" = ( -/obj/structure/bed, -/obj/structure/machinery/light, -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) -"rvc" = ( -/obj/structure/machinery/door/airlock/almayer/research/colony{ - locked = 1; - name = "\improper Research Dome"; - req_access_txt = "100" - }, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) -"rvj" = ( -/obj/structure/xenoautopsy/tank, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) -"rvF" = ( -/turf/open/floor/warnwhite/southeast, -/area/lv624/lazarus/fitness) -"rvM" = ( -/obj/structure/machinery/power/apc/no_power/south, -/turf/open/floor/asteroidwarning/east, -/area/lv624/ground/colony/telecomm/sw_lz2) "rvW" = ( /obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/grass/grass1, /area/lv624/ground/river/east_river) -"rwc" = ( -/obj/structure/surface/table/reinforced/prison{ - color = "#6b675e" - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/caves/sand_temple) "rwg" = ( /obj/structure/flora/jungle/vines/light_1, /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/barrens/south_eastern_jungle_barrens) +"rwn" = ( +/obj/structure/sign/safety/high_voltage{ + pixel_x = 7; + pixel_y = -32 + }, +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/extinguisher, +/obj/effect/spawner/random/powercell, +/obj/item/device/assembly/infra, +/obj/effect/spawner/random/powercell, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "rwx" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, /obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, @@ -16082,19 +16124,12 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/east_caves) -"rwA" = ( -/obj/item/shard, -/turf/open/floor/whiteyellow/southwest, -/area/lv624/lazarus/corporate_dome) "rwB" = ( /obj/structure/bed/chair/comfy/black{ dir = 1 }, /turf/open/gm/dirt, /area/lv624/ground/caves/sand_temple) -"rxh" = ( -/turf/open/floor/whitebluecorner/west, -/area/lv624/lazarus/corporate_dome) "rxk" = ( /obj/structure/safe{ spawnkey = 0 @@ -16105,81 +16140,82 @@ /obj/item/cell/high, /turf/open/floor/greengrid, /area/lv624/lazarus/secure_storage) -"rxF" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/plating/warnplate, -/area/lv624/lazarus/robotics) "ryp" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/central_caves) -"ryM" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/structure/surface/table, -/obj/structure/prop/mech/hydralic_clamp, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/plating/platebot, -/area/lv624/lazarus/robotics) -"ryS" = ( -/obj/item/ammo_casing, -/turf/open/floor/plating/warnplate/east, -/area/lv624/ground/barrens/central_barrens) "rze" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /obj/effect/decal/grass_overlay/grass1, /turf/open/gm/dirt, /area/lv624/ground/caves/south_central_caves) -"rBy" = ( -/obj/structure/machinery/power/apc/no_power/north, -/turf/open/floor/vault2, -/area/lv624/lazarus/robotics) -"rBF" = ( -/obj/structure/flora/jungle/vines/light_2, -/turf/open/gm/grass/grass1, -/area/lv624/ground/jungle/west_central_jungle) -"rBT" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan, +"rAK" = ( +/obj/structure/flora/pottedplant, +/obj/structure/machinery/light/spot, /turf/open/floor/white, /area/lv624/lazarus/main_hall) -"rCp" = ( -/obj/structure/stairs/perspective{ - dir = 4; - icon_state = "p_stair_full" +"rAX" = ( +/obj/structure/surface/table, +/obj/item/device/radio/headset{ + frequency = 1469; + pixel_x = 4; + pixel_y = 4 }, -/obj/structure/platform{ - layer = 3.1 +/obj/item/device/radio/headset{ + frequency = 1469 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) -"rCH" = ( -/obj/structure/bed/chair{ - dir = 8 +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"rBB" = ( +/obj/structure/largecrate/random, +/obj/item/clothing/head/soft/ferret{ + pixel_y = 5 }, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/kitchen) +/turf/open/floor/plating/warnplate/west, +/area/lv624/lazarus/robotics) +"rBF" = ( +/obj/structure/flora/jungle/vines/light_2, +/turf/open/gm/grass/grass1, +/area/lv624/ground/jungle/west_central_jungle) +"rCR" = ( +/obj/structure/surface/table, +/obj/item/trash/plate, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) "rCV" = ( /turf/open/gm/grass/grass2, /area/lv624/ground/jungle/south_central_jungle) -"rDi" = ( -/obj/structure/machinery/cm_vending/sorted/medical/no_access, -/obj/structure/medical_supply_link, -/turf/open/floor/whitebluefull, -/area/lv624/lazarus/medbay) -"rDr" = ( -/obj/item/storage/firstaid/toxin, -/turf/open/floor/whiteblue/southwest, -/area/lv624/lazarus/medbay) -"rDH" = ( -/obj/structure/machinery/power/apc/power/north{ - start_charge = 15 +"rDg" = ( +/obj/structure/closet{ + density = 0; + icon_state = "open"; + opened = 1 }, -/turf/open/floor/delivery, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/item/clothing/under/colonist, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) +"rEk" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/grille{ + density = 0; + icon_state = "brokengrille" + }, +/turf/open/floor/plating/warnplate/west, +/area/lv624/ground/river/central_river) +"rEw" = ( +/obj/structure/platform_decoration, +/turf/open/floor/brown/northwest, /area/lv624/lazarus/comms) +"rEQ" = ( +/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, +/area/lv624/ground/jungle/south_central_jungle) "rER" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 6 @@ -16187,38 +16223,36 @@ /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/dirt, /area/lv624/ground/caves/east_caves) -"rFc" = ( -/obj/structure/machinery/power/apc/no_power/west, -/turf/open/floor/grimy, -/area/lv624/lazarus/captain) -"rFe" = ( -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/toilet) -"rFi" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 +"rET" = ( +/obj/structure/machinery/constructable_frame{ + icon_state = "box_1" }, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/floor/plating/warnplate/north, +/area/lv624/ground/river/central_river) +"rFF" = ( +/obj/structure/largecrate, +/turf/open/floor/dark, +/area/lv624/lazarus/quartstorage) "rGd" = ( /obj/structure/girder/displaced, /obj/structure/shuttle/engine/propulsion, /turf/open/gm/dirt, /area/lv624/lazarus/crashed_ship_containers) -"rGi" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/effect/landmark/good_item, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) +"rGo" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/whiteyellowcorner/west, +/area/lv624/lazarus/corporate_dome) "rGu" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 9 }, /turf/open/gm/grass/grass1, /area/lv624/ground/colony/west_nexus_road) +"rGz" = ( +/obj/structure/fence, +/turf/open/floor/warning/north, +/area/lv624/ground/barrens/containers) "rGB" = ( /obj/structure/surface/rack, /obj/item/explosive/grenade/incendiary/molotov{ @@ -16226,21 +16260,6 @@ }, /turf/open/floor/vault, /area/lv624/lazarus/quartstorage) -"rGG" = ( -/turf/open/floor/warning/southwest, -/area/lv624/lazarus/landing_zones/lz1) -"rGT" = ( -/obj/item/stock_parts/scanning_module/phasic, -/obj/structure/surface/rack, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/wood, -/area/lv624/lazarus/main_hall) "rGW" = ( /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/dirtgrassborder/south, @@ -16260,10 +16279,6 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/south_west_caves) -"rHW" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) "rIc" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/decal/grass_overlay/grass1{ @@ -16280,11 +16295,6 @@ /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/west_central_jungle) -"rIv" = ( -/obj/structure/surface/rack, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) "rID" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 5 @@ -16297,20 +16307,11 @@ }, /turf/open/floor/sandstone/runed, /area/lv624/ground/caves/sand_temple) -"rJO" = ( -/obj/structure/surface/table/reinforced/prison{ - color = "#6b675e" - }, -/obj/structure/window/reinforced{ - dir = 4; - health = 80 - }, -/obj/structure/window/reinforced{ - dir = 8; - health = 80 - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/caves/sand_temple) +"rJv" = ( +/obj/structure/surface/rack, +/obj/item/explosive/grenade/incendiary/molotov, +/turf/open/floor/vault2/west, +/area/lv624/lazarus/quartstorage) "rJS" = ( /obj/structure/flora/jungle/vines/light_2, /turf/closed/wall/r_wall, @@ -16326,36 +16327,54 @@ /obj/structure/flora/jungle/vines/light_2, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) -"rNG" = ( -/obj/item/clothing/suit/redtag, -/obj/structure/closet/athletic_mixed, -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) +"rKY" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/toilet) +"rLC" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/candle, +/obj/item/stack/sheet/metal{ + amount = 30; + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/carpet/bcarpet01, +/area/lv624/ground/caves/north_central_caves) +"rMi" = ( +/obj/structure/stairs/perspective{ + color = "#6b675e"; + dir = 4; + icon_state = "p_stair_full" + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/caves/sand_temple) +"rMo" = ( +/obj/structure/stairs/perspective{ + color = "#b29082"; + dir = 4; + icon_state = "p_stair_full" + }, +/obj/structure/platform/mineral/sandstone/runed, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/caves/sand_temple) "rON" = ( /obj/structure/flora/jungle/vines/light_3, /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_jungle) -"rPa" = ( -/obj/structure/computerframe, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plating/platebot, -/area/lv624/lazarus/robotics) -"rPo" = ( -/obj/structure/flora/jungle/vines/light_3, -/obj/item/stack/sheet/wood{ - amount = 2 - }, -/turf/open/floor/warning/northeast, -/area/lv624/lazarus/landing_zones/lz1) "rPK" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, /turf/open/gm/dirt, /area/lv624/ground/caves/east_caves) +"rQc" = ( +/obj/structure/surface/rack, +/obj/item/clothing/under/colonist, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/dark, +/area/lv624/lazarus/quartstorage) "rQf" = ( /obj/structure/closet/crate, /obj/item/stack/sheet/metal{ @@ -16371,42 +16390,31 @@ }, /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/jungle/south_west_jungle) +"rQm" = ( +/obj/structure/machinery/smartfridge, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) "rQu" = ( /obj/structure/platform_decoration/mineral/sandstone/runed{ dir = 8 }, /turf/open/floor/sandstone/runed, /area/lv624/ground/caves/sand_temple) -"rQz" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - name = "\improper Workshop Storage"; - req_access_txt = "100"; - req_one_access = null - }, -/turf/open/floor/plating/asteroidfloor/north, -/area/lv624/lazarus/corporate_dome) -"rRq" = ( -/obj/item/weapon/baseballbat/metal, -/obj/item/weapon/baseballbat/metal{ - pixel_x = 5 - }, +"rRb" = ( /obj/structure/surface/rack, -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) -"rSg" = ( -/obj/structure/safe/floor{ - name = "safe"; - spawnkey = 0 - }, -/turf/open/floor/grimy, -/area/lv624/lazarus/captain) -"rSh" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/platingdmg1, -/area/lv624/lazarus/secure_storage) +/obj/item/tool/pickaxe, +/turf/open/floor/vault2/west, +/area/lv624/ground/barrens/north_east_barrens/ceiling) "rSy" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, /area/lv624/ground/jungle/east_jungle) +"rSG" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) "rTG" = ( /obj/structure/machinery/colony_floodlight, /obj/structure/flora/jungle/vines/light_3, @@ -16416,68 +16424,74 @@ /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/dirtgrassborder/south, /area/lv624/ground/colony/north_tcomms_road) +"rTL" = ( +/obj/structure/surface/table, +/obj/item/clothing/glasses/hud/health, +/obj/effect/landmark/crap_item, +/obj/item/reagent_container/spray/cleaner, +/turf/open/floor/whitebluefull, +/area/lv624/lazarus/medbay) "rTP" = ( -/obj/structure/holohoop, -/turf/open/floor/warnwhite/north, -/area/lv624/lazarus/fitness) +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony{ + dir = 2; + name = "\improper Medical Bay" + }, +/turf/open/floor/white, +/area/lv624/lazarus/medbay) +"rTR" = ( +/obj/structure/surface/table, +/obj/item/clothing/glasses/sunglasses/big, +/obj/structure/machinery/light, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) "rTT" = ( /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_central_caves) -"rUP" = ( -/obj/structure/machinery/sleep_console, -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 +"rUC" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" }, -/turf/open/floor/whitebluefull, -/area/lv624/lazarus/medbay) +/turf/open/floor/plating/warnplate, +/area/lv624/ground/barrens/east_barrens/ceiling) +"rUO" = ( +/obj/item/tool/weldingtool, +/obj/effect/decal/cleanable/dirt, +/turf/open/gm/dirt, +/area/lv624/ground/jungle/south_central_jungle) "rUX" = ( /obj/structure/flora/bush/ausbushes/genericbush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/central_caves) -"rVA" = ( -/obj/effect/spawner/random/toolbox, -/obj/structure/surface/table/reinforced/prison, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/foamed_metal{ - layer = 3.01 - }, -/obj/structure/machinery/fuelcell_recycler/full, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) -"rVE" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/grille{ - density = 0; - icon_state = "brokengrille" - }, -/turf/open/floor/plating/warnplate/east, -/area/lv624/ground/river/central_river) +"rVp" = ( +/obj/structure/bed/sofa/vert/grey/bot, +/turf/open/floor/whiteyellow/southeast, +/area/lv624/lazarus/corporate_dome) "rWs" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 4 }, /turf/open/gm/dirt, /area/lv624/ground/caves/central_caves) -"rWP" = ( -/obj/structure/flora/jungle/vines/light_3, -/turf/open/gm/dirt, -/area/lv624/ground/jungle/west_jungle) -"rWV" = ( -/obj/effect/landmark/lv624/fog_blocker, -/turf/open/floor/plating/warnplate/southeast, -/area/lv624/ground/river/central_river) +"rWt" = ( +/obj/item/stack/sheet/wood{ + amount = 2 + }, +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/flora/jungle/vines/light_2, +/turf/open/floor/warning/north, +/area/lv624/lazarus/landing_zones/lz1) +"rWu" = ( +/obj/structure/closet, +/obj/item/clothing/under/blackskirt, +/obj/item/stack/medical/advanced/ointment, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) "rWW" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/gm/river, /area/lv624/ground/jungle/west_jungle) -"rXc" = ( -/obj/structure/flora/jungle/vines/light_1, -/obj/structure/barricade/wooden{ - dir = 4 - }, -/turf/open/floor/warning/west, -/area/lv624/lazarus/landing_zones/lz1) "rXt" = ( /obj/structure/surface/table/reinforced/prison{ color = "#6b675e" @@ -16492,16 +16506,29 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/sand_temple) +"rXP" = ( +/obj/effect/landmark/good_item, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) +"rXU" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" + }, +/obj/structure/platform{ + layer = 3.1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "rXW" = ( /obj/structure/flora/bush/ausbushes/reedbush, /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/west_central_jungle) -"rYa" = ( -/obj/effect/landmark/crap_item, -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/wood/wood_broken3, -/area/lv624/ground/caves/north_central_caves) +"rXY" = ( +/turf/open/floor/plating/asteroidwarning/north, +/area/lv624/lazarus/landing_zones/lz2) "rYe" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, @@ -16513,69 +16540,69 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/sand_temple) -"rZp" = ( -/obj/structure/flora/bush/ausbushes/pointybush, -/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, -/area/lv624/ground/jungle/west_jungle) +"rYL" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/main_hall) +"rYZ" = ( +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) +"sak" = ( +/obj/structure/safe/floor{ + name = "safe"; + spawnkey = 0 + }, +/turf/open/floor/grimy, +/area/lv624/lazarus/captain) "sau" = ( /obj/effect/landmark/crap_item, /obj/structure/flora/jungle/vines/light_1, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_west_jungle) -"sbw" = ( -/obj/item/ammo_casing/bullet{ - icon_state = "cartridge_9_1" - }, +"sbL" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/bed/roller, +/obj/effect/landmark/corpsespawner/wygoon, /turf/open/floor/white, /area/lv624/lazarus/corporate_dome) -"sbL" = ( -/obj/structure/flora/jungle/vines/light_1, -/turf/open/floor/plating/platebotc, -/area/lv624/lazarus/yggdrasil) -"scb" = ( -/turf/open/floor/cult, -/area/lv624/lazarus/armory) +"scf" = ( +/obj/structure/inflatable, +/turf/open/floor/redyellowfull, +/area/lv624/ground/barrens/west_barrens/ceiling) +"scj" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) "scs" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 4 }, /turf/open/gm/dirt, /area/lv624/ground/caves/central_caves) -"scy" = ( -/turf/open/floor/warnwhite/east, -/area/lv624/lazarus/fitness) "sdh" = ( /obj/structure/barricade/sandbags/wired, /turf/open/floor/wood, /area/lv624/ground/caves/north_central_caves) -"sdV" = ( -/obj/item/tool/mop, -/obj/structure/surface/rack, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) -"sep" = ( -/obj/structure/machinery/colony_floodlight, -/turf/open/floor/plating/warnplate/southeast, -/area/lv624/ground/barrens/central_barrens) -"seO" = ( -/obj/structure/machinery/vending/coffee, -/obj/structure/machinery/light/small{ - dir = 8 +"sdT" = ( +/obj/structure/barricade/metal/wired, +/turf/open/floor/whiteblue/southwest, +/area/lv624/lazarus/corporate_dome) +"sez" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/spray/plantbgone{ + pixel_x = 4; + pixel_y = 6 }, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"sfF" = ( -/obj/item/trash/raisins, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) +/obj/effect/landmark/crap_item, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) "sfH" = ( /obj/structure/inflatable, /turf/open/gm/dirt, /area/lv624/lazarus/crashed_ship_containers) -"sfJ" = ( -/turf/open/floor/wood/wood_broken, -/area/lv624/ground/caves/north_central_caves) "sgc" = ( /obj/structure/flora/jungle/vines/light_1, /obj/structure/flora/jungle/vines/heavy, @@ -16595,32 +16622,41 @@ /obj/effect/decal/grass_overlay/grass1, /turf/open/gm/dirt, /area/lv624/ground/caves/south_central_caves) +"shp" = ( +/obj/structure/barricade/metal{ + health = 250 + }, +/turf/open/floor/white, +/area/lv624/lazarus/corporate_dome) "shq" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 10 }, /turf/open/gm/grass/grass1, /area/lv624/lazarus/landing_zones/lz1) -"siI" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner, -/turf/open/gm/grass/grass1, -/area/lv624/ground/jungle/north_jungle) -"siL" = ( -/obj/structure/closet{ - density = 0; - icon_state = "open"; - opened = 1 +"shX" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/grown/banana, +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) +"siu" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "nexuscenter_barricaded" }, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) -"sjH" = ( -/obj/effect/decal/cleanable/blood, -/obj/effect/landmark/corpsespawner/wygoon, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) -"skU" = ( /turf/open/floor/redfull/northwest, /area/lv624/lazarus/security) +"skZ" = ( +/obj/structure/largecrate/random, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"slT" = ( +/obj/structure/machinery/floodlight/landing, +/turf/open/floor/mech_bay_recharge_floor/shuttle_landing_lights, +/area/lv624/lazarus/landing_zones/lz2) +"slV" = ( +/obj/item/clothing/under/shorts/blue, +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) "slW" = ( /obj/structure/flora/jungle/vines/heavy, /turf/closed/wall/mineral/sandstone/runed/decor, @@ -16634,24 +16670,6 @@ }, /turf/open/floor/sandstone/runed, /area/lv624/ground/caves/sand_temple) -"smI" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/turf/open/floor/plating/asteroidfloor/north, -/area/lv624/lazarus/corporate_dome) -"smL" = ( -/obj/structure/surface/table, -/obj/item/trash/snack_bowl{ - pixel_y = 9 - }, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/barber/west, -/area/lv624/lazarus/kitchen) -"snf" = ( -/turf/open/gm/dirt/desert0, -/area/lv624/ground/caves/sand_temple) "snm" = ( /turf/open/gm/grass/grass2, /area/lv624/ground/colony/west_nexus_road) @@ -16659,18 +16677,6 @@ /obj/structure/flora/jungle/planttop1, /turf/open/gm/grass/grass1, /area/lv624/ground/colony/west_tcomms_road) -"sow" = ( -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_y = 30 - }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/floor/chapel/east, -/area/lv624/lazarus/chapel) "soz" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, @@ -16683,39 +16689,36 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) -"sph" = ( -/obj/structure/largecrate/random, -/turf/open/floor/plating/platebot, -/area/lv624/lazarus/robotics) "spm" = ( /obj/structure/flora/jungle/alienplant1, /turf/open/gm/river, /area/lv624/ground/barrens/east_barrens) -"spq" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - name = "\improper Garage"; - req_access_txt = "100"; - req_one_access = null - }, -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) -"spH" = ( -/obj/structure/girder, -/turf/open/floor/plating/platebotc, -/area/lv624/lazarus/quartstorage/outdoors) +"spI" = ( +/obj/structure/machinery/constructable_frame, +/obj/effect/spawner/random/bomb_supply, +/turf/open/floor/plating/warnplate/northwest, +/area/lv624/ground/barrens/east_barrens/ceiling) "spK" = ( /obj/effect/decal/grass_overlay/grass1/inner, /turf/open/gm/dirt, /area/lv624/ground/caves/central_caves) +"spV" = ( +/obj/structure/surface/table/reinforced{ + dir = 1; + flipped = 1 + }, +/obj/item/ammo_casing, +/turf/open/floor/plating/warnplate/north, +/area/lv624/ground/barrens/central_barrens) "sqj" = ( /turf/open/gm/river, /area/lv624/ground/river/central_river) -"sqq" = ( -/obj/item/frame/table, -/obj/effect/landmark/crap_item, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) +"sqo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) "sqs" = ( /obj/item/stack/sheet/metal{ pixel_x = -7; @@ -16728,30 +16731,41 @@ /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, /area/lv624/lazarus/landing_zones/lz2) -"sqx" = ( -/obj/structure/surface/rack, -/obj/effect/landmark/costume/butler, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) -"sqS" = ( -/turf/open/gm/dirt/desert2, -/area/lv624/ground/caves/south_west_caves) +"sqD" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/surgical_tray, +/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" + }, +/turf/open/floor/whitebluefull, +/area/lv624/lazarus/medbay) "srn" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 8 }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_east_caves) +"srW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/whitegreencorner/west, +/area/lv624/lazarus/main_hall) "ssc" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, /area/lv624/ground/jungle/east_central_jungle) +"ssA" = ( +/obj/structure/surface/table, +/obj/item/poster, +/obj/item/clothing/glasses/regular/hipster, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) "ssK" = ( /obj/structure/flora/jungle/vines/light_3, /turf/closed/wall/mineral/sandstone/runed, /area/lv624/ground/caves/sand_temple) -"ssU" = ( -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) "stt" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, @@ -16761,49 +16775,51 @@ /obj/structure/flora/jungle/vines/light_1, /turf/open/gm/grass/grass2, /area/lv624/ground/jungle/west_jungle) +"sux" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Nexus Dome"; + req_access_txt = "100" + }, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) +"suz" = ( +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/gm/dirt, +/area/lv624/ground/jungle/west_jungle) +"suO" = ( +/obj/structure/barricade/handrail/strata, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/gm/dirtgrassborder/weedable/grass1, +/area/lv624/ground/barrens/south_eastern_barrens) "svh" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/gm/grass/grass1, /area/lv624/lazarus/landing_zones/lz2) -"svy" = ( -/obj/item/tool/pickaxe/jackhammer{ - desc = "Cracks rocks with sonic blasts, perfect for killing cave lizards. This one is dull and nearly useless."; - force = 3; - name = "display jackhammer" - }, -/obj/structure/surface/rack, -/obj/structure/window/reinforced{ - dir = 4; - health = 80 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/open/floor/wood, -/area/lv624/lazarus/main_hall) -"svV" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/snacks/tomatosoup{ - desc = "Why would you ever drink this? Its full of mold and yucky slime!"; - pixel_y = 3 - }, -/obj/item/tool/kitchen/utensil/spoon{ - desc = "It's a spoon. Covered in red slime and mold."; - pixel_x = 10; - pixel_y = 5 +"svo" = ( +/obj/structure/bed/chair{ + dir = 8 }, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/quartstorage) +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) +"svK" = ( +/obj/structure/surface/table/holotable, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) +"swE" = ( +/obj/structure/grille, +/turf/open/floor/plating/warnplate/west, +/area/lv624/ground/river/central_river) "swR" = ( /obj/structure/flora/jungle/vines/light_3, /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/west_central_jungle) -"swZ" = ( -/obj/structure/cargo_container/wy/right, -/turf/open/floor/plating/platebotc, -/area/lv624/lazarus/quartstorage/outdoors) +"swX" = ( +/turf/open/floor/red/west, +/area/lv624/lazarus/security) "sxa" = ( /obj/structure/flora/bush/ausbushes/var3/ywflowers, /turf/open/gm/grass/grass1, @@ -16823,6 +16839,10 @@ /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_east_caves) +"sxI" = ( +/obj/structure/closet/secure_closet/bar, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/kitchen) "sxY" = ( /obj/structure/surface/rack, /obj/item/moneybag, @@ -16832,66 +16852,55 @@ /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, /area/lv624/ground/barrens/south_eastern_jungle_barrens) -"syr" = ( -/obj/structure/surface/table, -/obj/structure/mirror{ - icon_state = "mirror_broke"; - pixel_x = 30 - }, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_y = 30 - }, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/toilet) "syx" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/gm/river, /area/lv624/ground/barrens/east_barrens) -"syy" = ( -/obj/structure/machinery/power/monitor{ - name = "Main Power Grid Monitoring" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; +"szi" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/glass/fertilizer{ + pixel_x = 6; pixel_y = 2 }, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) +/obj/item/reagent_container/glass/fertilizer, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) "szy" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/north, /area/lv624/ground/colony/south_medbay_road) -"szL" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = -5; - pixel_y = -5 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/north_west_caves) "sAh" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 4 }, /turf/open/gm/dirt, /area/lv624/ground/caves/south_east_caves) -"sAA" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/grille{ - density = 0; - icon_state = "brokengrille" +"sAo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/delivery, +/area/lv624/lazarus/engineering) +"sAG" = ( +/obj/item/weapon/baseballbat/metal, +/obj/item/weapon/baseballbat/metal{ + pixel_x = 5 }, -/turf/open/floor/plating/warnplate/west, -/area/lv624/ground/river/central_river) +/obj/structure/surface/rack, +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) "sAI" = ( /obj/structure/flora/jungle/planttop1, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_west_caves) +"sBx" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + locked = 1; + name = "\improper Storage Room" + }, +/turf/open/floor/white, +/area/lv624/lazarus/corporate_dome) "sBC" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, @@ -16903,46 +16912,43 @@ "sBY" = ( /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/north_west_caves) -"sCd" = ( -/obj/structure/machinery/light{ - dir = 1 +"sCD" = ( +/turf/open/gm/dirtgrassborder/desert2, +/area/lv624/ground/barrens/south_eastern_barrens) +"sCG" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 }, -/turf/open/floor/whiteblue/northeast, -/area/lv624/lazarus/medbay) -"sCh" = ( -/obj/structure/machinery/light, -/turf/open/floor/whitepurple/northeast, +/obj/effect/decal/cleanable/blood/splatter, +/obj/item/prop/alien/hugger, +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/floor/freezerfloor, /area/lv624/lazarus/research) -"sCG" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) "sCX" = ( /obj/structure/flora/jungle/vines/light_1, /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/gm/grass/grass1, /area/lv624/ground/barrens/south_eastern_jungle_barrens) -"sDb" = ( -/obj/structure/machinery/atm{ - name = "Weyland-Yutani Automatic Teller Machine"; - pixel_x = -30 - }, -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) -"sDw" = ( -/obj/structure/fence, -/turf/open/floor/warning/east, -/area/lv624/ground/barrens/containers) "sDE" = ( /obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_central_jungle) -"sEi" = ( -/turf/open/floor/whiteyellow, -/area/lv624/lazarus/main_hall) -"sEy" = ( -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/jungle/south_west_jungle/ceiling) +"sEC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random/tech_supply, +/turf/open/floor/plating/warnplate, +/area/lv624/ground/barrens/east_barrens/ceiling) +"sEK" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "\improper Nexus Dome Canteen"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) "sET" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/decal/grass_overlay/grass1{ @@ -16950,20 +16956,18 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_east_caves) -"sFb" = ( -/obj/structure/machinery/shower{ - dir = 4 - }, -/obj/effect/glowshroom, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/toilet) "sFc" = ( /obj/structure/flora/bush/ausbushes/var3/stalkybush, /turf/open/gm/river, /area/lv624/ground/river/west_river) +"sFs" = ( +/obj/structure/largecrate/random, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) "sFD" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 4 @@ -16976,17 +16980,29 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) -"sGU" = ( -/obj/structure/largecrate/random, -/turf/open/floor/plating/warnplate/east, -/area/lv624/lazarus/robotics) -"sGY" = ( -/turf/open/floor/warnwhite/southwest, -/area/lv624/lazarus/fitness) +"sHf" = ( +/obj/effect/landmark/corpsespawner/miner, +/turf/open/floor/redyellowfull, +/area/lv624/ground/barrens/west_barrens/ceiling) +"sHq" = ( +/obj/structure/device/broken_piano, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) +"sHB" = ( +/obj/structure/filingcabinet, +/turf/open/floor/whiteyellow/southwest, +/area/lv624/lazarus/corporate_dome) "sHT" = ( /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_jungle) +"sIf" = ( +/obj/structure/xenoautopsy/tank/larva, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) "sIg" = ( /turf/closed/wall/rock/brown, /area/lv624/ground/barrens/south_west_barrens) @@ -17009,34 +17025,41 @@ }, /turf/open/gm/dirt, /area/lv624/ground/barrens/south_eastern_barrens) -"sIS" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) -"sJG" = ( -/obj/structure/machinery/vending/cigarette/colony, -/turf/open/floor/whiteblue/northwest, -/area/lv624/lazarus/main_hall) "sJM" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, /turf/open/gm/dirt, /area/lv624/ground/caves/central_caves) -"sJR" = ( +"sJW" = ( +/obj/structure/stairs/perspective{ + color = "#b29082"; + dir = 4; + icon_state = "p_stair_full" + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/caves/south_east_caves) +"sKy" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/kitchen) +"sKM" = ( +/obj/structure/girder, +/turf/open/floor/redyellowfull, +/area/lv624/ground/barrens/west_barrens/ceiling) +"sLc" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/turf/open/floor/chapel/east, -/area/lv624/lazarus/chapel) -"sKi" = ( -/obj/item/clothing/under/shorts/blue, -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) -"sLM" = ( -/obj/structure/filingcabinet, -/turf/open/floor/plating/warnplate/north, -/area/lv624/ground/barrens/east_barrens/ceiling) +/turf/open/floor/grimy, +/area/lv624/lazarus/captain) +"sLj" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/bot/north, +/area/lv624/lazarus/quartstorage) +"sLD" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/gm/grass/grass2, +/area/lv624/lazarus/yggdrasil) "sLT" = ( /obj/structure/flora/bush/ausbushes/palebush, /turf/open/auto_turf/strata_grass/layer1, @@ -17056,11 +17079,9 @@ }, /turf/open/floor/sandstone/runed, /area/lv624/ground/caves/sand_temple) -"sMj" = ( -/obj/structure/surface/table, -/obj/item/trash/cheesie, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) +"sMi" = ( +/turf/open/gm/dirtgrassborder/south, +/area/lv624/ground/colony/north_tcomms_road) "sMx" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_membrane, /obj/effect/landmark/structure_spawner/setup/distress/xeno_membrane, @@ -17072,46 +17093,27 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) -"sNg" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) "sNq" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/west_caves) -"sNt" = ( -/turf/open/floor/whitebluecorner/east, -/area/lv624/lazarus/corporate_dome) -"sNP" = ( -/obj/item/reagent_container/food/snacks/microwavable/donkpocket, -/obj/structure/flora/pottedplant, -/obj/structure/pipes/vents/pump, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) -"sOm" = ( -/obj/structure/machinery/light/small{ - dir = 4 +"sOg" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/food/drinks/cans/souto/diet/peach{ + pixel_x = 7 }, -/obj/structure/machinery/vending/coffee, -/turf/open/floor/barber/west, -/area/lv624/lazarus/kitchen) +/obj/item/reagent_container/food/drinks/cans/souto/diet/cherry{ + pixel_x = -7 + }, +/obj/item/reagent_container/food/drinks/cans/souto/classic, +/turf/open/floor/vault2/west, +/area/lv624/lazarus/quartstorage) "sOp" = ( /obj/structure/flora/jungle/planttop1, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/central_jungle) -"sOx" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) -"sOB" = ( -/obj/structure/barricade/wooden{ - dir = 8 - }, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) "sOC" = ( /obj/item/stack/sheet/metal{ pixel_x = 16; @@ -17119,10 +17121,27 @@ }, /turf/open/gm/dirt, /area/lv624/ground/jungle/north_west_jungle) -"sOD" = ( -/obj/structure/machinery/power/apc/no_power/north, -/turf/open/floor/red, -/area/lv624/lazarus/security) +"sOO" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"sOP" = ( +/obj/structure/noticeboard{ + pixel_y = 30 + }, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) +"sOY" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) "sOZ" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/dirtgrassborder/south, @@ -17135,36 +17154,24 @@ /obj/structure/flora/bush/ausbushes/ausbush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) -"sPD" = ( -/obj/structure/surface/rack, -/obj/item/shard{ - pixel_x = 12; - pixel_y = 3 - }, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) "sPK" = ( /obj/item/reagent_container/food/snacks/grown/mushroom/angel, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/central_caves) -"sPZ" = ( -/turf/open/floor/bot/north, -/area/lv624/lazarus/landing_zones/lz1) +"sRa" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) "sRg" = ( /obj/structure/surface/table/reinforced, /turf/open/floor/greengrid, /area/lv624/lazarus/secure_storage) -"sRj" = ( -/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, -/area/lv624/ground/colony/north_tcomms_road) -"sRv" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, -/turf/open/floor/vault2, -/area/lv624/lazarus/robotics) +"sRA" = ( +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/window_frame/colony, +/obj/item/shard, +/turf/open/floor/plating, +/area/lv624/lazarus/yggdrasil) "sRH" = ( /obj/structure/flora/bush/ausbushes/palebush, /turf/open/gm/grass/grass1, @@ -17172,25 +17179,24 @@ "sRW" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/north_west, /area/lv624/ground/jungle/east_jungle) -"sSw" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - name = "\improper Communications Dome"; - req_access_txt = "100"; - req_one_access = null +"sRZ" = ( +/obj/structure/prop/mech/tesla_energy_relay{ + layer = 2.5 }, -/turf/open/floor/delivery, -/area/lv624/lazarus/comms) +/obj/structure/largecrate/random, +/turf/open/floor/plating/platebot, +/area/lv624/lazarus/robotics) "sSE" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/gm/grass/grass1, /area/lv624/lazarus/quartstorage/outdoors) -"sSH" = ( -/obj/effect/landmark/static_comms/net_one, -/turf/open/floor/podhatchfloor, -/area/lv624/lazarus/comms) "sTB" = ( /turf/open/gm/coast/east, /area/lv624/ground/jungle/west_jungle) +"sTU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) "sTX" = ( /obj/structure/flora/jungle/alienplant1, /turf/open/gm/river, @@ -17199,6 +17205,22 @@ /obj/structure/flora/grass/tallgrass/jungle/corner, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) +"sUh" = ( +/obj/structure/sink/kitchen{ + pixel_y = 30 + }, +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/microwavable/donkpocket{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/reagent_container/food/snacks/microwavable/donkpocket{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/reagent_container/food/snacks/microwavable/donkpocket, +/turf/open/floor/barber/west, +/area/lv624/lazarus/kitchen) "sUm" = ( /obj/structure/flora/jungle/plantbot1, /turf/open/gm/grass/grass1, @@ -17211,24 +17233,6 @@ /obj/structure/window/framed/colony/reinforced, /turf/open/floor, /area/lv624/lazarus/hydroponics) -"sVn" = ( -/obj/item/device/flash, -/obj/structure/surface/table/reinforced/prison, -/obj/item/explosive/grenade/flashbang{ - pixel_x = 7; - pixel_y = 2 - }, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_y = 30 - }, -/turf/open/floor/redcorner, -/area/lv624/lazarus/security) "sVx" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_membrane, /obj/effect/landmark/structure_spawner/setup/distress/xeno_membrane, @@ -17237,16 +17241,6 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/south_central_caves) -"sWp" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/glass/fertilizer{ - pixel_x = 6; - pixel_y = 2 - }, -/obj/item/reagent_container/glass/fertilizer, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) "sWy" = ( /obj/effect/landmark/monkey_spawn, /turf/open/gm/grass/grass1, @@ -17255,101 +17249,66 @@ /obj/structure/largecrate, /turf/open/gm/dirt, /area/lv624/ground/barrens/north_east_barrens) -"sWG" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/ammo_magazine/smg/mp5, -/turf/open/floor/whiteblue/west, -/area/lv624/lazarus/corporate_dome) -"sWM" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) +"sXh" = ( +/obj/structure/bed, +/obj/item/clothing/mask/cigarette/pipe, +/obj/item/clothing/under/colonist, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "sXi" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 1 }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_jungle) -"sXs" = ( -/turf/open/gm/dirtgrassborder/desert, -/area/lv624/ground/barrens/south_eastern_barrens) +"sXD" = ( +/obj/structure/machinery/atm{ + name = "Automatic Teller Machine"; + pixel_y = 30 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) "sYY" = ( /obj/structure/flora/jungle/vines/light_2, /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) -"sZB" = ( -/obj/structure/foamed_metal, -/obj/structure/flora/jungle/vines/heavy, -/turf/open/floor/delivery, -/area/lv624/lazarus/engineering) -"sZI" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +"taQ" = ( /turf/open/floor/cult, -/area/lv624/ground/caves/east_caves) -"tau" = ( -/obj/structure/flora/pottedplant, -/obj/item/trash/cheesie, -/obj/structure/pipes/vents/pump, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) +/area/lv624/ground/caves/south_west_caves) +"tbJ" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) "tbV" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) -"tcC" = ( -/obj/structure/surface/rack, -/obj/item/clothing/mask/gas, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) +"tch" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/fancy/cigarettes/wypacket{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/clothing/under/liaison_suit/blue, +/turf/open/floor/whiteyellow/southeast, +/area/lv624/lazarus/corporate_dome) "tcF" = ( /obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/north_west_caves) -"tcP" = ( -/obj/structure/surface/rack, -/obj/item/stack/sheet/mineral/iron{ - amount = 5 - }, -/obj/item/stack/sheet/mineral/platinum, -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/vault2/west, -/area/lv624/ground/barrens/north_east_barrens/ceiling) "tde" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 6 }, /turf/open/gm/dirt, /area/lv624/ground/caves/south_central_caves) -"tds" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_y = 30 - }, -/turf/open/floor/wood, -/area/lv624/lazarus/hop) -"tdW" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/obj/structure/machinery/power/apc/no_power/north, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) "tdX" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, @@ -17372,16 +17331,17 @@ /obj/item/storage/firstaid, /turf/open/floor/vault, /area/lv624/lazarus/quartstorage) -"tgu" = ( -/obj/structure/barricade/wooden, -/obj/structure/flora/jungle/vines/light_3, -/turf/open/floor/warning/northwest, -/area/lv624/lazarus/landing_zones/lz1) -"tgB" = ( +"tfD" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"tgI" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/foamed_metal, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) +/obj/item/device/multitool, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) "tgL" = ( /mob/living/simple_animal/bat, /turf/open/gm/dirt, @@ -17391,13 +17351,6 @@ /obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/coast/north, /area/lv624/ground/river/west_river) -"tgZ" = ( -/turf/open/floor/plating/warnplate/north, -/area/lv624/ground/barrens/east_barrens/ceiling) -"thB" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/bot/north, -/area/lv624/lazarus/quartstorage) "thI" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/decal/grass_overlay/grass1/inner{ @@ -17412,17 +17365,13 @@ /obj/structure/barricade/handrail/strata, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, /area/lv624/ground/barrens/south_eastern_barrens) -"tix" = ( -/obj/structure/machinery/power/apc/no_power/north, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) -"tiF" = ( -/turf/closed/wall, -/area/lv624/lazarus/yggdrasil) -"tiQ" = ( -/obj/structure/grille, -/turf/open/floor/plating/warnplate/east, -/area/lv624/ground/river/central_river) +"tje" = ( +/obj/structure/bookcase, +/obj/item/book/manual/research_and_development, +/obj/item/book/manual/medical_diagnostics_manual, +/obj/item/book/manual/security_space_law, +/turf/open/floor/whiteblue/northeast, +/area/lv624/lazarus/corporate_dome) "tka" = ( /obj/item/ammo_casing/bullet{ icon_state = "casing_9_1" @@ -17435,28 +17384,10 @@ }, /turf/open/gm/dirt, /area/lv624/ground/jungle/north_west_jungle) -"tko" = ( -/obj/structure/machinery/power/apc/no_power/north, -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) -"tkB" = ( -/obj/item/ammo_magazine/rifle/nsg23{ - current_rounds = 0 - }, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) "tlk" = ( /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/west_caves) -"tlm" = ( -/turf/open/floor/chapel/east, -/area/lv624/lazarus/chapel) -"tly" = ( -/obj/item/clothing/under/shorts/red, -/obj/structure/surface/rack, -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) "tlD" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /turf/open/gm/river, @@ -17464,6 +17395,11 @@ "tlE" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, /area/lv624/ground/jungle/north_west_jungle) +"tlF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair/office/light, +/turf/open/floor/dark, +/area/lv624/lazarus/comms) "tlQ" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/firstaid{ @@ -17480,30 +17416,16 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_central_jungle) -"tmH" = ( -/obj/structure/flora/jungle/vines/light_3, -/turf/open/floor/warning/southwest, -/area/lv624/lazarus/landing_zones/lz1) -"tng" = ( -/obj/item/storage/firstaid/toxin/empty, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"tnu" = ( -/obj/effect/spawner/random/toolbox, -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/radio, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/obj/structure/machinery/light, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) -"tov" = ( -/obj/structure/stairs/perspective{ - color = "#b29082"; - dir = 4; - icon_state = "p_stair_full" +"tmM" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = 2; + pixel_y = 7 }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/caves/south_east_caves) +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/east_caves) "toz" = ( /obj/structure/flora/bush/ausbushes/pointybush, /turf/open/gm/grass/grass1, @@ -17517,9 +17439,6 @@ }, /turf/open/gm/grass/grass2, /area/lv624/ground/jungle/north_jungle) -"toN" = ( -/turf/open/floor/red/northeast, -/area/lv624/lazarus/security) "toT" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /obj/item/tool/hatchet{ @@ -17528,17 +17447,17 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/west_central_jungle) -"tpT" = ( -/obj/structure/stairs/perspective{ - color = "#b29082"; - icon_state = "p_stair_ew_full_cap"; - layer = 3.5 - }, -/obj/structure/platform/mineral/sandstone/runed{ - dir = 1 +"tpq" = ( +/obj/structure/computerframe{ + anchored = 1 }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/caves/sand_temple) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/lv624/lazarus/secure_storage) +"tpB" = ( +/obj/structure/surface/table, +/turf/open/floor/whiteblue, +/area/lv624/lazarus/medbay) "tqe" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, @@ -17547,20 +17466,32 @@ /obj/structure/flora/jungle/plantbot1, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/west_central_jungle) -"tqM" = ( -/obj/structure/barricade/wooden{ - dir = 4 - }, -/turf/open/floor/warning/northwest, -/area/lv624/lazarus/landing_zones/lz1) "tqQ" = ( /obj/effect/decal/grass_overlay/grass1/inner, /turf/open/gm/dirt, /area/lv624/ground/caves/south_east_caves) -"trl" = ( -/obj/structure/closet/lasertag/blue, -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) +"trd" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/stack/sheet/metal{ + amount = 5; + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/stack/sheet/metal{ + amount = 5; + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/vault2/west, +/area/lv624/lazarus/quartstorage) +"trm" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/structure/surface/table, +/obj/item/trash/plate, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) "trs" = ( /obj/item/tool/shovel, /turf/open/gm/dirt, @@ -17579,16 +17510,22 @@ "tsa" = ( /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/jungle/south_central_jungle) -"tsd" = ( -/obj/structure/surface/rack, -/obj/item/clothing/glasses/regular, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) "tsK" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/west, /area/lv624/ground/colony/north_nexus_road) +"tsS" = ( +/obj/item/stack/rods{ + amount = 20 + }, +/obj/structure/surface/rack, +/turf/open/floor/dark, +/area/lv624/lazarus/quartstorage) +"ttb" = ( +/obj/structure/bed, +/obj/item/bedsheet/yellow, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) "tti" = ( /obj/item/reagent_container/food/snacks/grown/mushroom/plumphelmet{ pixel_x = 8; @@ -17611,44 +17548,13 @@ /obj/structure/barricade/handrail/strata, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, /area/lv624/ground/barrens/south_eastern_barrens) -"tuV" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 1; - name = "\improper Workshop Storage"; - req_access_txt = "100"; - req_one_access = null - }, -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) -"tuW" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/obj/effect/landmark/crap_item, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/kitchen) -"tvh" = ( -/obj/effect/landmark/xeno_hive_spawn, -/obj/effect/landmark/ert_spawns/groundside_xeno, -/turf/open/floor/plating/asteroidwarning/east, -/area/lv624/lazarus/landing_zones/lz2) -"tvu" = ( -/obj/structure/machinery/door/airlock/almayer/command/colony{ - dir = 1; - locked = 1; - name = "\improper Nexus Dome Director's Quarters"; - req_access_txt = "100" - }, -/turf/open/floor/cult, -/area/lv624/lazarus/hop) "tvC" = ( /obj/structure/flora/bush/ausbushes/palebush, /turf/open/gm/dirtgrassborder/west, /area/lv624/ground/jungle/south_east_jungle) -"tvY" = ( -/obj/effect/landmark/lizard_spawn, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/jungle/south_west_jungle/ceiling) +"twb" = ( +/turf/open/floor/warning, +/area/lv624/lazarus/landing_zones/lz1) "twg" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/gm/grass/grass1, @@ -17660,14 +17566,32 @@ /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, /area/lv624/ground/caves/sand_temple) +"twQ" = ( +/obj/structure/machinery/power/monitor{ + name = "Main Power Grid Monitoring" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "txp" = ( /obj/structure/flora/jungle/vines/light_2, /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/barrens/south_eastern_jungle_barrens) +"txq" = ( +/turf/open/gm/dirt/desert_dug, +/area/lv624/ground/caves/south_west_caves) "txx" = ( /obj/structure/flora/jungle/vines/heavy, /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/jungle/north_west_jungle) +"tyf" = ( +/obj/structure/disposalpipe/junction, +/obj/structure/grille, +/turf/open/floor/plating/warnplate/west, +/area/lv624/ground/river/central_river) "tyG" = ( /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_jungle) @@ -17681,19 +17605,10 @@ /obj/effect/landmark/crap_item, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_central_jungle) -"tzL" = ( -/obj/structure/lattice{ - layer = 2.9 - }, -/obj/structure/platform, -/obj/structure/machinery/power/reactor/colony, -/turf/open/floor/plating/warnplate/southwest, -/area/lv624/lazarus/engineering) -"tAY" = ( -/obj/item/stack/rods/plasteel, -/obj/effect/decal/cleanable/dirt, -/turf/open/gm/dirt, -/area/lv624/lazarus/secure_storage) +"tzQ" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/bot/north, +/area/lv624/lazarus/quartstorage) "tBx" = ( /obj/structure/filingcabinet/medical, /turf/open/floor, @@ -17702,6 +17617,12 @@ /obj/structure/machinery/colony_floodlight, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) +"tBD" = ( +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage{ + req_access = list(7,23,27) + }, +/turf/open/floor/vault2/west, +/area/lv624/lazarus/quartstorage) "tBJ" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/gm/grass/grass1, @@ -17718,30 +17639,13 @@ /turf/open/gm/dirt, /area/lv624/ground/barrens/south_eastern_barrens) "tDv" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - locked = 1; - name = "\improper Corporate Liaison" - }, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"tDB" = ( -/obj/structure/machinery/medical_pod/bodyscanner, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_y = 28 - }, -/turf/open/floor/whitebluefull, -/area/lv624/lazarus/medbay) -"tDD" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/foamed_metal, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/floor/plating/warnplate/northeast, +/area/lv624/ground/river/central_river) +"tDZ" = ( +/obj/item/stack/sheet/metal, +/turf/open/gm/dirt, +/area/lv624/ground/colony/west_tcomms_road) "tEm" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, @@ -17750,61 +17654,59 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/east_caves) -"tFc" = ( -/obj/structure/window_frame/colony, -/turf/open/floor/plating, -/area/lv624/lazarus/comms) -"tFF" = ( +"tFp" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, /obj/structure/window/reinforced{ - dir = 4 + dir = 4; + health = 80 }, -/obj/structure/surface/table, -/obj/item/weapon/gun/revolver/spearhead, -/obj/item/ammo_magazine/revolver/spearhead, -/obj/item/ammo_magazine/revolver/spearhead, -/obj/item/ammo_magazine/revolver/spearhead, -/turf/open/floor/red/northeast, -/area/lv624/lazarus/security) -"tGT" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +/obj/structure/window/reinforced{ + dir = 8; + health = 80 }, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/caves/sand_temple) +"tGl" = ( +/obj/item/shard, +/turf/open/floor/whiteyellow/southwest, +/area/lv624/lazarus/corporate_dome) "tHc" = ( /obj/structure/flora/grass/tallgrass/jungle/corner, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) -"tHD" = ( -/turf/open/gm/dirt/desert0, -/area/lv624/ground/barrens/south_eastern_barrens) -"tIw" = ( -/turf/open/gm/dirt/desert1, -/area/lv624/ground/caves/west_caves) -"tIT" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) -"tIZ" = ( -/obj/structure/flora/bush/ausbushes/var3/fullgrass, -/turf/open/gm/grass/grass1, -/area/lv624/ground/jungle/south_east_jungle) -"tJa" = ( +"tHe" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, /obj/item/device/radio/intercom{ freerange = 1; frequency = 1469; name = "General Listening Channel"; - pixel_y = 26 + pixel_x = -30 }, -/obj/item/prop/alien/hugger, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) -"tJd" = ( -/obj/effect/vehicle_spawner/van/decrepit, -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) +"tHS" = ( +/obj/structure/machinery/door/airlock/almayer/research/colony{ + locked = 1; + name = "\improper Research Dome"; + req_access_txt = "100" + }, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) +"tIu" = ( +/obj/structure/machinery/status_display{ + pixel_y = 30 + }, +/obj/structure/bed/chair, +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) +"tIZ" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/grass/grass1, +/area/lv624/ground/jungle/south_east_jungle) "tJh" = ( /obj/structure/showcase{ color = "#95948B"; @@ -17821,41 +17723,40 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/sand_temple) +"tJt" = ( +/obj/structure/window_frame/colony, +/turf/open/floor/plating/platebotc, +/area/lv624/lazarus/chapel) +"tJB" = ( +/turf/open/floor/whiteyellowcorner/east, +/area/lv624/lazarus/main_hall) "tJN" = ( /obj/structure/flora/bush/ausbushes/ausbush, /turf/open/gm/grass/grass1, /area/lv624/ground/barrens/south_eastern_jungle_barrens) -"tJQ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/lv624/lazarus/secure_storage) -"tKw" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - density = 0; - dir = 1; - icon_state = "door_open"; - name = "\improper Storage Dome"; - req_access_txt = "100"; - req_one_access = null - }, -/turf/open/floor/white, -/area/lv624/lazarus/quartstorage) +"tKo" = ( +/turf/open/gm/dirt/desert0, +/area/lv624/ground/barrens/south_eastern_barrens) +"tKr" = ( +/obj/structure/surface/rack, +/obj/structure/machinery/light, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) "tKI" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 1 }, /turf/open/gm/grass/grass1, /area/lv624/lazarus/landing_zones/lz1) -"tLk" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = 2; - pixel_y = 7 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/north_east_caves) +"tKR" = ( +/obj/item/storage/firstaid/toxin, +/turf/open/floor/whiteblue/southwest, +/area/lv624/lazarus/medbay) +"tLz" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/floor/warning/northeast, +/area/lv624/lazarus/landing_zones/lz1) "tLQ" = ( /obj/structure/flora/bush/ausbushes/genericbush, /turf/open/gm/grass/grass1, @@ -17865,9 +17766,6 @@ /obj/structure/flora/jungle/vines/light_2, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/central_jungle) -"tLV" = ( -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/research) "tMh" = ( /obj/structure/flora/bush/ausbushes/var3/ywflowers, /obj/structure/flora/jungle/vines/heavy, @@ -17877,12 +17775,34 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/gm/dirt, /area/lv624/ground/barrens/east_barrens) +"tMC" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) "tMQ" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 9 }, /turf/open/gm/dirt, /area/lv624/ground/caves/south_central_caves) +"tNE" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = -10; + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/south_central_caves) +"tNG" = ( +/obj/structure/largecrate/supply/ammo/shotgun, +/obj/structure/largecrate/supply/ammo/shotgun{ + pixel_y = 8 + }, +/turf/open/floor/wood/wood_broken, +/area/lv624/ground/caves/north_central_caves) "tNV" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/firstaid/adv{ @@ -17892,24 +17812,6 @@ /obj/item/storage/firstaid/adv, /turf/open/floor/greengrid, /area/lv624/lazarus/corporate_dome) -"tOc" = ( -/obj/effect/decal/grass_overlay/grass1/inner{ - dir = 10 - }, -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = 2; - pixel_y = 7 - }, -/turf/open/gm/dirt, -/area/lv624/ground/caves/south_east_caves) -"tOC" = ( -/obj/structure/surface/rack, -/obj/effect/spawner/random/bomb_supply, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) "tOS" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/gm/dirt, @@ -17918,11 +17820,6 @@ /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_west_caves) -"tPA" = ( -/obj/structure/flora/pottedplant, -/obj/structure/machinery/light/spot, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) "tPH" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_membrane, /obj/effect/landmark/structure_spawner/setup/distress/xeno_membrane, @@ -17931,13 +17828,23 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/south_central_caves) -"tQa" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/wood/wood_broken6, -/area/lv624/ground/caves/north_central_caves) -"tQJ" = ( -/turf/open/gm/dirt/desert_dug, -/area/lv624/ground/barrens/west_barrens) +"tQq" = ( +/obj/structure/surface/table, +/obj/item/trash/chips, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) +"tQW" = ( +/obj/effect/spawner/random/toolbox, +/obj/structure/surface/table/reinforced/prison, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/decal/cleanable/dirt, +/obj/structure/foamed_metal{ + layer = 3.01 + }, +/obj/structure/machinery/fuelcell_recycler/full, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "tRu" = ( /obj/effect/landmark/hunter_primary, /obj/structure/flora/jungle/vines/heavy, @@ -17951,6 +17858,10 @@ /obj/structure/flora/bush/ausbushes/palebush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/west_caves) +"tRW" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/toilet) "tSd" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, /area/lv624/lazarus/quartstorage/outdoors) @@ -17965,67 +17876,73 @@ /obj/structure/flora/bush/ausbushes/var3/ywflowers, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_central_jungle) +"tSO" = ( +/turf/open/floor/dark, +/area/lv624/lazarus/comms) "tTh" = ( /obj/effect/landmark/lv624/xeno_tunnel, /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) +"tTD" = ( +/obj/structure/largecrate/random, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) +"tTO" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/whiteblue/southeast, +/area/lv624/lazarus/corporate_dome) "tTX" = ( /obj/structure/flora/jungle/vines/light_3, /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_central_jungle) -"tUf" = ( -/obj/effect/decal/remains/xeno, -/turf/open/floor/cult, -/area/lv624/ground/caves/east_caves) -"tVv" = ( -/turf/open/floor/cult, -/area/lv624/ground/caves/west_caves) +"tUL" = ( +/obj/structure/machinery/bioprinter, +/turf/open/floor/whitebluefull, +/area/lv624/lazarus/medbay) +"tUN" = ( +/obj/effect/spawner/random/toolbox, +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/radio, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/machinery/light, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "tVw" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 9 }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_east_caves) -"tVx" = ( -/obj/structure/closet, -/obj/item/clothing/under/rank/scientist, -/obj/structure/window/reinforced/tinted, -/obj/item/stack/medical/advanced/bruise_pack, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) "tWK" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 8 }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_central_jungle) -"tXv" = ( -/obj/structure/barricade/metal{ - dir = 8; - health = 70 +"tWN" = ( +/obj/structure/bed/chair{ + dir = 8 }, -/turf/open/floor/white, +/turf/open/floor/whiteblue/east, /area/lv624/lazarus/corporate_dome) -"tXx" = ( -/turf/open/gm/dirt/desert0, -/area/lv624/ground/barrens/west_barrens) "tXO" = ( /turf/open/gm/dirtgrassborder/west, /area/lv624/ground/jungle/east_central_jungle) -"tXQ" = ( -/turf/open/floor/grimy, -/area/lv624/lazarus/captain) -"tXS" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"tYI" = ( -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/plating/platebot, -/area/lv624/lazarus/robotics) +"tYe" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) "tYW" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 6 @@ -18040,17 +17957,13 @@ /obj/item/tank/oxygen/yellow, /turf/open/gm/dirt, /area/lv624/ground/caves/sand_temple) -"tZg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed/chair/office/light, -/turf/open/floor/dark, -/area/lv624/lazarus/comms) "tZD" = ( /turf/closed/wall/r_wall, /area/lv624/lazarus/landing_zones/lz2) -"uaK" = ( -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) +"uaj" = ( +/obj/structure/prop/mech/parts/gygax_torso, +/turf/open/floor/vault2, +/area/lv624/lazarus/robotics) "uaL" = ( /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/auto_turf/strata_grass/layer1, @@ -18059,31 +17972,35 @@ /obj/structure/flora/bush/ausbushes/var3/fernybush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) +"uaV" = ( +/obj/item/clothing/under/shorts/red, +/obj/structure/surface/rack, +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) "ubb" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/gm/river, /area/lv624/ground/river/central_river) +"ubL" = ( +/obj/effect/landmark/good_item, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) "ubN" = ( /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) -"ubQ" = ( +"ucR" = ( +/obj/structure/closet, +/obj/item/storage/fancy/cigarettes/wypacket, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) +"udd" = ( /obj/structure/surface/rack, -/obj/effect/spawner/random/technology_scanner, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) -"ubU" = ( -/turf/open/floor/whiteblue/east, -/area/lv624/lazarus/medbay) -"ubY" = ( -/obj/structure/machinery/door/window/westleft, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) -"ucX" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/toilet) +/obj/item/stack/sheet/mineral/diamond{ + amount = 2 + }, +/turf/open/floor/vault2/west, +/area/lv624/ground/barrens/north_east_barrens/ceiling) "udj" = ( /obj/structure/platform_decoration/mineral/sandstone/runed{ dir = 8 @@ -18093,6 +18010,20 @@ "udP" = ( /turf/open/gm/dirt, /area/lv624/ground/colony/south_medbay_road) +"ueP" = ( +/obj/structure/surface/rack, +/obj/item/tool/shovel, +/turf/open/floor/vault2/west, +/area/lv624/ground/barrens/north_east_barrens/ceiling) +"ueU" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) "ueZ" = ( /obj/structure/flora/jungle/planttop1, /obj/structure/flora/grass/tallgrass/jungle/corner{ @@ -18100,34 +18031,33 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) +"ufa" = ( +/obj/structure/flora/jungle/vines/light_3, +/turf/open/gm/dirtgrassborder/south, +/area/lv624/ground/jungle/west_jungle) +"ufb" = ( +/obj/structure/machinery/light, +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_full" + }, +/obj/structure/platform, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"ufn" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/main_hall) "ufG" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/gm/dirt, /area/lv624/ground/caves/south_central_caves) -"ufU" = ( -/obj/structure/bed, -/obj/item/clothing/mask/cigarette/pipe, -/obj/item/clothing/under/colonist, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) "ufW" = ( /obj/structure/flora/jungle/vines/heavy, /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/caves/sand_temple) -"uge" = ( -/obj/structure/closet/coffin/predator, -/turf/open/floor/corsat/squareswood/north, -/area/lv624/ground/caves/sand_temple) -"ugh" = ( -/obj/structure/stairs/perspective{ - dir = 1; - icon_state = "p_stair_full" - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/rods, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) "ugk" = ( /obj/structure/flora/jungle/vines/light_3, /obj/structure/flora/jungle/vines/heavy, @@ -18139,45 +18069,20 @@ }, /turf/open/gm/dirt, /area/lv624/ground/barrens/north_east_barrens) -"ugH" = ( -/obj/structure/lamarr{ - density = 0; - destroyed = 1; - icon_state = "labcageb0"; - occupied = 0 - }, -/obj/structure/sign/kiddieplaque{ - pixel_x = 32 - }, -/obj/item/shard, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) -"uhc" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - dir = 1; - name = "\improper Nexus Dome Canteen"; - req_access_txt = "100"; - req_one_access = null - }, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) -"uhu" = ( -/obj/item/stack/sheet/wood{ - amount = 2 - }, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"uhw" = ( -/turf/open/gm/dirt/desert3, -/area/lv624/ground/caves/sand_temple) "uhB" = ( -/obj/structure/fence, -/turf/open/floor/plating/asteroidfloor/north, -/area/lv624/ground/river/central_river) +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Hydroponics" + }, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) "uiz" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, /area/lv624/ground/colony/south_nexus_road) +"uiG" = ( +/obj/structure/barricade/wooden, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) "uiN" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/north, @@ -18190,32 +18095,10 @@ }, /turf/open/gm/dirt, /area/lv624/ground/jungle/north_west_jungle) -"ujc" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/foamed_metal, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) "ujd" = ( /obj/structure/flora/bush/ausbushes/ausbush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/central_jungle) -"ujk" = ( -/turf/open/floor/loadingarea/north, -/area/lv624/lazarus/quartstorage) -"ujP" = ( -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) -"ujY" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/obj/structure/machinery/power/apc/no_power/north, -/turf/open/floor/grimy, -/area/lv624/lazarus/hop) "ukh" = ( /obj/item/ammo_casing/bullet{ icon_state = "cartridge_6_1" @@ -18231,20 +18114,6 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_central_jungle) -"ukK" = ( -/obj/structure/flora/jungle/vines/light_1, -/obj/structure/flora/jungle/vines/light_3, -/turf/open/floor/warning, -/area/lv624/lazarus/landing_zones/lz2) -"ukN" = ( -/turf/open/floor/dark, -/area/lv624/lazarus/quartstorage) -"ukX" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, -/obj/item/ammo_magazine/shotgun/buckshot, -/turf/open/floor/red, -/area/lv624/lazarus/security) "ukY" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, @@ -18253,57 +18122,114 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) -"uly" = ( -/turf/open/floor/wood/wood_broken4, -/area/lv624/ground/caves/north_central_caves) +"ulq" = ( +/obj/item/device/flashlight/on, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/landmark/corpsespawner/wygoon, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) +"ulH" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) +"ulK" = ( +/obj/structure/closet/radiation, +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = -30 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "umb" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_membrane, /obj/effect/landmark/structure_spawner/setup/distress/xeno_membrane, /turf/open/gm/dirt, /area/lv624/ground/caves/east_caves) -"umw" = ( -/turf/open/floor/warning/west, -/area/lv624/lazarus/landing_zones/lz1) -"unm" = ( -/obj/structure/machinery/cm_vending/sorted/tech/tool_storage, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/quartstorage) +"uml" = ( +/turf/open/floor/plating/warnplate/east, +/area/lv624/lazarus/robotics) +"umM" = ( +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) +"unj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) "unp" = ( /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/caves/south_east_caves) +"unN" = ( +/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, +/area/lv624/ground/colony/north_tcomms_road) "unT" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/dirtgrassborder/south, /area/lv624/ground/jungle/east_jungle) -"uoh" = ( -/obj/structure/barricade/sandbags/wired, -/turf/open/floor/wood/wood_broken, -/area/lv624/ground/caves/north_central_caves) "uop" = ( /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/east_caves) -"uoR" = ( -/obj/structure/closet/secure_closet/bar, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/kitchen) +"uoz" = ( +/obj/structure/surface/rack, +/obj/item/explosive/grenade/incendiary/molotov{ + pixel_x = -5; + pixel_y = -1 + }, +/obj/item/ammo_magazine/shotgun/buckshot{ + pixel_x = 6; + pixel_y = -2 + }, +/turf/open/floor/vault2/west, +/area/lv624/lazarus/quartstorage) +"uoK" = ( +/obj/structure/showcase, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/whiteblue/northeast, +/area/lv624/lazarus/corporate_dome) "upM" = ( /obj/effect/landmark/crap_item, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) -"upP" = ( -/turf/open/floor/wood/wood_broken3, -/area/lv624/ground/jungle/west_jungle/ceiling) "upQ" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest, /obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, /obj/effect/landmark/corpsespawner/colonist/random/burst, /turf/open/gm/dirt, /area/lv624/ground/caves/east_caves) +"uqg" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 9 + }, +/obj/effect/landmark/nightmare{ + insert_tag = "corporatedome" + }, +/turf/open/gm/grass/grass1, +/area/lv624/ground/colony/west_tcomms_road) "uqm" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_west_caves) +"uqu" = ( +/obj/structure/surface/table, +/obj/item/device/flashlight/lamp, +/turf/open/floor/plating/warnplate/north, +/area/lv624/ground/barrens/east_barrens/ceiling) +"urb" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/kitchen) "urO" = ( /obj/structure/phone_base/colony_net{ phone_category = "Lazarus Landing"; @@ -18312,48 +18238,74 @@ }, /turf/open/floor/vault, /area/lv624/lazarus/quartstorage) +"urQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"urW" = ( +/obj/structure/machinery/shower{ + dir = 8 + }, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/toilet) "urY" = ( /obj/structure/barricade/sandbags/wired{ dir = 4 }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_central_caves) +"uso" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/loadingarea/west, +/area/lv624/lazarus/landing_zones/lz1) +"uss" = ( +/obj/structure/curtain/red, +/turf/open/shuttle/red, +/area/lv624/ground/caves/sand_temple) "usE" = ( /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/dirt, /area/lv624/ground/barrens/central_barrens) -"utE" = ( -/obj/structure/flora/bush/ausbushes/var3/fullgrass, -/turf/open/gm/dirt/desert_dug, -/area/lv624/ground/barrens/south_eastern_jungle_barrens) +"usV" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/obj/item/ammo_magazine/shotgun/buckshot, +/turf/open/floor/red, +/area/lv624/lazarus/security) +"utl" = ( +/obj/structure/stairs/perspective{ + color = "#6b675e"; + dir = 4; + icon_state = "p_stair_full" + }, +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 4 + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/caves/sand_temple) +"uud" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/redfull/northwest, +/area/lv624/lazarus/security) "uuf" = ( /obj/effect/landmark/hunter_primary, /turf/open/gm/dirt, /area/lv624/ground/jungle/east_jungle) -"uuk" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) -"uus" = ( -/obj/structure/barricade/metal/wired{ - health = 300 - }, +"uux" = ( +/obj/structure/machinery/vending/cigarette/colony, +/obj/effect/landmark/crap_item, /turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"uuy" = ( -/obj/effect/decal/remains/xeno, -/obj/item/stack/sheet/metal, -/turf/open/gm/dirt, -/area/lv624/ground/colony/west_tcomms_road) -"uuD" = ( -/obj/structure/dispenser/oxygen, -/obj/structure/machinery/light/small{ - dir = 8 +/area/lv624/lazarus/main_hall) +"uuE" = ( +/obj/structure/surface/rack, +/obj/item/shard{ + pixel_x = 12; + pixel_y = 3 }, -/turf/open/floor/plating/platebot, -/area/lv624/lazarus/robotics) +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) "uuV" = ( /obj/effect/landmark/hunter_primary, /turf/open/gm/dirtgrassborder/south, @@ -18364,34 +18316,46 @@ "uvh" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, /area/lv624/ground/barrens/south_eastern_barrens) -"uvm" = ( -/obj/structure/machinery/constructable_frame{ - icon_state = "box_1" - }, -/turf/open/floor/plating/warnplate/north, -/area/lv624/ground/barrens/east_barrens/ceiling) -"uvu" = ( -/obj/structure/machinery/recharge_station, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) +"uwo" = ( +/turf/open/gm/dirt/desert0, +/area/lv624/ground/barrens/east_barrens) "uwG" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 6 }, /turf/open/gm/dirt, /area/lv624/ground/caves/south_central_caves) +"uxf" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/fitness) "uxh" = ( /obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/gm/grass/grass1, /area/lv624/ground/colony/west_nexus_road) +"uxn" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/lighter, +/obj/item/device/analyzer, +/obj/item/device/multitool, +/obj/item/device/assembly/prox_sensor, +/obj/effect/decal/cleanable/dirt, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "uxq" = ( /obj/effect/decal/cleanable/blood, /obj/effect/landmark/corpsespawner/security/liaison, /turf/open/floor/wood, /area/lv624/ground/caves/north_central_caves) +"uxy" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/binoculars, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/redfull/northwest, +/area/lv624/lazarus/security) "uxT" = ( /obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/coast/east, @@ -18402,68 +18366,57 @@ "uya" = ( /turf/open/gm/dirt, /area/lv624/lazarus/crashed_ship_containers) -"uyb" = ( -/obj/item/ammo_magazine/smg/mp5, -/obj/item/weapon/gun/smg/mp5, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"uyj" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - density = 0; - icon_state = "door_open"; - name = "\improper Nexus Cargo Storage"; - req_access_txt = "100"; - req_one_access = null - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) "uyn" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 10 }, /turf/open/gm/dirt, /area/lv624/ground/caves/south_east_caves) -"uys" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/obj/effect/landmark/good_item, -/turf/open/floor/wood, -/area/lv624/lazarus/hop) -"uzu" = ( -/obj/structure/largecrate, -/obj/structure/prop/mech/repair_droid{ - layer = 2; - pixel_y = -10 +"uzo" = ( +/obj/structure/stairs/perspective{ + color = "#b29082"; + dir = 4; + icon_state = "p_stair_full" }, -/obj/structure/machinery/light/small{ - dir = 4 +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/barrens/south_eastern_barrens) +"uzQ" = ( +/obj/structure/window_frame/colony, +/obj/item/shard, +/turf/open/floor/plating, +/area/lv624/lazarus/comms) +"uzZ" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = 11; + pixel_y = -2 }, -/turf/open/floor/plating/platebot, -/area/lv624/lazarus/robotics) +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/south_west_caves) "uAp" = ( /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/barrens/south_eastern_barrens) -"uBD" = ( -/obj/item/prop/alien/hugger, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) +"uBN" = ( +/turf/open/floor/vault2, +/area/lv624/lazarus/robotics) "uBR" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/east_caves) -"uBT" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/barber/west, -/area/lv624/lazarus/fitness) -"uDe" = ( -/obj/structure/surface/table, -/obj/item/device/megaphone, -/obj/item/tool/wrench, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) +"uBV" = ( +/obj/structure/surface/table/reinforced{ + dir = 8; + flipped = 1 + }, +/turf/open/floor/plating/warnplate/west, +/area/lv624/ground/barrens/central_barrens) +"uCW" = ( +/turf/open/floor/whiteblue/north, +/area/lv624/lazarus/medbay) "uDs" = ( /turf/open/gm/grass/grass2, /area/lv624/ground/jungle/east_central_jungle) @@ -18477,37 +18430,36 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/colony/west_nexus_road) -"uEe" = ( -/obj/effect/decal/remains/human, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) "uEl" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/flora/jungle/vines/light_1, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) "uEM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) -"uEY" = ( -/turf/open/floor/plating/platebot, -/area/lv624/lazarus/robotics) +/obj/structure/surface/rack, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) +"uFr" = ( +/obj/structure/filingcabinet, +/obj/structure/machinery/light, +/turf/open/floor/whiteblue, +/area/lv624/lazarus/medbay) "uFB" = ( /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/dirt, /area/lv624/ground/barrens/east_barrens) -"uGb" = ( -/turf/open/floor/vault2, -/area/lv624/lazarus/robotics) -"uGB" = ( -/obj/item/stack/sheet/wood{ - amount = 2 - }, -/obj/structure/flora/jungle/vines/heavy, -/turf/open/floor/warning/north, -/area/lv624/lazarus/landing_zones/lz2) +"uGm" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/decal/cleanable/blood/gibs, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/main_hall) +"uGU" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/rdconsole, +/turf/open/floor/grimy, +/area/lv624/lazarus/hop) "uHc" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 9 @@ -18518,58 +18470,40 @@ /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/gm/grass/grass2, /area/lv624/ground/jungle/north_east_jungle) -"uIh" = ( -/obj/item/folder/red, -/turf/open/floor/redfull/northwest, -/area/lv624/lazarus/security) -"uIn" = ( -/obj/structure/surface/table/reinforced{ - dir = 8; - flipped = 1 - }, -/turf/open/floor/plating/warnplate/west, -/area/lv624/ground/barrens/central_barrens) -"uIr" = ( -/obj/structure/machinery/cm_vending/sorted/tech/comp_storage{ - req_access = list(7,23,27) - }, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/quartstorage) -"uIJ" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/turf/open/floor/wood/wood_broken3, -/area/lv624/ground/caves/north_central_caves) -"uIK" = ( -/obj/structure/closet/secure_closet/security, -/obj/item/clothing/suit/armor/vest/security, -/turf/open/floor/red/east, -/area/lv624/lazarus/security) -"uKk" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/obj/effect/landmark/crap_item, -/turf/open/floor/wood, -/area/lv624/lazarus/hop) -"uKS" = ( -/obj/structure/machinery/shower{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/splatter, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 +"uII" = ( +/obj/structure/machinery/cm_vending/sorted/medical/blood, +/obj/structure/machinery/light, +/turf/open/floor/whiteblue, +/area/lv624/lazarus/medbay) +"uIT" = ( +/turf/closed/wall, +/area/lv624/lazarus/yggdrasil) +"uKx" = ( +/obj/structure/machinery/door_control{ + id = "garage_lv"; + name = "Garage Shutters"; + pixel_y = -28 }, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/toilet) +/turf/open/floor/plating/asteroidwarning, +/area/lv624/lazarus/landing_zones/lz2) "uKT" = ( /obj/structure/bed/chair/comfy/black{ dir = 8 }, /turf/open/gm/dirt, /area/lv624/ground/caves/sand_temple) +"uKZ" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = -10 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/south_east_caves) +"uLo" = ( +/turf/open/floor/plating/warnplate/north, +/area/lv624/lazarus/robotics) "uMd" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 9 @@ -18587,14 +18521,10 @@ /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, /area/lv624/ground/caves/sand_temple) -"uMW" = ( -/obj/structure/fence, -/obj/effect/landmark/lv624/fog_blocker, -/turf/open/floor/plating/asteroidwarning/north, -/area/lv624/ground/river/central_river) -"uNl" = ( -/turf/open/floor/whiteblue/north, -/area/lv624/lazarus/medbay) +"uOb" = ( +/obj/item/stack/rods, +/turf/open/floor/plating/platingdmg3, +/area/lv624/lazarus/secure_storage) "uOi" = ( /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, @@ -18613,23 +18543,21 @@ /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_central_caves) -"uOG" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) -"uOS" = ( -/obj/structure/surface/table, -/obj/item/stack/cable_coil/random, -/obj/effect/spawner/random/tech_supply, -/turf/open/floor/plating/warnplate/northeast, -/area/lv624/ground/barrens/east_barrens/ceiling) -"uQz" = ( -/obj/structure/foamed_metal{ - layer = 3.1 +"uOP" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) +"uPk" = ( +/obj/structure/machinery/door/airlock/almayer/research/colony{ + name = "\improper Research Dome"; + req_access_txt = "100" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) +"uPy" = ( +/obj/item/trash/raisins, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) "uRb" = ( /obj/structure/machinery/colony_floodlight, /turf/open/gm/grass/grass1, @@ -18638,17 +18566,21 @@ /obj/effect/decal/grass_overlay/grass1, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) -"uRl" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/open/floor/whitegreen, -/area/lv624/lazarus/main_hall) "uRE" = ( /turf/open/gm/dirtgrassborder/west, /area/lv624/lazarus/landing_zones/lz2) -"uSl" = ( -/obj/structure/girder/reinforced, -/turf/open/floor/plating, -/area/lv624/lazarus/secure_storage) +"uSi" = ( +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_10_1" + }, +/turf/open/floor/white, +/area/lv624/lazarus/corporate_dome) +"uSn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/chapel/east, +/area/lv624/lazarus/chapel) "uSq" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/north, @@ -18660,99 +18592,97 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) -"uSL" = ( -/obj/structure/girder, -/turf/open/floor/plating/platingdmg3, -/area/lv624/lazarus/secure_storage) +"uSN" = ( +/obj/item/ammo_magazine/rifle/nsg23{ + current_rounds = 0 + }, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) "uTe" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 10 }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/central_jungle) +"uTx" = ( +/turf/open/floor/asteroidwarning/northwest, +/area/lv624/ground/colony/telecomm/sw_lz2) +"uTT" = ( +/obj/structure/prop/mech/parts/chassis/gygax, +/turf/open/floor/vault2/west, +/area/lv624/lazarus/robotics) "uUl" = ( /turf/open/gm/dirtgrassborder/west, /area/lv624/ground/jungle/south_west_jungle) -"uUn" = ( -/obj/structure/machinery/door/poddoor/almayer/open{ +"uUX" = ( +/turf/open/floor/whitebluecorner/east, +/area/lv624/lazarus/corporate_dome) +"uVH" = ( +/obj/structure/closet/crate/secure/hydrosec, +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) +"uVN" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "\improper Communications Dome"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor/delivery, +/area/lv624/lazarus/comms) +"uVO" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/window/reinforced{ dir = 4; - name = "\improper Forced Blast Door" + health = 80 }, -/obj/structure/machinery/door/airlock/almayer/research/colony{ - density = 0; - icon_state = "door_open"; - name = "\improper Research Dome"; - opacity = 0; - req_access_txt = "100" +/obj/item/stack/sheet/animalhide/xeno{ + color = "#524e4e"; + desc = "An old hide from a fearsome creature."; + name = "hunter hide" }, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) -"uVq" = ( -/obj/structure/flora/pottedplant, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"uVs" = ( -/obj/effect/landmark/lizard_spawn, -/turf/open/gm/dirt, -/area/lv624/ground/jungle/south_west_jungle/ceiling) +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/caves/sand_temple) "uVU" = ( /obj/effect/landmark/lv624/xeno_tunnel, /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_jungle) -"uWF" = ( +"uVV" = ( /turf/open/floor/plating/warnplate/west, -/area/lv624/ground/barrens/central_barrens) +/area/lv624/lazarus/robotics) "uWJ" = ( /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/caves/south_west_caves) -"uXc" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/structure/pipes/vents/pump{ - dir = 8 +"uWV" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/whiteblue/northeast, +/area/lv624/lazarus/main_hall) +"uWX" = ( +/obj/structure/barricade/metal/wired{ + health = 300 }, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) -"uXi" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/redyellowfull, -/area/lv624/ground/barrens/west_barrens/ceiling) +/turf/open/floor/white, +/area/lv624/lazarus/corporate_dome) +"uXM" = ( +/obj/structure/surface/table, +/obj/structure/machinery/microwave, +/turf/open/floor/barber/west, +/area/lv624/lazarus/kitchen) "uYj" = ( /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/north_east_caves) -"uYo" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/machinery/power/apc/no_power/west, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/toilet) "uYC" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 6 }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_jungle) -"uYO" = ( -/turf/open/gm/dirt/desert3, -/area/lv624/ground/river/east_river) -"uYW" = ( -/obj/structure/showcase, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/whiteblue/northwest, -/area/lv624/lazarus/corporate_dome) -"uZf" = ( -/obj/item/ammo_magazine/rifle/extended, -/turf/open/floor/plating, -/area/lv624/lazarus/secure_storage) "uZp" = ( /obj/structure/surface/table/reinforced/prison{ color = "#6b675e" @@ -18766,6 +18696,16 @@ /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) +"vax" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) +"vaT" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) "vbh" = ( /obj/item/device/radio/off{ frequency = 1469; @@ -18781,71 +18721,74 @@ /obj/effect/decal/grass_overlay/grass1, /turf/open/gm/dirt, /area/lv624/ground/caves/central_caves) -"vce" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner, -/turf/open/gm/grass/grass1, -/area/lv624/ground/jungle/south_west_jungle) +"vcu" = ( +/obj/structure/surface/table, +/obj/structure/mirror{ + pixel_x = 30 + }, +/obj/item/explosive/grenade/custom/cleaner, +/obj/item/reagent_container/spray/cleaner, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/toilet) +"vcB" = ( +/obj/structure/surface/table, +/obj/item/book/manual/research_and_development, +/obj/item/cell/hyper, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) "vcY" = ( /obj/structure/machinery/colony_floodlight, /turf/open/gm/grass/grass1, /area/lv624/lazarus/landing_zones/lz2) -"vdj" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/floor/whitegreencorner, -/area/lv624/lazarus/main_hall) "vdt" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/north_east_caves) -"vdT" = ( -/obj/structure/computerframe, -/turf/open/floor/plating/platebot, -/area/lv624/lazarus/robotics) -"vea" = ( -/obj/structure/barricade/handrail/strata, -/turf/open/gm/dirtgrassborder/weedable/grass1, -/area/lv624/ground/barrens/south_eastern_barrens) +"vdw" = ( +/obj/structure/bed/chair/dropship/pilot, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) "ver" = ( /obj/structure/platform_decoration/mineral/sandstone/runed{ dir = 4 }, /turf/open/gm/dirtgrassborder/south, /area/lv624/ground/caves/sand_temple) -"veV" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/vault2, -/area/lv624/lazarus/robotics) -"veW" = ( -/obj/structure/barricade/metal{ - health = 250 - }, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) "vfR" = ( /obj/structure/flora/jungle/plantbot1, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) -"vfW" = ( -/obj/effect/decal/remains/human, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/robotics) -"vgh" = ( -/turf/open/gm/dirt/desert1, -/area/lv624/ground/barrens/west_barrens) -"vgD" = ( -/obj/structure/largecrate/random, -/turf/open/floor/loadingarea/east, -/area/lv624/lazarus/quartstorage) +"vgj" = ( +/turf/open/floor/whitebluecorner/west, +/area/lv624/lazarus/corporate_dome) +"vgp" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/landmark/good_item, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) +"vgG" = ( +/obj/item/stack/sheet/wood, +/obj/item/ammo_magazine/rifle/nsg23{ + current_rounds = 0 + }, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) "vgI" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/item/ammo_magazine/shotgun/buckshot, -/turf/open/floor/carpet/bcarpet07, -/area/lv624/ground/caves/north_central_caves) +/obj/item/trash/candy, +/obj/structure/machinery/power/apc/power/north, +/obj/structure/machinery/door_control{ + id = "secure_outer_blast"; + name = "Secure Outer Doors"; + pixel_x = 25; + pixel_y = -5 + }, +/turf/open/floor/wood, +/area/lv624/lazarus/hop) "vgJ" = ( /obj/structure/platform/mineral/sandstone/runed{ dir = 1 @@ -18859,21 +18802,6 @@ /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_central_jungle) -"vgP" = ( -/obj/structure/lattice{ - layer = 2.9 - }, -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/machinery/power/reactor/colony, -/turf/open/floor/plating/warnplate/west, -/area/lv624/lazarus/engineering) -"vhd" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/grown/banana, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) "vhx" = ( /obj/structure/girder, /turf/open/gm/dirt, @@ -18882,15 +18810,6 @@ /obj/structure/flora/bush/ausbushes/ausbush, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, /area/lv624/ground/jungle/south_west_jungle) -"vhH" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/item/tool/kitchen/knife/butcher{ - pixel_x = -7 - }, -/obj/item/tool/kitchen/knife/butcher, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/wood/wood_broken4, -/area/lv624/ground/caves/north_central_caves) "vih" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/decal/grass_overlay/grass1{ @@ -18898,10 +18817,6 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/south_central_caves) -"viw" = ( -/obj/structure/flora/jungle/vines/heavy, -/turf/open/floor/strata/grey_multi_tiles, -/area/lv624/ground/caves/sand_temple) "viC" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, @@ -18909,16 +18824,10 @@ /turf/open/gm/dirt, /area/lv624/ground/caves/south_east_caves) "vjb" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/phone_base/colony_net{ - phone_category = "Lazarus Landing"; - phone_id = "Research Dome"; - pixel_y = 24 - }, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) +/obj/item/clothing/glasses/regular, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/grimy, +/area/lv624/lazarus/hop) "vjH" = ( /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/grass/grass1, @@ -18931,14 +18840,6 @@ /obj/structure/fence, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, /area/lv624/ground/colony/south_nexus_road) -"vkr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/structure/grille, -/turf/open/floor/plating/warnplate/east, -/area/lv624/ground/river/central_river) "vle" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 9 @@ -18950,56 +18851,47 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/gm/dirt, /area/lv624/ground/caves/north_east_caves) +"vlM" = ( +/obj/structure/stairs/perspective{ + color = "#6b675e"; + dir = 4; + icon_state = "p_stair_full" + }, +/turf/open/floor/corsat/squareswood/north, +/area/lv624/ground/caves/sand_temple) "vmv" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/central_jungle) -"vne" = ( -/obj/structure/barricade/wooden{ - dir = 8 - }, -/turf/open/floor/warningcorner/north, -/area/lv624/lazarus/landing_zones/lz1) -"vnh" = ( -/obj/structure/machinery/portable_atmospherics/powered/scrubber, -/turf/open/floor/plating/warnplate/north, -/area/lv624/ground/barrens/east_barrens/ceiling) +"vmW" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/white, +/area/lv624/lazarus/corporate_dome) "vnW" = ( /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/dirt, /area/lv624/ground/barrens/south_eastern_jungle_barrens) -"voH" = ( +"vow" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/white, +/area/lv624/lazarus/research) +"voL" = ( +/obj/structure/bed, +/obj/structure/machinery/light, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) +"vpc" = ( /obj/structure/closet, -/obj/item/clothing/glasses/sunglasses, +/obj/item/weapon/baseballbat, +/obj/item/clothing/head/beret/jan, +/obj/item/stack/medical/splint, +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor/bluecorner, /area/lv624/lazarus/sleep_male) -"voO" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/kitchen) -"voU" = ( -/obj/structure/machinery/vending/snack, -/turf/open/floor/whiteblue/north, -/area/lv624/lazarus/medbay) -"vpc" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = 11; - pixel_y = -2 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/west_caves) -"vpp" = ( -/obj/structure/bed/chair/office/dark{ - dir = 1 - }, -/turf/open/floor/white, -/area/lv624/lazarus/research) "vpu" = ( /obj/structure/stairs/perspective{ color = "#b29082"; @@ -19009,82 +18901,23 @@ /obj/structure/platform/mineral/sandstone/runed, /turf/open/gm/dirt, /area/lv624/ground/barrens/south_eastern_barrens) -"vpw" = ( -/obj/structure/flora/jungle/vines/heavy, -/turf/open/floor/warning, -/area/lv624/lazarus/landing_zones/lz1) -"vpE" = ( -/obj/item/storage/firstaid/adv/empty, -/obj/structure/machinery/door_control{ - id = "secure_outer_blast"; - name = "Secure Outer Doors"; - pixel_x = 25; - pixel_y = -5 - }, -/obj/structure/phone_base/colony_net{ - phone_category = "Lazarus Landing"; - phone_color = "blue"; - phone_id = "Corporate Office"; - pixel_y = 24 - }, -/turf/open/floor/whiteyellow/northeast, -/area/lv624/lazarus/corporate_dome) -"vpW" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/dark, -/area/lv624/lazarus/quartstorage) -"vpY" = ( -/obj/structure/machinery/atm{ - name = "Weyland-Yutani Automatic Teller Machine"; +"vpU" = ( +/obj/structure/sink{ pixel_y = 30 }, -/turf/open/floor/whiteblue/northwest, -/area/lv624/lazarus/corporate_dome) -"vqw" = ( -/obj/structure/surface/rack, -/obj/item/stack/sandbags/large_stack{ - pixel_x = 1; - pixel_y = 3 - }, -/obj/item/stack/sandbags/large_stack{ - pixel_x = -3; - pixel_y = -3 - }, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/quartstorage) -"vqB" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"vqQ" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) +/turf/open/floor/plating/warnplate/north, +/area/lv624/ground/barrens/east_barrens/ceiling) "vqT" = ( /turf/open/gm/grass/grass2, /area/lv624/ground/jungle/north_jungle) -"vra" = ( -/obj/structure/flora/jungle/vines/heavy, -/turf/open/floor/warning, -/area/lv624/lazarus/landing_zones/lz2) -"vrt" = ( -/obj/structure/machinery/vending/cola, -/turf/open/floor/whiteblue/southwest, +"vrx" = ( +/turf/open/floor/whitegreen, /area/lv624/lazarus/main_hall) -"vsA" = ( -/obj/structure/surface/table, -/obj/structure/machinery/light, -/obj/item/tool/wrench, -/obj/item/tool/weldingtool, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) +"vsN" = ( +/obj/structure/largecrate/random, +/obj/item/tool/crowbar/red, +/turf/open/floor/plating/warnplate/northwest, +/area/lv624/ground/barrens/east_barrens/ceiling) "vsT" = ( /obj/structure/flora/bush/ausbushes/ausbush, /turf/open/gm/grass/grass1, @@ -19104,27 +18937,25 @@ "vty" = ( /turf/open/gm/grass/grass1, /area/lv624/ground/barrens/south_eastern_jungle_barrens) -"vtL" = ( -/obj/structure/prop/mech/tesla_energy_relay{ - layer = 2.5 - }, -/obj/structure/largecrate/random, -/turf/open/floor/plating/platebot, -/area/lv624/lazarus/robotics) -"vtR" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/grimy, -/area/lv624/lazarus/hop) -"vun" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - name = "\improper Engineering Dome"; - req_access_txt = "100"; - req_one_access = null +"vtF" = ( +/obj/structure/bed/chair/comfy/black, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) +"vtH" = ( +/obj/structure/machinery/cm_vending/sorted/boozeomat, +/turf/open/floor/barber/west, +/area/lv624/lazarus/kitchen) +"vtP" = ( +/turf/open/floor/plating/platingdmg1, +/area/lv624/lazarus/secure_storage) +"vtU" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Nexus Dome Bathroom"; + req_access_txt = "100" }, -/turf/open/floor/delivery, -/area/lv624/lazarus/engineering) +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/toilet) "vuv" = ( /turf/open/gm/dirtgrassborder/east, /area/lv624/ground/jungle/south_central_jungle) @@ -19132,32 +18963,35 @@ /obj/effect/landmark/crap_item, /turf/open/gm/dirt, /area/lv624/lazarus/crashed_ship_containers) -"vuR" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/restraint/handcuffs, -/obj/item/storage/firstaid/adv, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/red/north, -/area/lv624/lazarus/security) +"vuA" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/computerframe{ + anchored = 1 + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) "vvs" = ( /obj/structure/platform/mineral/sandstone/runed{ dir = 4 }, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, /area/lv624/ground/caves/sand_temple) -"vwC" = ( -/obj/structure/showcase{ - layer = 3.1 - }, -/obj/structure/window/reinforced{ +"vwp" = ( +/obj/structure/machinery/light/small{ dir = 4 }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/wood, -/area/lv624/lazarus/hop) +/obj/structure/surface/table, +/obj/structure/prop/mech/hydralic_clamp, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/plating/platebot, +/area/lv624/lazarus/robotics) +"vwG" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) "vxa" = ( /obj/structure/flora/jungle/vines/light_3, /obj/item/stack/sheet/wood{ @@ -19172,45 +19006,37 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_east_caves) -"vxQ" = ( -/obj/item/device/multitool, -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/turf/open/floor/vault2, -/area/lv624/lazarus/robotics) +"vxA" = ( +/obj/structure/grille, +/turf/open/floor/plating/warnplate/east, +/area/lv624/ground/river/east_river) "vxU" = ( /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) -"vxZ" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/tool/shovel, -/obj/item/stack/sheet/wood{ - amount = 16 - }, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) -"vzh" = ( -/obj/structure/machinery/light{ - dir = 1 +"vzd" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Nexus Dome"; + req_access_txt = "100" }, -/turf/open/floor/whiteblue/north, -/area/lv624/lazarus/medbay) +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) "vAg" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_east_caves) -"vAx" = ( -/obj/structure/machinery/cm_vending/sorted/medical/blood, -/obj/structure/machinery/light, -/turf/open/floor/whiteblue, -/area/lv624/lazarus/medbay) "vAB" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/central_caves) +"vAH" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/landmark/crap_item, +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) "vAT" = ( /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_east_caves) @@ -19224,45 +19050,19 @@ "vBe" = ( /turf/open/gm/dirtgrassborder/east, /area/lv624/ground/jungle/east_central_jungle) -"vBh" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/dark, -/area/lv624/lazarus/quartstorage) "vBu" = ( /obj/structure/platform_decoration/mineral/sandstone/runed{ dir = 4 }, /turf/open/gm/dirt, /area/lv624/ground/caves/sand_temple) -"vBz" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"vBI" = ( -/turf/open/floor/whiteblue/west, -/area/lv624/lazarus/corporate_dome) -"vCb" = ( -/turf/open/floor/warnwhite/northeast, -/area/lv624/lazarus/fitness) -"vCf" = ( -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) -"vCu" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - pixel_x = -1; - pixel_y = 2 - }, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) -"vCw" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 +"vBw" = ( +/obj/structure/surface/table/reinforced{ + dir = 1; + flipped = 1 }, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) +/turf/open/floor/plating/warnplate/north, +/area/lv624/ground/barrens/central_barrens) "vCG" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, @@ -19272,13 +19072,9 @@ "vDy" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, /area/lv624/ground/barrens/south_eastern_barrens) -"vDS" = ( -/obj/structure/barricade/wooden{ - dir = 4 - }, -/obj/structure/flora/jungle/vines/heavy, -/turf/open/floor/warning/southwest, -/area/lv624/lazarus/landing_zones/lz1) +"vDB" = ( +/turf/open/floor/white, +/area/lv624/lazarus/chapel) "vDW" = ( /obj/structure/flora/jungle/vines/light_1, /turf/open/gm/grass/grass1, @@ -19287,15 +19083,22 @@ /obj/structure/flora/jungle/vines/light_1, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_west_jungle) -"vEF" = ( -/turf/open/gm/dirt/desert_dug, -/area/lv624/ground/barrens/central_barrens) -"vFu" = ( -/obj/structure/surface/table, -/obj/item/trash/chips, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) +"vEK" = ( +/obj/structure/computerframe, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating/platebot, +/area/lv624/lazarus/robotics) +"vFB" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = -10 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/north_west_caves) "vGg" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 6 @@ -19315,48 +19118,24 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_west_caves) -"vHd" = ( -/obj/structure/stairs/perspective{ - color = "#b29082"; - dir = 10; - icon_state = "p_stair_full" - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/caves/sand_temple) -"vHo" = ( -/obj/effect/landmark/lv624/fog_blocker, -/turf/open/floor/plating/warnplate/northwest, -/area/lv624/ground/river/central_river) -"vHt" = ( -/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, -/area/lv624/ground/jungle/south_central_jungle) -"vIi" = ( -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -8; - pixel_y = 16 +"vGE" = ( +/obj/structure/machinery/constructable_frame{ + icon_state = "box_1" }, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = 8; - pixel_y = 16 +/turf/open/floor/vault2/west, +/area/lv624/lazarus/robotics) +"vGK" = ( +/obj/structure/bookcase/manuals/medical, +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/floor/whiteblue/northwest, +/turf/open/floor/whiteyellow/southeast, /area/lv624/lazarus/corporate_dome) -"vIR" = ( -/obj/structure/surface/table/reinforced/prison{ - color = "#6b675e" - }, -/obj/structure/window/reinforced{ - dir = 4; - health = 80 - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/caves/sand_temple) -"vIT" = ( -/turf/open/gm/dirt, +"vGZ" = ( +/obj/structure/girder/reinforced, +/turf/open/floor/plating, /area/lv624/lazarus/secure_storage) -"vJf" = ( +"vHE" = ( /obj/structure/closet/toolcloset, /obj/structure/machinery/light{ dir = 8 @@ -19364,22 +19143,88 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/dark, /area/lv624/lazarus/engineering) +"vHF" = ( +/obj/structure/machinery/bot/mulebot{ + auto_pickup = 0; + auto_return = 0; + health = 1; + on = 0 + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/lazarus/quart) +"vHG" = ( +/obj/structure/flora/jungle/vines/light_3, +/turf/open/floor/warning/southeast, +/area/lv624/lazarus/landing_zones/lz1) +"vIl" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/greengrid, +/area/lv624/lazarus/secure_storage) +"vIH" = ( +/obj/structure/machinery/light, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) "vJs" = ( /obj/structure/flora/grass/tallgrass/jungle, /obj/item/bananapeel, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/west_jungle) +"vJt" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" + }, +/obj/structure/platform/stair_cut, +/obj/item/clothing/head/hardhat/orange, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "vKc" = ( /obj/effect/landmark/crap_item, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/central_jungle) +"vKh" = ( +/obj/item/tool/shovel, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) "vKt" = ( /obj/structure/flora/jungle/vines/light_2, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_jungle) +"vKV" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/toilet) +"vKW" = ( +/turf/open/floor/whitegreencorner/west, +/area/lv624/lazarus/main_hall) +"vLy" = ( +/obj/structure/largecrate, +/obj/structure/prop/mech/parts/gygax_armor{ + layer = 1 + }, +/turf/open/floor/plating/platebot, +/area/lv624/lazarus/robotics) "vLO" = ( /turf/open/gm/dirtgrassborder/south, /area/lv624/lazarus/quartstorage/outdoors) +"vMx" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/grille{ + density = 0; + icon_state = "brokengrille" + }, +/turf/open/floor/plating/warnplate/east, +/area/lv624/ground/river/central_river) "vMV" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /obj/structure/blocker/forcefield/multitile_vehicles, @@ -19403,6 +19248,15 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/south_east_caves) +"vNV" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/candle, +/obj/item/tool/match{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/floor/carpet/bcarpet08, +/area/lv624/ground/caves/north_central_caves) "vNW" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/gm/grass/grass1, @@ -19411,6 +19265,14 @@ /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/dirt, /area/lv624/ground/jungle/north_west_jungle) +"vOE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/item/tool/crowbar, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) "vOF" = ( /turf/open/gm/dirtgrassborder/west, /area/lv624/ground/jungle/south_central_jungle) @@ -19422,46 +19284,80 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_east_caves) -"vPO" = ( -/obj/structure/grille, -/turf/open/floor/plating/warnplate/west, -/area/lv624/ground/river/central_river) -"vPU" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/door/window/westright{ - dir = 2; - layer = 2.9 - }, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) "vPV" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, /area/lv624/ground/jungle/east_jungle) +"vQa" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 1; + locked = 1; + name = "\improper Nexus Dome Director's Quarters"; + req_access_txt = "100" + }, +/turf/open/floor/cult, +/area/lv624/lazarus/hop) +"vQD" = ( +/obj/structure/window/framed/colony, +/turf/open/floor/white, +/area/lv624/lazarus/medbay) +"vQE" = ( +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) "vQR" = ( /obj/structure/flora/bush/ausbushes/var3/sunnybush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_east_caves) -"vSu" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/machinery/light{ - dir = 1 +"vQW" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/ammo_magazine/shotgun/buckshot, +/turf/open/floor/carpet/bcarpet07, +/area/lv624/ground/caves/north_central_caves) +"vRa" = ( +/obj/structure/surface/rack, +/obj/item/weapon/baton/cattleprod{ + pixel_x = -2; + pixel_y = 1 }, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) +/obj/item/weapon/baton/cattleprod{ + pixel_x = 4; + pixel_y = -2 + }, +/turf/open/floor/vault2/west, +/area/lv624/lazarus/quartstorage) +"vRm" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = 6; + pixel_y = -8 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/central_caves) +"vSy" = ( +/obj/effect/landmark/lizard_spawn, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/jungle/south_west_jungle/ceiling) +"vSE" = ( +/obj/item/ammo_casing, +/turf/open/floor/plating/warnplate, +/area/lv624/ground/barrens/central_barrens) "vSG" = ( /obj/structure/flora/jungle/vines/light_1, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) -"vTx" = ( -/obj/structure/closet, -/obj/item/clothing/under/blackskirt, -/obj/item/stack/medical/advanced/ointment, -/turf/open/floor/purple/northwest, -/area/lv624/lazarus/sleep_female) -"vUv" = ( -/obj/structure/machinery/power/apc/no_power/west, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) +"vTA" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = 2; + pixel_y = 7 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/south_central_caves) "vUw" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/gm/dirt, @@ -19470,6 +19366,11 @@ /obj/structure/blocker/forcefield/multitile_vehicles, /turf/closed/wall/cult, /area/lv624/ground/caves/south_west_caves) +"vVy" = ( +/obj/item/stack/rods/plasteel, +/obj/effect/decal/cleanable/dirt, +/turf/open/gm/dirt, +/area/lv624/lazarus/secure_storage) "vVC" = ( /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/caves/east_caves) @@ -19477,23 +19378,13 @@ /obj/structure/flora/jungle/vines/light_3, /turf/closed/wall/rock/brown, /area/lv624/ground/jungle/west_jungle) -"vWb" = ( -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_y = 28 - }, -/turf/open/floor/whiteblue/north, -/area/lv624/lazarus/medbay) +"vVT" = ( +/turf/open/floor/plating/platebotc, +/area/lv624/lazarus/quartstorage) "vWs" = ( /obj/structure/flora/jungle/vines/light_3, /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/jungle/east_jungle) -"vXg" = ( -/obj/structure/machinery/vending/security, -/turf/open/floor/red/east, -/area/lv624/lazarus/security) "vXP" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 8 @@ -19506,28 +19397,39 @@ /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_west_jungle) "vYr" = ( -/obj/structure/stairs/perspective{ - color = "#6b675e"; +/obj/structure/machinery/photocopier, +/turf/open/floor/whiteblue/southwest, +/area/lv624/lazarus/corporate_dome) +"vZs" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/window/reinforced{ dir = 4; - icon_state = "p_stair_full" + health = 80 }, -/turf/open/shuttle/red, +/obj/item/stack/sheet/animalhide/xeno{ + name = "Warrior hide" + }, +/turf/open/floor/whiteyellowfull/east, /area/lv624/ground/caves/sand_temple) -"vZa" = ( +"vZw" = ( /obj/structure/largecrate/random, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) +"vZE" = ( +/obj/structure/machinery/light, +/obj/structure/stairs/perspective{ + dir = 9; + icon_state = "p_stair_full" + }, +/obj/structure/platform, /turf/open/floor/brown/northwest, /area/lv624/lazarus/comms) -"vZw" = ( -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) -"vZY" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - name = "\improper Robotics Dome"; - req_access_txt = "100"; - req_one_access = null - }, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/robotics) "waw" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 9 @@ -19540,10 +19442,24 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/south_central_caves) -"wbn" = ( -/obj/structure/largecrate, +"wbo" = ( +/obj/structure/cargo_container/horizontal/blue/top, /turf/open/floor/bot/north, -/area/lv624/lazarus/landing_zones/lz1) +/area/lv624/ground/barrens/containers) +"wby" = ( +/obj/structure/flora/jungle/vines/light_3, +/turf/open/gm/dirtgrassborder/west, +/area/lv624/ground/jungle/west_jungle) +"wbH" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = 2; + pixel_y = 7 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/north_west_caves) "wbK" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, @@ -19561,24 +19477,6 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/sand_temple) -"wct" = ( -/obj/structure/machinery/atm{ - name = "Automatic Teller Machine"; - pixel_y = 30 - }, -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"wcC" = ( -/obj/structure/surface/rack, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/item/clothing/shoes/dress, -/turf/open/floor/whiteblue/northwest, -/area/lv624/lazarus/corporate_dome) "wcK" = ( /obj/structure/surface/rack, /obj/item/clothing/suit/storage/hazardvest, @@ -19598,46 +19496,27 @@ /turf/open/gm/coast/beachcorner2/south_east, /area/lv624/ground/caves/sand_temple) "wdk" = ( -/obj/structure/flora/jungle/vines/light_3, -/turf/open/gm/dirtgrassborder/west, -/area/lv624/ground/jungle/west_jungle) -"wdv" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper Nexus Dome"; - req_access_txt = "100" +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/microwave{ + pixel_x = 2; + pixel_y = 3 }, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) +/turf/open/floor/wood/wood_broken6, +/area/lv624/ground/caves/north_central_caves) +"wdH" = ( +/obj/structure/fence, +/turf/open/floor/warning/east, +/area/lv624/ground/barrens/east_barrens) "weH" = ( /obj/structure/flora/bush/ausbushes/genericbush, /turf/open/gm/grass/grass2, /area/lv624/ground/jungle/north_jungle) -"weM" = ( -/obj/structure/closet/crate/hydroponics/prespawned, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) -"weY" = ( -/turf/open/floor/strata/grey_multi_tiles, -/area/lv624/ground/caves/sand_temple) -"wfn" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_y = 30 - }, -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"wgg" = ( -/turf/open/floor/plating/asteroidwarning, -/area/lv624/lazarus/landing_zones/lz2) +"wfo" = ( +/turf/open/floor/whiteblue/east, +/area/lv624/lazarus/medbay) +"wfM" = ( +/turf/open/gm/dirt/desert2, +/area/lv624/ground/river/east_river) "wgk" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /obj/structure/platform_decoration/mineral/sandstone/runed{ @@ -19645,10 +19524,6 @@ }, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, /area/lv624/ground/caves/sand_temple) -"wgJ" = ( -/obj/effect/landmark/lizard_spawn, -/turf/open/gm/dirt, -/area/lv624/ground/jungle/south_east_jungle) "wgR" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /turf/open/gm/grass/grass2, @@ -19657,10 +19532,6 @@ /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_east_caves) -"whL" = ( -/obj/item/tool/extinguisher, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) "whQ" = ( /obj/structure/flora/bush/ausbushes/var3/sunnybush{ desc = "The oranges aren't done yet... this sucks."; @@ -19678,16 +19549,23 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/gm/dirt, /area/lv624/ground/barrens/containers) -"wiE" = ( -/turf/open/floor/warningcorner/east, -/area/lv624/lazarus/landing_zones/lz1) -"wiR" = ( -/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/quartstorage) -"wjy" = ( -/turf/open/floor/asteroidwarning/north, -/area/lv624/ground/colony/telecomm/sw_lz2) +"wiG" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/grimy, +/area/lv624/lazarus/hop) +"wiK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) +"wjs" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) "wjT" = ( /obj/structure/sign/safety/analysis_lab{ pixel_x = 40 @@ -19697,6 +19575,10 @@ "wkt" = ( /turf/open/gm/coast/beachcorner2/south_east, /area/lv624/ground/river/east_river) +"wkA" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor/whiteblue/southwest, +/area/lv624/lazarus/main_hall) "wkE" = ( /obj/structure/flora/bush/ausbushes/var3/sunnybush, /turf/open/gm/grass/grass1, @@ -19705,6 +19587,10 @@ /obj/structure/flora/jungle/planttop1, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_central_jungle) +"wkW" = ( +/obj/structure/cargo_container/seegson/right, +/turf/open/floor/plating/platebotc, +/area/lv624/lazarus/quartstorage/outdoors) "wkZ" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/gm/dirtgrassborder/east, @@ -19715,30 +19601,34 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) -"wlj" = ( -/obj/structure/bed, -/obj/item/bedsheet/blue, -/obj/structure/machinery/light, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) "wlo" = ( /obj/structure/flora/jungle/vines/light_3, /obj/structure/flora/bush/ausbushes/genericbush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) +"wlY" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/plating/platebot, +/area/lv624/lazarus/robotics) "wmj" = ( /obj/structure/platform/mineral/sandstone/runed{ dir = 1 }, /turf/open/floor/sandstone/runed, /area/lv624/ground/caves/sand_temple) -"wnw" = ( -/obj/structure/surface/table, -/obj/item/alien_embryo{ - pixel_y = 4 +"wmX" = ( +/obj/item/device/assembly/timer, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) +"wof" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Leisure Dome"; + req_access_txt = "100" }, /turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) +/area/lv624/lazarus/fitness) "woF" = ( /obj/structure/flora/jungle/vines/light_3, /obj/structure/barricade/metal/wired{ @@ -19748,15 +19638,45 @@ }, /turf/open/gm/dirtgrassborder/east, /area/lv624/ground/jungle/north_west_jungle) +"woH" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "woT" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 4 }, /turf/open/gm/dirt, /area/lv624/ground/caves/east_caves) +"woY" = ( +/turf/open/floor/plating/asteroidwarning/northeast, +/area/lv624/lazarus/landing_zones/lz2) +"wpd" = ( +/obj/structure/machinery/blackbox_recorder, +/obj/item/prop/almayer/flight_recorder/colony{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"wpl" = ( +/obj/effect/decal/remains/human, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) "wpw" = ( /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) +"wpJ" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) "wpY" = ( /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer1, @@ -19770,51 +19690,70 @@ /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_central_jungle) +"wqH" = ( +/obj/structure/flora/bush/ausbushes/lavendergrass, +/turf/open/gm/grass/grass1, +/area/lv624/ground/jungle/west_central_jungle) "wqO" = ( /obj/structure/flora/bush/ausbushes/ausbush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_west_jungle) -"wqY" = ( -/obj/structure/surface/rack, -/obj/item/storage/firstaid/adv, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/quartstorage) +"wrf" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = 2; + pixel_y = 7 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/west_caves) "wrN" = ( /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/dirt, /area/lv624/ground/caves/north_central_caves) -"wsQ" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/red/northeast, -/area/lv624/lazarus/security) "wsZ" = ( /obj/structure/flora/jungle/vines/light_2, /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/jungle/north_east_jungle) -"wta" = ( -/obj/structure/machinery/light/small{ - dir = 1 +"wtc" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "science_blast"; + layer = 3.3; + name = "\improper Science Wing Blast Door" + }, +/obj/structure/machinery/door/airlock/almayer/research/colony{ + locked = 1; + name = "\improper Research Dome"; + req_access_txt = "100" }, /turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"wti" = ( -/mob/living/simple_animal/mouse, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/kitchen) +/area/lv624/lazarus/research) +"wtx" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/tool/candle, +/turf/open/floor/chapel/west, +/area/lv624/lazarus/chapel) "wty" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_west_caves) -"wtE" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/vault2, -/area/lv624/lazarus/robotics) -"wug" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/whiteblue/southeast, -/area/lv624/lazarus/corporate_dome) +"wtO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"wuS" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/mineral/silver{ + amount = 20 + }, +/turf/open/floor/vault2/west, +/area/lv624/ground/barrens/north_east_barrens/ceiling) "wvO" = ( /obj/structure/flora/bush/ausbushes/genericbush, /turf/open/gm/grass/grass1, @@ -19823,33 +19762,53 @@ /obj/effect/decal/remains/xeno, /turf/open/gm/dirt, /area/lv624/ground/barrens/central_barrens) -"www" = ( -/obj/structure/machinery/smartfridge, -/turf/open/floor/barber/west, -/area/lv624/lazarus/kitchen) -"wxs" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/white, -/area/lv624/lazarus/medbay) -"wxB" = ( -/obj/structure/surface/table, -/obj/item/trash/plate, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) +"wwd" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/rifle/mar40/carbine, +/turf/open/floor/vault2/west, +/area/lv624/lazarus/quartstorage) +"wwr" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"wwA" = ( +/obj/structure/stairs/perspective{ + color = "#6b675e"; + dir = 5; + icon_state = "p_stair_full" + }, +/turf/open/floor/corsat/squareswood/north, +/area/lv624/ground/caves/sand_temple) +"wwQ" = ( +/turf/open/floor/asteroidwarning/north, +/area/lv624/ground/colony/telecomm/cargo) "wxP" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, /area/lv624/ground/jungle/north_jungle) -"wyu" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/folder/black_random, -/turf/open/floor/whiteblue, -/area/lv624/lazarus/corporate_dome) -"wyQ" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) +"wxR" = ( +/obj/item/tool/minihoe{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) +"wyg" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/structure/foamed_metal, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) +"wyz" = ( +/turf/open/floor/vault2/west, +/area/lv624/lazarus/quartstorage) +"wyZ" = ( +/obj/structure/girder/displaced, +/turf/open/gm/dirt, +/area/lv624/ground/jungle/south_central_jungle) "wzG" = ( /obj/effect/landmark/hunter_primary, /obj/structure/flora/jungle/vines/heavy, @@ -19859,6 +19818,10 @@ /obj/structure/flora/bush/ausbushes/var3/ywflowers, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_central_caves) +"wAC" = ( +/obj/structure/closet/cabinet, +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) "wAF" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 1 @@ -19873,27 +19836,67 @@ /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_central_jungle) -"wBN" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) +"wAR" = ( +/turf/open/gm/dirt/desert1, +/area/lv624/ground/barrens/south_eastern_barrens) +"wAS" = ( +/turf/open/gm/dirt/desert2, +/area/lv624/ground/caves/south_west_caves) +"wBk" = ( +/obj/structure/girder/displaced, +/turf/open/floor/plating/platebotc, +/area/lv624/lazarus/quartstorage/outdoors) +"wBw" = ( +/obj/structure/surface/table, +/obj/item/device/megaphone, +/obj/item/tool/wrench, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) "wBS" = ( /obj/item/clothing/suit/armor/yautja_flavor, /turf/open/floor/sandstone/runed, /area/lv624/ground/barrens/south_eastern_barrens) +"wCq" = ( +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/vault2, +/area/lv624/lazarus/robotics) "wCs" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 6 }, /turf/open/gm/dirt, /area/lv624/ground/caves/east_caves) -"wDV" = ( -/obj/structure/barricade/wooden{ - dir = 1; - pixel_y = 7 +"wCB" = ( +/obj/structure/machinery/deployable/barrier, +/turf/open/floor/cult, +/area/lv624/lazarus/armory) +"wCX" = ( +/obj/effect/landmark/hunter_secondary, +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/firstaid/fire{ + pixel_x = 5 }, -/turf/open/floor/white, +/obj/item/storage/firstaid/fire{ + pixel_x = -5 + }, +/turf/open/floor/vault2/west, +/area/lv624/lazarus/quartstorage) +"wDH" = ( +/turf/open/floor/dark, /area/lv624/lazarus/corporate_dome) +"wDS" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/whiteblue/west, +/area/lv624/lazarus/corporate_dome) +"wEg" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/open/floor/whitebluefull, +/area/lv624/lazarus/medbay) +"wEh" = ( +/turf/open/floor/whitegreencorner, +/area/lv624/lazarus/main_hall) "wEO" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, @@ -19904,75 +19907,68 @@ /obj/structure/flora/jungle/vines/light_1, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) -"wFj" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/tool/crowbar, -/obj/item/reagent_container/spray/cleaner, -/turf/open/floor/whiteyellow/northwest, -/area/lv624/lazarus/corporate_dome) -"wFl" = ( -/obj/structure/machinery/door/poddoor/almayer{ - id = "science_blast"; - layer = 3.3; - name = "\improper Science Wing Blast Door" - }, -/obj/structure/machinery/door/airlock/almayer/research/colony{ - dir = 1; - locked = 1; - name = "\improper Research Dome"; - req_access_txt = "100" +"wEZ" = ( +/obj/structure/machinery/light{ + dir = 8 }, /turf/open/floor/white, -/area/lv624/lazarus/research) +/area/lv624/lazarus/main_hall) +"wFa" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 26 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"wFl" = ( +/obj/structure/barricade/sandbags/wired, +/turf/open/floor/wood/wood_broken3, +/area/lv624/ground/caves/north_central_caves) "wFp" = ( /obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, /area/lv624/ground/river/east_river) -"wFF" = ( -/obj/structure/barricade/handrail/strata{ - dir = 1 +"wGs" = ( +/obj/structure/surface/table, +/obj/structure/machinery/light{ + dir = 4 }, -/obj/structure/barricade/handrail/strata{ - dir = 8 +/obj/structure/phone_base/colony_net/rotary{ + phone_category = "Lazarus Landing"; + phone_id = "Medbay" }, -/turf/open/gm/dirtgrassborder/weedable/grass1, -/area/lv624/ground/barrens/south_eastern_barrens) -"wGr" = ( -/obj/effect/decal/remains/xeno, -/turf/open/floor/cult, -/area/lv624/ground/caves/west_caves) -"wGR" = ( -/obj/structure/barricade/sandbags/wired, -/turf/open/floor/wood/wood_broken3, -/area/lv624/ground/caves/north_central_caves) +/turf/open/floor/white, +/area/lv624/lazarus/medbay) "wHh" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 6 }, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) -"wHL" = ( -/obj/structure/surface/table/reinforced{ - dir = 1; - flipped = 1 +"wHM" = ( +/obj/structure/showcase{ + color = "#95948B"; + desc = "A grey statue dawned in ancient armor, it stares into your soul."; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + name = "Eternal guardian" }, -/turf/open/floor/plating/warnplate/north, -/area/lv624/ground/barrens/central_barrens) -"wIo" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 +/obj/item/weapon/sword{ + layer = 3.1; + pixel_x = 6; + pixel_y = 7 }, -/turf/open/floor/whitegreencorner/west, -/area/lv624/lazarus/main_hall) -"wIS" = ( -/turf/open/floor/dark, -/area/lv624/ground/barrens/north_east_barrens/ceiling) -"wJx" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 +/obj/item/clothing/suit/armor/yautja_flavor{ + anchored = 1 }, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) +/obj/item/clothing/shoes/yautja_flavor{ + anchored = 1 + }, +/turf/open/floor/strata/grey_multi_tiles, +/area/lv624/ground/caves/sand_temple) "wJA" = ( /obj/structure/flora/jungle/vines/light_3, /obj/structure/window/framed/colony/reinforced, @@ -19986,16 +19982,11 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/gm/dirt, /area/lv624/ground/caves/sand_temple) -"wKG" = ( -/obj/structure/surface/rack, -/obj/item/storage/toolbox/mechanical{ - pixel_y = 6 - }, -/obj/item/storage/toolbox/electrical{ - pixel_y = -3 - }, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/quartstorage) +"wLS" = ( +/obj/item/clothing/suit/redtag, +/obj/structure/closet/athletic_mixed, +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) "wLT" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/auto_turf/strata_grass/layer1, @@ -20004,54 +19995,45 @@ /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/west_central_jungle) -"wMv" = ( -/obj/structure/flora/jungle/vines/light_1, -/obj/structure/machinery/power/apc/no_power/north, -/turf/open/gm/grass/grass2, -/area/lv624/lazarus/yggdrasil) -"wMA" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/trash/chips, -/obj/structure/phone_base/colony_net/rotary{ - phone_category = "Lazarus Landing"; - phone_color = "blue"; - phone_id = "Director's Office" - }, -/turf/open/floor/wood, -/area/lv624/lazarus/hop) -"wNk" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/vault2, -/area/lv624/lazarus/robotics) -"wNl" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/showcase, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/whiteblue/southwest, -/area/lv624/lazarus/corporate_dome) -"wNs" = ( +"wMX" = ( /obj/structure/surface/table, -/obj/item/poster, -/obj/item/clothing/glasses/regular/hipster, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) -"wPz" = ( -/obj/item/trash/popcorn, -/turf/open/floor/wood, -/area/lv624/lazarus/hop) +/obj/item/alien_embryo{ + pixel_y = 4 + }, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) +"wOO" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/structure/blocker/forcefield/multitile_vehicles, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/cult, +/area/lv624/ground/caves/south_west_caves) +"wPg" = ( +/obj/structure/closet/lasertag/blue, +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) +"wPo" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner, +/turf/open/gm/grass/grass1, +/area/lv624/lazarus/landing_zones/lz1) "wPN" = ( /turf/open/gm/coast/beachcorner2/south_east, /area/lv624/ground/caves/sand_temple) +"wQb" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = 4 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/west_caves) +"wQf" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/redfull/northwest, +/area/lv624/lazarus/security) "wQj" = ( /obj/structure/surface/rack, /obj/item/ammo_magazine/rifle/mar40, @@ -20071,15 +20053,27 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) -"wQS" = ( -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) +"wQR" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/item/stack/sheet/plasteel{ + amount = 10; + pixel_y = 3 + }, +/turf/open/floor/vault2/west, +/area/lv624/lazarus/quartstorage) "wRb" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 8 }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_east_caves) +"wRf" = ( +/obj/effect/landmark/lizard_spawn, +/turf/open/gm/dirt, +/area/lv624/ground/jungle/south_east_jungle) "wSg" = ( /obj/structure/inflatable/popped, /turf/open/gm/dirt, @@ -20092,54 +20086,64 @@ "wSo" = ( /turf/open/gm/coast/east, /area/lv624/ground/barrens/west_barrens) -"wSp" = ( -/obj/structure/flora/jungle/vines/light_1, -/turf/open/floor/warning/southwest, -/area/lv624/lazarus/landing_zones/lz2) +"wSV" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper_bin/wy{ + pixel_y = 8 + }, +/obj/item/tool/pen/clicky, +/obj/item/tool/pen/red/clicky{ + pixel_y = 6 + }, +/turf/open/floor/whiteyellow/northeast, +/area/lv624/lazarus/corporate_dome) "wTa" = ( /obj/structure/flora/jungle/vines/light_2, /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_east_jungle) -"wTd" = ( -/obj/item/stack/sheet/wood{ - amount = 2 +"wTp" = ( +/obj/structure/machinery/light/small{ + dir = 4 }, -/turf/open/floor/warning/north, -/area/lv624/lazarus/landing_zones/lz1) -"wTB" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner, -/turf/open/gm/grass/grass1, -/area/lv624/ground/jungle/north_west_jungle) +/turf/open/floor/grimy, +/area/lv624/lazarus/hop) "wTC" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 6 }, /turf/open/gm/grass/grass1, /area/lv624/ground/colony/west_tcomms_road) -"wTK" = ( -/obj/structure/foamed_metal, -/obj/structure/flora/jungle/vines/light_2, -/turf/open/floor/delivery, -/area/lv624/lazarus/engineering) "wTL" = ( /obj/item/storage/firstaid, /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/wood, /area/lv624/ground/caves/north_central_caves) -"wTS" = ( -/turf/open/floor/redyellowfull, -/area/lv624/ground/barrens/west_barrens/ceiling) -"wTW" = ( -/obj/structure/platform_decoration, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) +"wTT" = ( +/obj/structure/filingcabinet, +/turf/open/floor/grimy, +/area/lv624/lazarus/hop) +"wUj" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) "wUl" = ( -/obj/structure/flora/jungle/vines/heavy{ - pixel_y = 26 +/obj/structure/closet, +/obj/structure/window/reinforced/tinted{ + dir = 1 }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/jungle/south_west_jungle/ceiling) +/obj/item/device/healthanalyzer, +/obj/item/clothing/shoes/centcom, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) +"wUs" = ( +/obj/item/stack/sheet/wood{ + amount = 2 + }, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/floor/warning/north, +/area/lv624/lazarus/landing_zones/lz2) "wUv" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /obj/structure/flora/jungle/vines/heavy, @@ -20149,19 +20153,12 @@ /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/dirt, /area/lv624/ground/caves/sand_temple) -"wVb" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = 6; - pixel_y = -8 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/west_caves) "wVk" = ( /turf/open/gm/dirt, /area/lv624/ground/barrens/central_barrens) +"wVn" = ( +/turf/open/floor/bot/north, +/area/lv624/ground/caves/north_central_caves) "wVK" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/flora/jungle/vines/light_3, @@ -20175,13 +20172,9 @@ /obj/structure/surface/rack, /turf/open/floor/vault, /area/lv624/lazarus/quartstorage) -"wWy" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/open/floor/wood, -/area/lv624/lazarus/main_hall) +"wWR" = ( +/turf/open/gm/dirt/desert1, +/area/lv624/ground/caves/south_west_caves) "wWS" = ( /obj/effect/landmark/hunter_secondary, /turf/open/gm/dirt, @@ -20193,45 +20186,35 @@ }, /turf/open/gm/dirt, /area/lv624/ground/jungle/west_jungle) +"wXo" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/spray, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/whiteblue/west, +/area/lv624/lazarus/medbay) "wXp" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, /area/lv624/ground/jungle/west_central_jungle) -"wXs" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 +"wXq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 }, -/turf/open/floor/grimy, -/area/lv624/lazarus/captain) +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "wXy" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) "wYe" = ( -/obj/structure/platform{ - dir = 4 - }, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) +/obj/structure/machinery/vending, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) "wYp" = ( /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) -"wYq" = ( -/obj/structure/closet, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) -"wYt" = ( -/obj/structure/sign/safety/high_voltage{ - pixel_x = 7; - pixel_y = -32 - }, -/obj/structure/surface/table/reinforced/prison, -/obj/item/tool/extinguisher, -/obj/effect/spawner/random/powercell, -/obj/item/device/assembly/infra, -/obj/effect/spawner/random/powercell, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) "wYz" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 1 @@ -20252,43 +20235,37 @@ /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/dirt, /area/lv624/ground/barrens/south_west_barrens) -"wZl" = ( -/obj/item/bananapeel, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/research) -"wZB" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/open/floor/whitegreen/north, -/area/lv624/lazarus/main_hall) -"wZI" = ( -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) -"wZR" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = 6; - pixel_y = -8 +"wZj" = ( +/obj/structure/dispenser/oxygen, +/obj/structure/machinery/light/small{ + dir = 8 }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/east_caves) +/turf/open/floor/plating/platebot, +/area/lv624/lazarus/robotics) +"wZE" = ( +/obj/structure/surface/rack, +/obj/item/ammo_magazine/rifle/mar40, +/obj/item/ammo_magazine/rifle/mar40, +/turf/open/floor/dark, +/area/lv624/lazarus/quartstorage) "wZW" = ( /turf/open/floor/sandstone/runed, /area/lv624/ground/barrens/south_eastern_barrens) -"xac" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) +"xag" = ( +/obj/structure/surface/table, +/obj/item/trash/cheesie, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/whitepurple/northeast, +/area/lv624/lazarus/research) "xak" = ( /obj/structure/platform/mineral/sandstone/runed{ dir = 8 }, /turf/open/gm/dirt, /area/lv624/ground/barrens/south_eastern_barrens) +"xap" = ( +/turf/open/gm/dirt/desert3, +/area/lv624/ground/river/east_river) "xar" = ( /obj/effect/decal/grass_overlay/grass1/inner, /turf/open/gm/dirt, @@ -20296,84 +20273,91 @@ "xch" = ( /turf/open/gm/dirt, /area/lv624/ground/barrens/south_eastern_barrens) -"xck" = ( -/obj/structure/machinery/door/airlock/almayer/research/colony{ - name = "\improper Research Dome"; - req_access_txt = "100" +"xcp" = ( +/obj/structure/foamed_metal{ + layer = 3.1 }, -/turf/open/floor/white, -/area/lv624/lazarus/research) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "xcC" = ( /obj/structure/flora/bush/ausbushes/pointybush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_east_jungle) +"xcP" = ( +/turf/open/floor/warning/east, +/area/lv624/lazarus/landing_zones/lz1) "xdb" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_central_caves) +"xdi" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"xdu" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/gm/dirtgrassborder/weedable/grass1, +/area/lv624/ground/barrens/south_eastern_barrens) +"xdC" = ( +/obj/structure/prop/mech/drill, +/turf/open/floor/greengrid, +/area/lv624/lazarus/secure_storage) "xdO" = ( /turf/open/gm/dirtgrassborder/south, /area/lv624/ground/jungle/south_west_jungle) -"xdS" = ( -/obj/structure/closet, -/obj/item/tool/crowbar, -/obj/item/clothing/gloves/yellow, -/obj/item/stack/medical/bruise_pack, -/turf/open/floor/bluecorner, -/area/lv624/lazarus/sleep_male) "xei" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 1 }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_jungle) -"xex" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 - }, -/obj/structure/machinery/computer/telecomms/traffic{ - layer = 3.1; - pixel_y = 16 +"xes" = ( +/obj/structure/machinery/vending/snack, +/obj/structure/machinery/light{ + dir = 8 }, -/obj/structure/bed/chair/office/light{ - dir = 1; - layer = 3.2 +/turf/open/floor/whiteblue/southwest, +/area/lv624/lazarus/corporate_dome) +"xeR" = ( +/obj/structure/barricade/wooden{ + dir = 4 }, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) -"xeG" = ( -/obj/structure/machinery/iv_drip, -/turf/open/floor/whiteblue/southeast, -/area/lv624/lazarus/medbay) +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) "xeT" = ( /obj/structure/flora/jungle/vines/light_2, /turf/open/gm/grass/grass2, /area/lv624/ground/jungle/south_west_jungle) -"xfc" = ( -/obj/structure/window/reinforced{ - dir = 8 +"xfd" = ( +/obj/structure/bed, +/obj/item/bedsheet/purple, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) +"xfm" = ( +/turf/open/gm/dirt/desert0, +/area/lv624/ground/barrens/south_eastern_jungle_barrens) +"xfV" = ( +/obj/structure/machinery/light/small{ + dir = 4 }, -/obj/structure/surface/table, -/obj/item/clothing/ears/earmuffs, -/obj/item/ammo_magazine/revolver/spearhead, -/obj/item/weapon/gun/revolver/spearhead, -/obj/item/ammo_magazine/revolver/spearhead, -/obj/item/ammo_magazine/revolver/spearhead, -/turf/open/floor/red/northwest, -/area/lv624/lazarus/security) +/turf/open/floor/dark, +/area/lv624/lazarus/corporate_dome) "xgE" = ( /turf/closed/wall/r_wall, /area/lv624/lazarus/corporate_dome) -"xgF" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/binoculars, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/redfull/northwest, -/area/lv624/lazarus/security) -"xgI" = ( -/turf/open/floor/whiteyellowcorner, -/area/lv624/lazarus/corporate_dome) +"xgS" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/floor/warning/southwest, +/area/lv624/lazarus/landing_zones/lz2) "xhc" = ( /mob/living/simple_animal/bat, /obj/effect/decal/grass_overlay/grass1/inner{ @@ -20381,12 +20365,6 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/north_west_caves) -"xhj" = ( -/obj/structure/surface/rack, -/obj/effect/spawner/random/toolbox, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) "xhv" = ( /obj/effect/decal/grass_overlay/grass1, /turf/open/gm/dirt, @@ -20394,74 +20372,75 @@ "xhC" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, /area/lv624/ground/barrens/south_eastern_barrens) -"xiU" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) -"xjv" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 +"xiy" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Nexus Dome Male Dormitories"; + req_access_txt = "100" }, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) -"xkx" = ( -/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor/cult, -/area/lv624/ground/caves/west_caves) -"xlz" = ( -/obj/item/weapon/gun/smg/mp5, -/obj/item/ammo_casing/bullet{ - icon_state = "cartridge_3_1" +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) +"xjW" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/floor/plating/asteroidwarning/north, +/area/lv624/ground/river/central_river) +"xkj" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = 4 }, -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"xme" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/flashlight, -/obj/effect/spawner/random/tool, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/east_caves) +"xlE" = ( +/turf/open/floor/plating/asteroidwarning/southwest, +/area/lv624/lazarus/landing_zones/lz2) +"xmk" = ( +/obj/effect/landmark/lizard_spawn, +/turf/open/gm/grass/grass1, +/area/lv624/ground/barrens/south_eastern_jungle_barrens) "xmK" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/east_caves) -"xmV" = ( -/obj/structure/surface/table, -/obj/item/device/flashlight/lamp, -/turf/open/floor/plating/warnplate/north, -/area/lv624/ground/barrens/east_barrens/ceiling) +"xnk" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/grille, +/turf/open/floor/plating/warnplate/west, +/area/lv624/ground/river/central_river) +"xnN" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/phone_base/colony_net{ + phone_category = "Lazarus Landing"; + phone_color = "yellow"; + phone_id = "Engineering"; + pixel_y = 24 + }, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "xov" = ( /obj/effect/landmark/hunter_primary, /turf/open/gm/dirt, /area/lv624/ground/barrens/central_barrens) +"xoF" = ( +/obj/structure/window_frame/colony, +/turf/open/floor/plating, +/area/lv624/lazarus/comms) "xoL" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 10 }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_jungle) +"xoS" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/dirt/desert2, +/area/lv624/ground/barrens/south_eastern_barrens) "xpf" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, /area/lv624/ground/colony/north_nexus_road) -"xpg" = ( -/obj/item/tool/hatchet{ - pixel_x = 6; - pixel_y = 4 - }, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) -"xpp" = ( -/obj/structure/window_frame/colony, -/turf/open/floor/plating/platebotc, -/area/lv624/lazarus/quartstorage) "xpz" = ( /obj/structure/platform_decoration/mineral/sandstone/runed, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, @@ -20469,66 +20448,77 @@ "xpR" = ( /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/caves/north_east_caves) -"xrz" = ( -/obj/structure/surface/table/reinforced/prison{ - color = "#6b675e" - }, -/obj/structure/window/reinforced{ - dir = 8; - health = 80 - }, -/obj/structure/window/reinforced{ +"xqd" = ( +/obj/structure/surface/table, +/obj/structure/mirror{ dir = 4; - health = 80 - }, -/obj/item/stack/sheet/animalhide/xeno{ - color = "#524e4e"; - desc = "An old hide from a fearsome creature."; - name = "hunter hide" + pixel_x = -32 }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/caves/sand_temple) -"xrX" = ( -/turf/open/floor/whiteyellowcorner/west, -/area/lv624/lazarus/main_hall) +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) +"xrH" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/whitebluecorner/north, +/area/lv624/lazarus/corporate_dome) "xsN" = ( /obj/structure/flora/jungle/vines/light_1, /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_west_jungle) +"xsV" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/grille, +/turf/open/floor/plating/warnplate/west, +/area/lv624/ground/river/west_river) +"xtO" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/bluecorner, +/area/lv624/lazarus/sleep_male) "xuk" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, /area/lv624/ground/jungle/east_central_jungle) -"xuy" = ( -/obj/item/stack/rods/plasteel, -/turf/open/floor/greengrid, -/area/lv624/lazarus/secure_storage) "xuK" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/dirt, /area/lv624/ground/river/west_river) +"xuP" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/grown/tomato, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/barber/west, +/area/lv624/lazarus/kitchen) "xvV" = ( /obj/effect/landmark/nightmare{ insert_tag = "sandtemple-lz1" }, /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/jungle/south_east_jungle) +"xwj" = ( +/obj/structure/window/framed/colony/reinforced, +/turf/open/floor/plating/platebotc, +/area/lv624/lazarus/sleep_female) "xwr" = ( /turf/open/gm/dirt, /area/lv624/ground/barrens/west_barrens) +"xwE" = ( +/obj/effect/landmark/crap_item, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) "xwN" = ( /obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/east_caves) -"xwX" = ( -/obj/structure/machinery/body_scanconsole, -/turf/open/floor/whitebluefull, -/area/lv624/lazarus/medbay) -"xxW" = ( -/obj/effect/glowshroom, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/toilet) +"xyA" = ( +/obj/item/tool/hatchet{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) "xyH" = ( /obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, @@ -20537,93 +20527,118 @@ }, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) -"xyJ" = ( -/obj/effect/landmark/good_item, -/turf/open/floor/whitepurple/northeast, -/area/lv624/lazarus/research) "xze" = ( /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_jungle) -"xzn" = ( -/obj/structure/closet/cabinet, -/obj/item/reagent_container/food/snacks/syndicake{ - layer = 2.6 - }, -/turf/open/floor/grimy, -/area/lv624/lazarus/captain) "xzD" = ( /turf/open/gm/dirtgrassborder/east, /area/lv624/ground/jungle/north_jungle) -"xzY" = ( -/obj/structure/flora/bush/ausbushes/lavendergrass, -/turf/open/gm/grass/grass1, -/area/lv624/ground/jungle/central_jungle) -"xAp" = ( -/obj/structure/machinery/optable, -/obj/item/tank/anesthetic, -/turf/open/floor/whitebluefull, -/area/lv624/lazarus/medbay) +"xzH" = ( +/turf/open/floor/grimy, +/area/lv624/lazarus/captain) +"xzZ" = ( +/obj/structure/cargo_container/wy/left, +/turf/open/floor/bot/north, +/area/lv624/ground/barrens/containers) +"xAm" = ( +/obj/structure/stairs/perspective{ + color = "#6b675e"; + icon_state = "p_stair_full" + }, +/turf/open/floor/corsat/squareswood/north, +/area/lv624/ground/caves/sand_temple) +"xAD" = ( +/obj/structure/stairs/perspective{ + color = "#b29082"; + dir = 8; + icon_state = "p_stair_full" + }, +/obj/structure/platform_decoration/mineral/sandstone/runed{ + dir = 8 + }, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/barrens/south_eastern_barrens) "xBm" = ( /turf/open/gm/river, /area/lv624/ground/barrens/west_barrens) +"xBE" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/vault2, +/area/lv624/lazarus/robotics) +"xBJ" = ( +/obj/structure/cargo_container/wy/right, +/turf/open/floor/plating/platebotc, +/area/lv624/lazarus/quartstorage/outdoors) "xBO" = ( /obj/structure/flora/bush/ausbushes/palebush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/south_west_caves) -"xBY" = ( -/obj/structure/disposalpipe/junction{ - dir = 8; - icon_state = "pipe-j2" +"xBW" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 }, -/turf/open/floor/plating/warnplate, -/area/lv624/ground/barrens/east_barrens/ceiling) +/turf/open/floor/brown/northwest, +/area/lv624/lazarus/comms) +"xDe" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/whitepurplecorner/east, +/area/lv624/lazarus/fitness) "xDl" = ( /obj/structure/machinery/colony_floodlight, /turf/open/gm/dirtgrassborder/west, /area/lv624/ground/jungle/east_central_jungle) +"xDn" = ( +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/vault, +/area/lv624/lazarus/quartstorage) +"xDs" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Nexus Dome Female Dormitories"; + req_access_txt = "100" + }, +/turf/open/floor/purple/northwest, +/area/lv624/lazarus/sleep_female) "xDw" = ( /turf/closed/wall/r_wall/unmeltable, /area/lv624/ground/colony/telecomm/cargo) -"xDA" = ( -/obj/structure/bed/stool, -/obj/item/prop/alien/hugger, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) "xDR" = ( /obj/structure/flora/grass/tallgrass/jungle/corner, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_jungle) -"xEq" = ( -/obj/item/reagent_container/food/drinks/cans/waterbottle{ - pixel_x = 2 - }, -/turf/open/floor/white, -/area/lv624/lazarus/medbay) -"xEr" = ( -/obj/structure/surface/table/reinforced/prison{ - color = "#6b675e" - }, -/obj/structure/window/reinforced{ - dir = 8; - health = 80 - }, -/obj/structure/window/reinforced{ - dir = 4; - health = 80 - }, -/obj/item/stack/sheet/animalhide/xeno{ - name = "Warrior hide" - }, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/caves/sand_temple) +"xEp" = ( +/obj/structure/xenoautopsy/tank, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) "xEt" = ( /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/jungle/west_central_jungle) +"xEK" = ( +/obj/structure/fence, +/turf/open/gm/dirt, +/area/lv624/ground/colony/west_tcomms_road) +"xFK" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 7 + }, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) "xGd" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_central_jungle) +"xGp" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "lz-containers_swapped" + }, +/turf/open/floor/warning, +/area/lv624/lazarus/landing_zones/lz1) +"xGr" = ( +/turf/open/floor/warning/northeast, +/area/lv624/lazarus/landing_zones/lz1) "xGL" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 6 @@ -20637,69 +20652,72 @@ /obj/effect/landmark/crap_item, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_west_jungle) -"xHk" = ( +"xHz" = ( /obj/structure/platform_decoration{ - dir = 8 + dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/brown/northwest, -/area/lv624/lazarus/comms) -"xHo" = ( -/obj/structure/flora/jungle/vines/light_3, -/obj/structure/flora/jungle/vines/heavy, -/turf/open/floor/warning/northwest, -/area/lv624/lazarus/landing_zones/lz2) -"xHt" = ( -/obj/item/storage/toolbox/syndicate, -/obj/structure/surface/rack, -/obj/effect/landmark/crap_item, -/obj/effect/landmark/crap_item, -/obj/item/clothing/suit/armor/vest/security, -/turf/open/floor/cult, -/area/lv624/lazarus/armory) -"xHJ" = ( -/obj/effect/landmark/corpsespawner/security/liaison, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"xHO" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = 2; - pixel_y = 7 +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 1; + locked = 1; + name = "\improper Engineering Dome SMES"; + req_access_txt = "100"; + req_one_access = null }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/north_west_caves) +/turf/open/floor/delivery, +/area/lv624/lazarus/engineering) +"xHQ" = ( +/obj/structure/foamed_metal{ + layer = 3.1 + }, +/obj/item/weapon/baseballbat/metal, +/obj/item/device/lightreplacer, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "xHW" = ( /obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/west_caves) -"xIa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/shard, -/turf/open/floor/dark, -/area/lv624/lazarus/comms) -"xJx" = ( -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_y = 30 +"xIv" = ( +/obj/structure/prop/mech/armor_booster, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating/platebot, +/area/lv624/lazarus/robotics) +"xIZ" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = -10; + pixel_y = -2 }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/south_east_caves) +"xJu" = ( +/obj/effect/decal/remains/human, +/obj/effect/landmark/crap_item, /turf/open/floor/white, -/area/lv624/lazarus/main_hall) +/area/lv624/lazarus/research) "xJA" = ( /obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/river, /area/lv624/ground/river/west_river) +"xJE" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/wood, +/area/lv624/lazarus/hop) "xJG" = ( /obj/effect/landmark/nightmare{ insert_tag = "lv-skylight" }, /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/caves/north_central_caves) +"xKe" = ( +/obj/structure/barricade/metal{ + dir = 8; + health = 70 + }, +/turf/open/floor/white, +/area/lv624/lazarus/corporate_dome) "xKu" = ( /obj/structure/flora/jungle/plantbot1, /turf/open/gm/grass/grass1, @@ -20708,27 +20726,29 @@ /obj/structure/flora/jungle/vines/light_3, /turf/open/gm/dirtgrassborder/east, /area/lv624/ground/jungle/west_jungle) +"xKH" = ( +/obj/effect/glowshroom, +/turf/open/floor/freezerfloor, +/area/lv624/lazarus/toilet) "xKL" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 10 }, /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) +"xLd" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/cult, +/area/lv624/lazarus/armory) "xLi" = ( /obj/structure/surface/rack, /obj/item/storage/box/lights/mixed, /turf/open/floor/vault, /area/lv624/lazarus/quartstorage) -"xMV" = ( -/turf/open/floor/whiteblue/southwest, -/area/lv624/lazarus/medbay) -"xNd" = ( -/obj/structure/kitchenspike, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/freezerfloor, -/area/lv624/lazarus/kitchen) +"xLo" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/white, +/area/lv624/lazarus/main_hall) "xNi" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/decal/grass_overlay/grass1{ @@ -20736,60 +20756,37 @@ }, /turf/open/gm/dirt, /area/lv624/ground/barrens/north_east_barrens) -"xNk" = ( -/turf/open/floor/asteroidwarning/northwest, -/area/lv624/ground/colony/telecomm/sw_lz2) -"xNA" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 1; - name = "\improper Communications Dome"; - req_access_txt = "100"; - req_one_access = null - }, -/turf/open/floor/delivery, -/area/lv624/lazarus/comms) -"xNB" = ( -/obj/structure/surface/rack, -/obj/item/weapon/gun/rifle/lmg, -/turf/open/floor/vault2/west, -/area/lv624/ground/barrens/north_east_barrens/ceiling) +"xNn" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "xNK" = ( /turf/open/gm/dirt, /area/lv624/ground/barrens/containers) -"xNQ" = ( -/obj/structure/surface/rack, -/obj/item/tool/shovel, -/turf/open/floor/vault2/west, -/area/lv624/ground/barrens/north_east_barrens/ceiling) -"xOc" = ( -/obj/structure/bed, -/obj/effect/decal/cleanable/blood, -/obj/effect/landmark/corpsespawner/engineer, -/turf/open/floor/whitebluefull, -/area/lv624/lazarus/medbay) -"xOd" = ( -/obj/item/stack/sheet/wood{ - amount = 2 +"xNU" = ( +/obj/structure/showcase, +/obj/structure/window/reinforced{ + dir = 4 }, -/turf/open/floor/dark, -/area/lv624/lazarus/quartstorage) -"xOh" = ( -/obj/structure/stairs/perspective{ - color = "#b29082"; - dir = 4; - icon_state = "p_stair_full" +/obj/structure/window/reinforced, +/obj/structure/machinery/light{ + dir = 8 }, -/obj/structure/platform/mineral/sandstone/runed, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/ground/caves/sand_temple) -"xOr" = ( -/obj/structure/machinery/portable_atmospherics/powered/scrubber, -/turf/open/floor/plating/warnplate, -/area/lv624/ground/barrens/east_barrens/ceiling) -"xPi" = ( -/obj/item/stack/rods, +/turf/open/floor/whiteblue/northwest, +/area/lv624/lazarus/corporate_dome) +"xPh" = ( +/obj/structure/surface/rack, +/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/dark, -/area/lv624/lazarus/comms) +/area/lv624/lazarus/engineering) "xPk" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, /area/lv624/ground/colony/south_medbay_road) @@ -20811,52 +20808,26 @@ }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_jungle) -"xQW" = ( -/obj/structure/closet/cabinet, -/turf/open/floor/whitepurplecorner/east, -/area/lv624/lazarus/fitness) -"xRd" = ( -/obj/structure/machinery/fermenter, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) "xRe" = ( /obj/effect/decal/grass_overlay/grass1/inner{ dir = 10 }, /turf/open/gm/dirt, /area/lv624/ground/caves/central_caves) -"xRh" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = 11; - pixel_y = -2 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/central_caves) "xRo" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 1 }, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/south_central_jungle) -"xRI" = ( -/obj/structure/device/broken_piano, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) +"xSe" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, +/area/lv624/ground/jungle/west_jungle) "xSk" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/north_east_caves) -"xSu" = ( -/obj/structure/machinery/light/small, -/obj/effect/landmark/crap_item, -/turf/open/floor/white, -/area/lv624/lazarus/main_hall) "xSA" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, @@ -20870,12 +20841,11 @@ "xTT" = ( /turf/open/gm/dirt, /area/lv624/ground/jungle/south_west_jungle) -"xUh" = ( -/turf/open/gm/dirtgrassborder/west, -/area/lv624/ground/jungle/south_west_jungle/ceiling) -"xUH" = ( -/turf/open/gm/dirt/desert2, -/area/lv624/ground/river/east_river) +"xUQ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/ammo_magazine/smg/mp5, +/turf/open/floor/whiteblue/west, +/area/lv624/lazarus/corporate_dome) "xVb" = ( /turf/open/gm/coast/north, /area/lv624/ground/barrens/east_barrens) @@ -20886,59 +20856,81 @@ "xVN" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, /area/lv624/ground/jungle/south_central_jungle) -"xVT" = ( -/turf/open/gm/dirt/desert3, -/area/lv624/ground/barrens/south_eastern_jungle_barrens) +"xWb" = ( +/obj/structure/flora/jungle/vines/heavy{ + pixel_y = 26 + }, +/obj/structure/flora/jungle/vines/light_3, +/turf/open/floor/whiteyellowfull/east, +/area/lv624/ground/jungle/south_west_jungle/ceiling) +"xWn" = ( +/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ + light_on = 1; + light_range = 1; + light_system = 1; + pixel_x = -5; + pixel_y = -5 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/lv624/ground/caves/north_west_caves) +"xWu" = ( +/obj/structure/largecrate/random, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/loadingarea/east, +/area/lv624/lazarus/quartstorage) "xWy" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 1 }, /turf/open/gm/dirt, /area/lv624/ground/caves/central_caves) -"xWz" = ( -/obj/structure/grille, -/turf/open/floor/plating/warnplate/east, -/area/lv624/ground/river/east_river) -"xXz" = ( -/obj/structure/machinery/colony_floodlight_switch{ - pixel_y = 30 - }, -/obj/item/device/assembly/voice, -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 - }, -/turf/open/floor/dark, -/area/lv624/lazarus/engineering) "xXB" = ( /obj/structure/flora/bush/ausbushes/var3/sunnybush, /turf/open/gm/grass/grass1, /area/lv624/lazarus/landing_zones/lz2) -"xXG" = ( -/obj/structure/flora/jungle/vines/light_3, -/turf/open/floor/warning/southeast, -/area/lv624/lazarus/landing_zones/lz1) +"xXL" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/mineral/iron{ + amount = 5 + }, +/obj/item/stack/sheet/mineral/platinum, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/vault2/west, +/area/lv624/ground/barrens/north_east_barrens/ceiling) "xXZ" = ( /turf/open/gm/dirtgrassborder/south, /area/lv624/ground/jungle/east_central_jungle) -"xYh" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/effect/landmark/good_item, -/turf/open/floor/whiteyellowfull/east, -/area/lv624/lazarus/quart) "xYj" = ( /obj/structure/flora/jungle/vines/light_2, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/east_central_jungle) +"xYp" = ( +/obj/structure/surface/table, +/obj/item/clothing/gloves/botanic_leather, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) +"xYw" = ( +/obj/structure/closet/crate, +/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/dark, +/area/lv624/ground/barrens/north_east_barrens/ceiling) "xYD" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 9 }, /turf/open/gm/dirt, /area/lv624/ground/caves/south_west_caves) -"xZB" = ( +"xZo" = ( /turf/open/floor/plating/asteroidfloor/north, /area/lv624/lazarus/corporate_dome) "xZE" = ( @@ -20947,17 +20939,43 @@ /turf/open/gm/dirt, /area/lv624/ground/caves/west_caves) "xZH" = ( -/obj/structure/window/framed/colony, -/turf/open/floor/bar, -/area/lv624/lazarus/canteen) -"yaA" = ( -/obj/structure/machinery/vending/dinnerware, -/turf/open/floor/barber/west, -/area/lv624/lazarus/kitchen) +/obj/structure/barricade/wooden{ + dir = 8 + }, +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + density = 0; + icon_state = "door_open"; + name = "\improper Robotics Dome"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor/vault2/west, +/area/lv624/lazarus/robotics) +"yaX" = ( +/turf/open/floor/whitebluecorner, +/area/lv624/lazarus/medbay) "ybu" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/gm/river, /area/lv624/ground/river/central_river) +"ybv" = ( +/obj/structure/machinery/power/port_gen/pacman/super, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) +"ybx" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, +/obj/effect/landmark/crap_item, +/turf/open/floor/bar, +/area/lv624/lazarus/canteen) +"ybG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/gm/dirt, +/area/lv624/lazarus/secure_storage) "ybO" = ( /obj/structure/platform_decoration/mineral/sandstone/runed{ dir = 8 @@ -20965,49 +20983,31 @@ /turf/open/gm/dirtgrassborder/east, /area/lv624/ground/caves/sand_temple) "ybU" = ( -/turf/open/floor/whiteyellowcorner/north, -/area/lv624/lazarus/main_hall) -"ybW" = ( -/obj/structure/prop/mech/armor_booster, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating/platebot, -/area/lv624/lazarus/robotics) -"ybX" = ( /obj/structure/flora/jungle/vines/heavy, +/turf/open/floor/warning, +/area/lv624/lazarus/landing_zones/lz1) +"ycb" = ( /obj/structure/flora/jungle/vines/light_3, /turf/open/floor/warning/southwest, -/area/lv624/lazarus/landing_zones/lz2) -"ycR" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/grille, -/turf/open/floor/plating/warnplate/west, -/area/lv624/ground/river/west_river) +/area/lv624/lazarus/landing_zones/lz1) +"ycA" = ( +/obj/structure/fence, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/floor/plating/asteroidwarning/north, +/area/lv624/ground/river/central_river) +"ycH" = ( +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/turf/open/gm/dirt, +/area/lv624/lazarus/secure_storage) "ydp" = ( /obj/structure/flora/bush/ausbushes/pointybush, /turf/open/gm/grass/grass1, /area/lv624/ground/barrens/south_eastern_jungle_barrens) -"ydq" = ( -/obj/structure/surface/table, -/turf/open/floor/whiteblue, -/area/lv624/lazarus/medbay) "ydz" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/central_caves) -"ydO" = ( -/obj/structure/largecrate, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) -"yea" = ( -/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{ - light_on = 1; - light_range = 1; - light_system = 1; - pixel_x = -10; - pixel_y = -2 - }, -/turf/open/auto_turf/strata_grass/layer1, -/area/lv624/ground/caves/south_west_caves) "yfe" = ( /obj/effect/decal/grass_overlay/grass1{ dir = 8 @@ -21017,12 +21017,6 @@ "yga" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, /area/lv624/ground/jungle/north_east_jungle) -"yge" = ( -/obj/structure/machinery/constructable_frame{ - icon_state = "box_1" - }, -/turf/open/floor/vault2, -/area/lv624/lazarus/robotics) "ygn" = ( /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, @@ -21031,17 +21025,29 @@ /obj/structure/surface/rack, /turf/open/floor/greengrid, /area/lv624/lazarus/secure_storage) -"ygT" = ( -/obj/structure/cargo_container/seegson/left, -/turf/open/floor/plating/platebotc, -/area/lv624/lazarus/quartstorage/outdoors) "yhd" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, /area/lv624/ground/caves/sand_temple) +"yhm" = ( +/turf/open/floor/plating/warnplate, +/area/lv624/lazarus/robotics) +"yhJ" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 1; + name = "\improper Robotics Dome"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor/plating/platebot, +/area/lv624/lazarus/robotics) "yhY" = ( /obj/structure/inflatable/door, /turf/open/gm/dirt, /area/lv624/lazarus/crashed_ship_containers) +"yic" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner, +/turf/open/gm/grass/grass1, +/area/lv624/ground/jungle/south_west_jungle) "yiE" = ( /obj/structure/flora/jungle/vines/heavy, /obj/effect/landmark/lv624/xeno_tunnel, @@ -21055,9 +21061,14 @@ /obj/structure/flora/bush/ausbushes/pointybush, /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/caves/central_caves) -"yjw" = ( -/turf/open/floor/bot/north, -/area/lv624/ground/barrens/containers) +"yjE" = ( +/obj/effect/landmark/survivor_spawner, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "yjN" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/machinery/door/airlock/sandstone/runed/destroyable{ @@ -21065,16 +21076,14 @@ }, /turf/open/floor/sandstone/runed, /area/lv624/ground/caves/sand_temple) -"yke" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/obj/structure/stairs/perspective{ +"ykb" = ( +/obj/structure/disposalpipe/segment{ dir = 1; - icon_state = "p_stair_full" + icon_state = "pipe-c" }, -/turf/open/floor/plating/warnplate/southwest, -/area/lv624/lazarus/engineering) +/obj/structure/grille, +/turf/open/floor/plating/warnplate/east, +/area/lv624/ground/river/central_river) "ykM" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/flora/bush/ausbushes/pointybush, @@ -21083,23 +21092,14 @@ "yle" = ( /turf/open/gm/dirt, /area/lv624/ground/colony/south_nexus_road) +"ylu" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/dark, +/area/lv624/lazarus/engineering) "ylL" = ( /obj/effect/landmark/crap_item, /turf/open/gm/dirt, /area/lv624/ground/colony/north_tcomms_road) -"ylR" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 1; - locked = 1; - name = "\improper Engineering Dome SMES"; - req_access_txt = "100"; - req_one_access = null - }, -/turf/open/floor/delivery, -/area/lv624/lazarus/engineering) (1,1,1) = {" aac @@ -21722,7 +21722,7 @@ gbz nsk aZb aqS -qrQ +cfE atC npQ atC @@ -21950,10 +21950,10 @@ nsk nsk aun ase -cPZ +btZ atC vVD -wdk +wby atu asx aro @@ -22181,7 +22181,7 @@ aAl ase pbd avf -rWP +lan aAl ase atu @@ -22225,7 +22225,7 @@ tMh aKb aVS aVS -xUh +fRz aVS aXy aKf @@ -22344,7 +22344,7 @@ mdQ mdQ gwP gwP -fsn +qwA mdQ mdQ mdQ @@ -22680,11 +22680,11 @@ wEQ aKb aKb lyz -mgO -uVs -sEy -sEy -mgO +leQ +dbB +rbe +rbe +leQ aVS aLi aVK @@ -22813,16 +22813,16 @@ mdQ ane afV afV -cBP -cBP -cBP +taQ +taQ +taQ afV -cBP -cBP -cBP -cBP -lOe -cBP +taQ +taQ +taQ +taQ +qLT +taQ afV afV afV @@ -22869,10 +22869,10 @@ aAl aAl aAl aAl -rke +qDt aAl aAl -rZp +roy atu atu atu @@ -22908,9 +22908,9 @@ aVK aKf aId aVS -wUl -sEy -sEy +bqu +rbe +rbe qBW aXQ aVS @@ -23030,30 +23030,30 @@ dmT grW xKL gwP -fsn +qwA tOS gwP -kUS +fuP gwP gwP gwP gwP gwP -nmA -cBP -cBP -cBP -cBP -cBP -cBP -kBN -cBP -cBP -cBP -cBP -cBP -cBP -cBP +wOO +taQ +taQ +taQ +taQ +taQ +taQ +oEg +taQ +taQ +taQ +taQ +taQ +taQ +taQ afV ane ane @@ -23136,11 +23136,11 @@ hqQ aLj aVT acr -cmo -sEy +cVG +rbe jGs qBW -sEy +rbe aVS aYm aXh @@ -23245,16 +23245,16 @@ mdQ mdQ mdQ gwP -kUS +fuP gwP -gRu +eqq tOS gwP wQK cQB dmT dmT -vpc +iJW ndk grW xKL @@ -23267,21 +23267,21 @@ tOS gwP gwP gwP -nmA -cBP -cBP -iEb -cBP -cBP -cBP -cBP -cBP -cBP -cBP -cBP -cBP -cBP -cBP +wOO +taQ +taQ +dAs +taQ +taQ +taQ +taQ +taQ +taQ +taQ +taQ +taQ +taQ +taQ afV ahF ahF @@ -23293,7 +23293,7 @@ amy ane ane ane -sqS +wAS ahF ane ane @@ -23364,10 +23364,10 @@ aKf aLj exf acr -lMH +nvE aWP -sEy -sEy +rbe +rbe qBW axR xdO @@ -23495,25 +23495,25 @@ gwP gwP gwP tOS -nmA -cBP -cBP -kBN -cBP -iEb -cBP -cBP -cBP -cBP -cBP -cBP -cBP -cBP -cBP +wOO +taQ +taQ +oEg +taQ +dAs +taQ +taQ +taQ +taQ +taQ +taQ +taQ +taQ +taQ afV ahF ahF -lne +nEj ahF ahF ahF @@ -23592,10 +23592,10 @@ aVK aPf auy aVS -mgO -sEy -tvY -sEy +leQ +rbe +vSy +rbe qBW aVS aYo @@ -23719,25 +23719,25 @@ gwP mdQ gwP gwP -fsn +qwA gwP gwP gwP -nmA -cBP -iEb -cBP -iEb -cBP +wOO +taQ +dAs +taQ +dAs +taQ afV -cBP -cBP -kBN -cBP -cBP -cBP -kBN -cBP +taQ +taQ +oEg +taQ +taQ +taQ +oEg +taQ afV ahF ahF @@ -23820,11 +23820,11 @@ gds aKb aKb aVS -cFc -sEy +xWb +rbe qBW -kpD -mgO +rns +leQ lyz aYp aYv @@ -23953,19 +23953,19 @@ gwP ane afV afV -cBP -cBP -cBP +taQ +taQ +taQ afV -cBP -cBP -cBP -cBP -cBP -cBP -cBP -cBP -cBP +taQ +taQ +taQ +taQ +taQ +taQ +taQ +taQ +taQ afV ahF ahF @@ -23978,7 +23978,7 @@ ahF ahF ahF ahF -bMR +wWR ahF ane ane @@ -24050,9 +24050,9 @@ aVw aVS axR qBW -sEy -sEy -ccN +rbe +rbe +jaC lyz aLw aXh @@ -24185,15 +24185,15 @@ afV afV afV afV -cBP -kBN -cBP -cBP -cBP -cBP -cBP -cBP -cBP +taQ +oEg +taQ +taQ +taQ +taQ +taQ +taQ +taQ afV ahF ahH @@ -24234,7 +24234,7 @@ aAl aAl aAl aAl -jCn +qNf aAl kQY ayV @@ -24277,8 +24277,8 @@ aXh aKf aVS aXS -cFc -mgO +xWb +leQ aVS aXS aVS @@ -24382,7 +24382,7 @@ mdQ mdQ mdQ mdQ -tIw +pAA gwP gwP gwP @@ -24397,7 +24397,7 @@ mdQ gwP gwP gwP -kUS +fuP gwP gwP mdQ @@ -24416,8 +24416,8 @@ afV afV afV afV -nxv -lne +nZi +nEj ahF afV afV @@ -24610,7 +24610,7 @@ gwP mdQ mdQ gwP -kUS +fuP gwP gwP gwP @@ -24618,7 +24618,7 @@ wQK dmT dmT nRA -jAb +wQb onU mdQ uRe @@ -24642,7 +24642,7 @@ ahF ahF ahF ahF -lne +nEj ahF ahF ahF @@ -24653,7 +24653,7 @@ ahF ahF ahF ahF -sqS +wAS ahF ane ane @@ -24837,10 +24837,10 @@ gwP gwP mdQ mdQ -epo +bNe gwP gwP -tIw +pAA gwP hjo gvm @@ -24876,7 +24876,7 @@ ahF ahF ahF ahF -eOZ +txq ahF ahF ahF @@ -25102,7 +25102,7 @@ ahF ahF ahF ahF -sqS +wAS ahF ahF ahH @@ -25110,14 +25110,14 @@ ahF ahF ahF ahF -bMR +wWR ahF ane -eOZ +txq ahF ahF ahF -lne +nEj ahF ahF ane @@ -25293,7 +25293,7 @@ gwP gwP gwP aca -kUS +fuP gwP gwP gwP @@ -25306,8 +25306,8 @@ qhl qhl wHh gwP -kUS -fsn +fuP +qwA gwP mdQ mdQ @@ -25555,7 +25555,7 @@ ahF xYD hmq lYt -yea +nrE fmW rHV nys @@ -25573,9 +25573,9 @@ ane ahF ahF ahF -nxv -nxv -eOZ +nZi +nZi +txq afV ane ane @@ -25791,7 +25791,7 @@ nys ahF ahF ahF -lne +nEj ahF ahH ahF @@ -26008,7 +26008,7 @@ ane ane ahF wAF -lrx +uzZ fmW uWJ uWJ @@ -26050,7 +26050,7 @@ asp aud auP aAl -jWP +suz aAl aAl aAl @@ -26137,7 +26137,7 @@ tgL abN abN lTv -lng +pah sBY amk amk @@ -26174,7 +26174,7 @@ sBY onU onU onU -wVb +bzE tRM uRe gwP @@ -26248,7 +26248,7 @@ rHV vXP nys ahF -lne +nEj ahF ahF ahF @@ -26286,7 +26286,7 @@ aFm aAl aAl aAl -jkw +xSe asa asa asa @@ -26371,7 +26371,7 @@ sBY sBY amk amk -szL +xWn qVN sBY qVh @@ -26507,14 +26507,14 @@ amG auP aAl aFm -upP +okT auf aXC aFm aAl aqi aAl -qaG +ufa aAp aAp baN @@ -26535,9 +26535,9 @@ aAp sqw cIL cIL -xHo -gZt -ybX +diV +qbV +cZi aKd cIL sqw @@ -26649,7 +26649,7 @@ jGU hhs hhs hhs -jAb +wQb dOA fRU grW @@ -26689,7 +26689,7 @@ ane ane ane ahF -lne +nEj ahF ahF doe @@ -26702,7 +26702,7 @@ ikA fmW fmW wty -yea +nrE ane ane ane @@ -26715,7 +26715,7 @@ ane ahF ahF ahH -bMR +wWR ahF ane ane @@ -26737,7 +26737,7 @@ aAl aFm auf auf -dkn +pcm aFm aAl omu @@ -26935,8 +26935,8 @@ ane ane afV afV -nxv -sqS +nZi +wAS afV afV ane @@ -26991,9 +26991,9 @@ cIL aAp tZD vxa -pya -fyx -olE +ake +jzu +nMb vxa tZD aAp @@ -27149,12 +27149,12 @@ ane ane ane ahF -eOZ +txq ahF wAF fmW fmW -edU +dAp fmW uWJ uWJ @@ -27163,7 +27163,7 @@ ane ane afV ahF -lne +nEj ahF ahF afV @@ -27238,7 +27238,7 @@ aXh aXh aXh vxU -vce +yic nLk ddS jHT @@ -27276,7 +27276,7 @@ sBY sBY sBY sBY -lng +pah sBY sBY hKP @@ -27378,7 +27378,7 @@ afV afV afV ahF -bMR +wWR wAF fmW fmW @@ -27420,7 +27420,7 @@ aAl aAl aFm aIH -eep +ioe auf aFm aAl @@ -27428,7 +27428,7 @@ aAl aAl aAp aXX -jUs +slT aJF aJF aJF @@ -27442,7 +27442,7 @@ aJF aJF aJF aJF -jUs +slT aJF aJF aJF @@ -27499,7 +27499,7 @@ abN abN vGy sBY -xHO +wbH sBY amk amk @@ -27533,7 +27533,7 @@ dhD vGy sBY sBY -szL +xWn sBY amk amk @@ -27602,7 +27602,7 @@ ahF ahF ahF ahF -bMR +wWR ahF afJ xYD @@ -27622,7 +27622,7 @@ ahF ahF ahF ahF -bMR +wWR ahF ahF ahF @@ -27652,38 +27652,38 @@ aFQ aFm aFm aAl -xNk -mfl +uTx +gLS aAp nmO aZP -adK -gBC -gBC -gBC -gBC -gBC -gBC -gBC -gBC -gBC -gBC -gBC -gBC -gBC -gBC -gBC -gBC -gBC -gBC -gBC -gBC -gBC -gBC -gBC -gBC -def -jUs +rXY +cld +cld +cld +cld +cld +cld +cld +cld +cld +cld +cld +cld +cld +cld +cld +cld +cld +cld +cld +cld +cld +cld +cld +cld +xlE +slT tZD aKb aXh @@ -27824,7 +27824,7 @@ acp ane ane ahF -eOZ +txq ahF ahF ahH @@ -27878,14 +27878,14 @@ oTJ uiW sqs oTJ -xNk -mfl -fvK -pnw +uTx +gLS +iMs +boW aAp nmO aZP -adK +rXY aRg aCh kWJ @@ -27910,7 +27910,7 @@ qNQ aCh aRg aRg -wgg +fKT tZD tZD aPf @@ -28062,7 +28062,7 @@ gTj nys afV wAF -beo +fIw uWJ uWJ ane @@ -28079,7 +28079,7 @@ ahF ahF ahF ahF -sqS +wAS ahF ahF ahF @@ -28106,14 +28106,14 @@ azB sOC oTJ oTJ -wjy -fvK -fvK -fvK +oTY +iMs +iMs +iMs aAp aXX aZP -adK +rXY oOB aRg aCi @@ -28138,7 +28138,7 @@ aCi aRg odw aRg -wgg +fKT tZD aAp aXj @@ -28251,9 +28251,9 @@ mdQ mdQ mdQ acp -tVv -tVv -tVv +eCu +eCu +eCu acp acp gwP @@ -28334,14 +28334,14 @@ jRJ oTJ ukh njl -obB -rvM +jzg +hdT oXI aAp fuy aXX aZP -adK +rXY aTv aRg aRg @@ -28366,7 +28366,7 @@ aKO aRg aEw aRg -wgg +fKT tZD aAp rTG @@ -28478,11 +28478,11 @@ mdQ mdQ mdQ acp -tVv -tVv -tVv -wGr -tVv +eCu +eCu +eCu +eRE +eCu acp gwP gwP @@ -28513,10 +28513,10 @@ vMV lUQ bJQ uWJ -oFm +lJi fmW lWl -sqS +wAS afV ane ane @@ -28530,7 +28530,7 @@ ahF ahF ahF ahF -sqS +wAS ahF ahV ahF @@ -28569,7 +28569,7 @@ aAp cIL nmO aZP -adK +rXY kvE aRg aRg @@ -28594,7 +28594,7 @@ aRg aRg byK aRg -wgg +fKT tZD tZD nmO @@ -28636,7 +28636,7 @@ abN abN cMG waw -lng +pah abM abM abM @@ -28706,12 +28706,12 @@ mdQ mdQ mdQ acp -tVv -tVv -xkx -tVv -wGr -tVv +eCu +eCu +bXc +eCu +eRE +eCu gwP gwP gwP @@ -28754,7 +28754,7 @@ afV ahF ahF ahF -eOZ +txq ahF ahH ahF @@ -28764,7 +28764,7 @@ ahF ahF ahF ahF -lne +nEj ahF ane ane @@ -28797,7 +28797,7 @@ aAp aAp nmO aZP -adK +rXY aTt aRg aRg @@ -28822,25 +28822,25 @@ aRg aRg aZT aRg -wgg -jyo +fKT +ifh rJS -wSp +xgS aVK vxU aXh aTf aTf aTf -pCn +qAw aUQ aVX aUQ aWT aUQ -cAu +vIl aUQ -oUR +xdC aTf aTf aTf @@ -28934,11 +28934,11 @@ mdQ mdQ mdQ acp -tVv -wGr -tVv -tVv -tVv +eCu +eRE +eCu +eCu +eCu acp gwP gwP @@ -28972,10 +28972,10 @@ uWJ uWJ dOb lWl -lne +nEj ahF ahF -sqS +wAS ahF ahF ahF @@ -29025,7 +29025,7 @@ aAp aAp aXX aZP -adK +rXY oOB aRg aRg @@ -29050,10 +29050,10 @@ aRg aRg odw aRg -wgg -uGB +fKT +wUs bOy -dhr +aWb aKf aVK aXh @@ -29062,7 +29062,7 @@ aTf aUj aUQ aUQ -cAu +vIl aUQ ygp aUQ @@ -29163,9 +29163,9 @@ mdQ mdQ xZE acp -tVv -tVv -tVv +eCu +eCu +eCu acp xZE gwP @@ -29192,7 +29192,7 @@ acp ane ane ane -sqS +wAS ahF wAF fmW @@ -29205,7 +29205,7 @@ ahF ahF ahF ahF -sqS +wAS ahF ahF ahF @@ -29253,7 +29253,7 @@ aAp nmO aXX aZP -adK +rXY aTv aRg aRg @@ -29265,7 +29265,7 @@ aRg aKO aRg aRg -oho +mHi aRg aRg aRg @@ -29278,10 +29278,10 @@ aRg aRg aEw aRg -wgg -gEL +fKT +iRp mxW -vra +iZm aVK aXh aXh @@ -29437,7 +29437,7 @@ ahF ahF ahF ahF -sqS +wAS ahF ahF ahF @@ -29481,7 +29481,7 @@ aAp cIL nmO aZP -adK +rXY kvE aRg aRg @@ -29506,10 +29506,10 @@ aRg aRg byK aRg -wgg -dkB +fKT +jDW lYI -ukK +kcp haN aXh wXy @@ -29519,11 +29519,11 @@ aUj aUQ aUQ aVZ -azH +puY ygp aUQ aXE -enE +rlq aUQ aYu aTf @@ -29660,7 +29660,7 @@ fmW qSG ahF ahF -bMR +wWR ahF ahH ahF @@ -29709,7 +29709,7 @@ aAp aAp nmO aZP -adK +rXY aTt aRg aRg @@ -29734,24 +29734,24 @@ aRg aRg aZT aRg -wgg -ntp +fKT +oPd tZD -fRa +hlC aVK aXh aXh aTf aTf aTf -pDW -cAu +dVY +vIl aWa -aMu -iTv +ybG +kVT aUQ -jzE -xuy +iwm +ldq aUQ aTf aTf @@ -29875,12 +29875,12 @@ acp ane ane ahF -bMR +wWR ahF ahF ahF wYz -yea +nrE uWJ ane uWJ @@ -29937,7 +29937,7 @@ aAp nmO aXX aZP -adK +rXY oOB aRg aRg @@ -29962,7 +29962,7 @@ aRg aRg odw aRg -wgg +fKT tZD tZD jsd @@ -29973,13 +29973,13 @@ vxU aTf aTf aUS -qJH +vtP ygp -enE -bOb +rlq +oxH qhn -rha -cAu +bFZ +vIl aYf aTf aTf @@ -30004,7 +30004,7 @@ abN pSe kzn sBY -jRZ +vFB stt abM abM @@ -30165,7 +30165,7 @@ aAp aXX aXX aZP -adK +rXY aTv aRg aRg @@ -30190,7 +30190,7 @@ aRg aRg aEw aRg -wgg +fKT tZD aAp rTG @@ -30201,13 +30201,13 @@ aXh aTf aTf aTf -tAY +vVy aUQ qhn -enE -qhI +rlq +uOb aUQ -rSh +frh aTf aTf aTf @@ -30393,7 +30393,7 @@ aAp nmO aXX aZP -adK +rXY kvE aRg aCi @@ -30418,7 +30418,7 @@ aCi aRg byK aRg -wgg +fKT tZD aAp aAp @@ -30431,11 +30431,11 @@ aTf aTf aTf aTf -tJQ -qJH -vIT -rSh -uSL +fhE +vtP +cTR +frh +dsm aTf aTf aXh @@ -30567,7 +30567,7 @@ ahF ahF doe pIl -ijF +dqn uWJ ane ane @@ -30578,7 +30578,7 @@ ahF ahF ahF ahF -sqS +wAS ahF ahF ahF @@ -30621,7 +30621,7 @@ cIL cIL nmO aZP -adK +rXY aRg aAJ aGX @@ -30646,7 +30646,7 @@ aDO aAJ aRg aRg -wgg +fKT tZD aAp aAp @@ -30658,13 +30658,13 @@ aXh efp aTf aTf -gFn -jAc -uZf -dAI -cQv -dIq -era +tpq +ycH +mbt +kWw +jrb +jWD +bbK vhz aXh aXh @@ -30787,8 +30787,8 @@ mdQ ane afV ahF -lne -sqS +nEj +wAS ahF ahF ahF @@ -30803,10 +30803,10 @@ uWJ fmW lWl ahF -nxv -nxv -nxv -nxv +nZi +nZi +nZi +nZi ahF ahF ahF @@ -30849,32 +30849,32 @@ aAp nmO aXX aZP -ahf -mnf -mnf -mnf -mnf -mnf -mnf -mnf -mnf -mnf -mnf -mnf -tvh -mnf -mnf -mnf -mnf -mnf -mnf -mnf -mnf -mnf -mnf -mnf -mnf -bQf +woY +pkq +pkq +pkq +pkq +pkq +pkq +pkq +pkq +pkq +pkq +pkq +hQC +pkq +pkq +pkq +pkq +pkq +pkq +pkq +pkq +pkq +pkq +pkq +pkq +mwi tZD tZD aAp @@ -30886,13 +30886,13 @@ bSm efp efp aTf -uSl -dIa -cBR -nJU -qJH -gTZ -bTc +vGZ +cpl +eUF +fmH +vtP +edM +pyH pig qGH aLj @@ -31020,14 +31020,14 @@ ahF ahF ahF ahF -eOZ +txq ahF ahF pIl fmW uWJ uWJ -noK +rjK fmW lWl ahF @@ -31076,7 +31076,7 @@ aAp aAp cIL nmO -jUs +slT aDv aDv aDv @@ -31086,7 +31086,7 @@ aJO aJO aJO aJO -jUs +slT eCF aDv aDv @@ -31095,15 +31095,15 @@ aDv aDv aDv aDv -adK -fPk -wgg +rXY +bfD +fKT aDv aDv aDv aDv aDv -jUs +slT tZD aAp aVK @@ -31115,12 +31115,12 @@ buw efp efp uSq -pcB +bYA qIO qIO -hbu +tDZ nAD -cgt +rUO bRk knp iIU @@ -31323,9 +31323,9 @@ aDv aDv aDv aDv -adK -fPk -wgg +rXY +bfD +fKT aDv tZD tZD @@ -31339,7 +31339,7 @@ aXh wTC kjp kjp -qJM +uqg efp efp uSq @@ -31347,7 +31347,7 @@ njC qIO qIO qIO -iqU +wyZ qtj hZX rox @@ -31442,7 +31442,7 @@ mdQ mdQ mdQ onU -wVb +bzE dmT dmT uRe @@ -31474,9 +31474,9 @@ ahF ane ane ane -nxv -nxv -nxv +nZi +nZi +nZi ahF ahF doe @@ -31551,9 +31551,9 @@ aGh aJO aJO aEs -adK -fPk -wgg +rXY +bfD +fKT tZD tZD aAp @@ -31571,7 +31571,7 @@ efp efp gDu uSq -uuy +mvI qIO qIO aXH @@ -31665,7 +31665,7 @@ mdQ mdQ onU onU -gAY +wrf kWV xZE xyH @@ -31702,7 +31702,7 @@ ahF ahF ane ane -sqS +wAS afV afV afV @@ -31779,9 +31779,9 @@ aRx anP aXX aZP -adK -fPk -qIj +rXY +bfD +uKx xgE xgE xgE @@ -31799,9 +31799,9 @@ efp efp efp uSq -cXY +ajC qIO -hbu +tDZ ntL kxI kxI @@ -31930,20 +31930,20 @@ ahF ahF ane ane -bMR +wWR afV ahF ahF ahF ahF ane -lne +nEj ahF ahF ane ahF -lne -eOZ +nEj +txq ahF ane ane @@ -32007,14 +32007,14 @@ aRx vcY svh xgE -gHR -gHR -gHR +hwg +hwg +hwg xgE -cpa -ssU -tJd -cpa +dmp +wDH +dcb +dmp xgE xgE xgE @@ -32217,9 +32217,9 @@ nUy nUy nUy nUy -fIm -cWp -cGC +rBB +uVV +rqh avH ado ado @@ -32235,18 +32235,18 @@ aRx twg aXX xgE -ssU -ssU -ssU -lYV -hNr -sCG -ssU -ssU +wDH +wDH +wDH +cMh +pXk +jUW +wDH +wDH xgE -euT -jOv -qBp +owC +gpg +jQR xgE efp gDu @@ -32441,17 +32441,17 @@ hIq psh nuW ado -uEY -mTx -vdT +nth +mjB +fCA avH -mKu -bkW -uGb +nLo +fek +uBN avH -vtL -lIo -sph +sRZ +vLy +pcH ado aXX aXX @@ -32463,18 +32463,18 @@ aRx aXX aXX xgE -ssU -ssU -ssU -ssU -ssU -ssU -ssU -ssU -tuV -xZB -xZB -xZB +wDH +wDH +wDH +wDH +wDH +wDH +wDH +wDH +fab +xZo +xZo +xZo xgE efp efp @@ -32669,17 +32669,17 @@ oAD psh psh ado -fov -oqG -uEY -oCL -mXg -bkW -uGb -oCL -uEY -gPC -sph +ntI +inb +nth +yhJ +lWL +fek +uBN +yhJ +nth +kOi +pcH ado aXX aXX @@ -32691,20 +32691,20 @@ aRx aXX svh xgE -ssU -sIS -ssU -ssU -sIS -cdA -ssU -uOG +wDH +xfV +wDH +wDH +xfV +bHu +wDH +dNO xgE -eDV -smI -xZB +nTR +fjD +xZo xgE -juW +qvs efp efp efp @@ -32897,17 +32897,17 @@ fio psh psh ado -mqp -uEY -dFK +iJm +nth +hPz avH -vxQ -bkW -hVp +fUm +fek +xBE avH -uzu -uEY -lTP +kEf +nth +gLw ado aXX aXX @@ -32925,12 +32925,12 @@ xgE xgE xgE xgE -spq +bzC xgE xgE xgE xgE -rQz +dtJ xgE xgE bgL @@ -33126,15 +33126,15 @@ psh avH avH avH -vZY +ctH avH avH -bdS -bkW -hsf +iMQ +fek +gon avH avH -vZY +ctH avH avH avH @@ -33146,20 +33146,20 @@ aDv aDv aDv xgE -oqv -cOT -sWG -iMa +oBy +wDS +xUQ +xes xgE -uYW -iDD -dIk -rxh -wNl +xNU +dCS +fIQ +vgj +dld xgE -vpY -vBI -qOW +nGW +oAp +sdT xgE qIO qIO @@ -33271,7 +33271,7 @@ mdQ mdQ onU onU -jAb +wQb dmT dmT dmT @@ -33352,19 +33352,19 @@ nuW psh cGb ado -gvE -cXB -dpB -wNk -uGb -uGb -bkW -uGb -uGb -uGb -ghe -uGb -rxF +uLo +ooO +oZV +hFm +uBN +uBN +fek +uBN +uBN +uBN +ehp +uBN +eaX ado aDv aEu @@ -33373,22 +33373,22 @@ aDv aDv nwI aDv -hCc -wDV -ruE -jfy -dHJ -blt -dHJ -dHJ -uyb -cJf -luR -blt -dHJ -jfy -veW -blt +iHx +kbw +cPQ +qEi +mtJ +qkD +mtJ +mtJ +gTH +sbL +uSi +qkD +mtJ +qEi +shp +qkD qIO qIO qIO @@ -33563,7 +33563,7 @@ auP asH oTJ teS -wTB +kNp eny eny fio @@ -33580,19 +33580,19 @@ psh psh psh awh -gvE -bkW -bkW -mDt -bkW -nqN -gWn -rpr -bkW -cOt -bkW -bkW -dlF +uLo +fek +fek +pYB +fek +bpN +bcl +uTT +fek +vGE +fek +fek +yhm awh aDv aDv @@ -33601,22 +33601,22 @@ aDv aDv aDv aDv -dHJ -dHJ -jfy -dHJ -dHJ -dHJ -kWL -jfy -dHJ -lVO -dHJ -dHJ -dHJ -dHJ -uus -dHJ +mtJ +mtJ +qEi +mtJ +mtJ +mtJ +kRI +qEi +mtJ +bgN +mtJ +mtJ +mtJ +mtJ +uWX +mtJ qIO qIO njC @@ -33761,9 +33761,9 @@ xwr xwr ahx ahx -cGe -cGe -cGe +scf +scf +scf ahx ahx xwr @@ -33808,19 +33808,19 @@ psh psh psh ado -noq -uGb -uGb -uGb -ghe -inN -bkW -uGb -uGb -veV -uGb -wtE -dlF +mTu +uBN +uBN +uBN +ehp +uaj +fek +uBN +uBN +epi +uBN +npv +yhm ado aDv aDv @@ -33830,20 +33830,20 @@ aDv aDv aDv dLn -iPC -oLG -oLG -pxM +lue +tWN +tWN +goz xgE -owr -sNt -dHJ -dHJ -rap +uoK +uUX +mtJ +mtJ +lVV xgE -fSQ -ocu -wug +drl +rgs +tTO xgE qIO qIO @@ -33988,11 +33988,11 @@ xwr xwr xwr ahx -bOw -iTz -wTS -wTS -bOw +sKM +mcV +fSZ +fSZ +sKM ahx xwr xwr @@ -34038,15 +34038,15 @@ psh avH avH avH -vZY +ctH avH avH -rBy -bkW -dpB +wCq +fek +oZV avH avH -lus +xZH avH nEd nEd @@ -34065,15 +34065,15 @@ xgE xgE xgE xgE -dHJ -llc +mtJ +cyf xgE xgE xgE xgE xgE xgE -pql +pcw yjh qIO qIO @@ -34156,9 +34156,9 @@ jqr sxl xZE acp -tVv -tVv -tVv +eCu +eCu +eCu acp xZE xZE @@ -34189,7 +34189,7 @@ abS abS iIB iIB -aUW +cOo rTT tde vtk @@ -34215,13 +34215,13 @@ xwr xwr xwr xwr -cGe -nwE -wTS -wTS -wTS -wTS -cGe +scf +hEH +fSZ +fSZ +fSZ +fSZ +scf xwr xwr xwr @@ -34265,17 +34265,17 @@ psh psh psh ado -ybW -uEY -uuD +xIv +nth +wZj avH -sRv -bkW -yge +ehx +fek +iyK avH -rPa -uEY -cRU +vEK +nth +mSR ado cPV bbH @@ -34289,18 +34289,18 @@ laY xEt xgE xgE -vIi -vBI -nSM +nAp +oAp +vYr paJ -dHJ -jfy -csn +mtJ +qEi +pXZ xgE sxY sxY xgE -oVz +wqH cPV uSq qIO @@ -34383,11 +34383,11 @@ mdQ fLh uRe acp -tVv -tVv -wGr -tVv -tVv +eCu +eCu +eRE +eCu +eCu acp xZE gwP @@ -34443,13 +34443,13 @@ xwr xwr xwr xwr -cbj -wTS -wTS -uXi -kOT -wTS -cbj +iCc +fSZ +fSZ +jdb +sHf +fSZ +iCc xwr xwr xwr @@ -34489,21 +34489,21 @@ nuW psh psh psh -ipq +gPr psh tLQ ado -uEY -gPC -uEY -oCL -uGb -bkW -uGb -oCL -uEY -oqG -sph +nth +kOi +nth +yhJ +uBN +fek +uBN +yhJ +nth +inb +pcH ado ifk cPV @@ -34516,15 +34516,15 @@ iAH xEt xgE xgE -pfs -iDD -nfm -hBZ -vPU -dHJ -qyc -dHJ -mdz +omJ +dCS +jRo +cxr +hPB +mtJ +inu +mtJ +sBx puo lFv xgE @@ -34610,12 +34610,12 @@ mdQ onU gRk uRe -tVv -tVv -tVv -kTX -tVv -wGr +eCu +eCu +eCu +czi +eCu +eRE acp xZE gwP @@ -34671,13 +34671,13 @@ xwr xwr xwr xwr -cGe -wTS -wTS -wTS -wTS -wTS -cGe +scf +fSZ +fSZ +fSZ +fSZ +fSZ +scf xwr lTZ xwr @@ -34721,17 +34721,17 @@ psh psh psh ado -uEY -fov -tYI +nth +ntI +wlY avH -jRi -vfW -qXq +dgQ +neW +oFA avH -ryM -fov -sph +vwp +ntI +pcH ado cPV aGl @@ -34743,15 +34743,15 @@ laY cPV xEt xgE -wcC -nFw -xlz -jfy -wyu +gIE +xrH +ngX +qEi +bcx paJ -dHJ -jfy -dOq +mtJ +qEi +rpV xgE tNV pnl @@ -34839,11 +34839,11 @@ onU dmT uRe acp -tVv -wGr -tVv -wGr -tVv +eCu +eRE +eCu +eRE +eCu acp xZE gwP @@ -34900,11 +34900,11 @@ xwr xwr xwr ahx -bOw -wTS -lOy -wTS -bOw +sKM +fSZ +mte +fSZ +sKM ahx xwr xwr @@ -34953,9 +34953,9 @@ ado ado ado avH -sGU -iCW -iCW +eUk +uml +uml avH ado ado @@ -34971,14 +34971,14 @@ wMk qGK xEt xgE -lIj -eda -dHJ -ikg -pTs +tje +kLD +mtJ +kQQ +bJV xgE -dHJ -llc +mtJ +cyf xgE xgE xgE @@ -35068,9 +35068,9 @@ dmT grW xZE acp -tVv -tVv -tVv +eCu +eCu +eCu acp xZE xZE @@ -35129,9 +35129,9 @@ xwr jTP ahx ahx -cGe -cGe -cGe +scf +scf +scf ahx ahx xwr @@ -35201,15 +35201,15 @@ xEt xgE xgE dhw -tDv +ipO xgE xgE xgE -tXv -jfy -psf -jmI -gkj +xKe +qEi +hpk +oSq +sHB oYx wMk wMk @@ -35351,7 +35351,7 @@ afJ afJ xwr xwr -vgh +doL xwr xwr xwr @@ -35427,17 +35427,17 @@ xEt bCH aDP xgE -wFj -csr -dHJ -nGJ -rwA +oXz +mdK +mtJ +rGo +tGl mGG -dHJ -fho -sbw -dHJ -diE +mtJ +vmW +bgd +mtJ +ewt ilf lsq wMk @@ -35520,7 +35520,7 @@ acf mdQ onU mdQ -jAb +wQb dmT grW xKL @@ -35655,17 +35655,17 @@ xEt bbU mfI xgE -pCR -igj -xHJ -qKH -kBt +akS +qdw +emx +ljo +kUQ qTu -dHJ -dHJ -tng -xgI -lba +mtJ +mtJ +oMD +lVw +tch wJA wMk wMk @@ -35674,8 +35674,8 @@ uSq qIO qIO qIO -ewe -ewe +xEK +xEK ntL kxI kxI @@ -35699,10 +35699,10 @@ abm abm abk ach -mZx +rkc avm avm -eLh +hls abk aaF aaF @@ -35884,15 +35884,15 @@ wMk laY xgE xgE -vpE -cDs -qaH -dHJ -avO -jfy -dHJ -xgI -dUw +bsK +hEm +mnq +mtJ +htr +qEi +mtJ +lVw +vGK nMJ rfH rIq @@ -35902,8 +35902,8 @@ uSq njC qIO qIO -ewe -vHt +xEK +rEQ hGN kxI jxG @@ -35926,7 +35926,7 @@ aac abm abm abk -vhH +lVd aqz avm avm @@ -36019,7 +36019,7 @@ tPH rTT pIB rTT -aeW +tNE rTT ohf onP @@ -36113,13 +36113,13 @@ mfI xEt xgE xgE -kkV -gBK -mWo +wSV +rcp +gIM paJ -dVa -rsD -hxu +kpc +gjY +rVp nMJ nMJ bbp @@ -36130,11 +36130,11 @@ uSq qIO qIO qIO -ewe +xEK hLu kxI kxI -fKG +phm qZv tWK qZv @@ -36156,9 +36156,9 @@ abm abk acC avm -uly +jDk avm -bDJ +wdk abk aaF aaF @@ -36356,7 +36356,7 @@ bCH qGK aPt aPT -sSw +uVN aPT aPt hLu @@ -36382,9 +36382,9 @@ aac abm abm abk -uIJ +fqc avm -mZx +rkc avm qxZ abk @@ -36438,7 +36438,7 @@ mdQ onU onU onU -oBc +dBm dmT tlk uRe @@ -36583,9 +36583,9 @@ aPT aPT aPT aPt -iOY -vCf -uEM +tYe +kZx +unj aPt aPT aPT @@ -36612,7 +36612,7 @@ abm abk atv avm -bsC +rsD avm avm avm @@ -36722,9 +36722,9 @@ xwr xwr jTP xwr -kJU -bPU -bPU +pwf +lhN +lhN xwr xwr xwr @@ -36733,16 +36733,16 @@ xwr xwr xwr xwr -oyq -iQX -eWU -ecM -ycR -ycR -izz -ycR -npS -otL +iGW +pGZ +pdL +hFo +xsV +xsV +ojM +xsV +cyq +pAu nsk asr cfN @@ -36807,17 +36807,17 @@ bwR cPV bCH aPT -kKu -lLt -vCf -cFm -cFm -vCf -vCf -cFm -vCf -eAh -vsA +rAX +xBW +kZx +kPQ +kPQ +kZx +kZx +kPQ +kZx +giJ +mzh aPT ooM nuU @@ -36839,11 +36839,11 @@ abm abm abk aec -uly +jDk avm aqz avm -mZx +rkc sdh aHT aaV @@ -36943,7 +36943,7 @@ xwr xwr xwr xwr -tXx +iSS xwr xwr xwr @@ -36961,7 +36961,7 @@ xwr xwr xwr xwr -aPL +rET hsc hsc hsc @@ -36970,7 +36970,7 @@ hsc hsc hsc hsc -dvi +neE asr cfN tyG @@ -36999,7 +36999,7 @@ psh psh asT atO -qhx +wtc atO asT psh @@ -37035,17 +37035,17 @@ cPV cPV akq aPT -lAQ -vCf -vCf -vCf -myF -vCf -vCf -vCf -vCf -vCf -hwy +fVA +kZx +kZx +kZx +ubL +kZx +kZx +kZx +kZx +kZx +mXK aPT kxI kxI @@ -37070,7 +37070,7 @@ afU adQ avm avm -uly +jDk aqz sdh aHT @@ -37189,16 +37189,16 @@ jTP xwr xwr xwr -eZQ -tiQ -tiQ -vkr -dDW -rVE -fEQ -tiQ -tiQ -rWV +tDv +ehd +ehd +mxE +cdg +vMx +ykb +ehd +ehd +jcU hJW tyG tyG @@ -37226,9 +37226,9 @@ atO atO atO asT -pRK -ceE -uaK +nSv +ixr +rYZ asT atO atO @@ -37261,19 +37261,19 @@ byY fTf nhi cPV -oVz +wqH aPT -nlx -vCf -pLt +kuo +kZx +iFY aTg -tJa -vCf -vCf +wFa +kZx +kZx aTg -lxG -vCf -cFm +poU +kZx +kPQ aPT kxI kxI @@ -37293,13 +37293,13 @@ aaa aac abm abk -eMO +tNG avm -mZx +rkc avm uxq avm -bsC +rsD sdh aHT aah @@ -37450,17 +37450,17 @@ psh oBi bnE atn -wnw -uaK -dik +wMX +rYZ +obm atU -fCF -vpp -sCh +mHy +hkR +vIH atU -btE -wZl -tLV +dYV +kXj +gGs asU psh cGb @@ -37491,17 +37491,17 @@ oGs oGs aPt aPt -ebL -vCf +sOO +kZx aTg aTg -uuk -vCf -ntM +ehk +kZx +cNw aTg aTg -fgT -vCf +wjs +kZx aPt aPt kxI @@ -37525,7 +37525,7 @@ abp avm avm avm -tQa +kUa wTL avm avm @@ -37678,17 +37678,17 @@ psh psh psh atn -dcu -evO -uaK -bBp -uaK -dvK -eWP -bBp -tLV -fDA -tLV +opb +gmO +rYZ +gmF +rYZ +dKT +cII +gmF +gGs +hpp +gGs asU psh psh @@ -37717,20 +37717,20 @@ byY byY byY byY -bRo -haV -cFm -vCf -vCf -vCf -vCf -vCf -vCf -oQh -cFm -vCf -vCf -rjz +nlb +nWp +kPQ +kZx +kZx +kZx +kZx +kZx +kZx +tgI +kPQ +kZx +kZx +pYX aPT kxI lAX @@ -37750,12 +37750,12 @@ aac abm abk abA -bsC +rsD avm aqz avm avm -sfJ +cYd avm obJ aah @@ -37843,7 +37843,7 @@ abS abS abS cdF -tQJ +cKt xwr xwr xwr @@ -37893,10 +37893,10 @@ tyG mUQ tyG anS -fCL -fCL -bAM -fCL +vQD +vQD +brc +vQD anF psh psh @@ -37906,17 +37906,17 @@ psh tLQ psh atn -ugH -iIf -tsd +iNg +bMT +klY atU -uaK -ceE -uaK +rYZ +ixr +rYZ atU -msy -tLV -cdr +jrT +gGs +sCG asU nVG psh @@ -37945,21 +37945,21 @@ byY byY byY byY -xNA -vCf -vCf -fvE -vCf -cFm -vCf +lAN +kZx +kZx +iXU +kZx +kPQ +kZx aTg -dvA -vCf -vCf -pLt -vCf -vCf -xNA +dTa +kZx +kZx +iFY +kZx +kZx +lAN kxI kxI kxI @@ -37980,7 +37980,7 @@ abk avm avm avm -mZx +rkc atM avm avm @@ -38055,7 +38055,7 @@ dGQ wbg xdb rTT -dMd +vTA rTT rTT onP @@ -38121,13 +38121,13 @@ anS anS anS anS -kGB -jLA -xOc -kGB +rex +wEg +qnZ +rex anF -fCL -fCL +vQD +vQD anF kSR ast @@ -38135,15 +38135,15 @@ ast asT asT atS -rvc +tHS atU atU atU -qdw +jmW atU atU atU -kBv +uPk atU asT asT @@ -38173,20 +38173,20 @@ byY byY byY byY -bYu -khB -opF -vCf -vCf -cFm -cFm -mls -wTW -wYe -wYe -iDa -lhk -xHk +lWD +wwr +urQ +kZx +kZx +kPQ +kPQ +lQw +rEw +bgm +bgm +tfD +hTs +xdi aPT kxI lIU @@ -38208,8 +38208,8 @@ abk avm avm aCG -jat -vgI +rLC +vQW moV bJz sdh @@ -38307,8 +38307,8 @@ xwr xwr jTP xwr -bPU -bPU +lhN +lhN xwr xwr xwr @@ -38346,34 +38346,34 @@ tyG tyG tyG anS -dNt -rsM +rTL +inW anF anF -vWb -dko -oId -lzO -dsk -lpA -fCL +nBn +pAf +lcX +hCd +wXo +hmF +vQD opP udP udP asU -qnA -qnA -uaK -uEe +fcO +fcO +rYZ +wpl atU -hdj -ceE -ofo +hHi +ixr +pvy atU -oen -uaK -eTi -pRK +ecl +rYZ +cSa +nSv asU byY byY @@ -38400,20 +38400,20 @@ kUr byY ylL byY -sRj +unN aPt aPt -vCf -vCf +kZx +kZx aTg aTg -cgx -eue -cSI +rqS +eQP +vZE aTg aTg -bDp -pTm +pbR +ufb aPt aPt kxI @@ -38434,10 +38434,10 @@ aac abm abk avm -sfJ +cYd aCG -deC -bCj +kSv +vNV moV aEI sdh @@ -38540,8 +38540,8 @@ xwr xwr xwr xwr -bPU -bPU +lhN +lhN xwr xwr xwr @@ -38574,35 +38574,35 @@ tyG tyG tyG anS -oxn -kxM -rDr +dFA +mvO +tKR anF -fmU -hXF -hXF -hrS -hXF -jUr -fCL +hyj +ats +ats +csx +ats +nSL +vQD opP udP udP -wFl -ceE -ceE -mOg -ceE -bkc -ceE -omF -nYn -bkc -ceE -ceE -dVM -ceE -wFl +iIu +ixr +ixr +xJu +ixr +crU +ixr +vow +qxX +crU +ixr +ixr +elF +ixr +iIu byY byY byY @@ -38628,20 +38628,20 @@ uiN byY byY byY -pBz +sMi aPT -sWM -cFm -vCf -vCf +dhX +kPQ +kZx +kZx aTg -rDH -eSR -hTT +laU +niD +pNL aTg -cMN -hac -hac +duY +tSO +tSO aPT kxI kxI @@ -38661,14 +38661,14 @@ aaa aac abm abk -mZx +rkc aqz aCG -kZT -jYs +aAc +noo moV lRy -wGR +wFl aHT aah aah @@ -38766,7 +38766,7 @@ wVk wVk wVk wVk -nQK +nJp wVk wVk wVk @@ -38802,34 +38802,34 @@ tyG tyG anS anS -bKh -hXF -wxs -bST -hXF -wxs -hXF -hXF -hXF -vAx +hwt +ats +ncT +dFF +ats +ncT +ats +ats +ats +uII anF anF udP udP asU -sNg -dgP -uaK -dzD +iet +lAU +rYZ +oel atU -bKQ -ceE -nSA +kkB +ixr +ouX atU -vqQ -uaK -uaK -gSC +cLd +rYZ +rYZ +vQE asU aAq byY @@ -38856,20 +38856,20 @@ uiN byY byY byY -pBz +sMi aPT -hay -okK -eue -vCf -vCf -oKX -kWg -hTT -hac -hac -hac -oRb +mZv +wtO +eQP +kZx +kZx +pnR +cmq +pNL +tSO +tSO +tSO +dwa aPT kxI kxI @@ -38891,9 +38891,9 @@ abm abk avm avm -mZx +rkc avm -sfJ +cYd avm avm avm @@ -39029,33 +39029,33 @@ tyG tyG tyG anS -opR -gjA -ptE -hXF -hXF -hXF -hXF -hXF -onW -hXF -oII -xMV -fCL +hEY +mAn +bAX +ats +ats +ats +ats +ats +bpW +ats +eCM +qGL +vQD udP udP asT asT atU -rvc +tHS atU asT asT -xck +otu asT asT atU -kBv +uPk atU asT asT @@ -39084,20 +39084,20 @@ uiN byY byY byY -pBz +sMi aPT -ldb -sSH -kHo -vCf -vCf -vCf -vCf -hTT -bjx -hac -tZg -pkI +pZY +fzb +vOE +kZx +kZx +kZx +kZx +pNL +fnY +tSO +tlF +dRD aPT sBJ kxI @@ -39123,7 +39123,7 @@ aEI pfl avm avm -bsC +rsD avm abk aah @@ -39231,7 +39231,7 @@ wVk wVk wvP wVk -nQK +nJp wVk csM wVk @@ -39257,34 +39257,34 @@ vqT tyG tyG anS -rUP -hXF -hXF -rDi +dOm +ats +ats +ftt anF -bTV -hXF -pIY -uNl -hXF -hXF -hXF -bST +nVP +ats +rle +uCW +ats +ats +ats +dFF udP udP udP atn -qnA -uaK -sCh +fcO +rYZ +vIH asT -uaK -ceE -uaK +rYZ +ixr +rYZ asT -vjb -uaK -qMc +lfd +rYZ +xag asU aJr aJr @@ -39307,24 +39307,24 @@ aLv aJr iSg aJr -xzY +bwh aIO aMN -sbL +amv aMN aIO aPt -nMv -ldb -eSR -vCf -vCf -vCf -vCf -hTT -hac -gwY -xIa +lfi +pZY +niD +kZx +kZx +kZx +kZx +pNL +tSO +mCZ +fxX aPt aPt tzK @@ -39346,11 +39346,11 @@ aac abm abk rmB -sfJ +cYd avm aEI -rYa -tQa +kmm +kUa avm sdh aHT @@ -39446,7 +39446,7 @@ wVk wVk wVk wVk -eNk +mhS wVk wVk afF @@ -39464,9 +39464,9 @@ wVk wVk wVk wVk -eNk -eDe -eDe +mhS +cQP +cQP wVk wVk ajq @@ -39485,34 +39485,34 @@ tyG tyG tyG anS -tDB -hXF -hXF -gMz +lvP +ats +ats +tUL anF -voU -hXF -bii -uNl -hXF -hXF -hXF -hXF +gCA +ats +ouh +uCW +ats +ats +ats +ats udP asI udP atn -daS -dKK -uaK -bBp -uaK -cvc -xyJ -bBp -uaK -jzM -cnG +mdl +giB +rYZ +gmF +rYZ +miu +bPH +gmF +rYZ +beF +mJZ asU wkE aJr @@ -39541,19 +39541,19 @@ aMO aKB aMP aIO -dMh -xex -hQk -ixw -vCf -vCf -vCf -vCf -jAm -hac -hac -xPi -tFc +wpd +bfr +pzB +kVp +kZx +kZx +kZx +kZx +qkA +tSO +tSO +dZV +xoF kxI kxI tsa @@ -39573,10 +39573,10 @@ aaa aac abm abk -sfJ +cYd avm aFr -sfJ +cYd avm avm avm @@ -39713,34 +39713,34 @@ tyG dvf tyG anS -xwX -krr -wxs -hXF -bST -hXF -hXF -ePM -hXF -xEq -gDF -lDi -fCL +koZ +pqx +ncT +ats +dFF +ats +ats +lUp +ats +qJj +yaX +dvB +vQD udP udP udP asU -qkE -uaK -hzu +svK +rYZ +laq asT -tdW -qMd -sNg +gBf +nUU +iet asT -nNl -qnA -fQQ +vcB +fcO +fbX asU aJr jGW @@ -39769,19 +39769,19 @@ aMP aNB aNJ aIO -pUU +sRA aIL -tiF -ghE -nZS -pir -ifC -cFm -ugh -fky -hac -dqs -kOX +uIT +jDJ +iQc +vaT +qKt +kPQ +gMi +fYp +tSO +jvS +uzQ kxI kxI kxI @@ -39808,7 +39808,7 @@ avm avm avm avm -uoh +cig aHT aah aah @@ -39904,19 +39904,19 @@ wVk csM wVk afk -eNW -uIn -mKL -uIn -uIn -uWF -uWF -oUH -uIn -uIn -uIn -uIn -jhY +nlB +uBV +hoS +uBV +uBV +mHK +mHK +nQC +uBV +uBV +uBV +uBV +osL wVk wVk wVk @@ -39942,16 +39942,16 @@ tyG tyG anS anS -uNl -hXF -hXF -hXF -hXF -hXF -hXF -hXF -hXF -eKt +uCW +ats +ats +ats +ats +ats +ats +ats +ats +uFr anF anF udP @@ -39962,9 +39962,9 @@ atO atO atO asT -dZt -ofo -sCh +mpL +pvy +vIH asT atO atO @@ -40001,14 +40001,14 @@ aNB aQo aJz aIO -vZa +skZ aPt -ogL -tcC +fdc +cGf aSL -vun +lVx aVB -vun +lVx aSL sBJ kxI @@ -40060,7 +40060,7 @@ aaH aaw aaw aaw -ekN +lyO aaw aaw cDr @@ -40126,13 +40126,13 @@ abS wVk wVk wVk -eDe +cQP wVk wVk wVk wVk afk -wHL +vBw ajW ajW afI @@ -40144,7 +40144,7 @@ ajW ajW afX ajW -hRJ +dpr wVk wVk wVk @@ -40170,17 +40170,17 @@ xze tyG tyG anS -sCd -ubU -xeG +nQQ +wfo +jhC anF -vzh -hXF -hXF -wxs -cZM -ydq -fCL +jzf +ats +ats +ncT +pKr +tpB +vQD opP udP udP @@ -40191,8 +40191,8 @@ jHN jHN asT asT -uUn -cnL +ece +oNq asT aJr aKg @@ -40229,14 +40229,14 @@ aEt aQp aRo aIO -vZa +skZ aSL aSL aSL aSL -tDD -cIR -cIR +cFZ +plz +plz aSL aSL aVB @@ -40260,9 +40260,9 @@ abm abk avn avm -uly +jDk abk -mZx +rkc avm fiE aHT @@ -40290,7 +40290,7 @@ aaw aaw aaw aaw -jbN +hQZ wbM jeL aaF @@ -40343,7 +40343,7 @@ abS iIB iIB iIB -dMd +vTA rTT tde uwG @@ -40360,7 +40360,7 @@ wVk wVk wVk wVk -wHL +vBw afI afX agf @@ -40372,7 +40372,7 @@ ajW ajW afX agk -jpd +eza afk wVk wVk @@ -40389,7 +40389,7 @@ sqj rit wqy hJW -siI +nza xei tyG amB @@ -40398,17 +40398,17 @@ tyG tyG tyG anS -oMU -xAp +sqD +dWa anF anF -vWb -hXF -gDF -fae -reB -oGD -fCL +nBn +ats +yaX +wGs +cXu +qvv +vQD opP udP udP @@ -40430,7 +40430,7 @@ aJr aJr vKc aJr -nyi +lNo kAg kAg iAA @@ -40459,16 +40459,16 @@ aQo aIO aSL aSL -npj -kVy -qzB -tgB -cIR -cIR +nlh +mkg +hFi +fOI +plz +plz aSX -btD -gRV -iMd +bKa +xHQ +ogX aWz kxI kxI @@ -40486,13 +40486,13 @@ aac abm abm abk -cjK +nxI avm rQf abk aqz avm -qAl +jXV aHT aah aah @@ -40518,7 +40518,7 @@ aaw aaw aaw wbM -gNi +jMo wbM jeL abm @@ -40588,7 +40588,7 @@ wVk wVk wvP afk -hGi +spV afK afN ajW @@ -40600,7 +40600,7 @@ aVn afN afN ajW -jpd +eza wVk wVk wVk @@ -40617,7 +40617,7 @@ sqj rit dVH hJW -ePO +pwF toL tyG amC @@ -40629,13 +40629,13 @@ anS anS anS anS -kGB -hXF -hXF -kGB +rex +ats +ats +rex anF -fCL -fCL +vQD +vQD anF szy udP @@ -40686,17 +40686,17 @@ aQr aQo aSi aSL -ngl -pXp -exc -yke -ncy -cIR -tgB -cEO -ncy -ncy -uQz +oMg +jmL +oCc +kUe +dKM +plz +fOI +kPX +dKM +dKM +xcp aVB kxI kxI @@ -40716,10 +40716,10 @@ abm abk avn avm -jTC +nhD abk avm -sfJ +cYd fiE aHT aah @@ -40745,8 +40745,8 @@ aaz aay aaw aaw -jbN -oZz +hQZ +wVn wbM jeL abm @@ -40816,7 +40816,7 @@ wVk wVk wVk afk -wHL +vBw afL afX agg @@ -40828,7 +40828,7 @@ afN ajW afN ajW -jpd +eza wVk wVk wvP @@ -40858,8 +40858,8 @@ tyG tyG anS anS -hXF -oHM +ats +rTP anS anS jHN @@ -40875,8 +40875,8 @@ jHN ofv jHN atw -cXK -mGg +uxf +wof atw atw aJr @@ -40899,7 +40899,7 @@ mKf qAP mKf mKf -nxH +qEm aJv aKl aKG @@ -40913,18 +40913,18 @@ aLN aQs aQo aSi -wTK -dCl -puf -bRm -oZw -ncy -uBD -rVA +fhD +jXz +lnL +iaF +qLC +dKM +eqI +tQW aSX -ufU -kRh -prt +sXh +woH +jhf aSL mnK kxI @@ -40975,7 +40975,7 @@ aaw aaw wbM wbM -jbN +hQZ jeL abm abm @@ -41044,7 +41044,7 @@ wVk wVk wVk wvP -fWz +drE ajW afN agh @@ -41056,7 +41056,7 @@ ajW ahk afN afN -lYG +iDO wVk afk csM @@ -41074,7 +41074,7 @@ sqj rit mVV wxP -siI +nza jbB amB tyG @@ -41103,9 +41103,9 @@ adp adp adp atw -tko -ofY -fuJ +aEq +atf +ijQ atw adp adp @@ -41141,14 +41141,14 @@ aPU aQt aQo aSj -sZB -ilv -puf -bRm -oZw -bmx -ncy -eqt +iDY +jVS +lnL +iaF +qLC +pKE +dKM +evF aSX aSX aSX @@ -41269,22 +41269,22 @@ abS wVk wVk wVk -nQK +nJp wVk wVk -fWz +drE agf ajW agi ajW eAu -fTg +cAH agT ahh ahl afN ajW -rbo +vSE afk wVk wVk @@ -41327,17 +41327,17 @@ udP udP gRx adp -anL -fuJ -fQO -trl -fuJ -ofY -fuJ -csK -anL -rax -sPD +xDe +ijQ +fBG +wPg +ijQ +atf +ijQ +okl +xDe +nyg +uuE atY aLv aJr @@ -41370,18 +41370,18 @@ aQr aQo aSi aSL -ngl -iYd -jvI -reE -ncy -ncy -wYt +oMg +nJB +mwJ +oFF +dKM +dKM +rwn aSX -jtx -vJf -bqJ -rHW +ulK +vHE +xPh +aPn aVB kxI kxI @@ -41485,7 +41485,7 @@ abS iIB iIB rTT -dje +gJf onP eGD abS @@ -41500,7 +41500,7 @@ wVk wVk wVk wVk -fWz +drE ajW afX agj @@ -41512,7 +41512,7 @@ afN ahm ajW ajW -lYG +iDO wVk wVk wVk @@ -41555,17 +41555,17 @@ udP udP mHM adp -kpf -fuJ -fuJ -tIT -iLc -fuJ -hRx -kbD -kbD -kbD -sGY +cUK +ijQ +ijQ +jAh +lcv +ijQ +dVA +iGk +iGk +iGk +eDc adp aJr aJr @@ -41599,18 +41599,18 @@ aGk aQo aSL aSL -qoc -vgP -tzL -plA -bgw -tnu +qJp +oVK +gyd +ogl +wXq +tUN aSX -cTM -ncy -bgq -rHW -otc +ecf +dKM +ylu +aPn +rhj kyN kxI tsa @@ -41728,7 +41728,7 @@ wvP wVk wVk wVk -wHL +vBw afN ajW afX @@ -41740,7 +41740,7 @@ ajW ajW afN ajW -jpd +eza wVk wVk wVk @@ -41783,17 +41783,17 @@ udP udP udP atw -gav -fuJ -fuJ -cFS -fuJ -fuJ -rTP -etT -etT -etT -qji +pZv +ijQ +ijQ +rnu +ijQ +ijQ +gPp +osZ +osZ +osZ +mPq atw aJr cwv @@ -41830,14 +41830,14 @@ aSX aSX aSX aSX -nNI -tGT -ncy -iNv -ncy -jNd -ncy -ncy +sAo +wiK +dKM +izn +dKM +mAo +dKM +dKM aWz kxI kxI @@ -41956,7 +41956,7 @@ wVk wVk wVk wVk -wHL +vBw ajW afN ajW @@ -41968,7 +41968,7 @@ ahi ajW afN agp -jpd +eza wVk wVk wVk @@ -41998,8 +41998,8 @@ tyG eDy anG anG -fwb -dLo +inS +dqy anG anG jHN @@ -42011,17 +42011,17 @@ udP udP atw atw -rNG -fuJ -fuJ -fuJ -fuJ -fuJ -vCb -nDT -scy -scy -rvF +wLS +ijQ +ijQ +ijQ +ijQ +ijQ +gjd +riO +hxs +hxs +qfS atw atw hEu @@ -42041,7 +42041,7 @@ rGu mNz hSn aJz -wMv +sLD aKI aLh aLg @@ -42054,17 +42054,17 @@ aQw aJz aJz aSL -lHN -fvk -syy +kvD +itN +twQ aSX -lSU -lkh -eqX -kOQ -ncy -ncy -elD +eIC +bJY +wmX +hyz +dKM +dKM +uxn aSL aSL aYw @@ -42184,7 +42184,7 @@ wVk wVk afk afk -wHL +vBw afN afY agk @@ -42196,7 +42196,7 @@ ajW ajW ahs ajW -jpd +eza wVk wVk wVk @@ -42222,35 +42222,35 @@ tyG tyG sUT anG -pxj -pxj +bjI +bjI anG -tix -pGq -fwb -nJM +mPU +qar +inS +nCq anG -pxj -pxj +bjI +bjI anG szy udP udP udP adp -sDb -tly -fuJ -fuJ -fuJ -fuJ -fuJ -fuJ -fuJ -fuJ -fuJ -fuJ -xQW +iOU +uaV +ijQ +ijQ +ijQ +ijQ +ijQ +ijQ +ijQ +ijQ +ijQ +ijQ +wAC adp mKf mKf @@ -42282,17 +42282,17 @@ aIL aPk uDs aSL -lHN -iJW -feE +kvD +hXp +pvs aSX -qNN -hro -rCp +vJt +qVj +rXU aSX -euu -enA -bqK +xnN +eps +geO aVB dEp kxI @@ -42397,7 +42397,7 @@ abS abS rTT rTT -aeW +tNE xdb onP eGD @@ -42412,7 +42412,7 @@ wVk wVk wVk afk -wHL +vBw ajW ajW agl @@ -42424,10 +42424,10 @@ afN ajW ajW ajW -jpd +eza wVk wVk -nQK +nJp csM wVk wVk @@ -42449,37 +42449,37 @@ ldZ tyG tyG tyG -pxj -wBN -fwb -fwb -fwb -fwb -fwb -fwb -nKN -weM -keK -pxj +bjI +mDK +inS +inS +inS +inS +inS +inS +oij +klL +aVz +bjI xPk udP udP udP -clL -fuJ -hlk -hlk -hte -uBT -hlk -iil -fuJ -fuJ -fuJ -fuJ -fuJ -fuJ -clL +dwf +ijQ +ces +ces +dMJ +pls +ces +hAl +ijQ +ijQ +ijQ +ijQ +ijQ +ijQ +dwf mKf mKf mKf @@ -42510,17 +42510,17 @@ tXO xuk oUy aSL -xXz -qoJ -vCu -ylR -arx -xDA -mpC +hHL +yjE +qzP +xHz +wyg +cRi +gZg aSX -qoZ -bPA -kcf +nJI +gDV +ybv aVB kxI kxI @@ -42640,19 +42640,19 @@ wVk wVk wVk wVk -jpQ -jwt -jwt -jwt -jwt -kZE -kZE -ryS -jwt -jwt -jwt -jwt -sep +mPJ +lGL +lGL +lGL +lGL +qBT +qBT +ddm +lGL +lGL +lGL +lGL +mdL wVk wVk wVk @@ -42677,36 +42677,36 @@ tyG tyG tyG tyG -pxj -pBU -fwb -nAa -rdn -fwb -fwb -fwb -fwb -fwb -cvr -pxj +bjI +rQm +inS +mgC +jRu +inS +inS +inS +inS +inS +dQf +bjI udP udP udP udP atz -fuJ -hlk +ijQ +ces auE auE auE -hlk -fuJ -fuJ -fuJ -laE -fuJ -fuJ -oCW +ces +ijQ +ijQ +ijQ +ghL +ijQ +ijQ +kWt adp mKf mKf @@ -42738,17 +42738,17 @@ dEg kvo mNO fFN -ncy -ncy -kJf +dKM +dKM +ick aSX -ujc -cIR -xme +dLH +plz +cyu aSX -pdY -xac -oCy +pef +xNn +iPO aWz kxI kxI @@ -42906,16 +42906,16 @@ tyG tyG anG anG -dos -fwb -fwb -dwl -fwb -fwb -dwl -fwb -fwb -aTQ +mho +inS +inS +cfl +inS +inS +cfl +inS +inS +gpf anG anG udP @@ -42923,17 +42923,17 @@ udP udP atw atw -hlk +ces auE avw auE -hlk -fuJ -fuJ -fuJ -fuJ -fuJ -rrL +ces +ijQ +ijQ +ijQ +ijQ +ijQ +gYL atw atw iXG @@ -42970,9 +42970,9 @@ fFN hHc aSL aSL -cIR -cIR -ldz +plz +plz +qLs aSL aVB aVB @@ -43132,36 +43132,36 @@ tyG tyG nqy tyG -pxj -fwb -fwb -fwb -dwl -dwl -fwb -fwb -dwl -dwl -fwb -fwb -cwz -pxj +bjI +inS +inS +inS +cfl +cfl +inS +inS +cfl +cfl +inS +inS +wxR +bjI jRm jRm jRm jRm atw -gaB +oQc auZ auE auE -hlk -fuJ -fuJ -fuJ -tIT -fuJ -rks +ces +ijQ +ijQ +ijQ +jAh +ijQ +tKr atw oUy oUy @@ -43199,7 +43199,7 @@ aSm oUy aSL aVB -vun +lVx aVB aSL iUm @@ -43360,36 +43360,36 @@ tyG tyG tyG tyG -hLk -whL -fwb -fwb -fwb -fwb -fwb -fwb -fwb -nAa -fwb -fwb -fwb -hLk +uhB +nTf +inS +inS +inS +inS +inS +inS +inS +mgC +inS +inS +inS +uhB jRm jRm jRm ppR atY -hlk -hlk -hlk -hlk -hlk -fuJ -fuJ -fuJ -fuJ -fuJ -gyu +ces +ces +ces +ces +ces +ijQ +ijQ +ijQ +ijQ +ijQ +uOP adp oUy aRa @@ -43507,7 +43507,7 @@ acf uxU uxU fDE -pAW +vRm fDE acf acf @@ -43588,36 +43588,36 @@ tyG qJx tyG tyG -fwb -fwb -fwb -fwb -fwb -fwb -fwb -fwb -fwb -pKW -fwb -fwb -fwb -fwb +inS +inS +inS +inS +inS +inS +inS +inS +inS +eaU +inS +inS +inS +inS jRm jRm ppR oqO adp -fPW -fuJ -fuJ -fuJ -fuJ -sKi -fuJ -eYO -sdV -rRq -anL +uVH +ijQ +ijQ +ijQ +ijQ +slV +ijQ +fFx +aYk +sAG +xDe adp oUy bbI @@ -43634,11 +43634,11 @@ oUy oUy ayP ayu -nCm -hPi +tJB +jMB aJA -nCm -hPi +tJB +jMB aJA ayP ezz @@ -43764,21 +43764,21 @@ abS iIB iIB rTT -aUW +cOo rTT onP abS abS abS -hdm -jYE -jYE -jYE -jYE -jYE -jYE -jYE -jYE +gxA +gxp +gxp +gxp +gxp +gxp +gxp +gxp +gxp wVk wVk wVk @@ -43816,20 +43816,20 @@ tyG tyG tyG tyG -pxj -fwb -fwb -fwb -dwl -dwl -xpg -fwb -dwl -dwl -fwb -fwb -fwb -pxj +bjI +inS +inS +inS +cfl +cfl +xyA +inS +cfl +cfl +inS +inS +inS +bjI jRm jRm iwh @@ -43839,9 +43839,9 @@ atz adp adp atw -gju -fuJ -fuJ +hed +ijQ +ijQ atw adp adp @@ -43861,13 +43861,13 @@ aDS aDS aDS aDS -kMB -kMB -ruz -kMB -kMB -kMB -kMB +umM +umM +cCd +umM +umM +umM +umM aLk aLk aLk @@ -43998,7 +43998,7 @@ onP abS abS abS -gut +rGz qjf qjf qjf @@ -44046,16 +44046,16 @@ xze tyG anG anG -cdH -fwb -fwb -dwl -fwb -fwb -dwl -fwb -fwb -qzv +oCg +inS +inS +cfl +inS +inS +cfl +inS +inS +bOs anG anG jRm @@ -44068,7 +44068,7 @@ oUy oUy atw adp -ccA +qwz adp atw oUy @@ -44086,19 +44086,19 @@ oUy aDS aDS aDS -lsB -lsB +gpm +gpm aDy -eib -kMB -qYg -ruz -qYg -qYg -qYg +fhx +umM +ciu +cCd +ciu +ciu +ciu aLk -qFp -kMg +jGh +wCB aLk aLk aLk @@ -44197,7 +44197,7 @@ fDE uxU uxU uxU -qVc +nAQ fDE spK acf @@ -44226,29 +44226,29 @@ abS abS abS abS -gut +rGz qjf -yjw -yjw +ckE +ckE xNK -yjw -yjw -yjw -yjw -yjw -yjw +ckE +ckE +ckE +ckE +ckE +ckE wVk wVk wVk wVk csM -vEF -pkh -pkh -pkh +hZk +pfB +pfB +pfB wVk wVk -nQK +nJp wVk wVk wVk @@ -44273,18 +44273,18 @@ tyG tyG tyG tyG -pxj -pQl -fwb -fwb -fwb -nAa -fwb -fwb -fwb -fwb -sWp -pxj +bjI +lRC +inS +inS +inS +mgC +inS +inS +inS +inS +szi +bjI jRm jRm jRm @@ -44312,23 +44312,23 @@ bbO oUy aDS aDS -lsB -lsB -xxW -rFe +gpm +gpm +xKH +jaH aDy aDy -wta -kMB -kMB -kMB -xSu +mqU +umM +umM +umM +qmw aLk aLk -fzp -scb -fHe -scb +lkV +gWO +oyO +gWO aLk aQx aQx @@ -44454,9 +44454,9 @@ abS pDt pDt pDt -gut +rGz qjf -yjw +ckE qjf qjf qjf @@ -44464,7 +44464,7 @@ qjf qjf qjf qjf -yjw +ckE wVk wVk wVk @@ -44483,15 +44483,15 @@ wVk wVk wVk wVk -uMW -uhB -uhB +ycA +baA +baA ajX sqj sqj ajX ajX -oXa +lFt amr hJW tyG @@ -44501,18 +44501,18 @@ tyG tyG tyG tyG -pxj -hmX -kUp -iUJ -fwb -fwb -fwb -fwb -fwb -fwb -wZI -pxj +bjI +xYp +sez +bpf +inS +inS +inS +inS +inS +inS +wUj +bjI xpf jRm mFu @@ -44539,26 +44539,26 @@ oUy azp azp aDS -uYo -rFe -rFe -ucX -rFe -eBt +vKV +jaH +jaH +tRW +jaH +raQ aDy -kMB -kMB -kMB -kMB -kMB +umM +umM +umM +umM +umM aLk -auN -scb -scb -scb -bbF +bsZ +gWO +gWO +gWO +xLd aLk -kKv +fgq aQx aQx oUy @@ -44682,9 +44682,9 @@ pDt pDt pDt pDt -gut +rGz qjf -cxs +xzZ qjf qjf qjf @@ -44692,7 +44692,7 @@ qjf aff qjf qjf -yjw +ckE wVk csM lQC @@ -44711,15 +44711,15 @@ wVk wVk wVk wVk -ceU -iYD +xjW +pem whR sqj sqj sqj whR -iYD -brc +pem +bhN amr hJW tyG @@ -44730,16 +44730,16 @@ tyG tyG tyG anG -pxj -pxj +bjI +bjI anG -fwb -fwb -fwb -fwb +inS +inS +inS +inS anG -pxj -pxj +bjI +bjI anG gYs jRm @@ -44765,29 +44765,29 @@ azp azq azq azp -nrv +oah aDy -bzi -cyU -cyU -cyU -rFe -gIK +hpP +cUR +cUR +cUR +jaH +dJR aDy -tXS -kMB -kMB -kMB -kMB +eZG +umM +umM +umM +umM aLk -noU -isv -isv -xHt -scb +kdW +kHq +kHq +kJX +gWO aLk -wXs -hLz +jse +juY aQx aSv aTw @@ -44910,9 +44910,9 @@ pDt pDt qRj pDt -gut +rGz qjf -jih +mxD qjf qjf qjf @@ -44920,7 +44920,7 @@ qjf afg qjf qjf -yjw +ckE qjf lQC lQC @@ -44937,17 +44937,17 @@ wVk csM xov wVk -eDe +cQP wVk -ceU +xjW whR sqj kft sqj whR whR -iYD -brc +pem +bhN amr hJW tyG @@ -44961,10 +44961,10 @@ tyG tyG tyG anG -pxj -fwb -dLo -pxj +bjI +inS +dqy +bjI anG tyG tyG @@ -44990,35 +44990,35 @@ oUy wAP oUy azq -vZw -nGy -pQX -vZw +fcN +inv +tHe +fcN aDy aEC aDy aDy aDy -pdP -rFe -ddl -kMB -cQR -jgz -nCm -kMB +dcK +jaH +vtU +umM +aAF +kCq +tJB +umM aLk aLk aLk aLk aLk -qBo +kAJ aLk -tXQ -erS -rFc -tXQ -tXQ +xzH +sLc +fRj +xzH +xzH aSv oUy fjP @@ -45127,7 +45127,7 @@ eQL pgc iIB iIB -cuY +lBN xhv abS pDt @@ -45138,9 +45138,9 @@ pDt pDt pDt pDt -gut +rGz qjf -gUZ +hBO qjf qjf xNK @@ -45148,7 +45148,7 @@ xNK afh qjf qjf -yjw +ckE qjf lQC lQC @@ -45167,15 +45167,15 @@ wVk wVk wVk wVk -ceU -iYD +xjW +pem whR sqj sqj sqj -iYD +pem whR -brc +bhN amr hJW tyG @@ -45218,35 +45218,35 @@ oUy oUy oUy azq -nIR -sMj -avs -vZw +cxd +oea +iTW +fcN aDT -sFb -gcw -epL -ddl -lFK -rFe +bmA +iFf +kbf +vtU +rKY +jaH aDy -kMB -sEi -gsG -pqu -kMB +umM +knA +hOX +oZd +umM aLl -qpF -wsQ -toN -tFF -toN +nEW +cwG +jYl +isI +jYl aLl -ixZ -qYe -tXQ -tXQ -jtu +cwk +jNY +xzH +xzH +jyI aSv oUy oUy @@ -45366,9 +45366,9 @@ pDt pDt pDt wWS -gut +rGz qjf -yjw +ckE qjf qjf xNK @@ -45376,7 +45376,7 @@ xNK xNK qjf qjf -yjw +ckE qjf qjf lQC @@ -45395,15 +45395,15 @@ wVk wVk wVk wVk -uMW +ycA ajX ajX sqj sqj ybu -uhB -uhB -oXa +baA +baA +lFt amr hJW tyG @@ -45446,35 +45446,35 @@ oUy azp azp azp -vSu -avs -kCH -daf +rSG +iTW +fud +pgd aDy -uKS -cpG -nVa +bUk +urW +hTb aDy -syr -dRn +eQX +vcu aDy -oEH -sEi -wWy -pqu -kMB +tbJ +knA +lDf +oZd +umM aLl -jkr -eOd -eOd -xfc -eOd +nKv +cSl +cSl +cSV +cSl aLl -xzn -erS -dAR -rSg -gzs +bSZ +sLc +igP +sak +hhZ aQx oUy oaL @@ -45594,9 +45594,9 @@ pDt pDt pDt guW -gut +rGz qjf -yjw +ckE qjf qjf qjf @@ -45604,7 +45604,7 @@ qjf qjf afl qjf -yjw +ckE qjf qjf lQC @@ -45672,12 +45672,12 @@ aKo oUy oUy azq -mMi -tau -wyQ -nJV -igO -wyQ +eWC +hyi +tMC +sOY +nrh +tMC aDU aEF aDT @@ -45686,11 +45686,11 @@ aDy aDy aDy aDy -wfn -sEi -jBR -pqu -kYr +bxf +knA +lMU +oZd +hWP aLl aKQ aKQ @@ -45699,7 +45699,7 @@ aKQ aNT aLl aQx -hMJ +hxN aQx aQx aQx @@ -45802,7 +45802,7 @@ fDE fDE fDE fDE -xRh +eWy hNT ydz xhv @@ -45822,9 +45822,9 @@ pDt pDt pDt pDt -gut +rGz qjf -yjw +ckE qjf qjf qjf @@ -45832,7 +45832,7 @@ qjf qjf afn qjf -yjw +ckE qjf qjf lQC @@ -45900,39 +45900,39 @@ oUy oUy oUy azq -wNs -vZw -eei +ssA +fcN +kos azP azP azP azP -gdh -oeR -cTr -oeR -dXa -btJ +kCM +wtx +bPV +wtx +cEb +kta aGW -cLB -sEi -wWy -pqu -sqq +mal +knA +lDf +oZd +nOc aLl -sVn -nva -vXg -uIK -bXo +cZf +oOt +hDR +pOM +lzu aLl -dCq -jcS -csO +bqi +gvY +dwZ aQM -fUC -mru -kGZ +lvU +vjb +opp aQM oUy tBJ @@ -46044,15 +46044,15 @@ xhv pDt oeN oeN -bmD +oZn oeN oeN oeN pDt pDt -gut +rGz qjf -dQe +wbo aeF aeL qjf @@ -46060,10 +46060,10 @@ qjf qjf afo qjf -jYE -jYE -jYE -jYE +gxp +gxp +gxp +gxp lQC lQC fpn @@ -46128,39 +46128,39 @@ oUy pBk azp azp -pku -oyZ -vZw -cFF -dGF -wlj +mvv +xtO +fcN +eZe +cFO +rtQ azP -sow -omS -tlm -omS -tlm -omS +fbr +qic +oBf +qic +oBf +qic acl -vqB -sEi -svy -pqu -kMB +put +knA +kTg +oZd +umM aKQ -ukX -skU -skU -skU -cJj +usV +bzc +bzc +bzc +pSj aLl -kQB -uKk -wPz +hsR +csv +eFQ aQM -bDk -bYF -jKJ +uGU +luj +oiO aQM aQM oUy @@ -46271,16 +46271,16 @@ hEe xhv pDt oeN -muU -wIS -wIS -brS +kix +inc +inc +iLh oeN pDt pDt -gut +rGz qjf -yjw +ckE qjf qjf qjf @@ -46288,7 +46288,7 @@ qjf qjf qjf qjf -yjw +ckE qjf qjf qjf @@ -46355,13 +46355,13 @@ oUy oUy oUy azp -rGi -vZw -nGy -vZw -xdS -nai -wYq +vgp +fcN +inv +fcN +eqg +edv +pxu azP aOF aFo @@ -46369,27 +46369,27 @@ aFo aFo aFo aFo -nPW -kMB -xrX -pru -ybU -kMB +gnG +umM +ivD +hkk +pXt +umM aKQ -eiV -kVN -uIh -dLO -rkA +eiX +wQf +haj +siu +dvh aLl -vwC -cxj -bpC +kxn +reR +glG aQM aQM aQM -jKJ -omT +oiO +wTT aQM aXV oUy @@ -46472,7 +46472,7 @@ cSL ryp fDE fDE -pwE +irr fDE fDE acf @@ -46495,20 +46495,20 @@ crn nbw ntr ntr -hdK +bFm xhv pDt oeN -iif -wIS -wIS -mjd +udd +inc +inc +wuS oeN pDt pDt -gut +rGz qjf -yjw +ckE qjf qjf qjf @@ -46516,7 +46516,7 @@ qjf qjf aeN qjf -yjw +ckE qjf qjf qjf @@ -46585,8 +46585,8 @@ azp azp azP azP -vZw -eof +fcN +dfF azP azP azP @@ -46597,27 +46597,27 @@ aFo aFo aFo aFo -mDr -kMB -kMB -kMB -kMB -kMB +vDB +umM +umM +umM +umM +umM aKQ -oqC -edO -dih -xgF -iFF +nCa +dEB +qvm +uxy +ppz aLl -oeg -jcS -oFS -iCU -bpC -tvu -lzt -fTB +lEd +gvY +dII +jBu +glG +vQa +clE +wiG aQM aQM oUy @@ -46727,16 +46727,16 @@ eQL xhv pDt oeN -flN -wIS -wIS -orf +eXx +inc +inc +qFX oeN pDt pDt -gut +rGz qjf -yjw +ckE qjf qjf qjf @@ -46810,43 +46810,43 @@ oUy oUy oUy azq -dbT -gue -hTs -vZw -vZw -cFF -dGF -aYz +hOv +lyF +kYb +fcN +fcN +eZe +cFO +eAE azP -oXv -qGA -fyr -qGA +myR +pXy +jZZ +pXy aGs aGs aGs -kMB -dtl -nCm -kMB -kMB +umM +emo +tJB +umM +umM aLl aKQ aLl -sOD -nML -vuR +gzu +uud +rnF aLl -tds -lQe -gRM -wMA -mbd +mWG +iPK +bir +hSA +xJE aQM -jLO -fvT -ehF +oim +brM +cjm aSB oUy mko @@ -46934,7 +46934,7 @@ jgy abl acf uxU -xRh +eWy fDE qWI abl @@ -46955,16 +46955,16 @@ aTy hRB pDt oeN -xNB -wIS -wIS -oZW +pqo +inc +inc +rRb oeN qRj pDt -gut +rGz qjf -yjw +ckE qjf qjf qjf @@ -46988,7 +46988,7 @@ lQC lQC iXj iXj -nxk +oYX iXj lQC lQC @@ -47038,43 +47038,43 @@ oUy oUy oUy azq -siL -nhb -tVx -nGy -vZw -gvw -voH -gPd +ipL +vpc +jzq +inv +fcN +rDg +hJL +ucR azP -sJR -omS -tlm -omS +uSn +qic +oBf +qic aGs -sJG -uVq -kMB -dtl -dtl -nCm -kMB -uVq -vrt +lAI +xLo +umM +emo +emo +tJB +umM +xLo +wkA aKQ -brj -lzh -hrN +kWi +swX +lgP aLl -jOl -uys -bpC -bpC -qID +vgI +eKV +glG +glG +hBs aQM -ujY -vtR -pSS +hXr +wTp +bGA aSB oUy mko @@ -47183,14 +47183,14 @@ pDt pDt pDt oeN -xNQ -tcP -cYl -pEz +ueP +xXL +rdY +xYw oeN pDt pDt -gut +rGz xNK xNK qjf @@ -47215,8 +47215,8 @@ lQC lQC lQC iXj -mkL -inn +spI +ffg iXj ajq ako @@ -47269,26 +47269,26 @@ azp azP azP azP -vZw -ofP +fcN +xiy azP azP azP azP acc -lXT +tJt acl acl aGs -rle -kMB -kMB +kPO +umM +umM aJb -dtl -dtl -nCm -kMB -tPA +emo +emo +tJB +umM +rAK aLl aNT aKQ @@ -47428,7 +47428,7 @@ qjf xNK qjf qjf -yjw +ckE qjf xNK qjf @@ -47442,10 +47442,10 @@ lQC lQC lQC lQC -npk -okc -mrL -npk +eeV +esv +pkR +eeV ajr sqj sqj @@ -47493,45 +47493,45 @@ oUy sgj mXR ayu -eAT -kMB -vBz -kMB -kMB -kMB -kMB -kMB -reV -mQP -qjm -kMB -kMB -kMB -kMB -kMB -kMB -qTx +uux +umM +wEZ +umM +umM +umM +umM +umM +pVw +iGU +ueU +umM +umM +umM +umM +umM +umM +nOd aJb aJc -ecP -dtl -ftS -sfF -kMB -kMB -tXS -reV -mfp -olc -rFi -kMB -kMB -kMB -fpY -rFi -vBz -gig -kMB +ufn +emo +wpJ +uPy +umM +umM +eZG +pVw +trm +vax +pvZ +umM +umM +umM +wYe +pvZ +wEZ +gsn +umM aWK yle yle @@ -47656,24 +47656,24 @@ qjf qjf qjf qjf -yjw +ckE qjf qjf qjf pim lQC lQC -iud +uwo lQC lQC lQC lQC lQC lQC -npk -vnh -jmc -oyf +eeV +oPc +oEy +qRr aju ajF ajG @@ -47721,46 +47721,46 @@ tsK axW jRm ayQ -kMB -kMB -iQP -kMB -gKl -kMB -kMB -kMB -kMB -kMB -rFi -kMB -kMB -kMB -kMB -kMB -gKl -kMB +umM +umM +xFK +umM +pYC +umM +umM +umM +umM +umM +pvZ +umM +umM +umM +umM +umM +pYC +umM aJc -eHT -jgT -ecP -ftS -kMB -kMB -kMB -kMB -kMB -kMB -kMB -rFi -tXS -kMB -kMB -kMB -rFi -kMB -ruz -gig -kDi +mVF +ihN +ufn +wpJ +umM +umM +umM +umM +umM +umM +umM +pvZ +eZG +umM +umM +umM +pvZ +umM +cCd +gsn +vzd yle yle yle @@ -47884,10 +47884,10 @@ qjf qjf qjf qjf -sDw -sDw -sDw -pPu +gQG +gQG +gQG +wdH lQC lQC lQC @@ -47898,10 +47898,10 @@ lQC tMB lQC lQC -npk -tgZ -xBY -oyf +eeV +hzl +rUC +qRr aju ajF ajZ @@ -47949,46 +47949,46 @@ jRm mFu jRm ayw -kMB -kMB -iQP -qDv -kMB -kMB -jcb -jcb -jcb -jcb -vdj -jcb -jcb -jcb -jcb -jVO -kMB -ftS -bow -eHT -ecP +umM +umM +xFK +xeR +umM +umM +wEh +wEh +wEh +wEh +lJX +wEh +wEh +wEh +wEh +rXP +umM +wpJ +rYL +mVF +ufn aJc -kMB -kMB -jcb -jcb -jcb -jcb -jcb -jcb -vdj -jcb -jcb -kMB -kMB -rFi -kMB -tXS -gig -kMB +umM +umM +wEh +wEh +wEh +wEh +wEh +wEh +lJX +wEh +wEh +umM +umM +pvZ +umM +eZG +gsn +umM yle yle yle @@ -48069,7 +48069,7 @@ acf uxU uxU mrg -diU +dTi ogJ jgy abl @@ -48112,12 +48112,12 @@ qjf qjf qjf qjf -yjw +ckE qjf qjf -iGU -iGU -iud +mOp +mOp +uwo lQC lQC lQC @@ -48127,8 +48127,8 @@ lQC lQC lQC iXj -hmw -cbb +gHp +jlR ajh ajs sqj @@ -48177,12 +48177,12 @@ jRm jRm jRm ayu -ruz -ruz -kMB -kMB -kMB -kuh +cCd +cCd +umM +umM +umM +vrx aCx aCX aDw @@ -48192,15 +48192,15 @@ aFt aFT aFt aGN -wZB -qWM -inJ -mnj +rln +blJ +sTU +uGm aJJ aKy aKM -inJ -uRl +sTU +oTm aNj aFt aOM @@ -48210,12 +48210,12 @@ aFt aRN aFt aSV -wZB -gyU -rBT -kMB -kMB -kMB +rln +hqv +hIz +umM +umM +umM aWM yle yle @@ -48311,12 +48311,12 @@ acf acf ecy acH -nqn +vdw adk -qHW +sIf kZk -qfI -ydO +phr +lIG ecy ecy ecy @@ -48340,7 +48340,7 @@ qjf qjf qjf qjf -yjw +ckE afR qjf lQC @@ -48355,8 +48355,8 @@ lQC lQC oeS iXj -flG -cbb +ppX +jlR iXj ajr sqj @@ -48405,46 +48405,46 @@ jRm jRm jRm ayQ -ruz -kMB -iQP -qYg -kMB -kMB -cYs -cYs -cYs -cYs -wIo -cYs -cYs -cYs -cYs -kMB -kMB -ftS -ecP -ecP -eHT +cCd +umM +xFK +ciu +umM +umM +vKW +vKW +vKW +vKW +srW +vKW +vKW +vKW +vKW +umM +umM +wpJ +ufn +ufn +mVF aJc -kMB -kMB -cYs -cYs -cYs -cYs -cYs -cYs -wIo -cYs -cYs -kMB -kMB -rFi -kMB -gig -gig -kDi +umM +umM +vKW +vKW +vKW +vKW +vKW +vKW +srW +vKW +vKW +umM +umM +pvZ +umM +gsn +gsn +vzd yle yle yle @@ -48539,22 +48539,22 @@ acf acf ecy acH -jac -aUZ -wQS -qPI -tkB -kNb -wQS -gTD +ctZ +dbi +paN +xwE +uSN +lnZ +paN +mMh vhx sfH adw pDt pDt pDt -hht -pLw +pKL +nAP qRj pDt pDt @@ -48568,7 +48568,7 @@ qjf qjf qjf qjf -yjw +ckE qjf qjf lQC @@ -48583,9 +48583,9 @@ lQC lQC iXj iXj -noQ -cbb -npk +vpU +jlR +eeV ajt sqj sqj @@ -48633,46 +48633,46 @@ aWh god jRm ayw -ruz -iQP -kMB -kMB -kMB -kMB -kMB -kMB -kMB -kMB -rFi -kMB -kMB -kMB -kMB -kMB -kMB -kMB +cCd +xFK +umM +umM +umM +umM +umM +umM +umM +umM +pvZ +umM +umM +umM +umM +umM +umM +umM aJc -ecP -dtl -ecP -kMB -jVO -kMB -gKl -kMB -kMB -kMB -kMB -rFi -kMB -kMB -kMB -kMB -rFi -ruz -hHM -ftS -kMB +ufn +emo +ufn +umM +rXP +umM +pYC +umM +umM +umM +umM +pvZ +umM +umM +umM +umM +pvZ +cCd +fzz +wpJ +umM yle yle nfD @@ -48766,13 +48766,13 @@ acf acf acf ecy -jac -dqq -sjH -pOi -vxZ -pXS -wQS +ctZ +cIj +eEl +pey +jeN +hjA +paN nUC sfH wcK @@ -48789,14 +48789,14 @@ pDt aen xNK xNK -yjw -yjw -yjw -yjw -yjw +ckE +ckE +ckE +ckE +ckE xNK -yjw -yjw +ckE +ckE qjf qjf lQC @@ -48810,10 +48810,10 @@ lQC eOq lQC iXj -dLV +vsN keS -oAU -npk +sEC +eeV ajr kft sqj @@ -48861,52 +48861,52 @@ fjM aVm qKl ayR -hQw -ruz -cxp -kMB -kMB -kMB -kMB -kMB -reV -nEP -qjm -kMB -kMB -kMB -kMB -hQw -kMB -kMB +qFr +cCd +lHy +umM +umM +umM +umM +umM +pVw +qAb +ueU +umM +umM +umM +umM +qFr +umM +umM aJb aJb -dtl -dtl -kMB -kMB -kMB -kMB -kMB -reV -itN -olc -xjv -kMB -kMB -kMB -kMB -lYT -kMB -kMB -kMB +emo +emo +umM +umM +umM +umM +umM +pVw +pyX +vax +dlG +umM +umM +umM +umM +bsh +umM +umM +umM aWK yle yle yle yle cqw -fKG +phm qZv bFa tsa @@ -48994,14 +48994,14 @@ acf acf acf acE -oKL -nov -eAo -dXH +dlk +nSm +jKp +pUy qHC -bVF -ddu -qPI +poI +uiG +xwE lkj uya wSg @@ -49037,11 +49037,11 @@ lQC lQC lQC lQC -npk -sLM +eeV +lao aiF -cbb -npk +jlR +eeV ajr sqj sqj @@ -49093,32 +49093,32 @@ azw azR azR azR -mzj -fWL +iAq +xDs azR azR azR aDY aET -uyj -uyj +iOw +iOw aDY aDY -rle -kMB -kMB +kPO +umM +umM aJb -dtl -dtl -ybU -kMB -tPA +emo +emo +pXt +umM +rAK aNk -hGd -fQf -hGd -hGd -hGd +dvp +aBp +dvp +dvp +dvp aUJ aNk aNk @@ -49134,7 +49134,7 @@ ebS ebS ebS vjO -fKG +phm qZv hxL tsa @@ -49222,13 +49222,13 @@ acf acf acf ecy -jac -qAY -qPI -gqh +ctZ +sRa +xwE +qxu tlQ hfX -mda +ulq xPD ovw qSn @@ -49245,15 +49245,15 @@ pDt aen aen aen -sDw -sDw -sDw -sDw -sDw -sDw -bZU -sDw -sDw +gQG +gQG +gQG +gQG +gQG +gQG +atg +gQG +gQG agc lQC lQC @@ -49265,11 +49265,11 @@ lQC lQC lQC lQC -npk -fNW +eeV +fZJ aiG -cbb -npk +jlR +eeV ajr sqj sqj @@ -49318,43 +49318,43 @@ fjM fjM fjM azx -cmH -itv -lZG -sOB -sOB -ije -ixn -vTx +bQw +pfS +hgn +pZq +pZq +wUl +eIR +rWu aDY -iCL -dJq -dJq -xYh +pIu +fdy +fdy +nNO aDY -lUe -uVq -kMB -dtl -dtl -ybU -kMB -jXs -kxE +uWV +xLo +umM +emo +emo +pXt +umM +pJZ +kOc aNk -kik -djE -yaA -nIj -lxQ -hCD -oXE -qdr +ofz +nuH +qqO +cHX +iup +mbZ +gcs +oWv aNk -xNd -oQA -iCY -ndZ +gIa +mQq +iAo +gVm aVu dZp wpw @@ -49451,24 +49451,24 @@ acf acf jGo acD -jac -eWW -tkB +ctZ +vKh +uSN vuy dOf -cUi -ddu -gTD +vgG +uiG +mMh ecy ecy ads pDt -ovf +fYK pDt adi lLi -ovf -pLw +fYK +nAP pDt lKF xNK @@ -49493,10 +49493,10 @@ lQC lQC lQC lQC -npk -xmV +eeV +uqu keS -cbb +jlR iXj ajr sqj @@ -49545,44 +49545,44 @@ cOs cOs fjM ayS -qDt -bqo -jRG -iJP -mzj -mzj -gad -jRG -cLL +xwj +ttb +xfd +cOI +iAq +iAq +ktb +xfd +gxk aDY -odC -edd -bEX -oIK +lMR +vHF +kXQ +jyh aDY aDY aDY -cJJ -dtl -ybU -kMB -cJJ +ulH +emo +pXt +umM +ulH aLp aLp aLp -nyn -djE -djE -djE -djE -dMy -rCH -nlJ +sUh +nuH +nuH +nuH +nuH +nfj +jkV +urb aNk -pYY -dMy -wti -uoR +cIb +nfj +fps +sxI aVu wpw wpw @@ -49679,19 +49679,19 @@ acf acf acE ecy -jac -jac +ctZ +ctZ acX -fRr +nqX iHQ -rvj +xEp ecy ecy ecy adu oSp -ovf -pLw +fYK +nAP pDt pDt pDt @@ -49722,9 +49722,9 @@ lQC lQC lQC iXj -jUH +bsO aiH -cbb +jlR iXj ajv sqj @@ -49777,39 +49777,39 @@ azw azw azR azR -sOB -jJi +pZq +ocX azR azR azR aDY -qbv -ptn -pTY -ubY -pXC -uvu +oEi +vuA +eGs +iKS +scj +iFG aDY -eQj -kMB -kMB -kMB -eQj -xZH -xRI -juO -kjg -djE -iHR -www -djE -tuW -iCY -fva +cYJ +umM +umM +umM +cYJ +coe +sHq +mgW +xuP +nuH +dBy +hTM +nuH +jBt +iAo +fHE aNk -csW -tuW -cLE +rsH +jBt +sKy aVu aVu wpw @@ -49949,11 +49949,11 @@ hHR hHR tMB lQC -npk -uvm +eeV +bDP keS -qLi -oyf +qBC +qRr aju ajG sqj @@ -50003,41 +50003,41 @@ fjM fjM fjM azw -pyj -hjY -mzj -mzj -cmH -hgG -cmH +flK +lNK +iAq +iAq +bQw +bxr +bQw aDY -rlG -dJq -cDV -dJq -dJq -rIv +amP +fdy +qHI +fdy +fdy +uEM aDY -wct -cQR -jgz -nCm -vqB -xZH -vCw -juO -smL -djE -djE -djE -djE -hXG -jNl -iCY +sXD +aAF +kCq +tJB +put +coe +eLb +mgW +dwg +nuH +nuH +nuH +nuH +php +bXG +iAo aTD -iCY -voO -qrw +iAo +lNS +aNy aVu wpw tIZ @@ -50177,11 +50177,11 @@ hHR lQC lQC lQC -npk -uvm +eeV +bDP keS -byE -oyf +dJJ +qRr aju ajG sqj @@ -50232,33 +50232,33 @@ fjM fjM azw azw -sNP -qXI -qXI -fnU -mPj -ruQ +eVq +cPn +cPn +cuW +owG +voL aEa -fFS -sqx -dJq -gbc -dJq -pHI +hhj +imQ +fdy +hHk +fdy +qXi aDY -irx -sEi -dtG -pqu -kMB -nqM -ruJ -juO -djE -djE -djE -djE -dBf +sOP +knA +cNP +oZd +umM +gCF +gXn +mgW +nuH +nuH +nuH +nuH +oXr aUJ aNk aTb @@ -50405,11 +50405,11 @@ lQC lQC lQC lQC -npk -hzs +eeV +ljH aiI -xOr -npk +hWX +eeV ajr sqj ybu @@ -50459,40 +50459,40 @@ fjM fjM fjM azU -qDt -pez -mzj -mzj +xwj +rfy +iAq +iAq azR azR azR aDY -odC -cxN -dJq -ubQ -dJq -xhj +lMR +pmA +fdy +igA +fdy +ooj aDY -xJx -sEi -gti -pqu -tXS -ruJ -ruJ -juO -lxQ -piQ -qvE -sOm -qHi +qAr +knA +eom +oZd +eZG +gXn +gXn +mgW +iup +rfM +uXM +mcs +vtH aUJ -fLT -dpE -jSY -ruJ -ruJ +ybx +pbY +oMx +gXn +gXn aNo eeW wpw @@ -50613,9 +50613,9 @@ pDt ahv aeg aeg -agy -krN -pXU +jaE +fmS +xAm aeg aeg ahv @@ -50634,9 +50634,9 @@ lQC lQC lQC iXj -uOS -iMD -nyN +pwa +mQh +hOJ iXj ajr sqj @@ -50687,39 +50687,39 @@ fjM pJN cOs azU -qDt -ujP -lOM -mzj -dzY -mzj -lYO +xwj +vwG +fsr +iAq +mRM +iAq +xqd aEb -odC -ubQ -dJq -tOC -dJq -xRd +lMR +igA +fdy +quh +fdy +hFS aDY -wta -sEi -oBw -pqu -kMB -xZH -ruJ -ruJ -ruJ -ruJ +mqU +knA +hri +oZd +umM +coe +gXn +gXn +gXn +gXn aNk aNk aNk aUJ -rgA -vFu -grt -lNn +tIu +tQq +hgc +izm aNo aNo wpw @@ -50840,11 +50840,11 @@ ahv ahv ahv slW -nKg -pKK -gBw -pXU -nKg +hnJ +bXN +blD +xAm +hnJ aeg ahv ahv @@ -50862,9 +50862,9 @@ lQC lQC lQC iXj -npk -nXv -npk +eeV +cTU +eeV iXj ajr ajH @@ -50903,8 +50903,8 @@ aqW aqW arH aqW -dLc -jHD +roD +oXu arK avR vLO @@ -50918,35 +50918,35 @@ fjM azw aBg azR -pkw -gRY -lPG -oQM +pKG +kdM +vtF +rTR aDY -gPZ -nmL -dJq -xhj -dJq -iWZ +sFs +rnB +fdy +ooj +fdy +qwE aDY -mpq -sEi -gti -pqu -gKl -xZH -qDn -ruJ -ruJ -ruJ -ruJ -xiU -vUv -wJx -ruJ -qmp -qmp +dfY +knA +eom +oZd +pYC +coe +gSM +gXn +gXn +gXn +gXn +quf +pfE +sqo +gXn +pEL +pEL aNo aNo cMj @@ -51032,7 +51032,7 @@ pUm pUm vVC vVC -aHy +xkj etU xar pUm @@ -51068,11 +51068,11 @@ ahv ahv ahv aeg -uge -cbe -fzv -eXl -uge +bLU +wwA +vlM +hVD +bLU slW ahv ahv @@ -51131,9 +51131,9 @@ aqW asi aqW aqW -ilV -jHD -jHD +dND +oXu +oXu arK arK fjM @@ -51148,33 +51148,33 @@ ati azR azR azR -uDe -ujP +wBw +vwG aDY -ecl -hkY -dJq -ubQ +tTD +idy +fdy +igA aDY aDY aDY -kMB -sEi -rGT -pqu -kMB +umM +knA +fqu +oZd +umM aLp aLp aLp -ruJ -dpE -dpE -oas -dpE -wJx -sOx -ruJ -ruJ +gXn +pbY +pbY +vAH +pbY +sqo +bsP +gXn +gXn aTe wpw wpw @@ -51251,7 +51251,7 @@ vVC vVC vVC bvj -mKh +tmM bvj bvj pUm @@ -51296,11 +51296,11 @@ ahv ahv ahv aeg -nKg -gBw -gBw -gBw -nKg +hnJ +blD +blD +blD +hnJ aeg ahv ahv @@ -51359,10 +51359,10 @@ aqW arH aqW aua -ilV -ygT -jHD -jHD +dND +qJv +oXu +oXu arK arK fjM @@ -51384,25 +51384,25 @@ aDY aEb aDY aDY -seO -kMB -kMB -xrX -pru -ybU -kMB -kMB -kvA +pcj +umM +umM +ivD +hkk +pXt +umM +umM +lOP aLp -hpS -wxB -ecB -noI -cjp -wJx -ruJ -sOx -ruJ +kNl +rCR +kuy +qGC +mxF +sqo +gXn +bsP +gXn aUh aUO wpw @@ -51524,11 +51524,11 @@ ahv ahv afS aej -fAv -evW -vYr -gpu -cnU +ieO +dmP +iff +jdj +nOR aej ssK rYA @@ -51587,11 +51587,11 @@ asz aqW aqW aqW -ilV -jrT -jHD -jHD -jHD +dND +mww +oXu +oXu +oXu arK arK fjM @@ -51606,28 +51606,28 @@ ati wWs ati asN -vgD -eEx -vgD -hpQ +rhe +xWu +rhe +bmk aGw asN -oEH -kMB -jGp -kMB -kMB -kMB -kMB -kMB -kMB -xZH -ruJ -miu -vhd -noI -mgF -uXc +tbJ +umM +mEY +umM +umM +umM +umM +umM +umM +coe +gXn +cMo +shX +qGC +eqE +nTH aNo aNo aNo @@ -51728,7 +51728,7 @@ whU whU unp vAT -emi +ajz vAT lBl uyn @@ -51751,13 +51751,13 @@ ahv ahv ahv aeg -byc -viw -oDi -oDi -oDi -weY -nKg +pjh +oaO +fjw +fjw +fjw +niE +hnJ cRm rYA agX @@ -51778,16 +51778,16 @@ xch xch xch xch -vHo -vPO -cVi -gtv -lmj -sAA -gtv -lmj -hDb -nSs +hAh +swE +oIs +tyf +xnk +rEk +tyf +xnk +cNL +baQ cpY dmZ dmZ @@ -51812,15 +51812,15 @@ arH aqW aqW aqW -ilV -ilV -lKr -ilV -drO -jHD -jHD -jHD -jHD +dND +dND +kus +dND +wkW +oXu +oXu +oXu +oXu arK axY abY @@ -51834,27 +51834,27 @@ ati aAD ati axZ -thB -rkw -rkw -rkw -ujk -tKw -kMB -kMB -kMB -hQw -kMB -kMB -kMB -kMB -kMB -uhc -ruJ -guD -cKl -cKl -cKl +tzQ +qMk +qMk +qMk +mer +iMc +umM +umM +umM +qFr +umM +umM +umM +umM +umM +qko +gXn +oEe +svo +svo +svo aNo aNo aky @@ -51933,7 +51933,7 @@ pUm pUm vVC bvj -olY +qNT bvj bvj pUm @@ -51966,7 +51966,7 @@ tSi bkK vAT jJg -hcq +uKZ whU whU pDt @@ -51979,13 +51979,13 @@ ahv ahv ahv slW -hgU -weY -oDi -oDi -oDi -ozM -qPa +kcW +niE +fjw +fjw +fjw +gED +eWH ssK rYA agX @@ -52006,7 +52006,7 @@ xch xch xch xch -aPL +rET hsc hsc hsc @@ -52015,7 +52015,7 @@ hsc hsc hsc hsc -dvi +neE dmZ dmZ amW @@ -52040,15 +52040,15 @@ aqW aqW asz aqW -dLc -jHD -jHD -jHD -jHD -jHD -jHD -jHD -jHD +roD +oXu +oXu +oXu +oXu +oXu +oXu +oXu +oXu arK asN asN @@ -52062,25 +52062,25 @@ ati wWs ati axZ -rkw -rkw -ilw -rkw -ujk -tKw -kMB -kMB -qDv -kMB -kMB -kMB -kMB -qDv -cfJ -xZH -ruJ -glN -ruJ +qMk +qMk +sLj +qMk +mer +iMc +umM +umM +xeR +umM +umM +umM +umM +xeR +vZw +coe +gXn +rbJ +gXn aNo aNo aNo @@ -52207,13 +52207,13 @@ ahv ahv ahv slW -byc -weY -oDi -oDi -oDi -weY -jNa +pjh +niE +fjw +fjw +fjw +niE +qHh jFc rYA agX @@ -52227,23 +52227,23 @@ wJT xch xch xch -eJN -tHD +qhA +tKo xch xch xch xch xch -exh -hKd -dzU -fCE -mGW -mGW -nxt -xWz -xWz -jNk +frB +rga +dru +fzf +gSd +gSd +hOE +vxA +vxA +piq cpY dmZ dmZ @@ -52268,16 +52268,16 @@ aqW aqW aqW aqW -dLc -cKc -jHD -jHD -jHD -jHD -jHD -lrA -jHD -jHD +roD +wBk +oXu +oXu +oXu +oXu +oXu +cRp +oXu +oXu asN ayC ati @@ -52296,22 +52296,22 @@ aFF aFF aGy asN -jbR -kMB -kMB -kMB -kMB -qDv -kMB -kMB -lHP +kgB +umM +umM +umM +umM +xeR +umM +umM +kof aLp -sOx +bsP aNo -kcC +sEK aNo -umw -rGG +bEa +lLW aky btF muv @@ -52375,7 +52375,7 @@ pZb uYj eqS uYj -lfY +lOI xpR xpR xpR @@ -52435,13 +52435,13 @@ ahv ahv ahv slW -hgU -weY -oDi -oDi -oDi -weY -ovV +kcW +niE +fjw +fjw +fjw +niE +kwe aeg rYA gxd @@ -52492,20 +52492,20 @@ cpY aqG aqX aqW -dLc -ilV -lKr -ilV -ilV -jHD -jHD -jHD -jHD -qXD -jHD -jHD -jHD -jHD +roD +dND +kus +dND +dND +oXu +oXu +oXu +oXu +cpX +oXu +oXu +oXu +oXu axZ ati ati @@ -52517,7 +52517,7 @@ aBH ati wWs ati -jqh +xDn atE asN aFG @@ -52525,21 +52525,21 @@ aFZ aFZ aFG aGW -cfJ -qDv -qDv -uhu -kMB -qDv -uhu +vZw +xeR +xeR +rdt +umM +xeR +rdt ayP aNo -kKD +ioj aNo aGz aGz aGz -qKN +twb aky btF muv @@ -52591,7 +52591,7 @@ aag aag dzM uYj -lfY +lOI gzH qfK pRD @@ -52663,13 +52663,13 @@ ahv ahv ahv aeg -jNa -weY -oDi -oDi -oDi -weY -byc +qHh +niE +fjw +fjw +fjw +niE +pjh slW rYA fPi @@ -52686,9 +52686,9 @@ xch ffC xch xch -eJN -jfI -eJN +qhA +wAR +qhA jic xch ajw @@ -52720,20 +52720,20 @@ cpY aqI aqY aqY -hXJ -jHD -jHD -jHD -jHD -jHD -jHD -dmb -jHD -jHD -jHD -jHD -jHD -jHD +pzF +oXu +oXu +oXu +oXu +oXu +oXu +djF +oXu +oXu +oXu +oXu +oXu +oXu axZ ati ati @@ -52749,25 +52749,25 @@ ati ati ati axZ -dEC -umw -rGG +kgS +bEa +lLW ayP ayu -kMB -wdv +umM +sux ayu -kMB -wdv +umM +sux ayu ayP aky aky -gZI -sPZ -kkP -sPZ -qKN +pGb +baM +qYN +baM +twb aGS btF akj @@ -52891,13 +52891,13 @@ ahv ahv ahv afS -kZI -weY -oDi -oDi -oDi -weY -miV +gTi +niE +fjw +fjw +fjw +niE +jGG aeg vgJ mUZ @@ -52950,18 +52950,18 @@ aqK aqK arK arK -jHD -jHD -spH -spH -jHD -hQU -jHD -jHD -jHD -jHD -jHD -jHD +oXu +oXu +qJw +qJw +oXu +lcc +oXu +oXu +oXu +oXu +oXu +oXu asN ayC ati @@ -52977,26 +52977,26 @@ ati ati ati aFH -ftQ +qjG aGz -hOH -oei -umw -umw -umw -gzB -umw -umw -umw -rnD -umw -umw -wiE +jhv +oWV +bEa +bEa +bEa +fQU +bEa +bEa +bEa +ptY +bEa +bEa +mHp aGz aGz aGz -dkI -rGG +xGp +lLW btF aky muv @@ -53120,18 +53120,18 @@ ahv afS afS afS -dWz -qxj -qxj -qxj -dWz +eKN +uss +uss +uss +eKN afS afS aeg wcW gQr agX -bMi +oco agX agX ahv @@ -53178,17 +53178,17 @@ fuY cpY cpY arK -jHD -jHD -jHD -jHD -jHD -swZ -lrA -jHD -jHD -pfV -pfV +oXu +oXu +oXu +oXu +oXu +xBJ +cRp +oXu +oXu +kKl +kKl cfD lyS lyS @@ -53205,26 +53205,26 @@ aDF ayE asN asN -pwP -iNP -iNP -nMl -jrO -iyY -idI -iyY -iyY -iyY -sPZ -qKN -jrO -sPZ -wbn -jrO -sPZ -kkP -qKN -qKN +xGr +xcP +xcP +ptw +oXs +cmc +uso +cmc +cmc +cmc +baM +twb +oXs +baM +lnj +oXs +baM +qYN +twb +twb btF btF akj @@ -53348,11 +53348,11 @@ ahv aeg wcj lse -idk -fOF -fOF -fOF -eip +utl +rMi +rMi +rMi +rdV trJ oDY aeg @@ -53405,17 +53405,17 @@ lBu cpY cpY cpY -jHD -jHD -lrA -jHD -jHD -jHD -jHD -jHD -jHD -pfV -pfV +oXu +oXu +cRp +oXu +oXu +oXu +oXu +oXu +oXu +kKl +kKl cfD cfD apu @@ -53436,23 +53436,23 @@ aky aky aky aGS -gZI -wbn +pGb +lnj aGz -sPZ +baM aGz -sPZ +baM aGz -kkP -qKN -kmZ +qYN +twb +ccJ aGz aGz aGz aGz aGz -qKN -qKN +twb +twb aky btF aky @@ -53633,16 +53633,16 @@ cpY cpY oER cpY -jHD -jHD -jHD -pfV -pfV -jHD -jHD -jHD -pfV -pfV +oXu +oXu +oXu +kKl +kKl +oXu +oXu +oXu +kKl +kKl cfD cfD apu @@ -53664,23 +53664,23 @@ aky jtg aky aPR -gZI -sPZ +pGb +baM aGz -kkP +qYN adh -jrO +oXs aGz -jrO -qKN -kmZ -sPZ -sPZ -kkP -sPZ -wbn -qKN -qKN +oXs +twb +ccJ +baM +baM +qYN +baM +lnj +twb +twb aky btF aky @@ -53756,7 +53756,7 @@ bvj bvj oQm bvj -olY +qNT mHk egU acg @@ -53796,28 +53796,28 @@ vAT fIW fTM agd -axK -laJ -iFn +bVj +cHi +fAe dkN ufW ufW aAd -hLI +kFU wmj boe boe boe qAc -grj +ojw qsM ufW -tpT -mAl -mAl -mAl -mAl -mAl +hOd +qDB +qDB +qDB +qDB +qDB slW afS ahv @@ -53828,11 +53828,11 @@ xch xch dXq qBQ -iPF +xAD cQX nnq oGj -jcF +pqk nVZ udj ajw @@ -53861,14 +53861,14 @@ cpY fuY cpY cpY -jHD -jHD +oXu +oXu arK arK arK -jHD -jHD -jHD +oXu +oXu +oXu cfD cfD cfD @@ -53888,27 +53888,27 @@ ati ati ati abY -umw -rGG +bEa +lLW aky aky -gZI -sPZ +pGb +baM aGz -sPZ +baM aJS -sPZ +baM aGz -wbn -qKN -kmZ +lnj +twb +ccJ aGz eQh aGz aGz aGz -qKN -qKN +twb +twb aky btF btF @@ -53960,7 +53960,7 @@ pZb xpR pZb rYe -lfY +lOI uYj rIm aag @@ -54020,7 +54020,7 @@ whU whU whU unp -fcs +fGz fIW akL adZ @@ -54050,9 +54050,9 @@ wUz afS aeg lUy -iYM -lZE -lZE +jIP +jWm +jWm pRx vpu jSp @@ -54094,9 +54094,9 @@ cpY cpY aya arK -qky -qky -qky +vVT +vVT +vVT cfD apu apu @@ -54116,27 +54116,27 @@ abY abY abY asN -fGx -qKN +iyB +twb aky aRq -gZI -kkP +pGb +qYN aGz -sPZ +baM aGz -jrO +oXs aGz -sPZ -qKN -jrO -sPZ -sPZ -sPZ -kkP -jrO -qKN -qKN +baM +twb +oXs +baM +baM +baM +qYN +oXs +twb +twb aky aky aky @@ -54262,8 +54262,8 @@ agX agX boe adY -mAl -vHd +qDB +qzr fur kRR ksB @@ -54283,13 +54283,13 @@ ahB wZW wZW oFO -wFF +xdu bEq -cRh -sXs -mQK +mJQ +ggm +sCD dGc -cxX +suO gTM jLc aqu @@ -54322,9 +54322,9 @@ abY abY abY asN -ukN -xOd -ukN +hfk +pyi +hfk lyS lyS lyS @@ -54336,43 +54336,43 @@ apu apu apu asN -gqp +oUn avS -gqp +oUn asN -lNL -umw -umw -umw -wiE -hOH -umw -umw -wiE +dgt +bEa +bEa +bEa +mHp +jhv +bEa +bEa +mHp aGz aGz aGz -lNL +dgt aGz aGz aGz -hOH -umw -umw -umw -umw -umw -umw -umw -lNL +jhv +bEa +bEa +bEa +bEa +bEa +bEa +bEa +dgt aky aky aky aky pab -tgu +rrp apN -tmH +ycb meP wYp cJA @@ -54490,16 +54490,16 @@ agX boe boe oys -dqV -con +kRW +jsU ufW qvf kqL kff -uhw +ciC boe boe -uhw +ciC yhd ufW agX @@ -54511,13 +54511,13 @@ wZW wZW wZW wZW -erp +eQx bEq -sXs -qwA -sXs +ggm +dcy +ggm dGc -vea +olX gTM xch ajw @@ -54546,17 +54546,17 @@ uaP cpY cpY abY -nWa -cPt -jck -ukN -ukN +hKT +trd +qBL +hfk +hfk ati -ukN -fLj -ukN -bgV -dGZ +hfk +pJq +hfk +mUa +wCX lyS apu apu @@ -54564,11 +54564,11 @@ apu apu pab btF -wTd +qSg btb -vne -umw -wiE +iNh +bEa +mHp ank aGB aEj @@ -54592,15 +54592,15 @@ aFK aGe aGB ank -qKN +twb aky aky aky aky aky -iEs +rWt fTE -iXt +gYJ meP wVK fEn @@ -54718,8 +54718,8 @@ boe boe boe ekB -qin -pWL +dLQ +ice nLf aev wUz @@ -54739,13 +54739,13 @@ wZW wZW wZW pIz -glO +dAm bEq -dxC -sXs -iOk +bnS +ggm +jPU dGc -dvG +pXG gTM xch ajw @@ -54774,17 +54774,17 @@ cpY cpY cpY abY -gnd -ukN -ukN -ukN +ckf +hfk +hfk +hfk ati ati ati -ukN -ukN -ukN -svV +hfk +hfk +hfk +lPL lyS apu apu @@ -54792,7 +54792,7 @@ apu phU muv btF -gZI +pGb lke aGz aGz @@ -54820,15 +54820,15 @@ ank ano ank aRZ -qKN +twb aky aky aky aky aky -fwj +hmI aqf -vpw +ybU wYp wYp meP @@ -54962,9 +54962,9 @@ kqL aeg aeg lUy -ngH -oUP -oUP +cne +uzo +uzo bQA lWw eAr @@ -54975,7 +54975,7 @@ iOz ttZ mVg gTM -qZR +xoS ajw ajI ajI @@ -55002,17 +55002,17 @@ cpY cpY alD abY -wqY -ukN -ukN +kFL +hfk +hfk ave ati -qgY +rJv ati wQj -ukN -ukN -xOd +hfk +hfk +pyi lyS apu apu @@ -55020,11 +55020,11 @@ apu muv pab btF -pwP -iNP -iNP -iNP -bSa +xGr +xcP +xcP +xcP +kMi aDK ank ank @@ -55048,15 +55048,15 @@ ank ank ank aSa -qKN +twb aky aky aky aky muv -jWN +mmc jnG -iXt +gYJ fEn meP xcC @@ -55085,7 +55085,7 @@ pZb xpR xpR uYj -tLk +bDD uYj rpx aag @@ -55164,28 +55164,28 @@ vCG fTM fTM aer -tov -kng -tov +sJW +giw +sJW ahv aeg aeg qAc -hva +wHM rYA yhd dxy agX hNq -iHN +qiO afq ufW -jgW -qin -qin -qin -qin -qin +fhQ +dLQ +dLQ +dLQ +dLQ +dLQ aeg aeg ahv @@ -55196,11 +55196,11 @@ xch xch bOg tDa -mzL +ijS hke nnq sIM -nat +gQT kZs ekJ rGZ @@ -55230,17 +55230,17 @@ dLY dLY asN asN -fgL -ukN +gbq +hfk ati tfA aub -bRI +jyG ati awY ati -vBh -psS +gwJ +bxA lyS lyS apu @@ -55252,7 +55252,7 @@ btF btF btF btF -gZI +pGb aDL ank ank @@ -55276,15 +55276,15 @@ ank ank ank aSb -qKN +twb aky aky aky aky muv -rPo +dTf apN -xXG +vHG meP wYp jzZ @@ -55456,20 +55456,20 @@ jik fED jik dLY -xpp -ukN -ukN +bcr +hfk +hfk ati atE rGB ati -exe +wZE ati -oGY +wwd ati ati -ukN -wKG +hfk +kue lyS apu phU @@ -55480,7 +55480,7 @@ aky aky dbY btF -gZI +pGb aDI ank ank @@ -55504,7 +55504,7 @@ ank ank ank aSc -qKN +twb aky aky aky @@ -55622,7 +55622,7 @@ fTM fTM vNT vAT -tOc +gmg ahv ahv slW @@ -55685,19 +55685,19 @@ dLY dLY dLY asP -ukN +hfk ati ati ati avg ati -erF +rQc ati -nPa +bMF atE -ukN -cKt -qNf +hfk +wyz +sOg lyS apu apu @@ -55708,7 +55708,7 @@ kFx aky aky btF -gZI +pGb aDJ ank ank @@ -55732,7 +55732,7 @@ ank ank ank aRZ -qKN +twb aky btF btF @@ -55810,7 +55810,7 @@ pUm pUm vVC vVC -aHy +xkj bvj mNl oDE @@ -55855,13 +55855,13 @@ ahv ahv aeg aeg -jgW -qin -qin -qin -qin -qin -xOh +fhQ +dLQ +dLQ +dLQ +dLQ +dLQ +rMo afS afS rYA @@ -55877,7 +55877,7 @@ xch xch xch xch -tHD +tKo xch xch xch @@ -55912,20 +55912,20 @@ dLY dLY dLY dLY -xpp -ukN -ukN +bcr +hfk +hfk ati ati avh ati -cjM +tsS aub -bRI +jyG ati ati -ukN -cat +hfk +jmA lyS apu apu @@ -55936,7 +55936,7 @@ vGg nSR aky btF -gZI +pGb aDK ank ank @@ -55948,7 +55948,7 @@ ank ank ank ank -qur +gAG ank ank ank @@ -55960,7 +55960,7 @@ ank ank ank aSa -qKN +twb aky btF aky @@ -56092,7 +56092,7 @@ boe kPU afS ahv -nGw +pTD agX agX agX @@ -56142,17 +56142,17 @@ dLY eCx asN asN -pJd -ghu -ixy +afz +rFF +mXE bqf ati -gLi +wQR atE ave ati -ukN -ukN +hfk +hfk lyS lyS apu @@ -56160,11 +56160,11 @@ apu apu muv akj -rjU +wPo qBX nSR btF -gZI +pGb aDL ank ank @@ -56188,7 +56188,7 @@ ank ank ank aSb -qKN +twb aky btF aky @@ -56370,17 +56370,17 @@ dLY dLY dLY abY -mTe -ukN -ukN +eZX +hfk +hfk cNH ati -lBn +vRa ati xLi -ukN -ukN -fHC +hfk +hfk +iuJ lyS apu apu @@ -56388,11 +56388,11 @@ apu apu pab phU -rjU +wPo qBX tKI btF -gZI +pGb aDI ank ank @@ -56416,7 +56416,7 @@ ank ank ank aSc -qKN +twb btF btF aky @@ -56523,7 +56523,7 @@ whU aco vAT vAT -jIl +xIZ vAT whx lBl @@ -56598,17 +56598,17 @@ dLY dLY dLY abY -mTe -ukN -ukN -ukN +eZX +hfk +hfk +hfk ati ati ati -ukN -ukN -ukN -uIr +hfk +hfk +hfk +tBD lyS apu apu @@ -56620,7 +56620,7 @@ shq qBX tKI btF -gZI +pGb aDJ ank ank @@ -56644,7 +56644,7 @@ ank ank ank aRZ -qKN +twb btF aky aky @@ -56721,7 +56721,7 @@ pUm pUm pUm aaQ -jTI +bQM aaQ acg acg @@ -56779,7 +56779,7 @@ ufW rac agX agX -snf +lok agX agX rGZ @@ -56826,17 +56826,17 @@ dLY qcX dLY abY -hLp -ukN -ukN -vBh -ukN +uoz +hfk +hfk +gwJ +hfk ati -ukN -vpW -vqw -unm -wiR +hfk +fKl +evv +rcB +gsP lyS apu apu @@ -56848,7 +56848,7 @@ aky shq rKQ btF -gZI +pGb aDK ank ank @@ -56872,7 +56872,7 @@ ank ank ank aSa -qKN +twb btF anv akj @@ -56948,9 +56948,9 @@ pUm pUm pUm aaQ -jTI -jTI -jTI +bQM +bQM +bQM aaQ acg acg @@ -57028,7 +57028,7 @@ vty glS vty iJs -aoo +qrB hba hba hba @@ -57058,9 +57058,9 @@ atI abY abY asN -ukN -ukN -ukN +hfk +hfk +hfk asN aFG aFG @@ -57076,7 +57076,7 @@ phU aky jtg btF -gZI +pGb aDL ank ano @@ -57100,7 +57100,7 @@ ank ano ank aSb -qKN +twb btF aky aky @@ -57175,11 +57175,11 @@ pZb pUm pUm aaQ -jTI -tUf -jTI -jTI -jTI +bQM +kaF +bQM +bQM +bQM aaQ acg aaN @@ -57293,8 +57293,8 @@ asN ihS oUa oUa -dhm -dTk +mKl +nsO xDw apu apu @@ -57304,7 +57304,7 @@ pab aky aky btF -gZI +pGb ank aGE aEl @@ -57328,7 +57328,7 @@ aFM aGf aGE ank -qKN +twb btF aky aky @@ -57403,11 +57403,11 @@ pZb pUm pUm aaQ -jTI -jTI -sZI -jTI -jTI +bQM +bQM +mLK +bQM +bQM aaQ acg acg @@ -57488,7 +57488,7 @@ hba hba nWe hba -xVT +nul hba hba mOA @@ -57521,9 +57521,9 @@ oUa isJ oUa kGk -cso -iOy -oUF +wwQ +ezK +qeF apu apu apu @@ -57532,31 +57532,31 @@ phU eHr aky btF -lNL -iNP -iNP -iNP -iNP -iNP -iNP -iNP -iNP -iNP -iNP -iNP -lNL -iNP -iNP -iNP -iNP -iNP -iNP -iNP -iNP -iNP -iNP -iNP -lNL +dgt +xcP +xcP +xcP +xcP +xcP +xcP +xcP +xcP +xcP +xcP +xcP +dgt +xcP +xcP +xcP +xcP +xcP +xcP +xcP +xcP +xcP +xcP +xcP +dgt btF aky akj @@ -57631,11 +57631,11 @@ pZb pUm vVC aaQ -jTI -jTI -tUf -jTI -jTI +bQM +bQM +kaF +bQM +bQM aaQ acg acg @@ -57688,7 +57688,7 @@ agX boe boe boe -rwc +pxe afS ahv agX @@ -57749,9 +57749,9 @@ oUa vbh dsi oUa -cso -iOy -iOy +wwQ +ezK +ezK apu apu apu @@ -57828,7 +57828,7 @@ pZb cfL rYe uYj -qcP +bRh egc uYj mEo @@ -57860,9 +57860,9 @@ vVC vVC uBR aaQ -jTI -jTI -jTI +bQM +bQM +bQM aaQ nzw acg @@ -57916,7 +57916,7 @@ kRR agX boe boe -vIR +agY afS ahv ahv @@ -57946,7 +57946,7 @@ ePV dKg syc hba -oMm +xfm hba hba ajw @@ -57975,10 +57975,10 @@ oUa oUa oUa oUa -fGJ +eXi oUa -oRG -hGQ +lCS +cBY apu apu oUa @@ -58144,7 +58144,7 @@ cpQ agX boe boe -xrz +uVO jFc ahv ahv @@ -58372,7 +58372,7 @@ aev agX boe boe -xEr +vZs jFc ahv ahv @@ -58404,7 +58404,7 @@ vty uve iJs hba -oMm +xfm ajw ajI ajI @@ -58465,9 +58465,9 @@ apu apu apN phU -tqM -rXc -vDS +jWs +mfU +pAV akj ncq apu @@ -58600,7 +58600,7 @@ agX boe boe boe -cXF +gUj jFc ahv ahv @@ -58828,7 +58828,7 @@ boe boe boe boe -rJO +tFp afS ahv ahv @@ -58921,9 +58921,9 @@ apu aHN phU ugk -bZt -rtg -ioz +tLz +jkf +fFL phU phU eDS @@ -58938,7 +58938,7 @@ lBw eTQ opS opS -fLg +bDf wpw lBw lBw @@ -59015,7 +59015,7 @@ eZC uBR pUm vVC -wZR +hYg lhE acg acg @@ -59088,7 +59088,7 @@ uve uve iJs hba -kDW +dAx hba hIh kJm @@ -59392,7 +59392,7 @@ qjt wpw wpw eTQ -wgJ +wRf lnV qgA lBw @@ -59519,7 +59519,7 @@ ahv ahv xch xch -tHD +tKo xch ahr xch @@ -59548,7 +59548,7 @@ hba nWe hba hba -lHG +bNW ogM oHu ajI @@ -59557,7 +59557,7 @@ wkt efX efX hWj -xUH +wfM mqJ cCr dLY @@ -59758,7 +59758,7 @@ jxR uve uve uve -bll +xmk git vty moM @@ -59774,7 +59774,7 @@ uve iJs hba hba -utE +bni hba mqJ ogM @@ -59783,7 +59783,7 @@ fXD efX tZa ogM -bKE +jvE ogM ogM mqJ @@ -60006,10 +60006,10 @@ hba hba mqJ ogM -uYO +xap ogM ogM -xUH +wfM ogM ogM ogM @@ -60216,7 +60216,7 @@ uve vty vty nED -fra +bOJ vty uve uve diff --git a/maps/map_files/LV624/cargospecial/cargospecial3_gear.dmm b/maps/map_files/LV624/cargospecial/cargospecial3_gear.dmm index 9152f2e091..0513507963 100644 --- a/maps/map_files/LV624/cargospecial/cargospecial3_gear.dmm +++ b/maps/map_files/LV624/cargospecial/cargospecial3_gear.dmm @@ -1,31 +1,20 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"e" = ( +"d" = ( /obj/structure/surface/rack, -/obj/item/clothing/accessory/storage/black_vest/brown_vest, -/obj/item/clothing/accessory/storage/black_vest/brown_vest, -/turf/open/floor/vault2/west, -/area/lv624/lazarus/quartstorage) -"h" = ( -/obj/structure/surface/rack, -/obj/item/tool/shovel/etool{ - pixel_x = 6 +/obj/item/clothing/shoes/marine/civilian, +/obj/item/clothing/shoes/marine/civilian{ + pixel_x = -3; + pixel_y = 4 }, -/obj/item/tool/shovel/etool{ - pixel_x = -6 +/obj/item/clothing/shoes/marine/civilian{ + pixel_x = 4; + pixel_y = 3 }, -/obj/item/tool/shovel/etool, -/turf/open/floor/dark, -/area/lv624/lazarus/quartstorage) -"p" = ( -/obj/structure/surface/rack, -/obj/effect/landmark/wo_supplies/storage/webbing, -/obj/effect/landmark/wo_supplies/storage/webbing, -/obj/effect/landmark/wo_supplies/storage/webbing, /obj/item/poster, /obj/item/clothing/glasses/sunglasses, /turf/open/floor/vault2/west, /area/lv624/lazarus/quartstorage) -"w" = ( +"n" = ( /obj/structure/surface/rack, /obj/item/stack/folding_barricade, /obj/item/stack/folding_barricade, @@ -35,64 +24,75 @@ }, /turf/open/floor/dark, /area/lv624/lazarus/quartstorage) -"D" = ( +"r" = ( /obj/structure/surface/rack, -/obj/item/stack/sheet/metal{ - amount = 50 +/turf/open/floor/vault2/west, +/area/lv624/lazarus/quartstorage) +"u" = ( +/obj/structure/surface/rack, +/obj/item/tool/shovel/etool{ + pixel_x = 6 }, -/obj/item/stack/sheet/metal{ - amount = 30; - pixel_x = 4; - pixel_y = 4 +/obj/item/tool/shovel/etool{ + pixel_x = -6 }, +/obj/item/tool/shovel/etool, +/turf/open/floor/dark, +/area/lv624/lazarus/quartstorage) +"D" = ( +/obj/structure/surface/rack, +/obj/item/stack/folding_barricade, +/obj/item/facepaint/skull, /turf/open/floor/dark, /area/lv624/lazarus/quartstorage) "E" = ( /turf/open/floor/vault, /area/lv624/lazarus/quartstorage) -"K" = ( +"I" = ( /obj/structure/surface/rack, -/obj/item/clothing/shoes/veteran/pmc, -/obj/item/clothing/shoes/veteran/pmc{ - pixel_x = -3; - pixel_y = 4 +/obj/item/stack/sheet/metal{ + amount = 50 }, -/obj/item/clothing/shoes/veteran/pmc{ +/obj/item/stack/sheet/metal{ + amount = 30; pixel_x = 4; - pixel_y = 3 + pixel_y = 4 }, -/obj/item/poster, -/obj/item/clothing/glasses/sunglasses, -/turf/open/floor/vault2/west, +/turf/open/floor/dark, /area/lv624/lazarus/quartstorage) -"U" = ( +"P" = ( /obj/structure/surface/rack, +/obj/item/clothing/accessory/storage/black_vest/brown_vest, +/obj/item/clothing/accessory/storage/black_vest/brown_vest, /turf/open/floor/vault2/west, /area/lv624/lazarus/quartstorage) "Y" = ( /obj/structure/surface/rack, -/obj/item/stack/folding_barricade, -/obj/item/facepaint/skull, -/turf/open/floor/dark, +/obj/effect/landmark/wo_supplies/storage/webbing, +/obj/effect/landmark/wo_supplies/storage/webbing, +/obj/effect/landmark/wo_supplies/storage/webbing, +/obj/item/poster, +/obj/item/clothing/glasses/sunglasses, +/turf/open/floor/vault2/west, /area/lv624/lazarus/quartstorage) (1,1,1) = {" -p +Y E -U +r "} (2,1,1) = {" -e +P E -K +d "} (3,1,1) = {" -D +I E -h +u "} (4,1,1) = {" -w +n E -Y +D "} diff --git a/maps/map_files/LV624/crashedship/10.digsite.dmm b/maps/map_files/LV624/crashedship/10.digsite.dmm index 8fa2618f3b..ef58f02863 100644 --- a/maps/map_files/LV624/crashedship/10.digsite.dmm +++ b/maps/map_files/LV624/crashedship/10.digsite.dmm @@ -8,9 +8,6 @@ /obj/structure/girder, /turf/open/gm/dirt, /area/lv624/lazarus/crashed_ship_containers) -"bQ" = ( -/turf/open/shuttle/bright_red, -/area/lv624/ground/barrens/north_east_barrens) "bT" = ( /obj/structure/shuttle/engine/propulsion, /obj/effect/decal/cleanable/blood/oil, @@ -26,27 +23,14 @@ /obj/effect/decal/cleanable/blood/oil, /turf/open/gm/dirt, /area/lv624/lazarus/crashed_ship_containers) -"fH" = ( -/obj/structure/foamed_metal, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) -"iw" = ( -/obj/structure/xenoautopsy/tank/hugger, +"hd" = ( +/obj/effect/decal/cleanable/blood, /turf/open/shuttle/bright_red, /area/lv624/lazarus/crashed_ship_containers) "jo" = ( /obj/item/tool/shovel/spade, /turf/open/gm/dirt, /area/lv624/ground/barrens/north_east_barrens) -"jB" = ( -/obj/item/clothing/shoes/veteran/pmc, -/obj/structure/foamed_metal, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) -"ke" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) "kP" = ( /obj/structure/girder/displaced, /obj/structure/foamed_metal, @@ -60,6 +44,10 @@ /obj/structure/girder/displaced, /turf/open/gm/dirt, /area/lv624/lazarus/crashed_ship_containers) +"or" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/airless/asteroidfloor/northeast, +/area/lv624/ground/barrens/north_east_barrens) "oT" = ( /obj/effect/spawner/random/toolbox, /turf/open/gm/dirt, @@ -73,19 +61,8 @@ /obj/structure/shuttle/engine/propulsion, /turf/open/gm/dirt, /area/lv624/lazarus/crashed_ship_containers) -"qf" = ( -/obj/structure/bed/chair/dropship/pilot, -/obj/item/clothing/head/helmet/marine/veteran/pmc/leader, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) -"ql" = ( -/obj/structure/xenoautopsy/tank/broken, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) -"re" = ( -/obj/structure/bed/chair{ - dir = 8 - }, +"so" = ( +/obj/effect/landmark/crap_item, /turf/open/shuttle/bright_red, /area/lv624/lazarus/crashed_ship_containers) "tf" = ( @@ -111,6 +88,10 @@ /obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, /turf/open/gm/dirt, /area/lv624/lazarus/crashed_ship_containers) +"wF" = ( +/obj/structure/xenoautopsy/tank/broken, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) "xt" = ( /obj/item/ammo_magazine/rifle/m16, /obj/item/ammo_magazine/rifle/m16, @@ -122,6 +103,14 @@ /obj/structure/shuttle/engine/propulsion, /turf/open/gm/dirt, /area/lv624/lazarus/crashed_ship_containers) +"yw" = ( +/obj/item/explosive/grenade/high_explosive/pmc, +/obj/structure/foamed_metal, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) +"yI" = ( +/turf/open/shuttle/bright_red, +/area/lv624/ground/barrens/north_east_barrens) "yJ" = ( /obj/structure/machinery/constructable_frame{ icon_state = "box_1" @@ -138,13 +127,6 @@ "AA" = ( /turf/closed/wall/rock/brown, /area/lv624/ground/caves/central_caves) -"AE" = ( -/obj/structure/bed/chair/dropship/pilot, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) -"Ch" = ( -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) "Dw" = ( /obj/item/tool/shovel/spade, /turf/open/gm/dirt, @@ -162,6 +144,10 @@ /obj/effect/alien/weeds/node, /turf/open/gm/dirt, /area/lv624/ground/barrens/north_east_barrens) +"Gm" = ( +/obj/item/storage/toolbox/electrical, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) "Gs" = ( /obj/structure/girder, /turf/closed/shuttle{ @@ -187,19 +173,24 @@ /obj/effect/decal/remains/human, /turf/open/gm/dirt, /area/lv624/lazarus/crashed_ship_containers) -"Ku" = ( -/obj/item/storage/toolbox/electrical, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) -"LK" = ( -/obj/item/tool/crowbar, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) "LQ" = ( /obj/effect/landmark/corpsespawner/security, /obj/effect/decal/cleanable/blood, /turf/open/gm/dirt, /area/lv624/lazarus/crashed_ship_containers) +"MI" = ( +/obj/structure/bed/chair/dropship/pilot, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) +"MM" = ( +/obj/structure/xenoautopsy/tank/hugger, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) +"NR" = ( +/obj/item/clothing/shoes/marine/civilian, +/obj/structure/foamed_metal, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) "OV" = ( /obj/structure/girder, /obj/structure/foamed_metal, @@ -211,12 +202,25 @@ "PS" = ( /turf/closed/wall/sulaco, /area/lv624/ground/barrens/north_east_barrens) +"Rc" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) +"Ri" = ( +/obj/item/stack/cable_coil/random, +/obj/item/explosive/grenade/high_explosive, +/obj/item/explosive/grenade/high_explosive, +/obj/structure/foamed_metal, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) "Ro" = ( /obj/effect/landmark/crap_item, /turf/open/gm/dirt, /area/lv624/ground/barrens/north_east_barrens) -"SB" = ( -/obj/effect/landmark/crap_item, +"Sg" = ( +/obj/item/tool/crowbar, /turf/open/shuttle/bright_red, /area/lv624/lazarus/crashed_ship_containers) "SJ" = ( @@ -226,22 +230,21 @@ /obj/effect/decal/cleanable/blood, /turf/open/gm/dirt, /area/lv624/lazarus/crashed_ship_containers) +"TS" = ( +/turf/open/floor/airless/asteroidfloor/northeast, +/area/lv624/ground/barrens/north_east_barrens) +"Uy" = ( +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) "UG" = ( /obj/item/clothing/suit/storage/hazardvest, /obj/effect/decal/cleanable/blood, /turf/open/gm/dirt, /area/lv624/lazarus/crashed_ship_containers) -"Vm" = ( -/obj/item/stack/cable_coil/random, -/obj/item/explosive/grenade/high_explosive, -/obj/item/explosive/grenade/high_explosive, +"Wb" = ( /obj/structure/foamed_metal, /turf/open/shuttle/bright_red, /area/lv624/lazarus/crashed_ship_containers) -"Wq" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/airless/asteroidfloor/northeast, -/area/lv624/ground/barrens/north_east_barrens) "Wu" = ( /obj/effect/decal/remains/human, /turf/open/gm/dirt, @@ -252,14 +255,6 @@ icon_state = "wall3" }, /area/lv624/lazarus/crashed_ship_containers) -"WG" = ( -/obj/item/explosive/grenade/high_explosive/pmc, -/obj/structure/foamed_metal, -/turf/open/shuttle/bright_red, -/area/lv624/lazarus/crashed_ship_containers) -"WL" = ( -/turf/open/floor/airless/asteroidfloor/northeast, -/area/lv624/ground/barrens/north_east_barrens) "WP" = ( /turf/closed/wall/rock/brown, /area/lv624/ground/caves/south_east_caves) @@ -270,6 +265,11 @@ /obj/item/tool/pickaxe, /turf/open/gm/dirt, /area/lv624/lazarus/crashed_ship_containers) +"Yf" = ( +/obj/structure/bed/chair/dropship/pilot, +/obj/item/clothing/head/helmet/marine/veteran/pmc/leader, +/turf/open/shuttle/bright_red, +/area/lv624/lazarus/crashed_ship_containers) (1,1,1) = {" AA @@ -298,12 +298,12 @@ PE AA Xk tf -qf +Yf yJ -Ch +Uy cZ yV -Ch +Uy Xk Xk Xk @@ -320,37 +320,37 @@ PE (3,1,1) = {" AA Xk -Vm +Ri yV -Ch +Uy LQ nt -Ch +Uy Dw yV -Ku +Gm Xk zH PE Wu PE PE -Wq -bQ +or +yI Fk PE "} (4,1,1) = {" AA Xk -Ch +Uy oT -Ch +Uy Xy HK -ql +wF vD -Ch +Uy nt SX Fg @@ -369,12 +369,12 @@ kP yJ yV IP -re -iw -ql -jB -Ch -Ch +Rc +MM +wF +NR +Uy +Uy Fg yV PE @@ -393,9 +393,9 @@ xt Xy yV zH -LK -fH -fH +Sg +Wb +Wb zH IP nt @@ -413,42 +413,42 @@ PE AA OV Ie -SB +so zH -WG -fH +yw +Wb LQ -ke +hd UG -Ch +Uy Xk Xk PE PE -WL +TS PE pp bT -WL -bQ +TS +yI "} (8,1,1) = {" AA kP Xk -AE -Ch +MI +Uy zH -re +Rc uw -re +Rc Xk Gs Xk DD PE -WL -bQ +TS +yI PE PE PE diff --git a/maps/map_files/LV624/hydro/30.destroyed.dmm b/maps/map_files/LV624/hydro/30.destroyed.dmm index 9c2f3b46e4..b9eb557396 100644 --- a/maps/map_files/LV624/hydro/30.destroyed.dmm +++ b/maps/map_files/LV624/hydro/30.destroyed.dmm @@ -1,81 +1,132 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"ai" = ( -/obj/structure/closet/crate/hydroponics/prespawned, +"ak" = ( +/obj/item/stack/sheet/metal, +/obj/effect/spawner/random/claymore/lowchance, /turf/open/floor/platingdmg1, /area/lv624/lazarus/hydroponics) -"aL" = ( +"ax" = ( /obj/structure/window_frame/colony, /turf/open/floor/platingdmg1, /area/lv624/lazarus/hydroponics) -"bg" = ( +"aR" = ( +/obj/item/reagent_container/glass/fertilizer{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/reagent_container/glass/fertilizer, /obj/item/stack/sheet/metal, -/obj/item/robot_parts/leg/l_leg, -/turf/open/floor/plating/panelscorched, +/obj/effect/spawner/random/claymore/midchance, +/turf/open/floor/platingdmg1, +/area/lv624/lazarus/hydroponics) +"by" = ( +/obj/item/clothing/shoes/marine/civilian{ + armor_bio = 15; + armor_bomb = 5; + armor_bullet = 15; + armor_energy = 5; + armor_internaldamage = 5; + armor_laser = 5; + armor_melee = 15; + desc = "The height of fashion, but these look to be woven with protective fiber. This pair seems heavily damaged, especially around the soles..."; + name = "scuffed shoes"; + pixel_x = -14; + pixel_y = -10; + slowdown = 0.5 + }, +/turf/open/floor/green/northwest, /area/lv624/lazarus/hydroponics) "bM" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/north, /area/lv624/ground/colony/north_nexus_road) +"bV" = ( +/turf/open/floor/plating/panelscorched, +/area/lv624/lazarus/hydroponics) +"ch" = ( +/obj/item/reagent_container/spray/plantbgone{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/effect/landmark/crap_item, +/obj/item/stack/sheet/metal, +/obj/effect/spawner/random/claymore/midchance{ + dir = 1 + }, +/turf/open/floor/platingdmg1, +/area/lv624/lazarus/hydroponics) "ck" = ( /obj/effect/decal/cleanable/blood/xeno, /turf/open/floor/plating, /area/lv624/lazarus/hydroponics) -"dM" = ( -/obj/item/clothing/suit/storage/marine/veteran/pmc/light/synth{ - desc = "A serious modification of the standard Armat Systems M3 armor. This variant was designed for PMC Support Units in the field, with every armor insert removed. It's designed with the idea of a high speed lifesaver in mind. This set seems damaged..."; - name = "damaged M4 Synthetic PMC armor"; - pixel_x = -5; - pixel_y = -5 +"cM" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_magazine/rifle/nsg23{ + current_rounds = 2 }, -/obj/effect/spawner/gibspawner/robot, -/obj/item/limb/head/synth{ - desc = "This appears to be the head of a synthetic, though it it is so destroyed there is no way in hell anyone is going to bring it back to even basic functionality."; - name = "shattered synthetic head"; - pixel_x = 9; - pixel_y = 3; - icon_state = "scandinavian_head_m" +/obj/effect/spawner/gibspawner/human, +/obj/item/clothing/under/marine/veteran/pmc{ + pixel_x = 6; + pixel_y = 8 }, -/obj/item/robot_parts/arm/l_arm, -/turf/open/floor/green/northwest, +/turf/open/floor/plating/panelscorched, /area/lv624/lazarus/hydroponics) -"ez" = ( -/obj/item/clothing/gloves/botanic_leather, -/obj/item/stack/sheet/metal, +"cX" = ( +/obj/item/clothing/gloves/marine/veteran/pmc{ + armor_bio = 10; + armor_bomb = 10; + armor_bullet = 15; + armor_energy = 15; + armor_internaldamage = 15; + armor_laser = 15; + armor_melee = 15; + armor_rad = 10; + name = "damaged WY PMC gloves" + }, +/turf/open/floor/platingdmg1, +/area/lv624/lazarus/hydroponics) +"cY" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/plating/panelscorched, +/area/lv624/lazarus/hydroponics) +"dl" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, /turf/open/floor/plating/panelscorched, /area/lv624/lazarus/hydroponics) +"eF" = ( +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) "eU" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, /area/lv624/ground/colony/north_nexus_road) "fk" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, /area/lv624/ground/colony/south_medbay_road) -"gb" = ( +"fJ" = ( +/obj/effect/decal/cleanable/blood/xeno, /turf/open/floor/plating/platingdmg3, /area/lv624/lazarus/hydroponics) -"gf" = ( +"hu" = ( /obj/item/stack/sheet/metal, -/turf/open/floor/plating/platingdmg3, -/area/lv624/lazarus/hydroponics) -"go" = ( -/obj/structure/barricade/deployable{ - damage_state = 2; - dir = 8; - health = 140; - icon_state = "folding_2" +/obj/effect/spawner/random/claymore/midchance{ + dir = 1 }, -/obj/item/weapon/gun/rifle/nsg23/no_lock, -/obj/item/ammo_magazine/rifle/nsg23, /turf/open/floor/plating/panelscorched, /area/lv624/lazarus/hydroponics) +"hI" = ( +/turf/open/floor/plating/platingdmg3, +/area/lv624/lazarus/hydroponics) +"iG" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/turf/open/floor/plating/platingdmg3, +/area/lv624/lazarus/hydroponics) +"iZ" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/platingdmg1, +/area/lv624/lazarus/hydroponics) "jg" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_jungle) -"jj" = ( -/obj/item/ammo_magazine/rifle/nsg23/extended, -/obj/item/stack/sheet/wood, -/turf/open/floor/plating/panelscorched, -/area/lv624/lazarus/hydroponics) "kg" = ( /obj/structure/window/framed/colony/reinforced, /turf/open/floor, @@ -84,22 +135,42 @@ /obj/structure/girder, /turf/open/floor, /area/lv624/lazarus/hydroponics) -"kq" = ( -/obj/item/stack/sheet/metal, -/obj/effect/spawner/random/claymore/midchance{ - dir = 1 - }, -/turf/open/floor/plating/panelscorched, +"kk" = ( +/obj/structure/girder, +/turf/open/floor/platingdmg1, /area/lv624/lazarus/hydroponics) -"lk" = ( -/obj/structure/window_frame/colony, -/turf/open/floor/green/northwest, +"kW" = ( +/obj/structure/barricade/deployable{ + damage_state = 1; + dir = 1; + health = 245; + icon_state = "folding_1" + }, +/obj/effect/landmark/corpsespawner/wy/manager, +/obj/item/weapon/gun/pistol/vp78{ + current_mag = null; + name = "dented VP78 pistol"; + pixel_x = -5; + pixel_y = -4 + }, +/obj/item/ammo_magazine/pistol/vp78{ + current_rounds = 4; + name = "scratched VP78 magazine (9mm)"; + pixel_x = 6 + }, +/turf/open/floor/plating/platingdmg3, /area/lv624/lazarus/hydroponics) -"lH" = ( +"ls" = ( /obj/item/stack/sheet/metal, -/obj/effect/spawner/random/claymore/lowchance, /turf/open/floor/platingdmg1, /area/lv624/lazarus/hydroponics) +"lM" = ( +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/blood/tracks/footprints{ + dir = 1 + }, +/turf/open/floor/plating/panelscorched, +/area/lv624/lazarus/hydroponics) "lP" = ( /obj/item/stack/sheet/metal, /obj/effect/spawner/random/claymore/midchance{ @@ -107,141 +178,107 @@ }, /turf/open/floor/plating, /area/lv624/lazarus/hydroponics) +"lQ" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) +"mE" = ( +/obj/item/tool/hatchet{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/structure/machinery/portable_atmospherics/hydroponics, +/turf/open/floor/plating/platingdmg3, +/area/lv624/lazarus/hydroponics) +"mI" = ( +/obj/effect/decal/cleanable/blood/tracks/footprints{ + dir = 1 + }, +/turf/open/floor/plating/panelscorched, +/area/lv624/lazarus/hydroponics) "nJ" = ( /obj/item/stack/sheet/metal, /turf/open/floor, /area/lv624/lazarus/hydroponics) +"nL" = ( +/obj/item/tool/weldingtool/simple, +/obj/item/stack/sheet/wood, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) "og" = ( /turf/open/gm/dirt, /area/lv624/ground/colony/south_medbay_road) -"om" = ( -/obj/structure/barricade/deployable{ - damage_state = 3; - health = 50; - icon_state = "folding_3" - }, -/obj/item/ammo_magazine/rifle/nsg23, -/obj/item/ammo_magazine/rifle/nsg23, -/obj/item/ammo_magazine/rifle/nsg23, +"op" = ( +/obj/item/clothing/gloves/botanic_leather, +/obj/item/stack/sheet/metal, /turf/open/floor/plating/panelscorched, /area/lv624/lazarus/hydroponics) "ou" = ( /turf/open/gm/dirt, /area/lv624/ground/colony/north_nexus_road) -"pJ" = ( -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) -"qH" = ( -/obj/item/reagent_container/spray/plantbgone{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/effect/landmark/crap_item, -/obj/item/stack/sheet/metal, -/obj/effect/spawner/random/claymore/midchance{ - dir = 1 +"qU" = ( +/obj/structure/surface/rack, +/obj/item/tool/crowbar, +/obj/item/reagent_container/glass/bucket{ + pixel_y = -3 }, +/obj/item/reagent_container/glass/bucket, /turf/open/floor/platingdmg1, /area/lv624/lazarus/hydroponics) -"qJ" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/platingdmg1, -/area/lv624/lazarus/hydroponics) -"qM" = ( -/obj/structure/girder, -/turf/open/floor/platingdmg1, -/area/lv624/lazarus/hydroponics) -"qP" = ( -/obj/effect/decal/cleanable/blood, -/obj/item/weapon/gun/smg/fp9000, -/obj/item/ammo_magazine/smg/fp9000{ - pixel_x = 1 - }, -/obj/item/ammo_magazine/smg/fp9000{ - pixel_x = -3 - }, -/obj/structure/barricade/wooden{ - dir = 8 +"qZ" = ( +/obj/item/storage/firstaid, +/obj/item/explosive/grenade/high_explosive/pmc{ + pixel_x = 6 }, -/turf/open/floor/plating/panelscorched, +/turf/open/floor/plating/platingdmg3, /area/lv624/lazarus/hydroponics) -"rf" = ( -/obj/effect/decal/cleanable/blood/tracks/footprints{ - dir = 1 - }, -/turf/open/floor/plating/panelscorched, +"rO" = ( +/turf/open/floor/platingdmg1, /area/lv624/lazarus/hydroponics) -"ry" = ( -/obj/item/stack/sheet/metal, -/obj/effect/spawner/random/claymore/lowchance{ - dir = 4 - }, +"rW" = ( +/obj/item/device/analyzer/plant_analyzer, +/obj/effect/landmark/crap_item, /turf/open/floor/platingdmg1, /area/lv624/lazarus/hydroponics) "se" = ( /obj/structure/fence, /turf/open/gm/dirtgrassborder/north, /area/lv624/ground/colony/south_medbay_road) -"tB" = ( -/obj/effect/decal/cleanable/blood/xeno, +"sL" = ( +/obj/effect/decal/cleanable/blood/tracks/footprints{ + dir = 1 + }, +/turf/open/floor/platingdmg1, +/area/lv624/lazarus/hydroponics) +"vP" = ( +/obj/structure/closet/crate/hydroponics/prespawned, /turf/open/floor/platingdmg1, /area/lv624/lazarus/hydroponics) -"uo" = ( +"xm" = ( /obj/item/stack/sheet/metal, -/obj/effect/spawner/random/claymore/midchance{ - dir = 4 - }, -/turf/open/floor/green/northwest, +/obj/effect/spawner/random/claymore/lowchance, +/turf/open/floor/plating, /area/lv624/lazarus/hydroponics) -"uR" = ( -/obj/effect/landmark/crap_item, +"xA" = ( +/obj/item/reagent_container/glass/bucket, +/turf/open/floor/plating/platingdmg3, +/area/lv624/lazarus/hydroponics) +"yb" = ( +/obj/effect/decal/cleanable/blood/xeno, /turf/open/floor/plating/panelscorched, /area/lv624/lazarus/hydroponics) -"uZ" = ( -/obj/effect/decal/cleanable/blood, +"yr" = ( +/obj/item/device/analyzer/plant_analyzer, +/obj/effect/spawner/random/claymore, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) +"zj" = ( +/obj/item/stack/folding_barricade, /obj/item/ammo_magazine/rifle/nsg23{ - current_rounds = 2 + current_rounds = 17 }, /obj/effect/spawner/gibspawner/human, -/obj/item/clothing/under/marine/veteran/pmc{ - pixel_x = 6; - pixel_y = 8 - }, -/turf/open/floor/plating/panelscorched, -/area/lv624/lazarus/hydroponics) -"xm" = ( -/obj/item/stack/sheet/metal, -/obj/effect/spawner/random/claymore/lowchance, -/turf/open/floor/plating, -/area/lv624/lazarus/hydroponics) -"xr" = ( -/obj/item/storage/firstaid, -/obj/item/explosive/grenade/high_explosive/pmc{ - pixel_x = 6 - }, -/turf/open/floor/plating/platingdmg3, -/area/lv624/lazarus/hydroponics) -"yy" = ( -/obj/item/stack/sheet/wood{ - amount = 16 - }, -/obj/item/ammo_magazine/rifle/nsg23{ - current_rounds = 13 - }, -/obj/effect/spawner/gibspawner/human, -/obj/item/clothing/head/helmet/marine/veteran/pmc{ - pixel_x = -6; - pixel_y = 8 - }, -/turf/open/floor/plating/platingdmg3, -/area/lv624/lazarus/hydroponics) -"zj" = ( -/obj/item/stack/folding_barricade, -/obj/item/ammo_magazine/rifle/nsg23{ - current_rounds = 17 - }, -/obj/effect/spawner/gibspawner/human, -/obj/item/clothing/head/helmet/marine/veteran/pmc/leader, +/obj/item/clothing/head/helmet/marine/veteran/pmc/leader, /turf/open/floor/plating, /area/lv624/lazarus/hydroponics) "zS" = ( @@ -249,19 +286,28 @@ /obj/item/shard, /turf/open/floor, /area/lv624/lazarus/hydroponics) -"Ao" = ( -/obj/item/reagent_container/glass/bucket, -/turf/open/floor/plating/platingdmg3, +"Ag" = ( +/obj/structure/barricade/deployable{ + damage_state = 2; + dir = 8; + health = 140; + icon_state = "folding_2" + }, +/obj/item/weapon/gun/rifle/nsg23/no_lock, +/obj/item/ammo_magazine/rifle/nsg23, +/turf/open/floor/plating/panelscorched, +/area/lv624/lazarus/hydroponics) +"Aj" = ( +/obj/item/ammo_magazine/rifle/nsg23/extended, +/obj/item/stack/sheet/wood, +/turf/open/floor/plating/panelscorched, /area/lv624/lazarus/hydroponics) -"BE" = ( +"AQ" = ( /obj/effect/landmark/crap_item, -/turf/open/floor/green/northwest, +/obj/item/reagent_container/glass/watertank, +/turf/open/floor/platingdmg1, /area/lv624/lazarus/hydroponics) -"BL" = ( -/obj/structure/flora/bush/ausbushes/genericbush, -/turf/open/gm/grass/grass1, -/area/lv624/ground/jungle/north_jungle) -"Dg" = ( +"BD" = ( /obj/effect/decal/cleanable/blood, /obj/item/clothing/under/marine/veteran/pmc{ pixel_x = -7; @@ -269,42 +315,36 @@ }, /turf/open/floor/plating/panelscorched, /area/lv624/lazarus/hydroponics) -"Dl" = ( -/obj/item/tool/crowbar, -/obj/effect/spawner/random/claymore/midchance{ - dir = 4 +"BF" = ( +/obj/structure/surface/rack, +/obj/item/tool/shovel/spade, +/obj/item/tool/hatchet{ + pixel_x = 6; + pixel_y = 4 }, -/turf/open/floor/platingdmg1, -/area/lv624/lazarus/hydroponics) -"Ds" = ( -/obj/item/stack/sheet/metal, -/obj/effect/decal/cleanable/blood/tracks/footprints{ - dir = 1 +/obj/item/tool/hatchet{ + pixel_x = 6; + pixel_y = 4 }, -/turf/open/floor/plating/panelscorched, -/area/lv624/lazarus/hydroponics) -"Ey" = ( -/turf/open/floor/plating/panelscorched, -/area/lv624/lazarus/hydroponics) -"EA" = ( -/obj/effect/decal/cleanable/blood/tracks/footprints{ - dir = 1 +/obj/item/tool/minihoe{ + pixel_y = -2 }, -/turf/open/floor/platingdmg1, +/turf/open/floor/plating/platingdmg3, /area/lv624/lazarus/hydroponics) -"Fg" = ( -/obj/structure/barricade/deployable{ - damage_state = 3; - dir = 1; - health = 45; - icon_state = "folding_3" - }, -/obj/effect/decal/cleanable/blood, -/obj/item/weapon/gun/smg/fp9000, -/obj/item/clothing/under/marine/veteran/pmc/leader{ - pixel_x = -7 +"BL" = ( +/obj/structure/flora/bush/ausbushes/genericbush, +/turf/open/gm/grass/grass1, +/area/lv624/ground/jungle/north_jungle) +"CX" = ( +/obj/structure/girder, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) +"Dr" = ( +/obj/item/stack/sheet/metal, +/obj/effect/spawner/random/claymore/midchance{ + dir = 4 }, -/turf/open/floor/plating/panelscorched, +/turf/open/floor/green/northwest, /area/lv624/lazarus/hydroponics) "Fk" = ( /obj/item/clothing/head/helmet/marine/veteran/pmc{ @@ -313,27 +353,22 @@ }, /turf/open/floor/plating, /area/lv624/lazarus/hydroponics) -"HI" = ( -/obj/item/tool/hatchet{ - pixel_x = 6; - pixel_y = 4 - }, -/obj/structure/machinery/portable_atmospherics/hydroponics, +"FD" = ( +/obj/structure/window_frame/colony, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) +"It" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/green/northwest, +/area/lv624/lazarus/hydroponics) +"IN" = ( +/obj/item/stack/sheet/metal, /turf/open/floor/plating/platingdmg3, /area/lv624/lazarus/hydroponics) -"Ie" = ( -/obj/item/clothing/gloves/marine/veteran/pmc{ - armor_bio = 10; - armor_bomb = 10; - armor_bullet = 15; - armor_energy = 15; - armor_internaldamage = 15; - armor_laser = 15; - armor_melee = 15; - armor_rad = 10; - name = "damaged WY PMC gloves" - }, -/turf/open/floor/platingdmg1, +"Jw" = ( +/obj/item/stack/sheet/metal, +/obj/item/robot_parts/leg/l_leg, +/turf/open/floor/plating/panelscorched, /area/lv624/lazarus/hydroponics) "JE" = ( /turf/open/floor, @@ -341,88 +376,95 @@ "Km" = ( /turf/open/gm/grass/grass1, /area/lv624/ground/colony/south_medbay_road) -"Kt" = ( -/obj/item/device/analyzer/plant_analyzer, -/obj/effect/landmark/crap_item, -/turf/open/floor/platingdmg1, +"Lw" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/weapon/gun/smg/fp9000, +/obj/item/ammo_magazine/smg/fp9000{ + pixel_x = 1 + }, +/obj/item/ammo_magazine/smg/fp9000{ + pixel_x = -3 + }, +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor/plating/panelscorched, /area/lv624/lazarus/hydroponics) -"KO" = ( -/obj/structure/machinery/portable_atmospherics/hydroponics, +"Mk" = ( +/obj/item/stack/sheet/metal, +/obj/effect/spawner/random/claymore/midchance, /turf/open/floor/plating/platingdmg3, /area/lv624/lazarus/hydroponics) -"KV" = ( -/obj/effect/landmark/crap_item, -/obj/item/reagent_container/glass/watertank, -/turf/open/floor/platingdmg1, -/area/lv624/lazarus/hydroponics) -"LG" = ( -/obj/structure/girder, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) -"LU" = ( -/obj/structure/surface/rack, -/obj/item/clothing/suit/apron, -/obj/item/tool/shovel, -/obj/item/clothing/gloves/botanic_leather, -/turf/open/floor/platingdmg1, -/area/lv624/lazarus/hydroponics) "Mm" = ( /obj/effect/landmark/crap_item, /turf/open/gm/grass/grass1, /area/lv624/ground/colony/south_medbay_road) -"MY" = ( -/obj/structure/barricade/deployable{ - damage_state = 1; - dir = 1; - health = 245; - icon_state = "folding_1" - }, -/obj/effect/landmark/corpsespawner/wy/manager, -/obj/item/weapon/gun/pistol/vp78{ - current_mag = null; - name = "dented VP78 pistol"; - pixel_x = -5; - pixel_y = -4 - }, -/obj/item/ammo_magazine/pistol/vp78{ - current_rounds = 4; - name = "scratched VP78 magazine (9mm)"; - pixel_x = 6 +"ME" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/barricade/wooden{ + dir = 4 }, +/obj/item/weapon/gun/rifle/nsg23/no_lock, /turf/open/floor/plating/platingdmg3, /area/lv624/lazarus/hydroponics) -"Nl" = ( +"MW" = ( +/obj/item/tool/crowbar, +/obj/effect/spawner/random/claymore/midchance{ + dir = 4 + }, /turf/open/floor/platingdmg1, /area/lv624/lazarus/hydroponics) -"NO" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/plating, -/area/lv624/lazarus/hydroponics) -"Ox" = ( -/obj/structure/surface/rack, -/obj/item/tool/crowbar, -/obj/item/reagent_container/glass/bucket{ - pixel_y = -3 +"Ne" = ( +/obj/item/stack/sheet/metal, +/obj/effect/spawner/random/claymore/lowchance{ + dir = 8 }, -/obj/item/reagent_container/glass/bucket, /turf/open/floor/platingdmg1, /area/lv624/lazarus/hydroponics) -"OG" = ( -/obj/item/tool/minihoe{ - pixel_x = 1; - pixel_y = -1 +"Np" = ( +/obj/item/clothing/suit/storage/marine/veteran/pmc/light/synth{ + desc = "A serious modification of the standard Armat Systems M3 armor. This variant was designed for PMC Support Units in the field, with every armor insert removed. It's designed with the idea of a high speed lifesaver in mind. This set seems damaged..."; + name = "damaged M4 Synthetic PMC armor"; + pixel_x = -5; + pixel_y = -5 + }, +/obj/effect/spawner/gibspawner/robot, +/obj/item/limb/head/synth{ + desc = "This appears to be the head of a synthetic, though it it is so destroyed there is no way in hell anyone is going to bring it back to even basic functionality."; + name = "shattered synthetic head"; + pixel_x = 9; + pixel_y = 3; + icon_state = "scandinavian_head_m" }, +/obj/item/robot_parts/arm/l_arm, /turf/open/floor/green/northwest, /area/lv624/lazarus/hydroponics) +"NG" = ( +/obj/item/stack/sheet/metal, +/obj/item/explosive/mine/pmc/active{ + dir = 1 + }, +/turf/open/floor/platingdmg1, +/area/lv624/lazarus/hydroponics) +"NO" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/plating, +/area/lv624/lazarus/hydroponics) "OI" = ( /obj/item/reagent_container/glass/fertilizer, /obj/item/stack/sheet/metal, /turf/open/floor/plating, /area/lv624/lazarus/hydroponics) -"Pd" = ( -/obj/item/device/analyzer/plant_analyzer, -/obj/effect/spawner/random/claymore, -/turf/open/floor/green/northwest, +"OS" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/platingdmg1, +/area/lv624/lazarus/hydroponics) +"Py" = ( +/obj/item/stack/sheet/metal, +/obj/effect/spawner/random/claymore/lowchance{ + dir = 4 + }, +/turf/open/floor/platingdmg1, /area/lv624/lazarus/hydroponics) "Qd" = ( /obj/item/stack/folding_barricade, @@ -443,106 +485,62 @@ }, /turf/open/floor/plating, /area/lv624/lazarus/hydroponics) -"Rm" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/barricade/wooden{ - dir = 4 - }, -/obj/item/weapon/gun/rifle/nsg23/no_lock, -/turf/open/floor/plating/platingdmg3, -/area/lv624/lazarus/hydroponics) -"Rw" = ( +"QV" = ( /obj/item/tool/extinguisher, /obj/effect/decal/cleanable/blood/tracks/footprints{ dir = 1 }, /turf/open/floor/platingdmg1, /area/lv624/lazarus/hydroponics) -"RM" = ( -/obj/item/tool/weldingtool/simple, -/obj/item/stack/sheet/wood, +"RD" = ( +/obj/item/tool/minihoe{ + pixel_x = 1; + pixel_y = -1 + }, /turf/open/floor/green/northwest, /area/lv624/lazarus/hydroponics) -"RS" = ( -/obj/structure/surface/rack, -/obj/item/tool/shovel/spade, -/obj/item/tool/hatchet{ - pixel_x = 6; - pixel_y = 4 +"RR" = ( +/obj/structure/barricade/deployable{ + damage_state = 3; + health = 50; + icon_state = "folding_3" }, -/obj/item/tool/hatchet{ - pixel_x = 6; - pixel_y = 4 +/obj/item/ammo_magazine/rifle/nsg23, +/obj/item/ammo_magazine/rifle/nsg23, +/obj/item/ammo_magazine/rifle/nsg23, +/turf/open/floor/plating/panelscorched, +/area/lv624/lazarus/hydroponics) +"Tj" = ( +/obj/item/stack/sheet/wood{ + amount = 16 }, -/obj/item/tool/minihoe{ - pixel_y = -2 +/obj/item/ammo_magazine/rifle/nsg23{ + current_rounds = 13 + }, +/obj/effect/spawner/gibspawner/human, +/obj/item/clothing/head/helmet/marine/veteran/pmc{ + pixel_x = -6; + pixel_y = 8 }, /turf/open/floor/plating/platingdmg3, /area/lv624/lazarus/hydroponics) -"RY" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) -"Sw" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/platingdmg1, -/area/lv624/lazarus/hydroponics) -"SZ" = ( -/obj/item/reagent_container/glass/fertilizer{ - pixel_x = 6; - pixel_y = 2 +"Vc" = ( +/obj/structure/barricade/deployable{ + damage_state = 3; + dir = 1; + health = 45; + icon_state = "folding_3" }, -/obj/item/reagent_container/glass/fertilizer, -/obj/item/stack/sheet/metal, -/obj/effect/spawner/random/claymore/midchance, -/turf/open/floor/platingdmg1, -/area/lv624/lazarus/hydroponics) -"Up" = ( -/obj/item/stack/sheet/metal, -/obj/item/explosive/mine/pmc/active{ - dir = 1 +/obj/effect/decal/cleanable/blood, +/obj/item/weapon/gun/smg/fp9000, +/obj/item/clothing/under/marine/veteran/pmc/leader{ + pixel_x = -7 }, -/turf/open/floor/platingdmg1, -/area/lv624/lazarus/hydroponics) -"UE" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor/plating/panelscorched, -/area/lv624/lazarus/hydroponics) -"VT" = ( -/obj/structure/machinery/portable_atmospherics/hydroponics, /turf/open/floor/plating/panelscorched, /area/lv624/lazarus/hydroponics) "Wg" = ( /turf/open/floor/plating, /area/lv624/lazarus/hydroponics) -"Wi" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor/plating/platingdmg3, -/area/lv624/lazarus/hydroponics) -"Wr" = ( -/obj/item/clothing/shoes/veteran/pmc{ - armor_bio = 15; - armor_bomb = 5; - armor_bullet = 15; - armor_energy = 5; - armor_internaldamage = 5; - armor_laser = 5; - armor_melee = 15; - desc = "The height of fashion, but these look to be woven with protective fiber. This pair seems heavily damaged, especially around the soles..."; - name = "scuffed shoes"; - pixel_x = -14; - pixel_y = -10; - slowdown = 0.5 - }, -/turf/open/floor/green/northwest, -/area/lv624/lazarus/hydroponics) -"Xm" = ( -/obj/item/stack/sheet/metal, -/obj/effect/spawner/random/claymore/lowchance{ - dir = 8 - }, -/turf/open/floor/platingdmg1, -/area/lv624/lazarus/hydroponics) "XA" = ( /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_jungle) @@ -550,10 +548,12 @@ /obj/structure/flora/bush/ausbushes/ausbush, /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_jungle) -"ZB" = ( -/obj/item/stack/sheet/metal, -/obj/effect/spawner/random/claymore/midchance, -/turf/open/floor/plating/platingdmg3, +"XM" = ( +/obj/structure/surface/rack, +/obj/item/clothing/suit/apron, +/obj/item/tool/shovel, +/obj/item/clothing/gloves/botanic_leather, +/turf/open/floor/platingdmg1, /area/lv624/lazarus/hydroponics) (1,1,1) = {" @@ -593,12 +593,12 @@ XA XA XA BL -Nl -qM -Sw +rO +kk +ls Wg -uo -LG +Dr +CX Km Km Km @@ -606,194 +606,194 @@ se "} (4,1,1) = {" XJ -LG -lk -gb -Xm +CX +FD +hI +Ne Wg -Dl -tB -pJ -qM +MW +iZ +eF +kk Wg -Sw -pJ +ls +eF se "} (5,1,1) = {" XA -ry -Nl -gb -tB +Py +rO +hI +iZ Wg -Nl +rO Wg Wg -ai -ai -Ox -qM +vP +vP +qU +kk fk "} (6,1,1) = {" XA -Sw +ls Wg Wg -BE -Ao -gb -pJ +lQ +xA +hI +eF Wg Wg lP -LU -qM +XM +kk og "} (7,1,1) = {" -pJ -pJ -Wi +eF +eF +fJ Wg -RY -VT -go -qP -KO -pJ -Wi -RS -pJ -pJ +It +dl +Ag +Lw +iG +eF +fJ +BF +eF +eF "} (8,1,1) = {" -Nl +rO Wg -Ie -gb -kq -Fg +cX +hI +hu +Vc zj -jj -uZ -VT +Aj +cM +dl Wg -ZB -OG -pJ +Mk +RD +eF "} (9,1,1) = {" -EA -Rw -EA -rf -Ds -rf -xr +sL +QV +sL +mI +lM +mI +qZ Qd -om -uR +RR +cY Wg -gb -Sw -pJ +hI +ls +eF "} (10,1,1) = {" -Wr -pJ -Ey -VT +by +eF +bV +dl Fk -Dg -MY -yy -KO -Pd -gb +BD +kW +Tj +iG +yr +hI Wg -tB -pJ +iZ +eF "} (11,1,1) = {" -pJ -pJ -UE -pJ +eF +eF +yb +eF Wg -gb -HI -Rm -RM -pJ +hI +mE +ME +nL +eF Wg xm -Nl -Nl +rO +rO "} (12,1,1) = {" -pJ -Up -KV -Ey -dM +eF +NG +AQ +bV +Np Wg -gb +hI Wg -gb -gb -gf +hI +hI +IN OI -LG -LG +CX +CX "} (13,1,1) = {" XA -aL -Kt -bg -Wi -gb +ax +rW +Jw +fJ +hI NO Wg -gb -gf +hI +IN ck -SZ -Nl +aR +rO ou "} (14,1,1) = {" XA -lk -ez -qH -qJ +FD +op +ch +OS Wg Wg Wg -tB +iZ Wg -gf -Sw -lk +IN +ls +FD eU "} (15,1,1) = {" XA -pJ -pJ -Sw -Nl -pJ -pJ -Nl -lH -pJ -pJ -Nl -LG +eF +eF +ls +rO +eF +eF +rO +ak +eF +eF +rO +CX bM "} (16,1,1) = {" @@ -801,12 +801,12 @@ XA XA XA XA -pJ -pJ -pJ -pJ -lk -LG +eF +eF +eF +eF +FD +CX XA XA XA diff --git a/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm b/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm index 2e0b8f0ad0..f146ff8185 100644 --- a/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm +++ b/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm @@ -9866,9 +9866,6 @@ /obj/item/ammo_magazine/handful/shotgun/heavy/buckshot, /obj/item/ammo_magazine/handful/shotgun/heavy/buckshot, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot/upp, -/obj/item/weapon/gun/shotgun/type23/riot, -/obj/item/weapon/gun/shotgun/type23/riot, -/obj/item/weapon/gun/shotgun/type23/riot, /turf/open/floor/strata/red1, /area/strata/ag/interior/landingzone_checkpoint) "bUJ" = ( @@ -10477,7 +10474,7 @@ /area/strata/ag/interior/administration) "cfX" = ( /obj/structure/largecrate/random, -/obj/item/storage/belt/marine/upp/sapper, +/obj/item/storage/belt/marine/upp/full, /turf/open/asphalt/cement, /area/strata/ag/exterior/research_decks) "cfZ" = ( @@ -11788,7 +11785,6 @@ /obj/item/ammo_magazine/handful/shotgun/heavy/buckshot, /obj/item/ammo_magazine/handful/shotgun/heavy/slug, /obj/item/ammo_magazine/handful/shotgun/heavy/slug, -/obj/item/weapon/gun/shotgun/type23/riot, /turf/open/floor/strata/red1, /area/strata/ag/interior/research_decks/security) "ddP" = ( @@ -20891,7 +20887,6 @@ /obj/item/ammo_magazine/handful/shotgun/heavy/buckshot, /obj/item/ammo_magazine/handful/shotgun/heavy/slug, /obj/item/ammo_magazine/handful/shotgun/heavy/slug, -/obj/item/weapon/gun/shotgun/type23/riot, /turf/open/floor/strata/red1, /area/strata/ag/interior/research_decks/security) "lKv" = ( @@ -30422,7 +30417,6 @@ /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/obj/item/weapon/gun/shotgun/type23/riot, /turf/open/floor/strata/white_cyan1, /area/strata/ag/interior/dorms) "uBs" = ( diff --git a/maps/map_files/chapaev/chapaev.dmm b/maps/map_files/chapaev/chapaev.dmm index 8b30336d1f..89bfd3b25b 100644 --- a/maps/map_files/chapaev/chapaev.dmm +++ b/maps/map_files/chapaev/chapaev.dmm @@ -1,1519 +1,2456 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"ao" = ( -/obj/structure/surface/rack, -/obj/item/device/motiondetector, -/obj/item/ammo_magazine/flamer_tank, -/obj/item/weapon/gun/flamer/underextinguisher, +"ad" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/obj/item/bedsheet/brown{ + layer = 3.4; + color = "#8B9490"; + anchored = 1 + }, +/obj/item/bedsheet/brown{ + pixel_y = 13; + color = "#8B9490" + }, +/turf/open/floor/strata/floor2, +/area/golden_arrow/dorms) +"ae" = ( +/obj/structure/machinery/power/smes/buildable, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/golden_arrow/engineering) +"ai" = ( +/obj/structure/ladder{ + height = 1; + id = "eng1" + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/engineering) +"aj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/landmark/start/marine/tl/upp, +/obj/effect/landmark/late_join/upp, +/obj/effect/landmark/late_join, +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/cryo_cells) +"ak" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/squad/upp, /turf/open/floor/strata/floor2, /area/golden_arrow/squad_one) -"au" = ( +"am" = ( +/obj/structure/machinery/cm_vending/sorted/uniform_supply/squad_prep/upp, /turf/open/floor/strata/floor2, -/area/golden_arrow/platoon_commander_rooms) +/area/golden_arrow/squad_two) +"ax" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/device/flashlight/lamp{ + pixel_y = 17 + }, +/obj/item/clipboard{ + pixel_x = -6; + pixel_y = -1 + }, +/obj/item/tool/pen/clicky{ + desc = "It's a normal black ink pen."; + name = "pen" + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"aA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/landmark/start/marine/upp, +/obj/effect/landmark/late_join/upp, +/obj/effect/landmark/late_join, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/cryo_cells) "aB" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 4; + name = "\improper Maintenance Tunnels" + }, /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/platoon_sergeant) -"aL" = ( -/obj/structure/pipes/standard/manifold/hidden/supply{ - dir = 1 +/area/golden_arrow/engineering) +"aF" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "chapaev_engi" }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/platoon_commander_rooms) -"aN" = ( +/turf/open/floor/strata/floor3, +/area/golden_arrow/engineering) +"aJ" = ( /obj/structure/pipes/standard/manifold/hidden/supply{ dir = 8 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/briefing) -"aO" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - name = "\improper Platoon Medic Office"; - req_one_access = null; - req_one_access_txt = "231" +/turf/open/floor/strata/floor3, +/area/golden_arrow/cryo_cells) +"aP" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 }, +/obj/structure/machinery/light/small, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/medical) +/area/golden_arrow/briefing) "aQ" = ( -/turf/open/floor/strata/floor2, -/area/golden_arrow/hangar) -"aR" = ( -/obj/structure/machinery/cm_vending/sorted/cargo_guns/squad/upp, -/turf/open/floor/strata/floor2, -/area/golden_arrow/squad_two) -"bb" = ( -/obj/structure/bed/chair{ - dir = 8 +/obj/structure/machinery/recharge_station{ + pixel_y = 13 }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/platoon_sergeant) -"bm" = ( -/obj/structure/pipes/vents/pump{ +/obj/structure/barricade/handrail/strata{ dir = 8 }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/platoon_commander_rooms) -"bB" = ( -/obj/structure/machinery/camera/autoname/golden_arrow{ - dir = 4; - name = "ship-grade camera"; - network = list("Chapaev") +/obj/structure/barricade/handrail/strata{ + dir = 4 }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/dorms) -"bD" = ( -/obj/structure/pipes/standard/simple/hidden/supply, -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 1; - name = "\improper Platoon Medic Office"; - req_one_access = null; - req_one_access_txt = "231" +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/hangar) +"aT" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 }, +/obj/structure/machinery/door/poddoor/almayer/open, /turf/open/floor/strata/floor3/east, +/area/golden_arrow/briefing) +"aU" = ( +/obj/structure/machinery/body_scanconsole{ + dir = 1; + pixel_y = 6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/multi_tiles, /area/golden_arrow/medical) -"bE" = ( -/obj/structure/closet/crate/ammo/alt, -/obj/item/ammo_magazine/sniper/svd/pve, -/obj/item/ammo_magazine/sniper/svd/pve, -/obj/item/ammo_magazine/sniper/svd/pve, -/obj/item/ammo_magazine/sniper/svd/pve, -/obj/item/ammo_magazine/sniper/svd/pve, -/turf/open/floor/strata/multi_tiles/southeast, +"aZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/paper_bin{ + pixel_y = 6; + pixel_x = 3 + }, +/obj/item/tool/pen/clicky{ + desc = "It's a normal black ink pen."; + name = "pen"; + layer = 3 + }, +/turf/open/floor/strata/floor2, /area/golden_arrow/platoon_sergeant) -"bF" = ( -/obj/effect/landmark/start/marine/leader/upp, +"be" = ( +/obj/structure/largecrate/random/barrel/red{ + stuff = list(/obj/item/clothing/under/marine/veteran/UPP,/obj/item/clothing/gloves/marine,/obj/item/clothing/gloves/marine/brown,/obj/item/clothing/gloves/marine/joe,/obj/item/clothing/shoes/marine/joe,/obj/item/clothing/shoes/marine/upp/guard,/obj/item/clothing/shoes/marine/upp) + }, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/prep_hallway) +"bl" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown{ + color = "#8B9490" + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/platoon_commander_rooms) +"bs" = ( +/obj/effect/landmark/start/marine/upp, /obj/effect/landmark/late_join/upp, /obj/effect/landmark/late_join, /turf/open/floor/strata/floor3/east, /area/golden_arrow/cryo_cells) -"bH" = ( -/obj/structure/machinery/door/poddoor/almayer/locked{ - dir = 4; - name = "\improper Hangar Lockdown Blast Door" +"bu" = ( +/obj/structure/machinery/power/apc/almayer/east, +/turf/open/floor/strata/floor2, +/area/golden_arrow/squad_two) +"bx" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/strata/floor3, +/area/golden_arrow/medical) +"by" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/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/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 = 6; + pixel_y = -6 + }, +/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 = 3; + pixel_y = 6 }, -/turf/open/space/basic, -/area/golden_arrow/hangar) -"bM" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/device/lightreplacer, -/obj/item/device/radio, /turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/engineering) +/area/golden_arrow/hangar) "bN" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/plating, +/turf/open/floor/corsat, /area/golden_arrow/briefing) -"bO" = ( -/obj/structure/machinery/light{ - dir = 8; - invisibility = 101; - unacidable = 1; - unslashable = 1 +"bW" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" }, /turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/briefing) -"bQ" = ( -/obj/structure/bed/chair/comfy/alpha{ - dir = 4 +/area/golden_arrow/prep_hallway) +"cb" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/reagent_container/food/drinks/cans/boda{ + pixel_x = -6; + pixel_y = 11 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/briefing) -"bS" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - name = "\improper Cleaning Supplies"; - req_one_access = null +/obj/item/reagent_container/food/drinks/cans/boda{ + pixel_x = 2; + pixel_y = 11 }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/briefing) -"bW" = ( -/obj/structure/closet/secure_closet/marine_personal{ - has_cryo_gear = 0; - job = "Platoon Corpsman" +/obj/item/reagent_container/food/drinks/cans/boda{ + pixel_x = -3; + pixel_y = 24 }, -/obj/item/clothing/shoes/marine/upp, -/obj/item/device/radio/headset/distress/UPP, -/obj/item/clothing/under/marine/veteran/UPP/medic, -/turf/open/floor/strata/cyan1/east, -/area/golden_arrow/medical) -"bX" = ( -/obj/structure/machinery/power/apc/almayer/west, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/supply) -"bZ" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 +/obj/item/ammo_magazine/minigun{ + desc = "A huge ammo drum for a huge gun. Your platoon got issued with magazines first which happened several months ago. When will the miniguns come, you wonder?"; + name = "GSh-7.62 rotating ammo drum (7.62x51mm)"; + pixel_x = 4; + pixel_y = 5 }, -/obj/structure/mirror{ - pixel_x = 28 +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 16; + pixel_y = -15 }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/dorms) +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice2"; + pixel_x = 16; + pixel_y = 16 + }, +/turf/open/floor/strata/floor2, +/area/golden_arrow/squad_two) "cc" = ( /obj/structure/machinery/telecomms/relay/preset/tower, /turf/open/floor/almayer, /area/golden_arrow/engineering) -"cJ" = ( -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/golden_arrow/synthcloset) -"cL" = ( -/obj/structure/machinery/camera/autoname/golden_arrow{ - dir = 8; - name = "ship-grade camera"; - network = list("Chapaev") +"ck" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 }, -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/plating, -/area/golden_arrow/briefing) -"cM" = ( +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/canteen) +"cm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/landmark/start/marine/upp, +/obj/effect/landmark/late_join/upp, +/obj/effect/landmark/late_join, /obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 + dir = 5 + }, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/cryo_cells) +"cs" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 8; + pixel_y = 10 }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/squad_one) -"cO" = ( /turf/open/floor/strata/multi_tiles/southeast, +/area/golden_arrow/canteen) +"cx" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/corsat, +/area/golden_arrow/briefing) +"cH" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/computer/emails{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/platoon_commander_rooms) +"cI" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/strata/floor2, +/area/golden_arrow/dorms) +"cJ" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, /area/golden_arrow/synthcloset) +"cK" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/prop/almayer/CICmap{ + density = 0; + faction = "UPP"; + icon_state = "shuttle"; + layer = 2.97; + minimap_type = 8; + name = "Tactical Map Display"; + pixel_x = 7 + }, +/obj/structure/machinery/computer/cameras/almayer/vehicle{ + network = list("Chapaev","Vehicle"); + pixel_x = -10 + }, +/obj/structure/phone_base/no_dnd{ + name = "Overwatch Telephone"; + phone_category = "Chapaev"; + phone_id = "Overwatch"; + pixel_y = 30; + networks_receive = list("UPP"); + networks_transmit = list("UPP") + }, +/turf/open/floor/strata/floor2, +/area/golden_arrow/platoon_commander_rooms) +"cL" = ( +/obj/structure/machinery/camera/autoname/golden_arrow{ + dir = 8; + name = "ship-grade camera"; + network = list("Chapaev") + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/corsat, +/area/golden_arrow/briefing) "cR" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/plating, +/turf/open/floor/corsat, /area/golden_arrow/cryo_cells) -"cS" = ( -/obj/structure/ladder{ - height = 1; - id = "eng1" - }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/engineering) "cT" = ( /turf/closed/wall/strata_outpost/reinforced, /area/golden_arrow/canteen) -"cX" = ( -/obj/structure/machinery/light/small, -/turf/open/floor/strata/floor2, -/area/golden_arrow/briefing) -"da" = ( -/obj/structure/pipes/standard/manifold/hidden/supply{ - dir = 4 +"cZ" = ( +/obj/structure/machinery/disposal{ + density = 0; + layer = 3.2; + pixel_y = 16 }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/dorms) -"dh" = ( -/obj/structure/pipes/standard/manifold/fourway/hidden/supply, +/obj/structure/disposalpipe/trunk, /turf/open/floor/strata/multi_tiles/southeast, /area/golden_arrow/canteen) -"dl" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - id = "Delta_1"; - name = "\improper Bathroom" +"dc" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/dorms) -"dq" = ( -/obj/structure/machinery/door_control{ - id = "chapaev_engi"; - pixel_y = -23 +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/engineering) -"dw" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/strata/floor2, +/turf/open/floor/corsat, +/area/golden_arrow/prep_hallway) +"dd" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/light/small, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/strata/floor3/east, /area/golden_arrow/hangar) -"dP" = ( -/obj/structure/closet/secure_closet{ - name = "squad sergeant locker"; - req_access_txt = "244;237" +"df" = ( +/obj/structure/cargo_container/hd/left{ + opacity = 0 }, -/obj/item/clothing/accessory/armband, -/obj/item/device/whistle, -/obj/item/device/binoculars/range/designator, -/obj/item/weapon/gun/rifle/type71/flamer, -/turf/open/floor/strata/floor2, -/area/golden_arrow/squad_one) -"dQ" = ( +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"dg" = ( +/obj/structure/largecrate/random/barrel/red{ + stuff = list(/obj/item/clothing/under/marine/veteran/UPP,/obj/item/clothing/gloves/marine,/obj/item/clothing/gloves/marine/brown,/obj/item/clothing/gloves/marine/joe,/obj/item/clothing/shoes/marine/joe,/obj/item/clothing/shoes/marine/upp/guard,/obj/item/clothing/shoes/marine/upp) + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"dm" = ( /obj/structure/surface/table/reinforced/almayer_B, -/obj/item/paper/crumpled/bloody{ - pixel_y = 6 +/obj/structure/machinery/faxmachine{ + name = "\improper UPP Military Fax Machine"; + network = "UPP Encrypted Network"; + target_department = "UPP High Command" }, -/obj/item/attachable/bayonet/upp, -/turf/open/floor/strata/floor2, -/area/golden_arrow/squad_one) -"dT" = ( -/obj/structure/machinery/power/terminal{ +/obj/structure/machinery/light/small{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/pouch/electronics{ - pixel_x = 6; - pixel_y = -1 +/turf/open/floor/strata/floor2, +/area/golden_arrow/platoon_commander_rooms) +"dq" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 }, -/obj/item/storage/toolbox/mechanical{ +/obj/structure/machinery/door/airlock/prison_hatch{ + dir = 8; + color = "#8B9490"; + name = "\improper Squad Two Armoury"; + req_one_access_txt = "231;240;238" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "squadarmory"; + name = "\improper Squad Two Prep Room"; + color = "#8B9490" + }, +/turf/open/floor/strata/floor2, +/area/golden_arrow/squad_two) +"dw" = ( +/obj/structure/machinery/cryopod, +/obj/structure/machinery/light/double{ + dir = 8 + }, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/cryo_cells) +"dB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/surface/rack{ + color = "#8B9490"; + pixel_x = -3 + }, +/obj/item/clothing/mask/gas/upp{ pixel_x = -7; - pixel_y = -8 + pixel_y = 2 + }, +/obj/item/clothing/mask/gas/upp{ + pixel_x = 2; + pixel_y = 2 }, -/obj/item/stack/cable_coil, /obj/effect/decal/strata_decals/catwalk/prison, -/turf/open/floor/plating, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/corsat, /area/golden_arrow/engineering) -"ef" = ( -/obj/structure/machinery/computer/station_alert{ - dir = 8; - pixel_x = 15; - pixel_y = 2 +"dC" = ( +/obj/item/reagent_container/food/drinks/cans/classcola{ + pixel_y = 4; + pixel_x = -25 }, -/obj/structure/surface/table/reinforced/almayer_B, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/synthcloset) -"ei" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/golden_arrow/squad_one) -"ep" = ( -/obj/structure/machinery/cm_vending/clothing/synth/snowflake{ - desc = "A vendor with a large snowflake on it. Provided by Ministry of Fashion."; - name = "\improper UPP Synthetic Conformity Unit" +/area/golden_arrow/hangar) +"dD" = ( +/obj/structure/machinery/light/small{ + dir = 4 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/synthcloset) -"ev" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 9 +/area/golden_arrow/canteen) +"dG" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/hangar) -"ex" = ( -/obj/structure/machinery/cryopod{ - dir = 1 +/obj/item/stool{ + can_buckle = 1 }, /turf/open/floor/strata/floor3/east, /area/golden_arrow/cryo_cells) -"ey" = ( -/obj/structure/toilet{ +"dK" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, -/obj/structure/machinery/light/small, -/obj/item/prop/magazine/book{ - desc = "A booklet provided to anyone ranging from conscripts to normal citizenry. The first page is stamped with the Party's insignia and reminds you that the Party has your best interest in heart; the following pages immensely simplify the Party's doctrine, grossly propagandizes Socialism, and greatly vilifies the United Americas."; - name = "UPP Party Doctrine Booklet"; - pixel_x = 11; - pixel_y = 6 - }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/dorms) -"eJ" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/ammo_magazine/handful/shotgun/heavy/flechette{ - current_rounds = 1; - pixel_x = 7; - pixel_y = 6 - }, -/obj/item/ammo_magazine/handful/shotgun/heavy{ - current_rounds = 1; - pixel_y = 5 +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 16; + pixel_y = -15 }, -/obj/item/ammo_magazine/handful/shotgun/heavy/beanbag{ - current_rounds = 1; - pixel_x = -8; - pixel_y = 5 +/turf/open/floor/corsat, +/area/golden_arrow/squad_one) +"eb" = ( +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 32 }, /turf/open/floor/strata/floor2, -/area/golden_arrow/squad_two) -"fc" = ( +/area/golden_arrow/dorms) +"ed" = ( +/obj/structure/reagent_dispensers/watertank, /obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/pipes/standard/manifold/hidden/supply{ - dir = 8 +/turf/open/floor/corsat, +/area/golden_arrow/supply) +"ee" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/pipes/standard/manifold/fourway/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/floor/plating, -/area/golden_arrow/platoon_sergeant) -"fh" = ( -/turf/closed/wall/strata_outpost/reinforced, +/turf/open/floor/corsat, /area/golden_arrow/briefing) -"fk" = ( +"ei" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/golden_arrow/squad_one) +"et" = ( /obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 + dir = 9 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/engineering) -"fq" = ( -/obj/effect/landmark/observer_start, /obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/pipes/standard/manifold/hidden/supply{ - dir = 8 +/obj/structure/surface/table{ + color = "#8B7B5B" }, -/turf/open/floor/plating, -/area/golden_arrow/briefing) -"fv" = ( -/obj/structure/machinery/conveyor{ - dir = 6 +/obj/structure/machinery/light/small{ + dir = 4 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/supply) -"fx" = ( +/obj/item/device/flashlight/lamp{ + pixel_x = 2; + pixel_y = 11; + layer = 5; + anchored = 1 + }, +/obj/item/storage/fancy/cigar/matchbook/brown{ + pixel_x = -4 + }, +/turf/open/floor/strata/floor2, +/area/golden_arrow/platoon_commander_rooms) +"ev" = ( /obj/structure/machinery/camera/autoname/golden_arrow{ + dir = 4; name = "ship-grade camera"; network = list("Chapaev") }, -/obj/structure/machinery/cm_vending/clothing/medic/upp, -/obj/item/clothing/head/uppcap{ - pixel_x = 8; - pixel_y = 11 +/obj/structure/surface/table{ + color = "#8B7B5B" }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/medical) -"fA" = ( -/obj/structure/machinery/power/terminal{ - dir = 4 +/turf/open/floor/strata/floor3, +/area/golden_arrow/platoon_sergeant) +"eG" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_y = -6; + pixel_x = 11 }, -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/effect/decal/strata_decals/catwalk/prison, -/turf/open/floor/plating, -/area/golden_arrow/engineering) -"fF" = ( -/obj/structure/machinery/cryopod, -/obj/structure/machinery/light{ +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_y = -10; + pixel_x = 16 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/light/small{ dir = 8 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/cryo_cells) -"fK" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - name = "\improper Platoon Sergeant's Bunk"; - req_one_access = null; - req_one_access_txt = "240" +/obj/item/dartboard, +/turf/open/floor/strata/multi_tiles/southeast, +/area/golden_arrow/canteen) +"eR" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/tool/hand_labeler{ + pixel_x = -6; + pixel_y = 12 }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 +/obj/item/prop/tableflag/upp{ + pixel_x = 7; + pixel_y = 12 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/platoon_sergeant) -"fV" = ( -/obj/structure/machinery/light{ +/obj/structure/machinery/light/small{ dir = 1 }, -/obj/structure/gun_rack/type71/unloaded, -/turf/open/floor/strata/floor2, -/area/golden_arrow/squad_one) -"ga" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 6 +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/platoon_sergeant) +"eY" = ( +/obj/structure/closet, +/obj/item/coin/silver/falcon{ + name = "Solar Devils challenge coin"; + desc = "A small coin, bearing the Solar Devil's insignia."; + pixel_x = -2; + pixel_y = -1 }, -/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 = 30 +/turf/open/floor/strata/floor2, +/area/golden_arrow/dorms) +"eZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice8"; + pixel_x = 13; + pixel_y = 10 }, -/turf/open/floor/plating, -/area/golden_arrow/cryo_cells) -"gb" = ( -/obj/structure/bed/chair/comfy/alpha{ - dir = 1 +/turf/open/floor/strata/floor3, +/area/golden_arrow/briefing) +"fh" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/golden_arrow/briefing) +"fi" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 }, /turf/open/floor/strata/floor3/east, +/area/golden_arrow/engineering) +"fq" = ( +/obj/effect/landmark/observer_start, +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/floor/corsat, /area/golden_arrow/briefing) -"gd" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/structure/machinery/prop/almayer/CICmap{ - faction = "UPP" +"fx" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/platoon_sergeant) -"gf" = ( -/turf/open/floor/strata/cyan1/east, -/area/golden_arrow/medical) -"go" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/prep_hallway) -"gp" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 10 +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"fy" = ( +/obj/structure/platform/strata/metal{ + dir = 1; + pixel_y = 10 }, /turf/open/floor/strata/floor2, -/area/golden_arrow/platoon_commander_rooms) -"gs" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/strata/floor2, /area/golden_arrow/briefing) -"gB" = ( -/obj/structure/pipes/vents/pump{ +"fB" = ( +/obj/structure/bed/chair/office/light{ dir = 4 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/squad_one) -"gG" = ( -/obj/structure/machinery/disposal{ - density = 0; - layer = 3.2; - pixel_y = 16 - }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/canteen) -"gH" = ( -/obj/structure/machinery/power/apc/almayer/north, -/turf/open/floor/strata/multi_tiles/southeast, +/obj/structure/machinery/light/small, +/turf/open/floor/strata/floor2, /area/golden_arrow/platoon_sergeant) -"gQ" = ( -/obj/structure/largecrate/random/barrel/blue{ - pixel_x = -9 - }, -/obj/item/reagent_container/food/drinks/bottle/beer/craft/tazhushka{ - pixel_x = -11; - pixel_y = 20 +"fC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/hangar) -"gW" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/storage/box/drinkingglasses, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/canteen) -"gY" = ( -/obj/structure/machinery/camera/autoname/golden_arrow{ - dir = 8; - name = "ship-grade camera"; - network = list("Chapaev") +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, +/obj/effect/landmark/start/marine/smartgunner/upp, +/obj/effect/landmark/late_join/upp, +/obj/effect/landmark/late_join, +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/cryo_cells) +"fG" = ( +/obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/pipes/standard/simple/hidden/supply{ - dir = 10 + dir = 6 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/briefing) -"hc" = ( +/turf/open/floor/corsat, +/area/golden_arrow/platoon_sergeant) +"fK" = ( /obj/effect/decal/warning_stripes{ icon_state = "E"; pixel_x = 1 }, -/obj/structure/machinery/light/small, -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/engineering) -"hf" = ( -/obj/structure/machinery/medical_pod/autodoc{ - dir = 1; - pixel_y = 6 - }, -/turf/open/floor/strata/cyan1/east, -/area/golden_arrow/medical) -"hi" = ( -/obj/structure/pipes/standard/manifold/hidden/supply{ - dir = 4 +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/briefing) -"hp" = ( /obj/effect/decal/warning_stripes{ icon_state = "W"; - pixel_x = -1; - pixel_y = 1 + pixel_x = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/closet/secure_closet/marine_personal{ + has_cryo_gear = 0; + pixel_x = -7 + }, +/obj/item/clothing/shoes/marine/upp, +/obj/item/clothing/under/marine/veteran/UPP, +/obj/item/device/radio/headset/distress/UPP, +/obj/item/prop/magazine/book{ + desc = "It's not a mandatory reading material in UPP, but it's still encouraged to memorize certain quotes from this book."; + name = "Quotations from Chairman Mao Tse-tung"; + pixel_y = 4; + pixel_x = -2; + icon_state = "littleredbook" }, -/obj/structure/machinery/cryopod, /turf/open/floor/strata/floor3/east, /area/golden_arrow/cryo_cells) -"hw" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/clothing/accessory/armband/med, -/obj/item/weapon/gun/rifle/type71/carbine, -/obj/item/clothing/glasses/hud/health{ - pixel_x = -1; - pixel_y = 4 +"fL" = ( +/obj/structure/machinery/power/smes/buildable, +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/turf/open/floor/strata/cyan1/east, -/area/golden_arrow/medical) -"hC" = ( -/obj/structure/machinery/light{ +/turf/open/floor/strata/multi_tiles/southwest, +/area/golden_arrow/engineering) +"fM" = ( +/obj/structure/machinery/light/small{ dir = 8 }, -/obj/structure/bed/chair{ +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/dorms) +"fT" = ( +/obj/structure/largecrate/random/barrel/red{ + stuff = list(/obj/item/clothing/under/marine/veteran/UPP,/obj/item/clothing/gloves/marine,/obj/item/clothing/gloves/marine/brown,/obj/item/clothing/gloves/marine/joe,/obj/item/clothing/shoes/marine/joe,/obj/item/clothing/shoes/marine/upp/guard,/obj/item/clothing/shoes/marine/upp) + }, +/obj/structure/barricade/handrail/strata{ dir = 4 }, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/briefing) -"hE" = ( -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/golden_arrow/platoon_sergeant) -"hL" = ( -/obj/structure/machinery/cm_vending/sorted/uniform_supply/squad_prep/upp, -/turf/open/floor/strata/floor2, -/area/golden_arrow/squad_one) -"hM" = ( -/obj/item/ammo_box/rounds/pkp{ - pixel_y = 9 +/obj/structure/machinery/camera/autoname/golden_arrow{ + dir = 4; + name = "ship-grade camera"; + network = list("Chapaev") }, -/obj/item/ammo_box/magazine/type71/empty, -/turf/open/floor/strata/floor3/east, +/turf/open/floor/strata/floor3, /area/golden_arrow/supply) -"hS" = ( +"fU" = ( /obj/structure/pipes/vents/pump, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/briefing) -"id" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/strata/multi_tiles/southeast, +/obj/structure/pipes/vents/pump, +/obj/structure/pipes/vents/pump, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/strata/floor3/east, /area/golden_arrow/engineering) -"if" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/prop/magazine/book{ - name = "UPP Party Doctrine Booklet" +"fV" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/dorms) +"fY" = ( +/obj/structure/largecrate/random/case{ + stuff = list(/obj/item/weapon/shield/riot/metal,/obj/item/weapon/classic_baton); + parts_type = /obj/item/stack/sheet/metal }, -/obj/item/prop/tableflag/upp{ - pixel_x = 6; - pixel_y = 1 +/obj/structure/largecrate/random/case{ + stuff = list(/obj/item/weapon/shield/riot/metal,/obj/item/weapon/classic_baton); + parts_type = /obj/item/stack/sheet/metal; + pixel_y = 10; + pixel_x = -3 }, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/briefing) -"ih" = ( -/obj/structure/machinery/power/apc/almayer/east, +/area/golden_arrow/supply) +"gc" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/ammo_box/magazine/np92{ + pixel_y = 10 + }, +/obj/item/ammo_box/magazine/type73, /turf/open/floor/strata/floor2, /area/golden_arrow/squad_one) -"ik" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 1; - name = "\improper Locker Room"; - req_one_access = null +"gd" = ( +/obj/structure/cargo_container/hd/mid{ + opacity = 0 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/cryo_cells) -"im" = ( -/obj/structure/machinery/light, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/engineering) -"io" = ( -/obj/structure/machinery/cryopod, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/cryo_cells) -"ip" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"ge" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/obj/effect/decal/strata_decals/catwalk/prison, -/turf/open/floor/plating, -/area/golden_arrow/canteen) -"iy" = ( -/obj/structure/machinery/light{ +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "squadarmory"; + name = "\improper Sanitar Prep Room"; + color = "#8B9490" + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/medical) +"gt" = ( +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/platoon_sergeant) +"gv" = ( +/obj/structure/machinery/light/small{ dir = 4 }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/canteen) -"iJ" = ( -/obj/structure/pipes/standard/simple/hidden/supply, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/engineering) +"gy" = ( +/obj/structure/foamed_metal, /turf/open/floor/strata/floor3/east, /area/golden_arrow/hangar) -"iO" = ( -/turf/closed/wall/strata_outpost/reinforced, -/area/golden_arrow/cryo_cells) -"iP" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/structure/machinery/computer/cameras/wooden_tv/prop{ - pixel_y = 12 +"gF" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 }, -/obj/item/toy/deck{ - pixel_x = 9; - pixel_y = -6 +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 }, -/obj/item/tool/wrench{ - pixel_y = 25 +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/obj/item/bedsheet/brown{ + pixel_y = 13; + color = "#8B9490" + }, +/obj/item/bedsheet/brown{ + layer = 3.4; + color = "#8B9490"; + anchored = 1 }, /turf/open/floor/strata/floor2, /area/golden_arrow/dorms) -"iR" = ( -/obj/structure/machinery/conveyor, +"gG" = ( +/obj/structure/surface/rack{ + color = "#8B9490" + }, +/obj/item/tool/crowbar, +/obj/structure/machinery/light/small, +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"gI" = ( +/obj/structure/foamed_metal, +/obj/structure/foamed_metal, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/supply) -"iT" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/crew/alt{ +/area/golden_arrow/briefing) +"gO" = ( +/obj/item/device/cassette_tape/prison{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/engineering) +"gR" = ( +/obj/item/stool{ + can_buckle = 1 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/golden_arrow/hangar) +"gW" = ( +/obj/structure/machinery/power/terminal{ + dir = 4 + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/corsat, +/area/golden_arrow/engineering) +"hk" = ( +/obj/structure/machinery/cryopod{ dir = 1 }, -/turf/open/floor/strata/cyan1/east, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/cryo_cells) +"ht" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/floor3, /area/golden_arrow/medical) -"iV" = ( -/obj/structure/surface/rack, -/obj/structure/machinery/light, -/obj/item/storage/pouch/shotgun/large, -/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot/special, -/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot/special, -/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot/special, -/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot/special, -/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot/special, -/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot/special, -/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot/special, -/obj/item/weapon/gun/shotgun/type23, +"hv" = ( +/obj/structure/machinery/light/small, /turf/open/floor/strata/floor2, -/area/golden_arrow/squad_two) -"ja" = ( +/area/golden_arrow/platoon_sergeant) +"hw" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/prison_hatch{ + dir = 8; + color = "#8B9490"; + name = "\improper Sergeants Room"; + req_one_access_txt = "240;244" + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/golden_arrow/platoon_sergeant) +"hy" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/prep_hallway) +"hE" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/golden_arrow/platoon_sergeant) +"hI" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/strata/multi_tiles/southeast, +/area/golden_arrow/canteen) +"hM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/structure/machinery/cryopod, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/cryo_cells) +"hN" = ( +/obj/structure/cargo_container/canc/tan/right{ + opacity = 0 + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"hT" = ( +/obj/structure/machinery/medical_pod/bodyscanner{ + pixel_y = 6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/medical) +"ik" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/machinery/power/monitor{ + name = "Core Power Monitoring" + }, +/turf/open/floor/corsat, +/area/golden_arrow/engineering) +"il" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/prep_hallway) +"im" = ( +/obj/structure/largecrate/random/case{ + stuff = list(/obj/item/stack/sandbags/large_stack); + parts_type = /obj/item/stack/sheet/metal + }, /obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/item/folded_tent/big{ + desc = "A standard 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."; + name = "folded Big Tent" + }, +/obj/item/folded_tent/big{ + pixel_y = 5; + pixel_x = -3; + name = "folded Big Tent"; + desc = "A standard 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." + }, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/supply) +"ip" = ( +/obj/structure/bed/chair/comfy{ dir = 8 }, -/obj/structure/pipes/vents/pump{ - dir = 1 +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/corsat, +/area/golden_arrow/canteen) +"is" = ( +/turf/open/floor/strata/floor2, +/area/golden_arrow/dorms) +"iy" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/large_shrapnel/at_rocket_dud{ + drop_sensitivity = 0; + impact_sensitivity = 1; + pixel_x = -6; + pixel_y = 13 }, -/turf/open/floor/almayer/dark_sterile, +/obj/item/attachable/bayonet/upp{ + pixel_x = -9; + pixel_y = 2 + }, +/turf/open/floor/strata/floor2, +/area/golden_arrow/dorms) +"iA" = ( +/obj/structure/machinery/disposal{ + pixel_y = 14 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/dorms) +"iI" = ( +/obj/structure/ladder{ + height = 2; + id = "eng1" + }, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/engineering) +"iL" = ( +/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!" + }, +/turf/closed/wall/strata_outpost/reinforced, +/area/golden_arrow/medical) +"iO" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/golden_arrow/cryo_cells) +"iP" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_y = -6; + pixel_x = 11 + }, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_y = -10; + pixel_x = 16 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/golden_arrow/canteen) +"iR" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/strata/floor3, +/area/golden_arrow/medical) +"iT" = ( +/obj/structure/machinery/door/airlock/prison_hatch{ + color = "#8B9490"; + name = "\improper Sub-level Maintenance"; + dir = 1; + req_one_access_txt = "230" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/strata/floor3, +/area/golden_arrow/engineering) +"iU" = ( +/turf/open/floor/strata/floor3, +/area/golden_arrow/canteen) +"iX" = ( +/obj/structure/machinery/door/airlock/prison_hatch{ + dir = 1; + color = "#8B9490"; + name = "\improper Bunk Room"; + req_one_access_txt = "230" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/strata/floor2, /area/golden_arrow/dorms) -"jd" = ( +"ja" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/briefing) +"je" = ( +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/synthcloset) +"jh" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/canteen) +"jm" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/briefing) +"jq" = ( +/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"; + pixel_x = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/closet/secure_closet/marine_personal{ + has_cryo_gear = 0; + pixel_x = 8 + }, +/obj/item/clothing/shoes/marine/upp, +/obj/item/clothing/under/marine/veteran/UPP, +/obj/item/device/radio/headset/distress/UPP, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/cryo_cells) +"ju" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/corsat, +/area/golden_arrow/prep_hallway) +"jA" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/strata/floor3, +/area/golden_arrow/prep_hallway) +"jB" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/golden_arrow/canteen) +"jE" = ( +/obj/item/roller, +/obj/item/roller, +/obj/item/roller, +/obj/item/storage/box/bodybags{ + pixel_y = 14; + pixel_x = -4 + }, +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, /obj/structure/machinery/camera/autoname/golden_arrow{ + dir = 4; name = "ship-grade camera"; network = list("Chapaev") }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/medical) -"je" = ( +/turf/open/floor/strata/floor3, +/area/golden_arrow/medical) +"jF" = ( +/turf/open/floor/strata/floor3, +/area/golden_arrow/platoon_commander_rooms) +"jG" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/golden_arrow/engineering) +"jH" = ( +/obj/structure/machinery/camera/autoname/golden_arrow{ + dir = 8; + name = "ship-grade camera"; + network = list("Chapaev") + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/strata/floor3, +/area/golden_arrow/briefing) +"jL" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/golden_arrow/briefing) +"jP" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 4; + icon_state = "lattice-simple"; + pixel_x = 13; + pixel_y = 10 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/prep_hallway) +"jZ" = ( +/obj/structure/machinery/cm_vending/sorted/marine_food{ + desc = "USCM Food Vendor, containing standard military Prepared Meals. It was gifted to Chapaev by Marines of 1st Platoon, Sun Riders as a sign of good will. They did not complain receiving a crate of vodka in return." + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/golden_arrow/canteen) +"kp" = ( +/obj/structure/prop/invuln/overhead_pipe{ + dir = 4; + pixel_y = 13 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/cryo_cells) +"kq" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/corsat, +/area/golden_arrow/platoon_commander_rooms) +"kr" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/machinery/power/smes/buildable, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/golden_arrow/engineering) +"ks" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/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/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 = 2; + icon_state = "tome"; + pixel_x = 4 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/golden_arrow/canteen) +"kz" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor/strata/floor2, +/area/golden_arrow/platoon_sergeant) +"kE" = ( +/obj/structure/machinery/conveyor, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/supply) +"kJ" = ( +/obj/structure/machinery/power/apc/almayer/east, +/turf/open/floor/strata/floor3, +/area/golden_arrow/platoon_commander_rooms) +"kL" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/prep_hallway) +"kO" = ( +/obj/structure/machinery/cm_vending/sorted/uniform_supply/squad_prep/upp, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/platoon_sergeant) +"kU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/supply) +"kZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/golden_arrow/canteen) +"la" = ( +/obj/structure/sink{ + pixel_y = 30 + }, +/obj/item/tool/mop{ + pixel_x = 8; + pixel_y = 11 + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/item/tool/wet_sign{ + pixel_y = 7; + pixel_x = -6 + }, +/obj/item/tool/wet_sign{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/open/floor/corsat, +/area/golden_arrow/supply) +"li" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/cell_charger, +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"lo" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/corsat, +/area/golden_arrow/canteen) +"lq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/disposal{ + density = 0; + layer = 3.2; + pixel_y = 16 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/squad_one) +"lv" = ( +/obj/structure/machinery/conveyor, +/obj/structure/machinery/conveyor{ + dir = 6 + }, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/supply) +"lA" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/obj/structure/prop/ice_colony/tiger_rug{ + desc = "A rather tasteless but impressive tiger rug. Must've costed a fortune to get this exported to the rim. Actually, this rug was 'collectivized' by internal police troopers during anti-corruption raids on colonies and later gifted to Leytenant."; + icon_state = "Gray"; + pixel_x = -16; + pixel_y = -13 + }, +/turf/open/floor/strata/floor2, +/area/golden_arrow/platoon_commander_rooms) +"lO" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/device/flashlight/lamp/on{ + pixel_y = 14; + anchored = 1; + layer = 5 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 8; + pixel_y = -1 + }, +/obj/item/prop/magazine/book/warisaracket{ + color = "#8B9490"; + desc = "A gift from a sympathetic American marine. An old, well-worn copy of War is a Racket by United States Marine Corps legend, Major General Smedley Butler. In short, the book outlines the function the historical Marine Corps had in establishing and enforcing American global hegemony."; + icon_state = "book_green"; + layer = 2.9; + pixel_x = -2 + }, +/obj/item/tool/pen/clicky{ + desc = "It's a normal black ink pen."; + name = "pen"; + layer = 3 + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/platoon_sergeant) +"lR" = ( +/obj/structure/machinery/light/double{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/golden_arrow/medical) +"lU" = ( +/turf/open/floor/strata/floor2, +/area/golden_arrow/platoon_commander_rooms) +"lV" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/machinery/light/small{ + light_color = "#832121"; + dir = 4 + }, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/hangar) +"lX" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/obj/structure/bed/chair/office/dark, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/medical) +"mg" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/closet/crate/freezer/cooler{ + pixel_y = 9; + pixel_x = 7; + can_block_movement = 0; + anchored = 1 + }, +/obj/item/snowball{ + pixel_y = 9; + pixel_x = 5 + }, +/obj/item/reagent_container/food/snacks/bearmeat{ + pixel_y = 8; + pixel_x = 6; + desc = "This slab of bear meat was bartered for from a couple of enterprising Territorial Guardsmen a few missions prior. Was it worth the NODs you traded?" + }, +/obj/item/reagent_container/food/snacks/bearmeat{ + pixel_y = 14; + pixel_x = 6; + desc = "This slab of bear meat was bartered for from a couple of enterprising Territorial Guardsmen a few missions prior. Was it worth the incinerators you traded?" + }, +/obj/structure/prop/ice_colony/hula_girl{ + pixel_x = -7; + pixel_y = 12 + }, +/turf/open/floor/strata/floor2, +/area/golden_arrow/squad_one) +"mk" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/closet/fireaxecabinet{ + pixel_y = 29 + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/engineering) +"ms" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/prep_hallway) +"mC" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/corsat, +/area/golden_arrow/engineering) +"mF" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/hangar) +"mK" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/recharger{ + pixel_x = 5 + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"mO" = ( +/turf/open/floor/corsat, +/area/space) +"mV" = ( +/turf/open/space/basic, +/area/space) +"na" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4 + }, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/hangar) +"ng" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/golden_arrow/canteen) +"nh" = ( +/obj/structure/bed/chair/office/dark, +/turf/open/floor/strata/floor2, +/area/golden_arrow/platoon_commander_rooms) +"nr" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/strata/floor2, +/area/golden_arrow/dorms) +"nt" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/computer/emails{ + dir = 4 + }, +/obj/item/prop/tableflag/upp{ + pixel_y = -12; + pixel_x = -7 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/briefing) +"nx" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/hangar) +"nC" = ( +/obj/structure/machinery/washing_machine, +/obj/structure/machinery/washing_machine{ + layer = 3.5; + pixel_y = 15 + }, +/obj/item/toy/plush/therapy/green{ + desc = "He seems lonely..."; + layer = 3.6; + name = "Polkovnik Obnimashkin"; + pixel_x = 1; + pixel_y = 26; + anchored = 1 + }, +/obj/item/clothing/head/uppcap/ushanka{ + layer = 3.6; + pixel_x = 1; + pixel_y = 30; + anchored = 1 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/strata/floor2, +/area/golden_arrow/dorms) +"nD" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage{ + req_one_access = list() + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/engineering) +"nG" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/prop/almayer/CICmap{ + faction = "UPP"; + pixel_y = 5; + layer = 3.1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/golden_arrow/platoon_sergeant) +"nK" = ( +/obj/structure/foamed_metal, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/briefing) +"nS" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/corsat, +/area/golden_arrow/engineering) +"nT" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/canteen) +"oa" = ( +/obj/item/clothing/suit/storage/marine/faction/UPP/jacket, +/obj/item/clothing/suit/storage/marine/veteran/lamp, +/obj/item/storage/belt/gun/type47/np92, +/obj/structure/closet/secure_closet/guncabinet{ + req_one_access_txt = "240"; + req_access = null; + can_block_movement = 0; + pixel_y = 14; + pixel_x = -5; + name = "equipment locker" + }, +/obj/item/storage/backpack/lightpack/upp, +/turf/open/floor/strata/floor2, +/area/golden_arrow/platoon_commander_rooms) +"oc" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/machinery/door/airlock/prison_hatch{ + color = "#8B9490"; + name = "\improper Briefing Room"; + req_one_access_txt = "230" + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/golden_arrow/briefing) +"od" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/golden_arrow/squad_two) +"oe" = ( +/obj/structure/cargo_container/hd/left/alt{ + opacity = 0 + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"of" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/strata/multi_tiles/southeast, +/area/golden_arrow/hangar) +"og" = ( +/turf/open/floor/strata/floor2, +/area/golden_arrow/platoon_sergeant) +"oj" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "\improper Maintenance Tunnels" + }, +/turf/open/space/basic, +/area/golden_arrow/engineering) +"ok" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice8"; + pixel_x = 13; + pixel_y = 10 + }, +/obj/structure/largecrate/supply/ammo/type71{ + parts_type = /obj/item/stack/sheet/metal; + pixel_x = 1 + }, +/obj/structure/largecrate/supply/ammo/type71{ + pixel_y = 11; + pixel_x = 2; + parts_type = /obj/item/stack/sheet/metal + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/prep_hallway) +"os" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/golden_arrow/platoon_commander_rooms) +"ot" = ( /obj/structure/surface/table/reinforced/almayer_B, -/obj/item/reagent_container/spray/cleaner{ - pixel_x = 6; - pixel_y = 5 +/obj/structure/machinery/computer/cameras/wooden_tv/prop{ + pixel_y = 12 }, -/obj/item/reagent_container/spray/cleaner{ - pixel_x = -2; - pixel_y = 1 +/obj/item/toy/deck{ + pixel_x = 9; + pixel_y = -6 }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/medical) -"jB" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ +/obj/item/tool/wrench{ + pixel_y = 25 + }, +/turf/open/floor/strata/floor2, +/area/golden_arrow/dorms) +"oA" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/machinery/shower{ dir = 4 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/hangar) -"jG" = ( +/turf/open/floor/corsat, +/area/golden_arrow/cryo_cells) +"oB" = ( /turf/closed/wall/strata_outpost/reinforced/hull, -/area/golden_arrow/engineering) -"jL" = ( +/area/golden_arrow/hangar) +"oS" = ( /obj/structure/pipes/standard/simple/hidden/supply{ - dir = 5 + dir = 4 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/briefing) -"jQ" = ( -/obj/structure/machinery/light{ - dir = 8; - invisibility = 101; - unacidable = 1; - unslashable = 1 +/obj/structure/disposalpipe/junction{ + dir = 4 }, -/obj/structure/bed/chair, /turf/open/floor/strata/multi_tiles/west, /area/golden_arrow/briefing) -"jU" = ( -/obj/structure/machinery/cm_vending/sorted/cargo_guns/squad/upp, -/turf/open/floor/strata/floor2, -/area/golden_arrow/squad_one) -"jW" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/structure/pipes/vents/pump, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/platoon_sergeant) -"jY" = ( -/obj/structure/machinery/cm_vending/gear/medic_chemical/upp, -/turf/open/floor/strata/cyan1/east, -/area/golden_arrow/medical) -"jZ" = ( +"oV" = ( /obj/structure/pipes/standard/simple/hidden/supply{ - dir = 9 - }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/platoon_sergeant) -"ke" = ( -/obj/structure/bed/chair{ - dir = 8 + dir = 4 }, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/briefing) -"kg" = ( -/obj/structure/pipes/standard/manifold/hidden/supply{ +/obj/structure/disposalpipe/junction{ dir = 8 }, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/prep_hallway) -"kp" = ( -/obj/structure/prop{ - desc = "A sturdy metal ladder that leads to lower deck of Chapaev which houses CIC and Brig. The hatch is closed, for now."; - icon_state = "ladder11"; - name = "ladder" - }, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/briefing) -"ky" = ( -/obj/structure/bed/chair{ +/turf/open/floor/strata/floor3, +/area/golden_arrow/canteen) +"oX" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/machinery/shower{ dir = 4 }, -/obj/structure/pipes/vents/pump, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/prep_hallway) -"kz" = ( -/obj/structure/machinery/door/poddoor/almayer/locked{ - dir = 4; - name = "\improper Maintenance Tunnels" +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/corsat, +/area/golden_arrow/cryo_cells) +"pf" = ( +/obj/structure/cargo_container/hd/right{ + opacity = 0 }, -/turf/open/floor/strata/floor3/east, +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"ph" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/corsat, +/area/golden_arrow/canteen) +"pi" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/corsat, /area/golden_arrow/engineering) -"kA" = ( +"pn" = ( +/obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/corsat, +/area/golden_arrow/briefing) +"po" = ( +/obj/structure/machinery/medical_pod/sleeper{ + dir = 8; + pixel_y = 6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/medical) +"pq" = ( +/obj/structure/disposalpipe/segment, /turf/open/floor/strata/multi_tiles/west, /area/golden_arrow/prep_hallway) -"kK" = ( -/obj/structure/machinery/power/apc/almayer/west, +"py" = ( +/obj/item/clothing/accessory/armband, +/obj/item/device/whistle, +/obj/item/device/binoculars/range/designator, +/obj/item/weapon/gun/rifle/type71/carbine{ + current_mag = null + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/structure/closet/secure_closet{ + name = "squad sergeant locker"; + req_access_txt = "244;237" + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/squad_one) +"pz" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/platoon_sergeant) +"pC" = ( +/obj/structure/machinery/camera/autoname/golden_arrow{ + dir = 8; + name = "ship-grade camera"; + network = list("Chapaev") + }, /turf/open/floor/strata/floor3/east, /area/golden_arrow/cryo_cells) -"kN" = ( -/obj/effect/decal/cleanable/blood/oil/streak, +"pD" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, /turf/open/floor/strata/floor2, -/area/golden_arrow/hangar) -"kS" = ( -/obj/structure/machinery/conveyor, -/obj/structure/plasticflaps, +/area/golden_arrow/dorms) +"pE" = ( +/obj/structure/machinery/conveyor{ + dir = 6 + }, /turf/open/floor/strata/floor3/east, /area/golden_arrow/supply) -"kU" = ( -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/hangar) -"lb" = ( -/obj/structure/platform/strata/metal{ - dir = 1; - pixel_y = 10 +"pJ" = ( +/obj/structure/machinery/camera/autoname/golden_arrow{ + dir = 4; + name = "ship-grade camera"; + network = list("Chapaev") }, -/turf/open/floor/strata/floor3/east, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/strata/floor3, +/area/golden_arrow/prep_hallway) +"pN" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/strata/multi_tiles/west, /area/golden_arrow/briefing) -"le" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 +"pW" = ( +/obj/structure/phone_base/no_dnd{ + name = "Overwatch Telephone"; + phone_category = "Chapaev"; + phone_id = "Sanitar's Office"; + pixel_y = 35; + networks_receive = list("UPP"); + networks_transmit = list("UPP") }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/briefing) -"ll" = ( -/obj/structure/cargo_container/horizontal/blue/top{ - opacity = 0; - pixel_x = 17 +/obj/structure/extinguisher_cabinet/alt{ + pixel_x = -32 }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/hangar) -"lo" = ( -/obj/structure/bed/chair/comfy{ +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/medical) +"qi" = ( +/obj/structure/machinery/cm_vending/gear/medic_chemical/upp, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/medical) +"qq" = ( +/obj/structure/pipes/vents/pump{ dir = 4 }, -/obj/effect/decal/strata_decals/catwalk/prison, -/turf/open/floor/plating, -/area/golden_arrow/canteen) -"lq" = ( -/obj/structure/closet/secure_closet{ - name = "squad sergeant locker"; - req_access_txt = "244;238" - }, -/obj/item/clothing/accessory/armband, -/obj/item/device/whistle, -/obj/item/device/binoculars/range/designator, -/obj/item/weapon/gun/rifle/type71/flamer, -/turf/open/floor/strata/floor2, +/turf/open/floor/strata/floor3/east, /area/golden_arrow/squad_two) -"lr" = ( -/obj/structure/bed/bedroll{ - pixel_x = -33; - pixel_y = 21 +"qv" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" }, -/obj/item/device/flashlight/lamp/on{ - pixel_x = -23; - pixel_y = 4 +/obj/item/paper_bin{ + pixel_y = 6; + pixel_x = -6 }, -/obj/item/prop/magazine/book{ - desc = "By Geor Georwell."; - name = "1984"; - pixel_x = -33; - pixel_y = 24 +/obj/item/prop/flower_vase/redwhiteflowers{ + pixel_x = 6 }, -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/golden_arrow/hangar) -"lw" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 +/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 }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/platoon_commander_rooms) +"qw" = ( /obj/effect/decal/warning_stripes{ icon_state = "N"; pixel_y = 1 }, -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/structure/closet/secure_closet/marine_personal{ - has_cryo_gear = 0; - job = "Squad Sergeant" +/obj/item/storage/box/packet/high_explosive/upp{ + color = "#8B795C" }, -/obj/item/clothing/shoes/marine/upp, -/obj/item/clothing/under/marine/veteran/UPP, -/obj/item/device/radio/headset/distress/UPP, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/cryo_cells) -"lB" = ( -/obj/structure/machinery/power/apc/almayer/east, -/turf/open/floor/strata/floor2, -/area/golden_arrow/platoon_commander_rooms) -"lC" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 +/obj/item/storage/box/packet/high_explosive/upp{ + color = "#8B795C"; + pixel_y = -5 }, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/briefing) -"lH" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/structure/machinery/computer/shuttle/dropship/flight/remote_control{ - name = "Akademia Nauk Remote Control Console"; - shuttleId = "dropship_upp" +/obj/item/storage/box/packet/high_explosive/upp{ + color = "#8B795C" }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/platoon_commander_rooms) -"lJ" = ( -/obj/item/tool/wirecutters, -/obj/item/tool/weldingtool/hugetank, -/obj/structure/surface/rack, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/synthcloset) -"lL" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/structure/machinery/light{ - dir = 4; - invisibility = 101 +/obj/item/storage/box/packet/high_explosive/upp{ + color = "#8B795C" }, -/obj/item/clothing/head/uppcap/beret{ - pixel_x = -6; - pixel_y = 8 +/obj/item/storage/box/packet/high_explosive/upp{ + color = "#8B795C"; + pixel_y = 6 }, -/obj/item/clothing/accessory/armband{ - pixel_x = 6 +/obj/structure/closet/crate/secure/ammo{ + name = "secure Type 6 grenade crate"; + color = "#979b6d"; + desc = "A secure crate." }, -/obj/item/tool/screwdriver{ - pixel_x = -9; - pixel_y = 8 +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/squad_one) +"qy" = ( +/obj/structure/largecrate/random/case{ + stuff = list(/obj/item/stack/sandbags/large_stack); + parts_type = /obj/item/stack/sheet/metal }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/platoon_sergeant) -"lO" = ( -/obj/structure/machinery/cm_vending/sorted/medical/blood{ - desc = "The MinZdrav Blood Pack Dispensary is the premier, top-of-the-line blood dispenser of 2105! Get yours today!"; - name = "\improper MinZdrav Blood Dispenser"; - req_access = list(); - vendor_theme = 3 +/obj/structure/largecrate/supply/ammo/type71{ + pixel_y = 11; + pixel_x = 2; + parts_type = /obj/item/stack/sheet/metal }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/medical) -"ma" = ( -/obj/structure/machinery/power/reactor{ - name = "\improper S-52 fusion reactor 2" +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"qE" = ( +/obj/structure/surface/rack{ + color = "#8B9490" + }, +/obj/item/roller/bedroll{ + desc = "A mechanic's mat."; + color = "#3F575B"; + name = "gym mat"; + pixel_y = -2; + pixel_x = 3 + }, +/obj/item/roller/bedroll{ + desc = "A mechanic's mat."; + color = "#3F575B"; + name = "gym mat"; + pixel_y = 7; + pixel_x = -6 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/engineering) -"mn" = ( +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"qF" = ( /obj/effect/decal/warning_stripes{ icon_state = "E" }, -/obj/effect/landmark/start/marine/upp, -/obj/effect/landmark/late_join/upp, -/obj/effect/landmark/late_join/upp, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 6 - }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/cryo_cells) -"mM" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 1; - name = "\improper Canteen"; - req_one_access = null - }, -/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/engineering) +"qJ" = ( +/obj/structure/machinery/power/apc/almayer/east, /turf/open/floor/strata/multi_tiles/southeast, /area/golden_arrow/canteen) -"mO" = ( -/obj/structure/machinery/door/poddoor/almayer/locked{ - dir = 4; - name = "\improper Other Sections" - }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/briefing) -"mV" = ( -/turf/open/space/basic, -/area/space) -"mW" = ( +"qL" = ( /obj/structure/surface/table/reinforced/almayer_B, -/obj/item/tool/pen{ - pixel_y = -4 - }, -/obj/item/paper_bin, -/obj/item/device/flashlight/lamp/green{ - pixel_x = -7; - pixel_y = 13 +/obj/structure/machinery/light/small{ + dir = 4 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/platoon_sergeant) -"na" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - name = "\improper Squad Two Armoury"; - req_one_access = null; - req_one_access_txt = "231;240;238" +/turf/open/floor/strata/multi_tiles/southeast, +/area/golden_arrow/canteen) +"qR" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/strata/floor2, +/area/golden_arrow/medical) +"qW" = ( +/obj/structure/surface/rack{ + color = "#8B9490" }, -/obj/structure/pipes/standard/simple/hidden/supply{ +/obj/item/prop/geiger_counter, +/obj/item/prop/geiger_counter, +/obj/item/prop/geiger_counter, +/obj/structure/barricade/handrail/strata{ dir = 8 }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/squad_two) -"nk" = ( -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/medical) -"nt" = ( -/obj/structure/machinery/cm_vending/sorted/uniform_supply/squad_prep/upp, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/platoon_sergeant) -"nx" = ( -/obj/structure/pipes/standard/manifold/hidden/supply{ +/obj/structure/machinery/light/small{ dir = 1 }, -/turf/open/floor/strata/multi_tiles/southeast, +/turf/open/floor/strata/floor3, +/area/golden_arrow/supply) +"ra" = ( +/obj/structure/machinery/light/double{ + dir = 1 + }, +/obj/structure/machinery/cm_vending/sorted/cargo_guns/squad/upp, +/turf/open/floor/strata/multi_tiles, /area/golden_arrow/platoon_sergeant) -"nF" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/machinery/light{ +"rb" = ( +/obj/structure/machinery/conveyor{ dir = 8 }, -/obj/structure/pipes/standard/simple/hidden/supply, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice4"; - pixel_x = -19; - pixel_y = 10 - }, -/obj/structure/prop/invuln/lattice_prop{ - dir = 4; - icon_state = "lattice-simple"; - pixel_x = 13; - pixel_y = 10 - }, -/turf/open/floor/plating, -/area/golden_arrow/prep_hallway) -"nG" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - name = "\improper Sergeants Room"; - req_one_access = null; - req_one_access_txt = "240;244" +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/supply) +"rd" = ( +/obj/structure/machinery/camera/autoname/golden_arrow{ + name = "ship-grade camera"; + network = list("Chapaev") }, /obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 - }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/platoon_sergeant) -"nL" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/reagent_container/food/snacks/upp{ - pixel_x = -10; - pixel_y = -7 + dir = 6 }, -/obj/item/reagent_container/food/snacks/upp{ - pixel_x = -1; - pixel_y = 2 +/turf/open/floor/strata/floor3, +/area/golden_arrow/platoon_commander_rooms) +"ri" = ( +/obj/structure/closet{ + name = "emergency closet"; + desc = "It's a storage unit for emergency breathmasks and o2 tanks." + }, +/obj/item/tank/emergency_oxygen/double, +/obj/item/tank/emergency_oxygen/double, +/obj/item/tank/emergency_oxygen/double, +/obj/item/clothing/mask/gas/upp, +/obj/item/clothing/mask/gas/upp, +/obj/item/clothing/mask/gas/upp, +/turf/open/floor/strata/floor3, +/area/golden_arrow/briefing) +"rk" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 }, -/obj/item/reagent_container/food/snacks/upp{ - pixel_x = -7; - pixel_y = -2 +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 4; + name = "\improper Other Sections" }, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/briefing) +"rl" = ( +/obj/structure/machinery/power/apc/almayer/west, /turf/open/floor/strata/multi_tiles/west, /area/golden_arrow/briefing) -"nM" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/pipes/vents/pump{ - dir = 4 - }, +"rt" = ( /turf/open/floor/strata/floor3/east, -/area/golden_arrow/cryo_cells) -"nP" = ( -/obj/structure/largecrate{ - fill_from_loc = 0 +/area/golden_arrow/briefing) +"rw" = ( +/obj/structure/toilet{ + dir = 4 }, -/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"; - pixel_y = 12 +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/platoon_commander_rooms) +"rx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/supply) -"oc" = ( +/area/golden_arrow/hangar) +"rz" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/clothing/accessory/stethoscope, +/obj/item/clothing/accessory/armband/med, /obj/structure/machinery/camera/autoname/golden_arrow{ - dir = 8; + dir = 1; name = "ship-grade camera"; network = list("Chapaev") }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/squad_two) -"od" = ( -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/golden_arrow/squad_two) -"oe" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 +/turf/open/floor/strata/floor3, +/area/golden_arrow/medical) +"rB" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/ammo_magazine/shotgun/slug/heavy, +/obj/item/weapon/gun/shotgun/type23, +/obj/item/ammo_magazine/shotgun/slug/dragonsbreath{ + pixel_y = 9; + pixel_x = -4 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/squad_two) -"on" = ( -/obj/structure/largecrate{ - fill_from_loc = 0 +/obj/item/ammo_magazine/shotgun/buckshot/heavy{ + pixel_x = 3 }, -/obj/structure/largecrate{ - fill_from_loc = 0; - layer = 3.1; - pixel_x = -1; - pixel_y = 38 +/turf/open/floor/strata/floor2, +/area/golden_arrow/squad_two) +"rH" = ( +/obj/structure/machinery/door/airlock/prison_hatch{ + color = "#8B9490"; + name = "\improper Briefing Room"; + req_one_access_txt = "230" }, -/obj/item/toy/plush/therapy/red{ - desc = "A USCM approved plush doll. It's not soft and hardly comforting!"; - force = 15; - layer = 2.9; - name = "Commando Huggs"; - pixel_y = 8; - throwforce = 15 +/turf/open/floor/strata/multi_tiles/southeast, +/area/golden_arrow/briefing) +"rM" = ( +/obj/structure/largecrate/random/case{ + stuff = list(/obj/item/ammo_magazine/shotgun/buckshot/heavy,/obj/item/ammo_magazine/shotgun/slug/heavy); + parts_type = /obj/item/stack/sheet/metal }, -/obj/item/clothing/head/cmcap{ - layer = 3.0; - pixel_x = -1; - pixel_y = 15 +/obj/structure/largecrate/random/case{ + stuff = list(/obj/item/ammo_magazine/shotgun/buckshot/heavy,/obj/item/ammo_magazine/shotgun/slug/heavy); + parts_type = /obj/item/stack/sheet/metal; + pixel_y = 11 }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/hangar) -"oo" = ( /turf/open/floor/strata/floor3/east, -/area/golden_arrow/cryo_cells) -"os" = ( -/turf/closed/wall/strata_outpost/reinforced, -/area/golden_arrow/platoon_commander_rooms) -"ox" = ( -/obj/structure/machinery/light{ - dir = 8; - invisibility = 101 - }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/hangar) -"oB" = ( -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/golden_arrow/hangar) -"oG" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/flashlight/lamp/on{ - pixel_y = 13 +/area/golden_arrow/supply) +"rN" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/corsat, +/area/golden_arrow/medical) +"rS" = ( +/obj/structure/barricade/handrail/strata, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/canteen) +"rT" = ( +/obj/structure/machinery/cm_vending/sorted/marine_food{ + desc = "USCM Food Vendor, containing standard military Prepared Meals. It was gifted to Chapaev by Marines of 1st Platoon, Sun Riders as a sign of good will. They did not complain receiving a crate of vodka in return." }, -/obj/item/reagent_container/food/drinks/bottle/beer/craft/tazhushka{ - pixel_x = -9; - pixel_y = 2 +/obj/structure/machinery/light/small{ + dir = 1 }, -/obj/item/trash/semki, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/platoon_sergeant) -"oL" = ( -/obj/effect/decal/cleanable/blood/oil, /turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/engineering) -"oV" = ( -/obj/structure/machinery/cm_vending/sorted/medical/no_access/upp, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/medical) -"oX" = ( +/area/golden_arrow/canteen) +"rW" = ( +/obj/structure/cargo_container/horizontal/blue/bottom{ + opacity = 0; + pixel_x = 17 + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"rX" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/machinery/shower{ + dir = 8 + }, +/obj/structure/machinery/light/small{ dir = 4 }, -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/plating, +/turf/open/floor/corsat, /area/golden_arrow/cryo_cells) -"oY" = ( -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/dorms) -"pa" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 - }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/canteen) -"pd" = ( -/obj/structure/closet/secure_closet{ - name = "platoon sergeant locker"; - req_one_access = list(240) +"rZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/item/device/whistle, -/obj/item/device/binoculars/range/designator, -/obj/item/ammo_magazine/rifle/type71, -/obj/item/ammo_magazine/rifle/type71, -/obj/item/ammo_magazine/rifle/type71, -/obj/item/ammo_magazine/rifle/type71, -/obj/item/ammo_magazine/rifle/type71, -/obj/item/weapon/gun/rifle/type71/flamer, -/turf/open/floor/strata/floor3/east, +/turf/closed/wall/strata_outpost/reinforced, /area/golden_arrow/platoon_sergeant) -"ph" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/plating, -/area/golden_arrow/canteen) -"pl" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/storage/box/bodybags, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/medical) -"pm" = ( -/obj/structure/closet, -/turf/open/floor/strata/floor2, -/area/golden_arrow/dorms) -"ps" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/prep_hallway) -"pz" = ( -/obj/item/stack/sheet/metal{ - amount = 50 +"sc" = ( +/obj/structure/cargo_container/upp/mk6/left{ + opacity = 0 + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"sf" = ( +/obj/structure/bookcase{ + density = 0; + icon_state = "book-5"; + pixel_y = 18; + can_block_movement = 0 }, -/obj/item/stack/sheet/plasteel{ - amount = 40; - pixel_x = 7; - pixel_y = 6 +/obj/item/book/manual/engineering_hacking, +/obj/item/book/manual/evaguide, +/obj/item/book/manual/surgery{ + icon_state = "book_tan"; + color = "#8B9490" }, -/obj/structure/closet/crate/construction, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/engineering) -"pJ" = ( -/obj/structure/machinery/light{ +/turf/open/floor/strata/floor3, +/area/golden_arrow/platoon_sergeant) +"sg" = ( +/obj/structure/machinery/conveyor, +/obj/structure/pipes/standard/cap/hidden/supply{ dir = 8 }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/canteen) -"pL" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/paper_bin, -/obj/item/tool/pen{ - pixel_x = 12 +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/supply) +"si" = ( +/obj/structure/largecrate/random/case{ + stuff = list(/obj/item/ammo_magazine/shotgun/buckshot/heavy,/obj/item/ammo_magazine/shotgun/slug/heavy); + parts_type = /obj/item/stack/sheet/metal; + pixel_x = 1 }, -/obj/item/tool/hand_labeler{ - pixel_x = -8; - pixel_y = 12 +/obj/structure/largecrate/supply/ammo/type71{ + pixel_y = 11; + parts_type = /obj/item/stack/sheet/metal }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/platoon_sergeant) -"pM" = ( +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"sm" = ( +/obj/structure/machinery/cm_vending/gear/synth{ + density = 0; + name = "\improper UnTech Synthetic Auxiliary Gear Rack"; + pixel_y = 32 + }, +/obj/item/stool, +/turf/open/floor/strata/floor2, +/area/golden_arrow/synthcloset) +"sn" = ( +/obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/machinery/camera/autoname/golden_arrow{ + dir = 1; name = "ship-grade camera"; network = list("Chapaev") }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/briefing) -"pN" = ( -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/medical) -"pQ" = ( -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/space) -"pU" = ( -/obj/structure/machinery/light, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/synthcloset) -"qo" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 1; - name = "\improper Dorms"; - req_one_access = null +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/dorms) -"qq" = ( -/obj/vehicle/powerloader/jd{ - name = "\improper CosmosStal 12 Bogatyr Power Loader" +/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 = -34; + layer = 2 }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/hangar) -"qy" = ( -/obj/structure/machinery/conveyor{ - dir = 8 +/turf/open/floor/corsat, +/area/golden_arrow/cryo_cells) +"sp" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/supply) -"qA" = ( -/obj/structure/filingcabinet{ - pixel_x = 8 +/turf/open/floor/corsat, +/area/golden_arrow/cryo_cells) +"st" = ( +/obj/structure/noticeboard{ + pixel_y = 4; + pixel_x = -32; + can_block_movement = 0 }, -/obj/structure/filingcabinet{ - pixel_x = -8 +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/obj/item/prop/magazine/book/uppbooklet{ + pixel_y = 4; + pixel_x = 2 }, /turf/open/floor/strata/floor3/east, /area/golden_arrow/platoon_sergeant) -"qG" = ( -/obj/structure/machinery/light{ - dir = 4 - }, +"sB" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 9 }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/platoon_commander_rooms) -"qH" = ( -/obj/structure/machinery/power/smes/buildable, -/turf/open/floor/almayer/test_floor4, -/area/golden_arrow/engineering) -"qS" = ( -/obj/structure/largecrate{ - pixel_x = -7 +/turf/open/floor/strata/floor2, +/area/golden_arrow/platoon_sergeant) +"sE" = ( +/obj/structure/largecrate/random/barrel/red{ + stuff = list(/obj/item/clothing/under/marine/veteran/UPP,/obj/item/clothing/gloves/marine,/obj/item/clothing/gloves/marine/brown,/obj/item/clothing/gloves/marine/joe,/obj/item/clothing/shoes/marine/joe,/obj/item/clothing/shoes/marine/upp/guard,/obj/item/clothing/shoes/marine/upp) }, -/obj/structure/largecrate{ - pixel_x = -18; - pixel_y = 18 +/obj/structure/sign/nosmoking_1{ + pixel_y = 31; + desc = "A warning sign indicating the area does not allow smoking. Despite rampant tobacco addiction across the UPP, it is actively and rapidly prosecuted for being bourgeoisie and a harm to the working class." }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/hangar) -"rd" = ( -/obj/structure/machinery/door/poddoor/shutters/almayer{ - dir = 4; - id = "chapaevcargo" +/obj/structure/barricade/handrail/strata{ + dir = 8 }, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/supply) -"ri" = ( -/obj/structure/machinery/door/airlock/almayer/command/reinforced{ - dir = 1; - name = "\improper Platoon Commander's Office"; - req_access = list(); - req_one_access_txt = "240;241" +/area/golden_arrow/prep_hallway) +"sL" = ( +/obj/structure/machinery/cm_vending/clothing/synth{ + density = 0; + name = "\improper UnTech Synthetic Equipment Rack"; + pixel_y = 32 }, -/obj/structure/pipes/standard/simple/hidden/supply, /turf/open/floor/strata/floor2, +/area/golden_arrow/synthcloset) +"sO" = ( +/obj/structure/machinery/shower{ + dir = 8 + }, +/obj/structure/machinery/door/window/westleft, +/obj/structure/window/reinforced/tinted/frosted, +/turf/open/floor/almayer/dark_sterile, /area/golden_arrow/platoon_commander_rooms) -"ro" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 1; - name = "\improper Engineering"; - req_one_access = null +"sS" = ( +/obj/structure/prop/invuln/overhead_pipe{ + dir = 4; + pixel_y = 13 }, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/engineering) -"rt" = ( +/area/golden_arrow/cryo_cells) +"sV" = ( /obj/structure/machinery/power/reactor{ - name = "\improper S-52 fusion reactor 17" + name = "\improper U.R.A.L.O.I.D. thermonuclear generator"; + desc = "ProgMash produced generator made for heavy use by frontier colonies." }, -/turf/open/floor/almayer, -/area/golden_arrow/engineering) -"rw" = ( -/obj/structure/bed/chair/comfy/alpha{ - dir = 1 +/obj/effect/decal/warning_stripes{ + icon_state = "E" }, -/obj/structure/machinery/light{ - dir = 4 +/turf/open/floor/strata/floor3, +/area/golden_arrow/engineering) +"ta" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/machinery/light/small{ + light_color = "#832121"; + dir = 8 }, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/briefing) -"rB" = ( -/obj/item/trash/plate, -/obj/item/trash/ceramic_plate{ - pixel_x = 6; - pixel_y = 19 +/area/golden_arrow/hangar) +"tc" = ( +/obj/structure/surface/rack{ + color = "#8B9490" }, -/obj/item/trash/ceramic_plate{ - pixel_x = 6; - pixel_y = 21 +/obj/item/storage/box/masks{ + pixel_x = 3; + pixel_y = -2 }, -/obj/item/trash/ceramic_plate{ - pixel_x = 5; - pixel_y = 23 +/obj/item/storage/box/gloves{ + pixel_y = 7; + pixel_x = -1 }, -/obj/structure/surface/table/reinforced/almayer_B, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/canteen) -"rF" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/corsat, +/area/golden_arrow/supply) +"tf" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/tool/wrench, +/obj/item/tool/weldingtool/hugetank, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#832121" + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"tm" = ( /obj/effect/decal/warning_stripes{ - icon_state = "W" + icon_state = "S" }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/engineering) -"rH" = ( -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/medical) -"rM" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/platoon_sergeant) -"rU" = ( -/obj/structure/machinery/light{ - dir = 1 +/obj/structure/disposalpipe/trunk, +/obj/structure/machinery/disposal{ + density = 0; + layer = 3.2; + pixel_y = 16 }, -/obj/structure/gun_rack/type71/unloaded, -/turf/open/floor/strata/floor2, +/turf/open/floor/strata/multi_tiles, /area/golden_arrow/squad_two) -"si" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/machinery/power/smes/buildable, -/turf/open/floor/almayer/test_floor4, -/area/golden_arrow/engineering) -"sl" = ( -/obj/structure/largecrate/random/barrel/red, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/prep_hallway) -"sp" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 10 +"to" = ( +/obj/structure/cargo_container/canc/tan/left{ + opacity = 0 }, -/turf/open/floor/plating, -/area/golden_arrow/cryo_cells) -"sF" = ( -/obj/structure/bed/chair/comfy{ - dir = 4 +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"tp" = ( +/obj/structure/machinery/door/airlock/prison_hatch{ + dir = 1; + color = "#8B9490"; + name = "\improper Canteen"; + req_one_access_txt = "230" }, -/turf/open/floor/strata/multi_tiles/southeast, +/turf/open/floor/strata/multi_tiles/west, /area/golden_arrow/canteen) -"sH" = ( -/obj/effect/landmark/start/bridge/upp, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/platoon_commander_rooms) -"sL" = ( +"tu" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -6 + }, /turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/engineering) -"ta" = ( -/obj/structure/surface/rack, -/obj/item/storage/toolbox/mechanical, -/turf/open/floor/strata/floor2, /area/golden_arrow/hangar) -"tf" = ( -/obj/structure/window/reinforced{ - dir = 4; - pixel_x = -2; - pixel_y = 4 +"tG" = ( +/turf/open/floor/strata/floor3, +/area/golden_arrow/platoon_sergeant) +"tM" = ( +/obj/structure/machinery/cryopod{ + dir = 1 }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 3.3; - pixel_y = 4 +/obj/structure/machinery/light/double{ + dir = 4 }, -/obj/structure/bed{ - can_buckle = 0 +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/cryo_cells) +"tO" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/briefing) +"tS" = ( +/obj/structure/machinery/light/small{ + light_color = "#832121"; + dir = 8 }, -/obj/item/bedsheet/brown{ - layer = 3.4 +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/hangar) +"tU" = ( +/obj/structure/machinery/medical_pod/autodoc{ + dir = 1; + pixel_y = 6 }, -/obj/item/bedsheet/brown{ - pixel_y = 13 +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/medical) +"tZ" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/golden_arrow/platoon_commander_rooms) +"uc" = ( +/obj/structure/closet, +/obj/item/clothing/head/uppcap, +/obj/item/reagent_container/food/drinks/dry_ramen, +/obj/item/reagent_container/food/drinks/dry_ramen, +/obj/item/reagent_container/food/drinks/dry_ramen, +/obj/structure/machinery/light/small{ + dir = 4 }, /turf/open/floor/strata/floor2, /area/golden_arrow/dorms) -"th" = ( -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/platoon_sergeant) -"ti" = ( -/obj/structure/machinery/door/poddoor/shutters/almayer{ - id = "chapaev_engi" +"ug" = ( +/obj/structure/machinery/power/apc/almayer/north, +/obj/item/storage/toolbox/mechanical/green{ + pixel_y = 10 + }, +/obj/item/storage/toolbox/mechanical/green{ + pixel_x = -7; + pixel_y = -1 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/engineering) -"tp" = ( /obj/structure/surface/table/reinforced/almayer_B, -/obj/item/paper_bin, -/obj/item/tool/pen{ - pixel_x = 12 +/turf/open/floor/strata/floor3, +/area/golden_arrow/engineering) +"uh" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-j2" }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/briefing) -"tE" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E" +/turf/open/floor/corsat, +/area/golden_arrow/dorms) +"uj" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +/turf/open/floor/strata/floor3, +/area/golden_arrow/briefing) +"uk" = ( +/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"; + pixel_y = 17 }, -/obj/effect/landmark/start/marine/smartgunner/upp, -/obj/effect/landmark/late_join/upp, -/obj/effect/landmark/late_join, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/cryo_cells) -"tL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/largecrate/supply/ammo/type71, /obj/structure/largecrate/supply/ammo/type71{ - pixel_x = 3; - pixel_y = 8 + pixel_y = 7; + parts_type = /obj/item/stack/sheet/metal }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/squad_two) -"tM" = ( -/obj/structure/bed/chair/comfy/teal{ - dir = 4 +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/supply) +"ux" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + indestructible = 1 + }, +/obj/structure/machinery/door/airlock/almayer/maint/reinforced{ + access_modified = 1; + dir = 8; + name = "\improper Synthetic Preperations"; + req_one_access = list(36) }, /turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/platoon_sergeant) -"tQ" = ( -/obj/item/tool/mop{ - pixel_x = 17; - pixel_y = -2 +/area/golden_arrow/synthcloset) +"uB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/obj/item/paper{ - icon_state = "paper_words"; - info = "you fucktards should clean your boots because lieutenant kotov made me scrub the deck clean with a toothbrush when i fucked up (wasnt my fault too) and BOY was it dirty. fuck you all though. know my struggles."; - name = "scribbled note"; - pixel_y = 22 +/obj/structure/machinery/light/small{ + dir = 1 }, -/turf/open/floor/strata/floor2, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/platoon_sergeant) +"uF" = ( +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/prep_hallway) +"uM" = ( +/obj/structure/platform/strata/metal{ + dir = 1; + pixel_y = 10 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/floor3/east, /area/golden_arrow/briefing) -"tW" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 +"uO" = ( +/obj/structure/machinery/door/airlock/prison_hatch{ + color = "#8B9490"; + name = "\improper Latrine"; + dir = 1; + req_one_access_txt = "241" }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/golden_arrow/platoon_commander_rooms) +"uR" = ( +/obj/structure/foamed_metal, +/obj/structure/foamed_metal, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/cryo_cells) -"tZ" = ( -/turf/closed/wall/strata_outpost/reinforced/hull, /area/golden_arrow/platoon_commander_rooms) -"ub" = ( -/obj/structure/largecrate/random/barrel/blue, -/obj/structure/largecrate/random/barrel/red{ - layer = 4; - pixel_y = 22 - }, -/turf/open/floor/strata/floor2, +"uU" = ( +/turf/open/floor/strata/multi_tiles/southeast, /area/golden_arrow/hangar) -"uo" = ( -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/medical) -"us" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 1; - name = "\improper Maintenance Access"; - req_one_access = null +"vb" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/golden_arrow/engineering) +"vc" = ( +/obj/structure/machinery/power/apc/almayer/south{ + layer = 5 }, -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/plating, +/turf/open/floor/strata/floor3/east, /area/golden_arrow/cryo_cells) -"ut" = ( -/obj/structure/pipes/standard/manifold/hidden/supply{ - dir = 8 +"vp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/cryo_cells) -"uD" = ( +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"vr" = ( /obj/effect/decal/warning_stripes{ icon_state = "E"; pixel_x = 1 @@ -1530,161 +2467,185 @@ icon_state = "S" }, /obj/structure/closet/secure_closet/marine_personal{ - has_cryo_gear = 0 + has_cryo_gear = 0; + job = "Squad Sergeant"; + pixel_x = -7 }, /obj/item/clothing/shoes/marine/upp, /obj/item/clothing/under/marine/veteran/UPP, /obj/item/device/radio/headset/distress/UPP, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/cryo_cells) -"uH" = ( -/obj/structure/stairs/perspective{ - color = "#6e6e6e"; - dir = 4; - icon_state = "p_stair_sn_full_cap"; - layer = 2.5 - }, -/obj/structure/platform/strata/metal{ +/obj/structure/machinery/light/small{ dir = 8 }, -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/briefing) -"uS" = ( -/obj/structure/surface/rack, -/obj/item/device/motiondetector/hacked, -/obj/item/ammo_magazine/sentry/upp, -/obj/item/defenses/handheld/sentry/upp, -/turf/open/floor/strata/floor2, -/area/golden_arrow/squad_two) -"uT" = ( -/obj/effect/landmark/start/marine/medic/upp, -/obj/effect/landmark/late_join/upp, -/obj/effect/landmark/late_join, /turf/open/floor/strata/floor3/east, /area/golden_arrow/cryo_cells) -"uY" = ( -/obj/structure/barricade/handrail/strata{ - dir = 4 - }, -/obj/structure/machinery/line_nexter{ - dir = 2; - icon_state = "turnstile_strata"; - layer = 4.1 +"vt" = ( +/obj/structure/machinery/light/small{ + dir = 8 }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/supply) +"vz" = ( +/obj/structure/pipes/vents/pump, /turf/open/floor/strata/floor3/east, /area/golden_arrow/canteen) -"vb" = ( -/turf/closed/wall/strata_outpost/reinforced, -/area/golden_arrow/engineering) -"vc" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/briefing) -"vi" = ( -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/cryo_cells) -"vj" = ( -/obj/structure/barricade/handrail/strata{ - dir = 4 - }, -/obj/structure/reagent_dispensers/fueltank/gas/methane, -/turf/open/floor/strata/floor2, -/area/golden_arrow/hangar) -"vw" = ( -/obj/structure/machinery/camera/autoname/golden_arrow{ - dir = 8; - name = "ship-grade camera"; - network = list("Chapaev") +"vA" = ( +/obj/structure/ore_box{ + name = "wooden cargo crate"; + anchored = 1 }, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/prep_hallway) -"vB" = ( -/obj/structure/machinery/autolathe, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/engineering) -"vK" = ( -/obj/item/tool/soap, +/area/golden_arrow/supply) +"vC" = ( +/turf/open/floor/strata/floor2, +/area/golden_arrow/medical) +"vG" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/golden_arrow/canteen) +"vJ" = ( /obj/structure/machinery/camera/autoname/golden_arrow{ - dir = 4; + dir = 1; name = "ship-grade camera"; network = list("Chapaev") }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/cryo_cells) +/turf/open/floor/strata/floor2, +/area/golden_arrow/platoon_sergeant) "vL" = ( /obj/structure/machinery/power/terminal{ dir = 4 }, -/obj/item/tool/wirecutters{ - pixel_y = -6 - }, -/obj/item/device/multitool{ - pixel_x = -10 - }, /obj/effect/decal/strata_decals/catwalk/prison, /obj/effect/decal/strata_decals/catwalk/prison, -/turf/open/floor/plating, +/turf/open/floor/corsat, /area/golden_arrow/engineering) "vN" = ( /turf/closed/wall/strata_outpost/reinforced, /area/golden_arrow/supply) -"vR" = ( -/obj/structure/machinery/light{ +"vO" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/machinery/shower{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/corsat, +/area/golden_arrow/cryo_cells) +"vU" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ dir = 8 }, +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/corsat, +/area/golden_arrow/briefing) +"vX" = ( +/obj/structure/bed/bedroll{ + pixel_x = -33; + pixel_y = 21 + }, +/obj/item/prop/magazine/book{ + desc = "By Geor Georwell."; + name = "1984"; + pixel_x = -33; + pixel_y = 24; + icon_state = "book_black" + }, +/obj/item/device/flashlight/lamp{ + pixel_x = -27 + }, +/obj/item/trash/buritto{ + pixel_x = -48; + pixel_y = -3 + }, +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/golden_arrow/hangar) +"vZ" = ( +/obj/structure/machinery/power/smes/buildable, +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#832121" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/golden_arrow/engineering) +"wb" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/machinery/door/airlock/prison_hatch{ + color = "#8B9490"; + name = "\improper Cargo Lift Access"; + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/supply) +"wd" = ( +/obj/structure/machinery/camera/autoname/golden_arrow{ + dir = 8; + name = "ship-grade camera"; + network = list("Chapaev") + }, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/hangar) +"wh" = ( +/obj/structure/machinery/power/apc/almayer/west, +/obj/structure/closet/crate/miningcar{ + layer = 3.1; + name = "\improper materials storage bin" + }, +/obj/item/stack/folding_barricade/three, +/obj/item/stack/folding_barricade/three, +/turf/open/floor/strata/floor3, +/area/golden_arrow/supply) +"wj" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, /turf/open/floor/strata/floor2, -/area/golden_arrow/platoon_commander_rooms) -"vT" = ( -/obj/structure/surface/rack, -/obj/item/weapon/straight_razor{ - pixel_x = 4; - pixel_y = -6 +/area/golden_arrow/platoon_sergeant) +"wn" = ( +/obj/structure/machinery/camera/autoname/golden_arrow{ + dir = 4; + name = "ship-grade camera"; + network = list("Chapaev") }, -/obj/item/clothing/accessory/patch/upp, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/platoon_sergeant) -"vZ" = ( -/obj/effect/landmark/start/marine/upp, -/obj/effect/landmark/late_join/upp, -/obj/effect/landmark/late_join, /turf/open/floor/strata/floor3/east, /area/golden_arrow/cryo_cells) -"wf" = ( -/obj/structure/machinery/light{ - dir = 4 +"wo" = ( +/obj/structure/machinery/camera/autoname/golden_arrow{ + dir = 8; + name = "ship-grade camera"; + network = list("Chapaev") }, -/turf/open/floor/strata/cyan1/east, -/area/golden_arrow/medical) -"wk" = ( -/obj/structure/foamed_metal, -/obj/structure/foamed_metal, -/turf/open/floor/strata/floor3/east, -/area/space) -"wl" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/medical) -"wm" = ( -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/cryo_cells) -"wn" = ( -/obj/structure/machinery/recharge_station, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/synthcloset) +/turf/open/floor/strata/floor2, +/area/golden_arrow/squad_one) "wp" = ( -/obj/structure/largecrate{ - pixel_x = -7 - }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/supply) +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/light/double, +/obj/item/storage/box/guncase/flamer/special, +/obj/item/storage/box/guncase/flamer/special, +/turf/open/floor/strata/floor2, +/area/golden_arrow/squad_two) "wq" = ( -/turf/open/floor/plating, +/turf/open/floor/corsat, /area/golden_arrow/hangar) +"wr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/filingcabinet{ + pixel_x = 8; + pixel_y = 16; + can_block_movement = 0 + }, +/obj/structure/filingcabinet{ + pixel_x = -8; + pixel_y = 16; + can_block_movement = 0 + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/platoon_sergeant) "ww" = ( /turf/closed/wall/strata_outpost/reinforced, /area/golden_arrow/squad_one) @@ -1692,315 +2653,440 @@ /obj/structure/machinery/power/terminal{ dir = 8 }, -/obj/effect/decal/cleanable/blood/oil, /obj/effect/decal/strata_decals/catwalk/prison, /obj/effect/decal/strata_decals/catwalk/prison, -/turf/open/floor/plating, +/turf/open/floor/corsat, /area/golden_arrow/engineering) -"wE" = ( -/obj/structure/machinery/floodlight/landing/floor, -/obj/structure/machinery/camera/autoname/golden_arrow{ - dir = 4; - name = "ship-grade camera"; - network = list("Chapaev") +"wz" = ( +/turf/open/floor/strata/floor2, +/area/golden_arrow/synthcloset) +"wC" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 }, +/turf/open/floor/strata/floor2, +/area/golden_arrow/briefing) +"wD" = ( +/obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/hangar) -"wI" = ( -/obj/structure/toilet{ - dir = 4 +/turf/open/floor/strata/floor3, +/area/golden_arrow/engineering) +"wF" = ( +/obj/item/weapon/gun/pkp/iff{ + current_mag = null }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/platoon_commander_rooms) -"wP" = ( /obj/effect/decal/warning_stripes{ - icon_state = "W" + icon_state = "N"; + pixel_y = 1 + }, +/obj/item/ammo_magazine/pkp, +/obj/item/ammo_magazine/pkp, +/obj/item/ammo_magazine/pkp, +/obj/item/clothing/suit/storage/marine/smartgunner/upp, +/obj/item/ammo_magazine/pkp, +/obj/structure/closet/secure_closet{ + name = "machinegunner locker"; + req_access_txt = "243;238" + }, +/obj/item/clothing/head/headband/intel, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/squad_two) +"wI" = ( +/obj/structure/largecrate/random/barrel/red{ + stuff = list(/obj/item/clothing/under/marine/veteran/UPP,/obj/item/clothing/gloves/marine,/obj/item/clothing/gloves/marine/brown,/obj/item/clothing/gloves/marine/joe,/obj/item/clothing/shoes/marine/joe,/obj/item/clothing/shoes/marine/upp/guard,/obj/item/clothing/shoes/marine/upp) }, -/obj/structure/machinery/light/small, /turf/open/floor/strata/floor3/east, +/area/golden_arrow/supply) +"wM" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/storage/pouch/tools/full{ + pixel_y = 5 + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/engineering) +"wN" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/briefing) +"wO" = ( +/turf/open/floor/strata/floor3, /area/golden_arrow/engineering) +"wS" = ( +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) "wV" = ( /turf/closed/wall/strata_outpost/reinforced, /area/golden_arrow/synthcloset) -"wW" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 6 +"wZ" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/machinery/light/small{ + dir = 4 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/hangar) +/turf/open/floor/corsat, +/area/golden_arrow/briefing) "xa" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/dorms) +/turf/open/floor/strata/multi_tiles/southeast, +/area/golden_arrow/hangar) "xe" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/effect/landmark/late_join/alpha, /obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/plating, +/turf/open/floor/corsat, /area/golden_arrow/cryo_cells) -"xf" = ( -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/platoon_commander_rooms) -"xu" = ( -/turf/open/floor/strata/floor2, -/area/golden_arrow/briefing) -"xw" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/ammo_magazine/pistol/np92, -/obj/item/ammo_magazine/pistol/np92{ - pixel_x = 4 +"xj" = ( +/obj/structure/machinery/door_control{ + id = "chapaevcargo"; + pixel_x = 32 + }, +/obj/structure/surface/rack{ + color = "#8B9490" + }, +/obj/item/stack/barbed_wire/full_stack{ + pixel_y = 6 + }, +/obj/item/stack/barbed_wire/full_stack{ + pixel_x = 6 + }, +/obj/item/stack/barbed_wire/full_stack{ + pixel_x = -6 }, -/obj/item/weapon/gun/pistol/np92, +/turf/open/floor/strata/floor3, +/area/golden_arrow/supply) +"xk" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/platoon_sergeant) -"xy" = ( -/obj/structure/largecrate, -/obj/structure/largecrate{ - layer = 3.1; - pixel_x = 11; - pixel_y = 16 +/obj/structure/machinery/door/airlock/prison_hatch{ + dir = 8; + color = "#8B9490"; + name = "\improper Platoon Sergeant's Bunk"; + req_one_access_txt = "240" }, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/supply) -"xB" = ( -/obj/structure/machinery/cm_vending/sorted/marine_food{ - desc = "USCM Food Vendor, containing standard military Prepared Meals. It was gifted to Chapaev by Marines of 1st Platoon, Sun Riders as a sign of good will. They did not complain receiving a crate of vodka in return." - }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/canteen) -"xC" = ( -/obj/structure/machinery/computer/overwatch/almayer{ - density = 1; - faction = "UPP" +/area/golden_arrow/platoon_sergeant) +"xx" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/synthcloset) +"xF" = ( +/obj/item/stool{ + can_buckle = 1 }, -/obj/item/clothing/glasses/hud/health{ - pixel_x = 7; - pixel_y = 17 +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/cryo_cells) +"xL" = ( +/obj/structure/bookcase{ + density = 0; + icon_state = "book-5"; + pixel_y = 18; + can_block_movement = 0; + opacity = 0 }, -/turf/open/floor/strata/floor2, +/obj/item/book/manual/evaguide, +/obj/item/book/manual/engineering_hacking, +/turf/open/floor/strata/multi_tiles, /area/golden_arrow/platoon_commander_rooms) -"xF" = ( -/obj/structure/machinery/light{ - dir = 4; - invisibility = 101 +"xO" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/turf/open/floor/strata/floor2, +/turf/open/floor/strata/floor3/east, /area/golden_arrow/hangar) -"xH" = ( -/obj/structure/machinery/light{ - dir = 8 - }, +"xS" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/light/double, +/obj/item/prop/magazine/book/uppbooklet, +/obj/item/storage/box/guncase/flamer/special, +/obj/item/storage/box/guncase/flamer/special, /turf/open/floor/strata/floor2, -/area/golden_arrow/hangar) -"xM" = ( -/obj/structure/stairs/perspective{ - color = "#6e6e6e"; - icon_state = "p_stair_sn_full_cap"; - layer = 2.5 - }, -/obj/structure/platform/strata/metal{ - dir = 4 - }, -/obj/structure/machinery/light{ - dir = 8; - invisibility = 101 +/area/golden_arrow/squad_one) +"xV" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "chapaevcargo"; + color = "#8B9490" }, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/briefing) -"xQ" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer{ - dir = 2 +/area/golden_arrow/supply) +"xW" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 4; + name = "\improper Maintenance Tunnels" }, -/obj/structure/pipes/standard/simple/hidden/supply{ +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/engineering) +"xY" = ( +/obj/structure/bed/chair/comfy{ dir = 8 }, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/briefing) -"xR" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/platoon_commander_rooms) +/turf/open/floor/strata/floor3, +/area/golden_arrow/canteen) "xZ" = ( /obj/effect/decal/strata_decals/catwalk/prison, -/turf/open/floor/plating, +/turf/open/floor/corsat, /area/golden_arrow/squad_one) -"ya" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/reagent_container/food/drinks/tea{ - pixel_x = -8; - pixel_y = -1 - }, -/obj/item/ashtray/bronze{ - pixel_x = 4; - pixel_y = 2 - }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/canteen) -"yc" = ( -/obj/item/reagent_container/food/drinks/bottle/beer/craft/tazhushka{ - pixel_x = -23; - pixel_y = 20 - }, -/obj/item/reagent_container/food/drinks/bottle/beer/craft/tazhushka{ - pixel_x = -31; - pixel_y = 10 +"yb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/turf/closed/wall/strata_outpost/reinforced/hull, +/turf/open/floor/strata/floor3/east, /area/golden_arrow/hangar) -"yj" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, +"yf" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/turf/open/floor/strata/floor3, /area/golden_arrow/engineering) -"yn" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/effect/landmark/start/marine/tl/upp, -/obj/effect/landmark/late_join/upp, -/obj/effect/landmark/late_join, +"yi" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, /turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/cryo_cells) -"yr" = ( +/area/golden_arrow/prep_hallway) +"yl" = ( +/obj/structure/machinery/door/airlock/prison_hatch{ + color = "#8B9490"; + name = "\improper Sanitation Storage"; + req_one_access_txt = "230" + }, +/turf/open/floor/strata/floor2, +/area/golden_arrow/supply) +"yt" = ( +/obj/structure/pipes/standard/simple/hidden/supply, /turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/briefing) -"yx" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/storage/belt/utility/full, -/obj/item/clothing/head/uppcap/ushanka/civi{ - pixel_y = 6 +/area/golden_arrow/supply) +"yv" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/prison_hatch{ + color = "#8B9490"; + name = "\improper Canteen"; + req_one_access_txt = "230" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/engineering) +/area/golden_arrow/canteen) "yE" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 9 +/obj/structure/disposalpipe/junction, +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/prep_hallway) +"yF" = ( +/obj/item/paper{ + icon_state = "paper_words"; + info = "you fucktards should clean your boots because lieutenant kotov made me scrub the deck clean with a toothbrush when i fucked up (wasnt my fault too) and BOY was it dirty. fuck you all though. know my struggles."; + name = "scribbled note"; + pixel_y = 22 + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/supply) +"yG" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/briefing) +/area/golden_arrow/hangar) "yH" = ( /turf/closed/wall/strata_outpost/reinforced, /area/golden_arrow/hangar) -"yI" = ( -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/prep_hallway) -"yJ" = ( -/obj/structure/pipes/standard/manifold/hidden/supply{ - dir = 4 +"yK" = ( +/obj/structure/machinery/recharge_station{ + pixel_y = 13 }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/medical) -"yM" = ( -/obj/structure/machinery/light{ +/obj/structure/barricade/handrail/strata{ dir = 4 }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, /turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/prep_hallway) -"yN" = ( +/area/golden_arrow/hangar) +"yM" = ( /obj/structure/pipes/standard/simple/hidden/supply{ - dir = 6 + dir = 8 }, -/turf/open/floor/strata/multi_tiles/west, +/turf/open/floor/strata/floor2, /area/golden_arrow/briefing) "yR" = ( -/obj/item/trash/cigbutt/bcigbutt, -/obj/item/trash/cigbutt/bcigbutt, -/turf/open/floor/strata/floor2, -/area/golden_arrow/hangar) +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/strata/multi_tiles/southeast, +/area/golden_arrow/canteen) +"yT" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/supply, +/obj/structure/machinery/door/poddoor/almayer/open, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/briefing) "yZ" = ( +/obj/structure/machinery/cryopod, +/obj/structure/machinery/camera/autoname/golden_arrow{ + dir = 4; + name = "ship-grade camera"; + network = list("Chapaev") + }, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/cryo_cells) +"zc" = ( /obj/structure/pipes/standard/simple/hidden/supply{ - dir = 10 + dir = 6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, /turf/open/floor/strata/floor3/east, /area/golden_arrow/hangar) "zd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/largecrate/supply/ammo/type71, -/obj/structure/largecrate/supply/ammo/type71{ - pixel_x = 3; - pixel_y = 8 +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/squad_one) -"zk" = ( +/obj/structure/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-j2" + }, +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/prep_hallway) +"ze" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/tool/pen/clicky{ + desc = "It's a normal black ink pen."; + name = "pen" + }, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/briefing) +"zg" = ( /obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1; + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; pixel_y = 1 }, -/obj/effect/landmark/start/marine/upp, -/obj/effect/landmark/late_join/upp, -/obj/effect/landmark/late_join, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/clothing/shoes/marine/upp, +/obj/item/clothing/under/marine/veteran/UPP, +/obj/item/device/radio/headset/distress/UPP, +/obj/item/weapon/butterfly, +/obj/structure/closet/secure_closet/marine_personal{ + has_cryo_gear = 0; + job = "Platoon Corpsman"; + pixel_x = -7 + }, /turf/open/floor/strata/floor3/east, /area/golden_arrow/cryo_cells) -"zu" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/reagent_container/food/snacks/beetsoup, -/obj/item/reagent_container/food/drinks/tea{ - pixel_x = 8; - pixel_y = 7 +"zm" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/prison_hatch{ + color = "#8B9490"; + name = "\improper Infirmary"; + req_one_access_txt = "230" }, /turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/canteen) -"zw" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/toy/deck{ - pixel_x = 8; - pixel_y = 11 +/area/golden_arrow/medical) +"zs" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 }, -/obj/item/reagent_container/food/snacks/upp{ - pixel_x = 10; - pixel_y = 6 +/obj/structure/mirror{ + pixel_x = 28 }, -/obj/item/toy/handcard/aceofspades, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/briefing) +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/dorms) "zD" = ( -/obj/structure/closet, -/obj/item/clothing/head/uppcap/civi{ - pixel_x = 8; - pixel_y = 8 +/obj/item/reagent_container/spray/cleaner{ + pixel_x = 6; + pixel_y = 5 }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/dorms) -"zG" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 +/obj/item/reagent_container/spray/cleaner{ + pixel_x = -2; + pixel_y = 1 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/platoon_sergeant) +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/medical) "zJ" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 1; - name = "\improper Requisitions"; - req_one_access = null +/obj/structure/closet/crate/secure/ammo{ + name = "secure UPPA 32-H sentry crate"; + color = "#979b6d"; + desc = "A secure crate." }, -/obj/structure/pipes/standard/simple/hidden/supply, +/obj/item/ammo_magazine/sentry/upp, +/obj/item/ammo_magazine/sentry/upp, +/obj/item/defenses/handheld/sentry/upp, +/obj/item/stack/folding_barricade/three, +/obj/item/stack/folding_barricade/three, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice1"; + pixel_x = 16; + pixel_y = -15 + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/squad_one) +"zM" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/computer/shuttle/dropship/flight/remote_control{ + name = "Akademia Nauk Remote Control Console"; + shuttleId = "dropship_upp"; + pixel_x = -6 + }, +/obj/structure/machinery/door_control{ + name = "gear locker shutter control"; + id = "squadarmory"; + pixel_x = 8; + pixel_y = 4 + }, +/turf/open/floor/strata/floor2, +/area/golden_arrow/platoon_commander_rooms) +"zN" = ( /turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/supply) -"zS" = ( -/obj/structure/largecrate, -/obj/structure/largecrate{ - pixel_y = 16 +/area/golden_arrow/cryo_cells) +"zO" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/machinery/door/airlock/prison_hatch{ + color = "#8B9490"; + name = "\improper Platoon Medic Office"; + dir = 1; + req_one_access_txt = "231;242" }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/supply) +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/medical) "zX" = ( /turf/closed/wall/strata_outpost/reinforced/hull, /area/golden_arrow/cryo_cells) +"zZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/cryo_cells) "Ac" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/prop/invuln/overhead_pipe{ @@ -2009,500 +3095,600 @@ }, /obj/structure/prop/invuln/pipe_water, /obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/plating, +/turf/open/floor/corsat, /area/golden_arrow/engineering) +"Ai" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/light/small, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/hangar) +"Ak" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/strata/multi_tiles/southeast, +/area/golden_arrow/briefing) +"Al" = ( +/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/golden_arrow/hangar) "Ao" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 5 }, /obj/effect/decal/strata_decals/catwalk/prison, -/turf/open/floor/plating, +/turf/open/floor/corsat, /area/golden_arrow/supply) -"Ap" = ( -/obj/structure/machinery/floodlight/landing/floor, +"Av" = ( +/obj/structure/machinery/cm_vending/clothing/synth/snowflake{ + desc = "A vendor with a large snowflake on it. Provided by Ministry of Fashion."; + name = "\improper UPP Synthetic Conformity Unit" + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/synthcloset) +"AB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"Ba" = ( +/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"; + pixel_x = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/closet/secure_closet/marine_personal{ + has_cryo_gear = 0; + pixel_x = 8 + }, +/obj/item/clothing/shoes/marine/upp, +/obj/item/clothing/under/marine/veteran/UPP, +/obj/item/device/radio/headset/distress/UPP, +/obj/item/weapon/butterfly, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/cryo_cells) +"Bc" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/golden_arrow/medical) +"Bd" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, /turf/open/floor/strata/floor3/east, +/area/golden_arrow/engineering) +"Bf" = ( +/obj/structure/machinery/medical_pod/autodoc{ + dir = 1; + pixel_y = 6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/medical) +"Bn" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/turf/open/floor/strata/floor3, /area/golden_arrow/hangar) -"AD" = ( -/obj/structure/bed/chair/office/dark{ - dir = 8 +"Bo" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/platoon_commander_rooms) -"AO" = ( +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/cryo_cells) +"Bu" = ( /obj/structure/machinery/camera/autoname/golden_arrow{ dir = 1; name = "ship-grade camera"; network = list("Chapaev") }, /turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/platoon_sergeant) -"AQ" = ( -/obj/structure/barricade/handrail/strata{ - dir = 8 - }, -/turf/open/floor/strata/floor3/east, /area/golden_arrow/canteen) -"AR" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/prep_hallway) -"AS" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/machinery/shower{ +"Bv" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, -/turf/open/floor/plating, -/area/golden_arrow/cryo_cells) -"Bi" = ( -/obj/structure/machinery/light{ +/obj/structure/machinery/door/airlock/prison_hatch{ + dir = 8; + color = "#8B9490"; + name = "\improper Squad One Armoury"; + req_one_access_txt = "231;240;237" + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/medical) -"Bl" = ( -/obj/structure/toilet{ - dir = 4 +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "squadarmory"; + name = "\improper Squad One Prep Room"; + color = "#8B9490" }, -/obj/structure/machinery/light/small{ +/turf/open/floor/strata/multi_tiles/southeast, +/area/golden_arrow/squad_one) +"By" = ( +/obj/structure/gun_rack/type71/unloaded, +/obj/structure/machinery/light/double{ dir = 1 }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/dorms) -"Bm" = ( /turf/open/floor/strata/floor2, -/area/golden_arrow/dorms) +/area/golden_arrow/squad_one) "BA" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/clipboard{ - pixel_x = 4 - }, -/obj/item/reagent_container/pill/cyanide{ - icon_state = "pill5"; - name = "cyanide pill"; - pixel_x = -8; - pixel_y = 1 +/obj/item/ammo_box/rounds/pkp{ + pixel_y = 9 }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/platoon_commander_rooms) +/obj/item/ammo_box/magazine/type71/empty, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/supply) "BD" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, -/turf/open/floor/plating, +/turf/open/floor/corsat, /area/golden_arrow/engineering) -"BS" = ( -/obj/structure/bed{ - can_buckle = 0 +"BJ" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 }, -/obj/item/bedsheet/brown, -/turf/open/floor/strata/multi_tiles/southeast, +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/item/tool/soap/syndie{ + name = "LIFEBUOY soap"; + desc = "A LIFEBUOY brand soap bar. Tastes like guilt."; + pixel_y = 8; + pixel_x = 12 + }, +/obj/item/weapon/straight_razor{ + pixel_x = 11; + pixel_y = -7 + }, +/turf/open/floor/corsat, /area/golden_arrow/platoon_commander_rooms) -"BU" = ( -/obj/structure/closet, -/obj/item/clothing/mask/cigarette/weed, -/obj/item/clothing/head/bearpelt, +"BR" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/golden_arrow/dorms) +"Cm" = ( +/obj/structure/machinery/cryopod, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/engineering) -"BW" = ( -/obj/structure/platform/strata/metal{ - dir = 1; - pixel_y = 10 +/area/golden_arrow/cryo_cells) +"Cu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/obj/structure/pipes/vents/pump, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/briefing) -"Ca" = ( -/obj/structure/machinery/power/reactor{ - name = "\improper S-52 fusion reactor 5" +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/engineering) -"Cb" = ( -/obj/effect/decal/cleanable/blood/oil, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/engineering) -"Cc" = ( -/obj/structure/machinery/light{ - dir = 1 +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/closet/secure_closet/marine_personal{ + has_cryo_gear = 0; + job = "Smartgunner"; + pixel_x = 8 + }, +/obj/item/clothing/shoes/marine/upp, +/obj/item/clothing/under/marine/veteran/UPP, +/obj/item/device/radio/headset/distress/UPP, +/obj/item/prop/magazine/book{ + desc = "It's not a mandatory reading material in UPP, but it's still encouraged to memorize certain quotes from this book."; + name = "Quotations from Chairman Mao Tse-tung"; + pixel_y = 4; + pixel_x = -2; + icon_state = "littleredbook" }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/dorms) -"Cm" = ( -/obj/structure/pipes/standard/manifold/hidden/supply, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/briefing) -"Cr" = ( -/obj/structure/pipes/vents/pump, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/platoon_sergeant) -"Cw" = ( -/obj/structure/bed/chair/comfy/alpha{ - dir = 1 +/area/golden_arrow/cryo_cells) +"Cv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/item/weapon/gun/pkp/iff, +/obj/item/ammo_magazine/pkp, +/obj/item/ammo_magazine/pkp, +/obj/item/ammo_magazine/pkp, +/obj/item/clothing/suit/storage/marine/smartgunner/upp, +/obj/item/ammo_magazine/pkp, +/obj/structure/closet/secure_closet{ + name = "machinegunner locker"; + req_access_txt = "243;237" }, +/obj/item/clothing/head/headband/alpha, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/squad_one) +"CA" = ( /obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 + dir = 10 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/briefing) -"CH" = ( -/obj/item/trash/cigbutt/bcigbutt, -/turf/open/floor/strata/floor2, -/area/golden_arrow/hangar) +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/corsat, +/area/golden_arrow/engineering) +"CD" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/power/apc/almayer/east, +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/prep_hallway) "CJ" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/machinery/shower{ dir = 8 }, -/turf/open/floor/plating, +/turf/open/floor/corsat, /area/golden_arrow/cryo_cells) "CK" = ( /turf/closed/wall/strata_outpost/reinforced, /area/golden_arrow/medical) -"CL" = ( -/obj/structure/machinery/door/poddoor/almayer/locked{ - dir = 4; - name = "\improper Maintenance Tunnels" - }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 - }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/engineering) "CM" = ( /turf/closed/wall/strata_outpost/reinforced, /area/golden_arrow/dorms) "CN" = ( -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/engineering) -"Db" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/large_shrapnel/at_rocket_dud{ - drop_sensitivity = 0; - impact_sensitivity = 1; - pixel_x = -6; - pixel_y = 13 +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 }, -/obj/item/attachable/bayonet/upp{ - pixel_x = -9; - pixel_y = -1 +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" }, -/obj/item/prop/magazine/book{ - desc = "A booklet provided to anyone ranging from conscripts to normal citizenry. The first page is stamped with the Party's insignia and reminds you that the Party has your best interest in heart; the following pages immensely simplify the Party's doctrine, grossly propagandizes Socialism, and greatly vilifies the United Americas."; - name = "UPP Party Doctrine Booklet"; - pixel_x = 13 +/turf/open/floor/strata/floor3, +/area/golden_arrow/medical) +"CP" = ( +/obj/structure/gun_rack/type71/unloaded, +/obj/structure/machinery/light/double{ + dir = 1 }, /turf/open/floor/strata/floor2, -/area/golden_arrow/dorms) -"Df" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/structure/machinery/computer/emails{ - dir = 1 +/area/golden_arrow/squad_two) +"CQ" = ( +/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"; + pixel_x = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/closet/secure_closet/marine_personal{ + has_cryo_gear = 0; + pixel_x = -7 }, +/obj/item/clothing/shoes/marine/upp, +/obj/item/clothing/under/marine/veteran/UPP, +/obj/item/device/radio/headset/distress/UPP, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/platoon_sergeant) -"Dk" = ( -/obj/structure/surface/rack, -/obj/item/device/motiondetector/hacked, -/obj/item/ammo_magazine/sentry/upp, -/obj/item/defenses/handheld/sentry/upp, -/turf/open/floor/strata/floor2, -/area/golden_arrow/squad_one) -"Dl" = ( +/area/golden_arrow/cryo_cells) +"CV" = ( /obj/structure/machinery/camera/autoname/golden_arrow{ + dir = 8; name = "ship-grade camera"; network = list("Chapaev") }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 6 +/obj/structure/disposalpipe/segment, +/turf/open/floor/strata/floor2, +/area/golden_arrow/squad_two) +"Df" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/platoon_commander_rooms) -"Dm" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/paper_bin, -/obj/item/tool/pen{ - pixel_x = 12 +/obj/structure/machinery/line_nexter{ + dir = 2; + icon_state = "turnstile_strata"; + layer = 4.1 + }, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/canteen) +"Di" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 }, /turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/cryo_cells) +"DB" = ( +/obj/structure/closet{ + name = "emergency closet"; + desc = "It's a storage unit for emergency breathmasks and o2 tanks." + }, +/obj/item/tank/emergency_oxygen/double, +/obj/item/tank/emergency_oxygen/double, +/obj/item/tank/emergency_oxygen/double, +/obj/item/clothing/mask/gas/upp, +/obj/item/clothing/mask/gas/upp, +/obj/item/clothing/mask/gas/upp, +/turf/open/floor/strata/floor3, /area/golden_arrow/prep_hallway) -"Ds" = ( -/obj/structure/closet/crate/ammo/alt/flame, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/turf/open/floor/strata/floor2, -/area/golden_arrow/squad_one) -"Dv" = ( -/obj/structure/prop/invuln/overhead_pipe{ - dir = 4; - pixel_y = 13 - }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 9 +"DD" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/ammo_box/magazine/np92{ + pixel_y = 14; + pixel_x = -3 }, +/obj/item/ammo_box/magazine/type73, +/turf/open/floor/strata/floor2, +/area/golden_arrow/squad_two) +"DH" = ( +/turf/open/floor/strata/floor3, +/area/golden_arrow/medical) +"DL" = ( /turf/open/floor/strata/floor3/east, -/area/golden_arrow/cryo_cells) -"Dz" = ( -/obj/item/clothing/suit/storage/snow_suit/soviet, -/obj/item/clothing/suit/gimmick/jason, -/obj/structure/closet/secure_closet/marine_personal{ - has_cryo_gear = 0; - icon_broken = "cabinetdetective_broken"; - icon_closed = "cabinetdetective"; - icon_locked = "cabinetdetective_locked"; - icon_off = "cabinetdetective_broken"; - icon_opened = "cabinetdetective_open"; - icon_state = "cabinetdetective_locked"; - job = "Platoon Commander" +/area/golden_arrow/hangar) +"DP" = ( +/obj/structure/machinery/door/airlock/prison_hatch{ + color = "#8B9490"; + name = "\improper Platoon Commander's Office"; + req_one_access_txt = "241" }, -/obj/item/clothing/under/marine/veteran/UPP/boiler, -/obj/item/clothing/under/marine/veteran/UPP/officer, /turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/platoon_commander_rooms) -"DF" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E" - }, -/obj/effect/landmark/start/marine/upp, -/obj/effect/landmark/late_join/upp, -/obj/effect/landmark/late_join, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 5 +/area/golden_arrow/briefing) +"DZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/machinery/door/airlock/prison_hatch{ + dir = 1; + color = "#8B9490"; + name = "\improper Canteen"; + req_one_access_txt = "230" }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/cryo_cells) -"DW" = ( -/obj/structure/foamed_metal, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/platoon_commander_rooms) +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/canteen) "Ea" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 +/obj/structure/disposalpipe/segment, +/turf/open/floor/strata/multi_tiles/southeast, +/area/golden_arrow/canteen) +"Eb" = ( +/obj/item/ammo_magazine/sentry/upp, +/obj/item/ammo_magazine/sentry/upp, +/obj/item/defenses/handheld/sentry/upp, +/obj/item/stack/folding_barricade/three, +/obj/item/stack/folding_barricade/three, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/briefing) +/obj/structure/closet/crate/secure/ammo{ + name = "secure UPPA 32-H sentry crate"; + color = "#979b6d"; + desc = "A secure crate." + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/squad_two) "Ec" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/supply) -"Ee" = ( -/obj/structure/machinery/conveyor, -/obj/structure/machinery/conveyor{ - dir = 6 +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/supply) -"Eo" = ( -/obj/structure/machinery/cm_vending/sorted/uniform_supply/squad_prep/upp, -/turf/open/floor/strata/floor2, -/area/golden_arrow/squad_two) -"Eq" = ( -/obj/structure/prop/invuln/overhead_pipe{ - dir = 4; - pixel_y = 13 +/area/golden_arrow/hangar) +"Ed" = ( +/obj/structure/surface/rack{ + color = "#8B9490" }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/cryo_cells) -"Es" = ( -/obj/structure/prop/invuln/lattice_prop{ - dir = 4; - icon_state = "lattice-simple"; - pixel_x = 13; - pixel_y = 10 +/obj/item/storage/toolbox/mechanical, +/obj/structure/machinery/light/small{ + light_color = "#832121" }, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice4"; - pixel_x = -19; - pixel_y = 10 +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"El" = ( +/obj/structure/cargo_container/hd/right/alt{ + opacity = 0 }, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/briefing) +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) "Et" = ( -/obj/item/stool, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/cryo_cells) +/obj/structure/machinery/sleep_console{ + dir = 8; + pixel_y = 6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/medical) "Ez" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/effect/landmark/late_join/alpha, /obj/structure/pipes/standard/simple/hidden/supply{ dir = 9 }, -/turf/open/floor/plating, +/turf/open/floor/corsat, /area/golden_arrow/cryo_cells) -"EA" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 - }, -/turf/open/floor/plating, -/area/golden_arrow/canteen) -"EG" = ( -/obj/structure/largecrate/random/case/double, -/turf/open/floor/strata/floor2, -/area/golden_arrow/hangar) -"EK" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/tool/pen{ - pixel_x = 12 - }, -/obj/item/paper_bin, -/obj/item/device/flashlight/lamp{ - pixel_x = 11; - pixel_y = 12 +"ER" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" }, -/obj/item/prop/magazine/book/theartofwar, -/turf/open/floor/strata/floor2, -/area/golden_arrow/platoon_commander_rooms) -"EX" = ( -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/strata/floor3/east, +/turf/open/floor/strata/multi_tiles/west, /area/golden_arrow/briefing) -"Fd" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 +"EU" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/microwave{ + pixel_y = 8 }, /turf/open/floor/strata/multi_tiles/southeast, /area/golden_arrow/canteen) +"Fc" = ( +/turf/open/floor/strata/floor2, +/area/golden_arrow/squad_one) "Fg" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/supply) -"Fj" = ( -/obj/structure/ladder{ - height = 2; - id = "eng1" +/obj/structure/machinery/power/reactor{ + name = "\improper U.R.A.L.O.I.D. thermonuclear generator"; + desc = "ProgMash produced generator made for heavy use by frontier colonies." }, -/turf/open/floor/strata/floor3/east, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata/floor3, /area/golden_arrow/engineering) "Fm" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/pipes/standard/manifold/hidden/supply{ dir = 8 }, -/turf/open/floor/plating, +/turf/open/floor/corsat, /area/golden_arrow/prep_hallway) -"Fq" = ( -/obj/structure/machinery/light, -/turf/open/floor/strata/floor2, -/area/golden_arrow/hangar) "Fu" = ( -/obj/structure/bed/chair{ - dir = 1 +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/turf/open/floor/strata/floor2, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/closet/secure_closet/marine_personal{ + has_cryo_gear = 0; + job = "Platoon Sergeant"; + pixel_x = -7 + }, +/obj/item/clothing/shoes/marine/upp, +/obj/item/clothing/under/marine/veteran/UPP, +/obj/item/device/radio/headset/distress/UPP, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/cryo_cells) +"FG" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/strata/floor3/east, /area/golden_arrow/dorms) -"Fx" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - name = "\improper Squad One Armoury"; - req_one_access = null; - req_one_access_txt = "231;240;237" +"Gb" = ( +/obj/structure/machinery/door/airlock/prison_hatch{ + color = "#8B9490"; + name = "\improper Latrine" }, -/obj/structure/pipes/standard/simple/hidden/supply{ +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/dorms) +"Gc" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/supply, +/obj/structure/disposalpipe/segment{ dir = 4 }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/canteen) +"Go" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8; + pixel_x = -7 + }, /turf/open/floor/strata/floor2, -/area/golden_arrow/squad_one) -"FT" = ( -/obj/structure/surface/rack, +/area/golden_arrow/platoon_commander_rooms) +"Gt" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access/upp{ + pixel_x = -4 + }, /turf/open/floor/strata/floor2, -/area/golden_arrow/hangar) -"FY" = ( -/obj/structure/machinery/power/terminal{ +/area/golden_arrow/medical) +"Gz" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/computer/emails{ dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/strata_decals/catwalk/prison, -/turf/open/floor/plating, -/area/golden_arrow/engineering) -"Gc" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 +/obj/item/device/flashlight/lamp/on{ + pixel_y = 21; + pixel_x = 2; + anchored = 1 }, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/briefing) -"Gf" = ( -/obj/structure/machinery/power/apc/almayer/east, -/turf/open/floor/almayer/dark_sterile, +/turf/open/floor/strata/floor2, +/area/golden_arrow/platoon_sergeant) +"GC" = ( +/turf/open/floor/strata/multi_tiles, /area/golden_arrow/medical) -"Gp" = ( -/obj/structure/cargo_container/horizontal/blue/middle{ - opacity = 0; - pixel_x = 17 +"GF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/obj/item/trash/cigbutt/bcigbutt, -/turf/open/floor/strata/floor2, -/area/golden_arrow/hangar) -"Gr" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/structure/machinery/prop/almayer/CICmap{ - density = 0; - faction = "UPP"; - icon_state = "shuttle"; - layer = 2.97; - minimap_type = 8; - name = "Tactical Map Display"; - pixel_x = 7 +/obj/structure/closet/secure_closet/engineering_welding{ + req_one_access = list(); + pixel_x = -6; + pixel_y = 15; + can_be_stacked = 1 }, -/obj/structure/machinery/computer/cameras/almayer/vehicle{ - network = list("Chapaev","Vehicle"); - pixel_x = -12 +/obj/structure/closet/secure_closet/engineering_electrical{ + pixel_x = 9; + pixel_y = 15; + can_be_stacked = 1 }, -/obj/structure/phone_base/no_dnd{ - name = "Overwatch Telephone"; - phone_category = "Command"; - phone_id = "Overwatch"; - pixel_y = 30 +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/engineering) +"GH" = ( +/obj/structure/bed/chair{ + dir = 4 }, /turf/open/floor/strata/floor2, -/area/golden_arrow/platoon_commander_rooms) -"GJ" = ( -/obj/structure/machinery/door/airlock/almayer/command/reinforced{ - name = "\improper Platoon Commander's Quarters"; - req_access = list(241) +/area/golden_arrow/dorms) +"GI" = ( +/obj/structure/machinery/autodoc_console{ + dir = 1; + pixel_y = 6 }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/platoon_commander_rooms) -"GK" = ( -/obj/structure/machinery/camera/autoname/golden_arrow{ - dir = 4; - name = "ship-grade camera"; - network = list("Chapaev") +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/prep_hallway) -"GO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/medical) +"GU" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/strata/floor3, +/area/golden_arrow/engineering) +"GY" = ( /obj/effect/decal/warning_stripes{ icon_state = "E"; pixel_x = 1 @@ -2520,55 +3706,48 @@ }, /obj/structure/closet/secure_closet/marine_personal{ has_cryo_gear = 0; - job = "Smartgunner" + job = "Squad Sergeant"; + pixel_x = 8 }, /obj/item/clothing/shoes/marine/upp, /obj/item/clothing/under/marine/veteran/UPP, /obj/item/device/radio/headset/distress/UPP, -/obj/structure/machinery/light{ - dir = 4; - invisibility = 101; - unacidable = 1; - unslashable = 1 - }, /turf/open/floor/strata/floor3/east, /area/golden_arrow/cryo_cells) -"GP" = ( -/obj/vehicle/powerloader/jd{ - name = "\improper CosmosStal 12 Bogatyr Power Loader" +"GZ" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4 }, -/obj/structure/machinery/door_control{ - id = "chapaevcargo"; - pixel_x = 32 +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = 3 }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/supply) -"GR" = ( -/obj/structure/machinery/light{ - dir = 4 +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/structure/bed/chair{ + dir = 4; + pixel_y = 6; + pixel_x = 2 }, -/obj/structure/largecrate/random/barrel/red, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/supply) -"GX" = ( +/area/golden_arrow/briefing) +"Hh" = ( /obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 - }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/platoon_sergeant) -"Ha" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper Bathroom" + dir = 9 }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/platoon_commander_rooms) -"Hd" = ( -/obj/structure/machinery/cm_vending/sorted/tech/tool_storage{ - req_one_access = list() +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/corsat, +/area/golden_arrow/engineering) +"Ho" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 }, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/engineering) +/area/golden_arrow/supply) "Hq" = ( /obj/item/tool/crowbar/red{ pixel_x = -13; @@ -2590,204 +3769,245 @@ name = "lattice" }, /obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/plating, +/turf/open/floor/corsat, /area/golden_arrow/hangar) +"Hr" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/strata/floor2, +/area/golden_arrow/briefing) +"Hv" = ( +/obj/structure/bed/chair/comfy, +/turf/open/floor/strata/multi_tiles/southeast, +/area/golden_arrow/canteen) +"HD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/supply) "HF" = ( -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/dorms) +/obj/structure/disposalpipe/segment, +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/briefing) "HM" = ( -/obj/structure/largecrate/random/barrel/red, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/supply) -"HQ" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 8 }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/squad_two) -"Id" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 5 - }, -/turf/open/floor/plating, +/turf/open/floor/strata/floor3/east, /area/golden_arrow/briefing) -"Ie" = ( -/obj/structure/machinery/sleep_console{ +"HV" = ( +/obj/structure/machinery/camera/autoname/golden_arrow{ dir = 8; - pixel_y = 6 - }, -/turf/open/floor/strata/cyan1/east, -/area/golden_arrow/medical) -"Ig" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/reagent_container/food/snacks/upp, -/obj/item/reagent_container/food/snacks/upp{ - pixel_x = 6; - pixel_y = 4 + name = "ship-grade camera"; + network = list("Chapaev") }, -/obj/item/reagent_container/food/snacks/upp{ - pixel_x = -4; - pixel_y = 7 +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 }, -/obj/item/clothing/head/uppcap/civi{ - pixel_x = 8; - pixel_y = 8 +/obj/structure/machinery/light/small{ + dir = 1 }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/dorms) -"Im" = ( -/turf/open/floor/strata/floor2, -/area/golden_arrow/squad_two) -"Io" = ( -/obj/structure/machinery/cryopod, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/platoon_commander_rooms) -"Ip" = ( -/obj/structure/machinery/vending/sovietsoda, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/canteen) -"Ix" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/structure/machinery/faxmachine{ - name = "\improper UPP Military Fax Machine"; - network = "UPP Encrypted Network"; - target_department = "UPP High Command" +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/briefing) +"HZ" = ( +/obj/structure/machinery/light/small{ + dir = 4 }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/platoon_commander_rooms) -"ID" = ( -/obj/structure/surface/rack, -/obj/item/clothing/mask/gas{ - pixel_x = -5; - pixel_y = 10 +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/briefing) +"Ie" = ( +/obj/structure/prop/invuln/overhead_pipe{ + dir = 4; + pixel_y = 13 }, -/obj/item/stack/sheet/glass{ - amount = 50 +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 }, -/obj/item/clothing/mask/gas{ - pixel_x = 5; - pixel_y = 10 +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/cryo_cells) +"If" = ( +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage{ + req_one_access = list() }, -/obj/item/stack/sheet/mineral/phoron/medium_stack{ - desc = "Phoron is an extremely rare mineral with exotic properties, often used in cutting-edge research. Just getting it into a stable, solid form is already hard enough. Handle with care."; - pixel_y = -9 +/obj/structure/machinery/light/small{ + dir = 4 }, -/obj/structure/machinery/light{ - dir = 8 +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/turf/open/floor/strata/multi_tiles/southeast, +/turf/open/floor/strata/multi_tiles, /area/golden_arrow/engineering) -"IE" = ( -/obj/structure/machinery/medical_pod/bodyscanner{ - pixel_y = 6 +"Io" = ( +/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/cyan1/east, -/area/golden_arrow/medical) -"IF" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/mech_bay_recharge_floor, +/area/golden_arrow/hangar) +"Iy" = ( +/obj/structure/cargo_container/hd/mid/alt{ + opacity = 0 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/engineering) -"IH" = ( -/obj/structure/machinery/camera/autoname/golden_arrow{ +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"IB" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ dir = 4; - name = "ship-grade camera"; - network = list("Chapaev") + name = "\improper Other Sections" }, -/turf/open/floor/strata/floor3/east, +/turf/open/floor/strata/floor2, /area/golden_arrow/briefing) -"II" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 1; - name = "\improper Canteen"; - req_one_access = null - }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/canteen) -"IP" = ( -/obj/item/stool, -/obj/structure/pipes/vents/pump{ - dir = 8 +"ID" = ( +/obj/item/stool{ + can_buckle = 1 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/cryo_cells) +/turf/open/floor/strata/floor2, +/area/golden_arrow/squad_two) "IS" = ( /turf/closed/wall/strata_outpost/reinforced/hull, /area/golden_arrow/dorms) -"IW" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - name = "\improper Canteen"; - req_one_access = null +"IT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/filingcabinet/security{ + pixel_y = 16; + pixel_x = 8; + can_block_movement = 0 }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/platoon_sergeant) +"IW" = ( +/obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 + dir = 6 }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/canteen) -"IX" = ( -/obj/structure/machinery/light{ - dir = 8 +/obj/structure/closet/secure_closet/marine_personal{ + pixel_y = 14; + job = "Platoon Commander"; + can_block_movement = 0; + has_cryo_gear = 0 }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/medical) -"IZ" = ( -/obj/structure/machinery/cm_vending/gear/synth{ - density = 0; - name = "\improper UnTech Synthetic Auxiliary Gear Rack"; - pixel_y = 32 +/obj/item/clothing/under/marine/veteran/UPP, +/obj/item/clothing/under/marine/veteran/UPP/boiler, +/obj/item/clothing/accessory/patch/upp/naval, +/obj/item/clothing/accessory/patch/upp, +/obj/item/clothing/shoes/marine/upp, +/obj/item/device/radio/headset/distress/UPP, +/turf/open/floor/corsat, +/area/golden_arrow/cryo_cells) +"Ja" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/paper_bin{ + pixel_y = 5; + pixel_x = -3 }, -/obj/item/stool, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/synthcloset) +/obj/item/book/codebook/upp{ + icon_state = "book_green"; + pixel_y = 4; + pixel_x = -1 + }, +/obj/item/tool/pen/clicky{ + desc = "It's a normal black ink pen."; + name = "pen"; + pixel_x = -4 + }, +/obj/item/device/flashlight/lamp{ + pixel_x = 11; + pixel_y = 2 + }, +/turf/open/floor/strata/floor2, +/area/golden_arrow/platoon_commander_rooms) "Jd" = ( -/obj/structure/largecrate/random/case/double, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice8"; - pixel_x = 13; - pixel_y = 10 +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/item/storage/box/packet/high_explosive/upp{ + color = "#8B795C" + }, +/obj/item/storage/box/packet/high_explosive/upp{ + color = "#8B795C"; + pixel_y = -5 + }, +/obj/item/storage/box/packet/high_explosive/upp{ + color = "#8B795C" + }, +/obj/item/storage/box/packet/high_explosive/upp{ + color = "#8B795C" + }, +/obj/item/storage/box/packet/high_explosive/upp{ + color = "#8B795C"; + pixel_y = 6 }, +/obj/structure/closet/crate/secure/ammo{ + name = "secure Type 6 grenade crate"; + color = "#979b6d"; + desc = "A secure crate." + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/squad_two) +"Jf" = ( +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"Jg" = ( /turf/open/floor/strata/floor3/east, -/area/golden_arrow/prep_hallway) +/area/golden_arrow/engineering) +"Jh" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = 31; + desc = "A warning sign indicating the area does not allow smoking. Despite rampant tobacco addiction across the UPP, it is actively and rapidly prosecuted for being bourgeoisie and a harm to the working class." + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/machinery/vending/sovietsoda, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/briefing) "Jl" = ( -/obj/structure/pipes/vents/pump, -/obj/structure/pipes/vents/pump, -/obj/structure/pipes/vents/pump, -/obj/structure/pipes/vents/pump{ - dir = 1 +/obj/item/ammo_box/magazine/type71, +/obj/item/ammo_box/magazine/type71, +/obj/item/ammo_box/magazine/type71, +/obj/item/ammo_box/magazine/type71, +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/turf/open/floor/strata/floor3/east, +/obj/structure/closet/crate/secure/ammo{ + name = "secure Type 6 grenade crate"; + color = "#979b6d" + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/squad_two) +"Js" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/corsat, /area/golden_arrow/engineering) -"Jn" = ( -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/platoon_commander_rooms) "Jt" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/pipes/standard/simple/hidden/supply{ dir = 8 }, -/turf/open/floor/plating, +/turf/open/floor/corsat, /area/golden_arrow/squad_two) -"Ju" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/hangar) "JA" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/prop/invuln/overhead_pipe, /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, -/turf/open/floor/plating, -/area/golden_arrow/engineering) -"JD" = ( -/obj/structure/machinery/power/apc/almayer/south, -/turf/open/floor/strata/multi_tiles/southeast, +/turf/open/floor/corsat, /area/golden_arrow/engineering) +"JC" = ( +/obj/structure/device/broken_moog, +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) "JE" = ( /obj/structure/pipes/standard/cap/hidden/supply{ dir = 4 @@ -2795,489 +4015,429 @@ /turf/open/space/basic, /area/space) "JF" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/supply) -"JH" = ( -/obj/structure/machinery/door/poddoor/almayer/closed{ - dir = 4; - indestructible = 1 +/obj/structure/prop{ + desc = "A sturdy metal ladder that leads to lower deck of Chapaev which houses CIC and Brig. The hatch is closed, for now."; + icon_state = "ladder11"; + name = "ladder" }, -/obj/structure/machinery/door/airlock/almayer/maint/reinforced{ - access_modified = 1; - dir = 8; - name = "\improper Synthetic Preperations"; - req_one_access = list(36) +/obj/structure/machinery/light/small{ + dir = 4 }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/synthcloset) -"JQ" = ( -/obj/structure/machinery/power/smes/buildable, -/obj/structure/machinery/camera/autoname/golden_arrow{ - dir = 8; - name = "ship-grade camera" +/turf/open/floor/strata/floor3, +/area/golden_arrow/briefing) +"Kb" = ( +/obj/structure/machinery/light/small{ + dir = 8 }, -/turf/open/floor/almayer/test_floor4, -/area/golden_arrow/engineering) -"JR" = ( -/obj/structure/barricade/handrail/strata, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/canteen) +/turf/open/floor/strata/floor2, +/area/golden_arrow/dorms) "Kc" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/pipes/standard/simple/hidden/supply, /obj/effect/decal/strata_decals/catwalk/prison, -/turf/open/floor/plating, +/turf/open/floor/corsat, /area/golden_arrow/engineering) -"Ke" = ( -/obj/structure/prop/invuln/overhead_pipe{ +"Kf" = ( +/obj/structure/machinery/camera/autoname/golden_arrow{ dir = 4; - pixel_y = 13 + name = "ship-grade camera"; + network = list("Chapaev") }, -/obj/structure/pipes/standard/manifold/hidden/supply{ - dir = 8 +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/cryo_cells) -"Kj" = ( -/obj/structure/bed/chair{ - dir = 4 +/turf/open/floor/strata/floor3, +/area/golden_arrow/platoon_commander_rooms) +"Kg" = ( +/obj/structure/machinery/autodoc_console{ + dir = 1; + pixel_y = 6 }, -/obj/item/tool/hand_labeler{ - pixel_x = 3; - pixel_y = 3 +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/dorms) -"Kl" = ( -/obj/structure/machinery/light{ - dir = 8; - invisibility = 101; - unacidable = 1; - unslashable = 1 +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/obj/structure/largecrate, -/obj/item/storage/fancy/cigar{ - pixel_y = 8 +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/medical) +"Kh" = ( +/obj/structure/largecrate/random/barrel/red{ + stuff = list(/obj/item/clothing/under/marine/veteran/UPP,/obj/item/clothing/gloves/marine,/obj/item/clothing/gloves/marine/brown,/obj/item/clothing/gloves/marine/joe,/obj/item/clothing/shoes/marine/joe,/obj/item/clothing/shoes/marine/upp/guard,/obj/item/clothing/shoes/marine/upp) }, -/turf/open/floor/strata/multi_tiles/southeast, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/strata/floor3, /area/golden_arrow/supply) -"Km" = ( -/obj/structure/closet/secure_closet/engineering_welding{ - req_one_access = list() +"Kk" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/engineering) +/obj/structure/machinery/light/small, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/prep_hallway) +"Kl" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/platoon_sergeant) "Kn" = ( -/obj/structure/machinery/body_scanconsole{ +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/hangar) +"Kt" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ dir = 1; - pixel_y = 6 + icon_state = "pipe-c" }, -/turf/open/floor/strata/cyan1/east, -/area/golden_arrow/medical) -"Kq" = ( -/obj/structure/closet, -/obj/item/clothing/head/uppcap/ushanka/civi{ - pixel_y = 6 +/turf/open/floor/strata/floor2, +/area/golden_arrow/squad_one) +"Kw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, /turf/open/floor/strata/floor2, -/area/golden_arrow/dorms) +/area/golden_arrow/platoon_sergeant) "Kz" = ( -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/briefing) -"KC" = ( -/obj/structure/closet/secure_closet{ - name = "machinegunner locker"; - req_access_txt = "243;237" +/obj/structure/machinery/pipedispenser, +/obj/structure/machinery/light/small{ + dir = 4 }, -/obj/item/ammo_magazine/pkp, -/obj/item/ammo_magazine/pkp, -/obj/item/ammo_magazine/pkp, -/obj/item/ammo_magazine/pkp, -/obj/item/ammo_magazine/pkp, -/obj/item/ammo_magazine/pkp, -/obj/item/ammo_magazine/pkp, -/obj/item/storage/belt/gun/smartgunner/upp, -/obj/item/storage/belt/marine/smartgunner/upp, -/obj/item/clothing/suit/storage/marine/smartgunner/upp, -/obj/item/clothing/head/helmet/marine/veteran/UPP/heavy, -/obj/item/weapon/gun/pkp/iff, +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"KM" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, /turf/open/floor/strata/floor2, -/area/golden_arrow/squad_one) -"KI" = ( +/area/golden_arrow/dorms) +"La" = ( +/obj/structure/pipes/standard/simple/hidden/supply, /turf/open/floor/strata/floor3/east, +/area/golden_arrow/cryo_cells) +"Li" = ( +/turf/open/floor/strata/floor3, /area/golden_arrow/supply) -"KN" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 - }, -/turf/open/floor/plating, -/area/golden_arrow/briefing) -"KV" = ( -/obj/item/newspaper{ - desc = "An issue of Kosmicheskaya Pravda, the newspaper circulating in UPP-controlled space."; - pixel_x = -15; - pixel_y = 34 +"Lk" = ( +/obj/structure/machinery/power/reactor{ + name = "\improper U.R.A.L.O.I.D. thermonuclear generator"; + desc = "ProgMash produced generator made for heavy use by frontier colonies." }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/platoon_commander_rooms) -"KY" = ( -/obj/structure/closet/secure_closet/engineering_chief, -/turf/open/floor/strata/multi_tiles/southeast, +/turf/open/floor/almayer, /area/golden_arrow/engineering) -"Lb" = ( -/obj/structure/pipes/standard/simple/hidden/supply, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice8"; - pixel_x = 13; - pixel_y = 10 - }, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/briefing) -"Lg" = ( -/obj/structure/bed/chair/office/dark{ - dir = 8 - }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/briefing) -"Ls" = ( -/obj/item/stool, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 9 - }, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/cryo_cells) "Lt" = ( /obj/structure/machinery/power/terminal{ dir = 8 }, -/obj/effect/decal/strata_decals/catwalk/prison{ - pixel_x = 20; - pixel_y = -1 - }, /obj/structure/cable{ icon_state = "0-4" }, -/turf/open/floor/plating, +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/corsat, /area/golden_arrow/engineering) +"Lv" = ( +/obj/structure/machinery/cm_vending/sorted/uniform_supply/squad_prep/upp, +/turf/open/floor/strata/floor2, +/area/golden_arrow/squad_one) "LB" = ( -/obj/structure/closet/firecloset/full, -/turf/open/floor/strata/multi_tiles/southeast, +/obj/structure/cargo_container/upp/mk6/mid{ + opacity = 0 + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"LG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/landmark/start/marine/smartgunner/upp, +/obj/effect/landmark/late_join/upp, +/obj/effect/landmark/late_join, +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/cryo_cells) +"LP" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/strata/floor3, /area/golden_arrow/engineering) -"LE" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/briefing) -"LH" = ( -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/briefing) "LR" = ( -/obj/structure/machinery/light{ +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/storage/photo_album, +/obj/structure/machinery/light/small{ dir = 1 }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/platoon_sergeant) -"LS" = ( -/obj/structure/pipes/standard/manifold/fourway/hidden/supply, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/briefing) -"LU" = ( -/obj/structure/bed/chair/comfy, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/canteen) -"LV" = ( -/obj/structure/machinery/power/apc/almayer/east, +/obj/item/tool/hand_labeler{ + pixel_x = -7; + pixel_y = 3 + }, /turf/open/floor/strata/floor2, -/area/golden_arrow/squad_two) -"LW" = ( -/obj/structure/machinery/light, -/obj/structure/pipes/vents/pump{ - dir = 4 +/area/golden_arrow/dorms) +"LT" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/cryo_cells) -"LZ" = ( -/obj/structure/machinery/cm_vending/clothing/synth{ - density = 0; - name = "\improper UnTech Synthetic Equipment Rack"; - pixel_y = 32 +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/synthcloset) -"Mb" = ( +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/obj/item/bedsheet/brown{ + pixel_y = 13; + color = "#8B9490" + }, +/obj/structure/machinery/light/small, +/obj/item/bedsheet/brown{ + layer = 3.4; + color = "#8B9490"; + anchored = 1 + }, +/turf/open/floor/strata/floor2, +/area/golden_arrow/dorms) +"LX" = ( /obj/effect/decal/strata_decals/catwalk/prison, -/turf/open/floor/plating, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/corsat, /area/golden_arrow/briefing) -"Mf" = ( -/obj/structure/machinery/light, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 5 +"Mi" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/prop/almayer/comp_closed{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/item/tool/wrench{ + pixel_y = 16 }, /turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/canteen) -"ME" = ( -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/canteen) -"MF" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/engineering) -"MH" = ( -/obj/effect/decal/strata_decals/catwalk/prison, +/area/golden_arrow/hangar) +"Mr" = ( +/obj/structure/machinery/cm_vending/clothing/medic/upp, +/obj/item/clothing/head/uppcap{ + pixel_x = 8; + pixel_y = 11 + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/medical) +"Mz" = ( /obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 + dir = 8 }, -/turf/open/floor/plating, -/area/golden_arrow/squad_one) -"ML" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/turf/open/floor/plating, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/strata/floor2, /area/golden_arrow/squad_two) -"MM" = ( +"MD" = ( /obj/structure/pipes/vents/pump{ - dir = 1 + dir = 8 }, -/obj/structure/bed/chair/office/dark, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/medical) -"MO" = ( +/turf/open/floor/strata/floor2, +/area/golden_arrow/platoon_commander_rooms) +"ML" = ( /obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/corsat, +/area/golden_arrow/squad_two) +"Na" = ( /obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/plating, +/turf/open/floor/strata/floor3, /area/golden_arrow/prep_hallway) -"MQ" = ( -/obj/structure/cargo_container/horizontal/blue/bottom{ - opacity = 0; - pixel_x = 17 - }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/hangar) -"MT" = ( -/obj/structure/machinery/camera/autoname/golden_arrow{ - dir = 8; - name = "ship-grade camera"; - network = list("Chapaev") - }, -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/briefing) -"Na" = ( -/obj/structure/bed/chair/comfy/alpha{ - dir = 1 - }, -/obj/structure/machinery/light{ - dir = 8; - invisibility = 101 - }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/briefing) -"Nc" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 +"Nm" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +/obj/structure/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-j2" }, -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/prep_hallway) +"Nu" = ( +/obj/structure/largecrate/random/case{ + stuff = list(/obj/item/weapon/gun/revolver/upp = /obj/item/ammo_magazine/revolver/upp, /obj/item/weapon/gun/pistol/np92 = /obj/item/ammo_magazine/pistol/np92,/obj/item/weapon/gun/rifle/sniper/svd = /obj/item/ammo_magazine/sniper/svd, /obj/item/weapon/gun/smg/pps43 = /obj/item/ammo_magazine/smg/pps43); + parts_type = /obj/item/stack/sheet/metal; + pixel_x = 1 }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" +/obj/structure/largecrate/random/case{ + stuff = list(/obj/item/weapon/shield/riot/metal,/obj/item/weapon/classic_baton); + parts_type = /obj/item/stack/sheet/metal; + pixel_y = 11; + pixel_x = 3 }, -/obj/structure/closet/secure_closet/marine_personal{ - has_cryo_gear = 0; - job = "Smartgunner" +/obj/structure/barricade/handrail/strata{ + dir = 8 }, -/obj/item/clothing/shoes/marine/upp, -/obj/item/clothing/under/marine/veteran/UPP, -/obj/item/device/radio/headset/distress/UPP, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/cryo_cells) -"Nj" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/roller, -/obj/item/roller, -/obj/item/roller, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/medical) -"Nl" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/strata/floor2, -/area/golden_arrow/hangar) -"No" = ( -/obj/structure/machinery/power/apc/almayer/south, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 +/obj/structure/barricade/handrail/strata{ + layer = 3.5 }, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/hangar) +/area/golden_arrow/prep_hallway) +"Nv" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown{ + color = "#8B9490" + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/platoon_sergeant) "NA" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/pipes/standard/manifold/fourway/hidden/supply, -/turf/open/floor/plating, +/turf/open/floor/corsat, /area/golden_arrow/prep_hallway) -"NB" = ( -/obj/structure/machinery/shower{ - dir = 8 +"NO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" }, -/obj/structure/machinery/door/window/westleft, -/obj/structure/window/reinforced/tinted/frosted, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/platoon_commander_rooms) -"NN" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 +/obj/effect/landmark/start/marine/upp, +/obj/effect/landmark/late_join/upp, +/obj/effect/landmark/late_join/upp, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 }, -/obj/structure/prop/ice_colony/tiger_rug{ - desc = "A rather tasteless but impressive tiger rug. Must've costed a fortune to get this exported to the rim. Actually, this rug was 'collectivized' by internal police troopers during anti-corruption raids on colonies and later gifted to Leytenant."; - icon_state = "Gray"; - pixel_x = -14; - pixel_y = -14 +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/cryo_cells) +"NP" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/platoon_commander_rooms) +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/cryo_cells) "NQ" = ( /turf/closed/wall/strata_outpost/reinforced/hull, /area/golden_arrow/medical) +"NS" = ( +/obj/structure/machinery/power/smes/buildable, +/obj/structure/machinery/light/small{ + light_color = "#832121"; + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/golden_arrow/engineering) "NU" = ( /turf/closed/wall/strata_outpost/reinforced, /area/golden_arrow/squad_two) -"NV" = ( +"Oa" = ( +/obj/structure/machinery/pipedispenser, +/obj/structure/machinery/light/small{ + light_color = "#832121" + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"Ol" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#832121" + }, +/turf/open/floor/corsat, +/area/golden_arrow/engineering) +"On" = ( /obj/effect/decal/warning_stripes{ - icon_state = "E" + icon_state = "E"; + pixel_x = 1 }, -/obj/structure/machinery/cryopod{ - dir = 1 +/turf/open/floor/strata/multi_tiles/southeast, +/area/golden_arrow/hangar) +"Oq" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 16; + pixel_y = -15 }, -/obj/structure/pipes/standard/manifold/hidden/supply{ +/turf/open/floor/strata/floor2, +/area/golden_arrow/squad_two) +"Ou" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ dir = 8 }, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/cryo_cells) -"NZ" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/prop/magazine/book{ - desc = "A booklet provided to anyone ranging from conscripts to normal citizenry. The first page is stamped with the Party's insignia and reminds you that the Party has your best interest in heart; the following pages immensely simplify the Party's doctrine, grossly propagandizes Socialism, and greatly vilifies the United Americas."; - name = "UPP Party Doctrine Booklet"; - pixel_x = 1; - pixel_y = 6 +/area/golden_arrow/prep_hallway) +"Ox" = ( +/obj/structure/extinguisher_cabinet/alt{ + pixel_x = 32 }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/canteen) -"Of" = ( -/turf/closed/wall/strata_outpost/reinforced, -/area/space) -"Oi" = ( -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/strata/floor3/east, +/turf/open/floor/strata/floor3, /area/golden_arrow/platoon_sergeant) -"Om" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 10 +"OC" = ( +/obj/structure/machinery/camera/autoname/golden_arrow{ + dir = 8; + name = "ship-grade camera"; + network = list("Chapaev") }, +/obj/structure/disposalpipe/junction, /turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/briefing) -"On" = ( -/obj/structure/machinery/power/monitor{ - name = "Core Power Monitoring" - }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/engineering) -"Ox" = ( +/area/golden_arrow/prep_hallway) +"OI" = ( /obj/structure/foamed_metal, /obj/structure/foamed_metal, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/platoon_commander_rooms) -"Oy" = ( -/obj/structure/machinery/vending/coffee/simple, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/briefing) -"OC" = ( -/obj/item/reagent_container/glass/bucket/janibucket, -/turf/open/floor/strata/floor2, -/area/golden_arrow/briefing) -"OD" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/dorms) -"OG" = ( -/obj/item/prop/colony/used_flare, -/obj/item/prop/colony/used_flare{ - pixel_x = 9; - pixel_y = 10 - }, -/turf/open/floor/strata/floor3/east, /area/golden_arrow/hangar) "OJ" = ( /obj/effect/decal/strata_decals/catwalk/prison, -/turf/open/floor/plating, +/turf/open/floor/corsat, /area/golden_arrow/supply) -"OM" = ( -/obj/structure/machinery/floodlight/landing/floor, -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/hangar) "ON" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/machinery/floodlight/landing/floor, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/hangar) -"OR" = ( -/obj/structure/barricade/handrail/strata{ - dir = 8 - }, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/strata/floor2, -/area/golden_arrow/hangar) -"OS" = ( -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/supply) -"Pb" = ( -/obj/structure/machinery/floodlight/landing/floor, +/area/golden_arrow/cryo_cells) +"OO" = ( /obj/structure/machinery/camera/autoname/golden_arrow{ - dir = 8; + dir = 4; name = "ship-grade camera"; network = list("Chapaev") }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/hangar) -"Pc" = ( -/obj/structure/machinery/power/apc/almayer/south, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 5 - }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/briefing) -"Pe" = ( -/obj/structure/pipes/standard/simple/hidden/supply, /turf/open/floor/strata/floor2, /area/golden_arrow/dorms) -"Pj" = ( -/obj/structure/prop/invuln/lattice_prop{ - dir = 4; - icon_state = "lattice-simple"; - pixel_x = 13; - pixel_y = 10 +"Pf" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/machinery/light/small{ + dir = 8 }, -/turf/open/floor/strata/multi_tiles/west, +/turf/open/floor/corsat, /area/golden_arrow/prep_hallway) -"Pm" = ( -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/engineering) -"Pz" = ( -/obj/effect/decal/cleanable/blood/oil, +"Pn" = ( +/obj/structure/foamed_metal, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/hangar) +/area/golden_arrow/platoon_commander_rooms) +"Pq" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/dorms) +"Py" = ( +/obj/structure/machinery/power/apc/almayer/east, +/turf/open/floor/strata/floor2, +/area/golden_arrow/medical) "PA" = ( /obj/structure/machinery/door/poddoor/almayer/locked{ name = "\improper Hangar Lockdown Blast Door" @@ -3285,174 +4445,199 @@ /turf/open/space/basic, /area/golden_arrow/hangar) "PB" = ( -/obj/structure/machinery/camera/autoname/golden_arrow{ - dir = 8; - name = "ship-grade camera"; - network = list("Chapaev") - }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/squad_one) -"PF" = ( -/obj/structure/surface/rack, -/obj/item/device/motiondetector, -/obj/item/weapon/gun/flamer/underextinguisher, -/obj/item/ammo_magazine/flamer_tank, -/turf/open/floor/strata/floor2, -/area/golden_arrow/squad_two) -"PI" = ( -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/platoon_sergeant) -"PM" = ( -/obj/structure/barricade/handrail/strata{ - dir = 1 +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 }, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/supply) -"PN" = ( -/obj/structure/machinery/power/apc/almayer/east, +/area/golden_arrow/hangar) +"PG" = ( +/obj/structure/surface/rack{ + color = "#8B9490" + }, +/obj/item/storage/pouch/cassette, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 7 + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"PO" = ( +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/platoon_sergeant) +"PP" = ( +/obj/structure/closet, +/obj/item/prop/magazine/book/uppbooklet, /turf/open/floor/strata/floor2, /area/golden_arrow/dorms) -"PP" = ( -/obj/structure/pipes/standard/simple/hidden/supply, +"PV" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/golden_arrow/briefing) +"Qg" = ( +/obj/structure/machinery/door/airlock/prison_hatch{ + color = "#8B9490"; + name = "\improper Platoon Medic Office"; + req_one_access_txt = "231;242" + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/medical) +"Qk" = ( +/obj/structure/bed/chair/comfy, +/obj/structure/disposalpipe/segment, /turf/open/floor/strata/multi_tiles/southeast, /area/golden_arrow/canteen) -"PR" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/machinery/camera/autoname/golden_arrow{ - dir = 1; - name = "ship-grade camera"; - network = list("Chapaev") - }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 5 +"Qp" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/disposalpipe/segment, +/obj/item/prop/magazine/book/littleredbook{ + pixel_y = 2; + pixel_x = -3 }, -/turf/open/floor/plating, -/area/golden_arrow/cryo_cells) -"PT" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/canteen) -"Qg" = ( -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/supply) -"Ql" = ( -/obj/structure/surface/rack, -/obj/item/weapon/gun/rifle/sniper/svd/pve, /turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/platoon_sergeant) -"Qo" = ( -/obj/structure/pipes/standard/simple/hidden/supply, -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 2; - name = "\improper Platoon Sergeant's Bunk"; - req_one_access = null; - req_one_access_txt = "240" +/area/golden_arrow/canteen) +"Qt" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/light/small{ + dir = 8 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/platoon_sergeant) -"QB" = ( -/obj/structure/machinery/door/airlock/almayer/command/reinforced{ - name = "\improper Platoon Commander's Office"; - req_access = list(); - req_one_access_txt = "241" +/obj/item/ashtray/bronze{ + pixel_x = 1; + pixel_y = -8 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/briefing) -"QD" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 10 +/obj/item/storage/fancy/cigar/matchbook/brown{ + pixel_x = -4; + pixel_y = 8 }, /turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/cryo_cells) -"QN" = ( -/obj/structure/closet/crate/ammo/alt/flame, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, -/obj/item/explosive/grenade/high_explosive/upp, +/area/golden_arrow/briefing) +"Qv" = ( /turf/open/floor/strata/floor2, -/area/golden_arrow/squad_two) -"QP" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - name = "\improper Infirmary"; - req_one_access = null +/area/golden_arrow/briefing) +"Qx" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4 }, -/obj/structure/pipes/standard/simple/hidden/supply{ +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"QB" = ( +/turf/open/floor/strata/floor2, +/area/golden_arrow/squad_two) +"QG" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/squad/upp, +/turf/open/floor/strata/floor2, +/area/golden_arrow/squad_two) +"QI" = ( +/obj/structure/bed/chair{ + can_buckle = 0; dir = 4 }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/medical) +/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 + }, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/briefing) "QR" = ( /obj/effect/decal/strata_decals/catwalk/prison, -/turf/open/floor/plating, +/turf/open/floor/corsat, /area/golden_arrow/canteen) -"QT" = ( -/obj/item/storage/toolbox/mechanical/green{ - pixel_y = 10 - }, -/obj/item/storage/toolbox/mechanical/green{ - pixel_x = -7; - pixel_y = -1 +"QU" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 }, -/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/light/small, /turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/engineering) -"Rd" = ( -/obj/structure/machinery/camera/autoname/golden_arrow{ - dir = 8; - name = "ship-grade camera"; - network = list("Chapaev") +/area/golden_arrow/canteen) +"QZ" = ( +/obj/structure/machinery/light/small{ + dir = 8 }, +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/briefing) +"Ra" = ( /turf/open/floor/strata/floor3/east, -/area/golden_arrow/platoon_sergeant) +/area/golden_arrow/supply) +"Rc" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/space) "Re" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/effect/decal/strata_decals/catwalk/prison, /obj/structure/pipes/standard/manifold/hidden/supply, -/turf/open/floor/plating, +/turf/open/floor/corsat, /area/golden_arrow/engineering) "Rf" = ( -/obj/structure/machinery/autodoc_console{ - dir = 1; - pixel_y = 6 - }, -/turf/open/floor/strata/cyan1/east, +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/corsat, /area/golden_arrow/medical) -"Rt" = ( -/obj/structure/machinery/camera/autoname/golden_arrow{ - dir = 8; - name = "ship-grade camera"; - network = list("Chapaev") +"Ri" = ( +/obj/structure/machinery/power/terminal{ + dir = 8 + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/corsat, +/area/golden_arrow/engineering) +"Rq" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/computer/emails{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/briefing) +"Rr" = ( +/obj/structure/closet, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/item/prop/magazine/book/communistmanifesto{ + icon_state = "book_black" + }, +/turf/open/floor/strata/floor2, +/area/golden_arrow/dorms) +"RC" = ( +/obj/structure/closet{ + name = "emergency closet"; + desc = "It's a storage unit for emergency breathmasks and o2 tanks." + }, +/obj/item/tank/emergency_oxygen/double, +/obj/item/tank/emergency_oxygen/double, +/obj/item/tank/emergency_oxygen/double, +/obj/item/clothing/mask/gas/upp, +/obj/item/clothing/mask/gas/upp, +/obj/item/clothing/mask/gas/upp, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/prep_hallway) +"RF" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/supply) +"RG" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 }, +/obj/effect/landmark/start/bridge/upp, /turf/open/floor/strata/floor3/east, /area/golden_arrow/cryo_cells) -"RC" = ( -/obj/structure/machinery/power/apc/almayer/south, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/synthcloset) -"RK" = ( +"RL" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/obj/item/stool{ + can_buckle = 1 + }, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/squad_one) +"Sb" = ( /obj/effect/decal/warning_stripes{ icon_state = "E"; pixel_x = 1 @@ -3470,471 +4655,601 @@ }, /obj/structure/closet/secure_closet/marine_personal{ has_cryo_gear = 0; - job = "Squad Sergeant" + job = "Smartgunner"; + pixel_x = 8 }, /obj/item/clothing/shoes/marine/upp, /obj/item/clothing/under/marine/veteran/UPP, /obj/item/device/radio/headset/distress/UPP, -/obj/structure/machinery/light{ +/obj/item/weapon/butterfly, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/cryo_cells) +"Sj" = ( +/obj/structure/machinery/door_control{ + id = "chapaev_engi"; + pixel_y = -23 + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/engineering) +"Sp" = ( +/obj/item/clothing/head/helmet/marine/veteran/bear{ + anchored = 1 + }, +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/golden_arrow/platoon_sergeant) +"St" = ( +/obj/structure/machinery/camera/autoname/golden_arrow{ + dir = 4; + name = "ship-grade camera"; + network = list("Chapaev") + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/hangar) +"Su" = ( +/obj/structure/surface/rack{ + color = "#8B9490" + }, +/obj/item/tool/crowbar/tactical, +/obj/item/storage/box/zipcuffs/small{ + pixel_x = 5; + pixel_y = -1 + }, +/obj/item/device/binoculars/range/designator, +/obj/item/deployable_beacon/red, +/obj/item/device/whistle{ + pixel_y = 8; + pixel_x = -8 + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/platoon_sergeant) +"Sy" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 4; + icon_state = "p_stair_sn_full_cap"; + layer = 2.5 + }, +/obj/structure/platform/strata/metal{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/briefing) +"SJ" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/strata/floor2, +/area/golden_arrow/medical) +"SL" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/engineering) +"SP" = ( +/obj/docking_port/stationary/marine_dropship/golden_arrow_hangar{ + roundstart_template = /datum/map_template/shuttle/upp + }, +/turf/open/floor/corsat, +/area/golden_arrow/hangar) +"ST" = ( +/obj/structure/disposalpipe/segment{ dir = 8; - invisibility = 101; - unacidable = 1; - unslashable = 1 + icon_state = "pipe-c" + }, +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/prep_hallway) +"SZ" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/supply) +"Tc" = ( +/obj/structure/machinery/light_construct/small, +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"Td" = ( +/obj/structure/largecrate/random/case{ + stuff = list(/obj/item/stack/sandbags/large_stack); + parts_type = /obj/item/stack/sheet/metal + }, +/obj/structure/largecrate/random/case{ + stuff = list(/obj/item/weapon/shield/riot/metal,/obj/item/weapon/classic_baton); + parts_type = /obj/item/stack/sheet/metal; + pixel_y = 10 + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"Tf" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/golden_arrow/platoon_sergeant) +"Ti" = ( +/obj/structure/surface/rack{ + color = "#8B9490" + }, +/obj/item/reagent_container/glass/bucket/mopbucket, +/obj/item/reagent_container/glass/bucket{ + pixel_y = 10; + pixel_x = 6 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -7; + pixel_y = 8 + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/corsat, +/area/golden_arrow/supply) +"Tl" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/briefing) +"Tr" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/golden_arrow/supply) +"Tu" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 }, +/obj/structure/machinery/light/small, /turf/open/floor/strata/floor3/east, /area/golden_arrow/cryo_cells) -"RM" = ( +"TD" = ( +/obj/structure/closet/crate/secure/ammo{ + name = "secure Type 6 grenade crate"; + color = "#979b6d" + }, +/obj/item/ammo_box/magazine/type71, +/obj/item/ammo_box/magazine/type71, +/obj/item/ammo_box/magazine/type71, +/obj/item/ammo_box/magazine/type71, /obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1; + icon_state = "S" + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice2"; + pixel_x = 16; + pixel_y = 16 + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/squad_one) +"TF" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/briefing) +"TR" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/cryo_cells) +"TV" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/prop/almayer/comp_open{ + layer = 2.9; pixel_y = 1 }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/golden_arrow/hangar) +"TX" = ( +/obj/structure/closet{ + name = "emergency closet"; + desc = "It's a storage unit for emergency breathmasks and o2 tanks." + }, +/obj/item/tank/emergency_oxygen/double, +/obj/item/tank/emergency_oxygen/double, +/obj/item/tank/emergency_oxygen/double, +/obj/item/clothing/mask/gas/upp, +/obj/item/clothing/mask/gas/upp, +/obj/item/clothing/mask/gas/upp, +/turf/open/floor/strata/floor3, +/area/golden_arrow/supply) +"Ud" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/machinery/cryopod{ + dir = 1 + }, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/cryo_cells) +"Uj" = ( +/obj/structure/machinery/light/small{ + light_color = "#832121"; + dir = 4 + }, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/hangar) +"Um" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/machinery/door/airlock/prison_hatch{ + dir = 1; + color = "#8B9490"; + name = "\improper Platoon Commander's Office"; + req_one_access_txt = "240;241" + }, +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/platoon_commander_rooms) +"Uo" = ( +/obj/structure/cargo_container/horizontal/blue/middle{ + opacity = 0; + pixel_x = 17 + }, +/obj/item/trash/cigbutt/bcigbutt, +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"Ur" = ( +/obj/item/clothing/accessory/armband, +/obj/item/device/whistle, +/obj/item/device/binoculars/range/designator, +/obj/item/weapon/gun/rifle/type71/carbine{ + current_mag = null + }, /obj/effect/decal/warning_stripes{ icon_state = "N"; pixel_y = 1 }, -/obj/effect/landmark/start/marine/smartgunner/upp, -/obj/effect/landmark/late_join/upp, -/obj/effect/landmark/late_join, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/cryo_cells) -"RS" = ( -/obj/structure/largecrate/random/secure, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/prep_hallway) -"Sa" = ( -/obj/structure/foamed_metal, -/turf/open/floor/strata/floor3/east, -/area/space) -"Sk" = ( -/obj/structure/pipes/standard/manifold/hidden/supply{ +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice1"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/structure/closet/secure_closet{ + name = "squad sergeant locker"; + req_access_txt = "244;238" + }, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/squad_two) +"Us" = ( +/obj/structure/cargo_container/upp/mk6/right{ + opacity = 0 + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"Ut" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/corsat, +/area/golden_arrow/platoon_sergeant) +"Uz" = ( +/obj/effect/landmark/start/marine/leader/upp, +/obj/effect/landmark/late_join/upp, +/obj/effect/landmark/late_join, /turf/open/floor/strata/floor3/east, /area/golden_arrow/cryo_cells) -"Sp" = ( -/obj/item/clothing/head/helmet/marine/veteran/bear{ - anchored = 1 +"UC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/turf/closed/wall/strata_outpost/reinforced/hull, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "squadarmory"; + name = "\improper Platoon Leader Prep Room"; + color = "#8B9490" + }, +/turf/open/floor/strata/multi_tiles, /area/golden_arrow/platoon_sergeant) -"St" = ( -/obj/structure/closet/secure_closet/engineering_electrical, -/obj/structure/machinery/light{ - dir = 4 +"UG" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + icon_state = "p_stair_sn_full_cap"; + layer = 2.5 }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/engineering) -"Sx" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/pipes/standard/manifold/hidden/supply{ +/obj/structure/platform/strata/metal{ dir = 4 }, -/turf/open/floor/plating, -/area/golden_arrow/prep_hallway) -"SE" = ( -/obj/structure/closet, -/obj/item/clothing/head/uppcap, -/turf/open/floor/strata/floor2, -/area/golden_arrow/dorms) -"SM" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 2; - id = "Delta_1"; - name = "\improper Bathroom" - }, -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/dorms) -"SP" = ( -/obj/docking_port/stationary/marine_dropship/golden_arrow_hangar{ - roundstart_template = /datum/map_template/shuttle/upp +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/briefing) +"US" = ( +/obj/structure/machinery/light/small{ + dir = 1 }, -/turf/open/floor/plating, -/area/golden_arrow/hangar) -"SV" = ( +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/briefing) +"UT" = ( /obj/structure/surface/table/reinforced/almayer_B, -/obj/item/reagent_container/food/drinks/cans/boda{ - pixel_x = -6; - pixel_y = 11 +/obj/item/weapon/dart, +/obj/item/weapon/dart, +/obj/item/weapon/dart{ + pixel_y = 4; + pixel_x = -5 }, -/obj/item/reagent_container/food/drinks/cans/boda{ - pixel_x = 2; - pixel_y = 11 +/obj/item/weapon/dart/green, +/obj/item/weapon/dart/green{ + pixel_y = -5 }, -/obj/item/reagent_container/food/drinks/cans/boda{ - pixel_x = -3; - pixel_y = 24 +/obj/item/weapon/dart/green{ + pixel_y = 9; + pixel_x = 5 }, /turf/open/floor/strata/floor2, -/area/golden_arrow/squad_two) -"Te" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/reagent_container/food/drinks/coffee, -/turf/open/floor/strata/multi_tiles/southeast, /area/golden_arrow/canteen) -"Tf" = ( -/turf/closed/wall/strata_outpost/reinforced, -/area/golden_arrow/platoon_sergeant) -"Tj" = ( -/turf/open/floor/strata/floor2, -/area/golden_arrow/squad_one) -"Tl" = ( +"UW" = ( +/obj/effect/landmark/start/marine/medic/upp, +/obj/effect/landmark/late_join/upp, +/obj/effect/landmark/late_join, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/cryo_cells) +"Vb" = ( /obj/structure/surface/table/reinforced/almayer_B, -/obj/item/reagent_container/food/snacks/upp{ - pixel_x = 7; - pixel_y = 11 - }, -/obj/item/reagent_container/food/snacks/upp{ - pixel_x = -7; - pixel_y = 18 +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 3 }, -/obj/item/reagent_container/food/snacks/upp{ - pixel_x = 5; - pixel_y = 18 - }, -/obj/item/reagent_container/food/snacks/upp{ - pixel_x = -6; - pixel_y = 10 +/turf/open/floor/strata/multi_tiles/southeast, +/area/golden_arrow/canteen) +"Vd" = ( +/obj/structure/machinery/computer/crew/alt{ + dir = 1 }, -/obj/item/reagent_container/food/snacks/upp{ - pixel_x = 1; - pixel_y = 5 +/obj/structure/surface/table/almayer{ + color = "#8B9490" }, -/obj/item/reagent_container/food/snacks/upp{ - pixel_x = 1; - pixel_y = 13 +/obj/structure/machinery/light/double, +/turf/open/floor/strata/floor3, +/area/golden_arrow/medical) +"Vp" = ( +/obj/structure/machinery/light/small{ + dir = 1 }, -/obj/item/reagent_container/food/snacks/upp{ - pixel_x = 10; - pixel_y = 6 +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/platoon_commander_rooms) +"Vw" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/machinery/door/airlock/prison_hatch{ + color = "#8B9490"; + name = "\improper Latrine"; + dir = 1 }, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/briefing) -"Tn" = ( -/obj/structure/machinery/cryopod, -/obj/structure/machinery/camera/autoname/golden_arrow{ - dir = 4; - name = "ship-grade camera"; - network = list("Chapaev") +/obj/structure/disposalpipe/segment, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/dorms) +"Vz" = ( +/obj/item/device/lightreplacer{ + pixel_x = -5 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/cryo_cells) -"Tr" = ( -/turf/closed/wall/strata_outpost/reinforced/hull, -/area/golden_arrow/supply) -"TC" = ( -/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage{ - req_one_access = list() +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/clothing/head/hardhat/white{ + anchored = 1; + pixel_y = 8; + pixel_x = 5 }, -/turf/open/floor/strata/floor3/east, +/turf/open/floor/strata/floor3, /area/golden_arrow/engineering) -"TE" = ( -/obj/structure/machinery/camera/autoname/golden_arrow{ - dir = 4; - name = "ship-grade camera"; - network = list("Chapaev") +"VA" = ( +/obj/structure/cargo_container/horizontal/blue/top{ + opacity = 0; + pixel_x = 17 }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 5 +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"VK" = ( +/obj/structure/machinery/computer/station_alert{ + dir = 8; + pixel_x = 15; + pixel_y = 2 }, +/obj/structure/surface/table/reinforced/almayer_B, /turf/open/floor/strata/floor2, -/area/golden_arrow/platoon_commander_rooms) -"TI" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ +/area/golden_arrow/synthcloset) +"VM" = ( +/obj/item/tool/wirecutters, +/obj/item/tool/weldingtool/hugetank, +/obj/structure/surface/rack, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/synthcloset) +"VT" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/medical) -"TR" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/structure/mirror{ - pixel_x = 28 - }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/platoon_commander_rooms) -"TW" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/paper_bin, -/obj/item/tool/pen{ - pixel_x = 12 +/obj/structure/machinery/light/small{ + dir = 8 }, -/obj/item/prop/tableflag/upp{ - pixel_x = 6; - pixel_y = 15 +/turf/open/floor/corsat, +/area/golden_arrow/prep_hallway) +"VV" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 }, +/obj/structure/machinery/power/apc/almayer/east, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/briefing) -"Ub" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/ammo_magazine/minigun{ - desc = "A huge ammo drum for a huge gun. Your platoon got issued with magazines first which happened several months ago. When will the miniguns come, you wonder?"; - name = "GSh-7.62 rotating ammo drum (7.62x51mm)"; - pixel_x = 6; - pixel_y = 8 - }, -/obj/item/reagent_container/food/drinks/dry_ramen, -/turf/open/floor/strata/floor2, -/area/golden_arrow/squad_one) -"Uf" = ( -/obj/structure/bed/chair/office/dark, -/turf/open/floor/strata/floor2, -/area/golden_arrow/platoon_commander_rooms) -"Um" = ( -/obj/structure/bookcase{ - density = 0; - icon_state = "book-5"; - pixel_x = 2; - pixel_y = 18 +/area/golden_arrow/hangar) +"VY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/obj/item/book/codebook/upp, -/obj/item/prop/magazine/book{ - desc = "It's not a mandatory reading material in UPP, but it's still encouraged to memorize certain quotes from this book."; - name = "Communist Manifesto"; - pixel_y = 35 +/obj/structure/machinery/vending/cigarette/free{ + pixel_x = 3 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/platoon_sergeant) -"UP" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/bed/chair/office/light, -/turf/open/floor/plating, -/area/golden_arrow/platoon_sergeant) -"Vb" = ( -/obj/structure/machinery/medical_pod/sleeper{ +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/engineering) +"VZ" = ( +/obj/structure/machinery/power/smes/buildable, +/obj/structure/machinery/camera/autoname/golden_arrow{ dir = 8; - pixel_y = 6 + name = "ship-grade camera" }, -/turf/open/floor/strata/cyan1/east, -/area/golden_arrow/medical) -"Vc" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 10 +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/canteen) -"Vh" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 5 +/turf/open/floor/strata/multi_tiles/southwest, +/area/golden_arrow/engineering) +"Wb" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/paper_bin, +/obj/structure/machinery/light/small{ + dir = 1 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/hangar) -"Vr" = ( -/obj/structure/machinery/disposal, /turf/open/floor/strata/multi_tiles/west, /area/golden_arrow/prep_hallway) -"Vx" = ( -/obj/structure/closet/crate/construction, -/obj/item/stack/sandbags_empty/half, -/obj/item/stack/sandbags_empty/half, -/obj/item/stack/sandbags_empty/half, -/obj/item/stack/sandbags_empty/half, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/engineering) -"Vy" = ( -/obj/structure/machinery/door/poddoor/almayer/open{ - dir = 4 +"Wc" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/ammo_magazine/shotgun/slug/dragonsbreath{ + pixel_y = 9; + pixel_x = 3 }, +/obj/item/ammo_magazine/shotgun/buckshot/heavy, +/obj/item/weapon/gun/shotgun/type23, +/obj/item/ammo_magazine/shotgun/slug/heavy, /turf/open/floor/strata/floor2, -/area/golden_arrow/hangar) -"VF" = ( +/area/golden_arrow/squad_one) +"Wf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/power/apc/almayer/north, +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/platoon_sergeant) +"Wi" = ( /obj/structure/pipes/vents/pump{ dir = 4 }, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/dorms) -"VJ" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/device/megaphone, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/briefing) -"VK" = ( -/obj/structure/bed/chair, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 - }, -/turf/open/floor/strata/multi_tiles/southeast, +/turf/open/floor/strata/floor2, /area/golden_arrow/platoon_sergeant) -"VR" = ( -/obj/structure/machinery/washing_machine, -/obj/structure/machinery/washing_machine{ - layer = 3.5; - pixel_y = 15 +"Wx" = ( +/obj/structure/largecrate/supply/ammo/type71{ + parts_type = /obj/item/stack/sheet/metal; + pixel_x = 1 }, -/obj/item/toy/plush/therapy/green{ - desc = "He seems lonely..."; - layer = 3.6; - name = "Polkovnik Obnimashkin"; - pixel_x = 1; - pixel_y = 26 +/obj/structure/largecrate/random/case{ + stuff = list(/obj/item/weapon/shield/riot/metal,/obj/item/weapon/classic_baton); + parts_type = /obj/item/stack/sheet/metal; + pixel_y = 10 }, -/obj/item/clothing/head/uppcap/ushanka{ - layer = 3.6; - pixel_x = 1; - pixel_y = 30 +/obj/structure/machinery/light/double{ + dir = 1 }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/dorms) -"VT" = ( +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"Wy" = ( /obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - name = "\improper Private Briefing Room"; - req_one_access = null; - req_one_access_txt = "240;244;241" + dir = 4 }, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/briefing) -"Wb" = ( -/obj/structure/machinery/camera/autoname/golden_arrow{ - dir = 1; - name = "ship-grade camera"; - network = list("Chapaev") +/area/golden_arrow/platoon_sergeant) +"Wz" = ( +/obj/structure/ore_box{ + name = "wooden cargo crate"; + anchored = 1 }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/canteen) -"Wf" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/pipes/standard/manifold/fourway/hidden/supply, -/turf/open/floor/plating, -/area/golden_arrow/briefing) -"Wg" = ( -/obj/structure/largecrate/random/barrel, +/obj/structure/machinery/light/small, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/prep_hallway) -"Ww" = ( -/obj/structure/janitorialcart, -/obj/item/reagent_container/glass/bucket{ - pixel_x = -7; - pixel_y = 8 - }, -/turf/open/floor/strata/floor2, -/area/golden_arrow/briefing) -"Wy" = ( -/obj/structure/machinery/light{ - dir = 4 +/area/golden_arrow/supply) +"WA" = ( +/obj/structure/cargo_container/canc/tan/mid{ + opacity = 0 }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"WG" = ( /obj/structure/pipes/standard/simple/hidden/supply{ - dir = 9 + dir = 4 }, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/prep_hallway) +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/hangar) "WI" = ( /obj/effect/decal/strata_decals/catwalk/prison, /obj/effect/decal/cleanable/blood/oil, /obj/structure/prop/invuln/overhead_pipe, -/turf/open/floor/plating, +/turf/open/floor/corsat, /area/golden_arrow/engineering) -"WX" = ( -/obj/structure/machinery/power/apc/almayer/east, -/turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/prep_hallway) -"WZ" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/turf/open/floor/plating, -/area/golden_arrow/platoon_sergeant) -"Xv" = ( -/obj/structure/bed{ - can_buckle = 0 - }, -/obj/item/bedsheet/brown{ - layer = 3.4 +"WK" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/space) +"WL" = ( +/obj/structure/machinery/conveyor, +/obj/structure/plasticflaps, +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/supply) +"WS" = ( +/obj/structure/machinery/door/airlock/prison_hatch{ + dir = 1; + color = "#8B9490"; + name = "\improper Locker Room"; + req_one_access_txt = "230" }, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/platoon_sergeant) -"XC" = ( -/obj/item/clothing/shoes/slippers_worn{ - pixel_y = 16 +/area/golden_arrow/cryo_cells) +"Xd" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 }, +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/briefing) +"Xh" = ( +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/strata/floor2, /area/golden_arrow/dorms) -"XE" = ( -/obj/structure/pipes/standard/simple/hidden/supply, +"Xj" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, /turf/open/floor/strata/multi_tiles/west, -/area/golden_arrow/prep_hallway) -"XJ" = ( -/obj/structure/machinery/light, -/turf/open/floor/strata/floor3/east, /area/golden_arrow/briefing) -"XM" = ( -/obj/structure/largecrate{ - pixel_x = 6 - }, -/obj/structure/largecrate{ - layer = 3.1; - pixel_x = 15; - pixel_y = 18 +"Xl" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/strata/floor3, +/area/golden_arrow/briefing) +"Xm" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 }, /turf/open/floor/strata/floor2, -/area/golden_arrow/hangar) -"XR" = ( -/obj/structure/machinery/camera/autoname/golden_arrow{ - name = "ship-grade camera"; - network = list("Chapaev") - }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/supply) -"XU" = ( -/obj/structure/machinery/light, -/obj/structure/pipes/vents/pump, -/turf/open/floor/strata/floor3/east, -/area/golden_arrow/prep_hallway) -"Yg" = ( -/obj/item/trash/ceramic_plate{ - pixel_x = -6; - pixel_y = 19 - }, -/obj/item/trash/ceramic_plate{ - pixel_x = -6; - pixel_y = 21 - }, -/obj/item/trash/ceramic_plate{ - pixel_x = -5; - pixel_y = 23 - }, -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/reagent_container/food/drinks/tea{ - pixel_x = -8; - pixel_y = -1 +/area/golden_arrow/platoon_commander_rooms) +"Xv" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 }, /turf/open/floor/strata/multi_tiles/southeast, /area/golden_arrow/canteen) -"Yr" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/reagent_container/food/drinks/bottle/vodka{ - pixel_x = -6; - pixel_y = 13 +"XH" = ( +/obj/item/clothing/mask/cigarette{ + desc = "A hand-rolled cigarette lacking a filter." + }, +/obj/structure/bed/chair, +/obj/item/tool/lighter/zippo{ + pixel_x = 7; + pixel_y = -4; + layer = 2.9 }, -/obj/item/reagent_container/food/drinks/flask/canteen, -/obj/item/reagent_container/food/drinks/flask/canteen{ +/obj/item/prop/magazine/book/inframaterialism{ + icon_state = "book_tan"; + layer = 2.9; pixel_x = -6 }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/platoon_sergeant) -"Ys" = ( -/obj/structure/closet/secure_closet{ - name = "machinegunner locker"; - req_access_txt = "243;238" +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/engineering) +"XP" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 }, -/obj/item/ammo_magazine/pkp, -/obj/item/ammo_magazine/pkp, -/obj/item/ammo_magazine/pkp, -/obj/item/ammo_magazine/pkp, -/obj/item/ammo_magazine/pkp, -/obj/item/ammo_magazine/pkp, -/obj/item/ammo_magazine/pkp, -/obj/item/storage/belt/gun/smartgunner/upp, -/obj/item/storage/belt/marine/smartgunner/upp, -/obj/item/clothing/suit/storage/marine/smartgunner/upp, -/obj/item/clothing/head/helmet/marine/veteran/UPP/heavy, -/obj/item/weapon/gun/pkp/iff, -/turf/open/floor/strata/floor2, -/area/golden_arrow/squad_two) -"Yw" = ( +/obj/structure/machinery/door/airlock/prison_hatch{ + color = "#8B9490"; + name = "\improper Platoon Commander's Office"; + req_one_access_txt = "241" + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/platoon_commander_rooms) +"XR" = ( /obj/effect/decal/warning_stripes{ icon_state = "W"; pixel_x = -1; @@ -3950,100 +5265,187 @@ /obj/effect/landmark/start/marine/tl, /turf/open/floor/strata/multi_tiles/west, /area/golden_arrow/cryo_cells) -"YB" = ( -/obj/structure/machinery/door/poddoor/almayer/open{ - dir = 4 +"XS" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/corsat, +/area/space) +"XX" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 }, /turf/open/floor/strata/floor3/east, +/area/golden_arrow/briefing) +"Yc" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/power/apc/almayer/east, +/turf/open/floor/strata/floor2, +/area/golden_arrow/squad_one) +"Yf" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/machinery/door/airlock/prison_hatch{ + color = "#8B9490"; + name = "\improper Maintenance Access"; + dir = 1; + req_one_access_txt = "230" + }, +/turf/open/floor/corsat, +/area/golden_arrow/cryo_cells) +"Yg" = ( +/obj/structure/ore_box{ + name = "wooden cargo crate"; + anchored = 1 + }, +/turf/open/floor/strata/floor3, /area/golden_arrow/hangar) -"YE" = ( -/obj/structure/closet/secure_closet/surgical{ - pixel_x = -30 +"Yj" = ( +/obj/structure/machinery/camera/autoname/golden_arrow{ + dir = 4; + name = "ship-grade camera"; + network = list("Chapaev") }, -/obj/structure/closet/fireaxecabinet{ - pixel_y = 29 +/turf/open/floor/strata/floor3/east, +/area/golden_arrow/briefing) +"Yu" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 4; + icon_state = "lattice-simple"; + pixel_x = 13; + pixel_y = 10 }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/synthcloset) -"YQ" = ( -/obj/structure/machinery/conveyor, -/obj/structure/pipes/standard/cap/hidden/supply{ - dir = 8 +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice4"; + pixel_x = -19; + pixel_y = 10 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/briefing) +"Yz" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/paper_bin, +/obj/item/prop/tableflag/upp{ + pixel_x = 6; + pixel_y = 12 }, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/supply) -"YV" = ( -/obj/structure/bed/chair/comfy/alpha{ - dir = 1 +/area/golden_arrow/briefing) +"YA" = ( +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/engineering) +"YE" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/hangar) +"YF" = ( /obj/structure/pipes/standard/simple/hidden/supply{ - dir = 9 + dir = 5 }, +/obj/structure/machinery/door/poddoor/almayer/open, /turf/open/floor/strata/floor3/east, /area/golden_arrow/briefing) -"Za" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 - }, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/canteen) -"Zn" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 +"YI" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +/obj/structure/machinery/power/apc/almayer/south{ + layer = 5 }, -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1 +/turf/open/floor/strata/floor2, +/area/golden_arrow/briefing) +"YU" = ( +/turf/open/floor/strata/multi_tiles, +/area/golden_arrow/platoon_commander_rooms) +"Za" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 }, /obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/structure/closet/secure_closet/marine_personal{ - has_cryo_gear = 0; - job = "Platoon Sergeant" + icon_state = "E"; + pixel_x = 1 }, -/obj/item/clothing/shoes/marine/upp, -/obj/item/clothing/under/marine/veteran/UPP, -/obj/item/device/radio/headset/distress/UPP, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/cryo_cells) -"Zr" = ( -/obj/structure/surface/rack, -/obj/structure/machinery/light, -/obj/item/storage/pouch/shotgun/large, -/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot/special, -/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot/special, -/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot/special, -/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot/special, -/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot/special, -/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot/special, -/obj/item/ammo_magazine/handful/shotgun/heavy/buckshot/special, -/obj/item/weapon/gun/shotgun/type23, +/area/golden_arrow/hangar) +"Ze" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 16; + pixel_y = -15 + }, /turf/open/floor/strata/floor2, /area/golden_arrow/squad_one) -"ZD" = ( -/obj/structure/surface/table/reinforced/almayer_B, -/obj/item/reagent_container/food/snacks/bearmeat, -/turf/open/floor/strata/multi_tiles/southeast, -/area/golden_arrow/canteen) -"ZR" = ( -/obj/structure/machinery/cryopod{ - dir = 1 +"Zk" = ( +/obj/structure/closet/secure_closet/surgical{ + pixel_x = -30 }, -/obj/structure/machinery/light{ - dir = 4 +/obj/structure/closet/fireaxecabinet{ + pixel_y = 29 + }, +/turf/open/floor/strata/floor2, +/area/golden_arrow/synthcloset) +"Zs" = ( +/obj/structure/machinery/computer/overwatch/almayer{ + density = 1; + faction = "UPP" }, +/obj/item/clothing/glasses/hud/health{ + pixel_x = 7; + pixel_y = 17 + }, +/turf/open/floor/strata/floor2, +/area/golden_arrow/platoon_commander_rooms) +"Zt" = ( +/obj/structure/pipes/standard/simple/hidden/supply, /turf/open/floor/strata/floor3/east, -/area/golden_arrow/cryo_cells) -"ZY" = ( -/obj/structure/machinery/light, -/turf/open/floor/strata/multi_tiles/southeast, +/area/golden_arrow/hangar) +"Zy" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice4"; + pixel_x = -19; + pixel_y = 10 + }, +/obj/structure/prop/invuln/lattice_prop{ + dir = 4; + icon_state = "lattice-simple"; + pixel_x = 13; + pixel_y = 10 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/corsat, +/area/golden_arrow/prep_hallway) +"ZK" = ( +/obj/structure/phone_base/no_dnd{ + name = "Overwatch Telephone"; + phone_category = "Chapaev"; + phone_id = "Platoon Sergeant's Dorm"; + pixel_x = -16; + dir = 4; + networks_receive = list("UPP"); + networks_transmit = list("UPP") + }, +/turf/open/floor/strata/multi_tiles, /area/golden_arrow/platoon_sergeant) +"ZS" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/golden_arrow/briefing) +"ZX" = ( +/obj/structure/disposalpipe/segment, +/turf/open/space/basic, +/area/space) +"ZY" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/strata/floor3, +/area/golden_arrow/briefing) (1,1,1) = {" mV @@ -10207,10 +11609,10 @@ mV mV mV mV -hE -hE -hE -hE +mV +mV +mV +mV mV mV mV @@ -10357,11 +11759,11 @@ mV mV mV mV -mV hE -Tf -nt -pd +hE +hE +Sp +hE hE hE hE @@ -10507,15 +11909,15 @@ mV mV mV mV +mV +mV hE -hE -Sp -hE -Um -th -WZ -th -mW +kO +UC +st +ev +pz +Tf hE mV mV @@ -10658,16 +12060,16 @@ mV mV mV mV +mV +mV +mV hE -hE -jW -Oi -Qo -Oi -fc -Cr -UP -Df +ra +UC +fG +Kl +PO +ZK hE mV mV @@ -10810,16 +12212,16 @@ mV mV mV mV +mV +mV +mV hE -oG -th -vT -Tf -rM -aB -lL -Rd -qA +Su +UC +Wy +gt +lO +Nv hE mV mV @@ -10963,12 +12365,12 @@ ei ei ei ei -ww -Xv -Tf -Tf +ei +ei +hE +hE Tf -fK +xk Tf NU NU @@ -11112,21 +12514,21 @@ mV mV ei ei -hL -jU -hL +Lv +ak +Lv ww ww Tf -PI -PI -GX -PI +sf +og +Ut +tG NU NU -Eo -aR -Eo +am +QG +am od od mV @@ -11263,23 +12665,23 @@ tZ tZ tZ ei -dQ -Tj -Tj -Tj -zd +gc +Fc +Fc +Fc +py ww -PI -PI -tM -GX -AO +uB +wj +og +Ut +fB NU -SV -Im -Im -Im -tL +cb +Oq +Oq +Oq +Ur IS IS IS @@ -11390,7 +12792,6 @@ mV mV mV mV -mV oB oB oB @@ -11400,9 +12801,10 @@ oB oB oB oB -ta -ox -FT +oB +tf +li +Jf oB oB tZ @@ -11412,32 +12814,32 @@ tZ tZ tZ tZ -BA -Io +cH +xL ww -Ub -Tj +mg +Fc xZ -Tj -ao +Fc +Cv ww -LR -pL -gd -xw -ZY +IT +Kw +og +aZ +Gz NU -eJ -Im +DD +ID ML -Im -PF +QB +wF CM -VR -bB -tf -OD -zD +nC +OO +ad +Kb +PP IS mV mV @@ -11541,55 +12943,55 @@ mV mV mV mV -mV oB oB -aQ -aQ -xH -aQ -aQ -aQ +Td +dg +Jf +to +JC +Jf +oe yH -qq -aQ -dw -aQ -EG +Io +uU +of +uU +Oa yH -DW -Ox +Pn +uR os -wI -KV +rw +qv os -Dz -AD -sH +oa +Go +YU ww -fV -Tj -gB -Tj -Zr +By +Fc +RL +Wc +xS ww -gH -bb -bb -VK -PI +wr +Kw +og +Ut +vJ NU -rU -Im -oe -Im -iV +CP +QB +qq +rB +wp CM -Db -Fu -tf -Bm -tf +iy +cI +gF +is +gF IS mV mV @@ -11693,55 +13095,55 @@ mV mV mV mV -mV oB -aQ -aQ -aQ -aQ -aQ -aQ -aQ +qy +dg +Yg +Jf +WA +si +Jf +Iy yH -OR -aQ -aQ -aQ -Fq +YE +uU +uU +tu +Bn yH -DW -Ox +Pn +uR os -xR -Jn -Ha -xf -NN -xf +Vp +YU +uO +jF +lA +YU ww -KC -Tj -MH -Tj -Dk +TD +Ze +dK +Ze +zJ ww -Ql -PI -zG -GX -PI +eR +nG +Wi +Ut +hv NU -Ys -Im +Jl +QB Jt -Im -uS +QB +Eb CM -iP -Fu -Bm -VF -SE +ot +cI +is +FG +eY IS IS IS @@ -11845,68 +13247,68 @@ mV mV mV mV -mV oB -aQ -aQ -aQ -aQ -aQ -aQ -aQ +Wx +Yg +dg +Jf +hN +Yg +Jf +El yH -vj -aQ -aQ -aQ -aQ +fx +uU +uU +gR +mK yH -DW -Ox +Pn +uR os -NB -TR +sO +BJ os -Dl -qG -BS +rd +et +bl ww -dP -ih -cM -PB -Ds +lq +Yc +Kt +wo +qw ww -bE -PI -nx -jZ -Yr +Wf +Kw +kz +sB +Ox NU -lq -oc -HQ -LV -QN +tm +CV +Mz +bu +Jd CM -Ig -Kj -tf -xa -tf +LR +GH +gF +pD +LT CM -Bl +Pq CM -ey +Pq IS mV mV mV mV -mV -mV -mV -mV +Rc +Rc +Rc +Rc mV mV mV @@ -11997,68 +13399,68 @@ mV mV mV mV -mV oB -aQ -aQ -aQ -aQ -aQ -aQ -aQ +dg +Yg +vp +vp +vp +Jf +Jf +Jf yH -qq -aQ -aQ -aQ -EG +Al +by +On +On +Ed yH -DW -Ox +Pn +uR os os os os -GJ +XP os os ww ww ww -Fx +Bv ww ww ww Tf -Tf -nG +rZ +hw Tf Tf NU NU NU -na +dq NU NU CM CM -Cc -tf -xa -tf +eb +gF +pD +gF CM -dl +Gb CM -dl +Gb IS mV mV mV mV -mV -mV -mV -mV +Rc +mO +mO +Rc mV mV mV @@ -12152,65 +13554,65 @@ oB oB oB yH -bH -bH -bH +Qx +Qx +Qx yH yH yH yH yH -Vy -Vy -Vy +Qx +Qx +Qx yH yH yH -DW +Pn os -lH -au -vR -aL -TE +zM +lU +lU +kq +Kf os -Dm -ky +Wb +ms Fm -Sx -MO -XE -XE -XE -MO +dc +Pf +Na +Na +Na +VT NA -MO -XE -XE -GK -nF -Sx -MO -ps -kg -qo -Pe -Pe -da -Pe -SM -oY -ja -HF -IS -mV -mV -mV -mV -mV -mV -mV -mV +Pf +Na +Na +pJ +Zy +dc +ju +hy +Nm +iX +KM +KM +nr +KM +Vw +uh +fM +fV +BR +ZX +ZX +ZX +ZX +WK +XS +mO +Rc mV mV mV @@ -12298,71 +13700,71 @@ mV mV oB oB -Ap -kU -kU -kU -kU -Ap -OG -Ju -iJ -iJ -iJ -wE -iJ -iJ -iJ -iJ -iJ -OM -Vh +tS +DL +DL +DL +DL +DL +yb +mF +xO +Zt +Zt +St +ta +Zt +xO +xO +xO +Zt +PB yH -DW +Pn os -Gr -Uf -EK -bm -gp -ri -XE -XE -Wy -vw -yI -WX -yI -yI -yM -kA -yI -yI -yI -yI -Pj -yI -yI -yI -XU +cK +nh +Ja +MD +Xm +Um +bW +yi +il +OC +CD +pq +pq +pq +yE +zd +pq +pq +pq +pq +jP +yE +ST +kL +Kk CM -Bm -tf -XC -tf +Xh +gF +is +gF CM -bZ -bZ -bZ +iA +zs +zs IS mV JE mV mV -mV -mV -mV -mV +Rc +Rc +Rc +Rc mV mV mV @@ -12449,7 +13851,7 @@ mV mV mV PA -kU +DL wq wq wq @@ -12468,18 +13870,18 @@ wq wq wq wq -jB +WG yH -DW +Pn os -xC -au -Ix -lB -au +Zs +lU +dm +lU +kJ os -Vr -go +jA +DB cT cT cT @@ -12487,28 +13889,28 @@ cT cT cT cT -IW +yv cT cT -sl -sl -Jd -Wg -RS -RS -AR +sE +be +ok +Nu +RC +uF +Ou CM -pm -tf -PN -Kq +uc +gF +is +Rr iO iO iO iO zX zX -CL +aB jG mV mV @@ -12601,7 +14003,7 @@ mV mV mV PA -kU +DL wq wq wq @@ -12620,12 +14022,12 @@ wq wq wq wq -No +dd fh fh fh fh -QB +DP fh fh fh @@ -12633,14 +14035,14 @@ fh fh cT cT -gG -pJ -LU -NZ -Yg -Za -Fd -ME +cZ +Ea +Qk +eG +Qp +yR +oV +jB cT iO iO @@ -12655,12 +14057,12 @@ iO iO iO iO -io -fF -io +Cm +dw +Cm iO iO -Cb +Bd jG mV mV @@ -12753,7 +14155,7 @@ mV mV mV PA -kU +DL wq wq wq @@ -12772,45 +14174,45 @@ wq wq wq wq -jB +WG fh -LH -LH -xM -LH -gb -gb -Na -LH -IH +US +jL +UG +rt +QI +QI +GZ +QI +Yj cT -xB -AQ -ME -LU -zu -ya -Za -EA -Wb +rT +ck +vG +Hv +cs +UT +Xv +ng +Bu cT -uD -uD -RK -uD -Zn +CQ +fK +vr +zg +Fu iO -kK -AS -AS -AS -vK +ON +oA +vO +oA +wn iO -Tn -vZ -bF -vZ -io +yZ +bs +Uz +bs +Cm iO JA jG @@ -12825,11 +14227,6 @@ mV mV mV mV -jG -jG -jG -jG -jG mV mV mV @@ -12849,6 +14246,11 @@ mV mV mV mV +jG +jG +jG +jG +jG mV mV mV @@ -12905,7 +14307,7 @@ mV mV mV PA -kU +DL wq wq wq @@ -12924,70 +14326,55 @@ wq wq wq wq -yZ -jL -Mb -LH -VJ -lb -gb -gb -gb -LH -LH +Ec +YF +LX +rt +ze +fy +Qv +Qv +Qv +Qv +Qv cT -xB -JR -ME -ME +jZ +rS +vG +iU ip -pa -ME -EA -ME -II -Et -Et -tW -Et -Et -ik -oo +xY +vG +ng +vG +tp +zN +xF +Bo +xF +xF +WS +ON CJ CJ CJ -oo -Eq -Yw -mn -NV -DF -RM +ON +sS +XR +NO +Ud +cm +LG iO -fk +fi jG jG -kz +xW jG jG jG mV mV -jG -jG -jG -jG -jG -pz -ID -Vx -jG -jG -jG -jG -jG -jG -mV mV mV mV @@ -13006,6 +14393,21 @@ mV mV mV mV +jG +jG +jG +jG +jG +jG +ik +mC +dB +jG +jG +jG +jG +jG +jG mV mV mV @@ -13057,7 +14459,7 @@ mV mV mV PA -kU +DL wq wq wq @@ -13076,70 +14478,55 @@ wq wq wq wq -Ju -LS -Id -LH -LE -BW +nx +yT +cx +rt +Tl +uM fq bN bN -EX -Pc +Hr +YI cT -xB -JR -ME +jZ +rS +vG QR -PT +vz ph -PP -dh -Mf +hI +Gc +QU cT -ga +IW cR -ut +aJ cR -PR +sn iO -LW +Tu iO iO iO -nM -Ke +TR +Ie xe Ez -tW +RG sp cR -us +Yf Re -Pm +SL Ac -Jl -yj -Fj +fU +Ol +iI jG mV mV -jG -On -vB -vb -KY -sL -sL -JD -vb -Ca -qH -si -qH -jG -mV mV mV mV @@ -13158,6 +14545,21 @@ mV mV mV mV +jG +jG +mk +qF +vb +Vz +yf +wO +wO +vb +sV +NS +kr +ae +jG mV mV mV @@ -13209,7 +14611,7 @@ mV mV mV PA -kU +DL wq wq wq @@ -13228,70 +14630,55 @@ wq wq wq wq -wW -yE -KN -LH -TW -lb -Cw -gb -gb -LH -Ea +zc +aT +pn +rt +Yz +fy +yM +Qv +Qv +Qv +yM cT -xB -JR -ME -ME +jZ +rS +vG +iU lo -sF -ME -EA -Vc -mM -Ls -vi -IP -Et -QD -ik -Sk +nT +vG +ng +kZ +DZ +zZ +zN +dG +xF +Di +WS +NP oX oX oX -wm -Dv -yn -zk -hp -zk -tE +La +kp +aj +aA +hM +aA +fC iO -fk +fi vb vb -Kc +Js jG jG jG mV mV -jG -rF -wP -vb -MF -oL -bM -sL -vb -CN -FY -Lt -wy -jG -mV mV mV mV @@ -13310,6 +14697,21 @@ mV mV mV mV +jG +YA +wD +wO +vb +YA +GU +wO +wO +vb +Js +Ri +Lt +wy +jG mV mV mV @@ -13361,7 +14763,7 @@ mV mV mV PA -kU +DL wq wq wq @@ -13380,70 +14782,55 @@ wq wq wq wq -jB +WG fh -gY -EX -uH -aN -YV -gb -rw -LH -Ea +HV +Ak +Sy +tO +wC +Qv +HZ +rt +HM cT -xB -uY -ME -LU -gW -ZD -Za -EA -ME +rT +Df +vG +Hv +iP +ks +Xv +ng +vG cT -uD -uD -GO -lw -Nc +Ba +jq +Sb +GY +Cu iO -Rt +pC CJ +rX CJ -CJ -oo +vc iO -ex -vZ -uT -vZ -ex +hk +bs +UW +bs +hk iO BD vb -BU -CN +XH +Jg jG mV mV mV mV -jG -cS -Kc -ro -sL -Kc -QT -sL -ti -CN -CN -CN -im -jG -mV mV mV mV @@ -13462,6 +14849,21 @@ mV mV mV mV +oj +Hh +ai +CA +iT +LP +Kc +nS +pi +aF +wO +wO +wO +wO +jG mV mV mV @@ -13513,7 +14915,7 @@ mV mV mV PA -kU +DL wq wq wq @@ -13532,27 +14934,27 @@ wq wq wq wq -jB -fh +Ai fh fh fh -VT -fh fh +rk +IB +IB fh -yr -xQ +rH +oc cT cT -Ip -iy -LU -Te -rB -Za -Fd -ME +EU +qJ +Hv +qL +Vb +Xv +jh +dD cT iO iO @@ -13567,12 +14969,12 @@ iO iO iO iO -ex -ZR -ex +hk +tM +hk iO iO -fk +fi vb vb WI @@ -13581,21 +14983,6 @@ jG mV mV mV -jG -IF -hc -vb -MF -sL -yx -dq -vb -CN -fA -dT -vL -jG -mV mV mV mV @@ -13614,6 +15001,21 @@ mV mV mV mV +jG +wO +wO +GU +vb +wO +wO +wO +Sj +vb +Js +vL +gW +vL +jG mV mV mV @@ -13665,7 +15067,7 @@ mV mV mV PA -kU +DL wq wq wq @@ -13684,18 +15086,18 @@ wq wq wq wq -jB +WG yH -Sa +gy fh -LH -Ea -LH -LH +rt +vU +Qv +Qv fh -yr -lC -yr +ZS +wN +ri cT cT cT @@ -13703,51 +15105,36 @@ cT cT cT cT -IW +yv cT cT -Oy -jQ -Tl -zw -nL -hC -vc +Jh +HF +nt +Qt +Rq +HF +Xj vN -zS -Kl -bX -Fg +Kh +fT +wh +TX iO zX zX zX zX zX -CL +aB jG vb -CN -Kc +gO +Js jG mV mV mV -jG -Hd -TC -vb -Km -sL -sL -sL -vb -ma -qH -JQ -qH -jG -mV mV mV mV @@ -13766,6 +15153,21 @@ mV mV mV mV +jG +jG +If +nD +vb +ug +wM +wO +wO +vb +Fg +vZ +VZ +fL +jG mV mV mV @@ -13818,88 +15220,73 @@ mV mV oB oB -ON -kU -Pz -kU -kU -Pb -kU -Ju -iJ -iJ +Uj +DL +Kn +DL +DL +wd +rx +Za +yG +Zt Hq -OM -iJ -iJ -iJ -iJ -iJ -OM -ev +Zt +lV +Zt +yG +yG +yG +Zt +VV yH -Sa +gy fh -pM -le -LH -LH +Qv +XX +Qv +Qv fh -hS -Cm -yr -bO -yr -yr -Es -yr -yr -bO -Gc -yr -yr -yr -yr -yr -ke -yr -yN -Kz -zJ -Qg -Qg +TF +jm +ZS +QZ +ZS +rl +Yu +ZS +ZS +ZS +oS +HF +HF +ER +ZS +ZS +ZS +ja +Xd +pN +wb +yt +yt Ao -OS -PM -kS -iR -iR -iR -iR -YQ -fv +Li +Ho +WL +kE +kE +kE +kE +sg +pE jG jG -kz +xW jG mV mV mV -jG -jG -jG -jG -jG -LB -St -id -jG -jG -jG -jG -jG -jG -mV mV mV mV @@ -13918,6 +15305,21 @@ mV mV mV mV +jG +jG +jG +jG +jG +jG +GF +gv +VY +jG +jG +jG +jG +jG +jG mV mV mV @@ -13976,60 +15378,60 @@ oB oB oB yH -bH -bH -bH +Qx +Qx +Qx yH yH yH yH yH -YB -YB -YB +na +na +na yH yH yH -Sa +gy fh -bQ -bQ -bQ -XJ +Qv +Qv +Qv +Qv fh -LH -Om +rt +ZY bN bN cL -Kz -Lb -Kz -Kz -bN -Wf -bN -Kz -MT +Xl +eZ +Xl +Xl +wZ +ee +wZ +Xl +jH bN bN bN -Kz -hi -le +Xl +uj +aP vN -XR -OJ -Ec -OJ -KI +qW +Li +RF +Li +SZ Tr vN vN vN vN vN -qy +rb Tr mV mV @@ -14041,11 +15443,6 @@ mV mV mV mV -jG -jG -jG -jG -jG mV mV mV @@ -14065,6 +15462,11 @@ mV mV mV mV +jG +jG +jG +jG +jG mV mV mV @@ -14125,63 +15527,63 @@ mV mV mV mV -mV oB -aQ -aQ -aQ -aQ -aQ -aQ -aQ +Jf +df +AB +AB +AB +Jf +Yg +dg yH -XM -aQ -aQ -aQ -aQ +PG +xa +xa +xa +Tc yH -Sa -wk +gy +OI fh -tp -LE -if -LH +Qv +Qv +Qv +Qv fh -kp +JF wV wV -JH +ux wV wV CK +Rf +Rf CK -CK -CK -QP +zm CK CK CK CK -aO CK +Qg CK -bS -fh +yl vN -GP -OS -OJ -OS -PM -kS -iR -iR -iR -iR -iR -Ee +vN +xj +HD +HD +HD +Ho +WL +kE +kE +kE +kE +kE +lv Tr mV mV @@ -14277,55 +15679,55 @@ mV mV mV mV -mV oB -aQ -aQ -aQ -aQ -aQ -aQ -aQ +wS +gd +Jf +Jf +sc +Jf +Jf +dg yH -on -aQ -kN -aQ -aQ +yK +uU +uU +TV +ax yH -Sa -wk +gy +OI fh -LH -Lg -LH -LH +rt +Qv +Qv +rt fh fh wV -YE -cO -wn +Zk +wz +xx wV -pl -je -Nj -IX -TI -lO -oV +iL +DH +iR +bx +CN +jE +zD CK -nk -nk -gf +pW +vC +vC CK -xu -gs +yF +vt vN vN -rd -rd -rd +xV +xV +xV vN Tr Tr @@ -14333,7 +15735,7 @@ Tr Tr Tr Tr -qy +rb Tr mV mV @@ -14429,63 +15831,63 @@ mV mV mV mV -mV oB -aQ -aQ -aQ -aQ -aQ -aQ -aQ +Jf +pf +Jf +Jf +LB +VA +Uo +rW yH -qS -CH -yR aQ -ub +gR +uU +uU +qE yH -Sa -wk +gy +OI fh fh fh fh fh fh -Sa +nK wV -IZ -cO -pU +sm +wz +je wV -jd -rH -rH -wl -yJ -uo -uo -bD -pN -MM -iT +Gt +vC +vC +ht +Bc +qR +qR +zO +rN +lX +Vd CK -tQ -cX +la +OJ vN -nP -JF -JF -JF -KI +uk +kU +kU +kU +vA Tr mV mV mV mV Tr -qy +rb Tr mV mV @@ -14581,63 +15983,63 @@ mV mV mV mV -mV oB oB -aQ -aQ -aQ -aQ -aQ -aQ +oB +dg +Jf +Us +Jf +Jf +Jf yH -Nl -ll -Gp -MQ -gQ +Bn +Mi +uU +uU +gG yH -Sa -wk -Of -Sa -Sa -Sa -Sa -Sa -Sa +gy +OI +fh +nK +nK +nK +nK +nK +gI wV -LZ -cO -RC +sL +wz +je wV -Ie -rH -Kn -rH -Rf -rH +Et +vC +aU +vC +GI +vC +Kg Rf +SJ +vC +rz CK -fx -nk -hw -CK -Ww -OC +tc +OJ vN -xy -KI -KI -KI -KI +im +Ra +Ra +Ra +Wz Tr mV mV mV mV Tr -qy +rb Tr mV mV @@ -14739,57 +16141,57 @@ oB oB oB oB +dC +vX oB oB oB +Kz +Jf +Jf oB oB -aQ -xF -aQ oB oB -pQ -pQ -pQ -Sa -Sa -Sa -Sa -Sa -wk +PV +PV +PV +PV +nK +nK +nK wV -ef -lJ -ep +VK +VM +Av wV -Vb -rH -IE -Bi -hf -Gf -hf +po +lR +hT +Py +tU +lR +Bf CK -jY -wf -bW +ge +ge +ge CK -mO -mO +Ti +ed vN -wp -HM -GR -hM -KI +rM +wI +wI +BA +fY Tr mV mV mV mV Tr -qy +rb Tr mV mV @@ -14896,20 +16298,20 @@ mV mV mV oB -yc -lr oB oB +oB +oB +mV +mV mV mV mV -pQ -pQ -pQ -pQ -pQ -pQ -pQ +mV +PV +PV +PV +PV cJ cJ cJ @@ -14923,12 +16325,12 @@ NQ NQ NQ NQ +qi +GC +Mr NQ -NQ -NQ -NQ -mV -mV +Tr +Tr Tr Tr Tr @@ -15074,11 +16476,11 @@ mV mV mV mV -mV -mV -mV -mV -mV +NQ +NQ +NQ +NQ +NQ mV mV mV @@ -17348,11 +18750,11 @@ mV mV mV mV -rt -rt -rt -rt -rt +Lk +Lk +Lk +Lk +Lk mV mV mV @@ -17500,11 +18902,11 @@ mV mV mV mV -rt +Lk cc -rt -rt -rt +Lk +Lk +Lk mV mV mV @@ -17652,11 +19054,11 @@ mV mV mV mV -rt -rt -rt -rt -rt +Lk +Lk +Lk +Lk +Lk mV mV mV diff --git a/maps/shuttles/dropship_upp.dmm b/maps/shuttles/dropship_upp.dmm index 134ad0bcd4..04eb51e2bb 100644 --- a/maps/shuttles/dropship_upp.dmm +++ b/maps/shuttles/dropship_upp.dmm @@ -1,92 +1,107 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"cw" = ( -/obj/structure/machinery/door/airlock/dropship_hatch/upp{ - id = "port_door" - }, -/turf/open/floor/strata/floor2, -/area/shuttle/ds_upp) -"di" = ( -/turf/closed/shuttle/ert{ - icon_state = "rightengine_11"; - opacity = 0 +"aA" = ( +/obj/structure/bed/chair/vehicle{ + dir = 4; + pixel_x = -9 }, -/area/shuttle/ds_upp) -"ev" = ( /obj/effect/decal/warning_stripes{ - icon_state = "S"; - pixel_x = 12; - pixel_y = 29 + icon_state = "E"; + pixel_x = -12 }, -/obj/structure/machinery/camera/autoname/golden_arrow/midway{ - network = list("Chapaev","Akademia Nauk") +/turf/open/floor/strata/multi_tiles/west, +/area/shuttle/ds_upp) +"cO" = ( +/obj/structure/machinery/door/airlock/dropship_hatch/upp{ + id = "port_door" }, /turf/open/floor/strata/floor3/east, /area/shuttle/ds_upp) -"ex" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/machinery/camera/autoname/golden_arrow/midway{ - dir = 4; - pixel_x = -23; - network = list("Chapaev","Akademia Nauk") +"cS" = ( +/obj/structure/platform/mineral{ + dir = 1; + color = "#464847" }, /turf/open/floor/strata/floor3/east, /area/shuttle/ds_upp) -"fz" = ( +"cU" = ( /obj/effect/decal/warning_stripes{ icon_state = "S"; pixel_x = 12; pixel_y = 29 }, -/turf/open/floor/strata/floor3/east, +/turf/open/floor/strata/multi_tiles/west, /area/shuttle/ds_upp) -"fC" = ( -/obj/structure/machinery/computer/cameras/dropship/midway{ - network = list("Akademia Nauk","Laser Targets"); - name = "\improper 'Akademia Nauk' camera controls" - }, -/obj/structure/blocker/invisible_wall, -/obj/structure/phone_base{ - pixel_y = 32; - name = "Akademia Nauk Telephone"; - phone_category = "Dropship"; - phone_id = "Akademia Nauk" +"di" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_11"; + opacity = 0 }, -/turf/open/floor/strata/floor3/east, /area/shuttle/ds_upp) -"fX" = ( +"ey" = ( /obj/effect/decal/warning_stripes{ icon_state = "W"; pixel_x = -1 }, /turf/open/floor/strata/floor3/east, /area/shuttle/ds_upp) -"he" = ( -/obj/structure/machinery/light{ - dir = 1; - pixel_y = 11 +"eE" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8; + can_buckle = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/shuttle/ds_upp) +"ft" = ( +/obj/structure/bed/chair/vehicle{ + pixel_x = 9; + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = -15 }, -/turf/open/floor/strata/floor2, +/turf/open/floor/strata/multi_tiles/west, /area/shuttle/ds_upp) "hg" = ( /turf/closed/shuttle/ert{ icon_state = "upp9" }, /area/shuttle/ds_upp) -"is" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/machinery/light{ +"hS" = ( +/obj/structure/bed/chair/vehicle{ dir = 4; - pixel_x = 14 + pixel_x = -9 }, -/turf/open/floor/strata/floor3/east, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/plating/plating_catwalk/strata, /area/shuttle/ds_upp) -"jh" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/machinery/light{ +"iN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/shuttle/ds_upp) +"jZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/shuttle/ds_upp) +"kt" = ( +/obj/structure/machinery/camera/autoname/golden_arrow/midway{ dir = 8; - pixel_x = -14 + pixel_x = 23; + network = list("Chapaev","Akademia Nauk") }, -/turf/open/floor/strata/floor3/east, +/obj/structure/barricade/handrail/strata{ + dir = 4; + can_buckle = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, /area/shuttle/ds_upp) "ld" = ( /obj/effect/attach_point/weapon/midway/left_wing{ @@ -96,44 +111,33 @@ icon_state = "upp201" }, /area/shuttle/ds_upp) +"lf" = ( +/obj/structure/machinery/light{ + dir = 1; + pixel_y = 11 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8; + can_buckle = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/shuttle/ds_upp) "lm" = ( /turf/closed/shuttle/ert{ icon_state = "upp1" }, /area/shuttle/ds_upp) -"mu" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/effect/decal/warning_stripes{ - icon_state = "S"; - pixel_y = -1 - }, -/turf/open/floor/strata/floor2, -/area/shuttle/ds_upp) -"nA" = ( -/turf/open/floor/strata/floor3/east, -/area/shuttle/ds_upp) -"nS" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - pixel_x = -1; - pixel_y = 1 - }, -/obj/structure/bed/chair/vehicle{ +"nZ" = ( +/obj/structure/machinery/camera/autoname/golden_arrow/midway{ dir = 4; - pixel_x = -9 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = -12 + pixel_x = -23; + network = list("Chapaev","Akademia Nauk") }, -/turf/open/floor/strata/floor3/east, -/area/shuttle/ds_upp) -"of" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 +/obj/structure/barricade/handrail/strata{ + dir = 8; + can_buckle = 1 }, -/turf/open/floor/strata/floor3/east, +/turf/open/floor/plating/plating_catwalk/strata, /area/shuttle/ds_upp) "pv" = ( /turf/closed/shuttle/ert{ @@ -146,125 +150,112 @@ icon_state = "T61" }, /area/shuttle/ds_upp) -"rX" = ( -/obj/structure/machinery/light{ - dir = 4; - pixel_x = 14 +"rr" = ( +/obj/structure/machinery/computer/dropship_weapons/midway{ + name = "\improper 'Akademia Nauk' weapons controls"; + shuttle_tag = "dropship_upp"; + faction = "UPP"; + req_one_access = list(235,240) }, +/obj/structure/blocker/invisible_wall, /turf/open/floor/strata/floor3/east, /area/shuttle/ds_upp) -"rZ" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/machinery/light{ - dir = 4; - pixel_x = 14 +"si" = ( +/obj/structure/bed/chair/vehicle{ + pixel_x = 9; + dir = 8 }, -/obj/structure/machinery/camera/autoname/golden_arrow/midway{ - pixel_x = -6; - pixel_y = -16 +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/turf/open/floor/strata/floor3/east, +/turf/open/floor/plating/plating_catwalk/strata, /area/shuttle/ds_upp) -"sC" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/upp{ - id = "aft_door" +"um" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = 12 }, /turf/open/floor/strata/floor3/east, /area/shuttle/ds_upp) -"sP" = ( -/obj/structure/bed/chair/vehicle{ - dir = 4; - pixel_x = -9 - }, +"wi" = ( /obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = -12 + icon_state = "N"; + pixel_y = 1; + pixel_x = -1 }, -/turf/open/floor/strata/floor3/east, -/area/shuttle/ds_upp) -"tx" = ( -/obj/structure/machinery/computer/shuttle/dropship/flight, -/obj/structure/blocker/invisible_wall, -/obj/item/frame/camera{ - pixel_x = 12; - pixel_y = 17; - name = "broken dashcam"; - desc = "Welp, no more funny crash vids..." +/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/upp{ + id = "aft_door" }, /turf/open/floor/strata/floor3/east, /area/shuttle/ds_upp) -"us" = ( -/obj/structure/machinery/door/airlock/hatch/cockpit/upp, -/turf/open/floor/strata/floor2, -/area/shuttle/ds_upp) "wO" = ( /turf/closed/shuttle/ert{ icon_state = "upp201" }, /area/shuttle/ds_upp) -"wQ" = ( -/obj/structure/machinery/door/airlock/dropship_hatch/upp{ - dir = 8; - id = "starboard_door" - }, -/turf/open/floor/strata/floor2, -/area/shuttle/ds_upp) "xc" = ( /turf/closed/shuttle/ert{ icon_state = "upp_rightengine" }, /area/shuttle/ds_upp) +"xv" = ( +/obj/structure/machinery/light{ + dir = 8; + pixel_x = -14 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8; + can_buckle = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/shuttle/ds_upp) "xE" = ( /turf/closed/shuttle/ert{ icon_state = "upp4" }, /area/shuttle/ds_upp) -"xZ" = ( +"Ab" = ( /obj/effect/attach_point/crew_weapon/midway{ attach_id = 7; ship_tag = "dropship_upp" }, -/turf/open/floor/strata/floor3/east, -/area/shuttle/ds_upp) -"yy" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/machinery/camera/autoname/golden_arrow/midway{ - dir = 8; - pixel_x = 23; - network = list("Chapaev","Akademia Nauk") +/obj/structure/barricade/handrail/strata{ + can_buckle = 1 }, -/turf/open/floor/strata/floor3/east, -/area/shuttle/ds_upp) -"zL" = ( /obj/effect/decal/warning_stripes{ - icon_state = "S"; - pixel_x = 12 + icon_state = "S" }, -/turf/open/floor/strata/floor3/east, +/turf/open/floor/strata/multi_tiles/southwest, /area/shuttle/ds_upp) "AK" = ( /turf/closed/shuttle/ert{ icon_state = "upp21" }, /area/shuttle/ds_upp) +"BD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/strata/floor3/east, +/area/shuttle/ds_upp) "BT" = ( /turf/closed/shuttle/ert{ icon_state = "rightengine_2"; opacity = 0 }, /area/shuttle/ds_upp) -"Cw" = ( -/obj/structure/machinery/light{ - dir = 8; - pixel_x = -14 +"CV" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4; + can_buckle = 1 }, -/turf/open/floor/strata/floor3/east, -/area/shuttle/ds_upp) -"Dn" = ( -/obj/structure/platform{ - dir = 1 +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ + 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."; + pixel_x = 30 }, -/turf/open/floor/strata/floor3/east, +/turf/open/floor/plating/plating_catwalk/strata, /area/shuttle/ds_upp) "DG" = ( /turf/closed/shuttle/ert{ @@ -272,16 +263,19 @@ opacity = 0 }, /area/shuttle/ds_upp) -"Fd" = ( -/obj/structure/bed/chair/vehicle{ - pixel_x = 9; - dir = 8 +"Ek" = ( +/obj/effect/attach_point/crew_weapon/midway{ + attach_id = 7; + ship_tag = "dropship_upp" }, -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = -15 +/turf/open/floor/strata/multi_tiles/southwest, +/area/shuttle/ds_upp) +"Fc" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4; + can_buckle = 1 }, -/turf/open/floor/strata/floor3/east, +/turf/open/floor/plating/plating_catwalk/strata, /area/shuttle/ds_upp) "Fz" = ( /turf/closed/shuttle/ert{ @@ -289,8 +283,50 @@ opacity = 0 }, /area/shuttle/ds_upp) -"GR" = ( -/obj/structure/stairs, +"FF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/shuttle/ds_upp) +"FG" = ( +/obj/structure/machinery/light{ + dir = 8; + pixel_x = -14 + }, +/obj/structure/bed/chair/dropship/pilot{ + dir = 1; + layer = 6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/shuttle/ds_upp) +"FY" = ( +/obj/structure/stairs{ + layer = 2.1 + }, +/turf/open/floor/strata/floor3/east, +/area/shuttle/ds_upp) +"Gn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 2 + }, +/turf/open/floor/strata/floor3/east, +/area/shuttle/ds_upp) +"GH" = ( +/obj/structure/machinery/computer/shuttle/dropship/flight, +/obj/structure/blocker/invisible_wall, +/obj/item/frame/camera{ + pixel_x = 12; + pixel_y = 17; + name = "broken dashcam"; + desc = "Welp, no more funny crash vids..." + }, /turf/open/floor/strata/floor3/east, /area/shuttle/ds_upp) "GY" = ( @@ -316,9 +352,11 @@ icon_state = "upp3" }, /area/shuttle/ds_upp) -"HV" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/turf/open/floor/strata/floor3/east, +"IK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/multi_tiles/west, /area/shuttle/ds_upp) "Jo" = ( /obj/effect/attach_point/weapon/midway/left_fore, @@ -330,14 +368,26 @@ "Jy" = ( /turf/template_noop, /area/template_noop) -"JD" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ - pixel_x = -30 +"JN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -13; + pixel_y = 29 }, -/turf/open/floor/strata/floor3/east, +/turf/open/floor/strata/multi_tiles/west, +/area/shuttle/ds_upp) +"Ko" = ( +/obj/structure/machinery/light{ + dir = 1; + pixel_y = 11 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4; + can_buckle = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, /area/shuttle/ds_upp) -"My" = ( +"Kv" = ( /obj/structure/bed/chair/vehicle{ pixel_x = -8; pixel_y = 7 @@ -348,6 +398,27 @@ }, /turf/open/floor/strata/floor3/east, /area/shuttle/ds_upp) +"LD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/shuttle/ds_upp) +"LW" = ( +/obj/structure/machinery/light{ + dir = 8; + pixel_x = -14 + }, +/obj/structure/bed/chair/vehicle{ + dir = 4; + pixel_x = -9 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/shuttle/ds_upp) "MF" = ( /turf/closed/shuttle/ert{ icon_state = "upp_leftengine" @@ -358,12 +429,16 @@ icon_state = "uppwall" }, /area/shuttle/ds_upp) -"OB" = ( +"Ou" = ( +/obj/structure/machinery/door/airlock/hatch/cockpit/upp, +/turf/open/floor/strata/floor3/east, +/area/shuttle/ds_upp) +"OE" = ( /obj/effect/attach_point/crew_weapon/midway{ - attach_id = 9; + attach_id = 8; ship_tag = "dropship_upp" }, -/turf/open/floor/strata/floor3/east, +/turf/open/floor/strata/multi_tiles/southwest, /area/shuttle/ds_upp) "PQ" = ( /obj/effect/attach_point/weapon/midway/right_wing{ @@ -373,34 +448,90 @@ icon_state = "upp251" }, /area/shuttle/ds_upp) -"RL" = ( -/obj/structure/bed/chair/dropship/pilot{ - dir = 1 +"Qk" = ( +/obj/structure/machinery/computer/cameras/dropship/midway{ + network = list("Akademia Nauk","Laser Targets"); + name = "\improper 'Akademia Nauk' camera controls" + }, +/obj/structure/blocker/invisible_wall, +/obj/structure/phone_base{ + pixel_y = 32; + name = "Akademia Nauk Telephone"; + phone_category = "Dropship"; + phone_id = "Akademia Nauk"; + networks_receive = list("UPP"); + networks_transmit = list("UPP") }, -/obj/effect/decal/strata_decals/catwalk/prison, /turf/open/floor/strata/floor3/east, /area/shuttle/ds_upp) -"Sf" = ( -/obj/effect/decal/strata_decals/catwalk/prison, -/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ - pixel_x = 30 +"RX" = ( +/obj/structure/machinery/light{ + dir = 4; + pixel_x = 14 }, -/turf/open/floor/strata/floor3/east, +/obj/structure/machinery/camera/autoname/golden_arrow/midway{ + pixel_x = -6; + pixel_y = -16 + }, +/obj/structure/bed/chair/dropship/pilot{ + dir = 1; + layer = 6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/strata/multi_tiles/southwest, /area/shuttle/ds_upp) -"Sg" = ( +"Sn" = ( /obj/effect/decal/warning_stripes{ icon_state = "S"; - pixel_x = -13; + pixel_x = 12; pixel_y = 29 }, -/turf/open/floor/strata/floor3/east, +/obj/structure/machinery/camera/autoname/golden_arrow/midway{ + network = list("Chapaev","Akademia Nauk") + }, +/turf/open/floor/plating/plating_catwalk/strata, /area/shuttle/ds_upp) "Sx" = ( /turf/closed/shuttle/ert{ icon_state = "upp5" }, /area/shuttle/ds_upp) -"SF" = ( +"Th" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/shuttle/ds_upp) +"Tq" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/shuttle/ds_upp) +"TG" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp23" + }, +/area/shuttle/ds_upp) +"TO" = ( +/obj/structure/machinery/light{ + dir = 4; + pixel_x = 14 + }, +/obj/structure/bed/chair/vehicle{ + pixel_x = 9; + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/shuttle/ds_upp) +"Wy" = ( +/obj/effect/attach_point/crew_weapon/midway{ + attach_id = 9; + ship_tag = "dropship_upp" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/shuttle/ds_upp) +"Xb" = ( /obj/effect/decal/warning_stripes{ icon_state = "S"; pixel_x = 19 @@ -409,30 +540,11 @@ icon_state = "S"; pixel_x = -5 }, -/obj/effect/decal/strata_decals/catwalk/prison, /obj/effect/decal/warning_stripes{ icon_state = "N"; pixel_y = 1 }, -/turf/open/floor/strata/floor3/east, -/area/shuttle/ds_upp) -"TG" = ( -/turf/closed/shuttle/ert{ - icon_state = "upp23" - }, -/area/shuttle/ds_upp) -"TN" = ( -/obj/structure/machinery/computer/dropship_weapons/midway{ - name = "\improper 'Akademia Nauk' weapons controls"; - shuttle_tag = "dropship_upp"; - faction = "UPP"; - req_one_access = list(235,240) - }, -/obj/structure/blocker/invisible_wall, -/turf/open/floor/strata/floor3/east, -/area/shuttle/ds_upp) -"Uw" = ( -/turf/open/floor/strata/floor2, +/turf/open/floor/plating/plating_catwalk/strata, /area/shuttle/ds_upp) "Xe" = ( /obj/effect/attach_point/weapon/midway/left_fore, @@ -446,13 +558,48 @@ icon_state = "T151" }, /area/shuttle/ds_upp) -"XO" = ( -/obj/effect/attach_point/crew_weapon/midway{ - attach_id = 8; - ship_tag = "dropship_upp" +"XE" = ( +/obj/structure/barricade/handrail/strata{ + can_buckle = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/multi_tiles/west, +/area/shuttle/ds_upp) +"Ya" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, /turf/open/floor/strata/floor3/east, /area/shuttle/ds_upp) +"Yn" = ( +/turf/open/floor/strata/floor3/east, +/area/shuttle/ds_upp) +"YJ" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8; + can_buckle = 1 + }, +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ + 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."; + pixel_x = -30 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/shuttle/ds_upp) +"Zh" = ( +/obj/structure/machinery/light{ + dir = 4; + pixel_x = 14 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4; + can_buckle = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/shuttle/ds_upp) "Zm" = ( /turf/closed/shuttle/ert{ icon_state = "upp8" @@ -476,8 +623,8 @@ Jy Jy Jy ld -cw -cw +cO +cO MF pv Zn @@ -496,8 +643,8 @@ Jy Xe wO ZO -Uw -Uw +LD +LD Zm xE xE @@ -515,16 +662,16 @@ wO xE xE AK -he -XO -nA -HV -ex -jh -JD -HV -nA -GR +lf +OE +Yn +Tq +nZ +xv +YJ +eE +Gn +FY Zm xE xE @@ -532,79 +679,79 @@ lm "} (4,1,1) = {" AK -fC -jh +Qk +FG HB -Uw -of -zL -Fd -Fd -Fd -Fd -fz -nA -Dn -nA -Cw -nA -sC +Th +Ya +um +ft +ft +ft +ft +cU +XE +cS +jZ +LW +hS +wi "} (5,1,1) = {" HB -tx -RL -us -mu -My -SF +GH +Th +Ou +iN +Kv +Xb Nh Nh GY Nh -ev -xZ -Dn -HV -HV -HV -HV +Sn +Ab +cS +Ek +Th +Th +Yn "} (6,1,1) = {" AK -TN -rZ +rr +RX HB -Uw -fX -nA -nS -sP -sP -sP -Sg -nA -Dn -nA -rX -nA -nA +Th +ey +Yn +aA +aA +aA +aA +JN +XE +cS +IK +TO +si +BD "} (7,1,1) = {" Hk Sx Sx AK -he -OB -nA -HV -yy -is -Sf -HV -nA -GR +Ko +Wy +Yn +Tq +kt +Zh +CV +Fc +Gn +FY hg Sx Sx @@ -616,8 +763,8 @@ Jy Jo Hk TG -Uw -Uw +FF +FF hg Sx Sx @@ -636,8 +783,8 @@ Jy Jy Jy PQ -wQ -wQ +cO +cO xc Fz di diff --git a/maps/shuttles/ert_upp_shuttle.dmm b/maps/shuttles/ert_upp_shuttle.dmm index 30abbd1925..3b68a0da18 100644 --- a/maps/shuttles/ert_upp_shuttle.dmm +++ b/maps/shuttles/ert_upp_shuttle.dmm @@ -4,8 +4,25 @@ icon_state = "upp4" }, /area/shuttle/ert) +"b" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/shuttle/ert) "c" = ( -/turf/open/shuttle/dropship/light_grey_top_right, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/turf/open/floor/plating/plating_catwalk/strata, /area/shuttle/ert) "e" = ( /obj/docking_port/mobile/emergency_response/ert3, @@ -14,20 +31,23 @@ opacity = 0 }, /area/shuttle/ert) +"f" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/barricade/handrail/strata{ + dir = 4; + can_buckle = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/shuttle/ert) "g" = ( /turf/closed/shuttle/ert{ icon_state = "upp5" }, /area/shuttle/ert) -"h" = ( -/obj/structure/bed/chair/dropship/passenger{ - dir = 8 - }, -/obj/effect/landmark/ert_spawns/distress_upp, -/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, -/area/shuttle/ert) "i" = ( -/turf/open/shuttle/dropship/light_grey_bottom_left, +/turf/open/floor/strata/multi_tiles/west, /area/shuttle/ert) "j" = ( /turf/closed/shuttle/ert{ @@ -35,7 +55,11 @@ }, /area/shuttle/ert) "k" = ( -/turf/open/shuttle/dropship/light_grey_single_wide_left_to_right, +/obj/effect/attach_point/crew_weapon/midway{ + attach_id = 9; + ship_tag = "dropship_upp" + }, +/turf/open/floor/strata/multi_tiles/southwest, /area/shuttle/ert) "l" = ( /turf/closed/shuttle/ert{ @@ -48,13 +72,16 @@ icon_state = "upp23" }, /area/shuttle/ert) -"n" = ( -/obj/structure/surface/rack, -/obj/item/storage/firstaid/regular, -/obj/effect/landmark/ert_spawns/distress_upp/item, -/obj/item/storage/belt/medical/lifesaver/upp/full, -/obj/item/device/healthanalyzer, -/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +"o" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/structure/bed/chair/vehicle{ + pixel_x = 9; + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/strata, /area/shuttle/ert) "p" = ( /turf/closed/shuttle/ert{ @@ -73,7 +100,19 @@ }, /area/shuttle/ert) "s" = ( -/turf/open/shuttle/dropship/light_grey_top_left, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/shuttle/ert) +"t" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/multi_tiles/west, /area/shuttle/ert) "u" = ( /turf/closed/shuttle/ert{ @@ -86,9 +125,7 @@ }, /area/shuttle/ert) "w" = ( -/turf/closed/shuttle/ert{ - icon_state = "upp2" - }, +/turf/open/floor/strata/floor3/east, /area/shuttle/ert) "x" = ( /turf/closed/shuttle/ert{ @@ -111,17 +148,25 @@ }, /area/shuttle/ert) "B" = ( -/obj/structure/bed/chair/dropship/passenger{ - dir = 4 +/obj/structure/barricade/handrail/strata{ + layer = 3.5 }, -/obj/effect/landmark/ert_spawns/distress_upp, -/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/turf/open/floor/strata/floor3/east, /area/shuttle/ert) "C" = ( -/obj/structure/surface/rack, -/obj/effect/landmark/ert_spawns/distress_upp/item, -/obj/item/storage/toolbox/syndicate, -/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/structure/gun_rack/type71, +/turf/open/floor/plating/plating_catwalk/strata, +/area/shuttle/ert) +"D" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/strata/floor3/east, /area/shuttle/ert) "E" = ( /turf/closed/shuttle/ert{ @@ -134,32 +179,60 @@ opacity = 0 }, /area/shuttle/ert) -"G" = ( -/obj/structure/machinery/door/airlock/almayer/generic, -/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, +"H" = ( +/obj/structure/largecrate/random/barrel/red{ + stuff = list(/obj/item/clothing/under/marine/veteran/UPP,/obj/item/clothing/gloves/marine,/obj/item/clothing/gloves/marine/brown,/obj/item/clothing/gloves/marine/joe,/obj/item/clothing/shoes/marine/joe,/obj/item/clothing/shoes/marine/upp/guard,/obj/item/clothing/shoes/marine/upp); + anchored = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, /area/shuttle/ert) "I" = ( /turf/closed/shuttle/ert{ - icon_state = "upp27" + icon_state = "upp27"; + opacity = 0 }, /area/shuttle/ert) "J" = ( -/obj/structure/surface/rack, -/obj/item/storage/firstaid/adv{ - pixel_x = 2; - pixel_y = -5 +/obj/structure/largecrate/supply/ammo/type71{ + parts_type = /obj/item/stack/sheet/metal; + pixel_x = 1; + anchored = 1 }, -/obj/effect/landmark/ert_spawns/distress_upp/item, -/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/obj/structure/largecrate/random/case{ + stuff = list(/obj/item/weapon/shield/riot/metal,/obj/item/weapon/classic_baton); + parts_type = /obj/item/stack/sheet/metal; + pixel_y = 11; + pixel_x = 3; + anchored = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, /area/shuttle/ert) "K" = ( /turf/template_noop, /area/template_noop) -"N" = ( -/turf/open/shuttle/dropship/light_grey_bottom_right, +"L" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8; + can_buckle = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/shuttle/ert) +"M" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4; + can_buckle = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, /area/shuttle/ert) "O" = ( -/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 1 + }, +/turf/open/floor/strata/multi_tiles/west, /area/shuttle/ert) "P" = ( /turf/closed/shuttle/ert{ @@ -172,17 +245,22 @@ icon_state = "upp16" }, /area/shuttle/ert) -"R" = ( -/obj/effect/landmark/ert_spawns/distress_upp, -/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, -/area/shuttle/ert) -"S" = ( -/obj/structure/bed/chair/dropship/passenger, -/obj/effect/landmark/ert_spawns/distress_upp, -/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, -/area/shuttle/ert) "T" = ( -/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/barricade/handrail/strata{ + dir = 8; + can_buckle = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/shuttle/ert) +"U" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, /area/shuttle/ert) "V" = ( /turf/closed/shuttle/ert{ @@ -190,35 +268,44 @@ opacity = 0 }, /area/shuttle/ert) +"W" = ( +/obj/structure/bed/chair/dropship/pilot{ + dir = 1; + layer = 6 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/shuttle/ert) "X" = ( /obj/structure/blocker/invisible_wall, /obj/structure/machinery/computer/shuttle/ert, /turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, /area/shuttle/ert) "Y" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 2 +/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/upp{ + id = "aft_door" }, -/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/turf/open/floor/strata/floor3/east, /area/shuttle/ert) "Z" = ( -/obj/structure/surface/rack, -/obj/effect/landmark/ert_spawns/distress_upp/item, -/obj/item/storage/firstaid/regular, -/obj/item/storage/belt/medical/lifesaver/upp/full, -/obj/item/device/healthanalyzer, -/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/bed/chair/vehicle{ + dir = 4; + pixel_x = -9 + }, +/turf/open/floor/plating/plating_catwalk/strata, /area/shuttle/ert) (1,1,1) = {" K z a -G Q a a -G +a +a a j P @@ -229,11 +316,11 @@ e K v C -T -B +U B -B -T +Z +Z +Z Z u a @@ -244,57 +331,57 @@ A z q s -R -R -R -R -R +O i -T -T +i +i +i +i +L +L T Y "} (4,1,1) = {" I X +W +D +w k -S -S -S -S -S +w +w k -O -O -O +i +i +t w "} (5,1,1) = {" E m c -R -R -R -R -R -N -T -T -T -Y +b +i +i +i +i +i +M +M +f +w "} (6,1,1) = {" K v J -T -h -h -h -T -n +H +B +o +o +o +o y g g @@ -304,11 +391,11 @@ x K E g -G g g g -G +g +g g p r diff --git a/maps/templates/Chinook.dmm b/maps/templates/Chinook.dmm index de04fd7d5e..f3a8858719 100644 --- a/maps/templates/Chinook.dmm +++ b/maps/templates/Chinook.dmm @@ -9024,7 +9024,7 @@ /area/adminlevel/chinook) "KK" = ( /obj/structure/closet/crate, -/obj/item/clothing/gloves/marine/insulated, +/obj/item/clothing/gloves/marine, /obj/structure/machinery/light{ dir = 8 }, @@ -9476,7 +9476,7 @@ /area/adminlevel/chinook/sec) "Mv" = ( /obj/effect/spawner/random/tool, -/obj/item/clothing/gloves/marine/insulated, +/obj/item/clothing/gloves/marine, /obj/structure/surface/table/reinforced/black, /turf/open/floor/almayer, /area/adminlevel/chinook/cargo) diff --git a/tgui/packages/tgui-panel/styles/goon/chat-dark.scss b/tgui/packages/tgui-panel/styles/goon/chat-dark.scss index 020c4b1f72..8c6485e7ae 100644 --- a/tgui/packages/tgui-panel/styles/goon/chat-dark.scss +++ b/tgui/packages/tgui-panel/styles/goon/chat-dark.scss @@ -1060,6 +1060,10 @@ em { color: #7221cf; } +.opforgrd { + color: #237963; +} + .medium { font-size: 110%; } diff --git a/tgui/packages/tgui-panel/styles/goon/chat-light.scss b/tgui/packages/tgui-panel/styles/goon/chat-light.scss index 78b30f07b2..163024cbcf 100644 --- a/tgui/packages/tgui-panel/styles/goon/chat-light.scss +++ b/tgui/packages/tgui-panel/styles/goon/chat-light.scss @@ -1092,6 +1092,10 @@ h2.alert { color: #611fad; } +.opforgrd { + color: #134639; +} + .medium { font-size: 110%; }